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%;
}

body {
  margin-bottom: 60px;
}

.checkbox-align {
    top: 2.5px;
}

.splash-smaller-text {
    font-size: 16px;
    color: #777;
}

.small-margin-bottom {
    margin-bottom: 10px;
}
.info-section-sub-head {
    margin-bottom: 5px;
    margin-top: 5px
}
.info-section-data {
    font-size: 20px;
    font-weight: bold;
}
/* !important is used to override boostrap as 'stripped table' will make rows text black and not allow desired color change*/
td.highlight-red {
    font-weight: bold;
    color: red !important;
}
td.highlight-orange {
    font-weight: bold;
    color: coral !important;
}
td.highlight-green {
    font-weight: bold;
    color: green !important;
}
.dev-extreme-overview-background {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.dev-extreme-overview-chart {
    height: 350px;
}

.dev-extreme-total-pie {
    height: 440px;
    margin: 0 auto;
}
