body{
	font-family:Ubuntu-Regular,Lato-Regular,Arial,Mangal;
	font-size:1em;
}
.appendixheader{
   font-weight:bold;
   padding:6px 12px;
   margin:6px 0px;
}

.bg{
	background-color:rgb(0,32,63);
}

.bg1{
	background-color:#f2f2f2;
}


.rainbow-gradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24ceef+0,7174fe+32,207cca+61,b424ff+100 */
background: #24ceef; /* Old browsers */
background: -moz-linear-gradient(left,  #24ceef 0%, #7174fe 32%, #207cca 61%, #b424ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #24ceef 0%,#7174fe 32%,#207cca 61%,#b424ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #24ceef 0%,#7174fe 32%,#207cca 61%,#b424ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24ceef', endColorstr='#b424ff',GradientType=1 ); /* IE6-9 */
}

.td-link{
	color:blue;
	text-decoration:underline;
}

.select1,.select3{
	font-size:1em !important;
}
/*Eirene Nav View */
.eirene-navview-menu {
	font-family:Ubuntu-Regular,Lato-Regular;
	font-size:1em;
	color:#99abb4;
}

.eirene-navview-menu>li:hover{
	color:#343a40;
}

.userinfo-img{
	background-image:url('../image/user-info.jpg');
}