@owp/core 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (656) hide show
  1. package/assets/fonts/material-design-icons/MaterialIconsOutlined-Regular.woff2 +0 -0
  2. package/assets/fonts/material-design-icons/MaterialIconsOutlined.css +36 -0
  3. package/assets/fonts/pretendard/pretendard-subset.css +98 -0
  4. package/assets/fonts/pretendard/woff-subset/Pretendard-Black.subset.woff +0 -0
  5. package/assets/fonts/pretendard/woff-subset/Pretendard-Bold.subset.woff +0 -0
  6. package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraBold.subset.woff +0 -0
  7. package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraLight.subset.woff +0 -0
  8. package/assets/fonts/pretendard/woff-subset/Pretendard-Light.subset.woff +0 -0
  9. package/assets/fonts/pretendard/woff-subset/Pretendard-Medium.subset.woff +0 -0
  10. package/assets/fonts/pretendard/woff-subset/Pretendard-Regular.subset.woff +0 -0
  11. package/assets/fonts/pretendard/woff-subset/Pretendard-SemiBold.subset.woff +0 -0
  12. package/assets/fonts/pretendard/woff-subset/Pretendard-Thin.subset.woff +0 -0
  13. package/assets/fonts/pretendard/woff2-subset/Pretendard-Black.subset.woff2 +0 -0
  14. package/assets/fonts/pretendard/woff2-subset/Pretendard-Bold.subset.woff2 +0 -0
  15. package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraBold.subset.woff2 +0 -0
  16. package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraLight.subset.woff2 +0 -0
  17. package/assets/fonts/pretendard/woff2-subset/Pretendard-Light.subset.woff2 +0 -0
  18. package/assets/fonts/pretendard/woff2-subset/Pretendard-Medium.subset.woff2 +0 -0
  19. package/assets/fonts/pretendard/woff2-subset/Pretendard-Regular.subset.woff2 +0 -0
  20. package/assets/fonts/pretendard/woff2-subset/Pretendard-SemiBold.subset.woff2 +0 -0
  21. package/assets/fonts/pretendard/woff2-subset/Pretendard-Thin.subset.woff2 +0 -0
  22. package/assets/icons/feather.svg +1314 -0
  23. package/assets/icons/heroicons-outline.svg +1 -0
  24. package/assets/icons/heroicons-solid.svg +1 -0
  25. package/assets/icons/material-outline.svg +3586 -0
  26. package/assets/icons/material-solid.svg +3586 -0
  27. package/assets/icons/material-twotone.svg +3586 -0
  28. package/assets/icons/owp_sb.svg +35 -0
  29. package/dist/_virtual/_virtual_owp-exceljs-browser-source.js +5 -0
  30. package/dist/_virtual/_virtual_owp-exceljs-browser-source.js.map +1 -0
  31. package/dist/_virtual/index10.js +2 -2
  32. package/dist/_virtual/index12.js +2 -2
  33. package/dist/_virtual/index13.js +2 -2
  34. package/dist/_virtual/index14.js +2 -2
  35. package/dist/_virtual/index15.js +2 -2
  36. package/dist/_virtual/index17.js +5 -2
  37. package/dist/_virtual/index17.js.map +1 -1
  38. package/dist/_virtual/index18.js +4 -4
  39. package/dist/_virtual/index19.js +4 -4
  40. package/dist/_virtual/index20.js +2 -5
  41. package/dist/_virtual/index20.js.map +1 -1
  42. package/dist/_virtual/index5.js +2 -2
  43. package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js +38 -38
  44. package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
  45. package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js +34 -0
  46. package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -0
  47. package/dist/components/OwpMrtTable/OwpMrtTable.js +98 -104
  48. package/dist/components/OwpMrtTable/OwpMrtTable.js.map +1 -1
  49. package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js +10 -9
  50. package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js.map +1 -1
  51. package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js +38 -0
  52. package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -0
  53. package/dist/components/OwpTable/OwpDataTable.js +171 -177
  54. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  55. package/dist/components/OwpTable/OwpFieldTable.js +99 -0
  56. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -0
  57. package/dist/components/OwpTable/OwpTable.js +62 -68
  58. package/dist/components/OwpTable/OwpTable.js.map +1 -1
  59. package/dist/components/OwpTextField/OwpTextMaskField.js +138 -87
  60. package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
  61. package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js +6 -5
  62. package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js.map +1 -1
  63. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +66 -69
  64. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  65. package/dist/constants/treeGrid.js +36 -5
  66. package/dist/constants/treeGrid.js.map +1 -1
  67. package/dist/constants.js +25 -19
  68. package/dist/contexts/OwpAppProvider.js.map +1 -1
  69. package/dist/hooks/useCurrentUserSeq.js +20 -6
  70. package/dist/hooks/useCurrentUserSeq.js.map +1 -1
  71. package/dist/hooks/useLogoSrc.js +9 -9
  72. package/dist/hooks/useLogoSrc.js.map +1 -1
  73. package/dist/hooks/useNavigationActiveRouteRemount.js +38 -0
  74. package/dist/hooks/useNavigationActiveRouteRemount.js.map +1 -0
  75. package/dist/hooks.js +50 -49
  76. package/dist/index.js +74 -70
  77. package/dist/index.js.map +1 -1
  78. package/dist/layout/Layout.js +37 -36
  79. package/dist/layout/Layout.js.map +1 -1
  80. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +61 -51
  81. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js.map +1 -1
  82. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +35 -27
  83. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js.map +1 -1
  84. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +34 -27
  85. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js.map +1 -1
  86. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  87. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  88. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  89. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  90. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  91. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  92. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  93. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  94. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  95. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  96. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  97. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  98. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  99. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
  100. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  101. package/dist/owp-app.css +1 -1
  102. package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +14 -0
  103. package/dist/types/components/OwpFieldHelperText/index.d.ts +2 -0
  104. package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +18 -0
  105. package/dist/types/components/OwpRequiredHelperText/index.d.ts +2 -0
  106. package/dist/types/components/OwpTable/{OwpVerticalTable.d.ts → OwpFieldTable.d.ts} +9 -8
  107. package/dist/types/components/OwpTable/index.d.ts +1 -1
  108. package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +5 -3
  109. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +1 -1
  110. package/dist/types/constants/treeGrid.d.ts +12 -0
  111. package/dist/types/contexts/OwpAppProvider.d.ts +1 -0
  112. package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -2
  113. package/dist/types/hooks/useNavigationActiveRouteRemount.d.ts +14 -0
  114. package/dist/types/index.d.ts +3 -1
  115. package/dist/types/utils/exceljsBrowser.d.ts +1 -3
  116. package/dist/utils/exceljsBrowser.js +64 -7
  117. package/dist/utils/exceljsBrowser.js.map +1 -1
  118. package/fixed-images/flags/EN.svg +11 -0
  119. package/fixed-images/flags/KR.svg +27 -0
  120. package/fixed-images/logo/owp/owp_sb.svg +35 -0
  121. package/package.json +6 -2
  122. package/treegrid/Compatible/Borders/Backgrounds.gif +0 -0
  123. package/treegrid/Compatible/Borders/BackgroundsRight.gif +0 -0
  124. package/treegrid/Compatible/Borders/Bool.gif +0 -0
  125. package/treegrid/Compatible/Borders/BoolSpace.gif +0 -0
  126. package/treegrid/Compatible/Borders/Button.gif +0 -0
  127. package/treegrid/Compatible/Borders/Dependencies.gif +0 -0
  128. package/treegrid/Compatible/Borders/FastPanel1.gif +0 -0
  129. package/treegrid/Compatible/Borders/FastPanel2.gif +0 -0
  130. package/treegrid/Compatible/Borders/Filter.gif +0 -0
  131. package/treegrid/Compatible/Borders/Gantt.css +1228 -0
  132. package/treegrid/Compatible/Borders/Gantt.gif +0 -0
  133. package/treegrid/Compatible/Borders/GanttLineA.gif +0 -0
  134. package/treegrid/Compatible/Borders/GanttLineB.gif +0 -0
  135. package/treegrid/Compatible/Borders/GanttLineC.gif +0 -0
  136. package/treegrid/Compatible/Borders/GanttLineD.gif +0 -0
  137. package/treegrid/Compatible/Borders/Grid.css +2762 -0
  138. package/treegrid/Compatible/Borders/HScroll.png +0 -0
  139. package/treegrid/Compatible/Borders/Menu.gif +0 -0
  140. package/treegrid/Compatible/Borders/Pager.gif +0 -0
  141. package/treegrid/Compatible/Borders/Pager.png +0 -0
  142. package/treegrid/Compatible/Borders/Panel.gif +0 -0
  143. package/treegrid/Compatible/Borders/Sort.gif +0 -0
  144. package/treegrid/Compatible/Borders/Toolbar.gif +0 -0
  145. package/treegrid/Compatible/Borders/Toolbar.png +0 -0
  146. package/treegrid/Compatible/Borders/ToolbarGantt.gif +0 -0
  147. package/treegrid/Compatible/Borders/ToolbarGantt.png +0 -0
  148. package/treegrid/Compatible/Borders/ToolbarSheet.gif +0 -0
  149. package/treegrid/Compatible/Borders/ToolbarSheet.png +0 -0
  150. package/treegrid/Compatible/Borders/ToolbarSheetWide.gif +0 -0
  151. package/treegrid/Compatible/Borders/ToolbarSheetWide.png +0 -0
  152. package/treegrid/Compatible/Borders/Tree.gif +0 -0
  153. package/treegrid/Compatible/Borders/TreeBottom.gif +0 -0
  154. package/treegrid/Compatible/Borders/TreeMiddle.gif +0 -0
  155. package/treegrid/Compatible/Borders/TreeNCollapse.gif +0 -0
  156. package/treegrid/Compatible/Borders/TreeNDrag0.gif +0 -0
  157. package/treegrid/Compatible/Borders/TreeNDrag1.gif +0 -0
  158. package/treegrid/Compatible/Borders/TreeNDrag2.gif +0 -0
  159. package/treegrid/Compatible/Borders/TreeNDrag3.gif +0 -0
  160. package/treegrid/Compatible/Borders/TreeNExpand.gif +0 -0
  161. package/treegrid/Compatible/Borders/TreeNWait.gif +0 -0
  162. package/treegrid/Compatible/Borders/TreeRev.gif +0 -0
  163. package/treegrid/Compatible/Borders/TreeRevBottom.gif +0 -0
  164. package/treegrid/Compatible/Borders/TreeRevMiddle.gif +0 -0
  165. package/treegrid/Compatible/Borders/VScroll.gif +0 -0
  166. package/treegrid/Compatible/Colors/BackgroundsBlue.gif +0 -0
  167. package/treegrid/Compatible/Colors/BackgroundsBottom.gif +0 -0
  168. package/treegrid/Compatible/Colors/BackgroundsGantt.gif +0 -0
  169. package/treegrid/Compatible/Colors/BackgroundsHeader.gif +0 -0
  170. package/treegrid/Compatible/Colors/BackgroundsMain.gif +0 -0
  171. package/treegrid/Compatible/Colors/BackgroundsMiddle.gif +0 -0
  172. package/treegrid/Compatible/Colors/BackgroundsTop.gif +0 -0
  173. package/treegrid/Compatible/Colors/BackgroundsYellow.gif +0 -0
  174. package/treegrid/Compatible/Colors/Bool.gif +0 -0
  175. package/treegrid/Compatible/Colors/Button.gif +0 -0
  176. package/treegrid/Compatible/Colors/Dependencies.gif +0 -0
  177. package/treegrid/Compatible/Colors/FastPanel1.gif +0 -0
  178. package/treegrid/Compatible/Colors/FastPanel2.gif +0 -0
  179. package/treegrid/Compatible/Colors/Filter.gif +0 -0
  180. package/treegrid/Compatible/Colors/Gantt.css +1228 -0
  181. package/treegrid/Compatible/Colors/Gantt.gif +0 -0
  182. package/treegrid/Compatible/Colors/GanttLineA.gif +0 -0
  183. package/treegrid/Compatible/Colors/GanttLineB.gif +0 -0
  184. package/treegrid/Compatible/Colors/GanttLineC.gif +0 -0
  185. package/treegrid/Compatible/Colors/GanttLineD.gif +0 -0
  186. package/treegrid/Compatible/Colors/Grid.css +2768 -0
  187. package/treegrid/Compatible/Colors/HScroll.png +0 -0
  188. package/treegrid/Compatible/Colors/Menu.gif +0 -0
  189. package/treegrid/Compatible/Colors/Pager.gif +0 -0
  190. package/treegrid/Compatible/Colors/Panel.gif +0 -0
  191. package/treegrid/Compatible/Colors/Sort.gif +0 -0
  192. package/treegrid/Compatible/Colors/Toolbar.gif +0 -0
  193. package/treegrid/Compatible/Colors/ToolbarGantt.gif +0 -0
  194. package/treegrid/Compatible/Colors/ToolbarSheet.gif +0 -0
  195. package/treegrid/Compatible/Colors/ToolbarSheetWide.gif +0 -0
  196. package/treegrid/Compatible/Colors/Tree.gif +0 -0
  197. package/treegrid/Compatible/Colors/TreeBottom.gif +0 -0
  198. package/treegrid/Compatible/Colors/TreeMiddle.gif +0 -0
  199. package/treegrid/Compatible/Colors/TreeNCollapse.gif +0 -0
  200. package/treegrid/Compatible/Colors/TreeNDrag0.gif +0 -0
  201. package/treegrid/Compatible/Colors/TreeNDrag1.gif +0 -0
  202. package/treegrid/Compatible/Colors/TreeNDrag2.gif +0 -0
  203. package/treegrid/Compatible/Colors/TreeNDrag3.gif +0 -0
  204. package/treegrid/Compatible/Colors/TreeNExpand.gif +0 -0
  205. package/treegrid/Compatible/Colors/TreeNWait.gif +0 -0
  206. package/treegrid/Compatible/Colors/TreeRev.gif +0 -0
  207. package/treegrid/Compatible/Colors/TreeRevBottom.gif +0 -0
  208. package/treegrid/Compatible/Colors/TreeRevMiddle.gif +0 -0
  209. package/treegrid/Compatible/Colors/VScroll.gif +0 -0
  210. package/treegrid/Compatible/ExtJS/Backgrounds.gif +0 -0
  211. package/treegrid/Compatible/ExtJS/BackgroundsFill.gif +0 -0
  212. package/treegrid/Compatible/ExtJS/Bool.gif +0 -0
  213. package/treegrid/Compatible/ExtJS/Button.gif +0 -0
  214. package/treegrid/Compatible/ExtJS/Dependencies.gif +0 -0
  215. package/treegrid/Compatible/ExtJS/FastPanel1.gif +0 -0
  216. package/treegrid/Compatible/ExtJS/FastPanel2.gif +0 -0
  217. package/treegrid/Compatible/ExtJS/Filter.gif +0 -0
  218. package/treegrid/Compatible/ExtJS/Gantt.css +1233 -0
  219. package/treegrid/Compatible/ExtJS/Gantt.gif +0 -0
  220. package/treegrid/Compatible/ExtJS/GanttLineA.gif +0 -0
  221. package/treegrid/Compatible/ExtJS/GanttLineB.gif +0 -0
  222. package/treegrid/Compatible/ExtJS/GanttLineC.gif +0 -0
  223. package/treegrid/Compatible/ExtJS/GanttLineD.gif +0 -0
  224. package/treegrid/Compatible/ExtJS/Grid.css +2764 -0
  225. package/treegrid/Compatible/ExtJS/HScroll.png +0 -0
  226. package/treegrid/Compatible/ExtJS/Menu.gif +0 -0
  227. package/treegrid/Compatible/ExtJS/Pager.gif +0 -0
  228. package/treegrid/Compatible/ExtJS/Panel.gif +0 -0
  229. package/treegrid/Compatible/ExtJS/Sort.gif +0 -0
  230. package/treegrid/Compatible/ExtJS/Toolbar.gif +0 -0
  231. package/treegrid/Compatible/ExtJS/ToolbarGantt.gif +0 -0
  232. package/treegrid/Compatible/ExtJS/ToolbarSheet.gif +0 -0
  233. package/treegrid/Compatible/ExtJS/ToolbarSheetWide.gif +0 -0
  234. package/treegrid/Compatible/ExtJS/Tree.gif +0 -0
  235. package/treegrid/Compatible/ExtJS/TreeBottom.gif +0 -0
  236. package/treegrid/Compatible/ExtJS/TreeMiddle.gif +0 -0
  237. package/treegrid/Compatible/ExtJS/TreeNCollapse.gif +0 -0
  238. package/treegrid/Compatible/ExtJS/TreeNDrag0.gif +0 -0
  239. package/treegrid/Compatible/ExtJS/TreeNDrag1.gif +0 -0
  240. package/treegrid/Compatible/ExtJS/TreeNDrag2.gif +0 -0
  241. package/treegrid/Compatible/ExtJS/TreeNDrag3.gif +0 -0
  242. package/treegrid/Compatible/ExtJS/TreeNExpand.gif +0 -0
  243. package/treegrid/Compatible/ExtJS/TreeNWait.gif +0 -0
  244. package/treegrid/Compatible/ExtJS/TreeRev.gif +0 -0
  245. package/treegrid/Compatible/ExtJS/TreeRevBottom.gif +0 -0
  246. package/treegrid/Compatible/ExtJS/TreeRevMiddle.gif +0 -0
  247. package/treegrid/Compatible/ExtJS/VScroll.gif +0 -0
  248. package/treegrid/Compatible/Gradient/Backgrounds.gif +0 -0
  249. package/treegrid/Compatible/Gradient/BackgroundsGantt.gif +0 -0
  250. package/treegrid/Compatible/Gradient/BackgroundsRight.gif +0 -0
  251. package/treegrid/Compatible/Gradient/Bool.gif +0 -0
  252. package/treegrid/Compatible/Gradient/BoolSpace.gif +0 -0
  253. package/treegrid/Compatible/Gradient/Button.gif +0 -0
  254. package/treegrid/Compatible/Gradient/Dependencies.gif +0 -0
  255. package/treegrid/Compatible/Gradient/FastPanel1.gif +0 -0
  256. package/treegrid/Compatible/Gradient/FastPanel2.gif +0 -0
  257. package/treegrid/Compatible/Gradient/Filter.gif +0 -0
  258. package/treegrid/Compatible/Gradient/Gantt.css +1234 -0
  259. package/treegrid/Compatible/Gradient/Gantt.gif +0 -0
  260. package/treegrid/Compatible/Gradient/GanttLineA.gif +0 -0
  261. package/treegrid/Compatible/Gradient/GanttLineB.gif +0 -0
  262. package/treegrid/Compatible/Gradient/GanttLineC.gif +0 -0
  263. package/treegrid/Compatible/Gradient/GanttLineD.gif +0 -0
  264. package/treegrid/Compatible/Gradient/Grid.css +2835 -0
  265. package/treegrid/Compatible/Gradient/HScroll.png +0 -0
  266. package/treegrid/Compatible/Gradient/Menu.gif +0 -0
  267. package/treegrid/Compatible/Gradient/Pager.gif +0 -0
  268. package/treegrid/Compatible/Gradient/Pager.png +0 -0
  269. package/treegrid/Compatible/Gradient/Panel.gif +0 -0
  270. package/treegrid/Compatible/Gradient/Sort.gif +0 -0
  271. package/treegrid/Compatible/Gradient/Toolbar.gif +0 -0
  272. package/treegrid/Compatible/Gradient/Toolbar.png +0 -0
  273. package/treegrid/Compatible/Gradient/ToolbarGantt.gif +0 -0
  274. package/treegrid/Compatible/Gradient/ToolbarGantt.png +0 -0
  275. package/treegrid/Compatible/Gradient/ToolbarSheet.gif +0 -0
  276. package/treegrid/Compatible/Gradient/ToolbarSheet.png +0 -0
  277. package/treegrid/Compatible/Gradient/ToolbarSheetWide.gif +0 -0
  278. package/treegrid/Compatible/Gradient/ToolbarSheetWide.png +0 -0
  279. package/treegrid/Compatible/Gradient/Tree.gif +0 -0
  280. package/treegrid/Compatible/Gradient/TreeBottom.gif +0 -0
  281. package/treegrid/Compatible/Gradient/TreeMiddle.gif +0 -0
  282. package/treegrid/Compatible/Gradient/TreeNCollapse.gif +0 -0
  283. package/treegrid/Compatible/Gradient/TreeNDrag0.gif +0 -0
  284. package/treegrid/Compatible/Gradient/TreeNDrag1.gif +0 -0
  285. package/treegrid/Compatible/Gradient/TreeNDrag2.gif +0 -0
  286. package/treegrid/Compatible/Gradient/TreeNDrag3.gif +0 -0
  287. package/treegrid/Compatible/Gradient/TreeNExpand.gif +0 -0
  288. package/treegrid/Compatible/Gradient/TreeNWait.gif +0 -0
  289. package/treegrid/Compatible/Gradient/TreeRev.gif +0 -0
  290. package/treegrid/Compatible/Gradient/TreeRevBottom.gif +0 -0
  291. package/treegrid/Compatible/Gradient/TreeRevMiddle.gif +0 -0
  292. package/treegrid/Compatible/Gradient/VScroll.gif +0 -0
  293. package/treegrid/Compatible/Info.txt +3 -0
  294. package/treegrid/Compatible/Light/Backgrounds.gif +0 -0
  295. package/treegrid/Compatible/Light/Bool.gif +0 -0
  296. package/treegrid/Compatible/Light/Button.gif +0 -0
  297. package/treegrid/Compatible/Light/Dependencies.gif +0 -0
  298. package/treegrid/Compatible/Light/FastPanel1.gif +0 -0
  299. package/treegrid/Compatible/Light/FastPanel2.gif +0 -0
  300. package/treegrid/Compatible/Light/Filter.gif +0 -0
  301. package/treegrid/Compatible/Light/Gantt.css +1230 -0
  302. package/treegrid/Compatible/Light/Gantt.gif +0 -0
  303. package/treegrid/Compatible/Light/GanttLineA.gif +0 -0
  304. package/treegrid/Compatible/Light/GanttLineB.gif +0 -0
  305. package/treegrid/Compatible/Light/GanttLineC.gif +0 -0
  306. package/treegrid/Compatible/Light/GanttLineD.gif +0 -0
  307. package/treegrid/Compatible/Light/Grid.css +2769 -0
  308. package/treegrid/Compatible/Light/HScroll.png +0 -0
  309. package/treegrid/Compatible/Light/Menu.gif +0 -0
  310. package/treegrid/Compatible/Light/Pager.gif +0 -0
  311. package/treegrid/Compatible/Light/Panel.gif +0 -0
  312. package/treegrid/Compatible/Light/Sort.gif +0 -0
  313. package/treegrid/Compatible/Light/Toolbar.gif +0 -0
  314. package/treegrid/Compatible/Light/ToolbarGantt.gif +0 -0
  315. package/treegrid/Compatible/Light/ToolbarSheet.gif +0 -0
  316. package/treegrid/Compatible/Light/ToolbarSheetWide.gif +0 -0
  317. package/treegrid/Compatible/Light/Tree.gif +0 -0
  318. package/treegrid/Compatible/Light/TreeBottom.gif +0 -0
  319. package/treegrid/Compatible/Light/TreeMiddle.gif +0 -0
  320. package/treegrid/Compatible/Light/TreeNCollapse.gif +0 -0
  321. package/treegrid/Compatible/Light/TreeNDrag0.gif +0 -0
  322. package/treegrid/Compatible/Light/TreeNDrag1.gif +0 -0
  323. package/treegrid/Compatible/Light/TreeNDrag2.gif +0 -0
  324. package/treegrid/Compatible/Light/TreeNDrag3.gif +0 -0
  325. package/treegrid/Compatible/Light/TreeNExpand.gif +0 -0
  326. package/treegrid/Compatible/Light/TreeNWait.gif +0 -0
  327. package/treegrid/Compatible/Light/TreeRev.gif +0 -0
  328. package/treegrid/Compatible/Light/TreeRevBottom.gif +0 -0
  329. package/treegrid/Compatible/Light/TreeRevMiddle.gif +0 -0
  330. package/treegrid/Compatible/Light/VScroll.gif +0 -0
  331. package/treegrid/Compatible/Office/Backgrounds.gif +0 -0
  332. package/treegrid/Compatible/Office/Bool.gif +0 -0
  333. package/treegrid/Compatible/Office/Button.gif +0 -0
  334. package/treegrid/Compatible/Office/Dependencies.gif +0 -0
  335. package/treegrid/Compatible/Office/FastPanel1.gif +0 -0
  336. package/treegrid/Compatible/Office/FastPanel2.gif +0 -0
  337. package/treegrid/Compatible/Office/Filter.gif +0 -0
  338. package/treegrid/Compatible/Office/Gantt.css +1228 -0
  339. package/treegrid/Compatible/Office/Gantt.gif +0 -0
  340. package/treegrid/Compatible/Office/GanttLineA.gif +0 -0
  341. package/treegrid/Compatible/Office/GanttLineB.gif +0 -0
  342. package/treegrid/Compatible/Office/GanttLineC.gif +0 -0
  343. package/treegrid/Compatible/Office/GanttLineD.gif +0 -0
  344. package/treegrid/Compatible/Office/Grid.css +2770 -0
  345. package/treegrid/Compatible/Office/HScroll.png +0 -0
  346. package/treegrid/Compatible/Office/Menu.gif +0 -0
  347. package/treegrid/Compatible/Office/Pager.gif +0 -0
  348. package/treegrid/Compatible/Office/Panel.gif +0 -0
  349. package/treegrid/Compatible/Office/Sort.gif +0 -0
  350. package/treegrid/Compatible/Office/Toolbar.gif +0 -0
  351. package/treegrid/Compatible/Office/ToolbarGantt.gif +0 -0
  352. package/treegrid/Compatible/Office/ToolbarSheet.gif +0 -0
  353. package/treegrid/Compatible/Office/ToolbarSheetWide.gif +0 -0
  354. package/treegrid/Compatible/Office/Tree.gif +0 -0
  355. package/treegrid/Compatible/Office/TreeBottom.gif +0 -0
  356. package/treegrid/Compatible/Office/TreeMiddle.gif +0 -0
  357. package/treegrid/Compatible/Office/TreeNCollapse.gif +0 -0
  358. package/treegrid/Compatible/Office/TreeNDrag0.gif +0 -0
  359. package/treegrid/Compatible/Office/TreeNDrag1.gif +0 -0
  360. package/treegrid/Compatible/Office/TreeNDrag2.gif +0 -0
  361. package/treegrid/Compatible/Office/TreeNDrag3.gif +0 -0
  362. package/treegrid/Compatible/Office/TreeNExpand.gif +0 -0
  363. package/treegrid/Compatible/Office/TreeNWait.gif +0 -0
  364. package/treegrid/Compatible/Office/TreeRev.gif +0 -0
  365. package/treegrid/Compatible/Office/TreeRevBottom.gif +0 -0
  366. package/treegrid/Compatible/Office/TreeRevMiddle.gif +0 -0
  367. package/treegrid/Compatible/Office/VScroll.gif +0 -0
  368. package/treegrid/Compatible/Plain/Backgrounds.gif +0 -0
  369. package/treegrid/Compatible/Plain/Bool.gif +0 -0
  370. package/treegrid/Compatible/Plain/Button.gif +0 -0
  371. package/treegrid/Compatible/Plain/Dependencies.gif +0 -0
  372. package/treegrid/Compatible/Plain/FastPanel1.gif +0 -0
  373. package/treegrid/Compatible/Plain/FastPanel2.gif +0 -0
  374. package/treegrid/Compatible/Plain/Filter.gif +0 -0
  375. package/treegrid/Compatible/Plain/Gantt.css +1233 -0
  376. package/treegrid/Compatible/Plain/Gantt.gif +0 -0
  377. package/treegrid/Compatible/Plain/GanttLineA.gif +0 -0
  378. package/treegrid/Compatible/Plain/GanttLineB.gif +0 -0
  379. package/treegrid/Compatible/Plain/GanttLineC.gif +0 -0
  380. package/treegrid/Compatible/Plain/GanttLineD.gif +0 -0
  381. package/treegrid/Compatible/Plain/Grid.css +2767 -0
  382. package/treegrid/Compatible/Plain/HScroll.png +0 -0
  383. package/treegrid/Compatible/Plain/Menu.gif +0 -0
  384. package/treegrid/Compatible/Plain/Pager.gif +0 -0
  385. package/treegrid/Compatible/Plain/Pager.png +0 -0
  386. package/treegrid/Compatible/Plain/Panel.gif +0 -0
  387. package/treegrid/Compatible/Plain/Sort.gif +0 -0
  388. package/treegrid/Compatible/Plain/Toolbar.gif +0 -0
  389. package/treegrid/Compatible/Plain/Toolbar.png +0 -0
  390. package/treegrid/Compatible/Plain/ToolbarGantt.gif +0 -0
  391. package/treegrid/Compatible/Plain/ToolbarGantt.png +0 -0
  392. package/treegrid/Compatible/Plain/ToolbarSheet.gif +0 -0
  393. package/treegrid/Compatible/Plain/ToolbarSheet.png +0 -0
  394. package/treegrid/Compatible/Plain/ToolbarSheetWide.gif +0 -0
  395. package/treegrid/Compatible/Plain/ToolbarSheetWide.png +0 -0
  396. package/treegrid/Compatible/Plain/Tree.gif +0 -0
  397. package/treegrid/Compatible/Plain/TreeBottom.gif +0 -0
  398. package/treegrid/Compatible/Plain/TreeMiddle.gif +0 -0
  399. package/treegrid/Compatible/Plain/TreeNCollapse.gif +0 -0
  400. package/treegrid/Compatible/Plain/TreeNDrag0.gif +0 -0
  401. package/treegrid/Compatible/Plain/TreeNDrag1.gif +0 -0
  402. package/treegrid/Compatible/Plain/TreeNDrag2.gif +0 -0
  403. package/treegrid/Compatible/Plain/TreeNDrag3.gif +0 -0
  404. package/treegrid/Compatible/Plain/TreeNExpand.gif +0 -0
  405. package/treegrid/Compatible/Plain/TreeNWait.gif +0 -0
  406. package/treegrid/Compatible/Plain/TreeRev.gif +0 -0
  407. package/treegrid/Compatible/Plain/TreeRevBottom.gif +0 -0
  408. package/treegrid/Compatible/Plain/TreeRevMiddle.gif +0 -0
  409. package/treegrid/Compatible/Plain/VScroll.gif +0 -0
  410. package/treegrid/Compatible/Query/Backgrounds.gif +0 -0
  411. package/treegrid/Compatible/Query/BackgroundsGantt.gif +0 -0
  412. package/treegrid/Compatible/Query/Bool.gif +0 -0
  413. package/treegrid/Compatible/Query/Button.gif +0 -0
  414. package/treegrid/Compatible/Query/Dependencies.gif +0 -0
  415. package/treegrid/Compatible/Query/FastPanel1.gif +0 -0
  416. package/treegrid/Compatible/Query/FastPanel2.gif +0 -0
  417. package/treegrid/Compatible/Query/Filter.gif +0 -0
  418. package/treegrid/Compatible/Query/Gantt.css +1234 -0
  419. package/treegrid/Compatible/Query/Gantt.gif +0 -0
  420. package/treegrid/Compatible/Query/GanttLineA.gif +0 -0
  421. package/treegrid/Compatible/Query/GanttLineB.gif +0 -0
  422. package/treegrid/Compatible/Query/GanttLineC.gif +0 -0
  423. package/treegrid/Compatible/Query/GanttLineD.gif +0 -0
  424. package/treegrid/Compatible/Query/Grid.css +2772 -0
  425. package/treegrid/Compatible/Query/HScroll.png +0 -0
  426. package/treegrid/Compatible/Query/Menu.gif +0 -0
  427. package/treegrid/Compatible/Query/Pager.gif +0 -0
  428. package/treegrid/Compatible/Query/Panel.gif +0 -0
  429. package/treegrid/Compatible/Query/Sort.gif +0 -0
  430. package/treegrid/Compatible/Query/Toolbar.gif +0 -0
  431. package/treegrid/Compatible/Query/ToolbarGantt.gif +0 -0
  432. package/treegrid/Compatible/Query/ToolbarSheet.gif +0 -0
  433. package/treegrid/Compatible/Query/ToolbarSheetWide.gif +0 -0
  434. package/treegrid/Compatible/Query/Tree.gif +0 -0
  435. package/treegrid/Compatible/Query/TreeBottom.gif +0 -0
  436. package/treegrid/Compatible/Query/TreeMiddle.gif +0 -0
  437. package/treegrid/Compatible/Query/TreeNCollapse.gif +0 -0
  438. package/treegrid/Compatible/Query/TreeNDrag0.gif +0 -0
  439. package/treegrid/Compatible/Query/TreeNDrag1.gif +0 -0
  440. package/treegrid/Compatible/Query/TreeNDrag2.gif +0 -0
  441. package/treegrid/Compatible/Query/TreeNDrag3.gif +0 -0
  442. package/treegrid/Compatible/Query/TreeNExpand.gif +0 -0
  443. package/treegrid/Compatible/Query/TreeNWait.gif +0 -0
  444. package/treegrid/Compatible/Query/TreeRev.gif +0 -0
  445. package/treegrid/Compatible/Query/TreeRevBottom.gif +0 -0
  446. package/treegrid/Compatible/Query/TreeRevMiddle.gif +0 -0
  447. package/treegrid/Compatible/Query/VScroll.gif +0 -0
  448. package/treegrid/Compatible/Relief/Backgrounds.gif +0 -0
  449. package/treegrid/Compatible/Relief/Bool.gif +0 -0
  450. package/treegrid/Compatible/Relief/Button.gif +0 -0
  451. package/treegrid/Compatible/Relief/Dependencies.gif +0 -0
  452. package/treegrid/Compatible/Relief/FastPanel1.gif +0 -0
  453. package/treegrid/Compatible/Relief/FastPanel2.gif +0 -0
  454. package/treegrid/Compatible/Relief/Filter.gif +0 -0
  455. package/treegrid/Compatible/Relief/Gantt.css +1228 -0
  456. package/treegrid/Compatible/Relief/Gantt.gif +0 -0
  457. package/treegrid/Compatible/Relief/GanttLineA.gif +0 -0
  458. package/treegrid/Compatible/Relief/GanttLineB.gif +0 -0
  459. package/treegrid/Compatible/Relief/GanttLineC.gif +0 -0
  460. package/treegrid/Compatible/Relief/GanttLineD.gif +0 -0
  461. package/treegrid/Compatible/Relief/Grid.css +2773 -0
  462. package/treegrid/Compatible/Relief/HScroll.png +0 -0
  463. package/treegrid/Compatible/Relief/Menu.gif +0 -0
  464. package/treegrid/Compatible/Relief/Pager.gif +0 -0
  465. package/treegrid/Compatible/Relief/Panel.gif +0 -0
  466. package/treegrid/Compatible/Relief/Sort.gif +0 -0
  467. package/treegrid/Compatible/Relief/Toolbar.gif +0 -0
  468. package/treegrid/Compatible/Relief/ToolbarGantt.gif +0 -0
  469. package/treegrid/Compatible/Relief/ToolbarSheet.gif +0 -0
  470. package/treegrid/Compatible/Relief/ToolbarSheetWide.gif +0 -0
  471. package/treegrid/Compatible/Relief/Tree.gif +0 -0
  472. package/treegrid/Compatible/Relief/TreeBottom.gif +0 -0
  473. package/treegrid/Compatible/Relief/TreeMiddle.gif +0 -0
  474. package/treegrid/Compatible/Relief/TreeNCollapse.gif +0 -0
  475. package/treegrid/Compatible/Relief/TreeNDrag0.gif +0 -0
  476. package/treegrid/Compatible/Relief/TreeNDrag1.gif +0 -0
  477. package/treegrid/Compatible/Relief/TreeNDrag2.gif +0 -0
  478. package/treegrid/Compatible/Relief/TreeNDrag3.gif +0 -0
  479. package/treegrid/Compatible/Relief/TreeNExpand.gif +0 -0
  480. package/treegrid/Compatible/Relief/TreeNWait.gif +0 -0
  481. package/treegrid/Compatible/Relief/TreeRev.gif +0 -0
  482. package/treegrid/Compatible/Relief/TreeRevBottom.gif +0 -0
  483. package/treegrid/Compatible/Relief/TreeRevMiddle.gif +0 -0
  484. package/treegrid/Compatible/Relief/VScroll.gif +0 -0
  485. package/treegrid/Compatible/Round/Backgrounds.gif +0 -0
  486. package/treegrid/Compatible/Round/Bool.gif +0 -0
  487. package/treegrid/Compatible/Round/Button.gif +0 -0
  488. package/treegrid/Compatible/Round/Dependencies.gif +0 -0
  489. package/treegrid/Compatible/Round/FastPanel1.gif +0 -0
  490. package/treegrid/Compatible/Round/FastPanel2.gif +0 -0
  491. package/treegrid/Compatible/Round/Filter.gif +0 -0
  492. package/treegrid/Compatible/Round/Gantt.css +1233 -0
  493. package/treegrid/Compatible/Round/Gantt.gif +0 -0
  494. package/treegrid/Compatible/Round/GanttLineA.gif +0 -0
  495. package/treegrid/Compatible/Round/GanttLineB.gif +0 -0
  496. package/treegrid/Compatible/Round/GanttLineC.gif +0 -0
  497. package/treegrid/Compatible/Round/GanttLineD.gif +0 -0
  498. package/treegrid/Compatible/Round/Grid.css +2767 -0
  499. package/treegrid/Compatible/Round/HScroll.png +0 -0
  500. package/treegrid/Compatible/Round/Menu.gif +0 -0
  501. package/treegrid/Compatible/Round/Pager.gif +0 -0
  502. package/treegrid/Compatible/Round/Panel.gif +0 -0
  503. package/treegrid/Compatible/Round/Sort.gif +0 -0
  504. package/treegrid/Compatible/Round/Toolbar.gif +0 -0
  505. package/treegrid/Compatible/Round/ToolbarGantt.gif +0 -0
  506. package/treegrid/Compatible/Round/ToolbarSheet.gif +0 -0
  507. package/treegrid/Compatible/Round/ToolbarSheetWide.gif +0 -0
  508. package/treegrid/Compatible/Round/Tree.gif +0 -0
  509. package/treegrid/Compatible/Round/TreeBottom.gif +0 -0
  510. package/treegrid/Compatible/Round/TreeMiddle.gif +0 -0
  511. package/treegrid/Compatible/Round/TreeNCollapse.gif +0 -0
  512. package/treegrid/Compatible/Round/TreeNDrag0.gif +0 -0
  513. package/treegrid/Compatible/Round/TreeNDrag1.gif +0 -0
  514. package/treegrid/Compatible/Round/TreeNDrag2.gif +0 -0
  515. package/treegrid/Compatible/Round/TreeNDrag3.gif +0 -0
  516. package/treegrid/Compatible/Round/TreeNExpand.gif +0 -0
  517. package/treegrid/Compatible/Round/TreeNWait.gif +0 -0
  518. package/treegrid/Compatible/Round/TreeRev.gif +0 -0
  519. package/treegrid/Compatible/Round/TreeRevBottom.gif +0 -0
  520. package/treegrid/Compatible/Round/TreeRevMiddle.gif +0 -0
  521. package/treegrid/Compatible/Round/VScroll.gif +0 -0
  522. package/treegrid/Compatible/Sharp/ArrowDropDown.png +0 -0
  523. package/treegrid/Compatible/Sharp/Bool.gif +0 -0
  524. package/treegrid/Compatible/Sharp/BoolSpace.gif +0 -0
  525. package/treegrid/Compatible/Sharp/Button.gif +0 -0
  526. package/treegrid/Compatible/Sharp/ButtonSpace.gif +0 -0
  527. package/treegrid/Compatible/Sharp/Dependencies.gif +0 -0
  528. package/treegrid/Compatible/Sharp/FastPanel1.gif +0 -0
  529. package/treegrid/Compatible/Sharp/FastPanel2.gif +0 -0
  530. package/treegrid/Compatible/Sharp/Filter.gif +0 -0
  531. package/treegrid/Compatible/Sharp/Gantt.css +1232 -0
  532. package/treegrid/Compatible/Sharp/Gantt.gif +0 -0
  533. package/treegrid/Compatible/Sharp/GanttLineA.gif +0 -0
  534. package/treegrid/Compatible/Sharp/GanttLineB.gif +0 -0
  535. package/treegrid/Compatible/Sharp/GanttLineC.gif +0 -0
  536. package/treegrid/Compatible/Sharp/GanttLineD.gif +0 -0
  537. package/treegrid/Compatible/Sharp/Grid.css +2773 -0
  538. package/treegrid/Compatible/Sharp/HScroll.png +0 -0
  539. package/treegrid/Compatible/Sharp/Menu.gif +0 -0
  540. package/treegrid/Compatible/Sharp/Pager.png +0 -0
  541. package/treegrid/Compatible/Sharp/Panel.gif +0 -0
  542. package/treegrid/Compatible/Sharp/Roboto-Regular.ttf +0 -0
  543. package/treegrid/Compatible/Sharp/Sort.gif +0 -0
  544. package/treegrid/Compatible/Sharp/Toolbar.png +0 -0
  545. package/treegrid/Compatible/Sharp/ToolbarGantt.png +0 -0
  546. package/treegrid/Compatible/Sharp/ToolbarSheet.png +0 -0
  547. package/treegrid/Compatible/Sharp/ToolbarSheetWide.png +0 -0
  548. package/treegrid/Compatible/Sharp/Tree.gif +0 -0
  549. package/treegrid/Compatible/Sharp/TreeBottom.gif +0 -0
  550. package/treegrid/Compatible/Sharp/TreeMiddle.gif +0 -0
  551. package/treegrid/Compatible/Sharp/TreeNCollapse.gif +0 -0
  552. package/treegrid/Compatible/Sharp/TreeNDrag0.gif +0 -0
  553. package/treegrid/Compatible/Sharp/TreeNDrag1.gif +0 -0
  554. package/treegrid/Compatible/Sharp/TreeNDrag2.gif +0 -0
  555. package/treegrid/Compatible/Sharp/TreeNDrag3.gif +0 -0
  556. package/treegrid/Compatible/Sharp/TreeNExpand.gif +0 -0
  557. package/treegrid/Compatible/Sharp/TreeNWait.gif +0 -0
  558. package/treegrid/Compatible/Sharp/VScroll.gif +0 -0
  559. package/treegrid/Defaults.xml +728 -0
  560. package/treegrid/Defaults.xml_.xml +718 -0
  561. package/treegrid/Ding.wav +0 -0
  562. package/treegrid/Drag.cur +0 -0
  563. package/treegrid/External/jszip.license.txt +10 -0
  564. package/treegrid/External/jszip.min.js +15 -0
  565. package/treegrid/External/jszip.min.sync.js +14 -0
  566. package/treegrid/GridE.js +45 -0
  567. package/treegrid/GridEOnDemand.js +53 -0
  568. package/treegrid/Help.html +536 -0
  569. package/treegrid/NoDrag.cur +0 -0
  570. package/treegrid/Styles/BlackGantt.css +887 -0
  571. package/treegrid/Styles/BlackGrid.css +1940 -0
  572. package/treegrid/Styles/Info.txt +6 -0
  573. package/treegrid/Styles/MaterialGantt.css +845 -0
  574. package/treegrid/Styles/MaterialGrid.css +1978 -0
  575. package/treegrid/Styles/Roboto-Light.ttf +0 -0
  576. package/treegrid/Styles/Roboto-Regular.ttf +0 -0
  577. package/treegrid/Styles/StandardGantt.css +891 -0
  578. package/treegrid/Styles/StandardGrid.css +1923 -0
  579. package/treegrid/Styles/TurqGantt.css +880 -0
  580. package/treegrid/Styles/TurqGrid.css +1980 -0
  581. package/treegrid/Styles/WhiteGantt.css +1021 -0
  582. package/treegrid/Styles/WhiteGrid.css +1911 -0
  583. package/treegrid/Text.xml +176 -0
  584. package/treegrid/TextEN.xml +1785 -0
  585. package/treegrid/TextKR.xml +176 -0
  586. package/treegrid/orgDefaults.xml +715 -0
  587. package/treegrid-global.d.ts +3294 -4904
  588. package/vite/owpCoreAssetsPlugin.cjs +120 -0
  589. package/vite/owpCoreAssetsPlugin.mjs +14 -0
  590. package/vite/owpCoreFixedImagesPlugin.cjs +33 -0
  591. package/vite/owpCoreFixedImagesPlugin.mjs +11 -0
  592. package/vite/staticAssetPlugin.cjs +187 -0
  593. package/vite/treeGridAssetsPlugin.cjs +88 -0
  594. package/vite/treeGridAssetsPlugin.mjs +12 -0
  595. package/dist/components/OwpTable/OwpVerticalTable.js +0 -96
  596. package/dist/components/OwpTable/OwpVerticalTable.js.map +0 -1
  597. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -39
  598. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +0 -1
  599. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js +0 -36
  600. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js.map +0 -1
  601. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js +0 -52
  602. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js.map +0 -1
  603. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js +0 -35
  604. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js.map +0 -1
  605. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js +0 -227
  606. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js.map +0 -1
  607. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js +0 -48
  608. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js.map +0 -1
  609. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js +0 -56
  610. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js.map +0 -1
  611. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js +0 -41
  612. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js.map +0 -1
  613. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js +0 -47
  614. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js.map +0 -1
  615. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js +0 -10
  616. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js.map +0 -1
  617. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js +0 -76
  618. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js.map +0 -1
  619. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js +0 -51
  620. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js.map +0 -1
  621. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js +0 -257
  622. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js.map +0 -1
  623. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js +0 -121
  624. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js.map +0 -1
  625. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js +0 -227
  626. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js.map +0 -1
  627. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js +0 -74
  628. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js.map +0 -1
  629. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js +0 -52
  630. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js.map +0 -1
  631. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js +0 -28
  632. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js.map +0 -1
  633. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js +0 -217
  634. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js.map +0 -1
  635. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -108
  636. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +0 -1
  637. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js +0 -105
  638. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js.map +0 -1
  639. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -107
  640. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +0 -1
  641. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js +0 -138
  642. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js.map +0 -1
  643. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js +0 -327
  644. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js.map +0 -1
  645. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js +0 -28
  646. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js.map +0 -1
  647. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js +0 -83
  648. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js.map +0 -1
  649. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js +0 -26
  650. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js.map +0 -1
  651. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js +0 -109
  652. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js.map +0 -1
  653. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js +0 -28
  654. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js.map +0 -1
  655. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js +0 -136
  656. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js.map +0 -1
