
.select-box h3 {
    position: relative;
    float: left;
    width: 100px;
    height: 22px;
    border: 1px solid #256ec0;
    background: #e9f6ff;
    color: #256ec0;
    padding: 0px 6px 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 8px 0px 0px;
    
    /*margin: -15px 12px 10px 0px;*/
}

.offset-down01 {
    top: 32px !important;
}

.select-box {
    border: solid 1px #72aaff;
    width: 660px;
    min-height: 580px;
    padding: 20px 20px 10px;
    position: absolute;
    display: none;
    z-index: 5;
    background: #ffffff;
    height: 661px;
    margin-top: 4px;
    margin-left: 4px;
}

.select-box .close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.select-box .wrap {
    font-size: 12px;
    height: 600px;
    border: solid 1px #ddd;
    margin-top: 30px;
}

.select-box ul {
    float: left;
    width: 218px;
    height: 600px;
    border-left: solid 1px #ddd;
    overflow-y: auto;
}

.select-box ul li {
    line-height: 30px;
    padding: 0 10px;
    /*background: url(../images/arr.gif) no-repeat 195px center;*/
    color: #626262;
    cursor: pointer;
}

.select-box ul li.selected {
    background: #72aaff;
    /*background:url(../images/arr_selected.gif) no-repeat 195px center #72aaff;*/
    color: #fff;
}

/*搜索框输入下拉文字高亮*/
.dropdown {
    position: absolute;
    display: inline-block;
    width: 600px;
    padding: 0px;
    top: 10px;
}

.dropdown-selected {
    width: 68% !important;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c6c8cc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333333;
    text-indent: 10px;
    margin-bottom: 0 !important;
    z-index: 999;
}

.dropdown ul {
    padding: 0;
    width: 67% !important;
    max-height: 380px;
    overflow-y: auto;
    background-color: #ffffff;
    margin-top: 2px;
    margin-left: 19%;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropdown ul li {
    text-indent: 10px !important;
    line-height: 25px !important;
    height: 50px !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    border-bottom: 1px dotted #b5b5b6 !important;
    padding: unset !important;
    background: unset !important;
}

.dropdown ul li a {
    color: #282c33;
    display: block;
    text-decoration: none;
}

.dropdown ul li a:hover {
    background-color: #f2f6fa;
}

.dropdown ul li a:active, .dropdown ul li.active a {
    background-color: #e4e9f2;
}

#dropdownButton {
    position: absolute;
    top: 13px;
    right: 8px;
    height: 20px;
    line-height: 20px;
    border: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 3px 10px;
    font-weight: normal;
    cursor: pointer;
    background: #568de9;
    border-radius: 6px;
}

#dropdownButton a {
    color: #ffffff;
}

#SaveButton {
    position: absolute;
    top: 13px;
    right: 56px;
    height: 26px;
    line-height: 26px;
    border: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    font-weight: normal;
    cursor: pointer;
    background: #568de9;
    border-radius: 6px;
}

#SaveButton a {
    color: #ffffff;
}
