.selbox.nice-select{
    border-radius:0;
    height:15px;
    line-height:1.5;
    padding-left:4px;
    padding-right:14px;
}
.selbox.nice-select:hover{
    border-color:#5371Af;
}
.selbox.nice-select:active,.selbox.nice-select.open,.selbox.nice-select:focus{
    border-color:#5371Af;
}
.selbox.nice-select:after{
    right: 6px;
}
.selbox.nice-select .nice-select-dropdown{
    background-color:#F5F5F5;
    border-radius:2px;
	border: 1px solid #AAAAAA;
	min-width: 100%;
}
.selbox.nice-select .list{
    margin:0;
}
.selbox.nice-select .option{
    line-height:2;
    padding-left:9px;
    padding-right:9px;
}
.selbox.nice-select .optgroup{
    line-height:2;
    padding-left:5px;
    padding-right:5px;
}
.selbox.nice-select.undefined {
    font-style:normal;
}
.selbox.nice-select.undefined span.current {
    color: #9D9D9D;
    font-style: normal;
}
.selbox.nice-select .option:hover,.selbox.nice-select .option.focus,.selbox.nice-select .option.selected.focus{
    background-color:#FFFFE0
}
.selbox.nice-select .has-multiple{
    padding:7px 12px;
    line-height:1.5px
}
.selbox.nice-select span.current{
    display:inline-block;
	overflow:hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selbox.nice-select .nice-select-search{
    padding:0 3px;
    min-height:18px;
    line-height:2;
    font-size:9px
}
.selbox.nice-select .searchbox {
    position: fixed;
}
