html, body {
  width:100%;
  height:100%;
  border:0;
  margin:0;
}
h1 { font-size:2.25rem; }
h2 { font-size:2rem; }
h3 { font-size:1.75rem; }
h4 { font-size:1.5rem; }
h5 { font-size:1.25rem; }
h6 { font-size:1rem; }
.text-condensed {
  font-family: 'Roboto Condensed', helvetica, arial, system-ui, sans-serif;
}
.figure-caption {
  background-color: #E9ECEF;
}
.popover-body {
  padding:5px;
}
.page-link {
  padding: 0.1rem 0.75rem;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top:0.5rem;
}
.table {
  font-size:0.9em;
  font-family: 'Roboto Condensed', helvetica, arial, system-ui, sans-serif;
}
.table td:first-child {
  line-height: 24px;
  vertical-align: middle;
}
.srImage {
  max-width: clamp(48px, 100%, 124px);
  max-height: 24px;
  display: block;
  margin: auto;
}
.input-group>.form-select.select-operator {
  padding-left: 0.5rem;
  padding-right: 2.25rem;
  max-width: 80px;
  min-width: 80px;
}
.dataset-dot {
  z-index: 9999;
  cursor: cell;
}

#sRes table td:first-child {
  width: 1px;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#unique-fields .accordion-body {
  background-color: var(--bs-gray-400);
}
#unique-fields .accordion-button::after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5rem;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.filter-container > * {
  margin-left: 0.75rem;
}
.data-toggle {
  right:0;
  z-index:9999;
}

@media (min-width: 768px) {
  #searchParams {
    min-width: 330px;
  }
  #content {
    height: 100%;
  }
  
}



input[type="number"] {
  min-width: 100px;
}
input:disabled {
  background-color: #bbbbbb;
}
label {
  margin-right: 4px;
}
h3 > label {
  height: 20px;
  font-size: 12px;
  font-weight: 400 !important;
  padding-top: -2px;
}
h3 > input[type=checkbox] {
  top: 2px;
  margin: 0px 5px 0px 15px !important;
  vertical-align: middle;
}
.col-md-2 label {
  min-width:35px;
}
div.col-md-2 {
  padding-left: 0px;
}
.linux.ff2 li {
  font-weight: 400 !important;
}   
.linux.ff2 p, label, fieldset, legend {
  font-weight: 400 !important;
}   
.linux.ff2 h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}   

.linux.chrome li {
  font-weight: 400 !important;
}   
.linux.chrome p, label, fieldset, legend  {
  font-weight: 400 !important;
}   
.linux.chrome h1, h2, h3, h4, h5, h6  {   
  font-weight: 400 !important;
}   
.linux.chrome .btn-primary {
  font-weight: 400;
}   
fieldset {
  padding: 5px;
  margin-top: 10px;
}   
legend > span {
  margin-left: 20px;
  width: initial !important;
}
legend {
  width: initial;
  height: 30px;
}
.collapse legend, .collapsing legend {
  font-size: 14px;
}
.waitCursor {
  cursor: wait;
}
.srError {
  text-align: center;
  font-size: 16px;
}
.text-wrap {
  word-wrap: break-word;
}

#searchParams {
  background: var(--bs-gray-200);
  border-right: 1px solid var(--bs-gray-400);
} 

#form-actions {
  border-top: 1px solid var(--bs-gray-400);
  border-bottom: 1px solid var(--bs-gray-400);
}

.search-results-dataset {
  border: 1px solid var(--bs-gray-400);
}

.text-search-popover .popover-header {
  font-size: 0.875rem;
}

.text-search-popover .popover-body {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.text-search-popover.popover {
  max-width: none;
  width: auto;
}

.text-search-popover.popover.bs-popover-right {
  margin-left: 1em;
}


.dt-button-collection {
  position: absolute !important;
  z-index: 1000;
  column-count: 3;
  column-gap: 10px;
  padding: .5rem;
  width: 60%;
  max-width: 800px;
  margin: .125rem 0 0;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
}

.dt-button-collection .dt-button {
  display: block;
  width: 100%;
  padding: .25rem .5rem .25rem 2rem;
  margin-bottom: 5px;
  border: none;
  border-radius: 0.2em;
  background: none;
  text-align: left;
  break-inside: avoid-column;
  position: relative;
}

.dt-button-collection .dt-button.active {
  background-color: #007bff;
  color: white;
}

.dt-button-collection .dt-button.active::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.dt-button-collection .dt-button:hover:not(.active) {
  background-color: #f8f9fa;
}

.navbar-brand {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-size: 1.25rem;
  font-weight: initial;
  letter-spacing: 0.02rem;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}

@media (max-width: 1024px) {
  .dt-button-collection {
    column-count: 2;
    min-width: 400px;
  }
}
@media (max-width: 576px) {
  .dt-button-collection {
    column-count: 1;
    min-width: 200px;
  }

  .dataTables_filter {
    margin-top: 0.5em !important;
  }
  .dataTables_filter label {
    margin-right: 0em !important;
  }
}