#chartdivpie {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
}
/*#chart-completed {
  width: 100%;
  height: 32px;
}*/
.main-stat-completed {
  margin-bottom: 15px;
}
.main-stat-completed .item-title {
  text-align: right;
  line-height: 16px;
}
.main-stat-completed #item-chart-completed {
  width: 100%;
  height: 32px;
  background: #cfcfcf;
}
.main-stat-completed #item-chart-completed > div {
  height: inherit;
  width: 0px;
  background: #0075FF;
  transition: width 1s ease 0s;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.pc-easy-pie-chart {
  margin-top: 40px;
  /*&.item-chart-right{
    .item-info{
      font-size: 20px;
      line-height: 20px;
    }
  }*/
}
.pc-easy-pie-chart .item-info div {
  width: 27px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid transparent;
}
.pc-easy-pie-chart .item-info div.item-info-1 {
  background: #0075FF;
}
.pc-easy-pie-chart .item-info div.item-info-2 {
  background: #cfcfcf;
}
.pc-easy-pie-chart .item-info div.item-info-3 {
  border: 1px solid #d7d7d7;
}
.pc-easy-pie-chart.item-chart-left .item-info {
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  margin-bottom: 5px;
}
.pc-chartdiv {
  width: 100%;
  height: 300px;
}
/*.amcharts-export-menu-top-right {
  top: 10px;
  right: 0;
}*/
/*.main-stat-vote{
  background: url("images/s-bg.jpg") no-repeat top center;
  .item-hr{
    height: 1px;
    border-bottom: 1px solid #565557;
    position: absolute;
    width: 100%;
    margin-top: 75px;
    z-index: 10;
  }
  .item-col-left{

  }
  .item-col-right{
    background: fade(#fff, 5%);
    height: 435px;
  }
}*/
.main-stat {
  /*.btn-open-data{
    float: right;
    margin-top: -56px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    opacity: 0.5;
    i{
      margin-left: 10px;
    }
    &:hover{
      //border: 2px solid #fff;
      color: @gray-dark;
      background: #fff;
      opacity: 1;
    }
  }
  .item-heading{
    text-align: center;
    font-size: 24px;
    color: @brand-primary-2;
    text-transform: uppercase;
    padding: 0;
    margin: 40px 0 20px 0;
    a{
      color: @brand-primary-2;
      text-decoration: none;
      &:hover{
        color: @brand-primary-2;
      }
    }
  }*/
  /*.main-stat-tabs{
    div{
      display: inline-block;
      a{
        //min-height: 70px;
        display: inline-block;
        color: @gray-lighter;
        font-size: 20px;
        //text-transform: uppercase;
        text-decoration: none;
        padding: 23px 0px 20px 0px;
        border-bottom: 3px solid transparent;
        margin-right: 30px;
        &:hover{
          text-decoration: none;
          color: #fff;
        }
      }
      &.active{
        a{
          color: #fff;
          border-bottom: 3px solid @brand-primary;
        }
      }
    }
  }*/
}
.main-stat a[href*='www.amcharts.com'] {
  display: none !important;
}
.specialversion .main-stat-vote {
  display: none;
}
.specialversion .main-stat {
  display: none;
}
