.modal-lg {
    min-width:900px !important;
}
.modal-lg .modal-content{
    background: #f8f8f8; 
}
.modal-body{
    width:890px !important;
    margin:0 auto;
}
.margin-00{
    margin:0 0 !important;
}
.modal-body input {
    font-size:16px;
    background:none;  
    outline:none;  
    border:none;
    border-bottom:1px solid #b8c2cc;
    padding:8px 10px;
    margin-right:20px;
    color:#1e1e1e;
    min-height:40px;
    border-radius:3px;
    width:100%;
    display:inline-block;
    background-color:#fff;
    text-align: center;
} 

.modal-body input:focus {
    border:none;
    border-bottom:1px solid #7367f0;
} 

.divider{
    margin:30px 0px !important;
}
/* 选择框 */
.select2-selection--single{
    border:none !important;
    border-bottom:1px solid #b8c2cc !important;
    border-radius: 0px !important;
}

.footers{
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-bottom-right-radius: .6rem;
    border-bottom-left-radius: .6rem;
}
.list-unstyled label:after{
    cursor: pointer;
}

/* 按钮组 */
.botton-row > *{
    margin-left:.5rem;
    margin-bottom:1.5rem;
}


.ellipsis-type{
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}