body {
	background-color: white; color: black;
	font-size: 8pt;
	font-family: Arial;
	        z-index: 1;
}

p {
	color: black;
	font-size: 8pt;
	font-family: Arial
}

img {
	border: 0;
	margin: 0;
}

td {
	color: black;
	font-size: 8pt;
	font-family: Arial
}


th {
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

a {
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a span.sorted {
	color: #363636;
	text-decoration: underline;
}
a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}

.logowanie { color: #000000; font-size: 9pt; font-family: Arial }
.logowanie_dol { color: #000000; font-size: 8pt; font-family: Arial }

a.log:link     { color: #000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.log:visited     { color: #000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.log:active     { color: #000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.log:hover    { color: #7a7a7a; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

a.dodaj:link      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:visited      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:active      { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.dodaj:hover     { color: #ec6931; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.se:link      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:visited      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:active      { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.se:hover     { color: #000000; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.usun_zdjecie:hover  { color: red;font-family:Arial; text-decoration:underline; z-index: 1 }
a.usun_zdjecie:link  { color: red;font-family:Arial; font-size: 12px;text-decoration: none; z-index: 1 }
a.usun_zdjecie:visited  { color: red;font-family:Arial; font-size: 12px;text-decoration: none; z-index: 1 }

a.paginationBold:link      { color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:visited      { color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:active      { color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.paginationBold:hover     { color: #000000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }


.tabelka { color: #000000; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: solid 1px #000000 }
.tabelka_readonly { color: #939292; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #f2f0f0; border: solid 1px; }
.boki { border-right: 1px solid #ec6931; border-left: 1px solid #ec6931; background-color: #FFF; }
.naglowek  { background: url('../images/bg_pas_men_gora.gif') repeat-x left top }
.skasuj { color: #ec6931; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.lista { color: #000; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

table.formularz {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

table.formularz td, table.formularz th {
	border: 1px solid #838383;
	padding: 3px;
	text-align: left;
}

table.formularz th {
	width: 150px;
	background-color: #F6F6F6;
	vertical-align: top;
	padding-top: 5px;
}

table.formularz select {
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-left: 5px;
}

table.formularz input[type='text'], table.formularz input.pass, table.formularz textarea{
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #000000;
	padding-left: 3px;
}

table.formularz textarea {
	width: 100%;
}

table.formularz input[type='text']{
	width: 75%;
}

table.formularz input.pole_100{
	width: 90%;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: solid 1px #000000;
	padding-left: 3px;
}

table.formularz input.readonly{
	background-color: #ece9d8;
	width: 100%;
}

table.lista {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

table.lista td {
	border: 1px solid #838383;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.lista tr.anulowana td, table.lista tr.anulowana td a {
    color: #C8C8C8; 
}

table.lista tr.anulowana:hover td, table.lista tr.anulowana:hover td a {
    color: #000; 
}

table.lista td.normal {
	font-weight: normal;
}

table.lista td.center {
	text-align: center;
}


table.lista td.licznik, table.lista th.licznik {
	width: 20px;
	text-align: right;
}

table.lista td.ikona, table.lista th.ikona {
	width: 20px;
	text-align: center;
}

table.lista td.last-clean{
    background-color: #80FFC0;
}

table.lista th {
	border: 1px solid #838383;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	/*background-color: #DADADA;*/
	background: linear-gradient(to bottom, #d3c2c2, #f3f3f3);
}

.sciezka {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

div.komunikat, div.komunikat_ok, div.komunikat_blad, div.komunikat_ostrzezenie {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: center;
}

div.komunikat_blad {
	padding: 2px 7px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: center;
}

div.komunikat_ok {
	background-color: #C0FFC0;
	border: 1px solid #60FF60;
}

div.komunikat_blad {
	background-color: #ffe4e4;
	border: 1px solid #FF6060;
}

div.komunikat_ostrzezenie {
	background-color: #FFFFC0;
	border: 1px solid #FFFF60;
}

.nazwa_elementu {
	color: #448844;
}

.nazwa_akcji {
	color: #884444;
	text-transform: capitalize;
}

table.paginacja_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	color: black;
	font-size: 8pt;
	font-family: Arial;
}

table.paginacja_table td {
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
}

span.podpis{
	font-size: 9px;
	font-weight: normal;
}

table.formularz th.tabelka_podrzedna{
	border: 1px solid #000; 
	font-weight: bold; 
	background-color: #CDCDCD;
	vertical-align: top;
}

table.formularz td.tabelka_podrzedna{
	border: 1px solid #000; 
	text-align: center;
	vertical-align: top;
}

table.formularz td.centered, table.formularz th.centered{
	text-align: center;
}

td#lewemenu select, td#lewemenu input{
	font-size: 12px;
	margin-bottom: 5px;
}

td#lewemenu img, img.lineimg{
	vertical-align: middle;
	display: inline;
}

.tooltip{
    text-decoration: underline;
}

div#tooltip{
	padding: 12px;
	font-size: 14px;
	border: 1px solid #00A070;
	background-color: #80FFB0;
}

span.history{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

div#Komunikaty{
	display: none;
}

div#offtop {
	position:fixed;
	left:0px;
	top:0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	display: none;
	background-color:#DADADA;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65; 
}


div#popup{
	border: 1px solid #000033; 
	background-color: #D0FDFF;
	background-repeat: no-repeat;
	background-position: 330px 5px;
	z-index: 105;
	position: absolute;
	padding: 15px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: none;
}

div#popup_bg{
	position: absolute;
	width: 95%;
	z-index: 102;
	display: none;
}

span.label{
	color: #000;
}

span.no-label{
	color: #DCDCDC;
}

table.formularz input.data{
	width: 100px;
	border-color: #DADADA;
}
table.tabelka_cennik {
    border: 1px solid black;
    border-collapse: collapse;
}
table.tabelka_cennik th, table.tabelka_cennik td{
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid black;
}
table.tabelka_cennik th{
    background-color: gray;
}
table.tabelka_cennik td{
    background-color: white;
}

tr.disabled-ap, tr.disabled-ap td, tr.disabled-ap th{
    color: #999;
}

tr.disabled-ap td input, tr.disabled-ap td select, tr.disabled-ap td textarea,
table.formularz tr td table tr.disabled-ap td input{
    color: #999;
    border: 1px solid #999;
}

a.button{
    display: block;
    padding: 3px 5px;
    border: 1px solid #2F2F2F;
    background-color: #DFDFDF;
    color: #000;
    width: auto;
    text-align: center;
    border-radius: 5px;
}

input.button{
    font-size: 11px;
    background-color: #A4E8FF;
    color: #000;
    border: 1px solid #0040C0;
    padding: 3px 5px;
}

input.button.dodawanie{ 
    color: #000;
    background-color: #C0FFC0;
    border: 1px solid #60FF60;
}

input.button.usuwanie{
    color: #000;
    background-color: #FFC0C0;
    border: 1px solid #FF6060;
}

input.like_zapisz{
    background: url("../images/zapisz.gif") #FFF no-repeat;
    width: 52px;
    height: 16px;
    border: 0;
}

table.formularz td.black_mark{
    text-align: center; width: 50%; background-color: #333333; color: #FFF; font-size: 15px; font-weight: bold;
}

table.formularz th.tabelka_podrzedna.light, table.formularz td.tabelka_podrzedna.light{
    border: 1px solid #AFAFAF;
    width: auto;
    padding: 5px;
}

table.formularz td.tabelka_podrzedna.light input{
    margin: 3px;
}

div.wiek-dzieci-age{
    display: none;
    width: 150px;
}

a.zwin_rozwin{
    position: absolute; right: 10px; top: 3px; color: #FFF; font-size: 10px;
}

div.cost-list{
    float: left;
    width: 100%;
}

table.no-border td,
table.no-border th{
    border: 0;
}

table.formularz td.cmonthtitle{
	color: #4b698d;
	font-weight: bold;
	margin: 0 auto;
	height: 19px;
	vertical-align: middle;
	font-size: 10px;
}

table.formularz td.cmonthb{
	text-align: center;
}

table.formularz td.DniKalendarza{
	color: #4b698d;
	font-weight: bold;
	background-color: #d8e2ee;
	font-size: 10px;
}

table.formularz td.KalendarzJestDzien{
	color: #000;
	font-weight: bold;
	border: 1px solid #000066;
	font-size: 10px;
	background-repeat: no-repeat;
	width: 24px;
	height: 22px;
}

table.formularz td.KalendarzPoziom{
    line-height: 30px;
    background-position: 0px 0px;
    font-size: 12px;
    font-family: Tahoma;
    height: 30px;
    width: 30px;
    border-color: #FDFDFD #BEBEBE #BEBEBE #FDFDFD;
    border-style: dotted;
    border-width: 1px;
    text-align: center;
    padding: 2px;
    background-size: 100% 100%;
}

table.formularz td.KalendarzPrzedzial{
    border-color: #FDFDFD #BEBEBE #BEBEBE #FDFDFD;
    border-style: dotted;
    border-width: 1px;
    text-align: center;
    border-left: 0;
    border-right: 0;
}

table.formularz td.KalendarzBrakDzien{
	color: #000;
	font-weight: bold;
	border: 1px solid #000066;
	font-size: 10px;
	width: 24px;
	height: 22px;	
}

table.formularz td.KalendarzDzienByl{
	color: #888888;
	font-weight: bold;
	border: 1px solid #000066;
	font-size: 10px;
	width: 24px;
	height: 22px;	
}

table.formularz td.KalendarzNaglowek{
    background-color: #97CBB1;
    border-color: #97CBB1;
    width: 30px;
    text-align: center;
}

table.formularz td.KalendarzPrzerwaMiesiac{
    background-color: #000;
    width: 2px; 
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 1px;
    border-left: 0 !important;
    border-right: 0 !important;
}

div.kal-dostepnosci-div{
    width: 30px;
    position: relative;
    height: 30px;
    top: 0;
    left: 0;
    line-height: 30px;
}

div.kal-dostepnosci-div .kal-dostepnosci-cena{
    position: relative;
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

div.kal-dostepnosci-div .brak-zgloszenia-przyjazdu,
div.kal-dostepnosci-div .brak-zgloszenia-wyjazdu,
div.kal-dostepnosci-div .cena-wynajmu{
    position: absolute;
    font-weight: bold;
    color: #FFF;
}

div.kal-dostepnosci-div .cena-wynajmu{
    line-height: 0;
    font-size: 8px;
    bottom: 4px; 
    right: 1px;
}

div.kal-dostepnosci-div .brak-zgloszenia-przyjazdu{
    bottom: 0;
    right: 1px;
}

div.kal-dostepnosci-div .brak-zgloszenia-wyjazdu{
    top: 0;
    left: 1px;
}

.date_time{
	font-size: 10px;
    width: 60%;
    text-align: center;
    border: 1px solid #cbc6c6;
    font-weight: bold;
    font-family: Arial;
	height: 12px;
	border-radius: 4px;
	margin-top: 3px;
}
.date_time:focus {
	height: 20px;
	width: 100%;
	margin-top: 0;
	border: 1px solid #acd91a !important;
}

.date_alert{
    background-color: #f7d7d7;
    border: 1px solid #FF6060;
}

.date_good{
    background-color: #C0FFC0;
    border: 1px solid #10AF10; 
}

#queue-loading-bar{
    height: 23px;
    border: 1px solid #b0b7b8;
    width: 286px;
    background-image: url("../images/loading-bar.png");
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 15px auto;
    color: #b94949;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
}

.vz_submit{
	position: fixed;
	bottom: 6%;
	right: 5%;
	background: beige;
	padding: 10px;
}
.button_top{
	font-size: 12px;
    padding: 6px 8px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #e3d7d7;
    cursor: pointer;
	background: #f1eded;
}
.button_top:hover{
	background: #acd91a !important;
}