/* shared */

.sites .potential-table thead th {
    border: none;
}


.sites .building-info.table th,
.sites .building-info.table td {
    font-size: 80%;
}

#site-show-header-container {
    position: sticky;
    top: 43px;
    z-index: 3;
}

.table.building-info th {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 80%;
    color: #6c757d;
}
.table.building-info td {
    /* font-weight: bold; */
}
.table.building-info th,
.table.building-info td {
    padding-left: 0;
    padding-right: 1em;
    vertical-align: middle;
}

.sites h1 > .small {
    font-size: 1rem;
}

.sites h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sites .big-number {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 0px;
}

.sites .caption {
    color: #a4a4a4;
    font-size: 14px;
}

.sites dt {
    text-transform: uppercase;
    font-size: 12px;
    color: #a4a4a4;
    margin-bottom: 5px;
    font-weight: normal;
}

.sites dd {
    font-size: 14px;
    font-weight: 500;
}

.sites #resource-nav .nav-link.active {
    border-color: #dee2e6 #dee2e6 transparent;
}

.sites .energy-label-dl {
    color: rgb(33, 37, 41);
}

.sites .modal-btn:hover {
    opacity: .7;
    cursor: pointer;
}

.sites .popover-body p {
    margin-bottom: 0;
}

#toc .sites .nav-pills .nav-link {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
}

#toc .sites .nav-pills .nav-link.active {
    background-color: inherit;
}


/* hub/sites/index.html */

.sites-index .section--priority td:first-child {
    border-left: 5px solid #ffc107;
}
.sites-index .section--investigate td:first-child {
    border-left: 5px solid #666;
}
.sites-index .section--ignored td {
    color: #ccc;
}
.sites-index .section--ignored td .badge {
    background-color: #ccc;
}
.sites-index .section--ignored td:first-child {
    border-left: 5px solid #ccc;
}
.sites-index .section--alerts td:first-child {
    border-left: 5px solid red;
}
.sites-index .section--other td:first-child {
    border-left: 5px solid #8fafc7;
    color: #8fafc7;
}
.map-nav .active {
    font-weight: 500;
}
