/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 août 2018, 09:23:00
    Author     : djoluc
*/

#test_name{
    display: block;
    border: 0px solid black;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-size: 28px;
    background-color: activecaption;
    opacity: 1;
}

#play_form{
    display: block;
    border: 0px solid black;
    margin-bottom: 100px;
}

#play_form #indication{
    display: none; 
    float: right;
    width: 300px;
    height: 100px;
    border: 1px dashed red; 
    font-size: 12px; 
    font-weight: normal;
}

#play_form textarea{
    min-width: 500px;
    min-height: 200px;
}

#play_form select{
    background-color: transparent;
}

#play_form input[type="submit"]{
    margin-right: 10px;
}

#play_form ol{
    display: block;
    border: 0px solid black;
    list-style-position: outside;
}

#play_form ol li{
    display: list-item;
    font-size: 27px;
    border: 0px solid blue;
    /*color: darkgray;*/
    color: #222;
    opacity: 1;
    padding-bottom: 50px;
}

#play_form ol li:hover{
    opacity: 1;
    color: #222;
    background-color: cyan;
}

#play_form ol li ul{
    display: block;
    border: 0px solid black;
    max-width: 400px;
}


#play_form ol li ul li{
    display: inline-block;
    opacity: 1;
    font-size: 20px;
    color: rgba(53, 44, 34, 0.9);
    border: 0px solid red;
    text-shadow: 0 1px 0px cyan; 
    padding-bottom: 0px;
}

@-webkit-keyframes play {
    from {
        width: 200px;
    }
    to {
        width: 210px;
    }
}

@-moz-keyframes play {
    from {
        width: 200px;
    }
    to {
        width: 210px;
    }
}

@-ms-keyframes play {
    from {
        width: 200px;
    }
    to {
        width: 210px;
    }
}

#play_button{
    display: block;
    width: 210px;
    height: 210px;
    margin: auto;
    margin-top: 80px;
    opacity: 0.7;
}

.play_button_anim{
    -webkit-animation: play 1s linear 0s infinite;
    -moz-animation: play 1s linear 0s infinite;
    -ms-animation: play 1s linear 0s infinite;
}

#play_button:hover{
    opacity: 0.3;
    width: 200px;
    height: 200px;
}

#header_play_info_box{
    border: 0px solid white;
    float: right;
    height: 100%;
    min-width: 50px;
    margin-right: 40px;
}

#time_loading_img{
    height: 100%; 
    float: right;
    margin-left: 0px;
}

#header_time_indicator{
    color: cadetblue;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    float: left;
}

#other_button_box{
    display: block;
    height: 40px; 
}

#other_button_box img{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

#other_button_box img:hover{
    width: 35px;
    height: 35px;
    opacity: 0.5;
}


#after_test_div{
    display: block;
    width: 100%;
    height: 800px;
    border: 0px solid black;
    margin-top: 50px;
    margin-bottom: 20px;
}


#after_test_div span{
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 1px 2px 1px black;
}

#attestation_box{
    display: block;
    background-color: transparent;
    margin-top: 20px;
    height: fit-content;
    padding-top: 25px;
    border-radius: 10px;
    border: 0px solid black;
}

#print_attest_page_div{
    display: block;
    width: 80%;
    height: 297mm;
    margin: auto;
    /*box-shadow: 0 0 5px 0px #222;
    background-color: #d8d9da;*/
    background: #ffffff;
    padding: 5px;
}

#print_attest_page_div h4{
    color: #222;
    text-align: center;
    margin: 0px;
}

#print_attest_page_div h6{
    color: #222;
    text-align: center;
    margin: 0px;
    font-weight: normal;
}

#head_box{
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 20px;
    border: 0px solid #cc6600;
}


#head_box img{
    display: inline-block;
    float: left;
    margin-top: 0px;
    width: 50px;
    height: 50px;
}

#head_box h4{
    margin-top: 5px;
}

#head_box h4, #head_box h6{
    display: block;
    text-align: center;
    float: left;
    margin-left: 20px;
}

#head_box h6{
    padding-left: 20px;
}

#seconde_head_box{
    margin-bottom: 20px;
}

#center_box{
    display: block;
    width: 100%;
    border: 0px solid black;
}

#center_box aside{
    display: block;
    float: right;
    width: 150px;
    height: 200px;
}

#center_box aside img{
    width: 100%;
    height: 100%;
}

#candidate_info_box ul li{
    list-style: none;
    margin-bottom: 20px;
}

#candidate_info_box ul li#name a{
    font-weight: bold;
}

#candidate_info_box ul li#name .info{
    display: inline-block;
    margin-left: 30px;
    font-weight: normal;
}

