﻿.bon-horizontal-nav:hover {
  color: #1596BD !important;
}

.bon-horizontal-nav {
  color: var(--mud-palette-text-primary);
  border-radius: 0;
  transition: background-color 0.2s;
}

.bon-horizontal-nav-active {
  border-bottom: 2px solid var(--mud-palette-primary);
  color: var(--mud-palette-primary);
}

body {
  margin: 0;
  padding-bottom: -70px; /* Minus footer */
}

.bon-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 1000;
  height: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.mud-table-sticky-header .mud-table-head {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: inherit;
}

.mud-table-sticky-header .mud-data-grid-column-filter-row {
  position: sticky;
  top: var(--mud-table-header-height, 48px);
  z-index: 2;
  background-color: inherit;
}

.ag-pinned-left-cols-container .ag-cell {
  background-color: #f0f8ff;
}

.ag-pinned-left-header .ag-header-cell {
  background-color: #dbefff;
}

.ag-pinned-right-cols-container .ag-cell {
  background-color: #fff5db;
}

.ag-pinned-right-header .ag-header-cell {
  background-color: #ffeacc;
}

body[data-ag-theme-mode="dark"] .ag-pinned-left-cols-container .ag-cell {
  background-color: #1e2a38;
}
body[data-ag-theme-mode="dark"] .ag-pinned-left-header .ag-header-cell {
  background-color: #28394d;
}
body[data-ag-theme-mode="dark"] .ag-pinned-right-cols-container .ag-cell {
  background-color: #3b2e1b;
}
body[data-ag-theme-mode="dark"] .ag-pinned-right-header .ag-header-cell {
  background-color: #4b3a25;
}
