text-green {
  color: green;
}

text-red {
  color: red;
}

#dt_classify .tooltip-inner {
  text-align: left;
}

#saveButtonContainer {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

#overlayLoader {
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* hide "weight" column for products (combinations) */
#dt_products tr > th:nth-child(9),
#dt_products tr > td:nth-child(9) {
  display: none;
}
