@charset "utf-8";
/* CSS Document */

.btn-circle2 {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
	color: #fff;
    background-color: #21A7E1;
    border-color: #21A7E1;
    display: inline-block;
}

.conductormain
{
    color: #067705;
}

.conductorsecond
{
    color: #efc72e;
}

.conductorerror
{
    color: #ef2e2e;
}


.mapa {
            height: 500px;
    width: 100%;
      }

.imgestudiante
{
    width: 150px;
    height: 150px;
    float: left;
}

.textimg
{
    float: left;
}

.alistamientopre
{
    color: #333;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 0px;
    width: 100%;
}

.alistamientopre1
{
    font-size: 30px;
    vertical-align: sub;
    color: #0eff00;
}

.alistamientopre2
{
    font-size: 30px;
    vertical-align: sub;
    color: #ff0000;
}

.alistamientopre3
{
    font-size: 30px;
    vertical-align: sub;
    color: #f0ff2a;
}

.numeroformato
{
    background-color: #1eff00;
    color: #555;
}

.informacionextra
{
    font-size: 16px; 
    font-weight: bold;
}

.datoscapacidad0
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #ddd !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.datoscapacidad1
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #26B99A !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.datoscapacidad2
{
    margin-bottom: 10px;
    text-align: center;
    background-color: #d43f3a !important;
    border-radius: 18px;
    color: #fff !important;
    border: hidden;
    width: 100%;
    height: 34px;
}

.titulosdias
{
    font-size: 32px !important;
}

.listaestudiantes
{
    overflow-y: scroll;
    height: 500px;
    width: 100%;
}

.itemlisateestudientes
{
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #777;
}

.recojermode
{
    background-color: #26B99A !important;
    color: #FFF;
}

.dejarmode
{
    background-color: #d43f3a !important;
    color: #FFF;
}

.loader
{
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.loaderarea
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}


.loaderbox
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: -125px;
    margin-top:-35px;
}

.loadertext
{
    position: absolute;
    top: 40px;
    left: 0px;
    width:250px;
    text-align: center;

}

.loaderimg
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    margin-left: -16px;
    margin-top:-26px;
}