@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/FontAwesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/fonts/FontAwesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/FontAwesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.domesticBg td {
	
	background-color: #ebffeb;
}

BODY {
	 font-family: "Lato", Arial, sans-serif; 
	 font-size: 13pt;
	 margin: 0px;
	 background-color: #efefef;
	 color: #304963;
}

DIV.menuTop {
	background-image:url('/g/bgbar.jpg'); 
	font-size: 14px; 
	padding-left: 15px; 
	color: #304963; 
	height: 33px;
}

DIV.menuTop DIV.menuLink {
	
	margin: 0 5px; 
	display: block; 
	float: left; 
	height: 35px; 
	vertical-align: middle; 
	margin-top: 7px;
}

DIV.menuTop DIV.menuLink A {
	
	text-transform:capitalize;
	color:#314b64;
	font-family: "FontAwesome", "Lato", Arial, sans-serif;
}

SELECT#division {
		
	font-size: 11px;
	width: 128px;
	height: 23px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 5px;
	
	background-image: url('../g/bggray.gif');
	background-color: #888888;
	border: 0;
}

TD.bgtoplayout {
	
	background-color: #606060;
}

SPAN.topLayoutText {
	
	color: white;
}

SELECT#division OPTION {
	
	text-align: center;
}
  
  A.lnkbt, A.lnkbt:Hover { 
  
		-webkit-border-radius: 4px; /* Safari, Chrome */
  		-khtml-border-radius: 4px;    /* Konqueror */
 		 -moz-border-radius: 4px; /* Firefox */
   		border-radius: 4px;
   		padding: 2px 8px;
   		background-color: 3e3e3e;
   		color: white;
   		font-size: 12px;
   		font-weight: bold;
   		 
 }

TD {
	 vertical-align: top;
	 margin: .8em 0;
}

SELECT, TABLE {
	 font-family: "Lato", Arial, sans-serif; 
	 font-size: 11pt;
}

A {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: black;
	text-decoration: underline;
}

TR.tabula TD {
	text-transform: uppercase;
}

TR.tabula:hover TD { 
	background-color: #FEFFEA;
}

TR.tabula:hover TD, TR.tabula:hover TD A  { 
	color: black;
}

TR.tabula:hover TD A.btn {
	color: white;
	background-color: red;
}

SPAN.stockValue {
	margin: 0 auto;
   display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
    background-color: green;
    color: white;
    text-align: center;
    font-size: 12px;
}

SPAN.nostockValue {
	margin: 0 auto;

   display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 12px;
}

SPAN.yellowstockValue {

	margin: 0 auto;
   display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
    background-color: #d4cc4b;
    color: white;
    text-align: center;
    font-size: 12px;
}


SPAN.redstockValue {

	margin: 0 auto;
   display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
    background-color: red;
    color: white;
    text-align: center;
    font-size: 12px;
}

P.texto {
	color: #304963;
	font-size: 7pt;
	text-align: justify;
	margin:3px;
}

LI {
	color: #304963;
}

P.text {
	color: #304963;
	font-size: 9pt;
	text-align: justify;
	margin:3px;
}

P.right {
	color: green;
	font-size: 8pt;
	text-align: right;
	margin: 0px;
}

P.grey {
	color: #C0C0C0;
	font-size: 8pt;
	text-align: justify;
	margin:0px;
}

P.mini {
	color: #758367;
	font-size: 7pt;
	text-align: center;
	margin:0px;
}

P.mini2 {
	color: black;
	font-size: 9pt;
	text-align: center;
	background-color: #F8FAF5;
	padding:3px;
	margin: 1px;
}

P.mini3 {
	color: #CC0000;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	 font-family: "Lato", Arial, sans-serif; 
	margin: 1px;
	background-color: white;
	padding:3px;
}

INPUT, SELECT {
	border: 1px solid #a9a9a9;
	 font-family: "Lato", Arial, sans-serif; 
	font-size: 10pt;
	padding: 3px;
	background-color: white;
	border-radius: 3px;
}

TEXTAREA {
	border: 1px solid C9D5BD;
	 font-family: "Lato", Arial, sans-serif; 
	font-size: 10pt;
}

TABLE#results TH {
	background-color: #e9e9e9;
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap;
}


TABLE#results TH A {
	color: #304963;
}

TABLE#results TD A, TABLE#results TD {
	color: black;
}

TABLE#results TD A.btn {
	color: white;
}

