
@font-face {
    font-family: 'SABASoft';
    src: url('../resources/tagIRAN.ttf');
}

@font-face {
    font-family: 'Yekan';
    src: url('../resources/BYekan.ttf');
}

@font-face {
    font-family: 'Titr';
    src: url('../resources/BTitr.ttf');
}

@font-face {
    font-family: 'Nazanin';
    src: url('../resources/BNaz.ttf');
}

@font-face {
    font-family: 'NazaninBold';
    src: url('../resources/BNazB.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url('../resources/iransansweb.woff');
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'irsansBold';
    src: url('../resources/iransansweb_bold.woff');
    font-style: normal;
    font-display: fallback;
}


/* For mobile phones: */


* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
    font-family: irsans;
    font-size: 10pt;
    text-align: right;
    direction: rtl;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;

}


a {
    text-decoration: none;
    color: #375604;
}

    a:hover {
        color: #0963a2;
    }



body {
    /*width: 1366px;*/
    margin: auto;
    padding: 0;
    user-select: none;
    background-image:url('/images/BG1.jpg');
}

.CLR {
    clear: both;
}

#headerDV {
    background-color: #375604;
    height: 100px;
}

#headerBand {

    font-weight:700;
    height: 90px;
    color: whitesmoke;
    font-size: 16pt;
    padding-right: 150px;
    line-height: 90px;
    position:relative;
}

#headerTopBand {
    background-color: #233602;
    height: 10px;
}

#dtmDV {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

#logoIMG {
    position: absolute;
    right: 0px;
    width: 130px;
}

#menuBand {
    display: flex;
    color: #243354;
    padding-left: 15px;
    padding-right: 130px;
    justify-content: space-between;
}

#menuDV {
    display: flex;
}

.boxIMG {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 25px;
}

#boxIMG1 {
    background-image:url('/images/10.png');
}

#boxIMG2 {
    background-image: url('/images/20.png');
}

#boxIMG3 {
    background-image: url('/images/30.png');
}

#boxIMG4 {
    background-image: url('/images/40.png');
}

.sbmenItem {
    padding-right: 20px;
    color: #0963a2;
    border-bottom: 0px solid silver;
}

    .sbmenItem:hover {
        color: #a1121f;
    }

    .mentItem:hover .subMenu {
        display: block;
    }

.subMenu {
    position: absolute;
    display: none;
    padding: 10px;
    width: 250% !important;
    z-index: 1;
    right: 0px;
    background-color: #f7ffea;
    box-shadow: 2px 2px 2px silver;
}

.mentItem {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
    position:relative;
}

    .mentItem:hover {
        background-color: #f7ffea;
        border-top: 3px solid #243354;
        /*border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;*/
        color: #375604;
        margin-top: -3px;
        box-shadow: 2px 2px 2px silver;
    }

.bound {
    width:1280px !important;
    margin:0 auto;
}

[class*="slideshow"] {
    max-width: 100%;
    height: 335px;
    margin: 15px auto 0px 0px;
    border: 1px solid silver;
    outline: none;
}

    [class*="slideshow"] img {
        display: none;
    }

.image_wrapper .text_content {
    position: absolute;
    bottom: 22px;
    padding: 0px 10px 0px 10px;
    color: #000;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
    opacity: 1;
    font-family: irsans;
}

#slider {
    margin-top:60px;
}


#footerDV {
    height: 120px;
    background-color: #142000;
    width: 100%;
    clear:both;
}

#mainDV {
    height:625px;
}

#copyright {
    height: 30px;
    text-align: center;
    color: white;
}

#sabanetmehr {
    height: 30px;
    text-align: center;
    color: white;
}

#footer {
    height: 60px;
    display: flex;
    justify-content: flex-end;
}

#sabanet {
    color: #ffc800;
}

#footerLogo {
    height: 90px;
    width:110px;
    margin: 20px;
    background-image: url(/images/logofull.png);
    background-repeat: no-repeat;
    background-position-x: right;
    color: #ffc800;
    background-size: contain;
    padding-right: 65px;
    font-size: 11pt;
    padding-top: 15px;
}

#signinDV {
    float:right;
    width:430px;
    min-height:500px;
}

#contentDV {
    float: left;
    width: 850px;
    min-height: 500px;
}

#lgBox {
    width: 400px;
    height: 620px;
    padding: 35px;
    margin: 30px;
    margin-right: 0px;
    font-size: 9pt;
    color: #5a5a5a;
    position: relative;
    box-shadow: 0px 0px 3px silver;
    border-radius: 5px;
    background-color: #fbfbfb;
}

#btnDV {
    height: 150px;
    display: flex;
    justify-content: space-between;
}

.btnBOXLBL {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 30px;
    background-color: #68a10a;
    line-height: 30px;
    color: #e5e5e5;
    border: 1px solid #6e85b7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#newsDV {
    height: 375px;
}

.newsITM {
    display: flex;
    height: 40px;
    justify-content: space-between;
    height: 40px;
    padding-left:10px;
    line-height: 45px;
}

    .newsITM:hover {
        background-color: #f7ffea;
        border-radius: 4px;
        cursor: pointer;
    }


.BLT1 {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #68a10a;
    margin: 18px;
}

.newsTTL {
    width: 695px;
    color: #375604;
    font-size: 11pt;
}

    .newsTTL:hover {
        color: #68a10a;
    }

    .newsDTM {
        color: #a5a5a5;
        font-size: 8pt;
    }

.boxTTL {
    font-size: 14pt;
    font-weight: 700;
    border-bottom: 3px solid #68a10a;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #375604;
}

.btnBox {
    position: relative;
    box-shadow: 2px 2px 2px silver;
    width: 150px;
    height: 150px;
    background-color: whitesmoke;
    border-radius: 4px;
}

    .btnBox:hover {
        background-color: #f7ffea;
        cursor: pointer;
    }

    .MT1 {
        margin-top: 1px !important
    }

.boxNote {
    font-weight: 500 !important;
    color: #375604;
}

#forget {
    color: #68a10a;
    font-size: 8pt !important;
    margin-top: 15px;
    margin-right: 5px;
    cursor: pointer;
}

#loginBTN {
    background-color: #375604;
    height: 45px;
    border-radius: 4px;
    color: whitesmoke;
    line-height: 45px;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
}

.support {
    color: #a5a5a5;
    font-size: 8pt;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    direction: ltr;
    margin: 0 auto;
    left: 0px;
}

.MB35 {
    margin-bottom:35px !important;
}

#loginBTN:hover {
    background-color: #1e3000;
    box-shadow: 2px 2px 6px silver;
}

.boxMSG {
    margin-top: 15px;
    color: #68a10a;
}

.boxLink {
    color: #a1121f;
    cursor:pointer;
}

    .boxLink:hover {
        text-shadow: 1px 1px 3px #d9d9d9;
        color: #bb0f1f;
    }
.flex {
    display: flex;
}

.boxLBL {
    margin-bottom: 5px;
    padding-right: 3px;
    font-weight: 700;
}

.boxINP {
    border: 1px solid #c0cdaa;
    height: 35px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 4px;
}

    .boxINP:hover {
        border-color: #cbd5e1;
    }

#remember {
}
.login-link-button{
    display: inline-block;
    width : 100%;
    text-align:center;
    

}