#station_map {
    width: auto;
    max-width: 100%;
    height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}

#station_map_loading {
    font-size: 1.3em;
    text-align: center;
}
.row {
    margin-right: 0 !important;
}


.stations-container {
    height: 550px;
    
}

#station {
    background-color: #1e548c;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 15px;
    font-size: 0.9em;

    overflow-y: scroll;

    height: 550px;

}

#latency-table {
    border-bottom: 2px solid #fff;
}
#latency-table table td, #latency-table table th {
    padding: 0.15rem 0.75rem;
}

#channel-date {
    padding: 6px;
    border-radius: 5px;
    margin-left: 10px;
    border: none;
}
.form-check-input:checked {
    background-color: #1e548c;
    border-color: #fff;
}

.station-innerleft {
    border-right: 2px solid #fff;
}
#channels-form .form-check {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
}

#channels {
    /* border: 2px solid #fff; */
    padding: 15px;
    border-radius: 15px;
    width: 100%;

    margin: 0 auto;

}
.channel-list {
    list-style: none;
}

.update-tab {
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: -5px;
    text-align: right;
    opacity: 0.7;
}
#main-table {
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label  {
    color: white;
}

div.dataTables_wrapper div.dataTables_info {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    max-width: 100px;
}

#main-table_length, #main-table_filter {
    margin-bottom: 15px;
}
.page-link, .page-item:focus > .page-link {
    color: white;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(3, 34, 49, 0.332);
}

.page-item.active > .page-link {
    background-color: white;
    color: rgba(5, 63, 92, 0.877);
    border: 1px solid rgba(3, 34, 49, 0.332);
}

.page-item.disabled > .page-link {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(3, 34, 49, 0.332);
    opacity: 0.6;
}
.page-link:hover {
    color: rgba(5, 63, 92, 0.877);
}
.close {
    border: none;
    background-color: transparent;
    font-size: 1.3rem;
    outline: none;
}
.info {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.legend {
    min-width: 250px;
    line-height: 18px;
    color: #555;

}
.legend-img {
    width: 32px;
    height: 32px;
    /* float: left; */
    margin-right: 8px;
    opacity: 0.7;
    cursor: pointer;
}



#location {
    opacity: 0.7;
    margin-top: -10px;
    text-align: center;
}
.legend-toggle {
    cursor: pointer;
}

.legend-toggle:hover {
    opacity: 1;
}
.stations-list {
    width: 100%;
    height: 100%;
    /* background-color: rgb(29 80 110); */
    /* background-color: white; */
    background-color: #1e548c;
    overflow-y: scroll;
}

.nav-stations {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 25px;
    border-bottom: 2px solid rgba(255,255,255,0.8);
}

.icon_class_temp {
    background-color: rgb(214, 221, 109);
    width: 10px;
    /* border-radius: 50%; */
}
.ok-latency-icon, .bad-latency-icon, .out-latency-icon, .good-latency-icon, .no-latency-icon {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    
}

.good-latency-icon {
    background-color: #459452;
}

.ok-latency-icon {
    background-color: #aeaf50;
}

.bad-latency-icon {
    background-color: #b98129;
}

.out-latency-icon {
    background-color: #be2727;
}

.no-latency-icon {
    background-color: #cdcdcd;
}

.good-latency {
    width: 40px;
    /* border-radius: 50%; */
}



.ok-latency {
    width: 40px;
    /* border-radius: 50%; */
}



.bad-latency {

    width: 40px;
    /* border-radius: 50%; */
}



.out-latency {
    width: 40px;
    /* border-radius: 50%; */
}



.no_latency {

    width: 40px;
    /* border-radius: 50%; */
}



.leaflet-tooltip {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    padding-top: 3px !important;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: none !important;
}



.leaflet-tooltip-top:before {
    border:none !important;
}

.nav-stations .nav-link {
    /* background-color: white; */
    border-radius: 5px;
    font-size: 1.1rem;
    /* color: #1e548c; */
    color: white;
    /* border-bottom: 2px solid #fff; */
    opacity: 0.7;
}
.nav-stations .nav-link.active, .nav-stations .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
    opacity: 1;
}

.nav-stations .nav-link.active {
    font-weight: bold;
}




.nav-stations .nav-link:after {
    background: rgba(255,255,255,0.815);
}

.table-stations thead th {
    background-color: rgba(0,0,0,0.3);
    color: white;
}

.table-stations tr {
    /* background-color: rgba(0,0,0,0.1); */
    cursor: pointer;
    color: #fff;
}

.table-stations td, .table-stations th {
    text-align: center;
    font-size: 0.9rem;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    color: white;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: rgba(0,0,0,0.3);
    color: white;
}

.psd-buttons {
    width: 100px;
}

/* Bootstrap lg */
@media (max-width: 1200px){
    #channels {
        width: 100%;
    }

    .station-innerleft {
        border-right: none;
    }
}