/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

#sb_main #header {
    display: none !important;
}
#main #main-content #sb_content {
    padding-bottom: 0;
}
#main #main-content #sb_content.masked {
    background-color: #fff !important;
}
#main #main-content #sb_content #steps-nav {
    display: none;
}
.is-widget #main #main-content {
    margin-top: 0;
}
.is-widget #main #main-content #sb_content {
    padding-top: 0;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .title-main {
     display: none;
}
#main #main-content #sb_content .section {
     min-height: 100px;
}
div#sb_sidebar_container {
    display: none;
}
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details {
     margin-top: 0;
     padding: 0;
}
#main #main-content #sb_content #booking-result-view {
    padding-top: 0;
}
.alert.alert-booking {
    border: 1px solid #069cfcfa !important;
    color: #000 !important;
    width: 80%;
    margin: 0 auto;
}
#sb_main #main #sb_content #booking-result-view #sb_bookings_list .booking-item {
    width: 100%;
}
.current-booking-info table {
    width: 100%;
}
.current-booking-info td {
    padding: 5px;
}
#main #main-content #sb_content #sb_bookings_list .booking-item .booking-info table td {
    width: 50%;
}
#main #main-content #sb_content #sb_bookings_list .booking-item .booking-btns .btns_wrap .sb_add_to_cal {
    display: none;
}


 #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 */
}


 div#widget_container   {
	/* add your css rule here */
}


 #widget_container #widget_header   {
	/* add your css rule here */
}


 #widget_container #widget_footer   {
	/* add your css rule here */
}


 #widget_container h1.title a   {
	/* add your css rule here */
}


 #events .event_price   {
	/* add your css rule here */
}


 #eventForm dd.extention_data   {
	/* add your css rule here */
}


 dd.extention_data dl.zend_form dt, dd.extention_data dl.zend_form dd label   {
	/* add your css rule here */
}

#sb-main-container footer#footer {
    display: none;
}
@media (min-width: 767px) {
#sb-main-container #main #sb-timeline #steps #steps-content .datetime-step .top-date-select .calendar .weeks-name .col-md-4 {
    width: 100%;

}
.col-md-4.col-sm-6.hidden-xs {
    display: none;
}

.is-widget .iframe .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .col-md-4 {
    width: 100%;
}
}
