/* Theme default */
/* ======= Dashboard Health ========= */
.health-view .module-content-inner .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.health-view .chart-morris {
  height: 210px;
}
.health-view .content-header {
  position: relative;
}
.health-view .content-header .utility {
  position: absolute;
  right: 0;
  top: 0;
}
.health-view .content-header .svg-icon {
  width: 20px;
}
.health-view .progress-bar-running {
  background: #EA5395;
}
.health-view .module-health-overview .pro-label {
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
  top: -5px;
  margin-left: 10px;
  display: inline-block;
}
.health-view .module-health-overview .profile {
  margin-bottom: 30px;
  min-height: 120px;
  position: relative;
}
.health-view .module-health-overview .profile .profile-image {
  width: 120px;
  height: 120px;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background-clip: padding-box;
}
.health-view .module-health-overview .profile .health-points {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 1;
  font-weight: 300;
}
.health-view .module-health-overview .profile .health-points .number {
  font-size: 42px;
}
.health-view .module-health-overview .profile .health-points .note {
  margin-top: 5px;
  color: #a2a6af;
  text-align: center;
}
.health-view .module-health-overview .profile .meta-wrapper {
  padding-left: 145px;
}
.health-view .module-health-overview .profile .meta-wrapper .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  color: #616670;
  font-weight: 300;
}
.health-view .module-health-overview .profile .meta-wrapper .meta-list {
  font-size: 14px;
  color: #a2a6af;
  margin-bottom: 15px;
}
.health-view .module-health-overview .profile .meta-wrapper .meta-list li {
  margin-bottom: 5px;
}
.health-view .module-health-overview .profile .meta-wrapper .meta-list .fa {
  margin-right: 5px;
  min-width: 16px;
  font-size: 16px;
}
.health-view .module-health-overview .profile .meta-wrapper .meta-list .fa.fa-heart {
  font-size: 12px;
}
.health-view .module-health-overview .basic-info {
  overflow: hidden;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.health-view .module-health-overview .basic-info .item {
  float: left;
  padding: 15px;
  text-align: center;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  display: inline-block;
}
.health-view .module-health-overview .basic-info .item .figure {
  font-size: 26px;
  display: inline-block;
  font-weight: 300;
}
.health-view .module-health-overview .basic-info .item .figure .unit {
  font-size: 16px;
  font-weight: inherit;
}
.health-view .module-health-overview .basic-info .item .note {
  color: #a2a6af;
  display: inline-block;
  font-weight: inherit;
}
.health-view .module-health-overview .basic-info .item.item-0 {
  background: #58bbee;
}
.health-view .module-health-overview .basic-info .item.item-0 .figure {
  color: #fff;
}
.health-view .module-health-overview .basic-info .item.item-0 .note {
  color: rgba(255, 255, 255, 0.8);
}
.health-view .module-health-overview .basic-info .item.item-1 {
  background: #75c181;
}
.health-view .module-health-overview .basic-info .item.item-1 .figure {
  color: #fff;
}
.health-view .module-health-overview .basic-info .item.item-1 .note {
  color: rgba(255, 255, 255, 0.6);
}
.health-view .module-health-overview .basic-info .item.item-2 {
  background: #f77b6b;
}
.health-view .module-health-overview .basic-info .item.item-2 .figure {
  color: #fff;
}
.health-view .module-health-overview .basic-info .item.item-2 .note {
  color: rgba(255, 255, 255, 0.6);
}
.health-view .module-health-overview .basic-info .item.item-3 {
  background: #F8A13F;
}
.health-view .module-health-overview .basic-info .item.item-3 .figure {
  color: #fff;
}
.health-view .module-health-overview .basic-info .item.item-3 .note {
  color: rgba(255, 255, 255, 0.6);
}
.health-view .module-health-overview .basic-info .item.item-4 {
  background: #8A40A7;
}
.health-view .module-health-overview .basic-info .item.item-4 .figure {
  color: #fff;
}
.health-view .module-health-overview .basic-info .item.item-4 .note {
  color: rgba(255, 255, 255, 0.6);
}
.health-view .module-goals .goals-wrapper .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.health-view .module-goals .goals-wrapper .item {
  margin-bottom: 5px;
}
.health-view .module-goals .goals-wrapper .item:last-child {
  margin-bottom: 0;
}
.health-view .module-goals .goals-wrapper .item .progress-label {
  margin-bottom: 5px;
  color: #a2a6af;
  overflow: hidden;
}
.health-view .module-activities-overview .svg-icon {
  font-size: 32px;
  position: relative;
  bottom: 3px;
  display: inline-block;
  margin-right: 5px;
}
.health-view .module-status .item {
  position: relative;
  margin-bottom: 20px;
}
.health-view .module-status .item:last-child {
  margin-bottom: 15px;
}
.health-view .module-status .icon-holder {
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.health-view .module-status .svg-icon {
  height: 40px;
  margin: 0 auto;
  display: inline-block;
}
.health-view .module-status .svg-icon.svg-icon-scale {
  height: 32px;
}
.health-view .module-status .data {
  padding-left: 60px;
}
.health-view .module-status .number {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}
.health-view .module-status .unit {
  font-size: 16px;
  color: #a2a6af;
  font-weight: 500;
}
.health-view .module-status .note {
  font-size: 12px;
  color: #a2a6af;
}
.health-view .module-widget .title {
  margin-bottom: 15px;
}
.health-view .module-widget .data {
  margin-bottom: 15px;
}
.health-view .module-widget .data .note {
  color: #a2a6af;
}
.health-view .module-widget .data .number {
  font-size: 32px;
  font-weight: 300;
}
.health-view .module-widget .data .unit {
  font-size: 16px;
  color: #a2a6af;
  font-weight: 500;
}
.health-view .module-widget .data .text-running {
  color: #EA5395;
}
.health-view .module-comments .item {
  overflow: hidden;
  margin-bottom: 30px;
}
.health-view .module-comments .item:last-child {
  margin-bottom: 0;
}
.health-view .module-comments .item .profile-holder {
  float: left;
  display: inline-block;
}
.health-view .module-comments .item .profile-holder img {
  width: 60px;
  height: 60px;
}
.health-view .module-comments .item .comment-holder {
  position: relative;
  background: #f4f4f6;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-left: 80px;
}
.health-view .module-comments .item .comment-holder:after {
  position: absolute;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f4f4f6;
  top: 15px;
}
.health-view .module-comments .item .comment {
  margin-bottom: 15px;
}
.health-view .module-comments .item .meta {
  color: #a2a6af;
}
.health-view .module-comments .item .meta a {
  color: #a2a6af;
}
.health-view .module-comments .item .meta a:hover {
  color: #40babd;
}
.theme-2 .health-view .module-comments .item .meta a:hover {
  color: #6dbd63;
}
.theme-3 .health-view .module-comments .item .meta a:hover {
  color: #497cb1;
}
.theme-4 .health-view .module-comments .item .meta a:hover {
  color: #ec6952;
}
.health-view .module-comments .item-reversed .profile-holder {
  float: right;
}
.health-view .module-comments .item-reversed .comment-holder {
  margin-left: 0;
  margin-right: 80px;
}
.health-view .module-comments .item-reversed .comment-holder:after {
  position: absolute;
  right: -10px;
  left: inherit;
  content: "";
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f4f4f6;
  top: 15px;
}
.health-view .module-friends .item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.health-view .module-friends .item.self {
  background: #f5f5f5;
  border-left: 4px solid #40babd;
}
.theme-2 .health-view .module-friends .item.self {
  border-left-color: #6dbd63;
}
.theme-3 .health-view .module-friends .item.self {
  border-left-color: #497cb1;
}
.theme-4 .health-view .module-friends .item.self {
  border-left-color: #ec6952;
}
.health-view .module-friends .item:first-child {
  padding-top: 0;
}
.health-view .module-friends .profile-holder {
  float: left;
  display: inline;
}
.health-view .module-friends .profile-holder img {
  width: 32px;
  height: 32px;
}
.health-view .module-friends .info-holder {
  margin-left: 42px;
}
.health-view .module-friends .info-holder .membership {
  color: #a2a6af;
}
.health-view .module-friends .points {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: center;
  display: inline-block;
}
.health-view .module-friends .points .number {
  color: #75c181;
  font-size: 18px;
}
.health-view .module-friends .points .unit {
  color: #a2a6af;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .health-view .module-health-overview .profile .profile-image {
    width: 80px;
    height: 80px;
    position: static;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .health-view .module-health-overview .profile .meta-wrapper {
    padding-left: 0;
    margin: 0 auto;
    display: block;
  }
  .health-view .module-health-overview .basic-info .item .figure {
    font-size: 18px;
  }
  .health-view .content-header .utility {
    position: static;
    margin-bottom: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
