  /* latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'), url(/websiteassets/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

:root {
	--buttonMainColor: #d60075;
	--buttonMainColorDesaturated: #b13d77;
}

* :focus {
	outline: none;
}

body
{	
	color:#3b4246 !important;    
	background-image: url('../../images/bg.gif');
    background-repeat: repeat;
    margin: 0px;
	padding: 0px;
	font-family: 'Roboto' !important;
}
#logotitle {
	width: 960px;
	height: 175px;
	margin: 0px auto;
	background-image: url('../../images/logotitle.png');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#headerBar #headerDesktop
{
	-webkit-box-shadow:	none;
	-moz-box-shadow: none;
	box-shadow:none;
}
#engineArea{
    min-height:610px;
	padding-bottom: 20px;
}

#footertop
{
	background-image: url('../../images/footer_bg.png');
    background-repeat: repeat;
    height: 18px;
    width: 100%;
}

#footertop
{
	background-color:white;
	background-image: url('../../images/footer_bg.png');
    background-repeat: repeat;
    height: 18px;
    width: 100%;
}

#footerbottom
{
	background-image: url('../../images/footer_content.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #51002b;
    width: 100%;
    height: 250px;
    cursor: hand;
    cursor: pointer;
}

#datePickerKeyArea, #placeholderDatePicker
{
	width:206px;
}

#datePickerKeyArea
{
	border: 1px solid #51002b;
}
#classSearchBtn
{
	float:right;
}
.classAccordionHeaderTitle span
{
	margin-left:30px;
}

/* close "X" button */
.cancelSpaPackageButton{
	background: transparent;
	margin-top: 4px;
}
.cancelSpaPackageButton span{
	display: none !important;
}
.cancelSpaPackageButton:after{
	content: 'X' !important;
	color: #0990cc !important;
	padding-right: 4px;
	margin-top: 4px;
}
.cancellationLabelDiv{
    padding-left:15px;
}
input.cancellationPolicyCheckBox[type=checkbox] {
    vertical-align: sub;
    margin-left: 12px;
    width:20px;
    height:20px;
}
select{
    -webkit-appearance:none;
    border-radius:0px;
}

div#SaveDetailsArea img {
	width: 16px;
}

.ui-button, .ui-button.ui-state-default, div#slides div.gallery-navigation-left, div#slides  div.gallery-navigation-right  {
	color: white;
	background: var(--buttonMainColor);
	border: 1px solid var(--buttonMainColor); 
}

.ui-button:hover, div#slides div.gallery-navigation-left:hover, div#slides  div.gallery-navigation-right:hover  {
	background: white;
	color: var(--buttonMainColor);
	border: 1px solid var(--buttonMainColor); 
}

#loginlink {
	color: white !important;
	background-color: var(--buttonMainColor) !important;
	font-weight: 500 !important;
	
	text-decoration: none !important;
	border: 1px solid var(--buttonMainColor) !important; 
	padding: 5px 10px !important;
}

#loginlink:hover {
	background-color: white !important;
	color: var(--buttonMainColor) !important;
	font-weight: 500 !important;
	
	text-decoration: none !important;
	border: 1px solid var(--buttonMainColor) !important; 
	padding: 5px 10px !important;
}

.ui-widget {
	font-family: Roboto;
}

.ui-widget-content {
	background: white none; /* white url("images/ui-bg_inset-soft_10_8e9191_1x100.png") 50% bottom repeat-x; */
	color: #3b4246;
}

.label {
	color: black;
}

.ui-widget-header {
	background: white;
}

#errMsg {
	color: red;
}

#resetPasswordLink {
	text-decoration: underline;
}

.ui-button-icon-only:hover {
	background-color: var(--buttonMainColorDesaturated);
}

#formInputDiv div:nth-child(2) select, #formInputDiv div:nth-child(2) input {
	color: #3b4246;
	background-color: white;
	border: 1px solid black;
}

#formInputDiv div div {
	font-weight: 500;
}


#voucherNumberInput {
	background-color: white;
	color: black;
	height: 2em;
}

#BookingDateTextbox {
	background-color: white;
    color: black;
}

#guestListSurround > a {
	color: black;
}

