.notie-transition
{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.notie-background-success
{
    background-color: #66bb6a !important;
}

.notie-background-warning
{
    background-color: #ffa726 !important;
}

.notie-background-error
{
    background-color: #ef5350 !important;
}

.notie-background-info
{
    background-color: #26c6da !important;
}

#notie-alert-outer,
#notie-confirm-outer,
#notie-force-outer,
#notie-input-outer,
#notie-select-outer,
#notie-date-outer
{
    font-size: 24px;

    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: auto;

    cursor: pointer;
    text-align: center;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); 

         -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
@media (max-width: 600px)
{
    #notie-alert-outer,
    #notie-confirm-outer,
    #notie-force-outer,
    #notie-input-outer,
    #notie-select-outer,
    #notie-date-outer
    {
        font-size: 18px;
    }
}

#notie-alert-inner
{
    display: table-cell; 

    padding: 20px;
}

#notie-alert-content
{
    max-width: 900px;
    margin: 0 auto;
}

#notie-alert-text
{
    color: #fff;
}

#notie-confirm-outer
{
    cursor: default;
}

#notie-confirm-inner,
#notie-force-inner,
#notie-input-inner,
#notie-select-inner
{
    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;

    cursor: default;

    background-color: #26c6da;
}

#notie-confirm-text
{
    color: #fff;
}

#notie-confirm-text-yes
{
    color: #fff;
}

#notie-confirm-text-no
{
    color: #fff;
}

#notie-confirm-yes,
#notie-confirm-no,
#notie-input-no,
#notie-input-yes
{
    line-height: 50px;

    float: left;

    width: 50%;
    height: 50px;

    cursor: pointer;

    background-color: #66bb6a;
}

#notie-confirm-no,
#notie-input-no
{
    float: right;

    background-color: #ef5350;
}

#notie-confirm-background,
#notie-force-background,
#notie-input-background,
#notie-select-background,
#notie-date-background
{
    position: fixed;
    z-index: 999999980;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0; 
    background-color: #fff;
}

/* FORCE */
#notie-force-outer
{
    cursor: default;
}

#notie-force-text
{
    color: #fff;
}

#notie-force-button
{
    line-height: 50px;

    width: 100%;
    height: 50px;

    cursor: pointer;

    color: #fff;
}

/* INPUT */
#notie-input-outer
{
    cursor: default;
}

#notie-input-field
{
    font-family: inherit;
    font-size: 24px; 

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 55px;

    text-align: center;

    border: 0;
    outline: 0;
    background-color: #fff;
}
@media (max-width: 600px)
{
    #notie-input-field
    {
        font-size: 18px;
    }
}

#notie-input-text
{
    color: #fff;
}

#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: #66bb6a;
}

.notie-select-choice
{
    line-height: 50px;

    height: 50px;

    cursor: pointer; 

    color: #fff;
}

#notie-select-cancel
{
    line-height: 60px;

    height: 60px;

    cursor: pointer;

    color: #fff;
    background-color: #78909c;
}

.notie-select-choice-bottom-border
{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#notie-date-outer
{
    cursor: default; 

    color: #fff;
    background-color: #26c6da;
}

#notie-date-selector
{
    max-width: 900px;
    margin: 0 auto;
    padding-right: 10px; 
    padding-left: 10px;
}

.notie-date-up,
.notie-date-down
{
    float: left;

    width: 33.333333%;
    height: 50px;

    cursor: pointer;
}

.notie-date-arrow,
.notie-date-arrow-up,
.notie-date-arrow-down
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 5px; 

    -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
}

.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
{
    line-height: 50px;

    float: left;

    width: 33.333333%; 
    height: 50px;
}

#notie-date-yes,
#notie-date-no
{
    line-height: 50px;

    float: left;

    width: 50%;
    height: 50px;

    cursor: pointer; 

    color: #fff;
    background-color: #66bb6a;
}

#notie-date-no
{
    background-color: #ef5350;
}
