/* TABLA-1 */
.tabla-1 .v-data-table__wrapper table thead tr th {
    color: #0a56a2  !important;
    background: #f2f3f8 !important;
    /* background-color: #ffffff; */
    font-size: 16px !important;
}

/* TABLA-2 */
.tabla-2 .v-data-table__wrapper table thead tr th {
    color: #0a56a2  !important;
    background: #f2f3f8 !important;
    /* background-color: #ffffff; */
    font-size: 13px !important;
}

/* TABLA-3 */
/*encabezados */
.tabla-3 .v-data-table__wrapper thead th {
    color: #0a56a2   !important;
    background: #f2f3f8 !important;
    /* background-color: #ffffff; */
    font-size: 11px !important;
}
/*cuerpo */
.tabla-3 .v-data-table__wrapper tbody td {
    font-size: 10px !important;
    height: 25px !important;
}


/* soofia tables */
.soofia-table .v-data-table__wrapper tbody td {
    border-bottom: thin solid rgba(145, 145, 145, 0.12) !important;
}

.soofia-table .v-data-table__wrapper thead th {
    box-shadow: inset 0 -1px 0 rgba(151, 151, 151, 0.12) !important;
}

.soofia-table .v-data-footer {
    border-top: thin solid rgba(255, 255, 255, 0.12) !important;
}

.soofia-table-sm .v-data-table__wrapper tbody td {
    font-size: 11px !important;
}


/* soofia inputs */
.soofia-input-light .v-input__control .v-input__slot fieldset {
    border: 2px solid #f7f7f7 !important;
    background: white;
}

.soofia-input-dark .v-input__control .v-input__slot fieldset {
    border: 2px solid #1E1E1E !important;
    background: #1E1E1E !important;
}

/* soofia date inputs */
.soofia-date-light .v-input__control .v-input__slot {
    background: white !important;
}

.soofia-date-light .v-input__control .v-input__slot fieldset{
    border: 2px solid #f7f7f7 !important;
}

/* columna de acciones fija*/
.fixed-col {
  position: sticky;
  right: 0;
  top: auto;
  background-color: white;
}

tr:hover .fixed-col {
  background-color: #eeeeee;
}