
/* ::::::::::::::PRELOAD:::::::::::::::: */
.text{
    font-size: 20px;
    padding-top: 18%;
    text-align: center;
    color: #00aff0;
}
.line{
    text-decoration-line: underline;
    text-decoration-color: #02bec9;

}




 .table-fixed, .table-fixed th {
     width: 100%;
 }
.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed tbody {
    display: block;
}



.textDdata{
    background: inherit;
    background-color:transparent;
    border-color: inherit;
    border: 0px solid;
}

.results tr[visible='false'], .no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
    color: #ccc;
}
/* :::::END:::::::::PRELOAD::::::::::::: */



/*TABLA PRINCIPAL DE LOS ANEXOS*/

.anexotabletb, .anexotabletb > th{
    background-color: #00a390;
    color:#ffffff !important;
}

.anexotablefooter > td{
    background-color: #00BCD4;
    color:#ffffff !important;
}
.anexotable > thead{
    background-color: #00a390;
    color:#ffffff !important;
}

.anexotable > thead > tr > th, .anexotable > thead > tr > td{
    color: #ffffff !important;
    font-size: 14px;
}

/*END*/
.table{
    text-align: center;
    font-size: 12px;
}

.tddoc {
    width: 30px;
}

thead > tr > td {
    margin: 0 0 0 0 !important;
    padding: 0 5px 0 5px !important;
}

tbody > tr > td {
    padding: 10px 15px 10px 15px !important;
}

.tdplan {
    width: 80px;
}

.thplan {
    color: #ffffff !important;
    font-size: 14px;
}