*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
#panel{
    overflow: hidden;
}
.content{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    padding-bottom: 3rem;
}
input[type=checkbox]{
    width: 30px;
}
.red{
    background: red;
    color: white;
    border: none !important;
}
.green{
    background: green;
    color: white;
    border: none !important;
}
.modal form{
    margin-bottom: 1rem;
}
.modal form label{
    margin-top: .5rem;
}
.title{
    margin: 10px;
    text-align: center;
}
.tabla{
    width: 100%;
    margin-top: 2rem;
}
.tabla th{
    border: 2px solid black;
    text-align: center;
}
.tabla td{
    border: 2px solid black;
    text-align: center;
}
.tablaAsis{
    width: 100%;
    margin-top: 2rem;
}
.tablaAsis th{
    border: 2px solid black;
    text-align: center;
}
.tablaAsis td{
    border: 2px solid black;
    text-align: center;
}
.popup{
    max-width: 300px;
    min-height: 200px;
    border: 2px solid black;
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.5);
}
.popup i {
    font-size: 40px;
    padding-bottom: 10px;
}
/*      INDEX       */
#index{
    background: url("../img/fondo-index.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.form-index{
    width: 40%;
    margin: auto;
    text-align: center;
    height: 100vh;
    padding-top: 2.5rem;
    background: white;
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,.5);
}
.form-index img{
    width: 60%;
    display: block;
    margin: auto;
    
    
}
.form-index input{
    width: 60%;
    margin: auto;
    text-align: center;
}
/*      PANEL       */
#panel{
    height: 100vh;
    width: 100%;
}
.menu{
    box-shadow: 2px 0px 7px rgba(0,0,0,.5);
    border-right: 1px solid rgba(0,0,0,.5);
    width: 100%;
    height: 100vh;
    padding: 0 !important;
}
.menu img{
    width: 80%;
    display: block;
    margin:auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.elementos{
    list-style: none;
    border-top: 2px solid black;
}
.elementos li a{
    color: black;
    text-decoration: none;
    border-bottom: 2px solid black;
    display: block;
    padding: 10px;
}
.elementos li a:hover{
    background: rgba(0,0,0,.8);
    color: white;
    transition: all .2s;
}
.elementos li a i{
    width: 30px;
    text-align: center;
    transform: scale(1.2);
}

.marca-agua{
    width: 500px;
    position: absolute;
    top: 5rem;
    left: 18rem;
    opacity: .15;
    z-index: -1;
} 
.principal{ 
    margin-top: 5rem;
}

/*      ASISTENCIA      */
#asistencia{
    height: 100vh;
}
#asistencia .picture{
    background: url('../img/asistencia.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#asistencia #CodigoI::-webkit-inner-spin-button,#asistencia #CodigoI::-webkit-outer-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
    -moz-appearance:none !important;
    appearance: none !important;
}
#asistencia .w{
    text-align: center;
    padding-top: 3rem;
}
#asistencia img{
    width: 30%;
    margin: auto;
    display: block;
    padding: 1rem;
}
#asistencia label{
    text-align: center;
    width: 100%;
}
#asistencia input{
    width:50%;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
}
#asistencia .info{
    width:100%;
}
#asistencia .user{
    border: 2px solid black;
    width: 90%;
    margin: auto;
    min-height: 220px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.8);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#asistencia .user img{
    border-radius: 50px;
}