/* alerts */
body.has-alert #alerts {
  display: block;
  height: 36px;
  width: 100%;
  position: fixed;
  z-index: 1030;
  top: 0;
  text-align: center;
  background-color: #890c58;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  padding: 0 46px 0 18px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
body.has-alert #alerts div.message {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  padding: 0 8px 0 25px;
  position: relative;
}
body.has-alert #alerts div.message:before {
  /*@include alert;*/
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
body.has-alert #alerts a {
  font-weight: bold;
  color: #fff;
}
body.has-alert #alerts button {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  right: 18px;
  padding: 0;
}
body.has-alert .navbar-fixed-top {
  top: 36px;
}
body.has-alert .subnav {
  margin-top: 145px;
}
body.has-alert .main-container {
  margin-top: 146px;
}

@media (max-width: 767px) {
  body.has-alert .subnav {
    margin-top: 92px;
  }
  body.has-alert.no-subnav .main-container {
    margin-top: 92px;
  }
}

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