.bg-navy {
    background-color: rgb(0, 51, 102);
}

tr.listExpired td,tr.listExpired td a {
    color: #aa00ff !important;
}

.section-title {
    color: rgb(0, 51, 102);
    font-weight: 600;
    margin-bottom: 1rem;
}
.link-list {
    list-style-type: none;
    padding-left: 0;
}
.link-list li {
    margin-bottom: 0.5rem;
}
.link-list li a {
    text-decoration: none;
    color: black;
}
.circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}
/* table link hover effect */
table a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

table a:hover {
    color: #0d6efd;
    transform: translateX(2px) scale(1.05);
}

/* station list page */
.structureList {
    list-style-type: none;
    padding-left: 0;
}
.fields {
    list-style-type: none;
    padding-left: 0;
}
select[multiple] {
    width: 100%;
}
.search-panel {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.downloadFile {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

.downloadFile:hover {
    color: #0d6efd;
    transform: translateX(2px) scale(1.05);
}

/* Base map container styles */
#map {
    margin-top:10px;
    width: 100%;
    height: 700px;
}

/* Popup styles */
.ol-popup {
    position: absolute;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    max-width: 400px;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* Popup close button */
.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

.ol-popup-closer:hover {
    color: #000;
}

/* Popup content */
.popup-content {
    margin-top: 10px;
}

.popup-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.popup-content p {
    margin: 5px 0;
}

/* Features list in popup */
.features-list {
    padding-left: 20px;
    margin: 10px 0;
    max-height: 300px;
    overflow: auto;
    list-style: none;
}

.feature-item {
    margin-bottom: 8px;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.feature-item:hover {
    background-color: #f5f5f5;
}

.feature-details {
    font-size: 12px;
    color: #666;
}

/* Feature type specific styles */
.feature-hydrometric {
    border-color: rgba(99,108,243, 1);
}

.feature-waterQuality {
    border-color: rgba(90,243,61, 1);
}

.feature-climate {
    border-color: rgba(244,244,62, 1);
}

.feature-coastal {
    border-color: rgba(196,61,244, 1);
}

.feature-groundwater {
    border-color: rgba(196,61,244, 1);
}

.feature-hydrometricBenchmark {
    border-color: rgba(244,6,7, 1);
}

.feature-mixed {
    border-color: rgba(243,0,0, 1);
}

.feature-default {
    border-color: rgba(66,66,66, 1);
}

/* Add a pointer cursor to the cluster elements */
.ol-layer canvas {
    cursor: pointer;
}
#legend {


}
.legend-item {
    display: inline-block;
    padding: 2px 5px;
    margin: 5px;
    border-radius: 5px;
    color: #2a2a2a;
    font-size: 12px;
}
.color-box {
    height: 10px;
    border-radius: 5px;
}
.legend-item span {
   white-space: nowrap;
}

input.form-control[readonly] {
    background-color: #e9ecef; /* Bootstrap's default for disabled inputs */
}

textarea.form-control[readonly] {
    background-color: #e9ecef; /* Bootstrap's default for disabled inputs */
}
