/* Styles definition here */

.ahbfield_service { display: none }

#fbuilder, #fbuilder label, #fbuilder span { color: #3BB87A; }

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #3BB87A;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    color: #FFF;
    background: rgba(59, 184, 122, 0.7);
}

.ahb_m2 #fbuilder .slots div a {
    border: 1px solid #3BB87A;
}


.ahb_m2 #fbuilder .slots div.currentSelection.htmlUsed a {
    color: #fff;
    background: #3BB87A !important;
}