/*Correcting container width so page will be responsive*/
@media (min-width: 992px){
	.container {
		width: 100%!important;
		max-width: 970px;
	}
}

@media (max-width: 992px) {
	.container > .row {
		margin: 0;
	}
}

.container {
	width: 100%!important;
	max-width: 970px;
}

.content-column {
	margin-bottom: 50px;
}

.content {
	border-radius: 10px;
}

.online-booking .nav-tabs a {
	color: #57779c;
}

.online-booking .nav-tabs a.active {
	color: #57779c;
}

/* General */

.is-open {
	display: block;
	height: auto;
}

.element-hidden {
	display: none;
}

.text-right {
	text-align: right;
}

.no-padding {
	padding: 0;
}

/*Custom Styles for online booking */
.online-booking {
	background: #deeef8;
}

.online-booking a.appointments > span,
a.appointments:hover > span {
	background-image: url(../images/online-booking/appointment-icon.svg);
	background-position: left top;
	height: 19px;
	width: 20px;
	margin-right: 8px;
}

.online-booking nav > ul > li > a.active {
	background: #deeef8;
}

.padding-fix {
	padding: 0 14px;
}

.no-margin {
	margin-top: 0;
}

.online-booking-heading {
	color: #2566a9;
	font-size: 20px;
	font-weight: 400;
	padding: 0 30px;
	margin-bottom: 15px;
}

.online-booking .panel {
	font-family: arial, helvetica, sans-serif;
}

.online-booking .panel-group .panel+.panel {
	margin-top: 0;
}

