/*
	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 */
}


.btn:hover {
   opacity: 1 !important;
   color: #000 !important;
}

#sb_booking_content .tab .btn.select, #sb_time_classes_service_container .btn.select, .package-content .btn.select {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

#sb_booking_content .tab .btn.select:hover , #sb_time_classes_service_container .btn.select:hover, .package-content .btn.select:hover {
	background: #fff;
	color: #000 !important;
	border: 1px solid #000;
}


#sb_main #main #sb_content #steps-content .item .txt {
	height: 65px;
}

.tab.tab-col .read-more, .provider-item .read-more, .membership-item .read-more {
    color: #c2a066 !important;
}




#main #main-buttons .wrapper .inner .bar .btn a {
        background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}

#main #main-buttons .wrapper .inner .bar .btn a:hover {
        background: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

#sb_booking_content .tab .btn.select a:hover, #sb_time_classes_service_container .btn.select a:hover, .package-content .btn.select a:hover {
   color: #000 !important;
}

a.sb-cell.free {
	background: #000;
	color: white;
	border: 1px solid #000;
}

a.sb-cell.free:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.is-holiday {
    color: #c2a066 !important;
}

.confirm-details .btn {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.confirm-details .btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.time-legend .available .circle {
    background: #000;
}


.samesite-cookies__popup-link {
   color: #c2a066 !important;
}

#sb_main #main #sb_content #booking-result-view #sb_bookings_list .booking-item {
    border-left: 1px solid #ececec;
    margin-left: 30px;
}
