﻿.menupanel {
    justify-content: center;
    align-items: center;
    display: flex;
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
}

.menupanel,
.menumaster,
.menuheader,
.istitr,
.menuheader > a {
    color: #143546;
}

    .menupanel:hover,
    .menumaster:hover,
    .menuheader:hover,
    .istitr:hover {
        color: #67b0d6 !important;
    }

.menumaster {
    min-width: 50px;
    float: right;
    margin-left: 40px;
    list-style-type: none;
    cursor: default;
    letter-spacing: 2px;
}

.showhand {
    cursor: pointer !important;
}

    .showhand:hover {
        color: #67b0d6 !important;
    }

.menulist {
    list-style-type: none;
    position: relative;
    display: inline;
    float: right;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.istitr {
    font-size: 14px;
}

.flmenu {
    margin-top: 10px;
    color: #67b0d6 !important;
    margin-left: 150px;
}

    .flmenu > a {
        margin-top: 10px;
        color: #67b0d6;
    }

        .flmenu > a :hover {
            color: #f6846a !important;
        }

.openmenu {
    display: inline !important;
}

.closemenu {
    display: none;
}

.secondlayer {
    background-color: #f5f5f5;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    /*-ms-transition: all 1s linear;*/
    -o-transition: all 1s linear;
    transition: all 1s linear;
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1000;
}

.firstlevel {
    background-color: #f5f5f5;
}

.hesela {
    height: 50px;
    background-color: #fff;
}

.menuhasimg {
    list-style-type: none;
    justify-content: center;
    align-items: center;
    /*display: flex;*/
    direction: rtl;
}

    .menuhasimg > .flmenu {
        float: right;
        /*margin-right: 35px;*/
        margin-top: 20px;
    }

    .menuhasimg > li > a {
        position: relative;
    }

    .menuhasimg > .flmenu a > img {
        width: 150px;
        height: 100px;
        z-index: 1;
    }

    .menuhasimg > li > a > span {
        z-index: 2;
    }

.imginmenu {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #989898;
    /*margin-right: -150px;*/
    pointer-events: none;
    top: -70px;
    /*bottom: 26px;*/
    width: 100%;
    /*padding-left: 10px;*/
    padding-right: 10px;
    line-height: 22px;
    font-weight: bold;
    left: -140px;
    /*display:none;*/
}

    .imginmenu > span {
        font-size: 10px;
        color: #dad8d8;
    }

.menudown {
    margin-right: 7px;
}