@CHARSET "UTF-8";

@font-face {
    font-family: VazirBold;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold.woff2') format('woff2'),
    url('../fonts/Vazir-Bold.woff') format('woff'),
    url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: VazirBlack;
    src: url('../fonts/Vazir-Black.eot');
    src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Black.woff2') format('woff2'),
    url('../fonts/Vazir-Black.woff') format('woff'),
    url('../fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: VazirMedium;
    src: url('../fonts/Vazir-Medium.eot');
    src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Medium.woff2') format('woff2'),
    url('../fonts/Vazir-Medium.woff') format('woff'),
    url('../fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Light.woff2') format('woff2'),
    url('../fonts/Vazir-Light.woff') format('woff'),
    url('../fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: VazirThin;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/Vazir-Thin.woff') format('woff'),
    url('../fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

* {
    font-family: VazirBold;
    font-size: 11pt;
}

input:focus{
    outline: none;
}
input{
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
}

.loginBody {
    margin: 0pt;
    padding: 0pt;
    background-color: #f2fbfd;
}

.loginTable {
    width:100%;
    height:100%;
    border:0;
}

.headerTable {
    background : -moz-linear-gradient(top center , #FAFBFD, #CBD6E9) repeat scroll 0 0 transparent;
    /*border: 1px solid #ffffff;*/
    border-radius: 25px;
    width: 800px;
    box-shadow:3px 3px 15px #BBBBBB;
    position: relative;
}
#headerTableResetPasword{
    min-height: 450px;
}
#headerTableResetPasword .formTable{
    margin-top: -68px;
}
.headerTable #table {
    background-image: url('../../gfx/login/header_back.png');
    border: 1px solid #8FA3C3;
    width:100%;
    height:52px;
}

.headerTable #table td:first-child {
    background-image:url('../../gfx/login/header_back.png');
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
}

.headerTable #table td:nth-child(2) p{
    margin-left: -20px;
    margin-top: -3px;
    text-align: center;
}

.headerTable #table td:nth-child(4) {
    background-image:url('../../gfx/login/header_back.png');
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
    direction:ltr;
    width: 10%;
}

.headerTable #table td:nth-child(3) {
    width: 5%;
    text-align: center
}

.loginContainer {
    width:30%;
    padding:30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius : 25px;
    background-color: #0077b6
}

.formTable {
    width:100%;
    padding-top:20px;
    color:#fff
}

.userNameLabel {
    /*width:50%;*/
    /*padding-right:30px;*/
}

.langNameLabel {
    text-decoration: none;
    color: #1A3A6A ;
}

.userName {
    /*width:70%;*/
    /*padding-left:30px;*/
}

.userName input {
    width:175px;
}

.passwordLabel {
    /*width:50%;*/
    /*padding-right:30px;*/
}

.password {
    width:70%;
    padding-left:30px;
}

.password input {
    width:175px;
}

.captchaLabel {
    /*width:50%;*/
    /*padding-right:30px;*/
}

.captcha {
    /*width:70%;*/
    /*padding-left:30px;*/
    position: relative;
}
#altCaptcha{
    font-size: 10px;
    color: #fff;
    background-color: red;
    width: 84%;
    padding: 3px;
}
.altcapResPas{
    width: 90% !important;
}
.captcha img:first-child{
    border:1px solid #ccc;
    border-radius:2px;
    width: 86%;
    margin-bottom: 5px;
}
.capResPas{
    width: 92% !important;
}
.captcha img:nth-child(2){
    cursor:pointer;
}

.captcha input {
    width:175px;
    margin-top: 5px;
}

.loginButton {
    text-align:center;
    padding: 0px;
    -moz-user-select: none;
}

.loginButton input {
    width:118px;
    height:32px;
    /*margin-right: 45px;*/
}

.loginButton input:last-child {
    margin-right: 30px;
}

.messageTabel {
    border:0px;
    width:100%;
}

.messageTable tr:first-child {
    height:80px;
}

.messageTable tr:nth-child(2) {
    height:35px;
}

.message {
    padding-left: 60px;
    padding-right:40px;
    text-align:center;
}

.message div {
    padding:8px;
    text-align:right;
    background-color:#BDCDE3;
    border:1px solid #A6B4C7;
    width:240px;
    height:50px;
    display:none;
}

.progressCell {
    padding-right:30px;
}

.progressCell table {
    width:115px;
    border: 1px solid #DB1E1E;
    background-color: #FFF1EC;
    display:none;
}

.progressLabel {
    color:#000080;
    width:79px;
}

.hadithContainer {
    /*background-image:url('../../gfx/login/n1.png');*/
    width:50%;
    vertical-align:top;
    padding:30px;
}

.hadith {
    width:100%;
    height:290px;
}

