.navbar {
    height: 100%;
    border-radius: 0;
}

.nav-icon {
    color: white;
    padding: 12px 8px 12px 8px;
}

    .nav-icon:hover {
        cursor: pointer;
    }

.col {
    padding: 0 !important;
}

.col-md-3 {
    min-height: 250px;
}

.col-md-3 {
    max-height: 300px;
}

.col-md-9 {
    min-height: 250px;
}

.col-md-9 {
    max-height: 300px;
}

.left-side {
    /* border: 1px solid #466997; */
}

.right-side {
    /* border: 1px solid #466997; */
}

.browser-item {
    padding: 12px 12px 12px 12px;
}

.table {
    overflow-y: auto;
    height: 100px;
}

    .table thead th {
        position: sticky;
        top: 0;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background: #1a334a;
}

.list-group {
    margin: 0px;
    min-height: 250px;
}

.selected-row {
    background-color: #263868;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 12px 0;
    width: 200px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu__item:last-child {
        margin-bottom: 0;
    }

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

    .context-menu__link:hover {
        color: #fff;
        background-color: #0066aa;
    }

.context-menu__items ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
}

.context-menu__items > li:hover > ul {
    left: auto;
    padding-top: 5px;
    min-width: 100%;
}

.context-menu__items > li li ul {
    border-left: 1px solid #fff;
}

.context-menu__items > li li:hover > ul {
    left: 100%;
    top: -1px;
}

.context-menu__item ul {
    background-color: #ffffff;
    padding: 7px 11px;
    list-style-type: none;
    text-decoration: none;
    margin-left: 40px;
}

.page-media .context-menu__items ul li {
    display: block;
}


.ks-modal {
    background-color: rgba(0,0,0,0.4); /* Transparent dimmed overlay */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 99999;
}

    .ks-modal.hidden {
        display: none;
    }

    .ks-modal .incontainer {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .ks-modal .inbody {
        box-shadow: 2px 2px #466997;
        display: inline-block;
        background-color: white;
    }

    .ks-modal .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

        .ks-modal .container-fluid .container {
            padding: 0px !important;
        }

            .ks-modal .container-fluid .container .row .col {
                min-height: 400px;
            }



    .ks-modal .container2 {
        background-color: #263868 !important;
        text-align: left;
        color: white;
    }

    .ks-modal .container:before {
        box-sizing: border-box;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ks-modal #filebrowser-tree-view {
        background-color: #232734;
        width: 100%;
        display: inline-grid;
    }

    .ks-modal .pre-scrollable {
        max-height: 550px;
        overflow-y: scroll;
    }

    .ks-modal *, ::after, ::before {
        box-sizing: border-box;
    }

    .ks-modal #filebrowser-main-col {
        background-color: #232734;
    }


    .ks-modal .list-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: 0.25rem;
    }

    .ks-modal .list-group-item {
        position: relative;
        display: block;
        padding: 1px 2px;
        background-color: #232734;
        border: 1px solid rgba(0,0,0,.125);
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        color: #e3e4e6;
    }

    .ks-modal .filebrowser-main-col {
        width: 100%;
    }

    .ks-modal .top-side {
        width: 100%;
    }

    .ks-modal .middle-side {
        width: 100%;
        display: flex !important;
        min-height: 400px;
    }

    .ks-modal .left-side {
        width: 30%;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ks-modal .right-side {
        width: 70%;
        background-color: #232734;
        color: #e3e4e6;
        /* margin-right: 15px; */
        /* margin-left: 10px; */ margin-top: 1px;
        margin-bottom: 10px;
    }

    .ks-modal #filebrowser-table {
        width: 100%;
    }

    .ks-modal .tree-view-table-row td {
        text-align: left;
        padding-left: 10px;
        border-top: 1px solid #2e323e !important;
        font-size: 15px;
    }


    .ks-modal .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #e3e4e6;
        border-collapse: collapse;
    }

    .ks-modal .table-borderless tbody + tbody, .ks-modal .table-borderless td, .ks-modal .table-borderless th, .ks-modal .table-borderless thead th {
        border: 0;
    }

    .ks-modal .table thead th {
        vertical-align: bottom;
        padding-left: 2px;
    }

    .ks-modal .tdIcon {
        width: 30px;
    }

    .ks-modal.tdName {
        color: #144d87;
        cursor: pointer;
    }

    .ks-modal .tdType {
        font-style: italic;
        font-weight: 100;
    }
