body {
	background-color: #fff !important;
}
/*.inner-body-contianer {
	background-color: #e2e4e6 !important;
}*/
.inner-body-contianer {
	background-color: #e2e4e6 !important;
}
.bg-dark {
	height: 700px !important;
	background: #fff !important;
	overflow-y: auto !important;
}
@media only screen and (max-width:767px)
{
	.bg-dark {
		height: 1500px !important;
		background: #fff !important;
		overflow-y: auto !important;
		box-shadow: 2px 3px 3px #72727273 !important;
	}
}
/***********************************************************************/
	body::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background-color: #ccc;
	}

	body::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 10px;
	}
	.bg-dark::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background-color: #ccc;
	}
.bg-dark::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}
/*************************************************************************************/
nav {
	position: relative;
		width: 270px;
		float:left;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #888;
	font-size:16px !important;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
	
	nav ul li a:hover {
		background: #448aff;
		color: #fff;
		text-decoration: none !important;
	}
	/*nav ul li:hover {
		background: #448aff;
		color: #fff;
		text-decoration: none !important;
	}*/
nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
nav ul ul {
	background: rgba(0, 0, 0, 0.2);
}
	nav ul li ul li a {
		border-left: 4px solid transparent;
		padding: 10px 20px;
		border-bottom: 1px solid #ededed;
	}

	nav ul li ul li a:hover {
		border-left: 4px solid #3498db;
		color: #1d4f71;
		padding-left: 35px;
		border-bottom: 1px solid #ededed;
		background: #f5fdff;
	}


/********************** Custom classes  */
	nav ul li {
		background: #fff;
		display: inline-block;
		width: 100%;
		float:left;
	}

		.sub-menu ul li a i .fa {
			width: 16px;
			text-align: center;
			margin-right: 10px !important;
			margin-top: 3px;
			float: left !important;
		}
.right {
	float: right;
	position: absolute;
	right: 0px;
	padding: 14px 15px;
	font-size: 18px !important;
	cursor: pointer;
}

.fa {
	margin-right: 0px !important;
	width: auto !important;
}

.submenu-arrow {
	float: left !important;
	margin-right: 12px !important;
	margin-top: 3px;
}

#LeftNavigation .active {
	background: #3498db !important;
	color: #fff !important;
}