/* cmsms stylesheet: Bv4 Forms modified: 05/09/22 11:25:15 */
.field { margin-bottom: 3px; }

label { font-weight: bold }
.select2-container {
    margin: 0 0 3px 0;
    border-radius: 0;
}
.select2-container .select2-choice {
font-size: 1rem;
font-weight: 400;
}

form.cms_form input, form.cms_form .cms_password,
form.cms_form input[type="password"],
form.cms_form input[type="text"],
form.cms_form input[type="email"] {
font-family: Open Sans, sans-serif;
border-radius: 0;
box-shadow: none;
outline: none;
/*height: 46px;
line-height: 46px;*/
}

.form_control {
    display: block;
    width: 100%;
    line-height: 1.2rem;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 1rem;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cms_textarea {
    width: 100%;
    padding: 10px !important;
    min-height: 200px !important;
}

.cms_form .big-radio .cms_checkbox,
.cms_form .big-radio input[type="radio"] {
	display: none;
}
.cms_form .big-radio input + label,
.cms_form .big-radio input + span + label {
	background-color: none;
	border: 0px solid #eee;
        font-weight: 400;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
	padding: 5px 0px 5px 50px;
        margin-top: 5px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
        width: auto;
        line-height: 32px;
cursor: pointer;
}
.cms_form .big-radio input.error + span + label:active,
.cms_form .big-radio input + label:active, .cms_form .big-radio input:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.cms_form .big-radio input:checked + span + label,
.cms_form .big-radio input:checked + label {
	background-color: none;
	border: 0px solid #aaa;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #181818;
}
.cms_form .big-radio input:checked + span + label:after,
.cms_form .big-radio input:checked + label:after {
font-family: 'FontAwesome';
content: '\f205';
	font-size: 40px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #181818;
        border-radius: 10px
}
.cms_form .big-radio input:checked + span + label:before,
.cms_form .big-radio input:checked + label:before {
	color: #fff;
}
.cms_form .big-radio input + span + label:before,
.cms_form .big-radio input + label:before {
font-family: 'FontAwesome';
content: '\f204';
	font-size: 40px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #666;
        border-radius: 10px
}

.cms_form .big-radio input.error + span + label:before,
.cms_form .big-radio input.error + label:before {
font-family: 'FontAwesome';
content: '\f204';
	font-size: 40px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #cc0000;
background-image: url("http://goo.gl/GXVcmC");
overflow:hidden;
        border-radius: 10px
}
.big-radio + label {
        display: inline-block;
	padding: 11px 16px 11px 16px;
}
.big-radio:checked + label:after {
	content: '';
	width: 33px;
	height: 33px;
	left: 4px;
	top: 4px;
}
.cms_form .big-radio div {width: 100%; display: inline-block; margin-right: 10px;}
.survey_row .field, .survey_row .selectpicker, .survey_row .big-radio { margin-top: 30px; }
.district, .municipal, .education, .website, .static { margin-top: 10px !important; }

h3.form-control, p.form-control, li.form-control {
border: 0;
height: auto;
padding: 0;
background: none;
}

h3.form-control { font-weight: 800; font-size: 1.5rem; }
