/* Theme default */
/* ======= Dashboard Analytics ========= */
.chart-legend {
  margin-bottom: 15px;
}
.chart-legend li {
  font-size: 11px;
  color: #616670;
}
.chart-legend li > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.module-content-header {
  margin-bottom: 0px;
}
.module-content-inner {
  padding-bottom: 30px;
}
.truncate {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-container {
  float: left;
  margin-top: 5px;
}
.progress-container .progress-pc {
  color: #616670;
  margin-right: 5px;
  line-height: 1;
  float: left;
  text-align: right;
  min-width: 40px;
  font-weight: bold;
}
.progress-container .progress {
  width: 100px;
  float: left;
  margin-bottom: 0;
}
.module-overview .chart-legend {
  margin-bottom: 0;
}
.module-overview .summary-container {
  margin-bottom: 30px;
}
.module-overview .summary-container .item {
  border-right: 1px solid #f3f3f3;
  text-align: center;
}
.module-overview .summary-container .item:last-child {
  border-right: none;
}
.module-overview .summary-container .item .item-title {
  font-size: 13px;
  color: #a2a6af;
  margin-bottom: 5px;
}
.module-overview .summary-container .item .item-title .icon {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  padding: 4px;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.module-overview .summary-container .item .item-title .title-text {
  display: block;
}
.module-overview .summary-container .item .item-figure {
  font-size: 32px;
  font-weight: 300;
}
.module-overview .module-content-header {
  position: relative;
  margin-bottom: 30px;
}
.module-overview .module-content-header .title {
  display: inline-block;
}
.module-overview .module-content-header .btn-utilities {
  position: absolute;
  right: 0;
  top: 0;
}
.module-engagement .engagement-chart {
  margin-bottom: 10px;
}
.module-engagement .unit {
  color: #a2a6af;
}
.module-engagement .title-overview {
  padding: 15px;
  margin-top: 0;
  border-radius: 4px;
  background-clip: padding-box;
}
.module-engagement .table {
  margin-bottom: 0;
}
.module-location .module-map {
  width: 560px;
  height: 300px;
  max-width: 100%;
}
.module-location .flag {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.module-location .trend {
  font-weight: bold;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .analytics-view .module-overview .module-content-header .btn-utilities {
    position: static;
    display: block;
    margin-top: 15px;
    overflow: hidden;
  }
  .analytics-view .chart-container {
    height: 220px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .analytics-view .chart-container {
    height: 220px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .analytics-view .chart-container {
    height: 260px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .analytics-view .chart-container {
    height: 280px;
  }
}
