.filterbox-field {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
	background: rgba(254, 254, 254, 1);
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(34%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	border: 1px solid #a4a4a466;
	border-radius: .25rem;
	margin: 1.5rem 1rem;
	padding: 1.5rem 0;
}

.filterbox select, .filterbox input {
	border: 1px solid #9B9A9B;
}

select.form-fields, input.form-fields:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]) {
	background-color: #f9f9f9;
	height: 51px;
}

label.form-fields {
	margin-bottom: 1px;
}

label.form-fields sup {
	color: #EC2106;
	vertical-align: sub;
}

label.form-fields.bg-danger sup {
	color: #FFFFFF !important;
}

input.form-fields[type="radio"], [type="checkbox"] {
	margin-right: 4px;
}

textarea.form-fields, select.form-fields,
input.form-fields:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]) {
	border-radius: 5px;
	letter-spacing: 1px;
	padding: .5rem;
	width: 100%;
}

input.form-fields[type="number"] {
	padding-right: 1px !important;
}

.form-fields.brr-0 {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

a.btn:active, .form-fields.btn:active,
a.btn:focus, .form-fields.btn:focus,
a.btn:hover, .form-fields.btn:hover {
	background-color: #5f9d3e !important;
	color: #FFFFFF !important;
}

.form-fields.btn, a.btn {
	border-radius: .25rem;
	font-size: 20px;
	font-weight: 700;
	white-space: normal;
}

ul.form-fields {
	margin-bottom: 0 !important;
}

ul.form-fields li:not(:last-child) {
	float: left !important;
	margin-right: 1rem;
}

.label-right label {
	text-align: right;
	width: 100%;
}

.label-right .radio label {
	text-align: left;
	width: auto;
}

.radio input.form-fields:not(:first-child) {
	margin-left: 10px;
}

.CH-results-data table > tr:first-child {
	background-color: #9B9A9B;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#transForm label, #pwForm label {
	font-size: 18px;
	font-weight: 500;
}

.CH-results-data table td, .CH-results-data table th {
	padding: 8px 5px;
}

@media screen and (max-width: 1199px) {
	ul.form-fields li:not(:last-child) {
		margin-bottom: 4px;
	}

	#transForm label {
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	#transForm label {
		min-height: 0;
	}

	#transForm label br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.label-right label {
		text-align: left;
	}
}