/* 

    FIX_NEEDED: eliminar las columnas que 
    no se utilizaran desde la construccion 
    de la tabla 

*/
.dt-cell--col-0,
.dt-cell--col-1 {
  display: none !important;
}

/* 
    FIX: Tabla de partidas necesita ser 
    absolute y su contenedor padre relative
*/
.modal table{
    position: absolute;
}

.choices__list.choices__list--dropdown {
    overflow-x: hidden !important;
}

#material-choice {
    max-width: 100% !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}