div.notification table {
  border-color: #EDEDED;
  border-radius: 4px;
  width: 100%; }
  div.notification table thead th, div.notification table tbody th {
    border-bottom: 1px solid #EDEDED; }
  div.notification table thead tr, div.notification table thead td, div.notification table thead th, div.notification table tbody tr, div.notification table tbody td, div.notification table tbody th {
    border-right: 1px solid #EDEDED; }
  div.notification table thead .key_value, div.notification table tbody .key_value {
    width: 40%; }

div.notification {
  margin: 20px 0;
  width: 100%;
  padding: 16px 12px 17px 50px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  clear: both;
  border-left: 5px solid #848484;
  background: #FAFAFA; }
  div.notification:first-child {
    margin-top: 0; }
  div.notification strong {
    font-weight: 500; }
  div.notification header {
    margin: 0; }
  div.notification .dismiss {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 12px; }
  div.notification:before {
    content: '\f059';
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 400;
    text-indent: 0;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #848484; }
  div.notification h2, div.notification h3 {
    margin: 0;
    padding: 2px 0 10px;
    font-size: 15px;
    font-weight: 500; }
    div.notification h2.prominent, div.notification h3.prominent {
      font-size: 18px; }
  div.notification ul {
    margin: 0 0 8px;
    padding-left: 20px;
    list-style: disc; }
    div.notification ul:last-child {
      margin-bottom: 0; }
  div.notification p {
    color: inherit;
    font-size: 14px;
    padding: 0 0 8px 0;
    margin: 0; }
    div.notification p:last-child {
      padding-bottom: 0; }
  div.notification.compact {
    margin: 0;
    border-radius: 0;
    padding: 10px 12px 11px 35px; }
    div.notification.compact:before {
      top: 13px;
      left: 10px;
      font-size: 17px; }
  div.notification.notice {
    background-color: #FEF4EC;
    border-color: #CE8D00; }
    div.notification.notice:before {
      content: '\f071';
      color: #CE8D00; }
    div.notification.notice .btn:not(.btn_text):not(.btn_text_icon) {
      border-color: #CE8D00;
      background-color: #CE8D00;
      box-shadow: 0 0 0 0 #CE8D00; }
      div.notification.notice .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px #CE8D00; }
    div.notification.notice .btn.btn_text {
      border-color: #CE8D00; }
    div.notification.notice .btn.btn_secondary:not(.btn_text):not(.btn_text_icon) {
      border-color: transparent;
      background-color: rgba(206, 141, 0, 0.14);
      box-shadow: 0 0 0 0 rgba(206, 141, 0, 0.14); }
      div.notification.notice .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px rgba(206, 141, 0, 0.14); }
    div.notification.notice table, div.notification.notice table thead th, div.notification.notice table tbody tr, div.notification.notice table tbody td {
      border-color: rgba(206, 141, 0, 0.14); }
  div.notification.info {
    background-color: #edf2f8;
    border-color: #427EC8; }
    div.notification.info:before {
      content: '\f05a';
      color: #427EC8; }
    div.notification.info .btn.btn_text {
      border-color: #427EC8; }
    div.notification.info .btn:not(.btn_text):not(.btn_text_icon) {
      border-color: #427EC8;
      background-color: #427EC8;
      box-shadow: 0 0 0 0 #427EC8; }
      div.notification.info .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px #427EC8; }
    div.notification.info .btn.btn_secondary:not(.btn_text):not(.btn_text_icon) {
      border-color: transparent;
      background-color: rgba(66, 126, 200, 0.14);
      box-shadow: 0 0 0 0 rgba(66, 126, 200, 0.14); }
      div.notification.info .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px rgba(66, 126, 200, 0.14); }
    div.notification.info table, div.notification.info table thead th, div.notification.info table tbody tr, div.notification.info table tbody td {
      border-color: rgba(66, 126, 200, 0.14); }
  div.notification.warning, div.notification.critical {
    background-color: #FFF4F3;
    border-color: #C70A00; }
    div.notification.warning:before, div.notification.critical:before {
      content: '\f06a';
      color: #C70A00; }
    div.notification.warning .btn.btn_text, div.notification.critical .btn.btn_text {
      border-color: #C70A00; }
    div.notification.warning .btn:not(.btn_text):not(.btn_text_icon), div.notification.critical .btn:not(.btn_text):not(.btn_text_icon) {
      border-color: #C70A00;
      background-color: #C70A00;
      box-shadow: 0 0 0 0 #C70A00; }
      div.notification.warning .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon), div.notification.critical .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px #C70A00; }
    div.notification.warning .btn.btn_secondary:not(.btn_text):not(.btn_text_icon), div.notification.critical .btn.btn_secondary:not(.btn_text):not(.btn_text_icon) {
      border-color: transparent;
      background-color: rgba(174, 9, 0, 0.14);
      box-shadow: 0 0 0 0 rgba(174, 9, 0, 0.14); }
      div.notification.warning .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon), div.notification.critical .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px rgba(174, 9, 0, 0.14); }
    div.notification.warning table, div.notification.warning table thead th, div.notification.warning table tbody tr, div.notification.warning table tbody td, div.notification.critical table, div.notification.critical table thead th, div.notification.critical table tbody tr, div.notification.critical table tbody td {
      border-color: rgba(174, 9, 0, 0.14); }
    div.notification.warning.significant, div.notification.critical.significant {
      background-color: #d73d35;
      color: #fff; }
      div.notification.warning.significant:before, div.notification.critical.significant:before {
        color: #fff; }
      div.notification.warning.significant a, div.notification.critical.significant a {
        color: #fff; }
      div.notification.warning.significant h3, div.notification.critical.significant h3 {
        font-size: 16px; }
      div.notification.warning.significant .significant_text, div.notification.critical.significant .significant_text {
        font-size: 20px;
        font-weight: 500;
        padding: 0 0 10px; }
        div.notification.warning.significant .significant_text:first-child, div.notification.critical.significant .significant_text:first-child {
          margin-top: -3px; }
  div.notification.positive, div.notification.confirmation {
    background-color: #E9F5F0;
    border-color: #39B17E; }
    div.notification.positive:before, div.notification.confirmation:before {
      content: '\f058';
      color: #39B17E; }
    div.notification.positive .btn.btn_text, div.notification.confirmation .btn.btn_text {
      border-color: #39B17E; }
    div.notification.positive .btn:not(.btn_text):not(.btn_text_icon), div.notification.confirmation .btn:not(.btn_text):not(.btn_text_icon) {
      border-color: #39B17E;
      background-color: #39B17E;
      box-shadow: 0 0 0 0 #39B17E; }
      div.notification.positive .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon), div.notification.confirmation .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px #39B17E; }
    div.notification.positive .btn.btn_secondary:not(.btn_text):not(.btn_text_icon), div.notification.confirmation .btn.btn_secondary:not(.btn_text):not(.btn_text_icon) {
      border-color: transparent;
      background-color: rgba(46, 159, 112, 0.14);
      box-shadow: 0 0 0 0 rgba(46, 159, 112, 0.14); }
      div.notification.positive .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon), div.notification.confirmation .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px rgba(46, 159, 112, 0.14); }
    div.notification.positive table, div.notification.positive table thead th, div.notification.positive table tbody tr, div.notification.positive table tbody td, div.notification.confirmation table, div.notification.confirmation table thead th, div.notification.confirmation table tbody tr, div.notification.confirmation table tbody td {
      border-color: rgba(46, 159, 112, 0.14); }
  div.notification.promotion {
    background-color: #EFE7F2;
    border-color: #9042C8; }
    div.notification.promotion:before {
      content: '\f0a1';
      color: #9042C8; }
    div.notification.promotion .btn.btn_text {
      border-color: #9042C8; }
    div.notification.promotion .btn:not(.btn_text):not(.btn_text_icon) {
      border-color: #9042C8;
      background-color: #9042C8;
      box-shadow: 0 0 0 0 #9042C8; }
      div.notification.promotion .btn:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px #9042C8; }
    div.notification.promotion .btn.btn_secondary:not(.btn_text):not(.btn_text_icon) {
      border-color: transparent;
      background-color: rgba(150, 46, 159, 0.14);
      box-shadow: 0 0 0 0 rgba(150, 46, 159, 0.14); }
      div.notification.promotion .btn.btn_secondary:not(.btn_text):not(.btn_text_icon):hover:not(.btn_text):not(.btn_text_icon) {
        box-shadow: 0 0 0 2px rgba(150, 46, 159, 0.14); }
    div.notification.promotion table, div.notification.promotion table thead th, div.notification.promotion table tbody tr, div.notification.promotion table tbody td {
      border-color: rgba(150, 46, 159, 0.14); }
  div.notification:has(> .pull-right) > * {
    max-width: calc(100% - 40px); }
  div.notification .pull-right {
    float: right;
    margin-top: -5px; }
    div.notification .pull-right .sub_menu_toggle {
      padding-right: 8px; }
    div.notification .pull-right .sub_menu {
      max-width: 250px;
      margin-left: 25px;
      margin-top: -4px;
      right: 12px;
      left: auto !important; }

.zend_form .notification.compact {
  margin: 15px 0;
  border-radius: 4px; }

.flash_message_wrapper {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 20px;
  left: 20px;
  max-width: 650px;
  margin: 24px auto; }
  .flash_message_wrapper .flash_message {
    box-shadow: 0px 1px 34px 0px rgba(0, 0, 0, 0.25); }

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