:root,
[data-bs-theme=light] {
    --ecology-grid-cell-backcolour: #aac8ab;
    --heritage-grid-cell-backcolour: #decfbe;
    --grid-cell-grey-out-colour: lightgray;
}

[data-bs-theme=dark] {
    --ecology-grid-cell-backcolour: #444e44;
    --heritage-grid-cell-backcolour: #514c46;
    --grid-cell-grey-out-colour: #3c3b3b;
    /*#2f4f4f*/
}



.grid-in-accordion {
    margin: 20px;
}





.grid-container {
    /*padding:10px;*/
    overflow-y: auto;
}





.ecology-cell {
    background-color: var(--ecology-grid-cell-backcolour);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.heritage-cell {
    background-color: var(--heritage-grid-cell-backcolour);
}

.grid-cell-text-greyed {
    color: var(--grid-cell-grey-out-colour);
}

.grid-cell-custom-editor {
    z-index: 1000;
}

.grid-cell-custom-editor-wrapper-narrow {
    min-width: 150px;
    position: relative;
    overflow: visible;
}

.grid-cell-custom-editor-wrapper-wide {
    min-width: 240px;
    position: relative;
    overflow: visible;
}




/*.grid-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 200px;
    height:150px;
}*/

.grid-row-menu-container {
    width: 48px;
    height: 40px;
}

.dxbl-grid-command-cell {
    padding: 0px !important;
}


.row-menu-flyout .dxbl-flyout-body {
    padding: 0px !important;
}




.edited-row {
    background-color: #013b51;
}

.edited-cell {
    background-color: #013b51;
    font-weight: bold;
}
