
/*TABLAS*/
.tabla_equipos td {
    padding: 6px;
}


/*COLORES*/
.badge-verde {
    background-color: #7DC22B;
    color: #fff; /* Color del texto en el badge, puede ser ajustado según tus necesidades */
}

.badge-naranja {
    background-color: #ff8c00;
    color: #fff; /* Color del texto en el badge, puede ser ajustado según tus necesidades */
}

.badge-amarillo {
    background-color: #ffdf7e;
    color: #000000; /* Color del texto en el badge, puede ser ajustado según tus necesidades */
}

.jumbotron-light {
    background-color: #ffffff;
    padding: 32px;
    margin: 0px;
}


.td-danger{
    background-color: #E74A3B;
    color: white;
}

.td-success{
    background-color: #1CC88A;
    color: white;
}

.td-primary{
    background-color: #4E73DF;
    color: white;
}

.td-naranja{
    background-color: #ff8c00;
    color: white;
}

.td-amarillo{
    background-color: #ffdf7e;
    color: black;
}

#ajax-file-upload-statusbar{
    width: 310px;
}