/***
Styles used only in SCM, to overwrite theme-general and theme-active
To prevent duplicate style declarations
***/

/*
 * Calendar Icon
 */
 time.icon {
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #EEE9E9, 0 4px 0 #fff, 0 5px 0 #fff, 0 0 0 1px #D3D3D3;
}

/* when mobile menu is active */
body.mobile-view-activated.hidden-menu {
    overflow-x: hidden;
}

/*
 * ***************************************************
 * MAIN LAYOUT START
 * ***************************************************
 */
aside {
    background: #3a3633;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
    background: linear-gradient(to right, #33373A 93%, #2a2725 100%);
}

#logo-group > span {
    display: inline-block;
    height: 39px;
    float: left;
}

#logo-group span#activity {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative;
}

#logo-group span#activity:hover {
    border: 1px solid #bfbfbf;
    transition: all 0.0s;
    cursor: pointer !important;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

#logo img {
    width: 110px;
    height: auto;
    padding-left: 3px;
}

#logo-group > span b.badge,
.dropdown-toggle b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 4px 3px 4px;
    text-align: center;
    line-height: normal;
}

#search-mobile {
    display: none;
}

/*
 * RIBBON
 */
.minified.fixed-ribbon #ribbon {
    left: 45px;
}

.hidden-menu.fixed-ribbon #ribbon {
    left: 10px;
}

/*
 * NAV
 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
 */
.fixed-navigation #left-panel {
    height: 100%;
    position: fixed;
}

.minified.fixed-navigation nav {
    -webkit-overflow-scrolling: none;
    overflow: visible;
    height: auto;
    padding-bottom: 0;
}

.minified.fixed-navigation nav > ul {
    overflow: visible;
    padding-right: 0;
    width: 100%;
}

/* All levels */
nav ul li a:active {
    background: #616161 !important;
}

/* All levels */
nav ul li.active > a:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    line-height: 32px !important;
    width: 27px;
    position: absolute;
    right: -19px;
    font-size: 26px;
    color: #efefef;
    top: 3px;
}

nav ul li.active.open > a:before {
    content: "";
}

/* First level: A, Second level: LI Open */
nav ul li.open > a,
nav ul li.open > a b {
    color: #fff !important;
}

/* Second level: UL */
nav > ul > li > ul::before {
    left: 23px;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}

/* Second level: UL LI */
nav > ul ul li::before {
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
}

/* Second Level: UL */
nav ul ul {
    padding: 7px 0;
}

#logo-group *,
.minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
 * BS2 useful classes
 * these classes and its importance was overlooked in BS3
 */
.hidden-desktop {
    display: none !important;
}

/*
 * MINIFIED MENU
 */
.minified .inbox-badge {
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px;
}

.minifyme {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: -3px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all 0.1s linear 0s;
}

.minifyme:hover {
    background: #646464;
    color: #E4E4E4;
    right: 0;
}

.minified .minifyme {
    right: 0;
    color: #A8A8A8;
    position: relative;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 34px;
    font-size: 23px;
}

.minified .minifyme .fa:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.minified .login-info a span,
.minified .login-info a i {
    display: none;
}

.minified .login-info span {
    padding: 0px 5px;
    text-align: center;
}

.minified .login-info img {
    margin: -2px 0 0;
    width: 30px;
}

.minified .login-info {
    height: 38px;
    border-bottom: 1px solid #181818;
}

.minified #left-panel {
    width: 45px;
}

.minified #main {
    margin-left: 45px;
}

/*
 * Minified NAV
 */
.minified #left-panel,
.minified nav > ul > li {
    overflow: visible;
}

.minified nav > ul > ul {
    min-height: 100px !important;
    max-height: 180px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ed1c24 !important;
}

.minified nav > ul > li,
.minified nav > ul > li a {
    position: relative;
}

.minified nav ul > li > a {
    padding: 10px 11px;
    display: block;
}

.minified nav > ul > li > a .fas.fa-fw,
.minified nav > ul > li > a .far.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
}

.minified nav > ul > li > a > i {
    text-align: center;
    margin: 0;
    display: block;
}

.minified nav > ul > li.active > a::before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.minified nav ul ul li a {
    padding-left: 14px;
}

.minified nav ul ul li li a {
    padding-left: 25px;
}

.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
    display: none;
}

.minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: whiteSmoke;
    color: #5B5B5B;
    z-index: 3;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 40px;
    width: 200px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #3A3633;
    margin-top: -3px;
}

.minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: none;
    width: auto;
    margin-left: -12px;
    width: 197px;
}

.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
    display: block !important;
}

.minified nav > ul > li > ul > li {
    background-color: rgba(69, 69, 69, 0.9);
}

.minified nav > ul > li > ul > li > ul > li {
    background-color: #484B50;
}

.minified nav > ul > li {
    border-bottom: 1px solid #1A1817;
    border-top: 1px solid #525151;
}

.minified nav > ul > li > ul::before {
    border-left: 0;
    left: 12px;
}

.minified nav > ul ul li::before {
    border: none;
    left: 12px;
}

.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
    overflow: visible !important;
}

.minified .slimScrollBar,
.minified .slimScrollRail {
    display: none;
}

.minified nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Fourth Level: A */
.minified nav ul ul ul ul li a {
    padding-left: 45px;
}

/* Fifth Level: A */
.minified nav ul ul ul ul ul li a {
    padding-left: 62px;
}

/* Sixth Level: A */
.minified nav ul ul ul ul ul ul li a {
    padding-left: 82px;
}

/*
 * ANIMATION
 */
 /*
 * LEFT PANEL
 */
#left-panel {
    -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
    transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
    -webkit-transform: translate(0px, 0px) translateZ(0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 904;
    padding-top: 50px;
}

#main {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
 * HIDDEN MENU
 */
.hidden-menu #left-panel {
    left: -210px;
    z-index: 903;
}

.hidden-menu #main {
    margin-left: 10px;
}

.hidden-menu #left-panel:hover {
    left: 0;
}

.hidden-menu .minifyme {
    display: none;
}

.minified #hide-menu {
    display: none;
}

.hidden-menu #hide-menu > :first-child > a {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
    background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    border-color: #494949;
}

.hidden-menu #hide-menu > :first-child > a:active {
    box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

/*
 * SPARKLINE
 */
 #sparks {
    display: block;
    list-style: none;
    margin: -9px 0 0;
    padding: 0;
    text-align: right;
}

.minified .page-footer {
    padding-left: 58px;
}

.hidden-menu .page-footer {
    padding-left: 20px;
}

/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
    /* Visibility */
    .visible-tablet {
        display: inline-block !important;
    }

    .hidden-tablet,
    .display-inline.hidden-tablet {
        display: none !important;
    }
}

/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
    #left-panel {
        left: -220px;
    }

    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }

    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 9px;
        width: 40px;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 100%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }
}

/*
 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {
    #left-panel {
        left: -220px;
    }

    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }

    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #logo {
        margin-top: 10px;
    }

    #logo img {
        width: 127px;
    }
    
    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }
}

/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
    #left-panel {
        left: -220px;
    }

    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }

    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
        width: 50px !important;
    }

    #logo {
        margin-top: 10px;
        margin-left: 4px;
    }

    #logo img {
        width: 127px;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    body.fixed-navigation.hidden-menu {
        overflow: hidden !important;
    }

    /*
     * header search
     */
    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #5B5B5B;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

    .search-mobile .header-search > input[type="text"] {
        margin-top: 2px;
        height: 45px;
        border-color: #5B5B5B;
        padding-right: 75px;
    }

    .search-mobile .header-search > button {
        height: 29px;
        line-height: 29px;
        background: #DDDDDD;
    }

    .search-mobile .header-search > button {
        right: 44px;
    }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }
}

/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {
    #left-panel {
        left: -220px;
    }

    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }

    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
        width: 50px !important;
    }

    #logo {
        margin-top: 10px;
        margin-left: 4px;
    }

    #logo img {
        width: 127px;
    }

    /* menu btn cont... */
    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    /*
	 * header search
     */
    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #5B5B5B;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

    .search-mobile .header-search > input[type="text"] {
        margin-top: 2px;
        height: 45px;
        border-color: #5B5B5B;
        padding-right: 75px;
    }

    .search-mobile .header-search > button {
        height: 29px;
        line-height: 29px;
        background: #DDDDDD;
        right: 44px;
    }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .hidden-tablet {
        display: none !important;
    }
}

/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #left-panel {
        left: -220px;
    }

    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }

    #logo-group {
        width: 169px !important;
    }

    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
        width: 46px !important;
    }

    #logo {
        margin-top: 10px;
        width: 135px;
        margin-left: 4px;
    }

    #logo img {
        width: 127px;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #fff;
    }

    #hide-menu i::before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        left: 210px;
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    /*
	 * header search
     */
    #search-mobile {
        display: block;
        margin-left: 0;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #5B5B5B;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

    .search-mobile .header-search > input[type="text"] {
        margin-top: 2px;
        height: 45px;
        border-color: #5B5B5B;
        padding-right: 75px;
    }

    .search-mobile .header-search > button {
        height: 29px;
        line-height: 29px;
        background: #DDDDDD;
        right: 44px;
    }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }
}