INPUT.btn {
	margin: 0 auto;
}

SPAN.navActive {
    background-color: #de0311;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin: 0 1px;
    padding: 4px 8px;
}

SPAN.navButton {
    background-color: #c9c9c9;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin: 0 1px;
    padding: 4px 8px;
}

SPAN.navButton:Hover {
    background-color: #b3b3b3;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin: 0 1px;
    padding: 4px 8px;
}

.tblm {
	width: 99%;
	border: 1px solid #ebebeb;

	color: black;
	font-size: 8pt;
	text-align: left;
	margin: 10px;
}

.tbla {
	border-right: 1px solid white;
	padding: 4px 5px;
	
	background-color: #f7f7f7;

	color: #304963;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}


P.topic {
	color: #304963;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	 font-family: "Lato", Arial, sans-serif; 
	margin: 5px 15px;
	margin-top: 10px;
	font-weight: 500;
}

P.name {
	color: #6D7961;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	 font-family: "Lato", Arial, sans-serif; 
	padding: 5px;
	border-bottom: 1px solid #E6EEDC;
}

.tbl {
	background-color: #f7f7f7;
	border-top: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4;
	text-align: center;
	padding: 3px;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: middle;
	color: #304963;
}

.tblc {
	background-color: #f7f7f7;
	border-top: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4;
	text-align: left;
	padding: 2px 2px;
	font-size: 9pt;
	vertical-align: middle;
	color: #304963;
}

A.menu {
	margin: 0px;
	padding: 3px;
	background-color: white;
	border-bottom: 1px solid white; 
}

A.menu:hover {
	margin: 0px;
	padding: 3px;
	background-color: #ECFFEC;
	border-bottom: 1px solid white; 
}

P.search { 
	margin: -1em 4px 2em 4px;
	font-size: 12px;
	color: black;
	float: left;

}

DIV.tab {
	width: 120px;
	padding: 4px;
	font-size: 0.8em;
	float: left;
	display: inline;
	margin: 0;
	background-color: #eeeeee;
	border: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 15px;
}

DIV.a {
	float: left;
	display: inline;
	height: 24px;
	padding: 0;
	margin: 0;
	width: 3px;
	border-bottom: 1px solid black;
}

#active {
	border-bottom: 1px solid black;
	background-color: #314b65;
	color: white;
}

#active A { color: white; }
DIV.tab A { display: block; }
P.alert { background-color: #feffef; font-weight: bold; font-size: 12px; margin: 25px 10px; padding: 10px 10px; border: 1px solid #fff88b; }

.tblb {
	border-right: 1px solid white;
	padding: 2px 5px;
	background-color: #E6EEDC;
	color: 5B6E49;
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;



	background-color: #f7f7f7;
	border-top: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4;
	text-align: left;
	padding: 2px 2px;
	font-size: 9pt;
	vertical-align: middle;
	color: #304963;
}
.tbld {
	border-right: 1px solid white;
	padding: 2px 5px;
	background-color: #E6EEDC;
	color: #5B6E49;
	font-size: 9pt;
	text-align: left;
	vertical-align: middle;



	background-color: white;
	border-top: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4;
	text-align: left;
	padding: 2px 2px;
	font-size: 9pt;
	vertical-align: middle;
	color: #304963;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span.t{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span.t img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span.t{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 30px;
left: 60px; /*position where enlarged image should offset horizontally */

}
A.button { margin: 6px; margin-left: 10px; background-color: #2f4862; color: white; font-size: 12px; padding: 3px 8px; text-decoration: none; }
A.button:hover { background-color: #f7f7f7; color: #2f4862; }

P.logedin { font-family: "Lato", Arial, sans-serif;  font-size: 12px; color: white; margin-right: 10px; margin-top: 6px; }
P.logedin A { color: white; text-decoration: none; }


#main { 
	border: 1px solid #8b8b8b; 
	background-color: white;
	margin: 0 10px;
	width: 100%;
}

P.name {
	color: #304963;
	margin: 0;
	padding: 7px;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform:uppercase;
	background-image: url('../g/bgmenu.jpg');
}

DIV#bg { 
	margin: 0;
	background-image: url('../g/bgmain.jpg');
	background-repeat: repeat-x;
	padding-top:45px;

}

IMG.button_b {
	float: left;
	height: 23px;
	margin-left: 4px;
}


DIV#button_activate, DIV.button_activate {

	background-color: red;
    box-shadow: 0 1px 0 rgba(128, 128, 128, 0.2) inset;
}

