<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : notication
    Created on : Aug 18, 2012, 12:49:36 AM
    Author     : Dani de Luna
    Description:
        This will be the default format of our all div notifications
	   
*/

.notifyInfo, .notifySuccess, .notifyWarning, .notifyError, .validation,.notifyUnverified {
    border: 1px solid !important;
    margin: 5px 0px !important;
    padding:8px 10px 8px 40px !important;
    background-repeat: no-repeat !important;
    font-size:12px !important;
    background-position: 10px center !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
    background-size: 20px 20px !important;
    text-align: left !important;
    font-family: 'arial';    
}
.notifyInfo a, .notifySuccess a, .notifyWarning a, .notifyError a, .validation a,.notifyUnverified a{
    text-decoration: underline;
}
.notifyInfo a
{
    color: #23a0d2 !important;
}

.notifyInfo {
    color: #23a0d2 !important;
    border-color: #2fb3e8 !important;
    background-color: #DDF1FC !important;
    background-image: url('../images/notifications/info.png') !important;
}
.notifySuccess {
    color: #4F8A10 !important;
    background-color: #DFF2BF !important;
    background-image:url('../images/notifications/success.png') !important;
}
.notifyWarning {
    color: #9F6000 !important;
    background-color: #FEEFB3 !important;
    background-image: url('../images/notifications/warning.png') !important;
}
.notifyError {
    color: #D8000C !important;
    background-color: #ffdcdc !important;
    background-image: url('../images/notifications/error.png') !important;
}
.notifyUnverified
{
    text-align: center !important;
    border-color: #ff2c2c !important;
    color: #ff2c2c !important;
    background-color: #fdffcb !important;
    background-image: url('../images/notifications/warning2.png') !important;
}

.notifyUnverified a
{
    color: #00ace4 !important;
    text-decoration: underline !important;
}
</pre></body></html>