/* Theme default */
/* ======= Dashboard Hosting ========= */
.module-load-average .item {
  margin-bottom: 15px;
}
.module-applications .item {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}
.module-applications .item:first-child {
  padding-top: 0;
}
.module-applications .name {
  font-size: 16px;
  float: left;
  width: 25%;
  color: #616670;
  vertical-align: middle;
}
.module-applications .name .data {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-applications .name .note {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-applications .name a {
  color: #616670;
}
.module-applications .name a:hover {
  color: #40babd;
}
.theme-2 .module-applications .name a:hover {
  color: #6dbd63;
}
.theme-3 .module-applications .name a:hover {
  color: #497cb1;
}
.theme-4 .module-applications .name a:hover {
  color: #ec6952;
}
.module-applications .stats {
  float: left;
  width: 75%;
  overflow: hidden;
}
.module-applications .data {
  font-size: 22px;
}
.module-applications .note {
  font-size: 12px;
  color: #a2a6af;
}
.module-applications .status {
  float: left;
  display: inline-block;
  padding: 0 15px;
  width: 33.33%;
}
.module-applications .uptime {
  float: left;
  display: inline-block;
  padding: 0 15px;
  width: 33.33%;
}
.module-applications .load-time {
  float: left;
  display: inline-block;
  padding: 0 15px;
  width: 33.33%;
}
.module-bandwidth .intro {
  color: #616670;
}
.module-bandwidth .progress-meta {
  margin-bottom: 5px;
  color: #a2a6af;
  font-size: 12px;
}
.module-bandwidth .item {
  margin-bottom: 15px;
}
.module-bandwidth .item .name {
  margin-bottom: 5px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .module-load-average {
    margin-bottom: 15px;
  }
  .module-applications .name {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .module-applications .name .data {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .module-applications .name .note {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .module-applications .stats {
    width: 100%;
    float: none;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
