/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles

#header #sb_menu{
    display: block;
}
*/

.form-group.form-client-phone{
    display: none;
}

#header {
    display: none;
}



/* removing map button from main page*/
#main div.map a {
    display: none;
}
#main div.map::after {
  display: none;
}

/* removing show all bookings button from confirmation page*/
#main div.section-pd a.btn[href="#client/bookings/type/all"] {
  display: none;
}

/* removing booking detail from confirmation page*/
#main div.section-pd div#sb_bookings_list {
  display: none;
}

#main div.section-pd div#sb_message_container {
  display: none;
}


/* modify redirecting button from confirmation page*/
#main div.back-to-site a.btn[href="https://cottony-salt-2.glitch.me"] {
  display: block;
}

/* adding content before button*/
#main div.back-to-site div.tab-pd::before {
  content: "Please click on button to verify if your booking was confirmed. Thank you."
}




 #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 */
      color:red;
}


 #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 */
}

