body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*
    background: #C5D3E7;
*/
    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 {
 background-color: white;
 color: #2C2C2C;
 /* margin-bottom: -3px;
 border: solid 1px 0 rgba(0,0,0,0.08);*/
}

#footer, #footer a {
    color: #2C2C2C;
}

#navigation a {
    color: #2C2C2C;
}

#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;
}