.panel-light-blue .panel-heading {
	background: #f0f8fc;
	background: -moz-linear-gradient(top,  #f0f8fc 0%, #e7f2f8 100%);
	background: -webkit-linear-gradient(top,  #f0f8fc 0%,#e7f2f8 100%);
	background: linear-gradient(to bottom,  #f0f8fc 0%,#e7f2f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f8fc', endColorstr='#e7f2f8',GradientType=0 );
	color: #57779c;
	padding: 20px 30px;
	border-bottom: 1px solid #cbdce7;
}

.panel:first-child .panel-heading {
	border-top: 1px solid #cbdce7;
}

.panel .panel-heading .service-title {
	display: inline;
}

.panel .panel-heading .service-title:after {
	content: ',';
	margin-left: -3px;
}

.panel .panel-heading .service-title:last-child:after {
	content: '';
}

.panel-light-blue .collapse.in {
	border-bottom: 1px solid #cbdce7;
}

.panel-title {
	font-size: 14px;
}

.panel-link {
	font-size: 16px;
	vertical-align: middle;
}

 .panel-icon {
	 width: 22px;
	 height: 20px;
	 margin-right: 20px;
	 display: inline-block;
	 background-repeat: no-repeat;
	 background-position: left center;
	 vertical-align: middle;
 }

 .panel-icon--service {
	 background-image: url(../images/online-booking/services.svg);
	 stroke: #57779c;
 }

 .panel-icon--staff {
	background-image: url(../images/online-booking/staff.svg);
	width: 26px;
	height: 28px;
 }

 .panel-icon--appointment {
	background-image: url(../images/online-booking/timeslot.svg);
	width: 24px;
	height: 24px;
 }

 .panel-icon--information {
	background-image: url(../images/online-booking/information.svg);
	width: 25px;
	height: 29px;
 }

.online-booking .panel-group .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.online-booking-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.online-booking .service {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	cursor: pointer;
	padding-left: 30px;
}

.online-booking-list .service:hover,
.online-booking-list .service:focus,
.online-booking-list .service.selected {
	background-color: #fffde9;
}

/*
.online-booking-list .service.selected {
	background-image: url(../images/online-booking/selected.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 30px center;
}
*/
.online-booking-list .service input:checked + .checkmark {
	background-image: url(../images/online-booking/selected.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	position: absolute;
	left: 10px;
	height: 24px;
	width: 24px;
}

.online-booking input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

.online-booking input[type="radio"] {
	display: inline-block;
}

.online-booking input[type="radio"] + .service-title {
	display: inline-block;
}

.online-booking .service label {
	padding: 15px 30px;
	font-weight: 400;
	margin: 0;
	display: block;
}

.online-booking .service label:hover {
	cursor: pointer;
}

.online-booking .service a {
}

.online-booking .service a .open-description {
	color: #387bc0;
}

.online-booking .service .service-title,
.online-booking .service .service-cost {
	color: #555;
}

.online-booking .service-description {
	font-size: 12px;
	color: #777;
}

.online-booking .service-cost {
	text-align: right;
	vertical-align: middle;
}

.panel-help-text {
	background: #f7f7f7;
	font-size: 16px;
	padding: 20px 30px 18px;
	line-height: 1;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: -1px;
	color: #555;
}

.panel-help-text #googleSignIn {
	display: inline-block;
	vertical-align: middle;
}

.hasDatepicker {
	position: relative;
	height: 33px;
	font-size: 12px;
	background-image: url(/static/images/company/calendar-icon.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 27px;
}

.panel-help-text--appointment{
	display: flex;
	justify-content: center;
	align-items: center;
}

.appointment-time-slots {
	font-size: 14px;
}

.schedule-key {
	color: #777;
}

.slot-key {
	margin-left: 20px;
	height: 14px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.slot-key:first-child {
	margin-left: 0;
}

.slot-key--gray {
	background-color: #ddd;
}

.slot-key--blue {
	background-color: #42a5f5;
}

.slot-key--dark-blue {
	background-color: #1565c0;
}

.schedule-info {
	padding: 15px;
	font-size: 14px;
}

/*Calendar Dropdown*/
.ui-datepicker {z-index: 600!important;}
.ui-datepicker-header {color: #E2E2E2; text-align: center; text-shadow: 0 -1px black; background: #333; border-top: 1px solid #333; border-bottom: 1px solid #313131; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04); box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {-moz-border-radius: 0;-webkit-border-radius: 0;-khtml-border-radius: 0;border-radius: 0;}
table.ui-datepicker-calendar thead tr th span {background:transparent!important; color:#000; text-transform:uppercase; padding:2px; font-size:8px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {color: #666; background:#e5e5e5; -webkit-linear-gradient(top, #EAEAEA 0%, #E5E5E5 60%, #D9D9D9 100%); background: -moz-linear-gradient(top, #EAEAEA 0%, #E5E5E5 60%, #D9D9D9 100%); background: -o-linear-gradient(top, #EAEAEA 0%, #E5E5E5 60%, #D9D9D9 100%); background: linear-gradient(to bottom, #EAEAEA 0%, #E5E5E5 60%, #D9D9D9 100%); -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5); box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);font-size: 11px;
font-weight: bold;
border:0;
border-top: 1px solid #C2C2C2;
border-left: 1px solid #C2C2C2;}
.ui-datepicker table tbody tr {background:transparent!important;}
.ui-datepicker table tbody tr td {padding:0; text-align:center;}
.ui-datepicker table tbody tr td a {text-align:center;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled  {border-left:1px solid #c2c2c2; border-top:1px solid #c2c2c2;}
.ui-datepicker table tbody tr td:last-child {border-right:0;}
.ui-datepicker table tbody tr td:first-child {border-left:0;}
.ui-datepicker table tbody tr:first-child td:first-child.ui-state-disabled {border-left:1px solid #c2c2c2;}
.ui-datepicker table tbody tr:last-child td:last-child.ui-state-disabled {border-right:1px solid #c2c2c2;}
.ui-datepicker table tbody tr td:last-child a {border-right:1px solid #c2c2c2;}
.ui-datepicker table thead tr th {padding:0; background:#fff;}
.ui-datepicker table thead tr th:first-child {border:0; border-radius:0; border-left:1px solid #c2c2c2;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {color: #F3F3F3; text-shadow: 0 1px rgba(0, 0, 0, 0.3); background: #6DAFBF; border: 1px solid #598B94;border-bottom:0; -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);}
.ui-state-default.ui-state-hover, .ui-datepicker-current-day .ui-state-active {background:#fff;}
.ui-datepicker-today .ui-state-default.ui-state-hover {background: #82d2e5; color: #fff;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {width:14px; height:8px; top:17px; cursor: pointer;}
.ui-datepicker .ui-widget-header a .ui-icon, .ui-prev-hover.ui-state-hover, .ui-next-hover.ui-state-hover, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {background:url(/static/images/company/cal-arrows.png) no-repeat; width:14px; height:8px; border:0;}
.ui-datepicker .ui-widget-header a.ui-datepicker-next .ui-icon, .ui-datepicker .ui-widget-header a.ui-datepicker-next:hover .ui-icon, .ui-datepicker .ui-datepicker-next-hover {background-position:-15px top;}
.ui-datepicker .ui-widget-header a.ui-datepicker-next:hover .ui-icon, .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-widget-header a.ui-datepicker-prev:hover .ui-icon, .ui-datepicker .ui-datepicker-prev-hover {top: 13px; right:3px; }
.ui-datepicker .ui-widget-header a.ui-datepicker-next-hover .ui-icon, .ui-datepicker .ui-widget-header a.ui-datepicker-prev-hover .ui-icon {background:transparent;}

.booking-button {
	display: block;
	text-align: center;
	color: white;
	background: rgb(75,172,234);
  background: -moz-linear-gradient(top, rgba(75,172,234,1) 0%, rgba(44,139,219,1) 50%, rgba(18,111,206,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,172,234,1)), color-stop(50%,rgba(44,139,219,1)), color-stop(100%,rgba(18,111,206,1)));
  background: linear-gradient(to bottom, rgba(75,172,234,1) 0%,rgba(44,139,219,1) 50%,rgba(18,111,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bacea', endColorstr='#126fce',GradientType=0 );
	border-radius: 0;
	border: 0;
  text-shadow: 0px -1px 0px #2d84df;
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
}

.booking-button:hover,
.booking-button:focus {
	background: #3698d6;
  background: -moz-linear-gradient(top, #3698d6 0%, #247bc2 51%, #125cad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3698d6), color-stop(51%,#247bc2), color-stop(100%,#125cad));
  background: linear-gradient(to bottom, #3698d6 0%,#247bc2 51%,#125cad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3698d6', endColorstr='#125cad',GradientType=0 );
	color: white;
}

.booking-information .form-group {
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 30px 32px;
}

.booking-information .information__name {
	background-image: url(../images/online-booking/name.svg);
	background-size: 21px 23px;
}

.booking-information .information__email {
	background-image: url(../images/online-booking/email.svg);
	background-size: 19px 12px;
	background-position: 30px 35px;
}

.booking-information .form-control[disabled] {
	float: none;
	text-align: left;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #ccc;
	background-color: #efefef;
	width: 100%;
}

.booking-information .information__phone {
	background-image: url(../images/online-booking/phone.svg);
	background-size: 21px 21px;
}

/* Online booking scheduler overriding default styles */
.booking-scheduler {
	overflow: hidden;
	max-height: 345px;
}
.booking-scheduler #schedule {
	position: static;
	z-index: 60;
}
#schedule{
	border-bottom: 1px solid #dddddd;
	max-height: 345px;
	position: absolute;
	width: 100%;
	z-index: -10;
}
#schedule .clear{
	clear:both;
	height: 0;
	line-height: 0;
}
#schedule .sc_wrapper{
}
#schedule .sc_menu{
	width:100%;
	height:26px;
}
#schedule .sc_menu .sc_header_cell{
	float:left;
}
#schedule .sc_menu .sc_header{
	float:left;
	height:26px;
	position:relative;
	overflow:hidden;
}
#schedule .sc_menu .sc_header .sc_time{
	text-align: center;
	border-left: 0;
	background: transparent;
	color: #777;
	font-size: 14px;
	border-right: 1px solid rgb(239, 239, 239);
	height: 30px;
	width: 80px!important;
}
#schedule .sc_menu .sc_header_cell,
#schedule .sc_data{
	float: left;
	font-weight: 400;
	color: #777;
	font-size: 14px;
	background: transparent;
	position:relative;
}
#schedule .sc_menu .sc_header_scroll,
#schedule .sc_data .sc_data_scroll{
	position:absolute;
	left:0;
	top:0;
}
.sc_data:after {
	content: '';
	float: right;
	width: 1px;
	height: calc(100% + 30px);
	background: #ddd;
	position: absolute;
	right: 5px;
	top: -30px;
	z-index: 25;
}
.sc_data {
	top: -26px;
}
.sc_data .sc_data_scroll {
	padding-top: 26px;
}
#schedule .sc_menu .sc_header_cell,
#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time{
	color: #333;
	padding:4px 0;
	line-height:18px;
	height:18px;
	display:block;
}
#schedule .sc_header .sc_time,
#schedule .sc_main_scroll .sc_time{
	float:left;
}
#schedule .sc_main_box,
#schedule .sc_data{
	max-height:500px;
	overflow:hidden;
}
#schedule .sc_main_box{
	float:left;
	overflow-x:auto;
	overflow-y:auto;
}
#schedule .sc_main_scroll{
}
#schedule .sc_main{
	position:relative;
}
#schedule .timeline{
	position:relative;
	height: 30px;
}
#schedule .sc_Bar{
	position:absolute;
	color:#FFF;
	background: rgba(79, 147, 214, 1);
	cursor:auto;
	z-index:10;
}
#schedule .ui-draggable-dragging,
#schedule .ui-resizeable{
	z-index:20;
}
#schedule .sc_Bar .head{
	display: none;
}
#schedule .sc_Bar .text{
	display: none;
}
#schedule .timeline,
#schedule .sc_main .tb{
	border-bottom: 0;
	margin-bottom: 15px;
}
#schedule .sc_data {
}
#schedule .sc_data .timeline{
	overflow:hidden;
}
#schedule .sc_data .timeline span{
	padding: 4px 10px 10px 10px;
	display:block;
}
#schedule .sc_data .timeline span.photo{
	float:left;
	width:36px;
	height:36px;
	padding:10px 0 10px 10px;
}
#schedule .sc_data .timeline span.title{
	float:left;
	padding:10px 0 10px 10px;
	width: 92px;
}
#schedule .sc_main_scroll .sc_main{
}
#schedule .sc_main_scroll .sc_main .tl{
	float:left;
	height:100%;
	border-right: solid 1px #fff;
	height: 30px;
	background: #ddd;
}
#schedule .sc_main_scroll .sc_main .tl:hover{
	background: #1565c0;
}
#schedule .sc_main_scroll .sc_main .tl .hover{
	background: #1565c0;
	position: absolute;
	height: 100%;
	width: 60px;
	display: none;
	pointer-events:none;
}
#schedule .sc_main_scroll .sc_main .tl:hover .hover{
	display: block;
}

