/* SISTEMA */
:root {
    --rojo: #c12a21;
    --rojo-fuerte: #ff0000;
    --rojo-claro: #fea1a1;
    --azul-oscuro: #16325b;
    --azul: #227b94;
    --azul-claro: #78b7d0;
    --amarillo: #ffdc7f;
    --negro: #272829;
    --gris-claro: #ededed;
    --gris: #999;
    --gris-oscuro: #555;
    --blanco: #ffffff;
}

.c-rojo-fuerte {
    color: var(--rojo-fuerte) !important;
}

/*! GENERAL */

* {
    font-size: 14px !important;
}

i,
svg {
    font-size: 14px !important;
}

hr {
    margin: 0.5rem 0 !important;
}

/*! TABULATOR */

.tabulator-header-filter input {
    padding: 2px 4px !important;
    font-size: 8px !important;
}

.tabulator-row .tabulator-responsive-collapse table {
    width: 100% !important;
}

.tabulator-row .tabulator-responsive-collapse table tr {
    border-bottom: 0.1px dashed var(--negro) !important;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
    padding-right: 10px !important;
    width: 25% !important;
}

/*! SLIMSELECT */

/*! TOOLTIP */
.tooltip.show {
    opacity: 0.75 !important;
}
