/* Default custom select styles */
div.cs-select, div.cs-select2 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 10;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus, div.cs-select2:focus {	outline: none; /* For better accessibility add a style for this in your skin */ }
.cs-select select, .cs-select2 select {	display: none;}
.cs-select span, .cs-select2 span {
	display: block;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Placeholder and selected option */
.cs-select > span, .cs-select2 > span {	padding-right: 20px; }
.cs-select > span::after, .cs-select .cs-selected span::after, .cs-select2 > span::after, .cs-select2 .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cs-select > span, .cs-select2 > span {		background:url(../../../imgs/elem/linguas_seta.png) center right no-repeat; right: 0;}
.cs-select .cs-selected span::after, .cs-select2 .cs-selected span::after {	content: '\2713';	margin-left: 1em;}
.cs-select.cs-active > span, .cs-select2.cs-active > span {	right: 0;		background:url(../../../imgs/elem/linguas_seta_.png) center right no-repeat;}
div.cs-active {	z-index: 200;}
/* Options */
.cs-select .cs-options, .cs-select2 .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}
.cs-select.cs-active .cs-options, .cs-select2.cs-active .cs-options {	visibility: visible;}
.cs-select ul {	list-style: none;	margin: 0;	padding: 0;	width: 75px; }
.cs-select2 ul {	list-style: none;	margin: 0;	padding: 0;	width: 280px; }
/*.cs-select ul li:first-child {	margin-top:15px;}
*/.cs-select2 ul li:last-child {	padding-bottom:7px;}
.cs-select ul span, .cs-select2 ul span {	padding: 2px;}
.cs-select ul li.cs-focus span, .cs-select2 ul li.cs-focus span {	background-color: #ddd;}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul, .cs-select2 li.cs-optgroup ul {	padding-left: 1em;}
.cs-select li.cs-optgroup > span, .cs-select2 li.cs-optgroup > span {	cursor: default;}

/*@media only screen and (max-width:900px) {
	div.cs-select, div.cs-select2 {	background: #304652;}
	.cs-select.cs-active > span, .cs-select2.cs-active > span {		background:url(../../../imgs/elem/linguas_seta2_.png) center right no-repeat;}

	.cs-select .cs-options, .cs-select2 .cs-options {	background: #304652;	visibility: hidden;}
	.cs-select ul li.cs-focus span, .cs-select2 ul li.cs-focus span {	background-color: #ddd;}
}
*/