.grid-container {
  position: relative;
  /* ReSharper disable once CssBrowserCompatibility */
  min-width: 800px;
}
.grid-loading {
  position: absolute;
  top: calc(40% - 100px);
  left: calc(50% - 100px);
  width: auto;
  z-index: 101;
  padding: 10px;
  margin: 5px;
  border: 5px solid;
  background-color: #434857;
  border-color: #0a0b0d;
}
.slim-grid thead,
.slim-grid tbody {
  display: block;
}
.slim-grid tbody {
  height: 650px;
  overflow-y: auto;
  /* Trigger vertical scroll    */
  overflow-x: hidden;
  /* Hide the horizontal scroll */
}
.slim-grid button {
  width: 100px;
}
.slim-th,
table.slim-grid > thead > tr > th {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
table.slim-grid > tbody > tr.activeRow {
  background-color: #0a0b0d;
}
.grid-gray-sort {
  color: #999;
}
.grid-header-clickable {
  cursor: pointer;
}
.header-sorted {
  border-bottom-color: #1CA8DD !important;
}

/*# sourceMappingURL=grid-inverse.css.map */
