.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden
}
.simpleselect, .simpleselect * {
	box-sizing: content-box
}
.simpleselect {
	position: relative;
	width: 200px;
	height: 38px;
	color: #666;
	font-size: 13px
}
.simpleselect .options {
	width: 198px;
}
.simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
	padding: 9px 10px;
	line-height: 18px;
	cursor: pointer
}
.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold
}
.simpleselect .options .optgroup .option {
	padding-left: 20px
}
.simpleselect .placeholder, .simpleselect .options {
	background: #fff;
	border: 1px solid #013660;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	color: #013660;
	font-size: 18px;
	overflow:hidden;
}
.simpleselect .placeholder {
	background: #009FE3;
	border: 1px solid #009FE3;
	border-radius:500px;	
	color:#fff;
	}
.simpleselect .placeholder {
	position: relative;
	border-radius:500px;
}
.simpleselect .placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 16px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAs0lEQVQokY2SMQrCUBBEx+ApgmBnZSFYejtL75EyXVobwdIzWERImjQWVsKTxQlEkxgHBpbZNws/ZAbkkhaSdpKe+k9zSWdJNwEVb52ABNCEE7OhKoIUuDo4TpRlBnfSNowjpRfFQKl1YaZ0R93lEqgN5APl3LvarL4PhFdAYzDr5JmzxozGDoTXwN2Fgx2KLHYf/NhbN8DDxVDMkfXYX1972zkQ8yAXP8SYLpL2Xsbcl6QXsvuuSdtXD9oAAAAASUVORK5CYII=') 0 center no-repeat;
}


.simpleselect .placeholder:hover {
	background: #FFF;
	border: 1px solid #013660;
	color: #013660;
}
.simpleselect .options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}

.simpleselect .options .option:first-child {

}

.simpleselect .options .option.active {
	background: #009FE3;
	color: #fff
}
.simpleselect.disabled .placeholder, .simpleselect.disabled .placeholder:hover {
	background: #fff;
	border: 1px solid #013660;
	color: #013660;
	cursor: default;
}
.simpleselect.disabled .placeholder:after {
	opacity: .5
}/* CSS Document */
