ag-grid-community-rails 28.1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (303) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +58 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +20 -0
  5. data/LICENSE +21 -0
  6. data/README.md +389 -0
  7. data/Rakefile +1 -0
  8. data/ag-grid-community-rails.gemspec +23 -0
  9. data/lib/ag-grid-community-rails/engine.rb +10 -0
  10. data/lib/ag-grid-community-rails/railtie.rb +9 -0
  11. data/lib/ag-grid-community-rails/version.rb +9 -0
  12. data/lib/ag-grid-community-rails.rb +16 -0
  13. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.amd.js +59724 -0
  14. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.amd.noStyle.js +58894 -0
  15. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.auto.complete.esm.js +52767 -0
  16. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.auto.esm.js +52767 -0
  17. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.cjs.js +52903 -0
  18. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.esm.js +52765 -0
  19. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.js +59735 -0
  20. data/vendor/assets/javascripts/ag-grid-community/ag-grid-community.noStyle.js +58905 -0
  21. data/vendor/assets/javascripts/ag-grid-community/styles/ag-grid.css +2287 -0
  22. data/vendor/assets/javascripts/ag-grid-community/styles/ag-grid.scss +6 -0
  23. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/aggregation.svg +7 -0
  24. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/arrows.svg +5 -0
  25. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/asc.svg +5 -0
  26. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/cancel.svg +5 -0
  27. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/chart.svg +12 -0
  28. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-checked.svg +5 -0
  29. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-indeterminate.svg +5 -0
  30. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/checkbox-unchecked.svg +5 -0
  31. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/color-picker.svg +5 -0
  32. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/columns.svg +7 -0
  33. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/contracted.svg +7 -0
  34. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/copy.svg +5 -0
  35. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/cross.svg +7 -0
  36. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/csv.svg +18 -0
  37. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/desc.svg +5 -0
  38. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/excel.svg +12 -0
  39. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/expanded.svg +7 -0
  40. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/eye-slash.svg +10 -0
  41. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/eye.svg +7 -0
  42. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/filter.svg +7 -0
  43. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/first.svg +5 -0
  44. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/grip.svg +5 -0
  45. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/group.svg +7 -0
  46. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/last.svg +5 -0
  47. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/left.svg +5 -0
  48. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/linked.svg +5 -0
  49. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/loading.svg +7 -0
  50. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/maximize.svg +7 -0
  51. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/menu.svg +7 -0
  52. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/minimize.svg +7 -0
  53. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/next.svg +7 -0
  54. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/none.svg +15 -0
  55. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/not-allowed.svg +5 -0
  56. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/paste.svg +5 -0
  57. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/pin.svg +5 -0
  58. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/pivot.svg +5 -0
  59. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/previous.svg +5 -0
  60. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/radio-button-off.svg +7 -0
  61. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/radio-button-on.svg +7 -0
  62. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/right.svg +5 -0
  63. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/save.svg +11 -0
  64. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-down.svg +5 -0
  65. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-left.svg +5 -0
  66. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-right.svg +5 -0
  67. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/small-up.svg +5 -0
  68. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tick.svg +7 -0
  69. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-closed.svg +5 -0
  70. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-indeterminate.svg +7 -0
  71. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/tree-open.svg +7 -0
  72. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/icons/unlinked.svg +5 -0
  73. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-default-params.scss +86 -0
  74. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-font-vars.scss +54 -0
  75. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/_ag-theme-alpine-mixin.scss +269 -0
  76. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine/sass/ag-theme-alpine.scss +8 -0
  77. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/_ag-theme-alpine-dark-default-params.scss +22 -0
  78. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/_ag-theme-alpine-dark-mixin.scss +8 -0
  79. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark/sass/ag-theme-alpine-dark.scss +8 -0
  80. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine-dark.css +5334 -0
  81. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-alpine.css +5333 -0
  82. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/aggregation.svg +5 -0
  83. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/arrows.svg +5 -0
  84. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/asc.svg +5 -0
  85. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/cancel.svg +5 -0
  86. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/chart.svg +5 -0
  87. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-checked.svg +5 -0
  88. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-indeterminate.svg +5 -0
  89. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/checkbox-unchecked.svg +5 -0
  90. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/color-picker.svg +5 -0
  91. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/columns.svg +5 -0
  92. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/contracted.svg +5 -0
  93. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/copy.svg +5 -0
  94. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/cross.svg +5 -0
  95. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/csv.svg +18 -0
  96. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/desc.svg +5 -0
  97. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/excel.svg +12 -0
  98. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/expanded.svg +5 -0
  99. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/eye-slash.svg +5 -0
  100. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/eye.svg +5 -0
  101. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/filter.svg +5 -0
  102. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/first.svg +5 -0
  103. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/grip.svg +5 -0
  104. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/group.svg +5 -0
  105. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/last.svg +5 -0
  106. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/left.svg +5 -0
  107. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/linked.svg +5 -0
  108. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/loading.svg +5 -0
  109. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/maximize.svg +5 -0
  110. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/menu.svg +5 -0
  111. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/minimize.svg +5 -0
  112. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/next.svg +5 -0
  113. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/none.svg +5 -0
  114. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/not-allowed.svg +5 -0
  115. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/paste.svg +5 -0
  116. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/pin.svg +5 -0
  117. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/pivot.svg +5 -0
  118. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/previous.svg +5 -0
  119. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/radio-button-off.svg +5 -0
  120. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/radio-button-on.svg +5 -0
  121. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/right.svg +5 -0
  122. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/save.svg +5 -0
  123. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-down.svg +5 -0
  124. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-left.svg +5 -0
  125. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-right.svg +5 -0
  126. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/small-up.svg +5 -0
  127. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tick.svg +5 -0
  128. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-closed.svg +5 -0
  129. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-indeterminate.svg +5 -0
  130. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/tree-open.svg +5 -0
  131. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/icons/unlinked.svg +5 -0
  132. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-default-params.scss +69 -0
  133. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-font-vars.scss +54 -0
  134. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/_ag-theme-balham-mixin.scss +133 -0
  135. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/ag-theme-balham.scss +4 -0
  136. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/legacy/_ag-theme-balham-define-legacy-vars.scss +158 -0
  137. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham/sass/legacy/_ag-theme-balham-v22-compat.scss +13 -0
  138. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/_ag-theme-balham-dark-default-params.scss +33 -0
  139. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/_ag-theme-balham-dark-mixin.scss +12 -0
  140. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/ag-theme-balham-dark.scss +4 -0
  141. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/legacy/_ag-theme-balham-dark-define-legacy-vars.scss +87 -0
  142. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark/sass/legacy/_ag-theme-balham-dark-v22-compat.scss +13 -0
  143. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham-dark.css +5202 -0
  144. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-balham.css +5198 -0
  145. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/aggregation.svg +5 -0
  146. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/arrows.svg +5 -0
  147. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/asc.svg +5 -0
  148. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/cancel.svg +5 -0
  149. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/chart.svg +5 -0
  150. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-checked.svg +5 -0
  151. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-indeterminate.svg +5 -0
  152. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/checkbox-unchecked.svg +5 -0
  153. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/color-picker.svg +5 -0
  154. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/columns.svg +5 -0
  155. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/contracted.svg +5 -0
  156. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/copy.svg +5 -0
  157. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/cross.svg +5 -0
  158. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/csv.svg +18 -0
  159. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/desc.svg +5 -0
  160. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/excel.svg +12 -0
  161. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/expanded.svg +5 -0
  162. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/eye-slash.svg +5 -0
  163. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/eye.svg +5 -0
  164. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/filter.svg +5 -0
  165. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/first.svg +5 -0
  166. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/grip.svg +5 -0
  167. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/group.svg +5 -0
  168. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/last.svg +5 -0
  169. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/left.svg +5 -0
  170. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/linked.svg +5 -0
  171. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/loading.svg +5 -0
  172. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/maximize.svg +5 -0
  173. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/menu.svg +5 -0
  174. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/minimize.svg +5 -0
  175. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/next.svg +5 -0
  176. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/none.svg +5 -0
  177. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/not-allowed.svg +5 -0
  178. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/paste.svg +5 -0
  179. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/pin.svg +5 -0
  180. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/pivot.svg +5 -0
  181. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/previous.svg +5 -0
  182. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/radio-button-off.svg +5 -0
  183. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/radio-button-on.svg +5 -0
  184. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/right.svg +5 -0
  185. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/save.svg +5 -0
  186. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-down.svg +5 -0
  187. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-left.svg +5 -0
  188. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-right.svg +5 -0
  189. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/small-up.svg +5 -0
  190. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tick.svg +5 -0
  191. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-closed.svg +5 -0
  192. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-indeterminate.svg +5 -0
  193. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/tree-open.svg +5 -0
  194. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/icons/unlinked.svg +6 -0
  195. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-default-params.scss +251 -0
  196. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-font-vars.scss +54 -0
  197. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base-mixin.scss +56 -0
  198. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/_ag-theme-base.scss +10 -0
  199. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-create-params-from-legacy-vars.scss +142 -0
  200. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-define-legacy-vars.scss +268 -0
  201. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-theme-base-rename-legacy-vars.scss +992 -0
  202. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/legacy/_ag-v22-to-v23-compatibility-mode.scss +297 -0
  203. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_charts.scss +112 -0
  204. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_column-drop.scss +132 -0
  205. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_columns-tool-panel.scss +39 -0
  206. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_date-time.scss +20 -0
  207. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_filter-tool-panel.scss +75 -0
  208. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_footer.scss +54 -0
  209. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_grid-borders.scss +123 -0
  210. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_grid-layout.scss +276 -0
  211. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_header.scss +137 -0
  212. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_menu.scss +180 -0
  213. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_reset.scss +15 -0
  214. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_sidebar.scss +113 -0
  215. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-base/sass/parts/_widgets.scss +845 -0
  216. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue/sass/ag-theme-blue.scss +31 -0
  217. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue/sass/legacy/_ag-theme-blue-define-legacy-vars.scss +92 -0
  218. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-blue.css +5097 -0
  219. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap/sass/ag-theme-bootstrap.scss +27 -0
  220. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap/sass/legacy/_ag-theme-bootstrap-define-legacy-vars.scss +90 -0
  221. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-bootstrap.css +4854 -0
  222. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-classic/sass/_ag-theme-classic.scss +103 -0
  223. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark/sass/ag-theme-dark.scss +30 -0
  224. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark/sass/legacy/_ag-theme-dark-define-legacy-vars.scss +94 -0
  225. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-dark.css +5071 -0
  226. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh/sass/ag-theme-fresh.scss +27 -0
  227. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh/sass/legacy/_ag-theme-fresh-define-legacy-vars.scss +90 -0
  228. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-fresh.css +5067 -0
  229. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/aggregation.svg +5 -0
  230. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/arrows.svg +5 -0
  231. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/asc.svg +5 -0
  232. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/cancel.svg +5 -0
  233. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/chart.svg +5 -0
  234. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-checked.svg +5 -0
  235. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-indeterminate.svg +5 -0
  236. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/checkbox-unchecked.svg +5 -0
  237. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/color-picker.svg +5 -0
  238. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/columns.svg +5 -0
  239. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/contracted.svg +5 -0
  240. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/copy.svg +5 -0
  241. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/cross.svg +5 -0
  242. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/csv.svg +18 -0
  243. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/desc.svg +5 -0
  244. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/excel.svg +12 -0
  245. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/expanded.svg +5 -0
  246. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/eye-slash.svg +5 -0
  247. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/eye.svg +5 -0
  248. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/filter.svg +5 -0
  249. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/first.svg +5 -0
  250. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/grip.svg +5 -0
  251. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/group.svg +5 -0
  252. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/last.svg +5 -0
  253. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/left.svg +5 -0
  254. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/linked.svg +5 -0
  255. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/loading.svg +5 -0
  256. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/maximize.svg +5 -0
  257. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/menu.svg +5 -0
  258. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/minimize.svg +5 -0
  259. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/next.svg +5 -0
  260. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/none.svg +5 -0
  261. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/not-allowed.svg +5 -0
  262. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/paste.svg +5 -0
  263. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/pin.svg +5 -0
  264. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/pivot.svg +5 -0
  265. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/previous.svg +5 -0
  266. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/radio-button-off.svg +7 -0
  267. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/radio-button-on.svg +7 -0
  268. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/right.svg +5 -0
  269. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/save.svg +5 -0
  270. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-down.svg +5 -0
  271. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-left.svg +5 -0
  272. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-right.svg +5 -0
  273. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/small-up.svg +5 -0
  274. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tick.svg +5 -0
  275. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-closed.svg +5 -0
  276. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-indeterminate.svg +5 -0
  277. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/tree-open.svg +5 -0
  278. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/icons/unlinked.svg +5 -0
  279. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-default-params.scss +71 -0
  280. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-font-vars.scss +54 -0
  281. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/_ag-theme-material-mixin.scss +209 -0
  282. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/ag-theme-material.scss +4 -0
  283. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/legacy/_ag-theme-material-define-legacy-vars.scss +134 -0
  284. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material/sass/legacy/_ag-theme-material-v22-compat.scss +13 -0
  285. data/vendor/assets/javascripts/ag-grid-community/styles/ag-theme-material.css +5136 -0
  286. data/vendor/assets/javascripts/ag-grid-community/styles/agGridAlpineFont.css +210 -0
  287. data/vendor/assets/javascripts/ag-grid-community/styles/agGridBalhamFont.css +210 -0
  288. data/vendor/assets/javascripts/ag-grid-community/styles/agGridClassicFont.css +210 -0
  289. data/vendor/assets/javascripts/ag-grid-community/styles/agGridMaterialFont.css +210 -0
  290. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-grid-mixins.scss +105 -0
  291. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-theme-mixins.scss +283 -0
  292. data/vendor/assets/javascripts/ag-grid-community/styles/mixins/_ag-theme-params.scss +386 -0
  293. data/vendor/assets/javascripts/ag-grid-community/styles/scss-template.hbs +13 -0
  294. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_charts-structural.scss +237 -0
  295. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_common-structural.scss +1627 -0
  296. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_date-time-structural.scss +18 -0
  297. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_mobile-structural.scss +3 -0
  298. data/vendor/assets/javascripts/ag-grid-community/styles/structural/_print-structural.scss +45 -0
  299. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridAlpineFont.scss +7 -0
  300. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridBalhamFont.scss +7 -0
  301. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridClassicFont.scss +7 -0
  302. data/vendor/assets/javascripts/ag-grid-community/styles/webfont/agGridMaterialFont.scss +7 -0
  303. metadata +373 -0
