#pricesMain {
	font-size: 14px;
	padding: 0;
	margin: 0;
	filter:alpha(opacity=85);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	width: 103%;
}
.scrollable {
	overflow-x: auto;
	max-width: 102%;
/*	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%); */
}

#pricesSub {
	font-size: 14px;
	filter:alpha(opacity=85);

	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	margin-left: 8px;
}

#priceDates {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73A8EA;
	border-bottom-color: #73A8EA;
	border-left-color: #73A8EA;
}
#priceDates th {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	height: 23px;
}
#priceApartments {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #73A8EA;
	border-bottom-color: #73A8EA;
}
#priceApartments th {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	height: 23px;
}
#priceHouses {
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #73A8EA;
	border-bottom-color: #73A8EA;
	border-right-color: #73A8EA;
}
#priceHouses th {
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	height: 23px;
}

.dates {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFEDB0;
	border-bottom-color: #FFFFFF;
}

.dates td {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.dates th {
	background-color: #FFEDB0;
	text-align: center;
	border-bottom: 1px solid #000000;
	height: 23px;
}
.dates .darkLine td {
	text-align: center;
	background-color: #FFFBE6;
}
.priceData {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFEDB0;
	border-bottom-color: #FFFFFF;
	/*-moz-box-sizing: border-box;*/
	cursor: pointer;
	z-index: 100;
	position: relative; 
}

.priceData td {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.priceData th {
	background-color: #FFEDB0;
	text-align: center;
	border-bottom: 1px solid #000000;
}
/*
.priceData th:hover {
	background-color: #ffe37a;
	text-align: center;
	border-bottom: 1px solid #000000;
}
*/
.priceData .line td {
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
}
.priceData .darkLine td {
	text-align: center;
	background-color: #FFFBE6;
	font-weight: bold;
}
.priceDataDark {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F7EAAB;
	border-bottom-color: #F8F8F8;
	cursor: pointer;
	z-index: 100;
	position: relative;
}
.priceDataDark td {
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.priceDataDark th {
	background-color: #f3e29c; /* #F5E7A0; */
	text-align: center;
	border-bottom: 1px solid #000000;
}
/*
.priceDataDark th:hover {
	background-color: #ffe37a;
	text-align: center;
	border-bottom: 1px solid #000000;
}
*/
.priceDataDark .line td {
	text-align: center;
	background-color: #F4F4F4; /* #F8F8F8*/
	font-weight: bold;
}
.priceDataDark .darkLine td {
	text-align: center;
	background-color: #F4F0D6; /* #FCF7DC; */
	font-weight: bold;
}
.priceDataHigh {
	border: 1px solid #CC0033; 
	cursor: pointer;
}
.priceDataHigh td {
	text-align: center;
	background-color: #fff9ea;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.priceDataHigh th {
	background-color: #ffe37a;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.priceDataHigh .line td {
	text-align: center;
	background-color: #fff9ea;
	font-weight: bold;
}
.priceDataHigh .darkLine td {
	text-align: center;
	background-color: #fff5d3;
	font-weight: bold;
}
.priceSmall {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 4px;
}
.priceHeader {
	background-color: #FFEDB0;
}
.people {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;
}
.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: normal;
}
.cleaning {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
}

.plInfo {
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 26px !important;
	position: relative;
	line-height: 13px;
	padding-bottom: 4px;
}
.plInfo::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 14px;
	left: 10px;
	top: 4px;
	border: 1px solid #cc0033;
}


.calcFlex {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
/*	border: 1px dotted #0f0; */
}
.calcFlex>div {	flex: 0 1 220px; /* border: 1px solid #ff0; */}
.calcFlex>div table { padding: 4px 0; /* border: 1px dotted #f00; */}
.canGrow { flex-grow: 1 !important; }
.flexTop { align-items: flex-start !important; }
#calcForm table { }
#calcForm h2 { margin-top: 0; }

.calcTable { }
.datePicker { 
	position: absolute; 
	top: 2px;
	right: 2px;
	width: 16px;
	height: 18px;
	cursor: pointer;
	color: #000;
	text-align: center;
	font-size: 10px;
}
.datePicker::after {
	content:'';
	width: 0;
	height: 0;
	top: 8px;
	right: 3px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
}
	
/*
	top: 0;
	left: 0px;
	display: block;
	color: #fff;
	font-size: 12px;
	z-index: 20;
}*/

@media handheld, screen and (max-device-width:600px) {
.calcTable {
	-webkit-text-size-adjust:none;	
}
}
.calcTable th {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #799abf;
	color: #ffffff;
	vertical-align: top;
}
.calcTable td {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 4px;
	background-color: #b9d0e9;
	vertical-align: top;
}
.calcTable td.tdData {
	padding-left: 12px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #b9d0e9;
	line-height: 18px;
}
.calcTable td.thLeft {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 4px;
	background-color: #799abf;
	color: #ffffff;
	border-right: solid 1px #000000;
}

