.file-distribute-main {
    width: 100%;
    height: 360px;
    display: table;      
}

.file-distribte-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 18000;
    font-size: 12px;
}

.file-distribte-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
}

.file-distribte-content {
    position: fixed;
    width:780px;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -277px; 
    min-height: 200px;
    padding: 18px 16px 0 16px;
    background: #fff;
    line-height: 1.6;
    border: 1px solid transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,.24);
}

.file-distribte-footer {
    margin-left: 12px;
    float: right;
    border: none;
}

.distUserTextArea, .csTextarea {
    background: #fff !important;
    width: calc(100% - 40px);
    min-height: 28px;
    line-height: 28px;
    max-height: 85px;
    padding: 0px 5px;  
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;   
}

.file-distribte-content .selector {
    position: absolute;
    top: 5px;
    right: 5px;
}

.bh-table-form .bh-form-block, .bh-table-form.bh-form-block {
    border-left-color: #D8DCF0 !important;
    border-top-color: #D8DCF0 !important;
}
