html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/* -----------------------------------
------------- HIGHCHARTS -------------
----------------------------------- */

/* blend highcharts into background */
.highcharts-background {
  fill: transparent;
}

/* removes background of 3-months legend and customer/order legend */
path.highcharts-scrollable-mask {
  fill: #f8f9fc;
  transform: translateY(-2px); /* removes overlap with scroll bar */
}

.highcharts-plot-band {
  fill: rgba(0, 0, 0, 0.05);
}

.highcharts-credits {
  opacity: 0.5;
}

.bottom {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
}

div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
  cursor: default;
}

div.dataTables_wrapper div.dataTables_length select {
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  height: calc(1.5em + .75rem + 2px);
  min-width: 5em;
  padding: .375rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
  cursor: default;
}

/* -----------------------------------
------HEADER HF-BRAIN INFO ICON-------
----------------------------------- */

#infoIcon {
  font-size: 20px;
}