/* ====== CUSTOM SIMPLYBOOK CSS ====== */

/* Hide the "Sélectionner" button for:
   - 2nd card (Consultation en cabinet)
   - 3rd card (Première séance d'exploration)
*/
#sb_service_step_container > div:nth-child(2) > div > div.excerpt-info > div.tab-pd > div.btn-bar > div.btn.select.custom,
#sb_service_step_container > div:nth-child(3) > div > div.excerpt-info > div.tab-pd > div.btn-bar > div.btn.select.custom {
    display: none !important;
}

/* Optional: remove extra space where the buttons were */
#sb_service_step_container > div:nth-child(2) > div > div.excerpt-info > div.tab-pd > div.btn-bar,
#sb_service_step_container > div:nth-child(3) > div > div.excerpt-info > div.tab-pd > div.btn-bar {
    display: none !important;
}

/* ====== Default SimplyBook placeholders ====== */

#events h3 {}
#events p.duration, #events div.duration {}
#events p.description, #events div.description {}
#events .selectedEvent {}
#events input.reserve_time_btn {}
#events input.select_another_btn {}

#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3 {}

#eventForm #save_button {}

div.ui-widget-content {}
div.ui-widget-header {}

#timeline-container table.timeline {}
.timeline td.not_worked_time {}
.timeline td.free_time {}
.timeline td.selected_time {}
.timeline td.reserved_time {}

div#loading {}

#start_date-block-container .zend_form dt,
start_date-block-container .zend_form dt b,
start_date-block-container .zend_form dd label {}
