body{
    background-color:gray;
}

#table-br {
    margin-bottom: 0.75em;
    display: block;
}

#selectedAdvisory {
    margin-right: 7px;
}

.form-group {
    display: inline-flex;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.form-group-chars {
    margin-bottom: 1rem;
    display: block;
}

#tac-viewer {
    background-color: white;
    height: 100%;
    width: 100%;
    border: 2px solid blue;
    padding: 0.45em;
    text-align: left;
    min-height: 13em;
}

.visible {
    background-color: transparent;
}

#advisory-table th {
    width: 12.5%;
}

#advisory-table table th,
#advisory-table table tr {
    white-space: nowrap;
    clear: both;
}

#adv-header tr th{
    background-color: black;
    color: white;
    position:sticky;
    top: 0;
    text-align: center;
}

#advisory-table {
    overflow-y: scroll;
    overflow-x: hidden;
    justify-content: center;
    width:100%;
    max-height:100px;
    
}

#adv-table-body {
    background-color: white;
    color:darkgrey;
}

.forecastArea-sev {
    fill:red;
    opacity:0.3;
}

.forecastArea-sev:hover {
    outline: 2px solid red;
}

.forecastArea-mod {
    fill:orange;
    opacity:0.3;
}

.forecastArea-mod:hover {
    outline: 2px solid orange;
}

.forecastArea-display {
    fill:white;
    opacity:0.2;
}

.forecastArea-display:hover {
    outline: 2px solid white;
}

.hidden {
    visibility: hidden;
    display: none;
}

.plot-row-advisory {
    background-color: lightgrey;
}

.tac-bar {
    border: 3px solid blue;
}

#geoWidget-svg {
    position:relative;
    background-color:black;
    display: block;
}

#composer-head-left {
    display: flex;
    top:0;
    height: auto;
    width: 100%;
    position: relative;
    margin-right: 0.35em;
}

#composer-head-right {
    display: flex;
    justify-content: center;
    justify-items: center;
    position: relative;
    height:auto;
    margin-left: 0.35em;
}

#composer-head-container {
    justify-content: center;
    display: flex;
    height: 30%;
    align-items: center;
    position: relative;
    margin-bottom: 0.5em;
}

@media (max-width:800px) {
    #composer-head-container {
        flex-direction: column;
        width: 100%;
    }

    #composer-head-left {
        order: 1;
        width: 100%;
        margin-right: 0em;
    }

    #composer-head-right {
        order: 2;
        width: 100%;
        margin-left: 0em;
        margin-top: 0.75em;
    }

}

@media (max-width:670px) {
    #adv-table-body > tr > td {
        display:table-cell;
    }
}

.head-container-child {
    flex: 1;
    justify-items: center;
}

.active-advisory {
    font-weight: bold;
    color: black;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
#icao-cell {
    background-color: #ccc;
}
button, 
button img {
    z-index: 30;
    height:1.2rem;
    width: 1.2rem;
    
}

button#copy-clipboard,
button#save-as {
    margin-top: 4px;
    margin-right: 4px;
    background-color: transparent;
    border-color: transparent;
    right:0;
    background: none;
    position: absolute;

}

button#copy-clipboard:active,
button#save-as:active,
button#copy-clipboard:focus,
button#save-as:focus  {
    box-shadow: none;
}

button#copy-clipboard img{
    position:absolute;
    top:0;
    right: 0;
    width: 18px;
    height: 18px;
}

button#save-as img{
    position: absolute;
    top:0;
    right: 0;
    width: 18px;
    height: 18px;
}

#fixedHeightTable {
    overflow-y:auto;
    overflow-x:hidden;
}

#tableKey {
    display:block;
    font-size:9px;
    margin-top: 0.25em;
    margin-bottom: 0em;
    text-align: center;
}

#exampleHighlight {
    background-color:darkgray;
}

#exampleBlueBar {
    border:solid 2px blue;
    background-color:white;
}

svg#testSvg {
    background-color:black !important;
}

#secondary-div {
    text-align: center;
}
