.notification-b {
  color: #747474;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.notification-b__item {
  background-color: #fff;
  border-left: 6px solid #fff;
  display: table;
  min-height: 30px;
  padding: 10px 5px;
  width: 100%;
}
.notification-b__item > ul {
  display: table-row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.notification-b__item > ul > li {
  display: table-cell;
}
.notification-b__icon {
  text-align: center;
  vertical-align: middle;
  width: 45px;
}
.notification-b__msg {
  padding-left: 10px;
  color: #747474;
}
.notification-b__msg-content {
  word-wrap: break-word;
  width: 210px;
}
.notification-b__msg-title {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 3px;
}
.notification-b.error {
  border-left: 6px solid #F44336;
}
.notification-b.error .notification-b__icon {
  color: #F44336;
}
.notification-b.error .notification-b__msg-title {
  color: #F44336;
}
.notification-b.error .notification-b__icon-info, .notification-b.error .notification-b__icon-primary, .notification-b.error .notification-b__icon-success, .notification-b.error .notification-b__icon-warning {
  display: none;
}
.notification-b.info {
  border-left: 6px solid #5B93CC;
}
.notification-b.info .notification-b__icon {
  color: #5B93CC;
}
.notification-b.info .notification-b__msg-title {
  color: #5B93CC;
}
.notification-b.info .notification-b__icon-error, .notification-b.info .notification-b__icon-primary, .notification-b.info .notification-b__icon-success, .notification-b.info .notification-b__icon-warning {
  display: none;
}
.notification-b.success {
  border-left: 6px solid #6EBB25;
}
.notification-b.success .notification-b__icon {
  color: #6EBB25;
}
.notification-b.success .notification-b__msg-title {
  color: #6EBB25;
}
.notification-b.success .notification-b__icon-error, .notification-b.success .notification-b__icon-info, .notification-b.success .notification-b__icon-primary, .notification-b.success .notification-b__icon-warning {
  display: none;
}
.notification-b.warning {
  border-left: 6px solid #FDB13F;
}
.notification-b.warning .notification-b__icon {
  color: #FDB13F;
}
.notification-b.warning .notification-b__msg-title {
  color: #FDB13F;
}
.notification-b.warning .notification-b__icon-error, .notification-b.warning .notification-b__icon-info, .notification-b.warning .notification-b__icon-primary, .notification-b.warning .notification-b__icon-success {
  display: none;
}
.notification-b.primary {
  border-left: 6px solid #256FBB;
}
.notification-b.primary .notification-b__icon {
  color: #256FBB;
}
.notification-b.primary .notification-b__msg-title {
  color: #256FBB;
}
.notification-b.primary .notification-b__icon-error, .notification-b.primary .notification-b__icon-info, .notification-b.primary .notification-b__icon-success, .notification-b.primary .notification-b__icon-warning {
  display: none;
}
/*# sourceMappingURL=notification.css.map */
