/* Style for writing Flight Category to table */
.flight-category-vfr {
    background-color: #DDFFDD;
}

.flight-category-mvfr {
    background-color:#EEEEFF;
}

.flight-category-ifr {
    background-color: #FFDDDD;
}

.flight-category-lifr {
    background-color: #FFBBFF;
}

.metar-legend {
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid rgb(180, 180, 180);  
    display: inline;
    position: relative;
    top: -5px;
}

#tableFooter {
    line-height: 1.5;
}

#chartGroup {
    position: absolute;
    top: 6px;
    z-index: 1;
}

#queryPanel {
    height: 85vh;  
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    overflow-x: hidden; /* Scrollable contents if viewport is shorter than content. */
}

.inline-button {
    position: relative;
    top: -6px;
}

#titleReportSummary {
    text-align: center;
}

#tableConfig {
    position: relative;
    top: 10px;
    padding-left: 140px;
    padding-right: 20px;
}

#buttonExportCsv {
    position: relative;
    top: 10px;
    left: 200px;
}