/* Styles definition here */

/* Hide the service dropdown selector */
.ahbfield_service { display: none }

/* color for selected date */
#fbuilder .ui-datepicker-header div a{background:#1fe31e}

/* #fbuilder .slots{background:#f6e7bd;box-shadow:none} */
/* #fbuilder .slots div{border:0px} */

/* color for available timeslots (green background with black numbers) */
#fbuilder .slots div a{background:#1fe31e; color:#000}
/* color for used timeslots (grey) */ 
#fbuilder .slots .htmlUsed a{text-decoration: line-through;background:#ddd;color:#ccc}
/* color for selected timeslots (purple) */ 
#fbuilder .slots .currentSelection a{background:#86aae1}

/* show available capacity --&gt; ONLY IN PAID VERSION */
/* .ahb_slot_availability{display: block !important;} */