/*
 * 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/>.
 */

.dashboardViewer .dashboardContainer > .content > .body {
    top: 29px;
}

.dashboardViewer .hyperlink {
    cursor: pointer;
}

.dashboardContainer > .nothingToDisplay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    width: 400px;
    background: transparent;
    z-index: 1;
    border: medium none;
}

.dashboardContainer > .nothingToDisplay.hidden {
    display: none;
}

.dashboardContainer > .nothingToDisplay .body > * {
    background: #fff;
}

.dashboardContainer > .nothingToDisplay .message {
    border: 1px solid #D3D2D2;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
}