﻿.no-indents {
  padding: 0 !important;
  margin: 0 !important;
}

dxbl-grid {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.dxbl-grid-focused-row.dxbl-grid-selected-row > td::before {
  background: var(--br1) !important;
  opacity: 0.6 !important;
}
.dxbl-grid-focused-row > td {
  color: inherit !important;
}
.dxbl-grid-focused-row > td::before {
  background: var(--br1) !important;
  opacity: 0.4 !important;
}
.dxbl-grid-focused-row > td .dxbl-btn {
  color: inherit !important;
}

.dxbl-grid-detail-cell {
  padding: 0 !important;
  padding-left: 20px !important;
}
