/* For Survey banner */
#survey-bnr {
  background-color: #FF8C00;
}

#survey-bnr p {
  margin: 0;
  text-align: center;
}

#survey-bnr a {
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0.75em 44px;
  text-decoration: underline;
}

#survey-bnr .overlay-close {
  color: #000;
}

/* For Content Health Banner */
#content-health {
  border: 2px solid #269abc;
  background-color: #d7faff;
  margin: 10px 0 12px 0;
}

#content-health .content-health-details .icon > :first-child:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  margin-left: -1.3em;
  position: absolute;
}

#content-health .content-health-details .icon > :first-child:before.mode-success {
  color: #278400;
  content: "\e084";
}

#content-health .content-health-details .icon > :first-child:before.mode-default {
  color: #269abc;
  content: "\e086";
}

#content-health .content-health-details .icon > :first-child:before.mode-success {
  color: #278400;
  content: "\e084";
}

#content-health .content-health-details .icon > :first-child:before.mode-warning {
  color: #f90;
  content: "\e107";
}

#content-health .content-health-details .icon > :first-child:before.mode-danger {
  color: #d3080c;
  content: "\e101";
}

#content-health-bnr {
  background-color: #d7faff;
}

#content-health-bnr.mode-success, #content-health-bnr.mode-success header {
  color: #fff;
  background-color: #d8eeca;
  border-color: #278400;
}

#content-health-bnr.mode-default, #content-health-bnr.mode-default header {
  color: #fff;
  background-color: #2572b4;
  border-color: #143c5f;
}

#content-health-bnr.mode-warning, #content-health-bnr.mode-warning header {
  color: #000;
  background-color: #f2d40d;
  border-color: #917f08;
}

#content-health-bnr.mode-danger, #content-health-bnr.mode-danger header {
  color: #fff;
  background-color: #bc3331;
  border-color: #6b1d1c;
}

#content-health > div {
  padding: 1em;
}

#content-health header h2 {
  margin: 0 0 1em 0;
}

#content-health-bnr p {
  margin: 0;
}

#content-health-bnr a {
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0.75em 44px;
  text-decoration: underline;
}

#content-health-bnr.wb-bar-b header,
#content-health-bnr.wb-bar-b ul, #content-health-bnr.wb-bar-t header,
#content-health-bnr.wb-bar-t ul {
  display: inline-block;
}

#content-health-bnr.wb-bar-b ul, #content-health-bnr.wb-bar-t ul {
  marign: 10px 0 10px 0;
  font-size: 0.8em;
  left: auto;
}

#content-health-bnr.wb-bar-b ul > li, #content-health-bnr.wb-bar-t ul > li {
  margin-bottom: 5px;
  color: #000;
  background-color: #FFF;
  padding: 3px 12px;
  border: 2px solid #FFF;
  border-radius: 4px;
}

#content-health-bnr.wb-bar-b ul > li.mode-success, #content-health-bnr.wb-bar-t ul > li.mode-success {
  background-color: #d8eeca;
  color: #000000;
}

#content-health-bnr.wb-bar-b ul > li.mode-warning, #content-health-bnr.wb-bar-t ul > li.mode-warning {
  background-color: #FFAD33;
  color: #000000;
}

#content-health-bnr.wb-bar-b ul > li.mode-danger, #content-health-bnr.wb-bar-t ul > li.mode-danger {
  background-color: #d3080c;
  color: #FFF;
}

#content-health-bnr.wb-bar-b ul > li:first-child, #content-health-bnr.wb-bar-t ul > li:first-child {
  padding-left: 5px;
}

/*# sourceMappingURL=content_health.css.map */