/* CSS Document */

/* body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
 */

.form .fcontainer {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	text-align: left;
}

.form .fgroup {
	margin-bottom: 15px;
}

.form .fgroup .has-success span.error {
	display: none !important;
}

.form .label-title {
	display: block;
}

.form p {
	display: block;
	margin: 0px 0px 15px 0px;
}

.form .error {
	color: #ff0000;
	font-weight: 300;
}

.form .fcont {
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-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;
}

.form .fcont:focus {
	border-color: #82bb25;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
}

.form textarea.fcont {
	height: auto;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.form .fcont::-moz-placeholder {
	color: #d6d6d3;
	opacity: 1;
}
.form .fcont:-ms-input-placeholder {
	color: #d6d6d3;
}
.form .fcont::-webkit-input-placeholder {
	color: #d6d6d3;
}

.form .fbtn {
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
			touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background-color: #ffffff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #0094B1;
}

.form .fbtn:hover,
.form .fbtn:focus,
.form .fbtn:active {
	background-color: #fff;
	color: #82bb25;
	border: 1px solid #82bb25;
	text-decoration: none;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
					box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
}



.form .fr-il input[type="radio"],
.form .fc-il input[type="checkbox"] {
	position: absolute;
	margin-top: 5px;
	margin-left: -20px;
}
.form .fr-il,
.form .fc-il {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.form .fr-il + .fr-il,
.form .fc-il + .fc-il {
	margin-top: 0;
	margin-left: 15px;
	font-size:16px;
}

.form .fbtn-upl {
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
			touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
}

.form .fbtn-upl:hover,
.form .fbtn-upl:focus,
.form .fbtn-upl:active {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
					box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
}


.form .fmissing {
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 22px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ff0000;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-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;
}

.form .fmissing:focus {
	border-color: #ff0000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
					box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
}

.form .fmissing input[type="radio"],
.form .fmissing input[type="checkbox"] {
	position: absolute;
	margin-top: 5px;
	margin-left: -20px;
}




.has-success .error {
	display: none !important;
}













