/*
 * notifIt! by @naoxink
 *
 * EDITED BY EMIT KNOWLEDGE - V.1.0 edit version
 * 01.31.2016
 */
#ui_notifIt {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25) !important;
    -wekbit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 100001;
}

    #ui_notifIt:hover {
        opacity: 1 !important;
    }

    #ui_notifIt p {
        text-align: center;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

#notifIt_close {
    position: absolute;
    color: #FFF;
    top: 0;
    padding: 0px 5px;
    right: 0;
}

    #notifIt_close:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
    background-color: #53bf8a;
    color: white;
}

#ui_notifIt.error {
    background-color: #ee653b;
    color: white;
}

#ui_notifIt.warning {
    background-color: #e8b71a;
    color: white;
}

#ui_notifIt.info {
    background-color: #6dc6cd;
    color: white;
}

#ui_notifIt.default {
    background-color: #fff;
    color: #596679;
}

/* notifit confirm */
.notifit_confirm_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #313541;
    opacity: 0.85;
    z-index: 100000;
}

.notifit_confirm {
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 100001;
}

    .notifit_confirm .notifit_close_btn {
        position: absolute;
        top: 15px;
        right: 19px;
        color: #6a7992;
        cursor: pointer;
    }

.notifit_confirm-title {
    font-size: 32pt;
}

.notifit_confirm-message {
    font-size: 16px;
    color: #596679;
    font-weight: bold;
}

.notifit_confirm_buttons_wrap .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 30px !important;
}

    .notifit_confirm_buttons_wrap .btn:first-child {
        margin-left: 0;
    }

.general-nofi-modal-title {
    font-size: 30px;
    color: #4c515e;
    margin: 0 auto;
    width: 95%;
    line-height: 1.2;
}

.general-nofi-modal-msg {
    font-size: 17px;
    color: #6a7992;
    margin-top: 15px;
}

/*.notifit_confirm_accept{
    background-color: #9ACD32;
}
.notifit_confirm_accept:hover{
    background-color: #ABDE43;
}

.notifit_confirm_cancel{
    background-color: #FF4500;
}
.notifit_confirm_cancel:hover{
    background-color: #FF5611;
}*/

.notifit_confirm_message {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.notification-header {
    text-align: center;
    font-size: 42px;
    color: #f46800;
}

.notifit_confirm a {
    color: #54c08a !important;
    font-weight: 400;
}