/*
.alacerToastMessage.ui-state-highlight   {
	color: white;
}
*/

.TimeButton  {
	margin-right: 10px;
}

.therapistPref.ui-widget.ui-state-default  {
	background-color: white;
	color: black;
}

#DropDownVenues, #DropDownSeats, #DropDownSessions, #DropDownRestaurantExperiences {
	color: black;
	background-color: white;
}

#DropDownSessions {
    margin-bottom: 0;
}

#SelectionExperience {
    margin-bottom: 20px;
}

.ui-datepicker-month.ui-widget.ui-state-default, .ui-datepicker-year.ui-widget.ui-state-default {
	background-color: white;
	color: black;
}

.ui-datepicker-next, .ui-datepicker-prev{
	background-color: var(--buttonMainColor) !important;
}

.ui-datepicker-next.ui-datepicker-next-hover, .ui-datepicker-prev.ui-datepicker-prev-hover {
	background-color: var(--buttonMainColorDesaturated) !important;
	border: var(--buttonMainColorDesaturated) !important;
	color: var(--buttonMainColorDesaturated) !important;
	background-image: none !important;
}
/*
.ui-datepicker-calendar th {
	background-color: white;
	color: black;
}
*/

#GuestEntry,
#CardDetailsSurround {
	background-color: white !important;
	padding-top: 15px;
    padding-bottom: 15px;
}

#InputFieldNotes {
	color: black !important;
	background-color: transparent;
}

#CardDetailsSurround > div > div:nth-child(odd) {
	color: black !important;
	background-color: white !important;
}

#bookBtn {
	margin-top: 6px;
}

#SpaDaysBookedLabel {
	margin-top: 7px;
}

ul#BookingLinksText {
	margin-left: 0;
}

table#spaDaysAddedTable td.tdButton,
#priceFieldset td {
	background-color: transparent;
}

/* Drop Shadow */
div.spaDaySurround,
#GuestEntry,
#CardDetailsSurround,
.spaDayTotalSummary,
.SpaDaySubTotalSummary,
div#voucherTableArea,
#EnteredVouchersTable {
	border: none !important;
	-webkit-box-shadow:	0px 7px 15px 0px rgba(135,135,135,1) !important;
	-moz-box-shadow:	0px 7px 15px 0px rgba(135,135,135,1) !important;
	box-shadow:			0px 7px 15px 0px rgba(135,135,135,1) !important;
}

div.spaDayDescription h3 {
	font-size: 20px;
}

.ui-dialog-titlebar {
	background-color: #a7a9ac;
}

.ui-dialog-title {
	color: #ffffff;
}

.ui-dialog-titlebar {
	font-weight: normal;
}

.ui-dialog-titlebar-close {
	background-color: transparent !important;
	border: none !important;
}

div#AlacerImageGalleryModal div.caption {
    position: relative;
    bottom: 19px;
}

#amountDueSpan,
#appliedVouchersValueSpan,
#depositDueSpan,
#amountPaidSpan {
	font-size: 20px;
}

#UserDetailsSurround div {
    border: none;
}

div#CardDetailsSurround label {
	font-weight: normal;
	font-size: 14px;
}

div#CardDetailsSurround input[type=text],
div#CardDetailsSurround select {
	background-color: #ffffff;
	color: #3b4246;
	font-size: 14px;
}

#yourDetailsLbl,
div#PaymentDetailsArea {
    color: #d60075;
    font-size: 20px;
}

table.table {
    background-color: #ffffff;
    color: #3b4246;
}

#spaLeisureSidebar table, #spaLeisureSidebar table td, #spaLeisureSidebar table tr {
	border-color: transparent;
}

#SpaBookingPage > div:not(#bookingScreen) {
	-webkit-box-shadow:	0px 7px 15px 0px rgba(135,135,135,1);
	-moz-box-shadow:	0px 7px 15px 0px rgba(135,135,135,1);
	box-shadow: 		0px 7px 15px 0px rgba(135,135,135,1);
}

div.timeButtons {
	color: var(--buttonMainColor);
}

div#SpaBookingPage > div.col-md-3 {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

