UNPKG

62.4 kBCSSView Raw
1/**
2 ****************************
3 * Generic Styles
4 ****************************
5*/
6ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
7 display: block;
8}
9
10.ag-hidden {
11 display: none !important;
12}
13
14.ag-invisible {
15 visibility: hidden !important;
16}
17
18.ag-drag-handle {
19 cursor: move;
20 cursor: -webkit-grab;
21 cursor: grab;
22}
23
24.ag-column-drop-wrapper {
25 display: flex;
26}
27
28.ag-column-drop-horizontal-half-width {
29 display: inline-block;
30 width: 50% !important;
31}
32
33.ag-unselectable {
34 -moz-user-select: none;
35 -webkit-user-select: none;
36 -ms-user-select: none;
37 user-select: none;
38}
39
40.ag-selectable {
41 -moz-user-select: text;
42 -webkit-user-select: text;
43 -ms-user-select: text;
44 user-select: text;
45}
46
47.ag-tab {
48 position: relative;
49}
50
51.ag-tab-guard {
52 position: absolute;
53 width: 0;
54 height: 0;
55 display: block;
56}
57
58.ag-select-agg-func-popup {
59 position: absolute;
60}
61
62.ag-input-wrapper, .ag-picker-field-wrapper {
63 display: flex;
64 flex: 1 1 auto;
65 align-items: center;
66 line-height: normal;
67 position: relative;
68}
69
70.ag-shake-left-to-right {
71 -webkit-animation-direction: alternate;
72 animation-direction: alternate;
73 -webkit-animation-duration: 0.2s;
74 animation-duration: 0.2s;
75 -webkit-animation-iteration-count: infinite;
76 animation-iteration-count: infinite;
77 -webkit-animation-name: ag-shake-left-to-right;
78 animation-name: ag-shake-left-to-right;
79}
80
81@-webkit-keyframes ag-shake-left-to-right {
82 from {
83 padding-left: 6px;
84 padding-right: 2px;
85 }
86 to {
87 padding-left: 2px;
88 padding-right: 6px;
89 }
90}
91
92@keyframes ag-shake-left-to-right {
93 from {
94 padding-left: 6px;
95 padding-right: 2px;
96 }
97 to {
98 padding-left: 2px;
99 padding-right: 6px;
100 }
101}
102.ag-root-wrapper {
103 cursor: default;
104 position: relative;
105 display: flex;
106 flex-direction: column;
107 overflow: hidden;
108}
109.ag-root-wrapper.ag-layout-normal {
110 height: 100%;
111}
112
113.ag-watermark {
114 position: absolute;
115 bottom: 20px;
116 right: 25px;
117 opacity: 0.5;
118 transition: opacity 1s ease-out 3s;
119}
120.ag-watermark::before {
121 content: "";
122 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
123 background-repeat: no-repeat;
124 background-size: 170px 40px;
125 display: block;
126 height: 40px;
127 width: 170px;
128 opacity: 0.5;
129}
130
131.ag-watermark-text {
132 opacity: 0.5;
133 font-weight: bold;
134 font-family: Impact, sans-serif;
135 font-size: 19px;
136 padding-left: 0.7rem;
137}
138
139.ag-root-wrapper-body {
140 display: flex;
141 flex-direction: row;
142}
143.ag-root-wrapper-body.ag-layout-normal {
144 flex: 1 1 auto;
145 height: 0;
146 min-height: 0;
147}
148
149.ag-root {
150 position: relative;
151 display: flex;
152 flex-direction: column;
153}
154.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
155 overflow: hidden;
156 flex: 1 1 auto;
157 width: 0;
158}
159.ag-root.ag-layout-normal {
160 height: 100%;
161}
162
163/**
164 ****************************
165 * Viewports
166 ****************************
167*/
168.ag-header-viewport,
169.ag-floating-top-viewport,
170.ag-body-viewport,
171.ag-center-cols-viewport,
172.ag-floating-bottom-viewport,
173.ag-body-horizontal-scroll-viewport,
174.ag-virtual-list-viewport {
175 position: relative;
176 height: 100%;
177 min-width: 0px;
178 overflow: hidden;
179 flex: 1 1 auto;
180}
181
182.ag-body-viewport {
183 display: flex;
184}
185.ag-body-viewport.ag-layout-normal {
186 overflow-y: auto;
187 -webkit-overflow-scrolling: touch;
188}
189
190.ag-center-cols-viewport {
191 width: 100%;
192 overflow-x: auto;
193}
194
195.ag-body-horizontal-scroll-viewport {
196 overflow-x: scroll;
197}
198
199.ag-virtual-list-viewport {
200 overflow: auto;
201 width: 100%;
202}
203
204/**
205 ****************************
206 * Containers
207 ****************************
208*/
209.ag-header-container,
210.ag-floating-top-container,
211.ag-body-container,
212.ag-pinned-right-cols-container,
213.ag-center-cols-container,
214.ag-pinned-left-cols-container,
215.ag-floating-bottom-container,
216.ag-body-horizontal-scroll-container,
217.ag-full-width-container,
218.ag-floating-bottom-full-width-container,
219.ag-virtual-list-container {
220 position: relative;
221}
222
223.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
224 height: 100%;
225 white-space: nowrap;
226}
227
228.ag-center-cols-container {
229 display: block;
230}
231
232.ag-pinned-right-cols-container {
233 display: block;
234}
235
236.ag-body-horizontal-scroll-container {
237 height: 100%;
238}
239
240.ag-full-width-container,
241.ag-floating-top-full-width-container,
242.ag-floating-bottom-full-width-container {
243 position: absolute;
244 top: 0px;
245 left: 0px;
246 pointer-events: none;
247}
248
249.ag-full-width-container {
250 width: 100%;
251}
252
253.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
254 display: inline-block;
255 overflow: hidden;
256 height: 100%;
257 width: 100%;
258}
259
260.ag-virtual-list-container {
261 overflow: hidden;
262}
263
264/**
265 ****************************
266 * Scrollers
267 ****************************
268*/
269.ag-center-cols-clipper {
270 flex: 1 1 auto;
271 min-width: 0;
272 overflow: hidden;
273 min-height: 100%;
274 -webkit-transform: translate3d(0, 0, 0);
275 transform: translate3d(0, 0, 0);
276}
277
278.ag-body-horizontal-scroll {
279 min-height: 0;
280 min-width: 0;
281 width: 100%;
282 display: flex;
283 position: relative;
284}
285.ag-body-horizontal-scroll.ag-scrollbar-invisible {
286 position: absolute;
287 bottom: 0;
288 left: 0;
289 right: 0;
290 pointer-events: none;
291}
292.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-active {
293 pointer-events: all;
294}
295
296.ag-force-vertical-scroll {
297 overflow-y: scroll !important;
298}
299
300.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
301 height: 100%;
302 min-width: 0;
303 overflow-x: scroll;
304}
305.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
306 overflow-x: hidden;
307}
308
309/**
310 ****************************
311 * Headers
312 ****************************
313*/
314.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
315 display: inline-block;
316 overflow: hidden;
317 position: relative;
318}
319
320.ag-header-cell-sortable {
321 cursor: pointer;
322}
323
324.ag-header {
325 display: flex;
326 width: 100%;
327 white-space: nowrap;
328}
329
330.ag-pinned-left-header {
331 height: 100%;
332}
333
334.ag-pinned-right-header {
335 height: 100%;
336}
337
338.ag-header-row {
339 position: absolute;
340 overflow: hidden;
341}
342
343.ag-header-cell {
344 display: inline-flex;
345 align-items: center;
346 position: absolute;
347 height: 100%;
348 overflow: hidden;
349}
350
351.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
352 opacity: 1;
353}
354
355.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
356 transition: opacity 0.2s;
357 opacity: 0;
358}
359
360.ag-header-group-cell-label, .ag-header-cell-label {
361 display: flex;
362 flex: 1 1 auto;
363 overflow: hidden;
364 align-items: center;
365 text-overflow: ellipsis;
366 align-self: stretch;
367}
368
369.ag-header-cell-text {
370 overflow: hidden;
371 text-overflow: ellipsis;
372 white-space: nowrap;
373}
374
375.ag-right-aligned-header .ag-header-cell-label {
376 flex-direction: row-reverse;
377}
378
379.ag-header-group-text {
380 overflow: hidden;
381 text-overflow: ellipsis;
382 white-space: nowrap;
383}
384
385.ag-header-cell-resize {
386 position: absolute;
387 z-index: 2;
388 height: 100%;
389 width: 8px;
390 top: 0;
391 cursor: ew-resize;
392}
393.ag-ltr .ag-header-cell-resize {
394 right: -4px;
395}
396.ag-rtl .ag-header-cell-resize {
397 left: -4px;
398}
399
400.ag-pinned-left-header .ag-header-cell-resize {
401 right: -4px;
402}
403
404.ag-pinned-right-header .ag-header-cell-resize {
405 left: -4px;
406}
407
408.ag-header-select-all {
409 display: flex;
410}
411
412/**
413 ****************************
414 * Columns
415 ****************************
416*/
417.ag-column-moving .ag-cell {
418 transition: left 0.2s;
419}
420.ag-column-moving .ag-header-cell {
421 transition: left 0.2s;
422}
423.ag-column-moving .ag-header-group-cell {
424 transition: left 0.2s, width 0.2s;
425}
426
427/**
428 ****************************
429 * Column Panel
430 ****************************
431*/
432.ag-column-panel {
433 display: flex;
434 flex-direction: column;
435 overflow: hidden;
436 flex: 1 1 auto;
437}
438
439.ag-column-select {
440 position: relative;
441 display: flex;
442 flex-direction: column;
443 overflow: hidden;
444 flex: 3 1 0px;
445}
446
447.ag-column-select-header {
448 position: relative;
449 display: flex;
450 flex: none;
451}
452
453.ag-column-select-header-icon {
454 position: relative;
455}
456
457.ag-column-select-header-filter-wrapper {
458 flex: 1 1 auto;
459}
460
461.ag-column-select-header-filter {
462 width: 100%;
463}
464
465.ag-column-select-list {
466 flex: 1 1 0px;
467 overflow: hidden;
468}
469
470.ag-column-drop {
471 position: relative;
472 display: inline-flex;
473 align-items: center;
474 overflow: auto;
475 width: 100%;
476}
477
478.ag-column-drop-list {
479 display: flex;
480 align-items: center;
481}
482
483.ag-column-drop-cell {
484 display: flex;
485 align-items: center;
486}
487
488.ag-column-drop-cell-text {
489 overflow: hidden;
490 flex: 1 1 auto;
491 text-overflow: ellipsis;
492 white-space: nowrap;
493}
494
495.ag-column-drop-vertical {
496 display: flex;
497 flex-direction: column;
498 overflow: hidden;
499 align-items: stretch;
500 flex: 1 1 0px;
501}
502
503.ag-column-drop-vertical-title-bar {
504 display: flex;
505 align-items: center;
506 flex: none;
507}
508
509.ag-column-drop-vertical-list {
510 position: relative;
511 align-items: stretch;
512 flex-grow: 1;
513 flex-direction: column;
514 overflow-x: auto;
515}
516.ag-column-drop-vertical-list > * {
517 flex: none;
518}
519
520.ag-column-drop-empty .ag-column-drop-vertical-list {
521 overflow: hidden;
522}
523
524.ag-column-drop-vertical-empty-message {
525 display: block;
526}
527
528.ag-column-drop.ag-column-drop-horizontal {
529 white-space: nowrap;
530 overflow: hidden;
531}
532
533.ag-column-drop-cell-button {
534 cursor: pointer;
535}
536
537.ag-filter-toolpanel {
538 flex: 1 1 0px;
539 min-width: 0;
540}
541
542.ag-filter-toolpanel-header {
543 position: relative;
544}
545
546.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
547 display: flex;
548 align-items: center;
549}
550.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
551 display: flex;
552 align-items: center;
553}
554
555.ag-filter-apply-panel {
556 display: flex;
557 justify-content: flex-end;
558 overflow: hidden;
559}
560
561/**
562 ****************************
563 * Rows
564 ****************************
565*/
566.ag-row-animation .ag-row {
567 transition: top 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
568 transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
569 transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
570}
571
572.ag-row-animation .ag-row.ag-after-created {
573 transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
574 transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
575 transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
576}
577
578.ag-row-no-animation .ag-row {
579 transition: background-color 0.1s;
580}
581
582.ag-row {
583 white-space: nowrap;
584 width: 100%;
585}
586
587.ag-row-loading {
588 display: flex;
589 align-items: center;
590}
591
592.ag-row-position-absolute {
593 position: absolute;
594}
595
596.ag-row-position-relative {
597 position: relative;
598}
599
600.ag-full-width-row {
601 overflow: hidden;
602 pointer-events: all;
603}
604
605.ag-row-inline-editing {
606 z-index: 1;
607}
608
609.ag-row-dragging {
610 z-index: 2;
611}
612
613.ag-stub-cell {
614 display: flex;
615 align-items: center;
616}
617
618/**
619 ****************************
620 * Cells
621 ****************************
622*/
623.ag-cell {
624 display: inline-block;
625 position: absolute;
626 white-space: nowrap;
627}
628
629.ag-cell-value, .ag-group-value {
630 overflow: hidden;
631 text-overflow: ellipsis;
632}
633
634.ag-cell-wrap-text {
635 white-space: normal;
636 word-break: break-all;
637}
638
639.ag-cell-wrapper {
640 display: flex;
641 align-items: center;
642 height: 100%;
643}
644.ag-cell-wrapper.ag-row-group {
645 align-items: flex-start;
646}
647
648.ag-sparkline-wrapper {
649 height: 100%;
650 width: 100%;
651}
652
653.ag-full-width-row .ag-cell-wrapper.ag-row-group {
654 align-items: center;
655}
656
657.ag-cell-normal-height {
658 height: 100%;
659}
660
661.ag-cell-inline-editing {
662 z-index: 1;
663}
664.ag-cell-inline-editing .ag-cell-edit-wrapper,
665.ag-cell-inline-editing .ag-cell-editor,
666.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
667.ag-cell-inline-editing .ag-cell-editor input {
668 height: 100%;
669 width: 100%;
670 line-height: normal;
671}
672
673.ag-cell .ag-icon {
674 display: inline-block;
675 vertical-align: middle;
676}
677
678/**
679 ****************************
680 * Filters
681 ****************************
682*/
683.ag-set-filter-item {
684 display: flex;
685 align-items: center;
686 height: 100%;
687}
688
689.ag-set-filter-item-value {
690 overflow: hidden;
691 text-overflow: ellipsis;
692 white-space: nowrap;
693}
694
695.ag-set-filter-item-checkbox {
696 display: flex;
697}
698
699.ag-filter-body-wrapper {
700 display: flex;
701 flex-direction: column;
702}
703
704.ag-filter-filter {
705 flex: 1 1 0px;
706}
707
708.ag-filter-condition {
709 display: flex;
710 justify-content: center;
711}
712
713/**
714 ****************************
715 * Floating Filter
716 ****************************
717*/
718.ag-floating-filter-body {
719 position: relative;
720 display: flex;
721 flex: 1 1 auto;
722 height: 100%;
723}
724
725.ag-floating-filter-full-body {
726 display: flex;
727 flex: 1 1 auto;
728 height: 100%;
729 width: 100%;
730 align-items: center;
731 overflow: hidden;
732}
733
734.ag-floating-filter-full-body > div {
735 flex: 1 1 auto;
736}
737
738.ag-floating-filter-input {
739 align-items: center;
740 display: flex;
741 width: 100%;
742}
743.ag-floating-filter-input > * {
744 flex: 1 1 auto;
745}
746
747.ag-floating-filter-button {
748 display: flex;
749 flex: none;
750}
751
752/**
753 ****************************
754 * Drag & Drop
755 ****************************
756*/
757.ag-dnd-ghost {
758 position: absolute;
759 display: inline-flex;
760 align-items: center;
761 cursor: move;
762 white-space: nowrap;
763 z-index: 9999;
764}
765
766/**
767 ****************************
768 * Overlay
769 ****************************
770*/
771.ag-overlay {
772 height: 100%;
773 left: 0;
774 pointer-events: none;
775 position: absolute;
776 top: 0;
777 width: 100%;
778}
779
780.ag-overlay-panel {
781 display: flex;
782 height: 100%;
783 width: 100%;
784}
785
786.ag-overlay-wrapper {
787 display: flex;
788 flex: none;
789 width: 100%;
790 height: 100%;
791 align-items: center;
792 justify-content: center;
793 text-align: center;
794}
795
796.ag-overlay-loading-wrapper {
797 pointer-events: all;
798}
799
800/**
801 ****************************
802 * Popup
803 ****************************
804*/
805.ag-popup-child {
806 z-index: 5;
807 top: 0;
808}
809
810.ag-popup-editor {
811 position: absolute;
812 -webkit-user-select: none;
813 -moz-user-select: none;
814 -ms-user-select: none;
815 user-select: none;
816 z-index: 1;
817}
818
819.ag-large-text-input {
820 display: block;
821}
822
823/**
824 ****************************
825 * Virtual Lists
826 ****************************
827*/
828.ag-virtual-list-item {
829 position: absolute;
830 width: 100%;
831}
832
833/**
834 ****************************
835 * Floating Top and Bottom
836 ****************************
837*/
838.ag-floating-top {
839 overflow: hidden;
840 white-space: nowrap;
841 width: 100%;
842 position: relative;
843 display: flex;
844}
845
846.ag-pinned-left-floating-top {
847 display: inline-block;
848 overflow: hidden;
849 position: relative;
850 min-width: 0px;
851}
852
853.ag-pinned-right-floating-top {
854 display: inline-block;
855 overflow: hidden;
856 position: relative;
857 min-width: 0px;
858}
859
860.ag-floating-bottom {
861 overflow: hidden;
862 white-space: nowrap;
863 width: 100%;
864 position: relative;
865 display: flex;
866}
867
868.ag-pinned-left-floating-bottom {
869 display: inline-block;
870 overflow: hidden;
871 position: relative;
872 min-width: 0px;
873}
874
875.ag-pinned-right-floating-bottom {
876 display: inline-block;
877 overflow: hidden;
878 position: relative;
879 min-width: 0px;
880}
881
882/**
883 ****************************
884 * Dialog
885 ****************************
886*/
887.ag-dialog, .ag-panel {
888 display: flex;
889 flex-direction: column;
890 position: relative;
891 overflow: hidden;
892}
893
894.ag-panel-title-bar {
895 display: flex;
896 flex: none;
897 align-items: center;
898 cursor: default;
899}
900
901.ag-panel-title-bar-title {
902 flex: 1 1 auto;
903}
904
905.ag-panel-title-bar-buttons {
906 display: flex;
907}
908
909.ag-panel-title-bar-button {
910 cursor: pointer;
911}
912
913.ag-panel-content-wrapper {
914 display: flex;
915 flex: 1 1 auto;
916 position: relative;
917 overflow: hidden;
918}
919
920.ag-dialog {
921 position: absolute;
922}
923
924.ag-resizer {
925 position: absolute;
926 pointer-events: none;
927 -webkit-user-select: none;
928 -moz-user-select: none;
929 -ms-user-select: none;
930 user-select: none;
931 z-index: 1;
932}
933.ag-resizer.ag-resizer-topLeft {
934 top: 0;
935 left: 0;
936 height: 5px;
937 width: 5px;
938 cursor: nwse-resize;
939}
940.ag-resizer.ag-resizer-top {
941 top: 0;
942 left: 5px;
943 right: 5px;
944 height: 5px;
945 cursor: ns-resize;
946}
947.ag-resizer.ag-resizer-topRight {
948 top: 0;
949 right: 0;
950 height: 5px;
951 width: 5px;
952 cursor: nesw-resize;
953}
954.ag-resizer.ag-resizer-right {
955 top: 5px;
956 right: 0;
957 bottom: 5px;
958 width: 5px;
959 cursor: ew-resize;
960}
961.ag-resizer.ag-resizer-bottomRight {
962 bottom: 0;
963 right: 0;
964 height: 5px;
965 width: 5px;
966 cursor: nwse-resize;
967}
968.ag-resizer.ag-resizer-bottom {
969 bottom: 0;
970 left: 5px;
971 right: 5px;
972 height: 5px;
973 cursor: ns-resize;
974}
975.ag-resizer.ag-resizer-bottomLeft {
976 bottom: 0;
977 left: 0;
978 height: 5px;
979 width: 5px;
980 cursor: nesw-resize;
981}
982.ag-resizer.ag-resizer-left {
983 left: 0;
984 top: 5px;
985 bottom: 5px;
986 width: 5px;
987 cursor: ew-resize;
988}
989
990/**
991 ****************************
992 * Tooltip
993 ****************************
994*/
995.ag-tooltip {
996 position: absolute;
997 pointer-events: none;
998 z-index: 99999;
999}
1000
1001.ag-tooltip-reactui {
1002 position: absolute;
1003 pointer-events: none;
1004 z-index: 99999;
1005 transition: opacity 1s;
1006}
1007.ag-tooltip-reactui.ag-tooltip-hiding {
1008 opacity: 0;
1009}
1010
1011/**
1012 ****************************
1013 * Animations
1014 ****************************
1015*/
1016.ag-value-slide-out {
1017 margin-right: 5px;
1018 opacity: 1;
1019 transition: opacity 3s, margin-right 3s;
1020 transition-timing-function: linear;
1021}
1022
1023.ag-value-slide-out-end {
1024 margin-right: 10px;
1025 opacity: 0;
1026}
1027
1028.ag-opacity-zero {
1029 opacity: 0 !important;
1030}
1031
1032/**
1033 ****************************
1034 * Menu
1035 ****************************
1036*/
1037.ag-menu {
1038 max-height: 100%;
1039 overflow-y: auto;
1040 position: absolute;
1041 -webkit-user-select: none;
1042 -moz-user-select: none;
1043 -ms-user-select: none;
1044 user-select: none;
1045}
1046
1047.ag-menu-column-select-wrapper {
1048 height: 265px;
1049 overflow: auto;
1050}
1051.ag-menu-column-select-wrapper .ag-column-select {
1052 height: 100%;
1053}
1054
1055.ag-menu-list {
1056 display: table;
1057 width: 100%;
1058}
1059
1060.ag-menu-option, .ag-menu-separator {
1061 display: table-row;
1062}
1063
1064.ag-menu-option-part, .ag-menu-separator-part {
1065 display: table-cell;
1066 vertical-align: middle;
1067}
1068
1069.ag-menu-option-text {
1070 white-space: nowrap;
1071}
1072
1073.ag-compact-menu-option {
1074 width: 100%;
1075 display: flex;
1076 flex-wrap: nowrap;
1077}
1078
1079.ag-compact-menu-option-text {
1080 white-space: nowrap;
1081 flex: 1 1 auto;
1082}
1083
1084/**
1085 ****************************
1086 * Rich Select
1087 ****************************
1088*/
1089.ag-rich-select {
1090 cursor: default;
1091 outline: none;
1092}
1093
1094.ag-rich-select-value {
1095 display: flex;
1096 align-items: center;
1097}
1098
1099.ag-rich-select-value-icon {
1100 flex: 1 1 auto;
1101 order: 1;
1102}
1103.ag-ltr .ag-rich-select-value-icon {
1104 text-align: right;
1105}
1106.ag-rtl .ag-rich-select-value-icon {
1107 text-align: left;
1108}
1109
1110.ag-rich-select-list {
1111 position: relative;
1112}
1113
1114.ag-rich-select-virtual-list-item {
1115 display: flex;
1116}
1117
1118.ag-rich-select-row {
1119 display: flex;
1120 flex: 1 1 auto;
1121 align-items: center;
1122 white-space: nowrap;
1123}
1124
1125/**
1126 ****************************
1127 * Pagination
1128 ****************************
1129*/
1130.ag-paging-panel {
1131 align-items: center;
1132 display: flex;
1133 justify-content: flex-end;
1134}
1135
1136.ag-paging-page-summary-panel {
1137 display: flex;
1138 align-items: center;
1139}
1140
1141.ag-paging-button {
1142 position: relative;
1143}
1144
1145.ag-disabled .ag-paging-page-summary-panel {
1146 pointer-events: none;
1147}
1148
1149/**
1150 ****************************
1151 * Tool Panel
1152 ****************************
1153*/
1154.ag-tool-panel-wrapper {
1155 display: flex;
1156 overflow-y: auto;
1157 overflow-x: hidden;
1158 cursor: default;
1159 -webkit-user-select: none;
1160 -moz-user-select: none;
1161 -ms-user-select: none;
1162 user-select: none;
1163}
1164
1165.ag-column-select-column,
1166.ag-column-select-column-group {
1167 position: relative;
1168 align-items: center;
1169 display: flex;
1170 flex-direction: row;
1171 flex-wrap: nowrap;
1172 text-overflow: ellipsis;
1173 white-space: nowrap;
1174 height: 100%;
1175}
1176.ag-column-select-column > *,
1177.ag-column-select-column-group > * {
1178 flex: none;
1179}
1180
1181.ag-column-select-checkbox {
1182 display: flex;
1183}
1184
1185.ag-tool-panel-horizontal-resize {
1186 cursor: ew-resize;
1187 height: 100%;
1188 position: absolute;
1189 top: 0;
1190 width: 5px;
1191 z-index: 1;
1192}
1193
1194.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
1195 right: -3px;
1196}
1197.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
1198 left: -3px;
1199}
1200
1201.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
1202 left: -3px;
1203}
1204.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
1205 right: -3px;
1206}
1207
1208.ag-details-row {
1209 width: 100%;
1210}
1211
1212.ag-details-row-fixed-height {
1213 height: 100%;
1214}
1215
1216.ag-details-grid {
1217 width: 100%;
1218}
1219
1220.ag-details-grid-fixed-height {
1221 height: 100%;
1222}
1223
1224.ag-header-group-cell {
1225 display: flex;
1226 align-items: center;
1227 height: 100%;
1228 position: absolute;
1229}
1230
1231.ag-cell-label-container {
1232 display: flex;
1233 justify-content: space-between;
1234 flex-direction: row-reverse;
1235 align-items: center;
1236 width: 100%;
1237 height: 100%;
1238 overflow: hidden;
1239}
1240
1241.ag-right-aligned-header .ag-cell-label-container {
1242 flex-direction: row;
1243}
1244
1245/**
1246 ****************************
1247 * Side Bar
1248 ****************************
1249*/
1250.ag-side-bar {
1251 display: flex;
1252 flex-direction: row-reverse;
1253}
1254
1255.ag-side-bar-left {
1256 order: -1;
1257 flex-direction: row;
1258}
1259
1260.ag-side-button-button {
1261 position: relative;
1262 display: flex;
1263 flex-direction: column;
1264 align-items: center;
1265 justify-content: center;
1266 flex-wrap: nowrap;
1267 white-space: nowrap;
1268 outline: none;
1269 cursor: pointer;
1270}
1271
1272.ag-side-button-label {
1273 -webkit-writing-mode: vertical-lr;
1274 -ms-writing-mode: tb-lr;
1275 writing-mode: vertical-lr;
1276}
1277
1278/**
1279 ****************************
1280 * Status Bar
1281 ****************************
1282*/
1283.ag-status-bar {
1284 display: flex;
1285 justify-content: space-between;
1286 overflow: hidden;
1287}
1288
1289.ag-status-panel {
1290 display: inline-flex;
1291}
1292
1293.ag-status-name-value {
1294 white-space: nowrap;
1295}
1296
1297.ag-status-bar-left {
1298 display: inline-flex;
1299}
1300
1301.ag-status-bar-center {
1302 display: inline-flex;
1303}
1304
1305.ag-status-bar-right {
1306 display: inline-flex;
1307}
1308
1309/**
1310 ****************************
1311 * Widgets
1312 ****************************
1313*/
1314.ag-icon {
1315 display: block;
1316 speak: none;
1317}
1318
1319.ag-group {
1320 position: relative;
1321 width: 100%;
1322}
1323
1324.ag-group-title-bar {
1325 display: flex;
1326 align-items: center;
1327}
1328
1329.ag-group-title {
1330 display: block;
1331 flex: 1 1 auto;
1332 min-width: 0;
1333 overflow: hidden;
1334 white-space: nowrap;
1335 text-overflow: ellipsis;
1336}
1337
1338.ag-group-title-bar .ag-group-title {
1339 cursor: default;
1340}
1341
1342.ag-group-toolbar {
1343 display: flex;
1344 align-items: center;
1345}
1346
1347.ag-group-container {
1348 display: flex;
1349}
1350
1351.ag-disabled .ag-group-container {
1352 pointer-events: none;
1353}
1354
1355.ag-group-container-horizontal {
1356 flex-direction: row;
1357 flex-wrap: wrap;
1358}
1359
1360.ag-group-container-vertical {
1361 flex-direction: column;
1362}
1363
1364.ag-charts-font-size-color {
1365 display: flex;
1366 align-self: stretch;
1367 justify-content: space-between;
1368}
1369
1370.ag-column-group-icons {
1371 display: block;
1372}
1373.ag-column-group-icons > * {
1374 cursor: pointer;
1375}
1376
1377.ag-group-item-alignment-stretch .ag-group-item {
1378 align-items: stretch;
1379}
1380
1381.ag-group-item-alignment-start .ag-group-item {
1382 align-items: flex-start;
1383}
1384
1385.ag-group-item-alignment-end .ag-group-item {
1386 align-items: flex-end;
1387}
1388
1389.ag-toggle-button-icon {
1390 transition: right 0.3s;
1391 position: absolute;
1392 top: -1px;
1393}
1394
1395.ag-input-field, .ag-select {
1396 display: flex;
1397 flex-direction: row;
1398 align-items: center;
1399}
1400
1401.ag-input-field-input {
1402 flex: 1 1 auto;
1403 width: 100%;
1404 min-width: 0;
1405}
1406
1407.ag-floating-filter-input .ag-input-field-input[type=date] {
1408 width: 1px;
1409}
1410
1411.ag-range-field {
1412 display: flex;
1413 align-items: center;
1414}
1415
1416.ag-angle-select {
1417 display: flex;
1418 align-items: center;
1419}
1420
1421.ag-angle-select-wrapper {
1422 display: flex;
1423}
1424
1425.ag-angle-select-parent-circle {
1426 display: block;
1427 position: relative;
1428}
1429
1430.ag-angle-select-child-circle {
1431 position: absolute;
1432}
1433
1434.ag-slider-wrapper {
1435 display: flex;
1436}
1437.ag-slider-wrapper .ag-input-field {
1438 flex: 1 1 auto;
1439}
1440
1441.ag-picker-field-display {
1442 flex: 1 1 auto;
1443}
1444
1445.ag-picker-field {
1446 display: flex;
1447 align-items: center;
1448}
1449
1450.ag-picker-field-icon {
1451 display: flex;
1452 border: 0;
1453 padding: 0;
1454 margin: 0;
1455 cursor: pointer;
1456}
1457
1458.ag-picker-field-wrapper {
1459 overflow: hidden;
1460}
1461
1462.ag-label-align-right .ag-label {
1463 order: 1;
1464}
1465.ag-label-align-right > * {
1466 flex: none;
1467}
1468
1469.ag-label-align-top {
1470 flex-direction: column;
1471 align-items: flex-start;
1472}
1473.ag-label-align-top > * {
1474 align-self: stretch;
1475}
1476
1477.ag-color-panel {
1478 width: 100%;
1479 display: flex;
1480 flex-direction: column;
1481 text-align: center;
1482}
1483
1484.ag-spectrum-color {
1485 flex: 1 1 auto;
1486 position: relative;
1487 overflow: hidden;
1488 cursor: default;
1489}
1490
1491.ag-spectrum-fill {
1492 position: absolute;
1493 top: 0;
1494 left: 0;
1495 right: 0;
1496 bottom: 0;
1497}
1498
1499.ag-spectrum-val {
1500 cursor: pointer;
1501}
1502
1503.ag-spectrum-dragger {
1504 position: absolute;
1505 pointer-events: none;
1506 cursor: pointer;
1507}
1508
1509.ag-spectrum-hue {
1510 cursor: default;
1511 background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
1512}
1513
1514.ag-spectrum-alpha {
1515 cursor: default;
1516}
1517
1518.ag-spectrum-hue-background {
1519 width: 100%;
1520 height: 100%;
1521}
1522
1523.ag-spectrum-alpha-background {
1524 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
1525 width: 100%;
1526 height: 100%;
1527}
1528
1529.ag-spectrum-tool {
1530 cursor: pointer;
1531}
1532
1533.ag-spectrum-slider {
1534 position: absolute;
1535 pointer-events: none;
1536}
1537
1538.ag-recent-colors {
1539 display: flex;
1540}
1541
1542.ag-recent-color {
1543 cursor: pointer;
1544}
1545
1546.ag-ltr .ag-column-select-indent-1 {
1547 padding-left: 20px;
1548}
1549.ag-rtl .ag-column-select-indent-1 {
1550 padding-right: 20px;
1551}
1552
1553.ag-ltr .ag-row-group-indent-1 {
1554 padding-left: 20px;
1555}
1556.ag-rtl .ag-row-group-indent-1 {
1557 padding-right: 20px;
1558}
1559
1560.ag-ltr .ag-column-select-indent-2 {
1561 padding-left: 40px;
1562}
1563.ag-rtl .ag-column-select-indent-2 {
1564 padding-right: 40px;
1565}
1566
1567.ag-ltr .ag-row-group-indent-2 {
1568 padding-left: 40px;
1569}
1570.ag-rtl .ag-row-group-indent-2 {
1571 padding-right: 40px;
1572}
1573
1574.ag-ltr .ag-column-select-indent-3 {
1575 padding-left: 60px;
1576}
1577.ag-rtl .ag-column-select-indent-3 {
1578 padding-right: 60px;
1579}
1580
1581.ag-ltr .ag-row-group-indent-3 {
1582 padding-left: 60px;
1583}
1584.ag-rtl .ag-row-group-indent-3 {
1585 padding-right: 60px;
1586}
1587
1588.ag-ltr .ag-column-select-indent-4 {
1589 padding-left: 80px;
1590}
1591.ag-rtl .ag-column-select-indent-4 {
1592 padding-right: 80px;
1593}
1594
1595.ag-ltr .ag-row-group-indent-4 {
1596 padding-left: 80px;
1597}
1598.ag-rtl .ag-row-group-indent-4 {
1599 padding-right: 80px;
1600}
1601
1602.ag-ltr .ag-column-select-indent-5 {
1603 padding-left: 100px;
1604}
1605.ag-rtl .ag-column-select-indent-5 {
1606 padding-right: 100px;
1607}
1608
1609.ag-ltr .ag-row-group-indent-5 {
1610 padding-left: 100px;
1611}
1612.ag-rtl .ag-row-group-indent-5 {
1613 padding-right: 100px;
1614}
1615
1616.ag-ltr .ag-column-select-indent-6 {
1617 padding-left: 120px;
1618}
1619.ag-rtl .ag-column-select-indent-6 {
1620 padding-right: 120px;
1621}
1622
1623.ag-ltr .ag-row-group-indent-6 {
1624 padding-left: 120px;
1625}
1626.ag-rtl .ag-row-group-indent-6 {
1627 padding-right: 120px;
1628}
1629
1630.ag-ltr .ag-column-select-indent-7 {
1631 padding-left: 140px;
1632}
1633.ag-rtl .ag-column-select-indent-7 {
1634 padding-right: 140px;
1635}
1636
1637.ag-ltr .ag-row-group-indent-7 {
1638 padding-left: 140px;
1639}
1640.ag-rtl .ag-row-group-indent-7 {
1641 padding-right: 140px;
1642}
1643
1644.ag-ltr .ag-column-select-indent-8 {
1645 padding-left: 160px;
1646}
1647.ag-rtl .ag-column-select-indent-8 {
1648 padding-right: 160px;
1649}
1650
1651.ag-ltr .ag-row-group-indent-8 {
1652 padding-left: 160px;
1653}
1654.ag-rtl .ag-row-group-indent-8 {
1655 padding-right: 160px;
1656}
1657
1658.ag-ltr .ag-column-select-indent-9 {
1659 padding-left: 180px;
1660}
1661.ag-rtl .ag-column-select-indent-9 {
1662 padding-right: 180px;
1663}
1664
1665.ag-ltr .ag-row-group-indent-9 {
1666 padding-left: 180px;
1667}
1668.ag-rtl .ag-row-group-indent-9 {
1669 padding-right: 180px;
1670}
1671
1672.ag-ltr .ag-column-select-indent-10 {
1673 padding-left: 200px;
1674}
1675.ag-rtl .ag-column-select-indent-10 {
1676 padding-right: 200px;
1677}
1678
1679.ag-ltr .ag-row-group-indent-10 {
1680 padding-left: 200px;
1681}
1682.ag-rtl .ag-row-group-indent-10 {
1683 padding-right: 200px;
1684}
1685
1686.ag-ltr .ag-column-select-indent-11 {
1687 padding-left: 220px;
1688}
1689.ag-rtl .ag-column-select-indent-11 {
1690 padding-right: 220px;
1691}
1692
1693.ag-ltr .ag-row-group-indent-11 {
1694 padding-left: 220px;
1695}
1696.ag-rtl .ag-row-group-indent-11 {
1697 padding-right: 220px;
1698}
1699
1700.ag-ltr .ag-column-select-indent-12 {
1701 padding-left: 240px;
1702}
1703.ag-rtl .ag-column-select-indent-12 {
1704 padding-right: 240px;
1705}
1706
1707.ag-ltr .ag-row-group-indent-12 {
1708 padding-left: 240px;
1709}
1710.ag-rtl .ag-row-group-indent-12 {
1711 padding-right: 240px;
1712}
1713
1714.ag-ltr .ag-column-select-indent-13 {
1715 padding-left: 260px;
1716}
1717.ag-rtl .ag-column-select-indent-13 {
1718 padding-right: 260px;
1719}
1720
1721.ag-ltr .ag-row-group-indent-13 {
1722 padding-left: 260px;
1723}
1724.ag-rtl .ag-row-group-indent-13 {
1725 padding-right: 260px;
1726}
1727
1728.ag-ltr .ag-column-select-indent-14 {
1729 padding-left: 280px;
1730}
1731.ag-rtl .ag-column-select-indent-14 {
1732 padding-right: 280px;
1733}
1734
1735.ag-ltr .ag-row-group-indent-14 {
1736 padding-left: 280px;
1737}
1738.ag-rtl .ag-row-group-indent-14 {
1739 padding-right: 280px;
1740}
1741
1742.ag-ltr .ag-column-select-indent-15 {
1743 padding-left: 300px;
1744}
1745.ag-rtl .ag-column-select-indent-15 {
1746 padding-right: 300px;
1747}
1748
1749.ag-ltr .ag-row-group-indent-15 {
1750 padding-left: 300px;
1751}
1752.ag-rtl .ag-row-group-indent-15 {
1753 padding-right: 300px;
1754}
1755
1756.ag-ltr .ag-column-select-indent-16 {
1757 padding-left: 320px;
1758}
1759.ag-rtl .ag-column-select-indent-16 {
1760 padding-right: 320px;
1761}
1762
1763.ag-ltr .ag-row-group-indent-16 {
1764 padding-left: 320px;
1765}
1766.ag-rtl .ag-row-group-indent-16 {
1767 padding-right: 320px;
1768}
1769
1770.ag-ltr .ag-column-select-indent-17 {
1771 padding-left: 340px;
1772}
1773.ag-rtl .ag-column-select-indent-17 {
1774 padding-right: 340px;
1775}
1776
1777.ag-ltr .ag-row-group-indent-17 {
1778 padding-left: 340px;
1779}
1780.ag-rtl .ag-row-group-indent-17 {
1781 padding-right: 340px;
1782}
1783
1784.ag-ltr .ag-column-select-indent-18 {
1785 padding-left: 360px;
1786}
1787.ag-rtl .ag-column-select-indent-18 {
1788 padding-right: 360px;
1789}
1790
1791.ag-ltr .ag-row-group-indent-18 {
1792 padding-left: 360px;
1793}
1794.ag-rtl .ag-row-group-indent-18 {
1795 padding-right: 360px;
1796}
1797
1798.ag-ltr .ag-column-select-indent-19 {
1799 padding-left: 380px;
1800}
1801.ag-rtl .ag-column-select-indent-19 {
1802 padding-right: 380px;
1803}
1804
1805.ag-ltr .ag-row-group-indent-19 {
1806 padding-left: 380px;
1807}
1808.ag-rtl .ag-row-group-indent-19 {
1809 padding-right: 380px;
1810}
1811
1812.ag-ltr .ag-column-select-indent-20 {
1813 padding-left: 400px;
1814}
1815.ag-rtl .ag-column-select-indent-20 {
1816 padding-right: 400px;
1817}
1818
1819.ag-ltr .ag-row-group-indent-20 {
1820 padding-left: 400px;
1821}
1822.ag-rtl .ag-row-group-indent-20 {
1823 padding-right: 400px;
1824}
1825
1826.ag-ltr .ag-column-select-indent-21 {
1827 padding-left: 420px;
1828}
1829.ag-rtl .ag-column-select-indent-21 {
1830 padding-right: 420px;
1831}
1832
1833.ag-ltr .ag-row-group-indent-21 {
1834 padding-left: 420px;
1835}
1836.ag-rtl .ag-row-group-indent-21 {
1837 padding-right: 420px;
1838}
1839
1840.ag-ltr .ag-column-select-indent-22 {
1841 padding-left: 440px;
1842}
1843.ag-rtl .ag-column-select-indent-22 {
1844 padding-right: 440px;
1845}
1846
1847.ag-ltr .ag-row-group-indent-22 {
1848 padding-left: 440px;
1849}
1850.ag-rtl .ag-row-group-indent-22 {
1851 padding-right: 440px;
1852}
1853
1854.ag-ltr .ag-column-select-indent-23 {
1855 padding-left: 460px;
1856}
1857.ag-rtl .ag-column-select-indent-23 {
1858 padding-right: 460px;
1859}
1860
1861.ag-ltr .ag-row-group-indent-23 {
1862 padding-left: 460px;
1863}
1864.ag-rtl .ag-row-group-indent-23 {
1865 padding-right: 460px;
1866}
1867
1868.ag-ltr .ag-column-select-indent-24 {
1869 padding-left: 480px;
1870}
1871.ag-rtl .ag-column-select-indent-24 {
1872 padding-right: 480px;
1873}
1874
1875.ag-ltr .ag-row-group-indent-24 {
1876 padding-left: 480px;
1877}
1878.ag-rtl .ag-row-group-indent-24 {
1879 padding-right: 480px;
1880}
1881
1882.ag-ltr .ag-column-select-indent-25 {
1883 padding-left: 500px;
1884}
1885.ag-rtl .ag-column-select-indent-25 {
1886 padding-right: 500px;
1887}
1888
1889.ag-ltr .ag-row-group-indent-25 {
1890 padding-left: 500px;
1891}
1892.ag-rtl .ag-row-group-indent-25 {
1893 padding-right: 500px;
1894}
1895
1896.ag-ltr .ag-column-select-indent-26 {
1897 padding-left: 520px;
1898}
1899.ag-rtl .ag-column-select-indent-26 {
1900 padding-right: 520px;
1901}
1902
1903.ag-ltr .ag-row-group-indent-26 {
1904 padding-left: 520px;
1905}
1906.ag-rtl .ag-row-group-indent-26 {
1907 padding-right: 520px;
1908}
1909
1910.ag-ltr .ag-column-select-indent-27 {
1911 padding-left: 540px;
1912}
1913.ag-rtl .ag-column-select-indent-27 {
1914 padding-right: 540px;
1915}
1916
1917.ag-ltr .ag-row-group-indent-27 {
1918 padding-left: 540px;
1919}
1920.ag-rtl .ag-row-group-indent-27 {
1921 padding-right: 540px;
1922}
1923
1924.ag-ltr .ag-column-select-indent-28 {
1925 padding-left: 560px;
1926}
1927.ag-rtl .ag-column-select-indent-28 {
1928 padding-right: 560px;
1929}
1930
1931.ag-ltr .ag-row-group-indent-28 {
1932 padding-left: 560px;
1933}
1934.ag-rtl .ag-row-group-indent-28 {
1935 padding-right: 560px;
1936}
1937
1938.ag-ltr .ag-column-select-indent-29 {
1939 padding-left: 580px;
1940}
1941.ag-rtl .ag-column-select-indent-29 {
1942 padding-right: 580px;
1943}
1944
1945.ag-ltr .ag-row-group-indent-29 {
1946 padding-left: 580px;
1947}
1948.ag-rtl .ag-row-group-indent-29 {
1949 padding-right: 580px;
1950}
1951
1952.ag-ltr .ag-column-select-indent-30 {
1953 padding-left: 600px;
1954}
1955.ag-rtl .ag-column-select-indent-30 {
1956 padding-right: 600px;
1957}
1958
1959.ag-ltr .ag-row-group-indent-30 {
1960 padding-left: 600px;
1961}
1962.ag-rtl .ag-row-group-indent-30 {
1963 padding-right: 600px;
1964}
1965
1966.ag-ltr .ag-column-select-indent-31 {
1967 padding-left: 620px;
1968}
1969.ag-rtl .ag-column-select-indent-31 {
1970 padding-right: 620px;
1971}
1972
1973.ag-ltr .ag-row-group-indent-31 {
1974 padding-left: 620px;
1975}
1976.ag-rtl .ag-row-group-indent-31 {
1977 padding-right: 620px;
1978}
1979
1980.ag-ltr .ag-column-select-indent-32 {
1981 padding-left: 640px;
1982}
1983.ag-rtl .ag-column-select-indent-32 {
1984 padding-right: 640px;
1985}
1986
1987.ag-ltr .ag-row-group-indent-32 {
1988 padding-left: 640px;
1989}
1990.ag-rtl .ag-row-group-indent-32 {
1991 padding-right: 640px;
1992}
1993
1994.ag-ltr .ag-column-select-indent-33 {
1995 padding-left: 660px;
1996}
1997.ag-rtl .ag-column-select-indent-33 {
1998 padding-right: 660px;
1999}
2000
2001.ag-ltr .ag-row-group-indent-33 {
2002 padding-left: 660px;
2003}
2004.ag-rtl .ag-row-group-indent-33 {
2005 padding-right: 660px;
2006}
2007
2008.ag-ltr .ag-column-select-indent-34 {
2009 padding-left: 680px;
2010}
2011.ag-rtl .ag-column-select-indent-34 {
2012 padding-right: 680px;
2013}
2014
2015.ag-ltr .ag-row-group-indent-34 {
2016 padding-left: 680px;
2017}
2018.ag-rtl .ag-row-group-indent-34 {
2019 padding-right: 680px;
2020}
2021
2022.ag-ltr .ag-column-select-indent-35 {
2023 padding-left: 700px;
2024}
2025.ag-rtl .ag-column-select-indent-35 {
2026 padding-right: 700px;
2027}
2028
2029.ag-ltr .ag-row-group-indent-35 {
2030 padding-left: 700px;
2031}
2032.ag-rtl .ag-row-group-indent-35 {
2033 padding-right: 700px;
2034}
2035
2036.ag-ltr .ag-column-select-indent-36 {
2037 padding-left: 720px;
2038}
2039.ag-rtl .ag-column-select-indent-36 {
2040 padding-right: 720px;
2041}
2042
2043.ag-ltr .ag-row-group-indent-36 {
2044 padding-left: 720px;
2045}
2046.ag-rtl .ag-row-group-indent-36 {
2047 padding-right: 720px;
2048}
2049
2050.ag-ltr .ag-column-select-indent-37 {
2051 padding-left: 740px;
2052}
2053.ag-rtl .ag-column-select-indent-37 {
2054 padding-right: 740px;
2055}
2056
2057.ag-ltr .ag-row-group-indent-37 {
2058 padding-left: 740px;
2059}
2060.ag-rtl .ag-row-group-indent-37 {
2061 padding-right: 740px;
2062}
2063
2064.ag-ltr .ag-column-select-indent-38 {
2065 padding-left: 760px;
2066}
2067.ag-rtl .ag-column-select-indent-38 {
2068 padding-right: 760px;
2069}
2070
2071.ag-ltr .ag-row-group-indent-38 {
2072 padding-left: 760px;
2073}
2074.ag-rtl .ag-row-group-indent-38 {
2075 padding-right: 760px;
2076}
2077
2078.ag-ltr .ag-column-select-indent-39 {
2079 padding-left: 780px;
2080}
2081.ag-rtl .ag-column-select-indent-39 {
2082 padding-right: 780px;
2083}
2084
2085.ag-ltr .ag-row-group-indent-39 {
2086 padding-left: 780px;
2087}
2088.ag-rtl .ag-row-group-indent-39 {
2089 padding-right: 780px;
2090}
2091
2092.ag-ltr .ag-column-select-indent-40 {
2093 padding-left: 800px;
2094}
2095.ag-rtl .ag-column-select-indent-40 {
2096 padding-right: 800px;
2097}
2098
2099.ag-ltr .ag-row-group-indent-40 {
2100 padding-left: 800px;
2101}
2102.ag-rtl .ag-row-group-indent-40 {
2103 padding-right: 800px;
2104}
2105
2106.ag-ltr .ag-column-select-indent-41 {
2107 padding-left: 820px;
2108}
2109.ag-rtl .ag-column-select-indent-41 {
2110 padding-right: 820px;
2111}
2112
2113.ag-ltr .ag-row-group-indent-41 {
2114 padding-left: 820px;
2115}
2116.ag-rtl .ag-row-group-indent-41 {
2117 padding-right: 820px;
2118}
2119
2120.ag-ltr .ag-column-select-indent-42 {
2121 padding-left: 840px;
2122}
2123.ag-rtl .ag-column-select-indent-42 {
2124 padding-right: 840px;
2125}
2126
2127.ag-ltr .ag-row-group-indent-42 {
2128 padding-left: 840px;
2129}
2130.ag-rtl .ag-row-group-indent-42 {
2131 padding-right: 840px;
2132}
2133
2134.ag-ltr .ag-column-select-indent-43 {
2135 padding-left: 860px;
2136}
2137.ag-rtl .ag-column-select-indent-43 {
2138 padding-right: 860px;
2139}
2140
2141.ag-ltr .ag-row-group-indent-43 {
2142 padding-left: 860px;
2143}
2144.ag-rtl .ag-row-group-indent-43 {
2145 padding-right: 860px;
2146}
2147
2148.ag-ltr .ag-column-select-indent-44 {
2149 padding-left: 880px;
2150}
2151.ag-rtl .ag-column-select-indent-44 {
2152 padding-right: 880px;
2153}
2154
2155.ag-ltr .ag-row-group-indent-44 {
2156 padding-left: 880px;
2157}
2158.ag-rtl .ag-row-group-indent-44 {
2159 padding-right: 880px;
2160}
2161
2162.ag-ltr .ag-column-select-indent-45 {
2163 padding-left: 900px;
2164}
2165.ag-rtl .ag-column-select-indent-45 {
2166 padding-right: 900px;
2167}
2168
2169.ag-ltr .ag-row-group-indent-45 {
2170 padding-left: 900px;
2171}
2172.ag-rtl .ag-row-group-indent-45 {
2173 padding-right: 900px;
2174}
2175
2176.ag-ltr .ag-column-select-indent-46 {
2177 padding-left: 920px;
2178}
2179.ag-rtl .ag-column-select-indent-46 {
2180 padding-right: 920px;
2181}
2182
2183.ag-ltr .ag-row-group-indent-46 {
2184 padding-left: 920px;
2185}
2186.ag-rtl .ag-row-group-indent-46 {
2187 padding-right: 920px;
2188}
2189
2190.ag-ltr .ag-column-select-indent-47 {
2191 padding-left: 940px;
2192}
2193.ag-rtl .ag-column-select-indent-47 {
2194 padding-right: 940px;
2195}
2196
2197.ag-ltr .ag-row-group-indent-47 {
2198 padding-left: 940px;
2199}
2200.ag-rtl .ag-row-group-indent-47 {
2201 padding-right: 940px;
2202}
2203
2204.ag-ltr .ag-column-select-indent-48 {
2205 padding-left: 960px;
2206}
2207.ag-rtl .ag-column-select-indent-48 {
2208 padding-right: 960px;
2209}
2210
2211.ag-ltr .ag-row-group-indent-48 {
2212 padding-left: 960px;
2213}
2214.ag-rtl .ag-row-group-indent-48 {
2215 padding-right: 960px;
2216}
2217
2218.ag-ltr .ag-column-select-indent-49 {
2219 padding-left: 980px;
2220}
2221.ag-rtl .ag-column-select-indent-49 {
2222 padding-right: 980px;
2223}
2224
2225.ag-ltr .ag-row-group-indent-49 {
2226 padding-left: 980px;
2227}
2228.ag-rtl .ag-row-group-indent-49 {
2229 padding-right: 980px;
2230}
2231
2232.ag-ltr .ag-column-select-indent-50 {
2233 padding-left: 1000px;
2234}
2235.ag-rtl .ag-column-select-indent-50 {
2236 padding-right: 1000px;
2237}
2238
2239.ag-ltr .ag-row-group-indent-50 {
2240 padding-left: 1000px;
2241}
2242.ag-rtl .ag-row-group-indent-50 {
2243 padding-right: 1000px;
2244}
2245
2246.ag-ltr .ag-column-select-indent-51 {
2247 padding-left: 1020px;
2248}
2249.ag-rtl .ag-column-select-indent-51 {
2250 padding-right: 1020px;
2251}
2252
2253.ag-ltr .ag-row-group-indent-51 {
2254 padding-left: 1020px;
2255}
2256.ag-rtl .ag-row-group-indent-51 {
2257 padding-right: 1020px;
2258}
2259
2260.ag-ltr .ag-column-select-indent-52 {
2261 padding-left: 1040px;
2262}
2263.ag-rtl .ag-column-select-indent-52 {
2264 padding-right: 1040px;
2265}
2266
2267.ag-ltr .ag-row-group-indent-52 {
2268 padding-left: 1040px;
2269}
2270.ag-rtl .ag-row-group-indent-52 {
2271 padding-right: 1040px;
2272}
2273
2274.ag-ltr .ag-column-select-indent-53 {
2275 padding-left: 1060px;
2276}
2277.ag-rtl .ag-column-select-indent-53 {
2278 padding-right: 1060px;
2279}
2280
2281.ag-ltr .ag-row-group-indent-53 {
2282 padding-left: 1060px;
2283}
2284.ag-rtl .ag-row-group-indent-53 {
2285 padding-right: 1060px;
2286}
2287
2288.ag-ltr .ag-column-select-indent-54 {
2289 padding-left: 1080px;
2290}
2291.ag-rtl .ag-column-select-indent-54 {
2292 padding-right: 1080px;
2293}
2294
2295.ag-ltr .ag-row-group-indent-54 {
2296 padding-left: 1080px;
2297}
2298.ag-rtl .ag-row-group-indent-54 {
2299 padding-right: 1080px;
2300}
2301
2302.ag-ltr .ag-column-select-indent-55 {
2303 padding-left: 1100px;
2304}
2305.ag-rtl .ag-column-select-indent-55 {
2306 padding-right: 1100px;
2307}
2308
2309.ag-ltr .ag-row-group-indent-55 {
2310 padding-left: 1100px;
2311}
2312.ag-rtl .ag-row-group-indent-55 {
2313 padding-right: 1100px;
2314}
2315
2316.ag-ltr .ag-column-select-indent-56 {
2317 padding-left: 1120px;
2318}
2319.ag-rtl .ag-column-select-indent-56 {
2320 padding-right: 1120px;
2321}
2322
2323.ag-ltr .ag-row-group-indent-56 {
2324 padding-left: 1120px;
2325}
2326.ag-rtl .ag-row-group-indent-56 {
2327 padding-right: 1120px;
2328}
2329
2330.ag-ltr .ag-column-select-indent-57 {
2331 padding-left: 1140px;
2332}
2333.ag-rtl .ag-column-select-indent-57 {
2334 padding-right: 1140px;
2335}
2336
2337.ag-ltr .ag-row-group-indent-57 {
2338 padding-left: 1140px;
2339}
2340.ag-rtl .ag-row-group-indent-57 {
2341 padding-right: 1140px;
2342}
2343
2344.ag-ltr .ag-column-select-indent-58 {
2345 padding-left: 1160px;
2346}
2347.ag-rtl .ag-column-select-indent-58 {
2348 padding-right: 1160px;
2349}
2350
2351.ag-ltr .ag-row-group-indent-58 {
2352 padding-left: 1160px;
2353}
2354.ag-rtl .ag-row-group-indent-58 {
2355 padding-right: 1160px;
2356}
2357
2358.ag-ltr .ag-column-select-indent-59 {
2359 padding-left: 1180px;
2360}
2361.ag-rtl .ag-column-select-indent-59 {
2362 padding-right: 1180px;
2363}
2364
2365.ag-ltr .ag-row-group-indent-59 {
2366 padding-left: 1180px;
2367}
2368.ag-rtl .ag-row-group-indent-59 {
2369 padding-right: 1180px;
2370}
2371
2372.ag-ltr .ag-column-select-indent-60 {
2373 padding-left: 1200px;
2374}
2375.ag-rtl .ag-column-select-indent-60 {
2376 padding-right: 1200px;
2377}
2378
2379.ag-ltr .ag-row-group-indent-60 {
2380 padding-left: 1200px;
2381}
2382.ag-rtl .ag-row-group-indent-60 {
2383 padding-right: 1200px;
2384}
2385
2386.ag-ltr .ag-column-select-indent-61 {
2387 padding-left: 1220px;
2388}
2389.ag-rtl .ag-column-select-indent-61 {
2390 padding-right: 1220px;
2391}
2392
2393.ag-ltr .ag-row-group-indent-61 {
2394 padding-left: 1220px;
2395}
2396.ag-rtl .ag-row-group-indent-61 {
2397 padding-right: 1220px;
2398}
2399
2400.ag-ltr .ag-column-select-indent-62 {
2401 padding-left: 1240px;
2402}
2403.ag-rtl .ag-column-select-indent-62 {
2404 padding-right: 1240px;
2405}
2406
2407.ag-ltr .ag-row-group-indent-62 {
2408 padding-left: 1240px;
2409}
2410.ag-rtl .ag-row-group-indent-62 {
2411 padding-right: 1240px;
2412}
2413
2414.ag-ltr .ag-column-select-indent-63 {
2415 padding-left: 1260px;
2416}
2417.ag-rtl .ag-column-select-indent-63 {
2418 padding-right: 1260px;
2419}
2420
2421.ag-ltr .ag-row-group-indent-63 {
2422 padding-left: 1260px;
2423}
2424.ag-rtl .ag-row-group-indent-63 {
2425 padding-right: 1260px;
2426}
2427
2428.ag-ltr .ag-column-select-indent-64 {
2429 padding-left: 1280px;
2430}
2431.ag-rtl .ag-column-select-indent-64 {
2432 padding-right: 1280px;
2433}
2434
2435.ag-ltr .ag-row-group-indent-64 {
2436 padding-left: 1280px;
2437}
2438.ag-rtl .ag-row-group-indent-64 {
2439 padding-right: 1280px;
2440}
2441
2442.ag-ltr .ag-column-select-indent-65 {
2443 padding-left: 1300px;
2444}
2445.ag-rtl .ag-column-select-indent-65 {
2446 padding-right: 1300px;
2447}
2448
2449.ag-ltr .ag-row-group-indent-65 {
2450 padding-left: 1300px;
2451}
2452.ag-rtl .ag-row-group-indent-65 {
2453 padding-right: 1300px;
2454}
2455
2456.ag-ltr .ag-column-select-indent-66 {
2457 padding-left: 1320px;
2458}
2459.ag-rtl .ag-column-select-indent-66 {
2460 padding-right: 1320px;
2461}
2462
2463.ag-ltr .ag-row-group-indent-66 {
2464 padding-left: 1320px;
2465}
2466.ag-rtl .ag-row-group-indent-66 {
2467 padding-right: 1320px;
2468}
2469
2470.ag-ltr .ag-column-select-indent-67 {
2471 padding-left: 1340px;
2472}
2473.ag-rtl .ag-column-select-indent-67 {
2474 padding-right: 1340px;
2475}
2476
2477.ag-ltr .ag-row-group-indent-67 {
2478 padding-left: 1340px;
2479}
2480.ag-rtl .ag-row-group-indent-67 {
2481 padding-right: 1340px;
2482}
2483
2484.ag-ltr .ag-column-select-indent-68 {
2485 padding-left: 1360px;
2486}
2487.ag-rtl .ag-column-select-indent-68 {
2488 padding-right: 1360px;
2489}
2490
2491.ag-ltr .ag-row-group-indent-68 {
2492 padding-left: 1360px;
2493}
2494.ag-rtl .ag-row-group-indent-68 {
2495 padding-right: 1360px;
2496}
2497
2498.ag-ltr .ag-column-select-indent-69 {
2499 padding-left: 1380px;
2500}
2501.ag-rtl .ag-column-select-indent-69 {
2502 padding-right: 1380px;
2503}
2504
2505.ag-ltr .ag-row-group-indent-69 {
2506 padding-left: 1380px;
2507}
2508.ag-rtl .ag-row-group-indent-69 {
2509 padding-right: 1380px;
2510}
2511
2512.ag-ltr .ag-column-select-indent-70 {
2513 padding-left: 1400px;
2514}
2515.ag-rtl .ag-column-select-indent-70 {
2516 padding-right: 1400px;
2517}
2518
2519.ag-ltr .ag-row-group-indent-70 {
2520 padding-left: 1400px;
2521}
2522.ag-rtl .ag-row-group-indent-70 {
2523 padding-right: 1400px;
2524}
2525
2526.ag-ltr .ag-column-select-indent-71 {
2527 padding-left: 1420px;
2528}
2529.ag-rtl .ag-column-select-indent-71 {
2530 padding-right: 1420px;
2531}
2532
2533.ag-ltr .ag-row-group-indent-71 {
2534 padding-left: 1420px;
2535}
2536.ag-rtl .ag-row-group-indent-71 {
2537 padding-right: 1420px;
2538}
2539
2540.ag-ltr .ag-column-select-indent-72 {
2541 padding-left: 1440px;
2542}
2543.ag-rtl .ag-column-select-indent-72 {
2544 padding-right: 1440px;
2545}
2546
2547.ag-ltr .ag-row-group-indent-72 {
2548 padding-left: 1440px;
2549}
2550.ag-rtl .ag-row-group-indent-72 {
2551 padding-right: 1440px;
2552}
2553
2554.ag-ltr .ag-column-select-indent-73 {
2555 padding-left: 1460px;
2556}
2557.ag-rtl .ag-column-select-indent-73 {
2558 padding-right: 1460px;
2559}
2560
2561.ag-ltr .ag-row-group-indent-73 {
2562 padding-left: 1460px;
2563}
2564.ag-rtl .ag-row-group-indent-73 {
2565 padding-right: 1460px;
2566}
2567
2568.ag-ltr .ag-column-select-indent-74 {
2569 padding-left: 1480px;
2570}
2571.ag-rtl .ag-column-select-indent-74 {
2572 padding-right: 1480px;
2573}
2574
2575.ag-ltr .ag-row-group-indent-74 {
2576 padding-left: 1480px;
2577}
2578.ag-rtl .ag-row-group-indent-74 {
2579 padding-right: 1480px;
2580}
2581
2582.ag-ltr .ag-column-select-indent-75 {
2583 padding-left: 1500px;
2584}
2585.ag-rtl .ag-column-select-indent-75 {
2586 padding-right: 1500px;
2587}
2588
2589.ag-ltr .ag-row-group-indent-75 {
2590 padding-left: 1500px;
2591}
2592.ag-rtl .ag-row-group-indent-75 {
2593 padding-right: 1500px;
2594}
2595
2596.ag-ltr .ag-column-select-indent-76 {
2597 padding-left: 1520px;
2598}
2599.ag-rtl .ag-column-select-indent-76 {
2600 padding-right: 1520px;
2601}
2602
2603.ag-ltr .ag-row-group-indent-76 {
2604 padding-left: 1520px;
2605}
2606.ag-rtl .ag-row-group-indent-76 {
2607 padding-right: 1520px;
2608}
2609
2610.ag-ltr .ag-column-select-indent-77 {
2611 padding-left: 1540px;
2612}
2613.ag-rtl .ag-column-select-indent-77 {
2614 padding-right: 1540px;
2615}
2616
2617.ag-ltr .ag-row-group-indent-77 {
2618 padding-left: 1540px;
2619}
2620.ag-rtl .ag-row-group-indent-77 {
2621 padding-right: 1540px;
2622}
2623
2624.ag-ltr .ag-column-select-indent-78 {
2625 padding-left: 1560px;
2626}
2627.ag-rtl .ag-column-select-indent-78 {
2628 padding-right: 1560px;
2629}
2630
2631.ag-ltr .ag-row-group-indent-78 {
2632 padding-left: 1560px;
2633}
2634.ag-rtl .ag-row-group-indent-78 {
2635 padding-right: 1560px;
2636}
2637
2638.ag-ltr .ag-column-select-indent-79 {
2639 padding-left: 1580px;
2640}
2641.ag-rtl .ag-column-select-indent-79 {
2642 padding-right: 1580px;
2643}
2644
2645.ag-ltr .ag-row-group-indent-79 {
2646 padding-left: 1580px;
2647}
2648.ag-rtl .ag-row-group-indent-79 {
2649 padding-right: 1580px;
2650}
2651
2652.ag-ltr .ag-column-select-indent-80 {
2653 padding-left: 1600px;
2654}
2655.ag-rtl .ag-column-select-indent-80 {
2656 padding-right: 1600px;
2657}
2658
2659.ag-ltr .ag-row-group-indent-80 {
2660 padding-left: 1600px;
2661}
2662.ag-rtl .ag-row-group-indent-80 {
2663 padding-right: 1600px;
2664}
2665
2666.ag-ltr .ag-column-select-indent-81 {
2667 padding-left: 1620px;
2668}
2669.ag-rtl .ag-column-select-indent-81 {
2670 padding-right: 1620px;
2671}
2672
2673.ag-ltr .ag-row-group-indent-81 {
2674 padding-left: 1620px;
2675}
2676.ag-rtl .ag-row-group-indent-81 {
2677 padding-right: 1620px;
2678}
2679
2680.ag-ltr .ag-column-select-indent-82 {
2681 padding-left: 1640px;
2682}
2683.ag-rtl .ag-column-select-indent-82 {
2684 padding-right: 1640px;
2685}
2686
2687.ag-ltr .ag-row-group-indent-82 {
2688 padding-left: 1640px;
2689}
2690.ag-rtl .ag-row-group-indent-82 {
2691 padding-right: 1640px;
2692}
2693
2694.ag-ltr .ag-column-select-indent-83 {
2695 padding-left: 1660px;
2696}
2697.ag-rtl .ag-column-select-indent-83 {
2698 padding-right: 1660px;
2699}
2700
2701.ag-ltr .ag-row-group-indent-83 {
2702 padding-left: 1660px;
2703}
2704.ag-rtl .ag-row-group-indent-83 {
2705 padding-right: 1660px;
2706}
2707
2708.ag-ltr .ag-column-select-indent-84 {
2709 padding-left: 1680px;
2710}
2711.ag-rtl .ag-column-select-indent-84 {
2712 padding-right: 1680px;
2713}
2714
2715.ag-ltr .ag-row-group-indent-84 {
2716 padding-left: 1680px;
2717}
2718.ag-rtl .ag-row-group-indent-84 {
2719 padding-right: 1680px;
2720}
2721
2722.ag-ltr .ag-column-select-indent-85 {
2723 padding-left: 1700px;
2724}
2725.ag-rtl .ag-column-select-indent-85 {
2726 padding-right: 1700px;
2727}
2728
2729.ag-ltr .ag-row-group-indent-85 {
2730 padding-left: 1700px;
2731}
2732.ag-rtl .ag-row-group-indent-85 {
2733 padding-right: 1700px;
2734}
2735
2736.ag-ltr .ag-column-select-indent-86 {
2737 padding-left: 1720px;
2738}
2739.ag-rtl .ag-column-select-indent-86 {
2740 padding-right: 1720px;
2741}
2742
2743.ag-ltr .ag-row-group-indent-86 {
2744 padding-left: 1720px;
2745}
2746.ag-rtl .ag-row-group-indent-86 {
2747 padding-right: 1720px;
2748}
2749
2750.ag-ltr .ag-column-select-indent-87 {
2751 padding-left: 1740px;
2752}
2753.ag-rtl .ag-column-select-indent-87 {
2754 padding-right: 1740px;
2755}
2756
2757.ag-ltr .ag-row-group-indent-87 {
2758 padding-left: 1740px;
2759}
2760.ag-rtl .ag-row-group-indent-87 {
2761 padding-right: 1740px;
2762}
2763
2764.ag-ltr .ag-column-select-indent-88 {
2765 padding-left: 1760px;
2766}
2767.ag-rtl .ag-column-select-indent-88 {
2768 padding-right: 1760px;
2769}
2770
2771.ag-ltr .ag-row-group-indent-88 {
2772 padding-left: 1760px;
2773}
2774.ag-rtl .ag-row-group-indent-88 {
2775 padding-right: 1760px;
2776}
2777
2778.ag-ltr .ag-column-select-indent-89 {
2779 padding-left: 1780px;
2780}
2781.ag-rtl .ag-column-select-indent-89 {
2782 padding-right: 1780px;
2783}
2784
2785.ag-ltr .ag-row-group-indent-89 {
2786 padding-left: 1780px;
2787}
2788.ag-rtl .ag-row-group-indent-89 {
2789 padding-right: 1780px;
2790}
2791
2792.ag-ltr .ag-column-select-indent-90 {
2793 padding-left: 1800px;
2794}
2795.ag-rtl .ag-column-select-indent-90 {
2796 padding-right: 1800px;
2797}
2798
2799.ag-ltr .ag-row-group-indent-90 {
2800 padding-left: 1800px;
2801}
2802.ag-rtl .ag-row-group-indent-90 {
2803 padding-right: 1800px;
2804}
2805
2806.ag-ltr .ag-column-select-indent-91 {
2807 padding-left: 1820px;
2808}
2809.ag-rtl .ag-column-select-indent-91 {
2810 padding-right: 1820px;
2811}
2812
2813.ag-ltr .ag-row-group-indent-91 {
2814 padding-left: 1820px;
2815}
2816.ag-rtl .ag-row-group-indent-91 {
2817 padding-right: 1820px;
2818}
2819
2820.ag-ltr .ag-column-select-indent-92 {
2821 padding-left: 1840px;
2822}
2823.ag-rtl .ag-column-select-indent-92 {
2824 padding-right: 1840px;
2825}
2826
2827.ag-ltr .ag-row-group-indent-92 {
2828 padding-left: 1840px;
2829}
2830.ag-rtl .ag-row-group-indent-92 {
2831 padding-right: 1840px;
2832}
2833
2834.ag-ltr .ag-column-select-indent-93 {
2835 padding-left: 1860px;
2836}
2837.ag-rtl .ag-column-select-indent-93 {
2838 padding-right: 1860px;
2839}
2840
2841.ag-ltr .ag-row-group-indent-93 {
2842 padding-left: 1860px;
2843}
2844.ag-rtl .ag-row-group-indent-93 {
2845 padding-right: 1860px;
2846}
2847
2848.ag-ltr .ag-column-select-indent-94 {
2849 padding-left: 1880px;
2850}
2851.ag-rtl .ag-column-select-indent-94 {
2852 padding-right: 1880px;
2853}
2854
2855.ag-ltr .ag-row-group-indent-94 {
2856 padding-left: 1880px;
2857}
2858.ag-rtl .ag-row-group-indent-94 {
2859 padding-right: 1880px;
2860}
2861
2862.ag-ltr .ag-column-select-indent-95 {
2863 padding-left: 1900px;
2864}
2865.ag-rtl .ag-column-select-indent-95 {
2866 padding-right: 1900px;
2867}
2868
2869.ag-ltr .ag-row-group-indent-95 {
2870 padding-left: 1900px;
2871}
2872.ag-rtl .ag-row-group-indent-95 {
2873 padding-right: 1900px;
2874}
2875
2876.ag-ltr .ag-column-select-indent-96 {
2877 padding-left: 1920px;
2878}
2879.ag-rtl .ag-column-select-indent-96 {
2880 padding-right: 1920px;
2881}
2882
2883.ag-ltr .ag-row-group-indent-96 {
2884 padding-left: 1920px;
2885}
2886.ag-rtl .ag-row-group-indent-96 {
2887 padding-right: 1920px;
2888}
2889
2890.ag-ltr .ag-column-select-indent-97 {
2891 padding-left: 1940px;
2892}
2893.ag-rtl .ag-column-select-indent-97 {
2894 padding-right: 1940px;
2895}
2896
2897.ag-ltr .ag-row-group-indent-97 {
2898 padding-left: 1940px;
2899}
2900.ag-rtl .ag-row-group-indent-97 {
2901 padding-right: 1940px;
2902}
2903
2904.ag-ltr .ag-column-select-indent-98 {
2905 padding-left: 1960px;
2906}
2907.ag-rtl .ag-column-select-indent-98 {
2908 padding-right: 1960px;
2909}
2910
2911.ag-ltr .ag-row-group-indent-98 {
2912 padding-left: 1960px;
2913}
2914.ag-rtl .ag-row-group-indent-98 {
2915 padding-right: 1960px;
2916}
2917
2918.ag-ltr .ag-column-select-indent-99 {
2919 padding-left: 1980px;
2920}
2921.ag-rtl .ag-column-select-indent-99 {
2922 padding-right: 1980px;
2923}
2924
2925.ag-ltr .ag-row-group-indent-99 {
2926 padding-left: 1980px;
2927}
2928.ag-rtl .ag-row-group-indent-99 {
2929 padding-right: 1980px;
2930}
2931
2932.ag-ltr {
2933 direction: ltr;
2934}
2935.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 {
2936 flex-direction: row;
2937}
2938
2939.ag-rtl {
2940 direction: rtl;
2941}
2942.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 {
2943 flex-direction: row-reverse;
2944}
2945.ag-rtl .ag-icon-contracted,
2946.ag-rtl .ag-icon-tree-closed {
2947 display: block;
2948 -webkit-transform: rotate(180deg);
2949 transform: rotate(180deg);
2950}
2951
2952.ag-layout-print.ag-body-viewport {
2953 flex: none;
2954}
2955.ag-layout-print.ag-root-wrapper {
2956 display: inline-flex;
2957}
2958.ag-layout-print .ag-center-cols-clipper {
2959 min-width: 100%;
2960}
2961.ag-layout-print .ag-body-horizontal-scroll {
2962 display: none;
2963}
2964.ag-layout-print.ag-force-vertical-scroll {
2965 overflow-y: visible !important;
2966}
2967
2968@media print {
2969 .ag-root-wrapper.ag-layout-print,
2970.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
2971.ag-root-wrapper.ag-layout-print .ag-root,
2972.ag-root-wrapper.ag-layout-print .ag-body-viewport,
2973.ag-root-wrapper.ag-layout-print .ag-center-cols-container,
2974.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
2975.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
2976.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
2977.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
2978 height: auto !important;
2979 overflow: hidden !important;
2980 display: block !important;
2981 }
2982 .ag-root-wrapper.ag-layout-print .ag-row {
2983 page-break-inside: avoid;
2984 }
2985}
2986.ag-body .ag-body-viewport {
2987 -webkit-overflow-scrolling: touch;
2988}
2989
2990.ag-chart {
2991 position: relative;
2992 display: flex;
2993 overflow: hidden;
2994 width: 100%;
2995 height: 100%;
2996}
2997
2998.ag-chart-components-wrapper {
2999 position: relative;
3000 display: flex;
3001 flex: 1 1 auto;
3002 overflow: hidden;
3003}
3004
3005.ag-chart-title-edit {
3006 position: absolute;
3007 display: none;
3008 top: 0;
3009 left: 0;
3010 text-align: center;
3011}
3012
3013.ag-chart-title-edit.currently-editing {
3014 display: inline-block;
3015}
3016
3017.ag-chart-canvas-wrapper {
3018 position: relative;
3019 flex: 1 1 auto;
3020 overflow: hidden;
3021}
3022
3023.ag-charts-canvas {
3024 display: block;
3025}
3026
3027.ag-chart-menu {
3028 position: absolute;
3029 top: 10px;
3030 width: 24px;
3031 overflow: hidden;
3032 display: flex;
3033 flex-direction: column;
3034}
3035.ag-ltr .ag-chart-menu {
3036 right: 20px;
3037}
3038.ag-rtl .ag-chart-menu {
3039 left: 20px;
3040}
3041
3042.ag-chart-docked-container {
3043 position: relative;
3044 width: 0;
3045 min-width: 0;
3046 transition: min-width 0.4s;
3047}
3048
3049.ag-chart-menu-hidden ~ .ag-chart-docked-container {
3050 max-width: 0;
3051 overflow: hidden;
3052}
3053
3054.ag-chart-tabbed-menu {
3055 width: 100%;
3056 height: 100%;
3057 display: flex;
3058 flex-direction: column;
3059 overflow: hidden;
3060}
3061
3062.ag-chart-tabbed-menu-header {
3063 flex: none;
3064 -webkit-user-select: none;
3065 -moz-user-select: none;
3066 -ms-user-select: none;
3067 user-select: none;
3068 cursor: default;
3069}
3070
3071.ag-chart-tabbed-menu-body {
3072 display: flex;
3073 flex: 1 1 auto;
3074 align-items: stretch;
3075 overflow: hidden;
3076}
3077
3078.ag-chart-tab {
3079 width: 100%;
3080 overflow: hidden;
3081 overflow-y: auto;
3082}
3083
3084.ag-chart-settings {
3085 overflow-x: hidden;
3086}
3087
3088.ag-chart-settings-wrapper {
3089 position: relative;
3090 flex-direction: column;
3091 width: 100%;
3092 height: 100%;
3093 display: flex;
3094 overflow: hidden;
3095}
3096
3097.ag-chart-settings-nav-bar {
3098 display: flex;
3099 align-items: center;
3100 width: 100%;
3101 height: 30px;
3102 padding: 0 10px;
3103 -webkit-user-select: none;
3104 -moz-user-select: none;
3105 -ms-user-select: none;
3106 user-select: none;
3107}
3108
3109.ag-chart-settings-card-selector {
3110 display: flex;
3111 align-items: center;
3112 justify-content: space-around;
3113 flex: 1 1 auto;
3114 height: 100%;
3115 padding: 0 10px;
3116}
3117
3118.ag-chart-settings-card-item {
3119 cursor: pointer;
3120 width: 10px;
3121 height: 10px;
3122 background-color: #000;
3123 position: relative;
3124}
3125.ag-chart-settings-card-item.ag-not-selected {
3126 opacity: 0.2;
3127}
3128.ag-chart-settings-card-item::before {
3129 content: " ";
3130 display: block;
3131 position: absolute;
3132 background-color: transparent;
3133 left: 50%;
3134 top: 50%;
3135 margin-left: -10px;
3136 margin-top: -10px;
3137 width: 20px;
3138 height: 20px;
3139}
3140
3141.ag-chart-settings-prev,
3142.ag-chart-settings-next {
3143 position: relative;
3144 flex: none;
3145}
3146
3147.ag-chart-settings-prev-button,
3148.ag-chart-settings-next-button {
3149 position: absolute;
3150 top: 0;
3151 left: 0;
3152 width: 100%;
3153 height: 100%;
3154 cursor: pointer;
3155 opacity: 0;
3156}
3157
3158.ag-chart-settings-mini-charts-container {
3159 position: relative;
3160 flex: 1 1 auto;
3161 overflow-x: hidden;
3162 overflow-y: auto;
3163}
3164
3165.ag-chart-settings-mini-wrapper {
3166 position: absolute;
3167 top: 0;
3168 left: 0;
3169 display: flex;
3170 flex-direction: column;
3171 width: 100%;
3172 min-height: 100%;
3173 overflow: hidden;
3174}
3175.ag-chart-settings-mini-wrapper.ag-animating {
3176 transition: left 0.3s;
3177 transition-timing-function: ease-in-out;
3178}
3179
3180.ag-chart-mini-thumbnail {
3181 cursor: pointer;
3182}
3183
3184.ag-chart-mini-thumbnail-canvas {
3185 display: block;
3186}
3187
3188.ag-chart-data-wrapper,
3189.ag-chart-format-wrapper {
3190 display: flex;
3191 flex-direction: column;
3192 position: relative;
3193 -webkit-user-select: none;
3194 -moz-user-select: none;
3195 -ms-user-select: none;
3196 user-select: none;
3197}
3198
3199.ag-chart-data-section,
3200.ag-chart-format-section {
3201 display: flex;
3202 margin: 0;
3203}
3204
3205.ag-charts-font-panel-controls {
3206 justify-content: space-between;
3207}
3208
3209.ag-chart-empty-text {
3210 display: flex;
3211 top: 0;
3212 width: 100%;
3213 height: 100%;
3214 align-items: center;
3215 justify-content: center;
3216}
3217
3218.ag-chart .ag-chart-menu {
3219 opacity: 0;
3220 pointer-events: none;
3221}
3222
3223.ag-chart-menu-hidden:hover .ag-chart-menu {
3224 opacity: 1;
3225 pointer-events: all;
3226}
3227
3228.ag-date-time-list-page-title-bar {
3229 display: flex;
3230}
3231
3232.ag-date-time-list-page-column-labels-row,
3233.ag-date-time-list-page-entries-row {
3234 display: flex;
3235}
3236
3237.ag-date-time-list-page-column-label,
3238.ag-date-time-list-page-entry {
3239 flex-basis: 0;
3240 flex-grow: 1;
3241}
3242
3243.ag-date-time-list-page-entry {
3244 cursor: pointer;
3245}