/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

:root {
    --dialog-height: 90vh;
    --dialog-width: 70vw;
    --dialog-flex-bar-height: 22vh;
    --oj-form-layout-max-column-width: 28rem;
    --color-brand-1: #312D2A;
    --color-brand-1-c: #FFFFFF;
    --nav-background-color: var(--oj-body-bg-color);

    --app-detail-header-height: 20px;

    /* oracle colors */
    --oracle-green: #5F7D4F;
    --oracle-sienna: #AA643B;
    --oracle-grey: #6F757E;
    --header-height: 0px;
    --second-header-height: 0px;
}

.login-form {
    width: 400px;
    padding: 30px;
    margin: 3rem auto 0rem auto;
    background: #FCFBFA;
    border-radius: 8px;
}

.login-background {
    background-image: url('images/login_top_background.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    min-width: 400px;
}

.ess-oracle-icon {
    width: 145px;
    height: 16px
}

.ess-oracle-icon:before {
    content: url("images/oracle_logo_white.svg")
}

html:not([dir="rtl"]) .ess-oracle-icon {
    padding-right: 4px
}

html[dir="rtl"] .ess-oracle-icon {
    padding-left: 4px
}

.ess-oracle-icon:before {
    display: inline
}

.ess-appheader-avatar {
    width: 24px;
    height: 24px
}

.ess-appheader-avatar:before {
    content: url("images/avatar_24px.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
    .ess-appheader-avatar:before {
        content: url("images/avatar_24px_2x.png");
        -webkit-transform: translate(-25%, -25%) scale(0.5);
        transform: translate(-25%, -25%) scale(0.5)
    }
}

.nav-height {
    height: calc(100% - 45px);
    margin-bottom: 3px;
    overflow-y: auto;
    padding-left: 10px;
}

html[class*="oj-scale-lg"] .workarea-container {
    height: calc(100vh - 60px);
}

html[class*="oj-scale-md"] .workarea-container {
    height: calc(100vh - 47px);
}

html[class*="oj-scale-sm"] .workarea-container {
    height: calc(100vh - 39px);
}

.workarea-container {
    height: calc(100vh - 55px);
}

.workarea-container-zoom {
    height: calc(100vh - 10px);
}

.dtr-div-height {
    height: calc(100% - 150px);
    display: block;
}

html[class*="oj-scale-lg"] .dtr-div-height {
    height: calc(100% - 130px);
}

html[class*="oj-scale-md"] .dtr-div-height {
    height: calc(100% - 115px);
}

html[class*="oj-scale-sm"] .dtr-div-height {
    height: calc(100% - 100px);
}

@media screen and (max-width: 900px) {
    .workarea-container {
        height: auto;
    }

    .workarea-container-zoom {
        height: auto;
    }
}

.right-container-toolbar {
    width: 100%;
}

.right-container-content {
    height: calc(100% - var(--header-height));
    width: 100%;
    overflow-y: auto;
}

.right-container-security-content {
    height: calc(100% - 60px);
    overflow-y: auto;
    width: 100%;
}

.right-container-tab-bar {
    height: calc(100% - 60px);
    overflow-y: auto;
}

@media print and (orientation: landscape),
screen and (max-width: 767px) {
    .right-container-security-content {
        height: calc(100% - 100px);
        width: 100%;
        overflow: auto;
    }

    .right-container-tab-bar {
        height: calc(100% - 100px);
        width: 100%;
        overflow: auto;
    }
}


.dbSize-container-content {
    height: calc(100% - 70px);
    overflow-y: auto;
}

@media print and (orientation: landscape),
screen and (max-width: 767px) {
    .dbSize-container-content {
        height: calc(100% - 120px);
        width: 100%;
        overflow: auto;
    }
}

.right-container-content-multiline-header {
    height: calc(100% - var(--second-header-height));
    width: 100%;
    overflow: auto;
}


.right-container-content-multiline-header-jobs {
    height: calc(100% - 55px);
    width: 100%;
    overflow: auto;
}

@media screen and (max-width: 1318px) {
    .right-container-content-multiline-header-jobs {
        height: calc(100% - 120px);
        width: 100%;
        overflow: auto;
    }
}

.right-container-content-multiline-header-rules {
    height: calc(100% - 150px);
    width: 100%;
    overflow: auto;
}

.right-container-content-multiline-header-analyze-data {
    height: calc(100% - 83px);
    width: 100%;
    overflow: auto;
}

.left-container-content-multiline-header-analyze-data {
    height: calc(100% - 115px);
    width: 100%;
    overflow: auto;
}

@media screen and (max-width: 930px) {
    .right-container-content-multiline-header-analyze-data {
        height: calc(100% - 140px);

    }
}

.zoomInTableHeight {
    overflow-y: auto;
}

@media screen and (max-width: 900px) {
    .zoomInTableHeight {
        height: 98vh !important;
    }

    .security-table {
        height: 100vh !important;
    }

    .right-container-security-content {
        height: auto !important;
    }

    .right-container-tab-bar {
        height: auto !important;
    }
}

.right-container-content-for-scn {
    height: calc(100vh - 15vh);
    overflow-y: auto;
    width: 100%;
}

@media print and (orientation: landscape),
screen and (max-width: 767px) {
    .right-container-content-multiline-header {
        height: calc(100% - 160px);
        width: 100%;
        overflow: auto;
    }
}

.full-screen {
    width: 100%;
    height: 100%;
}

.app-detail-header {
    /*height: var(--app-detail-header-height);*/
    width: 100%;
}

.app-detail-container {
    width: 100%;
    height: calc(100% - 25px);
}

html[class*="oj-scale-md"] .app-detail-container {
    height: calc(100% - 40px);
}

html[class*="oj-scale-lg"] .app-detail-container {
    height: calc(100% - 60px);
}

.app-detail-inner-container {
    width: 100%;
    height: calc(100% - 35px);
}

.app-detail-right-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}


/* offcanvas styles start */
.ess-flex-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.slider-container {
    height: 100vh;
    overscroll-behavior: none;
}

.slider-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
}

