body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
}

table {
    margin: 0;
    padding: 0;
    width: 100%;
}

#cesiumContainer, .cesium-viewer { 
    width: 100%; 
    height: 100%; 
    position: relative
}
        
#canvasoverlay {
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    pointer-events: none;
}

h4 {
    text-align: center;
    color: white;
    margin: 0;
    background-color: black;
    padding: 5px;
}

h5 {
    margin: 3px 0 3px 0;;
    padding: 0;
}

        
#canvasoverlay img {
    position: absolute;
    margin: auto;
    width: 150px; 
    height: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bar{
    background-color: rgba(196, 196, 196, 0.247);
    font-size: 20px;
    color: rgb(1, 206, 1);
    font-weight: bold;
    position: absolute;
    margin: auto;
    
}

.side-bar{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    top: 0;
    bottom: 0;
    height: 70%;
    max-height: 500px;
    width: 130px;
}

.bar p {
    background-color: rgba(44, 44, 44, 0.568);
    margin: 0;
    padding: 0;
    padding: 0 10px 0 10px;
}


#bottom-bar {
    align-self: center;
    bottom: 10px;
    width: fit-content;
    left: 0; right: 0;
    padding: 3px;
}

#right-bar{
    text-align: left;
    /* padding-left: 10px; */
    right: 30px;
    border-top: 1px solid white;
    border-bottom:1px solid white;
    border-left: 1px solid white;
}

#left-bar{
    left: 30px;
    /* padding-right: 10px; */
    text-align: right;
    border-top: 1px solid white;
    border-bottom:1px solid white;
    border-right: 1px solid white;
}

.conrtols, #screen-controls { user-select: none; }

.cesium-viewer-bottom,
.cesium-viewer-timelineContainer,
.cesium-viewer-animationContainer,
.cesium-viewer-toolbar {
    display: none;
}

#infobox {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(136, 136, 136, 0.568);
    color: white;
}

.popup{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    background-color: rgba(39, 39, 39, 0.815);
    color: white;
    padding-bottom: 10px;
}

.popup tr:nth-child(even){
    border-bottom: 2px black solid;
    background-color: seagreen;
}

.popup tr:nth-child(odd){
    border-bottom: 2px black solid;
    background-color: rgb(60, 95, 40);
}

#keys {
    width: 400px;
    display: block;
}

#keys tr:first-child{
    background-color: rgba(39, 39, 39, 0.815);
}

.popup td{
    width: 50%;
}

.popup tr {
    width: 100%;
}

#menu input {
    display: flex;
    margin: auto;
    align-self: flex-end;
}

#menu {
    text-align: center;
}



.closeButton {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 20px;
    padding-top: 3px;
    top: 2px;
    right: 2px;
    color: white;
    background-color: rgb(112, 0, 0);
    border: 1px black solid;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    z-index: 106;
}

.closeButton:hover {
    background-color: rgba(189, 0, 0, 0.89);
    transform: scale(1.1)
}



#screen-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color:rgba(78, 78, 78, 0.37);
    /* width: 500px; */
    /* height: 120px; */

}

#screen-controls div {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 60px;
    text-align: center;
    margin: auto;
}

#screen-controls div:hover {
    background-color:rgba(148, 148, 148, 0.815);
    cursor:pointer;
}