.menu-on-top #mobile-profile-img {
    display: block !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.menu-on-top #mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 3px;
    border: 1px solid #797979 !important;
}

.menu-on-top .page-footer {
    padding: 15px 13px 0;
}

.menu-on-top.hidden-menu #left-panel {
    left: 0;
}

.menu-on-top #main {
    margin-left: 0px !important;
    margin-top: 69px !important;
}

.menu-on-top .minifyme,
.menu-on-top #hide-menu,
.menu-on-top #logout {
    display: none !important;
}

.menu-on-top aside#left-panel {
    width: 100% !important;
    min-height: 0 !important;
    height: auto;
    overflow: visible;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #222;
    border-top: 1px solid #5B5B5B;
}

.menu-on-top aside#left-panel nav > ul {
    display: block;
    width: 100%;
}

.menu-on-top aside#left-panel nav > ul > li:first-child {
    margin-left: 0px;
}

.menu-on-top aside#left-panel nav > ul > li {
    display: block;
    position: relative;
    height: auto !important;
    padding: 0px !important;
    display: inline-block;
    float: left;
    border-right: 1px solid #222;
    border-left: 1px solid #4E4E4E;
    overflow: visible;
}

.menu-on-top aside#left-panel nav > ul > li > a {
    display: inline-block;
    height: 68px;
    line-height: 17px;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    line-height: 22px;
    padding: 10px 9px !important;
}

.menu-on-top li.active > a {
    font-weight: bold !important;
}

.menu-on-top .login-info,
.menu-on-top nav > ul > li > a b {
    display: none;
}

.menu-on-top aside#left-panel nav > ul > li > a > i {
    display: block !important;
    margin: 1px 0 2px;
    line-height: inherit;
    width: auto;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.menu-on-top .menu-item-parent {
    max-width: 72px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}

.menu-on-top .menu-item-parent + span {
    float: none !important;
    top: 5px;
    right: 5px;
    position: absolute;
}

.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

/* Hover state */
.menu-on-top aside#left-panel nav > ul > li:hover {
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cfcfcf 0%, #fff 66%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(66%, #fff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfcfcf 0%, #fff 66%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfcfcf 0%, #fff 66%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfcfcf 0%, #fff 66%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cfcfcf 0%, #fff 66%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#fff', GradientType=0);
    /* IE6-9 */
}

.menu-on-top aside#left-panel nav > ul > li:hover > a {
    color: #333 !important;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.menu-on-top aside#left-panel nav > ul > li > ul {
    position: absolute !important;
    background: #3a3633;
}

.menu-on-top aside#left-panel nav > ul > li:hover > ul {
    display: block !important;
}

.menu-on-top aside#left-panel nav ul li.active > a:before {
    content: "" !important;
}

.menu-on-top nav > ul ul li::before,
.menu-on-top nav > ul > li > ul::before {
    border: none;
}

/* hover state universal */
.menu-on-top nav ul ul li a,
.menu-on-top nav ul ul ul li a {
    color: #4C4F53;
}

.menu-on-top nav ul ul li a:hover,
.menu-on-top nav ul ul ul li a:hover {
    color: #fff;
    background-color: #4C4F53;
}

.menu-on-top nav ul ul li:hover > a {
    color: #fff;
    background-color: #4C4F53;
}

.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}

/* Hover state second level */
.menu-on-top nav ul ul li {
    overflow: visible;
}

.menu-on-top nav ul ul,
.menu-on-top nav ul ul ul {
    background: #fff !important;
    border: 1px solid #c7c7c7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-bottom: 1px solid #BD2A2A;
    border-top: 0;
    width: 200px;
    border-radius: 0;
    padding: 3px;
    margin-left: 0px;
}

.menu-on-top nav > ul ul li:hover > ul {
    display: block;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: -8px;
    background: #5B5B5B;
}

/*
 * Child Arrow
 */
/* top level childs */
.menu-on-top nav > ul > li > a:after {
    content: "\f0dd" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 76% !important;
    color: #636363 !important;
    left: 46%;
}

