/*
 * PERSONALIZA TU PANEL
 */

 .bold {
    font-weight: bold;
}

.back {
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: all .3s;
    background: transparent;
}

.pointer {
    cursor: pointer;
}


.back:hover i {
    color: #dc3545;
}

.usuario-token-li {
    overflow: hidden;
}

sup.badge {
    transform: scale(.55);
    margin-left: -.8rem;
}

.table-img-wrapper {
    max-height: 2rem;
    max-width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .table-img-wrapper img {
        object-fit: cover;
        width: 100%;
    }

.ficha-wrapper {
    max-height: 30vh;
    overflow: hidden;
}

    .ficha-wrapper img {
        width: 100%;
        object-fit: cover;
    }

.table-primary{
    background-color: #646464;
}

.table-primary thead th{
    border-color: #646464;
    background-color: #646464;
    color: #fff;
    font-size: 14px;
}

.table-striped tbody tr:nth-of-type(even){
    background-color: #e1e1e1;
}

/*=================================
  Generar notificaciones
=================================*/
.minimized {
    transition: all .3s ease-in-out;
    height: 0;
    opacity: 0;
}

.minimized.expanded {
    height: 100%;
    opacity: 1;
}
.accesses .center
{
    text-align: center;
}
