@charset "utf-8";


/* gauge */
.chart.gauge { height: 127px; overflow: hidden; }
.sc-gauge  { width:200px; height:200px; margin:0 auto; }
.sc-background { position:relative; height:100px; margin-bottom:10px; background-color:#eee; border-radius:150px 150px 0 0; overflow:hidden; text-align:center; }
.sc-mask { position:absolute; top:20px; right:20px; left:20px; height:80px; background-color:#fff; border-radius:150px 150px 0 0 }
.sc-percentage { width:100%; height:100%; background-color:#00aeef; }
.sc-percentage { transform:rotate(-36deg); transform-origin: bottom center; }
.sc-min { float:left; }
.sc-max { float:right; }
.sc-value { position:absolute; top:40%; left:0; width:100%;  font-size:48px; font-weight:700 }