/* < MOBILE */
/* < TABLETTE PORTRAIT */
/* < TABLETTE PAYSAGE > ORDINATEUR */
/* line 4, ../../sass/plugins/notify.scss */
.alertify-notifier {
  /*position : absolute;
  right : 0;
  bottom : 10px;*/
  z-index: 99999;
}
/* line 10, ../../sass/plugins/notify.scss */
.alertify-notifier.ajs-right {
  right: 50px;
}
/* line 14, ../../sass/plugins/notify.scss */
.alertify-notifier .ajs-message {
  position: relative;
  width: 300px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
}
/* line 26, ../../sass/plugins/notify.scss */
.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.175, 0.78, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  color: white;
  font-family: "Roboto Condensed", Verdana;
  font-size: 15px;
  font-weight: 400;
  width: 300px;
  padding: 20px;
  margin-top: 20px;
}
/* line 39, ../../sass/plugins/notify.scss */
.alertify-notifier .ajs-message.ajs-visible.ajs-successR {
  background: #62b762;
}
/* line 43, ../../sass/plugins/notify.scss */
.alertify-notifier .ajs-message.ajs-visible.ajs-errorR {
  background: #FA0029;
}

/* line 58, ../../sass/plugins/notify.scss */
.alertify.customPrompt .customBody {
  font-family: "Roboto Condensed", Verdana;
  font-size: 15px;
}
/* line 62, ../../sass/plugins/notify.scss */
.alertify.customPrompt .customBody .customContent {
  padding-top: 15px;
}
/* line 65, ../../sass/plugins/notify.scss */
.alertify.customPrompt .customBody .customContent input {
  margin: 0 13px;
  padding: 0 5px;
}
/* line 76, ../../sass/plugins/notify.scss */
.alertify .customHeader {
  font-family: "Roboto Condensed", Verdana;
  font-size: 1.2rem;
  padding-bottom: 16px;
  padding-top: 16px;
  font-weight: normal;
  background: #434E50;
  color: white;
  text-transform: uppercase;
}
/* line 87, ../../sass/plugins/notify.scss */
.alertify .customBody {
  font-family: "Roboto Condensed", Verdana;
  font-size: 15px;
}
/* line 91, ../../sass/plugins/notify.scss */
.alertify .customBody .customContent {
  padding-top: 15px;
  color: black;
  font-family: "Roboto Condensed", Verdana;
}
/* line 98, ../../sass/plugins/notify.scss */
.alertify .ajs-close {
  color: white;
  outline: none;
  background: none !important;
  position: relative;
}
/* line 104, ../../sass/plugins/notify.scss */
.alertify .ajs-close:after {
  position: absolute;
  content: 'X';
  display: inline-block;
  top: 0;
  right: 0;
}
/* line 116, ../../sass/plugins/notify.scss */
.alertify .ajs-button {
  min-width: 75px;
  min-height: 30px;
  background: lightgrey;
  color: black;
  font-family: "Roboto Condensed", Verdana;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
}
