/* here we ignore overflow */
.zf-menu {
    display: block;
    width: auto;
}

.zf-menu ul {
    height: auto;
    color: beige;
    background-color: #393f3f;
    padding: 8px 0px;
    border-radius: 3px;
    border: 1px solid #333;
    margin: 0;
}

.zf-menu .sub-menu {
    position: relative;
    left: 100%;
    top: -38px;
}

.zf-menu li {
    list-style-type: none;
    word-break: normal;
    white-space: nowrap;
}

.zf-menu.mt-normal {
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    margin: 0;
}

.zf-menu.mt-normal>ul {
    width: auto;
    display: flex;
    flex-direction: row;
    height: 28px;
    background: none;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0;
}

.zf-menu.mt-normal .level-1>.menu-content .pixbuf {
    display: none;
}

.zf-menu.mt-normal .level-1>.menu-content .menu-label {
    text-decoration: underline;
}

.mt-popup {
    position: absolute;
    z-index: 99999970;
}

.mt-popup>ul {
    display: flex;
    flex-direction: column;
}

.mt-normal .level-1 {
    width: auto;
    padding: 0 5px;
}

.mt-normal .level-1>ul{
    left: -8px;
    top: 0px;
}

.zf-menu .menu-content {
    display: flex;
    flex-direction: row;
}

.zf-menu .menu-item {
    width: 100%;
    height: 28px;
    cursor: pointer;
    margin: 4px auto;
}

.zf-menu .menu-item:hover {
    background-color: rgba(100, 100, 100, 0.3);
}

.menu-item .menu-content {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.menu-item .menu-content .pixbuf {
    width: 28px;
    height: 28px;
}

.menu-item .menu-content .menu-label {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 28px;
}

.zf-menu.not-active, .sub-menu.not-active {
    display: none;
}

.mt-normal>ul>li.menu-item {
    margin: 0;
}

.mt-normal>ul.not-active {
    display: flex;
}

.mt-normal>ul.not-active ul {
    display: none;
}

.sys-title-menu .menu-dir {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.sys-title-menu .menu-dir>div {
    width: 0;
    height: 0;
    position: relative;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #3f3f3f;
}















