.page-admin #notification-bar-messages {
  display: none;
}

#notification-bar-messages {
  width: 100%;
  position: relative;
}
.notification-bar-message {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  zoom: 1;
}
.notification-bar-message.collapsible:hover {
  cursor: pointer;
}
.notification-bar-status .content-left {
  flex: 0 1 auto;
  text-align: left;
  color: #fff;
  /* padding: 0 10px;
  margin: 10px 10px 0 0; */
  font-size: 15px;
  font-style: italic;
  width: 0;
  overflow: hidden;
}
.notification-bar-status .content-right {
  flex: 0 1 auto;
  width: 0;
  position: relative;
}
.notification-bar-status .content a {
  color: #000;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.notification-bar-message .content {
  flex: 1 1 auto;
  margin: 0.5em;
  padding: .5em 60px 0 60px;
  border-bottom: .5em solid transparent;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 34.9375em) {
  .notification-bar-message .content {
    padding-right: 1.5em;
  }

  .notification-bar-message .content a.btn {
    display: table;
    margin: 5px auto 0;
  }
}


.notification-bar-status {
  background-color: #014FA2;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23FFF' opacity='.847' cx='50' cy='50' r='50'/%3E%3Cpath d='M50.5 23C35.313 23 23 35.318 23 50.5 23 65.691 35.313 78 50.5 78S78 65.691 78 50.5C78 35.318 65.687 23 50.5 23zm0 12.198a4.657 4.657 0 110 9.314 4.657 4.657 0 010-9.314zm6.21 28.165a1.33 1.33 0 01-1.331 1.33h-9.758a1.33 1.33 0 01-1.33-1.33v-2.661c0-.735.595-1.331 1.33-1.331h1.33v-7.097h-1.33a1.33 1.33 0 01-1.33-1.33v-2.662c0-.735.595-1.33 1.33-1.33h7.097c.735 0 1.33.595 1.33 1.33v11.089h1.331c.735 0 1.33.596 1.33 1.33v2.662z' fill='%23313131' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 20px 50%;
}
#notification-bar-show {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: transparent #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  z-index: 1;
}
.notification-bar-show {
  display: block;
  width: 16px;
  height: 16px;
  /* Ugly hack for IE, as it does not support Box Shadow. */
  border-left: 1px solid #666\9;
  border-bottom: 1px solid #666\9;
}
/* And for Opera too. Ugh. */
noindex:-o-prefocus, .notification-bar-show {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
