/* Styles definition here */


/*submit button*/
.pbSubmit { 
	background-color: #DC45A3; color: white;
	border-radius: 5px;
	font-size: 18px;
}

/*Hide the service drop-down*/
.ahbfield_service { 
	display: none 
}

/*Hide the service drop-down*/
#fbuilder .ui-datepicker-inline { 
	max-width:none !important; 
}
/*Activate date on calendar*/
#fbuilder .ui-datepicker-calendar .ui-state-active {
	background: #50D691; color: #ffffff;
}

#fbuilder .ui-datepicker-header { 
	background:#DC45A3 ; color:#ffffff; text-shadow:none;
	font-size: 18px;
}

/*calendar instruction user style*/
.font-calendar {
	font-size: 1.2em;
}