﻿@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: "dastnevis";
    src: url(../fonts/dastnevis.ttf) format("truetype");
}

@font-face {
    font-family: "iransans";
    src: url(../fonts/iransans.ttf) format('truetype');
    src: url(../fonts/iransans.otf) format('opentype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    direction: rtl;
    background-color: whitesmoke;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**************************************************************************/
header {
    /*margin-top:-65px;
    position:fixed;*/
    width: 100%;
    height: 145px;
    direction: rtl;
    z-index: 500;
    background-color: #2d313c;
    border-bottom: 5px solid #f43369;
}

#codes {
    direction: ltr !important;
}

.line {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f43369;
}


.header-wrapper {
    width: 1170px;
    height: 140px;
    margin: auto;
}

.menu {
    width: auto;
    height: 100px;
    direction: rtl;
    margin-top: 10px;
    float: right;
}

    .menu li {
        display: block;
        width: 88px;
        height: 105px;
        color: black;
        text-align: center;
        padding-top: 10px;
        float: right;
        transition: all 200ms ease;
        margin-top: 15px;
        margin-right: 4px;
        background-color: #383838;
    }

        .menu li:hover a i {
            color: #f43369;
        }

        .menu li a i {
            display: block;
            position: absolute;
            width: 88px;
            height: 45px;
            margin-top: 5px;
            font-size: 38px;
            color: gray;
            transition: all 300ms linear;
        }

        .menu li a span {
            display: block;
            position: absolute;
            width: 88px;
            height: 45px;
            margin-top: 55px;
            font-size: 18px;
            font-family: dastnevis;
        }

        .menu li a {
            display: block;
            width: 100%;
            height: 100%;
            color: white;
            font-size: 18px;
            text-decoration: none;
        }

.DirectionRow {
    margin: 10px;
    margin-bottom: 10px;
    height: 20px;
    vertical-align: middle;
    font: 12px yekan;
}

.NextPageButton {
    float: left;
}

.PrePageButton {
    float: right;
}

.logo {
    display: block;
    float: right;
    margin-top: -2px;
    width: 225px;
    height: 140px;
    margin-right: 100px;
    margin-top: 2px;
    /*border-top:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;*/
}

.second-menu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
}

.sub-menu-wrapper {
    width: 1170px;
    height: 50px;
    margin: auto;
    /*border:1px solid red;*/
}

.sub-menu-wrapper2 {
    height: 70px;
    margin: auto;
    /*border:1px solid red;*/
}

.sub-menu {
    display: block;
    width: 890px;
    height: 50px;
    float: right;
    /*border:1px solid red;*/
}

.sub-menu2 {
    display: block;
    height: 50px;
    float: right;
    /*border:1px solid red;*/
}

    .sub-menu2 i {
        display: block;
        float: right;
        font-size: 50px;
        margin-top: 10px;
        cursor: pointer;
        color: white;
    }

.sub-menu .item {
    display: block;
    float: right;
    width: auto;
    height: 50px;
    font-family: yekan;
    font-size: 15px;
    color: #636363;
    text-align: center !important;
    cursor: pointer;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 250ms linear;
    overflow: hidden;
}

.sub-menu .pipe {
    display: block;
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 15px;
    background-color: silver;
}

.sub-menu .search {
    display: block;
    width: 200px;
    height: 50px;
    float: right;
    /*border:1px solid red;*/
}

.search .btnsearch {
    border: none;
    width: 60px;
    height: 34px;
    display: block;
    text-align: center;
    float: right;
    margin-top: 3px;
    margin-right: 1px;
    cursor: pointer;
    font-family: yekan;
    color: whitesmoke;
    padding-bottom: 3px;
    background-color: #00bc8c;
    margin-top: 8px;
}

.search .btnsearch2 {
    border: none;
    width: 28%;
    height: 45px;
    display: block;
    text-align: center;
    float: right;
    margin-top: 3px;
    margin-right: 1px;
    cursor: pointer;
    font-family: yekan;
    color: whitesmoke;
    padding-bottom: 3px;
    background-color: #00bc8c;
    margin-top: 16px;
}

