@CHARSET "UTF-8";

.jquery-selectbox {
    position: relative;
    height: 41px;
    width: 100% !important;
    z-index: 0;
    float: left;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    background: #fff url(../img/select-bg.png) repeat-x 0 0;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.jquery-selectbox.selecthover {
    z-index: 700;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	color:#303030;
    padding: 12px 0px 12px 13px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    line-height: normal;
    cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
    display: none;
    position: absolute;
    top: 39px;
    padding: 0;
    left: -1px;
    background: #fff;
    width: 100% !important;
    height: auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

.jquery-selectbox .jquery-selectbox-moreButton {
    float: right;
    background: url(../img/select-btn.png) no-repeat 11px 16px;
    width: 37px;
    height: 39px;
    cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
    color: #303030;
}

.jquery-selectbox .jquery-selectbox-item {
    display: block;
    cursor: default;
    padding: 11px 0 11px 13px;
    margin: 0;
    cursor: pointer;
}

.search .jquery-selectbox {
    border: 0;
    background: #fff url(../img/select-bg2.png) repeat-x 0 0;
}

.search .jquery-selectbox .jquery-selectbox-list {
    left: 0px;
    border: 0;
    background: #e6e6e6;
	height: auto !important;
}

.search .selected .jquery-selectbox {
    border: 2px solid #e5ac00;
    background: #fff url(../img/select-bg.png) repeat-x 0 0;
    color: #303030;
}

.search .selected .jquery-selectbox .jquery-selectbox-currentItem {
    padding: 11px 0px 11px 13px;
}

.search .selected .jquery-selectbox .jquery-selectbox-list {
    left: -2px;
    top: 37px;
    border-left: 2px solid #e5ac00;
    border-right: 2px solid #e5ac00;
    border-bottom: 2px solid #e5ac00;
    background: #fff;
}

.search .selected .jquery-selectbox .jquery-selectbox-item.listelementhover {
    color: #8a8a8a;
}