div#spaLeisureSidebar {
	margin-left: auto;
	margin-right: auto;
}


table td {
	padding-left: 0;
	padding-right: 0;
}

.spaDaySurround:first-child {
	margin-top: 0;
}

select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	-ms-appearance: menulist;
}

div#SpaBookingPage > div.col-md-3 {
	background-color: white;
}

div#slider-range , div.ui-slider {
	border-color: var(--buttonMainColor);
}

div#slider-range > div.ui-slider-range, div.ui-slider > div.ui-slider-range {
	background-color: var(--buttonMainColor);
}

div#slides div.gallery-navigation-left, div#slides  div.gallery-navigation-right {
	border-color: var(--buttonMainColor);
}

.ui-dialog-titlebar {
	color: white;
	background: var(--buttonMainColor);
	border: 1px solid var(--buttonMainColor); 
}

table#loginControls, table#loginControls th, table#loginControls td {
	border-color: transparent;
}

#resetPasswordLink {
	text-decoration: underline;
}

#guestLogin #userEmail {
	margin-bottom: 0;
}

#logoutlink {
	color: #3b4246;
	text-decoration: underline;
}

#SpaDayLeisureItemsSummary > #voucherArea > #voucherInputArea > div > #voucherNumberInput {
	position: relative;
	top: 2px;
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
}

#SpaDayLeisureItemsSummary .ui-state-highlight, .alacerToastMessage.ui-state-highlight {
	background-color: #f0f3f4
}

legend#spaLeisureSidebarHeading {
	padding-top: 5px;
}

#AlacerImageGalleryModal > #slides > a > div {
	background-color: transparent;
	border: none;
}

#AlacerImageGalleryModal > #slides > a > div > span {
	background-image: url('../themes/ui-1.11.4/CustomThemes/Alacer-Grey-Pink/images/ui-icons_d60075_256x240.png');
}

.cancelSpaPackageButton:after {
	color: var(--buttonMainColor) !important;
}

#bookingScreen {
	padding-right: 0;
}

#loginBar > div, #SpaDayLeisureItemsSummary, #GuestAndCardPaymentDetailsPage, #spaLeisureBackButtons > div {
	padding-left: 0;
	padding-right: 0;
}

#MainGuestDetailsArea {
	padding-left: 0;
}

#PaymentDetailsArea {
	padding-right: 0;
}

#amountAndDepositDueArea, #ConfirmationPage {
	margin-left: -15px;
	margin-right: -15px;
}

div.spaDayDescription h3 {
	color: var(--buttonMainColor);
	font-weight: 600;
}

/* Hide price slider */
#priceFieldset {
	display: none;
}

/* Hide magnifying glass */
.showGalleryIcon {
	display: none;
}

/* Cards alignment */
@media (min-width: 768px) {
	.spaDayImageCol {
		padding: 0;
		width: 33.3%;
		height: 200px;
	}

	.spaDaySurround > .col-sm-9 {
		width: 66.6%;
	}

	.spaDayfooter {
		width: 66.6%;
		position: absolute;
		right: 0;
		margin-top: 19%;
	}

	.spaDayImage > .clearAfter {
		display: block !important;
	}


	.spaDayImageCol {
		height: 200px;
	}

	.spaDayImage, .spaDayImage > .clearAfter, .spaDayImage > .clearAfter > img.viewDetails.img-responsive {
		height: 100%;
	}

	.spaDayImage > .clearAfter > img.viewDetails.img-responsive {
		object-fit: cover;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.spaDayfooter {
		margin-top: 25%;
	}
}

/* Cards alignment */

@media (min-width: 768px) {
	.spaDayImageCol {
		height: 260px;
	}
	
	.spaDayfooter.lightBuleBarCancelation {
		margin-top: 23%;
		padding: 0 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.spaDayfooter.lightBuleBarCancelation {
		margin-top: 29%;
	}
}

.cancellationPolicySurround {
	margin-left: 15px;
}

.cancellationPolicySurround input.cancellationPolicyCheckBox[type=checkbox] {
	margin-left: 0;
	margin-right: 5px;
}

input[type="checkbox"] {
	accent-color: var(--buttonMainColor);
	cursor: pointer;
}