.search .txtsearch {
    width: 200px;
    height: 34px;
    float: right;
    border: none;
    text-align: center;
    font-family: yekan;
    font-size: 15px;
    margin-right: 7px;
    margin-top: 8px;
}

.search .txtsearch2 {
    height: 45px;
    width: 70%;
    float: right;
    border: none;
    text-align: center;
    font-family: yekan;
    font-size: 15px;
    /*margin-right: 7px;*/
    margin-top: 16px;
}

.sub-menu .search .txtsearch:focus {
    border: 1px solid white inset !important;
}

.sub-menu .item:hover {
    background-color: black;
    color: white;
}

    .sub-menu .item:hover .opened-ul {
        visibility: visible;
        opacity: 1;
        height: 460px;
    }


.sub-menu .item .opened-ul {
    display: block;
    width: 1160px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top:35px;
    position: absolute;
    z-index: 500;
    overflow: hidden;
    transition: all 400ms ease-out;
    /*transition-delay:500ms;*/
    border-top: 3px solid #f43369;
    opacity: 0;
    visibility: hidden;
}

.sub-menu .columns {
    display: block;
    width: 200px;
    min-height: 300px;
    height: auto;
    margin-right: 28px;
    float: right;
    margin-top: 20px;
    /*border:1px solid green;*/
}

    .sub-menu .columns .title {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        font-family: yekan;
        text-align: right;
        font-size: 17px;
        color: white !important;
    }

    .sub-menu .columns .sub-item {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #424242;
    }

        .sub-menu .columns .sub-item a {
            display: block;
            width: 90%;
            height: auto;
            padding: 10px;
            margin: auto;
            font-family: iransans;
            text-align: right;
            font-size: 14px;
            text-align: right;
            color: silver !important;
            text-decoration: none;
            transition: all 150ms linear !important;
        }

            .sub-menu .columns .sub-item a:hover {
                color: #f43369 !important;
            }

.sub-menu .PicColumns {
    display: block;
    width: 250px;
    min-height: 300px;
    height: auto;
    /*border:1px solid silver;*/
    margin-top: 20px;
    margin-right: 32px;
    float: right;
    padding-bottom: 10px;
}

    .sub-menu .PicColumns .title {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        font-family: yekan;
        text-align: right;
        font-size: 17px;
        color: white !important;
        text-align: center;
    }

    .sub-menu .PicColumns .image {
        display: block;
        width: 250px;
        height: 150px;
        /*border:1px solid red;*/
        margin-top: 10px;
    }

        .sub-menu .PicColumns .image img {
            display: block;
            width: 250px;
            height: 150px;
        }

    .sub-menu .PicColumns .content {
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 10px;
        height: auto;
        /*border:1px solid blue;*/
    }

        .sub-menu .PicColumns .content a {
            display: block;
            width: 100%;
            height: auto;
            font-family: Tahoma;
            font-size: 12px;
            color: silver;
            line-height: 20px;
            text-align: justify !important;
            text-decoration: none;
            transition: all 200ms linear;
        }

            .sub-menu .PicColumns .content a:hover {
                color: white;
            }

.menu1 {
    margin-right: -10px;
}

.menu2 {
    margin-right: -136px;
}

.menu3 {
    margin-right: -261px;
}

.menu4 {
    margin-right: -367px;
}

.menu5 {
    margin-right: -411px;
}

.menu6 {
    margin-right: -503px;
}

.menu7 {
    margin-right: -596px;
}

.menu8 {
    margin-right: -688px;
}

.menu9 {
    margin-right: -781px;
}

.ChartBox {
    border: 1px solid black;
    height: 200px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
}

.MainSubjects {
    height: 200px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
}

    .MainSubjects span {
        font-size: 20px;
        font-family: 'B Yekan';
        font-weight: 400;
    }

    .MainSubjects i {
        margin-top: 20px;
        position: relative;
        font-size: 80px;
        display: block;
    }

.ImageCenter {
    text-align: center;
}
/*******************center wrapper**********************************************/


