﻿#__FileUpload .row {
    margin: 0;
}
.fileupload .modal-body, .fileupload .modal-header {
    padding: 5px;
}

.fileupload .modal-content {
    border: solid 2px #05798c;
}

.fileupload .modal-header {
    background: #05798c;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

div#div-brow-file {
    height: calc(100vh - 495px);
    font-size: 10pt;
}

#div-brow-file .div-list-file-title {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
}

#div-brow-file .row.header {
    font-weight: bold;
    padding-bottom: 10px;
}

#div-brow-file .body {
    height: calc(100% - 80px);
    overflow-y: auto;
    padding: 0;
    border-top: solid 1px #ccc;
}

div#div-brow-file div {
    padding-left: 5px;
    padding-right: 5px;
}

#div-brow-file .body .row {
    padding-top: 4px;
    padding-bottom: 4px;
}

#div-brow-file .body .row:hover {
    background: #1885fb !important;
    cursor: pointer;
    color: #fff;
}

#div-brow-file .body .row.active {
    background: #007bff !important;
    color: #fff;
}

#div-brow-file .div-bt-choice.row {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
    justify-content: flex-end;
    padding-top: 5px;
}

#div-brow-file .body .row.chan {
    background: #dcdcdc;
}

/*form#__FileUpload_Form {
    margin-top: 45px;
}*/

#__FileUpload_Form p.p-title-taifile {
    margin: 0;
    font-weight: bold;
    padding-top: 15px;
}

#__FileUpload_Form .row.div-bt-submit {
    padding-top: 5px;
    justify-content: flex-end;
}