
/*********  quiz list styles ***************/

/* tab lists */
.wppq-user-forms{
    border:  1px solid #d6d6d6;
    margin-bottom: 2rem;
}
.wppq_tab_list{
    border-bottom: 1px solid #d6d6d6;
    background-color: rgb(238, 238, 238);
}

.wppq_tab_list li{
    display: inline-block !important;
    padding: 1rem;
    list-style: none;
    margin: 0;
    padding-bottom: 2rem;
}

.wppq_tab_list li.current{
    background-color: #ccc;
    border-color: transparent !important;
}

.wppq_tab_list li a{
    vertical-align: sub;
}

.wppq-user-forms{
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}
.wppq-user-forms ul {
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.wppq-user-forms ul li {
    display: inline-block;

}
.wppq_list_scores_quiz  li{
    margin-bottom: 5px;
}
.wppq-user-forms label {
    width: 30%;
    min-height: 1px;
    float: right;
}
.wppq-user-forms input[type="text"], .wppq-user-forms input[type="number"], .wppq-user-forms input[type="email"], .wppq-user-forms input[type="url"], .wppq-user-forms input[type="password"], .wppq-user-forms input[type="search"], .wppq-user-forms textarea ,
.wppq-user-forms select{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.wppq-user-forms select{
    padding: 4px;
}
.wppq-user-forms input[type="checkbox"]{
    width: auto !important;
    margin-left: 1rem !important;
}
.wppq_price_role{
    margin-right: 1rem;
    color: #3ca73c;
}
.wppq_lable_checkbox:first-child {
    width: 0;
}
.wppq-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]) ,  .wppq-user-forms textarea , .wppq-user-forms select{
    width: 69.9%;
}
.wppq-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), .wppq-user-forms select, .wppq-user-forms textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.wppq-user-forms input[type="text"], .wppq-user-forms input[type="number"], .wppq-user-forms input[type="email"],
.wppq-user-forms input[type="url"], .wppq-user-forms input[type="password"], .wppq-user-forms input[type="search"] {
    padding: 3px;
}
.wppq-required{
    color:red;
}
.wppq_form_desc{
    margin-bottom: 1rem !important;
    color: #757575;
}
.wppq_form_bill{
    display: none;
}
.wppq_form_bill td , .wppq_form_bill th{
    text-align: center;
}
.wppq_gateways_div{
    justify-content: center!important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wppq_gateways_div img{
    width: 80px;
}
.wppq_gateways_div input{
    width: auto !important;
    text-align: center;

}
.wppq_msg_field {
    font-size: 14px;
    color: red;
}
.wppq_alert{
    border: 1px dotted #FFC3C3!important;
    background-color: #FFF7F7!important;
    border-radius: 2px !important;
}
#wppq_form_error{
    padding: 6px 9px;
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #ffebe8;
    border: 1px solid #C00;
}
#wppq_form_success{
    padding: 6px 9px;
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e7fff3;
    border: 1px solid #11cc47;
}
.wppq_border_input{
    border: 1px solid red !important;

}
.wppq_form_submit_loader{
    background-repeat: no-repeat;
    background-image: url(../images/ajax-loader.gif);
    background-position: left;
    background-size: 20%;
    background-blend-mode: darken;

}

.form_search_job input:-ms-input-placeholder , .form_search_job select:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #fff !important;
}

.form-row{
    margin-bottom: 1rem;
}
.wpvip_error , .wpvip_success{
    padding-right: 0.5rem;
    border-bottom: 1px solid #d4c5c5;
    margin-bottom: 2rem;
}
.wpvip_error {
    background-color: #ab1d1d1a;
    border-right: 2px solid red;
}
.wpvip_success{
    background-color: #12e59614;
    border-right: 2px solid green;
}
.wpvip_error p , .wpvip_success p {
    margin: 0 !important;
    font-size: 14px !important;
}

/* tables */
.wppq-user-forms table {
    width: 100%;
    border-collapse: collapse;
}

