.badge_active{
    color: #0066FF; 
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    background-color: #EEEFF1;
    border-color: #7DC6D9;
    border-radius: 15px; 
    height: auto;
    width: 60px;
    text-align: center;
    vertical-align: baseline;
    line-height: 2;
}

.badge_inactive{
    color: #F44335; 
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    background-color: #EEEFF1;
    border-color: #7DC6D9;
    border-radius: 15px; 
    height: auto;
    width: 80px;
    text-align: center;
    vertical-align: baseline;
    line-height: 2;
}

.botonBack{
}