.nav-header {
	background-color: #FFDD00;
}
.nav > li > a {
	color: #4D4D4F;
}
div.content {
	height: 100vh;
}
.titleText {
	color: white;
}
.registrationText {
	color: white;
	line-height: normal;
	margin-bottom: 1em;
}
span a {
    font-weight: bold;
}
div.courseList {
	background-color: white;
}
div.logout {
	margin-top: 10px;
	float: right;
}
div.logout button {
	background: #b90027;
}
button.tenant {
	background-color: #0077C0;
	border: none;
}
h2.tenant {
	color: #b90027;
}
i.tenant {
	font-size: 70px;
	display: block;
}
span.tenant {
	font-size: 22px;
	display: block;
}
a.registerLink {
	font-weight: bold;
	font-size: large;
	float: right;
	color: white;
}
div.adminRegisterLink {
	font-weight: bold;
	font-size: large;
	color: #006373;
	margin: 10px;
}
.l-form-3-top {
	padding-top: 30px;
}
.navbar-brand {
	width: 150px;
	margin-top: 10px;
	background: url(./logo.png) left center no-repeat;
	text-indent: -99999px;
}

p.formText {
	color: white;
	opacity: 0.8;
}
p.errorMessage {
	color: white;
	margin-top: 2em;
	text-align: center;
}
p.adminErrorMessage: {
	color: red;
	margin-top: 2em;
	text-align: center;
}
.tenant {
	color: #b9007;
}
ul.navbar-nav li a.tenant {
	color: #51247F;
	font-weight: bold;
}

.features-box .features-box-icon {
	color: #51247F;
}

body.loginClass, body.registrationClass, body.verificationClass, body.anonymousClass {
	background-image: url("background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
body.coursesClass, body.courseClass {
	background-image: none;
}

body.admin {
	background-color: #FFDD00;
}

#courseContent {
	position:absolute; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	top: 0px;
	z-index: 999;
}

iframe.lmsApiInterface {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0%;
}

iframe.scormCourse {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow-y: scroll;
}

#loadingContent {
	display: flex;
  	flex-flow: column wrap;
  	align-items: center;
  	margin-top: 5em;
}
div.elasticLearningWs {
	text-align: center;
	color: white;
	font-style: italic;
}
div.elasticLearningWs a {
	color: white;
	font-style: italic;
	font-weight: bold;
}
div.adminElasticLearningWs {
	text-align: center;
	color: #006373;
	font-style: italic;
}
div.adminEelasticLearningWs a {
	color: #006373;
	font-style: italic;
	font-weight: bold;
}