/*
	Check Commerce Utilizes Bootstrap 4 and AdminLTE for the design of this site.
	With this in mind information on selectors can be found at their website https://getbootstrap.com/docs/4.0/getting-started/introduction/
	
	Below are a few modifications and selectors to get you started. The below selectors will allow some color changes to the main-header and
	naviagtion sidebar.
*/

.main-header {
	background-color: #205081;
}

.main-header .navbar-nav .nav-link {
	color:#fff;
}

.main-header .navbar-nav .nav-link:hover, .main-header .navbar-nav .nav-link:focus {
	color:#ccc;
}

.main-sidebar {
	background-color:#f5f5f5;
}

.main-sidebar .nav-sidebar .nav-item.active {
	background-color: rgba(0, 0, 0, 0.05);
}

.user-header {
	background-color:#f5f5f5;
}