﻿#ui_notifIt {
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    z-index: 110000 !important;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0px 4px 8px 0px #474747;
    -webkit-box-shadow: 0px 4px 8px 0px #474747;
    box-shadow: 0px 4px 8px 0px #474747;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    z-index: 99999999 !important;
}

    #ui_notifIt:hover {
        opacity: 1 !important;
    }

    #ui_notifIt p {
        text-align: center;
        font-family: 'Segoe UI',Tahoma,Arial;
        padding: 0;
        margin-top: 15px;
        font-size: 18px;
        font-weight: bold;
    }

    #ui_notifIt span {
        font-family: 'Segoe UI',Tahoma,Arial;
        font-size: 14px;
        position: absolute;
        top: 3px;
        right: 8px;
    }


#blockdiv {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    z-index: 10000 !important;
    opacity: 0.9;
    top: 0;
    left: 0;
    display: none;
}

.success {
    color: #fff;
    background-color: #0f9d58;
}

.error {
    color: #fff;
    background-color: #c60f13;
}

.warning {
    color: #fff;
    background-color: #e3af00;
}

.info {
    color: #fff;
    background-color: #2aa6ca;
}
