/* Styles definition here */

div#field_1-0 {
    float: left !important;
}
div#field_1-1 {
	padding-top: 70px !important;
}

#fbuilder .fields {
	width: 45%;
    float: right;
}

#fbuilder .left_aligned .captcha {
    margin-left: 0% !important;
	width: 45%;
    float: right;
}

#cp_appbooking_pform_1{
	padding-top: 30px;
}

.ahb_m2 #fbuilder a.cancel:before {
	background: #ff3f3f;
	margin-top: 0px !important;
}

#fbuilder .left_aligned .fields .dfield {
    width: 100% !important;
}

.usedSlots {
	font-weight: 600;
    padding-top: 20px;
}

.ahb_m2 #fbuilder .slots > span {
	font-weight: 600;
}

a.ui-state-default {
	background: #b8f5a5 !important;
}
a.ui-state-active {
	background: #2271b3 !important;
}

.ahb_m2 #fbuilder .slots div a {
    border: 1px solid #2271b3 !important;
}
.ahb_m2 #fbuilder .slots div a:hover {
    background: #2271b3 !important;
}

.left_aligned .pb0 .pbSubmit, .right_aligned .pb0 .pbSubmit {
    margin-left: 55% !important;
}

@media only screen and (max-width: 768px) {
  #fbuilder .fields {
    width: 100%;
    float: left;
	}
	
	#fbuilder .left_aligned .captcha {
    float: left;
	}
}