body.hide-nav.dashboard-body {
    padding-top: 50px;
}

body.hide-nav.dashboard-body.layout-subnav-no_sub {
    padding-top: 0;
}

.hide-nav.dashboard-body #sub-nav,
body.layout-nav-side.hide-nav.dashboard-body .nav-side {
    background-color: transparent;
    box-shadow: none;
    top: 0;
    position: absolute;
}

.hide-nav.dashboard-body .nav-no-sub .glyphicon,
.hide-nav.dashboard-body .nav-no-sub .fa,
.hide-nav.dashboard-body .nav-no-sub .favorite-icon-heart,
.hide-nav.dashboard-body .nav-no-sub .favorite-icon-heart-empty {
    color: inherit;
}

.hide-nav.dashboard-body #layout-content {
    margin-top: 0;
}

.hide-nav.dashboard-body .page-wrap>.container {
    float: none;
    width: 100% !important;
    padding-left: 0;
}

.layout-nav-side.hide-nav .page-wrap > .container {
    padding-left: 0;
    padding-right: 0;
}

.hide-nav #action-btns {
    position: relative;
    z-index: 10;
}

@media (max-width: 1025px) {

    .hide-nav.dashboard-body #sub-nav {
        display: block;
        height: 50px;
    }

    .hide-nav.dashboard-body .layout-nav-side #layout-content {
        margin-top: 50px;
    }

    .hide-nav.dashboard-body .nav-side {
        box-shadow: none;
        background-color: transparent;
    }

    body.layout-nav-side.hide-nav.dashboard-body #action-btns {
        display: block;
    }

}