ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
2,226 lines (1,887 loc) • 187 kB
CSS
.ag-icon {
font-family: var(--ag-icon-font-family);
font-size: var(--ag-icon-size);
line-height: var(--ag-icon-size);
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ag-icon-aggregation::before {
content: var(--ag-icon-font-code-aggregation, "\f101");
}
.ag-icon-arrows::before {
content: var(--ag-icon-font-code-arrows, "\f102");
}
.ag-icon-asc::before {
content: var(--ag-icon-font-code-asc, "\f103");
}
.ag-icon-cancel::before {
content: var(--ag-icon-font-code-cancel, "\f104");
}
.ag-icon-chart::before {
content: var(--ag-icon-font-code-chart, "\f105");
}
.ag-icon-checkbox-checked::before {
content: var(--ag-icon-font-code-checkbox-checked, "\f106");
}
.ag-icon-checkbox-indeterminate::before {
content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
}
.ag-icon-checkbox-unchecked::before {
content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
}
.ag-icon-color-picker::before {
content: var(--ag-icon-font-code-color-picker, "\f109");
}
.ag-icon-columns::before {
content: var(--ag-icon-font-code-columns, "\f10a");
}
.ag-icon-contracted::before {
content: var(--ag-icon-font-code-contracted, "\f10b");
}
.ag-icon-copy::before {
content: var(--ag-icon-font-code-copy, "\f10c");
}
.ag-icon-cross::before {
content: var(--ag-icon-font-code-cross, "\f10d");
}
.ag-icon-csv::before {
content: var(--ag-icon-font-code-csv, "\f10e");
}
.ag-icon-cut::before {
content: var(--ag-icon-font-code-cut, "\f10f");
}
.ag-icon-desc::before {
content: var(--ag-icon-font-code-desc, "\f110");
}
.ag-icon-excel::before {
content: var(--ag-icon-font-code-excel, "\f111");
}
.ag-icon-expanded::before {
content: var(--ag-icon-font-code-expanded, "\f112");
}
.ag-icon-eye-slash::before {
content: var(--ag-icon-font-code-eye-slash, "\f113");
}
.ag-icon-eye::before {
content: var(--ag-icon-font-code-eye, "\f114");
}
.ag-icon-filter::before {
content: var(--ag-icon-font-code-filter, "\f115");
}
.ag-icon-first::before {
content: var(--ag-icon-font-code-first, "\f116");
}
.ag-icon-grip::before {
content: var(--ag-icon-font-code-grip, "\f117");
}
.ag-icon-group::before {
content: var(--ag-icon-font-code-group, "\f118");
}
.ag-icon-last::before {
content: var(--ag-icon-font-code-last, "\f119");
}
.ag-icon-left::before {
content: var(--ag-icon-font-code-left, "\f11a");
}
.ag-icon-linked::before {
content: var(--ag-icon-font-code-linked, "\f11b");
}
.ag-icon-loading::before {
content: var(--ag-icon-font-code-loading, "\f11c");
}
.ag-icon-maximize::before {
content: var(--ag-icon-font-code-maximize, "\f11d");
}
.ag-icon-menu::before {
content: var(--ag-icon-font-code-menu, "\f11e");
}
.ag-icon-minimize::before {
content: var(--ag-icon-font-code-minimize, "\f11f");
}
.ag-icon-next::before {
content: var(--ag-icon-font-code-next, "\f120");
}
.ag-icon-none::before {
content: var(--ag-icon-font-code-none, "\f121");
}
.ag-icon-not-allowed::before {
content: var(--ag-icon-font-code-not-allowed, "\f122");
}
.ag-icon-paste::before {
content: var(--ag-icon-font-code-paste, "\f123");
}
.ag-icon-pin::before {
content: var(--ag-icon-font-code-pin, "\f124");
}
.ag-icon-pivot::before {
content: var(--ag-icon-font-code-pivot, "\f125");
}
.ag-icon-previous::before {
content: var(--ag-icon-font-code-previous, "\f126");
}
.ag-icon-radio-button-off::before {
content: var(--ag-icon-font-code-radio-button-off, "\f127");
}
.ag-icon-radio-button-on::before {
content: var(--ag-icon-font-code-radio-button-on, "\f128");
}
.ag-icon-right::before {
content: var(--ag-icon-font-code-right, "\f129");
}
.ag-icon-save::before {
content: var(--ag-icon-font-code-save, "\f12a");
}
.ag-icon-small-down::before {
content: var(--ag-icon-font-code-small-down, "\f12b");
}
.ag-icon-small-left::before {
content: var(--ag-icon-font-code-small-left, "\f12c");
}
.ag-icon-small-right::before {
content: var(--ag-icon-font-code-small-right, "\f12d");
}
.ag-icon-small-up::before {
content: var(--ag-icon-font-code-small-up, "\f12e");
}
.ag-icon-tick::before {
content: var(--ag-icon-font-code-tick, "\f12f");
}
.ag-icon-tree-closed::before {
content: var(--ag-icon-font-code-tree-closed, "\f130");
}
.ag-icon-tree-indeterminate::before {
content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
}
.ag-icon-tree-open::before {
content: var(--ag-icon-font-code-tree-open, "\f132");
}
.ag-icon-unlinked::before {
content: var(--ag-icon-font-code-unlinked, "\f133");
}
.ag-icon-row-drag::before {
content: var(--ag-icon-font-code-grip);
}
.ag-left-arrow::before {
content: var(--ag-icon-font-code-left);
}
.ag-right-arrow::before {
content: var(--ag-icon-font-code-right);
}
[class*=ag-theme-] {
--ag-foreground-color: #000;
--ag-data-color: var(--ag-foreground-color);
--ag-secondary-foreground-color: var(--ag-foreground-color);
--ag-header-foreground-color: var(--ag-secondary-foreground-color);
--ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
--ag-background-color: #fff;
--ag-header-background-color: transparent;
--ag-tooltip-background-color: transparent;
--ag-subheader-background-color: transparent;
--ag-subheader-toolbar-background-color: transparent;
--ag-control-panel-background-color: transparent;
--ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
--ag-selected-row-background-color: #BBB;
--ag-odd-row-background-color: var(--ag-background-color);
--ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
--ag-row-hover-color: transparent;
--ag-column-hover-color: transparent;
--ag-range-selection-border-color: var(--ag-foreground-color);
--ag-range-selection-border-style: solid;
--ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
--ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
--ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
--ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
--ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
--ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
--ag-selected-tab-underline-width: 0;
--ag-selected-tab-underline-transition-speed: 0s;
--ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
--ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
--ag-header-cell-hover-background-color: transparent;
--ag-header-cell-moving-background-color: var(--ag-background-color);
--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
--ag-value-change-delta-up-color: #43a047;
--ag-value-change-delta-down-color: #e53935;
--ag-chip-background-color: transparent;
--ag-borders: solid 1px;
--ag-border-color: rgba(0, 0, 0, 0.25);
--ag-borders-critical: var(--ag-borders);
--ag-borders-secondary: var(--ag-borders);
--ag-secondary-border-color: var(--ag-border-color);
--ag-row-border-style: solid;
--ag-row-border-color: var(--ag-secondary-border-color);
--ag-row-border-width: 1px;
--ag-cell-horizontal-border: solid transparent;
--ag-borders-input: var(--ag-borders-secondary);
--ag-input-border-color: var(--ag-secondary-border-color);
--ag-borders-input-invalid: solid 2px;
--ag-input-border-color-invalid: var(--ag-invalid-color);
--ag-borders-side-button: var(--ag-borders);
--ag-border-radius: 0px;
--ag-row-border-color: var(--ag-secondary-border-color);
--ag-header-column-separator-display: none;
--ag-header-column-separator-height: 100%;
--ag-header-column-separator-width: 1px;
--ag-header-column-separator-color: var(--ag-secondary-border-color);
--ag-header-column-resize-handle-display: none;
--ag-header-column-resize-handle-height: 50%;
--ag-header-column-resize-handle-width: 1px;
--ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
--ag-invalid-color: red;
--ag-input-disabled-border-color: var(--ag-input-border-color);
--ag-input-disabled-background-color: transparent;
--ag-checkbox-background-color: transparent;
--ag-checkbox-border-radius: var(--ag-border-radius);
--ag-checkbox-checked-color: var(--ag-foreground-color);
--ag-checkbox-unchecked-color: var(--ag-foreground-color);
--ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
--ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
--ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
--ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
--ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
--ag-toggle-button-switch-background-color: var(--ag-background-color);
--ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
--ag-toggle-button-border-width: 1px;
--ag-toggle-button-height: var(--ag-icon-size);
--ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
--ag-input-focus-box-shadow: none;
--ag-input-focus-border-color: none;
--ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
--ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
--ag-grid-size: 4px;
--ag-icon-size: 12px;
--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
--ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
--ag-widget-vertical-spacing: var(--ag-grid-size);
--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
--ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
--ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
--ag-header-height: var(--ag-row-height);
--ag-list-item-height: calc(var(--ag-grid-size) * 5);
--ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
--ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
--ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
--ag-filter-tool-panel-group-indent: 16px;
--ag-tab-min-width: 220px;
--ag-menu-min-width: 181px;
--ag-side-bar-panel-width: 200px;
--ag-font-family: "Helvetica Neue", sans-serif;
--ag-font-size: 14px;
--ag-card-radius: var(--ag-border-radius);
--ag-card-shadow: none;
--ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
background-color: var(--ag-background-color);
}
[class*=ag-theme-] {
-webkit-font-smoothing: antialiased;
font-family: var(--ag-font-family);
font-size: var(--ag-font-size);
line-height: normal;
color: var(--ag-foreground-color);
}
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
display: block;
}
.ag-hidden {
display: none !important;
}
.ag-invisible {
visibility: hidden !important;
}
.ag-no-transition {
transition: none !important;
}
.ag-drag-handle {
cursor: grab;
}
.ag-column-drop-wrapper {
display: flex;
}
.ag-column-drop-horizontal-half-width {
display: inline-block;
width: 50% !important;
}
.ag-unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ag-selectable {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ag-tab {
position: relative;
}
.ag-tab-guard {
position: absolute;
width: 0;
height: 0;
display: block;
}
.ag-select-agg-func-popup {
position: absolute;
}
.ag-input-wrapper, .ag-picker-field-wrapper {
display: flex;
flex: 1 1 auto;
align-items: center;
line-height: normal;
position: relative;
}
.ag-shake-left-to-right {
animation-direction: alternate;
animation-duration: 0.2s;
animation-iteration-count: infinite;
animation-name: ag-shake-left-to-right;
}
@keyframes ag-shake-left-to-right {
from {
padding-left: 6px;
padding-right: 2px;
}
to {
padding-left: 2px;
padding-right: 6px;
}
}
.ag-root-wrapper {
cursor: default;
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
}
.ag-root-wrapper.ag-layout-normal {
height: 100%;
}
.ag-watermark {
position: absolute;
bottom: 20px;
right: 25px;
opacity: 0.5;
transition: opacity 1s ease-out 3s;
}
.ag-watermark::before {
content: "";
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
background-repeat: no-repeat;
background-size: 170px 40px;
display: block;
height: 40px;
width: 170px;
opacity: 0.5;
}
.ag-watermark-text {
opacity: 0.5;
font-weight: bold;
font-family: Impact, sans-serif;
font-size: 19px;
padding-left: 0.7rem;
}
.ag-root-wrapper-body {
display: flex;
flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
flex: 1 1 auto;
height: 0;
min-height: 0;
}
.ag-root {
position: relative;
display: flex;
flex-direction: column;
}
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
overflow: hidden;
flex: 1 1 auto;
width: 0;
}
.ag-root.ag-layout-normal {
height: 100%;
}
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
position: relative;
height: 100%;
min-width: 0px;
overflow: hidden;
flex: 1 1 auto;
}
.ag-body-viewport {
display: flex;
}
.ag-body-viewport.ag-layout-normal {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.ag-center-cols-viewport {
width: 100%;
overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
overflow-x: scroll;
}
.ag-body-vertical-scroll-viewport {
overflow-y: scroll;
}
.ag-virtual-list-viewport {
overflow: auto;
width: 100%;
}
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
position: relative;
}
.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
height: 100%;
white-space: nowrap;
}
.ag-center-cols-container {
display: block;
}
.ag-pinned-right-cols-container {
display: block;
}
.ag-body-horizontal-scroll-container {
height: 100%;
}
.ag-body-vertical-scroll-container {
width: 100%;
}
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
position: absolute;
top: 0px;
left: 0px;
pointer-events: none;
}
.ag-full-width-container {
width: 100%;
}
.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
display: inline-block;
overflow: hidden;
height: 100%;
width: 100%;
}
.ag-virtual-list-container {
overflow: hidden;
}
.ag-center-cols-clipper {
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
min-height: 100%;
transform: translate3d(0, 0, 0);
}
.ag-body {
position: relative;
display: flex;
flex: 1 1 auto;
flex-direction: row !important;
min-height: 0;
}
.ag-body-clipper {
overflow: hidden;
min-width: 0px;
flex: 1 1 auto;
height: 100%;
transform: translate3d(0, 0, 0);
}
.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
min-height: 0;
min-width: 0;
display: flex;
position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
position: absolute;
bottom: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
opacity: 0;
transition: opacity 400ms;
visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
visibility: visible;
opacity: 1;
}
.ag-body-horizontal-scroll {
width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
left: 0;
right: 0;
}
.ag-body-vertical-scroll {
height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
top: 0;
z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
left: 0;
}
.ag-force-vertical-scroll {
overflow-y: scroll !important;
}
.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
height: 100%;
min-width: 0;
overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
overflow-x: hidden;
}
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
display: inline-block;
overflow: hidden;
position: relative;
}
.ag-header-cell-sortable {
cursor: pointer;
}
.ag-header {
display: flex;
width: 100%;
white-space: nowrap;
}
.ag-pinned-left-header {
height: 100%;
}
.ag-pinned-right-header {
height: 100%;
}
.ag-header-row {
position: absolute;
overflow: hidden;
}
.ag-header.ag-header-allow-overflow .ag-header-row {
overflow: visible;
}
.ag-header-cell {
display: inline-flex;
align-items: center;
position: absolute;
height: 100%;
overflow: hidden;
}
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
transition: opacity 0.2s;
opacity: 0;
}
.ag-header-group-cell-label, .ag-header-cell-label {
display: flex;
flex: 1 1 auto;
overflow: hidden;
align-items: center;
text-overflow: ellipsis;
align-self: stretch;
}
.ag-header-cell-text {
overflow: hidden;
text-overflow: ellipsis;
}
.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
height: 100%;
display: flex;
align-items: center;
}
.ag-header-cell-comp-wrapper {
width: 100%;
overflow: hidden;
}
.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
white-space: normal;
}
.ag-right-aligned-header .ag-header-cell-label {
flex-direction: row-reverse;
}
.ag-header-group-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ag-header-cell-resize {
position: absolute;
z-index: 2;
height: 100%;
width: 8px;
top: 0;
cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
right: -4px;
}
.ag-rtl .ag-header-cell-resize {
left: -4px;
}
.ag-pinned-left-header .ag-header-cell-resize {
right: -4px;
}
.ag-pinned-right-header .ag-header-cell-resize {
left: -4px;
}
.ag-header-select-all {
display: flex;
}
.ag-column-moving .ag-cell {
transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
transition: left 0.2s, width 0.2s;
}
.ag-column-panel {
display: flex;
flex-direction: column;
overflow: hidden;
flex: 1 1 auto;
}
.ag-column-select {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
flex: 3 1 0px;
}
.ag-column-select-header {
position: relative;
display: flex;
flex: none;
}
.ag-column-select-header-icon {
position: relative;
}
.ag-column-select-header-filter-wrapper {
flex: 1 1 auto;
}
.ag-column-select-header-filter {
width: 100%;
}
.ag-column-select-list {
flex: 1 1 0px;
overflow: hidden;
}
.ag-column-drop {
position: relative;
display: inline-flex;
align-items: center;
overflow: auto;
width: 100%;
}
.ag-column-drop-list {
display: flex;
align-items: center;
}
.ag-column-drop-cell {
position: relative;
display: flex;
align-items: center;
}
.ag-column-drop-cell-text {
overflow: hidden;
flex: 1 1 auto;
text-overflow: ellipsis;
white-space: nowrap;
}
.ag-column-drop-vertical {
display: flex;
flex-direction: column;
overflow: hidden;
align-items: stretch;
flex: 1 1 0px;
}
.ag-column-drop-vertical-title-bar {
display: flex;
align-items: center;
flex: none;
}
.ag-column-drop-vertical-list {
position: relative;
align-items: stretch;
flex-grow: 1;
flex-direction: column;
overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
white-space: nowrap;
overflow: hidden;
}
.ag-column-drop-cell-button {
cursor: pointer;
}
.ag-filter-toolpanel {
flex: 1 1 0px;
min-width: 0;
}
.ag-filter-toolpanel-header {
position: relative;
}
.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
display: flex;
align-items: center;
}
.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
display: flex;
align-items: center;
}
.ag-filter-apply-panel {
display: flex;
justify-content: flex-end;
overflow: hidden;
}
.ag-row-animation .ag-row {
transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
}
.ag-row-animation .ag-row.ag-after-created {
transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
}
.ag-row-no-animation .ag-row {
transition: background-color 0.1s;
}
.ag-row {
white-space: nowrap;
width: 100%;
}
.ag-row-loading {
display: flex;
align-items: center;
}
.ag-row-position-absolute {
position: absolute;
}
.ag-row-position-relative {
position: relative;
}
.ag-full-width-row {
overflow: hidden;
pointer-events: all;
}
.ag-row-inline-editing {
z-index: 1;
}
.ag-row-dragging {
z-index: 2;
}
.ag-stub-cell {
display: flex;
align-items: center;
}
.ag-cell {
display: inline-block;
position: absolute;
white-space: nowrap;
height: 100%;
}
.ag-cell-value {
flex: 1 1 auto;
}
.ag-cell-value, .ag-group-value {
overflow: hidden;
text-overflow: ellipsis;
}
.ag-cell-wrap-text {
white-space: normal;
word-break: break-all;
}
.ag-cell-wrapper {
display: flex;
align-items: center;
}
.ag-cell-wrapper.ag-row-group {
align-items: flex-start;
}
.ag-sparkline-wrapper {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
height: 100%;
align-items: center;
}
.ag-cell-inline-editing {
z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
height: 100%;
width: 100%;
line-height: normal;
}
.ag-cell .ag-icon {
display: inline-block;
vertical-align: middle;
}
.ag-set-filter-item {
display: flex;
align-items: center;
height: 100%;
}
.ag-set-filter-item-checkbox {
display: flex;
overflow: hidden;
}
.ag-set-filter-group-icons {
display: block;
}
.ag-set-filter-group-icons > * {
cursor: pointer;
}
.ag-filter-body-wrapper {
display: flex;
flex-direction: column;
}
.ag-filter-filter {
flex: 1 1 0px;
}
.ag-filter-condition {
display: flex;
justify-content: center;
}
.ag-floating-filter-body {
position: relative;
display: flex;
flex: 1 1 auto;
height: 100%;
}
.ag-floating-filter-full-body {
display: flex;
flex: 1 1 auto;
height: 100%;
width: 100%;
align-items: center;
overflow: hidden;
}
.ag-floating-filter-full-body > div {
flex: 1 1 auto;
}
.ag-floating-filter-input {
align-items: center;
display: flex;
width: 100%;
}
.ag-floating-filter-input > * {
flex: 1 1 auto;
}
.ag-floating-filter-button {
display: flex;
flex: none;
}
.ag-dnd-ghost {
position: absolute;
display: inline-flex;
align-items: center;
cursor: move;
white-space: nowrap;
z-index: 9999;
}
.ag-overlay {
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
}
.ag-overlay-panel {
display: flex;
height: 100%;
width: 100%;
}
.ag-overlay-wrapper {
display: flex;
flex: none;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
text-align: center;
}
.ag-overlay-loading-wrapper {
pointer-events: all;
}
.ag-popup-child {
z-index: 5;
top: 0;
}
.ag-popup-editor {
position: absolute;
user-select: none;
z-index: 1;
}
.ag-large-text-input {
display: block;
}
.ag-virtual-list-item {
position: absolute;
width: 100%;
}
.ag-floating-top {
overflow: hidden;
white-space: nowrap;
width: 100%;
position: relative;
display: flex;
}
.ag-pinned-left-floating-top {
display: inline-block;
overflow: hidden;
position: relative;
min-width: 0px;
}
.ag-pinned-right-floating-top {
display: inline-block;
overflow: hidden;
position: relative;
min-width: 0px;
}
.ag-floating-bottom {
overflow: hidden;
white-space: nowrap;
width: 100%;
position: relative;
display: flex;
}
.ag-pinned-left-floating-bottom {
display: inline-block;
overflow: hidden;
position: relative;
min-width: 0px;
}
.ag-pinned-right-floating-bottom {
display: inline-block;
overflow: hidden;
position: relative;
min-width: 0px;
}
.ag-sticky-top {
position: absolute;
display: flex;
width: 100%;
}
.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
position: relative;
height: 100%;
overflow: hidden;
}
.ag-sticky-top-full-width-container {
overflow: hidden;
width: 100%;
height: 100%;
}
.ag-dialog, .ag-panel {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.ag-panel-title-bar {
display: flex;
flex: none;
align-items: center;
cursor: default;
}
.ag-panel-title-bar-title {
flex: 1 1 auto;
}
.ag-panel-title-bar-buttons {
display: flex;
}
.ag-panel-title-bar-button {
cursor: pointer;
}
.ag-panel-content-wrapper {
display: flex;
flex: 1 1 auto;
position: relative;
overflow: hidden;
}
.ag-dialog {
position: absolute;
}
.ag-resizer {
position: absolute;
pointer-events: none;
user-select: none;
z-index: 1;
}
.ag-resizer.ag-resizer-topLeft {
top: 0;
left: 0;
height: 5px;
width: 5px;
cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
top: 0;
left: 5px;
right: 5px;
height: 5px;
cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
top: 0;
right: 0;
height: 5px;
width: 5px;
cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
top: 5px;
right: 0;
bottom: 5px;
width: 5px;
cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
bottom: 0;
right: 0;
height: 5px;
width: 5px;
cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
bottom: 0;
left: 5px;
right: 5px;
height: 5px;
cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
bottom: 0;
left: 0;
height: 5px;
width: 5px;
cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
left: 0;
top: 5px;
bottom: 5px;
width: 5px;
cursor: ew-resize;
}
.ag-tooltip {
position: absolute;
pointer-events: none;
z-index: 99999;
}
.ag-tooltip-custom {
position: absolute;
pointer-events: none;
z-index: 99999;
}
.ag-value-slide-out {
margin-right: 5px;
opacity: 1;
transition: opacity 3s, margin-right 3s;
transition-timing-function: linear;
}
.ag-value-slide-out-end {
margin-right: 10px;
opacity: 0;
}
.ag-opacity-zero {
opacity: 0 !important;
}
.ag-menu {
max-height: 100%;
overflow-y: auto;
position: absolute;
user-select: none;
}
.ag-menu-column-select-wrapper {
height: 265px;
overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
height: 100%;
}
.ag-menu-list {
display: table;
width: 100%;
}
.ag-menu-option, .ag-menu-separator {
display: table-row;
}
.ag-menu-option-part, .ag-menu-separator-part {
display: table-cell;
vertical-align: middle;
}
.ag-menu-option-text {
white-space: nowrap;
}
.ag-compact-menu-option {
width: 100%;
display: flex;
flex-wrap: nowrap;
}
.ag-compact-menu-option-text {
white-space: nowrap;
flex: 1 1 auto;
}
.ag-rich-select {
cursor: default;
outline: none;
}
.ag-rich-select-value {
display: flex;
align-items: center;
}
.ag-rich-select-value-icon {
flex: 1 1 auto;
order: 1;
}
.ag-ltr .ag-rich-select-value-icon {
text-align: right;
}
.ag-rtl .ag-rich-select-value-icon {
text-align: left;
}
.ag-rich-select-list {
position: relative;
}
.ag-rich-select-virtual-list-item {
display: flex;
}
.ag-rich-select-row {
display: flex;
flex: 1 1 auto;
align-items: center;
white-space: nowrap;
overflow: hidden;
}
.ag-paging-panel {
align-items: center;
display: flex;
justify-content: flex-end;
}
.ag-paging-page-summary-panel {
display: flex;
align-items: center;
}
.ag-paging-button {
position: relative;
}
.ag-disabled .ag-paging-page-summary-panel {
pointer-events: none;
}
.ag-tool-panel-wrapper {
display: flex;
overflow-y: auto;
overflow-x: hidden;
cursor: default;
user-select: none;
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
position: relative;
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
flex: none;
}
.ag-column-select-checkbox {
display: flex;
}
.ag-tool-panel-horizontal-resize {
cursor: ew-resize;
height: 100%;
position: absolute;
top: 0;
width: 5px;
z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
left: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
right: -3px;
}
.ag-details-row {
width: 100%;
}
.ag-details-row-fixed-height {
height: 100%;
}
.ag-details-grid {
width: 100%;
}
.ag-details-grid-fixed-height {
height: 100%;
}
.ag-header-group-cell {
display: flex;
align-items: center;
height: 100%;
position: absolute;
}
.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
display: none;
}
.ag-cell-label-container {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
height: 100%;
width: 100%;
overflow: hidden;
padding: 5px 0px;
}
.ag-right-aligned-header .ag-cell-label-container {
flex-direction: row;
}
.ag-right-aligned-header .ag-header-cell-text {
text-align: end;
}
.ag-side-bar {
display: flex;
flex-direction: row-reverse;
}
.ag-side-bar-left {
order: -1;
flex-direction: row;
}
.ag-side-button-button {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
white-space: nowrap;
outline: none;
cursor: pointer;
}
.ag-side-button-label {
writing-mode: vertical-lr;
}
.ag-status-bar {
display: flex;
justify-content: space-between;
overflow: hidden;
}
.ag-status-panel {
display: inline-flex;
}
.ag-status-name-value {
white-space: nowrap;
}
.ag-status-bar-left {
display: inline-flex;
}
.ag-status-bar-center {
display: inline-flex;
}
.ag-status-bar-right {
display: inline-flex;
}
.ag-icon {
display: block;
speak: none;
}
.ag-group {
position: relative;
width: 100%;
}
.ag-group-title-bar {
display: flex;
align-items: center;
}
.ag-group-title {
display: block;
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ag-group-title-bar .ag-group-title {
cursor: default;
}
.ag-group-toolbar {
display: flex;
align-items: center;
}
.ag-group-container {
display: flex;
}
.ag-disabled .ag-group-container {
pointer-events: none;
}
.ag-group-container-horizontal {
flex-direction: row;
flex-wrap: wrap;
}
.ag-group-container-vertical {
flex-direction: column;
}
.ag-column-group-icons {
display: block;
}
.ag-column-group-icons > * {
cursor: pointer;
}
.ag-group-item-alignment-stretch .ag-group-item {
align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
align-items: flex-end;
}
.ag-toggle-button-icon {
transition: right 0.3s;
position: absolute;
top: -1px;
}
.ag-input-field, .ag-select {
display: flex;
flex-direction: row;
align-items: center;
}
.ag-input-field-input {
flex: 1 1 auto;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
width: 1px;
}
.ag-range-field {
display: flex;
align-items: center;
}
.ag-angle-select {
display: flex;
align-items: center;
}
.ag-angle-select-wrapper {
display: flex;
}
.ag-angle-select-parent-circle {
display: block;
position: relative;
}
.ag-angle-select-child-circle {
position: absolute;
}
.ag-slider-wrapper {
display: flex;
}
.ag-slider-wrapper .ag-input-field {
flex: 1 1 auto;
}
.ag-picker-field-display {
flex: 1 1 auto;
}
.ag-picker-field {
display: flex;
align-items: center;
}
.ag-picker-field-icon {
display: flex;
border: 0;
padding: 0;
margin: 0;
cursor: pointer;
}
.ag-picker-field-wrapper {
overflow: hidden;
}
.ag-label-align-right .ag-label {
order: 1;
}
.ag-label-align-right > * {
flex: none;
}
.ag-label-align-top {
flex-direction: column;
align-items: flex-start;
}
.ag-label-align-top > * {
align-self: stretch;
}
.ag-label-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
}
.ag-color-panel {
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
}
.ag-spectrum-color {
flex: 1 1 auto;
position: relative;
overflow: hidden;
cursor: default;
}
.ag-spectrum-fill {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ag-spectrum-val {
cursor: pointer;
}
.ag-spectrum-dragger {
position: absolute;
pointer-events: none;
cursor: pointer;
}
.ag-spectrum-hue {
cursor: default;
background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.ag-spectrum-alpha {
cursor: default;
}
.ag-spectrum-hue-background {
width: 100%;
height: 100%;
}
.ag-spectrum-alpha-background {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
width: 100%;
height: 100%;
}
.ag-spectrum-tool {
cursor: pointer;
}
.ag-spectrum-slider {
position: absolute;
pointer-events: none;
}
.ag-recent-colors {
display: flex;
}
.ag-recent-color {
cursor: pointer;
}
.ag-ltr .ag-column-select-indent-1 {
padding-left: 20px;
}
.ag-rtl .ag-column-select-indent-1 {
padding-right: 20px;
}
.ag-ltr .ag-set-filter-indent-1 {
padding-left: 20px;
}
.ag-rtl .ag-set-filter-indent-1 {
padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-1 {
padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-1 {
padding-right: 20px;
}
.ag-ltr .ag-column-select-indent-2 {
padding-left: 40px;
}
.ag-rtl .ag-column-select-indent-2 {
padding-right: 40px;
}
.ag-ltr .ag-set-filter-indent-2 {
padding-left: 40px;
}
.ag-rtl .ag-set-filter-indent-2 {
padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-2 {
padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-2 {
padding-right: 40px;
}
.ag-ltr .ag-column-select-indent-3 {
padding-left: 60px;
}
.ag-rtl .ag-column-select-indent-3 {
padding-right: 60px;
}
.ag-ltr .ag-set-filter-indent-3 {
padding-left: 60px;
}
.ag-rtl .ag-set-filter-indent-3 {
padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-3 {
padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-3 {
padding-right: 60px;
}
.ag-ltr .ag-column-select-indent-4 {
padding-left: 80px;
}
.ag-rtl .ag-column-select-indent-4 {
padding-right: 80px;
}
.ag-ltr .ag-set-filter-indent-4 {
padding-left: 80px;
}
.ag-rtl .ag-set-filter-indent-4 {
padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-4 {
padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-4 {
padding-right: 80px;
}
.ag-ltr .ag-column-select-indent-5 {
padding-left: 100px;
}
.ag-rtl .ag-column-select-indent-5 {
padding-right: 100px;
}
.ag-ltr .ag-set-filter-indent-5 {
padding-left: 100px;
}
.ag-rtl .ag-set-filter-indent-5 {
padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-5 {
padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-5 {
padding-right: 100px;
}
.ag-ltr .ag-column-select-indent-6 {
padding-left: 120px;
}
.ag-rtl .ag-column-select-indent-6 {
padding-right: 120px;
}
.ag-ltr .ag-set-filter-indent-6 {
padding-left: 120px;
}
.ag-rtl .ag-set-filter-indent-6 {
padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-6 {
padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-6 {
padding-right: 120px;
}
.ag-ltr .ag-column-select-indent-7 {
padding-left: 140px;
}
.ag-rtl .ag-column-select-indent-7 {
padding-right: 140px;
}
.ag-ltr .ag-set-filter-indent-7 {
padding-left: 140px;
}
.ag-rtl .ag-set-filter-indent-7 {
padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-7 {
padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-7 {
padding-right: 140px;
}
.ag-ltr .ag-column-select-indent-8 {
padding-left: 160px;
}
.ag-rtl .ag-column-select-indent-8 {
padding-right: 160px;
}
.ag-ltr .ag-set-filter-indent-8 {
padding-left: 160px;
}
.ag-rtl .ag-set-filter-indent-8 {
padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-8 {
padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-8 {
padding-right: 160px;
}
.ag-ltr .ag-column-select-indent-9 {
padding-left: 180px;
}
.ag-rtl .ag-column-select-indent-9 {
padding-right: 180px;
}
.ag-ltr .ag-set-filter-indent-9 {
padding-left: 180px;
}
.ag-rtl .ag-set-filter-indent-9 {
padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-9 {
padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-9 {
padding-right: 180px;
}
.ag-ltr {
direction: ltr;
}
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
flex-direction: row;
}
.ag-rtl {
direction: rtl;
}
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
display: block;
transform: rotate(180deg);
}
.ag-body .ag-body-viewport {
-webkit-overflow-scrolling: touch;
}
.ag-layout-print.ag-body {
display: block;
height: unset;
}
.ag-layout-print.ag-body-clipper {
height: unset;
}
.ag-layout-print.ag-root-wrapper {
display: inline-flex;
}
.ag-layout-print .ag-center-cols-clipper {
min-width: 100%;
}
.ag-layout-print .ag-body-vertical-scroll {
display: none;
}
.ag-layout-print .ag-body-horizontal-scroll {
display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
overflow-y: visible !important;
}
@media print {
.ag-root-wrapper.ag-layout-print {
display: table;
}
.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
.ag-root-wrapper.ag-layout-print .ag-root,
.ag-root-wrapper.ag-layout-print .ag-body-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-container,
.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
height: auto !important;
overflow: hidden !important;
display: block !important;
}
.ag-root-wrapper.ag-layout-print .ag-row, .ag-root-wrapper.ag-layout-print .ag-cell {
break-inside: avoid;
}
}
[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
box-sizing: border-box;
outline: none;
}
[class^=ag-]::-ms-clear {
display: none;
}
.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
overflow: visible;
}
.ag-range-field .ag-input-wrapper {
height: 100%;
}
.ag-toggle-button {
flex: none;
width: unset;
min-width: unset;
}
.ag-ltr .ag-label-align-right .ag-label {
margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
margin-right: var(--ag-grid-size);
}
input[class^=ag-] {
margin: 0;
background-color: var(--ag-background-color);
}
textarea[class^=ag-],
select[class^=ag-] {
background-color: var(--ag-background-color);
}
input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
font-size: inherit;
line-height: inherit;
color: inherit;
border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
color: var(--ag-disabled-foreground-color);
background-color: var(--ag-input-disabled-background-color);
border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
outline: none;
box-shadow: var(--ag-input-focus-box-shadow);
border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}
input[class^=ag-][type=number] {
-moz-appearance: textfield;
}
input[class^=ag-][type=number]::-webkit-outer-spin-button, input[class^=ag-][type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[class^=ag-][type=range] {
padding: 0;
}
input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-drag-handle {
color: var(--ag-secondary-foreground-color);
}
.ag-list-item, .ag-virtual-list-item {
height: var(--ag-list-item-height);
}
.ag-keyboard-focus .ag-virtual-list-item:focus {
outline: none;
}
.ag-keyboard-focus .ag-virtual-list-item:focus::after {
content: "";
position: absolute;
background-color: transparent;
pointer-events: none;
top: 4px;
left: 4px;
display: block;
width: calc(100% - 8px);
height: calc(100% - 8px);
border: 1px solid;
border-color: var(--ag-input-focus-border-color);
}
.ag-select-list {
background-color: var(--ag-background-color);
overflow-