.pchart.pc-container{
    border: 12px solid #f2f2f2;
    border-radius: 100%;
}
.pc-text{
   /* border: 2px solid #d7d7d7;*/
-webkit-box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
}

.pchart.pc-container div.pc-text .pc-num #pc-percent {
    font-size: 45px !important;
}
.wrapper #bar, .wrapper #bar2 {
    height: 260px !important;
    width: 260px !important;
}
.pchart.pc-container svg.pc-chart path.pc-bg {
 
  stroke-width: 8 !important;
  
}

.pchart.pc-container svg.pc-chart path.pc-fill {
  
  stroke-width: 8 !important;
 
}
.wrapper #bar, .wrapper #bar2 {
    height: 260px!important;
    width: 260px !important;
    border-radius: 100%;
    overflow: hidden !important;
}

/*=====================
		CIRCLE PROGRESS BAR
	======================*/

	.progressbar {
		display: block;
	max-width: 240px;
		margin:0 auto;
		
	}
	.circle {
		width: 200px;
		height: 200px;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		border-radius: 100%;
		text-align: center;
		border: 11px solid #f2f2f2;
	}
	.circle:after {
	    width: 140px;
		height: 140px;
		content: "";
	/*	border: 2px solid #466cb0;*/
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 30px;
		left: 30px;
	}
	
	.circle canvas {
		vertical-align: middle;
		border: 2px solid #d1d1d1;
		border-radius: 50%;
		-webkit-box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
		-moz-box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
		box-shadow: 2px 0px 27px -7px rgba(0,0,0,0.31);
	}
	
	.circle div {
		position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -100px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 37px;
    color: #000;
    font-weight: bolder;
		
	}
	.circle strong i {
		font-style: normal;
		font-size: 0.6em;
		font-weight: normal;
	}
	.circle span {
		display: block;
		color: white;
		margin-top: 12px;
	}

