.me-select {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	height: auto;
	display: inline-block;
}
fieldset .me-select {
	position: relative;
	width: 100%;
	clear: inherit;
	float: left;
}
.me-select ul {
	list-style: none;
	padding: 0;
	width: 100%;
}
.me-select li, article .me-select li {
	margin: 0 auto;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	background: none
}
.me-select li.selected {
	box-shadow: inset 0 0 0 40px rgba(255,246,0,0.1);
}
.me-select label {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 2px 5px 2px 33px;
    vertical-align: top;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.me-select label span {
	vertical-align: middle;
	display: inline-block;
}
.colore.me-select label {
	display: inline-block;
	width: 20px;
	position: relative;
	float: left;
	padding: 0px;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	height: 22px;
	margin: 3px;
}
.colore.me-select label span {
	display: none
}
/*
.me-select label span:first-child {
	width: 30%;
	color: rgba(97,107,107,0.7);
}

.me-select label span:nth-child(2),
.me-select label a {
	width: 60%;
	color: #31d2d4;
}
*/
.me-select label span {
	width: 100%;
	text-align: left;
	color: #999;
	font-size: 12px;
	margin-top: 1px;
}
aside .me-select label span {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
aside .me-select {
	margin-bottom: 20px;
}
fieldset .me-select label span {
	color: #333;
	font-size: 16px;
}
.campo_form .me-select label span {
	font-size: 14px;
	color: #242121;
}
.campo_form .me-select label span a {
	text-decoration: underline
}
.me-select input[type="checkbox"], .me-select label::before, .me-select input[type="checkbox"]:checked + label::after, .me-select input[type="radio"], .me-select label::before, .me-select input[type="radio"]:checked + label::after {
	/* width: 26px; */
    /* height: 26px; */
    /* top: 50%; */
	left: 0px;
	margin-top: 0px;
	position: absolute;
	cursor: pointer;
}
.me-select input[type="checkbox"], .me-select input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}
.me-select label::before {
	content: '';
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -o-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
	background: linear-gradient(top, #fff 0%, #eae9e7 40%, #ccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc', GradientType=0 );
}
.me-select input[type="checkbox"]:checked + label::after, .me-select input[type="radio"]:checked + label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 5px;
	margin-left: 5px;
}