@@ -0,0 +1,2767 @@
1
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2
+ /* TreeGrid CSS style */
3
+
4
+ /* ExtJS style */
5
+ /* -------------------------------------------------------------------------------------------------------------------------- */
6
+
7
+ /* To remove all the comments replace such RegEx: \/\*([^\*]|\n|\r)*\*\/|\s*\r\n?\s*(?=\r\n?)|\s+(?=[\{\}])|\s+(?=\r)
8
+
9
+ In the description, the sentence starting by "@" lists what only should be changed in the CSS class
10
+ */
11
+
12
+
13
+ /* ------------- Group definition for all TreeGrid tags ------------- */
14
+
15
+ /* ! Note, here is no style prefix, it is shared among all TreeGrid styles
16
+ @ Set here default values for CSS attributes of tags <td>, <th>, <tr>, <table>, <tbody>, <div>, <span>, <u>, <button>, <input>, <textarea>
17
+ if your global style sheet redefined them, especially attributes controlling size and measurement, otherwise TreeGrid will be switched to Safe CSS mode
18
+ */
19
+ .CRMain * { -webkit-box-sizing:content-box!important; -moz-box-sizing:content-box!important; box-sizing:content-box!important; }
20
+ .CRMain button,.CRMain input { height:auto; }
21
+
22
+ .CRMain b,.CRMain .Bold { color:blue; font-weight:bold; }
23
+ .CRMain i,.CRMain .Blue { color:blue; font-style:normal; }
24
+ .CRMain em,.CRMain .Red { color:red; font-style:normal; }
25
+ .CRMain s,.CRMain .Gray { color:gray; text-decoration:none; }
26
+
27
+ /* ------------- Base tags ------------- */
28
+
29
+ /* @ Do not change.
30
+ FF3 version is used for Firefox 3 - 19 due its slow bug in rendering table cells with different borders
31
+ */
32
+ .CRNone { display:none; }
33
+ .CRSection,.CRSectionFF3 { table-layout:fixed; width:0px; font-size:0px; line-height:0px; contain:paint; border-collapse:separate; }
34
+ .CRSectionFF3 { border-collapse:collapse; }
35
+ .CRSection img { vertical-align:top; }
36
+
37
+ /* -------------- Main TreeGrid <table> tag, contains the table sections ------------------ */
38
+
39
+ /* It controls border around the grid.
40
+ @ Set margin, border and padding.
41
+ Padding is ignored in IE7 strict, IE6 strict and IE5 quirks modes.
42
+ */
43
+ .CRMainTable { border:1px solid #99BCE8; border-collapse:separate; text-align:left; background:#EEF3F6; padding:5px 3px 6px 3px; border-radius:10px; }
44
+ .CRRtl .CRMainTable { text-align:right; }
45
+
46
+
47
+ /* -------------------------------------------------------------------------------------------------------------------------- */
48
+ /* Grid sections */
49
+ /* -------------------------------------------------------------------------------------------------------------------------- */
50
+
51
+ /* -------------- Table sections with cells, <div> tag inside <td> tag ------------------ */
52
+
53
+ /* They control border and spaces between grid sections.
54
+ @ Set border, padding and margin. Set them with relation to Splitters, Scrollbars and Space rows settings.
55
+ ...Head... (<Head> top fixed rows), ...Body... (<Body> variable rows), ...Foot... (<Foot> bottom fixed rows)
56
+ ...Left (<LefCols> left fixed columns), ...Mid (<Cols> variable columns), ...Right (<RightCols> right fixed columns)
57
+ ...SectionScroll is set to the tag inside section that has overflow:scroll; @ Do not change
58
+ !! Sections on horizontal direction (...Left, ...Mid, ...Right) must have the same height (border+padding+margin)
59
+ !! Sections on vertical direction (...Head..., ...Body..., ...Foot...) must have the same width (border+padding+margin)
60
+ */
61
+ .CRBodyLeft,.CRBodyMid,.CRBodyRight,.CRHeadLeft,.CRHeadMid,.CRHeadRight,.CRFootLeft,.CRFootMid,.CRFootRight { border:1px solid #99BCE8; background:white; margin:0px 2px -1px 2px; padding:5px; border-radius:10px; }
62
+ .CRHeadLeft,.CRHeadMid,.CRHeadRight { }
63
+ .CRBodyLeft,.CRBodyMid,.CRBodyRight { }
64
+ .CRFootLeft,.CRFootMid,.CRFootRight { }
65
+ .CRHeadLeft,.CRBodyLeft,.CRFootLeft { }
66
+ .CRHeadMid,.CRBodyMid,.CRFootMid { }
67
+ .CRHeadRight,.CRBodyRight,.CRFootRight { }
68
+ .CRSectionScroll::-webkit-scrollbar { display:none; }
69
+
70
+ /* -------------- Splitters between resizable table sections, <td> tag ------------------ */
71
+
72
+ /* The <td> tags are shown between the sections <td> tags when set <Cfg LeftWidth, MidWidth, RightWidth/> attributes and <Cfg SectionResizing='1'/>
73
+ They control horizontal space between the resizable sections.
74
+ @ Set left/right border and padding and also width and background.
75
+ LeftSplitter is between ...Left and ...Mid column sections and RightSplitter is between ...Mid and ...Right column sections.
76
+ The splitter tag is shown in every row section (Head,Body,Foot) and in the horizontal scrollbars section.
77
+ ...HeadSplitter, ...BodySplitter, ...FootSplitter is added for appropriate row section, ...ScrollSplitter is added to splitter between horizontal scrollbars
78
+ ...SplitterDisabled is added if the sections cannot be resized now, due their actual width or permissions
79
+ */
80
+ .CRLeftSplitter,.CRRightSplitter { width:3px; overflow:hidden; cursor:e-resize; font-size:0px; }
81
+ .CRTouch .CRLeftSplitter,.CRTouch .CRRightSplitter { width:15px; }
82
+ .CRLeftSplitter { }
83
+ .CRRightSplitter { }
84
+ .CRHeadSplitter { }
85
+ .CRBodySplitter { }
86
+ .CRFootSplitter { }
87
+ .CRScrollSplitter { }
88
+ .CRSplitterDisabled { cursor:default; }
89
+
90
+ /* -------------- Vertical scrollbar, <div> tag inside <td> tag ------------------ */
91
+
92
+ /* The vertical scrollbar is placed on right side to <td> tag in Head section and is spanned through Body section and inner Space rows to Foot section
93
+ It controls the border and space around the scrollbar.
94
+ @ Set border, padding and margin, optionally background.
95
+ @ You can control the scrollbar shape and look in IE or WebKit on its immediate child <div> as .CRVScroll > div
96
+ */
97
+ .CRVScroll { margin:0px 2px -1px 2px; border:1px solid #99BCE8; border-radius:10px; overflow:hidden; }
98
+
99
+ /* -------------- Horizontal scrollbars, <div> tag inside <td> tag ------------------ */
100
+
101
+ /* ...Left (for <LefCols> left fixed columns), ...Mid (for <Cols> variable columns), ...Right (for <RightCols> right fixed columns)
102
+ They control the border and space around the scrollbar.
103
+ @ Set border, padding and margin, optionally background.
104
+ @ You can control the scrollbar shape and look in IE or WebKit on their immediate child <div> as .CRHScroll... > div
105
+ ...Resize versions are shown instead for resizable sections, when set <Cfg LeftWidth, MidWidth, RightWidth/> attributes and <Cfg SectionResizing='2'/>
106
+ ...HScrollWide is shown instead of all the section scrollbars when set <Cfg WideHScroll='1'/>
107
+ ...ScrollHidden is shown instead if the column section does not need to show scrollbar (but the other sections do)
108
+ ...XScroll is shown in the horizontal scrollbars row in place of vertical scrollbar
109
+ */
110
+ .CRHScrollLeft,.CRHScrollMid,.CRHScrollRight { margin:0px 2px -1px 2px; border:1px solid #99BCE8; border-radius:10px; overflow:hidden; }
111
+ .CRHScrollLeft { }
112
+ .CRHScrollMid { }
113
+ .CRHScrollRight { }
114
+ .CRHScrollLeftResize,.CRHScrollRightResize,.CRHScrollMidLeftResize,.CRHScrollMidRightResize { margin:0px 2px -1px 2px; border:1px solid #99BCE8; overflow:hidden; }
115
+ .CRHScrollLeftResize { }
116
+ .CRHScrollRightResize { }
117
+ .CRHScrollMidLeftResize { }
118
+ .CRHScrollMidRightResize { }
119
+ .CRHScrollWide { margin:0px 2px -1px 2px; border:1px solid #99BCE8; overflow:hidden; }
120
+ .CRHScrollHidden { overflow:visible!important; background:#F4F4F4; }
121
+ .CRXScroll { margin:0px 2px 0px 2px; cursor:default; }
122
+
123
+ /* -------------- Special scrollbar setting for Safari and Chrome, <div> tag inside <td> tag ------------------ */
124
+
125
+ /* Added to vertical and horizontal scrollbar to force showing scrollbars in Safari and Chrome if they are automatically hidden
126
+ @ Change here the scrollbars look; The scrollbars must be defined as permanently visible
127
+ ! Note, here is no style prefix
128
+ */
129
+ .GridHiddenScroll > div::-webkit-scrollbar { -webkit-appearance:none; width:11px; height:11px; }
130
+ .GridHiddenScroll > div::-webkit-scrollbar-thumb { border-radius:8px; border:2px solid white; background-color:rgba(0,0,0,0.5); }
131
+
132
+ /* ------------------ Round corners ------------------ */
133
+
134
+ /* Used to render something above and below the grid, to simulate e.g. rounded corners with special effects compatible in all browsers */
135
+
136
+ /* ...Top is set to <div> tag rendered directly above ...MainTable with the same width as the table
137
+ ...Top0 to ...Top9 is set to up 10 <div> tags inside ...Top. The tag is not rendered if the class has not set height.
138
+ ...TopSpace0 to ...TopSpace9 is added to ...Top0 to ...Top9 in case there is some visible Space row width Space = 0
139
+ */
140
+ .CRTop { }
141
+ .CRTop1 { }
142
+ .CRTop2 { }
143
+ .CRTop3 { }
144
+ .CRTop4 { }
145
+ .CRTop5 { }
146
+
147
+ /* ...Bottom is set to <div> tag rendered directly below ...MainTable with the same width as the table
148
+ ...Bottom0 to ...Top9 is set to up 10 <div> tags inside ...Top. The tag is not rendered if the class has not set height.
149
+ ...BottomSpace0 to ...BottomSpace9 is added to ...Bottom0 to ...Bottom9 in case there is some visible Space row width Space = 4
150
+ */
151
+ .CRBottom { }
152
+ .CRBottom5 { }
153
+ .CRBottom4 { }
154
+ .CRBottom3 { }
155
+ .CRBottom2 { }
156
+ .CRBottom1 { }
157
+
158
+ /* -------------- Row pages, <div> tag ------------------ */
159
+
160
+ /* They control the border and space around the row page */
161
+ /* @ Set here vertical border, padding and margin.
162
+ ...PageOne is shown if no root paging is set (<Cfg Paging='0'/>.
163
+ ...PageFirst is the first root page, the ...Page are all the next root pages
164
+ ...ChildPart is shown around the row children, regardless on the <Cfg ChildParts/> is set or not
165
+ ...Border is added to all the classes for DynamicBorder, e.g. .CRPageBorder is used instead of .CRPage
166
+ */
167
+ .CRPageFirst { }
168
+ .CRPage { }
169
+ .CRPageOne { }
170
+ .CRChildPart { }
171
+
172
+ /* -------------------------------------------------------------------------------------------------------------------------- */
173
+ /* Rows */
174
+ /* -------------------------------------------------------------------------------------------------------------------------- */
175
+
176
+ /* ------------- Table row height ------------------ */
177
+
178
+ /* Classes are not assigned, only the height attribute is read.
179
+ @ Set the height in pixels only.
180
+ ...RowHeight is default minimal height in pixels of all rows in table (not Space rows). It is outer height including all cell border and padding.
181
+ */
182
+ .CRRowHeight { height:18px; }
183
+ .CRTouch .CRRowHeight { height:22px; }
184
+
185
+ /* ------------- Table rows, <tr> tag ------------------ */
186
+
187
+ /* Sets the class to the whole column section of the row. Useful to set for special backgrounds.
188
+ ...DataRow is set for all standard table rows without Kind attribute set
189
+ @ Set here only background
190
+ */
191
+ .CRHeaderRow { }
192
+ .CRFilterRow { }
193
+ .CRDataRow { }
194
+
195
+ /* ------------- Space row height ------------------ */
196
+
197
+ /* Classes are not assigned, only the height or margin attribute is read.
198
+ @ Set the height or margin in pixels only.
199
+ ...SpaceRowHeight is default minimal height in pixels of all Space rows. It is outer height including all cell border and padding, but not the margin.
200
+ ...SpaceMargin is horizontal and vertical margin in pixels around all Space row cells.
201
+ */
202
+ .CRSpaceRowHeight { height:21px; }
203
+ .CRSpaceMargin { margin:0px; }
204
+
205
+ /* ------------- Space rows, <div> tag inside <td> tag ------------------ */
206
+
207
+ /* Space row class according to the row Kind as prefix+Kind+"Row". In XML the Kind can be set as tag name like <Group ... />. Default Kind is "Space".
208
+ Every Space row is placed in its own <tr><td> tag, on the same level as table sections like Head/Body/Foot (...Left/Mid/Right).
209
+ @ Set here border, padding, margin and background
210
+ The horizontal border and spacing of Space rows should be synchronized with the table sections
211
+ */
212
+ .CRSpaceRow,.CRGroupRow,.CRSearchRow,.CRPagerRow,.CRToolbarRow,.CRToolbar1Row,.CRToolbar2Row,.CRToolbar3Row,.CRTopbarRow,.CRTopbar1Row,.CRTopbar2Row,.CRTopbar3Row,.CRTabberRow {
213
+ background:url(Backgrounds.gif?v120) repeat-x 0px -500px; border:1px solid #99BCE8; border-radius:10px;
214
+ padding:5px 0px 5px 3px; margin:0px 2px -1px 2px; font-size:0px; overflow:hidden; white-space:nowrap;
215
+ }
216
+ .CRSpaceRow { background:none; border:0px none; padding:2px; } /* Standard Space row with no special meaning */
217
+ .CRGroupRow { } /* Grouping settings row */
218
+ .CRSearchRow { } /* Search settings row */
219
+ .CRPagerRow { } /* Simple pager row with Pages type cell */
220
+ .CRToolbarRow { } /* Bottom standalone toolbar */
221
+ .CRToolbar1Row { } /* First bottom toolbar */
222
+ .CRToolbar2Row { } /* Last bottom toolbar */
223
+ .CRToolbar3Row { } /* Middle bottom toolbars */
224
+ .CRTopbarRow { } /* Standalone top toolbar */
225
+ .CRTopbar1Row { } /* First top toolbar*/
226
+ .CRTopbar2Row { } /* Last top toolbar */
227
+ .CRTopbar3Row { } /* Middle top toolbars */
228
+ .CRTabberRow { } /* Tabber row with Tab type cells, usually used with ...RowAbove or ...RowBelow */
229
+
230
+ /* Special Space row Kind="Fill" shown for ConstHeight='1'*/
231
+ .CRFillRow { margin:0px 2px -1px 2px; border:1px solid #99BCE8; border-radius:10px; }
232
+
233
+ /* Special Space row Kind="NoData" shown when all body rows are hidden */
234
+ .CRNoDataRow { margin:0px 2px 0px 2px; padding:5px 0px 5px 5px; overflow:hidden; }
235
+ .CRNoDataRow div { color:gray!important; font-style:italic!important; }
236
+
237
+ /* Class added to Space row Kind class for its position (Space attribute value), only value 0 to 4 */
238
+ .CRRowSpace0 { }
239
+ .CRRowSpace1 { }
240
+ .CRRowSpace2 { }
241
+ .CRRowSpace3 { }
242
+ .CRRowSpace4 { }
243
+
244
+ /* Special Space row above or below grid, used instead of Kind class, ...RowAbove is added for Space='-1', ...RowBelow for Space='5' */
245
+ .CRRowAbove,.CRRowBelow { overflow:hidden; margin-left:8px; margin-right:8px; overflow:hidden; }
246
+ .CRRowAbove { }
247
+ .CRRowBelow { }
248
+
249
+ /* Class added for row with Panel='1' */
250
+ .CRSpaceRowPanel { padding-left:8px; }
251
+
252
+ /* Class added for given row VAlign attribute value */
253
+ .CRSpaceVAlignTop { }
254
+ .CRSpaceVAlignMiddle { }
255
+ .CRSpaceVAlignBottom { }
256
+
257
+
258
+ /* -------------------------------------------------------------------------------------------------------------------------- */
259
+ /* Cells */
260
+ /* -------------------------------------------------------------------------------------------------------------------------- */
261
+
262
+ /* ------------- Table cells, <td> tag ------------- */
263
+
264
+ /* Classes for table row cells (not Space rows). Always one class per one cell.
265
+ @ Set border here. Note, all cells in table must have the same border width/height in the same cell edge.
266
+ @ You can set also padding here, but note, the padding is defined also in cell type class.
267
+ @ You can set also background here, but note, the data cell background color is often controlled by ...Color state classes
268
+ ...Cell - base data cell
269
+ ...CellPanel - cell Type="Panel"
270
+ ...CellFilter - cell in row Kind="Filter"
271
+ ...CellFilterPanel - cell Name="Panel" in row Kind="Filter". Note, it is used only for default panel named "Panel"
272
+ ...CellHeader - cell in row Kind="Header"
273
+ ...CellHeaderPanel - cell Type="Panel" in row Kind="Header"
274
+ ...CellEmpty - cell in _ConstWidth column (created due <Cfg ConstWidth/> setting), also in row Kind="Filter"
275
+ ...CellHeaderEmpty - cell in _ConstWidth column (created due <Cfg ConstWidth/> setting) in row Kind="Header"
276
+ ...CellUser - user cell section defined by <I LeftHtml MidHtml RightHtml/>
277
+ ...CellHidden - cell in child row hidden due spanned parent row through its children
278
+ ...CellIndex - cell in column RowIndex
279
+ */
280
+ .CRCellBase {
281
+ border:1px solid #aaa; border-left:1px solid #ccc; border-top:1px solid white; border-radius:10px;
282
+ vertical-align:top; overflow:hidden; overflow:auto!IE; height:auto;
283
+ }
284
+ .CBRtl .CBCellBase { border-left:1px solid #ccc; border-right:1px solid #aaa; }
285
+ .CRCell { }
286
+ .CRCellHeader,.CRCellHeaderPanel,.CRCellHeaderEmpty { background:url(Backgrounds.gif?v120) repeat-x 0px -1px; border-top:1px solid #ddd; }
287
+ .CRCellPanel,.CRCellHeaderPanel,.CRCellFilterPanel,.CRCellIndexPanel,.CRCellRowPanel { white-space:nowrap; direction:ltr; padding-left:2px; padding-right:2px; }
288
+ .CRCellHeader { }
289
+ .CRCellHeaderEmpty { background:none; border:0px none; }
290
+ .CRCellHeaderPanel { padding-top:3px; padding-bottom:3px; }
291
+ .CRCellPanel { background:#EAEFF2 url(Backgrounds.gif?v120) no-repeat 0px -1000px; }
292
+ .CRCellFilterPanel { background:url(Backgrounds.gif?v120) repeat-x 0px -505px; border-right:0px none; text-align:center; }
293
+ .CRCellFilter { }
294
+ .CRCellIndex,.CRCellIndexPanel,.CRCellIndexAlternate,.CRCellIndexEmpty { background:url(Backgrounds.gif?v120) repeat-x 0px -1px; }
295
+ .CRCellIndexPanel { }
296
+ .CRIndexSmall { margin-bottom:-50px; }
297
+ .CRCellRowPanel { background:#EAEFF2 url(Backgrounds.gif?v120) no-repeat 0px -1000px; }
298
+ .CRRtl .CRCellPanel,.CRRtl .CRCellHeaderPanel,.CRRtl .CRCellIndexPanel,.CRRtl .CRCellRowPanel { text-align:right; }
299
+ .CRCellUser { background-color:#EAEFF2; }
300
+ .CRCellEmpty { visibility:hidden; }
301
+ .CRCellHidden { background:transparent!important; border:none!important; }
302
+
303
+ /* Special class added to every cell except panel, filter and header for DynamicBorder. @ Do not change. */
304
+ .CRCellBorder,.CRCellHeaderBorder,.CRCellNoBorder { border-left:2px solid transparent; border-top:2px solid transparent; }
305
+ .CRCellHeaderBorder { }
306
+ .CRCellNoBorder { border-color:transparent; }
307
+
308
+ /* Special class to choose if the last cells in column or row section will render its border; Not used in grid, only border width is read; @ Set border-right and border-bottom; set it to 0px to SHOW the border */
309
+ .CRLastCell { border-right:0px none; border-bottom:0px none; }
310
+
311
+ /* Classes added to the <td> cell due special feature
312
+ ...CellClassInner added to the cell with defined ClassInner attribute (including Header cell)
313
+ ...CellClassInnerIcon added to the cell with defined ClassInner attribute and side Icon
314
+ ...CellHeaderInnerIcon added to the header cell with defined ClassInner attribute and side Icon
315
+ ...CellBorderFF3 is added to all cells in Firefox 3 - 19 due its slow bug in rendering table cells with different borders
316
+ */
317
+ .CRCellClassInner { padding-top:0px; padding-bottom:0px; }
318
+ .CRCellClassInnerIcon { }
319
+ .CRCellHeaderInnerIcon { padding-top:2px; padding-bottom:3px; }
320
+ .CRCellBorderFF3 { border-left:0px none!important; border-top:0px none!important; }
321
+
322
+ /* ------------- Cell content - Type, <td> or <div> tag ------------- */
323
+
324
+ /* The Type class is by default set to same <td> tag as the table cell or Space cell class.
325
+ Here are listed all TreeGrid Types except: "Gantt" - defined in Gantt.css file; "Chart", "Pages" and "DropCols" - defined later in this file and "Panel" - this class is not used.
326
+ If the cell consists from more included <div> tags, it is set to the most inner <div> tag.
327
+ The one or more <div> tags are included in cell if:
328
+ any cell has set VAlign, Rotate or ClassInner or Align="Scroll"
329
+ Header cell has set Icon or Type="Bool"
330
+ Space cell has set Icon or is editable or has Button="Defaults"
331
+ There can be included also inner <table> inside cell in these cases:
332
+ any cell has set Span + Merge with more columns and no MergeFormat
333
+ Header cell has set Levels
334
+ MainCol cell when set <Cfg SpannedTree='1'/>
335
+ DropCols and Radio types use also inner <Table>, but the Type class is set to parent cell
336
+ Select type class is set along with Html class for Select Type
337
+ Note, the "Bool", "Icon" and "Select" type classes are not listed in the first line
338
+ @ Set padding and text attributes like font, line-height, text-align, white-space
339
+ */
340
+ .CRType,.CRUser { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; white-space:nowrap; padding:2px 8px 2px 8px; }
341
+ .CRInt,.CRFloat,.CRDate { text-align:right; }
342
+ .CRLines,.CRRadio,.CRHtml,.CRList { white-space:normal; }
343
+ .CRImg,.CRHtml { padding-top:0px; padding-bottom:0px; }
344
+ .CRPass { font-size:15px; line-height:17px; padding:0px 0px 0px 3px; }
345
+ .CRRadio { padding:0px; }
346
+ .CRBool { text-align:center; line-height:0px; }
347
+ .CRIcon { background-repeat:no-repeat; }
348
+ .CRAbs { padding:0px; }
349
+ .CRUser { padding:0px; }
350
+ .CRSelect { padding-top:2px; padding-bottom:2px; }
351
+
352
+ /* Class for inner RowIndex column */
353
+ .CRIndexText { font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; padding:2px 8px 2px 8px; text-align:center; }
354
+
355
+ /* Class set for cell width Visible='0'.
356
+ @ Set background for the ...Hidden
357
+ It is always set to <td> tag, this tag has always empty content.
358
+ ...Hidden is set to table cell and does not hide the cell, it just makes it empty
359
+ ...HiddenSpace is set to Space cell and hides the cell completely
360
+ ...HiddenValue is set to <td> tag when editing, to hide the cell value under edit
361
+ */
362
+ .CRHidden { }
363
+ .CRHiddenSpace { display:none; }
364
+ .CRHiddenValue,.CRHiddenValue * { color:transparent!important; }
365
+
366
+ /* Classes set for Overlay. @ Do not change */
367
+ .CRMain .CROverflowVisible,.CRMain .CROverflowLeftVisible { overflow:visible; }
368
+ .CRMain .CROverflowLeftVisible>div { float:right; }
369
+ .CRMain .CROverflowDisable { background-color:white; opacity:0.99; }
370
+ .CRMain.CRIE .CROverflowDisable { opacity:1; position:relative; }
371
+
372
+ /* Class set to the right Button cell, the table cell next to the data cell:
373
+ @ Set width, height, padding and text attributes like font, line-height, text-align, white-space
374
+ ...RightButton is set for <button> or <u> tag inside <td> tag for Button="Button" according to <Cfg UseButton>
375
+ ...RightHtml is set for <td> tag for Button="Html"
376
+ */
377
+ button.CRRightButton { font:10px/11px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; height:17px; width:19px; margin:0px; padding:0px; }
378
+ u.CRRightButton {
379
+ background:url(Backgrounds.gif?v120) 0px -755px; border:1px solid white; border-right:1px solid #888; border-bottom:1px solid #888; border-radius:10px; padding:0px 3px 1px 3px; margin:1px;
380
+ font:11px/12px Arial,Helvetica,sans-serif; text-decoration:none; display:inline-block; overflow:hidden; white-space:nowrap;
381
+ }
382
+ .CRRightHtml { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; padding-top:2px; padding-bottom:2px; }
383
+
384
+ /* Class set to inner table <td> tag, when displaying Header cell Levels
385
+ @ Set width and text attributes like font, line-height, text-align, white-space for the ...LevelButton
386
+ ...LevelButton is set to every Levels button
387
+ ...LevelButtonSpace is set to the next <td> as the space between buttons and cell value. The last <td> cell contains the cell value
388
+ */
389
+ .CRLevelButton {
390
+ background:url(Button.gif?v120) 2px -1748px no-repeat; padding:5px 0px 4px 0px; width:21px;
391
+ font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; text-align:center!important; cursor:pointer;
392
+ }
393
+ .CRLevelButtonSpace { width:5px; }
394
+ .CRLevels>table { width:100%; }
395
+
396
+ /* Class set to inner table <td> tag, when displaying merged cells (Span+Merge and no MergeFormat)
397
+ @ Set border, padding, background, width and height
398
+ ...MergedCellH is set to every merged value (<td> tag) when showing all cells in one row (MergeType&1 = 0)
399
+ ...MergedCellV is set to every merged value (<td> tag) when showing all cells in one column (MergeType&1 = 1)
400
+ */
401
+ .CRMergedCellH { padding:0px; padding-right:5px; }
402
+ .CRMergedCellV { padding:0px; padding-bottom:1px; }
403
+
404
+ /* Classes set to cell in Header row
405
+ ...HeaderText is set along with the Type class for Header cell, to <td> or <div> tag. @ Set padding and text attributes like font, line-height, text-align, white-space
406
+ ...HeaderIconInner is set along with the ...HeaderText if the cell has set Icon, to <td> or <div> tag. @ Set padding.
407
+ ...HeaderButton is set to <td> tag next to the cell if the cell has set Button (by default Header cell has set Button="Sort"). @ Set padding or the first child <button> settings.
408
+ ...HeaderToolButton is set to <td> tag of the cell type "Button" and Button="Button". @ Set padding
409
+ ...HeaderFocus is added to cell <td> tag during dragging the Header cell. @ Set background and optionally border, padding and text attributes like font, line-height, text-align, white-space
410
+ ...HeaderDrag is added to ghost Header cell under mouse cursor during dragging the Header cell. @ Set background and border and optionally padding and text attributes like font, line-height, text-align, white-space
411
+ ...HeaderResize is added to cell <td> (and to the next <td> if shown button) during resizing the column. @ Set background and optionally border, padding and text attributes like font, line-height, text-align, white-space
412
+ */
413
+ .CRHeaderText { font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; padding:5px 8px 4px 8px; }
414
+ .CRHeaderIconInner { padding-top:3px; padding-bottom:1px; }
415
+ .CRHeaderButton { padding:2px 0px 3px 0px; }
416
+ .CRHeaderButtonButton { padding:3px 0px 2px 0px; }
417
+ .CRHeaderButtonHtml { font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; padding:5px 1px 4px 1px; }
418
+ .CRHeaderToolButton { text-align:center; padding:3px 0px 2px 0px; }
419
+ .CRHeaderFocus { background:#9FB9E9; }
420
+ .CRHeaderDrag { background:#9FB9E9; cursor:default; overflow:hidden; border-right:1px solid white; }
421
+ .CRHeaderResize { border-right:2px solid white; }
422
+
423
+ /* Classes added to DropCols type inner table cells, <td> tag.
424
+ @ Set here border, padding, background and text attributes.
425
+ ...DropCols is DropCols type class set to <td> tag
426
+ ...HeaderGroup is set to every DropCols inner table cells, except the last one
427
+ ...HeaderGroupFocus is added to the DropCols inner table cell during dragging inside the DropCols line (to be moved)
428
+ ...HeaderGroupDelete is added to the DropCols inner table cell during dragging outside the DropCols line (to be removed)
429
+ ...HeaderGroupCustom is set to the last cell in DropCols inner table, as the default text "To group by, drag column caption here"
430
+ */
431
+ .CRDropCols { padding:4px 4px 3px 4px!important; }
432
+ .CRHeaderGroup { font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; background:#7FA9E6; color:white; padding-left:3px; border-right:1px solid white; }
433
+ .CRHeaderGroupFocus { background-color:#C0C0A0; }
434
+ .CRHeaderGroupDelete { background-color:#F0F0E0; color:white; }
435
+ .CRHeaderGroupCustom { font:italic 11.5px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; color:#BBB; padding:1px 0px 1px 5px; white-space:nowrap; }
436
+
437
+ /* Class added to the cell <td> tag when resizing row by dragging this cell edge and direct resizing is off */
438
+ .CRResizingRow { border-bottom:1px solid black; }
439
+ .CRResizingSpace { }
440
+
441
+ /* Classes added to cell with Rotate attribute.
442
+ @ Change them carefully, the rotation can differ per browser.
443
+ ...CellRotate... class is added to cell <td> tag for vertical alignment according to the Rotate and Align values
444
+ ...Rotate1 and ...Rotate2 is set to inner <div> to do the rotation, according to Rotate attribute value
445
+ ...Rotate1IE is used instead for IE9 and below for Rotate='1', the ...Rotate1IEHeader is used instead for Header cell
446
+ ...IconRotate is added to cell <td> for cell with Icon attribute to display icon on top
447
+ ...IconRotateLeft is added to extra inner <div> with icon for cell with Icon, IconAlign="Left" and Rotate="1" to display icon on bottom
448
+ ...IconRotateHeaderLeft is added to extra inner <div> with icon for Header cell with Icon, IconAlign="Left" and Rotate="1" to display icon on bottom
449
+ ...IconRotateHeaderRight is added to extra inner <div> with icon for Header cell with Icon attribute to display icon on top
450
+ */
451
+ .CRCellRotate { text-align:left; }
452
+ .CRRotate1,.CRRotate2 { overflow:hidden; white-space:nowrap; display:inline-block; writing-mode:tb-rl; }
453
+ .CRRotate1 { -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
454
+ .CRIconRotate { padding-left:2px!important; padding-top:20px!important; padding-right:2px!important; background-position-x:-2px!important; }
455
+ .CRIconRotateHeader { background-position-x:1px!important; }
456
+ .CRIconRotate.CRAlignCenter { background-position-x:center!important; }
457
+ .CRIconRotate.CRAlignRight { background-position-x:right!important; }
458
+
459
+ /* Classes added to cell with Wrap attribute. Added along with Type class to <td> or <div> tag.
460
+ @ Do not change.
461
+ ...Wrap0 for Wrap='0', ...Wrap1 for Wrap='1'
462
+ */
463
+ .CRWrap0 { white-space:nowrap; }
464
+ .CRWrap1,.CRWrap2 { white-space:normal; }
465
+ .CRWrap2,.CRWordWrap { word-wrap:break-word; overflow-wrap:break-word; }
466
+ .CRWordWrap .CRWrap2 { word-wrap:normal; overflow-wrap:normal; }
467
+
468
+ /* Classes added to cell with Align attribute. Added along with Type class to <td> or <div> tag.
469
+ @ Do not change.
470
+ ...AlignLeft for Align='Left', ...AlignCenter for Align='Center', ...AlignRight for Align='Right', ...AlignJustify for Align="Justify"
471
+ */
472
+ .CRAlignLeft { text-align:left; }
473
+ .CRAlignCenter { text-align:center; }
474
+ .CRAlignJustify { text-align:justify; }
475
+ .CRAlignRight { text-align:right; }
476
+
477
+ /* Classes added to cell with VAlign attribute. Added always to <td> tag.
478
+ @ Do not change.
479
+ ...VAlignTop for VAlign='Top', ...VAlignMiddle for VAlign='Middle', ...AlignBottom for Align='Bottom'
480
+ The ...VAlignTop must be defined as the last one.
481
+ */
482
+ .CRVAlignMiddle { vertical-align:middle; display:table-cell; }
483
+ .CRVAlignBottom { vertical-align:bottom; display:table-cell; }
484
+ .CRVAlignTop { vertical-align:top; display:table-cell; }
485
+
486
+ /* Classes for TextStyle attribute; @ Do not change */
487
+ .CRTextBold { font-weight:bold; }
488
+ .CRTextItalic { font-style:italic; }
489
+ .CRTextUnderline { text-decoration:underline; }
490
+ .CRTextStrike { text-decoration:line-through; }
491
+ .CRTextOverline { text-decoration:overline; }
492
+ .CRTextUnderlineStrike { text-decoration:underline line-through; }
493
+ .CRTextUnderlineOverline { text-decoration:underline overline; }
494
+ .CRTextStrikeOverline { text-decoration:line-through overline; }
495
+ .CRTextUnderlineStrikeOverline { text-decoration:underline line-through overline; }
496
+ .CRTextSmall { font-variant:small-caps; }
497
+
498
+ /* Classes used for TextShadow attribute; @ Change only text-shadow */
499
+ /* It is possible to add new classes with higher index like TextShadow10 and use the index in TextShadow attribute */
500
+ /* ...Shadow0 is used also for empty TextShadow when TextShadowColor is set */
501
+ /* The color in the first definition is replaced or added by TextShadowColor */
502
+ .CRTextShadow0 { text-shadow: 0px 0px 5px; }
503
+ .CRTextShadow1 { text-shadow: -1px -1px; }
504
+ .CRTextShadow2 { text-shadow: -1px -1px, -3px -3px silver; }
505
+ .CRTextShadow3 { text-shadow: -1px -1px, 0px 0px 5px yellow; }
506
+ .CRTextShadow4 { text-shadow: -1px -1px, 0px 0px 10px; }
507
+ .CRTextShadow5 { text-shadow: -2px -2px silver; }
508
+ .CRTextShadow6 { text-shadow: -3px -3px silver, -1px -1px; }
509
+ .CRTextShadow7 { text-shadow: 0px 0px 3px black,0px 0px 3px black,0px 0px 3px black; }
510
+ .CRTextShadow8 { text-shadow: 0px 0px 5px yellow, -1px -1px; }
511
+ .CRTextShadow9 { text-shadow: 0px 0px 10px; }
512
+
513
+ /* Classes used for attribute Indent; @ Change only padding-left or padding-right */
514
+ .CRMain .CRIndentLeft1 { padding-left:10px; } .CRMain .CRIndentRight1 { padding-right:10px; }
515
+ .CRMain .CRIndentLeft2 { padding-left:20px; } .CRMain .CRIndentRight2 { padding-right:20px; }
516
+ .CRMain .CRIndentLeft3 { padding-left:30px; } .CRMain .CRIndentRight3 { padding-right:30px; }
517
+ .CRMain .CRIndentLeft4 { padding-left:40px; } .CRMain .CRIndentRight4 { padding-right:40px; }
518
+ .CRMain .CRIndentLeft5 { padding-left:50px; } .CRMain .CRIndentRight5 { padding-right:50px; }
519
+ .CRMain .CRIndentLeft6 { padding-left:60px; } .CRMain .CRIndentRight6 { padding-right:60px; }
520
+ .CRMain .CRIndentLeft7 { padding-left:70px; } .CRMain .CRIndentRight7 { padding-right:70px; }
521
+ .CRMain .CRIndentLeft8 { padding-left:80px; } .CRMain .CRIndentRight8 { padding-right:80px; }
522
+ .CRMain .CRIndentLeft9 { padding-left:90px; } .CRMain .CRIndentRight9 { padding-right:90px; }
523
+ .CRMain .CRIndentLeft10 { padding-left:100px; } .CRMain .CRIndentRight10 { padding-right:100px; }
524
+ .CRMain .CRIndentLeft15 { padding-left:150px; } .CRMain .CRIndentRight15 { padding-right:150px; }
525
+ .CRMain .CRIndentLeft20 { padding-left:200px; } .CRMain .CRIndentRight20 { padding-right:200px; }
526
+ .CRMain .CRIndentLeft25 { padding-left:250px; } .CRMain .CRIndentRight25 { padding-right:250px; }
527
+ .CRMain .CRIndentLeft30 { padding-left:300px; } .CRMain .CRIndentRight30 { padding-right:300px; }
528
+ .CRMain .CRIndentLeft35 { padding-left:350px; } .CRMain .CRIndentRight30 { padding-right:350px; }
529
+ .CRMain .CRIndentLeft40 { padding-left:400px; } .CRMain .CRIndentRight40 { padding-right:400px; }
530
+ .CRMain .CRIndentLeft45 { padding-left:450px; } .CRMain .CRIndentRight40 { padding-right:450px; }
531
+ .CRMain .CRIndentLeft50 { padding-left:500px; } .CRMain .CRIndentRight50 { padding-right:500px; }
532
+
533
+ /*--------------- Space cells ----------------- */
534
+
535
+ /* Classes control the background and border of the Space cells
536
+ @ Set here border, padding and background
537
+ */
538
+ .CRCellSpace,.CRCellSpaceIcon,.CRCellSpaceButton,.CRCellSpaceButtonIcon,.CRCellSpaceButtonButton,.CRCellSpacePanel,.CRCellSpaceBool,.CRCellSpaceRadio,.CRCellSpaceSelect,.CRCellSpaceEdit {
539
+ vertical-align:top;
540
+ }
541
+
542
+ /* Not editable Space cell. Set also for Label.
543
+ ...CellSpace is set to the <td> tag
544
+ ...CellSpaceIcon is set to <td> tag instead for cell with Icon attribute
545
+ ...SpaceIconInner is set to inner <div> tag for cell with Icon attribute
546
+ */
547
+ .CRCellSpace { padding-top:5px; padding-bottom:3px; }
548
+ .CRCellSpaceIcon { padding-top:2px; padding-bottom:3px; }
549
+ .CRSpaceIconInner { padding-top:3px; padding-bottom:0px; }
550
+ .CRSpaceIconInner > div { overflow:hidden; }
551
+
552
+ /* Button Type in Space cell
553
+ ...CellSpaceButton is set to the <td> tag for cell with Button="Html"
554
+ ...CellSpaceButtonIcon is set to the <td> tag instead for cell with Button="Html" and Icon attribute
555
+ ...SpaceButtonIconInner is set to inner <div> tag for cell with Button="Html" and Icon attribute
556
+ ...CellSpaceButtonButton is set to the <td> tag for cell with Button="Button"
557
+ ...CellSpaceTool is added to the <td> tag (along with CellSpaceButton) for cell with Button="Html" and without ButtonText and with VAlign - the special toolbar button
558
+ */
559
+ .CRCellSpaceButton { border-radius:10px; padding-top:5px; padding-bottom:3px; white-space:nowrap; }
560
+ .CRCellSpaceButtonIcon { border-radius:10px; padding-top:2px; padding-bottom:3px; white-space:nowrap; }
561
+ .CRSpaceButtonIconInner { padding-top:3px; padding-bottom:0px; }
562
+ .CRSpaceButtonIconInner > div { overflow:hidden; }
563
+ .CRCellSpaceButtonButton { border-radius:10px; }
564
+ .CRCellSpaceTool { padding:0px; }
565
+
566
+ /* Classes for Type Panel, Bool and Radio in Space cell */
567
+ .CRCellSpacePanel { line-height:0px; }
568
+ .CRCellSpaceBool { line-height:0px; }
569
+ .CRCellSpaceRadio { padding-top:3px; padding-bottom:1px; }
570
+
571
+ /* Classes for Type="Select" or cell with Button="Defaults" in Space cell
572
+ ...CellSpaceSelect is set to the <td> tag
573
+ ...SpaceSelectInner is set to inner <div> tag
574
+ ...SpaceSelectInnerIcon is set to inner <div> tag in cell with Icon
575
+ ...SpaceSelectIconInner is set to inner inner <div> tag (along with Type class) in cell with Icon
576
+ ...SpaceSelectInnerIE is added to inner <div> tag in cell with Icon in IE5 quirks mode
577
+ */
578
+ .CRCellSpaceSelect { padding:0px 1px 0px 1px; }
579
+ .CRSpaceSelectInner,.CRSpaceSelectInnerIcon {
580
+ border:1px solid #c3c3c3; border-radius:10px; padding:4px 17px 2px 8px; background:white url(Button.gif?v120) right -1250px no-repeat; white-space:nowrap;
581
+ }
582
+ .CRSpaceSelectInnerIcon { padding:1px 17px 2px 1px; }
583
+ .CRSpaceSelectIconInner { padding-top:3px; padding-bottom:0px; }
584
+ .CRSpaceSelectIconInner > div { overflow:hidden; }
585
+ .CRSpaceSelectInnerIE { overflow:hidden; height:21px; }
586
+
587
+ /* Classes for editable Space cell
588
+ ...CellSpaceEdit is set to the <td> tag
589
+ ...SpaceEditInner is set to inner <div> tag
590
+ ...SpaceEditInnerIcon is set to inner <div> tag in cell with Icon
591
+ ...SpaceEditIconInner is set to inner inner <div> tag (along with Type class) in cell with Icon
592
+ ...SpaceEditButtonIconInner is set to inner inner <div> tag in cell with Icon and Button
593
+ */
594
+ .CRCellSpaceEdit { padding:0px 1px 0px 1px; }
595
+ .CRSpaceEditInner,.CRSpaceEditInnerIcon { border:1px solid #c3c3c3; border-radius:10px; padding:4px 8px 2px 8px; background:white; }
596
+ .CRSpaceEditInnerIcon { padding:1px 2px 0px 1px; }
597
+ .CRSpaceEditIconInner { padding-top:3px; padding-bottom:2px; }
598
+ .CRSpaceEditIconInner > div { overflow:hidden; }
599
+ .CRSpaceEditButtonIconInner { padding-top:0px; padding-bottom:0px; }
600
+
601
+ /* Classes added to <td> tag in cell in Space row with Space="-1" (...Above) or Space="5" (...Below)
602
+ */
603
+ .CRCellSpaceAbove { }
604
+ .CRCellSpaceBelow { }
605
+
606
+ /* Class added to <div> tag with ClassInner class */
607
+ .CRSpaceClassInner { padding-top:0px; padding-bottom:0px; }
608
+
609
+ /* Cells in rows with SpaceWrap=1
610
+ ...SpaceWrap is set to parent div all the space cells
611
+ ...CellSpaceWrap is set to individual divs as space cells
612
+ */
613
+ .CRSpaceWrap { white-space:normal; }
614
+ .CRCellSpaceWrap { display:inline-block; margin-top:2px; margin-bottom:2px; }
615
+ .CRCellSpaceWrap.CREmpty { height:21px; padding-top:0px; padding-bottom:0px; }
616
+
617
+ /*--------------- Cell edges ----------------- */
618
+
619
+ /* @ Support classes, do not change
620
+ Classes added to table or Space cell if it should not have the left or right border or is empty
621
+ */
622
+ .CRNoLeft,.CRNoSpaceLeft { border-left:0px none!important; border-bottom-left-radius:0px!important; border-top-left-radius:0px!important; }
623
+ .CRNoRight,.CRNoSpaceRight { border-right:0px none!important; border-bottom-right-radius:0px!important; border-top-right-radius:0px!important; }
624
+ .CREmpty { text-decoration:none!important; font-size:0px!important; line-height:0px!important; }
625
+
626
+ /*--------------- Pages type cell ----------------- */
627
+
628
+ /* ...Pages is set to <td> as Type class. @ Set here border, padding and background
629
+ ...PagesLink is set to individual <a> tags as page numbers. @ Set here margin, padding, border, background and text attributes
630
+ ...PagesLinkActive is set to <a> tag in actual selected page number instead
631
+ */
632
+ .CRPages { overflow:visible; padding:0px!important; }
633
+ .CRPagesLink,.CRPagesLinkActive {
634
+ padding:2px 1px 2px 2px; margin:2px 0px 2px 0px; display:inline-block; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; cursor:pointer; color:blue;
635
+ }
636
+ /* The :hover remarkably slows down every grid in IE strict mode
637
+ .CRPagesLink:visited { color:blue; }
638
+ .CRPagesLink:hover { color:red; }*/
639
+ .CRPagesLinkActive { color:black; font-weight:bold; border:1px dotted black; margin-top:1px; margin-bottom:1px; }
640
+
641
+
642
+ /* -------------------------------------------------------------------------------------------------------------------------- */
643
+ /* Tree cell */
644
+ /* -------------------------------------------------------------------------------------------------------------------------- */
645
+
646
+ /* Class set to the tree in <td> tag left to MainCol cell
647
+ @ They are not expected to change, but you can set here background or border
648
+ ...Tree is set for <Cfg NoTreeLines='0'/>, default setting. It can be set to inner <td> tag for SpannedTree
649
+ ...NoTreeLines... is set for NoTreeLines value 1 - 3.
650
+ ...SpannedTree is added to ...Tree for Cfg SpannedTree=1
651
+ */
652
+ .CRTree { padding-top:0px; white-space:nowrap; line-height:0px; font-size:0px; height:0px; }
653
+ .CRSpannedTree { line-height:0px; font-size:0px; height:0px; }
654
+ .CRSpannedTree td { vertical-align:top; }
655
+ .CRNoTreeLines1 { text-align:right; }
656
+ .CRNoTreeLines2 { text-align:right; vertical-align:middle; padding-top:0px; }
657
+ .CRNoTreeLines3 { text-align:left; }
658
+
659
+ /* ------------- Tree images with lines (NoTreeLines='0') ------------- */
660
+
661
+ /* Default tree class set to <td> tag or to inner <u> tag
662
+ The tree is shown in inner <u> tags if it cannot be set by one background image or in SpannedTree or with TreeIcon.
663
+ @ Set background and padding-left. It is not easy to change them, the image files contain many icons that must be changed all at once, especially if you want to change the widths.
664
+ ...TreeTop / ...TreeMiddle / ...TreeBottom is set according to VAlign value, for empty is set also ...TreeTop
665
+ ...TreeRev... is set according to VAlign value for <Cfg ReversedTree='1'/>, for empty is set also ...TreeRevTop
666
+ ...TreeIcon, ...TreeIconM, ...TreeIconB is set if used custom tree icon by <I TreeIcon/>, according to VAlign value (M - Middle, B - Bottom, nothing - Top or empty)
667
+ ...TreeImage, ...TreeImageM, ...TreeImageB is set to inner <u> tag, according to VAlign value (M - Middle, B - Bottom, nothing - Top or empty)
668
+ ...TreeImageIE, ...TreeImageIEM, ...TreeImageIEB is set instead in all IE modes except IE5 quirks and also in Firefox strict mode
669
+ ...Width... is width of the tree icon part in <u> tag, number is count of the icon lines, ...T is ending icon / button
670
+ ...Width1 is also used measure one level indent, ...Width1T is also used to measure tree button width
671
+ */
672
+ .CRTreeTop { background-image:url(Tree.gif?v120); }
673
+ .CRTreeMiddle { background-image:url(TreeMiddle.gif?v120); }
674
+ .CRTreeBottom { background-image:url(TreeBottom.gif?v120); }
675
+ .CRTreeRev.CRTreeTop { background-image:url(TreeRev.gif?v120); }
676
+ .CRTreeRev.CRTreeMiddle { background-image:url(TreeRevMiddle.gif?v120); }
677
+ .CRTreeRev.CRTreeBottom { background-image:url(TreeRevBottom.gif?v120); }
678
+ .CRTreeIcon { background-repeat:no-repeat; background-position:left top; }
679
+ .CRTreeIconM { background-repeat:no-repeat; background-position:left center; }
680
+ .CRTreeIconB { background-repeat:no-repeat; background-position:left bottom; }
681
+ .CRTreeImage,.CRTreeImageM,.CRTreeImageB { display:inline-block; height:100%; width:0px; }
682
+ .CRTreeImageIE { padding-bottom:1000px; }
683
+ .CRTreeImageMIE { padding-top:500px; padding-bottom:500px; }
684
+ .CRTreeImageBIE { padding-top:1000px; }
685
+ .CRWidth1T { padding-left:26px; } .CRWidth1 { padding-left:21px; }
686
+ .CRWidth2T { padding-left:47px; } .CRWidth2 { padding-left:42px; }
687
+ .CRWidth3T { padding-left:68px; } .CRWidth3 { padding-left:63px; }
688
+ .CRWidth4T { padding-left:89px; }
689
+
690
+ /* Individual tree backgrounds according to VAlign value (M - Middle, B - Bottom, nothing - Top or empty)
691
+ 1 means vertical line, 0 means no vertical line
692
+ */
693
+
694
+ /* ...xxx - three line icons, ...xxxT - three line icons plus ending icon (no last, no button) */
695
+ .CR000,.CR000T { background-position: 0px top; } .CR000M,.CR000TM { background-position: 0px center; } .CR000B,.CR000TB { background-position: 0px bottom; }
696
+ .CR010,.CR010T { background-position:-128px top; } .CR010M,.CR010TM { background-position:-128px center; } .CR010B,.CR010TB { background-position:-128px bottom; }
697
+ .CR001,.CR001T { background-position:-256px top; } .CR001M,.CR001TM { background-position:-256px center; } .CR001B,.CR001TB { background-position:-256px bottom; }
698
+ .CR011,.CR011T { background-position:-384px top; } .CR011M,.CR011TM { background-position:-384px center; } .CR011B,.CR011TB { background-position:-384px bottom; }
699
+ .CR100,.CR100T { background-position:-512px top; } .CR100M,.CR100TM { background-position:-512px center; } .CR100B,.CR100TB { background-position:-512px bottom; }
700
+ .CR110,.CR110T { background-position:-640px top; } .CR110M,.CR110TM { background-position:-640px center; } .CR110B,.CR110TB { background-position:-640px bottom; }
701
+ .CR101,.CR101T { background-position:-768px top; } .CR101M,.CR101TM { background-position:-768px center; } .CR101B,.CR101TB { background-position:-768px bottom; }
702
+ .CR111,.CR111T { background-position:-896px top; } .CR111M,.CR111TM { background-position:-896px center; } .CR111B,.CR111TB { background-position:-896px bottom; }
703
+
704
+ /* ...xx - two line icons, ...xxT - two line icons plus ending icon (no last, no button) */
705
+ .CR00,.CR00T { background-position: -21px top; } .CR00M,.CR00TM { background-position: -21px center; } .CR00B,.CR00TB { background-position: -21px bottom; }
706
+ .CR10,.CR10T { background-position:-149px top; } .CR10M,.CR10TM { background-position:-149px center; } .CR10B,.CR10TB { background-position:-149px bottom; }
707
+ .CR01,.CR01T { background-position:-277px top; } .CR01M,.CR01TM { background-position:-277px center; } .CR01B,.CR01TB { background-position:-277px bottom; }
708
+ .CR11,.CR11T { background-position:-405px top; } .CR11M,.CR11TM { background-position:-405px center; } .CR11B,.CR11TB { background-position:-405px bottom; }
709
+
710
+ /* ...x - one line icon, ...xT - one line icon plus ending icon (no last, no button) */
711
+ .CR0,.CR0T { background-position: -42px top; } .CR0M,.CR0TM { background-position: -42px center; } .CR0B,.CR0TB { background-position: -42px bottom; }
712
+ .CR1,.CR1T { background-position:-298px top; } .CR1M,.CR1TM { background-position:-298px center; } .CR1B,.CR1TB { background-position:-298px bottom; }
713
+
714
+ /* ...T - ending icon (no last, no button) */
715
+ .CRT { background-position:-63px top; } .CRTM { background-position:-63px center; } .CRTB { background-position:-63px bottom; }
716
+
717
+ /* ...xxL - the end icon is the icon of the last child row
718
+ ...xT? - one line icon plus end icon, no button , ...xC? - one line icon plus end collapse (-) button, ...xE? - one line icon plus end expand (+) button
719
+ */
720
+ .CR0TL { background-position:-1024px top; } .CR0TLM { background-position:-1024px center; } .CR0TLB { background-position:-1024px bottom; }
721
+ .CR1TL { background-position:-1088px top; } .CR1TLM { background-position:-1088px center; } .CR1TLB { background-position:-1088px bottom; }
722
+ .CR0C { background-position:-1152px top; } .CR0CM { background-position:-1152px center; } .CR0CB { background-position:-1152px bottom; }
723
+ .CR1C { background-position:-1216px top; } .CR1CM { background-position:-1216px center; } .CR1CB { background-position:-1216px bottom; }
724
+ .CR0CL { background-position:-1280px top; } .CR0CLM { background-position:-1280px center; } .CR0CLB { background-position:-1280px bottom; }
725
+ .CR1CL { background-position:-1344px top; } .CR1CLM { background-position:-1344px center; } .CR1CLB { background-position:-1344px bottom; }
726
+ .CR0E { background-position:-1408px top; } .CR0EM { background-position:-1408px center; } .CR0EB { background-position:-1408px bottom; }
727
+ .CR1E { background-position:-1472px top; } .CR1EM { background-position:-1472px center; } .CR1EB { background-position:-1472px bottom; }
728
+ .CR0EL { background-position:-1536px top; } .CR0ELM { background-position:-1536px center; } .CR0ELB { background-position:-1536px bottom; }
729
+ .CR1EL { background-position:-1600px top; } .CR1ELM { background-position:-1600px center; } .CR1ELB { background-position:-1600px bottom; }
730
+
731
+ /* ...xL - the end icon is the icon of the last child row
732
+ ...T? - end icon, no button, ...C? - end collapse (-) button, ...E? - end expand (+) button
733
+ */
734
+ .CRTL { background-position:-1045px top; } .CRTLM { background-position:-1045px center; } .CRTLB { background-position:-1045px bottom; }
735
+ .CRC { background-position:-1173px top; } .CRCM { background-position:-1173px center; } .CRCB { background-position:-1173px bottom; }
736
+ .CRCL { background-position:-1301px top; } .CRCLM { background-position:-1301px center; } .CRCLB { background-position:-1301px bottom; }
737
+ .CRE { background-position:-1429px top; } .CREM { background-position:-1429px center; } .CREB { background-position:-1429px bottom; }
738
+ .CREL { background-position:-1557px top; } .CRELM { background-position:-1557px center; } .CRELB { background-position:-1557px bottom; }
739
+
740
+ /* Icons shown during dragging - drop permissions
741
+ ...xL - the end icon is the icon of the last child row
742
+ ...D0? - no drop, ...D1? - drop above, ...D2? - drop inside, ...D3? - drop below
743
+ */
744
+ .CRD0 { background-position:-1664px top; } .CRD0M { background-position:-1664px center; } .CRD0B { background-position:-1664px bottom; }
745
+ .CRD1 { background-position:-1696px top; } .CRD1M { background-position:-1696px center; } .CRD1B { background-position:-1696px bottom; }
746
+ .CRD2 { background-position:-1728px top; } .CRD2M { background-position:-1728px center; } .CRD2B { background-position:-1728px bottom; }
747
+ .CRD3 { background-position:-1760px top; } .CRD3M { background-position:-1760px center; } .CRD3B { background-position:-1760px bottom; }
748
+ .CRD0L { background-position:-1792px top; } .CRD0LM { background-position:-1792px center; } .CRD0LB { background-position:-1792px bottom; }
749
+ .CRD1L { background-position:-1824px top; } .CRD1LM { background-position:-1824px center; } .CRD1LB { background-position:-1824px bottom; }
750
+ .CRD2L { background-position:-1856px top; } .CRD2LM { background-position:-1856px center; } .CRD2LB { background-position:-1856px bottom; }
751
+ .CRD3L { background-position:-1888px top; } .CRD3LM { background-position:-1888px center; } .CRD3LB { background-position:-1888px bottom; }
752
+
753
+ /* ...D4 - icons for expanding children in timeout, ...xL - the end icon is the icon of the last child row
754
+ */
755
+ .CRD4 { background-position:-1920px top; } .CRD4M { background-position:-1920px center; } .CRD4B { background-position:-1920px bottom; }
756
+ .CRD4L { background-position:-1952px top; } .CRD4LM { background-position:-1952px center; } .CRD4LB { background-position:-1952px bottom; }
757
+
758
+ /* ------------- Tree images without lines (NoTreeLines='1') ------------- */
759
+
760
+ /* Tree classes set to <td> tag or to inner <u> tag
761
+ The tree is shown in inner <u> tags in SpannedTree, with TreeIcon or with VAlign
762
+ @ Set here height, width and background
763
+ ...NC - Icon for button collapse, ...NE - Icon for button expand, ...NT - Icon for leaf none without button, ...NCR / ...NER / ...NTR - Shown instead in RTL mode
764
+ ...ND0 - ...ND3 - Icons shown during dragging - drop permissions: ...ND0 - no drop, ...ND1 - drop above, ...ND2 - drop inside, ...ND3 - drop below
765
+ ...NTreeImage is set to inner <u> tag; it is also used to read the default width of tree button
766
+ ...NIcon is set if used custom tree icon by <I TreeIcon/>
767
+ ...NWidth is never assigned, it is used to read the default width of one level indent
768
+ */
769
+ .CRNC,.CRNE,.CRND0,.CRND1,.CRND2,.CRND3,.CRND4,.CRNIcon { background-repeat:no-repeat; vertical-align:top; background-position:right top; }
770
+ .CRNCR,.CRNER,.CRND0R,.CRND1R,.CRND2R,.CRND3R,.CRND4R { background-repeat:no-repeat; vertical-align:top; background-position:left top; }
771
+ .CRNT,.CRNTR { }
772
+ .CRNTreeImage { display:inline-block; height:17px; width:17px; }
773
+ .CRNWidth { width:21px; }
774
+ .CRND0,.CRND0R { background-image:url(TreeNDrag0.gif?v120); }
775
+ .CRND1,.CRND1R { background-image:url(TreeNDrag1.gif?v120); }
776
+ .CRND2,.CRND2R { background-image:url(TreeNDrag2.gif?v120); }
777
+ .CRND3,.CRND3R { background-image:url(TreeNDrag3.gif?v120); }
778
+ .CRND4,.CRND4R { background-image:url(TreeNWait.gif?v120); }
779
+ .CRNC,.CRNCR { background-image:url(TreeNCollapse.gif?v120); }
780
+ .CRNE,.CRNER { background-image:url(TreeNExpand.gif?v120);}
781
+
782
+
783
+ /* -------------------------------------------------------------------------------------------------------------------------- */
784
+ /* Panel type cell */
785
+ /* -------------------------------------------------------------------------------------------------------------------------- */
786
+
787
+ /* ------------- Standard Panel images (FastPanel='0') ------------- */
788
+
789
+ /* @ Set here width, height and background.
790
+ @ If there is present <button> in panel, set here padding-left and font-size instead of width and height
791
+ ...PanelImage is set to every panel icon <u> tag if there is no <button> in the panel.
792
+ ...PanelImageButton is set to every panel icon <u> tag if there also some <button> in the panel
793
+ ...PanelEmpty is shown for panel button named "Empty"
794
+ ...PanelMove is shown for panel button named "Move", ...PanelMoveOff is shown for rows without moving permissions
795
+ ...PanelSelect is shown for panel button named "Select", ...PanelSelectOff is shown for rows without selecting permissions, ...PanelSelectOn is shown for rows with Select="1"
796
+ ...PanelDelete is shown for panel button named "Delete", ...PanelDeleteOff is shown for rows without deleting permissions
797
+ ...PanelCopy is shown for panel button named "Copy", ...PanelCopyOff is shown for rows without copying permissions
798
+ ...PanelButton is shown if the panel button has not defined image and is shown as <button>. @ Set here margin, border, padding, width, height and text attributes
799
+ ...PanelTouch is added to <u> on tablets with PanelImage, ...PanelTouchButton is added to <u> on tablets with PanelImageButton
800
+ ...PanelButtonTouch is added to <button> on tablets
801
+ */
802
+ .CRPanelImage { width:16px; height:16px; display:inline-block; background-image:url(Panel.gif?v120); background-repeat:no-repeat; }
803
+ .CRPanelImageButton { font:14px Arial; padding-left:16px; background-image:url(Panel.gif?v120); background-repeat:no-repeat; zoom:1; }
804
+ .CRPanelEmpty { background:none; }
805
+ .CRPanelMove { background-position:0px 0px; }
806
+ .CRPanelMoveOff { background-position:-50px 0px; }
807
+ .CRPanelSelect { background-position:-100px 0px; }
808
+ .CRPanelSelectOn { background-position:-150px 0px; }
809
+ .CRPanelSelectOff { background-position:-200px 0px; }
810
+ .CRPanelDelete { background-position:-250px 0px; }
811
+ .CRPanelDeleteOff { background-position:-300px 0px; }
812
+ .CRPanelCopy { background-position:-350px 0px; }
813
+ .CRPanelCopyOff { background-position:-400px 0px; }
814
+ button.CRPanelButton {
815
+ padding:0px; height:14px; width:19px; margin:0px;
816
+ font:10px/14px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; display:inline-block; cursor:pointer; overflow:hidden;
817
+ }
818
+ u.CRPanelButton {
819
+ background:url(Backgrounds.gif?v120) 0px -750px; border:1px solid white; border-right:1px solid #888; border-bottom:1px solid #888; border-radius:10px; padding:0px 3px 1px 3px; margin:1px 1px 0px 1px;
820
+ font:11px/12px Arial,Helvetica,sans-serif; cursor:pointer; text-decoration:none; display:inline-block; overflow:hidden; white-space:nowrap;
821
+ }
822
+ .CRCellHeaderPanel u.CRPanelButton { }
823
+ .CRPanelTouch { margin-left:5px; margin-right:5px; }
824
+ .CRPanelTouchButton { margin-left:5px; margin-right:5px; }
825
+ .CRPanelButtonTouch { margin-left:2px; margin-right:2px; width:25px; }
826
+
827
+ /* ------------- Fast Panel images (FastPanel='1')------------- */
828
+
829
+ /* @ Do not change, for custom images use standard panel (FastPanel='0') or modify the FastPanel1.gif?v120/FastPanel2.gif?v120 files.
830
+ The image is used different for every button state, the four numbers are for buttons Move, Select, Delete, Copy in this order.
831
+ 1 - shown, 2 - (on, for select), 0 - hidden, but space reserved, x - hidden completely, with no space
832
+ */
833
+ .CRP1111,.CRP1211,.CRP1011,.CRP1101,.CRP1201,.CRP1001,.CRP1110,.CRP1210,.CRP1010,.CRP1100,.CRP1200,.CRP1000,
834
+ .CRP0111,.CRP0211,.CRP0011,.CRP0101,.CRP0201,.CRP0001,.CRP0110,.CRP0210,.CRP0010,.CRP0100,.CRP0200,.CRP0000,
835
+ .CRP111x,.CRP121x,.CRP101x,.CRP110x,.CRP120x,.CRP100x,.CRP011x,.CRP021x,.CRP001x,.CRP010x,.CRP020x,.CRP000x,
836
+ .CRP11xx,.CRP12xx,.CRP10xx,.CRP01xx,.CRP02xx,.CRP00xx,
837
+ .CRPx111,.CRPx211,.CRPx011,.CRPx101,.CRPx201,.CRPx001,.CRPx110,.CRPx210,.CRPx010,.CRPx100,.CRPx200,.CRPx000,
838
+ .CRPx11x,.CRPx21x,.CRPx01x,.CRPx10x,.CRPx20x,.CRPx00x,
839
+ .CRPxx11,.CRPxx10,.CRPxx01,.CRPxx00,
840
+ .CRPxxx1,.CRPxxx0,.CRPxx1x,.CRPxx0x,.CRPx2xx,.CRPx1xx,.CRPx0xx,.CRP1xxx,.CRP0xxx {
841
+ background-image:url(FastPanel1.gif?v120); background-repeat:no-repeat;
842
+ }
843
+ .CRP1111,.CRP111x,.CRP11xx,.CRP1xxx { background-position:0px 0px; }
844
+ .CRP1211,.CRP121x,.CRP12xx { background-position:-80px 0px; }
845
+ .CRP1011,.CRP101x,.CRP10xx { background-position:-160px 0px; }
846
+ .CRP1101,.CRP110x { background-position:-240px 0px; }
847
+ .CRP1201,.CRP120x { background-position:-320px 0px; }
848
+ .CRP1001,.CRP100x { background-position:-400px 0px; }
849
+ .CRP1110 { background-position:-480px 0px; }
850
+ .CRP1210 { background-position:-560px 0px; }
851
+ .CRP1010 { background-position:-640px 0px; }
852
+ .CRP1100 { background-position:-720px 0px; }
853
+ .CRP1200 { background-position:-800px 0px; }
854
+ .CRP1000 { background-position:-880px 0px; }
855
+ .CRP0111,.CRP011x,.CRP01xx,.CRP0xxx { background-position:-960px 0px; }
856
+ .CRP0211,.CRP021x,.CRP02xx { background-position:-1040px 0px; }
857
+ .CRP0011,.CRP001x,.CRP00xx { background-position:-1120px 0px; }
858
+ .CRP0101,.CRP010x { background-position:-1200px 0px; }
859
+ .CRP0201,.CRP020x { background-position:-1280px 0px; }
860
+ .CRP0001,.CRP000x { background-position:-1360px 0px; }
861
+ .CRP0110 { background-position:-1440px 0px; }
862
+ .CRP0210 { background-position:-1520px 0px; }
863
+ .CRP0010 { background-position:-1600px 0px; }
864
+ .CRP0100 { background-position:-1680px 0px; }
865
+ .CRP0200 { background-position:-1760px 0px; }
866
+ .CRP0000 { background-position:-1840px 0px; }
867
+
868
+ .CRPx111,.CRPx11x,.CRPx1xx { background-position:-16px 0px; }
869
+ .CRPx211,.CRPx21x,.CRPx2xx { background-position:-96px 0px; }
870
+ .CRPx011,.CRPx01x,.CRPx0xx { background-position:-176px 0px; }
871
+ .CRPx101,.CRPx10x { background-position:-256px 0px; }
872
+ .CRPx201,.CRPx20x { background-position:-336px 0px; }
873
+ .CRPx001,.CRPx00x { background-position:-416px 0px; }
874
+ .CRPx110 { background-position:-496px 0px; }
875
+ .CRPx210 { background-position:-576px 0px; }
876
+ .CRPx010 { background-position:-656px 0px; }
877
+ .CRPx100 { background-position:-736px 0px; }
878
+ .CRPx200 { background-position:-816px 0px; }
879
+ .CRPx000 { background-position:-896px 0px; }
880
+
881
+ .CRPxx11,.CRPxx1x { background-position:-32px 0px; }
882
+ .CRPxx01,.CRPxx0x { background-position:-272px 0px; }
883
+ .CRPxx10{ background-position:-512px 0px; }
884
+ .CRPxx00 { background-position:-752px 0px; }
885
+
886
+ .CRPxxx1 { background-position:-48px 0px; }
887
+ .CRPxxx0 { background-position:-528px 0px; }
888
+
889
+ .CRP11x1,.CRP12x1,.CRP10x1,.CRP11x0,.CRP12x0,.CRP10x0,.CRP01x1,.CRP02x1,.CRP00x1,.CRP01x0,.CRP02x0,.CRP00x0,
890
+ .CRPx1x1,.CRPx2x1,.CRPx0x1,.CRPx1x0,.CRPx2x0,.CRPx0x0,
891
+ .CRP1x11,.CRP1x01,.CRP1x10,.CRP1x00,.CRP0x11,.CRP0x01,.CRP0x10,.CRP0x00,
892
+ .CRP1x1x,.CRP1x0x,.CRP0x1x,.CRP0x0x,
893
+ .CRP1xx1,.CRP1xx0,.CRP0xx1,.CRP0xx0 {
894
+ background-image:url(FastPanel2.gif?v120); background-repeat:no-repeat;
895
+ }
896
+ .CRP11x1 { background-position:0px 0px; }
897
+ .CRP12x1 { background-position:-80px 0px; }
898
+ .CRP10x1 { background-position:-160px 0px; }
899
+ .CRP11x0 { background-position:-240px 0px; }
900
+ .CRP12x0 { background-position:-320px 0px; }
901
+ .CRP10x0 { background-position:-400px 0px; }
902
+ .CRP01x1 { background-position:-480px 0px; }
903
+ .CRP02x1 { background-position:-560px 0px; }
904
+ .CRP00x1 { background-position:-640px 0px; }
905
+ .CRP01x0 { background-position:-720px 0px; }
906
+ .CRP02x0 { background-position:-800px 0px; }
907
+ .CRP00x0 { background-position:-880px 0px; }
908
+
909
+ .CRPx1x1 { background-position:-16px 0px; }
910
+ .CRPx2x1 { background-position:-96px 0px; }
911
+ .CRPx0x1 { background-position:-176px 0px; }
912
+ .CRPx1x0 { background-position:-256px 0px; }
913
+ .CRPx2x0 { background-position:-336px 0px; }
914
+ .CRPx0x0 { background-position:-416px 0px; }
915
+
916
+ .CRP1x11,.CRP1x1x { background-position:-960px 0px; }
917
+ .CRP1x01,.CRP1x0x { background-position:-1040px 0px; }
918
+ .CRP1x10 { background-position:-1120px 0px; }
919
+ .CRP1x00 { background-position:-1200px 0px; }
920
+ .CRP0x11,.CRP0x1x { background-position:-1280px 0px; }
921
+ .CRP0x01,.CRP0x0x { background-position:-1360px 0px; }
922
+ .CRP0x10 { background-position:-1440px 0px; }
923
+ .CRP0x00 { background-position:-1520px 0px; }
924
+
925
+ .CRP1xx1 { background-position:-1600px 0px; }
926
+ .CRP1xx0 { background-position:-1680px 0px; }
927
+ .CRP0xx1 { background-position:-1760px 0px; }
928
+ .CRP0xx0 { background-position:-1840px 0px; }
929
+
930
+ /* ------------- Space/Filter Panel checkbox images ------------- */
931
+
932
+ /* Special images in Filter, Group and Search rows for default panel (column named "Panel") if shown as the first column.
933
+ @ Set width, height and background
934
+ ...Filter0 - shown in Filter row when Filtered='0', ...Filter1 - shown in Filter row when Filtered='1'
935
+ ...Group0 - shown in Group row when Grouped='0', ...Group1 - shown in Group row when Grouped='1'
936
+ ...Search0 - shown in Search row when Searched='0', ...Search1 - shown in Search row when Searched='1'
937
+ */
938
+ .CRFilter0,.CRFilter1,.CRGroup0,.CRGroup1,.CRSearch0,.CRSearch1 { background-image:url(Bool.gif?v120); background-repeat:no-repeat; display:inline-block; width:13px; height:21px; }
939
+ .CRFilter0,.CRFilter1 { height:18px; }
940
+ .CRFilter0 { background-position:center 0px; }
941
+ .CRFilter1 { background-position:center -250px; }
942
+ .CRGroup0 { background-position:center 2px; }
943
+ .CRGroup1 { background-position:center -248px; }
944
+ .CRSearch0 { background-position:center 2px; }
945
+ .CRSearch1 { background-position:center -248px; }
946
+
947
+ /* ...PSpace... is shown in Group and Search row according to actual width of the Panel column.
948
+ @ Set here only width and text-align
949
+ */
950
+ .CRPSpace1 { width:17px; text-align:center; }
951
+ .CRPSpace2 { width:33px; text-align:center; }
952
+ .CRPSpace3 { width:49px; text-align:center; }
953
+ .CRPSpace4 { width:65px; text-align:center; }
954
+
955
+
956
+ /* -------------------------------------------------------------------------------------------------------------------------- */
957
+ /* Button type cell */
958
+ /* -------------------------------------------------------------------------------------------------------------------------- */
959
+
960
+ /* ------------- Button = "Tab" ------------- */
961
+
962
+ /* @ Set border, padding, background and text attributes
963
+ ...TabHtml is set to the Tab button <td> tag
964
+ ...TabHtml1 is set to the Tab button <td> tag instead if the button value is 1
965
+ ...TabHtmlIcon... is set instead if the button has Icon
966
+ */
967
+ .CRTabHtml,.CRTabHtml1,.CRTabHtmlIcon,.CRTabHtmlIcon1 { text-align:center; padding-left:5px; padding-right:5px; background:#EEF3F6; border:1px solid #99BCE8; }
968
+ .CRRowAbove .CRTabHtml,.CRRowAbove .CRTabHtml1,.CRRowAbove .CRTabHtmlIcon,.CRRowAbove .CRTabHtmlIcon1 { border-radius:10px 10px 0px 0px; border-bottom:0px none; }
969
+ .CRRowBelow .CRTabHtml,.CRRowBelow .CRTabHtml1,.CRRowBelow .CRTabHtmlIcon,.CRRowBelow .CRTabHtmlIcon1 { border-radius:0px 0px 10px 10px; border-top:0px none; }
970
+ .CRTabHtml1,.CRTabHtmlIcon1 { background-color:#789; color:white; }
971
+
972
+ /* Separators between Button="Tab", set to <td> tag
973
+ They are created automatically to separate the Tabs or can be created manually by Button="TabSep"
974
+ @ Set background, border and padding or width
975
+ ...TabSep is set to empty <td> tag between two Tab buttons
976
+ ...TabSepLeft is set to empty <td> tag before Tab button
977
+ ...TabSepRight is set to empty <td> tag after Tab button
978
+ ...TabSepFirst is set to empty <td> tag before Tab button if it is the first cell
979
+ ...TabSepLast is set to empty <td> tag after Tab button if it is the last cell
980
+ ...TabSepNoBack is added to all Tab separators on row Kind="Tabber2"
981
+ */
982
+ .CRTabSep,.CRTabSepLeft,.CRTabSepRight {
983
+ padding-left:3px; padding-right:0px; background:white!important; border:0px none; border-radius:0px; cursor:default!important;
984
+ }
985
+ .CRTabSepRight,.CRTabSepLeft { padding-left:5px; }
986
+ .CRTabSepLast { padding-left:1px; background:white!important; border:0px none; border-radius:0px; xborder-left:1px solid #9cb6c8; cursor:default!important; }
987
+ .CRTabSepFirst { padding-left:1px; background:white!important; border:0px none; border-radius:0px; xborder-right:1px solid #9cb6c8; cursor:default!important; }
988
+ .CRTabSepNoBack { background:none!important; }
989
+
990
+ /* ------------- Button = "Button" ------------- */
991
+
992
+ /* Parent of the <button>, it is set to cell <td> tag or inner <div> tag
993
+ @ Set background, border and padding
994
+ */
995
+ .CRToolButton { text-align:center; padding:0px 1px 0px 1px; }
996
+
997
+ /* Class set to the <button> tag if set <Cfg UseButton='1'> or to <u> tag if set <Cfg UseButton='0'>.
998
+ @ Set background, border, margin, padding, height and text attributes
999
+ ...ToolButtonButton is set in table row
1000
+ ...ToolButtonButton1 is set in table row instead if the button value is 1
1001
+ ...ToolButtonButtonAuto is added if the table cell has not set Width attribute
1002
+ ...ToolSpaceButton is set in Space row
1003
+ ...ToolSpaceButton1 is set in Space row instead if the button value is 1
1004
+ ...ToolSpaceButtonAuto is added if the Space cell has set Width="-1"
1005
+ ...Icon is added if the cell has set Icon attribute
1006
+ ...IconInner is set to the inner <i> tag with the icon and text if the cell has set Icon attribute
1007
+ ...Empty is added to button with empty text to preserve its height; @ Set height
1008
+ */
1009
+ button.CRToolButtonButton,button.CRToolButtonButton1 { font:10px/11px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; height:17px; padding:0px; cursor:pointer; white-space:nowrap; }
1010
+ button.CRToolSpaceButton,button.CRToolSpaceButton1 { font:11px/12px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; height:21px; padding:0px; cursor:pointer; white-space:nowrap; }
1011
+ button.CRToolButtonButton1,button.CRToolSpaceButton1 { color:blue; font-weight:bold; }
1012
+
1013
+ u.CRToolButtonButton,u.CRToolButtonButton1,u.CRToolSpaceButton,u.CRToolSpaceButton1 {
1014
+ background:url(Backgrounds.gif?v120) 0px -750px; border:1px solid white; border-right:1px solid #888; border-bottom:1px solid #888; border-radius:10px;
1015
+ cursor:pointer; text-decoration:none; display:block; overflow:hidden; white-space:nowrap;
1016
+ }
1017
+ u.CRToolButtonButton,u.CRToolButtonButton1 { font:11px/12px Arial,Helvetica,sans-serif; padding:1px 5px 0px 5px; margin:1px; }
1018
+ u.CRToolSpaceButton,u.CRToolSpaceButton1 { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; padding:1px 3px 2px 3px; margin:2px 0px 1px 0px; }
1019
+ .CRCellHeader u.CRToolButtonButton,.CRCellHeader u.CRToolButtonButton1 { }
1020
+ u.CRToolButtonButton1,u.CRToolSpaceButton1 { border:1px solid #888; border-right:1px solid white; border-bottom:1px solid white; color:blue; }
1021
+ u.CRToolButtonIcon { padding-top:0px; padding-bottom:0px; } .CRToolButtonIconInner { padding-top:1px; padding-bottom:0px; display:inline-block; font-style:normal; }
1022
+ u.CRToolSpaceIcon { padding-top:0px; padding-bottom:0px; } .CRToolSpaceIconInner { padding-top:1px; padding-bottom:2px; display:inline-block; font-style:normal; }
1023
+ .CRToolButtonEmpty { height:12px; width:0px; overflow:hidden; display:inline-block; }
1024
+ .CRToolSpaceEmpty { height:13px; width:0px; overflow:hidden; display:inline-block; }
1025
+
1026
+ .CRToolButtonButtonAuto,.CRToolSpaceButtonAuto { padding-left:3px; padding-right:3px; }
1027
+
1028
+ /* ------------- Button = "Html" ------------- */
1029
+
1030
+ /* @ Set border, padding, background and text attributes
1031
+ ...ToolHtml is set to the button <td> tag
1032
+ ...ToolHtml1 is set to the button <td> tag instead if the button value is 1
1033
+ ...ToolHtmlIcon... is set instead if the button has Icon or is Class button
1034
+ */
1035
+ .CRToolHtml,.CRToolHtml1 { padding-left:3px; padding-right:3px; text-align:center; }
1036
+ .CRToolHtml1 { font-weight:bold; color:blue; }
1037
+ .CRToolHtmlIcon,.CRToolHtmlIcon1 { text-align:center; }
1038
+ .CRToolHtmlIcon1 { }
1039
+
1040
+ /* Added to <td> or <div> tag when the cell has set Icon attribute, according to IconAlign value */
1041
+ .CRToolHtmlIconLeft { text-align:left; }
1042
+ .CRToolHtmlIconRight { text-align:right; }
1043
+
1044
+ /* Added to <td> tag, to button with empty text; @ Set border and padding */
1045
+ .CRToolHtmlIconSingle { }
1046
+
1047
+ /* Added to <div> tag, to button with empty text to preserve its height; ...IE is used for IE5 quirks mode; @ Set height */
1048
+ .CRToolHtmlEmpty { height:13px; width:0px; overflow:hidden; display:inline-block; }
1049
+ .CRToolHtmlEmptyIE { overflow:hidden; display:inline-block; }
1050
+
1051
+ /* ------------- Other Button type attributes ------------- */
1052
+
1053
+ /* Added to <td> tag when the Button type cell has set Disabled='1' */
1054
+ .CRDisabledButton { opacity:0.3; filter:alpha(opacity=30); }
1055
+
1056
+ /* Popup cell side icon, used for Button type cell with List attribute
1057
+ @ Set background and padding
1058
+ ...PopupRight - right popup icon, used for PopupIcon="2" and for not empty value and PopupIcon="1"
1059
+ ...PopupLeft - not used now
1060
+ ...PopupNone - used for PopupIcon="1" and empty value, just to preserve the space
1061
+ */
1062
+ .CRPopupLeft,.CRPopupRight { background-image:url(Menu.gif?v120); background-repeat:no-repeat; }
1063
+ .CRPopupLeft { background-position:-6px -248px; padding-left:14px;}
1064
+ .CRPopupRight { background-position:right -248px; padding-right:14px;}
1065
+ .CRPopupNone { padding-right:14px; }
1066
+
1067
+ /* ------------------------------------------ Special Toolbar buttons' images ---------------------------------------------- */
1068
+
1069
+ /* Class added to <td> tag for alignment of the icon in Button="Class" or Button="Html"
1070
+ ...Single is added for button without ButtonText to specify the icon width
1071
+ ...Left/Right/Top/Bottom is added for appropriate IconAlign value
1072
+ @ Set padding
1073
+ */
1074
+ .CRToolAlignSingle { padding-left:24px; padding-right:0px; }
1075
+ .CRToolAlignSingle.CRHasLine { padding-left:0px; }
1076
+ .CRToolAlignLeft { padding-left:22px; padding-right:8px; }
1077
+ .CRToolAlignRight { padding-left:8px; padding-right:22px; }
1078
+ .CRToolAlignTop { padding-left:5px; padding-right:5px; padding-top:22px; }
1079
+ .CRToolAlignBottom { padding:5px 5px 24px 5px; }
1080
+
1081
+ /* Class added to <td> tag for alignment of the Underline line in Button="Class" or Button="Html"
1082
+ ...Single is added for button without ButtonText
1083
+ ...Left/Right/Top/Bottom is added for appropriate IconAlign value
1084
+ @ Set margin and width
1085
+ */
1086
+ .CRToolLineAlignSingle { margin:14px 19px -18px 0px; height:0px; width:21px; }
1087
+ .CRToolLineAlignLeft { margin:14px 3px -18px -20px; height:0px; width:17px; }
1088
+ .CRToolLineAlignRight { margin:14px -23px -18px -2px; height:0px; }
1089
+ .CRToolLineAlignTop { margin:-3px auto -1px auto; height:0px; }
1090
+ .CRToolLineAlignBottom { margin:34px auto -38px auto; height:0px; }
1091
+
1092
+ /* Class set to <div> tag with Underline line in Button="Class" or Button="Html"
1093
+ The number is the UnderlineStyle. ...Line is for UnderLineStyle = null, ...LineEmpty for UnderLineStyle=""
1094
+ @ Set border and padding
1095
+ */
1096
+ .CRToolLine { border-bottom:3px solid; padding-top:0px; }
1097
+ .CRToolLineEmpty { border-bottom:1px solid #D4D4D4!important; padding-top:2px; }
1098
+ .CRToolLine0 { border-bottom:0px none; padding-top:2px; }
1099
+ .CRToolLine1 { border-bottom:1px solid; padding-top:1px; }
1100
+ .CRToolLine2 { border-bottom:2px solid; padding-top:1px; }
1101
+ .CRToolLine3 { border-bottom:3px solid; padding-top:0px; }
1102
+ .CRToolLine4 { border-bottom:1px dotted; padding-top:1px; }
1103
+ .CRToolLine5 { border-bottom:2px dotted; padding-top:1px; }
1104
+ .CRToolLine6 { border-bottom:1px dashed; padding-top:1px; }
1105
+ .CRToolLine7 { border-bottom:2px dashed; padding-top:1px; }
1106
+
1107
+ /* Used for Type="Button" Button="Class" and cell value null, "", 0 or 1. Set to <td> tag
1108
+ @ Set border, padding, background
1109
+ */
1110
+ .CRToolSave,.CRToolReload,.CRToolRepaint,.CRToolRepaint1,.CRToolPrint,.CRToolExportPDF,.CRToolExport,.CRToolImport,.CRToolUndo,.CRToolUndo1,.CRToolRedo,.CRToolRedo1,
1111
+ .CRToolAdd,.CRToolAddChild,.CRToolAddCol,.CRToolJoin,.CRToolSplit,.CRToolOutdent,.CRToolIndent,.CRToolSort,.CRToolSort1,.CRToolCalc,.CRToolCalc1,
1112
+ .CRToolExpandAll,.CRToolCollapseAll,.CRToolColumns,.CRToolCfg,.CRToolHelp,.CRToolDebug,.CRResizeGrid,.CRResizeGridRtl {
1113
+ background-image:url(Toolbar.gif?v120); background-repeat:no-repeat;
1114
+ }
1115
+ .CRToolSave { background-position:center 0px; } .CRToolSaveLeft { background-position:left 0px; } .CRToolSaveRight { background-position:right 0px; } .CRToolSaveBottom { background-position:center 20px; }
1116
+ .CRToolReload { background-position:center -100px; } .CRToolReloadLeft { background-position:left -100px; } .CRToolReloadRight { background-position:right -100px; } .CRToolReloadBottom { background-position:center -80px; }
1117
+ .CRToolRepaint { background-position:center -200px; } .CRToolRepaintLeft { background-position:left -200px; } .CRToolRepaintRight { background-position:right -200px; } .CRToolRepaintBottom { background-position:center -180px; }
1118
+ .CRToolRepaint1 { background-position:center -300px; } .CRToolRepaintLeft1 { background-position:left -300px; } .CRToolRepaintRight1 { background-position:right -300px; } .CRToolRepaintBottom1 { background-position:center -280px; }
1119
+ .CRToolPrint { background-position:center -400px; } .CRToolPrintLeft { background-position:left -400px; } .CRToolPrintRight { background-position:right -400px; } .CRToolPrintBottom { background-position:center -380px; }
1120
+ .CRToolExportPDF { background-position:center -500px; } .CRToolExportPDFLeft { background-position:left -500px; } .CRToolExportPDFRight { background-position:right -500px; } .CRToolExportPDFBottom { background-position:center -480px; }
1121
+ .CRToolExport { background-position:center -600px; } .CRToolExportLeft { background-position:left -600px; } .CRToolExportRight { background-position:right -600px; } .CRToolExportBottom { background-position:center -580px; }
1122
+ .CRToolImport { background-position:center -3000px; } .CRToolImportLeft { background-position:left -3000px; } .CRToolImportRight { background-position:right -3000px; } .CRToolImportBottom { background-position:center -2980px; }
1123
+ .CRToolUndo { background-position:center -700px; } .CRToolUndoLeft { background-position:left -700px; } .CRToolUndoRight { background-position:right -700px; } .CRToolUndoBottom { background-position:center -680px; }
1124
+ .CRToolUndo1 { background-position:center -800px; } .CRToolUndoLeft1 { background-position:left -800px; } .CRToolUndoRight1 { background-position:right -800px; } .CRToolUndoBottom1 { background-position:center -780px; }
1125
+ .CRToolRedo { background-position:center -900px; } .CRToolRedoLeft { background-position:left -900px; } .CRToolRedoRight { background-position:right -900px; } .CRToolRedoBottom { background-position:center -880px; }
1126
+ .CRToolRedo1 { background-position:center -1000px; } .CRToolRedoLeft1 { background-position:left -1000px; } .CRToolRedoRight1 { background-position:right -1000px; } .CRToolRedoBottom1 { background-position:center -980px; }
1127
+ .CRToolAdd { background-position:center -1100px; } .CRToolAddLeft { background-position:left -1100px; } .CRToolAddRight { background-position:right -1100px; } .CRToolAddBottom { background-position:center -1080px; }
1128
+ .CRToolAddChild { background-position:center -1200px; } .CRToolAddChildLeft { background-position:left -1200px; } .CRToolAddChildRight { background-position:right -1200px; } .CRToolAddChildBottom { background-position:center -1180px; }
1129
+ .CRToolAddCol { background-position:center -2900px; } .CRToolAddColLeft { background-position:left -2900px; } .CRToolAddColRight { background-position:right -2900px; } .CRToolAddColBottom { background-position:center -2880px; }
1130
+ .CRToolJoin { background-position:center -1300px; } .CRToolJoinLeft { background-position:left -1300px; } .CRToolJoinRight { background-position:right -1300px; } .CRToolJoinBottom { background-position:center -1280px; }
1131
+ .CRToolSplit { background-position:center -1400px; } .CRToolSplitLeft { background-position:left -1400px; } .CRToolSplitRight { background-position:right -1400px; } .CRToolSplitBottom { background-position:center -1380px; }
1132
+ .CRToolOutdent { background-position:center -1500px; } .CRToolOutdentLeft { background-position:left -1500px; } .CRToolOutdentRight { background-position:right -1500px; } .CRToolOutdentBottom { background-position:center -1480px; }
1133
+ .CRToolIndent { background-position:center -1600px; } .CRToolIndentLeft { background-position:left -1600px; } .CRToolIndentRight { background-position:right -1600px; } .CRToolIndentBottom { background-position:center -1580px; }
1134
+ .CRToolSort { background-position:center -1700px; } .CRToolSortLeft { background-position:left -1700px; } .CRToolSortRight { background-position:right -1700px; } .CRToolSortBottom { background-position:center -1680px; }
1135
+ .CRToolSort1 { background-position:center -1800px; } .CRToolSortLeft1 { background-position:left -1800px; } .CRToolSortRight1 { background-position:right -1800px; } .CRToolSortBottom1 { background-position:center -1780px; }
1136
+ .CRToolCalc { background-position:center -1900px; } .CRToolCalcLeft { background-position:left -1900px; } .CRToolCalcRight { background-position:right -1900px; } .CRToolCalcBottom { background-position:center -1880px; }
1137
+ .CRToolCalc1 { background-position:center -2000px; } .CRToolCalcLeft1 { background-position:left -2000px; } .CRToolCalcRight1 { background-position:right -2000px; } .CRToolCalcBottom1 { background-position:center -1980px; }
1138
+ .CRToolExpandAll { background-position:center -2100px; } .CRToolExpandAllLeft { background-position:left -2100px; } .CRToolExpandAllRight { background-position:right -2100px; } .CRToolExpandAllBottom { background-position:center -2080px; }
1139
+ .CRToolCollapseAll { background-position:center -2200px; } .CRToolCollapseAllLeft { background-position:left -2200px; } .CRToolCollapseAllRight { background-position:right -2200px; } .CRToolCollapseAllBottom { background-position:center -2180px; }
1140
+ .CRToolColumns { background-position:center -2300px; } .CRToolColumnsLeft { background-position:left -2300px; } .CRToolColumnsRight { background-position:right -2300px; } .CRToolColumnsBottom { background-position:center -2280px; }
1141
+ .CRToolCfg { background-position:center -2400px; } .CRToolCfgLeft { background-position:left -2400px; } .CRToolCfgRight { background-position:right -2400px; } .CRToolCfgBottom { background-position:center -2380px; }
1142
+ .CRToolHelp { background-position:center -2500px; } .CRToolHelpLeft { background-position:left -2500px; } .CRToolHelpRight { background-position:right -2500px; } .CRToolHelpBottom { background-position:center -2480px; }
1143
+ .CRToolDebug { background-position:center -2600px; } .CRToolDebugLeft { background-position:left -2600px; } .CRToolDebugRight { background-position:right -2600px; } .CRToolDebugBottom { background-position:center -2580px; }
1144
+ .CRResizeGrid { background-position:center -2700px; } .CRResizeGridLeft { background-position:left -2700px; } .CRResizeGridRight { background-position:right -2700px; } .CRResizeGridBottom { background-position:center -2680px; }
1145
+ .CRResizeGridRtl { background-position:center -2800px; } .CRResizeGridRtlLeft { background-position:left -2800px; } .CRResizeGridRtlRight { background-position:right -2800px; } .CRResizeGridRtlBottom { background-position:center -2780px; }
1146
+
1147
+ .CRToolPagerFirst,.CRToolPagerFirst1,.CRToolPagerPrev,.CRToolPagerPrev1,.CRToolPagerNext,.CRToolPagerNext1,.CRToolPagerLast,.CRToolPagerLast1 {
1148
+ background-image:url(Pager.gif?v120); background-repeat:no-repeat;
1149
+ }
1150
+ .CRToolPagerFirst { background-position:center 0px; } .CRToolPagerFirstLeft { background-position:left 0px; } .CRToolPagerFirstRight { background-position:right 0px; } .CRToolPagerFirstBottom { background-position:center 20px; }
1151
+ .CRToolPagerFirst1 { background-position:center -100px; } .CRToolPagerFirstLeft1 { background-position:left -100px; } .CRToolPagerFirstRight1 { background-position:right -100px; } .CRToolPagerFirstBottom1 { background-position:center -80px; }
1152
+ .CRToolPagerPrev { background-position:center -200px; } .CRToolPagerPrevLeft { background-position:left -200px; } .CRToolPagerPrevRight { background-position:right -200px; } .CRToolPagerPrevBottom { background-position:center -180px; }
1153
+ .CRToolPagerPrev1 { background-position:center -300px; } .CRToolPagerPrevLeft1 { background-position:left -300px; } .CRToolPagerPrevRight1 { background-position:right -300px; } .CRToolPagerPrevBottom1 { background-position:center -280px; }
1154
+ .CRToolPagerNext { background-position:center -400px; } .CRToolPagerNextLeft { background-position:left -400px; } .CRToolPagerNextRight { background-position:right -400px; } .CRToolPagerNextBottom { background-position:center -380px; }
1155
+ .CRToolPagerNext1 { background-position:center -500px; } .CRToolPagerNextLeft1 { background-position:left -500px; } .CRToolPagerNextRight1 { background-position:right -500px; } .CRToolPagerNextBottom1 { background-position:center -480px; }
1156
+ .CRToolPagerLast { background-position:center -600px; } .CRToolPagerLastLeft { background-position:left -600px; } .CRToolPagerLastRight { background-position:right -600px; } .CRToolPagerLastBottom { background-position:center -580px; }
1157
+ .CRToolPagerLast1 { background-position:center -700px; } .CRToolPagerLastLeft1 { background-position:left -700px; } .CRToolPagerLastRight1 { background-position:right -700px; } .CRToolPagerLastBottom1 { background-position:center -680px; }
1158
+
1159
+ .CRToolCorrect,.CRToolCorrect1,.CRToolZoomIn,.CRToolZoomIn1,.CRToolZoomOut,.CRToolZoomOut1,.CRToolZoomFit {
1160
+ background-image:url(ToolbarGantt.gif?v120); background-repeat:no-repeat;
1161
+ }
1162
+ .CRToolCorrect { background-position:center 0px; } .CRToolCorrectLeft { background-position:left 0px; } .CRToolCorrectRight { background-position:right 0px; } .CRToolCorrectBottom { background-position:center 20px; }
1163
+ .CRToolCorrect1 { background-position:center -100px; } .CRToolCorrectLeft1 { background-position:left -100px; } .CRToolCorrectRight1 { background-position:right -100px; } .CRToolCorrectBottom1 { background-position:center -80px; }
1164
+ .CRToolZoomIn { background-position:center -200px; } .CRToolZoomInLeft { background-position:left -200px; } .CRToolZoomInRight { background-position:right -200px; } .CRToolZoomInBottom { background-position:center -180px; }
1165
+ .CRToolZoomIn1 { background-position:center -300px; } .CRToolZoomInLeft1 { background-position:left -300px; } .CRToolZoomInRight1 { background-position:right -300px; } .CRToolZoomInBottom1 { background-position:center -280px; }
1166
+ .CRToolZoomOut { background-position:center -400px; } .CRToolZoomOutLeft { background-position:left -400px; } .CRToolZoomOutRight { background-position:right -400px; } .CRToolZoomOutBottom { background-position:center -380px; }
1167
+ .CRToolZoomOut1 { background-position:center -500px; } .CRToolZoomOutLeft1 { background-position:left -500px; } .CRToolZoomOutRight1 { background-position:right -500px; } .CRToolZoomOutBottom1 { background-position:center -480px; }
1168
+ .CRToolZoomFit { background-position:center -600px; } .CRToolZoomFitLeft { background-position:left -600px; } .CRToolZoomFitRight { background-position:right -600px; } .CRToolZoomFitBottom { background-position:center -580px; }
1169
+
1170
+ .CRToolLeft,.CRToolCenter,.CRToolRight,.CRToolTop,.CRToolMiddle,.CRToolBottom,.CRToolBold,.CRToolItalic,.CRToolUnderline,.CRToolStrike,.CRToolRotateLeft,.CRToolRotateRight,.CRToolWrapText {
1171
+ background-image:url(ToolbarSheet.gif?v120); background-repeat:no-repeat;
1172
+ }
1173
+ .CRToolLeft1,.CRToolCenter1,.CRToolRight1,.CRToolTop1,.CRToolMiddle1,.CRToolBottom1,.CRToolBold1,.CRToolItalic1,.CRToolUnderline1,.CRToolStrike1,.CRToolRotateLeft1,.CRToolRotateRight1,.CRToolWrapText1 {
1174
+ background-image:url(ToolbarSheet.gif?v120); background-repeat:no-repeat; background-color:white;
1175
+ }
1176
+ .CRToolLeft,.CRToolLeft1 { background-position:center 0px; } .CRToolLeftLeft,.CRToolLeftLeft1 { background-position:left 0px; } .CRToolLeftRight,.CRToolLeftRight1 { background-position:right 0px; } .CRToolLeftBottom,.CRToolLeftBottom1 { background-position:center 20px; }
1177
+ .CRToolCenter,.CRToolCenter1 { background-position:center -100px; } .CRToolCenterLeft,.CRToolCenterLeft1 { background-position:left -100px; } .CRToolCenterRight,.CRToolCenterRight1 { background-position:right -100px; } .CRToolCenterBottom,.CRToolCenterBottom1 { background-position:center -80px; }
1178
+ .CRToolRight,.CRToolRight1 { background-position:center -200px; } .CRToolRightLeft,.CRToolRightLeft1 { background-position:left -200px; } .CRToolRightRight,.CRToolRightRight1 { background-position:right -200px; } .CRToolRightBottom,.CRToolRightBottom1 { background-position:center -180px; }
1179
+ .CRToolTop,.CRToolTop1 { background-position:center -300px; } .CRToolTopLeft,.CRToolTopLeft1 { background-position:left -300px; } .CRToolTopRight,.CRToolTopRight1 { background-position:right -300px; } .CRToolTopBottom,.CRToolTopBottom1 { background-position:center -280px; }
1180
+ .CRToolMiddle,.CRToolMiddle1 { background-position:center -400px; } .CRToolMiddleLeft,.CRToolMiddleLeft1 { background-position:left -400px; } .CRToolMiddleRight,.CRToolMiddleRight1 { background-position:right -400px; } .CRToolMiddleBottom,.CRToolMiddleBottom1 { background-position:center -380px; }
1181
+ .CRToolBottom,.CRToolBottom1 { background-position:center -500px; } .CRToolBottomLeft,.CRToolBottomLeft1 { background-position:left -500px; } .CRToolBottomRight,.CRToolBottomRight1 { background-position:right -500px; } .CRToolBottomBottom,.CRToolBottomBottom1 { background-position:center -480px; }
1182
+ .CRToolBold,.CRToolBold1 { background-position:center -600px; } .CRToolBoldLeft,.CRToolBoldLeft1 { background-position:left -600px; } .CRToolBoldRight,.CRToolBoldRight1 { background-position:right -600px; } .CRToolBoldBottom,.CRToolBoldBottom1 { background-position:center -580px; }
1183
+ .CRToolItalic,.CRToolItalic1 { background-position:center -700px; } .CRToolItalicLeft,.CRToolItalicLeft1 { background-position:left -700px; } .CRToolItalicRight,.CRToolItalicRight1 { background-position:right -700px; } .CRToolItalicBottom,.CRToolItalicBottom1 { background-position:center -680px; }
1184
+ .CRToolUnderline,.CRToolUnderline1 { background-position:center -800px; } .CRToolUnderlineLeft,.CRToolUnderlineLeft1 { background-position:left -800px; } .CRToolUnderlineRight,.CRToolUnderlineRight1 { background-position:right -800px; } .CRToolUnderlineBottom,.CRToolUnderlineBottom1 { background-position:center -780px; }
1185
+ .CRToolStrike,.CRToolStrike1 { background-position:center -900px; } .CRToolStrikeLeft,.CRToolStrikeLeft1 { background-position:left -900px; } .CRToolStrikeRight,.CRToolStrikeRight1 { background-position:right -900px; } .CRToolStrikeBottom,.CRToolStrikeBottom1 { background-position:center -880px; }
1186
+ .CRToolRotateLeft,.CRToolRotateLeft1 { background-position:center -1000px; } .CRToolRotateLeftLeft,.CRToolRotateLeftLeft1 { background-position:left -1000px; } .CRToolRotateLeftRight,.CRToolRotateLeftRight { background-position:right -1000px; } .CRToolRotateLeftBottom,.CRToolRotateLeftBottom1 { background-position:center -980px; }
1187
+ .CRToolRotateRight,.CRToolRotateRight1 { background-position:center -1100px; } .CRToolRotateRightLeft,.CRToolRotateRightLeft1 { background-position:left -1100px; } .CRToolRotateRightRight,.CRToolRotateRightRight1 { background-position:right -1100px; } .CRToolRotateRightBottom,.CRToolRotateRightBottom1 { background-position:center -1080px; }
1188
+ .CRToolWrapText,.CRToolWrapText1 { background-position:center -1200px; } .CRToolWrapTextLeft,.CRToolWrapTextLeft1 { background-position:left -1200px; } .CRToolWrapTextRight,.CRToolWrapTextRight { background-position:right -1200px; } .CRToolWrapTextBottom.CRToolWrapTextBottom1 { background-position:center -1180px; }
1189
+
1190
+ .CRToolColorText,.CRToolColorBackground,.CRToolBorder,.CRToolBorderAll,.CRToolBorderI3,.CRToolBorderI2,.CRToolBorderI1,
1191
+ .CRToolBorderO15,.CRToolBorderO1,.CRToolBorderO2,.CRToolBorderO4,.CRToolBorderO8,.CRToolBorderO5,.CRToolBorderO10,.CRToolColorShadow {
1192
+ background-image:url(ToolbarSheetWide.gif?v120); background-repeat:no-repeat;
1193
+ }
1194
+ .CRToolColorText { background-position:center 0px; } .CRToolColorTextLeft { background-position:left 0px; } .CRToolColorTextRight { background-position:right 0px; } .CRToolColorTextBottom { background-position:center 20px; }
1195
+ .CRToolColorBackground { background-position:center -100px; } .CRToolColorBackgroundLeft { background-position:left -100px; } .CRToolColorBackgroundRight { background-position:right -100px; } .CRToolColorBackgroundBottom { background-position:center -80px; }
1196
+ .CRToolBorder { background-position:center -200px; } .CRToolBorderLeft { background-position:left -200px; } .CRToolBorderRight { background-position:right -200px; } .CRToolBorderBottom { background-position:center -180px; }
1197
+ .CRToolBorderAll { background-position:center -300px; } .CRToolBorderAllLeft { background-position:left -300px; } .CRToolBorderAllRight { background-position:right -300px; } .CRToolBorderAllBottom { background-position:center -280px; }
1198
+ .CRToolBorderO15 { background-position:center -400px; } .CRToolBorderO15Left { background-position:left -400px; } .CRToolBorderO15Right { background-position:right -400px; } .CRToolBorderO15Bottom { background-position:center -380px; }
1199
+ .CRToolBorderI3 { background-position:center -500px; } .CRToolBorderI3Left { background-position:left -500px; } .CRToolBorderI3Right { background-position:right -500px; } .CRToolBorderI3Bottom { background-position:center -480px; }
1200
+ .CRToolBorderI2 { background-position:center -600px; } .CRToolBorderI2Left { background-position:left -600px; } .CRToolBorderI2Right { background-position:right -600px; } .CRToolBorderI2Bottom { background-position:center -580px; }
1201
+ .CRToolBorderI1 { background-position:center -700px; } .CRToolBorderI1Left { background-position:left -700px; } .CRToolBorderI1Right { background-position:right -700px; } .CRToolBorderI1Bottom { background-position:center -680px; }
1202
+ .CRToolBorderO1 { background-position:center -800px; } .CRToolBorderO1Left { background-position:left -800px; } .CRToolBorderO1Right { background-position:right -800px; } .CRToolBorderO1Bottom { background-position:center -780px; }
1203
+ .CRToolBorderO2 { background-position:center -900px; } .CRToolBorderO2Left { background-position:left -900px; } .CRToolBorderO2Right { background-position:right -900px; } .CRToolBorderO2Bottom { background-position:center -880px; }
1204
+ .CRToolBorderO4 { background-position:center -1000px; } .CRToolBorderO4Left { background-position:left -1000px; } .CRToolBorderO4Right { background-position:right -1000px; } .CRToolBorderO4Bottom { background-position:center -980px; }
1205
+ .CRToolBorderO8 { background-position:center -1100px; } .CRToolBorderO8Left { background-position:left -1100px; } .CRToolBorderO8Right { background-position:right -1100px; } .CRToolBorderO8Bottom { background-position:center -1080px; }
1206
+ .CRToolBorderO5 { background-position:center -1200px; } .CRToolBorderO5Left { background-position:left -1200px; } .CRToolBorderO5Right { background-position:right -1200px; } .CRToolBorderO5Bottom { background-position:center -1180px; }
1207
+ .CRToolBorderO10 { background-position:center -1300px; } .CRToolBorderO10Left { background-position:left -1300px; } .CRToolBorderO10Right { background-position:right -1300px; } .CRToolBorderO10Bottom { background-position:center -1280px; }
1208
+ .CRToolColorShadow { background-position:center -1400px; }.CRToolColorShadowLeft { background-position:left -1400px; } .CRToolColorShadowRight { background-position:right -1400px; } .CRToolColorShadowBottom { background-position:center -1380px; }
1209
+
1210
+ /* Void button ResizeGrid; @ Do not change */
1211
+ .CRToolResize { visibility:hidden; }
1212
+
1213
+ /* It is added to the td tag when used VAlign and no button text is shown */
1214
+ .CRToolImage { display:inline-block; width:24px; height:21px; padding:0px; overflow:hidden; }
1215
+
1216
+ /* It is added to the td tag when used VAlign and the button text is shown; for IconAlign values */
1217
+ .CRToolImageLeftText,.CRToolImageRightText,.CRToolImageTopText,.CRToolImageBottomText { display:inline-block; text-decoration:none; }
1218
+ .CRToolImageLeftText { padding-top:5px; padding-bottom:3px; }
1219
+ .CRToolImageRightText { padding-top:5px; padding-bottom:3px; }
1220
+ .CRToolImageTopText { height:13px; padding-bottom:3px; }
1221
+ .CRToolImageBottomText { height:13px; padding-top:5px; padding-bottom:24px; }
1222
+
1223
+ /* It is added to div tag when used Icon attribute with Button="Class"; for IconAlign values; Single is used without ButtonText; */
1224
+ .CRToolIconSingle { background-position:center center; }
1225
+ .CRToolIconLeft { background-position:left center; }
1226
+ .CRToolIconRight { background-position:right center; }
1227
+ .CRToolIconTop { background-position:center top; }
1228
+ .CRToolIconBottom { background-position:center bottom; }
1229
+
1230
+ /* Special class added to <td> tag for Pager type cell edit box with pager number - it is standard editable Space cell */
1231
+ .CRPagerEdit > div { text-align:center; }
1232
+
1233
+ /* Special icon always placed to right bottom grid corner to resize grid if set ResizingMain
1234
+ @ Set background and optionally margin, width and height for the icon size and position
1235
+ ...Rtl is placed in bottom left corner and is used in RTL mode
1236
+ */
1237
+ .CRResizeGrid { background-position:-2px -2703px; margin:-18px 0px 0px auto; height:18px; width:19px; overflow:hidden; padding:0px; cursor:nw-resize; position:relative; }
1238
+ .CRResizeGridRtl { background-position:-2px -2803px; margin:-18px auto 0px 0px; height:18px; width:19px; overflow:hidden; padding:0px; cursor:ne-resize; position:relative; }
1239
+
1240
+
1241
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1242
+ /* Cell side Icon / Button */
1243
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1244
+
1245
+ /* -------------------------------------------------- Filter images -------------------------------------------------------- */
1246
+
1247
+ /* Filter operator icons shown on left or right side (set by IconAlign), shown in <td> or <div> tag.
1248
+ The number 0 - 12 is the operator number set in cell Filter attribute
1249
+ @ Set here background and padding-left
1250
+ */
1251
+ .CRFilter0Left,.CRFilter1Left,.CRFilter2Left,.CRFilter3Left,.CRFilter4Left,.CRFilter5Left,.CRFilter6Left,
1252
+ .CRFilter7Left,.CRFilter8Left,.CRFilter9Left,.CRFilter10Left,.CRFilter11Left,.CRFilter12Left {
1253
+ background-image:url(Filter.gif?v120); background-repeat:no-repeat; padding-left:20px;
1254
+ }
1255
+ .CRFilter0Right,.CRFilter1Right,.CRFilter2Right,.CRFilter3Right,.CRFilter4Right,.CRFilter5Right,.CRFilter6Right,
1256
+ .CRFilter7Right,.CRFilter8Right,.CRFilter9Right,.CRFilter10Right,.CRFilter11Right,.CRFilter12Right {
1257
+ background-image:url(Filter.gif?v120); background-repeat:no-repeat; padding-right:20px;
1258
+ }
1259
+ .CRFilter0Left,.CRFilter0Menu { background-position:left 0px; }
1260
+ .CRFilter1Left,.CRFilter1Menu { background-position:left -150px; }
1261
+ .CRFilter2Left,.CRFilter2Menu { background-position:left -300px; }
1262
+ .CRFilter3Left,.CRFilter3Menu { background-position:left -450px; }
1263
+ .CRFilter4Left,.CRFilter4Menu { background-position:left -600px; }
1264
+ .CRFilter5Left,.CRFilter5Menu { background-position:left -750px; }
1265
+ .CRFilter6Left,.CRFilter6Menu { background-position:left -900px; }
1266
+ .CRFilter7Left,.CRFilter7Menu { background-position:left -1050px; }
1267
+ .CRFilter8Left,.CRFilter8Menu { background-position:left -1200px; }
1268
+ .CRFilter9Left,.CRFilter9Menu { background-position:left -1350px; }
1269
+ .CRFilter10Left,.CRFilter10Menu { background-position:left -1500px; }
1270
+ .CRFilter11Left,.CRFilter11Menu { background-position:left -1650px; }
1271
+ .CRFilter12Left,.CRFilter12Menu { background-position:left -1800px; }
1272
+ .CRFilter0Right { background-position:right 0px; }
1273
+ .CRFilter1Right { background-position:right -150px; }
1274
+ .CRFilter2Right { background-position:right -300px; }
1275
+ .CRFilter3Right { background-position:right -450px; }
1276
+ .CRFilter4Right { background-position:right -600px; }
1277
+ .CRFilter5Right { background-position:right -750px; }
1278
+ .CRFilter6Right { background-position:right -900px; }
1279
+ .CRFilter7Right { background-position:right -1050px; }
1280
+ .CRFilter8Right { background-position:right -1200px; }
1281
+ .CRFilter9Right { background-position:right -1350px; }
1282
+ .CRFilter10Right { background-position:right -1500px; }
1283
+ .CRFilter11Right { background-position:right -1650px; }
1284
+ .CRFilter12Right { background-position:right -1800px; }
1285
+
1286
+ /* The filter operator icons shown in the popup menu
1287
+ @ Set here background, width and height
1288
+ */
1289
+ .CRFilter0Menu,.CRFilter1Menu,.CRFilter2Menu,.CRFilter3Menu,.CRFilter4Menu,.CRFilter5Menu,.CRFilter6Menu,
1290
+ .CRFilter7Menu,.CRFilter8Menu,.CRFilter9Menu,.CRFilter10Menu,.CRFilter11Menu,.CRFilter12Menu {
1291
+ width:17px; height:17px; overflow:hidden; background-image:url(Filter.gif?v120); background-repeat:no-repeat; margin-left:-1px;
1292
+ }
1293
+
1294
+ /* Added to the filter cell according to the filter operator
1295
+ @ Set here text attributes
1296
+ */
1297
+ .CRFilter0Value { color:silver; }
1298
+ .CRFilter1Value,.CRFilter2Value,.CRFilter3Value,.CRFilter4Value,.CRFilter5Value,.CRFilter6Value,.CRFilter7Value,.CRFilter8Value,.CRFilter9Value,.CRFilter10Value,.CRFilter11Value,.CRFilter12Value { color:blue; }
1299
+
1300
+ /* --------------------------------------------------- Sort images --------------------------------------------------------- */
1301
+
1302
+ /* Sort icons shown on left or right side (set by IconAlign) in Header cell, shown in <td> or <div> tag.
1303
+ 0 - no sort, 1 - first sort asc, 2 - second sort asc, 3 - third sort asc, 4 - first sort desc, 5 - second sort desc, 6 - third sort desc
1304
+ @ Set here background and padding-left
1305
+ */
1306
+ .CRSort0Left,.CRSort1Left,.CRSort2Left,.CRSort3Left,.CRSort4Left,.CRSort5Left,.CRSort6Left,
1307
+ .CRSort0Right,.CRSort1Right,.CRSort2Right,.CRSort3Right,.CRSort4Right,.CRSort5Right,.CRSort6Right {
1308
+ background-image:url(Sort.gif?v120); background-repeat:no-repeat;
1309
+ }
1310
+ .CRSort0Left,.CRSort1Left,.CRSort2Left,.CRSort3Left,.CRSort4Left,.CRSort5Left,.CRSort6Left { padding-left:17px; }
1311
+ .CRSort0Right,.CRSort1Right,.CRSort2Right,.CRSort3Right,.CRSort4Right,.CRSort5Right,.CRSort6Right{ padding-right:17px; }
1312
+ .CRSort0Left { background-position:left 0px; }
1313
+ .CRSort1Left { background-position:left -250px; }
1314
+ .CRSort2Left { background-position:left -500px; }
1315
+ .CRSort3Left { background-position:left -750px; }
1316
+ .CRSort4Left { background-position:left -1000px; }
1317
+ .CRSort5Left { background-position:left -1250px; }
1318
+ .CRSort6Left { background-position:left -1500px; }
1319
+ .CRSort0Right { background-position:right 0px; }
1320
+ .CRSort1Right { background-position:right -250px; }
1321
+ .CRSort2Right { background-position:right -500px; }
1322
+ .CRSort3Right { background-position:right -750px; }
1323
+ .CRSort4Right { background-position:right -1000px; }
1324
+ .CRSort5Right { background-position:right -1250px; }
1325
+ .CRSort6Right { background-position:right -1500px; }
1326
+
1327
+ /* ------------------------------------------------ Side button images ----------------------------------------------------- */
1328
+
1329
+ /* Predefined side icon and side button images.
1330
+ The ...Left is used for Icon with IconAlign="Left" or without IconAlign
1331
+ The ...Right is used for Icon with IconAlign="Right" and for Button
1332
+ The ...Top and ...Bottom is used for Type="Button" with Icon and IconAlign="Top" or "Bottom"
1333
+ The ...Check0... is not checked, ...Check1... is checked and ...Check2... is empty state (the ?)
1334
+ @ Set here background and padding-left or padding-right
1335
+ */
1336
+ .CRDateLeft,.CRDatesLeft,.CRDefaultsLeft,.CREnumLeft,.CRCollapseLeft,.CRExpandLeft,.CRFileLeft,.CRClearLeft { background-image:url(Button.gif?v120); padding-left:22px; background-repeat:no-repeat; }
1337
+ .CRDateRight,.CRDatesRight,.CRDefaultsRight,.CREnumRight,.CRCollapseRight,.CRExpandRight,.CRFileRight,.CRClearRight { background-image:url(Button.gif?v120); padding-right:22px; background-repeat:no-repeat; }
1338
+ .CRDateTop,.CRDatesTop,.CRDefaultsTop,.CREnumTop,.CRCollapseTop,.CRExpandTop,.CRFileTop,.CRClearTop { background-image:url(Button.gif?v120); padding-top:20px; background-repeat:no-repeat; }
1339
+ .CRDateBottom,.CRDatesBottom,.CRDefaultsBottom,.CREnumBottom,.CRCollapseBottom,.CRExpandBottom,.CRFileBottom,.CRClearBottom { background-image:url(Button.gif?v120); padding-bottom:20px; background-repeat:no-repeat; }
1340
+ .CRDateLeft,.CRDatesLeft { background-position:2px -250px; }
1341
+ .CRDateRight,.CRDatesRight { background-position:right -250px; }
1342
+ .CRDateTop,.CRDatesTop { background-position:center -250px; }
1343
+ .CRDateBottom,.CRDatesBottom { background-position:center -230px; }
1344
+ .CRDefaultsLeft { background-position:left 0px; }
1345
+ .CRDefaultsRight { background-position:right 0px; }
1346
+ .CRDefaultsTop { background-position:center 0px; }
1347
+ .CRDefaultsBottom { background-position:center 20px; }
1348
+ .CREnumLeft { background-position:left -500px; }
1349
+ .CREnumRight { background-position:right -500px; }
1350
+ .CREnumTop { background-position:center -500px; }
1351
+ .CREnumBottom { background-position:center -480px; }
1352
+ .CRExpandLeft { background-position:5px -1000px; }
1353
+ .CRExpandRight { background-position:right -1000px; }
1354
+ .CRExpandTop { background-position:center -1000px; }
1355
+ .CRExpandBottom { background-position:center -980px; }
1356
+ .CRCollapseLeft { background-position:5px -750px;}
1357
+ .CRCollapseRight { background-position:right -750px;}
1358
+ .CRCollapseTop { background-position:center -750px; }
1359
+ .CRCollapseBottom { background-position:center -730px; }
1360
+ .CRFileLeft { background-position:left -2000px; padding-left:20px; }
1361
+ .CRFileRight { background-position:right -2000px; padding-right:20px; }
1362
+ .CRFileTop { background-position:center -2000px; }
1363
+ .CRFileBottom { background-position:center -1980px; }
1364
+ .CRClearLeft { background-position:left -2250px; }
1365
+ .CRClearRight { background-position:right -2250px; }
1366
+ .CRClearTop { background-position:center -2250px; }
1367
+ .CRClearBottom { background-position:center -1230px; }
1368
+
1369
+ .CRCheck0Left,.CRCheck1Left,.CRCheck2Left { background-image:url(Bool.gif?v120); padding-left:21px; background-repeat:no-repeat; }
1370
+ .CRCheck0Right,.CRCheck1Right,.CRCheck2Right { background-image:url(Bool.gif?v120); padding-right:21px; background-repeat:no-repeat; }
1371
+ .CRCheck0Top,.CRCheck1Top,.CRCheck2Top { background-image:url(Bool.gif?v120); padding-top:20px; background-repeat:no-repeat; }
1372
+ .CRCheck0Bottom,.CRCheck1Bottom,.CRCheck2Bottom { background-image:url(Bool.gif?v120); padding-bottom:20px; background-repeat:no-repeat; }
1373
+ .CRCheck0Left { background-position:left 0px; }
1374
+ .CRCheck1Left { background-position:left -250px; }
1375
+ .CRCheck2Left { background-position:left -500px; }
1376
+ .CRCheck0Right { background-position:right 0px; }
1377
+ .CRCheck1Right { background-position:right -250px; }
1378
+ .CRCheck2Right { background-position:right -500px; }
1379
+ .CRCheck0Top { background-position:center 0px; }
1380
+ .CRCheck1Top { background-position:center -250px; }
1381
+ .CRCheck2Top { background-position:center -500px; }
1382
+ .CRCheck0Bottom { background-position:center 20px; }
1383
+ .CRCheck1Bottom { background-position:center -230px; }
1384
+ .CRCheck2Bottom { background-position:center -480px; }
1385
+
1386
+ /* Class added to right side button if shown in <u> tag - in Header cell or if the cell has set VAlign
1387
+ @ Set here only height
1388
+ */
1389
+ .CRButtonImage { display:inline-block; height:17px; padding-left:0px; padding-right:0px; }
1390
+
1391
+ /* Class added to <a> tag in Type="Icon" and Link attribute set. @ Do not change. */
1392
+ .CRIconLink { text-decoration:none; width:1000px; display:inline-block; }
1393
+
1394
+ /* Class added to the <td> or <div> tag when set custom Icon as icon file, with the suffix as IconAlign. @ Set padding */
1395
+ .CRIconLeft { background-position:left 0px; padding-left:20px; background-repeat:no-repeat; }
1396
+ .CRIconRight { background-position:right 0px; padding-right:20px; background-repeat:no-repeat; }
1397
+ .CRIconCenter { background-position:center 0px; background-repeat:no-repeat; }
1398
+ .CRIconTop { padding-top:20px; background-position:center 0px; background-repeat:no-repeat; }
1399
+ .CRIconBottom { padding-bottom:21px; background-position:center 20px; background-repeat:no-repeat; }
1400
+
1401
+ /* Class added to the <td> or <div> tag when set custom Icon as icon file, with the suffix as IconAlign="Top or "Bottom and VAlign.
1402
+ Used to synchronize position of custom icons with standard toolbar icons
1403
+ @ Set padding and margin
1404
+ */
1405
+ .CRIconTopVAlignTop { padding-top:20px; }
1406
+ .CRIconTopVAlignMiddle { padding-top:21px; }
1407
+ .CRIconTopVAlignBottom { padding-top:22px; }
1408
+ .CRIconBottomVAlignTop { padding-bottom:22px; }
1409
+ .CRIconBottomVAlignMiddle { padding-bottom:21px; }
1410
+ .CRIconBottomVAlignBottom { padding-bottom:21px; }
1411
+
1412
+
1413
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1414
+ /* Cell checkboxes - Radio and Bool types */
1415
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1416
+
1417
+ /* ------------------------------------------------ Radio Type images ------------------------------------------------------ */
1418
+
1419
+ /* Radio icons for cell RadioIcon = 0,1,2, set to <td> tag
1420
+ The ...Right is used when cell has set RadioRight='1'
1421
+ The ...None is used for RadioIcon='6'
1422
+ 0 - unchecked radio, 1 - checked radio, 2 - unchecked checkbox, 3 - checked checkbox
1423
+ @ Set background, padding, border and text attributes
1424
+ */
1425
+ .CRRadio0Left,.CRRadio0Right,.CRRadio1Left,.CRRadio1Right,.CRRadio2Left,.CRRadio2Right,.CRRadio3Left,.CRRadio3Right,.CRRadioIconLeft,.CRRadioIconRight,.CRRadioNone {
1426
+ background-image:url(Bool.gif?v120); background-repeat:no-repeat; font:11.9px/17px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif;
1427
+ }
1428
+ .CRRadio0Left,.CRRadio1Left,.CRRadio2Left,.CRRadio3Left,.CRRadioIconLeft { padding-left:20px; padding-right:3px; }
1429
+ .CRRadio0Right,.CRRadio1Right,.CRRadio2Right,.CRRadio3Right,.CRRadioIconRight { padding-right:20px; padding-left:3px; }
1430
+ .CRRadio0Left { background-position:left -1500px; }
1431
+ .CRRadio1Left { background-position:left -1750px; }
1432
+ .CRRadio2Left { background-position:left 0px; }
1433
+ .CRRadio3Left { background-position:left -250px;}
1434
+ .CRRadio0Right { background-position:right -1500px; }
1435
+ .CRRadio1Right { background-position:right -1750px; }
1436
+ .CRRadio2Right { background-position:right 0px; }
1437
+ .CRRadio3Right { background-position:right -250px; }
1438
+ .CRRadioNone { background-image:none; }
1439
+
1440
+ /* Custom radio icon for cell RadioIcon = "image file", set to <td> tag.
1441
+ The ...Right is used when cell has set RadioRight='1'
1442
+ @ Set padding, border and text attributes
1443
+ */
1444
+ .CRRadioIconLeft { background-position:left top; }
1445
+ .CRRadioIconRight { background-position:right top; }
1446
+
1447
+ /* The Radio icons if set to nobr and span tags when set cell attribute Wrap='1'
1448
+ @ Set padding and optionally background, border and text attributes
1449
+ */
1450
+ nobr.CRRadio0Left,nobr.CRRadio1Left,nobr.CRRadio2Left,nobr.CRRadio3Left,nobr.CRRadio0Right,nobr.CRRadio1Right,nobr.CRRadio2Right,nobr.CRRadio3Right,nobr.CRRadioIconLeft,nobr.CRRadioIconRight,
1451
+ span.CRRadio0Left,span.CRRadio1Left,span.CRRadio2Left,span.CRRadio3Left,span.CRRadio0Right,span.CRRadio1Right,span.CRRadio2Right,span.CRRadio3Right,span.CRRadioIconLeft,span.CRRadioIconRight {
1452
+ padding-top:2px; padding-bottom:2px;
1453
+ }
1454
+
1455
+ /* Radio icons by standard <input>, for cell RadioIcon = 3,4,5
1456
+ ...RadioCell is set to the <td> tag around the radio. @ Set background, padding and border
1457
+ ...RadioInput is set to <input> type "checkbox" or "radio". @ Set margin, padding and line-height
1458
+ ...RadioText is set to <span> tag next to the <input>. @ Set text attributes and optionally background, padding and border
1459
+ */
1460
+ .CRRadioCell { white-space:nowrap; }
1461
+ .CRRadioInput { margin:1px 2px 0px 2px; padding:0px; margin-top:-4px!IE; line-height:13px; }
1462
+ .CRRadioText { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; }
1463
+ nobr.CRRadioCell,span.CRRadioCell { display:inline-block; }
1464
+
1465
+ /* Caption of checked radio button; @ Set here border, padding, background and text attributes */
1466
+ .CRRadioChecked { color:blue; }
1467
+
1468
+ /* ------------------------------------------------- Bool Type images ------------------------------------------------------ */
1469
+
1470
+ /* Checkbox icons for table row cell, for BoolIcon = 0,1,2,3, set to <td> or <u> tag
1471
+ 0 - unchecked checkbox, 1 - checked checkbox, X - empty (third) state (?), 2 - unchecked radio, 3 - checked radio, RO - read only
1472
+ ...BoolIcon is used for custom icon in BoolIcon="image file"
1473
+ ...BoolImage is added for every the Bool icon
1474
+ @ Set here background and width and height
1475
+ */
1476
+ .CRBool0,.CRBool1,.CRBoolX,.CRBool0RO,.CRBool1RO,.CRBoolXRO,.CRBool2,.CRBool3,.CRBool2RO,.CRBool3RO { background-image:url(Bool.gif?v120); background-repeat:no-repeat; padding-left:17px; }
1477
+ .CRBoolIcon { background-repeat:no-repeat; }
1478
+ .CRBool0 { background-position:center 0px; }
1479
+ .CRBool1 { background-position:center -250px; }
1480
+ .CRBoolX { background-position:center -500px; }
1481
+ .CRBool0RO { background-position:center -750px; }
1482
+ .CRBool1RO { background-position:center -1000px; }
1483
+ .CRBoolXRO { background-position:center -1250px; }
1484
+ .CRBool2,.CRBool2RO { background-position:center -1500px; }
1485
+ .CRBool3,.CRBool3RO { background-position:center -1750px; }
1486
+ .CRBoolImage { display:inline-block; width:17px; height:17px; overflow:hidden; padding:0px; }
1487
+
1488
+ /* Checkbox icons for Space row cell, for BoolIcon = 0,1,2,3, set to <td> or <u> tag
1489
+ 0 - unchecked checkbox, 1 - checked checkbox, X - empty (third) state (?), 2 - unchecked radio, 3 - checked radio, RO - read only
1490
+ ...BoolIconSpace is used for custom icon in BoolIcon="image file"
1491
+ ...BoolImageSpace is added for every the Bool icon
1492
+ @ Set here background, width and height and padding-left (width and height is used in <u> tag, padding-left in <td> tag)
1493
+ */
1494
+ .CRBoolXSpace,.CRBool0Space,.CRBool1Space,.CRBoolXSpaceRO,.CRBool0SpaceRO,.CRBool1SpaceRO { background-image:url(Bool.gif?v120); background-repeat:no-repeat; padding-left:18px; }
1495
+ .CRBool2Space,.CRBool3Space,.CRBool2SpaceRO,.CRBool3SpaceRO { background-image:url(Bool.gif?v120); background-repeat:no-repeat; padding-left:18px; }
1496
+ .CRBoolIconSpace { background-repeat:no-repeat; }
1497
+ .CRBool0Space { background-position:center 3px; }
1498
+ .CRBool1Space { background-position:center -247px; }
1499
+ .CRBoolXSpace { background-position:center -497px; }
1500
+ .CRBool0SpaceRO { background-position:center -747px; }
1501
+ .CRBool1SpaceRO { background-position:center -997px; }
1502
+ .CRBoolXSpaceRO { background-position:center -1247px; }
1503
+ .CRBool2Space,.CRBool2SpaceRO { background-position:center -1497px; }
1504
+ .CRBool3Space,.CRBool3SpaceRO { background-position:center -1747px; }
1505
+ .CRBoolImageSpace { display:inline-block; width:18px; height:21px; overflow:hidden; padding:0px; }
1506
+
1507
+ /* Bool icons by standard <input>, for cell BoolIcon = 4,5, different for table and Space row cells
1508
+ @ Set margin and padding
1509
+ */
1510
+ .CRBoolInput { margin-top:2px; margin-bottom:0px; padding:0px; margin-top:-2px!IE; margin-bottom:-6px!IE; }
1511
+ .CRBoolInputSpace { margin-top:5px; margin-bottom:3px; padding:0px; margin-top:1px!IE; margin-bottom:1px!IE; }
1512
+
1513
+ /* Bool icons by text 'x' in rect, for cell BoolIcon = 6
1514
+ 0 - unchecked checkbox, 1 - checked checkbox, 2 - empty (third) state (?), RO - read only
1515
+ ...IE is added in IE5 quirks mode
1516
+ @ Set height, width, border, background, padding, margin and text attributes
1517
+ */
1518
+ .CRBoolChar0,.CRBoolChar1,.CRBoolChar2,.CRBoolChar0RO,.CRBoolChar1RO,.CRBoolChar2RO {
1519
+ height:9px; width:8px; border:2px ridge white; margin:2px auto 2px auto; font:bold 9px Arial; color:blue; text-align:center; overflow:hidden;
1520
+ }
1521
+ .CRBoolChar2 { color:green; }
1522
+ .CRBoolChar0RO,.CRBoolChar1RO,.CRBoolChar2RO { color:gray; }
1523
+ .CRBoolCharIE { height:14px; width:12px; }
1524
+
1525
+
1526
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1527
+ /* Side pager */
1528
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1529
+
1530
+ /* ...PagerMain - main <div> tag inside <td> tag. It has set inline width. @ Set border, margin and padding
1531
+ ...PagerBody - the pages without header, <div> tag. @ Set background, border, margin and padding.
1532
+ ...PagerBodyLeft, ...PagerBodyRight - added to the ...PagerBody according to the side where is the pager displayed.
1533
+ ...PagerHeader - the pager header, <div> tag. @ Set background, border, margin and padding.
1534
+ ...PagerHeaderLeft, ...PagerHeaderRight - added to the ...PagerHeader according to the side where is the pager displayed.
1535
+ ...PagerCaption - text inside header, <div> tag, set text attributes and optionally also border, padding, margin and background
1536
+ */
1537
+ .CRPagerMain { border:1px solid #99BCE8; border-radius:10px; margin:0px 2px -1px 2px; background:white; padding:5px; overflow:hidden; white-space:nowrap; }
1538
+ .CRPagerBody { }
1539
+ .CRPagerBodyLeft { }
1540
+ .CRPagerBodyRight { }
1541
+ .CRPagerHeader { background:url(Backgrounds.gif?v120) repeat-x 0px -1px; border:1px solid #aaa; border-left:1px solid #ccc; border-top:0px none; border-radius:10px; cursor:default; }
1542
+ .CRPagerHeaderLeft { }
1543
+ .CRPagerHeaderRight { }
1544
+ .CRPagerCaption { font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; white-space:nowrap; padding:5px 3px 4px 3px; }
1545
+
1546
+ /* ...PagerItem - one page name. @ Set background, border, margin, padding and text attributes
1547
+ ...PagerItemTouch is added on tablet
1548
+ */
1549
+ .CRPagerItem {
1550
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; cursor:pointer; overflow:hidden; white-space:nowrap;
1551
+ background:#E0E0C8; border:1px solid #aaa; border-left:1px solid #ccc; border-top:1px solid white; border-radius:10px; padding:0px 6px 0px 6px;
1552
+ }
1553
+ .CRPagerItemTouch { padding-top:4px; padding-bottom:4px; }
1554
+
1555
+ /* Classes to ...PagerItem added on pager Type="Gantt" if set ShowUsedPages / ShowExcludedPages
1556
+ @ Set background, border, margin, padding and text attributes
1557
+ */
1558
+ .CRPagerItemUsed { color:green; }
1559
+ .CRPagerItemUnused { color:#888; }
1560
+ .CRPagerItemExcluded { background:#DDD; }
1561
+
1562
+ /* Marked part of the page name, <span> tag
1563
+ Sort1 - the first sorted column, Sort2 - the second sorted column, Sort3 - the third sorted column, set to b tag if single and to span tag if both
1564
+ Sep1 - separator " | ", Sep2 - separator " => ", Sep3 - separator ", ", None - no name "..."
1565
+ */
1566
+ .CRPagerSort1 { color:#006600; }
1567
+ .CRPagerSort2 { color:#00AE00; }
1568
+ .CRPagerSort3 { color:#00FF00; }
1569
+ .CRPagerSep1,.CRPagerSep2,.CRPagerSep3 { color:black; }
1570
+ .CRPagerNone { }
1571
+
1572
+ /* Focus cursor - actully shown page(s)
1573
+ ...PagerFocus - actually shown (scrolled) page(s) in pager Pages or actually zoomed chart in pager Gantt
1574
+ ...PagerFocus2 - actual view (scrolled) in pager Gantt
1575
+ ...PagerFocus3 - the whole pager is shown in actual view, in pager Gantt
1576
+ */
1577
+ .CRPagerFocus,.CRPagerFocus2,.CRPagerFocus3 {
1578
+ position:relative; cursor:pointer; overflow:hidden; opacity:0.2; filter:alpha(opacity=20);
1579
+ border:1px solid #369; background:#69C;
1580
+ }
1581
+ .CRPagerFocus2 { background:#F0F; }
1582
+ .CRPagerFocus3 { background:#AFA; }
1583
+
1584
+ /* Hover cursor - highlighted page under mouse cursor.
1585
+ @ Set background, border, padding
1586
+ */
1587
+ .CRPagerHover {
1588
+ position:relative; cursor:pointer; overflow:hidden;
1589
+ background:#9CF; opacity:0.3; filter:alpha(opacity=30);
1590
+ }
1591
+
1592
+
1593
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1594
+ /* State colors and classes */
1595
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1596
+
1597
+ /* The ...Color... classes are never assigned, they are used only to read the color.
1598
+ @ In ...Color... set only the background-color, it must be set by number, not by name.
1599
+ All the colors except ...FocusedCell... and ...Default are relative colors, are added to the ...Default color; if the result color number exceeds 0x1000000, it is subtracted by the 0x1000000
1600
+ The ...Class... is added to the cell if its condition is fulfilled. Only the listed ...Class... are used, the others can have only the ...Color... set.
1601
+ @ In ...Class... set text attributes and color and optionally border and padding. If set here background-color with !important, it overrides the cell color and sets it as absolute
1602
+ */
1603
+ .CRColorDefault { background-color:#FFFFFF; } /* Base color for all cells, can be changed by <I Color /> attribute */
1604
+
1605
+ .CRColorNoFocus { background-color:#BBBBBB; } /* Cell with CanFocus='0' */
1606
+ .CRClassNoFocus { }
1607
+ .CRColorReadOnly { background-color:#D0D0D0;} /* Cell with CanEdit='0' */
1608
+ .CRClassReadOnly { }
1609
+ .CRColorPreview { background-color:#FFFFFF; } /* Cell with CanEdit='2' */
1610
+ .CRClassPreview { }
1611
+ .CRColorFormula { background-color:#FFCC99; } /* Cell with editable formula */
1612
+ .CRClassFormula { }
1613
+ .CRColorEdit { background-color:#E0E0C8; } /* Cell with CanFocus='1' CanEdit='1' */
1614
+ .CRClassEdit { }
1615
+
1616
+ .CRColorAlternate { background-color:#CCFFFF; } /* Color for <Cfg Alternate/>, can be changed by <I AlternateColor /> */
1617
+ .CRClassAlternate { } /* Can be changed by <I AlternateClass /> */
1618
+
1619
+ .CRColorSelected { background-color:#FFFF40; } /* Selected row or cell */
1620
+ .CRClassSelected { color:red; } /* It is used only if set <Cfg SelectClass='1'/> */
1621
+ .CRColorSelectedCell { background-color:#F0F070; } /* Selected cell for SelectingCells=3 */
1622
+ .CRClassSelectedCell { color:red; } /* It is used only if set <Cfg SelectClass='1'/> */
1623
+ .CRColorFill { background-color:#FF80FF; } /* Used when selecting cells by dragging due auto fill */
1624
+
1625
+ .CRColorError { background-color:#FF6969; } /* Cell with Error attribute set */
1626
+ .CRClassError { }
1627
+
1628
+ /* Row / Cell state colors, are ignored if row has set NoColorState='1' */
1629
+ .CRColorDeleted { background-color:#FFB0C0; } /* Deleted row */
1630
+ .CRClassDeleted { font-style:italic; }
1631
+ .CRColorAdded { background-color:#A0FFB0; } /* Newly added row */
1632
+ .CRClassAdded { font-weight:bold; }
1633
+ .CRColorMoved1 { background-color:#FFFFFF; } /* Row moved to another parent */
1634
+ .CRClassMoved1 { }
1635
+ .CRColorMoved2 { background-color:#BBDDFF; } /* Row moved inside its parent, only if sorting is not permitted */
1636
+ .CRClassMoved2 { }
1637
+ .CRColorChanged { background-color:#CCCCFF; } /* Row with some cell value changed */
1638
+ .CRClassChanged { }
1639
+ .CRColorChangedCell { background-color:#D8D8FF; } /* The cell with value changed */
1640
+ .CRClassChangedCell { font-weight:bold; }
1641
+
1642
+ .CRColorMaxChildren { background-color:#FFFFF0; } /* Row created if row's children exceed <I MaxChildren/> */
1643
+ .CRClassMaxChildren { }
1644
+
1645
+ .CRColorDetail { background-color:#FFF0FF; } /* Row is master row, has set <I Detail /> attribute */
1646
+ .CRClassDetail { }
1647
+ .CRColorDetailSelected { background-color:#FFF0E0; } /* Master row actually shown in detail grid */
1648
+ .CRClassDetailSelected { }
1649
+
1650
+ .CRColorDragged { background-color:#E0E0C0; } /* The source row actually being dragged by mouse */
1651
+
1652
+ .CRColorCellMenu { background-color:#FA0; } /* The cell showing cell popup Menu */
1653
+
1654
+ .CRColorFound1 { background-color:#FF87FF; } /* Found cell in SearchAction="Mark", first search */
1655
+ .CRClassFound1 { } /* Used only if set <Cfg SearchClass='1'/> */
1656
+ .CRColorFound2 { background-color:#FFC387; } /* Found cell in SearchAction="Mark", second search */
1657
+ .CRClassFound2 { } /* Used only if set <Cfg SearchClass='1'/> */
1658
+ .CRColorFound3 { background-color:#87FF87; } /* Found cell in SearchAction="Mark", third search */
1659
+ .CRClassFound3 { } /* Used only if set <Cfg SearchClass='1'/> */
1660
+
1661
+ .CRColorHoveredAbsolute { } /* If set, resets the hovered cell and row color to this color directly as absolute color */
1662
+ .CRColorHovered { background-color:#F0F0FF; } /* Row under mouse cursor, used only if the hovered cell or row has HoverRow["Color"]*/
1663
+
1664
+ /* Cell under mouse cursor, according to its look or permissions
1665
+ ...Color... is used only if the cell has set HoverCell["Color"]
1666
+ ...Class... is used only if the cell has set HoverCell["Class"]
1667
+ Always only one Color and Class is used, if the cell fulfils more conditions the latter has precedence
1668
+ If the resulted color is #FFFFFF, it is set as transparent, therefore in some cases is required to set #FFFFFE to get white color
1669
+ */
1670
+ .CRColorHoveredCell { background-color:#D9E0FF; } /* Standard cell */
1671
+ .CRClassHoveredCell { }
1672
+ .CRColorHoveredCellReadOnly { background-color:#F0F0F0; } /* Cell with CanEdit='0' */
1673
+ .CRClassHoveredCellReadOnly { }
1674
+ .CRColorHoveredCellNoFocus { background-color:#F8F8F8; } /* Cell with CanFocus='0' */
1675
+ .CRClassHoveredCellNoFocus { }
1676
+ .CRColorHoveredCellHeader { } /* Cell in Header row */
1677
+ .CRClassHoveredCellHeader { background-position:0px -250px; }
1678
+ .CRColorHoveredCellPanel { background-color:#FFFFFF; } /* Cell Type = "Panel" */
1679
+ .CRClassHoveredCellPanel { }
1680
+ .CRColorHoveredCellFastPanel { } /* Cell Type = "Panel" if FastPanel is shown */
1681
+ .CRClassHoveredCellFastPanel { }
1682
+ .CRColorHoveredCellSpace { background-color:#FFFFFF; } /* Space row cell */
1683
+ .CRClassHoveredCellSpace { }
1684
+ .CRColorHoveredCellSpaceEdit { background-color:#FFFFFF; } /* Editable Space row cell */
1685
+ .CRClassHoveredCellSpaceEdit > div { background-color:#D9E0FF; }
1686
+ .CRColorHoveredCellSpaceDefaults { background-color:#FFFFFF; } /* Space row cell with Button="Defaults" */
1687
+ .CRClassHoveredCellSpaceDefaults > div { background-color:#D9E0FF; }
1688
+ .CRColorHoveredCellSpaceBool0 { background-color:#FFFFFE; } /* Space row cell of Type="Bool" and value 0 */
1689
+ .CRClassHoveredCellSpaceBool0,.CRClassHoveredCellSpaceBool0 > u { background-position:center -747px; }
1690
+ .CRColorHoveredCellSpaceBool1 { background-color:#FFFFFE; } /* Space row cell of Type="Bool" and value 1 */
1691
+ .CRClassHoveredCellSpaceBool1,.CRClassHoveredCellSpaceBool1 > u { background-position:center -997px; }
1692
+ .CRColorHoveredCellSpaceBoolX { background-color:#FFFFFE; } /* Space row cell of Type="Bool" and value "" */
1693
+ .CRClassHoveredCellSpaceBoolX,.CRClassHoveredCellSpaceBoolX > u { background-position:center -1247px; }
1694
+ .CRColorHoveredCellSpaceBoolIcon { background-color:#FFFFFE; } /* Space row cell of Type="Bool" and BoolIcon other than 0 and 2 */
1695
+ .CRClassHoveredCellSpaceBoolIcon { }
1696
+ .CRColorHoveredCellButton { background-color:#FFFFFE; } /* Space row cell of Type="Button" and Button="Html" */
1697
+ .CRClassHoveredCellButton { color:green; background-color:#FC8!important; border-radius:10px; }
1698
+ .CRColorHoveredCellButton1 { background-color:#FFFFFE; } /* Space row cell of Type="Button" and Button="Html" and value 1 */
1699
+ .CRClassHoveredCellButton1 { color:red; background-color:#FC8!important; border-radius:10px; }
1700
+ .CRColorHoveredCellButtonButton { background-color:#FFFFFE; } /* Space row cell of Type="Button" and Button="Button" */
1701
+ .CRClassHoveredCellButtonButton u { color:green; background-position:0px -760px; }
1702
+ .CRColorHoveredCellButtonButton1 { background-color:#FFFFFE; } /* Space row cell of Type="Button" and Button="Button" and value 1 */
1703
+ .CRClassHoveredCellButtonButton1 u { color:red; background-position:0px -760px; }
1704
+ .CRColorHoveredCellTab { background-color:#FFFFFE; } /* Space row cell of Type="Button" and Button="Tab" */
1705
+ .CRClassHoveredCellTab { background:#FC8!important; color:green; }
1706
+ .CRColorHoveredCellTab1 { background-color:#99bbcc; } /* Space row cell of Type="Button" and Button="Tab" and value 1*/
1707
+ .CRClassHoveredCellTab1 { background-image:none; }
1708
+ .CRColorHoveredCellIndex { } /* Cell in column RowIndex */
1709
+ .CRClassHoveredCellIndex { background-position:0px -250px; }
1710
+
1711
+ .CRColorFocused { background-color:#E6E6E6; } /* Focused row, used only if the focused cell or row has FocusRow["Color"] */
1712
+ .CRClassFocused { } /* Used only if the focused cell or row has FocusRow["Class"] */
1713
+
1714
+ /* Focused cell, the color is absolute color
1715
+ ...Color... is used only if the cell or row has set FocusCell["Color"]
1716
+ ...Class... is used only if the cell or row has set FocusCell["Class"]
1717
+ */
1718
+ .CRColorFocusedCell,.CRColorFocusedCellRelative { background-color:#FFFFFE; } /* Standard cell */
1719
+ .CRClassFocusedCell,.CRClassFocusedCell * { color:black!important; }
1720
+ .CRColorFocusedCellRect { background-color:#D7E3F1; } /* Standard cell if more cells are focused */
1721
+ .CRClassFocusedCellRect { }
1722
+ .CRColorEditedCell { background-color:#FFE0A0; } /* Cell being edited */
1723
+ .CRColorViewedCell { background-color:#FFFFFF; } /* Cell being viewed - edited cell with CanEdit='2' */
1724
+ .CRColorFocusedCellSafari { background-color:#A0A0FF; } /* If the cell border is hidden due <Cfg BorderCursors='0' or '2'/> */
1725
+ .CRColorFocusedCellHeader { background-color:#FFFFFE; } /* Header row cell */
1726
+ .CRClassFocusedCellHeader { background-position:0px -250px; }
1727
+ .CRColorFocusedCellSpace { background-color:#E6E6E6; } /* Space row cell */
1728
+ .CRClassFocusedCellSpace { }
1729
+ .CRColorFocusedCellSpaceEdit { background-color:#FFFFFF; } /* Editable Space row cell */
1730
+ .CRClassFocusedCellSpaceEdit > div { background-color:#E6E6E6; }
1731
+ .CRColorFocusedCellSpaceDefaults { background-color:#FFFFFF; } /* Space row cell with Button="Defaults" */
1732
+ .CRClassFocusedCellSpaceDefaults > div { background-color:#E6E6E6; }
1733
+ .CRColorFocusedCellSpaceBool { background-color:#E6E6E6; } /* Space row cell of Type="Bool" */
1734
+ .CRClassFocusedCellSpaceBool { }
1735
+ .CRColorFocusedCellButton { background-color:#E6E6E6; } /* Space row cell of Type="Button" */
1736
+ .CRClassFocusedCellButton { }
1737
+
1738
+ /* Side colors set by ColorCursor attribute
1739
+ ...Col is top / bottom side, ...Row is left / right side
1740
+ ...Class... is used only if set <Cfg> ColorCursor bit 5, &16
1741
+ */
1742
+ .CRColorSelectedCol { background-color:#FFFF00; } /* Side for selected cells */
1743
+ .CRClassSelectedCol { }
1744
+ .CRColorSelectedRow { background-color:#FFFF00; }
1745
+ .CRClassSelectedRow { }
1746
+ .CRColorFocusedCol { background-color:#DBD; } /* Side for cells focused by range (FRect) */
1747
+ .CRClassFocusedCol { }
1748
+ .CRColorFocusedRow { background-color:#DBD; }
1749
+ .CRClassFocusedRow { }
1750
+ .CRColorEditedCol { background-color:#BDD; } /* Side for focused cell (FRow/FCol) */
1751
+ .CRClassEditedCol { }
1752
+ .CRColorEditedRow { background-color:#BDD; }
1753
+ .CRClassEditedRow { }
1754
+ .CRColorHoveredCol { background-color:#E5E5FF; } /* Side for cell under mouse cursor (ARow/ACol) */
1755
+ .CRClassHoveredCol { }
1756
+ .CRColorHoveredRow { background-color:#E5E5FF; }
1757
+ .CRClassHoveredRow { }
1758
+
1759
+
1760
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1761
+ /* Hover, focus, edit cursors */
1762
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1763
+
1764
+ /* ------------- Cell and row highlighted under mouse cursor ------------- */
1765
+
1766
+ /* ...HoverPanelBackground - Background shown above left side Panel cell when hovering the row; shown only if the hovered cell or row has HoverRow["Background"]; @ set background and opacity
1767
+ ...HoverRowBackground - Background shown above the whole hovered row, except hovered cell and Panel; shown only if the hovered cell or row has HoverRow["Background"]; @ set background and opacity
1768
+ ...HoverRowBorder - Border around the whole hovered row; shown only if the hovered cell or row has HoverRow["Border"]; @ set border
1769
+ ...HoverCellBorder - Border around the hovered cell; shown only if the hovered cell or row has HoverCell["Border"]; @ set border
1770
+ ...Dynamic - Added to the base class if set Cfg DynamicBorder
1771
+ */
1772
+ .CRHoverPanelBackground { }
1773
+ .CRHoverRowBackground { opacity:0.1; filter:alpha(opacity=5); background:#0FF; }
1774
+ .CRHoverRowBorder { z-index:1; border-bottom:1px solid #888; padding-bottom:1px; background:white; cursor:default; }
1775
+ .CRHoverRowBorderDynamic { }
1776
+ .CRHoverCellBorder { z-index:3; padding-bottom:1px; padding-left:2px; border-left:2px solid #888; padding-right:2px; border-right:2px solid #888; background:white; }
1777
+ .CRHoverCellBorderDynamic { padding-left:0px; }
1778
+
1779
+ /* ---------------- Highlighted focused cell(s) and row(s) ------------- */
1780
+
1781
+ /* ...FocusPanelBackground - Background shown above left side Panel cell when the row is focused; shown only if the focused cell or row has FocusRow["Background"]; @ set background and opacity
1782
+ ...FocusRowBackground - Background shown above the whole focused row, except focused cell and Panel; shown only if the focused cell or row has FocusRow["Background"]; @ set background and opacity
1783
+ ...FocusRowBorder - Border around the whole hovered row; shown only if the hovered cell or row has FocusRow["Border"]; @ set border
1784
+ ...FocusCellBorder - Border around the focused cell in table row; shown only if the focused cell or row has FocusCell["Border"]; @ set border and cursor
1785
+ ...FocusCellSpaceBorder - Border around the focused cell in Space row; shown only if the focused cell or row has FocusCell["Border"]; @ set border and cursor
1786
+ ...FocusCellCorner - Bottom right corner for autofill; shown only if the focused cell or row has FocusCell["Corner"]; @ set border, margin, padding, background, width, height and cursor
1787
+ ...Touch - Added to the base class on tablet
1788
+ ...Dynamic - Added to the base class if set Cfg DynamicBorder
1789
+ */
1790
+ .CRFocusPanelBackground { }
1791
+ .CRFocusRowBackground { opacity:0.05; filter:alpha(opacity=5); background:black; }
1792
+ .CRFocusRowBorder { z-index:2; border-bottom:2px solid black; padding-bottom:1px; }
1793
+ .CRFocusRowBorderDynamic { }
1794
+ .CRFocusCellBorder { z-index:4; padding:0px 2px 1px 2px; border:2px solid black; border-top:0px none; }
1795
+ .CRFocusCellBorderTouch { }
1796
+ .CRFocusCellBorderDynamic { padding-left:0px; }
1797
+ .CRFocusCellSpaceBorder { z-index:4; padding:0px 2px 1px 2px; border-left:2px solid black; border-right:2px solid black; }
1798
+ .CRFocusCellCorner { position:relative; padding:0px; border:1px solid white; background:black; margin-left:-1px; margin-top:-5px; width:5px; height:5px; z-index:4; cursor:crosshair; }
1799
+ .CRFocusCellCornerTouch { width:10px; height:10px; margin-left:0px; }
1800
+
1801
+ /* ------------- Highlighted focused cell in edit mode ------------- */
1802
+
1803
+ /* ...EditCellBorder - Border around the focused cell in table row in edit mode; shown only if the focused cell or row has FocusCell["Border"]; @ set border
1804
+ ...EditCellSpaceBorder - Border around the focused cell in Space row in edit mode; shown only if the focused cell or row has FocusCell["Border"]; @ set border
1805
+ ...EditCellCorner - Bottom right corner for autofill; shown only if the focused cell or row has FocusCell["Corner"] and is set <Cfg DragEdit='1'/>; @ set border, margin, padding, background, width, height and cursor
1806
+ ...EditCellInput - Parent div tag where the <input> or <textarea> is placed to; @ set border, padding and background
1807
+ ...Touch - Added to the base class on tablet
1808
+ */
1809
+ .CREditCellBorder { z-index:4; padding:0px 2px 1px 2px; border:2px solid red; border-top:0px none; }
1810
+ .CREditCellBorderTouch { }
1811
+ .CREditCellSpaceBorder { z-index:4; }
1812
+ .CREditCellCorner { position:relative; padding:0px; border:1px solid white; background:red; margin-left:-1px; margin-top:-5px; width:5px; height:5px; z-index:4; cursor:crosshair; }
1813
+ .CREditCellCornerTouch { width:10px; height:10px; margin-left:0px; }
1814
+ .CREditCellInput { position:relative; overflow:hidden; z-index:2; line-height:0px; font-size:0px; }
1815
+
1816
+ /* ------------- Support classes removing border -------------
1817
+
1818
+ /* added to ...Background or ...Border classes; @ Do not change */
1819
+ .CRCursorBackground { position:relative; border:none; padding:0px; overflow:hidden; }
1820
+ .CRCursorBorderLeft,.CRCursorBorderRight,.CRCursorBorderTop,.CRCursorBorderBottom { position:relative; overflow:hidden; width:0px; height:0px; }
1821
+ .CRCursorBorderLeft { border-right:none!important; border-top:none!important; border-bottom:none!important; padding-right:0px!important; padding-top:0px!important; padding-bottom:0px!important; }
1822
+ .CRCursorBorderRight { border-left:none!important; border-top:none!important; border-bottom:none!important; padding-left:0px!important; padding-top:0px!important; padding-bottom:0px!important; }
1823
+ .CRCursorBorderTop { border-bottom:none!important; border-left:none!important; border-right:none!important; padding-bottom:0px!important; padding-left:0px!important; padding-right:0px!important; }
1824
+ .CRCursorBorderBottom { border-top:none!important; border-left:none!important; border-right:none!important; padding-top:0px!important; padding-left:0px!important; padding-right:0px!important; }
1825
+
1826
+
1827
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1828
+ /* Edit control */
1829
+ /* TGLib */
1830
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1831
+
1832
+ /* --- Edit text in <input> / <textarea> --- */
1833
+
1834
+ /* @ Set background and text attributes
1835
+ ...EditInput - set to <input> tag placed into inline edit cursor tag (...EditCellInput)
1836
+ ...EditTextarea - set to <textarea> tag placed into inline edit cursor tag (...EditCellInput) for Lines type
1837
+ ...Normal... is added to <input> / <textarea> for cell in table row, ...Header... is added for cell in Header row, ...Space is added for cell in Space row
1838
+ ...Int..., ...Float..., ...Date..., ...Pass... is added for this cell type
1839
+ ...Text... is added for cell type Text, Lines, Link, Img
1840
+ ...ReadOnly is added for preview cell with CanEdit='2'
1841
+ */
1842
+ .CREditInput,.CREditTextarea { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; border:0px none; margin:0px; padding:0px 3px 0px 0px; outline:none; box-sizing:content-box; resize:none; }
1843
+ .CREditInput::-ms-clear { height:13px; }
1844
+ .CREditNormalInput,.CREditNormalTextarea { background-color:#FFE0A0; }
1845
+ .CREditHeaderInput,.CREditHeaderTextarea { background-color:#D5E9FE; padding-top:2px; font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; }
1846
+ .CREditSpaceInput,.CREditSpaceTextarea { background-color:#FFE0A0; }
1847
+ .CREditInt,.CREditFloat,.CREditDate { text-align:right; }
1848
+ .CREditText,.CREditPass { }
1849
+ .CREditReadOnly { background-color:#FFEEFF; }
1850
+
1851
+
1852
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1853
+ /* Dragging objects */
1854
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1855
+
1856
+ /* Set to ghost tag under mouse cursor when dragging something in grid or Gantt;
1857
+ Used when <Cfg ShowDrag='1'/>. For dragged rows is used only if set <Cfg DragObject='1'/>
1858
+ The tag is <div> with absolute position and contains the dragged row(s), column header(s) or GanttRun box(es)
1859
+ @ Set border, margin, padding, opacity and optionally background
1860
+ */
1861
+ .CRMouseObject { opacity:0.5; filter:alpha(opacity=50); z-index:300; overflow:hidden; }
1862
+
1863
+ /* Set to ghost tag under mouse cursor as vertical and horizontal line */
1864
+ .CRVLine { width:1px; border-left:1px solid black; overflow:hidden; cursor:e-resize; }
1865
+ .CRHLine { height:1px; border-top:1px solid black; overflow:hidden; cursor:e-resize; }
1866
+
1867
+ /* Set to ghost tag under mouse cursor when dragging rows in grid, if set <Cfg DragObject='2'/> and <Cfg ShowDrag='1'/>
1868
+ The tag is <div> with absolute position and contains information about the count of dragged rows
1869
+ @ Set border, margin, padding, background, opacity, text attributes and optionally height and width
1870
+ */
1871
+ .CRDragObject {
1872
+ z-index:300; font:12px Arial,Helvetica,sans-serif; margin-left:15px; margin-top:10px; border-radius:10px;
1873
+ background:#E4E5F0 url(Backgrounds.gif?v120) repeat-x 0px -750px; border:1px solid #777; padding-left:8px; padding-right:8px;
1874
+ }
1875
+
1876
+ /* The arrows showing actual drop position when dragging column header or GanttRun box
1877
+ @ Set background, width and height
1878
+ */
1879
+ .CRDragColInsideTop,.CRDragColInsideBottom,.CRDragColOutsideTop,.CRDragColOutsideBottom,.CRDragGanttRunTop,.CRDragGanttRunBottom,.CRDragGanttRunTopJoin,.CRDragGanttRunBottomJoin,.CRDragRowLeft,.CRDragRowRight {
1880
+ position:absolute; background-image:url(Sort.gif?v120); width:11px; height:15px; overflow:hidden; z-index:301;
1881
+ }
1882
+ .CRDragColInsideTop { background-position:-3px -1748px; }
1883
+ .CRDragColInsideBottom { background-position:-3px -1768px; }
1884
+ .CRDragColOutsideTop { background-position:-3px -1788px; }
1885
+ .CRDragColOutsideBottom { background-position:-3px -1808px; }
1886
+ .CRDragGanttRunTop { background-position:-2px -1748px; }
1887
+ .CRDragGanttRunBottom { background-position:-2px -1768px; }
1888
+ .CRDragGanttRunTopJoin { background-position:-2px -1788px; }
1889
+ .CRDragGanttRunBottomJoin { background-position:-2px -1808px; }
1890
+ .CRDragRowLeft { background-position:0px -1830px; }
1891
+ .CRDragRowRight { background-position:-1px -1850px; }
1892
+
1893
+
1894
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1895
+ /* Message dialogs */
1896
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1897
+
1898
+ /* Disabled grid, absolute <div> tag shown above grid main tag. The grid is disabled when it shows some message (e.g. "Rendering").
1899
+ ...Hard is used when showing modal message that requires user input
1900
+ Note, for disabled page is used GridDisabled class instead. The whole page is disabled when the grid shows modal dialog (e.g. grid configuration menu).
1901
+ @ Set background and opacity, optionally margin and padding
1902
+ */
1903
+ .CRDisabled,.CRDisabledHard { position:absolute; z-index:264; background:white; opacity:0; filter:alpha(opacity=0); }
1904
+ .CRDisabledHard { opacity:0.5; filter:alpha(opacity=50); }
1905
+
1906
+ /* Grid informational or progress message, absolute <div> tag
1907
+ @ Set border, padding, background and text attributes
1908
+ */
1909
+ .CRMessage {
1910
+ font:13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; white-space:nowrap; text-align:center; visibility:hidden; z-index:266;
1911
+ position:absolute; left:0px; top:0px; background:#E2F0FF; border:1px solid #99BCE8; padding:10px; border-radius:10px;
1912
+ }
1913
+
1914
+ /* Shadow <div> tag displayed under grid message tag, on the same position and size
1915
+ @ Set margin for the shadow shift, background, opacity and border
1916
+ */
1917
+ .CRMessageShadow {
1918
+ position:absolute; left:0px; top:0px; margin-left:3px; margin-top:3px; z-index:265; visibility:hidden; border-radius:10px;
1919
+ background:#888; opacity:0.5; filter:alpha(opacity=50);
1920
+ }
1921
+
1922
+ /* Page informational message, <div> tag shown inside page being loaded or rendered, instead of the page content
1923
+ @ Set border, padding, background and text attributes
1924
+ */
1925
+ .CRPageMessage { background:#FAFAFA; border:1px solid #99BCE8; padding:10px; border-radius:10px; font:13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; }
1926
+
1927
+ /* Progress message
1928
+ ...Main is set to inner <div> of the progress message. @ Set text attributes and optionally border, margin, padding and background
1929
+ ...Caption is set to <div> tag showing the progress message caption. @ Set border, margin, padding, background and text attributes
1930
+ ...Text is set to <div> tag showing the progress message text. @ Set border, margin, padding, background and text attributes
1931
+ ...Outer is set to <div> tag showing the gauge container. @ Set border, margin, padding, background and width
1932
+ ...Inner is set to <div> tag showing the gauge indicator. @ Set border, margin, padding, background and height
1933
+ */
1934
+ .CRProgressMain { font:13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; }
1935
+ .CRProgressCaption { font-weight:bold; margin-bottom:15px; }
1936
+ .CRProgressText { margin-bottom:15px; }
1937
+ .CRProgressOuter { text-align:left; width:200px; border:1px solid #99BCE8; padding:2px; margin-bottom:15px; border-radius:10px; }
1938
+ .CRProgressInner { height:10px; background:green; border-radius:10px; }
1939
+
1940
+ /* Button in informational or progress message, <button> tag below the message inside the ...Message
1941
+ ...Hover is added when the <button> tag is under mouse cursor
1942
+ @ Set border, padding, margin, background and text attributes
1943
+ */
1944
+ .CRProgressButton,.CRMessageButton {
1945
+ border:1px solid #8a8fb5; border-radius:10px; background:white; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; text-align:center; white-space:nowrap;
1946
+ }
1947
+ .CRProgressButton { margin:5px 2px 0px 2px; padding-left:10px; padding-right:10px; }
1948
+ .CRMessageButton { margin:10px 3px 0px 3px; width:50px; }
1949
+ .CRMessageButtonHover,.CRProgressButtonHover { background:#ffeeaa; border:1px solid #aaaadd; }
1950
+
1951
+
1952
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1953
+ /* Popup menus and dialogs */
1954
+ /* TGLib */
1955
+ /* -------------------------------------------------------------------------------------------------------------------------- */
1956
+
1957
+ /* Default settings for all TreeGrid popup menus and dialogs like Enum, Defaults, Filter, cfg menu, columns menu, popup Menu, Gantt menu and custom menu shown by ShowMenu and ShowPopup
1958
+ The styles of individual menu types can be overridden by their individual classes added to all default classes (e.g. "GMMenuMain GMEnumMenuMain")
1959
+ Individual classes: ...EnumMenu..., ...DefaultsMenu..., ...FilterMenu..., ...CfgMenu..., ...ColumnsMenu..., ...PopupMenu, ...GanttMenu...
1960
+ For custom JSON menu can be the individual class prefix set to Class attribute, like {..., Class:"Custom", ... } and the added classes will be ...Custom..., e.g. GxCustomMain
1961
+ Some of the classes are used also for custom JSON dialogs shown by ShowDialog API function.
1962
+ */
1963
+
1964
+ /* --- Menu and dialog sections --- */
1965
+
1966
+ /* Main menu and dialog classes
1967
+ ...Main - Main absolute <div> tag; @ Do not change
1968
+ ...Static - Used instead of ...Main when dialog is written directly to page HTML by WriteDialog. Used only in TGLib, not in TreeGrid. @ Do not change
1969
+ ...Shadow - Shadow <div> tag displayed under ...Main tag, on the same position and size. @ Set margin for the shadow shift, background, opacity and border
1970
+ ...Outer - <div> tag inside the main tag, contains the whole menu. @ Set background, border and padding
1971
+ ...Top is added to ...Outer when the menu is shown above the header, ...Bottom is added to ...Outer when the menu is shown below the header
1972
+ */
1973
+ .CRMenuMain { position:absolute; left:0px; top:0px; z-index:258; }
1974
+ .CRMenuStatic { }
1975
+ .CRMenuShadow { position:absolute; margin-left:3px; margin-top:3px; z-index:257; background:#888; opacity:0.5; filter:alpha(opacity=50); border-radius:10px; }
1976
+ .CRMenuOuter { overflow:hidden; background:white; border:1px solid #9CB6C8; padding:1px; border-radius:10px; }
1977
+ .CRMenuOuterTop { }
1978
+ .CRMenuOuterBottom { }
1979
+
1980
+ /* Shown outside menu or dialog in place of the source tag, simulating the menu is popped up. For custom JSON menus and dialogs is used when set Header attribute.
1981
+ ...Top is added to ...Header when the menu is shown above the header, ...Bottom is added to ...Header when the menu is shown below the header
1982
+ @ Set margin to shift the header, border, padding and background
1983
+ */
1984
+ .CRMenuHeader {
1985
+ overflow:hidden; position:absolute; z-index:258; border:1px solid #b0b0c0; border-radius:10px; background:white; cursor:pointer;
1986
+ user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none;
1987
+ }
1988
+ .CRMenuHeaderTop { }
1989
+ .CRMenuHeaderBottom { }
1990
+
1991
+ /* Set to menu and dialog top, not scrollable, section. Used only for TreeGrid cfg / column menus. For custom JSON menus and dialogs is used when set Head attribute.
1992
+ @ Set border, margin, padding, background and text attributes
1993
+ */
1994
+ .CRMenuHead {
1995
+ background:#183873 url(Backgrounds.gif?v120) repeat-x 0px -2px; padding:3px 0px 4px 0px; border-radius:10px 10px 0px 0px;
1996
+ font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; color:#455fa4; text-align:center; cursor:default;
1997
+ }
1998
+
1999
+ /* Close icon set <div> tag inside the ...MenuHead. Used only for TreeGrid cfg / column menus. For custom JSON menus and dialogs is used when set Head attribute and can be hidden by setting HeadClose:0
2000
+ @ Set background, width and height
2001
+ */
2002
+ .CRMenuClose { float:right; width:14px; cursor:pointer; display:none; background:url(Menu.gif?v120) no-repeat right -354px; }
2003
+
2004
+ /* Set to menu and dialog middle, scrollable, section. For custom JSON dialogs the tag is filled by Body attribute value.
2005
+ @ Set border, margin, padding, background and optionally (for the custom dialogs) text attributes
2006
+ */
2007
+ .CRMenuBody { cursor:default; padding-top:1px; padding-bottom:1px; }
2008
+
2009
+ /* Set to menu and dialog bottom, not scrollable, section, contains usually control buttons.
2010
+ Used only for TreeGrid cfg / column menus and Range dialogs to display the buttons. For custom JSON menus and dialogs is used when set Foot or Buttons (JSON menu only) attribute.
2011
+ @ Set border, margin, padding, background and text attributes
2012
+ */
2013
+ .CRMenuFoot {
2014
+ border-top:1px solid #99BCE8; background-color:#EEEEEE; border-radius:0px 0px 10px 10px; margin-top:5px;
2015
+ font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; text-align:center; white-space:nowrap;
2016
+ }
2017
+
2018
+ /* Control button inside the Foot section (e.g. OK, Cancel). <button> tag.
2019
+ ...Hover is added when the <button> tag is under mouse cursor
2020
+ @ Set border, margin, padding, background, width, height and text attributes
2021
+ */
2022
+ .CRMenuButton {
2023
+ border:1px solid #8a8fb5; border-radius:10px; background:#dcecf8; width:58px; margin:5px 2px 4px 2px;
2024
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; text-align:center; white-space:nowrap; overflow:hidden;
2025
+ }
2026
+ .CRMenuButtonHover { background:#ffeeaa; border:1px solid #aaaadd; }
2027
+
2028
+ /* --- Menu item --- */
2029
+
2030
+ /* <div> tags for individual menu items
2031
+ ...Item is set to all menu items except focused and hovered
2032
+ ...Focus is added to menu item with key cursor
2033
+ ...Hover is added to menu item under mouse cursor
2034
+ ...Touch... is added to menu item on tablet
2035
+ @ Set border, margin padding and background; all the eight classes should have the same edge width and height (margin+border+padding)
2036
+ */
2037
+ .CRMenuItem { padding:2px 7px 2px 7px; }
2038
+ .CRMenuItemTouch { padding-top:5px; padding-bottom:5px; }
2039
+ .CRMenuHover { margin-left:1px; margin-right:1px; padding:2px 6px 2px 6px; background:#DAE3FF; border-radius:10px; }
2040
+ .CRMenuHoverTouch { padding-top:4px; padding-bottom:4px; }
2041
+ .CRMenuFocus { margin-left:1px; margin-right:1px; padding:1px 5px 1px 5px; background:#CAE1F3 url(Backgrounds.gif?v120) repeat-x 0px -1250px; border:1px solid #aaaadd; border-radius:10px; }
2042
+ .CRMenuFocusTouch { padding-top:4px; padding-bottom:4px; }
2043
+ .CRMenuFocus.CRMenuHover { background:#CAE1F3; border:1px solid #6666aa; border-radius:10px; }
2044
+
2045
+ /* --- Icons inside menu items --- */
2046
+
2047
+ /* The classes are set in <div> tag inside the menu item tag
2048
+ ...CheckedIcon... - Bool item, checkbox, checked state, ...UncheckedIcon... - Bool item, checkbox, unchecked state
2049
+ ...CheckedRadio... - Bool item with Group, radio button, checked state, ...UncheckedRadio... - Bool item with Group, radio button, unchecked state
2050
+ ...CheckedColor... - Bool item with ShowIcon=0 or 2, checked state, ...UncheckedColor... - Bool item with ShowIcon=0 or 2, checked state
2051
+ ...Left - the bool icon is shown on the item text left side, ...Right - the bool icon is shown on the item text right side
2052
+ ...CursorIcon - Cursor icon shown on left side, when menu have set ShowCursor:1; the width of the cursor icon is set by menu Indent attribute, by default 12px
2053
+ ...HoverIcon - The cursor icon in menu item under mouse cursor
2054
+ ...ExpandedIcon - Icon in expanded section (Expanded:1), the menu item with Level and Items set; the width of the expanded icon is set by menu Indent attribute, by default 12px
2055
+ ...CollapsedIcon - Icon in collapsed section (Expanded:0), the menu item with Level and Items set; the width of the collapsed icon is set by menu Indent attribute, by default 12px
2056
+ ...NextIcon - Icon on right side of item with submenu, the menu item with Menu:1 and Items set
2057
+ ...Rtl - used instead in RTL text mode, shows the icon on the other side
2058
+ @ Set background and for some icons padding-left or padding-right
2059
+ */
2060
+ .CRMenuCheckedIconLeft { background:url(Menu.gif?v120) no-repeat -1px -51px; padding-left:16px; }
2061
+ .CRMenuCheckedIconRight { background:url(Menu.gif?v120) no-repeat right -51px; padding-right:17px; }
2062
+ .CRMenuUncheckedIconLeft { background:url(Menu.gif?v120) no-repeat -1px -1px; padding-left:16px; }
2063
+ .CRMenuUncheckedIconRight { background:url(Menu.gif?v120) no-repeat right -1px; padding-right:17px; }
2064
+ .CRMenuCheckedRadioLeft { background:url(Menu.gif?v120) no-repeat -1px -751px; padding-left:16px; }
2065
+ .CRMenuCheckedRadioRight { background:url(Menu.gif?v120) no-repeat right -751px; padding-right:17px; }
2066
+ .CRMenuUncheckedRadioLeft { background:url(Menu.gif?v120) no-repeat -1px -701px; padding-left:16px; }
2067
+ .CRMenuUncheckedRadioRight { background:url(Menu.gif?v120) no-repeat right -701px; padding-right:17px; }
2068
+ .CRMenuCheckedColor { background:#CAE1F3 url(Backgrounds.gif?v120) repeat-x 0px -1500px; }
2069
+ .CRMenuUncheckedColor { }
2070
+ .CRMenuCursorIcon { background:url(Menu.gif?v120) no-repeat -6px -150px; }
2071
+ .CRMenuHoverIcon { background:url(Menu.gif?v120) no-repeat -6px -100px; }
2072
+ .CRMenuCursorIconRtl { background:url(Menu.gif?v120) no-repeat right -1000px; }
2073
+ .CRMenuHoverIconRtl { background:url(Menu.gif?v120) no-repeat right -950px; }
2074
+ .CRMenuExpandedIcon { background:url(Menu.gif?v120) no-repeat -6px -200px; }
2075
+ .CRMenuCollapsedIcon { background:url(Menu.gif?v120) no-repeat -6px -250px; }
2076
+ .CRMenuNextIcon { background:url(Menu.gif?v120) no-repeat right -300px; padding-right:10px; }
2077
+ .CRMenuNextIconRtl { background:url(Menu.gif?v120) no-repeat left -900px; padding-left:10px; }
2078
+
2079
+ /* --- Menu item content --- */
2080
+
2081
+ /* The classes are set to <td> tag of inner table that is used to display the item, if it has set Edit, Enum, Icon, LeftHtml or RightHtml attribute.
2082
+ @ Set text attributes and optionally background, border, padding and margin
2083
+ ...ItemText - every menu item text or caption, it set to <div> tag inside the menu item and inside the menu icon or to <td> tag with item text in inner table
2084
+ ...ItemLeftHtml - <td> tag in inner table displaying the LeftHtml content on the left side
2085
+ ...ItemRightHtml - <td> tag in inner table displaying the RightHtml content on the right side
2086
+ ...ItemIcon - <td> tag in inner table displaying the Icon as background image on the left side, also left to LeftHtml; @ Do not change
2087
+ ...Level - added to the tags with ...ItemText, ...ItemIcon, ...ItemLeft/RightHtml for item with Level set
2088
+ ...ItemDisabled - added to all the menu item parts for item with Disabled:1; @ Set opacity and background
2089
+ */
2090
+ .CRMenuItemText,.CRMenuItemLeftHtml,.CRMenuItemRightHtml { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; white-space:nowrap; overflow:hidden; }
2091
+ .CRMenuItemIcon { background-repeat:no-repeat; }
2092
+ .CRMenuItemDisabled { opacity:0.70; filter:alpha(opacity=70); }
2093
+ .CRMenuLevel { color:blue; text-align:center; }
2094
+
2095
+ /* The Enum combo in item with Enum:1
2096
+ ...EnumParent - <td> tag in inner table displaying the Enum combo for the Enum:1 item, on left or right side according to Left value
2097
+ ...Enum - <div> tag inside the <td> tag ...EnumParent displaying the Enum combo
2098
+ ...EnumHeader - is set to the <div> tag in Header of the popped up Enum menu
2099
+ */
2100
+ .CRMenuEnumParent { padding-left:5px; padding-right:2px;}
2101
+ .CRMenuEnum,.CRMenuEnumHeaderLeft { font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; white-space:nowrap; overflow:hidden; border-radius:10px; }
2102
+ .CRMenuEnum { border:1px solid #DDD; border-top:1px solid #666; border-left:1px solid #666; background:white url(Menu.gif?v120) no-repeat 3px -800px; padding-left:18px; }
2103
+ .CRMenuEnumHeaderLeft { background:url(Menu.gif?v120) no-repeat 3px -799px; padding:1px 0px 2px 18px; cursor:default; }
2104
+ .CRMenuEnumParent,.CRMenuEnum,.CRMenuEnumHeaderLeft { width:90px; }
2105
+
2106
+ /* The edit text in item with Edit:1
2107
+ ...EditParent - <td> tag in inner table displaying the editable text for the Edit:1 item, on left or right side according to Left value; @ Set border, padding and background
2108
+ ...Edit - <div> tag inside the <td> tag ...EditParent displaying the editable text; @ Set border, padding, background and text attributes
2109
+ ...EditIE is used instead of ...Edit in IE, in IE5 quirks mode
2110
+ ...EditMulti - added to the ...Edit tag for item with set Multi:1, multi line edit, to be edited in <textarea>; @ Set border, background and text attributes
2111
+ ...EditEdit - added to the ...Edit when editing the item text
2112
+ ...EditText, ...EditInt, ...EditFloat, ...EditDate - added to the ...Edit tag and also to the <input> or <textarea> tag according to the Type attribute; @ Set text attributes
2113
+ ...EditInput - set to <input> tag placed into ...Edit tag when editing the value; @ Set text attributes
2114
+ ...EditTextarea - set to <textarea> tag placed into ...Edit tag when editing the value in item with Multi:1 set; @ Set text attributes
2115
+ */
2116
+ .CRMenuEditParent { padding-left:5px; padding-right:2px; }
2117
+ .CRMenuEdit,.CRMenuEditIE {
2118
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; background:white; overflow:hidden; white-space:nowrap; border-radius:10px;
2119
+ border:1px solid #DDD; border-top:1px solid #666; border-left:1px solid #666; padding-left:8px; padding-right:8px; height:13px;
2120
+ }
2121
+ .CRMenuEditIE { height:15px; }
2122
+ .CRMenuEditParent,.CRMenuEdit,.CRMenuEditIE { width:30px; }
2123
+ .CRMenuEditParentPDFName,.CRMenuEditParentPDFName .CRMenuEdit,.CRMenuEditParentPDFName .CRMenuEditIE,.CRMenuEditParentExportName,.CRMenuEditParentExportName .CRMenuEdit,.CRMenuEditParentExportName .CRMenuEditIE { width:104px; }
2124
+ .CRMenuEditMulti { white-space:normal; }
2125
+ .CRMenuEditEdit { background:#FDD; }
2126
+ .CRMenuEditInput,.CRMenuEditTextarea {
2127
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; border:0px none; margin:0px; padding:0px; outline:none; background:#FFE0A0; box-sizing:content-box; resize:none;
2128
+ }
2129
+ .CRMenuEditInput::-ms-clear { height:13px; }
2130
+ .CRMenuEditInt,.CRMenuEditFloat,.CRMenuEditDate { text-align:right; }
2131
+ .CRMenuEditText { }
2132
+
2133
+ /* --- Special menu items --- */
2134
+
2135
+ /* ...Caption - Inactive item, used instead of ...Item..., along width ...ItemText, shown for menu item with Caption:1; @ Set border, margin padding, background and text attributes
2136
+ ...Separator - Separator between items, shown for menu item with Name:"-", used instead of ...Item...; @ Set border, margin, padding, background and height
2137
+ ...VSeparator - <td> tag shown between columns of menu items; in children of menu item width Columns attribute set; @ Set border, padding, background and width
2138
+ ...Section - Tag around children of item width Level attribute set; @ Set border, margin, padding and background
2139
+ */
2140
+ .CRMenuCaption { padding:16px 2px 8px 2px; color:blue; text-align:center; }
2141
+ .CRMenuSeparator { margin:3px 3px 2px 3px; height:1px; border-top:1px solid #aaaadd; overflow:hidden; }
2142
+ .CRMenuVSeparator { border-right:1px solid #DDD; width:1px; }
2143
+ .CRMenuSection { }
2144
+
2145
+ /* ----------------------------------------------- Filter operator menu ---------------------------------------------------- */
2146
+
2147
+ /* Redefines standard popup ...Menu... attributes as ...FilterMenu...
2148
+ */
2149
+ .CRFilterMenuMain { margin-left:-4px; margin-top:-2px; }
2150
+ .CRFilterMenuOuterTop { border-radius:10px 10px 10px 0px; }
2151
+ .CRFilterMenuOuterBottom { border-radius:0px 10px 10px 10px; }
2152
+ .CRFilterMenuHeaderBottom { margin-left:-4px; margin-top:-2px; padding:3px 2px 0px 4px; border-bottom:0px none; border-radius:10px 10px 0px 0px; }
2153
+ .CRFilterMenuHeaderTop { margin-left:-4px; margin-top:-2px; padding:2px 2px 1px 4px; border-top:0px none; border-radius:0px 0px 10px 10px; }
2154
+ .CRFilterMenuShadow { margin-left:-1px; }
2155
+ .CRFilterMenuItem { padding-left:3px; } .CRFilterMenuHover { padding-left:2px; } .CRFilterMenuFocus { padding-left:1px; }
2156
+
2157
+ /* ---------------------------------------------------- Enum menu ---------------------------------------------------------- */
2158
+
2159
+ /* ...EnumMenu... redefine particular popup menu ...Menu... classes for Enum type popup menu
2160
+ ...EnumHeader... is used inside popup menu header ...EnumMenuHeader tag and shows the Enum icon on left or right side or nowhere; @ Set background, padding and text attributes and optionally border and margin
2161
+ */
2162
+ .CREnumMenuHeader { background:white; }
2163
+ .CREnumMenuHeaderBottom { padding-top:1px; }
2164
+ .CREnumMenuHeaderTop { padding-bottom:1px; }
2165
+
2166
+ .CREnumHeaderLeft,.CREnumHeaderRight,.CREnumHeaderNone {
2167
+ background:white; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; padding:2px 4px 2px 2px; white-space:nowrap; cursor:pointer;
2168
+ }
2169
+ .CREnumHeaderLeft { background:white url(Menu.gif?v120) no-repeat 3px -798px; padding-left:22px; }
2170
+ .CREnumHeaderRight { background:white url(Menu.gif?v120) no-repeat right -798px; padding-right:22px;}
2171
+
2172
+ /* -------------------------------------------------- Button List menu ------------------------------------------------------ */
2173
+
2174
+ /* ...ToolMenu... redefine particular popup menu ...Menu... classes for Button type with List attribute popup menu
2175
+ ...ToolHeader... is used inside popup menu header ...ToolMenuHeader tag for row Space='-1' (Above), Space='5' (Below) and others; @ Set background, padding and text attributes and optionally border and margin
2176
+ */
2177
+ .CRToolMenuMain { margin-left:-1px; }
2178
+ .CRToolMenuHeader { border:0px none; margin-left:1px; margin-top:1px; padding-right:0px; }
2179
+ .CRToolMenuItem { }
2180
+ .CRToolMenuOuter { border:1px solid #e0e0ff; background:#E8F4FF; }
2181
+ .CRToolMenuBody { }
2182
+
2183
+ .CRToolHeader,.CRToolHeaderAbove,.CRToolHeaderBelow { border:none; padding:2px 5px 100px 3px; }
2184
+ .CRToolHeaderAbove { padding-top:3px; padding-left:5px; }
2185
+ .CRToolHeaderBelow { padding-top:2px; padding-left:5px; }
2186
+
2187
+ /* ------------------------------------------- Grid configuration menus --------------------------------------------------- */
2188
+
2189
+ /* Special settings for Cfg and Columns TreeGrid menus; override the standard menu settings defined above */
2190
+ .CRCfgMenuOuter,.CRColumnsMenuOuter { }
2191
+ .CRCfgMenuHead,.CRColumnsMenuHead { }
2192
+ .CRCfgMenuBody,.CRColumnsMenuBody { }
2193
+ .CRCfgMenuFoot,.CRColumnsMenuFoot { }
2194
+ .CRCfgMenuButton { width:72px; }
2195
+ .CRColumnsMenuButton { }
2196
+ .CRCfgMenuItemText { padding-left:3px; }
2197
+ .CRColumnsMenuItemText { padding-left:3px; white-space:nowrap; }
2198
+ .CRCfgMenuItem,.CRColumnsMenuItem { padding-top:3px; padding-bottom:3px; }
2199
+ .CRCfgMenuHover,.CRColumnsMenuHover { padding-top:3px; padding-bottom:3px; }
2200
+ .CRCfgMenuFocus,.CRColumnsMenuFocus { padding-top:2px; padding-bottom:2px; }
2201
+ .CRCfgMenuItemTouch,.CRColumnsMenuItemTouch { padding-top:6px; padding-bottom:6px; }
2202
+ .CRCfgMenuHoverTouch,.CRColumnsMenuHoverTouch { padding-top:6px; padding-bottom:6px; }
2203
+ .CRCfgMenuFocusTouch,.CRColumnsMenuFocusTouch { padding-top:5px; padding-bottom:5px; }
2204
+
2205
+ /* ---------------------------------------------- Popup grid dialog ------------------------------------------------------- */
2206
+
2207
+ /* Special settings for Popup grid shown by Dates button or ShowPopupGrid API method; overrides the standard dialog settings defined above */
2208
+ .CRPopupGridOuter { border:0px none; overflow:visible; }
2209
+ .CRPopupGridHead { padding:0px; }
2210
+ .CRPopupGridBody { padding:0px; }
2211
+ .CRPopupGridFoot { padding:0px; }
2212
+ .CRPopupGridButton { width:50px; margin-top:-2px; margin-bottom:3px; }
2213
+
2214
+ /* ---------------------------------------------- Choose cell border menu --------------------------------------------------- */
2215
+
2216
+ /* Border style menu, ...Style is added to all menu items, ...Empty is added for empty style, ...X is added for given border style
2217
+ @ Change height, width, margin and background
2218
+ */
2219
+ .CRMenuItemBorderStyle { margin-bottom:9px; height:7px; width:50px; border-bottom-color:black; }
2220
+ .CRMenuItemBorderEmpty { border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#D4D4D4; }
2221
+ .CRMenuItemBorder0 { border-bottom:0px none; }
2222
+ .CRMenuItemBorder1 { border-bottom-width:1px; border-bottom-style:solid; }
2223
+ .CRMenuItemBorder2 { border-bottom-width:2px; border-bottom-style:solid; }
2224
+ .CRMenuItemBorder3 { border-bottom-width:3px; border-bottom-style:solid; }
2225
+ .CRMenuItemBorder4 { border-bottom-width:1px; border-bottom-style:dotted; }
2226
+ .CRMenuItemBorder5 { border-bottom-width:2px; border-bottom-style:dotted; }
2227
+ .CRMenuItemBorder6 { border-bottom-width:1px; border-bottom-style:dashed; }
2228
+ .CRMenuItemBorder7 { border-bottom-width:2px; border-bottom-style:dashed; }
2229
+
2230
+ /* Border edge menu, ...Edge is added to all menu items, ...Border is empty edge that is not used now
2231
+ ...All - all edges, ...O15 - outer edges, ...I3 - inner edges, ...I2 - vertical inner edge, ...I1 - horizontal inner edge,
2232
+ ...O1 - top edge, ...O2 - right edge, ...O4 - bottom edge, ...O8 - left edge, ...O5 - top and bottom edge, ...O10 - left and right edge
2233
+ @ Change height, width, margin and background
2234
+ */
2235
+ .CRMenuItemBorderEdge { height:20px; width:24px; background-image:url(ToolbarSheetWide.gif?v120); background-repeat:no-repeat; }
2236
+ .CRMenuItemBorder { background-position:left -200px; }
2237
+ .CRMenuItemBorderAll { background-position:left -300px; }
2238
+ .CRMenuItemBorderO15 { background-position:left -400px; }
2239
+ .CRMenuItemBorderI3 { background-position:left -500px; }
2240
+ .CRMenuItemBorderI2 { background-position:left -600px; }
2241
+ .CRMenuItemBorderI1 { background-position:left -700px; }
2242
+ .CRMenuItemBorderO1 { background-position:left -800px; }
2243
+ .CRMenuItemBorderO2 { background-position:left -900px; }
2244
+ .CRMenuItemBorderO4 { background-position:left -1000px; }
2245
+ .CRMenuItemBorderO8 { background-position:left -1100px; }
2246
+ .CRMenuItemBorderO5 { background-position:left -1200px; }
2247
+ .CRMenuItemBorderO10 { background-position:left -1300px; }
2248
+
2249
+
2250
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2251
+ /* Calendar dialog */
2252
+ /* TGLib */
2253
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2254
+
2255
+ /* --- Main calendar classes --- */
2256
+
2257
+ /* Added to main menu / dialog classes ...Menu... as ...Pick...
2258
+ ...Main - Main absolute <div> tag; @ Do not change
2259
+ ...Shadow - Shadow <div> tag displayed under ...Main tag, on the same position and size. @ Set margin for the shadow shift, background, opacity and border
2260
+ ...Outer - <div> tag inside the main tag, contains the whole calendar. @ Set background, border and padding
2261
+ ...Body - <div> inside ...Outer, contains the whole calendar, including buttons; @ Set background, border, padding and margin
2262
+ */
2263
+ .CRPickMain { position:absolute; left:0px; top:0px; z-index:258; }
2264
+ .CRPickShadow { position:absolute; background:#888; z-index:257; margin-left:3px; margin-top:3px; opacity:0.5; filter:alpha(opacity=50); }
2265
+ .CRPickOuter { border:1px solid #426b8c; background:white; padding:1px; overflow:hidden; }
2266
+ .CRPickBody { cursor:default; padding:0px; }
2267
+
2268
+ /* --- Other standard dialog parts' classes, NOT shown by default --- */
2269
+
2270
+ /* Added to main menu / dialog classes ...Menu... as ...Pick...
2271
+ ...Header is shown outside the calendar dialog in place of the source tag. Used only if set Header attribute. @ Set margin to shift the header, border, padding and background
2272
+ ...HeaderTop is added to ...Header when the calendar is shown above the header, ...HeaderBottom is added to ...Header when the calendar is shown below the header
2273
+ ...Head is set to calendar top section. Used only if set Head attribute. @ Set border, margin, padding, background and text attributes
2274
+ ...Close is close icon set <div> tag inside the ...PickHead. Used only if set Head attribute. Can be hidden by setting HeadClose:0; @ Set background, width and height
2275
+ ...Foot is set to calendar bottom section. Used only if set Foot attribute. It does NOT show calendar buttons. @ Set border, margin, padding, background and text attributes
2276
+ */
2277
+ .CRPickHeader {
2278
+ position:absolute; z-index:258; border:1px solid #426b8c; background:white;
2279
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; overflow:hidden; cursor:pointer;
2280
+ }
2281
+ .CRPickHeaderBottom { border-bottom:0px none; padding-bottom:1px; }
2282
+ .CRPickHeaderTop { border-top:0px none; padding-bottom:1px; }
2283
+ .CRPickHead,.CRPickFoot { background:white; padding:1px 0px 1px 5px; font:11.9px/13px Verdana,Tahoma,"Trebuchet MS",sans-serif; cursor:default; }
2284
+ .CRPickHead { border-bottom:1px solid #426b8c; border-radius:10px 10px 0px 0px; }
2285
+ .CRPickFoot { border-top:1px solid #426b8c; }
2286
+ .CRPickClose { float:right; width:14px; cursor:pointer; display:none; background:url(Menu.gif?v120) no-repeat right -354px; }
2287
+
2288
+ /* --- The calendar header showing month and year --- */
2289
+
2290
+ /* ...PickMY - the whole header tag showing the month and year; @ Set border, padding, margin, background and text attributes
2291
+ ...PickMYDown - shown inside PickMY to display icon down in the first calendar table; @ Set background and padding-right
2292
+ ...PickMYUp - shown inside PickMY to display icon up in the second calendar table; @ Set background and padding-right
2293
+ ...PickMYRtl - added to ...PickMYUp and ...PickMYDown in RTL mode; @ Set padding-left
2294
+ ...PickBL - previous month icon, ...PickBR - next month icon; @ Set background, width and height
2295
+ */
2296
+ .CRPickMY {
2297
+ background:#183873 url(Backgrounds.gif?v120) repeat-x 0px -2px; padding:2px 0px 4px 0px;
2298
+ font:10px/12px Verdana,Tahoma,"Trebuchet MS",sans-serif; color:#455fa4; cursor:default; text-align:center;
2299
+ }
2300
+ .CRPickMYDown { padding-right:13px; background:url(Menu.gif?v120) no-repeat right -400px; cursor:pointer; }
2301
+ .CRPickMYUp { padding-right:13px; background:url(Menu.gif?v120) no-repeat right -450px; cursor:pointer; }
2302
+ .CRPickMYRtl { padding-right:0px; padding-left:13px; }
2303
+ .CRPickBL,.CRPickBR { width:16px; line-height:12px; padding:2px 0px 4px 0px; overflow:hidden; cursor:pointer; display:none; }
2304
+ .CRPickBL { float:left; background:url(Menu.gif?v120) no-repeat left -500px; }
2305
+ .CRPickBR { float:right; background:url(Menu.gif?v120) no-repeat right -550px; }
2306
+
2307
+ /* --- The first calendar table with days --- */
2308
+
2309
+ /* ...PickTableParent - <div> tag containing the whole table; @ Set border, padding, margin and background
2310
+ ...PickTable - <table> tag inside ...PickTableParent; @ Do not change
2311
+ ...PickRow - <tr> tags with individual day numbers; @ Set background and optionally height
2312
+ ...PickRowW - top <tr> tag with week day names; @ Set background and optionally height
2313
+ ...PickCell - <td> tags with day numbers or week names; @ Set width and optionally background, padding and height
2314
+ ...PickCellTouch - added to ...PickCell on tablet
2315
+ */
2316
+ .CRPickTableParent { }
2317
+ .CRPickTable { table-layout:fixed; width:0px; }
2318
+ .CRPickRow { background:white; }
2319
+ .CRPickRowW { background:url(Backgrounds.gif?v120) repeat-x 0px -1350px; }
2320
+ .CRPickRowW > td { border-top:1px solid #8FA8E0; border-bottom:1px solid #8FA8E0; }
2321
+ .CRPickCell { width:22px; }
2322
+ .CRPickCellTouch { width:32px; }
2323
+
2324
+ /* Individual day cells in the first calendar table; only one class per tag is set (except added ...PickTouch). <div> tags inside <td> tag.
2325
+ @ Set background, border, margin, padding, height and text attributes
2326
+ @ All the classes should have the same height and should not be wider than ...PickCell to avoid blinking the calendar cells on mouse actions
2327
+ ...PickWDN - week day name in top row
2328
+ ...PickWN - week number in left column
2329
+ ...PickWNE - not selectable week number in left column
2330
+ ...PickWD - work day number
2331
+ ...PickSa - Saturday number
2332
+ ...PickSu - Sunday number
2333
+ ...PickOM - Day number from another month
2334
+ ...PickNow - Today number
2335
+ ...PickSel - Selected day number
2336
+ ...NE - any not selectable day number
2337
+ ...PickHover - Any not selected day number under mouse cursor
2338
+ ...PickSelHover - Selected day number under mouse cursor
2339
+ ...PickEmpty - top left button in <div> tag to select empty date; @ Set background and height
2340
+ ...PickTouch - class added to every tag on tablet; @ Set line-height
2341
+ */
2342
+ .CRPickWDN { padding:3px 4px 2px 4px; font:10.5px/12px Arial,Helvetica,sans-serif; color:#333333; text-align:center; cursor:default; }
2343
+ .CRPickHover,.CRPickSelHover,.CRPickWD,.CRPickSa,.CRPickSu,.CRPickSel,.CRPickNow,.CRPickWDNE,.CRPickSaNE,.CRPickSuNE,.CRPickSelNE,.CRPickNowNE,.CRPickOM,.CRPickOMNE {
2344
+ margin:1px; padding:1px 2px 1px 2px; border:1px solid white;
2345
+ font:10.5px/12px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; text-align:center; cursor:pointer;
2346
+ }
2347
+ .CRPickWN,.CRPickWNE {
2348
+ background:url(Backgrounds.gif?v120) no-repeat -25px -1000px; padding:3px 4px 3px 4px; border-right:1px solid #8CA9E1;
2349
+ font:10.5px/12px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; text-align:center; cursor:pointer;
2350
+ }
2351
+ .CRPickWNE { cursor:default; }
2352
+ .CRPickWDNE,.CRPickSaNE,.CRPickSuNE,.CRPickSelNE,.CRPickNowNE { cursor:default; text-decoration:line-through; }
2353
+ .CRPickWD { background-color:white; }
2354
+ .CRPickSa { background-color:white; }
2355
+ .CRPickSu { background-color:white; }
2356
+ .CRPickSel { background-color:#FFF9D0; border:1px solid #dad1d1; border-radius:10px; }
2357
+ .CRPickSelNE { background-color:#fbea54; border:1px solid #dad1d1; border-radius:10px; }
2358
+ .CRPickNow { background-color:#c0f3ff; border:1px solid #dad1d1; border-radius:10px; }
2359
+ .CRPickNowNE { background-color:#c0f3ff; border:1px solid #dad1d1; border-radius:10px; }
2360
+ .CRPickOM { background-color:white; color:#aaaaaa; }
2361
+ .CRPickOMNE { color:#aaaaaa; cursor:default; text-decoration:line-through; }
2362
+ .CRPickEmpty { background:url(Menu.gif?v120) no-repeat center -1052px; cursor:pointer; height:17px; }
2363
+ .CRPickHover { background-color:#ddd; border:1px solid #ddd; border-radius:10px; }
2364
+ .CRPickSelHover { background-color:#eeeeaa; border:1px solid #ddd; border-radius:10px; }
2365
+ .CRPickTouch { line-height:18px; }
2366
+
2367
+ /* --- The second calendar table with months and years --- */
2368
+
2369
+ /* ...Pick2TableParent - <div> tag containing the whole table; @ Set border, padding, margin and background
2370
+ ...Pick2Table - <table> tag inside ...Pick2TableParent; @ Do not change
2371
+ ...Pick2Row - <tr> tags with the cells: 2 months, separator and 2 years; @ Set background and optionally height
2372
+ ...Pick2CellM - <td> tags with month names; @ Set height, width and optionally background and padding
2373
+ ...Pick2CellY - <td> tags with year numbers; @ Set height, width and optionally background and padding
2374
+ ...Pick2CellSep - <td> tag, separator between months and years section; @ Set height, width and optionally background and padding
2375
+ ...Pick2SepH - separator between the calendar header ...PickMY and calendar body ...Pick2TableParent; @ Set height to synchronize heights of both calendar dialogs
2376
+ ...Touch - added to ...Pick2Cell... on tablet
2377
+ */
2378
+ .CRPick2TableParent { }
2379
+ .CRPick2Table { table-layout:fixed; width:0px; }
2380
+ .CRPick2Row { }
2381
+ .CRPick2CellM { height:21px; width:55px; }
2382
+ .CRPick2CellMTouch { height:28px; width:75px; }
2383
+ .CRPick2CellY { height:21px; width:30px; }
2384
+ .CRPick2CellYTouch { height:28px; width:45px; }
2385
+ .CRPick2CellSep { height:21px; width:5px; }
2386
+ .CRPick2CellSepTouch { height:28px; width:5px; }
2387
+ .CRPick2SepH { width:1px; height:1px; overflow:hidden; }
2388
+ .CRPick2SepHTouch { height:1px; }
2389
+
2390
+ /* Individual cells, <div> tag inside <td> tag
2391
+ @ Set background, border, margin, padding, height and text attributes
2392
+ @ All the classes should have the same height and should not be wider than ...Pick2Cell... to avoid blinking the calendar cells on mouse actions
2393
+ ...Pick2M - month name; ...Pick2Y - year number; ...Sel - selected cell; ...Hover - cell under mouse cursor; ...SelHover - selected cell under mouse cursor
2394
+ ...Pick2Touch - class added to every tag on tablet; @ Set line-height
2395
+ */
2396
+ .CRPick2M,.CRPick2Y,.CRPick2MSel,.CRPick2YSel,.CRPick2MHover,.CRPick2YHover,.CRPick2MSelHover,.CRPick2YSelHover {
2397
+ margin-left:1px; margin-right:1px; padding:3px 1px 1px 1px;
2398
+ font:10.5px/12px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; cursor:pointer; text-align:center; overflow:hidden;
2399
+ }
2400
+ .CRPick2MSel,.CRPick2YSel { background:#c0f3ff; border:1px solid #dad1d1; border-radius:10px; margin-left:0px; margin-right:0px; }
2401
+ .CRPick2MHover,.CRPick2YHover { background:#DDD; border:1px solid white; border-radius:10px; margin-left:0px; margin-right:0px; }
2402
+ .CRPick2MSelHover,.CRPick2YSelHover { background:#80e0f0; border:1px solid white; border-radius:10px; margin-left:0px; margin-right:0px; }
2403
+ .CRPick2Touch { line-height:18px; }
2404
+
2405
+ /* Special cells, <div> tag inside <td> tag
2406
+ ...Pick2Sep - separator between months and years; @ Set height, width, background, border, margin, padding
2407
+ ...Pick2SepTouch - class added to ...Pick2Sep on tablet; @ Set height
2408
+ ...Pick2BL - button (<div> tag) showing previous 5 years; @ Set background, width and height
2409
+ ...Pick2BR - button (<div> tag) showing next 5 years; @ Set background, width and height
2410
+ */
2411
+ .CRPick2Sep { width:1px; background:#777; overflow:hidden; margin-left:2px; margin-right:2px; height:21px; }
2412
+ .CRPick2SepTouch { height:28px; }
2413
+ .CRPick2BL,.CRPick2BR { width:30px; cursor:pointer; height:21px; }
2414
+ .CRPick2CellYTouch .CRPick2BL,.CRPick2CellYTouch .CRPick2BR { margin-left:5px; }
2415
+ .CRPick2BL { background:url(Menu.gif?v120) no-repeat center -597px; }
2416
+ .CRPick2BR { background:url(Menu.gif?v120) no-repeat center -647px; }
2417
+
2418
+ /* --- The calendar footer with time --- */
2419
+
2420
+ /* Shown when EditFormat contains time definition (H or h or m or s); it is not shown for Range cells
2421
+ For custom calendar it is shown if set TimeFormat attribute; it is not shown if set Multi:1
2422
+ ...PickTimeCell - the whole calendar footer (<div> tag) on the same level as ...PickTableParent; @ Set border, padding, margin, background and text-align
2423
+ ...PickTime - set to <input> tag inside ...PickTimeCell; @ Set text attributes
2424
+ */
2425
+ .CRPickTimeCell { padding:8px 5px 6px 0px; border-top:1px solid #adf; background:#f0f6ff; text-align:right; line-height:0px; }
2426
+ .CRPickTime {
2427
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; background:#f0f6ff;
2428
+ margin:0px; padding:0px; border:0px none; white-space:nowrap; text-align:right; outline:none;
2429
+ }
2430
+
2431
+ /* --- The calendar footer with buttons --- */
2432
+
2433
+ /* Contains buttons like OK, Today, Clear; shown for Range cells or when set CalendarButtons; For custom calendar is shown for Multi and for Buttons set.
2434
+ ...PickFooter is the whole first calendar footer (<div> tag) on the same level as ...PickTableParent; @ Set border, padding, margin, background and text-align
2435
+ ...Pick2Footer is the whole second calendar footer (<div> tag) on the same level as ...Pick2TableParent; @ Set border, padding, margin, background and text-align
2436
+ ...PickButton is set to <button> tags; @ Set border, margin, padding, background, width, height and text attributes
2437
+ ...PickButtonHover is added when the <button> tag is under mouse cursor; @ Set border, margin, padding, background, width, height and text attributes
2438
+ */
2439
+ .CRPickFooter,.CRPick2Footer {
2440
+ border-top:1px solid #99BCE8; background:#EEEEEE; padding-top:1px; cursor:default; text-align:center;
2441
+ }
2442
+ .CRPickButton {
2443
+ background:#dcecf8; border:1px solid #8a8fb5; width:52px; margin:5px 2px 4px 2px; padding-left:0px; padding-right:0px; border-radius:10px;
2444
+ font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; text-align:center; white-space:nowrap; overflow:hidden;
2445
+ }
2446
+ .CRPickButtonHover { background:#ffeeaa; border:1px solid #aaaadd; }
2447
+
2448
+
2449
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2450
+ /* TGLib special classes not used in TreeGrid */
2451
+ /* TGLib */
2452
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2453
+
2454
+ /* --- Edit control (TGLib only) --- */
2455
+
2456
+ /* ...EditParent is set to temporary parent div tag if the edit is shown on given position, not inside tag; @ Do not change
2457
+ ...Edit is set to the TGLib Edit control tag (cc="Edit"); @ Set border, margin, padding, background and text attributes
2458
+ ...EditInline is set instead if the TGLib Edit control tag has display:inline; @ Set side border, margin, padding, background and text attributes
2459
+ ...EditMulti is added for control with Multi:1 as multiline edit in <textarea>; @ Set border, margin, padding, background and text attributes
2460
+ */
2461
+ .CREditParent { position:absolute; z-index:258; overflow:hidden; }
2462
+ .CREdit,.CREditInline {
2463
+ padding:2px 4px 2px 4px; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif;
2464
+ border:1px solid #DDD; border-top:1px solid #666; border-left:1px solid #666; background:white; white-space:nowrap; overflow:hidden;
2465
+ }
2466
+ .CREditInline { display:inline-block; vertical-align:bottom; }
2467
+ .CREditMulti { white-space:normal; }
2468
+
2469
+ /* --- Enum control (TGLib only) --- */
2470
+
2471
+ /* ...EnumControl is set to the TGLib Enum control tag (cc="Enum"); @ Set border, margin, padding, background and text attributes
2472
+ ...EnumInline is set instead if the TGLib Enum control tag has display:inline; @ Set side border, margin, padding, background and text attributes
2473
+ ...EnumHeader is used inside popup menu header ...MenuHeader tag and shows the Enum icon on left side; @ Set background, padding and text attributes and optionally border and margin
2474
+ */
2475
+ .CREnumControl,.CREnumInline {
2476
+ background:white url(Menu.gif?v120) no-repeat left -797px; overflow:hidden; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; cursor:pointer;
2477
+ padding:2px 4px 2px 15px; border:1px solid #DDD; border-top:1px solid #666; border-left:1px solid #666;
2478
+ }
2479
+ .CREnumInline { display:inline-block; vertical-align:bottom; }
2480
+ .CREnumHeader { background:white url(Menu.gif?v120) no-repeat left -798px; font:11.9px/13px "Microsoft Sans Serif",Tahoma,"Trebuchet MS",sans-serif; cursor:pointer; padding:2px 4px 2px 15px; }
2481
+
2482
+ /* --- Mouse dragging (TGLib only) --- */
2483
+
2484
+ /* ...MouseOrig is set to original tag being dragged by mouse, when copying the tag
2485
+ ...DragObject is set to ghost tag being dragged by mouse, when copying the tag
2486
+ */
2487
+ .CRMouseOrig { background:yellow!important; opacity:0.5; filter:alpha(opacity=50); }
2488
+ .CRMouseDragObject { position:absolute; z-index:260; background:#888; opacity:0.5; filter:alpha(opacity=50); }
2489
+
2490
+ /* --- Focused control (TGLib only) --- */
2491
+
2492
+ .CRFocus { border:1px solid #AAF; border-top:1px solid #00F; border-left:1px solid #00F; background-color:#EEE; }
2493
+
2494
+
2495
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2496
+ /* Cell tooltips - Hint and Tip */
2497
+ /* TreeGrid (Hint) / TGLib (Tip) */
2498
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2499
+
2500
+ /* ------------------- Hint ------------------- */
2501
+
2502
+ /* Hint is shown in place of the cell content if the cell content is not shown the whole
2503
+ ...Main is the <div> tag absolutely positioned containing the whole hint; @ Set margin to shift the hint and background, border and padding
2504
+ ...Outer is added to inner <div> inside ...Main along with all the cell css classes; @ Carefully set the attributes to override the cell settings
2505
+ ...Shadow is set to <div> tag displayed under hint ...Main tag, on the same position and size; @ Set margin for the shadow shift, background, opacity and border
2506
+ ...Header... is added to ...Main, ...Outer and ...Shadow for Header row (for every row is added ...xxx..., where xxx is the row Kind and for Header is Header)
2507
+ ...SpaceEdit is added to ...Main, ...Outer and ...Shadow for editable Space cell (for Space cell is added also the ...xxx... as for row Kind along with the ...SpaceEdit...)
2508
+ ...Space... is added to ...Main, ...Outer and ...Shadow for not editable Space cell (for Space cell is added also the ...xxx... as for row Kind along with the ...Space...)
2509
+ */
2510
+ .CRHintMain {
2511
+ position:absolute; margin-left:-2px; margin-top:-2px; padding-left:1px; padding-top:1px; left:0px; top:0px; z-index:260;
2512
+ background:white; cursor:default; border:1px solid #99BCE8; border-radius:10px;
2513
+ }
2514
+ .CRHintHeaderMain { padding:0px; margin-top:-1px; }
2515
+ .CRHintSpaceMain { margin-left:-1px; margin-top:-1px; padding:0px; overflow:hidden; }
2516
+ .CRHintSpaceEditMain,.CRHintSpaceSelectMain { border:0px none; background:none; margin-left:-1px; margin-top:0px; padding:0px; overflow:hidden; }
2517
+ .CRHintSpaceSelectMain { }
2518
+ .CRHintOuter { overflow:hidden; background:white; color:black; text-align:left; border-color:white; } .CRHintOuter * { text-align:left; }
2519
+ .CRHintSpaceOuter { background:#F0F2EF!important; margin-left:-1px; margin-top:-1px; }
2520
+ .CRHintSpaceEditOuter { background:#D5E9FE; }
2521
+ .CRHintSpaceSelectOuter { margin-left:2px; }
2522
+ .CRHintHeaderOuter { background:url(Backgrounds.gif?v120) repeat-x 0px 0px!important; border-left:1px solid white!important; border-bottom:1px solid white; }
2523
+ .CRHintShadow { position:absolute; margin-left:2px; margin-top:2px; z-index:259; background:#888; opacity:0.3; filter:alpha(opacity=30); }
2524
+ .CRHintSpaceShadow { margin-left:4px; margin-top:4px; }
2525
+ .CRHintSpaceEditShadow,.CRHintSpaceSelectShadow { margin-left:4px; margin-top:4px; }
2526
+
2527
+ /* ------------------- Tip ------------------- */
2528
+
2529
+ /* Tip is shown below mouse cursor on mouse hover the cell; Used only if set <Cfg StandardTip='0'/>
2530
+ ...Main - main tip <div> tag absolutely positioned; @ Do not change
2531
+ ...Outer - outer tip <div> tag inside ...Main, has set maximal width to overflow long text; @ Set border, margin, padding, background
2532
+ ...Body - inner tip <div> tag inside ...Outer; @ Set text attributes and optionally border, margin, padding and background
2533
+ ...Shadow - <div> tag displayed under tip ...Main tag, on the same position and size; @ Set margin for the shadow shift, background, opacity and border
2534
+ */
2535
+ .CRTipMain { position:absolute; left:0px; top:0px; z-index:262; visibility:hidden; }
2536
+ .CRTipOuter { background:#E4E5F0 url(Backgrounds.gif?v120) repeat-x 0px -750px; border:1px solid #777; border-radius:10px; padding:1px 8px 1px 8px; overflow:hidden; cursor:default; }
2537
+ .CRTipBody { font:12px/14px Arial,Helvetica,sans-serif; white-space:nowrap; }
2538
+ .CRTipShadow { position:absolute; margin-left:3px; margin-top:3px; z-index:261; background:#888; opacity:0.3; filter:alpha(opacity=30); visibility:hidden; }
2539
+
2540
+
2541
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2542
+ /* Line chart (cell type Chart) */
2543
+ /* TGLib */
2544
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2545
+
2546
+ /* ...Chart - cell type, <td> tag; @ Set border, padding and background
2547
+ ...ChartInner - inner <div> tag containing the whole chart; @ Set background
2548
+ ...ChartLayer - individual chart layers, <div> tags, one per TChartLine, one for Axis and one for Caption; @ Do not change
2549
+ ...ChartAxisY - horizontal axis, <div> tag; @ Set height and background
2550
+ ...ChartAxisX - vertical axis, <div> tag; @ Set width and background
2551
+ ...ChartAxisYLabel, ...ChartAxisXLabel - <div> tag with labels for X and Y axes; @ Set background
2552
+ ...ChartAxisYText, ...ChartAxisXText - <div> tag inside ...Label; @ Set text attributes and optionally background, border, margin and padding
2553
+ ...ChartCaption - chart top caption, <div> tag; @ Set background, border, padding and text attributes
2554
+ */
2555
+ .CRChart { padding:5px; }
2556
+ .CRChartInner { background:white; width:100%; }
2557
+ .CRChartLayer { overflow:hidden; height:1000px; }
2558
+ .CRChartAxisY { background:black; height:1px; overflow:hidden; }
2559
+ .CRChartAxisYLabel { overflow:hidden; }
2560
+ .CRChartAxisYText { margin-right:5px; margin-top:12px; text-align:right; font:12px/14px Arial,Helvetica,sans-serif; }
2561
+ .CRChartAxisX { width:1px; overflow:hidden; background:black; }
2562
+ .CRChartAxisXLabel { overflow:hidden; }
2563
+ .CRChartAxisXText { text-align:center; font:12px/14px Arial,Helvetica,sans-serif; }
2564
+ .CRChartCaption { text-align:center; font:12px/14px Arial,Helvetica,sans-serif; margin-top:3px; }
2565
+
2566
+ /* Individual chart points for PointType value; @ Set only background */
2567
+ .CRChartPoint1,.CRChartPoint2,.CRChartPoint3,.CRChartPoint4,.CRChartPoint5,.CRChartPoint6,.CRChartPoint7,.CRChartPoint8 {
2568
+ background:url(Gantt.gif?v120) no-repeat; width:32px; height:32px; overflow:hidden;
2569
+ }
2570
+ .CRChartPoint1 { background-position:-892px 7px; }
2571
+ .CRChartPoint2 { background-position:-992px 7px; }
2572
+ .CRChartPoint3 { background-position:-1092px 7px; }
2573
+ .CRChartPoint4 { background-position:-1192px 7px; }
2574
+ .CRChartPoint5 { background-position:-1292px 7px; }
2575
+ .CRChartPoint6 { background-position:-1392px 7px; }
2576
+ .CRChartPoint7 { background-position:-1492px 7px; }
2577
+ .CRChartPoint8 { background-position:-1592px 7px; }
2578
+
2579
+
2580
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2581
+ /* Custom scrollbars */
2582
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2583
+
2584
+ /* Custom scrollbars shown if set CustomScroll (always) or CustomHScroll (for horizontal scrollbar only) or TouchScroll (on tablet only)
2585
+ There are four scrollbar types for CustomScroll values 1 - 4 for different sizes, 1 - standard size, 2 - wide scrollbar, 3 - thin scrollbar, 4 - hidden scrollbar
2586
+ */
2587
+
2588
+ /* --- Horizontal scrollbars --- */
2589
+
2590
+ /* ...RightHidden - shown instead of ...Right if the column section does not need to show scrollbar (but the other sections do)
2591
+ It is used also to calculate scrollbar height; @ Set height and background and optionally border and margin
2592
+ ...Right - <div> tag placed inside ...HScroll... tag to show the right side arrow button; @ Set padding-right and background and optionally border, padding and margin
2593
+ ...RightHover - used instead of ...Right under mouse cursor, to highlight the right side button
2594
+ ...Left - <div> tag placed inside ...Right to show the left side arrow button; @ Set padding-left and background
2595
+ ...LeftHover - used instead of ...Left under mouse cursor, to highlight the left side button
2596
+ ...SliderRight - <div> tag placed inside ...Left... tag to show the right edge of the slider; @ Set padding-right and background and optionally border, padding and margin
2597
+ ...SliderRightHover - used instead of ...SliderRight under mouse cursor, to highlight the right edge of the slider
2598
+ ...SliderLeft - <div> tag placed inside ...SliderRight to show the left edge of the slider; @ Set padding-left and background
2599
+ ...SliderLeftHover - used instead of ...SliderLeft under mouse cursor, to highlight the left edge of the slider
2600
+ ...SliderHIn - <div> tag placed inside ...SliderLeft to show the body of the slider; Controls height of the whole scrollbar;
2601
+ @ Set height and background; The height must be height of ...RightHidden minus all vertical padding,border and margin of the ...Right, ...Left, ...SliderRight, ...SliderLeft and ...SliderHIn
2602
+ ...SliderHInHover - used instead of ...SliderHIn under mouse cursor, to highlight the body of the slider
2603
+ ...X - shown in the horizontal scrollbars row in place of vertical scrollbar; @ Set background
2604
+ */
2605
+ .CRCustScroll1RightHidden { background:url(VScroll.gif?v120) left -108px; height:17px; }
2606
+ .CRCustScroll1Right { padding-right:17px; background:url(VScroll.gif?v120) right 0px; }
2607
+ .CRCustScroll1RightHover { padding-right:17px; background:url(VScroll.gif?v120) right -18px; }
2608
+ .CRCustScroll1Left { padding-left:17px; background:url(VScroll.gif?v120) left 0px; }
2609
+ .CRCustScroll1LeftHover { padding-left:17px; background:url(VScroll.gif?v120) left -18px; }
2610
+ .CRCustScroll1SliderRight { background:url(VScroll.gif?v120) right -36px; padding-right:1px; }
2611
+ .CRCustScroll1SliderRightHover { background:url(VScroll.gif?v120) right -72px; padding-right:1px; }
2612
+ .CRCustScroll1SliderLeft { background:url(VScroll.gif?v120) left -36px; padding-left:1px; }
2613
+ .CRCustScroll1SliderLeftHover { background:url(VScroll.gif?v120) left -72px; padding-left:1px; }
2614
+ .CRCustScroll1SliderHIn { height:17px; overflow:hidden; background:url(VScroll.gif?v120) center -54px; }
2615
+ .CRCustScroll1SliderHInHover { height:17px; overflow:hidden; background:url(VScroll.gif?v120) center -90px; }
2616
+ .CRCustScroll1X { cursor:default; }
2617
+
2618
+ .CRCustScroll2RightHidden { background:url(VScroll.gif?v120) left -364px; height:34px; }
2619
+ .CRCustScroll2Right { padding-right:36px; background:url(VScroll.gif?v120) right -148px; }
2620
+ .CRCustScroll2RightHover { padding-right:36px; background:url(VScroll.gif?v120) right -184px; }
2621
+ .CRCustScroll2Left { padding-left:36px; background:url(VScroll.gif?v120) left -148px; }
2622
+ .CRCustScroll2LeftHover { padding-left:36px; background:url(VScroll.gif?v120) left -184px; }
2623
+ .CRCustScroll2SliderRight { background:url(VScroll.gif?v120) right -220px; padding-right:1px; }
2624
+ .CRCustScroll2SliderRightHover { background:url(VScroll.gif?v120) right -292px; padding-right:1px; }
2625
+ .CRCustScroll2SliderLeft { background:url(VScroll.gif?v120) left -220px; padding-left:1px; }
2626
+ .CRCustScroll2SliderLeftHover { background:url(VScroll.gif?v120) left -292px; padding-left:1px; }
2627
+ .CRCustScroll2SliderHIn { height:34px; overflow:hidden; background:url(VScroll.gif?v120) center -256px; }
2628
+ .CRCustScroll2SliderHInHover { height:34px; overflow:hidden; background:url(VScroll.gif?v120) center -328px; }
2629
+ .CRCustScroll2X { cursor:default; }
2630
+
2631
+ .CRCustScroll3Right,.CRCustScroll3RightHidden { background:white; height:9px; }
2632
+ .CRCustScroll3SliderRight,.CRCustScroll3SliderRightHover { padding-right:3px; height:9px; background:url(VScroll.gif?v120) right -126px; }
2633
+ .CRCustScroll3SliderRightHover { background-position:right -135px; }
2634
+ .CRCustScroll3SliderLeft,.CRCustScroll3SliderLeftHover { height:9px; background:url(VScroll.gif?v120) left -126px; }
2635
+ .CRCustScroll3SliderLeftHover { background-position:left -135px; }
2636
+ .CRCustScroll3X { cursor:default; }
2637
+
2638
+ .CRCustScroll4Right,.CRCustScroll4RightHidden,.CRCustScroll4SliderRight,.CRCustScroll4SliderRightHover { height:1px; }
2639
+ .CRCustScroll4X { }
2640
+
2641
+ /* --- Vertical scrollbars --- */
2642
+
2643
+ /* ...DownHidden - shown instead of ...Down if the grid does not need to show scrollbar and ShowVScroll='1' is set
2644
+ It is used also to calculate scrollbar width; @ Set width and background and optionally border and margin
2645
+ ...Down - <div> tag placed inside ...VScroll tag to show the bottom side arrow button; @ Set padding-bottom and background and optionally border, padding and margin
2646
+ ...DownHover - used instead of ...Down under mouse cursor, to highlight the bottom side button
2647
+ ...Up - <div> tag placed inside ...Down to show the top side arrow button; @ Set padding-top and background
2648
+ ...UpHover - used instead of ...Up under mouse cursor, to highlight the top side button
2649
+ ...SliderDown - <div> tag placed inside ...Up... tag to show the bottom edge of the slider; @ Set padding-bottom and background and optionally border, padding and margin
2650
+ ...SliderDownHover - used instead of ...SliderDown under mouse cursor, to highlight the bottom edge of the slider
2651
+ ...SliderUp - <div> tag placed inside ...SliderDown to show the top edge of the slider; @ Set padding-top and background
2652
+ ...SliderUpHover - used instead of ...SliderUp under mouse cursor, to highlight the top edge of the slider
2653
+ ...SliderVIn - <div> tag placed inside ...SliderUp to show the body of the slider; @ Set background
2654
+ ...SliderVInHover - used instead of ...SliderVIn under mouse cursor, to highlight the body of the slider
2655
+ */
2656
+ .CRCustScroll1DownHidden { background:url(HScroll.png?v120) -108px top; width:16px; }
2657
+ .CRCustScroll1Down { padding-bottom:17px; background:url(HScroll.png?v120) 0px bottom; }
2658
+ .CRCustScroll1DownHover { padding-bottom:17px; background:url(HScroll.png?v120) -18px bottom; }
2659
+ .CRCustScroll1Up { padding-top:17px; background:url(HScroll.png?v120) 0px top; }
2660
+ .CRCustScroll1UpHover { padding-top:17px; background:url(HScroll.png?v120) -18px top; }
2661
+ .CRCustScroll1SliderDown { background:url(HScroll.png?v120) -36px bottom; padding-bottom:1px; }
2662
+ .CRCustScroll1SliderDownHover { background:url(HScroll.png?v120) -72px bottom; padding-bottom:1px; }
2663
+ .CRCustScroll1SliderUp { background:url(HScroll.png?v120) -36px top; padding-top:1px; }
2664
+ .CRCustScroll1SliderUpHover { background:url(HScroll.png?v120) -72px top; padding-top:1px; }
2665
+ .CRCustScroll1SliderVIn { background:url(HScroll.png?v120) -54px center; }
2666
+ .CRCustScroll1SliderVInHover { background:url(HScroll.png?v120) -90px center; }
2667
+
2668
+ .CRCustScroll2DownHidden { background:url(HScroll.png?v120) -364px top; width:33px; }
2669
+ .CRCustScroll2Down { padding-bottom:36px; background:url(HScroll.png?v120) -148px bottom; }
2670
+ .CRCustScroll2DownHover { padding-bottom:36px; background:url(HScroll.png?v120) -184px bottom; }
2671
+ .CRCustScroll2Up { padding-top:36px; background:url(HScroll.png?v120) -148px top; }
2672
+ .CRCustScroll2UpHover { padding-top:36px; background:url(HScroll.png?v120) -184px top; }
2673
+ .CRCustScroll2SliderDown { background:url(HScroll.png?v120) -220px bottom; padding-bottom:1px; }
2674
+ .CRCustScroll2SliderDownHover { background:url(HScroll.png?v120) -292px bottom; padding-bottom:1px; }
2675
+ .CRCustScroll2SliderUp { background:url(HScroll.png?v120) -220px top; padding-top:1px; }
2676
+ .CRCustScroll2SliderUpHover { background:url(HScroll.png?v120) -292px top; padding-top:1px; }
2677
+ .CRCustScroll2SliderVIn { background:url(HScroll.png?v120) -256px center; }
2678
+ .CRCustScroll2SliderVInHover { background:url(HScroll.png?v120) -328px center; }
2679
+
2680
+ .CRCustScroll3Down,.CRCustScroll3DownHidden { background:white; width:8px; }
2681
+ .CRCustScroll3SliderDown,.CRCustScroll3SliderDownHover { padding-bottom:3px; background:url(HScroll.png?v120) -126px bottom; }
2682
+ .CRCustScroll3SliderDownHover { background-position:-135px bottom; }
2683
+ .CRCustScroll3SliderUp,.CRCustScroll3SliderUpHover { background:url(HScroll.png?v120) -126px top; }
2684
+ .CRCustScroll3SliderUpHover { background-position:-135px top; }
2685
+
2686
+ .CRCustScroll4Down,.CRCustScroll4DownHidden,.CRCustScroll4SliderDown,.CRCustScroll4SliderDownHover { width:0px; }
2687
+
2688
+
2689
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2690
+ /* System settings */
2691
+ /* -------------------------------------------------------------------------------------------------------------------------- */
2692
+
2693
+ /* --------------- Debug print ----------------- */
2694
+ /* ! Note, here is no .CR style prefix
2695
+ Controls the default debug window shown bottom the page, controlled by <bdo Debug> attribute
2696
+ ...Tag - <div> tag containing the debug print; @ Set position attributes, background, border and padding
2697
+ ...TagMax - used instead of ...Tag when maximized by clicking to Max button
2698
+ ...Buttons - <div> tag placed next to ...Tag to show the debug control buttons; @ Set position attributes, background, border and padding
2699
+ ...ButtonsMax - used instead of ...Buttons when maximized by clicking to Max button
2700
+ */
2701
+ .GridDebugTag,.GridDebugTagMax { overflow:auto; overflow-y:scroll; border:1px solid black; background:#DDD; }
2702
+ .GridDebugTag,.GridDebugTagMax,.GridDebugButtons,.GridDebugButtonsMax {
2703
+ position:fixed; z-index:256; left:5px; right:5px; bottom:5px; height:200px; padding:4px;
2704
+ position:absolute!IE;
2705
+ left:expression((5+(document.compatMode=="CSS1Compat"?document.documentElement.scrollLeft:document.body.scrollLeft))+"px")!IE;
2706
+ width:expression((-10+(document.compatMode=="CSS1Compat"?document.documentElement.clientWidth-8:document.body.clientWidth))+"px")!IE;
2707
+ top:expression((-205+(document.compatMode=="CSS1Compat"?document.documentElement.scrollTop+document.documentElement.clientHeight-8:document.body.scrollTop+document.body.clientHeight))+"px")!IE;
2708
+ }
2709
+ .GridDebugTagMax,.GridDebugButtonsMax {
2710
+ top:5px; height:auto;
2711
+ top:expression((5+(document.compatMode=="CSS1Compat"?document.documentElement.scrollTop:document.body.scrollTop))+"px")!IE;
2712
+ height:expression((-10+(document.compatMode=="CSS1Compat"?document.documentElement.clientHeight-8:document.body.clientHeight))+"px")!IE;
2713
+ }
2714
+ .GridDebugButtons,.GridDebugButtonsMax {
2715
+ text-align:right; margin-right:25px; width:130px; left:auto;
2716
+ left:expression((-155+(document.compatMode=="CSS1Compat"?document.documentElement.clientWidth-8:document.body.clientWidth))+"px")!IE;
2717
+ }
2718
+
2719
+ /* Individual parts of the debug print
2720
+ ...Button - one debug button, <button> tag placed inside ...Buttons; @ Set width, height, background, border, padding, margin and text attributes
2721
+ ...Title - <span> tag with grid or print identification; @ Set text attributes and background
2722
+ ...Mark - <span> tag that highlights some information, e.g. actual values; @ Set text attributes and background
2723
+ ...Stop (0), ...Error (1), ...Warning (2), ...List (3), ...Info (>3) - <div> or <span> tag containing the information according to the debug level number; @ Set text attributes and background
2724
+ */
2725
+ .GridDebugButton { font-size:10px; width:40px; padding:0px; }
2726
+ .GridDebugTitle { font-size:10px; color:blue; font-style:normal;font-weight:normal; }
2727
+ .GridDebugMark { font-weight:bold; }
2728
+ .GridDebugStop { font-size:18px; font-weight:bold; color:red; }
2729
+ .GridDebugError { font-size:12px; color:red; }
2730
+ .GridDebugWarning { font-size:12px; color:#A60;}
2731
+ .GridDebugList { font-size:10px; color:#888;}
2732
+ .GridDebugInfo { font-size:12px; }
2733
+
2734
+ /* ------------------- Other settings ------------------- */
2735
+
2736
+ /* Class added to <body> tag when printing grid to actual page or to new window (for PrintLocation != 2); @ Set any <body> attribute */
2737
+ .CRBodyPrint,.CRBodyPrintPDF { margin:0px!important; padding:0px!important; border:0px none!important; background:none!important; -webkit-print-color-adjust:exact; }
2738
+
2739
+ /* Class added to every printed page */
2740
+ .CRPrintPage { page-break-inside:avoid; page-break-after:always; }
2741
+ .CRPrintPage:last-child { page-break-after:auto; }
2742
+
2743
+ /* Border shown in main tag during grid resizing */
2744
+ .CRResizeBorder { border:1px dashed black!important; }
2745
+
2746
+ /* Disables momentum scroll when dialog is opened */
2747
+ .GridNoMomentumScroll * { -webkit-overflow-scrolling:auto!important; }
2748
+
2749
+ /* Temporary tag used for some calculations; @ Do not change; ! Note, here is no .CR style prefix */
2750
+ .GridTmpTag { position:absolute; left:5px; top:5px; visibility:hidden; }
2751
+
2752
+ /* Tag used to calculate column width according to its content */
2753
+ .GridCalcWidth table { width:auto!important; }
2754
+
2755
+ /* Tag added to disable whole page, e.g. when showing modal dialog. ! Note, here is no .CR style prefix
2756
+ Note, to disable only the grid is used .CRDisabled class instead (e.g. when showing message in grid).
2757
+ @ Set background and opacity, optionally margin and padding
2758
+ */
2759
+ .GridDisabled { position:absolute; z-index:256; background:white; opacity:0.5; filter:alpha(opacity=50); }
2760
+
2761
+ /* Tag where the grid is rendered and also where all the support absolute tags are rendered (e.g. cursors, dialogs or messages). ! Note, here is no .CR style prefix
2762
+ @ Increase z-index if the grid or its menus or cursors are not shown as expected. But it is usually better to set <Cfg ZIndex/> instead.
2763
+ */
2764
+ .GridMain { z-index:255; }
2765
+
2766
+ /* Marks the style loaded; must be the last class in the file; @ Do not change */
2767
+ .CRLoaded { border:1px solid black!important; }