.NotifyManager {
    position: fixed;
    z-index: 999999999;
    left: 0;
    bottom: 0;
    background: #555;
    border: #111 1px solid;
    border-radius: 3pt;
    opacity: 0.8;
    width: 30rem;
    max-width: 50vw;
}

.IoSGUIMobile .NotifyManager {
    max-width: calc(100vw - 8pt);
}

.NotifyManager .AppXMessage {
    display: block;
    clear: both;
    font-size: 9pt;
    overflow: hidden;
    border: #000 1px solid;
    margin: 2pt;
    border-radius: 2pt;
    background: #222;
    color: #fff;
    padding: 2pt calc(1em + 4pt) 2pt 2pt;
    position: relative;
}

.NotifyManager .AppXMessage .AppXIco {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    cursor: pointer;
}

.NotifyManager .AppXMessage .AppXChr {
    font-size: 16px !important;
    display: inline-block !important;
    vertical-align: top;
}

.NotifyManager .AppXMessage .AppXText {
    display: inline;
    margin-left: 2pt;
    vertical-align: top;
}

.NotifyManager .AppXMessage .AppXX {
    position: absolute;
    right: 2pt;
    top: 2pt;
    width: 1em;
    height: 1em;
    border: #500 1px solid;
    border-radius: 50%;
    background: #800;
    overflow: hidden;
}

.NotifyManager .AppXMessage.AppXLevR {
    background: #200;
    color: #F00;
}

.NotifyManager .AppXMessage.AppXLevA {
    background: #420;
    color: #FF0;
}

.NotifyManager .AppXMessage.AppXLevG {
    background: #042;
    color: #0FF;
}

.NotifyManager .AppXMessage.AppXLevB {
    background: #024;
    color: #8FF;
}

.NotifyManager .AppXMessage.AppXLevD {
    background: #222;
    color: #888;
}

.NotifyManager .AppXMessage.AppXLevN {
    background: #000;
    color: #FFF;
}
