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;
}

.heatmap-table td,
.heatmap-table th {
    min-width: 70px;
    height: 50px;
    vertical-align: middle;
    font-size: 0.9rem;
}

.heat-compliant {
    background-color: #d1e7dd;
    color: #0f5132;
    font-weight: 600;
}

.heat-noncompliance {
    background-color: #f8d7da;
    color: #842029;
    font-weight: 700;
}

.heat-overcapacity {
    background-color: #fff3cd;
    color: #664d03;
    font-weight: 700;
}

.heat-vacation {
    background-color: #e2e3e5;
    color: #41464b;
    font-weight: 700;
}

.heat-empty {
    background-color: #ffffff;
    color: #999999;
}

.legend-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    margin-right: 6px;
}

.sticky-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 2;
}

.compliance-table th,
.compliance-table td {
    white-space: nowrap;
}

    .compliance-table td.small,
    .compliance-table th.small {
        font-size: 0.875rem;
    }

.detail-row td {
    white-space: normal;
}
.compliance-page-wide {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
}

.compliance-table th,
.compliance-table td {
    white-space: nowrap;
}

.heatmap-table td,
.heatmap-table th {
    min-width: 70px;
    height: 50px;
    vertical-align: middle;
    font-size: 0.9rem;
    white-space: nowrap;
}

.heat-compliant {
    background-color: #d1e7dd;
    color: #0f5132;
    font-weight: 600;
}

.heat-noncompliance {
    background-color: #f8d7da;
    color: #842029;
    font-weight: 700;
}

.heat-overcapacity {
    background-color: #fff3cd;
    color: #664d03;
    font-weight: 700;
}

.heat-vacation {
    background-color: #e2e3e5;
    color: #41464b;
    font-weight: 700;
}

.heat-empty {
    background-color: #ffffff;
    color: #999999;
}

.legend-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    margin-right: 6px;
}

.sticky-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 3;
}

.sticky-column-2 {
    position: sticky;
    left: 140px;
    background-color: white;
    z-index: 3;
}

.heatmap-table .sticky-column,
.heatmap-table .sticky-column-2 {
    min-width: 140px;
}