
/* CORE STYLES */

.noty_bar.noty_theme_default.noty_error .noty_text {
    font-weight: bold;
    color: red;   
    text-align: justify;
}

/* noty_success */
.noty_bar.noty_theme_default.noty_success {
    color: forestgreen;  
    text-align: justify;
}
/* noty bar */
.noty_bar {
    position: fixed;
    display: none;
    z-index: 9999999;
   
}

    /* noty_message */
    .noty_bar .noty_message {
        text-align: center;
        
    }

    /* noty close button */
    .noty_bar .noty_close {
        cursor: pointer;
    }

/* noty modal */
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.6;
    display: none;
    left: 0;
    top: 0;
    
}

/* noty container for noty_layout_topLeft & noty_layout_topRight */
ul.noty_cont {
    position: fixed;
    z-index: 10000000;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 300px;
   

}

    ul.noty_cont li {
        position: relative;
        clear: both;
        list-style: none;
        padding: 0px;
        margin: 5px;
        width: auto ; /* Fix for: http://bugs.jquery.com/ticket/2278 */
        background: url(../images/Note-bg.png) repeat;
        padding: 19px 15px 17px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    ul.noty_cont.noty_layout_topLeft {
        left: 20px;
        top: 20px;
    }

    ul.noty_cont.noty_layout_topRight {
        right: 40px;
        top: 20px;
    }

    ul.noty_cont.noty_layout_bottomLeft {
        left: 20px;
        bottom: 20px
    }

    ul.noty_cont.noty_layout_bottomRight {
        right: 40px;
        bottom: 20px
    }

    ul.noty_cont.noty_layout_topRight li {
        float: left 
    }

/* LAYOUTS */

/* noty_layout_top */
.noty_bar.noty_layout_top {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* noty_layout_bottom */
.noty_bar.noty_layout_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* noty_layout_center */
.noty_bar.noty_layout_center {
    top: 40%;
}

/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_layout_topLeft,
.noty_bar.noty_layout_topRight,
.noty_bar.noty_layout_bottomLeft,
.noty_bar.noty_layout_bottomRight {
    width: 100%;
    clear: both;
    position: relative;
}

    .noty_bar.noty_layout_topLeft .noty_message,
    .noty_bar.noty_layout_topRight .noty_message,
    .noty_bar.noty_layout_bottomLeft .noty_message,
    .noty_bar.noty_layout_bottomRight .noty_message {
        text-align: left;
    }

/* noty_layout_topCenter */
.noty_bar.noty_layout_topCenter {
    top: 20px;
}

.Note-body {
    background-color: darkgray;
    background: url(../images/Note-bg.png) repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 22px;
}

    .Note-body .inner {
        padding: 19px 15px 17px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ffffff', endColorstr='#14000000',GradientType=0 );
    }
