/******************
    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:#f4f6f8;
}

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

/* Hover */
.btn-primary:hover,
.ls-move-btn:hover,
#ls-button-submit:hover,
#ls-button-next:hover,
#ls-button-previous:hover {
    background-color: #007EA1 !important;
    border-color: #007EA1 !important;
}

