﻿/* Info template */
.k-notification-info.k-group {
    background-color: #2f96b4 !important;
    color: #fff !important;
    border:solid 0.1px #51a351;
    border-radius:10px !important;
}
.info1 {
    min-width: 300px;
    height: 75px;
    width:auto;
}
.info1 h3 {
    font-size: 1.5em;
    text-decoration: underline;
    font-weight:bolder;
    padding: 0px;
    font-style:italic;
}
.info1 img {
    float: left;
    margin: 10px 15px 30px 30px;
}
.info1 p {
    font-weight:bolder;
    font-size: 1.25em;
}

/* Error template */
.k-notification-error.k-group {
    background-color: #bd362f !important;
    color: #ffffff !important;
    border:solid 0.1px #bd362f;
    border-radius:10px !important;
}
.error {
   min-width: 300px;
    height: 75px;
    width:auto;
}
.error h3 {
    font-size: 1.5em;
    text-decoration: underline;
    font-weight:bolder;
    padding: 0px;
    font-style:italic;
}
.error img {
    float: left;
    margin: 10px 15px 30px 30px;
}
.error p {
    font-weight:bolder;
    font-size: 1.25em;
}
/* Success template */
.k-notification-success.k-group {
    background-color: #51a351 !important;
    color: #fff !important;
    border:solid 0.1px #51a351;
    border-radius:10px !important;
}
.msg-success {
    min-width: 300px;
    height: 75px;
    width:auto;
}
.msg-success h3 {
    font-size: 1.5em;
    text-decoration: underline;
    font-weight:bolder;
    padding: 0px;
    font-style:italic;
}
.msg-success img {
    float: left;
    margin: 10px 15px 30px 30px;
}
.msg-success p {
    font-weight:bolder;
    font-size: 1.25em;
}
