/*******************************************************************
			Error message shown by C3_OnAppFatalLoadError
 *******************************************************************/

.apploaderrorcontainer {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(128, 0, 0, 0.4);	/* same as dimmer error style */
 }

.apploadererrormessage {
	font-size: calc(10px + 1vh);
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	color: #eef5fc;
	background-color: #3B4045;
	margin: 2vh auto;
	word-wrap: break-word;
	max-width: 35em;
	padding: 1em;
 }

 .apploadererrormessage li {
	 text-align: left;
 }