DIV.button_inactive A, DIV.button_active A {
    padding: 3px 16px;
    display:block;
}

DIV.button_inactive {
	
	color: white; 
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 4px;
	text-align: center;
	float: left;
	
	font-family: FontAwesome, "Lato", Arial, sans-serif;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin-right: 5px;
    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	
	background-color: gray;
}

DIV.button_inactive A:Hover {
	text-decoration: none;
}

DIV.button_inactive:Hover {
	
	background-color: #616161;
	text-decoration: none;
}

DIV.button_active {
	
	color: white; 
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 4px;
	text-align: center;
	float: left;
	
	font-family: FontAwesome, "Lato", Arial, sans-serif;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    margin-right: 5px;
    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	
	background-color: red;
}

DIV#button_inactive {
	
	color: white; 
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	width: 141px;
	height: 18px;
	margin-left: 4px;
	text-align: center;
	float: left;
}

DIV#button_active {
	color: white; 
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	width: 141px;
	height: 18px;
	margin-left: 4px;
	text-align: center;
	float: left;
	
	background-color: red;
}
DIV#button_inactive A, DIV#button_active A { color: white; }
DIV.button_inactive A, DIV.button_active A { color: white; }

FORM { padding: 0 2px; }

DIV#innytowar { display: none; }
DIV#opona { display: none; }
DIV#felga { display: none; }



 .translucent {
     opacity: 0.95;
     filter:alpha(opacity: 95);
     -moz-opacity: 0.95;
     -khtml-opacity: 0.95;
	 z-index: 10;
	 position: absolute;
	 background-color: white;
	 border: 1px solid gray;
	 margin-top: 15px;
	 left: 110px;
	 width: 800px;
	 height: auto;
	 text-align: left; 
	 padding: 5px;
	 color: black;
  }

TABLE.tab99 TR:Hover TD {
	color: black;
	font-weight: normal;
	font-size: 9px;
	background-color: white;
  }

  .translucent TABLE, .translucent TD, .translucent TD:Hover { 
	color: black;
	font-weight: normal;
	font-size: 9px;
	background-color: white;
  }

