html, body, #content, #app, #cesiumContainer {
    padding: 0;
    margin: 0;
    height: 100%;
}
#app * {
    box-sizing: content-box;
    line-height: normal;
    font-size: 10pt;
    font-family: sans-serif;
}

#app .cesium-button, #app .cesium-geocoder-input {
  box-sizing: border-box;
}

#app * input[type="checkbox"] {
    margin: 3px 0.5ex;
}

#app {
    position: relative;
}
#cesiumContainer {
    height: auto;
}
#toolbars {
    position: absolute;
    margin: 10px;
    left: 0;
    top: 0;
}

#toolbars .toolbar {
    float :left;
    color: #ffffff;
}

#orbitaLeftWidgetToolbar {
    position: absolute;
    left: 10px;
    top: 50px;
}

#orbitaRightWidgetToolbar {
    position: absolute;
    right: 10px;
    top: 50px;
}

.orbitaWidgetContainer {
    margin-bottom: 10px;
}

.invisible-button {
    display: none;
}

.cesium-viewer-timelineContainer {
    height: 75px;
}