.wppq-user-forms th {
    font-weight: bold;
}
.wppq-user-forms td, .wppq-user-forms th {
    padding: 6px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    .wppq-user-forms table, .wppq-user-forms thead, .wppq-user-forms tbody, .wppq-user-forms th, .wppq-user-forms td, .wppq-user-forms tr {
        display: block;
    }
    .wppq-user-forms tr {
        border: 1px solid #b7b7b7;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .wppq-user-forms thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    .wppq-user-forms td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .wppq-user-forms td:before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 2rem;
    }

    /*
    Label the data
    */
    .wppq-user-forms .wppq_table_list td:nth-of-type(1):before { content: "عنوان آزمون"; }
    .wppq-user-forms .wppq_table_list td:nth-of-type(2):before { content: "دسته"; }
    .wppq-user-forms .wppq_table_list td:nth-of-type(3):before { content: "استاد"; }
    .wppq-user-forms .wppq_table_list td:nth-of-type(4):before { content: "زمان آزمون"; }
    .wppq-user-forms .wppq_table_list td:nth-of-type(5):before { content: "مهلت آزمون"; }
    .wppq-user-forms .wppq_table_list td:nth-of-type(6):before { content: ""; }

    .wppq-user-forms .wppq_table_scores td:nth-of-type(1):before { content: "عنوان آزمون"; }
    .wppq-user-forms .wppq_table_scores td:nth-of-type(2):before { content: "وضعیت"; }
    .wppq-user-forms .wppq_table_scores td:nth-of-type(3):before { content: "امتیاز"; }
    .wppq-user-forms .wppq_table_scores td:nth-of-type(4):before { content: "نمره"; }
    .wppq-user-forms .wppq_table_scores td:nth-of-type(5):before { content: "درصد امتیاز"; }
    .wppq-user-forms .wppq_table_scores td:nth-of-type(6):before { content: "درصد کلی"; }

    .wppq-user-forms .wppq_table_rate td:nth-of-type(1):before { content: ""; }
    .wppq-user-forms .wppq_table_rate td:nth-of-type(2):before { content: "تعداد آزمون های شرکت کرده"; }
    .wppq-user-forms .wppq_table_rate td:nth-of-type(3):before { content: "شرکت نکرده"; }
    .wppq-user-forms .wppq_table_rate td:nth-of-type(4):before { content: "تصحیح نشده"; }
    .wppq-user-forms .wppq_table_rate td:nth-of-type(5):before { content: "درصد امتیازات"; }
    .wppq-user-forms .wppq_table_rate td:nth-of-type(6):before { content: "معدل"; }

    .wppq-user-forms .wppq_top_users td:nth-of-type(1):before { content: "نام"; }
    .wppq-user-forms .wppq_top_users td:nth-of-type(2):before { content: "امتیاز"; }
    .wppq-user-forms .wppq_top_users td:nth-of-type(3):before { content: "نمره از 20"; }
    .wppq-user-forms .wppq_top_users td:nth-of-type(4):before { content: "درصد"; }
    .wppq-user-forms .wppq_top_users td:nth-of-type(5):before { content: "درصد کلی"; }

    .wppq-user-forms #wppq_table_report_mounthly td:nth-of-type(1):before { content: "ردیف"; }
    .wppq-user-forms #wppq_table_report_mounthly td:nth-of-type(2):before { content: "نام درس"; }
    .wppq-user-forms #wppq_table_report_mounthly td:nth-of-type(3):before { content: "واحد"; }
    .wppq-user-forms #wppq_table_report_mounthly td:nth-of-type(4):before { content: "نمره نهایی"; }
    .wppq-user-forms #wppq_table_report_mounthly td:nth-of-type(5):before { content: "ملاحظات"; }

    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(1):before { content: "ردیف"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(2):before { content: "نام درس"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(3):before { content: "واحد"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(4):before { content: "نمره نهایی"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(5):before { content: "مستمر"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(6):before { content: "پایانی"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(7):before { content: "ملاحظات"; }

    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(1):before { content: "ردیف"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(2):before { content: "نام درس"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(3):before { content: "واحد"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(4):before { content: "نمره نهایی"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(5):before { content: "مستمر ترم 1"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(6):before { content: "پایانی ترم 1"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(7):before { content: "کل ترم 1"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(8):before { content: "مستمر ترم 2"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(9):before { content: "پایانی ترم 2"; }
    .wppq-user-forms #wppq_table_report_term2 td:nth-of-type(10):before { content: "نمره سالانه"; }
    .wppq-user-forms #wppq_table_report_term1 td:nth-of-type(11):before { content: "ملاحظات"; }






}
.wppq_quiz_answers input[type=radio]:disabled, .wppq_quiz_answers input[type=radio]:disabled:checked:before ,
.wppq_quiz_answers input[type=checkbox].disabled, .wppq_quiz_answers input[type=checkbox].disabled:checked:before, .wppq_quiz_answers input[type=checkbox]:disabled, .wppq_quiz_answers input[type=checkbox]:disabled:checked:before
{
    opacity: 1 !important;
    border-color: #000 !important;
    cursor: default !important;
}
.wppq_div_top_users label{
    float: none !important;
    width: 100% !important;
}
.wppq_list_scores_quiz{
    display: inline-block !important;
}
.wppq_list_scores_quiz li{
    margin-left: 5px;
    border: 1px solid #afb3b5;
    padding: 5px 10px 5px 10px;
}
.wppq_div_top_users input{
    width: auto !important;
}
#wppq_quiz_timer{
    text-align: center;
    color: green;
}
.wppq_list{
    margin-right: 0 !important;
}
.wppq_quiz_question{
    margin-top: 1rem;
}
.wppq_questionList{
    margin: 1rem;
    list-style: none;
    /* background: #7cc3ff; */
    padding: 1.7rem 1rem 0.5rem 1rem;
    border-radius: 15px;
}
.wppq_questionList li{
    padding: 1rem;
}
.wppq_question{
    border: 2px solid #7cc3ff;
    margin: 10px 0 0 0;
    border-radius: 5px;
    padding: 2rem 10px 10px 10px;
}
.wppq_response{
    font-size: 14px;
}
.wppq_checkboxInput , .wppq_radioInput{
    margin-left: 5px !important;
}
.wppq_questionListItem #wp-answer_-wrap{
    padding: 1rem 1rem 1rem 2rem !important;
}
.wppq_questionListItem textarea{
    width: -webkit-fill-available !important;
    margin-top: 1rem;
}
@media (max-width: 500px) {
    .wppq_button{
        padding: 1rem !important;
    }
    .wppq_questionList{

    }
}
@media (max-width: 340px) {
    .wppq_button{
        padding: 5px !important;
    }
}
.wppq_true_answer{
    background-color: #11cc47;
}
.wppq_false_answer{
    background-color: #ff5048;
}
.wppq_show_avg_scores{
    border: 1px solid #000e14;
    padding: 1rem;
    text-align: center;
    margin-right: auto;
    width: max-content;
    margin-left: auto;
    margin-bottom: 2rem;
}
.wppq_show_avg_scores p{
    text-align: center !important;
}
.wppq_summary_quiz{
    text-align: center;
}
.wppq_summary_quiz button{
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #000 !important;
    line-height: 0 !important;
    cursor: pointer;
    text-align: center;
}
.wppq_summary_quiz ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}
.wppq_summary_quiz li{
    list-style: none;
    float: right;
    margin-bottom: 5px;
}
@media (max-width: 480px){
    .wppq_show_avg_scores{
        width: auto;
    }
    .wppq_show_avg_scores span{
        font-size: 14px;
    }
    .wppq_title_score{
        display: block;
    }
}
#wppq_clear_checked , .wppq_clear_checked{
    margin-right: 1rem;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
}
#wppq_error_ajax{
    margin-right: 1rem;
}
/* pagination */
.booking_pagination {
    display: inline-block;

}

.booking_pagination a {
    background-color: #fff !important;
    padding: 2px 7px !important;
    border: 1px solid #00000059 !important;
    border-radius: 2px !important;
    font-size: 16px !important;
}
.booking_pagination span {
    color: #ffff;
    cursor: default;
    background-color: #353535 !important;
    padding: 2px 7px !important;
    border: 1px solid #00000059 !important;
    border-radius: 2px !important;
    font-size: 16px !important;
}

.wppq_file_quiz , .wppq_file_quiz p , .wppq_file_quiz span , .wppq_file_quiz input{
    text-align: center !important;
}
.wppq_file_quiz p{
    margin-bottom: 5px !important;
}

.wppq_file_quiz input{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 380px){
    .wppq_file_quiz input{
        width: 80%;
    }
}

.wppq_link_dl {
    background-color: green;
    color: #fff !important;
    border-radius: 5px;
    padding: 4px 10px 7px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
}
.wppq_link_dl a{
    color: #fff !important;
}
@media (max-width: 1199px){
    .wppq_quiz_question td{
        display:block !important;
    }
}

/* report */
.wppq_div_print button{
    background: green;
    padding: 5px 1rem !important;
}
.wppq_div_filter_report{
    padding: 0 1rem;
}
.wppq_div_filter_report .input-group{
    width: 50%;
    margin-bottom: 1rem;
    margin-top: 4px;
}
.wppq_div_filter_report  select{
    border-radius: 2px 0 2px
}
.wppq_div_filter_report .input-group-addon{
    border-radius: 2px 0 2px 0;
    padding: 0 15px;
    border-left: 1px solid #d0cccc !important;
    border-right: 0 !important;
}
.wppq_div_filter_report .btn-select{
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    color: gray;
    border: 0 !important;
}
@media (max-width: 656px){
    .wppq_div_filter_report .input-group{
        width: 100%;
    }
}

.wppq-float-child {
    width: 50%;
    float: right;
}
@media screen and (max-width: 656px) {
    .wppq-float-child {
        width: 100%;
        float: right;
    }
    .wppq-float-child h2 , .wppq-float-child  span , .wppq-float-child   strong{
        font-size: 15px !important;
    }
}
.wppq_table_reports_admin  td , .wppq_table_reports_admin  th{
    border-left: 1px solid #ccd0d4 !important;
}
.wppq_table_reports_admin .widefat tr td ,  .wppq_table_reports_admin  .widefat tr th {
    border-left: 1px solid #ccd0d4 !important;
}
.wppq_alert_report{
    padding: 1rem;
    color: red;
    margin-bottom: 1rem !important;
}
.wpqq_table_title_report td , .wpqq_table_title_report tr{
    border: 0 !important;
    text-align: right
}
.wppq_table_report td ,  .wppq_table_report th{
    border-left: 1px solid #ddd;
    text-align: right
}
@media screen and (max-width: 1024px) {
    .wppq_table_report tr{
        border: 0 !important;
    }
    .wppq_table_report .data-molahezat{
        height: 4rem;
        border-bottom: 2px solid #afafaf;
    }
}

@media print {
    body * {
        visibility: hidden;
        -webkit-print-color-adjust: exact;
    }
    .wppq_print_report *{
        visibility: visible;
    }
    .wppq_print_report{
        position: absolute;
        right: -120px;
        top: 0;
        min-width: 1000px !important;
    }
    @page {
        size:  auto;
        margin: 15mm auto 8mm auto;

    }
    @page :footer {
        display: none
    }
}

@media (min-width: 992px) {
    .wppq_table_report td , .wppq_table_report th{
        text-align: center;
    }
}
.wppq_quiz_timer{
    position: fixed;
    bottom: 3%;
    left: 3%;
    color:#000 !important;
    font-weight: 500;
    z-index: 100000000000;
}
.wppq_timer_secends{
    background-color: #000e14;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 5px;

}
.wppq_pdf_view iframe{
    width: 100% !important;
}
.wppq_quiz_pdf{
    text-align: center;
    margin-bottom: 1rem;
}
.wppq_quiz_pdf button a{
    color: #ffffff;
}
.wpinp_table_answers {
    padding: 1rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0;
    border: 2px solid #7cc3ff;
    border-radius: 5px !important;
    background: #fff;
}

.wpinp_table_answers th, .wpinp_table_answers td {
    text-align:center;
    padding: 2px;
    border: 1px solid #d9d9d9;

}

.wpinp_table_answers tr:nth-child(even){background-color: #f2f2f2 !important;}

.wppq_answer_submit{
    background-color: green;
    color: #fff;
    cursor: pointer;
    border:1px solid transparent;
}
.wppq_answer_submit:hover{
    border:1px solid #131313;
}
.wppq_test_pdf_end_btn{
    position: fixed;
    bottom: 5%;
    right: 3%;
    text-align: center;
    z-index: 100000000;
}
.wppq_test_pdf_end_btn button{
    background-color: green !important;
    padding: .5rem 1rem .7rem 1rem !important;
}
.wppq_test_pdf_end_btn button:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.3);
}
.wppq_new_test_quiz .wppq_question .wpinp_table_answers td{
    display: table-cell !important;
}

#wppqShowQuestions{
    display: none !important;
    position: fixed;
    bottom: 15%;
    left: 1.5%;
    color: #fff !important;
    font-weight: 600;
    z-index: 100000000000;
    background-color: #26aaff;
    padding: .5rem 1rem
}
#wppqShowQuestions i{
    vertical-align: middle;
}
 #wppq_quiz_sidebar{
    overflow: scroll !important;
    height: 145vh !important;
}
@media screen and (max-width: 991px) {
    #wppq_quiz_sidebar{
        width: 95%;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100000000000;
        flex: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 0 11px rgba(33,33,33,.3);
        padding: 1rem;
        overflow: scroll !important;
        height: 100vh !important;
    }

    .wppq_new_test_quiz , .wppq_new_test_quiz .wppq_list{
        z-index: 100000000000;
    }
    #wppqShowQuestions{
        display: inline-block !important;
    }
    .wppq_test_pdf_end_btn{
        width: 100%;
        left: auto;
        margin-top: auto;
        text-align: right;
    }
    .wppq_close_question_btn{
        display: inline-block !important;
    }

}
@media screen and (max-width: 767px) {
    .hiddenSmallView,  .hiddenSmallView *{
        display: inline-block !important;
    }
}
@media screen and (max-width: 480px) {
    #wppqShowQuestions {
        bottom: 9%
    }
    .wppq_test_pdf_end_btn {
         bottom: 0
    }
    .wppq_col-pdf{
        padding:0 !important;
    }

}
.wppq_error_ajax_div{
     z-index: 10000000000;
    padding: 10px 1.5rem !important;
    position: fixed;
    background-color: red;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    bottom: 3%;
    right: 3%;
    border-radius: 2px;
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .wppq_pdf_view iframe {
        height: 800px;
    }
}
@media screen and (max-width: 700px) and (min-width:656px){
    .wppq_pdf_view iframe {
        height: 840px;
    }
}
@media screen and (max-width: 655px) and (min-width:620px){
    .wppq_pdf_view iframe {
        height: 780px;
    }
}
@media screen and (max-width: 619px) and (min-width:570px){
    .wppq_pdf_view iframe {
        height: 730px;
    }
}
@media screen and (max-width: 569px) and (min-width:520px){
    .wppq_pdf_view iframe {
        height: 660px;
    }
}
@media screen and (max-width: 519px) and (min-width:481px){
    .wppq_pdf_view iframe {
        height:590px;
    }
}
@media screen and (max-width: 480px) and (min-width: 451px){
    .wppq_pdf_view iframe {
        height: 540px;
    }
}
@media screen and (max-width: 450px) and (min-width: 420px){
    .wppq_pdf_view iframe {
        height: 490px;
    }
}
@media screen and (max-width: 419px) {
    .wppq_pdf_view iframe {
        height: 470px;
    }
}