#schedule .sc_main_scroll .sc_main .tl .hover.selected{
	display: block;
}
#schedule .sc_leftPad {
	position: absolute;
	height: 100%;
	left: -40px;
	width: 40px;
}


/* Sidebar */
/* Adjusting column width and offset */
.online-booking .sidebar.col-sm-offset-1 {
	margin-left: 2.333333%;
	width: 30.33333333%
}

.online-booking .sidebar .panel-heading {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 12px;
	line-height: 1;
}

.online-booking .sidebar .panel {
	border: 0;
	margin-bottom: 0;
}

.online-booking .sidebar .panel:first-child .panel-heading {
	border-top: 0;
}

.review-list {
	padding: 12px;
}

.review {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.review:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.review__date {
	color: #999;
	font-size: 12px;
}

.reviewer__name {
	color: #555555;
	font-weight: 500;
	margin: 5px 0;
}

.reviewer__review {
	font-size: 14px;
	color: #888;
}

/* Modal */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
	opacity:0.4!important;
}

#simplemodal-container {
	font-size:14px;
	color:#616161;
	background-color:#fff;
	border-radius: 5px;
	height: 310px;
	width: 620px;
}

#simplemodal-container a.modalCloseImg {
	background-image:url(/static/images/vpos/close-btns.png);
	background-repeat: no-repeat;
	background-position:-162px top;
	width:16px;
	height:16px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:8px;
	right:12px;
	cursor:pointer;
}

