
#sidebar-footer{
	display: none;
	}

#layout-nav {
	background-color: rgb(0, 67, 98) !important;
	color: white !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
/*	border-right: none; !important;*/
	}
#layout-nav ul.nav-list li a {
	color: rgba(255, 255, 255, 0.75);
	text-shadow: none;
	}
#layout-nav ul.nav-list li a:hover {
	background-color: rgba(255, 255, 255, 0.15);
	}
#layout-nav ul.nav-list li.active a {
	background-color: rgba(255, 255, 255, 0.3);
	}
#layout-nav ul.nav-list li.nav-header {
	color: rgba(255, 255, 255, 0.5) !important;
	text-shadow: none;
	}
body {
	background-color: rgba(191, 191, 191, 0.25);
	}
body.content-panel-style-1 div.content-panel {
	border-left: none;
	}

/*  --  BOOTSTRAP 3  --  */
.form-group label {
	font-weight: normal;
	}
