/* Styles definition here */
@media (min-width: 992px){
	#fbuilder .ui-datepicker-inline { max-width:60% !important; }
	#fieldname3_1 { max-width:60% !important; }
}

.ahbfield_service { display: none }

.pbSubmit { 
	background-color: #85B127 !important;
	color: white !important;
    line-height: 24px !important;
    min-width: 200px !important;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
	border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    white-space: normal;
}

.pbSubmit:hover { background-color: #74A621 !important;}

#fbuilder .ui-datepicker-header { background:#85B127 !important; color:#444 !important; text-shadow:none; }