﻿/* 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;
    heith: 150px;
    border:1px solid red;
    background: url("images/fondo-top.png") center center no-repeat;
}
.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 */
h2 {
  margin-top:0px;
}

.time {
  margin-top:145px;
  text-align: right;
}

.planteamiento{
    border: 1px solid #CCC;
    background-color:#fcfcfc;
    padding: 10px;
    font-size: 18px;
    text-align: left;
}
.imagen-pregunta {
  width:986px !important;
  margin:20px auto 20px 50px !important;
}
.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:4px solid #ccc;
    border-radius: 5px;
    margin-bottom:5px;
    padding: 10px 10px;
}
.answer:hover{
    color:#000;
    border:4px solid #666;
}
.answer-active{
    border:4px solid orange;
}



/* 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;
}
.alt-container {
  width:700px;
  margin:auto;
}
.buttons-container {
  width:900px;
  margin:0px auto 0px auto;
}

/*Despliegue de alternativas */
/* por defecto, muestra las alternativas en 2 columnas simétricas */
.alt01 img.imagen-pregunta {
  width:375px !important;
  height: auto !important;
  float: left !important;
  margin-top:20px;
  border: none !important;
}
.alt01 div.alt-container {
  width:400px;
  float: left !important;
  height: auto !important;
  margin-left: 20px;
}
.alt01 div.alt-container div.answer {
  height: auto !important;

}

/* despliegue tipo 2 */
/* despliega el planteamiento en una columna izquierda más ancha que la derecha */
.alt02 img.imagen-pregunta {
  width:700px !important;
  height: auto !important;
  float: left !important;
  margin-top:20px;
  border: none !important;
}
.alt02 div.alt-container {
  width:300px;
  float: left !important;
  height: auto !important;
  margin-left: 20px;
  border:none !important;
}
.alt02 div.alt-container div.answer {
  height: auto !important;

}


/* despliegue tipo 3 */
/* Despliega el planteamiento en una columna más delgada que las alternativas */
.alt03 img.imagen-pregunta {
  width: 375px !important;
  height: auto !important;
  float: left !important;
  margin-top:20px;
  border: none !important;
}
.alt03 div.alt-container {
  width: 650px;
  float: right !important;
  height: auto !important;
  margin: auto !important;
  border: none !important;
}
.alt03 div.alt-container div.answer {
  width: 300px;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
  height: auto !important;
}


/* despliegue tipo 4 */
/* Despliega el planteamiento en una columna con alto fijo y mas delgada que las alternativas */
/* las alternativas tienen alto fijo */
.alt04 img.imagen-pregunta {
  width: auto !important;
  height: 500px !important;
  float: left !important;
  margin-top:20px;
  border: none !important;
}
.alt04 div.alt-container {
  width: 850px;
  float: right !important;
  height: auto !important;
  margin: auto !important;
  border: none !important;
}
.alt04 div.alt-container div.answer {
  width: 400px;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 170px !important;
}


/* despliegue tipo 5 */
/* Las alternativas tienen un alto predefinido */
.alt05 img.imagen-pregunta {
  width: 375px !important;
  height: auto !important;
  float: left !important;
  margin-top:20px;
  border: none !important;
}
.alt05 div.alt-container {
  width: 650px;
  float: right !important;
  height: auto !important;
  margin: auto !important;
  border: none !important;
}
.alt05 div.alt-container div.answer {
  width: 300px;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 190px !important;
}
