/* Add here all your CSS customizations */
.page-header {
	background: #008F4C;
	border-bottom: none;
	border-left: 1px solid #3a3a3a;
	box-shadow: 1px 3px 0 1px #cccccc;
	height: 50px;
	margin: -40px -40px 40px -40px;
	padding: 0;
}

.sidebar-left .sidebar-header {
	position: relative;
	color: #008F4C;
	height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
	color: #008F4C;
	padding: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar-left {
	background: #008F4C;
	box-shadow: -5px 0 0 #2f3139 inset;
	color: #008F4C;
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 300px;
	z-index: 1010;
}

ul.nav-main li a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.nav-main li.nav-parent > a:after {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 14px 25px;
}