﻿.heder-row {
    width: 100%;
    min-width: 1000px;
    display: flex;
    height: 40px;
    border-bottom: 1px solid #e8e9ec;
    font-size: 1rem;
    color: #4d4f5c;
}

    .heder-row div {
        padding-top: 10px;
    }

.documents {
    display: block;
}

    .documents .documents-left {
        width: 20%;
        min-width: 230px;
        min-height: 78vh;
        float: left;
        border-right: 2px solid #cccccc;
        padding-bottom: 10px;
        overflow: auto;
    }

        .documents .documents-left .project-doc {
            width: 100%;
            min-height: 15vh;
            border-bottom: 2px solid #cccccc;
        }

        .documents .documents-left .general-doc {
            width: 100%;
            min-height: 15vh;
            border-bottom: 2px solid #cccccc;
        }

        .documents .documents-left .procurement-doc {
            width: 100%;
            min-height: 15vh;
        }

    .documents .documents-right {
        width: 80%;
        min-height: 70vh;
        float: left;
        padding-bottom: 10px;
    }

.heder-row .empty-part {
    width: 20%;
    min-width: 230px;
    height: 40px;
}

.heder-row .file-type {
    width: 3%;
    height: 40px;
}

.heder-row .file-name {
    width: 17%;
    height: 40px;
}

.heder-row .file-description {
    width: 20%;
    height: 40px;
}

.heder-row .file-revision {
    width: 6%;
    min-width: 80px;
    height: 40px;
}

.heder-row .file-date {
    width: 7%;
    height: 40px;
}

.heder-row .file-uploaded {
    width: 7%;
    min-width: 100px;
    height: 40px;
    padding-left: 10px;
}

.heder-row .file-created-by {
    width: 15%;
    height: 40px;
}

.heder-row .file-user {
    width: 5%;
    min-width: 85px;
    height: 40px;
}

.document-list {
    padding: 0;
    margin-top: 5px;
    height: 30vh;
}

    .document-list > li {
        list-style-type: none;
    }

.document-list-li {
    display: flex;
    font-size: 0.75rem;
    color: #4d4f5c;
}

    .document-list-li .file-type {
        width: 4%;
        height: 32px;
        text-align: center;
    }

        .document-list-li .file-type img {
            height: 30px;
        }

    .document-list-li .file-name {
        width: 21%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-left: 5px;
    }

    .document-list-li .file-description {
        width: 25%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-left: 5px;
    }

    .document-list-li .file-revision {
        width: 7%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-left: 5px;
        text-align: center;
    }

    .document-list-li .file-date {
        width: 10%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-right: 5px;
        text-align: right;
    }

    .document-list-li .file-uploaded {
        width: 8%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-right: 5px;
        text-align: right;
    }

    .document-list-li .file-created-by {
        width: 19%;
        height: 32px;
        padding-top: 7px;
        border: 1px solid #e8e9ec;
        padding-right: 5px;
        text-align: right;
    }

    .document-list-li .file-user {
        width: 6%;
        height: 32px;
        padding: 1px 5px;
    }

        .document-list-li .file-user .file-user-img {
            width: 31px;
            height: 31px;
            border-radius: 50%;
        }

        .document-list-li .file-user .delete-icon {
            font-size: 1.1rem;
            color: #ffb1b1;
            margin-left: 5px;
            cursor: pointer;
        }

.documents-right .drag-drop-division {
    width: 100%;
    min-width: 300px;
    height: 37vh;
    text-align: center;
    border: 5px solid white;
}

    .documents-right .drag-drop-division i {
        font-size: 8rem;
        color: #caced5;
        margin-top: 30px;
    }

    .documents-right .drag-drop-division span {
        color: #4d4f5c;
    }

    .documents-right .drag-drop-division p {
        color: #4d4f5c;
    }

.company-tree {
    color: #4d4f5c;
    font-size: 0.8rem;
}

    .company-tree > li {
        margin-top: 5px;
    }

