b {
		font-weight:500;
	}

.progress-pie-chart {
	width:200px;
	height: 200px;
	border-radius: 50%;
	background-color: #E5E5E5;
	position: relative;
}
.progress-pie-chart.gt-50 {
	background-color: #81CE97;
}

.ppc-progress {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	width: 200px;
	height: 200px;
	clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	width: 200px;
	height: 200px;
	clip: rect(0, 100px, 200px, 0);
	background: #81CE97;
	transform: rotate(60deg);
}
.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 170px/2);
    top: calc(50% - 170px/2);
    width: 170px;
    height: 170px;
    background: #fff;
    text-align: center;
    display: table;
}
.ppc-percents span {
	font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 5.6em;
    font-weight: 100 !important;
    /*color: #81CE97;*/
	color:#464646;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.progress {
	margin-bottom:7px;
}
.checkServices .fa{
	display:none;
}
.checkServices.checked .fa{
	display:inline-block !important;
}