.slider-header-cstm {
    justify-content: normal !important;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
}

.slider-main {
    flex-grow: 1;
    padding: 0px 10px 20px 10px;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: none;
}

.slider-footer {
    position: sticky;
    bottom: 0;
    padding: 12px 16px;
    text-align: right;
    z-index: 1;
}

@media screen and (max-width: 580px) {
    .slider-footer {
        padding-right: 25px !important;
    }

    .slider-container-sm-screen {
        height: auto;
    }
}

.ess-flex-row {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

.slider-buttons {
    padding: 10px 10px 20px 10px;
    margin-top: 10px;
    text-align: end;
}

.slider-message {
    width: 1px;
    min-width: 100%;
    text-align: start;
}

.ess-flex-row-fixed {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
}

/* offcanvas styles end */

/* card style start */

.action-card-logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-card-logo-color {
    color: beige;
}

.action-card-width {
    max-width: 240px;
    width: 83vw;
}

@media screen and (max-width: 2000px) {
    .action-card-width {
        max-width: 260px;
        width: 87vw;
    }
}

.action-card-height {
    height: 210px;
}

.action-card-height-script {
    height: 210px;
}

html[class*="oj-scale-lg"] .action-card-height-script {
    height: 225px;
}

html[class*="oj-scale-md"] .action-card-height-script {
    height: 215px;
}

html[class*="oj-scale-sm"] .action-card-height-script {
    height: 210px;
}

.connection-tile-width {
    max-width: 200px;
    width: 5vw;
}

.connection-tile-height {
    height: 60px;
}

.connection-tile-logo {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connection-action-card {
    min-height: 100px;
    min-width: 120px;
}

.action-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-card-background-image {
    background-image: url('images/card_background.png');
}

/* card style end */

.progress-div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-card-form-label {
    min-width: 4.5rem
}

.appdb-type-icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.appdb-type-icon2 {
    width: 1.5rem;
    height: 1.5rem;
}

.search-width {
    width: 270px;
}

.full-width {
    width: 100%;
}

.dialog-footer {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    max-height: 30vh;
}

.file-selector-dialog {
    min-width: 36%;
    height: 43rem;
}

.file-selector-dialog-with-viewdime {
    min-width: 55%;
    height: 43rem;
}

.structured-dims-table {
    height: 27rem !important;
    min-width: 100% !important;
}

@media screen and (max-width: 1199px) {
    .file-selector-dialog-with-viewdime {
        min-width: 90%;
        height: 46rem;
    }

    .structured-dims-table {
        height: 23rem !important;
        min-width: 100% !important;
    }

    .importfilepicker {
        height: 27rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .file-selector-dialog-with-viewdime {
        min-width: 75%;
        height: 43rem;
    }

    .structured-dims-table {
        height: 23rem !important;
        min-width: 100% !important;
    }
}

@media screen and (min-width: 1400px) {
    .file-selector-dialog-with-viewdime {
        min-width: 65%;
        height: 43rem;
    }

    .structured-dims-table {
        height: 27rem !important;
        min-width: 100% !important;
    }
}

@media screen and (min-width: 1700px) {
    .file-selector-dialog-with-viewdime {
        min-width: 55%;
        height: 43rem;
    }

    .structured-dims-table {
        height: 27rem !important;
        min-width: 100% !important;
    }
}


#fileSelectorDialog .oj-dialog-body {
    margin-bottom: 0px !important;
}

.importfilepicker {
    background-color: var(--oj-core-bg-color-content);
    border-color: var(--oj-file-picker-border-color);
    box-sizing: border-box;
    border-radius: var(--oj-file-picker-border-radius);
    padding: 1.5rem;
    border-style: dashed;
    border-width: var(--oj-file-picker-border-width);
    height: 23rem;
}

.import-header-container {
    padding: 10px 0px 20px 0px;
}

.import-warnings {
    min-width: 100%;
    height: 23rem !important;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: nowrap
}

.global-progress-div {
    vertical-align: super;
    padding: 10px;
}

#ess_rule_header .oj-form-control {
    margin-bottom: 5px;
}

.app-icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.essbase-full-window-div {
    width: 100%;
    height: 100%;
}

.essbase-full-width-rows {
    width: 100%;
}

.catalog-selector-dialog {
    overflow-y: scroll;
    height: var(--dialog-height);
    width: 70vw;
}

.full-screen-file-module {
    overflow-y: scroll;
    min-width: 100%;
    height: 100%;
}

.right-container-file-content {
    height: calc(calc(100% - var(--header-height) - 6px));
    width: 100%;
    overflow-y: auto;
}

.scripts-table {
    height: calc(100% - 4rem);
    overflow-y: auto;
}

.right-table-file-dialog-content {
    height: calc(var(--dialog-height) - 220px);
    overflow-y: auto;
}


essbase-action-card:not(.oj-complete) {
    visibility: hidden;
}

.essbase-action-card-container {
    width: 14vw;
    height: 20vh;
}

.essbase-action-card-layout-inner {
    padding-top: 2vh;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.essbase-action-card-inner-more {
    padding-top: 122px;
    text-align: center;
}

.essbase-action-card-more-image {
    margin: auto;
    width: 96px;
    height: 96px;
    margin-bottom: 94px;
    content: url("./resources/plus.svg");
}

.essbase-action-card-image {
    margin-bottom: 1vh;
}

.essbase-action-card-name {
    overflow: hidden;
    width: 261px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.essbase-action-card-title {
    width: 20vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.essbase-action-card-more {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.essbase-action-card-spacer {
    height: 4px;
    width: 261px;
}

.aTagCustom {
    text-decoration: none !important;
}

.aTagCustom2 {
    text-decoration: none !important;
    color: initial !important;
}

.job-side-container {
    display: flex;
    height: 100vh;
    flex-flow: column;
}

.job-side-container .jobs-module-header {
    text-align: start;
    flex: 0 1 auto;
    padding-top: 1rem;
    height: 10vh;
}

.job-side-container .jobs-form-layout {
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-y: scroll;
    height: 80vh;
    scrollbar-width: none;
}

.job-side-container .jobs-form-layout::-webkit-scrollbar {
    display: none;
}

.job-side-container .jobs-action-space {
    flex: 0 1 auto;
    padding-bottom: 1rem;
    height: 10vh;
    justify-content: flex-end;
    text-align: end;
}

.ess-hidden-scrollbar-div {
    scrollbar-width: none !important;
}

.ess-hidden-scrollbar-div::-webkit-scrollbar {
    display: none !important;
}

.academy-flex {
    width: 20rem;
    min-height: 15rem;
    max-height: 15rem;
}

.academy-flex-links {
    width: 20rem;
    overflow-x: scroll;
}

.demo-stretched-train {
    min-width: 6.25rem;
}

.demo-stretched-train-step {
    vertical-align: top;
}

.datasource-content {
    width: 100%;
    height: 23rem;
}

#systemJobs .oj-flex .oj-flex-item {
    flex: unset !important;
    width: unset !important;
    max-width: unset !important;
}

#autoRefreshJobs .oj-flex .oj-flex-item {
    flex: unset !important;
    width: unset !important;
    max-width: unset !important;
}

.job-switch-label {
    padding-right: unset !important;
}

@media screen and (max-width: 1280px) {
    .zoomInDialogForEditDim {
        height: 80vh !important;
        width: 72vw !important;
    }
}

@media screen and (max-width: 1280px) {
    .zoomInDialogForForRule {
        height: 80vh !important;
        width: 85vw !important;
    }
}

@media screen and (max-width: 645px) {
    .smScreenDialogForEditDim {
        max-height: 100vh !important;
        height: 100vh !important;
        max-width: 92% !important;
        width: 92% !important;
    }
}

@media screen and (max-width: 1280px) {
    .zoomInDialogForDatasource {
        height: 80vh !important;
        width: 65vw !important;
    }
}

@media screen and (max-width: 1280px) {
    .zoomInDialogForFieldEdit {
        height: 80vh !important;
        width: 70vw !important;
    }
}

@media screen and (max-width: 580px) {
    .smScreenDialogForDatasource {
        max-height: 90vh !important;
        height: 90vh !important;
        max-width: 75% !important;
        width: 75% !important;
    }
}

.scn-edit-dialog {
    height: 46rem;
    width: 55vw;
}

@media screen and (max-width: 1280px) {
    .zoomInDialog {
        min-height: 80%;
        min-width: 90%;
    }
}

@media screen and (max-width: 1280px) {
    .zoomInDialogOneCol {
        min-height: 50%;
        min-width: 60%;
    }
}

@media screen and (max-width: 580px) {
    .smScreenDialog {
        max-height: 100vh !important;
        height: 100vh !important;
        max-width: 90% !important;
        width: 90% !important;
    }

    .smScreenDialogFooter {
        padding: 10px !important;
    }

    .job-detail-form-text-field {
        max-width: 100vw;
    }
}

.inspector-inner-offcanvas {
    height: 100%;
    background-color: var(--oj-dialog-bg-color);
    color: black;
}

.tab-dialog-height {
    height: 59vh;
}

.tab-scn-height {
    height: 27rem;
    overflow: auto;
}

.scn-slider-content-height {
    height: calc(100% - 30px);
    overflow-y: auto;
}

.scn-slider-content-height2 {
    height: calc(100% - 10px);
    overflow-y: auto;
}

.scn-slider-popup-height {
    height: 22rem;
    overflow: auto;
}

@media screen and (max-width: 960px) {
    .scn-slider-popup-height {
        height: 10rem;
    }
}

.cust-popup {
    background-color: var(--oj-body-bg-color) !important;
}

.tab-scn-dialog {
    width: 100%;
    height: calc(100% - 55px);
}

.datasource-form-width {
    width: calc(var(--oj-form-layout-max-column-width) * 0.75) !important;
    ;
}

.global-properties-dataload {
    max-width: 70vw !important;
}

.global-properties-other {
    width: 80vw;
    height: 80vh;
    min-width: 60vw;
    min-height: 60vh;
}

.cust-color-warning {
    color: #E4A11B;
}

.cust-ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Responsive style: For small screens or mobile devices */
@media screen and (max-width: 768px) {
    .cust-ellipsis {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        word-break: break-word;
    }
}

.title-section {
    display: flex;
    width: 100%;
    justify-content: center;
}

.essbase-sm-6-2-10 {
    flex: 0 1 62% !important;
    max-width: 62% !important;
    width: 62% !important;
}

.essbase-sm-3-8-10 {
    flex: 0 1 38% !important;
    max-width: 38% !important;
    width: 38% !important;
}

.essbase-sm-5-5-10 {
    flex: 0 1 55% !important;
    max-width: 55% !important;
    width: 55% !important;
    overflow-x: auto !important;
}

.essbase-sm-4-5-10 {
    flex: 0 1 45% !important;
    max-width: 45% !important;
    width: 45% !important;
    overflow-x: auto !important;
}

.job-detail-form-text-field {
    overflow: auto;
    min-width: 300px;
    max-width: calc(80vw - 20rem);
}

.job-detail-form-text-field>div {
    scrollbar-width: thin !important;
}

@media screen and (max-width: 1050px) {
    .job-detail-form-text-field {
        max-width: calc(80vw - 25rem);
    }
}

.ui-header {
    background-color: var(--color-brand-1);
    color: var(--color-brand-1-c);
}

.ui-header-text {
    color: var(--color-brand-1-c) !important
}

.essbase-background {
    background-image: url(images/background.png);
    backdrop-filter: contrast(120%);
}

.left-side-panel {
    background-color: var(--nav-background-color) !important;
}

.right-side-panel {
    background-color: transparent !important;
}

.analysis-left-side-panel {
    background-color: var(--nav-background-color) !important;
}

.login-mid-bar {
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 12px;
    width: 100%;
    min-width: 400px;
}

.login-header-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--color-brand-1-c);
}

.container {
    width: 100%;
    height: 30%;
    position: relative;
}

.box {
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
}

.app-masonrylayout {
    max-height: 180px;
    height: auto;
}

.app-desc-masonrylayout {
    width: 60%;
}

.ellipsis-cust-width {
    width: 90%;
}

.categorical-functions-view {
    --oj-tree-view-row-height: 1.75rem;
}

/* To set row height in the alphabetical list view in calcFunctions module */
.alphabetical-functions-view li[role="row"],
.alphabetical-functions-view ul li div[role="row"],
.alphabetical-functions-view ul li div[data-key] {
    min-height: 1.75rem !important;
    max-height: 1.75rem !important;
    height: 1.75rem !important;
}

.btn-insert-function button {
    height: 18px;
}

/* To hide button for unselected rows */
.categorical-functions-view li[aria-selected="false"] .btn-insert-function,
.alphabetical-functions-view ul:last-child li:not(.oj-selected) .btn-insert-function {
    display: none;
}

/* To show button only for selected row */
.categorical-functions-view li[aria-selected="true"] .btn-insert-function,
.alphabetical-functions-view ul:last-child li.oj-selected .btn-insert-function {
    display: flex;
}

.function-name-text {
    word-break: break-all;
    width: calc(100% - 65px);
    font-size: 0.85rem;
}

.oj-menu-item>a {
    padding: 0px 3rem;
}

.cust_width_5 {
    width: 5% !important;
}

.eas-managed-app-indicator {
    font-size: 0.7rem;
    font-weight: 600;
}

.list-layout-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 175px;
    display: inline-block;
}

