.dashboard{
	max-width:1200px;
	padding:15px;
}
.dashboard h3{
	font-size:18px;
	font-family:"微軟正黑體";
	padding:10px;
	background:#F7F7F7;
}
.dashboard .col-sm-6{
	padding:0 ;
	margin:15px 0;
}
.dashboard .row{
	margin-bottom:20px;
}
.dashboard .line .col-sm-4{
	border:1px solid #E6E6E6;
	text-align:center;
	padding:5px;
}
.dashboard .line .col-sm-4 h4{
	margin:5px 0;
	margin-top:0;
	border:1px solid #EAEAEA;
	background:#F4F4F4
}	
.dashboard .line .col-sm-4 p{
	font-size:16px;
}
.Pie{
	padding:10px 0;
	clear:both;
}
.Pie h4{
	float:left;
	width:70%;
}
.Pie p{
	float:left;
	width:70%;
}
.Pie .ChangeNum{
	background:#80CF64;
	color:#fff;
	padding:2px 5px;
}
.Pie .ChangeNum.low{
	background:#F14C52;
}
.easyPieChart {
  position: relative;
  display: inline-block;
  width:30%;
  height: 110px;
  margin:0px 0;
  text-align: center;
  float:left;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left:-55px;
}
.easyPieChart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.easyPieChart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}