﻿body {
    background-color: #f8f9fa;
    font-family: Roboto;
    font-size:13.33px !important;
}

.case-header {
    background-color: #d92b2b;
    color: white;
    padding: 20px;
}

#qrcode img {
    border: 4px solid #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.status-badge {
    background-color: #163d66;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.navbar {
    background-color: #163d66;
}

.nav-link {
    color: white !important;
}

.navbar-nav .nav-link.active {
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
}

.project-image, .map-image {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
/* Universal section header */
.section-header {
    color: white;
    padding: 5px 12px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
}
/* Color themes */
.header-overview {
    background-color: #163d66;
}

.header-hearing {
    background-color: #163d66;
}

.header-image {
    background-color: #163d66;
}

.header-map {
    background-color: #163d66;
}

.header-contact {
    background-color: #163d66 !important;
}

.header-exhibits {
    background-color: #163d66;
    color: white;
}

.header-orders {
    background-color: #163d66;
}

.header-transcripts {
    background-color: #163d66;
}

.header-videos {
    background-color: #163d66;
}
/* Contact colors */
.header-dcoz {
    background-color: #003366;
}

.header-op {
    background-color: #006633;
}

.header-anc {
    background-color: #660033;
}

.header-smd {
    background-color: #663300;
}
/* Exhibits table styling */
.table-exhibits {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .table-exhibits thead {
        background-color: #163d66 !important;
        color: #212529;
        font-weight: bold;
    }

    .table-exhibits th {
        vertical-align: middle;
        padding: 0.75rem background-color: #163d66 !important;
    }

    .table-exhibits tbody tr:nth-child(odd) {
        background-color: #fffbea;
    }

    .table-exhibits tbody tr:nth-child(even) {
        background-color: #fffdf5;
    }

    .table-exhibits tbody tr:hover {
        background-color: #fff3cd;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out;
    }

    .table-exhibits a.btn-link {
        color: #0d6efd;
        font-weight: 500;
        text-decoration: none;
    }

        .table-exhibits a.btn-link:hover {
            text-decoration: underline;
        }

th {
    text-align: center !important;
}

#GVTranscripts_length {
    float: left;
}

#gvTranscripts tr:nth-child(even) td {
    background-color: #FFFFFF !important;
    border: 0px solid white;
    border-bottom: none;
    color: black;
}

table.dataTable TH {
    background-image: none;
    border: none;
    color: White;
    background-color: darkblue !important;
    font-size: 14px;
    background-image: none !Important;
}

#gvTranscripts tr:nth-child(odd) td {
    background-color: #F4F7F7 !important;
    border: 0px solid white;
    border-bottom: 0px;
    color: black;
}

.dataTable td {
    padding: 5px;
}

a {
    color: blue !important;
    font-weight: bold;
    text-decoration: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: 98% !important;
        margin-left: 1% !important;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 47.66666667%;
    }
}

.circle {
    width: 80px;
    height: 80px;
    background: lightblue;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 27px;
    font-weight: bold;
    font-size: 19px;
    margin-left: 10px;
}

.circle1 {
    width: 80px;
    height: 80px;
    background: lightgreen;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 27px;
    font-weight: bold;
    font-size: 19px;
    margin-left: 10px;
}

.row {
    display: flex; /* equal height of the children */
}

.col-md-5 {
    flex: 1;
}

#GVTranscripts_next {
    color: black;
    background-color: lightskyblue;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}

#GVTranscripts_previous {
    color: black;
    background-color: lightcoral;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;
}

#GVTranscripts > thead > tr > th:nth-child(2) {
    text-align: left !important;
}


#GridView2 > thead > tr > th.hide.dt-type-numeric.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc
{

}

#gvLots_wrapper > div:nth-child(1) {
    display: none;
}


#GVTranscripts_wrapper > div:nth-child(1) {
    display: none;
}


td
{
    vertical-align:top;
}

#gvLots_wrapper
{
    max-width: 50%
}

table.dataTable > tbody > tr > td {
    border-top: none;
    text-align: center !important;
}

#GridView1 > thead, #GVTranscripts > thead, #gvResultsVideo > thead {
    display: none;
}

.first, .last
{
    display:none !important;
}

div.dt-container .dt-paging .dt-paging-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid black !important;
    border-radius: 2px;
    background: transparent;
}

    div.dt-container .dt-paging .dt-paging-button.disabled {
        display:none;
    }
.dt-length
{
    display:none;
}

/* Target the first <td> in every <tbody> row */
#GridView2 tbody tr td:first-child {
    display: none;
}

/* Or, if you have a specific class for your table body */
#GridView2 .my-table tbody tr td:first-child {
    display: none;
}

/* Target the first <td> in every <tbody> row */
#GridView2 thead tr th:first-child {
    display: none;
}

/* Or, if you have a specific class for your table body */
#GridView2 .my-table tbody tr td:first-child {
    display: none;
}

#trRelief > td:nth-child(2) > div {
    float: left !important;
}
#gvLots td {
    text-align: left !important;
}

#GridView2 > tbody > tr > td:nth-child(3) {
    text-align: left !important;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    padding: 3px !important;
}