.alertify .ajs-dialog {
  background-color: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.alertify .ajs-header {
  color: black;
  font-weight: bold;
  background: #fafafa;
  border-bottom: #eee 1px solid;
  border-radius: 2px 2px 0 0;
}
.alertify .ajs-body {
  color: black;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #CCC;
}
.alertify .ajs-body .ajs-content p {
  margin: 0;
}
.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: #eee 1px solid;
  border-radius: 0 0 2px 2px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button, .alertify input[type="submit"] {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok, .alertify input[type="submit"] {
  background-color: #5bbd72 !important;
  color: #fff;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover {
  background-color: #58cb73 !important;
  color: #fff;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    background-color: #5c6166;
    color: #fff;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel:hover {
    background-color: #4c4c4c;
    color: #fff;
}
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: left;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(92, 184, 17, 0.9);
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(254, 26, 0, 0.9);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}


.alertify .button, .alertify button, .alertify input[type="submit"], .alertify input[type="reset"], .alertify input[type="button"] {
    background-image: none;
}
