/* Add your own CSS classes to this file and reference them using the $cssclassname property */
/* --- ConNote specific list row colours for LD0012646 --*/
.omnis-datagrid .red {
  background: #ffcccc !important;
  color: black !important;
}

.omnis-datagrid .darkmagenta {
  background: #e6ccff !important;
  color: black !important;
}

.omnis-datagrid .darkgreen {
  background: #ccffcc !important;
  color: black !important;
}

.omnis-datagrid .darkcyan {
  background: #c2f0f0  !important;
  color: black !important;
}

.omnis-datagrid .black {
  /* background: black !important; */
  /* color: white !important; */
}
