﻿.dxbl-grid{
   border: 0;
}

.dxbl-chart-root{
   width: 100%
}

.dxbl-grid-table {
}

.dxbl-text-edit-input {
    /*padding: 1rem !important;*/
    padding-top: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 0.5rem !important;
}

.dxbl-menu-title {
    color: #7F7D98;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item:hover {    
    color: rgb(75 43 233 / var(--tw-text-opacity)) !important;
}

.dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn {
    padding: 1rem;
}

    .dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn:hover {
        color: rgb(75 43 233 / var(--tw-text-opacity)) !important;
    }

.sub-title {
    font-size: 22px;
    color: #7984A1;
    margin-bottom: 10px;
}

.chart-legend {
     font-size: 14px;
 }

.hide-element {
    display: none;
}

.tree-map-title {
    font-size: 22px;
    color: #7984A1;
}

.treemap-tooltip {
    width: 250px;
}

.riskindicator {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-items: flex-end;
    display: flex;
    flex-direction: row;
}

.riskindicator.selected {
    border: 1px #4B2BE9 solid;
}

.multiple-pane-chart-title {
    font-size: 14px;    
}

.riskindicator:hover {
    background: #EEF1F9;
}

/* Diesen Stil für alle Controls verwenden die in einem DxTabPage eingebetet sind. */
.tab-container {
    padding: 1rem; /* entspricht p-4 */
    border: 1px solid lightgray; /* entspricht border und border-lightgray */
    border-top: 0; /* entspricht border-t-0 */
    border-bottom-left-radius: 0.75rem; /* entspricht rounded-bl-xl */
    border-bottom-right-radius: 0.75rem; /* entspricht rounded-br-xl */
    height: 100%; /* entspricht h-full */
    min-height: 75vh; /* entspricht min-h-[75vh] */
}

.max-datagrid {
    width: fit-content;    
}

/* Überschriebene Stile von DevExpress */
.dxbl-checkbox {
    --dxbl-checkbox-check-element-checked-color: #4B2BE9;
    --dxbl-checkbox-check-element-checked-bg: white;
    --dxbl-checkbox-check-element-checked-hover-bg: white;
}

.dxbl-checkbox input {
    border: 1px solid #4B2BE9;
}

.dx-blazor-reporting .dxrd-preview.dxrd-designer-wrapper {
    background-color: #fff !important;    
}

.dx-blazor-reporting .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
    background-color: #fff;
}

dxbl-resource-script {
    display: none;
}

.dxbl-grid .dxbl-grid-table .dxbl-grid-selected-row:not(.dxbl-grid-focused-row):not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell)::before {
    background-color: #4B2BE9;
    color: white;
}

/* SVG Grafik im Pivot-Grid*/
button.dxbl-btn.dxbl-btn-text-none > svg.dxbl-image {
    display: inline;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    border-color: #4B2BE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

.custom-drop-zone.custom-drop-zone-hover {
    border-style: solid;
}

.custom-drop-zone svg {
    width: 42px;
    height: 42px;
}

.custom-drop-zone > *:not(#overviewDemoSelectButton) {
    pointer-events: none;
}

.purpleSubHeader {
    color: #4B2BE9;
    font-size: 24px;
}