.AiNotificationMsgContainer
{
  overflow:hidden;
  z-index:999;
  border:3px solid #5c9ec8;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.AiNotificationMsgEnvelope
{
  display:none;
  position:absolute;
  top:0.5em;
}

.MsgNotificationAlertBox
{
  background: black;
  padding: 0.25em;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

#msgAlertWrap, #projMsgAlertWrap
{
  position: relative;
  width: 17em;
  height: 6em;
}

.AiMsgComponent
{
  display:inline-block;
}

.AiNotificationMsgLine
{
  color:lightgray;
  display:block;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.AiMsgName
{
  font-size: 120%;
  padding-top: 0.3em;
  text-transform: uppercase;
}

.AiMsgContainer
{
  overflow:hidden;
  width:10.5em;
  height: 4.5em;
}

#alertIcon
{
  width:3em;
  padding: 1.4em 0.8em;
}

