.numero {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    border: 5px solid #55A79A;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    margin: 0 10px 0 0;
    position: relative;
    top: -7px;
}

.menu_seleccionado{
    border: 5px solid #55A79A  !important;
    border-radius: 100% !important;
}

.numero_blanco {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    border: 5px solid #ffffff;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    margin: 0 10px 0 0;
    position: relative;
    top: -7px;
}

.respuesta_correcta{
    border-width: 2px !important;
    border-color: red;
    background-color: rgba(0, 255, 100, 0.2);
    vertical-align: middle;
}

.respuesta_erronea{
    border-width: 2px !important;
    border-color: red;
    background-color: rgba(255, 99, 132, 0.2);
    vertical-align: middle;
}

.respuesta_blanco{
    border-width: 2px !important;
    background-color: rgba(255, 205, 86, 0.2);
    vertical-align: middle;
}

.respuesta_era_correcta{
    border-width: 2px !important;
    background-color: rgba(255, 205, 86, 0.2);
    vertical-align: middle;
}

.texto_blanco{
    color: #ffc107;
    font-weight: bold;
}
.texto_fallo{
    color: #dc3545;
    font-weight: bold;
}

.texto_acierto{
    color: #28a745;
    font-weight: bold;
}

.texto_era_correcta{
    color: #0000ff;
    font-weight: bold;
}


.fieldset_informe { border:1px solid green }

.legend_informe {
  padding: 0.2em 0.5em;
  border:0px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
  
  .texto_gris{
      color: #A9A9A9;
  }
  
  .texto_verde{
      color:#55a79a;
  }

  .texto_justificado{
      text-align: justify;
  }
  
  .alto_minimo_600{
      min-height: 600px !important;
  }
  li {
    margin-bottom: 0px;
  }
  
  .lista_test{
      margin:5px;
      padding:0;
  }
  
  .lista_test li{
      margin-bottom: 7px;
  }
  
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.texto_justificado {
    text-align: justify;
}

@media screen and (max-device-width : 768px) {
    #chartjs-progreso{
        height: 600px;
    }
    
    .tabla_bloques {
        font-size: 12px;
    }
    
    .tabla_temas{
        font-size: 10px;
    }
    
    .tabla_subtemas{
        font-size: 8px;
    }

}

@media screen and (min-device-width : 769px) {
 #chartjs-progreso{
        
    }
}

@media screen {
    
}


    
.paypal-logo {
    display: inline-block;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-family: Verdana, Tahoma;
    font-weight: bold;
}
  
