body
{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: HelveticaNeue,Calibri,Candara,Arial;
	background-color: #dee9e9;
}

@font-face
{
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueLTCom-Roman.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'HelveticaNeue-Light';
	src: url('../fonts/HelveticaNeueLTCom-Lt.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'HelveticaNeue-UltraLight';
	src: url('../fonts/HelveticaNeueLTCom-UltLt.ttf');
	font-weight: normal;
	font-style: normal;
}

/*** ELEMENTY ***/

a
{
	color: #38bbe5;
	text-decoration: none;
}

input[type="text"], input[type="password"], textarea
{
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), white) repeat scroll 0 0;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 1px 0 white, 0 4px 5px -5px rgba(0, 0, 0, 0.35) inset;
	box-sizing: border-box;
	color: #888;
	font: 14px HelveticaNeue,Calibri,Candara,Arial;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

textarea
{
	height: 100px;
}

input[type="text"]:invalid, input[type="password"]:invalid, textarea:invalid
{
	border-color: #d50022;
}

[kosson-button],
.linkbutton
{
	background-color: #042d53;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	box-shadow: 0 1px 0 white, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: white;
	cursor: pointer;
	font-family: HelveticaNeue,Calibri,Candara,Arial;
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
	display: inline-block;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	box-sizing: border-box;
	height: 26px;
	vertical-align: top;
}

[kosson-button]:hover,
.linkbutton:hover
{
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
}

[kosson-button].szary,
.linkbutton.szary
{
	background-color: #ceedfa;
	color: #042d53;
}

[kosson-button].czerwony
{
	background-color: #d50022;
}

[kosson-button].zielony
{
	background-color: #21a702;
}

[kosson-button] > img,
.linkbutton > img
{
	height: 14px;
}

input[type=radio]
{
	display: none;
}

input[type=radio] + span
{
	background-image: url('../images/niezaznaczony.png');
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 4px;
	margin-left: 4px;
}

input[type=radio]:checked + span
{
	background-image: url('../images/zaznaczony.png');
}

.wybrany
{
	background-color: #286cac;
}

select
{
	/* chosen ucinał ostatnie parę znaków bez tego */
	padding-right: 20px;
}

.checkbox 
{
	background-color: #79BD9A;
	color: white!important;
	color: rgba(255, 255, 255, .85)!important;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 2px!important;
	
	border: 1px solid #777;
	clear:both;
	height: 25px;
	display: inline-block;
	/*margin-right: 10px;*/
	overflow:hidden;
	width:60px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-user-select: none;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	color: #333;
	text-shadow: white 0px 1px 0px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	-moz-box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset;
	-webkit-box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset;
	box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset;
}

.checkbox label
{
	cursor:pointer;
	display:block;
	left:-34px;
	position:relative;
	width:98px;
	z-index:2;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	color: inherit;
	margin-left: 0px;
}

.checkbox.checked label
{
	left: 0px;
	-webkit-transition:left .2s ease-in-out;
	-moz-transition:left .2s ease-in-out;
}

.checkbox input
{
	left:-5000px;
	position:absolute;
}

.checkbox span
{
	float:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	position:relative;
	text-align:center;
	width:34px;
	z-index:3;
	font-family: Candara;
}

.checkbox label span.on
{
	background-color: inherit;
}

