/* Styles definition here */
#fbuilder .pbSubmit {
    background: #2757cd;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 15px 20px;
    color: #fff;
    width: 20%;
    font-size: 18px;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    background: #022ce8;
}
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    background: #022ce8d4;
}

.ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 100px;
    background: #fff;
    color: #000;
    border: 1px solid #022ce8;

}

.ahb_m2 #fbuilder .slots div:not(.htmlUsed) a:hover {
    background: #022ce8;
}