.load {
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
}
.load .circle {
    position: fixed;
    height: 130px;
    opacity: 0;
    transform: rotate(0deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 4.3s;
}
.load .circle:after {
    box-shadow: 0 0 12px 0 #540a40;
    content: '';
    position: fixed;
    width: 12px;
    height: 12px;
    border-radius: 99%;
    background: #540a40;
}
.load .circle:nth-child(2) {
    animation-delay: 240ms;
}
.load .circle:nth-child(3) {
    animation-delay: 480ms;
}
.load .circle:nth-child(4) {
    animation-delay: 720ms;
}
.load .circle:nth-child(5) {
    animation-delay: 960ms;
}
@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}
.ent {
    background-color: #0000008a;
   }
.shmo {box-shadow: 0 0 10px 0px #4d1950;
    border-radius: 23px;
    position: absolute;
    padding: 0 8px;
    background: #fff;
    width: 350px;
    height: 150px;
}
td a{color: #5d1a4b;}
td:nth-child(6){padding: 4px 4px 0;cursor: pointer;
    background: #7e1a7a;
    color: #fff;
    border-radius: 9px;font-weight: bold;}

A{display:inline-block;cursor:pointer;color:#ee6a6a;text-decoration:none}@keyframes shake{20%{transform:translateX(-3px)}40%{transform: translateX(3px)}60%{transform:translateX(-1px)}80%{transform: translateX(1px)}100%{transform:translateX(0px)}}*{-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}
body{text-shadow:1 1 3px #F5F5F5;font-family:IRANSans;margin:0;background:url('bg.png');color:#333}img{border:none}
@font-face{font-family:IRANSans;font-style:normal;font-weight:400;src:url(IRANSansWeb.ttf) format("truetype")}
tr:hover{background-color:#D8E5E8!important}td{margin:0px;padding:0px}
tr:hover{background:#B9DAD3}
tr:nth-child(even) {background:#f3f7f8}
tr:nth-child(odd) {background:#EBF1F4}



#closel{margin-top:-210px;margin-left:380px}#lhmq{width:760px;height:540px;margin:-250 -385;border:0;background:url('../bg.png');position:absolute;top:50%;left:50%;z-index:99999;border-radius:9px;padding:2}
@media(max-width:900px){#closel{margin-top:-170px;margin-left:300px}#lhmq{width:600px;height:480px;margin:-215 -304}}
@media(max-width:650px){#lhmq{width:500px;height:460px;margin:-210 -252}}
@media(max-width:540px){#closel{margin-top:-160px;margin-left:170px}#lhmq{width:400px;height:440px;margin:-200 -203}}

.liht{font-family:IRANSans}h1{line-height:52px}h2{line-height:40px}.inp1,textarea{font-family:iransans;padding-right:6px;padding-left:6px;text-align:left}
form{margin:0px}.jp-tbl{width:375}p a input{margin:10 5;width:99}form table tbody tr td input{font-family:iransans;line-height:20px}Center{font-family:IRANSans}TD TD b{font-family:IRANSans;font-size:16px}TR TD TD SPAN b{font-size:12px}
input,input:not([type]){width: 100%;
    border: 1px solid #6a1980;
    border-radius: 6px;
    color: #002980;
    padding-right: 5px;
    background: #fBfBfB;
    box-shadow: 1px 1px 6px rgba(25, 128, 112, .7);
    margin: 2 0 2;
    padding: 5px;}input:hover{box-shadow:0px 0px 9px rgba(98, 103, 4, 1)}input{font-family:IRANSans;color:white;padding:2;background:-moz-linear-gradient(top,#32d6b7 0,#319488 70%);background:-webkit-linear-gradient(top,#32d6b7 0,#319488 70%);background:-o-linear-gradient(top,#32d6b7 ,#319488 70%);background:-ms-linear-gradient(top,#32d6b7 0,#319488 70%);background:linear-gradient(top,#32d6b7 0,#319488 70%)}input:focus{background:#F4F4F4;color:#002980;border-top:1px solid #28C3AE}.breadcrumb{margin-top:-5;margin-left:50;padding:8px;background-color:#f5f5f5;border-radius:6px;font-family:IRANSans;line-height:18px;font-size:13px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\a";padding:0 5px;color:#ccc}


