/* Styles definition here */
#fbuilder .top_aligned .fields label {
	font-size: 12px;
    font-family: inherit;
    font-weight: 700;
}
#fbuilder .dfield{
	width: 150% !important;
	font-size: 14px;
    font-family: inherit;
    font-weight: 400;
}
#fbuilder .fields {
	margin-bottom: 30px;
}
#fbuilder .medium {
	border: 0px;
	background-color: #F5F9FB;
	padding: 10px !important;
}
#fbuilder .ui-datepicker {
	font-family: inherit;
	background-color: #ffffff !important;
	margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgb(37,88,171,0.53) !important;
}
.ui-datepicker-calendar .ui-state-active {
	color: #ffffff !important;
	background: #006ba6 !important;
	background-color: #006ba6 !important;
}
.ui-datepicker-calendar .ui-state-default {
	background-color: #ffffff;
	color: #2a2d32;
}
#fbuilder .slots div a {
	color: #006ba6;
}
#fbuilder .slots{
	border: 0px !important;
	background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(37,88,171,0.53) !important;

}
#fbuilder .pbSubmit {
	background-image: linear-gradient(90deg,#006ba6 0%,#0a3d54 100%);
    color: #ffffff;
	border: 0px !important;
}
#fbuilder .slotsCalendar {
	width: 50% !important;
}
#field_1-7 a {
	color: #006ba6;
}
#field_1-7{
	margin-bottom: 0px !important;
}
#field_1-8 a {
	color: #006ba6;
}
.fieldCalendarService {
	display: none;
}
.fields.cff-checkbox-field {
	display: flex;
}
#fbuilder .medium, #fbuilder .small {
	width: 60% !important;
}