#ui_notifIt {
    position: fixed;
    
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -wekbit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 60px !important;
    width: auto !important;
    padding-left: 50px !important;
    opacity: 1 !important;
    right: 30px !important;
    top:155px !important;
    padding-right: 50px;
}

    #ui_notifIt:hover {
        opacity: 1 !important;
    }

    #ui_notifIt p {
        text-align: center;
        font-family: sans-serif;
        font-size: 16px;
        padding: 0;
        margin: 0;
        color: white;
    }

/* Color setup */
/* You are free to change all of this */
.success {
    background-color: #03a9f4;
    color: white;
    z-index: 99999 !important;
}

.error {
    background-color: orangered;
    color: white;
    z-index: 99999;
    width:100%;
}

.warning {
    background-color: orange;
    color: white;
    z-index: 99999;
}

.info {
    background-color: deepskyblue;
    color: white;
    z-index: 99999;
}

.default {
    background-color: #EEE;
    color: #444;
    z-index: 99999;
}
