/*
css per notifiche, modificato ITS per adattamento a pannello di controllo
*/

/* classi per notifiche */
.notifications { position:fixed; }
.notifications .alert { font-size:16px; }
.notifications.top-right { right:20px; top:75px;z-index: 1000; }
.notifications.top-left { left:10px; top:75px; }
.notifications.bottom-left { left:10px; bottom:35px; }
.notifications.bottom-right { right:10px; bottom:25px; }
.notifications > div { position:relative; z-index:9999; margin:5px 0px; }
.notifications.center { top:48%; left:0; width:100%; }
.notifications.center > div { margin:5px auto; width:20%; text-align:center; }
.notifications .fade{opacity: 1;}
.alert > .close{position: absolute;top: -1px;right: 6px;}
/* classe dati da php per notifiche */
.cpnotify { display:none; }
