﻿/* 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;
    font-weight:            bold;
    padding:                0px 10px 0px;
    line-height:            normal;
}

.notification-message
{
    margin-top:             5px;
    font-size:              16px;
    font-family:            "Segoe UI",Roboto,Arial;
    line-height:            normal;
}

.bitlsNotificationContainer
{
    width:                  350px; 
    height:                 100px;
    padding:                10px 10px 10px 75px;
    box-sizing:             border-box;
    -webkit-box-sizing:     border-box;
    -moz-box-sizing:        border-box;
}

.bitlsNotificationIcon
{
    position:               absolute;
    top:                    50%;
    transform:              translateY(-50%);
    left:                   15px;
}