﻿/* Modal Verificación Test*/

.modal-test{
    color: #3a3a3a;
}
.modal-test .modal-header {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0px;
}
.modal-test .modal-body{
}
.modal-test .modal-footer {
    border-top: 0px;
}
.modal-test .modal-container{
    width: 800px;
    margin:auto;
    text-align: justify;

}
.verificacion {
    background-color: #ddf6ff;
    padding-bottom: 10px;
}
.loader{
    background-image: url("images/loader.png");
    background-position: center center;
    background-repeat: no-repeat;   
    background-size: 180px;
    width: 250px;
    height: 160px;
}
.loading {
    background-image: url("images/loading.gif")!important;
}
.notification{
    width: 250px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}
.text-normal{
    color: #848383;
}
.verificacion .modal-container .title-verificacion{
    font-size: 22px;
    font-weight: bold;
    margin-top: 60px;
}

.modal-test .modal-body .title-verificacion{
    margin: 0;
    padding: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: bold;
}

.modal-test .modal-body .information ol{
    list-style: none;
}

.img-people-footer {
    background: url("images/people.png") no-repeat left top;
    background-color: transparent;
    background-size: 350px;
    width: 350px;
    height: 124px;
}

/* Header Test*/
.title-container {
    padding: 10px 30px;
    z-index: 20;
}
.title-container .logo-test{
    background: url("images/logo_test.png") no-repeat center center;
    background-size: 145px 41px;
    width: 145px;
    height: 41px;
    margin: 5px 0px 0px 0px;
}
.title-container .title{
    width: calc(100% - 230px);
    margin-left: 20px;
}
.title-container .title .title-test{
    margin: 0px 0px 0px 0px;
    color: #FFF;
    font-size: 22px;
}
.title-container .title span {
    font-size: 14px;
}

/* Body Test */
.planteamiento{
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color:#FFF;
    padding: 10px;
    text-align: justify;
}
.imagen, .video{
    width: 640px;
}
.audio{
    width: 200px;
}
.question{
    color: #4c4cff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.answer{
    width: 100%;
    height: 40px;
    background-color:#FFF ;
    color: #666;
    border:1px solid #666;
    border-radius: 5px;
    margin-bottom:5px;
    padding: 10px 10px;  
}
.answer:hover{
    color:#000;
    border:1px solid #000;
}
.answer-active{
    background-color:gold;
}



/* Buttons */
.btn-next,
.btn-previus{
    width: 150px;
    height: 40px;
    color: #FFF;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #484848;
    line-height: 18px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.btn-next{
    background-image: url(images/btn-next.png)!important;
    background-position: 30px center;

}
.btn-previus{
    background-image: url(images/btn-previus.png)!important;
    background-position: 20px center;
}
.btn-next:hover,
.btn-previus:hover{
    background-color: #fff;
}
.btn-play,
.btn-play:focus{
    width: 140px;
    height: 40px;
    color: #FFF;
    background-color: #484848;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
}
.btn-play:active,
.btn-play:hover{
    background-color: #333333;
    color: #FFF;
}
.btn-finalize{
    background-image: url("images/finalizar-test.png")!important;
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    background-size: 140px;
    border-radius: 10px;
}
.btn-finalize:hover {
    background-position: -1px -41px; 
    background-color: #000;
}
.form-select{
    border-radius: 5px;
}
.form-select.active{
    background-color: gold;
}
.form-select option {
    background-color:#fff;
}
.form-select option:hover {
    color: #000;
}
