/* line 50, vendor/assets/stylesheets/notie.scss */
.notie-container {
  font-size: 1.6rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 900px) {
  /* line 50, vendor/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  /* line 50, vendor/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  /* line 50, vendor/assets/stylesheets/notie.scss */
  .notie-container {
    font-size: 1rem;
  }
}

/* line 73, vendor/assets/stylesheets/notie.scss */
.notie-background-success {
  background-color: #57BF57;
}

/* line 76, vendor/assets/stylesheets/notie.scss */
.notie-background-warning {
  background-color: #FF9800;
}

/* line 79, vendor/assets/stylesheets/notie.scss */
.notie-background-error {
  background-color: #f44336;
}

/* line 82, vendor/assets/stylesheets/notie.scss */
.notie-background-info {
  background-color: #4D82D6;
}

/* line 85, vendor/assets/stylesheets/notie.scss */
.notie-background-neutral {
  background-color: #A0A0A0;
}

/* line 88, vendor/assets/stylesheets/notie.scss */
.notie-background-overlay {
  background-color: #FFFFFF;
}

/* line 92, vendor/assets/stylesheets/notie.scss */
.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

/* line 97, vendor/assets/stylesheets/notie.scss */
.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

/* line 101, vendor/assets/stylesheets/notie.scss */
.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

/* line 111, vendor/assets/stylesheets/notie.scss */
.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

/* line 118, vendor/assets/stylesheets/notie.scss */
.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

/* line 123, vendor/assets/stylesheets/notie.scss */
.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

/* line 130, vendor/assets/stylesheets/notie.scss */
.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

/* line 137, vendor/assets/stylesheets/notie.scss */
.notie-alert {
  cursor: pointer;
}

/* line 141, vendor/assets/stylesheets/notie.scss */
.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 154, vendor/assets/stylesheets/notie.scss */
.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

/* line 160, vendor/assets/stylesheets/notie.scss */
.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 164, vendor/assets/stylesheets/notie.scss */
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

/* line 169, vendor/assets/stylesheets/notie.scss */
.notie-date-selector-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
