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