html,
body,
#cesiumContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.cesium-performanceDisplay-defaultContainer {
    top: 60px !important;
}
.cesium-viewer-toolbar {
    display: none !important;
}


#loadingOverlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    background: rgba(255, 255, 255, 1) url("../img/loading.gif") no-repeat;
    background-position: center;
    opacity: 1;
    padding-bottom: 4em;
    display: block;
}
#loadingOverlay #introText {
    padding-bottom: 1em;
}

.cesium-viewer-toolbar {
    display: none;
}


.cesium-toolbar-button {
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    z-index: 0;
}

.cesium-button:hover {
    color: #fff;
    fill: #fff;
    background: #48b;
    border-color: #aef;
    box-shadow: none;
}


#topNav {
    font-size: 1.2em;
    position: absolute;
    z-index: 5000;
    width: 100%;
}
#topNav .fas {
    padding:0 0.3em;
    text-shadow: 0 0 2px #aaa;
    cursor: ;
}
#currentDate {
    background: rgba(0, 0, 0, 0.3);
    color: #eee;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 1em;
}
#currentTime {
    background: rgba(0, 0, 0, 0.3);
    color: yellow;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 2px;
    padding: 0 2em;
}
#clockMultiplier {
    width:2.2em;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 2px #aaa;
}

#logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    text-align: right;
    z-index: 5000;
}
#logo img {
    margin-right: -1em;
    width: 120px;
}
#logo span {
    background-color: rgba(20,20,20,0.2);
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}



.infoLeft {
    position: absolute;
    left:-230px;
    top:4em;
    width: 230px;
    z-index:5000;
}
.infoLeft .card {
    background: rgba(0, 0, 0, 0.7);
}
.infoLeft .card a {
    color: #fff;
}
.infoLeft .card a i.fa-angle-down {
    line-height:1.5;
}
.infoLeft.md-accordion .card .card-header {
    padding:5px 10px;
}
.infoLeft.md-accordion .card .card-body {
    font-size: .9rem;
    line-height: 1.7;
    font-weight: 300;
    color: #eee;
    padding:5px 10px;
}
.infoLeft .fa-play::before {
    color: #ffff00;
    cursor: pointer; 
}
.infoLeft .fa-play:hover {
    color: #009900;
    cursor: pointer; 
}




.infoLeft .float-right {
    cursor: pointer;
}


@media only screen and (max-width: 600px) {
    #loadingOverlay #introText {
        font-size: 1.4em;
    }
    #currentDate {
        padding: 0 0.5em;
    }
    #currentTime {
        letter-spacing: 1px;
        padding: 0 1em;
    }
}