#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #436c90;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #436c90;*/
    background: linear-gradient(to bottom, #fff, #fff, #436c90);
}

#sidebar.active {
    margin-left: -225px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px 20px;
}

#sidebar ul li:hover {
    border-left: 3px solid #fff;
}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#sidebar ul ul li a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #466989;
    font-weight: bold;
}

#sidebar ul ul li a:hover {
    color: #fff;
    background: #466989;
    font-weight: bold;
}

#sidebar ul li.active > a/*, a[aria-expanded="true"]*/ {
    color: #ffffff;
    background: #6994ba;
    font-weight: bold;
}

#sidebar ul ul li.active > a {
    color: #6994ba;
    background: #375f83;
    font-weight: bold;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
    background: #375f83;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

#sidebar a, a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    background: transparent !important;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse {
        left: 35px !important;
        box-shadow: none !important;
    }
}

#sidebarCollapse {
    position: absolute;
    left: -15px;
    border-radius: 50% !important;
    background: white;
    color: #6994ba;
    box-shadow: -2px 0px 5px -1px #888888;
    width: 33px;
    height: 33px;
    padding: 0 !important;
}

.sidebar-icon {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.btn-hide-sidebar {
    color: #fff;
    background-color: #ffb9a2 !important;
    border-color: #f9a083 !important;
}

.btn-hide-sidebar:hover {
    color: #fff;
    background-color: #ff9866 !important;
    border-color: #f9a083 !important;
}

.alert-badge-mobile {
    position: absolute;
    background: #f15e5e;
    ;
    padding: 0;
    color: white;
    border-radius: 40px;
    height: 17px;
    width: 17px;
    text-align: center;
    right: 5px;
    top: -8px;
    font-size: 12px;
}

.alert-badge {
    /*position: absolute;*/
    background: #f15e5e;
    padding: 0;
    color: white;
    border-radius: 40px;
    height: 17px;
    width: 17px;
    text-align: center;
    /*left: 15px;*/
    /*top: -3px;*/
    font-size: 12px;
}

.alert-badge-bg {
    position: relative!important;
    background: #ffbdbd;
}

.alert-menu-badge {
    /*position: absolute;*/
    background: #f15e5e;
    display: inline-block;
    /*padding: 0;*/
    color: white;
    border-radius: 40px;
    height: 17px;
    width: 17px;
    text-align: center;
    /*right: -8px;*/
    /*top: 12px;*/
    font-size: 12px;
}

.missingDocDadge {
    z-index: 9999;
}
