.vnotify-container {
  position: fixed;
  z-index: 1999; }
  .vnotify-container.vn-top-right {
    right: 10px;
    top: 10px; }
  .vnotify-container.vn-top-left {
    top: 10px;
    left: 10px; }
  .vnotify-container.vn-bottom-right {
    bottom: 10px;
    right: 10px; }
  .vnotify-container.vn-bottom-left {
    bottom: 10px;
    left: 10px; }
  .vnotify-container.vn-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer; }
    .vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      height: 2px;
      background: #fff; }
    .vnotify-container .vn-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .vnotify-container .vn-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.vnotify-item {
  font-size: 14px;
  font-family: "futura_pt_Demi", sans-serif;
  width: 20em;
  padding: .75rem 1rem .625rem;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1rem;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95); }
  .vnotify-item a {
    text-decoration: underline !important; }
    .vnotify-item a:hover {
      text-decoration: none !important; }
  .vnotify-item:hover {
    opacity: 1; }

.vnotify-info {
  background: #3498db;
  color: #fff; }
  .vnotify-info a, .vnotify-info a:hover, .vnotify-info a:focus {
    color: #fff; }
.vnotify-success {
  background: #2ecc71;
  color: #fff; }
  .vnotify-success a, .vnotify-success a:hover, .vnotify-success a:focus {
    color: #fff; }
.vnotify-error {
  background: #e74c3c;
  color: #fff; }
  .vnotify-error a, .vnotify-error a:hover, .vnotify-error a:focus {
    color: #fff; }
.vnotify-warning {
  background: #f39c12;
  color: #fff; }
  .vnotify-warning a, .vnotify-warning a:hover, .vnotify-warning a:focus {
    color: #fff; }
.vnotify-notify {
  background: #333;
  color: #fff; }
  .vnotify-notify a, .vnotify-notify a:hover, .vnotify-notify a:focus {
    color: #fff; }

/*# sourceMappingURL=vanilla-notify.css.map */
