#body {
	background-color: #dbdbdb !important;
	color: #383737 !important;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#header {
	background-color: #39acf3 !important;
	color: #fff !important;
}

#sidebar {
	background-color: #39acf3 !important;
	color: #fff !important;
}

#footer {
	background-color: #39acf3;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
}

	#footer a {
		color: #fff !important;
		font-size: 18px;
	}

		#footer a:hover {
			color: #caa03a !important;
		}

#notificationdropdown {
	background-color: #39acf3 !important;
}

	#notificationdropdown i:hover {
		color: #39acf3 !important;
	}

#avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #242020;
	padding: 10px;
	text-align: center;
}

#collapsebtn {
	color: #fff !important;
}

	#collapsebtn:hover {
		color: #caa03a !important;
	}

#searchbtn:hover {
	color: #222121 !important;
}

#content {
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	background-color: rgb(239, 240, 239);
	margin-bottom: 80px;
}

#login {
	text-align: center;
}

#logintitle {
	bottom: 2px !important;
	color: #000000 !important;
	margin-top: 20px;
	font-weight: 500;
	text-align:center;
}

#loginbody {
	color: #000000 !important;
	font-size: 16px;
	margin-top: 20px;
}

#loginpagelabel {
	color: #000000 !important;
	font-size: 16px;
}

#loginpageurl {
	color: #FFEA00 !important;
}

#loginpageurl:hover {
		color: #ffffff !important;
}
#pagewrapper {
	margin-left: 280px !important;
}