/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/* hides add to calendar button */
.sb_add_to_cal {
  display: none;
}

/* overrides text color for main description */
#main_description {
  color: #ffffff;
  max-width: 600px !important;
}

/* overrides border color for checkbox on intake form */
.custom-checkbox {
  border: 1px solid #54585A !important;
}

/* overrides bold setting for checkbox label to regular text on intake form */
.control-label {
  font-weight: 400 !important;
}

/* resets bold setting for name, email and phone on intake form */
#sb_client_info_container label.col-sm-4 {
  font-weight: 600 !important;
}

/* resets bold setting for company field on intake form */
#sb_additional_fields label.col-sm-12 {
  font-weight: 600 !important;
}

/* reduces bottom margin to make spacing consistent */
.form-client-name {
  margin-bottom:5px !important;
}

/* reduces bottom margin to make spacing consistent */
.form-client-email {
  margin-bottom:5px !important;
}

/* reduces bottom margin to make spacing consistent */
.form-client-phone {
  margin-bottom:5px !important;
}

/* reduces bottom margin to make spacing consistent */
#sb_client_info_container {
  margin-bottom:5px !important;
}

/* overrides colors for confirm booking button */
#sb_book_btn {
  background-color: #E71316 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* overrides margin spacing for checkbox items */
.form-group {
  margin-bottom: 5px !important;
}

/* makes dates bold on booking calendar */
.sb-available-date {
  font-weight: 600 !important;
  text-decoration: underline !important;
}

/* hides subscribe checkbox*/
#sb_terms_and_conditions {
  display: none;
}

/* hides subscribe checkbox*/
.subscribe-component {
  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 */
}


 #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 */
}

