.navbar {padding: 15px 10px;background: #fff;border: none;border-radius: 0;margin-bottom: 40px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);}
.navbar-btn {box-shadow: none;outline: none !important;border: none;display:none;}
.line {width: 100%;height: 1px;border-bottom: 1px dashed #ddd;margin: 40px 0;}
/* ----- SIDEBAR STYLE ----- */
#CL3sidebar {width:280px;position: fixed;top: 0;left: -280px;height: 100vh;z-index: 999;background: #fff;color: #fff;transition: all 0.3s;overflow-y: scroll;}
#CL3sidebar.active {left: 0;}
#dismiss {
    opacity: .5;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background: #a3123e;
    position: absolute; 
    top: 16px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    #dismiss:hover {
        opacity: 1;
        background: #a3123e;
        color: #fff;
    }
.overlay {position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 998;display: none;}
.Loadingoverlay {position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 998;display: none;top:0;}
#CL3sidebar .sidebar-header {padding:0px 0px 0px 10px;}
#CL3sidebar ul.components {padding: 20px 0;}
#CL3sidebar ul li {
    display: block; /*text-transform: uppercase;*/
    text-align: left;
}
#CL3sidebar ul li a {
    padding: 10px;
    display: block;
    color: #a3123e;
}
#CL3sidebar ul li a:hover {
    color: #fff;
    background: #a3123e;
    text-decoration: none;
}
#CL3sidebar ul li.active > a, a[aria-expanded="true"] {color: #474747;}
a[data-toggle="collapse"] {position: relative;}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {display: none;position: absolute;right:0px;font-family: 'Glyphicons Halflings';}
a[aria-expanded="true"]::before {content: '\e260';}
ul ul a {/*font-size: 0.9em !important;*/padding-left: 1em !important;/*background: #0792d8;*/}
ul.CTAs {padding: 20px 10px;}
ul.CTAs a {
    display: initial;
    padding: 0em;
    color: #a3123e;
}
a.download {background: #fff;color: #7386D5;}
a.article, a.article:hover {background: #6d7fcc !important;color: #fff !important;}
/* ------ CONTENT STYLE ------ */
#content {width: 100%;/*padding: 20px;*/min-height: 100vh;transition: all 0.3s;position: absolute;top: 0;right: 0;}
.morelinks{padding-top: 50% !important; font-size: 13px;}
.CatalogOverlay {position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 99;display: none;/*margin-top:60px;*/}
/*.disablebody {height: 100%;overflow: hidden;width: 100%; position: fixed;} In this position is scrolling top when scroll down in myorder*/ 
.disablebody {overflow: hidden;height: 100%;width: 100%;}