* {
    --wcg-blue: #333565;
    --wcg-red: #c4000f;
    --wcg-yellow: #FFBC42;
    --wcg-green: #2A7F62;
    --wcg-light-blue: #2189A3;
    
}

input[type=checkbox] {
    --bs-border-color: #33356585
}

.tab-content{
    padding-top: 1rem;
}

html, body {
    height: 100%;
    overflow: hidden;
}

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;
}

.validation-summary-errors {
    color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))  !important
}


.title {
    color: var(--wcg-blue);
    font-size: 1.5rem;
    border-bottom: 2px solid var(--wcg-red);
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;

    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.form-label {    
    font-style: italic;
    color: var(--wcg-blue);
}

.offcanvas-title {
    color: var(--wcg-blue);
    font-size: 1.5rem;
    border-bottom: 2px solid var(--wcg-red);
    width: 100%;
}
.offcanvas-errors {
    max-height: 30vh;
    overflow-y: auto;    
    background-color: var(--bs-danger);
    color: white !important;
    padding: 0.25rem;
}
    
    .offcanvas-errors .validation-summary-errors ul {
        margin: 0;
    }

    legend {
        color: var(--wcg-blue);
        border-bottom: 1px solid var(--wcg-red);
    }

@media (min-width: 1200px) {
    legend {
        font-size: 1.25rem;                
    }
}

.wcg-blue {
    color: var(--wcg-blue) !important;
}

.wcg-red {
    color: var(--wcg-blue) !important;
    
}
.wcg-yellow {
    color: var(--wcg-yellow) !important;
}

.wcg-green {
    color: var(--wcg-green) !important;
}

.wcg-red {
    color: var(--wcg-red) !important;
}
.wcg-light-blue {
    color: var(--wcg-light-blue) !important;
}


.stat-card {
    border-left: 6px solid var(--wcg-red);
}

.card-title {
    color: var(--wcg-blue);
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--wcg-blue);
}

.stat-accent {
    color: var(--wcg-red);
}

.stat-subtext {
    color: #6c757d;
}

.chart-card {
    background-color: white;
}

.stat-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--wcg-red);
}

.wcg-address-searcher{
    position: relative;
}

/* beta test*/
table[data-responsive] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* default - allows automatic column sizing */
}

    table[data-responsive] thead tr{
        position: sticky;
        top: 0;
        z-index: 2;
    }

    table[data-responsive] th{
        background-color: var(--wcg-blue);
        color: white;
    }
    table[data-responsive] th,
    table[data-responsive] td {
       // white-space: nowrap; /* prevents text wrapping */
     /* need to fix stops display of drop downs...    overflow: hidden; /* hides overflow */
       // text-overflow: ellipsis; /* shows ellipsis (...) */
       // max-width: 1px; /* allows shrinking; 1px + nowrap + overflow triggers ellipsis */
    }




.table-filter .filtered::before {
    content: "\f3e0" !important;
    color: var(--wcg-yellow);
    text-shadow: 0 0 1px black;
} 
.table-filter-hide {
    display: none;
}
.filter-item {
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
}