/* Styles definition here */

/* hide service lookup box */
.ahbfield_service { display: none }

/* callender header */
#fbuilder .ui-datepicker-header { background:#313131;}

/* set submit button hover color */
.pbSubmit:hover { background-color: #282828; color: white; }

/* calender active date */
#fbuilder .ui-datepicker-calendar .ui-state-active {background: #313131; color: white;}  /*#282828*/

/*slots in current booking */
/* #fbuilder .slots div a{background:#e9a32f;color: black;} */

/*slots selected by the user in the current booking */
/* #fbuilder .slots div.htmlUsed a{background:white; color: black;} */
#fbuilder .slots .currentSelection a{background:#6cb6ff; color: black !important;}   /*#195c9e*/