TABLE.oferta { margin-top: 8px; width: 783px; height: 186px; background-image: url('../g/oferta.gif'); background-repeat: no-repeat; }
TABLE.oferta TD { padding-top: 100px; padding-left: 93px; color: white; }
TABLE.oferta TD A { color: white; text-decoration: none; }
TABLE.oferta TD A:Hover { text-decoration: underline; }
TABLE.oferta TD UL { margin:0; padding: 0; font-size: 1.1em; }
.oferta2 { padding-top: 5px; padding-left: 96px; font-size: 1.1em; color: #1FB53B; }
.oferta2 A { color: #1FB53B; text-decoration: none; }
.oferta2 A:Hover { text-decoration: underline; }

.wolne, .zajete, .twoje { display: block; float: left; width: 45px; height: 25px; margin: 0px; margin-right: 2px; }
.wolne { background-color: #1FB53B;  } 
.zajete { background-color: #E12424; }
.twoje { background-color: #213BA7; }
DIV.umow { background-color: black; color: white; padding: 5px; display: block; float: left; margin: 2px;  }
DIV.umow A { text-decoration: none; color: white; }
DIV.umow A:Hover { background-color: black; }

TABLE.time { width: 700px; margin-left: 50px; }
TABLE.time TD { vertical-align: middle; text-align: center; border: 1px solid #E5E5E5; padding: 4px; }
TABLE.time TR:Hover { background-color: #FFFEF0; }
TABLE.reje { width: 350px; margin-left: 50px; }
TABLE.reje TD { vertical-align: middle; text-align: left; padding: 4px; border: 1px solid #E5E5E5; }
TABLE.reje TR:Hover { background-color: #FFFEF0; }
TABLE.reje INPUT { font-size: 1.1em; padding: 3px; }

.red { background-color: #FF8C8C; }

TABLE.tabl1 { width: 700px; margin-left: 30px; }
TABLE.tabl1 TD { vertical-align: middle; text-align: center; border: 1px solid #E5E5E5; padding: 4px; }

INPUT.loginButton { text-align: center; font-size: 13px; color: white; background-color: #304a64; border: 3px solid #304a64; border-radius: 3px; width: 160px; text-transform: uppercase; font-weight: bold; -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.4);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.4); }


INPUT.loginButton:Hover { text-align: center; font-size: 13px; color: white; background-color: #db0d1f; border: 3px solid #db0d1f; border-radius: 3px; width: 160px; text-transform: uppercase; font-weight: bold; vertical-align: middle; }

.smallShadow { 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.4);
}
.inputLogin { font-size: 18px; padding: 4px; width: 160px; }

DIV.loginHelp { text-align: right; font-size: 11px; text-decoration: underline; line-height: 1.4em; padding-right: 5px; }
DIV.loginHelp A { color: gray; }
DIV.loginHelp A:Hover { color: #304a64; }


.popup {
    position:               fixed;
    top:                    0;
    left:                   0;
    width:                  100%;
    height:                 100%;
    z-index:                1000;
    display:                none; /* domyślnie nie pokazujemy popupa */
}
 
.popup .bg {
    position:               absolute;
    top:                    0;
    left:                   0;
    width:                  100%;
    height:                 100%;
    z-index:                1;
    background:             #000;
    opacity:                0.7;
}
 
.popup .container {
    width:                  420px;
    height:                 390px;
    position:               absolute;
    z-index:                2;
    top:                    50%;
    left:                   50%;
    margin-top:             -150px; /* minus połowa wysokości */
    margin-left:            -200px; /* minus połowa szerokości */
    background:             #fff;
    -moz-border-radius:     0px;
    -webkit-border-radius:  0px;
    border-radius:          0;
    border: 3px solid #304a64;
    -moz-box-shadow:        0 0 50px #000;
    -webkit-box-shadow:     0 0 50px #000;
    box-shadow:             0 0 50px #000;
}
 
.popup .close {
    width:                  14px;
    height:                 14px;
    display:                block;
    border:                 0;
    cursor:                 pointer;
    position:               absolute;
    top:                    10px;
    right:                  10px;
    text-indent:            -999em;
    overflow:               hidden;
    background:             url(../g/closeBtn.gif) no-repeat;
}
 
.popup .content {
    margin:                 15px 25px 15px 15px;
    width:                  360px;
    height:                 390px;
    font:                   13px Arial, sans-serif;
    color:                  #444;
    overflow:               auto;
}

.popup .content P.title {
	color: #db0d1f;
	font-size: 15px; 
	font-weight: bold;
}


TABLE.tabl1 { width: 700px; margin-left: 30px; }
TABLE.tabl1 TD { vertical-align: middle; text-align: center; border: 1px solid #E5E5E5; padding: 4px; }

TABLE.tblz {

	width: 100%;
	padding: 0;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

TABLE.tblz TR {
	
	color: black;
	border: 0;
	background-color: transparent;
	
	border-bottom: 1px solid #e7e7e7;
}

TABLE.tblz TD {
	
	
	color: black;
	border: 0;
	background-color: transparent;
}

TR.odd TD {
	background-color: white;
}

TR.tabula:hover TD TABLE, TR.tabula:hover TD TABLE TR, TR.tabula:hover TD TABLE TR TD, TABLE.tblz TR:hover TD, TR.tabula:hover TD TABLE.tblz TR:hover TD { 
	color: black;
	border: 0;
	background-color: transparent;
}

TR.tabula:hover TD TABLE TR:Hover {
	
	color: black;
	font-weight: bold;
}

.btn-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
}

.btn-red:Hover {
    background-color: red;
    border-color: #e82323;
    color: #ffffff;	
}

.btn-blue {
    background-color: #324c65;
    border-color: #324d68;
    color: #ffffff;
}

.btn-blue:Hover {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;	
}


.btn {
	font-family: FontAwesome, "Lato", Arial, sans-serif;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

TABLE.searchTop {
	
	background-color: #fafafa;
	margin: 3px;
}

TABLE.searchTop TH {
	
	text-transform: uppercase;
	padding: 2px 8px;
	font-size: 10px;
	background-color: #606060;
	color: white;
	width: 80px;
}

TABLE.searchTop INPUT {
	
	text-transform: uppercase;
	font-size: 11px;
}

TABLE.searchTop TD {
	
	border-right: 8px solid white;
	padding: 4px 18px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 5px;
	vertical-align: middle;
	background-color: #ededed;
	min-width: 190px;
}

TABLE.searchTop TD SELECT {
	
	min-width: 90px;
	text-align: center;
}