/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

/* SmarterWX Onboarding customisation */

/* AVENIR FONT */
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center, #sb-timeline #steps-nav li .content .title-small, #sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption, #sb-timeline #steps #steps-content #sb_booking_content #details .title-main, .current-booking-info .cap.mg, .title-main, .current-booking-info .cap.mg, #news-single .article .cap, .modal-dialog .modal-content .modal-header .modal-title, .modal .license-modal .modal-header .modal-title, .timezone-modal.modal-dialog .modal-content .modal-body .cap {
    font-family: "Avenir LT W01_35 Light1475496",Avenir,Helvetica,sans-serif;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center, #sb-timeline #steps-nav li .content .title-small {
    font-size: 1.125rem;
}

.current-booking-info .cap.mg {
text-align: left;
font-size: 25px;
}

/* HIDE HEADER & FOOTER */

#sb-main-container #header, #sb-main-container #footer  {
    display: none;
}

/* HIDE PROMO CHECKBOX IN BOOKING FORM */
.promotions-letter-flag {
    display: none;
}

/* Styling of Organisation custom field */

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group.form-client-phone { margin-bottom: 10px; }

#sb-timeline #steps #steps-content #sb_booking_content #details #sb_client_info_container { margin-bottom: 0; }

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side #sb_additional_fields_container label.control-label.required,
#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar { display: none; }

.form-horizontal #sb_additional_fields_container .form-group:after {
    left: 100%;
content: "*";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    position: absolute;
    top: 6px;
    right: 16px;
    color: #e95a5a;
    font-size: 20px;
    z-index: 30;
}

#sb_additional_fields .col-sm-12 .help-block {
text-transform: none;
font-weight: normal;
}

.current-booking-info .mg .accordion {
display: none;
}

.current-booking-info .mg {
margin-bottom: 5px;
}