/* Circle stats
=================================================================== */
.tempStats {
  text-align: center !important;
}
.tempStatBox {
  width: 120px;
  padding: 25px 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}
.tempStatBox .tempStat {
  position: relative;
  font-size: 34px;
  line-height: 100px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 10px solid #FFF;
  background: #f9f9f9;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat:before {
  content: "";
  top: -10px;
  left: -10px;
  height: 120px;
  width: 120px;
  position: absolute;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  background: transparent;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat:after {
  content: "";
  top: 0px;
  left: 0px;
  height: 98px;
  width: 98px;
  position: absolute;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #fff;
  background: transparent;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tempStatBox .tempStat.t0 {
  border-color: #67c2ef;
}
.tempStatBox .tempStat.t20 {
  border-color: #bdea74;
}
.tempStatBox .tempStat.t40 {
  border-color: #eae874;
}
.tempStatBox .tempStat.t60 {
  border-color: #fabb3d;
}
.tempStatBox .tempStat.t80 {
  border-color: #fa603d;
}
.tempStatBox .tempStat.t100 {
  border-color: #ff5454;
}
.tempStatBox span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
  text-shadow: 0px 1px 0px #fff;
}
/* Circle stats
=================================================================== */
.circleStats {
  text-align: center;
  position: relative;
}
.circleStatsItem {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  width: 80px;
  height: 80px;
  margin: 10px auto;
}
.circleStatsItem i {
  font-size: 20px;
  position: absolute;
  top: 30%;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.circleStatsItem input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 15px;
  left: 120px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItem input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circleStatsItem .plus {
  font-size: 14px;
  position: absolute;
  top: 55%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.progress-bar-signups-purchase {
    background-color: #F26919;
}
.progress-bar-signups-facebook {
    background-color: #3B5998;
}
.progress-bar-signups-web {
    background-color: rgb(106,186,238);
}
.progress-bar-signups-app {
    background-color: #2c3e50;
}
.progress-bar-signups-sms {
    background-color: #bdea74;
}
.progress-bar-signups-system {
    background-color: rgb(97,172,186);
}
.circleStatsItem.facebook,
.circleStatsItem.facebook i {
  color: #3B5998;
}
.circleStatsItem.web,
.circleStatsItem.web i {
  color: rgb(106,186,238);
}
.circleStatsItem.smsclub,
.circleStatsItem.smsclub i {
  color: rgb(97,172,186);
}
.circleStatsItem .percent {
  font-size: 14px;
  position: absolute;
  top: 57%;
  margin-left: 78px;
}
.circleStatsItem.orange,
.circleStatsItem.orange i {
  color: #F26919;
}
.circleStatsItem.lightorange,
.circleStatsItem.lightorange i {
  color: #fabb3d;
}
.circleStatsItem.blue,
.circleStatsItem.blue i {
  color: #3B5998;
}
.circleStatsItem.green,
.circleStatsItem.green i {
  color: #bdea74;
}
.circleStatsItem.yellow,
.circleStatsItem.yellow i {
  color: #eae874;
}
.circleStatsItem.pink,
.circleStatsItem.pink i {
  color: #e84c8a;
}
.circleStatsItemBox {
  position: relative;
  background: #67c2ef;
  width: 100%;
  min-width: 130px;
  height: 160px;
  margin: 10px auto;
  padding-top: 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .header {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer .count {
  font-size: 10px;
}
.circleStatsItemBox .footer .value {
  font-weight: bold;
}
.circleStatsItemBox .percent {
  font-size: 12px;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.circleStatsItemBox input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 30px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItemBox input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.salesChart {
  width: 100% !important;
  height: 10em !important;
}
.salesChart20 {
  width: 100% !important;
  height: 20em !important;
}
.salesChart30 {
  width: 100% !important;
  height: 30em !important;
}
