.form-control{
    font-size: 10pt;
    height: 35px;
    line-height: 0px;
}

.form-control-static{
    font-size: 10pt;
    line-height: 0px;

}

.claveTurno{
    height: 35px;
    width: 100px;
}
.serial{
    font-size: 10px;
    height: 10px;
}

.busqueda{
    width: 200px;
    height: 38px;

}



.number{
    width: 60px;
}

.number_segundos{
    width: 60px;
}

.date{
    width: 115px;

}

.table tr{
    height: 10px;
}

.btn-menu-principal{
    width: 200px;
    height: 130px;
    margin: 10px;
}

.anio{
    width: 65px;
}

.table-rep tr{
    text-align: center;

}

.table-rep td{
    text-align: center;

}
.table-rep{
    width: 100%;
}

.table-turnos th{
    text-align: left;
}


.table-turnos tr{
        width: 100%
}

.checkbox-center{
    text-align: center;
}


.table-general {
    width: 1050px;
    align-content: center;
}



.table-general th{
    border: #99abb4 2px solid;
    background-color: #99abb4;
    color: #ffffff;
    font-size: 15px;
    text-align: center;

}

.table-general td{
    border: #cccccc 2px solid;
    font-size: 13px;
    color: #000000;
}

.card-header{
    width: 1050px;
}

.td-button{
    text-align: center;
}

.zebra{
    border: #ffffff 2px solid;

}
.zebra tr:nth-child(even) {
    background-color: #f2f2f2;
}

.titulos{
    text-align: center;
    font-weight: bold;
    font-size: 26px;

}
.divs{
    width: 750px;
    align-content: center;
}
.content{
    text-align: justify;
}





.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}




