.fw-top-alert {
    padding: 10px 30px 10px 10px;
    border-radius: 3px;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);*/
}


.fw-top-alert::before {
    content: "\f028";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

.fw-top-alert #close-notice {
    right: 10px;
    top: 10px;
}

.fw-top-alert #close-notice:hover {
    cursor: pointer;
}

.fw-top-alert .time-notice {
    text-align: right;
    margin: 5px 0 0;
}



.fw-top-alert.fw-top-code-normal {
    border: 1px solid #1B72F3;
    color: #1B72F3;
}
.fw-top-alert.fw-top-code-success {
    border: 1px solid #2aab34;
    color: #2aab34;
}
.fw-top-alert.fw-top-code-warning {
    border: 1px solid #e9923e;
    color: #e9923e;
}
.fw-top-alert.fw-top-code-danger {
    border: 1px solid #F46C6B;
    color: #F46C6B;
}



.fw-top-alert.fw-top-alert-normal {
    background-color: #E4EDFD;
    color: #1B72F3;
}
.fw-top-alert.fw-top-alert-success {
    background-color: #EAFBE8;
    color: #2aab34;
}
.fw-top-alert.fw-top-alert-warning {
    background-color: #FFF7E5;
    color: #e9923e;
}
.fw-top-alert.fw-top-alert-danger {
    background-color: #FFEDEC;
    color: #F46C6B;
}