.lista-viñeta {
    list-style: unset;
}
.lista-sin-iconos {
    list-style: none;
}
.alert-mensaje{
    background-repeat: no-repeat;
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: larger;
    z-index: 99;
}
/*------------------------------------------------ Lista --------------------------------------------------- */
.table-click {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.12), 0 1px 3px 1px rgba(60,64,67,0.15);
}
.fila-click:hover {
    cursor: pointer;
    -webkit-transition: transform 2s ease-in-out;
    color: rgb(44, 44, 44) !important;
    background-color: rgb(211, 211, 211) !important;
}
.fila-click:active {
    box-shadow: 3px 2px 12px 1px rgba(0, 0, 0, 0.24);
}

td {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}