/* Styles definition here */

.ahbfield_service {
	padding: 20px !important;
	background: #dfe3d8;
}

.ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 100px;
    background: #dfe3d8;
    color: #000;
    border: 1px solid #8c947a;
    text-decoration: none;
    padding: 8px 12px;
}

.ahb_m2 #fbuilder .slots div.currentSelection.htmlUsed a {
    background: #80876f !important;
}

.ahb_m2 #fbuilder .slots div.currentSelection a {
    background: #80876f !important;
}

.ahb_m2 #fbuilder .slots div:not(.htmlUsed)  a:hover {
	background:#8c947a;
}

#fbuilder input[type=text], #fbuilder textarea, #fbuilder select { 
	background: #dfe3d8;
	border: 1px solid #8c947a;
	padding: 6px;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #8c947a;
}
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    color: #FFF;
    background: #80876f;
}

#fbuilder .center_aligned * {
    padding-top: 5px;
}

#fbuilder .pbSubmit { 
	font-size: 18px;
	color: #ffffff;
	background: #8c947a;
	padding: 20px;
	border: 1px solid #8c947a;
}

.pbSubmit:hover { 
	background-color: #80876f;
	color: ffffff;
}