﻿.k-notification {
    border: 0;
}
.padding-template {
    padding: 20px;
}
                           
/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}
.info-template {
    width: 300px;
    height: 100px;
}
.info-template p {
    padding: 32px 10px 5px;
}
.info-template i {
    float: left;
    margin: 30px 15px 30px 30px;
}
                
/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.error-template {
    min-height:100px;
    min-width:300px;
    width: 100%;
    height: 100%;
}
    
.error-template p {
    padding: 32px 10px 5px;
}
.error-template i {
    float: left;
    margin: 30px 15px 30px 30px;
}
                
/* Success template */
.k-notification-success-template.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}
.success-template {
    width: 300px;
    height: 100px;
}
.success-template p {
    padding: 32px 10px 5px;
}
.success-template i {
    float: left;
    margin: 30px 15px 30px 30px;
}