/*
    Application-specific variables

    These can be bootstrap 4 variables/maps to ignore default values
    @see https://getbootstrap.com/docs/4.0/getting-started/theming/
    or new application variables that are only available in _design.scss.
*/
/*$navbar-dark-disabled-color:        #ffcc00; */
.noty_theme__ipc.noty_bar {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  z-index: 10;
}
.noty_theme__ipc.noty_bar .noty_body {
  padding: 0.375rem 1.25rem;
}
.noty_theme__ipc.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__ipc.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}
.noty_theme__ipc.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}
.noty_theme__ipc.noty_type__alert {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.noty_theme__ipc.noty_type__alert hr {
  border-top-color: #ededed;
}
.noty_theme__ipc.noty_type__alert .alert-link {
  color: #636363;
}
.noty_theme__ipc.noty_type__success {
  color: #00562a;
  background-color: #cceddc;
  border-color: #b8e6ce;
}
.noty_theme__ipc.noty_type__success hr {
  border-top-color: #a5dfc1;
}
.noty_theme__ipc.noty_type__success .alert-link {
  color: #002311;
}
.noty_theme__ipc.noty_type__warning {
  color: #7d5900;
  background-color: #fceecc;
  border-color: #fbe7b8;
}
.noty_theme__ipc.noty_type__warning hr {
  border-top-color: #fadfa0;
}
.noty_theme__ipc.noty_type__warning .alert-link {
  color: #4a3500;
}
.noty_theme__ipc.noty_type__error {
  color: #7c1b29;
  background-color: #fcd6dc;
  border-color: #fac6cd;
}
.noty_theme__ipc.noty_type__error hr {
  border-top-color: #f8afb8;
}
.noty_theme__ipc.noty_type__error .alert-link {
  color: #52121b;
}
.noty_theme__ipc.noty_type__info {
  color: #004368;
  background-color: #cce6f4;
  border-color: #b8dcf0;
}
.noty_theme__ipc.noty_type__info hr {
  border-top-color: #a3d2ec;
}
.noty_theme__ipc.noty_type__info .alert-link {
  color: #002235;
}
.noty_theme__ipc.noty_type__information {
  color: #004368;
  background-color: #cce6f4;
  border-color: #b8dcf0;
}
.noty_theme__ipc.noty_type__information hr {
  border-top-color: #a3d2ec;
}
.noty_theme__ipc.noty_type__information .alert-link {
  color: #002235;
}
.noty_theme__ipc.noty_type__confirm {
  color: #004368;
  background-color: #cce6f4;
  border-color: #b8dcf0;
}
.noty_theme__ipc.noty_type__confirm hr {
  border-top-color: #a3d2ec;
}
.noty_theme__ipc.noty_type__confirm .alert-link {
  color: #002235;
}

/*# sourceMappingURL=noty.css.map */
