.sidebar {
	background: #cb5a42;
	color: #fff;
}

.heading-bg,
.heading-block {
	color: #fff;
	background: #cb5a42;
}

.filter-form legend,
.function-form legend,
.shaded-box legend,
.legend-strip legend {
	color: #fff;
	background: #cb5a42;
}

.login-form .subheader,
.forgot-form .subheader,
.gatekeeper-form .subheader {
	background-color: #cb5a42;
	color: #fff;
}

.login-form .subheader-content > h1,
.forgot-form .subheader-content > h1,
.gatekeeper-form .subheader-content > h1 {
	color: inherit;
}

.permission-section-header {
	background-color: #cb5a42;
	color: #fff;
}

.popup-title {
	background-color: #cb5a42;
	color: #fff;
}


/*
$MAIN-MENU

Main sidebar menu (Dashboard, Clients, ...)
*/

	.main-menu li a {
		color: #fff;
	}

	.main-menu .pure-menu-selected a,
	.main-menu li a:hover,
	.pure-menu li a:focus {
		background: #F1846D;
		color: #222;
	}
