﻿@charset "utf-8";

/* CSS Document */


/* Sidebar menu */

.sidebar {
    margin-top: 93px;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.3s;
    /* 0.5 second transition effect to slide in the sidebar */
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-left: 1px solid #bec6d1;
    font-family: adelle-sans, sans-serif !important;
}

#mySidebar {
    width: 300px;
    z-index: 999;
}

/* .SHINY .fixed-header-sidenav {
    margin-top: 53px;
} */
/* .SPARKLE */
.fixed-header-sidenav {
    margin-top: 354px;
    transition: all 0.19s ease-in-out;
}
/* .SPARKLE */
.fixed-header-sidenav.shrinkScroll{
    margin-top: 138px;
}

.card {
    border: 0px;
}

.sidebar .card {
    min-height: auto;
}

.sidebar::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.tab {
    overflow: hidden;
}

.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    transition: 0.3s;
}

.simplebar-placeholder {
    width: 399px;
    height: 2196px;
}

/* .simplebar-content {
    padding: 0 !important;
} */

.simplebar-resize-wrapper {
    margin-bottom: 100px;
    padding: 60px 0 0 0;
}

.tab a.active {
    border-bottom: 5px solid #052d62;
}

.tab button {
    background-color: #fff;
    border: 1px solid #007DB8;
    color: #007DB8 !important;
}

.tab button.active {
    background-color: #007DB8;
    color: white !important;
}


/* The sidebar links */

.sidebar a {
    text-decoration: none;
    font-size: 18px;
    color: #032e8a;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.sidebar .load-more{
    font-size: 18px; 
}


/* When you mouse over the navigation links, change their color */

.sidebar a:hover {
    color: #5CA3E8;
}


/* Position and style the close button (top right corner) */

.sidebar .closebtn {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    color: #032e8a;
}

.sidenav-tabs {
    background-color: #ffffff;
    transform: translate(0px, -60px);
    padding-left: 30px;
}

.sidenav-tabs a:hover {
    border-bottom: 5px solid #052d62;
    transition: 0s;
}

.side-nav-active {
    border-bottom: 5px solid #052d62;
}


/* The button used to open the sidebar */

.openbtn {
    font-size: 1em;
    cursor: pointer;
    color: black;
    border: none;
    position: fixed;
    background-color: #c3c0bc;
    right: 0;
    /* margin-top: 20px; */
    margin-right: 15px;
    box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 5px 8px;
    z-index: 800;
    top: 65px;
}
/* body:not(.SPARKLE) .openbtn
body:not(.SHINY) .openbtn{
    top: 100px;
} */
/* .SPARKLE  */
.openbtn {
    top: 365px;
    font-size: 1em;
    cursor: pointer;
    color: black;
    border: none;
    position: fixed;
    background-color: #c3c0bc;
    right: 0;
    /* margin-top: 20px; */
    margin-right: 15px;
    box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 5px 8px;
    z-index: 800;
}
/* .SPARKLE  */
.shrinkScroll .openbtn {
    top: 150px;
}

.sidenav-card>.row>.col-sm-6>.sidenav-card-title {
    padding: 0px;
    margin: 0px;
}

.email-modal-footer {
    display: block;
}

.escrow-acct-list,
.maintain-file-list,
.documents-list {
    list-style: none;
    padding-left: 20px;
}

.maintain-file-list>li>a {
    font-size: 10pt;
}

.escrow-acct-list>li>a {
    font-size: 10pt;
}

.documents-list>li>a {
    font-size: 10pt;
}

.sidenav-card {
    transform: translate(0px, -60px);
    border-radius: 0;
    margin: 0px;
}

.sidenav-card-body {
    margin-top: 10px;
    margin-left: 0px;
    padding: 0px;
    flex: 1 1 auto;
}

.sidenav-manage .sidenav-card-body {
    padding: 0 0 0 20px;
}

.sidenav-card-title {
    display: block;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
}

