#cesium_dialog {
    overflow: hidden;
    width: auto !important;
    padding: 0;
}

#cesium-container {
    height: 100%;
    width: 100%;
}

#CesiumViewBox {
    height: 100%;
}

#CesiumViewBox .footer_controls {
    height: 80px;
    bottom: 65px;
    background-color: grey;
}

#CesiumViewBox .bottomControls {
    width: inherit;
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    left: inherit;
    margin-left: 0;
    position: relative;
    bottom: 0;
}

#CesiumViewBox .bottomControls td input {
    width: 35px;
}

#CesiumViewBox .cesium-viewer-fullscreenContainer {
    display: none !important;
}

#CesiumViewBox .navigationOption {
    position: relative;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
}

#CesiumViewBox .navigationOption label {
    display: inherit;
    color: #fff;
}