/*#block-xtr-bookings-booking-calendar.affix {
	top: 110px;
	z-index: 50;
}*/
#block-xtr-bookings-booking-calendar .nav-tabs {
	border: 1px solid rgb(42, 67, 76);
}
#block-xtr-bookings-booking-calendar .nav-tabs > li {
	width: 50%;
	display: block;
	margin: 0;
}
#block-xtr-bookings-booking-calendar .nav-tabs > li > a {
	background: rgb(42, 67, 76);
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
	display: block ;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#block-xtr-bookings-booking-calendar .nav-tabs > li.active > a {
	background: #f2fafd;
	color: rgb(42, 67, 76);
}
#block-xtr-bookings-booking-calendar .tab-pane {
	padding: 20px;
}
#month-selector-form .form-item,
.check-price-form .form-item {
	margin: 0 0 10px 0;
}
#month-selector-form .prev,
#month-selector-form .next,
#month-selector-form select {
	height: 40px;
	font-size: 1em;
	padding: 0 5px;
	width: 100%;
}
#month-selector-form .prev,
#month-selector-form .next {
	background: #507d2a;
	color: #ffffff;
	line-height: 40px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#month-selector-form .prev:hover,
#month-selector-form .next:hover {
	text-decoration: none;
}
.check-price-form input[type="text"],
.check-price-form select {
	width: 100%;
	height: 35px;
	padding: 0 10px !important;
	font-size: 14px;
}
#edit-submitted-arrival-date,
#edit-submitted-departure-date,
.check-price-form #edit-available-from,
.check-price-form #edit-available-to {
	background-image: url('../images/cal.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: 1px solid rgb(169, 169, 169);
}
#block-xtr-bookings-booking-calendar .webform-client-form input[type="submit"],
.check-price-form input[type="submit"] {
	background: #507d2a;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	font-size: 1.1em;
	border: 0;
	margin-top: 20px;
	cursor: pointer;
}
#block-xtr-bookings-booking-calendar .webform-client-form input[type="submit"]:hover,
.check-price-form input[type="submit"]:hover {
	background: #0058A4;
}
.check-price-form input[type="submit"].form-button-disabled,
.check-price-form input[type="submit"].form-button-disabled:hover {
	background: #717171 !important;
	color: #ffffff !important;
	cursor: not-allowed;
}
#calendar_wrapper {
	margin: 10px 0;
}
#calendar_wrapper table.availability_table {
	width: 100%;
}
#calendar_wrapper table.availability_table thead th {
	background: rgb(42, 67, 76);
	color: #ffffff;
	border: 1px solid rgb(42, 67, 76);
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 30px;
	font-size: 1em;
	width: 14.285%;
}
#calendar_wrapper table.availability_table td {
	border: 1px solid rgb(42, 67, 76);
	vertical-align: middle;
	background: #ffffff;
	text-align: center;
	height: 54px;
}
#calendar_wrapper table.availability_table td.empty,
#calendar_wrapper table.availability_table td.booked {
	background: #dddddd;
	cursor: auto;
}
#calendar_wrapper table.availability_table td.available {
	cursor: pointer;
}
#check_dates .datepicker table tr td.active.active,
#calendar_wrapper table.availability_table td.selected {
	background: #e47f3b;
}
#calendar_wrapper table.availability_table td.prev_available {
	cursor: pointer;
	background-image: url('../images/prev_available.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#calendar_wrapper table.availability_table td.prev_available.selected {
	background-color: #dddddd;
	background-image: url('../images/prev_available_selected.svg');
	background-size: cover;
}
#calendar_wrapper table.availability_table td.today,
#calendar_wrapper table.availability_table td.prev_booked {
	cursor: pointer;
	background-image: url('../images/next_available.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#calendar_wrapper table.availability_table td.today.selected,
#calendar_wrapper table.availability_table td.prev_booked.selected {
	background-color: #e47f3b;
	background-image: url('../images/next_available.svg');
	background-size: cover;
}
#calendar_wrapper table.availability_table td.departure {
	background-color: #ffffff;
	background-image: url('../images/prev_available_selected.svg');
	background-size: cover;
}
#calendar_wrapper table.availability_table td.departure.booked {
	background-color: #dddddd;
}
#calendar_wrapper table.availability_table td.arrival {
	background-color: #e47f3b;
	background-image: url('../images/prev_available.svg');
	background-size: cover;
}
#calendar_wrapper table.availability_table td.arrival.booked {
	background-color: #dddddd;
}

