.nav-link-cus {
    font-weight: normal;
    overflow:hidden;
    text-overflow: ellipsis;
    padding: 0 1.5rem 0 5px;
}

.vertical-nav-menu li a.nav-link-cus {
    padding: 0 1.5rem 0 5px;
}

html.boxed .body {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
}

/*.app-theme-white.app-container {*/
/*    background: #34495e;*/
/*}*/

.app-theme-white .app-page-title {
    background: #34495e;
    color: #FFF;
}

@media only screen and (min-width: 1200px) {
    html.boxed body {
        background: url(assets/images/denim.png) repeat;
    }
    html.boxed .body {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        background-color: transparent;
    }
    html.boxed .fixed-header .app-header {
        position: fixed;
        max-width: 1200px;
        top: 0;
    }
    html.boxed .app-main__inner {
        /*padding-top: 88px;*/
        padding-bottom: 25px;
    }
}