﻿@font-face {
    font-family: "iransans-light";
    src: url("../fonts/IRANSansWeb\(FaNum\)_Light.eot?");
    src: url("../fonts/IRANSansWeb(FaNum)_Light.ttf"), url("../fonts/IRANSansWeb\(FaNum\)_Light.woff") format("woff"), url("../fonts/IRANSansWeb\(FaNum\)_Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iransans-medium";
    src: url("../fonts/IRANSansWeb\(FaNum\)_Medium.eot?") format("eot"), url("../fonts/IRANSansWeb\(FaNum\)_Medium.ttf") format("ttf"), url("../fonts/IRANSansWeb\(FaNum\)_Medium.woff") format("woff"), url("../fonts/IRANSansWeb\(FaNum\)_Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iransans-en";
    src: url("../fonts/IRANSans.ttf?v=Wn4j2EZCxi_i6cdNmypZzpx7TW4&v=NeFcNuYd0j3Gjh7lFkrVkX9ijXE");
    font-weight: normal;
    font-style: normal
}
a{
    text-decoration:none;
}
body {
    direction: rtl;
    font-family:iransans-light;
    /*min-width:600px;*/
}
@media only screen and (max-width: 610px) {
    .dldatalist{
        width:100% !important;
    }
    .fldbox {
        width: 48% !important;
        margin: 1% !important;
    }
}
.ltr {
    direction: ltr;
}

.fld {
    /*width: 190px;*/
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cnt {
    text-align: center;
}

.fldbox {
    border: 1px solid gainsboro;
    border-radius: 15px;
    margin: 1.5%;
    padding: 0 0 10px 0;
    cursor:pointer;
}

.fldbox p {
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    margin-top: 10px;
    padding: 0 5px;
    font-weight:700;
}
.header {
    margin-top: 20px;
}
.sml {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
}
.nrm {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.dldatalist {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #FFF;
    /* padding: 0px 60px; */
    width: 600px;
    text-align: center;
    border: 2px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    z-index: 20000;
    padding-bottom: 20px;
    font-family: "iransans-light";
    font-size: 14px;
    line-height: 60px;
}
.btn {
    background: #1e72ee;
    color: #FFF !important;
    padding: 10px 60px;
    border-radius: 3px;
}
.btn:hover {
    background: #004ab7;
}
.disable {
    display:none;
    position: fixed;
    background: #000000ad;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dldatalist h2 {
    font-size: 18px;
    margin: 20px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
}
.cls {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: inherit;
    font-size: 20px;
    background: #ebebeb;
    border-radius: 50%;
    padding: 0 7px;
    cursor:pointer;
}
