/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.navbar {
    background: #00c0f3 !important; /* color del banner UCR */
}
  /* Barra de progreso */
.progress-bar{
    background:#00c0f3 !important;
}
  /* Aumentar altura de la cabecera */
.navbar {
    background: #00c0f3 !important;
    min-height: 110px !important;
    padding-top: 0;
    padding-bottom: 0;
}
.question-container{
    background:#fff;
    border:none;
    border-radius:10px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    padding:20px;
    margin-bottom:25px;
}
.group-title{
    text-align:center;
    color:#173B73;
    font-size:42px;
    font-weight:700;
}

.group-title:after{
    content:'';
    display:block;
    width:90px;
    height:4px;
    background:#00c0f3;
    margin:15px auto;
}
.progress-bar{
    background:#00c0f3 !important;
}
body{
    background:#FFFFFF;
}

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
/* Botones de navegación */
.ls-move-btn,
#ls-button-submit,
#ls-button-next,
#ls-button-previous {
    background-color: #007EA1 !important;
    border-color: #007EA1 !important;
    color: #ffffff !important;
}

/* Hover de botones de navegación */
.ls-move-btn:hover,
#ls-button-submit:hover,
#ls-button-next:hover,
#ls-button-previous:hover {
    background-color: #007EA1 !important;
    border-color: #007EA1 !important;
    color: #ffffff !important;
}
/* Opciones Sí/No seleccionadas */
.btn-group label.active,
.btn-group .btn.active,
.btn-group input[type="radio"]:checked + label,
input[type="radio"]:checked + .btn {
    background-color: #007EA1 !important;
    border-color: #007EA1 !important;
    color: #ffffff !important;
}

/* Mantener el color al pasar el mouse sobre la opción seleccionada */
.btn-group label.active:hover,
.btn-group .btn.active:hover,
.btn-group input[type="radio"]:checked + label:hover,
input[type="radio"]:checked + .btn:hover {
    background-color: #007EA1 !important;
    border-color: #007EA1 !important;
    color: #ffffff !important;
}
.btn-primary {
    background-color: #00c0f3 !important;
}

