body {
    font-family: Tahoma;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: WebYekan;
    src: url(/res/Yekan.eot);
    src: url(/res/Yekan.eot?#iefix) format("embedded-opentype"), url(/res/Yekan.woff) format("woff"), url(/res/Yekan.ttf) format("truetype"), url(/res/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#tt {
    direction: rtl;
    font-size: 11px;
}

.tree-title {
    font-size: 11px;
}

.olControlZoom olControlNoSelect {
    margin-top: 100px;
}

.olControlZoomOut olButton {
    background: #000000;
}

.gmnoprint {
    margin-top: 20px;
    display: block;
    z-index: 100;
}

.tabContent {
    background: #ffffff;
    width: 100%;
    height: 105%;
    direction: rtl;
    font-family: WebYekan !important;
}

.TableInfo {
    border: 1px solid #554434;
    font-weight: normal;
    border-spacing: 0px;
    width: 100%;
    font-size: 11px;
}

    .TableInfo > tbody > tr > td:nth-child(odd) {
        background-color: #c2b9af;
        color: #000000;
        font-weight: normal;
        text-align: right;
        vertical-align: top;
        white-space: nowrap;
        width: 1px;
    }

    .TableInfo > tbody > tr:hover {
        background-color: #d99e67;
        color: #000066;
    }

    .TableInfo > tbody > tr > td {
        padding: 5px 5px 5px 5px;
        border: 1px solid #b3a79a;
        font-weight: normal;
    }

.window-mask {
    background-color: #000000;
}

.labels {
    color: #800404;
    width: 150PX;
    height: 20PX;
    text-align: center;
}

#content {
    direction: rtl;
}

.contextmenu {
    visibility: hidden;
    background: rgba(255,255,255,.8);
    border: 1px solid #aaaaaa;
    z-index: 100;
    position: absolute;
    width: 150px;
    direction: rtl;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .contextmenu :hover {
        background: rgba(120,120,120,.2);
    }

    .contextmenu a {
        color: #111111;
        text-decoration: none;
    }

.context {
    height: 20px;
    font-family: WebYekan;
    font-size: 13px;
    color: #333;
}

    .context div {
        padding-left: 5px;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: .3em 0;
    padding: 0;
}

.infotab {
    font-size: 11px;
    padding: 0px;
    height: 5px;
    width: 70px;
    padding: 5px 20px 15px 5px !important;
}

#galeryMenu {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

#galery {
    margin-right: auto;
    margin-left: auto;
}

#small {
    margin-right: auto;
    margin-left: auto;
}

#LargImg {
    text-align: center;
}



/* sliderImage style
----------------------------------------------*/

.galeryBackground {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1999;
}

.descBackground {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1999;
    direction: rtl;
}

    .descBackground .descContainer {
        width: 450px;
        height: 300px;
        position: absolute;
        top: 50%;
        margin-top: -170px;
        right: 50%;
        margin-right: -235px;
        background-color: #fff;
        color: #000;
        direction: rtl;
        padding: 20px;
        text-align: justify;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.sliderStyle {
    position: fixed;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    background-color: transparent;
    color: White;
    z-index: 2000;
    overflow: hidden;
}

    .sliderStyle .viewDiv {
        width: 900px;
        height: 500px;
        position: absolute;
        top: 50%;
        margin-top: -250px;
        right: 50%;
        margin-right: -500px;
    }

    .sliderStyle .thumbnailDiv {
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 70px;
        left: 0;
        padding: 5px 5px 5px 5px;
        border-right: 2px solid gray;
    }

        .sliderStyle .thumbnailDiv img {
            opacity: 0.3;
            filter: alpha(opacity=30);
            width: 60px;
            height: 60px;
            cursor: pointer;
            margin: 3px 3px 3px 3px;
            border: 1px solid gray;
            border: 2px solid #fff;
        }

            .sliderStyle .thumbnailDiv img:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .sliderStyle .nextBackBtn {
        background-position: 50px 50px;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        height: 93px;
        width: 45px;
        top: 30%;
        opacity: 0.17;
        filter: alpha(opacity=17);
        z-index: 1;
    }

        .sliderStyle .nextBackBtn:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .sliderStyle .nextBtn {
        background: url('images/right-arrow.png');
        width: 45px;
        position: relative;
        float: right;
    }

    .sliderStyle .backBtn {
        background: url('images/left-arrow.png');
        width: 45px;
        float: left;
    }

    .sliderStyle .imageMain {
        width: 500px;
        height: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .sliderStyle .toolboxDiv {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .sliderStyle .toolboxDiv img:hover {
            opacity: 1 !important;
            filter: alpha(opacity=100);
            cursor: pointer;
        }

.sliderDownloadImage {
    cursor: pointer;
    padding-top: 10%;
    color: White;
}

#glrymenu {
    position: absolute;
    top: 50%;
    margin-top: -250px;
}

#lodingDiv {
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
}
/*---- infoboble contactUs --------------*/
#tbl_contactUs {
    direction: rtl;
    width: 450px;
    border: 1px solid #eeeeee;
}

    #tbl_contactUs .oddrow {
        background-color: #ddd;
    }

    #tbl_contactUs .evenrow {
        background-color: #eee;
    }

    #tbl_contactUs .title {
        width: 75px;
        text-align: left;
    }

    #tbl_contactUs .detail {
    }

    #tbl_contactUs td {
        padding: 3px;
        width: auto;
        font-size: 11px;
    }

