/* Styles definition here */

#fbuilder .slots div.htmlUsed a {
	background-color: #fb2828;
	color: #fff;
}

.ahb_m3 #fbuilder .slots div:not(.htmlUsed) a:hover {
	background-color: #3ca64e;
}

.ahb_m3 #fbuilder a.cancel:before {
	background-color: red;
}

.fieldCalendarService.fieldCalendarServicefieldname1_1{
	display:none;
}

#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
    background: green;
    color: white;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 10px 30px;
    width: 300px;
    border: 0;
}