/* ALERTIFY */

.alertok {
  background-color: rgba(233, 233, 233, 0.9);
  font-weight: bold;
  border: 0;
  border-radius: 0px;
  color: #fff;
  width: 250px;
  padding: 20px 0;
  text-align: center; }

.alerterror {
  background-color: #9c5d4f;
  border: 0;
  border-radius: 0px;
  color: #fff;
  width: 200px;
  padding: 20px 0;
  text-align: center; }

.alertadvice {
  background-color: #afaa54;
  border: 0;
  border-radius: 0px;
  color: #fff;
  width: 200px;
  padding: 20px 0;
  text-align: center; }

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px; }

.closealert {
  background-color: transparent;
  border: 0;
  color: #fff; }
  .closealert:hover {
    color: #fff; }
  .closealert:focus {
    color: #fff; }

.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, 0, 0.735, 0.045);
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8; }

.alertify {
  position: fixed;
  z-index: 99999;
  top: 20%;
  left: 50%;
  width: 550px;
  padding: 25px 0;
  margin-left: -275px; }

.alertify-hidden {
  top: -50px;
  visibility: hidden; }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px; }

.alertify-log-show {
  right: 0; }

.alertify-dialog {
  padding: 25px 0px; }

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.alertify-inner {
  text-align: center; }

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

/* line-height and font-size for input button */
 * line-height: 1.5
 * font-size: 100%
 * display: inline-block
 * cursor: pointer
 * margin-left: 5px */
@media only screen and (max-width: 680px) {
  .alertify {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .alertify-logs {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .alertify {
    left: 5%;
    margin: 0; } }
.alertify,
.alertify-log {
  font-family: "Open Sans", sans-serif; }

.alertify {
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px; }

.alertify-message {
  margin-bottom: 25px; }

.alertify-button {
  color: #FFF;
  font-weight: bold;
  padding: 15px 15px;
  text-decoration: none;
  outline: none;
  margin: 10px 10px;
  -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.77);
  box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.77);
  transition: all 0.2s ease 0s; }

.alertify-button:hover,
.alertify-button:focus,
.alertify-button:active {
  text-decoration: none; }

.alertify-button:active {
  position: relative;
  top: 1px;
  outline: none; }

.alertify-button-cancel {
  background-color: #9c5d4f; }
  .alertify-button-cancel:hover {
    background-color: #9f4f3d;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77);
    box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77); }

.alertify-button-ok {
  background-color: #6f69bd; }
  .alertify-button-ok:hover {
    background-color: #544ea7;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77);
    box-shadow: 2px 2px 5px -10px rgba(0, 0, 0, 0.77); }

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  text-align: center; }

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9); }

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9); }

.alert-success, .alert-info, .alert-warning {
  color: #3c763d;
  border: 0;
  color: #fff;
  /*max-width: 300px;*/
  /*min-height: 100px;*/
  /*padding: 30px;*/
  max-width: 14em;
  min-height: 1em;
  padding: 1em;
  border-radius: 5px; }
  .alert-success .fa, .alert-info .fa, .alert-warning .fa {
    font-size: 50px; }

.alert-success {
  background-color: #969d50; }

.alert-info {
  background-color: #cdcdcd;
  color: #000; }
