form.simpleForm {
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 0 20px;
}
form.simpleForm .row {
	margin-bottom: 10px;
}
form.simpleForm .row .columns.medium-6 {
	width: 50%;
}
form.simpleForm .row .columns.medium-9 {
	display: flex;
	flex-direction: row;
}
form.simpleForm .row .columns.medium-9 label {
	position: relative;
	display: inline-flex !important;
	max-width: 100%;
	margin: 0;
	padding: 0 7px 12px;
}
form.simpleForm input[type="checkbox"],
form.simpleForm input[type="radio"] {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
}
form.simpleForm input[type="checkbox"]:checked:focus,
form.simpleForm input[type="radio"]:checked:focus {
	outline: none;
}
form.simpleForm input[type="checkbox"]:checked:after,
form.simpleForm input[type="radio"]:checked:after {
	content: '\f00c';
	position: relative;
	top: -1px;
	font-family: FontAwesome;
	font-size: 16px;
	color: black;
}
form.simpleForm input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 28px;
	color: white;
}
form.simpleForm h3 {
	font-size: 3em;
	text-align: left;
}
form.simpleForm label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 0 0px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left !important;
}
form.simpleForm table label {
	display: inline-block;
	padding: 0;
	padding-bottom: 9px;
	padding-left: 5px;
	vertical-align: middle;
}
form.simpleForm input {
	height: 42px;
	border: 1px solid #000;	
	font-size: 20px;
	text-transform: none !important;
}
form.simpleForm select {
	position: relative;
	width: 100%;
	height: 42px;
	padding: 0;
	padding-left: 10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	line-height: 44px;
	letter-spacing: 1px;
	color: #000;
	background: white;
	border: 1px solid #000;
	cursor: pointer;
	z-index: 1;
}
form.simpleForm textarea {
	width: 100%;
	border: 1px solid #000;
}
form.simpleForm .captcha {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
form.simpleForm .hint {
	text-align: left !important;
}
form.simpleForm .captcha .label {
	text-align: center !important;
}
form.simpleForm .captcha input {
	margin-top: 20px;
}
form.simpleForm .captcha .hint {
	text-align: center !important;
}
form.simpleForm .formCntrls {
	max-width: 500px;
	margin-top: 50px;
	margin-bottom: 0 auto;
}
form.simpleForm .formCntrls label {
	display: none !important;
}
form.simpleForm .formCntrls .button {
	position: relative;
	display: block;
	height: 50px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 42px;
	text-transform: uppercase !important;
	text-align: center;
	color: black;
	background-image: none;
	cursor: pointer;
}
form.simpleForm .columns {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;	
}
form.simpleForm fieldset input {
	margin: 0;
	padding: 0;
}
form.simpleForm fieldset label {
	display: inline-block !important;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
form.simpleForm #fieldcontainer_udf_2501 label {
	display: inline-block !important;
}
@media only screen and (max-width: 800px) {
	form.simpleForm table tr td {
		width: 100%;
		display: block;
	}
}

/*crm form datepicker styles*/
body.crm-calendar-popup {
	overflow-y: hidden !important;
}
body.crm-calendar-popup::-webkit-scrollbar {
	display: none;
}
body.crm-calendar-popup .contentRender {
	display: none;
}
body.crm-calendar-popup .crm-calendar-parent {
	padding: 0;
	margin: 0;
	background: #fff;
}
body.crm-calendar-popup table {
	width: 100%;
	margin-bottom: 0;
}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,body.crm-calendar-popup .lookup-calNav {
	border: none;
}
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,body.crm-calendar-popup .lookup-calNav td {
	text-align: center;
}
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
