div.fancy-select {
	position: relative;
	font-weight: normal;
	font-size: 14px;
	color: #799b7d;
	z-index:5;
	
	font-family:'MavenProLight300-Regular', Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform:none;
}
div.fancy-select * { z-index:9;}


@font-face {
	font-family: 'MavenProLight300-Regular';
	src:
		url('../css/MavenProLight300-Regular.eot?#iefix') format('embedded-opentype'),
		url('../css/MavenProLight300-Regular.otf')  format('opentype'),
		url('../css/MavenProLight300-Regular.woff') format('woff'),
		url('../css/MavenProLight300-Regular.ttf')  format('truetype'),
		url('../css/MavenProLight300-Regular.svg#MavenProLight300-Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}


div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 0px;
	cursor: pointer;
	padding: 0px 10.26% 0px  6.9%;
	width:82.84%;
	white-space: nowrap;
	overflow: hidden;
	line-height:48px;
	position: relative;
	background: #f5f5f5;
	color: #799b7d;
	height:48px;

	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}
.error div.fancy-select div.trigger { background: #ffdada; color: #8d5050;}
.larguraField div.fancy-select div.trigger {
	padding:0px 10.26% 0px 3.45%;
	font-size:18px;
	height:58px;
	line-height:58px;
	width:86.29%;
}
.fieldsetMeios div.fancy-select div.trigger {
	padding:0px 12.5% 0px 12.5%;
	font-size:18px;
	height:60px;
	line-height:60px;
	width:75%;
}
.fieldsetMeios2.fieldsetMeios div.fancy-select div.trigger {
	padding: 0px 10.26% 0px  6%;
	width:83.84%;
}
.fieldsetMeios3.fieldsetMeios div.fancy-select div.trigger {
    height: 58px;
	padding: 0px 10.26% 0px 7%;
	width:82.84%;
}

.mapaSelectArea div.fancy-select div.trigger {
	border:1px solid #e0e0e0;
	background:#f0f0f0;
}
.selectlarguraField2 div.fancy-select div.trigger {
	padding:0px 10.26% 0px 3.45%;
	width:86.29%;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #799b7d;
	top: 22px;
	right: 15px;
}
.larguraField div.fancy-select div.trigger:after { top:27px;}
.fieldsetMeios div.fancy-select div.trigger:after { top:28px;}
div.fancy-select div.trigger.open {
	background: #fff;
	color:#519759;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #519759;
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #70b278;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 130px;
	width:94%;
	padding:10px 3%;
	font-size:14px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
.mapaSelectArea div.fancy-select ul.options { left:1px;}
div.fancy-select ul.options.open {
	visibility: visible;
	top: 48px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
.fieldsetMeios div.fancy-select ul.options.open { top:60px;}
.mapaSelectArea div.fancy-select ul.options.open { left:1px; top:50px;}
div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
}

div.fancy-select ul.options li.hover {
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
}