/* D2 SMARTCITY SINGLE NOTIFICATION UI V9.4 */

/*
 * OLD SMALL CARD CONTAINER
 * retired permanently from visible UI.
 */
#inbox {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Old inline notification panel */
#notifyPanel {
    display: none !important;
    visibility: hidden !important;
}

/*
 * NEW LARGE CARD UI
 * this is now the only visible notification list.
 */
#snmsgList {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.snmsg-shell {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
