
body{
    background-image: url('../img/background6.jpeg');
}

.cards-altura{
    height: 250px !important;
}

.card{
    height: 100% !important;
}

.time-card{
    background: #25282a !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 2em;
}

.lbl-agents-totals{
    background: #431716 !important;
    color: #ffffff;
    font-weight: bold;
}

.lbl-agents-loggeds{
    background: #4f5b51;
    color: #ffffff;
    font-weight: bold;
}

.lbl-inbound-calls{
    background: #c2ad84 !important;
    color: #ffffff;
    font-weight: bold;
}

.lbl-outbound-calls{
    background: #ffffff !important;
    color: #000000;
    font-weight: bold;
}

.double-donuts{
    /*border: 1px solid blue !important;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.aditional-inf-sas{
    width: 99% !important; 
    border-radius: 5px !important;
    background: #c2ad84 !important;
    color: #ffffff;
    font-weight: bold;
}

.aditional-inf-mcre{
    width: 99% !important; 
    border-radius: 5px !important;
    background: #4f5b51 !important;
    color: #ffffff;
    font-weight: bold;
}

/*MODAL SECTION*/
.lbl-modal-tittle{
    background: #25282a !important;
    color: #ffffff;
}

.lbl-agents-disponibility-license{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}

.lbl-agents-disponibility-connected{
    background: #37a688;
    color: #000000;
    font-weight: bold;
}

.lbl-agents-disponibility-brake{
    background: #bababa;
    color: #000000;
    font-weight: bold;
}

.lbl-agents-disponibility-incall{
    background: #e74032;
    color: #000000;
    font-weight: bold;
}


/* Light green background 
.disponible-bg {
    background-color: #a8e6cf !important; 
    color: #000 !important; 
}
*/