.analysis-name {
    font-weight: Bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 175px;
    display: inline-block;
    margin-right: 10px;
}

oj-list-view[id^=oj-searchselect-results-rule-Edit-] {
    max-height: 200px;
}

.inner-mod-height {
    height: calc(100% - var(--header-height)) !important;
}

.inner-mod-height2 {
    height: 100% !important;
}

.cstm_cursor {
    cursor: pointer;
}

.cstm-overflow {
    overflow-y: auto;
}

.essbase-progress-bar>div>div {
    background-color: rgb(14, 114, 151) !important;
}

.essbase-app-message {
    min-width: 25vw;
    width: 25vw !important;
    max-width: 25vw;
}

.console-screen {
    height: calc(100% - 5px);
    width: 100%;
}

@media screen and (max-width: 900px) {
    .essbase-app-message {
        min-width: 35vw;
        width: 35vw !important;
        max-width: 35vw;
    }
}

.app_create_drawer {
    width: 33%;
    height: unset !important;
}

.essbase-notification-button {
    position: relative;
    margin-right: 4px;
    margin-left: 8px;
    padding-top: 5px;
}

.essbase-notification-button .badge {
    height: 15px;
    width: 15px;
    line-height: 14px;
    position: absolute;
    top: -1px;
    right: -4px;
    border-radius: 50%;
    background-color: #B70000;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.cutom-essbase-table .oj-table-scroller {
    overflow-x: hidden !important;
}

