/*!
 * DIVA Web v19.76.2.10751
 * DIVA web package
 *
 * Copyright 2007 - 2026 MENTZ GmbH
 * https://www.mentz.net
 *
 * Date: 2026-01-20T11:55:03.248Z
 */
body {
    background: #dfe8f6;
}

.base-requirement-verifier {
    color: #4e79b2;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.base-requirement-verifier h1 {
    font-size: 2em !important;
    font-weight: bold !important;
}

.base-requirement-verifier p { padding-left: 40px; }

/* ---------------------------------------------------------------------------
    Release note styles
----------------------------------------------------------------------------- */

/* needed for ReleaseVersionNotes.aspx */

.details-info-summary {
    background: white;
}

.details-info-type {
    background: white;
}

.details-info-release-documentation {
    color: black;
}

.details-info-release-documentation table,
.details-info-release-documentation th,
.details-info-release-documentation td {
    border: 1px solid;
    border-collapse: collapse;
}

/* ---------------------------------------------------------------------------
    Footer styles
----------------------------------------------------------------------------- */

/* need for Default.aspx */

/* base background of the footer */
.footer {
    left: inherit !important;
    cursor: default;
}

.footer .footer-item { font: 12px Arial, Helvetica, sans-serif; }

.footer div[id=build] {
    border-right: 1px solid #98c8ff;
    cursor: pointer;
}

.footer div[id=database] {
    border-right: 1px solid #98c8ff;
    cursor: pointer;
}

.footer div[id=date] {
    border-left: 1px solid white;
    border-right: 1px solid #98c8ff;
}

.footer div[id=time] { border-left: 1px solid white; }

/* ---------------------------------------------------------------------------
    Header styles
----------------------------------------------------------------------------- */

/* need for Default.aspx */

/* Toolbar including the menu */
.header .x-toolbar:first-child { border-bottom-width: 1px !important; }

.header .x-toolbar:last-child { border-top-width: 1px !important; }

.header .x-toolbar .x-toolbar-text {
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.header .x-btn-default-toolbar-small .x-btn-inner {
    color: inherit;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* icons of the menu and tabs */

.icon_warning { background-image: url('./images/icon-warning.gif') !important; }

.initialsetup {
    background-color: transparent;
    border: none;
}

/* .initialsetup .x-tree-view { border-right: solid 2px white; } */

.initialsetup .x-grouptabs-corner { background-image: none; }

.initialsetup .x-active-group .x-grouptab-cell {
    background: #dbdbdb;
    border: none !important;
}

.initialsetup .x-grouptabbar .x-panel-body { background-color: transparent; }

.initialsetup .x-grouptabbar .x-grid-cell-inner { color: #15498b; }

.initialsetup .x-grouptab-row .x-active-tab,
.initialsetup .x-grouptabbar .x-active-tab .x-grid-cell-inner { background-color: #dbdbdb; }

.unfocusedTabPanelHeader {
    opacity: 0.7;
    font: normal 11px/13px tahoma, arial, verdana, sans-serif;
}

.standalone {
    height: 100%;
    overflow: hidden;
}

.standalone body {
    height: 100%;
    text-align: left;
    font: normal 20px arial, sans-serif;
}

.standalone h1 {
    font-size: 60px;
    color: #4e79b2;
}

.standalone h2 {
    font-size: 20px;
    color: #4e79b2;
}

.standalone h2 a {
    text-decoration: none;
    color: #4e79b2;
}

.standalone #footer table {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.standalone #footer {
    color: #4e79b2;
    padding: 0 20px;
}

.standalone #footer #build { cursor: pointer; }

.standalone #footer #database {
    text-align: right;
    cursor: pointer;
}

.standalone #messagePanel {
    color: #4e79b2;
}

.standalone #title {
    padding-top: 50px;
    border-top: 1px solid #ddd;
    border-image: linear-gradient(to right, transparent, #ddd 20%, #ddd 80%, transparent) 1;
}

.standalone #message {
    padding: 15px 0 0 50px;
    white-space: pre-wrap;
}

.standalone #details {
    margin: 15px 0 0 50px;
    white-space: pre-wrap;
    font-size: 15px;
}

.standalone #details h1 {
    font-size: 15px;
    font-weight: bold;
}

.standalone .x-progress-mask {
    background-position: left 14px;
    height: 80px;
    padding: 15px 0 0 50px;
}

.standalone .error {
    color: red;
    padding-top: 10px;
}

.standalone .error .text {
    display: block;
    font-weight: bold;
}

.reportBrowserCrystalNode {
    color: #1a4d8f;
}

.corrupted-parameter { color: red; }

.row-error { background-color: khaki; }