/* next level childs */
.menu-on-top nav > ul > li > a:after,
.menu-on-top nav > ul ul > li a:after,
.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    display: block !important;
    position: absolute;
    top: 9px;
    right: 4px;
    color: #5B5B5B;
}

.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
    color: #fff;
}

.menu-on-top nav > ul ul > li a:only-child:after,
.menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important;
}

/*
 * Active Child
 */
.menu-on-top nav ul ul .active > a {
    color: #333 !important;
}

.menu-on-top nav ul ul .active > a:hover,
.menu-on-top nav ul ul li.active:hover > a {
    color: #fff !important;
}

/*
 * SLIMSCROLL CSS CHANGE
 */
.menu-on-top .slimScrollDiv,
.menu-on-top nav {
    overflow: visible !important;
}

/*
 * FIXED TOP HEADER
 */
body.menu-on-top.fixed-header {
    padding-top: 49px;
}

/*
 * FIXED TOP HEADER + NAV
 */
body.menu-on-top.fixed-header.fixed-navigation nav > ul {
    padding-right: 0px;
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
}

/*
 * FIXED TOP HEADER + NAV + RIBBON
 */
body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
    left: 0px;
    top: 118px;
}

/*
 * RESPONSIVE
 */
/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
    .menu-on-top #mobile-profile-img a.userdropdown img {
        width: 39px;
        margin-top: 0px;
        margin-left: 2px;
        border-radius: 3px;
        margin-right: -3px;
    }

    .menu-on-top .btn-header.pull-right {
        margin-left: 0px !important;
    }

    .menu-on-top #main {
        margin-top: 0px !important;
    }

    .menu-on-top #left-panel {
        left: 0px;
        display: none;
    }

    body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
        top: 49px;
    }

    .menu-on-top.hidden-menu #left-panel {
        display: block;
    }

    .menu-on-top.hidden-menu #main {
        left: 0px !important;
    }

    .menu-on-top #hide-menu {
        display: block !important;
    }

    .menu-on-top aside#left-panel nav {
        height: 300px !important;
        overflow: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .menu-on-top .menu-item-parent {
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
        text-align: left;
        min-width: 85%;
        max-width: 85%;
        padding-left: 5px;
    }

    .menu-on-top .menu-item-parent + span {
        top: 50%;
        margin-top: -8px;
    }

    .menu-on-top nav li.active > ul {
        display: block;
    }

    .menu-on-top nav > ul > li.active {
        background: #fff;
        background: -moz-linear-gradient(top, #cfcfcf 0, #fff 66%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(66%, #fff));
        background: -webkit-linear-gradient(top, #cfcfcf 0, #fff 66%);
        background: -o-linear-gradient(top, #cfcfcf 0, #fff 66%);
        background: -ms-linear-gradient(top, #cfcfcf 0, #fff 66%);
        background: linear-gradient(to bottom, #cfcfcf 0, #fff 66%);
    }

    .menu-on-top nav > ul > li.active > a {
        color: #333 !important;
    }

    .menu-on-top nav ul ul li:hover > a:after,
    .menu-on-top nav > ul ul > li a:after,
    .menu-on-top nav > ul ul > li a:hover:after,
    .menu-on-top nav > ul > li > a:after {
        top: 50%;
        right: 15px;
        font-size: 15px;
        margin-top: -8px;
        content: "\f0dd" !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .menu-on-top nav > ul ul > li a:only-child:after,
    .menu-on-top nav > ul > li > a:only-child:after {
        content: "" !important;
    }

    .menu-on-top nav > ul > li > a:after {
        top: 50% !important;
        left: auto;
        margin-top: -14px;
        font-size: 20px;
    }

    .menu-on-top nav ul ul,
    .menu-on-top nav ul ul ul {
        padding: 0px;
        border: none;
    }

    .menu-on-top nav ul ul ul {
        border-bottom: 2px solid #5B5B5B;
    }

    .menu-on-top aside#left-panel nav > ul > li {
        width: 100%;
    }

    .menu-on-top aside#left-panel nav > ul > li > a {
        height: auto;
        display: block;
        padding: 8px 9px !important;
        border-bottom: 1px dotted #585858;
    }

    .menu-on-top aside#left-panel nav > ul > li > a > i {
        display: inline !important;
    }

    /* menu child */
    .menu-on-top aside#left-panel nav > ul li ul {
        position: relative !important;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .menu-on-top aside#left-panel nav > ul > li:active > ul,
    .menu-on-top aside#left-panel nav > ul > li:focus > ul {
        display: block !important;
    }
}