.advertise {
    width: 1170px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding: 5px;
    border-radius: 4px;
    /*border:1px solid red;*/
    background-color: white;
}

    .advertise img {
        display: inline-block;
        width: 470px;
        height: 62px;
        /*float: right !important;*/
        margin-right: 8px;
    }

.main-content-wrapper {
    height: auto;
    margin-top: 10px;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 0px;
    /*border:1px solid silver;*/
}

.left-advertise {
    height: auto;
    /*border:1px solid blue;*/
}
/*Left-Menu*/

.left-advertise-title {
    display: block;
    width: 100%;
    height: 40px;
    font-family: yekan;
    font-size: 20px;
    color: white;
    margin: auto;
    text-align: center;
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 8px;
    margin-top: 10px;
}

.left-advertise-panel {
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    border: 2px solid #e9e9e9;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 4px solid #f43369;
}

.subject-title {
    display: block;
    width: 100%;
    height: 80px;
    font-family: yekan;
    font-size: 16px;
    color: white;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 8px;
    background-color: #455a64;
    line-height: 140%;
}

.subject-panel {
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    border: 2px solid #e9e9e9;
    border-top: none;
    padding-top: 10px;
}


.left-advertise-panel .item {
    display: block;
    width: 90%;
    height: 70px;
    padding-top: 15px;
    background-color: #e0e0e0;
    border: 3px solid whitesmoke;
    margin: auto;
    transition: all 500ms ease;
}

    .left-advertise-panel .item:hover {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: #02071e;
    }

        .left-advertise-panel .item:hover a {
            color: white;
        }

        .left-advertise-panel .item:hover .text {
            color: white;
        }

    .left-advertise-panel .item .text {
        display: block;
        width: 100%;
        height: auto;
        font-family: yekan;
        font-size: 13px;
        text-align: center;
        color: black;
        transition: all 300ms ease;
    }

    .left-advertise-panel .item a {
        display: block;
        width: 80%;
        height: auto;
        margin: auto;
        font-family: yekan;
        font-size: 14px;
        text-align: center;
        color: black;
        text-decoration: none !important;
        margin-top: 5px;
        transition: all 200ms ease;
    }

        .left-advertise-panel .item a:hover {
            text-decoration: underline;
        }

    .left-advertise-panel .item .link {
        display: block;
        width: 100%;
        height: 40px;
    }

.left-advertise img {
    width: 126px;
    height: 247px;
    margin-right: 2px;
}

.content-panel {
    /*width: 100%;*/
    min-height: 400px;
    height: auto;
    /*margin-top: 20px;*/
    /*border: 2px solid #e9e9e9;*/
    padding-top: 10px;
}

    .content-panel img {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 98%;
    }


a.NewLink {
    display: block;
    width: 98%;
    margin: auto;
    color: black;
    font-family: iransans;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 10px !important;
    text-align: justify;
}

.content-panel a i {
    display: block;
    float: right;
    color: red;
    font-size: 20px;
    margin-left: 5px;
}

.content-panel a:hover {
    background-color: #eceff1;
}

.content-panel .title {
    display: block;
    width: 98%;
    height: auto;
    margin: auto;
    font-family: yekan;
    font-size: 18px;
    padding: 10px;
    background-color: #6d717a;
    text-align: center;
    color: white;
    border-radius: 3px;
}

