/*
	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 */
}



/* 1-v01-time-slot-button-colour-change-restyling */

#sb-main-container #main #sb-timeline #steps #steps-content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a,
#sb-main-container #main #sb-timeline #steps #steps-content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a:hover {
    background: #2ecc71 !important;
    color: #111111 !important;
    border-color: #2ecc71 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}


/* 2-v01-Checkbox-prominance */

#main .custom-checkbox .custom-label,
#sb_main .custom-checkbox .custom-label {
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #555555 !important;
    background: #ffffff !important;
    margin-top: 6px !important;
    margin-right: 12px !important;
    cursor: pointer !important;
    display: inline-block !important;
}

/* 3-v01-Button-change-add-ons-page */

/* 3-v01-Button-change-add-ons-page */

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-footer .btn.next,
#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-footer .btn.next:hover {
    background: #2ecc71 !important;
    color: #111111 !important;
    border: 1px solid #2ecc71 !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 14px 32px !important;
    text-decoration: none !important;
}


/* 4-v01-Button-change-confirm-booking-page */

#sb-timeline #steps #steps-content #sb_booking_content .detail-step .right-side #sb_book_btn,
#sb-timeline #steps #steps-content #sb_booking_content .detail-step .right-side #sb_book_btn:hover {
    background: #2ecc71 !important;
    color: #111111 !important;
    border: 1px solid #2ecc71 !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 14px 32px !important;
    text-decoration: none !important;
}