html {
/*	background: rgba(191, 191, 191, 0.25) !important;*/
	background: #F7F7F7 !important;
	}
body {
	background-image: none;
	background-color: transparent;
	}
body.nav-sidebar #layout-container #layout-nav div.brand > img,
body.nav-sidebar #layout-container #layout-nav div.brand > a > img {
	max-width: 48px;
	max-height: 48px;
	padding-left: 4px;
	padding-right: 8px;
	}

body.nav-sidebar #layout-container #layout-nav {
	box-shadow: 0px 2px 12px 0px #CCC;
	border-right: 1px solid #CCC;
	}

#layout-footer {
	display: block;
	position: relative !important;
	z-index: auto !important;
	}
#layout-footer #footer-badges {
	display: none;
	}
#layout-footer #footer-info ul {
	margin: 0;
	}
#layout-footer #footer-info ul li {
	display: inline-block;
	padding-right: 1.5em;
	}
#layout-footer #footer-info ul li:first-of-type {
	}
#layout-footer #footer-info ul li:nth-child(0),
#layout-footer #footer-info ul li:nth-child(1) {
	display: none;
	}


