.notie-container {
    font-size: 1.6rem;
    line-height: 1.8rem;
    
    height: auto;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    
    /*left: 90px;*/
    white-space: pre-wrap;
}

@media screen and (max-width:900px) {
    .notie-container {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

@media screen and (max-width:750px) {
    .notie-container {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

@media screen and (max-width:400px) {
    .notie-container {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

.notie-background-success {
    background-color: #57bf57
}

.notie-background-warning {
    background-color: #d6a14d
}

.notie-background-error {
    background-color: #e1715b
}

.notie-background-info {
    background-color: #4d82d6
}

.notie-background-neutral {
    background-color: #a0a0a0
}

.notie-background-overlay {
    background-color: #000
}

.notie-textbox {
    color: #fff;
    padding: 20px
}

.notie-textbox-inner {
    margin: 0 auto;
    max-width: 900px
}

.notie-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.notie-button {
    cursor: pointer
}

.notie-button,
.notie-element {
    color: #fff;
    padding: 10px
}

.notie-textbox.notie-background-info {
    background-color:#324b56;
}
.notie-button.notie-element-half.notie-background-success {
    background-color:#607d8b;
}
.notie-button.notie-element-half.notie-background-error {
    background-color:#4f6d7b;
}

.notie-element-half {
    width: 50%
}

.notie-element-half,
.notie-element-third {
    display: inline-block;
    box-sizing: border-box
}

.notie-element-third {
    width: 33.3333%
}

.notie-alert {
    cursor: pointer
}

.notie-input-field {
    background-color: #fff;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}
.notie-input-field::-webkit-input-placeholder { /* Chrome */
  color: #efefef;
}
.notie-input-field:-ms-input-placeholder { /* IE 10+ */
  color: #efefef;
}
.notie-input-field::-moz-placeholder { /* Firefox 19+ */
  color: #efefef;
  opacity: 1;
}
.notie-input-field:-moz-placeholder { /* Firefox 4 - 18 */
  color: #efefef;
  opacity: 1;
}


.notie-select-choice-repeated {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box
}

.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
}

.notie-date-selector-inner [contenteditable],
.notie-date-selector-inner [contenteditable]:focus {
    outline: 0 solid transparent
}

.notie-date-selector-up {
    transform: rotate(180deg)
}