/* QAction initialization styles - extracted from inline styles for CSP compliance */

/* Splash screen css */
#splashScreen {
	background-color: white;
	width: 100%;
	height: 100%;
	position: relative;
}

.splashImages {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.loadingGif {
	padding-top: 5px;
}

html, body {
	height: 100%;
}

/* Styles for splash screen logo */
.splash-logo {
	width: 300px;
	box-sizing: border-box;
	padding-left: 100px;
}

/* Styles for GWT history frame */
.gwt-history-frame {
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
}
