@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 280px;
        min-height: 2002px;
    }
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 280px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1160px;
    }
}

ul.info {
    list-style: none;
    padding: 20px;
    border: 1px solid #a4b1bc;
    width: 225px;
    margin-left: 24px;
    margin-top: 120px;
    color: #a4b1bc;
    text-align: left;
}


ul.info li {
    padding-bottom: 10px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 15px 35px;
}

.ibox a {
    color: #676a6c !important;
}

.middle-box h1 {
    font-size: 45px;
}

.middle-box img {
    max-width: 280px;
}

div.expiry_row {
    margin: 15px;
    padding: 10px;
}

.parsley-errors-list {
    padding: 2px !important;
    list-style: none !important;
}

.parsley-errors-list li {
    text-align: left !important;
    color: red !important;
}

.footer-white {
    color: #fff;
}

#wrapper {
    overflow-x: unset !important;
}







/* ------- loki CSS Here ------- */
.navbar-default .nav li a{
padding: 15px 10px !important;
}

/* li.treeview.active {
    border: none;
} */


/* Login and registor page */

@media (max-width: 450px) {
    .logo_div {
        width: 100% !important;
    }

    .logo_div img {
        width: 80%;
    }

/* Last 5 Investor DNA Profiles Generated section */
    .ibox-title h5 {
        margin-bottom: 0 !important;
    }
}

/* Dashboard Sidemenu */
@media (max-width: 767px) {

    .navbar-top-links li {
        margin-left: 2.9rem;
    }
    a.btn.btn-sm.btn-primary {
        width: 100%;
        border-radius: 0;
    }
    a.btn.btn-sm.btn-success.invite {
        border-radius: 0;
    }
    .navbar-static-side {
        display: unset !important;
        /* width: 220px !important; */
    }
  
    #bs-navbar-collapse-1 {
        width: 100vw;
        height: 100vh;
        background: #253646;
        margin-top: 50px;
    }
    ul.nav.navbar-top-links.navbar-right {
        margin-top: 30px;
    }
    .navbar-toggle {
  background: unset !important;
    }
    .navbar-toggle {
        background: unset !important;
        right: 0;
        z-index: 99999;
        top: 0;
    }
    .navbar-static-side {
        width: unset !important;
        right: 0;
    }


}
@media (max-width: 1600px) {
    a.btn.btn-sm.btn-primary {
        width: 100%;
        border-radius: 0;
    }
    a.btn.btn-sm.btn-success.invite {
        width: 100%;
        border-radius: 0;
    }
}



@media (min-width: 768px) {
    .text-lg-right {
        text-align: right;
    }
}

@media (max-width: 1800px){
    .firms-option a {
        padding: 4px 7px;
        margin: 3px;
    }
    .firms-option {
        display: inline-flex !important;
    }
}


@media (min-width: 766px) and (max-width: 768px) {
    .navbar-static-side {
        display: unset !important;
        width: unset !important;
  }
    .sidebar-collapse {
        background: #233745;
        width: 100%;
        height: 100vh;
    }
}

li.treeview.active {
    border: none;
}

.nav.nav-second-level > li.active {
    border-left: 4px solid #19AA8D;
}