
/*TABLAS*/
.tabla_equipos td {
    padding: 6px;
}



/*COLORES*/
.badge-rosa {
    background-color: #FF7575;
    color: #fff; /* Color del texto en el badge, puede ser ajustado según tus necesidades */
}

.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;
}

.td_pendiente{
    background-color: #FF7575;
    color: white;
}

.td_completado{
    background-color: #7DC22B;
    color: white;
}

.td_completado_tarde{
    background-color: #ff8c00;
    color: white;
}

.td_pendiente_atiempo{
    background-color: #4E73DF;
    color: white;
}

.td_pendiente_tarde{
    background-color: #FF7575;
    color: white;
}

#equipos_wrapper {
    width: 100%;
}

.tabla_equipos {
    width: 100%;
}

#hospitales_wrapper {
    width: 100%;
}

.tabla_hospitales {
    width: 100%;
}
/*
 .position-relative {
     position: relative;
 }
.btn-delete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/



.navbar-nav-scroll {
    max-height: none !important;
    overflow-y: visible !important;
}