.sidemenu .menu, .sidemenu .menu-bar {
    position: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    z-index: 20;
    overflow:hidden;
}

.sidemenu .menu {
    top: 5em;
    left: 0;
}

.sidemenu .menu-bar {
    top: 8.5em;
}

.sidemenu .menu li {
    height: auto;
    width: 3em;
    text-align: center;
    padding: 0.5em 0em;
    cursor: pointer;
}

.sidemenu .menu li:hover {
    background: #3090C7;
}

.sidemenu .menu li a {
    display: block;
    text-indent: -500em;
    height: 3em;
    width: 3em;
    line-height: 5em;
    text-align: center;
    color: #72739f;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.1s ease-in-out;
}



.sidemenu .menu-bar {
    overflow:hidden;
    left: 0;
    z-index:15;
    width:0;
    height:0;
    transition: all 0.1s ease-in-out;
}

.sidemenu .menu-bar li a{
    display: block;
    width: 300px;
    height: 3em;
    line-height: 3em;
    text-align: left;
    padding: 0px 10px;
    text-align: left;
    color: #72739f;
    text-decoration:none;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.1s ease-in-out;
}

.sidemenu .menu-bar li a:hover {
    background: #3090C7;
    color: #fff;
}

.sidemenu .open {
     width: 15em;
     height: auto;
}

.sidemenu .menu-bar-stat {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    background: #f7f7f7;
}

.sidemenu .menu-bar-stat li a,
.sidemenu .menu-bar-stat li > span.show-sub {
    display: block;
    line-height: 3em;
    text-align: left;
    padding: 0px 10px;
    color: #72739f;
    text-decoration:none;
    position: relative;
    font-family: Verdana, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 90%;
    cursor: pointer;
}

.sidemenu .menu-bar-stat li a:hover,
.sidemenu .menu-bar-stat li > span.show-sub:hover {
     background: #3090C7;
    color: #fff;
}


.sidemenu .sub-item {
    display: none;
}

.sidemenu .sub-item li a {
    padding: 0px 30px;
    font-size: 80%;
}

.sidemenu .lefthelppart {
    float: left;
    width: 25%;
}

.sidemenu .righthelppart {
    margin-left: 30%;
}

h1, h2, h3, h4, h5, h6 {
    clear: none !important;
}

@media screen and (max-width: 1000px) {
    .sidemenu {
        margin-top: 15px;
    }
    .sidemenu .menu {
         height: auto;
        width:100%;
        top: 0;
    }

    .sidemenu .menu li {
         display:inline-block;
        float:left;
    }

    .sidemenu .menu-bar li a{
         width:100%;
    }

    .sidemenu .menu-bar {
        width:100%;
        left:0;
        height:0;
        top: 3em;
    }

    .sidemenu .open {
        width:100%;
        height:auto;
    }

    .sidemenu .lefthelppart {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    .sidemenu .righthelppart {
        margin-left: 0px;
    }

}

