.light-theme .sidebar-wrapper {
	background-color: #eeeeee;
}

.light-theme .sidebar-wrapper .sidebar-item {
	border-top: 1px solid #fff;
}

.light-theme .sidebar-wrapper .sidebar-item:first-child {
	border-top: none;
}

.light-theme .sidebar-wrapper a:not(.dropdown-item), .light-theme .sidebar-wrapper .sidebar-header,
	.light-theme .sidebar-wrapper .sidebar-search input, .light-theme .sidebar-wrapper .sidebar-search i
	{
	color: #74726E;
}

.light-theme .sidebar-wrapper a:not(.dropdown-item):hover, .light-theme .sidebar-wrapper .sidebar-menu li.active>a
	{
	color: #424242;
}

.light-theme .sidebar-wrapper .sidebar-search input.search-menu,
	.light-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background-color: #eeeeee;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 1px;
}

.light-theme .sidebar-wrapper .sidebar-menu a:hover i, .light-theme .sidebar-wrapper .sidebar-menu a:hover:before,
	.light-theme .sidebar-wrapper .sidebar-menu li.active a i {
	background-color: #078052 !important;
	color: #fff!important;
}

.light-theme .sidebar-wrapper .sidebar-menu ul li a i {
	background-color: #eeeeee;
}

.light-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
	background-color: #eeeeee;
}

.light-theme .sidebar-wrapper .sidebar-footer>div:first-child {
	border-left: none;
}

.light-theme .sidebar-wrapper .sidebar-footer>div:last-child {
	border-right: none;
}

.light-theme.toggled #close-sidebar {
	color: #74726E;
}

.light-theme.toggled #close-sidebar:hover {
	color: #424242;
}

.light-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.light-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.light-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #A4A29E;
	border-radius: 0;
}

.light-theme .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.light-theme.sidebar-bg .sidebar-wrapper:before {
	background-color: rgba(249, 249, 249, 0.9);
}

.light-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item) {
	color: #495057;
	background-color: #eeeeee;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.light-theme.sidebar-bg .sidebar-wrapper a.evidence {
	background-color: #d1d1d1 !important;
}

.light-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
	.light-theme.sidebar-bg .sidebar-wrapper a.evidence:hover
	.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active>a {
	color: #fff !important;
	background-color: #078052 !important;
}

.light-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
	border-color: white;
}

.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
	.light-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text
	{
	background-color: rgba(255, 255, 255, 0.5);
}

.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div
	{
	background-color: rgba(255, 255, 255, 0.5);
}

.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a i {
	background-color: #eeeeee;
}

.light-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a.evidence i {
	background-color: #d1d1d1;
/* 	color: #FFFFFF !important; */
}
