/**
 * alertifyjs 1.11.2 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: .5;
}
.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.alertify .ajs-body {
  font-family: 'Roboto', sans-serif;
  color: black;
}
.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}
.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}
.ajs-visible{
    border:none !important;
}



.classAlerta {
  background: #fd7e14;
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  position: fixed;
  bottom: 0;
  right: 40px;  
  border-radius: 10px;
  z-index: 999;
  margin-bottom: 40px;
  border-color: transparent;
}

@media (max-width: 480px) {
  .classAlerta {
    max-width: 260px;
  }
}

.classAlerta .close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fd7e14;
  outline: none;
}

.classAlerta .close:hover {
  color: #fd7e14 !important;
  opacity: 1 !important;
}

.classAlerta .content {
  text-align: left;
  margin-top: 20px;
  min-height: 80px;
}

.classAlerta .content h3 {
  font-style: initial;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: -15px;
}

.classAlerta .content p {
  font-size: 17px;
  margin: 0;
  color: #fff;
}

.classAlerta #Capa_3 {
  position: absolute;
  bottom: -50px;
  
  right: 0;
  max-width: 90px;
  fill: #fd7e14;
}

.alert-success {
  background: #318f3d;
}

.alert-success .close {
  color: #318f3d;
}

.alert-success .close:hover {
  color: #318f3d !important;
}

.alert-success svg {
  fill: #318f3d !important;
}

.alert-error {
  background: #e71d73;
}

.alert-error .close {
  color: #e71d73;
}

.alert-error .close:hover {
  color: #e71d73 !important;
}

.alert-error svg {
  fill: #e71d73 !important;
}

.alert-warning {
  background: #f59d24;
}

.alert-warning .close {
  color: #f59d24;
}

.alert-warning .close:hover {
  color: #f59d24 !important;
}

.alert-warning svg {
  fill: #f59d24 !important;
}

.alertify-notifier .ajs-message.ajs-error,
.alertify-notifier .ajs-message.ajs-success {
  box-shadow: none;
  background: transparent;
  padding: 0;
  text-shadow: none;
}

.alertify-notifier .ajs-message {
  width: 320px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: transparent !important;
}

/*  MOdal */
#alertModalCenter {
  padding-right: 0 !important;
  display: none;
}

#alertModalCenter .modal-content {
  border: 0;
}

#alertModalCenter .modal-content .modal-body {
  text-align: center;
  font-size: 14px;
  font-family: 'Open sans', sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}

#alertModalCenter .modal-content .modal-body p{
  font-size: 14px;
  font-family: 'Open sans', sans-serif;
  line-height: 25px;
  color: #575756;
  margin-bottom: 30px;
}

#alertModalCenter .modal-content .modal-body h4{
  font-size: 16px;
  font-weight: bold;
  color: #575756;
  margin-bottom: 10px;
}

.ajs-body #alertModalCenter {
  display: block !important;
}

.alertify .ajs-dialog {
  max-width: 500px !important;
  padding: 0px 30px 30px 30px!important;
}

.alertify .ajs-dialog .ajs-reset,
.alertify .ajs-dialog .ajs-commands {
  display: none !important;
}

.alertify .ajs-dialog .ajs-header {
  padding: 40px 20px 10px 20px !important;
  margin: 0 20px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center !important;
}

    .alertify .ajs-dialog .ajs-body .ajs-content {
        padding-bottom: 0 !important;
        text-align: center;
        font-family: 'Open Sans', sans-serif !important;
    }

.alertify .ajs-dialog .ajs-footer {
  border: 0 !important;
}

.alertify .ajs-dialog .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center !important;
}

.alertify .ajs-dialog .modal-title {
  color: #0a8cb3;
  font-size: 30px;
  font-weight: 600;
}

.alertify .ajs-dialog .btn-ok {
  color: #fff !important;
  background-color: #e71d73 !important;
  border-color: #e71d73;
}

    .alertify .ajs-dialog .btn-ok:hover {
        color: #fff !important;
        background-color: #c81562 !important;
        border-color: #bd145c;
    }

    .alertify .ajs-dialog .btn-ok:focus,
    .alertify .ajs-dialog .btn-ok.focus {
        box-shadow: 0 0 0 0.2rem rgba(231, 29, 115, 0.5);
    }

    .alertify .ajs-dialog .btn-ok.disabled,
    .alertify .ajs-dialog .btn-ok:disabled {
        color: #fff !important;
        background-color: #e71d73 !important;
        border-color: #e71d73;
    }
/***************************/
.alertify .ajs-dialog .btn-cancel {
    color: #fff !important;
    background-color: #A4A4A4 !important;
    border-color: #A4A4A4;
    margin-left: 20px;
}

    .alertify .ajs-dialog .btn-cancel:hover {
        color: #fff !important;
        background-color: #c3c1da !important;
        border-color: #c3c1da !important;
    }

.alertify .ajs-dialog .btn-cancel:focus,
.alertify .ajs-dialog .btn-cancel.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 143, 61, 0.5);
}

    .alertify .ajs-dialog .btn-cancel.disabled,
    .alertify .ajs-dialog .btn-cancel:disabled {
        color: #fff !important;
        background-color: lightgray !important;
        border-color: lightgray !important;
    }

.alertify .ajs-dialog .btn {
  border: 0;
  outline: none;
  min-height: 30px !important;
  line-height: 10px;
  max-width: 120px;
  width: 100%;
  font-size: 14px !important;
  font-family: 'Open sans', sans-serif;
  font-weight: bold;
  text-transform: capitalize !important;
}

.alertify .ajs-dialog .btn i {
  margin-right: 5px;
}

.alertify .ajs-dialog .btn:focus {
  box-shadow: none;
}

.alertify .ajs-dialog .btn-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.alertify .ajs-dialog .btn-cancel.btn-icon::before {
  content: "\f00d";
}

.alertify .ajs-dialog .btn-ok.btn-icon::before {
  content: "\f00c";
}