.no-display {
  display: none;
}

.u-header {
  z-index: 1001 !important;
}

.navbar .navbar-brand img {
  height: 37px;
  position: relative;
}

header #header-air-icon {
  background: url('/assets/img/icons/air-grey.png');
  width: 20px;
  height: 20px;
}
header #header-air-icon-light {
  background: url('/assets/img/icons/air-light.png');
  width: 20px;
  height: 20px;
}
header #header-noise-icon {
  background: url('/assets/img/icons/microphone-grey.png');
  width: 22px;
  height: 22px;
}
header #header-noise-icon-light {
  background: url('/assets/img/icons/microphone-light.png');
  width: 22px;
  height: 22px;
}
header #main-noise-rating {
  position: absolute;
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem;
  top: -2px;
  left: 20px;
  white-space: nowrap;
}
header .header-noise-monitor-rating {
  display: inline-block;
  font-size: 0.9rem;
}
#footer #copyright span {
  white-space: nowrap;
}

#breadcrumb {
  background-color: #f5f9f9;
}

.alert .alert-link, .alert .alert-link:hover, .alert .alert-link:visited {
  color: #491217;
  font-weight: 400;
}

.max-width-300 {
  max-width: 300px;
}

.air-0, .noise-0 {
  background-color: #999;
  color: #fff;
}
.air-1, .noise-1 {
  background-color: #99d35c;
  color: #1e2a12;
}
.air-2 {
  background-color: #15b45f;
  color: #e7f7ef;
}
.air-3, .noise-2 {
  background-color: #318e5b;
  color: #eaf3ee;
}
.air-4, .noise-3 {
  background-color: #fffa10;
  color: #333203 !important;
}
.air-5 {
  background-color: #ffc30f;
  color: #332703;
}
.air-6, .noise-4 {
  background-color: #e4791e;
  color: #fcf1e8;
}
.air-7, .noise-5 {
  background-color: #ff2d0e;
  color: #ffeae6;
}
.air-8 {
  background-color: #c7321e;
  color: #f9eae8;
}
.air-9 {
  background-color: #791a14;
  color: #f1e8e7;
}
.air-10 {
  background-color: #7031a0;
  color: #f0eaf5;
}

/* HOME */
.home-stat .u-header-dropdown-icon-v1 {
  background-color: #ccc;
}
.ct-label {
  fill: rgba(0,0,0,.8); /* 255,255,255,.9*/
  font-size: 0.8rem;
}
.js-donut-chart {
  width: 145px;
  height: 145px;
}
#calendar-readings {
  max-height: 400px;
}

.air-donut-legend-block {
  width: 9%;
}
.noise-donut-legend-block {
  width: 18%;
}
@media screen and (max-width: 525px) {
  .air-donut-legend-block {
    width: 18%;
    min-height: 62px;
  }
}
@media screen and (max-width: 470px) {
  #noise-donut-legend .noise-rating-title {
    min-height: 48px;
  }
}


/* MONITORS */
#monitors-table th:first-child, #monitors-table td:first-child {
  text-align: left !important;
}
#monitors-table tbody>tr:hover {
  background-color: #f3fcfd; /*e8f9fc;*/
  cursor: pointer;
}
#monitors-table i.hs-admin-time {
  position: relative;
  top: 3px;
  left: -3px;
}

/* MONITOR */
.card .stat-time {
  color: #aaa;
}

/* READINGS */
.input-calendar-icon {
  position: absolute;
  top: 7px;
  left: 12px;
}
#dateFrom-error, #dateTo-error {
  padding-left: 20px;
}
