@font-face{
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face{
    font-family: iransans1;
    src: url('../fonts/isansfanum.ttf');
}
@font-face{
    font-family: hspYekan;
    src: url('../fonts/yekan.ttf');
}
*{
    font-family: 'Ubuntu', iransans, yekan, Tahoma, serif;
}
#totalDiv{font-size: 13px}
/*--------------------------------------------------------------------------*/
.cl-red{color: #f00}
.cl-green{color: #0bab0b}
.cl-blue{color: #00f}
.cl-yellow{color: #fc0}
/*--------------------------------------------------------------------------*/
html, body{margin: 0}
img{vertical-align: middle;image-rendering: -webkit-optimize-contrast}
.dib{display: inline-block}
.dta{display: table}
.dtc{display: table-cell}
.vam{vertical-align: middle}
.dltr{direction: ltr}
.drtl{direction: rtl}
.uline{text-decoration: underline}
/*--------------------------------------------------------------------------*/
input[type='button'],
input[type='submit'],
input[type='reset'],
button{
    min-height: 30px;
    padding: 3px 10px;
    box-sizing: border-box;
    background: #188fff;
    border: 1px solid #188fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover{
    background: #0f69ff;
    border-color: #0f69ff;
    color: #fff;
}
input[type='button']:active,
input[type='submit']:active,
input[type='reset']:active,
button:active{
    background: #003abc;
    border-color: #003abc;
    color: #fff;
}
input[type='button'].bob,
input[type='submit'].bob,
input[type='reset'].bob,
button.bob{
    color: #188fff;
    background: 0 0;
    border: 1px solid #188fff;
}
input[type='button'].bob:hover,
input[type='submit'].bob:hover,
input[type='reset'].bob:hover,
button:hover{
    color: #0f69ff;
    border-color: #0f69ff;
}
input[type='button'].bob:active,
input[type='submit'].bob:active,
input[type='reset'].bob:active,
button:active{
    color: #003abc;
    border-color: #003abc;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
select{
    min-height: 30px;
    padding: 2px 10px;
    box-sizing: border-box;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
}
textarea{
    padding: 2px 10px;
    box-sizing: border-box;
    resize: none;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
textarea:disabled,
select:disabled{
    opacity: 0.5;
}
/*---------------------------------------------------------------------------*/
.baseFormDIV .bfDIV{
    margin-bottom: 10px;
}
.baseFormDIV .bfDIV .bfl{
    display: block;
}
.baseFormDIV .bfDIV input,
.baseFormDIV .bfDIV select,
.baseFormDIV .bfDIV textarea{
    width: 100%;
}
/*---------------------------------------------------------------------------*/
#swipTablePlace{
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}
#swipTableDIV{
    float: right;
    position: relative;
}
#swipReportDIV{
    float: left;
    position: relative;
}
/*---------------------------------------------------------------------------*/
#loginMainDIV{
    direction: ltr;
    position: relative;
    top: 100px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-radius: 10px;
    color: #222;
}
.loginFormPlace{
    position: relative;
    width: 300px;
    height: 100%;
    overflow: hidden;
    float: right;
    margin-left: 1px;
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    border-radius: 20px;
}
.loginFormContainer{
    padding: 10px;
}
.loginFormPlace input[type="text"],
.loginFormPlace input[type="password"]{
    direction: ltr;
    width: 100%;
    height: 30px;
    color: inherit;
    font-size: 15px;
    letter-spacing: 0;
}
.loginFormLabel{
    direction: rtl;
    margin: 10px 0 0;
    text-align: right;
}
.loginButtonPlace{
    text-align: center;
    margin: 15px 0;
}
#logbut{
    direction: rtl;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.loginError{
    direction: rtl;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    line-height: 25px;
    text-align: right;
    background: #ffe4e4;
    color: red;
    border: 1px solid #ff4545;
    border-radius: 50px;
    opacity: 0;
    transform: translate3d(500px, 0, 0);
    transition: all .3s;
}
.loginError span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.loginError .zmdi{
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    background: #ff4545;
    color: #fff;
}
.loginError.activeLoginError{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.loginLogoPlace{
    direction: rtl;
    width: 650px;
    height: 100%;
    float: left;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
}
.loginLogoPlace img{
    width: 200px;
    margin: 50px 50px 40px;
}
#loginBreakDIV{
    clear: both;
    height: 0;
    overflow: hidden;
}
.loginFooter{
    direction: ltr;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.loginFooter p{
    margin: 0;
}
@media (max-width: 800px){
    #loginMainDIV{
        width: 90%;
        height: initial !important;
        top: 20px !important;
    }
    .loginLogoPlace,
    .loginFormPlace{
        width: 100%;
        float: none;
        height: initial;
        margin: 0;
    }
    .loginLogoPlace img{
        margin: 0;
        width: 150px;
    }
    .loginFormContainer{
        padding: 5px 10px;
    }
    .loginFormTitle{
        margin: 0;
        padding: 0;
        font-size: 15px;
    }
    .loginFormPlace hr{
        width: 90%;
        margin: 0 auto !important;
    }
    .loginFormLabel{
        padding: 0;
        font-size: 13px;
    }
    .loginFormPlace input[type="text"],
    .loginFormPlace input[type="password"]{
        width: 100%;
        box-sizing: border-box;
    }
    .loginButtonPlace{
        margin: 10px 0 0;
        text-align: center;
    }
    .loginError{
        width: 100%;
        box-sizing: border-box;
    }
}
/*---------------------------------------------------------------------------*/
.totalExamHolder{
    display: table;
    width: 100%;
}
.qPartsButton{
    display: table-cell;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.qPartsButtonSelected{
    display: table-cell;
    background: #0f69ff;
    border-radius: 5px;
    color: #fff;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}
.questionParts{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 15px;
}
.questionParts p{
    margin: 0;
}
.questionParts ul{
    list-style: none;
}
.questionParts ul li{
    position: relative;
    margin: 5px;
    padding: 0 5px 0 0;
}
/*.questionParts ul li.selectedChoice{
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}*/
.questionParts ul li:hover{
    color: #000;
}
.questionParts ul input[type='radio'], .questionParts ul input[type='checkbox']{
    vertical-align: middle;
}
.questionParts ul li label, .questionParts ul li input{
    cursor: pointer;
}
.questionParts ul li input:checked:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.questionParts hr{
    height: 1px;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-bottom: 1px dotted #aaa;
}
.readingPlace{
    margin-bottom: 20px;
    padding: 30px;
    text-align: justify;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: #000;
    font-size: 19px;
}
.inExamReportPlace{
    direction: ltr;
    position: fixed;
    top: 10px;
    right: 10%;
    width: 80%;
    padding: 0 15px 4px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    z-index: 5;
}
.inExamReportQuestion{
    clear: both;
    font-size: 13px;
}
.inExamReportQuestion span{
    display: inline-block;
    margin-right: 40px;
}
.inExamReportQuestion span b{
    font-weight: normal;
}
#examErrorPlace{
    float: right;
    position: relative;
}
.answerSheetButton{
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    width: 100px;
    height: 30px;
    font: 13px 'b yekan', tahoma;
}
#examViewDIV img{
    max-width: 70%;
}
@media (max-width: 1000px){
    .totalExamHolder{
        display: block;
    }
    .questionPartButtonPlace{
        display: block !important;
    }
    .qPartsButton,
    .qPartsButtonSelected{
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .questionParts p{
        font-size: 14px;
        text-align: justify;
    }
    .questionParts ul{
        font-size: 14px;
        padding: 0 !important;
    }
    .questionParts ul li{
        width: 100% !important;
        text-align: justify;
    }
    .questionParts input[type='button']{
        width: 90px !important;
    }
    .answerSheetPlace{
        display: block !important;
        width: 200px !important;
        position: absolute;
        top: 35px;
        left: 15px;
        z-index: 2;
        transition: all .4s;
        transform: translate3d(-150%, 0, 0);
    }
    .answerSheetPlace .answerSheetBack{
        background: rgba(0, 0, 0, .9) !important;
    }
    .answerSheetPlace.activeAnswerSheet{
        transform: translate3d(0, 0, 0);
    }
    .inExamReportQuestion{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .inExamReportQuestion span{
        display: block;
        white-space: nowrap;
        margin-right: 0;
    }
    #examErrorPlace{
        clear: both;
        float: none;
        position: relative;
    }
    #examErrorPlace div#connectionStatus{
        position: relative !important;
        margin-bottom: 10px;
    }
    #examErrorPlace div{
        width: initial !important;
    }
    .answerSheetButton{
        display: inline-block;
    }
    .inExamReportPlace{
        font-size: 16px;
    }
}
/*-------------------------------------------------------------------------------------------------------------------*/
.examInfoPlace{
    margin: 0 0 20px;
    padding: 0 15px 10px;
}
.examInfoPlace .dta .dtc:first-child{
    width: 70%;
}
.examInfoStartPlace .examInfoTexts{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}
@media (max-width: 600px){
    .examInfoPlace .dta,
    .examInfoPlace .dtc{
        display: block;
        width: 100%;
        text-align: justify;
    }
    .examInfoPlace .dta .dtc:first-child{
        width: 100%;
        margin-bottom: 15px;
    }
    .examInfoStartPlace .examInfoTexts{
        display: block;
    }
}
/*-------------------------------------------------------------------------------------------------------------------*/
.timerPlace .zmdi-time{
    position: relative;
    top: 3px;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 20px;
}
.timerPlace #timeContainer{
    display: inline-block;
    direction: ltr;
    vertical-align: middle;
    font-size: 20px;
}
.countDown_cont{
    font: inherit;
    display: flex;
}
.countDown_interval_cont{
    display: flex;
    width: auto;
}
.countDown_interval_basic_cont{
    display: flex;
    flex-direction: column;
}
.countDown_interval_basic_cont_description{
    display: none;
}
.countDown_digit_cont{
    position: relative;
    width: 15px;
    height: 30px;
    line-height: 35px;
    font-size: inherit;
}
.countDown_interval_cont.countDown_interval_cont_minute:before,
.countDown_interval_cont.countDown_interval_cont_second:before{
    content: ':';
    font-size: inherit;
    line-height: inherit;
    height: 30px;
    position: relative;
    top: 2px;
    padding: 0 4px;
}
.countDown_digit_last_placeholder,
.countDown_digit_new_placeholder{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}
.countDown_digit_last_placeholder{
    display: none;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 .08em .08em
}
.countDown_digit_last_placeholder_inner{
    display: none;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}
.countDown_digit_new_placeholder{
    top: 0;
}
.countDown_digit_last_rotate,
.countDown_digit_new_rotate{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: 700;
    position: absolute;
    top: 0;
    overflow: hidden;
    animation-duration: .4s;
    animation-timing-function: linear;
    border-radius: .08em .08em 0 0;
    animation-fill-mode: forwards;
    transform-origin: 100% 100%
}
.countDown_digit_last_rotate:after,
.countDown_digit_new_rotate:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: .01em solid rgba(0, 0, 0, .1)
}
.countDown_digit_last_rotate{
    display: none;
    background: #f7f7f7
}
.countDown_digit_new_rotate{
    display: none;
    background: #fff
}
.countDown_digit_new_rotated{
    transform: rotateX(180deg);
    width: 100%;
    height: 100%
}
.countDown_digit_new_rotated_inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}
/*---------------------------------------------------------------------------*/
#questionBookLoadPlace li{
    padding: 2px 5px;
    border-radius: 5px;
}
/*---------------------------------------------------------------------------*/
.examQuestionPanelItems{
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.examQuestionPanelItems p{
    margin: 0;
}
.examQuestionPanelItems i{
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    transition: all .4s;
}
.examQuestionPanelItems.itemPanelOpen i{
    transform: rotate(180deg);
}
.examQuestionItemsMonitors{
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all .5s;
}
.examQuestionPanelQ{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.examQuestionPanelQ li{
    padding: 3px;
    border-radius: 5px;
}
.examQuestionPanelQ .zmdi-edit{
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}
/*---------------------------------------------------------------------------*/
@media print{
    .np{
        display: none;
    }
    .dp{
        width: 100% !important;
        overflow: visible !important;
        background: none;
    }
    .vh{
        visibility: hidden;
    }
    #totalDiv{
        display: none;
    }
    #lightBoxContent{
        top: 0 !important;
        width: 90% !important;
    }
    #lightBoxContent fieldset{
        margin: 0 !important;
        padding: 0 !important;
    }
    #lightBoxContent, #lightBoxContent *{
        color: #000 !important;
    }
    #lightBoxContentMar{
        margin: 0 auto !important;
        padding: 0 !important;
    }
    #lightBoxContent{
        background: #fff !important;
    }
}