.btn {
    padding: 0px 3px 0px 3px;
    border: 1px solid #A9A9A9;
    background-color: #F9F9F9;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F9F9F9),to(#E3E3E3));
    background: -moz-linear-gradient(top,#F9F9F9 0%,#F9F9F9 40%,#E3E3E3 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9',endColorstr='#E3E3E3',GradientType=0 );
    border-radius: 4px;
    height: 27px;
    cursor: pointer;
    color: #222;
    font-family: Tahoma;
    font-size: 11px;
}

    .btn:hover {
        background: -webkit-gradient(linear,0% 40%,0% 70%,from(#fff),to(#bcbcbc));
        color: #111;
        border: 1px solid #666;
    }

.floatMenu {
    position: absolute;
    right: 0;
    top: 75px;
    width: 280px;
    background: #fff;
    z-index: 2;
    display: none;
    padding: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
}

.floatMenuContainaer {
    display: table;
    height: 100%;
    width: 100%;
}

.floatmenuHeader {
    width: 100%;
    height: 30px;
    background: #25232d;
    background: -moz-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -webkit-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -o-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -ms-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: linear-gradient(to bottom, #25232d 0%, #2c2b37 35%, #33313e 100%);
    color: #fff;
    font-family: WebYekan;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

    .floatmenuHeader::after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #B3B3B3;
        position: absolute;
        left: 5px;
        top: 9px;
        border-top: 7px solid transparent;
        cursor: pointer;
    }

#schoolTreeMenu {
    height: 600px;
}

.topMenuItem {
    display: inline-block;
    min-width: 120px;
    height: 100%;
    /* border: 1px solid #000; */
    /* border-radius: 5px; */
    color: #6F6F6F;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #B0B0B0;
    padding: 0px;
    font-family: WebYekan;
    text-align: center;
    cursor: pointer;
}

#topMenu {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 40px;
    right: 0;
    background: #eee;
    z-index: 2;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

#routingMenu {
    height: 150px;
}

    #routingMenu table tr:last-child td {
        text-align: left;
    }

#topRiBoon {
    background: #25232d;
    background: -moz-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -webkit-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -o-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: -ms-linear-gradient(top, #25232d 0%, #2c2b37 35%, #33313e 100%);
    background: linear-gradient(to bottom, #25232d 0%, #2c2b37 35%, #33313e 100%);
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    z-index: 3;
}

.floatMenuBody {
    width: 100%;
    height: 100%;
    background: #eee;
    display: table-row;
    border-top: 3px solid #fff;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#routingDetailsMenu {
    margin-top: 200px;
    max-height: 400px
}

#routingDetailsBody table td, #routingDetailsBody table td div, #routingDetailsBody table td b {
    font-size: 11px;
}

.iconNets {
    background-color: white !important;
}

    .iconNets:hover {
        background-color: white !important;
    }
