/*
 * Copyright (C) 2005 - 2019 TIBCO Software Inc. All rights reserved.
 * http://www.jaspersoft.com.
 *
 * Unless you have purchased a commercial license agreement from Jaspersoft,
 * the following license terms apply:
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

.notificationAlert {
    position: absolute;
    z-index: 1000000;
    height: 28px;
    top: 1px;
    left: 0;
    right: 0;
    border: solid 1px #d3d2d2;
    background-color: #feef97;
}

.notificationAlert > .notificationMessage {
    padding: 6px 6px 0 6px;
    text-align: center;
    color: #217eb5;
    font-weight: bold;
}

.notificationAlert > .notificationMessage > .warning {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notificationAlert .close {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}