/* Styles definition here */

.captcha {
	width: 100%;
}

.fieldCalendar, .slotsCalendar { width: 100%!important; max-width: 595px!important;}

#fbuilder .fields, #fbuilder .fform {padding: 5px;}

#fbuilder .pbreak.pb0{display: flex; flex-wrap: wrap; position: relative;}

#fbuilder .pbSubmit {
	height: 45px;
    width: 120px;
    bottom: 45px;
    right: 0px;
    background: #e6871f;
	color: white;
    border: 0;
    border-radius: 10px;	
}
	
#fbuilder .pbSubmit:hover {
	color: #fff;
	background: #120531;
}

.ahb_m2 #fbuilder .slots .currentSelection a{
	font-weight: 900!important;
	color: #fff!important;
	background: #120531!important;
	border:none!important;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active{
	font-weight: 900!important;
	color: #fff!important;
	background: #120531!important;
}

#fbuilder .slots div a{
	font-weight: 900!important;
	color: #120531!important;
	background: #fff!important;
	border:#120531 solid 1px!important;
}
	

@media only screen and (min-width: 768px) {
	#fbuilder .pbSubmit {
		position: absolute;
	}	
}

#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext {
	
}

select.ahbfield_service, select.ahbfield_quantity {
    padding: 10px;
    width: 100%;
    max-width: 390px;
}

input.field {
    padding: 10px!important;
}


.slots {
	display: flex;
	flex-wrap: wrap;
}

.slots span, #fieldname5_1_0 {
	width: 100%;
}

.fieldCalendarService {
	display: flex;
	flex-wrap: wrap;
}

.ahbfield_quantity_div {
	position: relative;
	margin-left: 15px;
}

label.ahbfield_quantity_label {
    position: absolute;
    top: -25px;
}

select.ahbfield_quantity {
	top: -25px;
	position: relative;
}

select.ahbfield_service, select.ahbfield_quantity {
    padding: 10px;
    width: 100%;
    max-width: 390px;
    height: 50px;
}

#fieldname5_1_0, select.ahbfield_quantity {
	width: 200px;
}

.uh_phone {
	margin: 0!important;
}

@media only screen and (max-width: 768px) {
	.ahbfield_quantity_div {
		position: relative;
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
	}
}


.ui-datepicker-prev, .ui-datepicker-next {
  width: 50%;
	text-indent: 0;
  text-align: left;	
}

.ui-datepicker-next {
    text-align: right;
}

.ui-datepicker-prev .ui-icon {
	text-indent: 0;
}

.ui-datepicker {
	  background: white;
    padding: 10px;
    border: solid #f8f8f8;
}

.ui-datepicker-header  {
	 display: flex;
   flex-wrap: wrap;
}

#field_1-46, #field_1-47 {
	position: relative;
}
#field_1-46 > label, #field_1-47 > label {
	padding-left: 25px;
}
#field_1-46 .dfield, #field_1-47 .dfield {
	position: absolute;
	top: 5px;
	left 0;
}