export-ddi {
    float: left;
    width: 100%;
    height: 100%;
    div#container {
        float: left;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        padding: 5px;
    }
    .me-exd-button-panel {
        float: left;
        padding: 5px;
        padding-top: 3px;
        border-top: 1px solid #bdbdbd;
        width: calc(100% - 10px);
        text-align: right;
    }
    .form-container {
        padding: 5px 0;
        padding-bottom: 0;
        float: left;
        border: 1px solid #bdbdbd;
        margin: 3px 0;
        height: calc(100% - 52px);
        overflow: auto;
        width: calc(100% - 2px);
        .select-all-container {
            display: block;
            height: 25px;
            border-bottom: 1px solid #bdbdbd;
            padding: 0 5px;
        }
        .selection-container {
            display: block;
            height: calc(100% - 26px);
            overflow: auto;
            background: #f2f2f2;
        }
        .dataset-item {
            float: left;
            width: calc(100% - 10px);
            padding: 0 5px;
            margin-bottom: 5px;
            background: #FFF;
            box-shadow: 0px 0px 2px #999;
        }
        .statistic-selection {
            display: block;
            padding-left: 5px;
            .mat-checkbox-inner-container {
                height: 12px !important;
                width: 12px !important;
            }
        }
    }
}