@@ -0,0 +1,5067 @@
1
+ .ag-theme-fresh {
2
+ -webkit-font-smoothing: antialiased;
3
+ color: #000;
4
+ color: var(--ag-foreground-color, #000);
5
+ font-family: "Helvetica Neue", sans-serif;
6
+ font-size: 14px;
7
+ line-height: normal;
8
+ }
9
+ @font-face {
10
+ font-family: "agGridClassic";
11
+ src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABXwAAsAAAAAKrgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAmMAAAR2Zoxou09TLzIAAANsAAAAQQAAAFZWVlMSY21hcAAAA7AAAAIbAAAFnIlT7KJnbHlmAAAFzAAADBkAABg4HeN0mGhlYWQAABHoAAAANAAAADZ2z8SBaGhlYQAAEhwAAAAeAAAAJAfTBCxobXR4AAASPAAAABgAAAE4yyH/7GxvY2EAABJUAAAAdgAAAJ5JCULobWF4cAAAEswAAAAfAAAAIAFkAKpuYW1lAAAS7AAAATMAAAJS8kTiWnBvc3QAABQgAAABzQAAArBhTs2TeJx9lMtOU1EUhv/DaREoAlG8pCIiGi+oiMrxXHpoy6WH1tbEgTEOnGBMjAlxxHP4AD4BQ5/AB3DgE/gADhw6Nn5r9WCFAey03Xtd/vXvf62NAklTWlNTYzvF4KVm9vcOPqquioZ/5v9/H+x/eL+niaMTvor/TiioTGtGy3qtA30LZoKD4HBsPqyHr8J34efwS/hLIVFLWiW6pqesWAnfkVJlaijXmMaxxew34BOymmq59RyMqu7pqqfL1IzJ6Tniip7xmQOncJyOtolKWYbZ4XvAuqfZUyJy3Qc/g80m1gqKLKJJrnlNgp4Q01Sb/Cb+89TcoXaEv8BXwK6KpcW+rQtwsoyKq9rVGz3Bbzc1lKzMSfnE2vVz5Kc1NDmKaoHToJZhr8LgyN6gakLGY9AzorZKRVd0k+wGOB3Q2p694dnLRCZwS3WDnd0zges08Zle6K1X3S1zOq7pUIFV2I/shePlenjM2gZrQOwjOIys1p8H1IrUx1+jV4X29UmH+qrv+qGf+q0/OqOL1En8Dtug75yqzQQKnozu4m39s9pdx5mBk1HHIya5ecPVifH1Sg2tWo2bmTop+whr6vFT8LT4Lmxy+lGhRuR1rdNV1ibnmOiz5XQ2WdOudI8pmPUJ7vss1HWHvi064nAOc7S+CqLthvyuuG5N8Ba8b6auvbA5P9lbsH7XmdVr/EbcMHOdnuO9jsWQRpYlz8phbxjr+HNYj6oZqwVYresuPpuxvr+OLpVucZ8hk4QIexl9n6/bMMjKlzpPD419u+zYJY+LPSvgP0FUvvDUtbOZLuBm8zH4C3G+c6UAeJxjYGSazTiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgOMOh+NGJ+AeRGMX9i4ALSjCA5AOaCCwgAAAB4nLXUB1IbQRCF4V+BLMA22eQcBQaTcxAiHwJnCgcKZ87hs/kefQL8Rt0+AK7yVn3bO1Or3ZlavQaqgJzMSB6ytWR0RSar2UxlPkd9ZT7Pb40L1JLVdZErbrizhft7zRa55Jpby1RGf4+M7i7QwxjLGh2yxAE7lFnlXDN7rLPPLkdsssEJK2yzxjFnbFHilAv9Pq0irzVWU6P31mklDXpiI0084jEttNJGOx100kW33tRLH/0MMMgQw4wwyjgTTDLFtHZSZJY5njHPgs7PNVrUIqt52HH4wPvTsXSwU149X97TjnePNje02e2147Ot0unFPzzsPxyFdMr9itEZ6Yu6tNvLsCQvwoG8DDvyKpTldViVN+Fc3ob0b3gX9uQqrMt12Jf3YVc+hCP5GDblU9iQm3Ait2FFPodt+RLW5Gs4lm8h7f172JIfoSQ/w6ncBX1Ay7iUF8s6Us25lC/Lu5Qxq3Ipe1btSLXGkWqtI9U6R6r1LmXSGhypFlz6ktboSLXJkWqzU3awoBRhQXnCnjglC2txyhjW6pQ2rM0pd1i7UwKxDqcsYp1OqcS6nPKJPXVKKtbtlFmsxym9WK9TjrE+p0Rj/U7ZxgacUo4NOuUdG3JKPjbs1AOwEadugI069QVszKlDYONOvQKbcKkv2qRLebApp96BTTv1FGzGqa9gRac+g806dRxszlXuCepC2LyrPHPBsfgHpKymyQB4nO1Ye2wUxxnfmfXt3t57d+92zxycvXf4FkNico+99QMMGOOzcWzTnIMJaQ04GMWYRDEESJqktAElJErSShFVqUmAqj0XmlQFI+XRBxKpGleRGqePNKnyKn+0Sdq4pHXS6uRb+s3eww8ooPSfVu3Zu/P6Zuabb34z3+9bClHwo5P0IMVRFFJkVvEpIq3QSWN4717Un7v/9dfxAfzT8fERtBftBRFT/n36faoSChqr6jKr8oqZ6ApvJjKvmAmroHNdqbGxlnWIXgdpap2RW9cCaZdhkPpUF8J0JdcFVS1dlzblu1LFOdfTj1FWKLAqBw8fRt9+th/1ob7+Z47jXc9uRX3G01ufyX1YlMcTeIKym/KgC2gD+uCJljOjqTNnUqNnWkbRqmJutOUMZaGoiwas6wNKpMKUSi2hllKURQnVII1PNKK4EgsiH+91IVoJMZCRoCYJTREU58NVcV+YhpTenhOV+lCoXsEfwUupV3Iej9/vwRd4Wc59N51GHen0SHc3DtWF8Mfwgv+cG17012U+x/N+P4//wsvGqPF2JoOOGZth2bP0WgzrKSoSnlbOMkcnFsF6RZnebioRKik1MUOdAWPi74kT59fSHxSVKCp180xdXjRsP1t1EB1dRM3VRb02XWhFU66oyO+N06jzKloYzgzZ0lnzX9vsV5r5KpOS9cKi76G3AjqslJ+iAHgyh2i9AjEs/Pm8EsySUCMq/pOxqf42I4cax8Ze/oHdXu6WomuikrscnUPHG6DBeAktHxtrdDqDgUh5KBoNlVfND5LhGXOOQ/QhmI0FvLphbTJFVfnAbPDQc1J03DhNNxmnM7OS7Aj8UEcGfqiT5KmC7h8UbLX02qyFAMe+sBbW4lqcHgwRi4Hl8hYkljMtQyxnvDJi/vIWFAoWnChYUAQJHn8E23aGqDRCUUV9mugmc5U86BPnFS0MN4XCK7Sm8HEND2cMRwZNpo1R1DFijKbxsFnOQvk4VGap0l3wAP0AOdscgu1gOQQ3go4mkbDHmDBfxsQeJMALb59VRAIU8za/OEXfSf+Z8oB1FlCt1Jepp2DoCOykZYZF6LCGQEFGlhqQWOV14XCopkxLNOI4saWXCUXUGhSGDt4giiX1RhSTZGLgEFRriWQsSMcJPmqQWoOJuWNBXOiU71OBJDmI4WZK6tFGsj9enxu5MGzPUhq6S/Qd7La7LEanqusqTqp6y6jRhB7BiLZ4foeNTZwQ9Hpkr8dmcfoVUV4o2pzWMqvXLc93yJUSg60u2ykhJC3gnR7OZWWtbgcv2QWPN8ALFZLg5602J1tmcQcFxm4RBLtTsC1bshjT2Gq3WrCGWZvbweA4jWyCFf/RuudBC65Vp141lXlkfOpR+p7flHN87mu/dVQERasQqKzyhbSId74qcG6b0+dNxCqXSH6/ze1yl1dLbnuVYHfZy3mHLLh4K8OKSk2V6PT5fR6b3S2ITs7O0SxrYcUFT/zwR5ydsbFOm4X7Nee2ci7uF27O5hGo/+/df/XeFf34QdOP83FgC+TgfufYM/3G08bT/ehe7MpNQuEo2tIPomVz9rrtqvusQ2skkYzHpAq0ApNtk3xeN5Jhe1woFFmKWAKEiJa48vZcf0s7x1q8bl70LFtpczFOq1v0dXY7bJzgFco29JRxPNRcybBj9w66nHbJI/o3bnQLFovHwS+44163T3BxHLPvi4yV4d2mTf4X1vjZeAPxelfy3k8YjquxhtFMZtr3vEzrVDkVpZbB/LqcjEuyJLvAoQM7RMkVSAuHwKerYg1WGTaIZEmXGWJp+EuCgGl1FeSRkoisaHr4vqEN1Xc0aqsqXcYva9pVW+OS2uv3/SH5+WW25kT0sc7052Jf2LhlfWPd0tjG3eiNdS0uQQoq9obraNeiG4Sym9r3L7890hxfZEf7bBilLYwrYLzN1G7QYq3Nt0l++8r5Ni5R1Rhb+9CNxuForyjLFfPi3YHptcjgQxdRSVgLWYdJRwq6JiFP6iS9qDS5ldSqyHIUJnIyiOhoiqyga8/9D371fqLkLbu+cldzYmVv3+13bV6/1lTW0XL73oGUDa1Ftq5kKlm1KBlZRvvodPuDezq6HI61keWx9gPtN5+MtW7QaxlGj20VZamyvPbWRLK3nnbOX4ys9nntXiuLqTx3M3nODuBSEGmICuJVLeqLa2mTx2ToQWC9m0ay3d0FWTwF/J02oxI+zAOhVVkZrUhjz0sv1WazeMJwoEmj+dw5KBBxR4FfnJ3FowJUxTSb14HdFB90lbwCHGgkk8ma/8BC/lUOHctkxjMm8Tp2aQIqWQrrPgtnW6GqqGrqesJ9TDIHXKtA60oPH9YUFPZBLJF/quBBx4HVgY2A4ZGUsCMz3dyNOgvTmerQg2kwXyadhSSbxqlsTkij493AndLp/xg95uxtVZiPIxKdsXgqnc5dMDc3O2Nn8z7jGL3e9BkykD0SoqJtJ/Je4iSuR8dO5OPAk4Ro4oufXvyU/hv9VypBDeZPB+MmdB08txrR4aCDc5bztS4UxFDRiIhb16IRkoUmcv+yZjORk+MS6aQm1CgRM+WDuNgM5AEa9aQawV+q83oX1R6o62y/sWOnF351rbZyAWEelzHlAa+gtbUF9s8XxADnx+XVVskmCUis67ixvbPuQO0iEBd8yCZZF/ux084FRDGwP9DWpgneQDlTBoMgodzWWkfGhZk62w/DTKSw0xyglfO4tJhVYOYFWtuSXjFwINDaGuB4T8hfbcWMh8xkqnSg9jCIC24WW6v9IQ/H2ojggYDoTba1BuYxgjWmuTxcq7mKmef2EJymCvPmZOF4wKUJcQLcnHBMYPMgWojrmhpmfTh1eM/hN96AV6aU+cajfX2P9uEfz6okmdzzfaTJ9IEzY9zoNUberBnUIx3ucFm/cuz90bup6HDtEfR26r3oU7VPXSUAzzWm3rnhCIg/8F4qCmnJh0zHaWaEhgoPfWjqJ3RT/snmIzEShxX9+2dZm25+toAlkovvymu7753UDUf0YZRIvUuUvtrasoW1PQkmOaIfKX0veRzOpIXsMDmN6FbzJKJY8YLNn8MA/SvKOf0NxuRvMhoe6EcqUvsHBvqNN403+wfwqe1QA7ntxkPboQ7athd4wEWwxYeUl1pIxQkPICfMQ5xXJXFVHvBMSQs5s/EYyZLYeik5jqZvBt5NTufkwbuHmtasaRq62/h491BTc3PT0G40nnsuuaopNbRlk14ny4vbtFWrodBbW+eXF9MfgvBu48LunUR4527kgW5rPsk9t1iW6/TevqFU08pkW76wZai1aVWyhPsmehB2252PViFEjcvkpoSoldxq27KZkbRxOo0maX+uHw+nR8j992/2RaU4GUoozMthVg3r5DrGE72nsul09lQvmgT3NzaQzQ6g2nTex5QwpgArqKVWXB5lhOSYMGsAn6pZIPIm7DL/Dc881OR0i8QBkC8nczCXu3Mfwdy+EXpl7kUc5OV/OBuGhhocZx1msmM8dx63yJegD1/I5OGHU3DBv+Dn0TLHjH5OnMp8iZfnYND09vjxORjEM/BTDVImKDwEQpUELR4CIdaElJe0hEyiTFrQ5MMlpLiL6DlogqVO37TlPAAFfr1bLo+Umwkuzvf1EuHePhDW62ZjudrkYZfDsmyqSGArmYAm34oiIuHpNShhho2XhfPDQ0WNzhd1fGT1roO7Vpuva9bS2Nxc6LJ613T8dbTgS1Wdg0fR8P7v9aMtxtH+E7mf49TJfCh2YqSE40HAsZOSCA8DWlC6oyyFT71xAPDz6WgIt4aixuiO+vHx+h3d4MDfQguNt8iXLrRw/o6G8fGGHejJaXzjYTI6sMAR/E1jFA8bp0v30DBgH5NvOzzhF2gSdeS2zW3DeepBrwLSODpnTA4RgtKRlyi0ZegUwRUHATuiM7nXjFf2nEUv4NdyryFtN+Sm9WolO0uOACiW2wbgJNUlThGmUlQP3P2Sdy6nqECkrsAokjGZlmIlpsB4obXAE0gP1qyTEcEDioTyBSmGb2LZnhn0oYcV2U6G2QBcgDjnHtbLhuDpIS4e6MEGhukEiZ4ZNKCHZbH/Opdr6luuiAtSutcVefVSmY7Zo6Dvz56k41I1pj65DkaE4WBU1QnD/xPnjHQ0AAAAeJxjYGRgYADiY81JvPH8Nl8ZuJlfAAWiOB/va4DR/7/9/8b8mfkTUCUHAxOQZAAAhKEPOXicY2BkYGB+wcAAIv9/+/+V+TMDIwMq8AMAnl4HBgAAeJxjYGBgYH5Bb/z/Gy3NZqADAAB/FDOneJxjYAACCYYghiyGFoYLjGKMYYx9jAcY3zCZMEUwVTFHsJix+LEcYDViLWK9wWbC5sWWwraB7Qu7BXsAewaHAIcTxxSODZxMnCKcZpw9nKs4T3A+4nLhCuOaw/WNm4/bgtuNO4Q7ibuAu4V7Eo8M6RAAslkbZAAAeJxjYGRgYPBjmMfAwwACTEDMBYQMDP/BfAYAIQYCDwB4nH2QvU7DMBSFT/qHaAWqBGJgMgsLUvqz0bVSs3foniZ2miqNg+NW6s5z8AQ8R5+Dp2DmxHgpErUl57vfPfcOATDECQGaE+DGvc1p4YrVL7dJ95475CfPXQwQeu7Rv3ru4wULzwPc4Y0bgs41zSPePbdwiw/PbfpPzx3yyXMXD/jy3KP/9tzHKhh6HuA5UHEWmTydF3Fd58lSZvsiNmfurFhJU+e6FJNwfOYjWUoTW5mK9VHUh2xqrRLK6J1Y6NLKotCiMnorExturK1mo5HyPkz0DjEyRDDIkWKOgnXNmyPBEpK9vXPmQu7/zoobjGONEgIT/vfxhXzEfOlmYlh+U86sceRb48CpKa2FYq2Y0diRFm53ky54NU3leluahD7Exk1VmGHEq/7kQ6a46QfFq20TAHicbZIHb9swEIX9xZKt2GmTpm269x5q6+6990h/A0PRMhGZFEjKdvLry9pBgQA9gIf3Dod37w5sLbUW0Wv9PzZZok1CSocuGcv06LPCAQ6yyhqHWOcwRzjKBsc4zglOcorTnOEs5zjPBS5yictc4SrXuM4NbnKL2+Tc4S73GHCfBzzkEY95wlOe8ZwXvOQVr3nDW97xng985BOf+cJXvvGdH/zkF5v8bvVFWTpViqCt6Qjn7NS3hZcdKYxUVSpHwoU1OVJye8vO8jlQxca/gjaFCsqNtRFBrf8rN2avc0Xayrq81pG4biTN2PietCY4IYMqEmnrnVQ6631b+kkaXz5ICuVlqmbRQHee80GmZrWIs4pltaNyXwk/akfUGeoqjk+H2vmQlE7XaelsU3fnOSrFxpBUahg6lTbRT7eyotCmzMZipsd6VyVjZZos+l8wo2YhMdaovrEhF1Vlp6pI66iiuvOcD9q1NmmtJzZktVMTbRu/5qKozbeaEKzJ7XC4ur9gUqfLUUi8mKieH0fZvLBTswf/2usv4LwtW+CmTkI823pwSu2/c9aYxTYIShyKgMZimOKRVIzYZotZ/CMFYxpqdpgwZLfV+gPpZLiDAAAA") format("woff");
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }
15
+ .ag-theme-fresh .ag-icon {
16
+ font-family: "agGridClassic";
17
+ font-size: 12px;
18
+ line-height: 12px;
19
+ font-style: normal;
20
+ font-weight: normal;
21
+ font-variant: normal;
22
+ text-transform: none;
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+ .ag-theme-fresh .ag-icon-aggregation::before {
28
+ content: "\f101";
29
+ }
30
+ .ag-theme-fresh .ag-icon-arrows::before {
31
+ content: "\f102";
32
+ }
33
+ .ag-theme-fresh .ag-icon-asc::before {
34
+ content: "\f103";
35
+ }
36
+ .ag-theme-fresh .ag-icon-cancel::before {
37
+ content: "\f104";
38
+ }
39
+ .ag-theme-fresh .ag-icon-chart::before {
40
+ content: "\f105";
41
+ }
42
+ .ag-theme-fresh .ag-icon-color-picker::before {
43
+ content: "\f109";
44
+ }
45
+ .ag-theme-fresh .ag-icon-columns::before {
46
+ content: "\f10a";
47
+ }
48
+ .ag-theme-fresh .ag-icon-contracted::before {
49
+ content: "\f10b";
50
+ }
51
+ .ag-theme-fresh .ag-icon-copy::before {
52
+ content: "\f10c";
53
+ }
54
+ .ag-theme-fresh .ag-icon-cross::before {
55
+ content: "\f10d";
56
+ }
57
+ .ag-theme-fresh .ag-icon-csv::before {
58
+ content: "\f10e";
59
+ }
60
+ .ag-theme-fresh .ag-icon-desc::before {
61
+ content: "\f10f";
62
+ }
63
+ .ag-theme-fresh .ag-icon-excel::before {
64
+ content: "\f110";
65
+ }
66
+ .ag-theme-fresh .ag-icon-expanded::before {
67
+ content: "\f111";
68
+ }
69
+ .ag-theme-fresh .ag-icon-eye-slash::before {
70
+ content: "\f112";
71
+ }
72
+ .ag-theme-fresh .ag-icon-eye::before {
73
+ content: "\f113";
74
+ }
75
+ .ag-theme-fresh .ag-icon-filter::before {
76
+ content: "\f114";
77
+ }
78
+ .ag-theme-fresh .ag-icon-first::before {
79
+ content: "\f115";
80
+ }
81
+ .ag-theme-fresh .ag-icon-grip::before {
82
+ content: "\f116";
83
+ }
84
+ .ag-theme-fresh .ag-icon-group::before {
85
+ content: "\f117";
86
+ }
87
+ .ag-theme-fresh .ag-icon-last::before {
88
+ content: "\f118";
89
+ }
90
+ .ag-theme-fresh .ag-icon-left::before {
91
+ content: "\f119";
92
+ }
93
+ .ag-theme-fresh .ag-icon-linked::before {
94
+ content: "\f11a";
95
+ }
96
+ .ag-theme-fresh .ag-icon-loading::before {
97
+ content: "\f11b";
98
+ }
99
+ .ag-theme-fresh .ag-icon-maximize::before {
100
+ content: "\f11c";
101
+ }
102
+ .ag-theme-fresh .ag-icon-menu::before {
103
+ content: "\f11d";
104
+ }
105
+ .ag-theme-fresh .ag-icon-minimize::before {
106
+ content: "\f11e";
107
+ }
108
+ .ag-theme-fresh .ag-icon-next::before {
109
+ content: "\f11f";
110
+ }
111
+ .ag-theme-fresh .ag-icon-none::before {
112
+ content: "\f120";
113
+ }
114
+ .ag-theme-fresh .ag-icon-not-allowed::before {
115
+ content: "\f121";
116
+ }
117
+ .ag-theme-fresh .ag-icon-paste::before {
118
+ content: "\f122";
119
+ }
120
+ .ag-theme-fresh .ag-icon-pin::before {
121
+ content: "\f123";
122
+ }
123
+ .ag-theme-fresh .ag-icon-pivot::before {
124
+ content: "\f124";
125
+ }
126
+ .ag-theme-fresh .ag-icon-previous::before {
127
+ content: "\f125";
128
+ }
129
+ .ag-theme-fresh .ag-icon-right::before {
130
+ content: "\f128";
131
+ }
132
+ .ag-theme-fresh .ag-icon-save::before {
133
+ content: "\f129";
134
+ }
135
+ .ag-theme-fresh .ag-icon-small-down::before {
136
+ content: "\f12a";
137
+ }
138
+ .ag-theme-fresh .ag-icon-small-left::before {
139
+ content: "\f12b";
140
+ }
141
+ .ag-theme-fresh .ag-icon-small-right::before {
142
+ content: "\f12c";
143
+ }
144
+ .ag-theme-fresh .ag-icon-small-up::before {
145
+ content: "\f12d";
146
+ }
147
+ .ag-theme-fresh .ag-icon-tick::before {
148
+ content: "\f12e";
149
+ }
150
+ .ag-theme-fresh .ag-icon-tree-closed::before {
151
+ content: "\f12f";
152
+ }
153
+ .ag-theme-fresh .ag-icon-tree-indeterminate::before {
154
+ content: "\f130";
155
+ }
156
+ .ag-theme-fresh .ag-icon-tree-open::before {
157
+ content: "\f131";
158
+ }
159
+ .ag-theme-fresh .ag-icon-unlinked::before {
160
+ content: "\f132";
161
+ }
162
+ .ag-theme-fresh .ag-icon-row-drag::before {
163
+ content: "\f116";
164
+ }
165
+ .ag-theme-fresh .ag-left-arrow::before {
166
+ content: "\f119";
167
+ }
168
+ .ag-theme-fresh .ag-right-arrow::before {
169
+ content: "\f128";
170
+ }
171
+ .ag-theme-fresh .ag-root-wrapper, .ag-theme-fresh .ag-sticky-top {
172
+ background-color: #FFF;
173
+ background-color: var(--ag-background-color, #FFF);
174
+ }
175
+ .ag-theme-fresh [class^=ag-], .ag-theme-fresh [class^=ag-]:focus, .ag-theme-fresh [class^=ag-]:after, .ag-theme-fresh [class^=ag-]:before {
176
+ -webkit-box-sizing: border-box;
177
+ box-sizing: border-box;
178
+ outline: none;
179
+ }
180
+ .ag-theme-fresh [class^=ag-]::-ms-clear {
181
+ display: none;
182
+ }
183
+ .ag-theme-fresh .ag-checkbox .ag-input-wrapper,
184
+ .ag-theme-fresh .ag-radio-button .ag-input-wrapper {
185
+ overflow: visible;
186
+ }
187
+ .ag-theme-fresh .ag-range-field .ag-input-wrapper {
188
+ height: 100%;
189
+ }
190
+ .ag-theme-fresh .ag-toggle-button {
191
+ -webkit-box-flex: 0;
192
+ flex: none;
193
+ width: unset;
194
+ min-width: unset;
195
+ }
196
+ .ag-theme-fresh .ag-ltr .ag-label-align-right .ag-label {
197
+ margin-left: 4px;
198
+ }
199
+
200
+ .ag-theme-fresh .ag-rtl .ag-label-align-right .ag-label {
201
+ margin-right: 4px;
202
+ }
203
+
204
+ .ag-theme-fresh input[class^=ag-] {
205
+ margin: 0;
206
+ background-color: #FFF;
207
+ background-color: var(--ag-background-color, #FFF);
208
+ }
209
+ .ag-theme-fresh textarea[class^=ag-],
210
+ .ag-theme-fresh select[class^=ag-] {
211
+ background-color: #FFF;
212
+ background-color: var(--ag-background-color, #FFF);
213
+ }
214
+ .ag-theme-fresh input[class^=ag-]:not([type]),
215
+ .ag-theme-fresh input[class^=ag-][type=text],
216
+ .ag-theme-fresh input[class^=ag-][type=number],
217
+ .ag-theme-fresh input[class^=ag-][type=tel],
218
+ .ag-theme-fresh input[class^=ag-][type=date],
219
+ .ag-theme-fresh input[class^=ag-][type=datetime-local],
220
+ .ag-theme-fresh textarea[class^=ag-] {
221
+ font-size: inherit;
222
+ line-height: inherit;
223
+ color: inherit;
224
+ border-width: 1px;
225
+ border-style: solid;
226
+ border-color: #000;
227
+ border-color: var(--ag-input-border-color, #000);
228
+ }
229
+ .ag-theme-fresh input[class^=ag-]:not([type]):disabled,
230
+ .ag-theme-fresh input[class^=ag-][type=text]:disabled,
231
+ .ag-theme-fresh input[class^=ag-][type=number]:disabled,
232
+ .ag-theme-fresh input[class^=ag-][type=tel]:disabled,
233
+ .ag-theme-fresh input[class^=ag-][type=date]:disabled,
234
+ .ag-theme-fresh input[class^=ag-][type=datetime-local]:disabled,
235
+ .ag-theme-fresh textarea[class^=ag-]:disabled {
236
+ color: rgba(0, 0, 0, 0.5);
237
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
238
+ background-color: #ebebeb;
239
+ background-color: var(--ag-input-disabled-background-color, #ebebeb);
240
+ border-color: rgba(0, 0, 0, 0.3);
241
+ border-color: var(--ag-input-disabled-border-color, rgba(0, 0, 0, 0.3));
242
+ }
243
+ .ag-theme-fresh input[class^=ag-]:not([type]):focus,
244
+ .ag-theme-fresh input[class^=ag-][type=text]:focus,
245
+ .ag-theme-fresh input[class^=ag-][type=number]:focus,
246
+ .ag-theme-fresh input[class^=ag-][type=tel]:focus,
247
+ .ag-theme-fresh input[class^=ag-][type=date]:focus,
248
+ .ag-theme-fresh input[class^=ag-][type=datetime-local]:focus,
249
+ .ag-theme-fresh textarea[class^=ag-]:focus {
250
+ outline: none;
251
+ border-color: var(--ag-input-focus-border-color);
252
+ }
253
+ .ag-theme-fresh input[class^=ag-]:not([type]):invalid,
254
+ .ag-theme-fresh input[class^=ag-][type=text]:invalid,
255
+ .ag-theme-fresh input[class^=ag-][type=number]:invalid,
256
+ .ag-theme-fresh input[class^=ag-][type=tel]:invalid,
257
+ .ag-theme-fresh input[class^=ag-][type=date]:invalid,
258
+ .ag-theme-fresh input[class^=ag-][type=datetime-local]:invalid,
259
+ .ag-theme-fresh textarea[class^=ag-]:invalid {
260
+ border-width: 2px;
261
+ border-style: solid;
262
+ border-color: var(--ag-input-border-color-invalid);
263
+ }
264
+ .ag-theme-fresh input[class^=ag-][type=number] {
265
+ -moz-appearance: textfield;
266
+ }
267
+ .ag-theme-fresh input[class^=ag-][type=number]::-webkit-outer-spin-button, .ag-theme-fresh input[class^=ag-][type=number]::-webkit-inner-spin-button {
268
+ -webkit-appearance: none;
269
+ margin: 0;
270
+ }
271
+ .ag-theme-fresh input[class^=ag-][type=range] {
272
+ padding: 0;
273
+ }
274
+ .ag-theme-fresh .ag-drag-handle {
275
+ color: #000;
276
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
277
+ }
278
+ .ag-theme-fresh .ag-list-item, .ag-theme-fresh .ag-virtual-list-item {
279
+ height: 20px;
280
+ }
281
+ .ag-theme-fresh .ag-keyboard-focus .ag-virtual-list-item:focus {
282
+ outline: none;
283
+ }
284
+ .ag-theme-fresh .ag-keyboard-focus .ag-virtual-list-item:focus::after {
285
+ content: "";
286
+ position: absolute;
287
+ background-color: transparent;
288
+ pointer-events: none;
289
+ top: 4px;
290
+ left: 4px;
291
+ display: block;
292
+ width: calc(100% - 8px);
293
+ height: calc(100% - 8px);
294
+ border: 1px solid;
295
+ border-color: var(--ag-input-focus-border-color);
296
+ }
297
+ .ag-theme-fresh .ag-select-list {
298
+ background-color: #FFF;
299
+ background-color: var(--ag-background-color, #FFF);
300
+ overflow-y: auto;
301
+ overflow-x: hidden;
302
+ }
303
+ .ag-theme-fresh .ag-list-item {
304
+ display: -webkit-box;
305
+ display: flex;
306
+ -webkit-box-align: center;
307
+ align-items: center;
308
+ white-space: nowrap;
309
+ overflow: hidden;
310
+ text-overflow: ellipsis;
311
+ }
312
+ .ag-theme-fresh .ag-list-item.ag-active-item {
313
+ background-color: var(--ag-row-hover-color);
314
+ }
315
+ .ag-theme-fresh .ag-select-list-item {
316
+ padding-left: 4px;
317
+ padding-right: 4px;
318
+ cursor: default;
319
+ -moz-user-select: none;
320
+ -webkit-user-select: none;
321
+ user-select: none;
322
+ }
323
+ .ag-theme-fresh .ag-select-list-item span {
324
+ white-space: nowrap;
325
+ text-overflow: ellipsis;
326
+ overflow: hidden;
327
+ }
328
+ .ag-theme-fresh .ag-select .ag-picker-field-wrapper {
329
+ background-color: #FFF;
330
+ background-color: var(--ag-background-color, #FFF);
331
+ min-height: 20px;
332
+ cursor: default;
333
+ }
334
+ .ag-theme-fresh .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
335
+ -webkit-box-shadow: none;
336
+ box-shadow: none;
337
+ }
338
+ .ag-theme-fresh .ag-select:not(.ag-cell-editor) {
339
+ height: 20px;
340
+ }
341
+ .ag-theme-fresh .ag-select .ag-picker-field-display {
342
+ margin: 4px;
343
+ white-space: nowrap;
344
+ overflow: hidden;
345
+ text-overflow: ellipsis;
346
+ }
347
+ .ag-theme-fresh .ag-select .ag-picker-field-icon {
348
+ display: -webkit-box;
349
+ display: flex;
350
+ -webkit-box-align: center;
351
+ align-items: center;
352
+ }
353
+ .ag-theme-fresh .ag-select.ag-disabled {
354
+ opacity: 0.5;
355
+ }
356
+ .ag-theme-fresh .ag-rich-select {
357
+ background-color: #f6f6f6;
358
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
359
+ }
360
+ .ag-theme-fresh .ag-rich-select-list {
361
+ width: 100%;
362
+ min-width: 200px;
363
+ height: 162.5px;
364
+ }
365
+ .ag-theme-fresh .ag-rich-select-value {
366
+ padding: 0 4px 0 12px;
367
+ height: 25px;
368
+ border-bottom: solid 1px;
369
+ border-bottom-color: darkgrey;
370
+ border-bottom-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
371
+ }
372
+ .ag-theme-fresh .ag-rich-select-virtual-list-item {
373
+ cursor: default;
374
+ height: 20px;
375
+ }
376
+ .ag-keyboard-focus .ag-theme-fresh .ag-rich-select-virtual-list-item:focus::after {
377
+ content: none;
378
+ }
379
+ .ag-theme-fresh .ag-rich-select-virtual-list-item:hover {
380
+ background-color: var(--ag-row-hover-color);
381
+ }
382
+ .ag-theme-fresh .ag-rich-select-row {
383
+ padding-left: 12px;
384
+ }
385
+ .ag-theme-fresh .ag-rich-select-row-selected {
386
+ background-color: #bde2e5;
387
+ background-color: var(--ag-selected-row-background-color, #bde2e5);
388
+ }
389
+ .ag-theme-fresh .ag-row-drag,
390
+ .ag-theme-fresh .ag-selection-checkbox,
391
+ .ag-theme-fresh .ag-group-expanded,
392
+ .ag-theme-fresh .ag-group-contracted {
393
+ color: #000;
394
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
395
+ }
396
+ .ag-theme-fresh .ag-ltr .ag-row-drag, .ag-theme-fresh .ag-ltr .ag-selection-checkbox, .ag-theme-fresh .ag-ltr .ag-group-expanded, .ag-theme-fresh .ag-ltr .ag-group-contracted {
397
+ margin-right: 12px;
398
+ }
399
+
400
+ .ag-theme-fresh .ag-rtl .ag-row-drag, .ag-theme-fresh .ag-rtl .ag-selection-checkbox, .ag-theme-fresh .ag-rtl .ag-group-expanded, .ag-theme-fresh .ag-rtl .ag-group-contracted {
401
+ margin-left: 12px;
402
+ }
403
+
404
+ .ag-theme-fresh .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
405
+ height: min(var(--ag-line-height, 23px), 23px);
406
+ display: -webkit-box;
407
+ display: flex;
408
+ -webkit-box-align: center;
409
+ align-items: center;
410
+ -webkit-box-flex: 0;
411
+ flex: none;
412
+ }
413
+ .ag-theme-fresh .ag-group-expanded,
414
+ .ag-theme-fresh .ag-group-contracted {
415
+ cursor: pointer;
416
+ }
417
+ .ag-theme-fresh .ag-group-title-bar-icon {
418
+ cursor: pointer;
419
+ -webkit-box-flex: 0;
420
+ flex: none;
421
+ color: #000;
422
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
423
+ }
424
+ .ag-theme-fresh .ag-ltr .ag-group-child-count {
425
+ margin-left: 2px;
426
+ }
427
+
428
+ .ag-theme-fresh .ag-rtl .ag-group-child-count {
429
+ margin-right: 2px;
430
+ }
431
+
432
+ .ag-theme-fresh .ag-group-title-bar {
433
+ background-color: #ececec;
434
+ background-color: var(--ag-subheader-background-color, #ececec);
435
+ padding: 4px;
436
+ }
437
+ .ag-theme-fresh .ag-group-toolbar {
438
+ padding: 4px;
439
+ }
440
+ .ag-theme-fresh .ag-disabled-group-title-bar, .ag-theme-fresh .ag-disabled-group-container {
441
+ opacity: 0.5;
442
+ }
443
+ .ag-theme-fresh .group-item {
444
+ margin: 2px 0;
445
+ }
446
+ .ag-theme-fresh .ag-label {
447
+ white-space: nowrap;
448
+ }
449
+ .ag-theme-fresh .ag-ltr .ag-label {
450
+ margin-right: 4px;
451
+ }
452
+
453
+ .ag-theme-fresh .ag-rtl .ag-label {
454
+ margin-left: 4px;
455
+ }
456
+
457
+ .ag-theme-fresh .ag-label-align-top .ag-label {
458
+ margin-bottom: 2px;
459
+ }
460
+ .ag-theme-fresh .ag-angle-select[disabled] {
461
+ color: rgba(0, 0, 0, 0.5);
462
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
463
+ pointer-events: none;
464
+ }
465
+ .ag-theme-fresh .ag-angle-select[disabled] .ag-angle-select-field {
466
+ opacity: 0.4;
467
+ }
468
+ .ag-theme-fresh .ag-ltr .ag-slider-field, .ag-theme-fresh .ag-ltr .ag-angle-select-field {
469
+ margin-right: 8px;
470
+ }
471
+
472
+ .ag-theme-fresh .ag-rtl .ag-slider-field, .ag-theme-fresh .ag-rtl .ag-angle-select-field {
473
+ margin-left: 8px;
474
+ }
475
+
476
+ .ag-theme-fresh .ag-angle-select-parent-circle {
477
+ width: 24px;
478
+ height: 24px;
479
+ border-radius: 12px;
480
+ border: solid 1px;
481
+ border-color: darkgrey;
482
+ border-color: var(--ag-border-color, darkgrey);
483
+ background-color: #FFF;
484
+ background-color: var(--ag-background-color, #FFF);
485
+ }
486
+ .ag-theme-fresh .ag-angle-select-child-circle {
487
+ top: 4px;
488
+ left: 12px;
489
+ width: 6px;
490
+ height: 6px;
491
+ margin-left: -3px;
492
+ margin-top: -4px;
493
+ border-radius: 3px;
494
+ background-color: #000;
495
+ background-color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
496
+ }
497
+ .ag-theme-fresh .ag-picker-field-wrapper {
498
+ border: 1px solid;
499
+ border-color: darkgrey;
500
+ border-color: var(--ag-border-color, darkgrey);
501
+ border-radius: 5px;
502
+ }
503
+ .ag-theme-fresh .ag-picker-field-button {
504
+ background-color: #FFF;
505
+ background-color: var(--ag-background-color, #FFF);
506
+ color: #000;
507
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
508
+ }
509
+ .ag-theme-fresh .ag-dialog.ag-color-dialog {
510
+ border-radius: 5px;
511
+ }
512
+ .ag-theme-fresh .ag-color-picker .ag-picker-field-display {
513
+ height: 12px;
514
+ }
515
+ .ag-theme-fresh .ag-color-panel {
516
+ padding: 4px;
517
+ }
518
+ .ag-theme-fresh .ag-spectrum-color {
519
+ background-color: rgb(255, 0, 0);
520
+ border-radius: 2px;
521
+ }
522
+ .ag-theme-fresh .ag-spectrum-tools {
523
+ padding: 10px;
524
+ }
525
+ .ag-theme-fresh .ag-spectrum-sat {
526
+ background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(204, 154, 129, 0)));
527
+ background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
528
+ }
529
+ .ag-theme-fresh .ag-spectrum-val {
530
+ background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(204, 154, 129, 0)));
531
+ background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
532
+ }
533
+ .ag-theme-fresh .ag-spectrum-dragger {
534
+ border-radius: 12px;
535
+ height: 12px;
536
+ width: 12px;
537
+ border: 1px solid white;
538
+ background: black;
539
+ -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
540
+ box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
541
+ }
542
+ .ag-theme-fresh .ag-spectrum-hue-background {
543
+ border-radius: 2px;
544
+ }
545
+ .ag-theme-fresh .ag-spectrum-alpha-background {
546
+ border-radius: 2px;
547
+ }
548
+ .ag-theme-fresh .ag-spectrum-tool {
549
+ margin-bottom: 10px;
550
+ height: 11px;
551
+ border-radius: 2px;
552
+ }
553
+ .ag-theme-fresh .ag-spectrum-slider {
554
+ margin-top: -12px;
555
+ width: 13px;
556
+ height: 13px;
557
+ border-radius: 13px;
558
+ background-color: rgb(248, 248, 248);
559
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
560
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
561
+ }
562
+ .ag-theme-fresh .ag-recent-color {
563
+ margin: 0 3px;
564
+ }
565
+ .ag-theme-fresh .ag-recent-color:first-child {
566
+ margin-left: 0;
567
+ }
568
+ .ag-theme-fresh .ag-recent-color:last-child {
569
+ margin-right: 0;
570
+ }
571
+ .ag-theme-fresh.ag-dnd-ghost {
572
+ border: solid 1px;
573
+ border-color: darkgrey;
574
+ border-color: var(--ag-border-color, darkgrey);
575
+ background: #FFF;
576
+ background: var(--ag-background-color, #FFF);
577
+ border-radius: 0px;
578
+ -webkit-box-shadow: none;
579
+ box-shadow: none;
580
+ padding: 4px;
581
+ overflow: hidden;
582
+ text-overflow: ellipsis;
583
+ border: solid 1px;
584
+ border-color: darkgrey;
585
+ border-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
586
+ color: #000;
587
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
588
+ height: 25px !important;
589
+ line-height: 25px;
590
+ margin: 0;
591
+ padding: 0 8px;
592
+ -webkit-transform: translateY(8px);
593
+ transform: translateY(8px);
594
+ }
595
+ .ag-theme-fresh .ag-dnd-ghost-icon {
596
+ margin-right: 4px;
597
+ color: #000;
598
+ color: var(--ag-foreground-color, #000);
599
+ }
600
+ .ag-theme-fresh .ag-popup-child:not(.ag-tooltip-custom) {
601
+ -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
602
+ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
603
+ }
604
+ .ag-dragging-range-handle .ag-theme-fresh .ag-dialog, .ag-dragging-fill-handle .ag-theme-fresh .ag-dialog {
605
+ opacity: 0.7;
606
+ pointer-events: none;
607
+ }
608
+ .ag-theme-fresh .ag-dialog {
609
+ border-radius: 0px;
610
+ border: solid 1px;
611
+ border-color: darkgrey;
612
+ border-color: var(--ag-border-color, darkgrey);
613
+ }
614
+ .ag-theme-fresh .ag-panel {
615
+ background-color: #FFF;
616
+ background-color: var(--ag-background-color, #FFF);
617
+ }
618
+ .ag-theme-fresh .ag-panel-title-bar {
619
+ background-color: var(--ag-header-background-color);
620
+ color: #000;
621
+ color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000)));
622
+ height: 25px;
623
+ padding: 4px 12px;
624
+ border-bottom: solid 1px;
625
+ border-bottom-color: darkgrey;
626
+ border-bottom-color: var(--ag-border-color, darkgrey);
627
+ }
628
+ .ag-theme-fresh .ag-ltr .ag-panel-title-bar-button {
629
+ margin-left: 4px;
630
+ }
631
+
632
+ .ag-theme-fresh .ag-rtl .ag-panel-title-bar-button {
633
+ margin-right: 4px;
634
+ }
635
+
636
+ .ag-theme-fresh .ag-tooltip {
637
+ background-color: var(--ag-header-background-color);
638
+ color: #000;
639
+ color: var(--ag-foreground-color, #000);
640
+ padding: 4px;
641
+ border: solid 1px;
642
+ border-color: darkgrey;
643
+ border-color: var(--ag-border-color, darkgrey);
644
+ border-radius: 0px;
645
+ -webkit-transition: opacity 1s;
646
+ transition: opacity 1s;
647
+ white-space: normal;
648
+ }
649
+ .ag-theme-fresh .ag-tooltip.ag-tooltip-hiding {
650
+ opacity: 0;
651
+ }
652
+ .ag-theme-fresh .ag-tooltip-custom {
653
+ -webkit-transition: opacity 1s;
654
+ transition: opacity 1s;
655
+ }
656
+ .ag-theme-fresh .ag-tooltip-custom.ag-tooltip-hiding {
657
+ opacity: 0;
658
+ }
659
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-1 {
660
+ padding-left: 16px;
661
+ }
662
+
663
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-1 {
664
+ padding-right: 16px;
665
+ }
666
+
667
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-2 {
668
+ padding-left: 32px;
669
+ }
670
+
671
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-2 {
672
+ padding-right: 32px;
673
+ }
674
+
675
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-3 {
676
+ padding-left: 48px;
677
+ }
678
+
679
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-3 {
680
+ padding-right: 48px;
681
+ }
682
+
683
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-4 {
684
+ padding-left: 64px;
685
+ }
686
+
687
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-4 {
688
+ padding-right: 64px;
689
+ }
690
+
691
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-5 {
692
+ padding-left: 80px;
693
+ }
694
+
695
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-5 {
696
+ padding-right: 80px;
697
+ }
698
+
699
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-6 {
700
+ padding-left: 96px;
701
+ }
702
+
703
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-6 {
704
+ padding-right: 96px;
705
+ }
706
+
707
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-7 {
708
+ padding-left: 112px;
709
+ }
710
+
711
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-7 {
712
+ padding-right: 112px;
713
+ }
714
+
715
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-8 {
716
+ padding-left: 128px;
717
+ }
718
+
719
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-8 {
720
+ padding-right: 128px;
721
+ }
722
+
723
+ .ag-theme-fresh .ag-ltr .ag-column-select-indent-9 {
724
+ padding-left: 144px;
725
+ }
726
+
727
+ .ag-theme-fresh .ag-rtl .ag-column-select-indent-9 {
728
+ padding-right: 144px;
729
+ }
730
+
731
+ .ag-theme-fresh .ag-column-select-header-icon {
732
+ cursor: pointer;
733
+ }
734
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-header-icon:focus {
735
+ outline: none;
736
+ }
737
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-header-icon:focus::after {
738
+ content: "";
739
+ position: absolute;
740
+ background-color: transparent;
741
+ pointer-events: none;
742
+ top: 0px;
743
+ left: 0px;
744
+ display: block;
745
+ width: calc(100% - 0px);
746
+ height: calc(100% - 0px);
747
+ border: 1px solid;
748
+ border-color: var(--ag-input-focus-border-color);
749
+ }
750
+ .ag-theme-fresh .ag-ltr .ag-column-group-icons:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-header-icon:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-header-checkbox:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-checkbox:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-fresh .ag-ltr .ag-column-select-column-label:not(:last-child) {
751
+ margin-right: 8px;
752
+ }
753
+
754
+ .ag-theme-fresh .ag-rtl .ag-column-group-icons:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-header-icon:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-header-checkbox:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-checkbox:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-fresh .ag-rtl .ag-column-select-column-label:not(:last-child) {
755
+ margin-left: 8px;
756
+ }
757
+
758
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
759
+ outline: none;
760
+ }
761
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-virtual-list-item:focus::after {
762
+ content: "";
763
+ position: absolute;
764
+ background-color: transparent;
765
+ pointer-events: none;
766
+ top: 1px;
767
+ left: 1px;
768
+ display: block;
769
+ width: calc(100% - 2px);
770
+ height: calc(100% - 2px);
771
+ border: 1px solid;
772
+ border-color: var(--ag-input-focus-border-color);
773
+ }
774
+ .ag-theme-fresh .ag-column-select-column-group:not(:last-child),
775
+ .ag-theme-fresh .ag-column-select-column:not(:last-child) {
776
+ margin-bottom: 4px;
777
+ }
778
+ .ag-theme-fresh .ag-column-select-column-readonly,
779
+ .ag-theme-fresh .ag-column-select-column-group-readonly {
780
+ color: rgba(0, 0, 0, 0.5);
781
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
782
+ pointer-events: none;
783
+ }
784
+ .ag-theme-fresh .ag-ltr .ag-column-select-add-group-indent {
785
+ margin-left: 20px;
786
+ }
787
+
788
+ .ag-theme-fresh .ag-rtl .ag-column-select-add-group-indent {
789
+ margin-right: 20px;
790
+ }
791
+
792
+ .ag-theme-fresh .ag-column-select-virtual-list-viewport {
793
+ padding: 3px 0px;
794
+ }
795
+ .ag-theme-fresh .ag-column-select-virtual-list-item {
796
+ padding: 0 6px;
797
+ }
798
+ .ag-theme-fresh .ag-rtl {
799
+ text-align: right;
800
+ }
801
+ .ag-theme-fresh .ag-root-wrapper {
802
+ border: solid 1px;
803
+ border-color: darkgrey;
804
+ border-color: var(--ag-border-color, darkgrey);
805
+ }
806
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
807
+ padding-left: 36px;
808
+ }
809
+
810
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
811
+ padding-right: 36px;
812
+ }
813
+
814
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-1 {
815
+ padding-left: 24px;
816
+ }
817
+
818
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-1 {
819
+ padding-right: 24px;
820
+ }
821
+
822
+ .ag-theme-fresh .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
823
+ margin-left: 24px;
824
+ }
825
+
826
+ .ag-theme-fresh .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
827
+ margin-right: 24px;
828
+ }
829
+
830
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
831
+ padding-left: 60px;
832
+ }
833
+
834
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
835
+ padding-right: 60px;
836
+ }
837
+
838
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-2 {
839
+ padding-left: 48px;
840
+ }
841
+
842
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-2 {
843
+ padding-right: 48px;
844
+ }
845
+
846
+ .ag-theme-fresh .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
847
+ margin-left: 24px;
848
+ }
849
+
850
+ .ag-theme-fresh .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
851
+ margin-right: 24px;
852
+ }
853
+
854
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
855
+ padding-left: 84px;
856
+ }
857
+
858
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
859
+ padding-right: 84px;
860
+ }
861
+
862
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-3 {
863
+ padding-left: 72px;
864
+ }
865
+
866
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-3 {
867
+ padding-right: 72px;
868
+ }
869
+
870
+ .ag-theme-fresh .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
871
+ margin-left: 24px;
872
+ }
873
+
874
+ .ag-theme-fresh .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
875
+ margin-right: 24px;
876
+ }
877
+
878
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
879
+ padding-left: 108px;
880
+ }
881
+
882
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
883
+ padding-right: 108px;
884
+ }
885
+
886
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-4 {
887
+ padding-left: 96px;
888
+ }
889
+
890
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-4 {
891
+ padding-right: 96px;
892
+ }
893
+
894
+ .ag-theme-fresh .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
895
+ margin-left: 24px;
896
+ }
897
+
898
+ .ag-theme-fresh .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
899
+ margin-right: 24px;
900
+ }
901
+
902
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
903
+ padding-left: 132px;
904
+ }
905
+
906
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
907
+ padding-right: 132px;
908
+ }
909
+
910
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-5 {
911
+ padding-left: 120px;
912
+ }
913
+
914
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-5 {
915
+ padding-right: 120px;
916
+ }
917
+
918
+ .ag-theme-fresh .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
919
+ margin-left: 24px;
920
+ }
921
+
922
+ .ag-theme-fresh .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
923
+ margin-right: 24px;
924
+ }
925
+
926
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
927
+ padding-left: 156px;
928
+ }
929
+
930
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
931
+ padding-right: 156px;
932
+ }
933
+
934
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-6 {
935
+ padding-left: 144px;
936
+ }
937
+
938
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-6 {
939
+ padding-right: 144px;
940
+ }
941
+
942
+ .ag-theme-fresh .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
943
+ margin-left: 24px;
944
+ }
945
+
946
+ .ag-theme-fresh .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
947
+ margin-right: 24px;
948
+ }
949
+
950
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
951
+ padding-left: 180px;
952
+ }
953
+
954
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
955
+ padding-right: 180px;
956
+ }
957
+
958
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-7 {
959
+ padding-left: 168px;
960
+ }
961
+
962
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-7 {
963
+ padding-right: 168px;
964
+ }
965
+
966
+ .ag-theme-fresh .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
967
+ margin-left: 24px;
968
+ }
969
+
970
+ .ag-theme-fresh .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
971
+ margin-right: 24px;
972
+ }
973
+
974
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
975
+ padding-left: 204px;
976
+ }
977
+
978
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
979
+ padding-right: 204px;
980
+ }
981
+
982
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-8 {
983
+ padding-left: 192px;
984
+ }
985
+
986
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-8 {
987
+ padding-right: 192px;
988
+ }
989
+
990
+ .ag-theme-fresh .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
991
+ margin-left: 24px;
992
+ }
993
+
994
+ .ag-theme-fresh .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
995
+ margin-right: 24px;
996
+ }
997
+
998
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
999
+ padding-left: 228px;
1000
+ }
1001
+
1002
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
1003
+ padding-right: 228px;
1004
+ }
1005
+
1006
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-9 {
1007
+ padding-left: 216px;
1008
+ }
1009
+
1010
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-9 {
1011
+ padding-right: 216px;
1012
+ }
1013
+
1014
+ .ag-theme-fresh .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
1015
+ margin-left: 24px;
1016
+ }
1017
+
1018
+ .ag-theme-fresh .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
1019
+ margin-right: 24px;
1020
+ }
1021
+
1022
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
1023
+ padding-left: 252px;
1024
+ }
1025
+
1026
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
1027
+ padding-right: 252px;
1028
+ }
1029
+
1030
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-10 {
1031
+ padding-left: 240px;
1032
+ }
1033
+
1034
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-10 {
1035
+ padding-right: 240px;
1036
+ }
1037
+
1038
+ .ag-theme-fresh .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
1039
+ margin-left: 24px;
1040
+ }
1041
+
1042
+ .ag-theme-fresh .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
1043
+ margin-right: 24px;
1044
+ }
1045
+
1046
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
1047
+ padding-left: 276px;
1048
+ }
1049
+
1050
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
1051
+ padding-right: 276px;
1052
+ }
1053
+
1054
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-11 {
1055
+ padding-left: 264px;
1056
+ }
1057
+
1058
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-11 {
1059
+ padding-right: 264px;
1060
+ }
1061
+
1062
+ .ag-theme-fresh .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
1063
+ margin-left: 24px;
1064
+ }
1065
+
1066
+ .ag-theme-fresh .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
1067
+ margin-right: 24px;
1068
+ }
1069
+
1070
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
1071
+ padding-left: 300px;
1072
+ }
1073
+
1074
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
1075
+ padding-right: 300px;
1076
+ }
1077
+
1078
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-12 {
1079
+ padding-left: 288px;
1080
+ }
1081
+
1082
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-12 {
1083
+ padding-right: 288px;
1084
+ }
1085
+
1086
+ .ag-theme-fresh .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
1087
+ margin-left: 24px;
1088
+ }
1089
+
1090
+ .ag-theme-fresh .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
1091
+ margin-right: 24px;
1092
+ }
1093
+
1094
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
1095
+ padding-left: 324px;
1096
+ }
1097
+
1098
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
1099
+ padding-right: 324px;
1100
+ }
1101
+
1102
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-13 {
1103
+ padding-left: 312px;
1104
+ }
1105
+
1106
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-13 {
1107
+ padding-right: 312px;
1108
+ }
1109
+
1110
+ .ag-theme-fresh .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
1111
+ margin-left: 24px;
1112
+ }
1113
+
1114
+ .ag-theme-fresh .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
1115
+ margin-right: 24px;
1116
+ }
1117
+
1118
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
1119
+ padding-left: 348px;
1120
+ }
1121
+
1122
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
1123
+ padding-right: 348px;
1124
+ }
1125
+
1126
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-14 {
1127
+ padding-left: 336px;
1128
+ }
1129
+
1130
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-14 {
1131
+ padding-right: 336px;
1132
+ }
1133
+
1134
+ .ag-theme-fresh .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
1135
+ margin-left: 24px;
1136
+ }
1137
+
1138
+ .ag-theme-fresh .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
1139
+ margin-right: 24px;
1140
+ }
1141
+
1142
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
1143
+ padding-left: 372px;
1144
+ }
1145
+
1146
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
1147
+ padding-right: 372px;
1148
+ }
1149
+
1150
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-15 {
1151
+ padding-left: 360px;
1152
+ }
1153
+
1154
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-15 {
1155
+ padding-right: 360px;
1156
+ }
1157
+
1158
+ .ag-theme-fresh .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
1159
+ margin-left: 24px;
1160
+ }
1161
+
1162
+ .ag-theme-fresh .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
1163
+ margin-right: 24px;
1164
+ }
1165
+
1166
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
1167
+ padding-left: 396px;
1168
+ }
1169
+
1170
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
1171
+ padding-right: 396px;
1172
+ }
1173
+
1174
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-16 {
1175
+ padding-left: 384px;
1176
+ }
1177
+
1178
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-16 {
1179
+ padding-right: 384px;
1180
+ }
1181
+
1182
+ .ag-theme-fresh .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
1183
+ margin-left: 24px;
1184
+ }
1185
+
1186
+ .ag-theme-fresh .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
1187
+ margin-right: 24px;
1188
+ }
1189
+
1190
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
1191
+ padding-left: 420px;
1192
+ }
1193
+
1194
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
1195
+ padding-right: 420px;
1196
+ }
1197
+
1198
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-17 {
1199
+ padding-left: 408px;
1200
+ }
1201
+
1202
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-17 {
1203
+ padding-right: 408px;
1204
+ }
1205
+
1206
+ .ag-theme-fresh .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
1207
+ margin-left: 24px;
1208
+ }
1209
+
1210
+ .ag-theme-fresh .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
1211
+ margin-right: 24px;
1212
+ }
1213
+
1214
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
1215
+ padding-left: 444px;
1216
+ }
1217
+
1218
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
1219
+ padding-right: 444px;
1220
+ }
1221
+
1222
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-18 {
1223
+ padding-left: 432px;
1224
+ }
1225
+
1226
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-18 {
1227
+ padding-right: 432px;
1228
+ }
1229
+
1230
+ .ag-theme-fresh .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
1231
+ margin-left: 24px;
1232
+ }
1233
+
1234
+ .ag-theme-fresh .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
1235
+ margin-right: 24px;
1236
+ }
1237
+
1238
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
1239
+ padding-left: 468px;
1240
+ }
1241
+
1242
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
1243
+ padding-right: 468px;
1244
+ }
1245
+
1246
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-19 {
1247
+ padding-left: 456px;
1248
+ }
1249
+
1250
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-19 {
1251
+ padding-right: 456px;
1252
+ }
1253
+
1254
+ .ag-theme-fresh .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
1255
+ margin-left: 24px;
1256
+ }
1257
+
1258
+ .ag-theme-fresh .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
1259
+ margin-right: 24px;
1260
+ }
1261
+
1262
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
1263
+ padding-left: 492px;
1264
+ }
1265
+
1266
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
1267
+ padding-right: 492px;
1268
+ }
1269
+
1270
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-20 {
1271
+ padding-left: 480px;
1272
+ }
1273
+
1274
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-20 {
1275
+ padding-right: 480px;
1276
+ }
1277
+
1278
+ .ag-theme-fresh .ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
1279
+ margin-left: 24px;
1280
+ }
1281
+
1282
+ .ag-theme-fresh .ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
1283
+ margin-right: 24px;
1284
+ }
1285
+
1286
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
1287
+ padding-left: 516px;
1288
+ }
1289
+
1290
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
1291
+ padding-right: 516px;
1292
+ }
1293
+
1294
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-21 {
1295
+ padding-left: 504px;
1296
+ }
1297
+
1298
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-21 {
1299
+ padding-right: 504px;
1300
+ }
1301
+
1302
+ .ag-theme-fresh .ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
1303
+ margin-left: 24px;
1304
+ }
1305
+
1306
+ .ag-theme-fresh .ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
1307
+ margin-right: 24px;
1308
+ }
1309
+
1310
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
1311
+ padding-left: 540px;
1312
+ }
1313
+
1314
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
1315
+ padding-right: 540px;
1316
+ }
1317
+
1318
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-22 {
1319
+ padding-left: 528px;
1320
+ }
1321
+
1322
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-22 {
1323
+ padding-right: 528px;
1324
+ }
1325
+
1326
+ .ag-theme-fresh .ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
1327
+ margin-left: 24px;
1328
+ }
1329
+
1330
+ .ag-theme-fresh .ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
1331
+ margin-right: 24px;
1332
+ }
1333
+
1334
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
1335
+ padding-left: 564px;
1336
+ }
1337
+
1338
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
1339
+ padding-right: 564px;
1340
+ }
1341
+
1342
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-23 {
1343
+ padding-left: 552px;
1344
+ }
1345
+
1346
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-23 {
1347
+ padding-right: 552px;
1348
+ }
1349
+
1350
+ .ag-theme-fresh .ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
1351
+ margin-left: 24px;
1352
+ }
1353
+
1354
+ .ag-theme-fresh .ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
1355
+ margin-right: 24px;
1356
+ }
1357
+
1358
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
1359
+ padding-left: 588px;
1360
+ }
1361
+
1362
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
1363
+ padding-right: 588px;
1364
+ }
1365
+
1366
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-24 {
1367
+ padding-left: 576px;
1368
+ }
1369
+
1370
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-24 {
1371
+ padding-right: 576px;
1372
+ }
1373
+
1374
+ .ag-theme-fresh .ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
1375
+ margin-left: 24px;
1376
+ }
1377
+
1378
+ .ag-theme-fresh .ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
1379
+ margin-right: 24px;
1380
+ }
1381
+
1382
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
1383
+ padding-left: 612px;
1384
+ }
1385
+
1386
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
1387
+ padding-right: 612px;
1388
+ }
1389
+
1390
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-25 {
1391
+ padding-left: 600px;
1392
+ }
1393
+
1394
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-25 {
1395
+ padding-right: 600px;
1396
+ }
1397
+
1398
+ .ag-theme-fresh .ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
1399
+ margin-left: 24px;
1400
+ }
1401
+
1402
+ .ag-theme-fresh .ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
1403
+ margin-right: 24px;
1404
+ }
1405
+
1406
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
1407
+ padding-left: 636px;
1408
+ }
1409
+
1410
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
1411
+ padding-right: 636px;
1412
+ }
1413
+
1414
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-26 {
1415
+ padding-left: 624px;
1416
+ }
1417
+
1418
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-26 {
1419
+ padding-right: 624px;
1420
+ }
1421
+
1422
+ .ag-theme-fresh .ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
1423
+ margin-left: 24px;
1424
+ }
1425
+
1426
+ .ag-theme-fresh .ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
1427
+ margin-right: 24px;
1428
+ }
1429
+
1430
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
1431
+ padding-left: 660px;
1432
+ }
1433
+
1434
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
1435
+ padding-right: 660px;
1436
+ }
1437
+
1438
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-27 {
1439
+ padding-left: 648px;
1440
+ }
1441
+
1442
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-27 {
1443
+ padding-right: 648px;
1444
+ }
1445
+
1446
+ .ag-theme-fresh .ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
1447
+ margin-left: 24px;
1448
+ }
1449
+
1450
+ .ag-theme-fresh .ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
1451
+ margin-right: 24px;
1452
+ }
1453
+
1454
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
1455
+ padding-left: 684px;
1456
+ }
1457
+
1458
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
1459
+ padding-right: 684px;
1460
+ }
1461
+
1462
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-28 {
1463
+ padding-left: 672px;
1464
+ }
1465
+
1466
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-28 {
1467
+ padding-right: 672px;
1468
+ }
1469
+
1470
+ .ag-theme-fresh .ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
1471
+ margin-left: 24px;
1472
+ }
1473
+
1474
+ .ag-theme-fresh .ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
1475
+ margin-right: 24px;
1476
+ }
1477
+
1478
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
1479
+ padding-left: 708px;
1480
+ }
1481
+
1482
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
1483
+ padding-right: 708px;
1484
+ }
1485
+
1486
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-29 {
1487
+ padding-left: 696px;
1488
+ }
1489
+
1490
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-29 {
1491
+ padding-right: 696px;
1492
+ }
1493
+
1494
+ .ag-theme-fresh .ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
1495
+ margin-left: 24px;
1496
+ }
1497
+
1498
+ .ag-theme-fresh .ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
1499
+ margin-right: 24px;
1500
+ }
1501
+
1502
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
1503
+ padding-left: 732px;
1504
+ }
1505
+
1506
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
1507
+ padding-right: 732px;
1508
+ }
1509
+
1510
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-30 {
1511
+ padding-left: 720px;
1512
+ }
1513
+
1514
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-30 {
1515
+ padding-right: 720px;
1516
+ }
1517
+
1518
+ .ag-theme-fresh .ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
1519
+ margin-left: 24px;
1520
+ }
1521
+
1522
+ .ag-theme-fresh .ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
1523
+ margin-right: 24px;
1524
+ }
1525
+
1526
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
1527
+ padding-left: 756px;
1528
+ }
1529
+
1530
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
1531
+ padding-right: 756px;
1532
+ }
1533
+
1534
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-31 {
1535
+ padding-left: 744px;
1536
+ }
1537
+
1538
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-31 {
1539
+ padding-right: 744px;
1540
+ }
1541
+
1542
+ .ag-theme-fresh .ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
1543
+ margin-left: 24px;
1544
+ }
1545
+
1546
+ .ag-theme-fresh .ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
1547
+ margin-right: 24px;
1548
+ }
1549
+
1550
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
1551
+ padding-left: 780px;
1552
+ }
1553
+
1554
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
1555
+ padding-right: 780px;
1556
+ }
1557
+
1558
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-32 {
1559
+ padding-left: 768px;
1560
+ }
1561
+
1562
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-32 {
1563
+ padding-right: 768px;
1564
+ }
1565
+
1566
+ .ag-theme-fresh .ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
1567
+ margin-left: 24px;
1568
+ }
1569
+
1570
+ .ag-theme-fresh .ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
1571
+ margin-right: 24px;
1572
+ }
1573
+
1574
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
1575
+ padding-left: 804px;
1576
+ }
1577
+
1578
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
1579
+ padding-right: 804px;
1580
+ }
1581
+
1582
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-33 {
1583
+ padding-left: 792px;
1584
+ }
1585
+
1586
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-33 {
1587
+ padding-right: 792px;
1588
+ }
1589
+
1590
+ .ag-theme-fresh .ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
1591
+ margin-left: 24px;
1592
+ }
1593
+
1594
+ .ag-theme-fresh .ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
1595
+ margin-right: 24px;
1596
+ }
1597
+
1598
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
1599
+ padding-left: 828px;
1600
+ }
1601
+
1602
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
1603
+ padding-right: 828px;
1604
+ }
1605
+
1606
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-34 {
1607
+ padding-left: 816px;
1608
+ }
1609
+
1610
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-34 {
1611
+ padding-right: 816px;
1612
+ }
1613
+
1614
+ .ag-theme-fresh .ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
1615
+ margin-left: 24px;
1616
+ }
1617
+
1618
+ .ag-theme-fresh .ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
1619
+ margin-right: 24px;
1620
+ }
1621
+
1622
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
1623
+ padding-left: 852px;
1624
+ }
1625
+
1626
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
1627
+ padding-right: 852px;
1628
+ }
1629
+
1630
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-35 {
1631
+ padding-left: 840px;
1632
+ }
1633
+
1634
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-35 {
1635
+ padding-right: 840px;
1636
+ }
1637
+
1638
+ .ag-theme-fresh .ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
1639
+ margin-left: 24px;
1640
+ }
1641
+
1642
+ .ag-theme-fresh .ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
1643
+ margin-right: 24px;
1644
+ }
1645
+
1646
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
1647
+ padding-left: 876px;
1648
+ }
1649
+
1650
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
1651
+ padding-right: 876px;
1652
+ }
1653
+
1654
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-36 {
1655
+ padding-left: 864px;
1656
+ }
1657
+
1658
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-36 {
1659
+ padding-right: 864px;
1660
+ }
1661
+
1662
+ .ag-theme-fresh .ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
1663
+ margin-left: 24px;
1664
+ }
1665
+
1666
+ .ag-theme-fresh .ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
1667
+ margin-right: 24px;
1668
+ }
1669
+
1670
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
1671
+ padding-left: 900px;
1672
+ }
1673
+
1674
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
1675
+ padding-right: 900px;
1676
+ }
1677
+
1678
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-37 {
1679
+ padding-left: 888px;
1680
+ }
1681
+
1682
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-37 {
1683
+ padding-right: 888px;
1684
+ }
1685
+
1686
+ .ag-theme-fresh .ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
1687
+ margin-left: 24px;
1688
+ }
1689
+
1690
+ .ag-theme-fresh .ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
1691
+ margin-right: 24px;
1692
+ }
1693
+
1694
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
1695
+ padding-left: 924px;
1696
+ }
1697
+
1698
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
1699
+ padding-right: 924px;
1700
+ }
1701
+
1702
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-38 {
1703
+ padding-left: 912px;
1704
+ }
1705
+
1706
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-38 {
1707
+ padding-right: 912px;
1708
+ }
1709
+
1710
+ .ag-theme-fresh .ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
1711
+ margin-left: 24px;
1712
+ }
1713
+
1714
+ .ag-theme-fresh .ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
1715
+ margin-right: 24px;
1716
+ }
1717
+
1718
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
1719
+ padding-left: 948px;
1720
+ }
1721
+
1722
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
1723
+ padding-right: 948px;
1724
+ }
1725
+
1726
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-39 {
1727
+ padding-left: 936px;
1728
+ }
1729
+
1730
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-39 {
1731
+ padding-right: 936px;
1732
+ }
1733
+
1734
+ .ag-theme-fresh .ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
1735
+ margin-left: 24px;
1736
+ }
1737
+
1738
+ .ag-theme-fresh .ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
1739
+ margin-right: 24px;
1740
+ }
1741
+
1742
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
1743
+ padding-left: 972px;
1744
+ }
1745
+
1746
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
1747
+ padding-right: 972px;
1748
+ }
1749
+
1750
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-40 {
1751
+ padding-left: 960px;
1752
+ }
1753
+
1754
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-40 {
1755
+ padding-right: 960px;
1756
+ }
1757
+
1758
+ .ag-theme-fresh .ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
1759
+ margin-left: 24px;
1760
+ }
1761
+
1762
+ .ag-theme-fresh .ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
1763
+ margin-right: 24px;
1764
+ }
1765
+
1766
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
1767
+ padding-left: 996px;
1768
+ }
1769
+
1770
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
1771
+ padding-right: 996px;
1772
+ }
1773
+
1774
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-41 {
1775
+ padding-left: 984px;
1776
+ }
1777
+
1778
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-41 {
1779
+ padding-right: 984px;
1780
+ }
1781
+
1782
+ .ag-theme-fresh .ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
1783
+ margin-left: 24px;
1784
+ }
1785
+
1786
+ .ag-theme-fresh .ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
1787
+ margin-right: 24px;
1788
+ }
1789
+
1790
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
1791
+ padding-left: 1020px;
1792
+ }
1793
+
1794
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
1795
+ padding-right: 1020px;
1796
+ }
1797
+
1798
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-42 {
1799
+ padding-left: 1008px;
1800
+ }
1801
+
1802
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-42 {
1803
+ padding-right: 1008px;
1804
+ }
1805
+
1806
+ .ag-theme-fresh .ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
1807
+ margin-left: 24px;
1808
+ }
1809
+
1810
+ .ag-theme-fresh .ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
1811
+ margin-right: 24px;
1812
+ }
1813
+
1814
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
1815
+ padding-left: 1044px;
1816
+ }
1817
+
1818
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
1819
+ padding-right: 1044px;
1820
+ }
1821
+
1822
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-43 {
1823
+ padding-left: 1032px;
1824
+ }
1825
+
1826
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-43 {
1827
+ padding-right: 1032px;
1828
+ }
1829
+
1830
+ .ag-theme-fresh .ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
1831
+ margin-left: 24px;
1832
+ }
1833
+
1834
+ .ag-theme-fresh .ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
1835
+ margin-right: 24px;
1836
+ }
1837
+
1838
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
1839
+ padding-left: 1068px;
1840
+ }
1841
+
1842
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
1843
+ padding-right: 1068px;
1844
+ }
1845
+
1846
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-44 {
1847
+ padding-left: 1056px;
1848
+ }
1849
+
1850
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-44 {
1851
+ padding-right: 1056px;
1852
+ }
1853
+
1854
+ .ag-theme-fresh .ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
1855
+ margin-left: 24px;
1856
+ }
1857
+
1858
+ .ag-theme-fresh .ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
1859
+ margin-right: 24px;
1860
+ }
1861
+
1862
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
1863
+ padding-left: 1092px;
1864
+ }
1865
+
1866
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
1867
+ padding-right: 1092px;
1868
+ }
1869
+
1870
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-45 {
1871
+ padding-left: 1080px;
1872
+ }
1873
+
1874
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-45 {
1875
+ padding-right: 1080px;
1876
+ }
1877
+
1878
+ .ag-theme-fresh .ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
1879
+ margin-left: 24px;
1880
+ }
1881
+
1882
+ .ag-theme-fresh .ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
1883
+ margin-right: 24px;
1884
+ }
1885
+
1886
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
1887
+ padding-left: 1116px;
1888
+ }
1889
+
1890
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
1891
+ padding-right: 1116px;
1892
+ }
1893
+
1894
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-46 {
1895
+ padding-left: 1104px;
1896
+ }
1897
+
1898
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-46 {
1899
+ padding-right: 1104px;
1900
+ }
1901
+
1902
+ .ag-theme-fresh .ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
1903
+ margin-left: 24px;
1904
+ }
1905
+
1906
+ .ag-theme-fresh .ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
1907
+ margin-right: 24px;
1908
+ }
1909
+
1910
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
1911
+ padding-left: 1140px;
1912
+ }
1913
+
1914
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
1915
+ padding-right: 1140px;
1916
+ }
1917
+
1918
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-47 {
1919
+ padding-left: 1128px;
1920
+ }
1921
+
1922
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-47 {
1923
+ padding-right: 1128px;
1924
+ }
1925
+
1926
+ .ag-theme-fresh .ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
1927
+ margin-left: 24px;
1928
+ }
1929
+
1930
+ .ag-theme-fresh .ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
1931
+ margin-right: 24px;
1932
+ }
1933
+
1934
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
1935
+ padding-left: 1164px;
1936
+ }
1937
+
1938
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
1939
+ padding-right: 1164px;
1940
+ }
1941
+
1942
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-48 {
1943
+ padding-left: 1152px;
1944
+ }
1945
+
1946
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-48 {
1947
+ padding-right: 1152px;
1948
+ }
1949
+
1950
+ .ag-theme-fresh .ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
1951
+ margin-left: 24px;
1952
+ }
1953
+
1954
+ .ag-theme-fresh .ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
1955
+ margin-right: 24px;
1956
+ }
1957
+
1958
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
1959
+ padding-left: 1188px;
1960
+ }
1961
+
1962
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
1963
+ padding-right: 1188px;
1964
+ }
1965
+
1966
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-49 {
1967
+ padding-left: 1176px;
1968
+ }
1969
+
1970
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-49 {
1971
+ padding-right: 1176px;
1972
+ }
1973
+
1974
+ .ag-theme-fresh .ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
1975
+ margin-left: 24px;
1976
+ }
1977
+
1978
+ .ag-theme-fresh .ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
1979
+ margin-right: 24px;
1980
+ }
1981
+
1982
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
1983
+ padding-left: 1212px;
1984
+ }
1985
+
1986
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
1987
+ padding-right: 1212px;
1988
+ }
1989
+
1990
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-50 {
1991
+ padding-left: 1200px;
1992
+ }
1993
+
1994
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-50 {
1995
+ padding-right: 1200px;
1996
+ }
1997
+
1998
+ .ag-theme-fresh .ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
1999
+ margin-left: 24px;
2000
+ }
2001
+
2002
+ .ag-theme-fresh .ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
2003
+ margin-right: 24px;
2004
+ }
2005
+
2006
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
2007
+ padding-left: 1236px;
2008
+ }
2009
+
2010
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
2011
+ padding-right: 1236px;
2012
+ }
2013
+
2014
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-51 {
2015
+ padding-left: 1224px;
2016
+ }
2017
+
2018
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-51 {
2019
+ padding-right: 1224px;
2020
+ }
2021
+
2022
+ .ag-theme-fresh .ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
2023
+ margin-left: 24px;
2024
+ }
2025
+
2026
+ .ag-theme-fresh .ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
2027
+ margin-right: 24px;
2028
+ }
2029
+
2030
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
2031
+ padding-left: 1260px;
2032
+ }
2033
+
2034
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
2035
+ padding-right: 1260px;
2036
+ }
2037
+
2038
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-52 {
2039
+ padding-left: 1248px;
2040
+ }
2041
+
2042
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-52 {
2043
+ padding-right: 1248px;
2044
+ }
2045
+
2046
+ .ag-theme-fresh .ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
2047
+ margin-left: 24px;
2048
+ }
2049
+
2050
+ .ag-theme-fresh .ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
2051
+ margin-right: 24px;
2052
+ }
2053
+
2054
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
2055
+ padding-left: 1284px;
2056
+ }
2057
+
2058
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
2059
+ padding-right: 1284px;
2060
+ }
2061
+
2062
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-53 {
2063
+ padding-left: 1272px;
2064
+ }
2065
+
2066
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-53 {
2067
+ padding-right: 1272px;
2068
+ }
2069
+
2070
+ .ag-theme-fresh .ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
2071
+ margin-left: 24px;
2072
+ }
2073
+
2074
+ .ag-theme-fresh .ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
2075
+ margin-right: 24px;
2076
+ }
2077
+
2078
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
2079
+ padding-left: 1308px;
2080
+ }
2081
+
2082
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
2083
+ padding-right: 1308px;
2084
+ }
2085
+
2086
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-54 {
2087
+ padding-left: 1296px;
2088
+ }
2089
+
2090
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-54 {
2091
+ padding-right: 1296px;
2092
+ }
2093
+
2094
+ .ag-theme-fresh .ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
2095
+ margin-left: 24px;
2096
+ }
2097
+
2098
+ .ag-theme-fresh .ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
2099
+ margin-right: 24px;
2100
+ }
2101
+
2102
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
2103
+ padding-left: 1332px;
2104
+ }
2105
+
2106
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
2107
+ padding-right: 1332px;
2108
+ }
2109
+
2110
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-55 {
2111
+ padding-left: 1320px;
2112
+ }
2113
+
2114
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-55 {
2115
+ padding-right: 1320px;
2116
+ }
2117
+
2118
+ .ag-theme-fresh .ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
2119
+ margin-left: 24px;
2120
+ }
2121
+
2122
+ .ag-theme-fresh .ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
2123
+ margin-right: 24px;
2124
+ }
2125
+
2126
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
2127
+ padding-left: 1356px;
2128
+ }
2129
+
2130
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
2131
+ padding-right: 1356px;
2132
+ }
2133
+
2134
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-56 {
2135
+ padding-left: 1344px;
2136
+ }
2137
+
2138
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-56 {
2139
+ padding-right: 1344px;
2140
+ }
2141
+
2142
+ .ag-theme-fresh .ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
2143
+ margin-left: 24px;
2144
+ }
2145
+
2146
+ .ag-theme-fresh .ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
2147
+ margin-right: 24px;
2148
+ }
2149
+
2150
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
2151
+ padding-left: 1380px;
2152
+ }
2153
+
2154
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
2155
+ padding-right: 1380px;
2156
+ }
2157
+
2158
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-57 {
2159
+ padding-left: 1368px;
2160
+ }
2161
+
2162
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-57 {
2163
+ padding-right: 1368px;
2164
+ }
2165
+
2166
+ .ag-theme-fresh .ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
2167
+ margin-left: 24px;
2168
+ }
2169
+
2170
+ .ag-theme-fresh .ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
2171
+ margin-right: 24px;
2172
+ }
2173
+
2174
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
2175
+ padding-left: 1404px;
2176
+ }
2177
+
2178
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
2179
+ padding-right: 1404px;
2180
+ }
2181
+
2182
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-58 {
2183
+ padding-left: 1392px;
2184
+ }
2185
+
2186
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-58 {
2187
+ padding-right: 1392px;
2188
+ }
2189
+
2190
+ .ag-theme-fresh .ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
2191
+ margin-left: 24px;
2192
+ }
2193
+
2194
+ .ag-theme-fresh .ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
2195
+ margin-right: 24px;
2196
+ }
2197
+
2198
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
2199
+ padding-left: 1428px;
2200
+ }
2201
+
2202
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
2203
+ padding-right: 1428px;
2204
+ }
2205
+
2206
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-59 {
2207
+ padding-left: 1416px;
2208
+ }
2209
+
2210
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-59 {
2211
+ padding-right: 1416px;
2212
+ }
2213
+
2214
+ .ag-theme-fresh .ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
2215
+ margin-left: 24px;
2216
+ }
2217
+
2218
+ .ag-theme-fresh .ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
2219
+ margin-right: 24px;
2220
+ }
2221
+
2222
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
2223
+ padding-left: 1452px;
2224
+ }
2225
+
2226
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
2227
+ padding-right: 1452px;
2228
+ }
2229
+
2230
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-60 {
2231
+ padding-left: 1440px;
2232
+ }
2233
+
2234
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-60 {
2235
+ padding-right: 1440px;
2236
+ }
2237
+
2238
+ .ag-theme-fresh .ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
2239
+ margin-left: 24px;
2240
+ }
2241
+
2242
+ .ag-theme-fresh .ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
2243
+ margin-right: 24px;
2244
+ }
2245
+
2246
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
2247
+ padding-left: 1476px;
2248
+ }
2249
+
2250
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
2251
+ padding-right: 1476px;
2252
+ }
2253
+
2254
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-61 {
2255
+ padding-left: 1464px;
2256
+ }
2257
+
2258
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-61 {
2259
+ padding-right: 1464px;
2260
+ }
2261
+
2262
+ .ag-theme-fresh .ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
2263
+ margin-left: 24px;
2264
+ }
2265
+
2266
+ .ag-theme-fresh .ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
2267
+ margin-right: 24px;
2268
+ }
2269
+
2270
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
2271
+ padding-left: 1500px;
2272
+ }
2273
+
2274
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
2275
+ padding-right: 1500px;
2276
+ }
2277
+
2278
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-62 {
2279
+ padding-left: 1488px;
2280
+ }
2281
+
2282
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-62 {
2283
+ padding-right: 1488px;
2284
+ }
2285
+
2286
+ .ag-theme-fresh .ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
2287
+ margin-left: 24px;
2288
+ }
2289
+
2290
+ .ag-theme-fresh .ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
2291
+ margin-right: 24px;
2292
+ }
2293
+
2294
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
2295
+ padding-left: 1524px;
2296
+ }
2297
+
2298
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
2299
+ padding-right: 1524px;
2300
+ }
2301
+
2302
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-63 {
2303
+ padding-left: 1512px;
2304
+ }
2305
+
2306
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-63 {
2307
+ padding-right: 1512px;
2308
+ }
2309
+
2310
+ .ag-theme-fresh .ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
2311
+ margin-left: 24px;
2312
+ }
2313
+
2314
+ .ag-theme-fresh .ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
2315
+ margin-right: 24px;
2316
+ }
2317
+
2318
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
2319
+ padding-left: 1548px;
2320
+ }
2321
+
2322
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
2323
+ padding-right: 1548px;
2324
+ }
2325
+
2326
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-64 {
2327
+ padding-left: 1536px;
2328
+ }
2329
+
2330
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-64 {
2331
+ padding-right: 1536px;
2332
+ }
2333
+
2334
+ .ag-theme-fresh .ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
2335
+ margin-left: 24px;
2336
+ }
2337
+
2338
+ .ag-theme-fresh .ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
2339
+ margin-right: 24px;
2340
+ }
2341
+
2342
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
2343
+ padding-left: 1572px;
2344
+ }
2345
+
2346
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
2347
+ padding-right: 1572px;
2348
+ }
2349
+
2350
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-65 {
2351
+ padding-left: 1560px;
2352
+ }
2353
+
2354
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-65 {
2355
+ padding-right: 1560px;
2356
+ }
2357
+
2358
+ .ag-theme-fresh .ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
2359
+ margin-left: 24px;
2360
+ }
2361
+
2362
+ .ag-theme-fresh .ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
2363
+ margin-right: 24px;
2364
+ }
2365
+
2366
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
2367
+ padding-left: 1596px;
2368
+ }
2369
+
2370
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
2371
+ padding-right: 1596px;
2372
+ }
2373
+
2374
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-66 {
2375
+ padding-left: 1584px;
2376
+ }
2377
+
2378
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-66 {
2379
+ padding-right: 1584px;
2380
+ }
2381
+
2382
+ .ag-theme-fresh .ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
2383
+ margin-left: 24px;
2384
+ }
2385
+
2386
+ .ag-theme-fresh .ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
2387
+ margin-right: 24px;
2388
+ }
2389
+
2390
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
2391
+ padding-left: 1620px;
2392
+ }
2393
+
2394
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
2395
+ padding-right: 1620px;
2396
+ }
2397
+
2398
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-67 {
2399
+ padding-left: 1608px;
2400
+ }
2401
+
2402
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-67 {
2403
+ padding-right: 1608px;
2404
+ }
2405
+
2406
+ .ag-theme-fresh .ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
2407
+ margin-left: 24px;
2408
+ }
2409
+
2410
+ .ag-theme-fresh .ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
2411
+ margin-right: 24px;
2412
+ }
2413
+
2414
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
2415
+ padding-left: 1644px;
2416
+ }
2417
+
2418
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
2419
+ padding-right: 1644px;
2420
+ }
2421
+
2422
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-68 {
2423
+ padding-left: 1632px;
2424
+ }
2425
+
2426
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-68 {
2427
+ padding-right: 1632px;
2428
+ }
2429
+
2430
+ .ag-theme-fresh .ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
2431
+ margin-left: 24px;
2432
+ }
2433
+
2434
+ .ag-theme-fresh .ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
2435
+ margin-right: 24px;
2436
+ }
2437
+
2438
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
2439
+ padding-left: 1668px;
2440
+ }
2441
+
2442
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
2443
+ padding-right: 1668px;
2444
+ }
2445
+
2446
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-69 {
2447
+ padding-left: 1656px;
2448
+ }
2449
+
2450
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-69 {
2451
+ padding-right: 1656px;
2452
+ }
2453
+
2454
+ .ag-theme-fresh .ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
2455
+ margin-left: 24px;
2456
+ }
2457
+
2458
+ .ag-theme-fresh .ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
2459
+ margin-right: 24px;
2460
+ }
2461
+
2462
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
2463
+ padding-left: 1692px;
2464
+ }
2465
+
2466
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
2467
+ padding-right: 1692px;
2468
+ }
2469
+
2470
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-70 {
2471
+ padding-left: 1680px;
2472
+ }
2473
+
2474
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-70 {
2475
+ padding-right: 1680px;
2476
+ }
2477
+
2478
+ .ag-theme-fresh .ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
2479
+ margin-left: 24px;
2480
+ }
2481
+
2482
+ .ag-theme-fresh .ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
2483
+ margin-right: 24px;
2484
+ }
2485
+
2486
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
2487
+ padding-left: 1716px;
2488
+ }
2489
+
2490
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
2491
+ padding-right: 1716px;
2492
+ }
2493
+
2494
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-71 {
2495
+ padding-left: 1704px;
2496
+ }
2497
+
2498
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-71 {
2499
+ padding-right: 1704px;
2500
+ }
2501
+
2502
+ .ag-theme-fresh .ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
2503
+ margin-left: 24px;
2504
+ }
2505
+
2506
+ .ag-theme-fresh .ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
2507
+ margin-right: 24px;
2508
+ }
2509
+
2510
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
2511
+ padding-left: 1740px;
2512
+ }
2513
+
2514
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
2515
+ padding-right: 1740px;
2516
+ }
2517
+
2518
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-72 {
2519
+ padding-left: 1728px;
2520
+ }
2521
+
2522
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-72 {
2523
+ padding-right: 1728px;
2524
+ }
2525
+
2526
+ .ag-theme-fresh .ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
2527
+ margin-left: 24px;
2528
+ }
2529
+
2530
+ .ag-theme-fresh .ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
2531
+ margin-right: 24px;
2532
+ }
2533
+
2534
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
2535
+ padding-left: 1764px;
2536
+ }
2537
+
2538
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
2539
+ padding-right: 1764px;
2540
+ }
2541
+
2542
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-73 {
2543
+ padding-left: 1752px;
2544
+ }
2545
+
2546
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-73 {
2547
+ padding-right: 1752px;
2548
+ }
2549
+
2550
+ .ag-theme-fresh .ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
2551
+ margin-left: 24px;
2552
+ }
2553
+
2554
+ .ag-theme-fresh .ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
2555
+ margin-right: 24px;
2556
+ }
2557
+
2558
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
2559
+ padding-left: 1788px;
2560
+ }
2561
+
2562
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
2563
+ padding-right: 1788px;
2564
+ }
2565
+
2566
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-74 {
2567
+ padding-left: 1776px;
2568
+ }
2569
+
2570
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-74 {
2571
+ padding-right: 1776px;
2572
+ }
2573
+
2574
+ .ag-theme-fresh .ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
2575
+ margin-left: 24px;
2576
+ }
2577
+
2578
+ .ag-theme-fresh .ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
2579
+ margin-right: 24px;
2580
+ }
2581
+
2582
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
2583
+ padding-left: 1812px;
2584
+ }
2585
+
2586
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
2587
+ padding-right: 1812px;
2588
+ }
2589
+
2590
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-75 {
2591
+ padding-left: 1800px;
2592
+ }
2593
+
2594
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-75 {
2595
+ padding-right: 1800px;
2596
+ }
2597
+
2598
+ .ag-theme-fresh .ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
2599
+ margin-left: 24px;
2600
+ }
2601
+
2602
+ .ag-theme-fresh .ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
2603
+ margin-right: 24px;
2604
+ }
2605
+
2606
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
2607
+ padding-left: 1836px;
2608
+ }
2609
+
2610
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
2611
+ padding-right: 1836px;
2612
+ }
2613
+
2614
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-76 {
2615
+ padding-left: 1824px;
2616
+ }
2617
+
2618
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-76 {
2619
+ padding-right: 1824px;
2620
+ }
2621
+
2622
+ .ag-theme-fresh .ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
2623
+ margin-left: 24px;
2624
+ }
2625
+
2626
+ .ag-theme-fresh .ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
2627
+ margin-right: 24px;
2628
+ }
2629
+
2630
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
2631
+ padding-left: 1860px;
2632
+ }
2633
+
2634
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
2635
+ padding-right: 1860px;
2636
+ }
2637
+
2638
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-77 {
2639
+ padding-left: 1848px;
2640
+ }
2641
+
2642
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-77 {
2643
+ padding-right: 1848px;
2644
+ }
2645
+
2646
+ .ag-theme-fresh .ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
2647
+ margin-left: 24px;
2648
+ }
2649
+
2650
+ .ag-theme-fresh .ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
2651
+ margin-right: 24px;
2652
+ }
2653
+
2654
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
2655
+ padding-left: 1884px;
2656
+ }
2657
+
2658
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
2659
+ padding-right: 1884px;
2660
+ }
2661
+
2662
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-78 {
2663
+ padding-left: 1872px;
2664
+ }
2665
+
2666
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-78 {
2667
+ padding-right: 1872px;
2668
+ }
2669
+
2670
+ .ag-theme-fresh .ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
2671
+ margin-left: 24px;
2672
+ }
2673
+
2674
+ .ag-theme-fresh .ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
2675
+ margin-right: 24px;
2676
+ }
2677
+
2678
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
2679
+ padding-left: 1908px;
2680
+ }
2681
+
2682
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
2683
+ padding-right: 1908px;
2684
+ }
2685
+
2686
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-79 {
2687
+ padding-left: 1896px;
2688
+ }
2689
+
2690
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-79 {
2691
+ padding-right: 1896px;
2692
+ }
2693
+
2694
+ .ag-theme-fresh .ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
2695
+ margin-left: 24px;
2696
+ }
2697
+
2698
+ .ag-theme-fresh .ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
2699
+ margin-right: 24px;
2700
+ }
2701
+
2702
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
2703
+ padding-left: 1932px;
2704
+ }
2705
+
2706
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
2707
+ padding-right: 1932px;
2708
+ }
2709
+
2710
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-80 {
2711
+ padding-left: 1920px;
2712
+ }
2713
+
2714
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-80 {
2715
+ padding-right: 1920px;
2716
+ }
2717
+
2718
+ .ag-theme-fresh .ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
2719
+ margin-left: 24px;
2720
+ }
2721
+
2722
+ .ag-theme-fresh .ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
2723
+ margin-right: 24px;
2724
+ }
2725
+
2726
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
2727
+ padding-left: 1956px;
2728
+ }
2729
+
2730
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
2731
+ padding-right: 1956px;
2732
+ }
2733
+
2734
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-81 {
2735
+ padding-left: 1944px;
2736
+ }
2737
+
2738
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-81 {
2739
+ padding-right: 1944px;
2740
+ }
2741
+
2742
+ .ag-theme-fresh .ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
2743
+ margin-left: 24px;
2744
+ }
2745
+
2746
+ .ag-theme-fresh .ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
2747
+ margin-right: 24px;
2748
+ }
2749
+
2750
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
2751
+ padding-left: 1980px;
2752
+ }
2753
+
2754
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
2755
+ padding-right: 1980px;
2756
+ }
2757
+
2758
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-82 {
2759
+ padding-left: 1968px;
2760
+ }
2761
+
2762
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-82 {
2763
+ padding-right: 1968px;
2764
+ }
2765
+
2766
+ .ag-theme-fresh .ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
2767
+ margin-left: 24px;
2768
+ }
2769
+
2770
+ .ag-theme-fresh .ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
2771
+ margin-right: 24px;
2772
+ }
2773
+
2774
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
2775
+ padding-left: 2004px;
2776
+ }
2777
+
2778
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
2779
+ padding-right: 2004px;
2780
+ }
2781
+
2782
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-83 {
2783
+ padding-left: 1992px;
2784
+ }
2785
+
2786
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-83 {
2787
+ padding-right: 1992px;
2788
+ }
2789
+
2790
+ .ag-theme-fresh .ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
2791
+ margin-left: 24px;
2792
+ }
2793
+
2794
+ .ag-theme-fresh .ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
2795
+ margin-right: 24px;
2796
+ }
2797
+
2798
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
2799
+ padding-left: 2028px;
2800
+ }
2801
+
2802
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
2803
+ padding-right: 2028px;
2804
+ }
2805
+
2806
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-84 {
2807
+ padding-left: 2016px;
2808
+ }
2809
+
2810
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-84 {
2811
+ padding-right: 2016px;
2812
+ }
2813
+
2814
+ .ag-theme-fresh .ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
2815
+ margin-left: 24px;
2816
+ }
2817
+
2818
+ .ag-theme-fresh .ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
2819
+ margin-right: 24px;
2820
+ }
2821
+
2822
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
2823
+ padding-left: 2052px;
2824
+ }
2825
+
2826
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
2827
+ padding-right: 2052px;
2828
+ }
2829
+
2830
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-85 {
2831
+ padding-left: 2040px;
2832
+ }
2833
+
2834
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-85 {
2835
+ padding-right: 2040px;
2836
+ }
2837
+
2838
+ .ag-theme-fresh .ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
2839
+ margin-left: 24px;
2840
+ }
2841
+
2842
+ .ag-theme-fresh .ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
2843
+ margin-right: 24px;
2844
+ }
2845
+
2846
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
2847
+ padding-left: 2076px;
2848
+ }
2849
+
2850
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
2851
+ padding-right: 2076px;
2852
+ }
2853
+
2854
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-86 {
2855
+ padding-left: 2064px;
2856
+ }
2857
+
2858
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-86 {
2859
+ padding-right: 2064px;
2860
+ }
2861
+
2862
+ .ag-theme-fresh .ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
2863
+ margin-left: 24px;
2864
+ }
2865
+
2866
+ .ag-theme-fresh .ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
2867
+ margin-right: 24px;
2868
+ }
2869
+
2870
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
2871
+ padding-left: 2100px;
2872
+ }
2873
+
2874
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
2875
+ padding-right: 2100px;
2876
+ }
2877
+
2878
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-87 {
2879
+ padding-left: 2088px;
2880
+ }
2881
+
2882
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-87 {
2883
+ padding-right: 2088px;
2884
+ }
2885
+
2886
+ .ag-theme-fresh .ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
2887
+ margin-left: 24px;
2888
+ }
2889
+
2890
+ .ag-theme-fresh .ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
2891
+ margin-right: 24px;
2892
+ }
2893
+
2894
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
2895
+ padding-left: 2124px;
2896
+ }
2897
+
2898
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
2899
+ padding-right: 2124px;
2900
+ }
2901
+
2902
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-88 {
2903
+ padding-left: 2112px;
2904
+ }
2905
+
2906
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-88 {
2907
+ padding-right: 2112px;
2908
+ }
2909
+
2910
+ .ag-theme-fresh .ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
2911
+ margin-left: 24px;
2912
+ }
2913
+
2914
+ .ag-theme-fresh .ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
2915
+ margin-right: 24px;
2916
+ }
2917
+
2918
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
2919
+ padding-left: 2148px;
2920
+ }
2921
+
2922
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
2923
+ padding-right: 2148px;
2924
+ }
2925
+
2926
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-89 {
2927
+ padding-left: 2136px;
2928
+ }
2929
+
2930
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-89 {
2931
+ padding-right: 2136px;
2932
+ }
2933
+
2934
+ .ag-theme-fresh .ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
2935
+ margin-left: 24px;
2936
+ }
2937
+
2938
+ .ag-theme-fresh .ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
2939
+ margin-right: 24px;
2940
+ }
2941
+
2942
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
2943
+ padding-left: 2172px;
2944
+ }
2945
+
2946
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
2947
+ padding-right: 2172px;
2948
+ }
2949
+
2950
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-90 {
2951
+ padding-left: 2160px;
2952
+ }
2953
+
2954
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-90 {
2955
+ padding-right: 2160px;
2956
+ }
2957
+
2958
+ .ag-theme-fresh .ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
2959
+ margin-left: 24px;
2960
+ }
2961
+
2962
+ .ag-theme-fresh .ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
2963
+ margin-right: 24px;
2964
+ }
2965
+
2966
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
2967
+ padding-left: 2196px;
2968
+ }
2969
+
2970
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
2971
+ padding-right: 2196px;
2972
+ }
2973
+
2974
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-91 {
2975
+ padding-left: 2184px;
2976
+ }
2977
+
2978
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-91 {
2979
+ padding-right: 2184px;
2980
+ }
2981
+
2982
+ .ag-theme-fresh .ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
2983
+ margin-left: 24px;
2984
+ }
2985
+
2986
+ .ag-theme-fresh .ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
2987
+ margin-right: 24px;
2988
+ }
2989
+
2990
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
2991
+ padding-left: 2220px;
2992
+ }
2993
+
2994
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
2995
+ padding-right: 2220px;
2996
+ }
2997
+
2998
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-92 {
2999
+ padding-left: 2208px;
3000
+ }
3001
+
3002
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-92 {
3003
+ padding-right: 2208px;
3004
+ }
3005
+
3006
+ .ag-theme-fresh .ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
3007
+ margin-left: 24px;
3008
+ }
3009
+
3010
+ .ag-theme-fresh .ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
3011
+ margin-right: 24px;
3012
+ }
3013
+
3014
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
3015
+ padding-left: 2244px;
3016
+ }
3017
+
3018
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
3019
+ padding-right: 2244px;
3020
+ }
3021
+
3022
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-93 {
3023
+ padding-left: 2232px;
3024
+ }
3025
+
3026
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-93 {
3027
+ padding-right: 2232px;
3028
+ }
3029
+
3030
+ .ag-theme-fresh .ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
3031
+ margin-left: 24px;
3032
+ }
3033
+
3034
+ .ag-theme-fresh .ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
3035
+ margin-right: 24px;
3036
+ }
3037
+
3038
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
3039
+ padding-left: 2268px;
3040
+ }
3041
+
3042
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
3043
+ padding-right: 2268px;
3044
+ }
3045
+
3046
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-94 {
3047
+ padding-left: 2256px;
3048
+ }
3049
+
3050
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-94 {
3051
+ padding-right: 2256px;
3052
+ }
3053
+
3054
+ .ag-theme-fresh .ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
3055
+ margin-left: 24px;
3056
+ }
3057
+
3058
+ .ag-theme-fresh .ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
3059
+ margin-right: 24px;
3060
+ }
3061
+
3062
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
3063
+ padding-left: 2292px;
3064
+ }
3065
+
3066
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
3067
+ padding-right: 2292px;
3068
+ }
3069
+
3070
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-95 {
3071
+ padding-left: 2280px;
3072
+ }
3073
+
3074
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-95 {
3075
+ padding-right: 2280px;
3076
+ }
3077
+
3078
+ .ag-theme-fresh .ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
3079
+ margin-left: 24px;
3080
+ }
3081
+
3082
+ .ag-theme-fresh .ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
3083
+ margin-right: 24px;
3084
+ }
3085
+
3086
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
3087
+ padding-left: 2316px;
3088
+ }
3089
+
3090
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
3091
+ padding-right: 2316px;
3092
+ }
3093
+
3094
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-96 {
3095
+ padding-left: 2304px;
3096
+ }
3097
+
3098
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-96 {
3099
+ padding-right: 2304px;
3100
+ }
3101
+
3102
+ .ag-theme-fresh .ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
3103
+ margin-left: 24px;
3104
+ }
3105
+
3106
+ .ag-theme-fresh .ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
3107
+ margin-right: 24px;
3108
+ }
3109
+
3110
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
3111
+ padding-left: 2340px;
3112
+ }
3113
+
3114
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
3115
+ padding-right: 2340px;
3116
+ }
3117
+
3118
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-97 {
3119
+ padding-left: 2328px;
3120
+ }
3121
+
3122
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-97 {
3123
+ padding-right: 2328px;
3124
+ }
3125
+
3126
+ .ag-theme-fresh .ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
3127
+ margin-left: 24px;
3128
+ }
3129
+
3130
+ .ag-theme-fresh .ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
3131
+ margin-right: 24px;
3132
+ }
3133
+
3134
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
3135
+ padding-left: 2364px;
3136
+ }
3137
+
3138
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
3139
+ padding-right: 2364px;
3140
+ }
3141
+
3142
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-98 {
3143
+ padding-left: 2352px;
3144
+ }
3145
+
3146
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-98 {
3147
+ padding-right: 2352px;
3148
+ }
3149
+
3150
+ .ag-theme-fresh .ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
3151
+ margin-left: 24px;
3152
+ }
3153
+
3154
+ .ag-theme-fresh .ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
3155
+ margin-right: 24px;
3156
+ }
3157
+
3158
+ .ag-theme-fresh .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
3159
+ padding-left: 2388px;
3160
+ }
3161
+
3162
+ .ag-theme-fresh .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
3163
+ padding-right: 2388px;
3164
+ }
3165
+
3166
+ .ag-theme-fresh .ag-ltr .ag-row-group-indent-99 {
3167
+ padding-left: 2376px;
3168
+ }
3169
+
3170
+ .ag-theme-fresh .ag-rtl .ag-row-group-indent-99 {
3171
+ padding-right: 2376px;
3172
+ }
3173
+
3174
+ .ag-theme-fresh .ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
3175
+ margin-left: 24px;
3176
+ }
3177
+
3178
+ .ag-theme-fresh .ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
3179
+ margin-right: 24px;
3180
+ }
3181
+
3182
+ .ag-theme-fresh .ag-ltr .ag-row-group-leaf-indent {
3183
+ margin-left: 24px;
3184
+ }
3185
+
3186
+ .ag-theme-fresh .ag-rtl .ag-row-group-leaf-indent {
3187
+ margin-right: 24px;
3188
+ }
3189
+
3190
+ .ag-theme-fresh .ag-value-change-delta {
3191
+ padding-right: 2px;
3192
+ }
3193
+ .ag-theme-fresh .ag-value-change-delta-up {
3194
+ color: darkgreen;
3195
+ color: var(--ag-value-change-delta-up-color, darkgreen);
3196
+ }
3197
+ .ag-theme-fresh .ag-value-change-delta-down {
3198
+ color: darkred;
3199
+ color: var(--ag-value-change-delta-down-color, darkred);
3200
+ }
3201
+ .ag-theme-fresh .ag-value-change-value {
3202
+ background-color: transparent;
3203
+ border-radius: 1px;
3204
+ padding-left: 1px;
3205
+ padding-right: 1px;
3206
+ -webkit-transition: background-color 1s;
3207
+ transition: background-color 1s;
3208
+ }
3209
+ .ag-theme-fresh .ag-value-change-value-highlight {
3210
+ background-color: #cec;
3211
+ background-color: var(--ag-value-change-value-highlight-background-color, #cec);
3212
+ -webkit-transition: background-color 0.1s;
3213
+ transition: background-color 0.1s;
3214
+ }
3215
+ .ag-theme-fresh .ag-cell-data-changed {
3216
+ background-color: #cec !important;
3217
+ background-color: var(--ag-value-change-value-highlight-background-color, #cec) !important;
3218
+ }
3219
+ .ag-theme-fresh .ag-cell-data-changed-animation {
3220
+ background-color: transparent;
3221
+ }
3222
+ .ag-theme-fresh .ag-cell-highlight {
3223
+ background-color: rgba(136, 255, 136, 0.4) !important;
3224
+ background-color: var(--ag-range-selection-highlight-color, rgba(136, 255, 136, 0.4)) !important;
3225
+ }
3226
+ .ag-theme-fresh .ag-row {
3227
+ height: 25px;
3228
+ background-color: #FFF;
3229
+ background-color: var(--ag-background-color, #FFF);
3230
+ color: #000;
3231
+ color: var(--ag-data-color, var(--ag-foreground-color, #000));
3232
+ }
3233
+ .ag-theme-fresh .ag-row-highlight-above::after, .ag-theme-fresh .ag-row-highlight-below::after {
3234
+ content: "";
3235
+ position: absolute;
3236
+ width: calc(100% - 1px);
3237
+ height: 1px;
3238
+ background-color: #000;
3239
+ background-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3240
+ left: 1px;
3241
+ }
3242
+ .ag-theme-fresh .ag-row-highlight-above::after {
3243
+ top: -1px;
3244
+ }
3245
+ .ag-theme-fresh .ag-row-highlight-above.ag-row-first::after {
3246
+ top: 0;
3247
+ }
3248
+ .ag-theme-fresh .ag-row-highlight-below::after {
3249
+ bottom: 0px;
3250
+ }
3251
+ .ag-theme-fresh .ag-row-odd {
3252
+ background-color: #f6f6f6;
3253
+ background-color: var(--ag-odd-row-background-color, #f6f6f6);
3254
+ }
3255
+ .ag-theme-fresh .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
3256
+ border-right: solid 1px;
3257
+ border-right-color: darkgrey;
3258
+ border-right-color: var(--ag-border-color, darkgrey);
3259
+ }
3260
+ .ag-theme-fresh .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
3261
+ border-left: solid 1px;
3262
+ border-left-color: darkgrey;
3263
+ border-left-color: var(--ag-border-color, darkgrey);
3264
+ }
3265
+ .ag-theme-fresh .ag-row-selected::before {
3266
+ content: "";
3267
+ background-color: #bde2e5;
3268
+ background-color: var(--ag-selected-row-background-color, #bde2e5);
3269
+ display: block;
3270
+ position: absolute;
3271
+ top: 0;
3272
+ left: 0;
3273
+ right: 0;
3274
+ bottom: 0;
3275
+ }
3276
+ .ag-theme-fresh .ag-row-hover.ag-full-width-row.ag-row-group > * {
3277
+ position: relative;
3278
+ }
3279
+ .ag-theme-fresh .ag-ltr .ag-right-aligned-cell {
3280
+ text-align: right;
3281
+ }
3282
+
3283
+ .ag-theme-fresh .ag-rtl .ag-right-aligned-cell {
3284
+ text-align: left;
3285
+ }
3286
+
3287
+ .ag-theme-fresh .ag-ltr .ag-right-aligned-cell .ag-cell-value, .ag-theme-fresh .ag-ltr .ag-right-aligned-cell .ag-group-value {
3288
+ margin-left: auto;
3289
+ }
3290
+
3291
+ .ag-theme-fresh .ag-rtl .ag-right-aligned-cell .ag-cell-value, .ag-theme-fresh .ag-rtl .ag-right-aligned-cell .ag-group-value {
3292
+ margin-right: auto;
3293
+ }
3294
+
3295
+ .ag-theme-fresh .ag-cell, .ag-theme-fresh .ag-full-width-row .ag-cell-wrapper.ag-row-group {
3296
+ border: 1px solid transparent;
3297
+ line-height: min(var(--ag-line-height, 23px), 23px);
3298
+ padding-left: 11px;
3299
+ padding-right: 11px;
3300
+ -webkit-font-smoothing: subpixel-antialiased;
3301
+ }
3302
+ .ag-theme-fresh .ag-row > .ag-cell-wrapper {
3303
+ padding-left: 11px;
3304
+ padding-right: 11px;
3305
+ }
3306
+ .ag-theme-fresh .ag-row-dragging {
3307
+ cursor: move;
3308
+ opacity: 0.5;
3309
+ }
3310
+ .ag-theme-fresh .ag-cell-inline-editing {
3311
+ border: solid 1px;
3312
+ border-color: darkgrey;
3313
+ border-color: var(--ag-border-color, darkgrey);
3314
+ background: #FFF;
3315
+ background: var(--ag-background-color, #FFF);
3316
+ border-radius: 0px;
3317
+ -webkit-box-shadow: none;
3318
+ box-shadow: none;
3319
+ padding: 4px;
3320
+ padding: 0;
3321
+ height: 25px;
3322
+ background-color: #f6f6f6;
3323
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
3324
+ }
3325
+ .ag-theme-fresh .ag-popup-editor {
3326
+ border: solid 1px;
3327
+ border-color: darkgrey;
3328
+ border-color: var(--ag-border-color, darkgrey);
3329
+ background: #FFF;
3330
+ background: var(--ag-background-color, #FFF);
3331
+ border-radius: 0px;
3332
+ -webkit-box-shadow: none;
3333
+ box-shadow: none;
3334
+ padding: 4px;
3335
+ background-color: #f6f6f6;
3336
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
3337
+ padding: 0;
3338
+ }
3339
+ .ag-theme-fresh .ag-large-text-input {
3340
+ height: auto;
3341
+ padding: 12px;
3342
+ }
3343
+ .ag-theme-fresh .ag-details-row {
3344
+ padding: 20px;
3345
+ background-color: #FFF;
3346
+ background-color: var(--ag-background-color, #FFF);
3347
+ }
3348
+ .ag-theme-fresh .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-fresh .ag-layout-auto-height .ag-center-cols-container, .ag-theme-fresh .ag-layout-print .ag-center-cols-clipper, .ag-theme-fresh .ag-layout-print .ag-center-cols-container {
3349
+ min-height: 50px;
3350
+ }
3351
+ .ag-theme-fresh .ag-overlay-loading-wrapper {
3352
+ background-color: rgba(255, 255, 255, 0.66);
3353
+ background-color: var(--ag-modal-overlay-background-color, rgba(255, 255, 255, 0.66));
3354
+ }
3355
+ .ag-theme-fresh .ag-overlay-loading-center {
3356
+ border: solid 1px;
3357
+ border-color: darkgrey;
3358
+ border-color: var(--ag-border-color, darkgrey);
3359
+ background: #FFF;
3360
+ background: var(--ag-background-color, #FFF);
3361
+ border-radius: 0px;
3362
+ -webkit-box-shadow: none;
3363
+ box-shadow: none;
3364
+ padding: 4px;
3365
+ }
3366
+ .ag-theme-fresh .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
3367
+ padding-top: 30px;
3368
+ }
3369
+ .ag-theme-fresh .ag-loading {
3370
+ padding-left: 12px;
3371
+ display: -webkit-box;
3372
+ display: flex;
3373
+ height: 100%;
3374
+ -webkit-box-align: center;
3375
+ align-items: center;
3376
+ }
3377
+ .ag-theme-fresh .ag-loading-icon {
3378
+ padding-right: 12px;
3379
+ }
3380
+ .ag-theme-fresh .ag-icon-loading {
3381
+ -webkit-animation-name: spin;
3382
+ animation-name: spin;
3383
+ -webkit-animation-duration: 1000ms;
3384
+ animation-duration: 1000ms;
3385
+ -webkit-animation-iteration-count: infinite;
3386
+ animation-iteration-count: infinite;
3387
+ -webkit-animation-timing-function: linear;
3388
+ animation-timing-function: linear;
3389
+ }
3390
+ @-webkit-keyframes spin {
3391
+ from {
3392
+ -webkit-transform: rotate(0deg);
3393
+ transform: rotate(0deg);
3394
+ }
3395
+ to {
3396
+ -webkit-transform: rotate(360deg);
3397
+ transform: rotate(360deg);
3398
+ }
3399
+ }
3400
+ @keyframes spin {
3401
+ from {
3402
+ -webkit-transform: rotate(0deg);
3403
+ transform: rotate(0deg);
3404
+ }
3405
+ to {
3406
+ -webkit-transform: rotate(360deg);
3407
+ transform: rotate(360deg);
3408
+ }
3409
+ }
3410
+ .ag-theme-fresh .ag-floating-top {
3411
+ border-bottom: solid 1px;
3412
+ border-bottom-color: darkgrey;
3413
+ border-bottom-color: var(--ag-border-color, darkgrey);
3414
+ }
3415
+ .ag-theme-fresh .ag-floating-bottom {
3416
+ border-top: solid 1px;
3417
+ border-top-color: darkgrey;
3418
+ border-top-color: var(--ag-border-color, darkgrey);
3419
+ }
3420
+ .ag-theme-fresh .ag-ltr .ag-cell {
3421
+ border-right: dotted darkgrey;
3422
+ }
3423
+
3424
+ .ag-theme-fresh .ag-rtl .ag-cell {
3425
+ border-left: dotted darkgrey;
3426
+ }
3427
+
3428
+ .ag-theme-fresh .ag-ltr .ag-cell {
3429
+ border-right-width: 1px;
3430
+ }
3431
+
3432
+ .ag-theme-fresh .ag-rtl .ag-cell {
3433
+ border-left-width: 1px;
3434
+ }
3435
+
3436
+ .ag-theme-fresh .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
3437
+ border-left: solid 1px;
3438
+ border-left-color: darkgrey;
3439
+ border-left-color: var(--ag-border-color, darkgrey);
3440
+ }
3441
+ .ag-theme-fresh .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
3442
+ border-right: solid 1px;
3443
+ border-right-color: darkgrey;
3444
+ border-right-color: var(--ag-border-color, darkgrey);
3445
+ }
3446
+ .ag-theme-fresh .ag-cell-range-selected:not(.ag-cell-focus),
3447
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
3448
+ background-color: rgba(0, 0, 0, 0.2);
3449
+ background-color: var(--ag-range-selection-background-color, rgba(0, 0, 0, 0.2));
3450
+ }
3451
+ .ag-theme-fresh .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
3452
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
3453
+ background-color: rgba(0, 88, 255, 0.1) !important;
3454
+ background-color: var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, 0.1)) !important;
3455
+ }
3456
+ .ag-theme-fresh .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
3457
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
3458
+ background-color: rgba(0, 255, 132, 0.1) !important;
3459
+ background-color: var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, 0.1)) !important;
3460
+ }
3461
+ .ag-theme-fresh .ag-cell-range-selected-1:not(.ag-cell-focus),
3462
+ .ag-theme-fresh .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
3463
+ background-color: rgba(0, 0, 0, 0.2);
3464
+ background-color: var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(0, 0, 0, 0.2)));
3465
+ }
3466
+ .ag-theme-fresh .ag-cell-range-selected-2:not(.ag-cell-focus),
3467
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
3468
+ background-color: rgba(0, 0, 0, 0.36);
3469
+ background-color: var(--ag-range-selection-background-color-2, rgba(0, 0, 0, 0.36));
3470
+ }
3471
+ .ag-theme-fresh .ag-cell-range-selected-3:not(.ag-cell-focus),
3472
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
3473
+ background-color: rgba(0, 0, 0, 0.488);
3474
+ background-color: var(--ag-range-selection-background-color-3, rgba(0, 0, 0, 0.488));
3475
+ }
3476
+ .ag-theme-fresh .ag-cell-range-selected-4:not(.ag-cell-focus),
3477
+ .ag-theme-fresh .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
3478
+ background-color: rgba(0, 0, 0, 0.5904);
3479
+ background-color: var(--ag-range-selection-background-color-4, rgba(0, 0, 0, 0.5904));
3480
+ }
3481
+ .ag-theme-fresh .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
3482
+ border-top-color: #000;
3483
+ border-top-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3484
+ }
3485
+ .ag-theme-fresh .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
3486
+ border-right-color: #000;
3487
+ border-right-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3488
+ }
3489
+ .ag-theme-fresh .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
3490
+ border-bottom-color: #000;
3491
+ border-bottom-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3492
+ }
3493
+ .ag-theme-fresh .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
3494
+ border-left-color: #000;
3495
+ border-left-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3496
+ }
3497
+ .ag-theme-fresh .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
3498
+ .ag-theme-fresh .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
3499
+ .ag-theme-fresh .ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
3500
+ .ag-theme-fresh .ag-ltr .ag-cell-range-single-cell,
3501
+ .ag-theme-fresh .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-fresh .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
3502
+ .ag-theme-fresh .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
3503
+ .ag-theme-fresh .ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
3504
+ .ag-theme-fresh .ag-rtl .ag-cell-range-single-cell,
3505
+ .ag-theme-fresh .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
3506
+ border: 1px solid;
3507
+ border-color: #000;
3508
+ border-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3509
+ outline: initial;
3510
+ }
3511
+ .ag-theme-fresh .ag-cell.ag-selection-fill-top,
3512
+ .ag-theme-fresh .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
3513
+ border-top: 1px dashed;
3514
+ border-top-color: #000;
3515
+ border-top-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3516
+ }
3517
+ .ag-theme-fresh .ag-ltr .ag-cell.ag-selection-fill-right, .ag-theme-fresh .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
3518
+ border-right: 1px dashed !important;
3519
+ border-right-color: #000 !important;
3520
+ border-right-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)) !important;
3521
+ }
3522
+
3523
+ .ag-theme-fresh .ag-rtl .ag-cell.ag-selection-fill-right, .ag-theme-fresh .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
3524
+ border-left: 1px dashed !important;
3525
+ border-left-color: #000 !important;
3526
+ border-left-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)) !important;
3527
+ }
3528
+
3529
+ .ag-theme-fresh .ag-cell.ag-selection-fill-bottom,
3530
+ .ag-theme-fresh .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
3531
+ border-bottom: 1px dashed;
3532
+ border-bottom-color: #000;
3533
+ border-bottom-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3534
+ }
3535
+ .ag-theme-fresh .ag-ltr .ag-cell.ag-selection-fill-left, .ag-theme-fresh .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
3536
+ border-left: 1px dashed !important;
3537
+ border-left-color: #000 !important;
3538
+ border-left-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)) !important;
3539
+ }
3540
+
3541
+ .ag-theme-fresh .ag-rtl .ag-cell.ag-selection-fill-left, .ag-theme-fresh .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
3542
+ border-right: 1px dashed !important;
3543
+ border-right-color: #000 !important;
3544
+ border-right-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)) !important;
3545
+ }
3546
+
3547
+ .ag-theme-fresh .ag-range-handle, .ag-theme-fresh .ag-fill-handle {
3548
+ position: absolute;
3549
+ width: 6px;
3550
+ height: 6px;
3551
+ bottom: -1px;
3552
+ background-color: #000;
3553
+ background-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
3554
+ }
3555
+ .ag-theme-fresh .ag-ltr .ag-range-handle, .ag-theme-fresh .ag-ltr .ag-fill-handle {
3556
+ right: -1px;
3557
+ }
3558
+
3559
+ .ag-theme-fresh .ag-rtl .ag-range-handle, .ag-theme-fresh .ag-rtl .ag-fill-handle {
3560
+ left: -1px;
3561
+ }
3562
+
3563
+ .ag-theme-fresh .ag-fill-handle {
3564
+ cursor: cell;
3565
+ }
3566
+ .ag-theme-fresh .ag-range-handle {
3567
+ cursor: nwse-resize;
3568
+ }
3569
+ .ag-theme-fresh .ag-cell-inline-editing {
3570
+ border-color: var(--ag-input-focus-border-color) !important;
3571
+ }
3572
+ .ag-theme-fresh .ag-menu {
3573
+ border: solid 1px;
3574
+ border-color: darkgrey;
3575
+ border-color: var(--ag-border-color, darkgrey);
3576
+ background: #FFF;
3577
+ background: var(--ag-background-color, #FFF);
3578
+ border-radius: 0px;
3579
+ -webkit-box-shadow: none;
3580
+ box-shadow: none;
3581
+ padding: 4px;
3582
+ padding: 0;
3583
+ }
3584
+ .ag-theme-fresh .ag-menu-list {
3585
+ cursor: default;
3586
+ padding: 4px 0;
3587
+ }
3588
+ .ag-theme-fresh .ag-menu-separator {
3589
+ height: 9px;
3590
+ }
3591
+ .ag-theme-fresh .ag-menu-separator-part::after {
3592
+ content: "";
3593
+ display: block;
3594
+ border-top: solid 1px;
3595
+ border-top-color: darkgrey;
3596
+ border-top-color: var(--ag-border-color, darkgrey);
3597
+ }
3598
+ .ag-theme-fresh .ag-menu-option-active, .ag-theme-fresh .ag-compact-menu-option-active {
3599
+ background-color: var(--ag-row-hover-color);
3600
+ }
3601
+ .ag-theme-fresh .ag-menu-option-part, .ag-theme-fresh .ag-compact-menu-option-part {
3602
+ line-height: 12px;
3603
+ padding: 6px 0;
3604
+ }
3605
+ .ag-theme-fresh .ag-menu-option-disabled, .ag-theme-fresh .ag-compact-menu-option-disabled {
3606
+ opacity: 0.5;
3607
+ }
3608
+ .ag-theme-fresh .ag-menu-option-icon, .ag-theme-fresh .ag-compact-menu-option-icon {
3609
+ width: 12px;
3610
+ }
3611
+ .ag-theme-fresh .ag-ltr .ag-menu-option-icon, .ag-theme-fresh .ag-ltr .ag-compact-menu-option-icon {
3612
+ padding-left: 8px;
3613
+ }
3614
+
3615
+ .ag-theme-fresh .ag-rtl .ag-menu-option-icon, .ag-theme-fresh .ag-rtl .ag-compact-menu-option-icon {
3616
+ padding-right: 8px;
3617
+ }
3618
+
3619
+ .ag-theme-fresh .ag-menu-option-text, .ag-theme-fresh .ag-compact-menu-option-text {
3620
+ padding-left: 8px;
3621
+ padding-right: 8px;
3622
+ }
3623
+ .ag-theme-fresh .ag-ltr .ag-menu-option-shortcut, .ag-theme-fresh .ag-ltr .ag-compact-menu-option-shortcut {
3624
+ padding-right: 4px;
3625
+ }
3626
+
3627
+ .ag-theme-fresh .ag-rtl .ag-menu-option-shortcut, .ag-theme-fresh .ag-rtl .ag-compact-menu-option-shortcut {
3628
+ padding-left: 4px;
3629
+ }
3630
+
3631
+ .ag-theme-fresh .ag-menu-option-popup-pointer, .ag-theme-fresh .ag-compact-menu-option-popup-pointer {
3632
+ padding-right: 4px;
3633
+ }
3634
+ .ag-theme-fresh .ag-tabs {
3635
+ min-width: 220px;
3636
+ }
3637
+ .ag-theme-fresh .ag-tabs-header {
3638
+ width: 100%;
3639
+ display: -webkit-box;
3640
+ display: flex;
3641
+ }
3642
+ .ag-theme-fresh .ag-tab {
3643
+ border-bottom: 0 solid transparent;
3644
+ display: -webkit-box;
3645
+ display: flex;
3646
+ -webkit-box-flex: 0;
3647
+ flex: none;
3648
+ -webkit-box-align: center;
3649
+ align-items: center;
3650
+ -webkit-box-pack: center;
3651
+ justify-content: center;
3652
+ cursor: pointer;
3653
+ }
3654
+ .ag-theme-fresh .ag-keyboard-focus .ag-tab:focus {
3655
+ outline: none;
3656
+ }
3657
+ .ag-theme-fresh .ag-keyboard-focus .ag-tab:focus::after {
3658
+ content: "";
3659
+ position: absolute;
3660
+ background-color: transparent;
3661
+ pointer-events: none;
3662
+ top: 4px;
3663
+ left: 4px;
3664
+ display: block;
3665
+ width: calc(100% - 8px);
3666
+ height: calc(100% - 8px);
3667
+ border: 1px solid;
3668
+ border-color: var(--ag-input-focus-border-color);
3669
+ }
3670
+ .ag-theme-fresh .ag-tab-selected {
3671
+ border-bottom-color: #000;
3672
+ border-bottom-color: var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)));
3673
+ }
3674
+ .ag-theme-fresh .ag-menu-header {
3675
+ color: #000;
3676
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
3677
+ }
3678
+ .ag-theme-fresh .ag-filter-separator {
3679
+ border-top: solid 1px;
3680
+ border-top-color: darkgrey;
3681
+ border-top-color: var(--ag-border-color, darkgrey);
3682
+ }
3683
+ .ag-theme-fresh .ag-menu:not(.ag-tabs) .ag-filter-select {
3684
+ min-width: 167px;
3685
+ }
3686
+ .ag-theme-fresh .ag-tabs .ag-filter-select {
3687
+ min-width: 206px;
3688
+ }
3689
+ .ag-theme-fresh .ag-filter-select .ag-picker-field-wrapper {
3690
+ width: 0;
3691
+ }
3692
+ .ag-theme-fresh .ag-filter-condition-operator {
3693
+ height: 17px;
3694
+ }
3695
+ .ag-theme-fresh .ag-ltr .ag-filter-condition-operator-or {
3696
+ margin-left: 8px;
3697
+ }
3698
+
3699
+ .ag-theme-fresh .ag-rtl .ag-filter-condition-operator-or {
3700
+ margin-right: 8px;
3701
+ }
3702
+
3703
+ .ag-theme-fresh .ag-set-filter-select-all {
3704
+ padding-top: 6px;
3705
+ }
3706
+ .ag-theme-fresh .ag-set-filter-list, .ag-theme-fresh .ag-filter-no-matches {
3707
+ height: 120px;
3708
+ }
3709
+ .ag-theme-fresh .ag-set-filter-filter {
3710
+ margin-top: 6px;
3711
+ margin-left: 6px;
3712
+ margin-right: 6px;
3713
+ }
3714
+ .ag-theme-fresh .ag-filter-to {
3715
+ margin-top: 4px;
3716
+ }
3717
+ .ag-theme-fresh .ag-mini-filter {
3718
+ margin: 6px 6px;
3719
+ }
3720
+ .ag-theme-fresh .ag-set-filter-item {
3721
+ margin: 0px 6px;
3722
+ }
3723
+ .ag-theme-fresh .ag-ltr .ag-set-filter-item-value {
3724
+ margin-left: 6px;
3725
+ }
3726
+
3727
+ .ag-theme-fresh .ag-rtl .ag-set-filter-item-value {
3728
+ margin-right: 6px;
3729
+ }
3730
+
3731
+ .ag-theme-fresh .ag-filter-apply-panel {
3732
+ padding: 6px 6px;
3733
+ border-top: solid 1px;
3734
+ border-top-color: darkgrey;
3735
+ border-top-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
3736
+ }
3737
+ .ag-theme-fresh .ag-filter-apply-panel-button {
3738
+ line-height: 1.5;
3739
+ }
3740
+ .ag-theme-fresh .ag-ltr .ag-filter-apply-panel-button {
3741
+ margin-left: 8px;
3742
+ }
3743
+
3744
+ .ag-theme-fresh .ag-rtl .ag-filter-apply-panel-button {
3745
+ margin-right: 8px;
3746
+ }
3747
+
3748
+ .ag-theme-fresh .ag-simple-filter-body-wrapper {
3749
+ padding: 6px 6px;
3750
+ padding-bottom: 2px;
3751
+ }
3752
+ .ag-theme-fresh .ag-simple-filter-body-wrapper > * {
3753
+ margin-bottom: 4px;
3754
+ }
3755
+ .ag-theme-fresh .ag-filter-no-matches {
3756
+ padding: 6px 6px;
3757
+ }
3758
+ .ag-theme-fresh .ag-multi-filter-menu-item {
3759
+ margin: 4px 0;
3760
+ }
3761
+ .ag-theme-fresh .ag-multi-filter-group-title-bar {
3762
+ padding: 8px 4px;
3763
+ background-color: transparent;
3764
+ }
3765
+ .ag-theme-fresh .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
3766
+ outline: none;
3767
+ }
3768
+ .ag-theme-fresh .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus::after {
3769
+ content: "";
3770
+ position: absolute;
3771
+ background-color: transparent;
3772
+ pointer-events: none;
3773
+ top: 4px;
3774
+ left: 4px;
3775
+ display: block;
3776
+ width: calc(100% - 8px);
3777
+ height: calc(100% - 8px);
3778
+ border: 1px solid;
3779
+ border-color: var(--ag-input-focus-border-color);
3780
+ }
3781
+ .ag-theme-fresh .ag-side-bar {
3782
+ position: relative;
3783
+ }
3784
+ .ag-theme-fresh .ag-tool-panel-wrapper {
3785
+ width: 200px;
3786
+ background-color: #f6f6f6;
3787
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
3788
+ }
3789
+ .ag-theme-fresh .ag-side-buttons {
3790
+ padding-top: 16px;
3791
+ width: 16px;
3792
+ position: relative;
3793
+ color: #000;
3794
+ color: var(--ag-foreground-color, #000);
3795
+ overflow: hidden;
3796
+ }
3797
+ .ag-theme-fresh button.ag-side-button-button {
3798
+ color: inherit;
3799
+ font-family: inherit;
3800
+ font-size: inherit;
3801
+ font-weight: inherit;
3802
+ line-height: inherit;
3803
+ background: transparent;
3804
+ padding: 8px 0 8px 0;
3805
+ width: calc(100% + 1px);
3806
+ margin: 0;
3807
+ min-height: 72px;
3808
+ background-position-y: center;
3809
+ background-position-x: center;
3810
+ background-repeat: no-repeat;
3811
+ border: none;
3812
+ border-top: solid 1px;
3813
+ border-top-color: darkgrey;
3814
+ border-top-color: var(--ag-border-color, darkgrey);
3815
+ border-bottom: solid 1px;
3816
+ border-bottom-color: darkgrey;
3817
+ border-bottom-color: var(--ag-border-color, darkgrey);
3818
+ }
3819
+ .ag-theme-fresh button.ag-side-button-button:focus {
3820
+ -webkit-box-shadow: none;
3821
+ box-shadow: none;
3822
+ }
3823
+ .ag-theme-fresh .ag-keyboard-focus .ag-side-button-button:focus {
3824
+ outline: none;
3825
+ }
3826
+ .ag-theme-fresh .ag-keyboard-focus .ag-side-button-button:focus::after {
3827
+ content: "";
3828
+ position: absolute;
3829
+ background-color: transparent;
3830
+ pointer-events: none;
3831
+ top: 4px;
3832
+ left: 4px;
3833
+ display: block;
3834
+ width: calc(100% - 8px);
3835
+ height: calc(100% - 8px);
3836
+ border: 1px solid;
3837
+ border-color: var(--ag-input-focus-border-color);
3838
+ }
3839
+ .ag-theme-fresh .ag-selected .ag-side-button-button {
3840
+ background-color: #f6f6f6;
3841
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
3842
+ border-top-color: darkgrey;
3843
+ border-top-color: var(--ag-border-color, darkgrey);
3844
+ border-bottom-color: darkgrey;
3845
+ border-bottom-color: var(--ag-border-color, darkgrey);
3846
+ }
3847
+ .ag-theme-fresh .ag-side-button-icon-wrapper {
3848
+ margin-bottom: 3px;
3849
+ }
3850
+ .ag-theme-fresh .ag-ltr .ag-side-bar-left,
3851
+ .ag-theme-fresh .ag-rtl .ag-side-bar-right {
3852
+ border-right: solid 1px;
3853
+ border-right-color: darkgrey;
3854
+ border-right-color: var(--ag-border-color, darkgrey);
3855
+ }
3856
+ .ag-theme-fresh .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
3857
+ .ag-theme-fresh .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
3858
+ border-left: solid 1px;
3859
+ border-left-color: darkgrey;
3860
+ border-left-color: var(--ag-border-color, darkgrey);
3861
+ }
3862
+ .ag-theme-fresh .ag-ltr .ag-side-bar-left .ag-side-button-button,
3863
+ .ag-theme-fresh .ag-rtl .ag-side-bar-right .ag-side-button-button {
3864
+ border-right: 0 solid transparent;
3865
+ margin-right: -1px;
3866
+ padding-right: 1px;
3867
+ }
3868
+ .ag-theme-fresh .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
3869
+ .ag-theme-fresh .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
3870
+ border-right-color: #000;
3871
+ border-right-color: var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)));
3872
+ }
3873
+ .ag-theme-fresh .ag-rtl .ag-side-bar-left,
3874
+ .ag-theme-fresh .ag-ltr .ag-side-bar-right {
3875
+ border-left: solid 1px;
3876
+ border-left-color: darkgrey;
3877
+ border-left-color: var(--ag-border-color, darkgrey);
3878
+ }
3879
+ .ag-theme-fresh .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
3880
+ .ag-theme-fresh .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
3881
+ border-right: solid 1px;
3882
+ border-right-color: darkgrey;
3883
+ border-right-color: var(--ag-border-color, darkgrey);
3884
+ }
3885
+ .ag-theme-fresh .ag-rtl .ag-side-bar-left .ag-side-button-button,
3886
+ .ag-theme-fresh .ag-ltr .ag-side-bar-right .ag-side-button-button {
3887
+ border-left: 0 solid transparent;
3888
+ margin-left: -1px;
3889
+ padding-left: 1px;
3890
+ }
3891
+ .ag-theme-fresh .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
3892
+ .ag-theme-fresh .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
3893
+ border-left-color: #000;
3894
+ border-left-color: var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)));
3895
+ }
3896
+ .ag-theme-fresh .ag-filter-toolpanel-header {
3897
+ height: 24px;
3898
+ }
3899
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-header, .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-search {
3900
+ padding-left: 4px;
3901
+ }
3902
+
3903
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-header, .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-search {
3904
+ padding-right: 4px;
3905
+ }
3906
+
3907
+ .ag-theme-fresh .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
3908
+ outline: none;
3909
+ }
3910
+ .ag-theme-fresh .ag-keyboard-focus .ag-filter-toolpanel-header:focus::after {
3911
+ content: "";
3912
+ position: absolute;
3913
+ background-color: transparent;
3914
+ pointer-events: none;
3915
+ top: 4px;
3916
+ left: 4px;
3917
+ display: block;
3918
+ width: calc(100% - 8px);
3919
+ height: calc(100% - 8px);
3920
+ border: 1px solid;
3921
+ border-color: var(--ag-input-focus-border-color);
3922
+ }
3923
+ .ag-theme-fresh .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
3924
+ font-family: "agGridClassic";
3925
+ font-size: 12px;
3926
+ line-height: 12px;
3927
+ font-style: normal;
3928
+ font-weight: normal;
3929
+ font-variant: normal;
3930
+ text-transform: none;
3931
+ /* Better Font Rendering =========== */
3932
+ -webkit-font-smoothing: antialiased;
3933
+ -moz-osx-font-smoothing: grayscale;
3934
+ content: "\f114";
3935
+ position: absolute;
3936
+ }
3937
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
3938
+ padding-left: 4px;
3939
+ }
3940
+
3941
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
3942
+ padding-right: 4px;
3943
+ }
3944
+
3945
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-0-header {
3946
+ height: 32px;
3947
+ }
3948
+ .ag-theme-fresh .ag-filter-toolpanel-group-item {
3949
+ margin-top: 2px;
3950
+ margin-bottom: 2px;
3951
+ }
3952
+ .ag-theme-fresh .ag-filter-toolpanel-search {
3953
+ height: 25px;
3954
+ }
3955
+ .ag-theme-fresh .ag-filter-toolpanel-search-input {
3956
+ -webkit-box-flex: 1;
3957
+ flex-grow: 1;
3958
+ height: 16px;
3959
+ }
3960
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-search-input {
3961
+ margin-right: 4px;
3962
+ }
3963
+
3964
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-search-input {
3965
+ margin-left: 4px;
3966
+ }
3967
+
3968
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-0 {
3969
+ border-top: solid 1px;
3970
+ border-top-color: darkgrey;
3971
+ border-top-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
3972
+ }
3973
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-expand, .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
3974
+ margin-right: 4px;
3975
+ }
3976
+
3977
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-expand, .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
3978
+ margin-left: 4px;
3979
+ }
3980
+
3981
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
3982
+ background-color: transparent;
3983
+ }
3984
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
3985
+ padding-left: 20px;
3986
+ }
3987
+
3988
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
3989
+ padding-right: 20px;
3990
+ }
3991
+
3992
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
3993
+ background-color: transparent;
3994
+ }
3995
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
3996
+ padding-left: 36px;
3997
+ }
3998
+
3999
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
4000
+ padding-right: 36px;
4001
+ }
4002
+
4003
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
4004
+ background-color: transparent;
4005
+ }
4006
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
4007
+ padding-left: 52px;
4008
+ }
4009
+
4010
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
4011
+ padding-right: 52px;
4012
+ }
4013
+
4014
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
4015
+ background-color: transparent;
4016
+ }
4017
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
4018
+ padding-left: 68px;
4019
+ }
4020
+
4021
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
4022
+ padding-right: 68px;
4023
+ }
4024
+
4025
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
4026
+ background-color: transparent;
4027
+ }
4028
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
4029
+ padding-left: 84px;
4030
+ }
4031
+
4032
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
4033
+ padding-right: 84px;
4034
+ }
4035
+
4036
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
4037
+ background-color: transparent;
4038
+ }
4039
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
4040
+ padding-left: 100px;
4041
+ }
4042
+
4043
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
4044
+ padding-right: 100px;
4045
+ }
4046
+
4047
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
4048
+ background-color: transparent;
4049
+ }
4050
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
4051
+ padding-left: 116px;
4052
+ }
4053
+
4054
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
4055
+ padding-right: 116px;
4056
+ }
4057
+
4058
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
4059
+ background-color: transparent;
4060
+ }
4061
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
4062
+ padding-left: 132px;
4063
+ }
4064
+
4065
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
4066
+ padding-right: 132px;
4067
+ }
4068
+
4069
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
4070
+ background-color: transparent;
4071
+ }
4072
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
4073
+ padding-left: 148px;
4074
+ }
4075
+
4076
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
4077
+ padding-right: 148px;
4078
+ }
4079
+
4080
+ .ag-theme-fresh .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
4081
+ background-color: transparent;
4082
+ }
4083
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
4084
+ padding-left: 164px;
4085
+ }
4086
+
4087
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
4088
+ padding-right: 164px;
4089
+ }
4090
+
4091
+ .ag-theme-fresh .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
4092
+ padding-left: 4px;
4093
+ }
4094
+ .ag-theme-fresh .ag-filter-toolpanel-instance-filter {
4095
+ border-top: solid 1px;
4096
+ border-top-color: darkgrey;
4097
+ border-top-color: var(--ag-border-color, darkgrey);
4098
+ border-bottom: solid 1px;
4099
+ border-bottom-color: darkgrey;
4100
+ border-bottom-color: var(--ag-border-color, darkgrey);
4101
+ margin-top: 4px;
4102
+ }
4103
+ .ag-theme-fresh .ag-ltr .ag-filter-toolpanel-instance-header-icon {
4104
+ margin-left: 4px;
4105
+ }
4106
+
4107
+ .ag-theme-fresh .ag-rtl .ag-filter-toolpanel-instance-header-icon {
4108
+ margin-right: 4px;
4109
+ }
4110
+
4111
+ .ag-theme-fresh .ag-pivot-mode-panel {
4112
+ min-height: 25px;
4113
+ height: 25px;
4114
+ display: -webkit-box;
4115
+ display: flex;
4116
+ }
4117
+ .ag-theme-fresh .ag-pivot-mode-select {
4118
+ display: -webkit-box;
4119
+ display: flex;
4120
+ -webkit-box-align: center;
4121
+ align-items: center;
4122
+ }
4123
+ .ag-theme-fresh .ag-ltr .ag-pivot-mode-select {
4124
+ margin-left: 6px;
4125
+ }
4126
+
4127
+ .ag-theme-fresh .ag-rtl .ag-pivot-mode-select {
4128
+ margin-right: 6px;
4129
+ }
4130
+
4131
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-header:focus {
4132
+ outline: none;
4133
+ }
4134
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-select-header:focus::after {
4135
+ content: "";
4136
+ position: absolute;
4137
+ background-color: transparent;
4138
+ pointer-events: none;
4139
+ top: 4px;
4140
+ left: 4px;
4141
+ display: block;
4142
+ width: calc(100% - 8px);
4143
+ height: calc(100% - 8px);
4144
+ border: 1px solid;
4145
+ border-color: var(--ag-input-focus-border-color);
4146
+ }
4147
+ .ag-theme-fresh .ag-column-select-header {
4148
+ height: 25px;
4149
+ -webkit-box-align: center;
4150
+ align-items: center;
4151
+ padding: 0 6px;
4152
+ border-bottom: solid 1px;
4153
+ border-bottom-color: darkgrey;
4154
+ border-bottom-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4155
+ }
4156
+ .ag-theme-fresh .ag-column-panel-column-select {
4157
+ border-bottom: solid 1px;
4158
+ border-bottom-color: darkgrey;
4159
+ border-bottom-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4160
+ border-top: solid 1px;
4161
+ border-top-color: darkgrey;
4162
+ border-top-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4163
+ }
4164
+ .ag-theme-fresh .ag-column-group-icons,
4165
+ .ag-theme-fresh .ag-column-select-header-icon {
4166
+ color: #000;
4167
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4168
+ }
4169
+ .ag-theme-fresh .ag-column-select-list .ag-list-item-hovered::after {
4170
+ content: "";
4171
+ position: absolute;
4172
+ left: 0;
4173
+ right: 0;
4174
+ height: 1px;
4175
+ background-color: #000;
4176
+ background-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
4177
+ }
4178
+ .ag-theme-fresh .ag-column-select-list .ag-item-highlight-top::after {
4179
+ top: 0;
4180
+ }
4181
+ .ag-theme-fresh .ag-column-select-list .ag-item-highlight-bottom::after {
4182
+ bottom: 0;
4183
+ }
4184
+ .ag-theme-fresh .ag-header {
4185
+ background-color: var(--ag-header-background-color);
4186
+ border-bottom: solid 1px;
4187
+ border-bottom-color: darkgrey;
4188
+ border-bottom-color: var(--ag-border-color, darkgrey);
4189
+ }
4190
+ .ag-theme-fresh .ag-header-row {
4191
+ color: #000;
4192
+ color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000)));
4193
+ height: 25px;
4194
+ }
4195
+ .ag-theme-fresh .ag-pinned-right-header {
4196
+ border-left: solid 1px;
4197
+ border-left-color: darkgrey;
4198
+ border-left-color: var(--ag-border-color, darkgrey);
4199
+ }
4200
+ .ag-theme-fresh .ag-pinned-left-header {
4201
+ border-right: solid 1px;
4202
+ border-right-color: darkgrey;
4203
+ border-right-color: var(--ag-border-color, darkgrey);
4204
+ }
4205
+ .ag-theme-fresh .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
4206
+ margin-left: 4px;
4207
+ }
4208
+
4209
+ .ag-theme-fresh .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
4210
+ margin-right: 4px;
4211
+ }
4212
+
4213
+ .ag-theme-fresh .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
4214
+ margin-right: 4px;
4215
+ }
4216
+
4217
+ .ag-theme-fresh .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
4218
+ margin-left: 4px;
4219
+ }
4220
+
4221
+ .ag-theme-fresh .ag-header-cell,
4222
+ .ag-theme-fresh .ag-header-group-cell {
4223
+ padding-left: 12px;
4224
+ padding-right: 12px;
4225
+ }
4226
+ .ag-theme-fresh .ag-header-cell.ag-header-cell-moving,
4227
+ .ag-theme-fresh .ag-header-group-cell.ag-header-cell-moving {
4228
+ background-color: #bebebe;
4229
+ background-color: var(--ag-header-cell-moving-background-color, #bebebe);
4230
+ }
4231
+ .ag-theme-fresh .ag-keyboard-focus .ag-header-cell:focus {
4232
+ outline: none;
4233
+ }
4234
+ .ag-theme-fresh .ag-keyboard-focus .ag-header-cell:focus::after {
4235
+ content: "";
4236
+ position: absolute;
4237
+ background-color: transparent;
4238
+ pointer-events: none;
4239
+ top: 4px;
4240
+ left: 4px;
4241
+ display: block;
4242
+ width: calc(100% - 8px);
4243
+ height: calc(100% - 8px);
4244
+ border: 1px solid;
4245
+ border-color: var(--ag-input-focus-border-color);
4246
+ }
4247
+ .ag-theme-fresh .ag-keyboard-focus .ag-header-group-cell:focus {
4248
+ outline: none;
4249
+ }
4250
+ .ag-theme-fresh .ag-keyboard-focus .ag-header-group-cell:focus::after {
4251
+ content: "";
4252
+ position: absolute;
4253
+ background-color: transparent;
4254
+ pointer-events: none;
4255
+ top: 4px;
4256
+ left: 4px;
4257
+ display: block;
4258
+ width: calc(100% - 8px);
4259
+ height: calc(100% - 8px);
4260
+ border: 1px solid;
4261
+ border-color: var(--ag-input-focus-border-color);
4262
+ }
4263
+ .ag-theme-fresh .ag-header-icon {
4264
+ color: #000;
4265
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4266
+ }
4267
+ .ag-theme-fresh .ag-header-expand-icon {
4268
+ cursor: pointer;
4269
+ }
4270
+ .ag-theme-fresh .ag-ltr .ag-header-expand-icon {
4271
+ padding-left: 4px;
4272
+ }
4273
+
4274
+ .ag-theme-fresh .ag-rtl .ag-header-expand-icon {
4275
+ padding-right: 4px;
4276
+ }
4277
+
4278
+ .ag-theme-fresh .ag-header-row:not(:first-child) .ag-header-cell,
4279
+ .ag-theme-fresh .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
4280
+ border-top: solid 1px;
4281
+ border-top-color: darkgrey;
4282
+ border-top-color: var(--ag-border-color, darkgrey);
4283
+ }
4284
+ .ag-theme-fresh .ag-header-cell::after,
4285
+ .ag-theme-fresh .ag-header-group-cell::after {
4286
+ content: "";
4287
+ position: absolute;
4288
+ z-index: 1;
4289
+ display: block;
4290
+ width: 1px;
4291
+ height: 100%;
4292
+ top: calc(50% - 50%);
4293
+ background-color: rgba(169, 169, 169, 0.5);
4294
+ background-color: var(--ag-header-column-separator-color, rgba(169, 169, 169, 0.5));
4295
+ }
4296
+ .ag-theme-fresh .ag-ltr .ag-header-cell::after, .ag-theme-fresh .ag-ltr .ag-header-group-cell::after {
4297
+ right: 0;
4298
+ }
4299
+
4300
+ .ag-theme-fresh .ag-rtl .ag-header-cell::after, .ag-theme-fresh .ag-rtl .ag-header-group-cell::after {
4301
+ left: 0;
4302
+ }
4303
+
4304
+ .ag-theme-fresh .ag-ltr .ag-header-select-all {
4305
+ margin-right: 12px;
4306
+ }
4307
+
4308
+ .ag-theme-fresh .ag-rtl .ag-header-select-all {
4309
+ margin-left: 12px;
4310
+ }
4311
+
4312
+ .ag-theme-fresh .ag-ltr .ag-floating-filter-button {
4313
+ margin-left: 12px;
4314
+ }
4315
+
4316
+ .ag-theme-fresh .ag-rtl .ag-floating-filter-button {
4317
+ margin-right: 12px;
4318
+ }
4319
+
4320
+ .ag-theme-fresh .ag-floating-filter-button-button {
4321
+ color: inherit;
4322
+ font-family: inherit;
4323
+ font-size: inherit;
4324
+ font-weight: inherit;
4325
+ line-height: inherit;
4326
+ -webkit-appearance: none;
4327
+ -moz-appearance: none;
4328
+ appearance: none;
4329
+ background: transparent;
4330
+ border: none;
4331
+ height: 12px;
4332
+ padding: 0;
4333
+ width: 12px;
4334
+ }
4335
+ .ag-theme-fresh .ag-filter-loading {
4336
+ background-color: #f6f6f6;
4337
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
4338
+ height: 100%;
4339
+ padding: 6px 6px;
4340
+ position: absolute;
4341
+ width: 100%;
4342
+ z-index: 1;
4343
+ }
4344
+ .ag-theme-fresh .ag-paging-panel {
4345
+ border-top: 1px solid;
4346
+ border-top-color: darkgrey;
4347
+ border-top-color: var(--ag-border-color, darkgrey);
4348
+ color: #000;
4349
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4350
+ height: 25px;
4351
+ }
4352
+ .ag-theme-fresh .ag-paging-panel > * {
4353
+ margin: 0 12px;
4354
+ }
4355
+ .ag-theme-fresh .ag-paging-button {
4356
+ cursor: pointer;
4357
+ }
4358
+ .ag-theme-fresh .ag-paging-button.ag-disabled {
4359
+ cursor: default;
4360
+ color: rgba(0, 0, 0, 0.5);
4361
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
4362
+ }
4363
+ .ag-theme-fresh .ag-keyboard-focus .ag-paging-button:focus {
4364
+ outline: none;
4365
+ }
4366
+ .ag-theme-fresh .ag-keyboard-focus .ag-paging-button:focus::after {
4367
+ content: "";
4368
+ position: absolute;
4369
+ background-color: transparent;
4370
+ pointer-events: none;
4371
+ top: 0px;
4372
+ left: 0px;
4373
+ display: block;
4374
+ width: calc(100% - 0px);
4375
+ height: calc(100% - 0px);
4376
+ border: 1px solid;
4377
+ border-color: var(--ag-input-focus-border-color);
4378
+ }
4379
+ .ag-theme-fresh .ag-paging-button, .ag-theme-fresh .ag-paging-description {
4380
+ margin: 0 4px;
4381
+ }
4382
+ .ag-theme-fresh .ag-status-bar {
4383
+ border-top: solid 1px;
4384
+ border-top-color: darkgrey;
4385
+ border-top-color: var(--ag-border-color, darkgrey);
4386
+ color: rgba(0, 0, 0, 0.5);
4387
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
4388
+ padding-right: 16px;
4389
+ padding-left: 16px;
4390
+ line-height: 1.5;
4391
+ }
4392
+ .ag-theme-fresh .ag-status-name-value-value {
4393
+ color: #000;
4394
+ color: var(--ag-foreground-color, #000);
4395
+ }
4396
+ .ag-theme-fresh .ag-status-bar-center {
4397
+ text-align: center;
4398
+ }
4399
+ .ag-theme-fresh .ag-status-name-value {
4400
+ margin-left: 4px;
4401
+ margin-right: 4px;
4402
+ padding-top: 8px;
4403
+ padding-bottom: 8px;
4404
+ }
4405
+ .ag-theme-fresh .ag-column-drop-cell {
4406
+ background: var(--ag-chip-background-color);
4407
+ border-radius: 16px;
4408
+ height: 16px;
4409
+ padding: 0 2px;
4410
+ border: 1px solid transparent;
4411
+ cursor: pointer;
4412
+ }
4413
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-drop-cell:focus {
4414
+ outline: none;
4415
+ }
4416
+ .ag-theme-fresh .ag-keyboard-focus .ag-column-drop-cell:focus::after {
4417
+ content: "";
4418
+ position: absolute;
4419
+ background-color: transparent;
4420
+ pointer-events: none;
4421
+ top: 2px;
4422
+ left: 2px;
4423
+ display: block;
4424
+ width: calc(100% - 4px);
4425
+ height: calc(100% - 4px);
4426
+ border: 1px solid;
4427
+ border-color: var(--ag-input-focus-border-color);
4428
+ }
4429
+ .ag-theme-fresh .ag-column-drop-cell-text {
4430
+ margin: 0 4px;
4431
+ }
4432
+ .ag-theme-fresh .ag-column-drop-cell-button {
4433
+ min-width: 16px;
4434
+ margin: 0 2px;
4435
+ color: #000;
4436
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4437
+ }
4438
+ .ag-theme-fresh .ag-column-drop-cell-drag-handle {
4439
+ margin-left: 8px;
4440
+ }
4441
+ .ag-theme-fresh .ag-column-drop-cell-ghost {
4442
+ opacity: 0.5;
4443
+ }
4444
+ .ag-theme-fresh .ag-column-drop-horizontal {
4445
+ background-color: #f6f6f6;
4446
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
4447
+ color: #000;
4448
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4449
+ height: 25px;
4450
+ border-bottom: solid 1px;
4451
+ border-bottom-color: darkgrey;
4452
+ border-bottom-color: var(--ag-border-color, darkgrey);
4453
+ }
4454
+ .ag-theme-fresh .ag-ltr .ag-column-drop-horizontal {
4455
+ padding-left: 12px;
4456
+ }
4457
+
4458
+ .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal {
4459
+ padding-right: 12px;
4460
+ }
4461
+
4462
+ .ag-theme-fresh .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
4463
+ border-right: solid 1px;
4464
+ border-right-color: darkgrey;
4465
+ border-right-color: var(--ag-border-color, darkgrey);
4466
+ }
4467
+
4468
+ .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
4469
+ border-left: solid 1px;
4470
+ border-left-color: darkgrey;
4471
+ border-left-color: var(--ag-border-color, darkgrey);
4472
+ }
4473
+
4474
+ .ag-theme-fresh .ag-column-drop-horizontal-cell-separator {
4475
+ margin: 0 4px;
4476
+ color: #000;
4477
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4478
+ }
4479
+ .ag-theme-fresh .ag-column-drop-horizontal-empty-message {
4480
+ color: rgba(0, 0, 0, 0.5);
4481
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
4482
+ }
4483
+ .ag-theme-fresh .ag-ltr .ag-column-drop-horizontal-icon {
4484
+ margin-right: 12px;
4485
+ }
4486
+
4487
+ .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal-icon {
4488
+ margin-left: 12px;
4489
+ }
4490
+
4491
+ .ag-theme-fresh .ag-column-drop-vertical-list {
4492
+ padding-bottom: 4px;
4493
+ padding-right: 4px;
4494
+ padding-left: 4px;
4495
+ }
4496
+ .ag-theme-fresh .ag-column-drop-vertical-cell {
4497
+ margin-top: 4px;
4498
+ }
4499
+ .ag-theme-fresh .ag-column-drop-vertical {
4500
+ min-height: 50px;
4501
+ border-bottom: solid 1px;
4502
+ border-bottom-color: darkgrey;
4503
+ border-bottom-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4504
+ }
4505
+ .ag-theme-fresh .ag-column-drop-vertical.ag-last-column-drop {
4506
+ border-bottom: none;
4507
+ }
4508
+ .ag-theme-fresh .ag-column-drop-vertical-icon {
4509
+ margin-left: 4px;
4510
+ margin-right: 4px;
4511
+ }
4512
+ .ag-theme-fresh .ag-column-drop-vertical-empty-message {
4513
+ position: absolute;
4514
+ top: 0;
4515
+ bottom: 0;
4516
+ left: 0;
4517
+ right: 0;
4518
+ overflow: hidden;
4519
+ color: rgba(0, 0, 0, 0.5);
4520
+ color: var(--ag-disabled-foreground-color, rgba(0, 0, 0, 0.5));
4521
+ margin-top: 4px;
4522
+ }
4523
+ .ag-theme-fresh .ag-select-agg-func-popup {
4524
+ border: solid 1px;
4525
+ border-color: darkgrey;
4526
+ border-color: var(--ag-border-color, darkgrey);
4527
+ background: #FFF;
4528
+ background: var(--ag-background-color, #FFF);
4529
+ border-radius: 0px;
4530
+ -webkit-box-shadow: none;
4531
+ box-shadow: none;
4532
+ padding: 4px;
4533
+ background: #FFF;
4534
+ background: var(--ag-background-color, #FFF);
4535
+ height: 70px;
4536
+ padding: 0;
4537
+ }
4538
+ .ag-theme-fresh .ag-select-agg-func-virtual-list-item {
4539
+ cursor: default;
4540
+ padding-left: 8px;
4541
+ }
4542
+ .ag-theme-fresh .ag-select-agg-func-virtual-list-item:hover {
4543
+ background-color: #bde2e5;
4544
+ background-color: var(--ag-selected-row-background-color, #bde2e5);
4545
+ }
4546
+ .ag-theme-fresh .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus {
4547
+ outline: none;
4548
+ }
4549
+ .ag-theme-fresh .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus::after {
4550
+ content: "";
4551
+ position: absolute;
4552
+ background-color: transparent;
4553
+ pointer-events: none;
4554
+ top: 1px;
4555
+ left: 1px;
4556
+ display: block;
4557
+ width: calc(100% - 2px);
4558
+ height: calc(100% - 2px);
4559
+ border: 1px solid;
4560
+ border-color: var(--ag-input-focus-border-color);
4561
+ }
4562
+ .ag-theme-fresh .ag-sort-indicator-container {
4563
+ display: -webkit-box;
4564
+ display: flex;
4565
+ }
4566
+ .ag-theme-fresh .ag-ltr .ag-sort-indicator-icon {
4567
+ padding-left: 4px;
4568
+ }
4569
+
4570
+ .ag-theme-fresh .ag-rtl .ag-sort-indicator-icon {
4571
+ padding-right: 4px;
4572
+ }
4573
+
4574
+ .ag-theme-fresh .ag-chart-menu {
4575
+ border-radius: 0px;
4576
+ background: #FFF;
4577
+ background: var(--ag-background-color, #FFF);
4578
+ }
4579
+ .ag-theme-fresh .ag-chart-menu-icon {
4580
+ opacity: 0.5;
4581
+ line-height: 24px;
4582
+ font-size: 24px;
4583
+ width: 24px;
4584
+ height: 24px;
4585
+ margin: 2px 0;
4586
+ cursor: pointer;
4587
+ border-radius: 0px;
4588
+ color: #000;
4589
+ color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #000));
4590
+ }
4591
+ .ag-theme-fresh .ag-chart-menu-icon:hover {
4592
+ opacity: 1;
4593
+ }
4594
+ .ag-theme-fresh .ag-chart-mini-thumbnail {
4595
+ border: 1px solid;
4596
+ border-color: darkgrey;
4597
+ border-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4598
+ border-radius: 5px;
4599
+ margin: 5px;
4600
+ }
4601
+ .ag-theme-fresh .ag-chart-mini-thumbnail:nth-last-child(3), .ag-theme-fresh .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
4602
+ margin-left: auto;
4603
+ margin-right: auto;
4604
+ }
4605
+ .ag-theme-fresh .ag-ltr .ag-chart-mini-thumbnail:first-child {
4606
+ margin-left: 0;
4607
+ }
4608
+
4609
+ .ag-theme-fresh .ag-rtl .ag-chart-mini-thumbnail:first-child {
4610
+ margin-right: 0;
4611
+ }
4612
+
4613
+ .ag-theme-fresh .ag-ltr .ag-chart-mini-thumbnail:last-child {
4614
+ margin-right: 0;
4615
+ }
4616
+
4617
+ .ag-theme-fresh .ag-rtl .ag-chart-mini-thumbnail:last-child {
4618
+ margin-left: 0;
4619
+ }
4620
+
4621
+ .ag-theme-fresh .ag-chart-mini-thumbnail.ag-selected {
4622
+ border-color: #000;
4623
+ border-color: var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000)));
4624
+ }
4625
+ .ag-theme-fresh .ag-chart-settings-card-item {
4626
+ background: #000;
4627
+ background: var(--ag-foreground-color, #000);
4628
+ width: 8px;
4629
+ height: 8px;
4630
+ border-radius: 4px;
4631
+ }
4632
+ .ag-theme-fresh .ag-chart-settings-card-item.ag-selected {
4633
+ background-color: #000;
4634
+ background-color: var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000)));
4635
+ }
4636
+ .ag-theme-fresh .ag-chart-data-column-drag-handle {
4637
+ margin-left: 4px;
4638
+ }
4639
+ .ag-theme-fresh .ag-charts-settings-group-title-bar,
4640
+ .ag-theme-fresh .ag-charts-data-group-title-bar,
4641
+ .ag-theme-fresh .ag-charts-format-top-level-group-title-bar {
4642
+ border-top: solid 1px;
4643
+ border-top-color: darkgrey;
4644
+ border-top-color: var(--ag-secondary-border-color, var(--ag-border-color, darkgrey));
4645
+ }
4646
+ .ag-theme-fresh .ag-charts-settings-group-container {
4647
+ padding: 4px;
4648
+ }
4649
+ .ag-theme-fresh .ag-charts-data-group-container {
4650
+ padding: 3px 6px;
4651
+ }
4652
+ .ag-theme-fresh .ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
4653
+ height: 20px;
4654
+ }
4655
+ .ag-theme-fresh .ag-charts-data-group-container .ag-list-item-hovered::after {
4656
+ content: "";
4657
+ position: absolute;
4658
+ left: 0;
4659
+ right: 0;
4660
+ height: 1px;
4661
+ background-color: #000;
4662
+ background-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
4663
+ }
4664
+ .ag-theme-fresh .ag-charts-data-group-container .ag-item-highlight-top::after {
4665
+ top: 0;
4666
+ }
4667
+ .ag-theme-fresh .ag-charts-data-group-container .ag-item-highlight-bottom::after {
4668
+ bottom: 0;
4669
+ }
4670
+ .ag-theme-fresh .ag-charts-format-top-level-group-container {
4671
+ margin-left: 8px;
4672
+ padding: 4px;
4673
+ }
4674
+ .ag-theme-fresh .ag-charts-format-top-level-group-item {
4675
+ margin: 4px 0;
4676
+ }
4677
+ .ag-theme-fresh .ag-charts-format-sub-level-group-container {
4678
+ padding: 6px 6px;
4679
+ padding-bottom: 2px;
4680
+ }
4681
+ .ag-theme-fresh .ag-charts-format-sub-level-group-container > * {
4682
+ margin-bottom: 4px;
4683
+ }
4684
+ .ag-theme-fresh .ag-charts-group-container.ag-group-container-horizontal {
4685
+ padding: 4px;
4686
+ }
4687
+ .ag-theme-fresh .ag-chart-data-section,
4688
+ .ag-theme-fresh .ag-chart-format-section {
4689
+ display: -webkit-box;
4690
+ display: flex;
4691
+ margin: 0;
4692
+ }
4693
+ .ag-theme-fresh .ag-chart-menu-panel {
4694
+ background-color: #f6f6f6;
4695
+ background-color: var(--ag-control-panel-background-color, #f6f6f6);
4696
+ }
4697
+ .ag-theme-fresh .ag-ltr .ag-chart-menu-panel {
4698
+ border-left: solid 1px;
4699
+ border-left-color: darkgrey;
4700
+ border-left-color: var(--ag-border-color, darkgrey);
4701
+ }
4702
+
4703
+ .ag-theme-fresh .ag-rtl .ag-chart-menu-panel {
4704
+ border-right: solid 1px;
4705
+ border-right-color: darkgrey;
4706
+ border-right-color: var(--ag-border-color, darkgrey);
4707
+ }
4708
+
4709
+ .ag-theme-fresh .ag-date-time-list-page-title {
4710
+ -webkit-box-flex: 1;
4711
+ flex-grow: 1;
4712
+ text-align: center;
4713
+ }
4714
+ .ag-theme-fresh .ag-date-time-list-page-column-label {
4715
+ text-align: center;
4716
+ }
4717
+ .ag-theme-fresh .ag-date-time-list-page-entry {
4718
+ text-align: center;
4719
+ }
4720
+ .ag-theme-fresh .ag-checkbox-input-wrapper {
4721
+ font-family: "agGridClassic";
4722
+ font-size: 12px;
4723
+ line-height: 12px;
4724
+ font-style: normal;
4725
+ font-weight: normal;
4726
+ font-variant: normal;
4727
+ text-transform: none;
4728
+ /* Better Font Rendering =========== */
4729
+ -webkit-font-smoothing: antialiased;
4730
+ -moz-osx-font-smoothing: grayscale;
4731
+ width: 12px;
4732
+ height: 12px;
4733
+ background-color: var(--ag-checkbox-background-color);
4734
+ border-radius: 0px;
4735
+ display: inline-block;
4736
+ vertical-align: middle;
4737
+ -webkit-box-flex: 0;
4738
+ flex: none;
4739
+ }
4740
+ .ag-theme-fresh .ag-checkbox-input-wrapper input, .ag-theme-fresh .ag-checkbox-input-wrapper input {
4741
+ -webkit-appearance: none;
4742
+ opacity: 0;
4743
+ width: 100%;
4744
+ height: 100%;
4745
+ }
4746
+ .ag-theme-fresh .ag-checkbox-input-wrapper:focus-within, .ag-theme-fresh .ag-checkbox-input-wrapper:active {
4747
+ outline: none;
4748
+ }
4749
+ .ag-theme-fresh .ag-checkbox-input-wrapper.ag-disabled {
4750
+ opacity: 0.5;
4751
+ }
4752
+ .ag-theme-fresh .ag-checkbox-input-wrapper::after {
4753
+ content: "\f108";
4754
+ color: #000;
4755
+ color: var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000));
4756
+ position: absolute;
4757
+ top: 0;
4758
+ left: 0;
4759
+ pointer-events: none;
4760
+ }
4761
+ .ag-theme-fresh .ag-checkbox-input-wrapper.ag-checked::after {
4762
+ content: "\f106";
4763
+ color: #000;
4764
+ color: var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000));
4765
+ position: absolute;
4766
+ top: 0;
4767
+ left: 0;
4768
+ pointer-events: none;
4769
+ }
4770
+ .ag-theme-fresh .ag-checkbox-input-wrapper.ag-indeterminate::after {
4771
+ content: "\f107";
4772
+ color: #000;
4773
+ color: var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000)));
4774
+ position: absolute;
4775
+ top: 0;
4776
+ left: 0;
4777
+ pointer-events: none;
4778
+ }
4779
+ .ag-theme-fresh .ag-toggle-button-input-wrapper {
4780
+ -webkit-box-sizing: border-box;
4781
+ box-sizing: border-box;
4782
+ width: 24px;
4783
+ height: 12px;
4784
+ background-color: #000;
4785
+ background-color: var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000)));
4786
+ border-radius: 6px;
4787
+ position: relative;
4788
+ -webkit-box-flex: 0;
4789
+ flex: none;
4790
+ border: 1px solid;
4791
+ border-color: #000;
4792
+ border-color: var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000)));
4793
+ }
4794
+ .ag-theme-fresh .ag-toggle-button-input-wrapper input {
4795
+ opacity: 0;
4796
+ height: 100%;
4797
+ width: 100%;
4798
+ }
4799
+ .ag-theme-fresh .ag-toggle-button-input-wrapper:focus-within {
4800
+ outline: none;
4801
+ }
4802
+ .ag-theme-fresh .ag-toggle-button-input-wrapper.ag-disabled {
4803
+ opacity: 0.5;
4804
+ }
4805
+ .ag-theme-fresh .ag-toggle-button-input-wrapper.ag-checked {
4806
+ background-color: #000;
4807
+ background-color: var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000)));
4808
+ border-color: #000;
4809
+ border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000)));
4810
+ }
4811
+ .ag-theme-fresh .ag-toggle-button-input-wrapper::before {
4812
+ content: " ";
4813
+ position: absolute;
4814
+ top: -1px;
4815
+ left: -1px;
4816
+ display: block;
4817
+ -webkit-box-sizing: border-box;
4818
+ box-sizing: border-box;
4819
+ height: 12px;
4820
+ width: 12px;
4821
+ background-color: #FFF;
4822
+ background-color: var(--ag-toggle-button-switch-background-color, var(--ag-background-color, #FFF));
4823
+ border-radius: 6px;
4824
+ -webkit-transition: left 100ms;
4825
+ transition: left 100ms;
4826
+ border: 1px solid;
4827
+ border-color: #000;
4828
+ border-color: var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000))));
4829
+ }
4830
+ .ag-theme-fresh .ag-toggle-button-input-wrapper.ag-checked::before {
4831
+ left: calc(100% - 12px );
4832
+ border-color: #000;
4833
+ border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000)));
4834
+ }
4835
+ .ag-theme-fresh .ag-radio-button-input-wrapper {
4836
+ font-family: "agGridClassic";
4837
+ font-size: 12px;
4838
+ line-height: 12px;
4839
+ font-style: normal;
4840
+ font-weight: normal;
4841
+ font-variant: normal;
4842
+ text-transform: none;
4843
+ /* Better Font Rendering =========== */
4844
+ -webkit-font-smoothing: antialiased;
4845
+ -moz-osx-font-smoothing: grayscale;
4846
+ width: 12px;
4847
+ height: 12px;
4848
+ background-color: var(--ag-checkbox-background-color);
4849
+ border-radius: 0px;
4850
+ display: inline-block;
4851
+ vertical-align: middle;
4852
+ -webkit-box-flex: 0;
4853
+ flex: none;
4854
+ border-radius: 12px;
4855
+ }
4856
+ .ag-theme-fresh .ag-radio-button-input-wrapper input, .ag-theme-fresh .ag-radio-button-input-wrapper input {
4857
+ -webkit-appearance: none;
4858
+ opacity: 0;
4859
+ width: 100%;
4860
+ height: 100%;
4861
+ }
4862
+ .ag-theme-fresh .ag-radio-button-input-wrapper:focus-within, .ag-theme-fresh .ag-radio-button-input-wrapper:active {
4863
+ outline: none;
4864
+ }
4865
+ .ag-theme-fresh .ag-radio-button-input-wrapper.ag-disabled {
4866
+ opacity: 0.5;
4867
+ }
4868
+ .ag-theme-fresh .ag-radio-button-input-wrapper::after {
4869
+ content: "\f126";
4870
+ color: #000;
4871
+ color: var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000));
4872
+ position: absolute;
4873
+ top: 0;
4874
+ left: 0;
4875
+ pointer-events: none;
4876
+ }
4877
+ .ag-theme-fresh .ag-radio-button-input-wrapper.ag-checked::after {
4878
+ content: "\f127";
4879
+ color: #000;
4880
+ color: var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000));
4881
+ position: absolute;
4882
+ top: 0;
4883
+ left: 0;
4884
+ pointer-events: none;
4885
+ }
4886
+ .ag-theme-fresh input[class^=ag-][type=range] {
4887
+ -webkit-appearance: none;
4888
+ width: 100%;
4889
+ height: 100%;
4890
+ background: none;
4891
+ overflow: visible;
4892
+ }
4893
+ .ag-theme-fresh input[class^=ag-][type=range]::-webkit-slider-runnable-track {
4894
+ margin: 0;
4895
+ padding: 0;
4896
+ width: 100%;
4897
+ height: 3px;
4898
+ background-color: darkgrey;
4899
+ background-color: var(--ag-border-color, darkgrey);
4900
+ border-radius: 0px;
4901
+ border-radius: 0px;
4902
+ }
4903
+ .ag-theme-fresh input[class^=ag-][type=range]::-moz-range-track {
4904
+ margin: 0;
4905
+ padding: 0;
4906
+ width: 100%;
4907
+ height: 3px;
4908
+ background-color: darkgrey;
4909
+ background-color: var(--ag-border-color, darkgrey);
4910
+ border-radius: 0px;
4911
+ border-radius: 0px;
4912
+ }
4913
+ .ag-theme-fresh input[class^=ag-][type=range]::-ms-track {
4914
+ margin: 0;
4915
+ padding: 0;
4916
+ width: 100%;
4917
+ height: 3px;
4918
+ background-color: darkgrey;
4919
+ background-color: var(--ag-border-color, darkgrey);
4920
+ border-radius: 0px;
4921
+ border-radius: 0px;
4922
+ color: transparent;
4923
+ width: calc(100% - 2px);
4924
+ }
4925
+ .ag-theme-fresh input[class^=ag-][type=range]::-webkit-slider-thumb {
4926
+ margin: 0;
4927
+ padding: 0;
4928
+ -webkit-appearance: none;
4929
+ width: 12px;
4930
+ height: 12px;
4931
+ background-color: #FFF;
4932
+ background-color: var(--ag-background-color, #FFF);
4933
+ border: 1px solid;
4934
+ border-color: #000;
4935
+ border-color: var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000));
4936
+ border-radius: 12px;
4937
+ -webkit-transform: translateY(-4.5px);
4938
+ transform: translateY(-4.5px);
4939
+ }
4940
+ .ag-theme-fresh input[class^=ag-][type=range]::-ms-thumb {
4941
+ margin: 0;
4942
+ padding: 0;
4943
+ -webkit-appearance: none;
4944
+ width: 12px;
4945
+ height: 12px;
4946
+ background-color: #FFF;
4947
+ background-color: var(--ag-background-color, #FFF);
4948
+ border: 1px solid;
4949
+ border-color: #000;
4950
+ border-color: var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000));
4951
+ border-radius: 12px;
4952
+ }
4953
+ .ag-theme-fresh input[class^=ag-][type=range]::-moz-ag-range-thumb {
4954
+ margin: 0;
4955
+ padding: 0;
4956
+ -webkit-appearance: none;
4957
+ width: 12px;
4958
+ height: 12px;
4959
+ background-color: #FFF;
4960
+ background-color: var(--ag-background-color, #FFF);
4961
+ border: 1px solid;
4962
+ border-color: #000;
4963
+ border-color: var(--ag-checkbox-unchecked-color, var(--ag-foreground-color, #000));
4964
+ border-radius: 12px;
4965
+ }
4966
+ .ag-theme-fresh input[class^=ag-][type=range]:focus {
4967
+ outline: none;
4968
+ }
4969
+ .ag-theme-fresh input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
4970
+ border-color: #000;
4971
+ border-color: var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000));
4972
+ }
4973
+ .ag-theme-fresh input[class^=ag-][type=range]:focus::-ms-thumb {
4974
+ border-color: #000;
4975
+ border-color: var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000));
4976
+ }
4977
+ .ag-theme-fresh input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
4978
+ border-color: #000;
4979
+ border-color: var(--ag-checkbox-checked-color, var(--ag-foreground-color, #000));
4980
+ }
4981
+ .ag-theme-fresh input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
4982
+ background-color: var(--ag-input-focus-border-color);
4983
+ }
4984
+ .ag-theme-fresh input[class^=ag-][type=range]:active::-moz-ag-range-track {
4985
+ background-color: var(--ag-input-focus-border-color);
4986
+ }
4987
+ .ag-theme-fresh input[class^=ag-][type=range]:active::-ms-track {
4988
+ background-color: var(--ag-input-focus-border-color);
4989
+ }
4990
+ .ag-theme-fresh input[class^=ag-][type=range]:disabled {
4991
+ opacity: 0.5;
4992
+ }
4993
+ .ag-theme-fresh .ag-icon {
4994
+ color: #333;
4995
+ margin: 1px 1px 2px 1px;
4996
+ }
4997
+ .ag-theme-fresh .ag-icon-tree-closed::before {
4998
+ content: "\f10b";
4999
+ }
5000
+ .ag-theme-fresh .ag-icon-tree-open::before {
5001
+ content: "\f111";
5002
+ }
5003
+ .ag-theme-fresh .ag-header, .ag-theme-fresh .ag-column-drop-cell {
5004
+ background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(lightgrey));
5005
+ background-image: linear-gradient(white, lightgrey);
5006
+ }
5007
+ .ag-theme-fresh .ag-tab {
5008
+ border: 1px solid transparent;
5009
+ padding: 4px 8px;
5010
+ margin: 4px;
5011
+ margin-bottom: -1px;
5012
+ }
5013
+ .ag-theme-fresh .ag-tabs-body {
5014
+ margin: 2px 0;
5015
+ }
5016
+ .ag-theme-fresh .ag-tab-selected {
5017
+ background-color: #FFF;
5018
+ background-color: var(--ag-background-color, #FFF);
5019
+ border-color: darkgrey;
5020
+ border-color: var(--ag-border-color, darkgrey);
5021
+ border-bottom-color: transparent;
5022
+ }
5023
+ .ag-theme-fresh .ag-tabs-header {
5024
+ background-color: var(--ag-header-background-color);
5025
+ border-bottom: 1px solid;
5026
+ border-bottom-color: darkgrey;
5027
+ border-bottom-color: var(--ag-border-color, darkgrey);
5028
+ }
5029
+ .ag-theme-fresh .ag-filter .ag-filter-apply-panel {
5030
+ -webkit-box-pack: start;
5031
+ justify-content: flex-start;
5032
+ }
5033
+ .ag-theme-fresh .ag-menu-option-active {
5034
+ background-color: #bde2e5;
5035
+ background-color: var(--ag-selected-row-background-color, #bde2e5);
5036
+ }
5037
+ .ag-theme-fresh .ag-column-drop-cell {
5038
+ border: 1px solid;
5039
+ border-color: darkgrey;
5040
+ border-color: var(--ag-border-color, darkgrey);
5041
+ border-radius: 0;
5042
+ }
5043
+ .ag-theme-fresh .ag-column-drop-cell-button .ag-icon {
5044
+ border: 1px solid transparent;
5045
+ }
5046
+ .ag-theme-fresh .ag-column-drop-cell-button:hover .ag-icon {
5047
+ border-color: darkgrey;
5048
+ border-color: var(--ag-border-color, darkgrey);
5049
+ }
5050
+ .ag-theme-fresh .ag-panel-title-bar-button-icon {
5051
+ font-size: 20px;
5052
+ line-height: 20px;
5053
+ }
5054
+ .ag-theme-fresh .ag-menu-option-part {
5055
+ padding-top: 4px;
5056
+ padding-bottom: 4px;
5057
+ }
5058
+ .ag-theme-fresh .ag-column-drop-vertical-title-bar {
5059
+ margin-top: 4px;
5060
+ margin-left: 4px;
5061
+ }
5062
+ .ag-theme-fresh .ag-column-drop-vertical-title {
5063
+ margin-left: 4px;
5064
+ }
5065
+ .ag-theme-fresh .ag-column-drop-vertical-empty-message {
5066
+ margin-left: 24px;
5067
+ }