#sidebar {
    font-size: 14px;
    line-height: 30px;
}

#droplist {
    width: 172px;
    height: 22px;
    background-color: #2e2c2e;
    color: #a9a9a9;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.regularObjectBorder {
    border-width: 1px;
    border-style: solid;
}

.justTopBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.justRightBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
}

.justBottomBorder {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.sidebarSystem {
    padding: 16px 0px;
}

h5 {
    line-height: 36px;
}

.nav-header {
    border-bottom: 2px solid #555555;
    text-transform: uppercase;
    font-size: 16px;
}

.pleft-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-element {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #555555;
    a {
        color: #a9a9a9;
    }
    a:hover {
        text-decoration: none;
    }
}

.nav-element:hover {
    background-color: #555355;
    cursor: pointer;
}

.sidemenu-panel{
    height: 100%;
}

.sidemenu-tabs-wrapper{
    overflow-y: auto;
    max-height: 90%;
}



// ::-webkit-scrollbar {
    
//       width: 8px;                 /*-The Width of the total scrollbar-*/
//     }
    
//     ::-webkit-scrollbar-thumb {   /*-Thum means the slider-*/
    
//       border-radius: 10px;
//       background-color: #D0021B;  /*-Change slider color here-*/
//       //box-shadow: inset 0 0 6px rgba(0, 0, .1);
//     }
    
//     ::-webkit-scrollbar-track {     /*-The background or track of slider/thumb -*/
    
//       border-radius: 10px;
//       background-color: #2e2c2e;        /*-Change scrollbar background color here-*/
//       //box-shadow: 0 0 6px rgba(0, 0, .3);
//     }