.toast-example {
  position: static !important;
  margin: 10px 0 30px;
}
.toast-example.padding-0 {
  margin-bottom: 30px;
}
.toast-example > div {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.position-example {
  position: relative;
  height: 330px;
  margin-bottom: 20px;
}
.position-example > div {
  position: absolute;
  width: 100%;
  padding: 20px;
}
.position-example > .btn-block + .btn-block {
  margin-top: 215px;
}


/* CSS DO NOVO ALERTIFY 17/10/2019 BY: PRISCILLA */

.alertify .ajs-dialog {
  top: 40%;
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  padding: 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
}

.alertify .ajs-header,
.alertify .ajs-reset,
.alertify .ajs-commands{
  display: none;
}

.alertify .ajs-footer {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 0;
    min-height: 0;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868;
}
.alertify-notifier .ajs-message.ajs-success {
  background: #46be8a;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #f96868;
}
.alertify-notifier .ajs-message.ajs-warning {
  background: #f2a654;
}

.alertify-notifier .ajs-message.ajs-visible {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    max-height: 100%;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    color: #fff;
    padding: 12px 24px;
}

.alertify-notifier{
  z-index: 9600 !important;
}

.alertify-notifier {
    width: auto;
}

.alertify-notifier .ajs-message {
    width: auto;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 0px;
}

.alertify-notifier.ajs-right {
    right: 16px;
}

.alertify-notifier.ajs-bottom {
    bottom: 16px;
}