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