/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
#header {
background-color: #363638 !important;
}

#main-buttons .wrapper {
padding-top: 16px;
}

#header .nav-wrapper #sb_menu .nav li a {
color: #b1b1b3 !important;
}

#header .nav-wrapper #sb_menu .nav li {
text-shadow: 0 1px 0 rgba(0,0,2,0.3);
text-transform: uppercase;
}

#booking-result-view {
    background: #fff;
}

#sb_client_info {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px;
    box-sizing: border-box;
}

#sb_booking_company_time {
    padding: 20px 0 0;
}

#sb_content {
    padding: 30px 0;
    background: #363638;
}

.modal-dialog {
margin: 0 auto !important;
}

.btn.map.btn-with-image.custom.animated.zoomIn {
    display: none !important;
} 

#main #main-buttons {
background-image: none !important;
background-color: #000 !important;
min-height: 200px !important;
}

#main #main-buttons .company-name {
font-size: 50px;
line-heigth: 60px;
margin: 0 14px 5px;
}

#main-buttons .wrapper .inner .bar {
padding: 0;
}

#main-buttons .wrapper {
min-height: 200px;
}

 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}

.page-pd {
background: #484848;
}

 #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 */
}

#main #main-content #sb_content .map-wrapper {
display: none;
}
