﻿body {
}

.sidebar-menu{
    display:block;
    position: fixed;
    width: 250px;
    margin-left: -250px;
    background-color: white;
    left: 0px;
    top: 0px;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    z-index: 1000000;
    border-right:none;
}

.sidebar-menu-on-help-page{
    display:block;
    position: absolute;
    width: 250px;
    margin-left: -250px;
    background-color: white;
    left: 0px;
    top: -1049px;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000000;
    border-right:none;
}

.show-sidebar{
    margin-left: 0px;
}


.show-sidebar-on-help-page{
    margin-left: 0px;
    opacity: 1;
}

.hide-sidebar{
    width: 0px;
}

hr.title-separator{
    height:1px;
    margin-top:70px;
}

.sidebar-menu-items ul{
    font-family:"Roboto";
    font-weight: 500;
    line-height: 1.5em;
    width:280px;  
    list-style: none;
    cursor:default;
    padding: 0 8px;
    overflow:hidden; 
    overflow-y:scroll;
    margin: 25px 20px;
    list-style: none;
}

    .sidebar-menu-items ul li {
        padding-top:7px;
        padding-bottom:5px;
        cursor:pointer;
    }



    hr.functions-separator{
    height:1px;
    margin-top:-14px;
    margin-bottom:-14px;
}

    #sidebar-menu-items .sidebar-submenu-item{
        margin-left:20px;
    }

    #sidebar-menu-items3 .sidebar-submenu-item{
        margin-left:15px;
    }

        #sidebar-menu-items3 .sidebar-submenu-item-level-2{
        margin-left:30px;
    }

    .page-mask {
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background-color: rgba(0,0,0,0.6);
}
