body {
    font-size: 0.9rem;
    padding-top: 15px;
    line-height: 1.5;
}

#routeList {
    font-size: 1rem;
}

#mapMenuCard {
    background-color: rgba(255, 255, 255, 1);
}

#windLabelTitle {
    font-size: 1.3rem;
    height: 30px;
}

[role="main"] {
    padding-top: 133px;
    /* Space for fixed navbar */
}

@media (min-width: 992px) {
    [role="main"] {
        padding-top: 60px;
        /* Space for fixed navbar */
    }
}


.container-fluid {
    width: 90%;
}

th {
    color: rgba(38, 90, 52, 1);
    line-height: 1.1;
}



.highlight-alert {
    background-color: rgba(255, 255, 0, 0.4) !important;
}

.highlight-ok {
    background-color: rgba(165, 236, 165, 0.4) !important;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

#notes {
    margin-top: 40px;
}

#legend {
    line-height: 1.3;
}

#trendChart {
    height: 45vh;
}

#airportSummary {
    height: 90vh;
}

#airportDemand {
    height: max(25vh, 200px);
}

#chartGroundspeed-A {
    height: max(25vh, 200px);
}

#chartAltitude-A {
    height: max(20vh, 150px);
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* put above Map Scale which has bottom of 8px and height of 18px */
#speedLegend {
    position: absolute;
    bottom: 35px;
    left: 8px;
    z-index: 1;
    background-color: rgb(248, 249, 250);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
    line-height: 1.4;
}

/* For time slider */
#playControls {
    position: absolute;
    bottom: 4px;
    left: 10%;
    width: 85%;
    z-index: 1;
    /* background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px; */
    background-color: rgb(248, 249, 250);
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
}

#sliderTime {
    width: 15%;
    bottom: 0px;
    display: inline-block;
}

#iconTime {
    cursor: pointer;
    padding-right: 5px;
}

#timeLabel {
    bottom: 5px;
    font-size: min(1.7vw, 1.7rem);
}

#mrmsLegend {
    font-size: 0.80rem;
    line-height: 1.1;
}

.panel-edge {
    border-radius: 3px;
    border-color: rgb(234, 234, 234);
    border-width: 0px;
    border-style: solid;
}

.chart {
    width: 100%;
    height: 25vh;
}

h4 {
    color: rgba(38, 90, 52, 1);
    font-size: 1.1rem;
}

h6 {
    margin-top: 10px;
    color: rgb(67, 119, 81);
    font-size: 0.8rem;
}

/* #welcome {
    font-size: 0.8rem;
} */

.toggle-btn {
    padding: 0px 5px;
    margin-bottom: 1px;
    font-size: 0.6rem;
    cursor: pointer;
}

#bookmarkMenu {
    /* position: relative; */
    /* height: 50px; */
    top: 0px;
    margin-left: 0%;
    margin-right: 2%;
}

/* .navbar-brand {
    height: auto;
} */

#titleBanner {
    /* width: 50%;
    position: absolute;
    left: 25%;
    bottom: -25px; */
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: max(min(2.4vw, 32px), 17px);
}

#titleStatus {
    /* position: relative;
    top: -10px; */
    height: 5vh;
    font-weight: 400;
    color: rgba(38, 90, 52, 1);
    font-size: max(min(2vw, 26px), 18px);
}

#liveStatus {
    position: absolute;
    bottom: -2px;
    right: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: min(1.5vw, 18px);
    display: none;
}

#titleImg {
    width: 15vw;
    max-width: 150px;
    height: auto;
}

.timeSeriesChart {
    margin-left: -20px;
}

#selectAnimationSpeed {
    font-size: 18px;
}

/* #tacticalPanel {
    height: 50vh;
    overflow-y: auto;
} */

#map {
    height: 85vh;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  }

#inputCallsign, #inputAirline {
    width: 100px;
    margin-right: 5px;
  }

#callsignPanel {
    font-size: 18px;
    padding-top: 5px;
}