.hadith tr td {
    padding-top:0;
}

.hadith tr td table{
    width:100%;
    height:100%;
    text-align: center;
    /*border:1px solid #879EBE;*/
}
.hadith tr td table img{
    margin-top: 0px;
}
#tdLang{
    float: left;
}
#HADITH-OWNER {
    /*background-image:url('../../gfx/login/hadith_back.png');*/
    /*height:42px;*/
    /*text-align:center;*/
}

#HADITH-CONTENT {
    overflow:auto;
    height:200px;
    background : -moz-linear-gradient(top  center , #ECF0F7, #D7E1ED) repeat scroll 0 0 transparent;
    vertical-align:top;
    line-height: 150%;
}

#LOGIN-NEWS-BODY {
    /*display:none*/;
}

.newsTable {
    /*border: 1px solid rgb(180, 195, 216);*/
    width: 100%;
    background-color: #1667931a;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 150px;
    position: relative;
}

#GETFIREFOX{
    background-color: #0077b629;
}

#GETFIREFOX td{
    font-size: 11px;
}

#LOGIN-PRE-NEWS {
    width: 2%;
    cursor: pointer;
}

#LOGIN-NEWS-IMG {
    text-align: center;
    background-image: url('../../gfx/arm.png');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    width: 22%;
    margin: 5px 5px 5px 2px;
    background-position: center;
}

#LOGIN-NEWS-CONTENT {
    overflow: auto;
    vertical-align: top;
    position: absolute;
    width: 68%;
    margin-right: 25%;
    margin-top: 13px;
    margin-bottom: 6px;
    height: 68%;
}

#LOGIN-NEXT-NEWS {
    width:2%;
    cursor: pointer;
}

.fireFoxCell {
    height:30px;
}

.fireFoxCell img{
    border:0px;
}

.ipsLogo {
    border:0;
}
#link_resetpasswords{
    /*margin-top: 10px;*/
    /*float:  right;*/
    text-decoration: none;
    color: #fff;
}
.forgetpass{
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
}
.forgetpass a{
    border-bottom: 1px solid;
}
#img_restpassword{
    width: 15px;
    height: 15px;
    margin-top: 10px;
    float:  right;
    margin-left: 4px;
}

.activeLang{
    font-weight: 900;
    text-decoration: underline;
}

#earth{
    border-left: 1px solid #1A3A6A;
    margin-right: 5px;
    float: left;
}
#selectLang{
    float: right;
}
#reload-captcha{
    position: absolute;
    bottom: 75px;
}
#pic_certvalidity{
    position: absolute;
    bottom: 1%;
    right: 17%;
}
#transparentBox{
    position: absolute;
    width: 59.2%;
    background-color: #ccd4d7;
    opacity: 0.6;
    right: 20.4%;
    top:40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: #fff;
}
.btn{
    cursor: pointer;
    color: #fff;
    background-color: #ccd4d700;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 15px #023047;
}
#SSO-login-submit{
    position: absolute;
    left: 30px;
}
.login-submit-respas{
    left: 18px !important;
}
#version-pic{
    position: absolute;
    bottom: 5px;
    left: 25%;
}
#login-error1{
    position: absolute;
    bottom: 43px;
    text-align: right;
    right: 0px;
    background-color: #db1e1e87;
    color: #FFFFFF;
    padding-right: 35px;
    left: 0px;
    display: none;
}
/*/////////////////////////////////////qute box///////////////////*/
/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    /*height: 100vh;*/
    /*padding: 0 20px;*/
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative; /* for pseudos */
    color: #0a6a9b;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
    min-width: 200px;
    text-align: justify;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #0a6a9b;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    /*z-index: 3;*/
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #f2fbfd;
    bottom: -3px;
    left: 50px;
    /*z-index: 2;*/
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

}

/* Blockquote subheader */
.blockquote h4 {
    position: absolute;
    color: #0a6a9b !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px;
    padding-top: 15px;
    z-index: 1;
    right: 30px;
}


.blockquote h4:first-letter {
    /*margin-left:-12px;*/
}
.flex-parent-element {
    display: flex;
    position: relative;
    top:15px
    /*width: 50%;*/
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #d73838;
    margin: 8% auto 15% auto;
    padding: 11px;
    border: 1px solid #888;
    width: 40%;
    min-height: 200px;
    color: #FFFFFF;
    display: table;
    position: relative;
    border-radius: 10px;
}

.modal-content p{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    /* The Close Button */
.close {
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: bold;
    opacity: .75;
    margin: -10px -10px;
    padding: 0px 10px;
    position: absolute;
    left: 11px;
}

.close:hover,
.close:focus {
    border: 1px solid black;
    text-decoration: none;
    cursor: pointer;
}