body {
	background-color: #3d3d3d !important;
}

/**
* Footer 
*/
.footer .footer-inner {
	color: #999999;
}

.footer .footer-tools .go-top {
	background-color: #4f4f4f;
}

.footer .footer-tools .go-top:hover {
	opacity: 0.7;
	filter: alpha(opacity =       70);
}

.footer .footer-tools .go-top i {
	color: #8a8a8a;
}

/**
* Footer Layouts
*/
.page-footer-fixed .footer {
	background-color: #242424;
}

.page-footer-fixed .footer .footer-inner {
	color: #999999;
}

.page-footer-fixed .footer .footer-tools .go-top {
	background-color: #4f4f4f;
}

.page-footer-fixed .footer .footer-tools .go-top i {
	color: #8a8a8a;
}

/**
* Begin: boxed page 
*/
@media ( min-width : 992px) {
	.page-boxed {
		background-color: #2e2e2e !important;
	}
	.page-boxed .page-container {
		background-color: #3d3d3d;
		border-left: 1px solid #5e5e5e;
		border-bottom: 1px solid #5e5e5e;
	}
	.page-boxed.page-sidebar-fixed .page-container {
		border-left: 0;
		border-bottom: 0;
	}
	.page-boxed.page-sidebar-fixed .page-sidebar {
		border-left: 1px solid #5e5e5e;
	}
	.page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
		background-color: #2e2e2e !important;
	}
}

/**
Landscape phone to portrait tablet
*/
@media ( max-width : 991px) {
	/***
    page sidebar
    ***/
	.page-sidebar {
		background-color: #292929 !important;
	}
	ul.page-sidebar-menu>li>a {
		border-top: 1px solid #4a4a4a !important;
	}
	ul.page-sidebar-menu>li:last-child>a {
		border-bottom: 0 !important;
	}
	.page-sidebar .sidebar-search input {
		background-color: #292929 !important;
	}
	ul.page-sidebar-menu>li.open>a,ul.page-sidebar-menu>li>a:hover,ul.page-sidebar-menu>li:hover>a
		{
		background: #1e1e1e;
	}
}