html,
body {
	/*background: url('/img/ne-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #333;

    padding-bottom: 80px;*/
	// background-color: #fff;
	/*height: 100%;*/

	background: linear-gradient(to bottom right, #fffce6, #fff8dc) !important;
	min-height: inherit !important;
}

div#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

div#main {
	background-color: transparent !important;
}

th a.asc:after {
	content: " ⇣";
}

th a.desc:after {
	content: " ⇡";
}

form .required {
	font-weight: bold;
}

form .required label:after {
	color: #e32;
	content: " *";
	display: inline;
}

.label-orange {
	color: ORANGE;
	font-weight: bolder;
}

/* Sticky Footer */
#push,
#footer {
	height: 20px;
	display: block;
	text-align: center;
}

#footer {
	filter: alpha(opacity=100);
	color: #000;
	position: relative;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.navbar-brand img {
	padding-top: 10px;
}

.sidebar-left-content ul {
	padding-left: 10px;
}

#content-footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 44px;
	width: 100%;
}