#calendar_legend {
	margin-bottom: 20px;
}
#calendar_legend .day_type {
	display: inline-block;
	margin-right: 10px;
	font-size: 1em;
}
#calendar_legend .day_type:before {
	content: '';
	width: 20px;
	height: 20px;
	background: red;
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
	border: 1px solid rgb(42, 67, 76);
	vertical-align: middle;
}
#calendar_legend .day_type.available:before {
	background: #ffffff;
}
#calendar_legend .day_type.bookedout:before {
	background: #dddddd;
}
#calendar_legend .day_type.selected:before {
	background: #e47f3b;
}

#tariffs_table {
	font-size: 1em;
	background: #ffffff;
	margin-bottom: 0;
}
#tariffs_table th {
	border: 1px solid rgb(42, 67, 76);
	background: rgb(42, 67, 76);
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
#tariffs_table td {
	border: 1px solid rgb(42, 67, 76);
}
#tariffs_table td label {
	display: inline;
	cursor: pointer;
}
#tariffs_table td a {
	font-size: 12px;
	color: rgb(42, 67, 76);
}
#tariffs_table tr.selected td {
	background: #e47f3b;
	color: #ffffff;
}
.bootstrap-datetimepicker-widget th {
	border: 0;
}
.bootstrap-datetimepicker-widget th.dow {
	background: rgb(42, 67, 76);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	border: 1px solid rgb(42, 67, 76) !important;
}
.bootstrap-datetimepicker-widget table td {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid rgb(42, 67, 76) !important;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: #dddddd !important;
}
.booking_message {
	color: #8c2e0b;
	font-weight: bold;
	background: #fef5f1;
	border: 1px solid #8c2e0b;
	padding: 10px 10px 10px 36px;
	font-size: 1em;
	background-image: url(../../../../../misc/message-16-error.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;

}
.check-price-form {
	position: relative;
}
.check-price-form .loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	display: none;
}
.check-price-form .loading > .xtr_table {
	display: table;
	width: 100%;
	height: 100%;
}
.check-price-form .loading > .xtr_table > .xtr_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#book_now_quick_link {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
#book_now_quick_link > a {
	background: #507d2a;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	font-size: 16px;
	border: 0;
	display: block;
	text-align: center;
	line-height: 50px;
}
#block-xtr-bookings-booking-calendar .webform-client-form input[type="text"],
#block-xtr-bookings-booking-calendar .webform-client-form input[type="email"],
#block-xtr-bookings-booking-calendar .webform-client-form select,
#block-xtr-bookings-booking-calendar .webform-client-form textarea {
	width: 100%;
	height: 35px;
	padding: 0 5px;
	font-size: 12px;
	border: 1px solid rgb(169, 169, 169);
}
#block-xtr-bookings-booking-calendar .webform-client-form textarea {
	height: auto !important;
	padding: 5px;
}
#block-xtr-bookings-booking-calendar .webform-client-form > div {
	margin: 0 -15px;
}
#block-xtr-bookings-booking-calendar .webform-client-form > div:after {
	content: '';
	display: table;
	clear: both;
}
#block-xtr-bookings-booking-calendar .webform-client-form .form-item {
	margin: 0 0 10px 0;
}
#check_dates .bootstrap-datetimepicker-widget table th {
	background: #dddddd;
	color: #212529;
}
#check_dates .bootstrap-datetimepicker-widget table th.dow {
	background: rgb(42, 67, 76);
	color: #ffffff;
}
@media (max-width: 480px) {
	#block-xtr-bookings-booking-calendar.affix {
		position: static !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 1199px) {
	#calendar_wrapper table.availability_table td {
		height: 45px;
	}
}

@media (max-width: 991px) {
	#calendar_wrapper table.availability_table td {
		height: 31px;
	}
}

@media (max-width: 767px) {
	#calendar_wrapper table.availability_table td {
		height: 35px;
	}
}