.content-panel .innertitle {
    display: block;
    width: 98%;
    height: auto;
    margin: auto;
    font-family: yekan;
    font-size: 15px;
    padding: 10px;
    text-align: right;
    color: navy;
    border-radius: 3px;
    background: linear-gradient(to left, #ff99cc 30%, #33ccff 60%, white 90%);
    margin-top: 7px;
    margin-bottom: 5px;
}

.content-panel .detail {
    width: 98%;
    height: auto;
    font-family: iransans;
    padding: 10px;
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.Item-Desc {
    font: 14px yekan,tahoma;
    text-align: right;
    direction: rtl;
    list-style: circle;
    color: navy;
    margin-right: 50px;
    width: 90%;
}

.content-panel .tip {
    display: block;
    width: 98%;
    width: 98%;
    height: auto;
    font-family: iransans;
    padding: 10px;
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .content-panel .tip b {
        color: red;
    }

.table-wrapper {
    width: 98%;
    height: auto;
    margin: auto;
}

.Mytable {
    font-family: Tahoma;
    font-size: 12px;
}


    .Mytable .TBLtitle {
        text-align: center;
        border-bottom: 1px solid #ff0066;
    }

    .Mytable .NameType {
        width: 12%;
        text-align: center;
        vertical-align: middle;
    }

    .Mytable .NameTypeEx {
        width: 12%;
        vertical-align: middle;
        text-align: center;
    }

    .Mytable:first-child .TBLdetailHead {
        width: 76%;
        text-align: center;
    }

    .Mytable .TBLdetail {
        width: 76%;
        text-align: right;
    }

    .Mytable .TBLdetailEx {
        width: 88%;
        text-align: left;
    }

.content-panel-title .icon {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    margin-left: 10px;
}

.content-panel-title {
    display: block;
    /*width: 100%;*/
    height: auto;
    margin-top: 20px;
    font-family: yekan;
    font-size: 20px;
    padding-top: 15px;
    padding-right: 20px;
    background-color: #2d313c;
    border-bottom: 5px solid #f43369;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: white;
}

    .content-panel-title img {
        display: block;
        margin-bottom: 6px;
    }

.Dmenu {
    width: 100%;
    /*min-height: 300px;*/
    height: auto;
    cursor: pointer;
    list-style: none;
    padding-top: 3px;
}

    .Dmenu a {
        color: black;
        text-decoration: none;
    }

        .Dmenu a:hover {
            color: white;
            text-decoration: none;
        }
    .Ditem1 a {
        color: white;
        text-decoration: none;
    }

    .Dmenu .Ditem {
        width: 100%;
        height: auto;
        padding: 10px;
        /*color:white;*/
        background-color: #eceff1;
        font-family: yekan;
        transition: all 200ms linear;
    }

        .Dmenu .Ditem i {
            float: left;
        }

        .Dmenu .Ditem:hover {
            background-color: black;
            color: white;
        }

    .Dmenu .Ditem1 {
        width: 100%;
        height: auto;
        padding: 10px;
        color: white;
        font-family: yekan;
    }

        .Dmenu .Ditem1:hover {
            background-color: #272727;
        }

    .Dmenu .L1 {
        width: 400px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.9);
        height: auto;
        float: left;
        font-family: yekan;
        margin-top: -26px;
        margin-right: 249px;
        z-index: 5000;
        transition: all 350ms ease;
    }

    .Dmenu .L2 {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 200px;
        background-color: rgba(0, 0, 0, 0.9);
        height: auto;
        float: left;
        font-family: yekan;
        margin-top: -26px;
        margin-right: 191px;
        z-index: 5000;
        transition: all 350ms ease;
    }

    .Dmenu .Ditem:hover .L1 {
        visibility: visible;
        opacity: 1;
    }

    .Dmenu .Ditem1:hover .L2 {
        visibility: visible;
        opacity: 1;
    }

footer {
    width: 100%;
    height: auto;
    background-color: #2d313c;
    border-top: 3px solid red;
    padding: 10px;
    margin-top: 10px;
}

    footer .content {
        display: block;
        width: 50%;
        height: auto;
        margin: auto;
        text-align: center;
        color: silver;
        font-family: yekan;
        font-size: 13px;
        line-height: 20px;
    }

.right-menu {
    width: 60%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.89);
    position: absolute;
    top: 0;
    margin-right: -80%;
    z-index: 10000;
    transition: all 200ms linear;
}

    .right-menu .item {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        padding-right: 30px;
        font-family: yekan;
        font-size: 20px;
        border-bottom: 1px solid #353535;
        color: white;
        /*border:1px solid red;*/
        text-decoration: none !important;
    }

    .right-menu .back-btn-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }

        .right-menu .back-btn-wrapper .back-btn {
            color: white;
            font-size: 40px;
            cursor: pointer;
            float: left;
            /*width:100%;*/
            margin-left: 10px;
            margin-top: 10px;
            direction: ltr;
        }

