@font-face {
  font-family: "NotoSans-Regular";
  src: url("NotoSans-Regular");
  src: local(""), url("NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NotoSans-Bold";
  src: url("NotoSans-Bold");
  src: local(""), url("NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold; }
  
 body {
    font-family: NotoSans-Regular !important;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: #E6EEFB!important
/*
    background: rgba(11, 94, 215, 0.1);
    background-color: #5fe950;
    background: -webkit-linear-gradient(90deg, #4976ba, #5fe950) fixed;
    background: -o-linear-gradient(90deg, #4976ba, #5fe950) fixed;
    background: -moz-linear-gradient(90deg, #4976ba, #5fe950) fixed;
    background-image: -ms-linear-gradient(top, #4976ba 0%, #5fe950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4976ba', endColorstr='#5fe950');
    background: linear-gradient(90deg,#4976ba,#5fe950) fixed;
*/
}

#main_content_row {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header {
 font-family: NotoSans-Bold !important;
 background-color: rgb(11, 94, 215);
 color: white;
 /* margin-bottom: -3px;
 border: solid 1px 0 rgba(0,0,0,0.08);*/
}

#footer {
	font-family: NotoSans-Bold !important;
	display: block;
	padding: 0.5em;
}

#footer, #footer a {
    /* color: rgb(11, 94, 215); */
	color: white;
	background-color: rgb(11, 94, 215);
}

#navigation a {
	font-family: NotoSans-Bold !important;
    color: white;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    color: #1b98e0; 
	text-decoration:none;
}

.logo {
	margin-top: 5px;
	height: 40px;
}

@media screen and (max-width: 480px){
	.logo {
		margin-left: 5px;
		height: 25px;
	}
}

.ucWebLoginUser, .ucWebLoginPassword {
	background: white;
}


@media screen and (min-width: 981px){

#footer.navbar.navbar-fixed-bottom.content_outer {
	width: 1000px !important;
}

}