

#aui-flag-container {
    position: fixed;
    top: 56px;
    right: 30px;
    z-index: 4000;
}

.aui-list-container {
    margin: auto;
    padding-left:20px;
}

.aui-flag-stack {
    position: relative;
}



#aui-flag-container>.aui-flag-stack>div.aui-flag-stack-top-item[aria-hidden="false"] {
    display: block;
    transition: transform .5s .5s,top .5s,opacity .8s;
}
.aui-flag[aria-hidden="false"] {
    opacity: 1;
    top: 0;
    left: 0;
}
.aui-flag {
    left: 0;
    max-height: 300px;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: opacity .2s,top .5s;
}




.qr-flag .aui-message {
    padding-top: 10px;
    padding-bottom: 10px;
}

.aui-flag .aui-message {
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    margin-bottom: 5px;
    width: 610px;
}
.aui-message.hint, .aui-message-hint, .aui-message.info, .aui-message-info {
    background: #fff;
    border-color: #3572b0;
}
aui-message:first-child, .aui-message:first-child {
    margin-top: 0;
}
.aui-message {
    border-radius: 3px;
    border-width: 1px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 20px;
}
.aui-message {
    background: #fff;
    border: 1px solid #3572b0;
    border-radius: 3px;
    color: #333;
    margin: 20px 0 0 0;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

.aui-message.hint:before, .aui-message-hint:before, .aui-message.info:before, .aui-message-info:before {
    background-color: #3572b0;
}

.aui-message:before {
    background-color: #3572b0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.aui-message p.title {
    margin: -3px;
    margin-bottom: 3px;
}


.qr-notice-authors {
    padding: 5px 0;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qr-author-avatar {
    margin-right: 5px;
    vertical-align: middle;
}

.aui-avatar-small, .aui-avatar-small .aui-avatar-inner {
    height: 24px;
    width: 24px;
}
.aui-avatar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: text-bottom;
}


.aui-avatar-small, .aui-avatar-small .aui-avatar-inner {
    height: 24px;
    width: 24px;
}

.aui-avatar-inner {
    display: table-cell;
    vertical-align: middle;
}


.qr-notice-summary {
    width: 317px;
}



.aui-button.aui-button-text, .aui-button.aui-button-text:visited {
    border: 0;
    font-size: inherit;
    height: inherit;
    line-height: normal;
    padding: 0;
}
.aui-button.aui-button-text, .aui-button.aui-button-text:visited {
    background: transparent;
    border-color: transparent;
    color: #3572b0;
    padding: 4px 0;
    text-decoration: none;
    box-shadow: none;
}
.qr-notice-show {
    float: right;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aui-button {
    -webkit-appearance: none;
}
.aui-button, a.aui-button, .aui-button:visited {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}






.qr-notice-summary-text {
    font-size: 12px;
    color: #707070;
    display: block;
    width: 217px;
    max-width: 217px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.aui-message.closeable:hover .icon-close, .aui-message.closeable .icon-close:focus, .aui-message.closeable:not(.fadeout):not(.aui-will-close) .icon-close {
    opacity: 1;
}

.qr-flag .aui-message.closeable .icon-close {
    top: 10px;
}
.aui-message .aui-icon.icon-close {
    background-image: none;
    color: #707070;
    text-indent: inherit;
}
.aui-message.closeable .icon-close {
    cursor: pointer;
    left: auto;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.aui-message .aui-icon {
    background-position: center;
}
.aui-message .icon-close, .aui-icon-close {
    background-image: url(../images/cancel_icon.png);
}
.aui-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
}


.aui-message .aui-icon.icon-close:before {
    content: url(../images/cancel_icon.png);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
}

.aui-message.hint:after, .aui-message-hint:after, .aui-message.info:after, .aui-message-info:after {
    content: url(../images/info_icon.png);
    color: #fff;
}
.aui-message:after {
    color: #fff;
    content: url(../images/info_icon.png);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    left: 4px;
    line-height: 1;
    margin-top: -16px;
    position: absolute;
    speak: none;
    top: 50%;
}

.notification-audit-entry-text {
    font-size:90%;
    padding-bottom:5px;
}

.audit-notification-popup-header {
    margin-bottom: 15px;
}
.audit-notification-popup-body {
    max-height: 150px;
    overflow-y: auto;
}

.audit-notification-popup-footer {
    margin-top: 10px;
}

.notification-audit-entry-text-description {

}

.notification-audit-entry-text-by {
    padding-left: 5px;
    font-style:italic;
    font-size:80%;
}