/*
	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 */
}
.sb_service_item {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 15px;
}
.sb_service_item:hover {
    background-color: #f8f8f8;
}



 #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 */
}

body, .sb_booking_step, .sb_item {
    font-family: 'Montserrat', sans-serif !important;
}

#sb_calendar_container {
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.08) !important;
    padding: 20px !important;
}
#sb_calendar .calendar-table td {
    color: #333 !important;
    font-weight: 500 !important;
}
#sb_calendar .active-day {
    background: #7B8A78 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
}
#sb_calendar .past-day {
    color: #bbb !important;
}
#sb_calendar .calendar-table thead th {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #7B8A78 !important;
    font-weight: 600 !important;
}
#sb_calendar .calendar-table tr td {
    border-bottom: none !important;
}
#sb_calendar .calendar-nav {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #7B8A78 !important;
}
#sb_calendar .calendar-nav:hover {
    color: #5f6d5f !important;
}
#sb_provider_container,
.sb_provider_name,
.header-provider {
    display: none !important;
}


