@CHARSET "UTF-8";

.jquery-selectbox {
	position:relative;
	height:25px;
	width:100% !important;
	z-index:0;
	float:left;
	display:inline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#fff;
	border:1px solid #d1d1d1;
	color:#626e76;
	font-size:14px;
	line-height:15px;
	text-align:left;
	box-shadow:0 2px 3px rgba(0,0,0,.1);
}
.jquery-selectbox.selecthover {
	z-index: 700;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	color:#434b51;
	box-shadow:none;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding:3px 0px 0px 10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	padding:0;
	left: -1px;
	background:#fff;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	width: 100% !important;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
	box-shadow:0 2px 3px rgba(0,0,0,.1);
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../img/select-btn1.png) no-repeat 0 0;
	width: 25px;
	height: 23px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover{
	background-position:0 -23px;
}
.jquery-selectbox.selecthover .jquery-selectbox-moreButton{
	background-position:0 -23px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #2c333a;
	background:#d7e6ec;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:5px 0 4px 10px;
}
.jquery-selectbox .jquery-selectbox-item.act{
	background:#3e637d;
	color:#fff;
}

.sidebar .jquery-selectbox {
	position:relative;
	height:23px;
	width:100% !important;
	z-index:0;
	float:left;
	display:inline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:rgba(255,255,255,.05);
	border:1px solid #fff;
	color:#fff;
	font-size:12px;
	line-height:15px;
	text-align:left;
}
.sidebar .jquery-selectbox.selecthover {
	z-index: 700;
	border-color:#fff;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	color:#2c333a;
	background:#fff;
}	
.sidebar .jquery-selectbox .jquery-selectbox-currentItem {
	padding:3px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.sidebar .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	padding:0 1px;
	left: -1px;
	background:#fff;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width: 100% !important;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
	box-shadow:0 1px 1px rgba(0,0,0,.54);
}
.sidebar .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../img/select-btn.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
}
.sidebar .jquery-selectbox.selecthover .jquery-selectbox-moreButton{
	background-position:0 -21px;
}
.sidebar .jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #2c333a;
	background:#d7e6ec;
}
.sidebar .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:5px 0 5px 15px;
	margin:0 -1px;
}
.sidebar .jquery-selectbox .jquery-selectbox-item.act{
	background:#3e637d;
	color:#fff;
}