/* Notification alert */
.notification-alert {
    background-color: white;
    border-radius: 0;
    color: #31708f;
    padding-right: 0;
    border: 1px solid #dee0e6;
    z-index: 1090 !important;
}

.notification-alert table {
    margin-bottom: 0;
}

.notification-alert td.icon {
    background-color: orange;
    vertical-align: middle;
    text-align: center;
}

.notification-alert td.message {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notification-alert td.message p {
    margin-bottom: 0;
    line-height: 2;
}