#candidate_info_box .eng{
    font-size: 10px;
}

#candidate_info_box p{
    margin: 0px;
}

#candidate_info_box ul li#gender_natio div{
    display: inline-block;
}

#candidate_info_box ul li#gender_natio #gender{
    margin-right: 10px;
}

#candidate_info_box ul li#gender_natio a{
    font-weight: bold;
}

#candidate_info_box ul li#gender_natio .info{
    display: inline-block;
    margin-left: 30px;
    font-weight: normal;
}

#attestation_box table{
    border-spacing: 0px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
}

#attestation_box table tr td{
    border: 1px solid #222;
    border-right: 0px;
    border-bottom: 0px;
    margin: 0px;
}

#attestation_box table tr td p{
    margin: 0px;
    font-size: 13px;
}



@-webkit-keyframes audioPlay {
    from {
        background-size: 100px 100px;
    }
    to {
        background-size: 120px 120px;
    }
}

@-moz-keyframes audioPlay {
    from {
        background-size: 100px 100px;
    }
    to {
        background-size: 120px 120px;
    }
}

@-ms-keyframes audioPlay {
    from {
        background-size: 100px 100px;
    }
    to {
        background-size: 120px 120px;
    }
}

#audio_control{
    display: block; 
    width: 90%; 
    height: 150px;
    margin: auto;
    margin-top: 5px;
    border: 1px solid thistle;
    background: url(../../image/audio_icon.svg) no-repeat;
    background-size: 100px 100px;
    background-position: center;
    background-color: transparent;
}

#audio_control:hover{
    box-shadow: 0 0px 2px black;
}

.audio_control{
    -webkit-animation: audioPlay 0.7s linear 0s infinite;
    -moz-animation: audioPlay 0.7s linear 0s infinite;
    -ms-animation: audioPlay 0.7s linear 0s infinite;
}

#pdf_iframe{
    display: block;
    width:90%; 
    height:360px; 
    margin: auto; 
    margin-top: 5px; 
    border: 1px solid thistle;
}

#play_congrat_dialog, #play_encou_dialog{
    display: block;
    position: fixed;
    width: 250px;
    height: 150px;
    top: 15vw;
    padding: 0px;
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.8);
    border: 1px solid #222;
}

#play_congrat_dialog span, #play_encou_dialog span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    background: -moz-linear-gradient(top, rgba(243, 135, 42, 1) 0%, rgba(206, 115, 35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243, 135, 42,1)), color-stop(100%,rgba(206, 115, 35,1)));
    background: -webkit-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(243, 135, 42,1) 100%);
    background: -o-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: linear-gradient(to bottom, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
}

#play_congrat_dialog p, #play_encou_dialog p{
    padding: 2px;
    text-align: center;
}

#play_congrat_dialog button, #play_encou_dialog button{
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px;
    font-size: 18px;
}

/***************************************************************************************************************************************/
ul li{
    display: block;
    list-style: none;
    margin: 0px;
}


fieldset{
    display: block;
    border: 1px solid cyan;
}


fieldset:hover{
    background: #fbfbfb;
}


#block_example_view_ul{
    display: block;
    border: 1px solid black;
    width: 100%;
    min-height: 50px;
    height: fit-content;
    padding: 0px;
    list-style: none;
}

#block_example_view_ul li{
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    border: 0px solid black;
    min-height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

#block_example_view_ul li.label{
    font-weight: bold;
}

#block_example_view_ul li.img_li{
    line-height: normal;
}

#block_example_view_ul li img{
    display: inline-block;
    border: 0px solid blue;
    width: 100px;
    height: 100px;
}


#play_form fieldset ul{
    display: block;
    margin-top: 20px;
    border: 0px solid black;
    padding: 0px;
}

#play_form fieldset ul:hover{
    background: #d8d9da;
}

#play_form fieldset ul li{
    display: inline-block;
    border: 0px solid blue;
}

#play_form fieldset ul li.answers_li{
    display: block;
    margin-left: 50px;
}

.block_question_ul li.question_num, table tr td.question_num{
    font-size: 25px;
}

#block_question_ul li.question_text{
    font-weight: bold;
    font-size: 20px;
}

#block_question_ul li.answers_li{
    display: block;
}

#question_answers_ul{
    display: block;
    float: none;
    margin-top: 10px;
    border: 0px solid black;
}

#question_answers_ul li{
    margin-right: 20px;
}

table{
    width: 300px;
    white-space: 0px;
    border-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

table tr td{
    border: 1px solid cadetblue;
    text-align: center;
    height: 55px;
}

table tr td img{
    width: 100px;
    height: 100px;
}

#attest_fix-table{
    display: block;
    float: right;
    margin-top: -25px;
}

