.notie-transition {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.notie-background-success {
    background-color: #fff;
}
.notie-background-warning {
    background-color: #fff;
}
.notie-background-error {
    background-color: #fff;
}
.notie-background-info {
    background-color: #fff;
}
#notie-alert-outer,
#notie-confirm-outer,
#notie-date-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: 24px;
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
    #notie-alert-outer,
    #notie-confirm-outer,
    #notie-date-outer,
    #notie-input-outer,
    #notie-select-outer {
        font-size: 18px;
    }
}
#notie-alert-inner {
    padding: 20px;
    display: table-cell;
}
#notie-alert-content {
    max-width: 900px;
    margin: 0 auto;
}
#notie-alert-text {
    color: #000;
}
#notie-confirm-outer {
    cursor: default;
    background: #fff;
}
#notie-confirm-inner,
#notie-input-inner,
#notie-select-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    display: block;
    cursor: default;
    background-color: #fff;
}
#notie-confirm-text-yes {
    color: #fff;
}
#notie-confirm-text-no {
    color: #fff;
}
#notie-confirm-no,
#notie-confirm-yes,
#notie-input-no,
#notie-input-yes {
    float: left;
    height: 60px;
    line-height: 60px;
    width: 50%;
    cursor: pointer;
    background-color: green;
}
#notie-confirm-no,
#notie-input-no {
    float: right;
    background-color: red;
}

#notie-confirm-background,
#notie-date-background,
#notie-input-background,
#notie-select-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999980;
    height: 100%;
    width: 100%;
    display: none;
    background-color: #fff;
    opacity: 0;
}
#notie-input-outer {
    cursor: default;
    background-color: #fff;
}
#notie-input-field {
    display: block;
    box-sizing: border-box;
    height: 55px;
    width: 95%;
    margin: 10px;
    text-align: center;
    outline: 0;
    border: 2px solid #000;
    background-color: #fff;
    font-family: inherit;
    font-size: 24px;
}
@media (max-width: 600px) {
    #notie-input-field {
        font-size: 18px;
    }
}
#notie-input-text {
    color: #000;
}
#notie-input-text-yes {
    color: #fff;
}
#notie-input-text-no {
    color: #fff;
}
#notie-select-outer {
    top: auto;
    bottom: 0;
    cursor: default;
}
#notie-select-text {
    color: #fff;
}
#notie-select-choices,
.notie-select-choice {
    background-color: #57bf57;
}
.notie-select-choice {
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
#notie-select-cancel {
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    background-color: #a0a0a0;
}
#notie-date-outer {
    cursor: default;
}
#notie-date-inner {
    height: 200px;
    background-color: #4d82d6;
    color: #fff;
}
.notie-date-down,
.notie-date-up {
    height: 50px;
    float: left;
    width: 33.333333%;
    cursor: pointer;
}
.notie-date-arrow,
.notie-date-arrow-down,
.notie-date-arrow-up {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin: 0 auto;
    margin-top: 5px;
}
.notie-date-arrow-up {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDI4bDEwLTEwIDEwIDEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.notie-date-arrow-down {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMCAwaDQ4djQ4aC00OHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.notie-date-text {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 33.333333%;
}
#notie-date-no,
#notie-date-yes {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #57bf57;
    cursor: pointer;
}
#notie-date-no {
    background-color: #e1715b;
}
@media only screen and (max-width: 991px) {
    #notie-alert-outer,
    #notie-confirm-outer,
    #notie-date-outer,
    #notie-input-outer,
    #notie-select-outer {
        font-size: 1rem;
    }
}
