.notie-transition {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notie-background-success {
  background: #008a5a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #008a5a 1%, #02db56 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #008a5a 1%, #02db56 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a5a', endColorstr='#02db56', GradientType=1);
}
.notie-background-warning {
  background-color: #D6A14D;
}
.notie-background-error {
  background: #d9312e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d9312e 1%, #ff6438 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d9312e 1%, #ff6438 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9312e', endColorstr='#ff6438', GradientType=1);
}
.notie-background-info {
  background: #cfcfcf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #cfcfcf 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#d8d8d8', GradientType=1);
}
.notie-background-info #notie-alert-text {
	/*color: rgba(0, 0, 0, 0.5);*/
	color: #c31f1f;

}
.notie-background-info #notie-alert-text i{
	color: #c31f1f;
}
#notie-alert-outer,
#notie-confirm-outer,
#notie-input-outer,
#notie-select-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  height: auto;
  width: 100%;
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  #notie-alert-outer,
  #notie-confirm-outer,
  #notie-input-outer,
  #notie-select-outer {
    font-size: 16px;
  }
}
#notie-alert-inner {
  padding: 22px;
  display: table-cell;
}
#notie-alert-content {
  max-width: 900px;
  margin: 0 auto;
}
#notie-alert-text {
  color: rgba(255, 255, 255, 0.8);
}
#notie-confirm-outer {
  cursor: default;
}
#notie-confirm-inner,
#notie-input-inner,
#notie-select-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: block;
  cursor: default;
  /*background-color: #4D82D6;*/
  background: #c31f1f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c31f1f 0%, #lighten 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c31f1f 0%, #lighten 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c31f1f 0%, #lighten 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c31f1f', endColorstr='#lighten', GradientType=1);
}
#notie-confirm-text {
  color: rgba(255, 255, 255, 0.8);
}
#notie-confirm-text-yes {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#notie-confirm-text-no {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#notie-confirm-yes,
#notie-confirm-no,
#notie-input-no,
#notie-input-yes {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  cursor: pointer;
  /*background-color: #57BF57;*/
   background: #cfcfcf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #cfcfcf 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#d8d8d8', GradientType=1);
}
#notie-confirm-yes i,
#notie-input-yes i{
	color: #57BF57;
}
#notie-confirm-no,
#notie-input-no {
  float: right;
  /*background-color: #E1715B;*/
  background: #cfcfcf;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #cfcfcf 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #cfcfcf 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#d8d8d8', GradientType=1);
}
#notie-confirm-no i,
#notie-input-no i{
	color: #E1715B;
}
#notie-confirm-background,
#notie-input-background,
#notie-select-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999980;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #000;
  opacity: 0;
}
/* INPUT */
#notie-input-outer {
  cursor: default;
}
#notie-input-field {
  display: block;
  box-sizing: border-box;
  height: 55px;
  width: 100%;
  text-align: center;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 24px;
}
@media (max-width: 600px) {
  #notie-input-field {
    font-size: 18px;
  }
}
#notie-input-text {
  color: #FFFFFF;
}
#notie-input-text-yes {
  color: #FFFFFF;
}
#notie-input-text-no {
  color: #FFFFFF;
}
#notie-select-outer {
  top: auto;
  bottom: 0;
  cursor: default;
}
#notie-select-text {
  color: #FFFFFF;
}
#notie-select-choices,
.notie-select-choice {
  background-color: #57BF57;
}
.notie-select-choice {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  cursor: pointer;
}
#notie-select-cancel {
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #A0A0A0;
}
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */
/*# sourceMappingURL=notie.css.map */