
.eirene-loginform{
	background-color:white;
	width:450px;
	padding:0 61px 0 61px;
	margin-top:60px;
	border-radius:5px;
	border:1px solid silver;
	
}
.appendixheader{
   font-weight:bold;
   padding:6px 12px;
   margin:6px 0px;
}

.bg{
	background-color:rgb(0,32,63);
}

.bg1{
	background-color:#f2f2f2;
}


/*Eirene Nav View */
.fontColorBGCombination,.selectize-input,.input-active{
	background-color:white!important;
	color:#b2b9bf!important;
}
.selectize-dropdow,.active,.focus,.selected{
	background-color:white!important;
	color:blue!important;
	box-shadow:none;
}
.eirene-navview-pane{
	background-color:white!important;
}
.eirene-navview-menu,.group-list {
	font-family:Ubuntu-Regular,Lato-Regular;
	font-size:1em;
	background-color:white!important;
	color:#99abb4;
}
.eirene-navview-menu>li:hover{
	color:#343a40;
}
.eirene-navview-content{
	background-color:#eef5f9;
}
.eirene-navview-content-titlearea{
	background-color:white;
}
.eirene-navview-content-pagetitle{
	color:#1e88e5;
}
.eirene-navview-content-pagetitle:hover{
	color:royalblue;
}
.eirene-dashboard-btn{
	background-color:#26c6da;
	color:white;
}
.eirene-table{
	font-size:0.9em;
	color:#90969b;
}
.eirene-table tr td{
	background-color:white;
	vertical-align: middle !important;	
}

#workareaFilter,#workareaFilter1,#workareaTablebox,#workareaAppendix,.onlineCoursePage{
	background-color:#fff;
}
.onlineCoursePage{
	font-size:1em;
	color:black;
	text-align: justify;
}

.lessonlist div[read="1"] span{
	color:green;
	font-weight:bold;
}
