﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight:200;
    background-color: #DDD;
    direction: rtl;
    font-family: Vazir,Tahoma,Arial;
}
body *:not(.stireport):not(i) {
    font-family:Vazir,Tahoma,Arial;
    font-size: 14px;
    font-weight:200;
}
.body-content {
    margin: 0;
    padding: 0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.box {
    margin: 20px auto;
    padding: 95px 30px 20px;
    position: relative;
    width: 400px;
    height: auto;
    background-color: #EEE;
    border: 1px solid #FFF;
    box-shadow: 0 0 20px #AAA inset,0 0 2px #000;
    display: none;
    z-index: 100;
    transition: all 0.3s;
}
.box:hover {
    box-shadow: 0 0 20px #AAA inset,0 0 4px #000;
}
.box a{
    text-decoration:none;
}
.box .row {
    line-height:30px;
    margin-bottom:5px;
}
.box .row.title {
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 80px;
    border-bottom: 7px solid rgba(0,0,0,0);
    /*box-shadow: 0 3px 0 #148,0 -3px 0 #148 inset;*/
    box-shadow: 0 -3px 0 #148 inset;
    color: #148;
    font-family: Titr;
    font-size: 24px;
}
.box .row.value input:not([type="checkbox"]),.box .row.value select {
    width:calc(100% - 10px);
    border:1px solid #ddd;
    border-radius:0;
    height:30px;
    padding:5px;
    transition:all 0.5s;
}
.box .row.value input.text-left,.box .row.value select.text-left {
    direction:ltr;
}
.box .row.value select {
    height: 40px;
    text-align: right;
    direction: rtl;
    width:100%;
}
.box .row.value input:hover,.box .row.value select:hover {
    border:1px solid orange;
}
.box .row.value input:focus,,.box .row.value select:focus {
    border:1px solid #28F;
}
.box .row.remember {
    line-height:40px;
}
.box .row.message {
    padding: 5px;
    border-right: 10px solid #ffa500;
    margin: 0 0 10px;
    text-align: justify;
    font-size: 15px;
    background-color: rgba(0,0,0,0.04);
    min-height:60px;
}
.box .row.error {
    display: none;
    border: 1px solid #ff0000;
    background-color: #e97b7b;
    padding: 10px;
    margin: 5px 0 10px;
}
.login .row.recovery,.login .row.register,.login .row.resend {
    padding: 0 5px;
    margin: 0 0 10px;
    text-align: justify;
    font-size: 15px;
    background-color: rgba(0,0,0,0.04);
}
.login .row.recovery { border-right: 10px solid #9b59b6; }
.login .row.register { border-right: 10px solid #28F; }
.box .row.resend { border-right: 10px solid rgb(76, 255, 0); }
.box .row.action {
    margin-top:20px;
    height:40px;
}
.box .row.action .left {
    float: left;
}
.box .row.action .right {
    float:right;
}
    .box .row.action button {
        color: #fff;
        background-color: #28F;
        border: 2px solid #28F;
        border-radius: 3px;
        width: 75px;
        height: 30px;
        transition: background-color 0.3s;
    }
    .box .row.action #emta {
        color: #fff;
        background-color: #c215ed;
        border-radius: 3px;
        text-align: center;
        display: inline-block;
        width: 140px;
        height: 30px;
    }
    .box .row.action #mygov {
        color: #fff;
        background-color: forestgreen;

        border-radius: 3px;
        text-align: center;
        display: inline-block;
        width: 140px;
        height: 30px;
    }

.box .row.action button:hover {
    background-color: #26A;
}
.box .row.action button:active {
    background-color: #148;
    box-shadow: 0 1px #000;
    transform: translateY(1px);
}
.box .row.action button.return_action {
    background-color: #999;
    box-shadow: 0 3px #333;
}
.box .row.action button.return_action:hover {
    background-color: #555;
}
.box .row.action button.return_action:active {
    background-color: #333;
    box-shadow: 0 1px #000;
    transform: translateY(1px);
}
.register .ptFields {
    display: none;
}
.preloader {
    display: none;
    z-index: 101;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.preloader .pre_overlay {
    z-index:101;
    position:absolute;
    top:0;
    right:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
}
.preloader .pre_content {
    z-index: 102;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
    height: 20px;
    direction: ltr;
    text-align: center;
}
.preloader .pre_content span {
    display:block;
    bottom:0px;
    width: 15px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    animation: preloader 1.5s  infinite ease-in-out;
}
.preloader .pre_content span:nth-child(2) {
    left:17px;
    animation-delay: .2s;
}
.preloader .pre_content span:nth-child(3) {
    left:34px;
    animation-delay: .4s;
}
.preloader .pre_content span:nth-child(4) {
    left:51px;
    animation-delay: .6s;
}
.preloader .pre_content span:nth-child(5) {
    left:68px;
    animation-delay: .8s;
}
@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:25px;transform:translateY(12px);background:#3498db;}
    50% {height:50px;transform:translateY(25px);background:#9b59b6;}
    75% {height:25px;transform:translateY(12px);background:#3498db;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}
.preloader .pre_progress_bar {
    position: absolute;
    z-index: 103;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
}
.preloader .pre_progress_bar .pre_prog_value {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height:5px;
    background-color:#28F;
}
.box.notify {
    display:block;
    padding-top:40px;
    text-align: justify;
}
.box.notify strong {
    font-weight:bold;
}
.box.notify .left {
    text-align: left;
    margin: 10px;
    font-weight: bold;
}
.box.notify .left button {
    margin-top:15px;
    text-align: justify;
    text-indent: 15px;
}
.box .error {
    line-height: 50px;
    padding: 0 5px;
    border: 1px solid red;
    background-color: rgba(255,0,0,0.3);
    font-weight: bold;
    color: rgb(100,0,0);
    display:none;
}

input.captcha {
    width: calc(50% - 20px) !important;
    margin-bottom:10px;
}
img.captcha {
    width: 50% !important;
    height: auto !important;
    float: left !important;
}
 