﻿.fcs-report-grid-root {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    gap: 0.35rem;
    padding: 0;
}

.fcs-report-grid-toolbarheader {
    flex: 0 0 auto;
    min-height: 0;
    padding-bottom: 0;
}

.fcs-report-grid-toolbarfooter {
    flex: 0 0 auto;
    min-height: 0;
    padding-top: 0;
}

.fcs-report-grid-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

    .fcs-report-grid-content > div {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }

    .fcs-report-grid-content .dxbl-grid {
        flex: 1 1 auto;
        min-height: 0;
    }

.fcs-report-grid-root .dxbl-toolbar {
    min-height: 44px;
}


.report-main-container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: calc(100dvh - 11.75rem);
    max-height: calc(100dvh - 11.75rem);
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--borderColor);
    border-radius: 0.5rem;
}

.report-main-container-popup {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: calc(100vh - 18rem);
    max-height: calc(100vh - 18rem);
    overflow: hidden;
    border: 1px solid var(--borderColor);
    border-radius: 0.5rem;
}

.report-header,
.report-filter {
    flex: 0 0 auto;
}

.report-content-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 0.5rem;
    gap: 0.35rem;
}

.report-grid-area {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

    .report-grid-area .dxbl-grid,
    .report-grid-area .dxbl-treelist {
        width: 100% !important;
        font-size: 1rem;
    }

/*
.reportGridArea {
    flex: 1 1 auto;
    min-height: 0;
}
*/
/*.dxbl-menu {
    font-size: 1rem;
}*/