/*下拉框的样式*/
.multiselect-container{
    width:99%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    top: 48px;
    left: 3px;
}
.listMultiple .multiselect-container{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    top: 29px;
    left: 0;
}
.listMultiple .multiselect-container dropdown-menu{
    max-height: 165px;
}
.box li .multiselect-container>li{
    width:100%;
    padding-right: 0;
    margin-bottom: 10px;

}
.multiselect-container > li > a:hover, .multiselect-container > li > a:focus {
    color: #585E66;
    text-decoration: none;
    background-color: #fff;

}
.multiselect-container>li>a{
    line-height: 21px;height: 21px;
}
.multiselect-container>li>a>label{
    font-weight: normal;
    text-align: left;
    padding-left: 24px;
    margin: 0;
    cursor: pointer;
}
.multiselect-container>li.multiselect-group>a>label{
    padding-left: 10px;
}

.multiselect-container>li>a>label>input[type='checkbox'] {
    margin-top: 6px;
}
.multiselect-item.multiselect-all.active{
    /*border-bottom:1px solid #ccc !important;*/
}
/* .multiselect-container.dropdown-menu li{
    width:49%;
    display: inline-block;
}
.multiselect-container.dropdown-menu li:first-child{
    width:100%;
} */
.multiselect.dropdown-toggle.btn.btn-default:link,.multiselect.dropdown-toggle.btn.btn-default:visited,.multiselect.dropdown-toggle.btn.btn-default:focus,.multiselect.dropdown-toggle.btn.btn-default:hover,.multiselect.dropdown-toggle.btn.btn-default:active, .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background: #ffffff;
    outline: none;
    border:1px solid #ccc;
    box-shadow: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: #fff;
}
.multiselect-selected-text{
    font-size: 16px;
    width:100%;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 49px;
    line-height: 49px;
    padding-left: 10px;
    background: url(../images/down_arrow.png) center right no-repeat;
}
.listMultiple .multiselect-selected-text{
    font-size: 14px;
    width:100%;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    background: url(../images/down_arrow.png) center right no-repeat;
}
.btn.btn-default{
    padding-right:15px;
    box-shadow:none;
    background-color:#fff;
    border-color: #e5e6e7;
    color:#666
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #666;
}
select[multiple], select[size] {
    height: 0;
    line-height: 0;
    border:none
}
.multiselect-native-select{
    position: relative;
}
.btn-group{
    position: absolute;
    display: inline-block;
    left: 0;
}
.btn-group .btn-default{
    padding:auto 10px;
}

/* 模态框多选样式 */
.modal-dialog .multiselect-selected-text{
    height: 42px;line-height: 42px;
}
.modal-dialog .multiselect-container{
    top:41px;
}
.modal-dialog .addbox li ul.multiselect-container li{
    height:35px;line-height:35px;margin-bottom: 0
}
.modal-dialog .multiselect-container>li>a>label>input[type='checkbox']{
    top:-10px;width:15px;
}
.addbox4 .multiselect-container>li>a>label>input[type='checkbox']{
    top: -15px;
    width: 15px;
}