.goals-summary{
	border-radius:5px;
	background-color:rgb(236,239,246);
	border:1px solid rgb(230,230,230);
	width:80%;
	float:left;
}

.summary-header{
	background-color:rgb(236,239,246);	
}

.summary-header label{
	color:rgb(95,115,148);
}

.summary-content{
	background-color:#fff;
	border-radius:5px;
}
.summary-content>div{
	width:25%;
	display:inline-block;
	text-align:center;
	height:100px;
}

.summary-content>div:last-child{
	width:20%;
	padding-left:10px;
}

.summary-content>div>div{
	text-align:center;
	float:left;
	width:100%;
	font-size:2em;
	margin-top:16px;
}
.goals-summary-status{
	float:left;
	width:15%;
	text-align:center;
	margin-left:2% !important;
}
.goals-summary-status>div{
	display:block;
	width:100%;
	
}
.goals-summary-status>div:first-child{
	margin-bottom:15px;
}
.goals-summary-status >div>div{
	float:left;
	width:100%;
	font-size:2em;
}
.goals-summary-status >div>div>i.fa{
	font-size:0.75em;
}
.summary-content div:hover{color:#566a8f; cursor:pointer;}
.summary-content .FilterActive a {
    color: #1c1c1c;
    position: absolute;
    top: -12px;
    right: -5px;
    font-size: 20px;
    display: block;
}
.summary-content .FilterActive {
    background: #eceff6;
    position: relative;
}
.summary-content div a {
    display: none;
}