﻿#ContentPlaceHolder2_FormViewContent_PanelHold {
    display: none;
}
#loading {
    display: none;
    background:#000;
    opacity:0.2;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
div.footer {
    height: 60px;
}
.form-select,
.aspNetDisabled.form-select {
    border: solid 1px #3A3A3A;
    background: none;
}
.aspNetDisabled.form-control {
    border:none;
    background: none;
}

.chat-wrapper {
    width: auto;
    height: calc(100vh + 96px);
    border-radius: 0.25rem;
    position: relative;
    background: rgb(0 0 0 / 14%);
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.col-select {
    border-left: solid 4px #ff0000 !important;
    border-left-width: medium;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.input-group .form-control,
.input-group .form-select {
    color: #ffffff;
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
}

.pull-right {
    float:right;
}

th.col-master {
    background: #002A4E;
}
td.col-master {background:rgba(0,42,78, .2);}
th.col-internal {background:#DC3545;}
td.col-internal {background:rgba(220,53,69, .2);}
th.col-actual {background:#198754;}
td.col-actual {background:rgba(25,135,84, .2);}

/*#region Navigation */
.nav-container {
    display: block;
}

.topbar-nav {
    background: transparent;
    width: auto;
}

    .topbar-nav .metismenu > li {
        width: 250px;
        margin-top: 6px;
    }
/*#endregion */

/*#region freeze table */
.table-freeze {
    height: calc(100vh - 250px);
    overflow: scroll;
}
    .table-freeze thead th {
        background: #000;
        position: sticky;
        top: 0;
    }
    .table-freeze thead th:first-child {min-width: 240px;}
    .table-freeze thead th.col-internal {background: #DC3545;}
    .table-freeze thead th.col-actual {background: #198754;}
    .table-freeze th.fixed,
    .table-freeze td.fixed {
        background: #004964;
        position: sticky;
        left: 0;
    }
    .table-freeze th:nth-child(2).fixed,
    .table-freeze td:nth-child(2).fixed {
        background: #004964;
        position: sticky;
        left: 240px;
    }
    .table-freeze th:nth-child(3).fixed,
    .table-freeze td:nth-child(3).fixed {
        background: #004964;
        position: sticky;
        left: 291px;
    }

    .table-freeze th.fixed {
        z-index: 2;
    }
    .table-freeze td.fixed,
    .table-freeze td:nth-child(2).fixed {
        /*z-index: 2;*/
    }
/*#endregion */

/*#region scrollbar */
/* width */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #004964;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #eee;
    }
/*#endregion */

/*#region content */
.file-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    background: rgb(0 0 0 / 14%);
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.file-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    background: #fff0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgb(255 255 255 / 14%);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.file-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #ffffff00;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    border-right: 0px solid rgb(0 0 0 / 18%);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.file-navigation {
    position: relative;
    padding: 0px;
    height: 330px;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.file-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: rgb(0 0 0 / 14%);
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.file-content {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    height: auto;
    margin-left: 250px;
    padding: 0;
    background: rgb(0 0 0 / 0%);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.file-navigation a.list-group-item {
    color: #e4e8ec;
    padding: .35rem 1.25rem;
    background-color: #ffffff00;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    transition: all .3s ease-out;
}

    .file-navigation a.list-group-item:hover {
        color: #ffffff;
        background-color: rgb(255 255 255 / 22%);
    }

    .file-navigation a.list-group-item.active {
        color: #ffffff;
        font-weight: 600;
        background-color: rgb(255 255 255 / 22%);
    }

.nav-link {
    color: #fff;
}
    .nav-link:hover {
        color: #ccc;
    }

.popover a {
    color:#555;
}
/*#endregion */

@media screen and (min-width: 1400px) {

    .page-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}