/*alert global .abs*/
.notify.abs{
    width: 80%;
    position: absolute;
    left: 10%;
    top: 10px;
    z-index: 9000;
}


.aui-flag .aui-message {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 8px;
}
.aui-message {
    background: #fff;
    border-radius: 5px;
    color: #333;
    line-height: 24px;
    margin: 20px 0 0;
    overflow-wrap: break-word;
    padding: 20px 40px 20px 90px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
}

.aui-message.danger{
    background-color: #ffc1c1;
}
.aui-message.warning,
.aui-message-warning {
    background: #EDC211;
    border-color: #EDC211;
    color: #333;
}

.aui-message.infos,
.aui-message-infos {
    background: #3ebce6;
    border-color: #3ebce6;
    color: #333;
}

.aui-message.error,
.aui-message-error {
    background: #d04437;
    border-color: #d04437;
    color: #333;
}

.aui-message.success,
.aui-message-success {
    background: #d1e6dd;
    border-color: #d1e6dd;
    color: #333;
}

.aui-message.success:before,
.aui-message-success:before {
    background-color: #43b4b7;
}

.aui-message.error:before,
.aui-message-error:before {
    background-color: #d04437;
}

.aui-message.warning:before,
.aui-message-warning:before {
    background-color: #d4b120;
}

.aui-message.infos:before,
.aui-message-infos:before {
    background-color: #1695c0;
}

.aui-message.success:after,
.aui-message-success:after {
    content: "\f05d";
    color: #fff;
}

.aui-message.warning:after,
.aui-message-warning:after {
    content: "\f071";
    color: #fff;
}

.aui-message.error:after,
.aui-message-error:after {
    content: "\f06a";
    color: #fff;
}

.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;
}
aui-message:first-child, .aui-message:first-child {
    margin-top: 0;
}
.aui-flag .aui-message {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 8px;
}

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

.aui-message.info:before {
    background-color: #0dcaf0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
    border-radius: 8px 0 0 8px;
}

.aui-message:after {
    content: "\f05a";
    color: #fff;
}
.aui-message:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    left: 19px;
    line-height: 1;
    margin-top: -19px;
    position: absolute;
    speak: none;
    top: 50%;
}
