/* Styles definition here */
#fbuilder .ui-datepicker-title {
	line-height:30px;
	padding-top:5px;
	color: #64584c;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #64584c;
}

#fbuilder .small {
    width: 100px !important;
    padding-left: 0;
    padding-right: 0;
}

#fbuilder .pbSubmit { 
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	background-color:#d3c2a8;
	border:0px;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	
	font-weight:300;
	line-height:20px;
	color:#64584c;
}

/*#fbuilder .pbSubmit {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	
	background-color:#d3c2a8;
	border:0px;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	
	font-weight:300;
	line-height:20px;
	color:#64584c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#fbuilder .pbSubmit.active, #fbuilder.pbSubmit:hover {background: #64584c; color:#d3c2a8;}*/