.checkbox.checked label span.on
{
	background-color: inherit;
	color: inherit;
	margin-right: -5px;
	padding-right: 5px;
	text-shadow: inherit;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.checkbox span.toggle
{
	background: #fff;
	background: -webkit-linear-gradient(bottom, #fcfcfc 50%, #cfcfcf);
	background: -moz-linear-gradient(bottom, #fcfcfc 50%, #cfcfcf);
	-moz-box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset, #222 0 0 3px;
	-webkit-box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset, #222 0 0 3px;
	box-shadow: rgba(255,255,255,0.7) 0px 1px 0px inset, #222 0 0 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0px;
	width: 26px;
	z-index: 4;
}

.checkbox span.off
{
	background-color: #ddd;
	background: -moz-linear-gradient(bottom, #ebebeb 50%, #d6d6d6 80%, #a2a2a2);
	background: -webkit-linear-gradient(bottom, #ebebeb 50%, #d6d6d6 80%, #a2a2a2);
	color: #666;
	float: left;
	margin-left: -10px;
	padding-left: 10px;
	text-shadow: white 0px 1px 0px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius:2px;
	border-bottom-right-radius: 2px;
}

table.grid
{
	border-spacing: 0;
	box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

table.grid tr:nth-child(2n+1)
{
	background: #ecf5f5 none repeat scroll 0 0;
}

table.grid tr:hover td
{
	background: white;
}

table.grid th
{
	background: rgba(0, 0, 0, 0) linear-gradient(#f3f6f6, #b4bfbf) repeat scroll 0 0;
	border-bottom: 1px solid #8e9696;
	border-right: 1px solid #8e9696;
	box-shadow: 1px 0 0 white inset, 0 1px 0 white;
	color: #666;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 white;
	height: 30px;
	padding: 0 8px;
}

table.grid td
{
	color: #555;
	border-bottom: 1px solid #c7d2d2;
	border-right: 1px solid #c7d2d2;
	padding: 3px 8px;
	white-space: nowrap;
}

table.grid input.filter
{
}

table.grid tbody td a
{
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

table.grid tbody td a:hover
{
	color: rgba(0, 0, 0, 0.75);
}

table.grid tbody td img
{
	display: block;
	margin: 0px auto;
}

table.form
{
	background-color: rgba(0, 0, 0, 0.01);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

table.form > tbody > tr
{
	height: 45px;
}

table.form > tbody > tr > th
{
	text-align: right;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.4);
}

table.form > tbody > tr > td > div.scroll
{
	max-height: 600px;
	overflow-y: scroll;
	padding: 10px;
}

.ukryty
{
	text-decoration: line-through !important;
	opacity: 0.50;
}

.nadwyzka
{
	color: #54b640 !important;
}

.brak
{
	color: #db2828 !important;
}

.stan-wstrzymane,
.stan-przerwane,
.stan-zamkniete
{
	color: #db2828 !important;
}

.stan-oczekujace,
.stan-wyjasniane
{
	color: #289fdb !important;
}

.stan-realizowane,
.stan-zrealizowane
{
	color: #2adb28 !important;
}

.liczba
{
	text-align: right;
}

/*** LOGOWANIE ***/

#logowanie,
#logowanie > div
{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(100, 100, 100, 0.2), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
	background: #1c2029;
	width: 100%;
	height: 100%;
}

#logowanie > div
{
	background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(100, 150, 255, 0.8), rgba(40, 40, 40, 0.9)) repeat scroll 0 0;
}

#logowanie .zawartosc
{
	color: White;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 200px;
	margin-left: -200px;
	margin-top: -240px;
}

#logowanie h2
{
	display: block;
	margin: 20px auto;
	text-align: center;
	color: #d3e3fe;
	text-shadow: 2px 2px 5px #333;
	font-size: 2em;
}

#logowanie .login
{
	border: 1px solid #333;
	border-bottom: 0 solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.4) inset;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	padding: 3px;
}

#logowanie .haslo
{
	border: 1px solid #333;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	padding: 3px;
}

#logowanie .zaloguj
{
	background-color: #ffffff;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
	color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 45px;
	margin-top: 20px;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 100%;
}

#logowanie input
{
	color: White;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	height: auto;
	width: 100%;
	padding: 15px;
}

/*** GŁOWNY UKŁAD ***/

#ajax,
#ajaxerror
{
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	z-index: 20;
}

#ajaxerror
{
	display: none;
}

#tlo
{
	background-image: url('../images/tlo.jpg');
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: -1;
}

.szerokosc
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.szerokosc-pelna
{
	width: 100%;
}

#menu
{
	color: rgba(32, 32, 32, 1);
	background-color: rgba(138, 180, 181, 0.7);
	box-shadow: 0 1px 0 white;
	height: 45px;
	width: 100%;
}

#menu .szerokosc
{
	background-color: rgba(138, 180, 181, 0.85);
	box-shadow: none;
	height: 100%;
	border-left: 1px solid #9eabab;
	border-color: rgba(0, 0, 0, 0.25);
}

#menu .glowne
{
	height: 100%;
}

#menu .glowne div
{
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	float: left;
	height: 100%;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}

#menu .glowne div img
{
	vertical-align: middle;
	padding-right: 5px;
}

#menu a
{
	color: inherit;
}

#menu .glowne a
{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	line-height: 45px;
	padding: 0px 5px;
}

#menu .glowne a:hover
{
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 30px 0 30px -30px rgba(0, 0, 0, 0.3) inset, -30px 0 30px -30px rgba(0, 0, 0, 0.3) inset, 1px 0 0 rgba(255, 255, 255, 0.25);
}

#menu .prawo
{
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	height: 45px;
	line-height: 45px;
}

#menu .prawo img
{
	vertical-align: middle;
}

#podmenu
{
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid #bbb;
	position: relative;
	top: 0px;
	font-size: 0.9em;
}

#podmenu > span
{
	margin: 0px 10px;
}

#podmenu a
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color: #58656b;
	transition: all 0.2s ease-in-out 0s;
}

#podmenu a:hover
{
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 30px 0 30px -30px rgba(0, 0, 0, 0.3) inset, -30px 0 30px -30px rgba(0, 0, 0, 0.3) inset, 1px 0 0 rgba(255, 255, 255, 0.25);
}

#podmenu img
{
	height: 14px;
}

#zawartosc
{
	width: 100%;
	color: rgba(0, 0, 0, 0.75);
}

#zawartosc > .szerokosc
{
	box-sizing: border-box;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	background-color: rgba(222, 233, 233, 1 /*0.85*/);
}

#zawartosc #tresc
{
	padding: 20px;
	font-size: 0.8em;
}

#zawartosc p
{
	margin: 0;
	padding: 10px;
	padding-top: 0;
}

/*** ELEMENTY ***/

.data
{
}

ul
{
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

ul > li
{
	padding: 0;
	margin-bottom: 8px;
}

ul > li img
{
	vertical-align: middle;
	padding-right: 5px;
}

h2
{
	margin: 0;
}

body > .ui-datepicker
{
	position: absolute;
	top: -1000px;
}

table.spis
{
	border: 1px solid #888;
	border-collapse: collapse;
}

table.spis th
{
	background-color: rgba(255, 255, 255, 0.75);
	padding: 5px 10px;
}

table.spis td
{
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px 10px;
}

table.grid td.szerokosc100
{
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100px
}

/*** Terminal Android ***/

@media (max-width: 800px)
{
	#logowanie > div
	{
		background: #60a0d0;
	}

	#logowanie .zawartosc
	{
		top: unset;
		margin-top: unset;
		margin-left: unset;
		left: unset;
		width: 100%;
		padding: 1em 3em;
		box-sizing: border-box;
	}
}

#obslugatrasy
{
	font-size: 1em;
	padding: 1em 1em;
}

#obslugatrasy h1
{
	margin: 0.3em 0;
	text-align: center;
}

#obslugatrasy h2
{
	margin: 0.3em 0;
	text-align: center;
	font-size: 1.5em;
}

#obslugatrasy h3
{
	font-size: 1em;
	margin: 0.3em 0;
	text-align: center;
}

#obslugatrasy #skanowanie,
#obslugatrasy #nazwiskoOdbiorcy
{
	display: block;
	width: 100%;
	font-size: 1.4em;
}

#obslugatrasy button
{
	display: block;
	width: 100%;
	font-size: 1em;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

#obslugatrasy #mapa
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #dee9e9;
}

#obslugatrasy #mapa iframe
{
	width: 100%;
	height: 90%;
	box-sizing: border-box;
}