.sidenav-manage .sidenav-card-title {
    border-bottom: 2px solid #edeeef !important;
}

.sidenav-card-title i {
    color: #959696 !important;
}

.sidenav-card-subtitle {
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px
}

.sidenav-card-info {
    font-size: 11px;
    font-weight: 200;
    color: #51535e;
    margin-left: 20px;
}

.simplebar-scrollbar {
    visibility: inherit !important;
}

.load-more {
    margin-bottom: 10px;
    color: #375d81;
    margin-left: 30px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    /* If you want a transition effect */
    padding: 20px;
}

.nav-sidebar-left {
    max-width: 100px;
    padding-right: 0;
}

.nav-sidebar li a {
    text-align: center;
    background: #f6f8fb;
    border-right: #DBDBDB 1px solid;
    border-bottom: #DBDBDB 1px solid;
    padding: 15px 20px 20px;
    font-size: 10px;
    font-weight: 600;
    color: #639c3d;
}

.nav-sidebar li a.active {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #fff;
}

.sidebar-right .row,
.sidebar-right-content {
    padding-bottom: 20px;
}

.sidebar-right .card-body h4 {
    font-size: 16px;
}

.sidebar-right .card-body h4.media-heading {
    padding-top: 8px;
    font-size: 14px;
}

.sidebar-right .card-body {
    font-size: 12px;
}

.sidebar-right .card table thead tr {
    border-bottom: 1px solid;
}

.sidebar-right .card table td,
.sidebar-right .card table th {
    text-align: right;
}

.sidebar-right .card table td:first-child,
.sidebar-right .card table th:first-child {
    text-align: left;
}

.sidenav-card-body>div>ul>li>a:hover {
    text-decoration: underline;
}

.sidenav>div>.tablinks {
    padding: 0px 20px 10px 20px;
    margin-left: 20px;
}

.sidenav-card button.btn,
.sidenav-card a.btn {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

tabset ul.nav.nav-tabs {
    position: relative;
    top: -60px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 54px;
    }
    .sidebar a {
        font-size: 18px;
    }
}


/* @media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 90px;
    } 
}*/

@media screen and (max-width:1024px) {
    .sidebar .closebtn {
        position: absolute;
        top: 20px;
        left: 15px;
        margin-left: 0;
        margin-top: 0;
        transform: none !important;
        z-index: 1;
    }
    .openbtn {
        margin-top: 0px;
    }
}

@media screen and (max-width:991px) {
    .fixed-header-sidenav.shrinkScroll{
        margin-top: 58px !important;
    }
}

@media screen and (max-width: 494px) {
    /*.search-dropdown-menu.show {
    transform: translate(150px, 31px) !important;
}*/
    .sidebar {
        margin-top: 123px;
    }
}

@media screen and (max-width: 320px) {
    .closebtn {
        transform: translate(-250px, 100px) !important;
    }
    #main {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media screen and (min-width: 376px) and (max-width:414px) {
    /* .sidenav-tabs {
        padding-top: 40px;
    } */
    #main {
        margin: 0 !important;
        padding: 0 !important;
        /*        overflow-x: hidden;*/
    }
    .closebtn {
        transform: translate(-350px, 100px) !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .sidenav-tabs>a {
        font-size: 14pt;
    }
    /* .sidenav-tabs {
        padding-top: 130px;
    } */
    .closebtn {
        transform: translate(-300px, 75px) !important;
    }
    #main {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
    .closebtn {
        transform: translate(-350px, 20px) !important;
    }
    .openbtn,
    .page-power-grid-actions .openbtn {
        margin-top: 0;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .closebtn {
        margin-top: 10px;
        transform: translate(-710px, 10px) !important;
    }
}

@media screen and (min-width: 510px) and (max-width: 768px) {
    .openbtn {
        margin-top: 0;
    }
}

@media screen and (max-width: 510px) {
    .openbtn {
        top: 65px;
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
    .closebtn {
        margin-top: 5px;
        transform: translate(-5px) !important;
    }
}