.sapVizKitViewer {
	height: 100%;
	position: relative;
	touch-action: none;
	-ms-touch-action: none;
	background-color: @sapUiExtraLightBG;
}

//We are hiding the three dots that are animating
//when the viewer is set as busy since we already have our own
//progress indicator.
.sapVizKitViewer .sapUiLocalBusyIndicatorAnimation {
	visibility: hidden !important;
}

.sapVizKitViewerFullScreen {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0;
	left: 0;
	position: fixed !important;
	z-index: 10;
}

.sapVizKitViewer .sapUiVizKitLayout {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sapVizKitViewer .sapUiVizKitSplitter {
	position: absolute;
}

.sapVizKitViewer .sapUiLocalBusyIndicator {
	background-color: rgba(242, 242, 242, 0.9);
}

.sapVizKitViewer .sapUiVizKitProgressIndicator {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	bottom: 0;
}