/*.select2-container--bootstrap .select2-selection--single {*/
/*    height: 30px;*/
/*    line-height: 17px;*/
/*}*/
/* 重写select2css样式  */
.select2-container--bootstrap{
    display: inline-block;
    height: 30px;
}
.select2-container--bootstrap .select2-selection{
    border-radius: 4px;
}
.select2-container--bootstrap .select2-selection--single{
    height: 29px;
}
/*暂时解决bootstrap与summernote css的样式冲突*/
.hidden-xs {
    display: inline-block !important;
}
/*除去上传图片后显示的成功*/
.file-thumb-progress {
    display: none!important;
}
.kv-upload-progress .progress{
    display: none!important;
}

/* 去除图片占用高度 */
.del-src-h{
    font-size: 0px;
}
.no-see{
    display: none;
}
.see{
    display: inline;
}
/*号添加红色样式*/
label.red-mi:before{
    color:#f00;
    content:"*";
    font-size: 14px;
    /*height: 10px;*/
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
}
.amap-sug-result { z-index: 20050;visibility:hidden }