.generaldoc-tree {
    color: #4d4f5c;
    font-size: 0.8rem;
}

    .generaldoc-tree > li {
        margin-top: 5px;
    }
.procurementdoc-tree {
    color: #4d4f5c;
    font-size: 0.8rem;
}

    .procurementdoc-tree > li {
        margin-top: 5px;
    }

.hidden {
    display: none;
}

.row-icons {
    display: flex;
    min-width: 240px;
}

    .row-icons span {
        margin: 3px 2px 2px 10px;
    }

.generaldoc-tree .icon-expand-hower {
    border: 2px solid #e2a301;
    color: #e2a301;
}

.generaldoc-tree .folder {
    color: #e2a301;
}

.generaldoc-tree .hower-plus {
    border: 2px solid #e2a301;
    color: #e2a301;
}

.procurementdoc-tree .icon-expand-hower {
    border: 2px solid #43425d;
    color: #43425d;
}

.procurementdoc-tree .folder {
    color: #43425d;
}

.procurementdoc-tree .hower-plus {
    border: 2px solid #43425d;
    color: #43425d;
}

.icon-expand-hower {
    width: 23px;
    height: 23px;
    border: 2px solid #6dbdb4;
    border-radius: 4px;
    color: #6dbdb4;
    padding: 1px 0 2px 4px;
    cursor: pointer;
}

.icon-expand-hower-holder {
    width: 23px;
    height: 23px;
    display: inline-table;
}

.folder {
    font-size: 1.5rem;
    color: #6dbdb4;
    margin: 0 5px;
}

.row-icons span {
    cursor: pointer;
    width: 220px;
}

.row-icons input {
    cursor: pointer;
}

.custom-folder-input {
    border: 0;
    color: #4d4f5c;
    margin-left: 10px;
}

    .custom-folder-input:focus {
        outline: none;
    }

.hower-plus {
    border: 2px solid #6DBDB4;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    color: #6DBDB4;
    padding: 1px 0 0 3.5px;
    cursor: pointer;
    margin-left: 28px;
    float:left;
}

.create-folder-title {
    color: #707070;
    margin-left: 15px;
    margin-top: 3px;
}

.red {
    color: red;
    background: red;
}

.empty-f {
    margin-left: 27px;
}

.display-none-subfolder-add {
    display: none;
}

.display-block-sub {
    display: block;
}
.doc-settings-icon {
    text-align: right;
    float: right;
    position: absolute;
    left: 440px;
    /*left: 312px;*/
    padding: 0 3px;
    color: #a5a4bf;
    cursor: pointer;
    /*background: white;*/
    background: #fdf8eb;
    margin-top: 7px;
    display: none;
}
    .doc-settings-icon.active-settings {
        display:block!important;
        cursor:pointer!important;
    }
.folder-depth-0 {
    padding-left: 5px;
}

.carret-holder {
    width:10px;
    height:20px;
    float:right;
    margin-right:10px;
}
    .carret-holder .fa-angle-up {
        position: relative;
        top: -15px;
        color: #bcbccb;
        cursor:pointer;
    }
    .carret-holder .fa-angle-down {
        position: relative;
        top: -26px;
        color: #bcbccb;
        cursor: pointer;
    }
.green-carret {
    color: #6dbdb4!important;
}
.diplay-none-setting {
    display:none!important;
}
.delete-folder-small-button {
    font-size: 0.7rem;
    padding: 4px 2px;
    background: #ff6565;
    color: white;
    height: 27px;
}
    .delete-folder-small-button:hover {
        color: #ff6565;
        border: 2px solid #ff6565;
        background-color: white;
        /*color: #6dbdb4;
        border: 2px solid #6dbdb4;
        background-color: white;*/
    }

    .delete-folder-small-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .delete-folder-small-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }
.yellow-selected-folder {
    background: #fdf8eb;
}
