.dashboardTotal{
	height: 45px;
	background-color: #F2F2F2;
	padding: 10px;
	
}

.statdiv{
   display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0.5rem;
  overflow: hidden; 
}

.statdiv-50{
	display: inline-block;
   vertical-align: top;
   width: 50%;
   padding: 0.5rem;
   overflow: hidden; 
 }

.statrightdiv{
	width: 35%;
	padding: 10px 10px 0 0;
    vertical-align: inherit;
	text-align: center;
	height: 60px;
} 
.statleftdiv{
	width: 60%;
	padding: 10px 10px 0 0;
	
    vertical-align: inherit;
	text-align: left;
	height: 60px;
} 
.left-border{
	border-left: 1px solid #ccc;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.statValue{
	font-size: 24px;
	margin-bottom: 0;
	color: #00CC99;
}

.statText{
	font-size: 18px;
}

.card-header:first-child{
	background-color: #fff;
}

.totProjectsValue{
	font-size: 24px;
	margin-bottom: 0;
	color: #FFCC00;
	position: relative;
	top: -3px;
}

.totProjects{
	position: relative;
	top: 5px;
}

.disable-clicks {
	pointer-events: none;
	opacity: .6;
	filter: alpha(opacity=70);
}
