/**
 * @copyright (c) 2004 - 2026 Performa Software Pty Ltd. All Rights Reserved.
 * @summary 🅱🅸🅳🆂 Server
 */

bids-report-viewer {
    display: block;
}

body.non-modal bids-report-viewer {
    padding: 10px 15px;
}

    body.non-modal bids-report-viewer table.ParamsGrid {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 5px;
    }

    body.non-modal bids-report-viewer div.ToolBarBackground {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

bids-report-viewer table.ParamsGrid td.ParamEntryCell select {
    max-width: 350px;
}
