:root {
	--chameleon: #71b73e;
	--green: #8abd48;
	--orange: #f69831;
	--blue: #00aaba;
	--pink: #e9138b;
}
.hide {
	display: hidden !important;
}
.show {
	display: block !important;
}
.ast-sticky-active {
	width: 100%;
	right: auto;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}
.bookingForm [placeholder], .bookingForm ::placeholder {
	color: #777;
}
.e--ua-firefox .bookingForm ::placeholder, .bookingForm [placeholder]:valid {
	color: black;
}
select, .select2-container .select2-selection--single {
	background-position-x: calc(100% - 25px) !important;
}

/*~~~~~~~~~~~~~~~~ BOOKING FORM — INPUTS */
.bookingForm input, .bookingForm select {
	width: 100%;
}
.bookingForm input, .bookingForm select, .bookingForm [type='submit'] {
	/*font-size: 16px;*/
	border-radius: 7px !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0 transparent !important;
	-webkit-appearance: none;
	appearance: none;
	transition: background .2s ease, box-shadow.2s ease;
	border: none;
	line-height: 2.5em;
}
.bookingForm input:focus, .bookingFormm select:focus,
.bookingForm input:focus-visible, .bookingForm select:focus-visible {
	box-shadow: 0 0 0 2px var(--orange), 0 0 0 4px white !important;
}
/* Options */
.bookingForm option {
	color: black;
	background: #fafafa;
}
.bookingForm select:disabled {
	font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~  B O O K I N G  —  D A T E   F O R M.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Anchor offset */
#reserver::before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 120px;
	margin-top: -120px;
}
@media only screen and (min-width: 545px) {
	#reserver::before {
		height: 250px;
		margin-top: -250px;
	}
}
#bookingDateForm fieldset {
	width: 100%;
	padding: 2rem 1.25rem;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	align-items: stretch;
	background: white;
	border: none;
	box-shadow: 0 0 20px 0 rgba(24, 24, 24, .25);
	border-radius: .6rem;
}
#bookingDateForm.home fieldset {
	background: rgba(0, 170, 186, .9);
	box-shadow: 0 4px 12px 0 rgba(24, 24, 24, .9);
	border-radius: 1rem;
}
#bookingDateForm fieldset > * {
	position: relative;
	flex: 1 1 100%;
}

/*~~~~~~~~~~~ BOOKING DATE FORM — LEGEND */
#bookingDateForm fieldset > div {
	width: 100%;
	font-weight: 600;
	text-align: center;
}
#bookingDateForm.home fieldset > div {
	color: white;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#bookingDateForm fieldset > div > div {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: .5em;
}
#bookingDateForm fieldset > div span {
	display: inline-block;
	width: 1.7em;
	margin-right: .5em;
	padding: .35em;
	line-height: 1;
	text-align: center;
	border-radius: 1em;
	background: var(--green);
}
@media only screen and (min-width: 737px) {
	#bookingDateForm fieldset {
		padding: 2rem;
	}
	#bookingDateForm fieldset > div > div + div::before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		margin: 0 1em;
		background: white;
	}
}

/*~~~~~~~~~~~ BOOKING DATE FORM — SUBMIT */
#bookingDateForm [type='submit'] {
	flex: 0 0 100%;
	min-height: 44px;
	padding: 0 .75em;
	opacity: 1;
	background: var(--orange);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .35);
	transition: background .2s ease, background .2s ease;

	display: flex;
	justify-content: center;
	align-items: center;
}

#bookingDateForm [type='submit'] span {
	color: white;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 500;
}

#bookingDateForm [type='submit'] * {
	flex-grow: 1;
	flex-basis: content;
}

@media only screen and (min-width: 980px) {
	#bookingDateForm fieldset > * {
		flex-basis: auto;
	}
	/*#bookingDateForm fieldset > label:first-of-type {
		flex-basis: 100%;
	}*/
	/*
	#bookingDateForm fieldset > label + label {
		flex-basis: 40%;
	}
	*/
	#bookingDateForm [type='submit'] {
		flex-basis: 150px;
	}
}
.submitButton, .quoteButton {
	width: 100%;
	height: 3em;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
	border-radius: 3px;
	background: var(--green);
	transition: background .2s ease;
}
@media all and (any-hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.submitButton:hover, .quoteButton:hover, #bookingDateForm [type='submit']:hover {
		background: var(--blue); /*var(--ast-global-color-3);*/
	}
}
.bookingForm button:disabled {
	opacity: .7 !important;
	pointer-events: none !important;
	background: grey !important;
}
.bookingForm button img, button span {
	display: inline-block;
}
.bookingForm button img {
	overflow: visible;
	height: 1.4em;
	fill: white;
	stroke: white;
	/*transition: opacity .2s ease;*/
}
button img:first-child {
	opacity: .9;
}
button img.loading {
	display: none;
}
button.submit img:first-child, button.submit span {
	display: none;
}
button.submit img.loading {
	display: block;
}
@media all and (any-hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#bookingDateForm [type='submit']:hover img:first-of-type {
		animation: 1.5s ease-out 0s infinite normal none running booking-submit-animation;
	}
}
@keyframes booking-submit-animation {
	0% { transform: translateX(0); opacity:1; }
	49.9% { transform: translateX(4px); opacity:.5; }
	50% { transform: translateX(-4px); opacity:1; }
	100% { transform: translateX(0); opacity:1; }
}
/* Datepicker */
.datepicker-dropdown, .datepicker-view {
	width: 100%;
}
.daterangepicker td, .daterangepicker th {
	padding: .7em 0;
}

.booking select,
.booking input {
	padding-left: 1em;
	height: 100%;
}

.booking select#location {
	background-color: white;
	background-image: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 0.75rem) center !important;
}

