.menus {
    width: 200px;
    height: 100%; 
    position: fixed;
    left: -160px;
    top: 0px;
    z-index: 6660;
    background-color: #ffffff;
    border-right: 1px solid #330000;
}
.menus .menu-heading {
    height: 65px;
}
.menus .menu-toggle {
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
}
.menus a.logo {
    position: absolute;
    right:9px;
    width:20px;
    top:35px;
    padding: 0px !important;
}
.menus a.logo img {
    width:100%;
}
.bottom-menu {
    position: absolute;
    background-color: #ffffff;
    bottom: 0px;
    width: 100%;
}
.menu-item,
.menu-group {
    padding: .50rem .75rem;
    cursor: pointer;
    border-right: 0px none !important;
}
.menu-group {
    margin-top: 0.11rem !important;
}
.menu-group.list-group-item:first-child, 
.menu-item.list-group-item:first-child,
.no-corners * {
    border-top-left-radius: .0rem !important;
    border-top-right-radius: .0rem !important;
}
.menu-group.list-group-item:last-child, 
.menu-item.list-group-item:last-child,
.no-corners * {
    border-bottom-right-radius: .0rem !important;
    border-bottom-left-radius:.0rem !important;
}
.menu-icon {
    position: absolute;
    right: .5rem;
    top: 50%;
    line-height: 0px;
    width:23px;
    text-align: center;
}




.bottom-menu #submitlogout .fa {
    font-size: 17px;
}