/*.handsontable .currentRow {
  background-color: #E7E8EF;
}

.handsontable .currentCol {
  background-color: #F9F9FB;
}*/

.handsontable {
/* @Harmen: DISABLED THIS BECAUSE IT HIDES THE FILTERS & DROPDOWN MENUS
  overflow: auto; */
}

/*.handsontable .htCheckboxRendererInput {
  appearance: checkbox;
}*/

/* fix for sparkline hover */
.jqstooltip{
  width: auto !important;
  height: auto !important;
}

/* fix for shiny datepicker */
.datepicker {
  z-index: 1000 !important;
}


.handsontable table thead th {
  /*white-space: pre-line;*/
  /*max-width: enter here your max header width */
}

