

.form-page {
	padding-bottom: 50px;
}

form .heading {
	margin-top: 1em;
}

form .heading label {
	font-family: UniversLTStd-Bold;
}

select {
	/*min-height: 40px;
	min-width: 200px;*/
}

.result-details select {
	max-width: 20px;
	text-overflow: ellipsis;
}

.product-landing select#sort {
    max-width: 20px;
    text-overflow: ellipsis;
}

.error, .errors {
	color: #c00;
	font-weight: normal;
	font-style: italic;
}

.required .heading label:after {
	color: #0070BA;
	content: "*";
}

/**********************************
Fancy Forms
****************************************/
.fancy-active {
	opacity: 0;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

.fancy-select-visible {
	/*background-color: #eeeeee;*/
	background: transparent;
	font-size: 14px;
	overflow: hidden;
	padding-left: 10px;
	min-width: 25px;
	white-space: nowrap;
}

.fancy-select-wrap,
.fancy-checkbox-wrap,
.fancy-radio-wrap {
	background-color: #F6F6F6;
	box-sizing: border-box;
	color: #0070BA;
	border: 1px solid #DFDFDF;
	position: relative;
	display: inline-block;
}

.fancy-select-wrap {
	background-color: #eeeeee;
	background: transparent;
	border: none;
	font-family: UniversLTStd-Bold;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	padding-right: 45px;
}

.product-detail .fancy-select-wrap {
	display: block;
    margin-top: 20px;
}

.fancy-radio-wrap {
	border-radius: 18px;
}

.fancy-checkbox-wrap {
	border-radius: 5px;
	background: #525252;
	border: 1px solid #838383;
	float: left;
}

input[type="checkbox"],
input[type="radio"] {
	height: 18px;
	width: 18px;
}

.ie8 input[type="checkbox"],
.ie9 input[type="checkbox"],
.ie10 input[type="checkbox"]  {
	height: 6px;
	width: 8px;
}

.ios .fancy-checkbox-wrap {
	height: 20px!important;
	width: 20px!important;
	position: relative;
	top: 0;
}

input[type="checkbox"].fancy-active {
	background: #ffffff!important;
	display: block;
	margin: 0!important;
	padding: 0 !important;
	height: 100%!important;
	width: 100%!important;
}

.fancy-select-wrap:before, 
.fancy-select-fallback_button {
	background: #eeeeee;
	display: block;
	content: " ";
	content: url(/assets/img/icons/sort-filter-arrow-icon.svg);
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -3px;
	bottom: 0px;
	/*width: 20px;*/
	width: 12px;
	z-index: 2;
	padding: 9px 12px;
}

.fancy-select-wrap:before {
	background: transparent;
	/*right: 0;*/
	right: 3px;
}

.product-detail .fancy-select-wrap:before {
	top: -14px;
}

.no-svg .fancy-select-wrap:before {
	content: url(/assets/img/icons/sort-filter-arrow-icon.png);
}

/*.fancy-select-wrap:hover:before {
	background: #5f7e91;
}

.fancy-select-wrap:hover {
	border-color: #5f7e91;
}*/

/*.fancy-select-wrap.fancy-focus,
.fancy-checkbox-wrap.fancy-focus,
.fancy-radio-wrap.fancy-focus {
	border-color: #ffb645;
}

.fancy-select-wrap.fancy-focus:before {
	background: #ffb645;
}*/

.fancy-checkbox-checked,
.fancy-radio-checked {
	background-color: #0070BA;
}

.fancy-checkbox-disabled,
.fancy-radio-disabled {
	background-color: #838383;
}

/***************************
Sprout Generated Form Styles
***************************/
.sprout h2 {
	margin: 2em 0 0 0;
	padding-top: .83em;
	border-top: 1px solid #eee;
}

.sprout .fancy-select-wrap,
.sprout .fancy-checkbox-wrap,
.sprout .fancy-radio-wrap {
	top: .1875em;
	margin-right: 5px;
}