ul.page-sidebar-menu > li.active > a {
	background: #FA7E1E!important;
	//box-shadow: inset 0px 0px 30px 4px rgba(0, 0, 0, 0.3);
	//-moz-box-shadow: inset 0px 0px 30px 4px rgba(0, 0, 0, 0.3);
	//-webkit-box-shadow: inset 0px 0px 30px 4px rgba(0, 0, 0, 0.3);
}

.page-content .breadcrumb .dashboard-date-range {
	background-color: #ccc;
}

.tasks-widget .task-list li.task-done .task-title-sp {
	text-decoration: none!important;
}

.dropdown-heading {
	color: white;
	background-color: #aaa;
	display:block;
	padding: 3px 12px;
}

.course-list-location {
	width: 130px!important;
	font-size: 11px;
}

.task-title-sp {
	white-space: nowrap;
}

.course-rating {
	white-space: nowrap;
	float:right;
	font-size: 10px;
}

.fullwidth {width:100%;}

@media (min-width: 780px) and (max-width: 1180px) {  
	.task-title-sp {
		display:block;
	}
}
@media (max-width: 480px) {  
	.task-title-sp {
		display:block;
	}
}

@media (max-width: 767px) {
	.header .brand {
		margin-left: 0px !important;
		width: 150px;
	}
}

.blue-background {background-color: #4b8df8}
.lightblue-background {background-color:  #bfd5fa}
.red-background {background-color:  #e02222}
.yellow-background {background-color:  #ffb848}
.green-background {background-color:  #35aa47}
.purple-background {background-color:  #852b99}
.grey-background {background-color:  #555555}
.lightgrey-background {background-color:  #fafafa}