.content-dashboard .info-box {
  display: block;
  min-height: 65px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.content-dashboard .info-box .info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 65px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  /*padding-top: 20px;*/
  color: #fff;
  background: rgba(0,0,0,0.2);
}
.content-dashboard .info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.content-dashboard .info-box-text {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.content-dashboard .info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.content-dashboard .info-box small {
  font-size: 14px;
}
.content-dashboard .info-box .progress,
.content-dashboard .info-box .progress .progress-bar {
  border-radius: 0;
}
.content-dashboard .info-box .progress {
  background: rgba(0,0,0,0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.content-dashboard .info-box .progress .progress-bar {
  background: #fff;
}
.ds-btn {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.ds-btn .btn {
  width: 100%;
}
.ds-btn a span {
  padding: 5px 0px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.content-statistics {
  clear: both;
}
.content-statistics .box {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ffffff;
  border-top: 5px solid #00a65a;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.content-statistics .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.content-statistics .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.content-statistics .box-header >.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.content-statistics .box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.content-statistics .btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.content-statistics .box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.content-statistics .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content-statistics .chart canvas {
  width: 100% !important;
}
.content-statistics .progress-group .progress-text {
  font-weight: 600;
}
.content-statistics .progress-group .progress-number {
  float: right;
}
.content-statistics .progress.sm {
  border-radius: 1px;
  height: 10px;
}
.content-statistics .box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.content-statistics .description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.content-statistics .description-block >.description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.content-statistics .description-block >.description-text {
  text-transform: uppercase;
}
.content-statistics .box .border-right {
  border-right: 1px solid #f4f4f4;
}
.content-statistics .progress-bar-green,
.content-statistics .progress-bar-success {
  background-color: #00a65a;
}

.content-statistics .progress-bar-light-green{
  background-color: #55ff55;
}

.content-statistics .progress-bar-aqua,
.content-statistics .progress-bar-info {
  background-color: #00c0ef;
}
.content-statistics .progress-bar-red,
.content-statistics .progress-bar-danger {
  background-color: #dd4b39;
}
.content-statistics .progress-bar-yellow,
.content-statistics .progress-bar-warning {
  background-color: #f39c12;
}
