#themeum_lms_dashboard_widget .inside {
	padding: 0;
}

#themeum_lms_dashboard_widget ul {
	margin: 0;
}

#themeum_lms_dashboard_widget ul li {
	float: left;
	width: 50%;
	display: block;
	color: #aaa;
	padding: 15px;
	font-size: 16px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#themeum_lms_dashboard_widget ul li span {
	margin-right: 2px;
}

#themeum_lms_dashboard_widget ul li:first-child {
	width: 100%;
}

#themeum_lms_dashboard_widget ul li:nth-child(odd) {
	border-right: 0;
}

#themeum_lms_dashboard_widget .themeum-lms-chart {
	margin-top: 30px;
	padding: 0 15px;
}
#themeum_lms_dashboard_widget .themeum-lms-chart > div {
	width: 100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.total-sales a,
.total-orders a,
.pending-orders a,
.courses-count a,
.lessons-count a,
.teachers-count a,
.events-count a{
	color: #ffffff;
}
.total-sales{
	background-color: #3cb878;
}
.total-orders{
	background-color: #ff7302;
}
.pending-orders{
	background-color: rgba(30, 115, 190,1);
}
.courses-count{
	background-color: #840234;
}
.lessons-count{
	background-color: rgba(141,198,63,1);
}
.teachers-count{
	background-color: rgba(0, 101, 137, 1);
}
.events-count{
	background-color: rgba(180,62,146,1);
}