/* MMenu */

html.mm-opened #page {
    overflow: hidden;
    padding: 0;
}

.mm-menu > .mm-list {
    padding-top: 15px;
}

.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-bottom: none;
}

.mm-menu > .mm-list > li {
    border-top: 1px solid rgba(0,0,0,0);
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 10px;
    border-width: 0;
}

.mm-menu > .mm-list > li > a, .mm-list > li.mm-selected > a.mm-subopen, .mm-menu > .mm-list > li > a, .mm-menu > .mm-list > li > .mm-fullsubopen {
    background: none;
    /*background: #1f1f1f;*/
}

.mm-list > li > a, .mm-list > li > span.mm-fullsubopen {
    text-decoration: none;
    font-size: 16px;
    padding: 0 15px 0 15px;
    line-height: 45px;
    vertical-align: middle;
}

.mm-list > li > a.sub-item-no-icon {
    padding-left: 47px;
    color: #6b6b6b;
}

.mm-list > li.button-item > a {
    color: #3b82f6;
}

.mm-menu {
    background: #ffffff;
    /*color: #4b587c;*/
    color: #555;
}

.mm-list > li > a:not(.user-info) > img, .mm-list > li > span.mm-fullsubopen > img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: inherit;
}

.mm-menu .mm-footer {
    background: #ffffff;
    padding: 0;
    height: 50px;
    border-color: #e5e7eb;
}

.mm-list > li.Footer,
.mm-list > li.Header {
    visibility: hidden;
    display: none;
}

.mm-footer a {
    display: block;
    line-height: 50px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    background: #f7faff;
}

.mm-footer a.hidden {
    display: none;
}

.mm-footer a.cancel {
    color: #fb5144;
}

.mm-fixed-bottom {
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
}

.mm-list a.mm-subclose {
    padding: 0 15px 0 47px;
    margin: 0;
}

.mm-list a.mm-subclose:before {
    left: 47px;
    margin-bottom: -4px;
}

.mm-list a span.badge {
    margin-left: 5px;
}

/* Right bar */

.mm-menu .mm-search {
    padding: 15px 15px;
}

.mm-menu .mm-search input {
    padding: 2px 15px 0 15px;
    line-height: 20px;
}

.mm-menu .mm-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 60px;
}

.mm-list > li > .user-info {
    background: #1f1f1f;
    line-height: normal;
    padding: 15px;
    font-size: 13px;
}

.mm-list .user-info .user-name {
    color: #fff;
    margin-bottom: 3px;
}

.mm-list .user-info .photo-icon {
    margin-top: 4px;
}

.mm-menu .user-actions .mm-list > li:after {
    border-color: #a8a8a8;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    margin-left: 10px;
}

.mm-list > li > .user-actions {
    padding: 0;
}

.user-actions .mm-list {
    padding: 0;
}

.mm-list > li .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):last-of-type:after {
    border-bottom-width: 0;
}

.mm-list > li > .user-actions a {

}

.mm-list > li > a .icon-font {
    color: #919192;
    top: 0;
    margin-right: 15px;
    font-weight: normal;
    margin-left: -40px;
    line-height: 18px;
}

.mm-list.users-list {
    text-align: center;
}

.mm-list.users-list > li {
    text-align: left;
}

/* Left Bar */

.mm-menu .mm-list > li:after {
    border-color: #292929;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
    background: none;
}

.mm-menu .mm-list .mm-list > li.mm-selected > a:not(.mm-subopen) {
    background: inherit;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    padding: 0;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > ul > li:after, .mm-menu.mm-vertical .mm-list li.mm-opened > ul > li:last-of-type:after {
    border-color: #444444;
    border-bottom-width: 1px;
}

#menu-left .mm-list > li > a .icon-font {
    font-size: 40px;
    display: block;
    float: left;
    width: 25px;
    line-height: 18px;
    top: 0;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
    margin-right: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults).mm-opened:after {
    border-bottom-width: 0;
}
.mm-menu .mm-list > li > a.mm-subopen {
    /*display: none;*/
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    display: none;
}

.mm-menu .mm-list > li > a.mm-subopen:after {
    border-color: inherit;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    top: 22px;
    right: 25px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mm-menu > .mm-list > li.buttons-delimiter {
    border-color: #e5e7eb;
    margin-top: 8px;
    margin-bottom: 5px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen.preloader {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 18px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen.preloader:after {
    display: none;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel.report-groups {
    margin-left: 20px;
}
