@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

@font-face {
    font-family : 'Yekan';
    font-weight : normal;
    src         : url('../fonts/yekan-regular.woff') format('woff');
}

@font-face {
    font-family : 'Yekan';
    font-weight : bold;
    src         : url('../fonts/yekan-bold.woff') format('woff');
}

@font-face {
    font-family : 'IranSans';
    font-weight : normal;
    src         : url('../fonts/IRAN Sans.ttf') format('woff');
}

@font-face {
    font-family : 'IranSans';
    font-weight : bold;
    src         : url('../fonts/IRAN Sans Bold.ttf') format('woff');
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(180, 180, 180, 0.4);
}
body {
    padding-top: 30px;
    direction: rtl;
    text-align: right;
    font-family : 'Yekan', Arial, sans-serif;
}

div {
    display: block;
}

* {
    box-sizing: border-box;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    color: #0a0809;
    margin-bottom: 10px;
    /*border-bottom: #8f9a9e 2px solid ;*/
    font-family : 'IranSans', Arial, sans-serif;
}

#subtitr{
    color: #636d77;
    padding-bottom: 0.3em;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'IranSans', Arial, sans-serif;
    font-weight: bold;
}

#title{
    font-family : 'Yekan', Arial, sans-serif;
    font-size: 18px;
    color: #0b0b0b;
    margin: 10px;
    border-bottom: #8f9a9e 0.5px solid ;
}

.alert-info ul li ul li{
    list-style-type: square;
    line-height: 30px;
    font-size: 13px;
    text-align: justify;
}

.alert-info ul li{
    list-style-type: none;
    margin: 10px 10px;
    font-family : 'IranSans', Arial, sans-serif;
    color: #0b0b0b;
    font-size: 14px;
}

.alert-info p {
    font-size: 14px;
    color: #0b0b0b;
    text-align: justify;
    margin: 5px 10px;
}

.notice{
    font-family : 'IranSans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
    color: #0b0b0b;
}

.container {
    margin-left: 200px;
    margin-right: 200px;
}

.downloads-box{
    margin: 70px 30px;
    text-align: center;
}

a{
    text-decoration: none;
    color: #000;
}

.btn {
    text-shadow: 1px 1px 0 #91621a;
    padding: 20px 50px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    margin-right: 5%;
    margin-bottom: 5%;


}

.btn-warning {
    box-shadow: inset 0 1px 0 rgb(255 255 255), 0 1px 1px rgb(0 0 0);
    background-repeat: repeat-x;
    border-color: rgb(203, 202, 202);
    background-color: rgb(203, 202, 202);
}

.btn-lg {
    font-size: 15px;
    line-height: 0.33;
    border-radius: 25px;
}

/*.blinking{*/
/*    animation:blinkingText 1s infinite;*/
/*}*/
/*@keyframes blinkingText{*/
/*    0%{     color: #000;    }*/
/*    49%{    color: transparent; }*/
/*    50%{    color: transparent; }*/
/*    99%{    color:transparent;  }*/
/*    100%{   color: #000;    }*/
/*}*/

ul {
    margin-top: 0;
    display: block;
    padding-inline-start: 40px;
    overflow: hidden;
}

.alert-info {
    border: 1px solid #dee6f1;
    border-radius: .5rem;
    background-color: rgba(237, 242, 249,0.8);
    background-clip: border-box;
    font-size: .9em;
    color: #31708f;
    text-align: justify;
    padding: 10px;
}

/*.alert {*/
/*    padding: .75rem 1.25rem;*/
/*    margin-bottom: 1rem;*/
/*}*/

table {
    background-color: rgba(237, 242, 249,0.8);
    width: 100%;
}

table, td {
    border: 1px solid #A9A9A9;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.8);
}

td {
    padding: 5px;
}


.nav-container {
    right: 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgba(130, 122, 122, 0.9);
    height: 100px;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0 2px 10px 0 ;
    z-index: 1000;
    float: none;
}


.nav-container ul{
    list-style-type: none;
    padding-right:0px;
}

.nav-container ul li{
    float: none;
    display: inline-block;
    position: relative;
    text-align: -webkit-match-parent;
    height: 100%;
    width: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
}



.nav-container ul li a {

    min-width: 130px;
    text-shadow: none;
    line-height: 20px;
    position: relative;
    display: block;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-family : 'IranSans', Arial, sans-serif;
    width: 100%;
    height: 100%;

}



.nav-container ul li:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    top: 0;
}

input {
    display: none;
}


@media screen and (max-width: 991px){
    body {
        padding-top: 40px;
        direction: rtl;
        text-align: right;
        font-family : 'Yekan', Arial, sans-serif;
    }

    .container {
        margin-left: 5px;
        margin-right: 5px;
    }

    table, td {
        font-size: 12px;
        font-weight: bold;
        color: rgba(0,0,0,0.8);
    }

    .nav-container {
        right: 0px;
        position: fixed;
        width: 100%;
        top: 0;
        /* display: none; */
        background-color: rgba(130, 122, 122, 0.9);
        height: 50px;
        margin-bottom: 0;
        text-align: center;
        box-shadow: 0 2px 10px 0 ;
        z-index: 1000;
        float: none;
    }

    .nav-container .menu {
        position: absolute;
        left: 18px;
        top: 9px;
        z-index: 100;
        width: 40px;
        height: 33px;
        background: rgba(255,255,255,0.4);
        border-radius: 5px;
        transition: .5s ease-in-out;
        box-shadow: 0 0 0 0 #000, 0 0 0 0 #000;
        cursor: pointer;
    }

    .nav-container .hamburger {
        position: absolute;
        top: 15px;
        left: 13px;
        width: 12px;
        height: 2px;
        background: #FFF;
        display: block;
        transform-origin: center;
        transition: .5s ease-in-out;
    }

    /* ایجاد نشان گر منو در قسمت بالای سمت راست */
    .nav-container .hamburger:after, .nav-container .hamburger:before {
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #FFF;
    }

    .nav-container .hamburger:before { top: -5px; }

    .nav-container .hamburger:after { bottom: -5px; }

    .nav-container input { display: none; }

    /* ایجاد انیمیشن حرکت صفحه سفید و نمایش آیتم های منو */
    .nav-container input:checked + .menu {
        box-shadow: 0 0 0 100vw rgba(130, 122, 122, 0.9);
        border-radius: 0;
    }

    /*تغییر زاویه  علامت نشانگر منو*/
    .nav-container input:checked + .menu .hamburger {
        transform: rotate(45deg);
    }
    .nav-container input:checked + .menu .hamburger:after {
        transform: rotate(90deg);
        bottom: 0;
    }


    .nav-container input:checked + .menu .hamburger:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
    }

    .nav-container input:checked + .menu + ul { opacity: 1; }

    /* نمایش آیتم های منو */
    .nav-container ul {
        z-index: 200;
        position: absolute;
        top: 370%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: .25s 0s ease-in-out;
    }
    .nav-container ul li{
        float: none;
        display: inline-block;
        position: relative;
        text-align: -webkit-match-parent;
        height: 100%;
        width: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px 9px;
        font-weight: bold;
    }
    .nav-container ul li a {

        min-width: 90px;
        text-shadow: none;
        line-height: 25px;
        position: relative;
        display: inline-block;
        color: #FFF !important;
        text-decoration: none;
        font-size: 14px;
        font-family : 'IranSans', Arial, sans-serif;
        width: 100%;
        height: 100%;

    }
}
