//
// Evidenziazione Celle
//

// Rosso
.col-cella-rossa {
  background-color:#ff693b;
}

.table tbody tr > td.col-cella-rossa {
  background-color: #ff693b !important;
}

.table thead tr > th.col-cella-rossa {
  background-color: #ff693b !important;
}

// Verde
.col-cella-verde {
  background-color:#79eb4b;
}

.table tbody tr > td.col-cella-verde {
  background-color: #79eb4b !important;
}

.table thead tr > th.col-cella-verde {
  background-color: #79eb4b !important;
}