.mobile-header {
    background-color: #f43369;
    /*height:200px;*/
}

    .mobile-header img {
        display: block;
        margin: auto;
    }

.mobile-link {
    min-height: 120px;
    height: auto;
    background: white;
}

    .mobile-link .title {
        display: block;
        width: 100%;
        height: 60px;
        margin-top: 20px;
        font-family: yekan;
        font-size: 20px;
        padding-top: 15px;
        padding-right: 20px;
        background-color: #2d313c;
        border-bottom: 5px solid #f43369;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        color: white;
    }

    .mobile-link .linkwrapper {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .mobile-link .LinkTitle {
        height: auto;
        margin: auto;
        color: black;
        font-family: yekan;
        font-size: 17px;
        margin-top: 15px;
        color: #f43369;
    }

    .mobile-link ul {
        display: block;
    }

        .mobile-link ul li {
            display: block;
            margin-top: 5px;
        }

            .mobile-link ul li a {
                height: auto;
                width: 95%;
                margin: auto;
                color: black;
                font-family: iransans;
                font-size: 15px;
                padding-right: 5px;
            }

                .mobile-link ul li a i {
                    color: red;
                    float: right;
                }

.scroll-top {
    display: none;
    width: 50px;
    height: 50px;
    background-color: rgba(244, 51, 105, 0.69);
    position: fixed;
    top: 90%;
    left: 95%;
    z-index: 100000;
    cursor: pointer;
    color: white;
    font-size: 40px;
    text-align: center;
    opacity: 0.5;
    transition: all 0.5s ease;
    border-radius: 50px;
}

    .scroll-top:hover {
        opacity: 1;
    }

    .scroll-top i {
        display: block;
        margin-top: 5px;
    }
/***************Color*******************/
.color1 {
    background-color: #f43369;
}

@media screen and (max-width: 1170px) {
    .scroll-top {
        left: 5%;
        top: 92%;
    }
}

@media only screen and (max-width: 800px) {
    .content-panel-title {
        display: block;
        /*width: 100%;*/
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        font-family: yekan;
        font-size: 16px;
        padding-top: 10px;
        padding-right: 20px;
        background-color: #2d313c;
        border-bottom: 5px solid #f43369;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        color: white;
    }

    .content-panel img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 97%;
        height: 98%;
    }
}

div.TipBox {
    width: 95%;
    margin: auto;
    padding: 10px;
    background-color: #ecf0f1;
    border-right: 5px solid red;
}

.TipBox img {
    width: 30px;
}

.TipBox .glyphicon {
    color: red;
    font-size: 16px;
}

span.TipTitle {
    font-family: yekan;
    color: red;
    font-size: 20px;
}

.TipBox p {
    color: #607D8B;
    font-size: 15px;
    font-family: Tahoma;
}

div.AttentionBox {
    width: 95%;
    margin: auto;
    padding: 10px;
    background-color: #ecf0f1;
    border-right: 5px solid #1B5E20;
}

.AttentionBox img {
    width: 30px;
}

.AttentionBox .glyphicon {
    color: red;
    font-size: 16px;
}

span.AttentionTitle {
    font-family: yekan;
    color: green;
    font-size: 20px;
}

.AttentionBox p {
    color: #607D8B;
    font-size: 15px;
    font-family: Tahoma;
}

.r {
    color: red;
    font-weight: 800;
}

.images {
    text-align: center;
    width: 97%;
    height: 100%;
}

.red {
    color: red;
    font-weight: 800;
}

.blue {
    color: blue;
    font-weight: 800;
}

.green {
    color: green;
    font-weight: 800;
}

.marron {
    color: maroon;
    font-weight: 800;
}

.purple {
    color: purple;
    font-weight: 800;
}

.orange {
    color: orange;
    font-weight: 800;
}
