html, body {
  height: 100%;
  width: 100%;
  margin: 0px 0px;
  padding: 0px;
  overflow: auto;
}

.body-cuestionario {
  background: url("../imagenes/fondo.png") #5D5D5F repeat;
  /* margin: 0px -20px 0px -20px; */
}

.div-cuestionario {
  padding-top: 20px;
}

.tarjeta {
  margin-bottom: 20px;
}

.card-body-progreso {
  padding: 0px;
}

#barra-progreso {
  margin: 7px 10px;
  border: 1px solid #bbb;
}

.progreso-texto {
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;
  margin-top: -2px;
}

.fondo-gris {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.texto-aclaracion {
  font-weight: bold;
}

#aclaracion {
  display: block;
  width: 80%;
  border: 1px solid #555555;
  margin: 15px auto 35px auto;
  padding: 8px;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #CCCCCC;
  background: -moz-linear-gradient(center top, #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#CCCCCC)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(center top, #EEEEEE, #CCCCCC); /* Safari 5.1, Chrome 10+ */
  background: -ms-linear-gradient(center top, #EEEEEE, #CCCCCC); /* IE 10 */
  background: -o-linear-gradient(center top, #EEEEEE, #CCCCCC); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE00', endColorstr='#CCCCCC00',GradientType=0); /* IE6-9 */
}

/* ----------------------------------------- */

#cajaMensaje {
  /* display: none;
  display: block; */
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  clear: both;
}

.cajaMensajeOK {
  color: #155724;
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
}

.cajaMensajeError {
  color: #721c24;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  height: auto;
}

/* --------------------------------------------------- */

#cabecera {
  text-align: center;
  margin-top: 30px;
  border-bottom: 2px solid #555555;
}

#tituloCabecera {
  color: #00466B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
  margin: 20px 0 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #555555;
}

#intro {
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 100%;
  margin-bottom: 30px;
  text-align: center;
  line-height: 25px;
  border-bottom: 2px solid #555555;
  padding-top: 25px;
  padding-bottom: 25px;
  text-shadow: 1px 1px 3px #666666;
  background-color: #CCCCCC;
  background: -moz-linear-gradient(center top, #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#CCCCCC)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(center top, #EEEEEE, #CCCCCC); /* Safari 5.1, Chrome 10+ */
  background: -ms-linear-gradient(center top, #EEEEEE, #CCCCCC); /* IE 10 */
  background: -o-linear-gradient(center top, #EEEEEE, #CCCCCC); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE00', endColorstr='#CCCCCC00',GradientType=0); /* IE6-9 */
}

.renglon {
  display: block;
  margin-left: calc(50% - 180px);
  float: left;
  clear: both;
  padding: 7px 0;
  font-family: Arial,Helvetica,sans-serif;
}

.panelIzquierda {
  width: 180px;
  float: left;
  text-align: left;
  margin-top: -5px;
}

.panelDerecha {
  width: 180px;
  float: left;
}

#contenedor {
  width: 100%;
  float: left;
}

.espaciador {
  float: left;
  height: 20px;
  width: 100%;
}

.panelDerechaEmpresa {
  color: #00466B;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: -5px;
  width: 180px;
}

.final {
  text-align: left !important;
  padding-left: 30px;
  margin-bottom: 10px !important;
}

.cambioClave {
  font-size: 85%;
  font-weight: bold;
  color: #FF5555;
  clear: both;
  padding-top: 7px;
  text-align: center;
  text-decoration: none;
}

.cambioClave a {
  text-decoration: none;
  color: #FF5555;
}

/* ------------------------------- */

#listado {
  color: #00466B;
  margin: -10px auto;
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
}

#listado a {
  text-decoration: none;
}

#listadoPreguntas {
  background-color: #2929bd;
  color: #FFFFFF;
  padding: 7px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 300;
}

/* ------------------------------- */

.tablaPorcentaje tr {
  height: 25px;
}

.anchoPorcentaje {
  width: 40px;
  margin-left: 25px;
}

/* ------------------------------- */

.anchoEntero {
  width: 100px;
}

/* ------------------------------- */

#titulo {
  text-transform: uppercase;
  font-weight: bold;
}

#subtitulo {
  font-size: 0.8em;
  font-weight: bold;
}

#pregunta {
  font-size: 0.7em;
  font-weight: normal;
}

#opciones {
  color: #00466B;
  font-size: 0.7em;
  font-weight: normal;
  margin: 10px 0px 20px 15px;
  line-height: 15px;
}

/* ------------------------------- */

.sombra-caja {
  box-shadow: 5px 5px 10px #292929;
}

.oculto {
  display: none !important;
}

.linea-opciones {
  line-height: 22px;
}

.radio label {
  padding-bottom: 5px;
}

.radio label::before {
  margin-top: 2px;
}

.radio input[type="radio"]:checked + label::after {
  margin-top: 2px;
}

.checkbox label {
  padding-bottom: 5px;
}

.checkbox label::before {
  margin-top: 4px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  margin-top: 4px;
}

.botonera-izquierda {
  float: left;
}

/* ------------------------------ */

#grisado {
  position: fixed;
  height: 100%;
  width: 104%;
  background: black;
  opacity: 0.7;
  z-index: 2000;
  display: none;
  margin-left: -15px;
}

#grisadoGIF {
  position: fixed;
  top: 40%;
  left: 45%;
  z-index: 3000;
  display: none;
}

/* ------------------------------ */

.separacion {
  height: 15px;
}

.btn-separador {
  margin: 5px 0px;
}

/* ------------------------------ */

.mensaje-dropzone {
  margin-top: 8px;
}

/* ------------------------------ */

.pregunta-nota {
  margin: 20px 40px 23px 0px;
  text-align: justify;
  color: #555;
}

/* ------------------------------ */

#lista-respuestas {
  margin: 0px 0px 0px -30px;
  list-style: none;
  overflow: auto;  /* https://forum.jquery.com/topic/draggable-scroll-position-bug */
  scroll: auto;    /* https://forum.jquery.com/topic/draggable-scroll-position-bug */
}

#lista-respuestas li.draggable-item {
  cursor: grab;
  border-bottom: 1px solid #ccc;
  width: inherit;
  padding: 15px 20px;
  background-color: #f5f5f5;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  &:hover {
    cursor: pointer;
    background-color: #eaeaea;
  }
}
/* styles during drag */
#lista-respuestas li.draggable-item.ui-sortable-helper {
  cursor: grabbing;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
  -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
  box-shadow: 0 0 8px rgba(53,41,41, .8);
  transform: scale(1.015);
  z-index: 100;
}

#lista-respuestas li.draggable-item.ui-sortable-placeholder {
  cursor: grabbing;
  background-color: #ddd;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow:inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.numero-orden {
  font-weight: bold;
  color: #0000FF;
  background-color: #0092F2;
  margin-left: 4px;
}

.badge {
  padding: 3px 7px 5px 0px;
  float: left;
  margin-top: -2px;
  margin-right: 12px;
  color: #FFFFFF;
  width: 26px;
}

.badge:before {
  content: url('../imagenes/handler.png');
  position: relative;
  left: -19px;
  top: 0px;
  opacity: 0.5;
}

.texto-lista {
  margin: 3px 0px 0px 0px;
}

/* ------------------------------ */

.boton-2-lineas {
  height: 38px;
}

.texto-boton-1 {
  font-size: 1rem;
  top: -7px;
  position: relative;
}

.texto-boton-2 {
  font-size: 0.65rem;
  display: block;
  line-height: 0.9;
  top: -7px;
  position: relative;
}

/* ------------------------------ */
