
#wrapper {
    padding-top: 60px;
}

/* Sidebar */
#sidebar-left{
    max-height: 85vh;
    z-index:2;
    position: absolute;
    width:0px;
    height:100%;
    overflow-y:auto;
        transition:all .5s;
        display:flex;
}
/* Main Content */
#page-content-wrapper{
    z-index:1;
    width: 100%;
    position: absolute;
    /* padding:15px; */
        transition:all .5s;
}

#menu-toggle{
    transition:all .3s;
}

/* Change the width of the sidebar to display it*/
#wrapper.leftDisplayed #sidebar-left{
    width:180px;
}

#wrapper.leftDisplayed #page-content-wrapper{
    padding-left:180px;
}

/* Sidebar styling */
.sidebar-nav{
    padding:0;
    transition:all .5s;
    width:100%;
}

.list-group-item {
    padding: 4px 10px;
    white-space: nowrap;
}

.openticket{
    position: relative; max-height:70vh; overflow: hidden auto; display: block;
}
.openticket > div > a{
    white-space:nowrap; padding-left: 0;padding-right: 0;
}