/* Bouton du bas */
#fbuilder .pbreak .pbPrevious,#fbuilder .pbreak .pbNext,#fbuilder .pbSubmit{background:#CF4146;color:#ffffff;display:inline-block;cursor:pointer;margin:10px 10px 0px 0px;padding:5px 20px;}
[type=button], [type=submit], button {border-radius: 20px;}


.ahbfield_service { display: none }

					
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active{
    background: #72001A;

}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {color: #FFF; background: #FF8050;}

/* contour horaires */

.ahb_m3 #fbuilder .slots div.currentSelection a {
    color: #fff; background: #CF4146 !important;
}
.ahb_m3 #fbuilder .slots div a {
	width: 100%; border-radius: 100px; 
	background: #f8f8f8; 
	color: #000;
	border:none;
	text-decoration:none;
	padding:8px 12px;
}

.ahb_m3 #fbuilder .slots div:not(.htmlUsed)  a:hover {
	background:#FF8050;
	color:#fff;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active{
    background: #FF8050;

}