.neo-table-view .neo-center {
  text-align: center;
}
.neo-table-view .neo-right {
  text-align: right;
}
.neo-table-view .neo-table-row:hover .neo-table-cell {
  background-color: var(--table-cell-background-color-hover);
}
.neo-table-view .neo-table-row.neo-selected .neo-table-cell {
  background-color: var(--table-rowmodel-selected-cell-background-color);
  color: var(--table-rowmodel-selected-cell-color);
}
.neo-table-view .neo-table-row .neo-table-cell.neo-selected {
  background-color: var(--table-cellmodel-selected-cell-background-color) !important;
  color: var(--table-cellmodel-selected-cell-color) !important;
}
.neo-table-view .neo-table-row .neo-table-cell.selected-column-cell {
  background-color: var(--table-cellmodel-selected-column-cell-background-color);
  color: var(--table-cellmodel-selected-column-cell-color);
}

.neo-selection-cellrowmodel .neo-table-row.neo-selected .neo-table-cell,
.neo-selection-cellcolumnrowmodel .neo-table-row.neo-selected .neo-table-cell {
  background-color: var(--table-cellrowmodel-selected-row-cell-background-color);
  color: var(--table-cellrowmodel-selected-row-cell-color);
}
.neo-selection-cellrowmodel .neo-table-row .neo-table-cell.neo-selected,
.neo-selection-cellcolumnrowmodel .neo-table-row .neo-table-cell.neo-selected {
  background-color: var(--table-cellrowmodel-selected-cell-background-color);
  color: var(--table-cellrowmodel-selected-cell-color);
}

.neo-selection-cellcolumnmodel .neo-table-row:focus,
.neo-selection-cellcolumnrowmodel .neo-table-row:focus,
.neo-selection-cellmodel .neo-table-row:focus,
.neo-selection-columnmodel .neo-table-row:focus,
.neo-selection-cellrowmodel .neo-table-row:focus,
.neo-selection-rowmodel .neo-table-row:focus {
  outline: 0;
}
.neo-selection-cellcolumnmodel .neo-table-row .neo-table-cell:focus,
.neo-selection-cellcolumnrowmodel .neo-table-row .neo-table-cell:focus,
.neo-selection-cellmodel .neo-table-row .neo-table-cell:focus,
.neo-selection-columnmodel .neo-table-row .neo-table-cell:focus,
.neo-selection-cellrowmodel .neo-table-row .neo-table-cell:focus,
.neo-selection-rowmodel .neo-table-row .neo-table-cell:focus {
  outline: 0;
}
/*# sourceMappingURL=View.css.map */