.stretch-file-picker {
    max-width: unset !important;
    width: 100% !important;
}

.cust-badge {
    /*
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    */
}


.ess-custom-panel-button {
    position: absolute;
    margin-bottom: 0;
    top: 1px;
}

.hide-ele {
    display: none;
}

.app-gen-progress-ele {
    display: flex;
    align-items: center;
    flex-direction: row;
    float: right;
}

.essbase-toolbar-switch .oj-label-value .oj-flex .oj-flex-item {
    padding-bottom: 0px !important;
}

.menu-progress-ele {
    position: absolute;
    left: 5px;
}


/* Adjust width for tablets and smaller screens */
@media (max-width: 768px) {
    .notification-drawer-custom-width {
        width: 100% !important;
        /* Reduce width to 80% of viewport */
    }
}

html[class*="oj-scale-lg"] .filter-editor-table {
    height: calc(100vh - 305px);
    width: 100%;
}

html[class*="oj-scale-md"] .filter-editor-table {
    height: calc(100vh - 265px);
    width: 100%;
}

html[class*="oj-scale-sm"] .filter-editor-table {
    height: calc(100vh - 230px);
    width: 100%;
}

/* Use the below style to use for accessibility components. Make sure that the tabIndex=-1 */
.hidden-element {
    width: 0px;
    height: 0px;
    max-width: 0px;
    max-height: 0px;
    position: relative;
    /* Does not effect the layout when added to a grid or flex layout */
    z-index: 0;
}

.data-grid-header {
    background-color: #ACB9CA;
}

.nlq-history-table {
    width: 100%;
    height: 27rem;
}

.expandable {
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent;
  display: none;
}
 
.expandable.visible {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black;
  display: block;
}

.essbase-wide-badge {
    line-height: 2rem;
}
.status-icon {
    width: 16px;
    height: 16px;
    margin-top: -15px;
}