#simplemodal-container a.modalCloseImg:hover,
#simplemodal-container a.modalCloseImg:focus,
#simplemodal-container a.modalCloseImg:active {
	background-position:-182px top;
}

#simplemodal-container h3 {
	border-radius: 5px 5px 0px 0px;
	background: #878787; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#878787 0%, #6d6d6d 49%, #4a4a4a 100%);
	background: -o-linear-gradient(#878787 0%, #6d6d6d 49%, #4a4a4a 100%);
	background: linear-gradient(#878787 0%, #6d6d6d 49%, #4a4a4a 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */
	margin:0;
	color:#fff;
	padding:10px 17px;
	ont-size:16px;
	text-shadow: 0px -1px 1px #4a4a4a;
	font: bold 16px arial, sans-serif;
}

#simplemodal-container p {
	margin-top:0;
	margin-bottom:15px;
}

.add-to-waitlist__content {
	padding: 20px 30px 0 30px;
}

.add-to-waitlist__content form {
	padding: 0;
}

.add-to-waitlist__content textarea {
	width: 100%;
	height: 130px;
	border-radius: 5px;
}

.add-to-waitlist .send-form {
	position:absolute;
	bottom:0;
	left:0;
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0;
	background: rgb(240,248,253);
	background: -moz-linear-gradient(top,  rgba(240,248,253,1) 0%, rgba(235,244,250,1) 50%, rgba(230,241,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,248,253,1)), color-stop(50%,rgba(235,244,250,1)), color-stop(100%,rgba(230,241,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,248,253,1) 0%,rgba(235,244,250,1) 50%,rgba(230,241,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,248,253,1) 0%,rgba(235,244,250,1) 50%,rgba(230,241,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f8fd', endColorstr='#e6f1f8',GradientType=0 );
	border-top: 1px solid #dcedf6;
	border-radius: 0px 0px 5px 5px;
}

.button--orange {
	background: #f29225; /* Old browsers */
	background: -moz-linear-gradient(top,  #f29225 0%, #f27d25 47%, #f26a25 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29225), color-stop(47%,#f27d25), color-stop(99%,#f26a25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29225', endColorstr='#f26a25',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #f6742d;
	border-bottom:1px solid #bb5320;
	border-left:1px solid #dd6428;
	border-right:1px solid #dd6428;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #be661d;
	filter: dropshadow(color=#be661d, offx=0, offy=1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(245, 173, 46, 1);
	color:#fff;
	text-align:center;
	display: inline-block;
	font: 600 14px 'Helvetica', arial, sans-serif;
	padding: 12px 15px 10px 15px;
}

/* Messages/Alerts*/
.success {
	background:#ccf2aa url(/static/images/vpos/success.png) 10px center no-repeat;
	border:1px solid #a4da65;
	color:#5a861c;
	margin: 20px;
	padding: 20px 20px 20px 40px;
}


/*Mobile*/
@media (max-width: 991px) {
  .online-booking .sidebar.col-sm-offset-1 {
    display: none;
  }
}

@media (min-width: 701px) {
	.online-booking-scheduler--mobile {
		display: none;
	}
}

@media (max-width: 700px) {
	.online-booking-scheduler--mobile {
		display: none;
		position: fixed;
		bottom: 0;
		background: white;
		width: 100%;
		left: 0;
		right: 0;
	}
	.online-booking-scheduler--mobile.is-open {
		display: block;
	}
	.online-booking-container {
		position: relative;
	}
	.selected-date {
		color: #428bca;
		padding: 1.5em 1em 1em 1em;
		border-top: 1px solid #ddd;
	}
	.online-booking-date-selector {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.online-booking-date-selector a {
		display: block;
		width: 33%;
		padding: 1em;
		color: #666;
		text-decoration: none;
		min-height: 48px;
	}
	.online-booking-date-selector a:hover,
	.online-booking-date-selector a:focus,
	.online-booking-date-selector a.selected {
		border-bottom: 3px solid #428bca;
		padding-bottom: calc(1em - 3px);
	}
	.online-booking-date-selector a:nth-child(2) {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.online-booking-date-selector .icon--calendar img {
		max-width: 18px;
	}
	.online-booking-date-selector .select-datepicker {
		position: relative;
	}
	.online-booking-date-selector .select-datepicker .hasDatepicker {
		position: absolute;
		z-index: 7;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-image: url(../images/online-booking/calendar--gray.svg);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: center;
		border: 0;
		height: 48px;
		box-sizing: border-box;
		background-color: transparent;
		cursor: pointer;
		padding-left: 0;
		text-align: center;
		color: rgba(0,0,0,0);
	}
	.online-booking-scheduler .panel-collapse {
		display: none;
	}
	.online-booking-time-selector {
		padding: 1em;
		position: relative;
	}
	.online-booking-time-selector .button--ghost {
		display: inline-block;
		background: transparent;
		text-transform: uppercase;
		border: 2px solid #428bca;
		padding: 0.5em;
		text-decoration: none;
		width: 22%;
		margin-right: 3%;
		font-weight: 700;
	}
	.online-booking-time-selector .time-slots {
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		display: none;
	}
	.online-booking-time-selector .time-slots.active {
		display: flex;
	}
	.online-booking-time-selector .button--ghost:nth-child(3n) {
		margin-right: 0;
	}
	.online-booking-time-selector .button--ghost:hover,
	.online-booking-time-selector .button--ghost:focus {
		background: #428bca;
		color: white;
	}
	.online-booking-time-selector .more-times {
		position: absolute;
		right: 0px;
		top: 1.2em;
		width: 12%;
	}
	.online-booking-time-selector .more-times img {
		max-width: 20px;
	}
	.online-booking-continue-button {
		padding: 0.5em 1em;
	}
	.online-booking-continue-button .btn {
		padding: 8px;
		color: white;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
	}
}
