﻿/* Stili per la visualizzazione dei "Notification" di KendoUI*/
.k-notification {
    border:                 0px;
}
                            
/* Info template */
.k-notification-info.k-notification {
    background:             #24aad5;
    opacity:                0.7;
    color:                  #FFFFFF;
}

 /* Error template */
.k-notification-error.k-notification {
    background:             tomato;
    opacity:                0.7;
    color:                  #FFFFFF;
}

/* Success template */
.k-notification-success.k-notification {
    background:             limeGreen;
    opacity:                0.7;
    color:                  #FFFFFF;
}

.notification-title
{
    font-size:              19px !important; 
    font-family:            "Segoe UI",Roboto,Arial;
    padding:                0px 10px 0px;
    line-height:            normal;
}

.notification-message
{
    font-size:              16px;
    font-family:            "Segoe UI",Roboto,Arial;
    line-height:            normal;
}