.header-sticky{
    border-radius:0px;
    z-index: 1036;
    position: fixed;
}
@media (max-width: 768px) {
    .header-sticky{
        left: 0;
        position: fixed;
    }
    body.mini-navbar #page-wrapper{
        margin: 0px !important;
    }
    .navbar-static-side{
        position: fixed !important;
    }
}
.navbar-static-side{
    background-color:#2F4050;
    height:100%
}
.logo-element{
    padding: 17px 0px;
}