@zuoyo/viteui 0.0.2

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 (1090) hide show
  1. package/README.md +227 -0
  2. package/dist/components/accordion/Accordion.d.ts +18 -0
  3. package/dist/components/accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/accordion/AccordionPanel.d.ts +63 -0
  5. package/dist/components/accordion/AccordionPanel.d.ts.map +1 -0
  6. package/dist/components/accordion/index.d.ts +14 -0
  7. package/dist/components/accordion/index.d.ts.map +1 -0
  8. package/dist/components/accordion/types.d.ts +159 -0
  9. package/dist/components/accordion/types.d.ts.map +1 -0
  10. package/dist/components/base/Addon.d.ts +11 -0
  11. package/dist/components/base/Addon.d.ts.map +1 -0
  12. package/dist/components/base/ComboBase.d.ts +85 -0
  13. package/dist/components/base/ComboBase.d.ts.map +1 -0
  14. package/dist/components/base/DateHelper.d.ts +17 -0
  15. package/dist/components/base/DateHelper.d.ts.map +1 -0
  16. package/dist/components/base/DomHelper.d.ts +42 -0
  17. package/dist/components/base/DomHelper.d.ts.map +1 -0
  18. package/dist/components/base/EventHub.d.ts +19 -0
  19. package/dist/components/base/EventHub.d.ts.map +1 -0
  20. package/dist/components/base/Label.d.ts +11 -0
  21. package/dist/components/base/Label.d.ts.map +1 -0
  22. package/dist/components/base/SlideUpDown.d.ts +37 -0
  23. package/dist/components/base/SlideUpDown.d.ts.map +1 -0
  24. package/dist/components/base/SpinnerBase.d.ts +69 -0
  25. package/dist/components/base/SpinnerBase.d.ts.map +1 -0
  26. package/dist/components/base/TreeHelper.d.ts +28 -0
  27. package/dist/components/base/TreeHelper.d.ts.map +1 -0
  28. package/dist/components/base/VirtualScroll.d.ts +36 -0
  29. package/dist/components/base/VirtualScroll.d.ts.map +1 -0
  30. package/dist/components/base/index.d.ts +23 -0
  31. package/dist/components/base/index.d.ts.map +1 -0
  32. package/dist/components/base/listBaseProps.d.ts +111 -0
  33. package/dist/components/base/listBaseProps.d.ts.map +1 -0
  34. package/dist/components/base/types.d.ts +1091 -0
  35. package/dist/components/base/types.d.ts.map +1 -0
  36. package/dist/components/base/useComboBase.d.ts +49 -0
  37. package/dist/components/base/useComboBase.d.ts.map +1 -0
  38. package/dist/components/base/useFieldBase.d.ts +24 -0
  39. package/dist/components/base/useFieldBase.d.ts.map +1 -0
  40. package/dist/components/base/useInputBase.d.ts +96 -0
  41. package/dist/components/base/useInputBase.d.ts.map +1 -0
  42. package/dist/components/base/useListBase.d.ts +71 -0
  43. package/dist/components/base/useListBase.d.ts.map +1 -0
  44. package/dist/components/base/useSpinnerBase.d.ts +45 -0
  45. package/dist/components/base/useSpinnerBase.d.ts.map +1 -0
  46. package/dist/components/calendar/Calendar.d.ts +35 -0
  47. package/dist/components/calendar/Calendar.d.ts.map +1 -0
  48. package/dist/components/calendar/index.d.ts +13 -0
  49. package/dist/components/calendar/index.d.ts.map +1 -0
  50. package/dist/components/calendar/types.d.ts +132 -0
  51. package/dist/components/calendar/types.d.ts.map +1 -0
  52. package/dist/components/checkbox/CheckBox.d.ts +35 -0
  53. package/dist/components/checkbox/CheckBox.d.ts.map +1 -0
  54. package/dist/components/checkbox/index.d.ts +13 -0
  55. package/dist/components/checkbox/index.d.ts.map +1 -0
  56. package/dist/components/checkbox/types.d.ts +64 -0
  57. package/dist/components/checkbox/types.d.ts.map +1 -0
  58. package/dist/components/combobox/ComboBox.d.ts +379 -0
  59. package/dist/components/combobox/ComboBox.d.ts.map +1 -0
  60. package/dist/components/combobox/index.d.ts +13 -0
  61. package/dist/components/combobox/index.d.ts.map +1 -0
  62. package/dist/components/combobox/types.d.ts +163 -0
  63. package/dist/components/combobox/types.d.ts.map +1 -0
  64. package/dist/components/combogrid/ComboGrid.d.ts +220 -0
  65. package/dist/components/combogrid/ComboGrid.d.ts.map +1 -0
  66. package/dist/components/combogrid/index.d.ts +13 -0
  67. package/dist/components/combogrid/index.d.ts.map +1 -0
  68. package/dist/components/combogrid/types.d.ts +105 -0
  69. package/dist/components/combogrid/types.d.ts.map +1 -0
  70. package/dist/components/combotree/ComboTree.d.ts +219 -0
  71. package/dist/components/combotree/ComboTree.d.ts.map +1 -0
  72. package/dist/components/combotree/index.d.ts +13 -0
  73. package/dist/components/combotree/index.d.ts.map +1 -0
  74. package/dist/components/combotree/types.d.ts +113 -0
  75. package/dist/components/combotree/types.d.ts.map +1 -0
  76. package/dist/components/datagrid/DataGrid.d.ts +135 -0
  77. package/dist/components/datagrid/DataGrid.d.ts.map +1 -0
  78. package/dist/components/datagrid/DataGridBody.d.ts +14 -0
  79. package/dist/components/datagrid/DataGridBody.d.ts.map +1 -0
  80. package/dist/components/datagrid/DataGridRowDetail.d.ts +11 -0
  81. package/dist/components/datagrid/DataGridRowDetail.d.ts.map +1 -0
  82. package/dist/components/datagrid/DataGridRowGroup.d.ts +13 -0
  83. package/dist/components/datagrid/DataGridRowGroup.d.ts.map +1 -0
  84. package/dist/components/datagrid/DataGridTable.d.ts +15 -0
  85. package/dist/components/datagrid/DataGridTable.d.ts.map +1 -0
  86. package/dist/components/datagrid/DataGridView.d.ts +25 -0
  87. package/dist/components/datagrid/DataGridView.d.ts.map +1 -0
  88. package/dist/components/datagrid/index.d.ts +21 -0
  89. package/dist/components/datagrid/index.d.ts.map +1 -0
  90. package/dist/components/datagrid/types.d.ts +507 -0
  91. package/dist/components/datagrid/types.d.ts.map +1 -0
  92. package/dist/components/datalist/DataList.d.ts +104 -0
  93. package/dist/components/datalist/DataList.d.ts.map +1 -0
  94. package/dist/components/datalist/index.d.ts +13 -0
  95. package/dist/components/datalist/index.d.ts.map +1 -0
  96. package/dist/components/datalist/types.d.ts +77 -0
  97. package/dist/components/datalist/types.d.ts.map +1 -0
  98. package/dist/components/datebox/DateBox.d.ts +310 -0
  99. package/dist/components/datebox/DateBox.d.ts.map +1 -0
  100. package/dist/components/datebox/index.d.ts +13 -0
  101. package/dist/components/datebox/index.d.ts.map +1 -0
  102. package/dist/components/datebox/types.d.ts +124 -0
  103. package/dist/components/datebox/types.d.ts.map +1 -0
  104. package/dist/components/datetimebox/DateTimeBox.d.ts +502 -0
  105. package/dist/components/datetimebox/DateTimeBox.d.ts.map +1 -0
  106. package/dist/components/datetimebox/index.d.ts +13 -0
  107. package/dist/components/datetimebox/index.d.ts.map +1 -0
  108. package/dist/components/datetimebox/types.d.ts +38 -0
  109. package/dist/components/datetimebox/types.d.ts.map +1 -0
  110. package/dist/components/datetimespinner/DateTimeSpinner.d.ts +17 -0
  111. package/dist/components/datetimespinner/DateTimeSpinner.d.ts.map +1 -0
  112. package/dist/components/datetimespinner/index.d.ts +13 -0
  113. package/dist/components/datetimespinner/index.d.ts.map +1 -0
  114. package/dist/components/datetimespinner/types.d.ts +34 -0
  115. package/dist/components/datetimespinner/types.d.ts.map +1 -0
  116. package/dist/components/dialog/Dialog.d.ts +102 -0
  117. package/dist/components/dialog/Dialog.d.ts.map +1 -0
  118. package/dist/components/dialog/dialogProps.d.ts +87 -0
  119. package/dist/components/dialog/dialogProps.d.ts.map +1 -0
  120. package/dist/components/dialog/index.d.ts +13 -0
  121. package/dist/components/dialog/index.d.ts.map +1 -0
  122. package/dist/components/dialog/types.d.ts +137 -0
  123. package/dist/components/dialog/types.d.ts.map +1 -0
  124. package/dist/components/draggable/Draggable.d.ts +28 -0
  125. package/dist/components/draggable/Draggable.d.ts.map +1 -0
  126. package/dist/components/draggable/DraggableClass.d.ts +48 -0
  127. package/dist/components/draggable/DraggableClass.d.ts.map +1 -0
  128. package/dist/components/draggable/DraggableProxy.d.ts +19 -0
  129. package/dist/components/draggable/DraggableProxy.d.ts.map +1 -0
  130. package/dist/components/draggable/index.d.ts +15 -0
  131. package/dist/components/draggable/index.d.ts.map +1 -0
  132. package/dist/components/draggable/types.d.ts +404 -0
  133. package/dist/components/draggable/types.d.ts.map +1 -0
  134. package/dist/components/drawer/Drawer.d.ts +113 -0
  135. package/dist/components/drawer/Drawer.d.ts.map +1 -0
  136. package/dist/components/drawer/index.d.ts +13 -0
  137. package/dist/components/drawer/index.d.ts.map +1 -0
  138. package/dist/components/drawer/types.d.ts +97 -0
  139. package/dist/components/drawer/types.d.ts.map +1 -0
  140. package/dist/components/droppable/Droppable.d.ts +21 -0
  141. package/dist/components/droppable/Droppable.d.ts.map +1 -0
  142. package/dist/components/droppable/DroppableClass.d.ts +27 -0
  143. package/dist/components/droppable/DroppableClass.d.ts.map +1 -0
  144. package/dist/components/droppable/index.d.ts +14 -0
  145. package/dist/components/droppable/index.d.ts.map +1 -0
  146. package/dist/components/droppable/types.d.ts +99 -0
  147. package/dist/components/droppable/types.d.ts.map +1 -0
  148. package/dist/components/filebutton/FileButton.d.ts +59 -0
  149. package/dist/components/filebutton/FileButton.d.ts.map +1 -0
  150. package/dist/components/filebutton/index.d.ts +13 -0
  151. package/dist/components/filebutton/index.d.ts.map +1 -0
  152. package/dist/components/filebutton/types.d.ts +86 -0
  153. package/dist/components/filebutton/types.d.ts.map +1 -0
  154. package/dist/components/form/Form.d.ts +30 -0
  155. package/dist/components/form/Form.d.ts.map +1 -0
  156. package/dist/components/form/FormField.d.ts +19 -0
  157. package/dist/components/form/FormField.d.ts.map +1 -0
  158. package/dist/components/form/index.d.ts +14 -0
  159. package/dist/components/form/index.d.ts.map +1 -0
  160. package/dist/components/form/rules.d.ts +57 -0
  161. package/dist/components/form/rules.d.ts.map +1 -0
  162. package/dist/components/form/types.d.ts +179 -0
  163. package/dist/components/form/types.d.ts.map +1 -0
  164. package/dist/components/gridbase/GridBase.d.ts +203 -0
  165. package/dist/components/gridbase/GridBase.d.ts.map +1 -0
  166. package/dist/components/gridbase/GridBody.d.ts +73 -0
  167. package/dist/components/gridbase/GridBody.d.ts.map +1 -0
  168. package/dist/components/gridbase/GridBodyCell.d.ts +55 -0
  169. package/dist/components/gridbase/GridBodyCell.d.ts.map +1 -0
  170. package/dist/components/gridbase/GridColumn.d.ts +333 -0
  171. package/dist/components/gridbase/GridColumn.d.ts.map +1 -0
  172. package/dist/components/gridbase/GridColumnGroup.d.ts +73 -0
  173. package/dist/components/gridbase/GridColumnGroup.d.ts.map +1 -0
  174. package/dist/components/gridbase/GridEmpty.d.ts +7 -0
  175. package/dist/components/gridbase/GridEmpty.d.ts.map +1 -0
  176. package/dist/components/gridbase/GridFilterButton.d.ts +28 -0
  177. package/dist/components/gridbase/GridFilterButton.d.ts.map +1 -0
  178. package/dist/components/gridbase/GridFilterCell.d.ts +11 -0
  179. package/dist/components/gridbase/GridFilterCell.d.ts.map +1 -0
  180. package/dist/components/gridbase/GridFilterRow.d.ts +9 -0
  181. package/dist/components/gridbase/GridFilterRow.d.ts.map +1 -0
  182. package/dist/components/gridbase/GridFooter.d.ts +82 -0
  183. package/dist/components/gridbase/GridFooter.d.ts.map +1 -0
  184. package/dist/components/gridbase/GridFooterCell.d.ts +11 -0
  185. package/dist/components/gridbase/GridFooterCell.d.ts.map +1 -0
  186. package/dist/components/gridbase/GridHeader.d.ts +51 -0
  187. package/dist/components/gridbase/GridHeader.d.ts.map +1 -0
  188. package/dist/components/gridbase/GridHeaderCell.d.ts +9 -0
  189. package/dist/components/gridbase/GridHeaderCell.d.ts.map +1 -0
  190. package/dist/components/gridbase/GridHeaderRow.d.ts +12 -0
  191. package/dist/components/gridbase/GridHeaderRow.d.ts.map +1 -0
  192. package/dist/components/gridbase/GridView.d.ts +130 -0
  193. package/dist/components/gridbase/GridView.d.ts.map +1 -0
  194. package/dist/components/gridbase/gridBaseProps.d.ts +172 -0
  195. package/dist/components/gridbase/gridBaseProps.d.ts.map +1 -0
  196. package/dist/components/gridbase/gridBodyProps.d.ts +17 -0
  197. package/dist/components/gridbase/gridBodyProps.d.ts.map +1 -0
  198. package/dist/components/gridbase/gridViewProps.d.ts +26 -0
  199. package/dist/components/gridbase/gridViewProps.d.ts.map +1 -0
  200. package/dist/components/gridbase/index.d.ts +19 -0
  201. package/dist/components/gridbase/index.d.ts.map +1 -0
  202. package/dist/components/gridbase/types.d.ts +823 -0
  203. package/dist/components/gridbase/types.d.ts.map +1 -0
  204. package/dist/components/gridbase/useGridBase.d.ts +58 -0
  205. package/dist/components/gridbase/useGridBase.d.ts.map +1 -0
  206. package/dist/components/gridbase/useGridBodyBase.d.ts +11 -0
  207. package/dist/components/gridbase/useGridBodyBase.d.ts.map +1 -0
  208. package/dist/components/gridbase/useGridViewBase.d.ts +19 -0
  209. package/dist/components/gridbase/useGridViewBase.d.ts.map +1 -0
  210. package/dist/components/layout/CollapsedPanel.d.ts +138 -0
  211. package/dist/components/layout/CollapsedPanel.d.ts.map +1 -0
  212. package/dist/components/layout/Layout.d.ts +19 -0
  213. package/dist/components/layout/Layout.d.ts.map +1 -0
  214. package/dist/components/layout/LayoutPanel.d.ts +83 -0
  215. package/dist/components/layout/LayoutPanel.d.ts.map +1 -0
  216. package/dist/components/layout/index.d.ts +15 -0
  217. package/dist/components/layout/index.d.ts.map +1 -0
  218. package/dist/components/layout/types.d.ts +210 -0
  219. package/dist/components/layout/types.d.ts.map +1 -0
  220. package/dist/components/linkbutton/ButtonGroup.d.ts +47 -0
  221. package/dist/components/linkbutton/ButtonGroup.d.ts.map +1 -0
  222. package/dist/components/linkbutton/LinkButton.d.ts +37 -0
  223. package/dist/components/linkbutton/LinkButton.d.ts.map +1 -0
  224. package/dist/components/linkbutton/index.d.ts +14 -0
  225. package/dist/components/linkbutton/index.d.ts.map +1 -0
  226. package/dist/components/linkbutton/linkButtonProps.d.ts +38 -0
  227. package/dist/components/linkbutton/linkButtonProps.d.ts.map +1 -0
  228. package/dist/components/linkbutton/types.d.ts +129 -0
  229. package/dist/components/linkbutton/types.d.ts.map +1 -0
  230. package/dist/components/linkbutton/useLinkButtonBase.d.ts +41 -0
  231. package/dist/components/linkbutton/useLinkButtonBase.d.ts.map +1 -0
  232. package/dist/components/locale/index.d.ts +18 -0
  233. package/dist/components/locale/index.d.ts.map +1 -0
  234. package/dist/components/menu/Menu.d.ts +31 -0
  235. package/dist/components/menu/Menu.d.ts.map +1 -0
  236. package/dist/components/menu/MenuItem.d.ts +15 -0
  237. package/dist/components/menu/MenuItem.d.ts.map +1 -0
  238. package/dist/components/menu/MenuSep.d.ts +3 -0
  239. package/dist/components/menu/MenuSep.d.ts.map +1 -0
  240. package/dist/components/menu/SubMenu.d.ts +21 -0
  241. package/dist/components/menu/SubMenu.d.ts.map +1 -0
  242. package/dist/components/menu/index.d.ts +16 -0
  243. package/dist/components/menu/index.d.ts.map +1 -0
  244. package/dist/components/menu/types.d.ts +202 -0
  245. package/dist/components/menu/types.d.ts.map +1 -0
  246. package/dist/components/menubutton/MenuButton.d.ts +43 -0
  247. package/dist/components/menubutton/MenuButton.d.ts.map +1 -0
  248. package/dist/components/menubutton/index.d.ts +13 -0
  249. package/dist/components/menubutton/index.d.ts.map +1 -0
  250. package/dist/components/menubutton/types.d.ts +56 -0
  251. package/dist/components/menubutton/types.d.ts.map +1 -0
  252. package/dist/components/messager/Messager.d.ts +16 -0
  253. package/dist/components/messager/Messager.d.ts.map +1 -0
  254. package/dist/components/messager/MessagerContent.d.ts +18 -0
  255. package/dist/components/messager/MessagerContent.d.ts.map +1 -0
  256. package/dist/components/messager/MessagerDialog.d.ts +114 -0
  257. package/dist/components/messager/MessagerDialog.d.ts.map +1 -0
  258. package/dist/components/messager/index.d.ts +15 -0
  259. package/dist/components/messager/index.d.ts.map +1 -0
  260. package/dist/components/messager/types.d.ts +238 -0
  261. package/dist/components/messager/types.d.ts.map +1 -0
  262. package/dist/components/numberbox/NumberBox.d.ts +210 -0
  263. package/dist/components/numberbox/NumberBox.d.ts.map +1 -0
  264. package/dist/components/numberbox/index.d.ts +13 -0
  265. package/dist/components/numberbox/index.d.ts.map +1 -0
  266. package/dist/components/numberbox/types.d.ts +130 -0
  267. package/dist/components/numberbox/types.d.ts.map +1 -0
  268. package/dist/components/pagination/Pagination.d.ts +45 -0
  269. package/dist/components/pagination/Pagination.d.ts.map +1 -0
  270. package/dist/components/pagination/PaginationButton.d.ts +39 -0
  271. package/dist/components/pagination/PaginationButton.d.ts.map +1 -0
  272. package/dist/components/pagination/PaginationLink.d.ts +3 -0
  273. package/dist/components/pagination/PaginationLink.d.ts.map +1 -0
  274. package/dist/components/pagination/PaginationList.d.ts +3 -0
  275. package/dist/components/pagination/PaginationList.d.ts.map +1 -0
  276. package/dist/components/pagination/PaginationManual.d.ts +7 -0
  277. package/dist/components/pagination/PaginationManual.d.ts.map +1 -0
  278. package/dist/components/pagination/index.d.ts +17 -0
  279. package/dist/components/pagination/index.d.ts.map +1 -0
  280. package/dist/components/pagination/types.d.ts +284 -0
  281. package/dist/components/pagination/types.d.ts.map +1 -0
  282. package/dist/components/panel/Panel.d.ts +63 -0
  283. package/dist/components/panel/Panel.d.ts.map +1 -0
  284. package/dist/components/panel/index.d.ts +13 -0
  285. package/dist/components/panel/index.d.ts.map +1 -0
  286. package/dist/components/panel/panelProps.d.ts +63 -0
  287. package/dist/components/panel/panelProps.d.ts.map +1 -0
  288. package/dist/components/panel/types.d.ts +139 -0
  289. package/dist/components/panel/types.d.ts.map +1 -0
  290. package/dist/components/panel/usePanelBase.d.ts +60 -0
  291. package/dist/components/panel/usePanelBase.d.ts.map +1 -0
  292. package/dist/components/passwordbox/PasswordBox.d.ts +78 -0
  293. package/dist/components/passwordbox/PasswordBox.d.ts.map +1 -0
  294. package/dist/components/passwordbox/index.d.ts +13 -0
  295. package/dist/components/passwordbox/index.d.ts.map +1 -0
  296. package/dist/components/passwordbox/types.d.ts +57 -0
  297. package/dist/components/passwordbox/types.d.ts.map +1 -0
  298. package/dist/components/progressbar/ProgressBar.d.ts +16 -0
  299. package/dist/components/progressbar/ProgressBar.d.ts.map +1 -0
  300. package/dist/components/progressbar/index.d.ts +13 -0
  301. package/dist/components/progressbar/index.d.ts.map +1 -0
  302. package/dist/components/progressbar/types.d.ts +33 -0
  303. package/dist/components/progressbar/types.d.ts.map +1 -0
  304. package/dist/components/radiobutton/RadioButton.d.ts +31 -0
  305. package/dist/components/radiobutton/RadioButton.d.ts.map +1 -0
  306. package/dist/components/radiobutton/index.d.ts +13 -0
  307. package/dist/components/radiobutton/index.d.ts.map +1 -0
  308. package/dist/components/radiobutton/types.d.ts +66 -0
  309. package/dist/components/radiobutton/types.d.ts.map +1 -0
  310. package/dist/components/rate/Rate.d.ts +64 -0
  311. package/dist/components/rate/Rate.d.ts.map +1 -0
  312. package/dist/components/rate/index.d.ts +13 -0
  313. package/dist/components/rate/index.d.ts.map +1 -0
  314. package/dist/components/rate/types.d.ts +61 -0
  315. package/dist/components/rate/types.d.ts.map +1 -0
  316. package/dist/components/resizable/Resizable.d.ts +27 -0
  317. package/dist/components/resizable/Resizable.d.ts.map +1 -0
  318. package/dist/components/resizable/ResizableClass.d.ts +33 -0
  319. package/dist/components/resizable/ResizableClass.d.ts.map +1 -0
  320. package/dist/components/resizable/index.d.ts +14 -0
  321. package/dist/components/resizable/index.d.ts.map +1 -0
  322. package/dist/components/resizable/types.d.ts +222 -0
  323. package/dist/components/resizable/types.d.ts.map +1 -0
  324. package/dist/components/searchbox/SearchBox.d.ts +72 -0
  325. package/dist/components/searchbox/SearchBox.d.ts.map +1 -0
  326. package/dist/components/searchbox/index.d.ts +13 -0
  327. package/dist/components/searchbox/index.d.ts.map +1 -0
  328. package/dist/components/searchbox/types.d.ts +77 -0
  329. package/dist/components/searchbox/types.d.ts.map +1 -0
  330. package/dist/components/sidemenu/SideMenu.d.ts +29 -0
  331. package/dist/components/sidemenu/SideMenu.d.ts.map +1 -0
  332. package/dist/components/sidemenu/SideMenuIcon.d.ts +13 -0
  333. package/dist/components/sidemenu/SideMenuIcon.d.ts.map +1 -0
  334. package/dist/components/sidemenu/SideMenuItems.d.ts +74 -0
  335. package/dist/components/sidemenu/SideMenuItems.d.ts.map +1 -0
  336. package/dist/components/sidemenu/index.d.ts +15 -0
  337. package/dist/components/sidemenu/index.d.ts.map +1 -0
  338. package/dist/components/sidemenu/types.d.ts +213 -0
  339. package/dist/components/sidemenu/types.d.ts.map +1 -0
  340. package/dist/components/slider/Slider.d.ts +210 -0
  341. package/dist/components/slider/Slider.d.ts.map +1 -0
  342. package/dist/components/slider/index.d.ts +13 -0
  343. package/dist/components/slider/index.d.ts.map +1 -0
  344. package/dist/components/slider/types.d.ts +92 -0
  345. package/dist/components/slider/types.d.ts.map +1 -0
  346. package/dist/components/splitbutton/SplitButton.d.ts +43 -0
  347. package/dist/components/splitbutton/SplitButton.d.ts.map +1 -0
  348. package/dist/components/splitbutton/index.d.ts +13 -0
  349. package/dist/components/splitbutton/index.d.ts.map +1 -0
  350. package/dist/components/splitbutton/types.d.ts +21 -0
  351. package/dist/components/splitbutton/types.d.ts.map +1 -0
  352. package/dist/components/swiper/Swiper.d.ts +21 -0
  353. package/dist/components/swiper/Swiper.d.ts.map +1 -0
  354. package/dist/components/swiper/SwiperPanel.d.ts +142 -0
  355. package/dist/components/swiper/SwiperPanel.d.ts.map +1 -0
  356. package/dist/components/swiper/index.d.ts +14 -0
  357. package/dist/components/swiper/index.d.ts.map +1 -0
  358. package/dist/components/swiper/types.d.ts +120 -0
  359. package/dist/components/swiper/types.d.ts.map +1 -0
  360. package/dist/components/switchbutton/SwitchButton.d.ts +44 -0
  361. package/dist/components/switchbutton/SwitchButton.d.ts.map +1 -0
  362. package/dist/components/switchbutton/index.d.ts +13 -0
  363. package/dist/components/switchbutton/index.d.ts.map +1 -0
  364. package/dist/components/switchbutton/types.d.ts +64 -0
  365. package/dist/components/switchbutton/types.d.ts.map +1 -0
  366. package/dist/components/tabs/TabPanel.d.ts +153 -0
  367. package/dist/components/tabs/TabPanel.d.ts.map +1 -0
  368. package/dist/components/tabs/TabPanelHeader.d.ts +24 -0
  369. package/dist/components/tabs/TabPanelHeader.d.ts.map +1 -0
  370. package/dist/components/tabs/Tabs.d.ts +41 -0
  371. package/dist/components/tabs/Tabs.d.ts.map +1 -0
  372. package/dist/components/tabs/index.d.ts +14 -0
  373. package/dist/components/tabs/index.d.ts.map +1 -0
  374. package/dist/components/tabs/types.d.ts +185 -0
  375. package/dist/components/tabs/types.d.ts.map +1 -0
  376. package/dist/components/tagbox/TagBox.d.ts +288 -0
  377. package/dist/components/tagbox/TagBox.d.ts.map +1 -0
  378. package/dist/components/tagbox/index.d.ts +13 -0
  379. package/dist/components/tagbox/index.d.ts.map +1 -0
  380. package/dist/components/tagbox/types.d.ts +110 -0
  381. package/dist/components/tagbox/types.d.ts.map +1 -0
  382. package/dist/components/textbox/TextBox.d.ts +57 -0
  383. package/dist/components/textbox/TextBox.d.ts.map +1 -0
  384. package/dist/components/textbox/index.d.ts +13 -0
  385. package/dist/components/textbox/index.d.ts.map +1 -0
  386. package/dist/components/textbox/types.d.ts +22 -0
  387. package/dist/components/textbox/types.d.ts.map +1 -0
  388. package/dist/components/timepicker/TimeClock.d.ts +12 -0
  389. package/dist/components/timepicker/TimeClock.d.ts.map +1 -0
  390. package/dist/components/timepicker/TimePanel.d.ts +11 -0
  391. package/dist/components/timepicker/TimePanel.d.ts.map +1 -0
  392. package/dist/components/timepicker/TimePicker.d.ts +236 -0
  393. package/dist/components/timepicker/TimePicker.d.ts.map +1 -0
  394. package/dist/components/timepicker/index.d.ts +15 -0
  395. package/dist/components/timepicker/index.d.ts.map +1 -0
  396. package/dist/components/timepicker/types.d.ts +224 -0
  397. package/dist/components/timepicker/types.d.ts.map +1 -0
  398. package/dist/components/timespinner/TimeSpinner.d.ts +196 -0
  399. package/dist/components/timespinner/TimeSpinner.d.ts.map +1 -0
  400. package/dist/components/timespinner/index.d.ts +13 -0
  401. package/dist/components/timespinner/index.d.ts.map +1 -0
  402. package/dist/components/timespinner/types.d.ts +130 -0
  403. package/dist/components/timespinner/types.d.ts.map +1 -0
  404. package/dist/components/tooltip/Tooltip.d.ts +27 -0
  405. package/dist/components/tooltip/Tooltip.d.ts.map +1 -0
  406. package/dist/components/tooltip/TooltipContent.d.ts +72 -0
  407. package/dist/components/tooltip/TooltipContent.d.ts.map +1 -0
  408. package/dist/components/tooltip/index.d.ts +14 -0
  409. package/dist/components/tooltip/index.d.ts.map +1 -0
  410. package/dist/components/tooltip/types.d.ts +263 -0
  411. package/dist/components/tooltip/types.d.ts.map +1 -0
  412. package/dist/components/tree/Tree.d.ts +315 -0
  413. package/dist/components/tree/Tree.d.ts.map +1 -0
  414. package/dist/components/tree/TreeNode.d.ts +28 -0
  415. package/dist/components/tree/TreeNode.d.ts.map +1 -0
  416. package/dist/components/tree/TreeNodeEditor.d.ts +17 -0
  417. package/dist/components/tree/TreeNodeEditor.d.ts.map +1 -0
  418. package/dist/components/tree/TreeNodeIcon.d.ts +10 -0
  419. package/dist/components/tree/TreeNodeIcon.d.ts.map +1 -0
  420. package/dist/components/tree/TreeNodeTitle.d.ts +10 -0
  421. package/dist/components/tree/TreeNodeTitle.d.ts.map +1 -0
  422. package/dist/components/tree/index.d.ts +17 -0
  423. package/dist/components/tree/index.d.ts.map +1 -0
  424. package/dist/components/tree/types.d.ts +511 -0
  425. package/dist/components/tree/types.d.ts.map +1 -0
  426. package/dist/components/treegrid/TreeGrid.d.ts +57 -0
  427. package/dist/components/treegrid/TreeGrid.d.ts.map +1 -0
  428. package/dist/components/treegrid/TreeGridBody.d.ts +14 -0
  429. package/dist/components/treegrid/TreeGridBody.d.ts.map +1 -0
  430. package/dist/components/treegrid/TreeGridChildren.d.ts +23 -0
  431. package/dist/components/treegrid/TreeGridChildren.d.ts.map +1 -0
  432. package/dist/components/treegrid/TreeGridRow.d.ts +20 -0
  433. package/dist/components/treegrid/TreeGridRow.d.ts.map +1 -0
  434. package/dist/components/treegrid/TreeGridTitle.d.ts +11 -0
  435. package/dist/components/treegrid/TreeGridTitle.d.ts.map +1 -0
  436. package/dist/components/treegrid/TreeGridView.d.ts +23 -0
  437. package/dist/components/treegrid/TreeGridView.d.ts.map +1 -0
  438. package/dist/components/treegrid/index.d.ts +18 -0
  439. package/dist/components/treegrid/index.d.ts.map +1 -0
  440. package/dist/components/treegrid/types.d.ts +407 -0
  441. package/dist/components/treegrid/types.d.ts.map +1 -0
  442. package/dist/index.d.ts +66 -0
  443. package/dist/index.d.ts.map +1 -0
  444. package/dist/locale/lang-af.d.ts +4 -0
  445. package/dist/locale/lang-af.d.ts.map +1 -0
  446. package/dist/locale/lang-af.ts +33 -0
  447. package/dist/locale/lang-am.d.ts +4 -0
  448. package/dist/locale/lang-am.d.ts.map +1 -0
  449. package/dist/locale/lang-am.ts +33 -0
  450. package/dist/locale/lang-ar.d.ts +4 -0
  451. package/dist/locale/lang-ar.d.ts.map +1 -0
  452. package/dist/locale/lang-ar.ts +33 -0
  453. package/dist/locale/lang-bg.d.ts +4 -0
  454. package/dist/locale/lang-bg.d.ts.map +1 -0
  455. package/dist/locale/lang-bg.ts +33 -0
  456. package/dist/locale/lang-ca.d.ts +4 -0
  457. package/dist/locale/lang-ca.d.ts.map +1 -0
  458. package/dist/locale/lang-ca.ts +33 -0
  459. package/dist/locale/lang-cs.d.ts +4 -0
  460. package/dist/locale/lang-cs.d.ts.map +1 -0
  461. package/dist/locale/lang-cs.ts +33 -0
  462. package/dist/locale/lang-cz.d.ts +4 -0
  463. package/dist/locale/lang-cz.d.ts.map +1 -0
  464. package/dist/locale/lang-cz.ts +33 -0
  465. package/dist/locale/lang-da.d.ts +4 -0
  466. package/dist/locale/lang-da.d.ts.map +1 -0
  467. package/dist/locale/lang-da.ts +33 -0
  468. package/dist/locale/lang-de.d.ts +4 -0
  469. package/dist/locale/lang-de.d.ts.map +1 -0
  470. package/dist/locale/lang-de.ts +33 -0
  471. package/dist/locale/lang-el.d.ts +4 -0
  472. package/dist/locale/lang-el.d.ts.map +1 -0
  473. package/dist/locale/lang-el.ts +33 -0
  474. package/dist/locale/lang-en.d.ts +4 -0
  475. package/dist/locale/lang-en.d.ts.map +1 -0
  476. package/dist/locale/lang-en.ts +33 -0
  477. package/dist/locale/lang-es.d.ts +4 -0
  478. package/dist/locale/lang-es.d.ts.map +1 -0
  479. package/dist/locale/lang-es.ts +33 -0
  480. package/dist/locale/lang-fa.d.ts +4 -0
  481. package/dist/locale/lang-fa.d.ts.map +1 -0
  482. package/dist/locale/lang-fa.ts +33 -0
  483. package/dist/locale/lang-fr.d.ts +4 -0
  484. package/dist/locale/lang-fr.d.ts.map +1 -0
  485. package/dist/locale/lang-fr.ts +33 -0
  486. package/dist/locale/lang-it.d.ts +4 -0
  487. package/dist/locale/lang-it.d.ts.map +1 -0
  488. package/dist/locale/lang-it.ts +33 -0
  489. package/dist/locale/lang-jp.d.ts +4 -0
  490. package/dist/locale/lang-jp.d.ts.map +1 -0
  491. package/dist/locale/lang-jp.ts +33 -0
  492. package/dist/locale/lang-ko.d.ts +4 -0
  493. package/dist/locale/lang-ko.d.ts.map +1 -0
  494. package/dist/locale/lang-ko.ts +33 -0
  495. package/dist/locale/lang-nl.d.ts +4 -0
  496. package/dist/locale/lang-nl.d.ts.map +1 -0
  497. package/dist/locale/lang-nl.ts +33 -0
  498. package/dist/locale/lang-pl.d.ts +4 -0
  499. package/dist/locale/lang-pl.d.ts.map +1 -0
  500. package/dist/locale/lang-pl.ts +33 -0
  501. package/dist/locale/lang-pt_BR.d.ts +4 -0
  502. package/dist/locale/lang-pt_BR.d.ts.map +1 -0
  503. package/dist/locale/lang-pt_BR.ts +33 -0
  504. package/dist/locale/lang-ru.d.ts +4 -0
  505. package/dist/locale/lang-ru.d.ts.map +1 -0
  506. package/dist/locale/lang-ru.ts +33 -0
  507. package/dist/locale/lang-sv_SE.d.ts +4 -0
  508. package/dist/locale/lang-sv_SE.d.ts.map +1 -0
  509. package/dist/locale/lang-sv_SE.ts +33 -0
  510. package/dist/locale/lang-tr.d.ts +4 -0
  511. package/dist/locale/lang-tr.d.ts.map +1 -0
  512. package/dist/locale/lang-tr.ts +33 -0
  513. package/dist/locale/lang-ua.d.ts +4 -0
  514. package/dist/locale/lang-ua.d.ts.map +1 -0
  515. package/dist/locale/lang-ua.ts +33 -0
  516. package/dist/locale/lang-zh_CN.d.ts +4 -0
  517. package/dist/locale/lang-zh_CN.d.ts.map +1 -0
  518. package/dist/locale/lang-zh_CN.ts +33 -0
  519. package/dist/locale/lang-zh_TW.d.ts +4 -0
  520. package/dist/locale/lang-zh_TW.d.ts.map +1 -0
  521. package/dist/locale/lang-zh_TW.ts +33 -0
  522. package/dist/locale/types.d.ts +33 -0
  523. package/dist/locale/types.d.ts.map +1 -0
  524. package/dist/locale/types.ts +32 -0
  525. package/dist/themes/black/accordion.css +89 -0
  526. package/dist/themes/black/calendar.css +213 -0
  527. package/dist/themes/black/checkbox.css +31 -0
  528. package/dist/themes/black/combo.css +35 -0
  529. package/dist/themes/black/combobox.css +40 -0
  530. package/dist/themes/black/datagrid.css +305 -0
  531. package/dist/themes/black/datalist.css +95 -0
  532. package/dist/themes/black/datebox.css +36 -0
  533. package/dist/themes/black/dialog.css +47 -0
  534. package/dist/themes/black/drawer.css +15 -0
  535. package/dist/themes/black/filebox.css +20 -0
  536. package/dist/themes/black/flex.css +52 -0
  537. package/dist/themes/black/images/accordion_arrows.png +0 -0
  538. package/dist/themes/black/images/blank.gif +0 -0
  539. package/dist/themes/black/images/calendar_arrows.png +0 -0
  540. package/dist/themes/black/images/combo_arrow.png +0 -0
  541. package/dist/themes/black/images/datagrid_icons.png +0 -0
  542. package/dist/themes/black/images/datebox_arrow.png +0 -0
  543. package/dist/themes/black/images/layout_arrows.png +0 -0
  544. package/dist/themes/black/images/linkbutton_bg.png +0 -0
  545. package/dist/themes/black/images/loading.gif +0 -0
  546. package/dist/themes/black/images/menu_arrows.png +0 -0
  547. package/dist/themes/black/images/messager_icons.png +0 -0
  548. package/dist/themes/black/images/messager_icons16.png +0 -0
  549. package/dist/themes/black/images/pagination_icons.png +0 -0
  550. package/dist/themes/black/images/panel_tools.png +0 -0
  551. package/dist/themes/black/images/passwordbox_close.png +0 -0
  552. package/dist/themes/black/images/passwordbox_open.png +0 -0
  553. package/dist/themes/black/images/searchbox_button.png +0 -0
  554. package/dist/themes/black/images/slider_handle.png +0 -0
  555. package/dist/themes/black/images/spinner_arrows.png +0 -0
  556. package/dist/themes/black/images/tabs_icons.png +0 -0
  557. package/dist/themes/black/images/tagbox_icons.png +0 -0
  558. package/dist/themes/black/images/tree_icons.png +0 -0
  559. package/dist/themes/black/images/validatebox_warning.png +0 -0
  560. package/dist/themes/black/index.css +3814 -0
  561. package/dist/themes/black/layout.css +150 -0
  562. package/dist/themes/black/linkbutton.css +203 -0
  563. package/dist/themes/black/menu.css +119 -0
  564. package/dist/themes/black/menubutton.css +94 -0
  565. package/dist/themes/black/messager.css +74 -0
  566. package/dist/themes/black/numberbox.css +0 -0
  567. package/dist/themes/black/pagination.css +77 -0
  568. package/dist/themes/black/panel.css +276 -0
  569. package/dist/themes/black/passwordbox.css +6 -0
  570. package/dist/themes/black/progressbar.css +33 -0
  571. package/dist/themes/black/propertygrid.css +27 -0
  572. package/dist/themes/black/radiobutton.css +25 -0
  573. package/dist/themes/black/rate.css +34 -0
  574. package/dist/themes/black/searchbox.css +61 -0
  575. package/dist/themes/black/sidemenu.css +78 -0
  576. package/dist/themes/black/slider.css +101 -0
  577. package/dist/themes/black/spinner.css +114 -0
  578. package/dist/themes/black/splitbutton.css +12 -0
  579. package/dist/themes/black/swiper.css +33 -0
  580. package/dist/themes/black/switchbutton.css +83 -0
  581. package/dist/themes/black/tabs.css +415 -0
  582. package/dist/themes/black/tagbox.css +44 -0
  583. package/dist/themes/black/textbox.css +173 -0
  584. package/dist/themes/black/timeline.css +41 -0
  585. package/dist/themes/black/timepicker.css +93 -0
  586. package/dist/themes/black/tooltip.css +101 -0
  587. package/dist/themes/black/tree.css +168 -0
  588. package/dist/themes/black/validatebox.css +13 -0
  589. package/dist/themes/black/window.css +188 -0
  590. package/dist/themes/bootstrap/accordion.css +89 -0
  591. package/dist/themes/bootstrap/calendar.css +213 -0
  592. package/dist/themes/bootstrap/checkbox.css +31 -0
  593. package/dist/themes/bootstrap/combo.css +35 -0
  594. package/dist/themes/bootstrap/combobox.css +40 -0
  595. package/dist/themes/bootstrap/datagrid.css +305 -0
  596. package/dist/themes/bootstrap/datalist.css +95 -0
  597. package/dist/themes/bootstrap/datebox.css +36 -0
  598. package/dist/themes/bootstrap/dialog.css +47 -0
  599. package/dist/themes/bootstrap/drawer.css +15 -0
  600. package/dist/themes/bootstrap/filebox.css +20 -0
  601. package/dist/themes/bootstrap/flex.css +52 -0
  602. package/dist/themes/bootstrap/images/accordion_arrows.png +0 -0
  603. package/dist/themes/bootstrap/images/blank.gif +0 -0
  604. package/dist/themes/bootstrap/images/calendar_arrows.png +0 -0
  605. package/dist/themes/bootstrap/images/combo_arrow.png +0 -0
  606. package/dist/themes/bootstrap/images/datagrid_icons.png +0 -0
  607. package/dist/themes/bootstrap/images/datebox_arrow.png +0 -0
  608. package/dist/themes/bootstrap/images/layout_arrows.png +0 -0
  609. package/dist/themes/bootstrap/images/linkbutton_bg.png +0 -0
  610. package/dist/themes/bootstrap/images/loading.gif +0 -0
  611. package/dist/themes/bootstrap/images/menu_arrows.png +0 -0
  612. package/dist/themes/bootstrap/images/messager_icons.png +0 -0
  613. package/dist/themes/bootstrap/images/messager_icons16.png +0 -0
  614. package/dist/themes/bootstrap/images/pagination_icons.png +0 -0
  615. package/dist/themes/bootstrap/images/panel_tools.png +0 -0
  616. package/dist/themes/bootstrap/images/passwordbox_close.png +0 -0
  617. package/dist/themes/bootstrap/images/passwordbox_open.png +0 -0
  618. package/dist/themes/bootstrap/images/searchbox_button.png +0 -0
  619. package/dist/themes/bootstrap/images/slider_handle.png +0 -0
  620. package/dist/themes/bootstrap/images/spinner_arrows.png +0 -0
  621. package/dist/themes/bootstrap/images/tabs_icons.png +0 -0
  622. package/dist/themes/bootstrap/images/tagbox_icons.png +0 -0
  623. package/dist/themes/bootstrap/images/tree_icons.png +0 -0
  624. package/dist/themes/bootstrap/images/validatebox_warning.png +0 -0
  625. package/dist/themes/bootstrap/index.css +3833 -0
  626. package/dist/themes/bootstrap/layout.css +150 -0
  627. package/dist/themes/bootstrap/linkbutton.css +203 -0
  628. package/dist/themes/bootstrap/menu.css +119 -0
  629. package/dist/themes/bootstrap/menubutton.css +94 -0
  630. package/dist/themes/bootstrap/messager.css +74 -0
  631. package/dist/themes/bootstrap/numberbox.css +0 -0
  632. package/dist/themes/bootstrap/pagination.css +77 -0
  633. package/dist/themes/bootstrap/panel.css +276 -0
  634. package/dist/themes/bootstrap/passwordbox.css +6 -0
  635. package/dist/themes/bootstrap/progressbar.css +33 -0
  636. package/dist/themes/bootstrap/propertygrid.css +27 -0
  637. package/dist/themes/bootstrap/radiobutton.css +25 -0
  638. package/dist/themes/bootstrap/rate.css +34 -0
  639. package/dist/themes/bootstrap/searchbox.css +61 -0
  640. package/dist/themes/bootstrap/sidemenu.css +78 -0
  641. package/dist/themes/bootstrap/slider.css +101 -0
  642. package/dist/themes/bootstrap/spinner.css +114 -0
  643. package/dist/themes/bootstrap/splitbutton.css +12 -0
  644. package/dist/themes/bootstrap/swiper.css +33 -0
  645. package/dist/themes/bootstrap/switchbutton.css +83 -0
  646. package/dist/themes/bootstrap/tabs.css +415 -0
  647. package/dist/themes/bootstrap/tagbox.css +44 -0
  648. package/dist/themes/bootstrap/textbox.css +173 -0
  649. package/dist/themes/bootstrap/timeline.css +41 -0
  650. package/dist/themes/bootstrap/timepicker.css +93 -0
  651. package/dist/themes/bootstrap/tooltip.css +101 -0
  652. package/dist/themes/bootstrap/tree.css +168 -0
  653. package/dist/themes/bootstrap/validatebox.css +13 -0
  654. package/dist/themes/bootstrap/window.css +188 -0
  655. package/dist/themes/color.css +210 -0
  656. package/dist/themes/default/accordion.css +89 -0
  657. package/dist/themes/default/calendar.css +213 -0
  658. package/dist/themes/default/checkbox.css +31 -0
  659. package/dist/themes/default/combo.css +35 -0
  660. package/dist/themes/default/combobox.css +40 -0
  661. package/dist/themes/default/datagrid.css +305 -0
  662. package/dist/themes/default/datalist.css +95 -0
  663. package/dist/themes/default/datebox.css +36 -0
  664. package/dist/themes/default/dialog.css +47 -0
  665. package/dist/themes/default/drawer.css +15 -0
  666. package/dist/themes/default/filebox.css +20 -0
  667. package/dist/themes/default/flex.css +52 -0
  668. package/dist/themes/default/images/accordion_arrows.png +0 -0
  669. package/dist/themes/default/images/blank.gif +0 -0
  670. package/dist/themes/default/images/calendar_arrows.png +0 -0
  671. package/dist/themes/default/images/combo_arrow.png +0 -0
  672. package/dist/themes/default/images/datagrid_icons.png +0 -0
  673. package/dist/themes/default/images/datebox_arrow.png +0 -0
  674. package/dist/themes/default/images/layout_arrows.png +0 -0
  675. package/dist/themes/default/images/linkbutton_bg.png +0 -0
  676. package/dist/themes/default/images/loading.gif +0 -0
  677. package/dist/themes/default/images/menu_arrows.png +0 -0
  678. package/dist/themes/default/images/messager_icons.png +0 -0
  679. package/dist/themes/default/images/messager_icons16.png +0 -0
  680. package/dist/themes/default/images/pagination_icons.png +0 -0
  681. package/dist/themes/default/images/panel_tools.png +0 -0
  682. package/dist/themes/default/images/passwordbox_close.png +0 -0
  683. package/dist/themes/default/images/passwordbox_open.png +0 -0
  684. package/dist/themes/default/images/searchbox_button.png +0 -0
  685. package/dist/themes/default/images/slider_handle.png +0 -0
  686. package/dist/themes/default/images/spinner_arrows.png +0 -0
  687. package/dist/themes/default/images/tabs_icons.png +0 -0
  688. package/dist/themes/default/images/tagbox_icons.png +0 -0
  689. package/dist/themes/default/images/tree_icons.png +0 -0
  690. package/dist/themes/default/images/validatebox_warning.png +0 -0
  691. package/dist/themes/default/index.css +3814 -0
  692. package/dist/themes/default/layout.css +150 -0
  693. package/dist/themes/default/linkbutton.css +203 -0
  694. package/dist/themes/default/menu.css +119 -0
  695. package/dist/themes/default/menubutton.css +94 -0
  696. package/dist/themes/default/messager.css +74 -0
  697. package/dist/themes/default/numberbox.css +0 -0
  698. package/dist/themes/default/pagination.css +77 -0
  699. package/dist/themes/default/panel.css +276 -0
  700. package/dist/themes/default/passwordbox.css +6 -0
  701. package/dist/themes/default/progressbar.css +33 -0
  702. package/dist/themes/default/propertygrid.css +27 -0
  703. package/dist/themes/default/radiobutton.css +25 -0
  704. package/dist/themes/default/rate.css +34 -0
  705. package/dist/themes/default/searchbox.css +61 -0
  706. package/dist/themes/default/sidemenu.css +78 -0
  707. package/dist/themes/default/slider.css +101 -0
  708. package/dist/themes/default/spinner.css +114 -0
  709. package/dist/themes/default/splitbutton.css +12 -0
  710. package/dist/themes/default/swiper.css +33 -0
  711. package/dist/themes/default/switchbutton.css +83 -0
  712. package/dist/themes/default/tabs.css +415 -0
  713. package/dist/themes/default/tagbox.css +44 -0
  714. package/dist/themes/default/textbox.css +173 -0
  715. package/dist/themes/default/timeline.css +41 -0
  716. package/dist/themes/default/timepicker.css +93 -0
  717. package/dist/themes/default/tooltip.css +101 -0
  718. package/dist/themes/default/tree.css +168 -0
  719. package/dist/themes/default/validatebox.css +13 -0
  720. package/dist/themes/default/window.css +188 -0
  721. package/dist/themes/gray/accordion.css +89 -0
  722. package/dist/themes/gray/calendar.css +213 -0
  723. package/dist/themes/gray/checkbox.css +31 -0
  724. package/dist/themes/gray/combo.css +35 -0
  725. package/dist/themes/gray/combobox.css +40 -0
  726. package/dist/themes/gray/datagrid.css +305 -0
  727. package/dist/themes/gray/datalist.css +95 -0
  728. package/dist/themes/gray/datebox.css +36 -0
  729. package/dist/themes/gray/dialog.css +47 -0
  730. package/dist/themes/gray/drawer.css +15 -0
  731. package/dist/themes/gray/filebox.css +20 -0
  732. package/dist/themes/gray/flex.css +52 -0
  733. package/dist/themes/gray/images/accordion_arrows.png +0 -0
  734. package/dist/themes/gray/images/blank.gif +0 -0
  735. package/dist/themes/gray/images/calendar_arrows.png +0 -0
  736. package/dist/themes/gray/images/combo_arrow.png +0 -0
  737. package/dist/themes/gray/images/datagrid_icons.png +0 -0
  738. package/dist/themes/gray/images/datebox_arrow.png +0 -0
  739. package/dist/themes/gray/images/layout_arrows.png +0 -0
  740. package/dist/themes/gray/images/linkbutton_bg.png +0 -0
  741. package/dist/themes/gray/images/loading.gif +0 -0
  742. package/dist/themes/gray/images/menu_arrows.png +0 -0
  743. package/dist/themes/gray/images/messager_icons.png +0 -0
  744. package/dist/themes/gray/images/messager_icons16.png +0 -0
  745. package/dist/themes/gray/images/pagination_icons.png +0 -0
  746. package/dist/themes/gray/images/panel_tools.png +0 -0
  747. package/dist/themes/gray/images/passwordbox_close.png +0 -0
  748. package/dist/themes/gray/images/passwordbox_open.png +0 -0
  749. package/dist/themes/gray/images/searchbox_button.png +0 -0
  750. package/dist/themes/gray/images/slider_handle.png +0 -0
  751. package/dist/themes/gray/images/spinner_arrows.png +0 -0
  752. package/dist/themes/gray/images/tabs_icons.png +0 -0
  753. package/dist/themes/gray/images/tagbox_icons.png +0 -0
  754. package/dist/themes/gray/images/tree_icons.png +0 -0
  755. package/dist/themes/gray/images/validatebox_warning.png +0 -0
  756. package/dist/themes/gray/index.css +3814 -0
  757. package/dist/themes/gray/layout.css +150 -0
  758. package/dist/themes/gray/linkbutton.css +203 -0
  759. package/dist/themes/gray/menu.css +119 -0
  760. package/dist/themes/gray/menubutton.css +94 -0
  761. package/dist/themes/gray/messager.css +74 -0
  762. package/dist/themes/gray/numberbox.css +0 -0
  763. package/dist/themes/gray/pagination.css +77 -0
  764. package/dist/themes/gray/panel.css +276 -0
  765. package/dist/themes/gray/passwordbox.css +6 -0
  766. package/dist/themes/gray/progressbar.css +33 -0
  767. package/dist/themes/gray/propertygrid.css +27 -0
  768. package/dist/themes/gray/radiobutton.css +25 -0
  769. package/dist/themes/gray/rate.css +34 -0
  770. package/dist/themes/gray/searchbox.css +61 -0
  771. package/dist/themes/gray/sidemenu.css +78 -0
  772. package/dist/themes/gray/slider.css +101 -0
  773. package/dist/themes/gray/spinner.css +114 -0
  774. package/dist/themes/gray/splitbutton.css +12 -0
  775. package/dist/themes/gray/swiper.css +33 -0
  776. package/dist/themes/gray/switchbutton.css +83 -0
  777. package/dist/themes/gray/tabs.css +415 -0
  778. package/dist/themes/gray/tagbox.css +44 -0
  779. package/dist/themes/gray/textbox.css +173 -0
  780. package/dist/themes/gray/timeline.css +41 -0
  781. package/dist/themes/gray/timepicker.css +93 -0
  782. package/dist/themes/gray/tooltip.css +101 -0
  783. package/dist/themes/gray/tree.css +168 -0
  784. package/dist/themes/gray/validatebox.css +13 -0
  785. package/dist/themes/gray/window.css +188 -0
  786. package/dist/themes/icon.css +96 -0
  787. package/dist/themes/icons/back.png +0 -0
  788. package/dist/themes/icons/blank.gif +0 -0
  789. package/dist/themes/icons/cancel.png +0 -0
  790. package/dist/themes/icons/clear.png +0 -0
  791. package/dist/themes/icons/cut.png +0 -0
  792. package/dist/themes/icons/edit_add.png +0 -0
  793. package/dist/themes/icons/edit_remove.png +0 -0
  794. package/dist/themes/icons/filesave.png +0 -0
  795. package/dist/themes/icons/filter.png +0 -0
  796. package/dist/themes/icons/help.png +0 -0
  797. package/dist/themes/icons/large_chart.png +0 -0
  798. package/dist/themes/icons/large_clipart.png +0 -0
  799. package/dist/themes/icons/large_picture.png +0 -0
  800. package/dist/themes/icons/large_shapes.png +0 -0
  801. package/dist/themes/icons/large_smartart.png +0 -0
  802. package/dist/themes/icons/lock.png +0 -0
  803. package/dist/themes/icons/man.png +0 -0
  804. package/dist/themes/icons/mini_add.png +0 -0
  805. package/dist/themes/icons/mini_edit.png +0 -0
  806. package/dist/themes/icons/mini_refresh.png +0 -0
  807. package/dist/themes/icons/more.png +0 -0
  808. package/dist/themes/icons/no.png +0 -0
  809. package/dist/themes/icons/ok.png +0 -0
  810. package/dist/themes/icons/pencil.png +0 -0
  811. package/dist/themes/icons/print.png +0 -0
  812. package/dist/themes/icons/redo.png +0 -0
  813. package/dist/themes/icons/reload.png +0 -0
  814. package/dist/themes/icons/search.png +0 -0
  815. package/dist/themes/icons/sum.png +0 -0
  816. package/dist/themes/icons/tip.png +0 -0
  817. package/dist/themes/icons/undo.png +0 -0
  818. package/dist/themes/material/accordion.css +89 -0
  819. package/dist/themes/material/calendar.css +213 -0
  820. package/dist/themes/material/checkbox.css +31 -0
  821. package/dist/themes/material/combo.css +35 -0
  822. package/dist/themes/material/combobox.css +40 -0
  823. package/dist/themes/material/datagrid.css +299 -0
  824. package/dist/themes/material/datalist.css +95 -0
  825. package/dist/themes/material/datebox.css +36 -0
  826. package/dist/themes/material/dialog.css +47 -0
  827. package/dist/themes/material/drawer.css +15 -0
  828. package/dist/themes/material/filebox.css +20 -0
  829. package/dist/themes/material/flex.css +52 -0
  830. package/dist/themes/material/images/Thumbs.db +0 -0
  831. package/dist/themes/material/images/accordion_arrows.png +0 -0
  832. package/dist/themes/material/images/blank.gif +0 -0
  833. package/dist/themes/material/images/calendar_arrows.png +0 -0
  834. package/dist/themes/material/images/combo_arrow.png +0 -0
  835. package/dist/themes/material/images/datagrid_icons.png +0 -0
  836. package/dist/themes/material/images/datebox_arrow.png +0 -0
  837. package/dist/themes/material/images/layout_arrows.png +0 -0
  838. package/dist/themes/material/images/linkbutton_bg.png +0 -0
  839. package/dist/themes/material/images/loading.gif +0 -0
  840. package/dist/themes/material/images/menu_arrows.png +0 -0
  841. package/dist/themes/material/images/messager_icons.png +0 -0
  842. package/dist/themes/material/images/messager_icons16.png +0 -0
  843. package/dist/themes/material/images/pagination_icons.png +0 -0
  844. package/dist/themes/material/images/panel_tools.png +0 -0
  845. package/dist/themes/material/images/passwordbox_close.png +0 -0
  846. package/dist/themes/material/images/passwordbox_open.png +0 -0
  847. package/dist/themes/material/images/searchbox_button.png +0 -0
  848. package/dist/themes/material/images/slider_handle.png +0 -0
  849. package/dist/themes/material/images/spinner_arrows.png +0 -0
  850. package/dist/themes/material/images/tabs_icons.png +0 -0
  851. package/dist/themes/material/images/tagbox_icons.png +0 -0
  852. package/dist/themes/material/images/tree_icons.png +0 -0
  853. package/dist/themes/material/images/validatebox_warning.png +0 -0
  854. package/dist/themes/material/index.css +3823 -0
  855. package/dist/themes/material/layout.css +150 -0
  856. package/dist/themes/material/linkbutton.css +191 -0
  857. package/dist/themes/material/menu.css +119 -0
  858. package/dist/themes/material/menubutton.css +94 -0
  859. package/dist/themes/material/messager.css +74 -0
  860. package/dist/themes/material/numberbox.css +0 -0
  861. package/dist/themes/material/pagination.css +77 -0
  862. package/dist/themes/material/panel.css +270 -0
  863. package/dist/themes/material/passwordbox.css +6 -0
  864. package/dist/themes/material/progressbar.css +33 -0
  865. package/dist/themes/material/propertygrid.css +27 -0
  866. package/dist/themes/material/radiobutton.css +25 -0
  867. package/dist/themes/material/rate.css +34 -0
  868. package/dist/themes/material/searchbox.css +61 -0
  869. package/dist/themes/material/sidemenu.css +78 -0
  870. package/dist/themes/material/slider.css +101 -0
  871. package/dist/themes/material/spinner.css +114 -0
  872. package/dist/themes/material/splitbutton.css +12 -0
  873. package/dist/themes/material/swiper.css +33 -0
  874. package/dist/themes/material/switchbutton.css +83 -0
  875. package/dist/themes/material/tabs.css +379 -0
  876. package/dist/themes/material/tagbox.css +44 -0
  877. package/dist/themes/material/textbox.css +173 -0
  878. package/dist/themes/material/timeline.css +41 -0
  879. package/dist/themes/material/timepicker.css +93 -0
  880. package/dist/themes/material/tooltip.css +101 -0
  881. package/dist/themes/material/tree.css +168 -0
  882. package/dist/themes/material/validatebox.css +13 -0
  883. package/dist/themes/material/window.css +182 -0
  884. package/dist/themes/material-blue/accordion.css +89 -0
  885. package/dist/themes/material-blue/calendar.css +213 -0
  886. package/dist/themes/material-blue/checkbox.css +31 -0
  887. package/dist/themes/material-blue/combo.css +35 -0
  888. package/dist/themes/material-blue/combobox.css +40 -0
  889. package/dist/themes/material-blue/datagrid.css +299 -0
  890. package/dist/themes/material-blue/datalist.css +95 -0
  891. package/dist/themes/material-blue/datebox.css +36 -0
  892. package/dist/themes/material-blue/dialog.css +47 -0
  893. package/dist/themes/material-blue/drawer.css +15 -0
  894. package/dist/themes/material-blue/filebox.css +20 -0
  895. package/dist/themes/material-blue/flex.css +52 -0
  896. package/dist/themes/material-blue/images/accordion_arrows.png +0 -0
  897. package/dist/themes/material-blue/images/blank.gif +0 -0
  898. package/dist/themes/material-blue/images/calendar_arrows.png +0 -0
  899. package/dist/themes/material-blue/images/combo_arrow.png +0 -0
  900. package/dist/themes/material-blue/images/datagrid_icons.png +0 -0
  901. package/dist/themes/material-blue/images/datebox_arrow.png +0 -0
  902. package/dist/themes/material-blue/images/layout_arrows.png +0 -0
  903. package/dist/themes/material-blue/images/linkbutton_bg.png +0 -0
  904. package/dist/themes/material-blue/images/loading.gif +0 -0
  905. package/dist/themes/material-blue/images/menu_arrows.png +0 -0
  906. package/dist/themes/material-blue/images/menu_arrows1.png +0 -0
  907. package/dist/themes/material-blue/images/menu_arrows2.png +0 -0
  908. package/dist/themes/material-blue/images/messager_icons.png +0 -0
  909. package/dist/themes/material-blue/images/messager_icons16.png +0 -0
  910. package/dist/themes/material-blue/images/pagination_icons.png +0 -0
  911. package/dist/themes/material-blue/images/panel_tools.png +0 -0
  912. package/dist/themes/material-blue/images/passwordbox_close.png +0 -0
  913. package/dist/themes/material-blue/images/passwordbox_open.png +0 -0
  914. package/dist/themes/material-blue/images/searchbox_button.png +0 -0
  915. package/dist/themes/material-blue/images/slider_handle.png +0 -0
  916. package/dist/themes/material-blue/images/spinner_arrows.png +0 -0
  917. package/dist/themes/material-blue/images/tabs_icons.png +0 -0
  918. package/dist/themes/material-blue/images/tagbox_icons.png +0 -0
  919. package/dist/themes/material-blue/images/tree_icons.png +0 -0
  920. package/dist/themes/material-blue/images/validatebox_warning.png +0 -0
  921. package/dist/themes/material-blue/index.css +4081 -0
  922. package/dist/themes/material-blue/layout.css +150 -0
  923. package/dist/themes/material-blue/linkbutton.css +191 -0
  924. package/dist/themes/material-blue/menu.css +119 -0
  925. package/dist/themes/material-blue/menubutton.css +94 -0
  926. package/dist/themes/material-blue/messager.css +74 -0
  927. package/dist/themes/material-blue/numberbox.css +0 -0
  928. package/dist/themes/material-blue/pagination.css +77 -0
  929. package/dist/themes/material-blue/panel.css +270 -0
  930. package/dist/themes/material-blue/passwordbox.css +6 -0
  931. package/dist/themes/material-blue/progressbar.css +33 -0
  932. package/dist/themes/material-blue/propertygrid.css +27 -0
  933. package/dist/themes/material-blue/radiobutton.css +25 -0
  934. package/dist/themes/material-blue/rate.css +34 -0
  935. package/dist/themes/material-blue/searchbox.css +61 -0
  936. package/dist/themes/material-blue/sidemenu.css +78 -0
  937. package/dist/themes/material-blue/slider.css +101 -0
  938. package/dist/themes/material-blue/spinner.css +114 -0
  939. package/dist/themes/material-blue/splitbutton.css +12 -0
  940. package/dist/themes/material-blue/swiper.css +33 -0
  941. package/dist/themes/material-blue/switchbutton.css +83 -0
  942. package/dist/themes/material-blue/tabs.css +379 -0
  943. package/dist/themes/material-blue/tagbox.css +44 -0
  944. package/dist/themes/material-blue/textbox.css +173 -0
  945. package/dist/themes/material-blue/timeline.css +41 -0
  946. package/dist/themes/material-blue/timepicker.css +93 -0
  947. package/dist/themes/material-blue/tooltip.css +101 -0
  948. package/dist/themes/material-blue/tree.css +168 -0
  949. package/dist/themes/material-blue/validatebox.css +13 -0
  950. package/dist/themes/material-blue/window.css +182 -0
  951. package/dist/themes/material-teal/accordion.css +89 -0
  952. package/dist/themes/material-teal/calendar.css +213 -0
  953. package/dist/themes/material-teal/checkbox.css +31 -0
  954. package/dist/themes/material-teal/combo.css +35 -0
  955. package/dist/themes/material-teal/combobox.css +40 -0
  956. package/dist/themes/material-teal/datagrid.css +299 -0
  957. package/dist/themes/material-teal/datalist.css +95 -0
  958. package/dist/themes/material-teal/datebox.css +36 -0
  959. package/dist/themes/material-teal/dialog.css +47 -0
  960. package/dist/themes/material-teal/drawer.css +15 -0
  961. package/dist/themes/material-teal/filebox.css +20 -0
  962. package/dist/themes/material-teal/flex.css +52 -0
  963. package/dist/themes/material-teal/images/Thumbs.db +0 -0
  964. package/dist/themes/material-teal/images/accordion_arrows.png +0 -0
  965. package/dist/themes/material-teal/images/blank.gif +0 -0
  966. package/dist/themes/material-teal/images/calendar_arrows.png +0 -0
  967. package/dist/themes/material-teal/images/combo_arrow.png +0 -0
  968. package/dist/themes/material-teal/images/datagrid_icons.png +0 -0
  969. package/dist/themes/material-teal/images/datebox_arrow.png +0 -0
  970. package/dist/themes/material-teal/images/layout_arrows.png +0 -0
  971. package/dist/themes/material-teal/images/linkbutton_bg.png +0 -0
  972. package/dist/themes/material-teal/images/loading.gif +0 -0
  973. package/dist/themes/material-teal/images/menu_arrows.png +0 -0
  974. package/dist/themes/material-teal/images/messager_icons.png +0 -0
  975. package/dist/themes/material-teal/images/messager_icons16.png +0 -0
  976. package/dist/themes/material-teal/images/pagination_icons.png +0 -0
  977. package/dist/themes/material-teal/images/panel_tools.png +0 -0
  978. package/dist/themes/material-teal/images/passwordbox_close.png +0 -0
  979. package/dist/themes/material-teal/images/passwordbox_open.png +0 -0
  980. package/dist/themes/material-teal/images/searchbox_button.png +0 -0
  981. package/dist/themes/material-teal/images/slider_handle.png +0 -0
  982. package/dist/themes/material-teal/images/spinner_arrows.png +0 -0
  983. package/dist/themes/material-teal/images/tabs_icons.png +0 -0
  984. package/dist/themes/material-teal/images/tagbox_icons.png +0 -0
  985. package/dist/themes/material-teal/images/tree_icons.png +0 -0
  986. package/dist/themes/material-teal/images/validatebox_warning.png +0 -0
  987. package/dist/themes/material-teal/index.css +3965 -0
  988. package/dist/themes/material-teal/layout.css +150 -0
  989. package/dist/themes/material-teal/linkbutton.css +191 -0
  990. package/dist/themes/material-teal/menu.css +119 -0
  991. package/dist/themes/material-teal/menubutton.css +94 -0
  992. package/dist/themes/material-teal/messager.css +74 -0
  993. package/dist/themes/material-teal/numberbox.css +0 -0
  994. package/dist/themes/material-teal/pagination.css +77 -0
  995. package/dist/themes/material-teal/panel.css +270 -0
  996. package/dist/themes/material-teal/passwordbox.css +6 -0
  997. package/dist/themes/material-teal/progressbar.css +33 -0
  998. package/dist/themes/material-teal/propertygrid.css +27 -0
  999. package/dist/themes/material-teal/radiobutton.css +25 -0
  1000. package/dist/themes/material-teal/rate.css +34 -0
  1001. package/dist/themes/material-teal/searchbox.css +61 -0
  1002. package/dist/themes/material-teal/sidemenu.css +78 -0
  1003. package/dist/themes/material-teal/slider.css +101 -0
  1004. package/dist/themes/material-teal/spinner.css +114 -0
  1005. package/dist/themes/material-teal/splitbutton.css +12 -0
  1006. package/dist/themes/material-teal/swiper.css +33 -0
  1007. package/dist/themes/material-teal/switchbutton.css +83 -0
  1008. package/dist/themes/material-teal/tabs.css +379 -0
  1009. package/dist/themes/material-teal/tagbox.css +44 -0
  1010. package/dist/themes/material-teal/textbox.css +173 -0
  1011. package/dist/themes/material-teal/timeline.css +41 -0
  1012. package/dist/themes/material-teal/timepicker.css +93 -0
  1013. package/dist/themes/material-teal/tooltip.css +101 -0
  1014. package/dist/themes/material-teal/tree.css +168 -0
  1015. package/dist/themes/material-teal/validatebox.css +13 -0
  1016. package/dist/themes/material-teal/window.css +182 -0
  1017. package/dist/themes/metro/accordion.css +89 -0
  1018. package/dist/themes/metro/calendar.css +213 -0
  1019. package/dist/themes/metro/checkbox.css +31 -0
  1020. package/dist/themes/metro/combo.css +35 -0
  1021. package/dist/themes/metro/combobox.css +40 -0
  1022. package/dist/themes/metro/datagrid.css +299 -0
  1023. package/dist/themes/metro/datalist.css +95 -0
  1024. package/dist/themes/metro/datebox.css +36 -0
  1025. package/dist/themes/metro/dialog.css +47 -0
  1026. package/dist/themes/metro/drawer.css +15 -0
  1027. package/dist/themes/metro/filebox.css +20 -0
  1028. package/dist/themes/metro/flex.css +52 -0
  1029. package/dist/themes/metro/images/accordion_arrows.png +0 -0
  1030. package/dist/themes/metro/images/blank.gif +0 -0
  1031. package/dist/themes/metro/images/calendar_arrows.png +0 -0
  1032. package/dist/themes/metro/images/combo_arrow.png +0 -0
  1033. package/dist/themes/metro/images/datagrid_icons.png +0 -0
  1034. package/dist/themes/metro/images/datebox_arrow.png +0 -0
  1035. package/dist/themes/metro/images/layout_arrows.png +0 -0
  1036. package/dist/themes/metro/images/linkbutton_bg.png +0 -0
  1037. package/dist/themes/metro/images/loading.gif +0 -0
  1038. package/dist/themes/metro/images/menu_arrows.png +0 -0
  1039. package/dist/themes/metro/images/messager_icons.png +0 -0
  1040. package/dist/themes/metro/images/messager_icons16.png +0 -0
  1041. package/dist/themes/metro/images/pagination_icons.png +0 -0
  1042. package/dist/themes/metro/images/panel_tools.png +0 -0
  1043. package/dist/themes/metro/images/passwordbox_close.png +0 -0
  1044. package/dist/themes/metro/images/passwordbox_open.png +0 -0
  1045. package/dist/themes/metro/images/searchbox_button.png +0 -0
  1046. package/dist/themes/metro/images/slider_handle.png +0 -0
  1047. package/dist/themes/metro/images/spinner_arrows.png +0 -0
  1048. package/dist/themes/metro/images/tabs_icons.png +0 -0
  1049. package/dist/themes/metro/images/tagbox_icons.png +0 -0
  1050. package/dist/themes/metro/images/tree_icons.png +0 -0
  1051. package/dist/themes/metro/images/validatebox_warning.png +0 -0
  1052. package/dist/themes/metro/index.css +3760 -0
  1053. package/dist/themes/metro/layout.css +150 -0
  1054. package/dist/themes/metro/linkbutton.css +203 -0
  1055. package/dist/themes/metro/menu.css +119 -0
  1056. package/dist/themes/metro/menubutton.css +94 -0
  1057. package/dist/themes/metro/messager.css +74 -0
  1058. package/dist/themes/metro/numberbox.css +0 -0
  1059. package/dist/themes/metro/pagination.css +77 -0
  1060. package/dist/themes/metro/panel.css +270 -0
  1061. package/dist/themes/metro/passwordbox.css +6 -0
  1062. package/dist/themes/metro/progressbar.css +33 -0
  1063. package/dist/themes/metro/propertygrid.css +27 -0
  1064. package/dist/themes/metro/radiobutton.css +25 -0
  1065. package/dist/themes/metro/rate.css +34 -0
  1066. package/dist/themes/metro/searchbox.css +61 -0
  1067. package/dist/themes/metro/sidemenu.css +78 -0
  1068. package/dist/themes/metro/slider.css +101 -0
  1069. package/dist/themes/metro/spinner.css +114 -0
  1070. package/dist/themes/metro/splitbutton.css +12 -0
  1071. package/dist/themes/metro/swiper.css +33 -0
  1072. package/dist/themes/metro/switchbutton.css +83 -0
  1073. package/dist/themes/metro/tabs.css +379 -0
  1074. package/dist/themes/metro/tagbox.css +44 -0
  1075. package/dist/themes/metro/textbox.css +173 -0
  1076. package/dist/themes/metro/timeline.css +41 -0
  1077. package/dist/themes/metro/timepicker.css +93 -0
  1078. package/dist/themes/metro/tooltip.css +101 -0
  1079. package/dist/themes/metro/tree.css +168 -0
  1080. package/dist/themes/metro/validatebox.css +13 -0
  1081. package/dist/themes/metro/window.css +182 -0
  1082. package/dist/themes/mobile.css +352 -0
  1083. package/dist/themes/vue.css +736 -0
  1084. package/dist/utils/exposeMethods.d.ts +47 -0
  1085. package/dist/utils/exposeMethods.d.ts.map +1 -0
  1086. package/dist/viteui.js +13944 -0
  1087. package/dist/viteui.js.map +1 -0
  1088. package/dist/viteui.umd.cjs +2 -0
  1089. package/dist/viteui.umd.cjs.map +1 -0
  1090. package/package.json +39 -0
@@ -0,0 +1,3814 @@
1
+ .f-row {
2
+ display: -webkit-box;
3
+ display: -webkit-flex;
4
+ display: -moz-flex;
5
+ display: -ms-flexbox;
6
+ display: flex;
7
+ position: relative;
8
+ }
9
+ .f-column {
10
+ display: -webkit-box;
11
+ display: -webkit-flex;
12
+ display: -moz-flex;
13
+ display: -ms-flexbox;
14
+ display: flex;
15
+ -webkit-box-direction: normal;
16
+ -webkit-box-orient: vertical;
17
+ -webkit-flex-direction: column;
18
+ -moz-flex-direction: column;
19
+ -ms-flex-direction: column;
20
+ flex-direction: column;
21
+ position: relative;
22
+ }
23
+ .f-full {
24
+ -webkit-box-flex: 1 1 auto;
25
+ -ms-flex: 1 1 auto;
26
+ flex: 1 1 auto;
27
+ }
28
+ .f-noshrink {
29
+ -webkit-flex-shrink: 0;
30
+ -moz-flex-shrink: 0;
31
+ -ms-flex-negative: 0;
32
+ flex-shrink: 0;
33
+ }
34
+ .f-content-center {
35
+ -webkit-box-pack: center;
36
+ -ms-flex-pack: center;
37
+ -webkit-justify-content: center;
38
+ -moz-justify-content: center;
39
+ justify-content: center;
40
+ -webkit-box-align: center;
41
+ -ms-flex-align: center;
42
+ -webkit-align-items: center;
43
+ -moz-align-items: center;
44
+ align-items: center;
45
+ }
46
+ .f-vcenter {
47
+ -webkit-box-align: center;
48
+ -ms-flex-align: center;
49
+ -webkit-align-items: center;
50
+ -moz-align-items: center;
51
+ align-items: center;
52
+ }
53
+ * {
54
+ -moz-box-sizing: border-box;
55
+ -webkit-box-sizing: border-box;
56
+ -o-box-sizing: border-box;
57
+ -ms-box-sizing: border-box;
58
+ box-sizing: border-box;
59
+ }
60
+ .panel {
61
+ overflow: hidden;
62
+ text-align: left;
63
+ margin: 0;
64
+ border: 0;
65
+ -moz-border-radius: 0 0 0 0;
66
+ -webkit-border-radius: 0 0 0 0;
67
+ border-radius: 0 0 0 0;
68
+ }
69
+ .panel-header,
70
+ .panel-body {
71
+ border-width: 1px;
72
+ border-style: solid;
73
+ }
74
+ .panel-header {
75
+ padding: 5px;
76
+ position: relative;
77
+ }
78
+ .panel-title {
79
+ background: url('images/blank.gif') no-repeat;
80
+ }
81
+ .panel-header-noborder {
82
+ border-width: 0 0 1px 0;
83
+ }
84
+ .panel-body {
85
+ overflow: auto;
86
+ border-top-width: 0;
87
+ padding: 0;
88
+ }
89
+ .panel-body-noheader {
90
+ border-top-width: 1px;
91
+ }
92
+ .panel-body-noborder {
93
+ border-width: 0px;
94
+ }
95
+ .panel-body-nobottom {
96
+ border-bottom-width: 0;
97
+ }
98
+ .panel-with-icon {
99
+ padding-left: 18px;
100
+ }
101
+ .panel-icon,
102
+ .panel-tool {
103
+ position: absolute;
104
+ top: 50%;
105
+ margin-top: -8px;
106
+ height: 16px;
107
+ overflow: hidden;
108
+ }
109
+ .panel-icon {
110
+ left: 5px;
111
+ width: 16px;
112
+ }
113
+ .panel-tool {
114
+ right: 5px;
115
+ width: auto;
116
+ }
117
+ .panel-tool a {
118
+ display: inline-block;
119
+ width: 16px;
120
+ height: 16px;
121
+ opacity: 0.6;
122
+ filter: alpha(opacity=60);
123
+ margin: 0 0 0 2px;
124
+ vertical-align: top;
125
+ }
126
+ .panel-tool a:hover {
127
+ opacity: 1;
128
+ filter: alpha(opacity=100);
129
+ background-color: #eaf2ff;
130
+ -moz-border-radius: 3px 3px 3px 3px;
131
+ -webkit-border-radius: 3px 3px 3px 3px;
132
+ border-radius: 3px 3px 3px 3px;
133
+ }
134
+ .panel-loading {
135
+ padding: 11px 0px 10px 30px;
136
+ }
137
+ .panel-noscroll {
138
+ overflow: hidden;
139
+ }
140
+ .panel-fit,
141
+ .panel-fit body {
142
+ height: 100%;
143
+ margin: 0;
144
+ padding: 0;
145
+ border: 0;
146
+ overflow: hidden;
147
+ }
148
+ .panel-loading {
149
+ background: url('images/loading.gif') no-repeat 10px 10px;
150
+ }
151
+ .panel-tool-close {
152
+ background: url('images/panel_tools.png') no-repeat -16px 0px;
153
+ }
154
+ .panel-tool-min {
155
+ background: url('images/panel_tools.png') no-repeat 0px 0px;
156
+ }
157
+ .panel-tool-max {
158
+ background: url('images/panel_tools.png') no-repeat 0px -16px;
159
+ }
160
+ .panel-tool-restore {
161
+ background: url('images/panel_tools.png') no-repeat -16px -16px;
162
+ }
163
+ .panel-tool-collapse {
164
+ background: url('images/panel_tools.png') no-repeat -32px 0;
165
+ }
166
+ .panel-tool-expand {
167
+ background: url('images/panel_tools.png') no-repeat -32px -16px;
168
+ }
169
+ .panel-header,
170
+ .panel-body {
171
+ border-color: #95B8E7;
172
+ }
173
+ .panel-header {
174
+ background-color: #E0ECFF;
175
+ background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
176
+ background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
177
+ background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
178
+ background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
179
+ background-repeat: repeat-x;
180
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
181
+ color: #0E2D5F;
182
+ }
183
+ .panel-body {
184
+ background-color: #ffffff;
185
+ color: #000000;
186
+ font-size: 14px;
187
+ }
188
+ .panel-title {
189
+ font-size: 14px;
190
+ font-weight: bold;
191
+ color: #0E2D5F;
192
+ height: 20px;
193
+ line-height: 20px;
194
+ }
195
+ .panel-footer {
196
+ border: 1px solid #95B8E7;
197
+ overflow: hidden;
198
+ background: #F4F4F4;
199
+ color: #000000;
200
+ }
201
+ .panel-footer-noborder {
202
+ border-width: 1px 0 0 0;
203
+ }
204
+ .panel-hleft,
205
+ .panel-hright {
206
+ position: relative;
207
+ }
208
+ .panel-hleft>.panel-body,
209
+ .panel-hright>.panel-body {
210
+ position: absolute;
211
+ }
212
+ .panel-hleft>.panel-header {
213
+ float: left;
214
+ }
215
+ .panel-hright>.panel-header {
216
+ float: right;
217
+ }
218
+ .panel-hleft>.panel-body {
219
+ border-top-width: 1px;
220
+ border-left-width: 0;
221
+ }
222
+ .panel-hright>.panel-body {
223
+ border-top-width: 1px;
224
+ border-right-width: 0;
225
+ }
226
+ .panel-hleft>.panel-body-nobottom {
227
+ border-bottom-width: 1px;
228
+ border-right-width: 0;
229
+ }
230
+ .panel-hright>.panel-body-nobottom {
231
+ border-bottom-width: 1px;
232
+ border-left-width: 0;
233
+ }
234
+ .panel-hleft>.panel-footer {
235
+ position: absolute;
236
+ right: 0;
237
+ }
238
+ .panel-hright>.panel-footer {
239
+ position: absolute;
240
+ left: 0;
241
+ }
242
+ .panel-hleft>.panel-header-noborder {
243
+ border-width: 0 1px 0 0;
244
+ }
245
+ .panel-hright>.panel-header-noborder {
246
+ border-width: 0 0 0 1px;
247
+ }
248
+ .panel-hleft>.panel-body-noborder {
249
+ border-width: 0;
250
+ }
251
+ .panel-hright>.panel-body-noborder {
252
+ border-width: 0;
253
+ }
254
+ .panel-hleft>.panel-body-noheader {
255
+ border-left-width: 1px;
256
+ }
257
+ .panel-hright>.panel-body-noheader {
258
+ border-right-width: 1px;
259
+ }
260
+ .panel-hleft>.panel-footer-noborder {
261
+ border-width: 0 0 0 1px;
262
+ }
263
+ .panel-hright>.panel-footer-noborder {
264
+ border-width: 0 1px 0 0;
265
+ }
266
+ .panel-hleft>.panel-header .panel-icon,
267
+ .panel-hright>.panel-header .panel-icon {
268
+ margin-top: 0;
269
+ top: 5px;
270
+ left: 50%;
271
+ margin-left: -8px;
272
+ }
273
+ .panel-hleft>.panel-header .panel-title,
274
+ .panel-hright>.panel-header .panel-title {
275
+ position: absolute;
276
+ min-width: 16px;
277
+ left: 25px;
278
+ top: 5px;
279
+ bottom: auto;
280
+ white-space: nowrap;
281
+ word-wrap: normal;
282
+ -webkit-transform: rotate(90deg);
283
+ -webkit-transform-origin: 0 0;
284
+ -moz-transform: rotate(90deg);
285
+ -moz-transform-origin: 0 0;
286
+ -o-transform: rotate(90deg);
287
+ -o-transform-origin: 0 0;
288
+ transform: rotate(90deg);
289
+ transform-origin: 0 0;
290
+ }
291
+ .panel-hleft>.panel-header .panel-title-up,
292
+ .panel-hright>.panel-header .panel-title-up {
293
+ position: absolute;
294
+ min-width: 16px;
295
+ left: 21px;
296
+ top: auto;
297
+ bottom: 0px;
298
+ text-align: right;
299
+ white-space: nowrap;
300
+ word-wrap: normal;
301
+ -webkit-transform: rotate(-90deg);
302
+ -webkit-transform-origin: 0 0;
303
+ -moz-transform: rotate(-90deg);
304
+ -moz-transform-origin: 0 0;
305
+ -o-transform: rotate(-90deg);
306
+ -o-transform-origin: 0 0;
307
+ transform: rotate(-90deg);
308
+ transform-origin: 0 16px;
309
+ }
310
+ .panel-hleft>.panel-header .panel-with-icon.panel-title-up,
311
+ .panel-hright>.panel-header .panel-with-icon.panel-title-up {
312
+ padding-left: 0;
313
+ padding-right: 18px;
314
+ }
315
+ .panel-hleft>.panel-header .panel-tool,
316
+ .panel-hright>.panel-header .panel-tool {
317
+ top: auto;
318
+ bottom: 5px;
319
+ width: 16px;
320
+ height: auto;
321
+ left: 50%;
322
+ margin-left: -8px;
323
+ margin-top: 0;
324
+ }
325
+ .panel-hleft>.panel-header .panel-tool a,
326
+ .panel-hright>.panel-header .panel-tool a {
327
+ margin: 2px 0 0 0;
328
+ }
329
+ .accordion {
330
+ overflow: hidden;
331
+ border-width: 1px;
332
+ border-style: solid;
333
+ }
334
+ .accordion .accordion-header {
335
+ border-width: 0 0 1px;
336
+ cursor: pointer;
337
+ }
338
+ .accordion .accordion-body {
339
+ border-width: 0 0 1px;
340
+ }
341
+ .accordion-noborder {
342
+ border-width: 0;
343
+ }
344
+ .accordion-noborder .accordion-header {
345
+ border-width: 0 0 1px;
346
+ }
347
+ .accordion-noborder .accordion-body {
348
+ border-width: 0 0 1px;
349
+ }
350
+ .accordion-collapse {
351
+ background: url('images/accordion_arrows.png') no-repeat 0 0;
352
+ }
353
+ .accordion-expand {
354
+ background: url('images/accordion_arrows.png') no-repeat -16px 0;
355
+ }
356
+ .accordion {
357
+ background: #ffffff;
358
+ border-color: #95B8E7;
359
+ }
360
+ .accordion .accordion-header {
361
+ background: #E0ECFF;
362
+ filter: none;
363
+ }
364
+ .accordion .accordion-header-selected {
365
+ background: #ffe48d;
366
+ }
367
+ .accordion .accordion-header-selected .panel-title {
368
+ color: #000000;
369
+ }
370
+ .accordion .panel-last > .accordion-header {
371
+ border-bottom-color: #E0ECFF;
372
+ }
373
+ .accordion .panel-last > .accordion-body {
374
+ border-bottom-color: #ffffff;
375
+ }
376
+ .accordion .panel-last > .accordion-header-selected,
377
+ .accordion .panel-last > .accordion-header-border {
378
+ border-bottom-color: #95B8E7;
379
+ }
380
+ .accordion> .panel-hleft {
381
+ float: left;
382
+ }
383
+ .accordion> .panel-hleft>.panel-header {
384
+ border-width: 0 1px 0 0;
385
+ }
386
+ .accordion> .panel-hleft> .panel-body {
387
+ border-width: 0 1px 0 0;
388
+ }
389
+ .accordion> .panel-hleft.panel-last > .accordion-header {
390
+ border-right-color: #E0ECFF;
391
+ }
392
+ .accordion> .panel-hleft.panel-last > .accordion-body {
393
+ border-right-color: #ffffff;
394
+ }
395
+ .accordion> .panel-hleft.panel-last > .accordion-header-selected,
396
+ .accordion> .panel-hleft.panel-last > .accordion-header-border {
397
+ border-right-color: #95B8E7;
398
+ }
399
+ .accordion> .panel-hright {
400
+ float: right;
401
+ }
402
+ .accordion> .panel-hright>.panel-header {
403
+ border-width: 0 0 0 1px;
404
+ }
405
+ .accordion> .panel-hright> .panel-body {
406
+ border-width: 0 0 0 1px;
407
+ }
408
+ .accordion> .panel-hright.panel-last > .accordion-header {
409
+ border-left-color: #E0ECFF;
410
+ }
411
+ .accordion> .panel-hright.panel-last > .accordion-body {
412
+ border-left-color: #ffffff;
413
+ }
414
+ .accordion> .panel-hright.panel-last > .accordion-header-selected,
415
+ .accordion> .panel-hright.panel-last > .accordion-header-border {
416
+ border-left-color: #95B8E7;
417
+ }
418
+ .window {
419
+ overflow: hidden;
420
+ padding: 5px;
421
+ border-width: 1px;
422
+ border-style: solid;
423
+ }
424
+ .window .window-header {
425
+ background: transparent;
426
+ padding: 0px 0px 6px 0px;
427
+ }
428
+ .window .window-body {
429
+ border-width: 1px;
430
+ border-style: solid;
431
+ border-top-width: 0px;
432
+ }
433
+ .window .window-body-noheader {
434
+ border-top-width: 1px;
435
+ }
436
+ .window .panel-body-nobottom {
437
+ border-bottom-width: 0;
438
+ }
439
+ .window .window-header .panel-icon,
440
+ .window .window-header .panel-tool {
441
+ top: 50%;
442
+ margin-top: -11px;
443
+ }
444
+ .window .window-header .panel-icon {
445
+ left: 1px;
446
+ }
447
+ .window .window-header .panel-tool {
448
+ right: 1px;
449
+ }
450
+ .window .window-header .panel-with-icon {
451
+ padding-left: 18px;
452
+ }
453
+ .window-proxy {
454
+ position: absolute;
455
+ overflow: hidden;
456
+ }
457
+ .window-proxy-mask {
458
+ position: absolute;
459
+ filter: alpha(opacity=5);
460
+ opacity: 0.05;
461
+ }
462
+ .window-mask {
463
+ position: absolute;
464
+ left: 0;
465
+ top: 0;
466
+ width: 100%;
467
+ height: 100%;
468
+ filter: alpha(opacity=40);
469
+ opacity: 0.40;
470
+ font-size: 1px;
471
+ overflow: hidden;
472
+ }
473
+ .window,
474
+ .window-shadow {
475
+ position: absolute;
476
+ -moz-border-radius: 5px 5px 5px 5px;
477
+ -webkit-border-radius: 5px 5px 5px 5px;
478
+ border-radius: 5px 5px 5px 5px;
479
+ }
480
+ .window-shadow {
481
+ background: #ccc;
482
+ -moz-box-shadow: 2px 2px 3px #cccccc;
483
+ -webkit-box-shadow: 2px 2px 3px #cccccc;
484
+ box-shadow: 2px 2px 3px #cccccc;
485
+ filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
486
+ }
487
+ .window,
488
+ .window .window-body {
489
+ border-color: #95B8E7;
490
+ }
491
+ .window {
492
+ background-color: #E0ECFF;
493
+ background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
494
+ background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
495
+ background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
496
+ background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
497
+ background-repeat: repeat-x;
498
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
499
+ }
500
+ .window-proxy {
501
+ border: 1px dashed #95B8E7;
502
+ }
503
+ .window-proxy-mask,
504
+ .window-mask {
505
+ background: #ccc;
506
+ }
507
+ .window .panel-footer {
508
+ border: 1px solid #95B8E7;
509
+ position: relative;
510
+ top: -1px;
511
+ }
512
+ .window-thinborder {
513
+ padding: 0;
514
+ }
515
+ .window-thinborder .window-header {
516
+ padding: 5px 5px 6px 5px;
517
+ }
518
+ .window-thinborder .window-body {
519
+ border-width: 0px;
520
+ }
521
+ .window-thinborder .window-footer {
522
+ border-left: transparent;
523
+ border-right: transparent;
524
+ border-bottom: transparent;
525
+ }
526
+ .window-thinborder .window-header .panel-icon,
527
+ .window-thinborder .window-header .panel-tool {
528
+ margin-top: -9px;
529
+ margin-left: 5px;
530
+ margin-right: 5px;
531
+ }
532
+ .window-noborder {
533
+ border: 0;
534
+ }
535
+ .window.panel-hleft .window-header {
536
+ padding: 0 6px 0 0;
537
+ }
538
+ .window.panel-hright .window-header {
539
+ padding: 0 0 0 6px;
540
+ }
541
+ .window.panel-hleft>.panel-header .panel-title {
542
+ top: auto;
543
+ left: 16px;
544
+ }
545
+ .window.panel-hright>.panel-header .panel-title {
546
+ top: auto;
547
+ right: 16px;
548
+ }
549
+ .window.panel-hleft>.panel-header .panel-title-up,
550
+ .window.panel-hright>.panel-header .panel-title-up {
551
+ bottom: 0;
552
+ }
553
+ .window.panel-hleft .window-body {
554
+ border-width: 1px 1px 1px 0;
555
+ }
556
+ .window.panel-hright .window-body {
557
+ border-width: 1px 0 1px 1px;
558
+ }
559
+ .window.panel-hleft .window-header .panel-icon {
560
+ top: 1px;
561
+ margin-top: 0;
562
+ left: 0;
563
+ }
564
+ .window.panel-hright .window-header .panel-icon {
565
+ top: 1px;
566
+ margin-top: 0;
567
+ left: auto;
568
+ right: 1px;
569
+ }
570
+ .window.panel-hleft .window-header .panel-tool,
571
+ .window.panel-hright .window-header .panel-tool {
572
+ margin-top: 0;
573
+ top: auto;
574
+ bottom: 1px;
575
+ right: auto;
576
+ margin-right: 0;
577
+ left: 50%;
578
+ margin-left: -11px;
579
+ }
580
+ .window.panel-hright .window-header .panel-tool {
581
+ left: auto;
582
+ right: 1px;
583
+ }
584
+ .window-thinborder.panel-hleft .window-header {
585
+ padding: 5px 6px 5px 5px;
586
+ }
587
+ .window-thinborder.panel-hright .window-header {
588
+ padding: 5px 5px 5px 6px;
589
+ }
590
+ .window-thinborder.panel-hleft>.panel-header .panel-title {
591
+ left: 21px;
592
+ }
593
+ .window-thinborder.panel-hleft>.panel-header .panel-title-up,
594
+ .window-thinborder.panel-hright>.panel-header .panel-title-up {
595
+ bottom: 5px;
596
+ }
597
+ .window-thinborder.panel-hleft .window-header .panel-icon,
598
+ .window-thinborder.panel-hright .window-header .panel-icon {
599
+ margin-top: 5px;
600
+ }
601
+ .window-thinborder.panel-hleft .window-header .panel-tool,
602
+ .window-thinborder.panel-hright .window-header .panel-tool {
603
+ left: 16px;
604
+ bottom: 5px;
605
+ }
606
+ .dialog-content {
607
+ overflow: auto;
608
+ }
609
+ .dialog-toolbar {
610
+ position: relative;
611
+ padding: 2px 5px;
612
+ }
613
+ .dialog-tool-separator {
614
+ float: left;
615
+ height: 24px;
616
+ border-left: 1px solid #ccc;
617
+ border-right: 1px solid #fff;
618
+ margin: 2px 1px;
619
+ }
620
+ .dialog-button {
621
+ position: relative;
622
+ top: -1px;
623
+ padding: 5px;
624
+ text-align: right;
625
+ }
626
+ .dialog-button .l-btn {
627
+ margin-left: 5px;
628
+ }
629
+ .dialog-toolbar,
630
+ .dialog-button {
631
+ background: #F4F4F4;
632
+ border-width: 1px;
633
+ border-style: solid;
634
+ }
635
+ .dialog-toolbar {
636
+ border-color: #95B8E7 #95B8E7 #dddddd #95B8E7;
637
+ }
638
+ .dialog-button {
639
+ border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
640
+ }
641
+ .window-thinborder .dialog-toolbar {
642
+ border-left: transparent;
643
+ border-right: transparent;
644
+ border-top-color: #F4F4F4;
645
+ }
646
+ .window-thinborder .dialog-button {
647
+ top: 0px;
648
+ padding: 5px 8px 8px 8px;
649
+ border-left: transparent;
650
+ border-right: transparent;
651
+ border-bottom: transparent;
652
+ }
653
+ .drawer.window-shadow {
654
+ box-shadow: 0 4px 12px #ccc;
655
+ border-radius: 0;
656
+ position: fixed;
657
+ }
658
+ .drawer.layout-collapsed {
659
+ box-shadow: none;
660
+ }
661
+ .drawer-mask.window-mask {
662
+ position: fixed;
663
+ }
664
+ .drawer.layout-panel-east,
665
+ .drawer.layout-panel-west {
666
+ bottom: 0;
667
+ }
668
+ .l-btn {
669
+ text-decoration: none;
670
+ display: inline-block;
671
+ overflow: hidden;
672
+ margin: 0;
673
+ padding: 0;
674
+ cursor: pointer;
675
+ outline: none;
676
+ text-align: center;
677
+ vertical-align: middle;
678
+ line-height: normal;
679
+ }
680
+ .l-btn-plain {
681
+ border-width: 0;
682
+ padding: 1px;
683
+ }
684
+ .l-btn-left {
685
+ display: inline-block;
686
+ position: relative;
687
+ overflow: hidden;
688
+ margin: 0;
689
+ padding: 0;
690
+ vertical-align: top;
691
+ }
692
+ .l-btn-text {
693
+ display: inline-block;
694
+ vertical-align: top;
695
+ width: auto;
696
+ line-height: 28px;
697
+ font-size: 14px;
698
+ padding: 0;
699
+ margin: 0 6px;
700
+ }
701
+ .l-btn-icon {
702
+ display: inline-block;
703
+ width: 16px;
704
+ height: 16px;
705
+ line-height: 16px;
706
+ position: absolute;
707
+ top: 50%;
708
+ margin-top: -8px;
709
+ font-size: 1px;
710
+ }
711
+ .l-btn span span .l-btn-empty {
712
+ display: inline-block;
713
+ margin: 0;
714
+ width: 16px;
715
+ height: 24px;
716
+ font-size: 1px;
717
+ vertical-align: top;
718
+ }
719
+ .l-btn span .l-btn-icon-left {
720
+ padding: 0 0 0 20px;
721
+ background-position: left center;
722
+ }
723
+ .l-btn span .l-btn-icon-right {
724
+ padding: 0 20px 0 0;
725
+ background-position: right center;
726
+ }
727
+ .l-btn-icon-left .l-btn-text {
728
+ margin: 0 6px 0 26px;
729
+ }
730
+ .l-btn-icon-left .l-btn-icon {
731
+ left: 6px;
732
+ }
733
+ .l-btn-icon-right .l-btn-text {
734
+ margin: 0 26px 0 6px;
735
+ }
736
+ .l-btn-icon-right .l-btn-icon {
737
+ right: 6px;
738
+ }
739
+ .l-btn-icon-top .l-btn-text {
740
+ margin: 20px 4px 0 4px;
741
+ }
742
+ .l-btn-icon-top .l-btn-icon {
743
+ top: 4px;
744
+ left: 50%;
745
+ margin: 0 0 0 -8px;
746
+ }
747
+ .l-btn-icon-bottom .l-btn-text {
748
+ margin: 0 4px 20px 4px;
749
+ }
750
+ .l-btn-icon-bottom .l-btn-icon {
751
+ top: auto;
752
+ bottom: 4px;
753
+ left: 50%;
754
+ margin: 0 0 0 -8px;
755
+ }
756
+ .l-btn-left .l-btn-empty {
757
+ margin: 0 6px;
758
+ width: 16px;
759
+ }
760
+ .l-btn-plain:hover {
761
+ padding: 0;
762
+ }
763
+ .l-btn-focus {
764
+ outline: #0000FF dotted thin;
765
+ }
766
+ .l-btn-large .l-btn-text {
767
+ line-height: 44px;
768
+ }
769
+ .l-btn-large .l-btn-icon {
770
+ width: 32px;
771
+ height: 32px;
772
+ line-height: 32px;
773
+ margin-top: -16px;
774
+ }
775
+ .l-btn-large .l-btn-icon-left .l-btn-text {
776
+ margin-left: 40px;
777
+ }
778
+ .l-btn-large .l-btn-icon-right .l-btn-text {
779
+ margin-right: 40px;
780
+ }
781
+ .l-btn-large .l-btn-icon-top .l-btn-text {
782
+ margin-top: 36px;
783
+ line-height: 24px;
784
+ min-width: 32px;
785
+ }
786
+ .l-btn-large .l-btn-icon-top .l-btn-icon {
787
+ margin: 0 0 0 -16px;
788
+ }
789
+ .l-btn-large .l-btn-icon-bottom .l-btn-text {
790
+ margin-bottom: 36px;
791
+ line-height: 24px;
792
+ min-width: 32px;
793
+ }
794
+ .l-btn-large .l-btn-icon-bottom .l-btn-icon {
795
+ margin: 0 0 0 -16px;
796
+ }
797
+ .l-btn-large .l-btn-left .l-btn-empty {
798
+ margin: 0 6px;
799
+ width: 32px;
800
+ }
801
+ .l-btn {
802
+ color: #444;
803
+ background: #fafafa;
804
+ background-repeat: repeat-x;
805
+ border: 1px solid #bbb;
806
+ background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
807
+ background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
808
+ background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
809
+ background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
810
+ background-repeat: repeat-x;
811
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
812
+ -moz-border-radius: 5px 5px 5px 5px;
813
+ -webkit-border-radius: 5px 5px 5px 5px;
814
+ border-radius: 5px 5px 5px 5px;
815
+ }
816
+ .l-btn:hover {
817
+ background: #eaf2ff;
818
+ color: #000000;
819
+ border: 1px solid #b7d2ff;
820
+ filter: none;
821
+ }
822
+ .l-btn-plain {
823
+ background: transparent;
824
+ border-width: 0;
825
+ filter: none;
826
+ }
827
+ .l-btn-outline {
828
+ border-width: 1px;
829
+ border-color: #b7d2ff;
830
+ padding: 0;
831
+ }
832
+ .l-btn-plain:hover {
833
+ background: #eaf2ff;
834
+ color: #000000;
835
+ border: 1px solid #b7d2ff;
836
+ -moz-border-radius: 5px 5px 5px 5px;
837
+ -webkit-border-radius: 5px 5px 5px 5px;
838
+ border-radius: 5px 5px 5px 5px;
839
+ }
840
+ .l-btn-disabled,
841
+ .l-btn-disabled:hover {
842
+ opacity: 0.5;
843
+ cursor: default;
844
+ background: #fafafa;
845
+ color: #444;
846
+ background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
847
+ background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
848
+ background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
849
+ background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
850
+ background-repeat: repeat-x;
851
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
852
+ }
853
+ .l-btn-disabled .l-btn-text,
854
+ .l-btn-disabled .l-btn-icon {
855
+ filter: alpha(opacity=50);
856
+ }
857
+ .l-btn-plain-disabled,
858
+ .l-btn-plain-disabled:hover {
859
+ background: transparent;
860
+ filter: alpha(opacity=50);
861
+ }
862
+ .l-btn-selected,
863
+ .l-btn-selected:hover {
864
+ background: #ddd;
865
+ filter: none;
866
+ }
867
+ .l-btn-plain-selected,
868
+ .l-btn-plain-selected:hover {
869
+ background: #ddd;
870
+ }
871
+ .textbox {
872
+ position: relative;
873
+ border: 1px solid #95B8E7;
874
+ background-color: #fff;
875
+ vertical-align: middle;
876
+ display: inline-block;
877
+ overflow: hidden;
878
+ white-space: nowrap;
879
+ margin: 0;
880
+ padding: 0;
881
+ -moz-border-radius: 5px 5px 5px 5px;
882
+ -webkit-border-radius: 5px 5px 5px 5px;
883
+ border-radius: 5px 5px 5px 5px;
884
+ }
885
+ .textbox .textbox-text {
886
+ font-size: 14px;
887
+ border: 0;
888
+ margin: 0;
889
+ padding: 0 4px;
890
+ white-space: normal;
891
+ vertical-align: top;
892
+ outline-style: none;
893
+ resize: none;
894
+ -moz-border-radius: 5px 5px 5px 5px;
895
+ -webkit-border-radius: 5px 5px 5px 5px;
896
+ border-radius: 5px 5px 5px 5px;
897
+ height: 28px;
898
+ line-height: 28px;
899
+ }
900
+ .textbox textarea.textbox-text {
901
+ line-height: normal;
902
+ }
903
+ .textbox.textbox-autoheight {
904
+ height: auto;
905
+ }
906
+ .textbox.textbox-autoheight textarea.textbox-text {
907
+ padding: 6px 4px;
908
+ overflow: hidden;
909
+ line-height: 16px;
910
+ }
911
+ .textbox .textbox-text::-ms-clear,
912
+ .textbox .textbox-text::-ms-reveal {
913
+ display: none;
914
+ }
915
+ .textbox textarea.textbox-text {
916
+ white-space: pre-wrap;
917
+ }
918
+ .textbox .textbox-prompt {
919
+ font-size: 14px;
920
+ color: #aaa;
921
+ }
922
+ .textbox .textbox-bgicon {
923
+ background-position: 3px center;
924
+ padding-left: 21px;
925
+ }
926
+ .textbox .textbox-button,
927
+ .textbox .textbox-button:hover {
928
+ position: absolute;
929
+ top: 0;
930
+ padding: 0;
931
+ vertical-align: top;
932
+ -moz-border-radius: 0 0 0 0;
933
+ -webkit-border-radius: 0 0 0 0;
934
+ border-radius: 0 0 0 0;
935
+ }
936
+ .textbox .textbox-button-right,
937
+ .textbox .textbox-button-right:hover {
938
+ right: 0;
939
+ border-width: 0 0 0 1px;
940
+ }
941
+ .textbox .textbox-button-left,
942
+ .textbox .textbox-button-left:hover {
943
+ left: 0;
944
+ border-width: 0 1px 0 0;
945
+ }
946
+ .textbox .textbox-button-top,
947
+ .textbox .textbox-button-top:hover {
948
+ left: 0;
949
+ border-width: 0 0 1px 0;
950
+ }
951
+ .textbox .textbox-button-bottom,
952
+ .textbox .textbox-button-bottom:hover {
953
+ top: auto;
954
+ bottom: 0;
955
+ left: 0;
956
+ border-width: 1px 0 0 0;
957
+ }
958
+ .textbox-addon {
959
+ position: absolute;
960
+ top: 0;
961
+ }
962
+ .textbox-label {
963
+ display: inline-block;
964
+ width: 80px;
965
+ height: 30px;
966
+ line-height: 30px;
967
+ vertical-align: middle;
968
+ overflow: hidden;
969
+ text-overflow: ellipsis;
970
+ white-space: nowrap;
971
+ margin: 0;
972
+ padding-right: 5px;
973
+ }
974
+ .textbox-label-after {
975
+ padding-left: 5px;
976
+ padding-right: 0;
977
+ }
978
+ .textbox-label-top {
979
+ display: block;
980
+ width: auto;
981
+ padding: 0;
982
+ }
983
+ .textbox-disabled,
984
+ .textbox-label-disabled {
985
+ opacity: 0.6;
986
+ filter: alpha(opacity=60);
987
+ }
988
+ .textbox-icon {
989
+ display: inline-block;
990
+ width: 18px;
991
+ height: 20px;
992
+ overflow: hidden;
993
+ vertical-align: top;
994
+ background-position: center center;
995
+ cursor: pointer;
996
+ opacity: 0.6;
997
+ filter: alpha(opacity=60);
998
+ text-decoration: none;
999
+ outline-style: none;
1000
+ }
1001
+ .textbox-icon-disabled,
1002
+ .textbox-icon-readonly {
1003
+ cursor: default;
1004
+ }
1005
+ .textbox-icon:hover {
1006
+ opacity: 1.0;
1007
+ filter: alpha(opacity=100);
1008
+ }
1009
+ .textbox-icon-disabled:hover {
1010
+ opacity: 0.6;
1011
+ filter: alpha(opacity=60);
1012
+ }
1013
+ .textbox-focused {
1014
+ border-color: #6b9cde;
1015
+ -moz-box-shadow: 0 0 3px 0 #95B8E7;
1016
+ -webkit-box-shadow: 0 0 3px 0 #95B8E7;
1017
+ box-shadow: 0 0 3px 0 #95B8E7;
1018
+ }
1019
+ .textbox-invalid {
1020
+ border-color: #ffa8a8;
1021
+ background-color: #fff3f3;
1022
+ }
1023
+ .form-floating-label.form-field .textbox-text {
1024
+ padding: 0;
1025
+ }
1026
+ .form-floating-label.form-field .textbox-label {
1027
+ position: relative;
1028
+ height: 20px;
1029
+ line-height: 20px;
1030
+ transition: all .3s;
1031
+ font-size: 12px;
1032
+ z-index: 9;
1033
+ }
1034
+ .form-floating-label.form-field-empty .textbox-label {
1035
+ cursor: text;
1036
+ font-size: 14px;
1037
+ transform: translate(0,25px);
1038
+ }
1039
+ .form-floating-label.form-field-empty.form-field-focused .textbox-label {
1040
+ cursor: default;
1041
+ font-size: 12px;
1042
+ transform: translate(0,0);
1043
+ }
1044
+ .passwordbox-open {
1045
+ background: url('images/passwordbox_open.png') no-repeat center center;
1046
+ }
1047
+ .passwordbox-close {
1048
+ background: url('images/passwordbox_close.png') no-repeat center center;
1049
+ }
1050
+ .filebox .textbox-value {
1051
+ vertical-align: top;
1052
+ position: absolute;
1053
+ top: 0;
1054
+ left: -5000px;
1055
+ }
1056
+ .filebox-label {
1057
+ display: inline-block;
1058
+ position: absolute;
1059
+ width: 100%;
1060
+ height: 100%;
1061
+ cursor: pointer;
1062
+ left: 0;
1063
+ top: 0;
1064
+ z-index: 10;
1065
+ background: url('images/blank.gif') no-repeat;
1066
+ }
1067
+ .l-btn-disabled .filebox-label {
1068
+ cursor: default;
1069
+ }
1070
+ .combo-arrow {
1071
+ width: 18px;
1072
+ height: 20px;
1073
+ overflow: hidden;
1074
+ display: inline-block;
1075
+ vertical-align: top;
1076
+ cursor: pointer;
1077
+ opacity: 0.6;
1078
+ filter: alpha(opacity=60);
1079
+ }
1080
+ .combo-arrow-hover {
1081
+ opacity: 1.0;
1082
+ filter: alpha(opacity=100);
1083
+ }
1084
+ .combo-panel {
1085
+ overflow: auto;
1086
+ }
1087
+ .combo-arrow {
1088
+ background: url('images/combo_arrow.png') no-repeat center center;
1089
+ }
1090
+ .combo-panel {
1091
+ background-color: #ffffff;
1092
+ }
1093
+ .combo-arrow {
1094
+ background-color: #E0ECFF;
1095
+ }
1096
+ .combo-arrow-hover {
1097
+ background-color: #eaf2ff;
1098
+ }
1099
+ .combo-arrow:hover {
1100
+ background-color: #eaf2ff;
1101
+ }
1102
+ .combo .textbox-icon-disabled:hover {
1103
+ cursor: default;
1104
+ }
1105
+ .combobox-item,
1106
+ .combobox-group,
1107
+ .combobox-stick {
1108
+ font-size: 14px;
1109
+ padding: 6px 4px;
1110
+ line-height: 20px;
1111
+ }
1112
+ .combobox-item-disabled {
1113
+ opacity: 0.5;
1114
+ filter: alpha(opacity=50);
1115
+ }
1116
+ .combobox-gitem {
1117
+ padding-left: 10px;
1118
+ }
1119
+ .combobox-group,
1120
+ .combobox-stick {
1121
+ font-weight: bold;
1122
+ }
1123
+ .combobox-stick {
1124
+ position: absolute;
1125
+ top: 1px;
1126
+ left: 1px;
1127
+ right: 1px;
1128
+ background: inherit;
1129
+ }
1130
+ .combobox-item-hover {
1131
+ background-color: #eaf2ff;
1132
+ color: #000000;
1133
+ }
1134
+ .combobox-item-selected {
1135
+ background-color: #ffe48d;
1136
+ color: #000000;
1137
+ }
1138
+ .combobox-icon {
1139
+ display: inline-block;
1140
+ width: 16px;
1141
+ height: 16px;
1142
+ vertical-align: middle;
1143
+ margin-right: 2px;
1144
+ }
1145
+ .tagbox {
1146
+ cursor: text;
1147
+ }
1148
+ .tagbox .textbox-text {
1149
+ float: left;
1150
+ }
1151
+ .tagbox-label {
1152
+ position: relative;
1153
+ display: block;
1154
+ margin: 4px 0 0 4px;
1155
+ padding: 0 20px 0 4px;
1156
+ float: left;
1157
+ vertical-align: top;
1158
+ text-decoration: none;
1159
+ -moz-border-radius: 5px 5px 5px 5px;
1160
+ -webkit-border-radius: 5px 5px 5px 5px;
1161
+ border-radius: 5px 5px 5px 5px;
1162
+ background: #eaf2ff;
1163
+ color: #000000;
1164
+ }
1165
+ .tagbox-remove {
1166
+ background: url('images/tagbox_icons.png') no-repeat -16px center;
1167
+ position: absolute;
1168
+ display: block;
1169
+ width: 16px;
1170
+ height: 16px;
1171
+ right: 2px;
1172
+ top: 50%;
1173
+ margin-top: -8px;
1174
+ opacity: 0.6;
1175
+ filter: alpha(opacity=60);
1176
+ }
1177
+ .tagbox-remove:hover {
1178
+ opacity: 1;
1179
+ filter: alpha(opacity=100);
1180
+ }
1181
+ .textbox-disabled .tagbox-label {
1182
+ cursor: default;
1183
+ }
1184
+ .textbox-disabled .tagbox-remove:hover {
1185
+ cursor: default;
1186
+ opacity: 0.6;
1187
+ filter: alpha(opacity=60);
1188
+ }
1189
+ .layout {
1190
+ position: relative;
1191
+ overflow: hidden;
1192
+ margin: 0;
1193
+ padding: 0;
1194
+ z-index: 0;
1195
+ }
1196
+ .layout-panel {
1197
+ position: absolute;
1198
+ overflow: hidden;
1199
+ }
1200
+ .layout-body {
1201
+ min-width: 1px;
1202
+ min-height: 1px;
1203
+ }
1204
+ .layout-panel-east,
1205
+ .layout-panel-west {
1206
+ z-index: 2;
1207
+ }
1208
+ .layout-panel-north,
1209
+ .layout-panel-south {
1210
+ z-index: 3;
1211
+ }
1212
+ .layout-expand {
1213
+ position: absolute;
1214
+ padding: 0px;
1215
+ font-size: 1px;
1216
+ cursor: pointer;
1217
+ z-index: 1;
1218
+ }
1219
+ .layout-expand .panel-header,
1220
+ .layout-expand .panel-body {
1221
+ background: transparent;
1222
+ filter: none;
1223
+ overflow: hidden;
1224
+ }
1225
+ .layout-expand .panel-header {
1226
+ border-bottom-width: 0px;
1227
+ }
1228
+ .layout-expand .panel-body {
1229
+ position: relative;
1230
+ }
1231
+ .layout-expand .panel-body .panel-icon {
1232
+ margin-top: 0;
1233
+ top: 0;
1234
+ left: 50%;
1235
+ margin-left: -8px;
1236
+ }
1237
+ .layout-expand-west .panel-header .panel-icon,
1238
+ .layout-expand-east .panel-header .panel-icon {
1239
+ display: none;
1240
+ }
1241
+ .layout-expand-title {
1242
+ position: absolute;
1243
+ top: 0;
1244
+ left: 21px;
1245
+ white-space: nowrap;
1246
+ word-wrap: normal;
1247
+ -webkit-transform: rotate(90deg);
1248
+ -webkit-transform-origin: 0 0;
1249
+ -moz-transform: rotate(90deg);
1250
+ -moz-transform-origin: 0 0;
1251
+ -o-transform: rotate(90deg);
1252
+ -o-transform-origin: 0 0;
1253
+ transform: rotate(90deg);
1254
+ transform-origin: 0 0;
1255
+ }
1256
+ .layout-expand-title-up {
1257
+ position: absolute;
1258
+ top: 0;
1259
+ left: 0;
1260
+ text-align: right;
1261
+ padding-left: 5px;
1262
+ white-space: nowrap;
1263
+ word-wrap: normal;
1264
+ -webkit-transform: rotate(-90deg);
1265
+ -webkit-transform-origin: 0 0;
1266
+ -moz-transform: rotate(-90deg);
1267
+ -moz-transform-origin: 0 0;
1268
+ -o-transform: rotate(-90deg);
1269
+ -o-transform-origin: 0 0;
1270
+ transform: rotate(-90deg);
1271
+ transform-origin: 0 0;
1272
+ }
1273
+ .layout-expand-with-icon {
1274
+ top: 18px;
1275
+ }
1276
+ .layout-expand .panel-body-noheader .layout-expand-title,
1277
+ .layout-expand .panel-body-noheader .panel-icon {
1278
+ top: 5px;
1279
+ }
1280
+ .layout-expand .panel-body-noheader .layout-expand-with-icon {
1281
+ top: 23px;
1282
+ }
1283
+ .layout-split-proxy-h,
1284
+ .layout-split-proxy-v {
1285
+ position: absolute;
1286
+ font-size: 1px;
1287
+ display: none;
1288
+ z-index: 5;
1289
+ }
1290
+ .layout-split-proxy-h {
1291
+ width: 5px;
1292
+ cursor: e-resize;
1293
+ }
1294
+ .layout-split-proxy-v {
1295
+ height: 5px;
1296
+ cursor: n-resize;
1297
+ }
1298
+ .layout-mask {
1299
+ position: absolute;
1300
+ background: #fafafa;
1301
+ filter: alpha(opacity=10);
1302
+ opacity: 0.10;
1303
+ z-index: 4;
1304
+ }
1305
+ .layout-button-up {
1306
+ background: url('images/layout_arrows.png') no-repeat -16px -16px;
1307
+ }
1308
+ .layout-button-down {
1309
+ background: url('images/layout_arrows.png') no-repeat -16px 0;
1310
+ }
1311
+ .layout-button-left {
1312
+ background: url('images/layout_arrows.png') no-repeat 0 0;
1313
+ }
1314
+ .layout-button-right {
1315
+ background: url('images/layout_arrows.png') no-repeat 0 -16px;
1316
+ }
1317
+ .layout-split-proxy-h,
1318
+ .layout-split-proxy-v {
1319
+ background-color: #aac5e7;
1320
+ }
1321
+ .layout-split-north {
1322
+ border-bottom: 5px solid #E6EEF8;
1323
+ }
1324
+ .layout-split-south {
1325
+ border-top: 5px solid #E6EEF8;
1326
+ }
1327
+ .layout-split-east {
1328
+ border-left: 5px solid #E6EEF8;
1329
+ }
1330
+ .layout-split-west {
1331
+ border-right: 5px solid #E6EEF8;
1332
+ }
1333
+ .layout-expand {
1334
+ background-color: #E0ECFF;
1335
+ }
1336
+ .layout-expand-over {
1337
+ background-color: #E0ECFF;
1338
+ }
1339
+ .tabs-container {
1340
+ overflow: hidden;
1341
+ }
1342
+ .tabs-header {
1343
+ border-width: 1px;
1344
+ border-style: solid;
1345
+ border-bottom-width: 0;
1346
+ position: relative;
1347
+ padding: 0;
1348
+ padding-top: 2px;
1349
+ overflow: hidden;
1350
+ }
1351
+ .tabs-scroller-left,
1352
+ .tabs-scroller-right {
1353
+ position: absolute;
1354
+ top: auto;
1355
+ bottom: 0;
1356
+ width: 18px;
1357
+ font-size: 1px;
1358
+ display: none;
1359
+ cursor: pointer;
1360
+ border-width: 1px;
1361
+ border-style: solid;
1362
+ }
1363
+ .tabs-scroller-left {
1364
+ left: 0;
1365
+ }
1366
+ .tabs-scroller-right {
1367
+ right: 0;
1368
+ }
1369
+ .tabs-tool {
1370
+ position: absolute;
1371
+ bottom: 0;
1372
+ padding: 1px;
1373
+ overflow: hidden;
1374
+ border-width: 1px;
1375
+ border-style: solid;
1376
+ }
1377
+ .tabs-header-plain .tabs-tool {
1378
+ padding: 0 1px;
1379
+ }
1380
+ .tabs-wrap {
1381
+ position: relative;
1382
+ left: 0;
1383
+ overflow: hidden;
1384
+ width: 100%;
1385
+ margin: 0;
1386
+ padding: 0;
1387
+ }
1388
+ .tabs-scrolling {
1389
+ margin-left: 18px;
1390
+ margin-right: 18px;
1391
+ }
1392
+ .tabs-disabled {
1393
+ opacity: 0.3;
1394
+ filter: alpha(opacity=30);
1395
+ }
1396
+ .tabs {
1397
+ list-style-type: none;
1398
+ height: 26px;
1399
+ margin: 0px;
1400
+ padding: 0px;
1401
+ padding-left: 4px;
1402
+ width: 50000px;
1403
+ border-style: solid;
1404
+ border-width: 0 0 1px 0;
1405
+ }
1406
+ .tabs li {
1407
+ float: left;
1408
+ display: inline-block;
1409
+ margin: 0 4px -1px 0;
1410
+ padding: 0;
1411
+ position: relative;
1412
+ border: 0;
1413
+ }
1414
+ .tabs li .tabs-inner {
1415
+ display: inline-block;
1416
+ text-decoration: none;
1417
+ cursor: hand;
1418
+ cursor: pointer;
1419
+ margin: 0;
1420
+ padding: 0 10px;
1421
+ height: 25px;
1422
+ line-height: 25px;
1423
+ text-align: center;
1424
+ white-space: nowrap;
1425
+ border-width: 1px;
1426
+ border-style: solid;
1427
+ -moz-border-radius: 5px 5px 0 0;
1428
+ -webkit-border-radius: 5px 5px 0 0;
1429
+ border-radius: 5px 5px 0 0;
1430
+ }
1431
+ .tabs li.tabs-selected .tabs-inner {
1432
+ font-weight: bold;
1433
+ outline: none;
1434
+ }
1435
+ .tabs li.tabs-selected .tabs-inner:hover {
1436
+ cursor: default;
1437
+ pointer: default;
1438
+ }
1439
+ .tabs li .tabs-close,
1440
+ .tabs-p-tool {
1441
+ position: absolute;
1442
+ font-size: 1px;
1443
+ display: block;
1444
+ height: 12px;
1445
+ padding: 0;
1446
+ top: 50%;
1447
+ margin-top: -6px;
1448
+ overflow: hidden;
1449
+ }
1450
+ .tabs li .tabs-close {
1451
+ width: 12px;
1452
+ right: 5px;
1453
+ opacity: 0.6;
1454
+ filter: alpha(opacity=60);
1455
+ }
1456
+ .tabs-p-tool {
1457
+ right: 16px;
1458
+ }
1459
+ .tabs-p-tool a {
1460
+ display: inline-block;
1461
+ font-size: 1px;
1462
+ width: 12px;
1463
+ height: 12px;
1464
+ margin: 0;
1465
+ opacity: 0.6;
1466
+ filter: alpha(opacity=60);
1467
+ }
1468
+ .tabs li .tabs-close:hover,
1469
+ .tabs-p-tool a:hover {
1470
+ opacity: 1;
1471
+ filter: alpha(opacity=100);
1472
+ cursor: hand;
1473
+ cursor: pointer;
1474
+ }
1475
+ .tabs-with-icon {
1476
+ padding-left: 18px;
1477
+ }
1478
+ .tabs-icon {
1479
+ position: absolute;
1480
+ width: 16px;
1481
+ height: 16px;
1482
+ left: 10px;
1483
+ top: 50%;
1484
+ margin-top: -8px;
1485
+ }
1486
+ .tabs-title {
1487
+ font-size: 14px;
1488
+ }
1489
+ .tabs-closable {
1490
+ padding-right: 8px;
1491
+ }
1492
+ .tabs-panels {
1493
+ margin: 0px;
1494
+ padding: 0px;
1495
+ border-width: 1px;
1496
+ border-style: solid;
1497
+ border-top-width: 0;
1498
+ overflow: hidden;
1499
+ }
1500
+ .tabs-header-bottom {
1501
+ border-width: 0 1px 1px 1px;
1502
+ padding: 0 0 2px 0;
1503
+ }
1504
+ .tabs-header-bottom .tabs {
1505
+ border-width: 1px 0 0 0;
1506
+ }
1507
+ .tabs-header-bottom .tabs li {
1508
+ margin: -1px 4px 0 0;
1509
+ }
1510
+ .tabs-header-bottom .tabs li .tabs-inner {
1511
+ -moz-border-radius: 0 0 5px 5px;
1512
+ -webkit-border-radius: 0 0 5px 5px;
1513
+ border-radius: 0 0 5px 5px;
1514
+ }
1515
+ .tabs-header-bottom .tabs-tool {
1516
+ top: 0;
1517
+ }
1518
+ .tabs-header-bottom .tabs-scroller-left,
1519
+ .tabs-header-bottom .tabs-scroller-right {
1520
+ top: 0;
1521
+ bottom: auto;
1522
+ }
1523
+ .tabs-panels-top {
1524
+ border-width: 1px 1px 0 1px;
1525
+ }
1526
+ .tabs-header-left {
1527
+ float: left;
1528
+ border-width: 1px 0 1px 1px;
1529
+ padding: 0;
1530
+ }
1531
+ .tabs-header-right {
1532
+ float: right;
1533
+ border-width: 1px 1px 1px 0;
1534
+ padding: 0;
1535
+ }
1536
+ .tabs-header-left .tabs-wrap,
1537
+ .tabs-header-right .tabs-wrap {
1538
+ height: 100%;
1539
+ }
1540
+ .tabs-header-left .tabs {
1541
+ height: 100%;
1542
+ padding: 4px 0 0 2px;
1543
+ border-width: 0 1px 0 0;
1544
+ }
1545
+ .tabs-header-right .tabs {
1546
+ height: 100%;
1547
+ padding: 4px 2px 0 0;
1548
+ border-width: 0 0 0 1px;
1549
+ }
1550
+ .tabs-header-left .tabs li,
1551
+ .tabs-header-right .tabs li {
1552
+ display: block;
1553
+ width: 100%;
1554
+ position: relative;
1555
+ }
1556
+ .tabs-header-left .tabs li {
1557
+ left: auto;
1558
+ right: 0;
1559
+ margin: 0 -1px 4px 0;
1560
+ float: right;
1561
+ }
1562
+ .tabs-header-right .tabs li {
1563
+ left: 0;
1564
+ right: auto;
1565
+ margin: 0 0 4px -1px;
1566
+ float: left;
1567
+ }
1568
+ .tabs-justified li .tabs-inner {
1569
+ padding-left: 0;
1570
+ padding-right: 0;
1571
+ }
1572
+ .tabs-header-left .tabs li .tabs-inner {
1573
+ display: block;
1574
+ text-align: left;
1575
+ padding-left: 10px;
1576
+ padding-right: 10px;
1577
+ -moz-border-radius: 5px 0 0 5px;
1578
+ -webkit-border-radius: 5px 0 0 5px;
1579
+ border-radius: 5px 0 0 5px;
1580
+ }
1581
+ .tabs-header-right .tabs li .tabs-inner {
1582
+ display: block;
1583
+ text-align: left;
1584
+ padding-left: 10px;
1585
+ padding-right: 10px;
1586
+ -moz-border-radius: 0 5px 5px 0;
1587
+ -webkit-border-radius: 0 5px 5px 0;
1588
+ border-radius: 0 5px 5px 0;
1589
+ }
1590
+ .tabs-panels-right {
1591
+ float: right;
1592
+ border-width: 1px 1px 1px 0;
1593
+ }
1594
+ .tabs-panels-left {
1595
+ float: left;
1596
+ border-width: 1px 0 1px 1px;
1597
+ }
1598
+ .tabs-header-noborder,
1599
+ .tabs-panels-noborder {
1600
+ border: 0px;
1601
+ }
1602
+ .tabs-header-plain {
1603
+ border: 0px;
1604
+ background: transparent;
1605
+ }
1606
+ .tabs-pill {
1607
+ padding-bottom: 3px;
1608
+ }
1609
+ .tabs-header-bottom .tabs-pill {
1610
+ padding-top: 3px;
1611
+ padding-bottom: 0;
1612
+ }
1613
+ .tabs-header-left .tabs-pill {
1614
+ padding-right: 3px;
1615
+ }
1616
+ .tabs-header-right .tabs-pill {
1617
+ padding-left: 3px;
1618
+ }
1619
+ .tabs-header .tabs-pill li .tabs-inner {
1620
+ -moz-border-radius: 5px 5px 5px 5px;
1621
+ -webkit-border-radius: 5px 5px 5px 5px;
1622
+ border-radius: 5px 5px 5px 5px;
1623
+ }
1624
+ .tabs-header-narrow,
1625
+ .tabs-header-narrow .tabs-narrow {
1626
+ padding: 0;
1627
+ }
1628
+ .tabs-narrow li,
1629
+ .tabs-header-bottom .tabs-narrow li {
1630
+ margin-left: 0;
1631
+ margin-right: -1px;
1632
+ }
1633
+ .tabs-narrow li.tabs-last,
1634
+ .tabs-header-bottom .tabs-narrow li.tabs-last {
1635
+ margin-right: 0;
1636
+ }
1637
+ .tabs-header-left .tabs-narrow,
1638
+ .tabs-header-right .tabs-narrow {
1639
+ padding-top: 0;
1640
+ }
1641
+ .tabs-header-left .tabs-narrow li {
1642
+ margin-bottom: -1px;
1643
+ margin-right: -1px;
1644
+ }
1645
+ .tabs-header-left .tabs-narrow li.tabs-last,
1646
+ .tabs-header-right .tabs-narrow li.tabs-last {
1647
+ margin-bottom: 0;
1648
+ }
1649
+ .tabs-header-right .tabs-narrow li {
1650
+ margin-bottom: -1px;
1651
+ margin-left: -1px;
1652
+ }
1653
+ .tabs-scroller-left {
1654
+ background: #E0ECFF url('images/tabs_icons.png') no-repeat 1px center;
1655
+ }
1656
+ .tabs-scroller-right {
1657
+ background: #E0ECFF url('images/tabs_icons.png') no-repeat -15px center;
1658
+ }
1659
+ .tabs li .tabs-close {
1660
+ background: url('images/tabs_icons.png') no-repeat -34px center;
1661
+ }
1662
+ .tabs li .tabs-inner:hover {
1663
+ background: #eaf2ff;
1664
+ color: #000000;
1665
+ filter: none;
1666
+ }
1667
+ .tabs li.tabs-selected .tabs-inner {
1668
+ background-color: #ffffff;
1669
+ color: #0E2D5F;
1670
+ background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
1671
+ background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
1672
+ background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
1673
+ background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
1674
+ background-repeat: repeat-x;
1675
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=0);
1676
+ }
1677
+ .tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
1678
+ background: -webkit-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
1679
+ background: -moz-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
1680
+ background: -o-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
1681
+ background: linear-gradient(to bottom,#ffffff 0,#EFF5FF 100%);
1682
+ background-repeat: repeat-x;
1683
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=0);
1684
+ }
1685
+ .tabs-header-left .tabs li.tabs-selected .tabs-inner {
1686
+ background: -webkit-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
1687
+ background: -moz-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
1688
+ background: -o-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
1689
+ background: linear-gradient(to right,#EFF5FF 0,#ffffff 100%);
1690
+ background-repeat: repeat-y;
1691
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=1);
1692
+ }
1693
+ .tabs-header-right .tabs li.tabs-selected .tabs-inner {
1694
+ background: -webkit-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
1695
+ background: -moz-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
1696
+ background: -o-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
1697
+ background: linear-gradient(to right,#ffffff 0,#EFF5FF 100%);
1698
+ background-repeat: repeat-y;
1699
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=1);
1700
+ }
1701
+ .tabs li .tabs-inner {
1702
+ color: #0E2D5F;
1703
+ background-color: #E0ECFF;
1704
+ background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
1705
+ background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
1706
+ background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
1707
+ background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
1708
+ background-repeat: repeat-x;
1709
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
1710
+ }
1711
+ .tabs-header,
1712
+ .tabs-tool {
1713
+ background-color: #E0ECFF;
1714
+ }
1715
+ .tabs-header-plain {
1716
+ background: transparent;
1717
+ }
1718
+ .tabs-header,
1719
+ .tabs-scroller-left,
1720
+ .tabs-scroller-right,
1721
+ .tabs-tool,
1722
+ .tabs,
1723
+ .tabs-panels,
1724
+ .tabs li .tabs-inner,
1725
+ .tabs li.tabs-selected .tabs-inner,
1726
+ .tabs-header-bottom .tabs li.tabs-selected .tabs-inner,
1727
+ .tabs-header-left .tabs li.tabs-selected .tabs-inner,
1728
+ .tabs-header-right .tabs li.tabs-selected .tabs-inner {
1729
+ border-color: #95B8E7;
1730
+ }
1731
+ .tabs-p-tool a:hover,
1732
+ .tabs li a:hover.tabs-close,
1733
+ .tabs-scroller-over {
1734
+ background-color: #eaf2ff;
1735
+ }
1736
+ .tabs li.tabs-selected .tabs-inner {
1737
+ border-bottom: 1px solid #ffffff;
1738
+ }
1739
+ .tabs-header-bottom .tabs li.tabs-selected .tabs-inner {
1740
+ border-top: 1px solid #ffffff;
1741
+ }
1742
+ .tabs-header-left .tabs li.tabs-selected .tabs-inner {
1743
+ border-right: 1px solid #ffffff;
1744
+ }
1745
+ .tabs-header-right .tabs li.tabs-selected .tabs-inner {
1746
+ border-left: 1px solid #ffffff;
1747
+ }
1748
+ .tabs-header .tabs-pill li.tabs-selected .tabs-inner {
1749
+ background: #ffe48d;
1750
+ color: #000000;
1751
+ filter: none;
1752
+ border-color: #95B8E7;
1753
+ }
1754
+ .datagrid .panel-body {
1755
+ overflow: hidden;
1756
+ position: relative;
1757
+ }
1758
+ .datagrid-view {
1759
+ position: relative;
1760
+ overflow: hidden;
1761
+ }
1762
+ .datagrid-view1,
1763
+ .datagrid-view2 {
1764
+ position: absolute;
1765
+ overflow: hidden;
1766
+ top: 0;
1767
+ }
1768
+ .datagrid-view1 {
1769
+ left: 0;
1770
+ }
1771
+ .datagrid-view2 {
1772
+ right: 0;
1773
+ }
1774
+ .datagrid-mask {
1775
+ position: absolute;
1776
+ left: 0;
1777
+ top: 0;
1778
+ width: 100%;
1779
+ height: 100%;
1780
+ opacity: 0.3;
1781
+ filter: alpha(opacity=30);
1782
+ display: none;
1783
+ }
1784
+ .datagrid-mask-msg {
1785
+ position: absolute;
1786
+ top: 50%;
1787
+ margin-top: -20px;
1788
+ padding: 10px 5px 10px 30px;
1789
+ width: auto;
1790
+ height: 16px;
1791
+ border-width: 2px;
1792
+ border-style: solid;
1793
+ display: none;
1794
+ }
1795
+ .datagrid-empty {
1796
+ position: absolute;
1797
+ left: 0;
1798
+ top: 0;
1799
+ width: 100%;
1800
+ height: 25px;
1801
+ line-height: 25px;
1802
+ text-align: center;
1803
+ }
1804
+ .datagrid-sort-icon {
1805
+ padding: 0;
1806
+ display: none;
1807
+ }
1808
+ .datagrid-toolbar {
1809
+ height: auto;
1810
+ padding: 1px 2px;
1811
+ border-width: 0 0 1px 0;
1812
+ border-style: solid;
1813
+ }
1814
+ .datagrid-btn-separator {
1815
+ float: left;
1816
+ height: 24px;
1817
+ border-left: 1px solid #ccc;
1818
+ border-right: 1px solid #fff;
1819
+ margin: 2px 1px;
1820
+ }
1821
+ .datagrid .datagrid-pager {
1822
+ display: block;
1823
+ margin: 0;
1824
+ border-width: 1px 0 0 0;
1825
+ border-style: solid;
1826
+ }
1827
+ .datagrid .datagrid-pager-top {
1828
+ border-width: 0 0 1px 0;
1829
+ }
1830
+ .datagrid-header {
1831
+ overflow: hidden;
1832
+ cursor: default;
1833
+ border-width: 0 0 1px 0;
1834
+ border-style: solid;
1835
+ }
1836
+ .datagrid-header-inner {
1837
+ float: left;
1838
+ width: 10000px;
1839
+ }
1840
+ .datagrid-header-row,
1841
+ .datagrid-row {
1842
+ height: 32px;
1843
+ }
1844
+ .datagrid-header td,
1845
+ .datagrid-body td,
1846
+ .datagrid-footer td {
1847
+ border-width: 0 1px 1px 0;
1848
+ border-style: dotted;
1849
+ margin: 0;
1850
+ padding: 0;
1851
+ }
1852
+ .datagrid-cell,
1853
+ .datagrid-cell-group,
1854
+ .datagrid-header-rownumber,
1855
+ .datagrid-cell-rownumber {
1856
+ margin: 0;
1857
+ padding: 0 4px;
1858
+ white-space: nowrap;
1859
+ word-wrap: normal;
1860
+ overflow: hidden;
1861
+ height: 18px;
1862
+ line-height: 18px;
1863
+ font-size: 14px;
1864
+ }
1865
+ .datagrid-header .datagrid-cell {
1866
+ height: auto;
1867
+ }
1868
+ .datagrid-header .datagrid-cell span {
1869
+ font-size: 14px;
1870
+ }
1871
+ .datagrid-cell-group {
1872
+ text-align: center;
1873
+ text-overflow: ellipsis;
1874
+ }
1875
+ .datagrid-header-rownumber,
1876
+ .datagrid-cell-rownumber {
1877
+ width: 30px;
1878
+ text-align: center;
1879
+ margin: 0;
1880
+ padding: 0;
1881
+ }
1882
+ .datagrid-body {
1883
+ margin: 0;
1884
+ padding: 0;
1885
+ overflow: auto;
1886
+ zoom: 1;
1887
+ }
1888
+ .datagrid-view1 .datagrid-body-inner {
1889
+ padding-bottom: 20px;
1890
+ }
1891
+ .datagrid-view1 .datagrid-body {
1892
+ overflow: hidden;
1893
+ }
1894
+ .datagrid-footer {
1895
+ overflow: hidden;
1896
+ }
1897
+ .datagrid-footer-inner {
1898
+ border-width: 1px 0 0 0;
1899
+ border-style: solid;
1900
+ width: 10000px;
1901
+ float: left;
1902
+ }
1903
+ .datagrid-row-editing .datagrid-cell {
1904
+ height: auto;
1905
+ }
1906
+ .datagrid-header-check,
1907
+ .datagrid-cell-check {
1908
+ padding: 0;
1909
+ width: 27px;
1910
+ height: 18px;
1911
+ font-size: 1px;
1912
+ text-align: center;
1913
+ overflow: hidden;
1914
+ }
1915
+ .datagrid-header-check input,
1916
+ .datagrid-cell-check input {
1917
+ margin: 0;
1918
+ padding: 0;
1919
+ width: 15px;
1920
+ height: 18px;
1921
+ }
1922
+ .datagrid-resize-proxy {
1923
+ position: absolute;
1924
+ width: 1px;
1925
+ height: 10000px;
1926
+ top: 0;
1927
+ cursor: e-resize;
1928
+ display: none;
1929
+ }
1930
+ .datagrid-body .datagrid-editable {
1931
+ margin: 0;
1932
+ padding: 0;
1933
+ }
1934
+ .datagrid-body .datagrid-editable table {
1935
+ width: 100%;
1936
+ height: 100%;
1937
+ }
1938
+ .datagrid-body .datagrid-editable td {
1939
+ border: 0;
1940
+ margin: 0;
1941
+ padding: 0;
1942
+ }
1943
+ .datagrid-view .datagrid-editable-input {
1944
+ margin: 0;
1945
+ padding: 2px 4px;
1946
+ border: 1px solid #95B8E7;
1947
+ font-size: 14px;
1948
+ outline-style: none;
1949
+ -moz-border-radius: 0 0 0 0;
1950
+ -webkit-border-radius: 0 0 0 0;
1951
+ border-radius: 0 0 0 0;
1952
+ }
1953
+ .datagrid-view .validatebox-invalid {
1954
+ border-color: #ffa8a8;
1955
+ }
1956
+ .datagrid-sort .datagrid-sort-icon {
1957
+ display: inline;
1958
+ padding: 0 13px 0 0;
1959
+ background: url('images/datagrid_icons.png') no-repeat -64px center;
1960
+ }
1961
+ .datagrid-sort-desc .datagrid-sort-icon {
1962
+ display: inline;
1963
+ padding: 0 13px 0 0;
1964
+ background: url('images/datagrid_icons.png') no-repeat -16px center;
1965
+ }
1966
+ .datagrid-sort-asc .datagrid-sort-icon {
1967
+ display: inline;
1968
+ padding: 0 13px 0 0;
1969
+ background: url('images/datagrid_icons.png') no-repeat 0px center;
1970
+ }
1971
+ .datagrid-row-collapse {
1972
+ background: url('images/datagrid_icons.png') no-repeat -48px center;
1973
+ }
1974
+ .datagrid-row-expand {
1975
+ background: url('images/datagrid_icons.png') no-repeat -32px center;
1976
+ }
1977
+ .datagrid-mask-msg {
1978
+ background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
1979
+ }
1980
+ .datagrid-header,
1981
+ .datagrid-td-rownumber {
1982
+ background-color: #efefef;
1983
+ background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
1984
+ background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
1985
+ background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
1986
+ background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
1987
+ background-repeat: repeat-x;
1988
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
1989
+ }
1990
+ .datagrid-cell-rownumber {
1991
+ color: #000000;
1992
+ }
1993
+ .datagrid-resize-proxy {
1994
+ background: #aac5e7;
1995
+ }
1996
+ .datagrid-mask {
1997
+ background: #ccc;
1998
+ }
1999
+ .datagrid-mask-msg {
2000
+ border-color: #95B8E7;
2001
+ }
2002
+ .datagrid-toolbar,
2003
+ .datagrid-pager {
2004
+ background: #F4F4F4;
2005
+ }
2006
+ .datagrid-header,
2007
+ .datagrid-toolbar,
2008
+ .datagrid-pager,
2009
+ .datagrid-footer-inner {
2010
+ border-color: #dddddd;
2011
+ }
2012
+ .datagrid-header td,
2013
+ .datagrid-body td,
2014
+ .datagrid-footer td {
2015
+ border-color: #ccc;
2016
+ }
2017
+ .datagrid-htable,
2018
+ .datagrid-btable,
2019
+ .datagrid-ftable {
2020
+ color: #000000;
2021
+ border-collapse: separate;
2022
+ }
2023
+ .datagrid-row-alt {
2024
+ background: #fafafa;
2025
+ }
2026
+ .datagrid-row-over,
2027
+ .datagrid-header td.datagrid-header-over {
2028
+ background: #eaf2ff;
2029
+ color: #000000;
2030
+ cursor: default;
2031
+ }
2032
+ .datagrid-row-selected {
2033
+ background: #ffe48d;
2034
+ color: #000000;
2035
+ }
2036
+ .datagrid-row-editing .textbox,
2037
+ .datagrid-row-editing .textbox-text {
2038
+ -moz-border-radius: 0 0 0 0;
2039
+ -webkit-border-radius: 0 0 0 0;
2040
+ border-radius: 0 0 0 0;
2041
+ }
2042
+ .datagrid-header .datagrid-filter-row td.datagrid-header-over {
2043
+ background: inherit;
2044
+ }
2045
+ .datagrid-split-proxy {
2046
+ position: absolute;
2047
+ left: 0;
2048
+ top: 0;
2049
+ width: 1px;
2050
+ height: 100%;
2051
+ border-left: 1px solid #ffab3f;
2052
+ }
2053
+ .datagrid-moving-proxy {
2054
+ border: 1px solid #ffab3f;
2055
+ height: 32px;
2056
+ line-height: 32px;
2057
+ padding: 0 4px;
2058
+ }
2059
+ .propertygrid .datagrid-view1 .datagrid-body td {
2060
+ padding-bottom: 1px;
2061
+ border-width: 0 1px 0 0;
2062
+ }
2063
+ .propertygrid .datagrid-group {
2064
+ overflow: hidden;
2065
+ border-width: 0 0 1px 0;
2066
+ border-style: solid;
2067
+ }
2068
+ .propertygrid .datagrid-group span {
2069
+ font-weight: bold;
2070
+ }
2071
+ .propertygrid .datagrid-view1 .datagrid-body td {
2072
+ border-color: #dddddd;
2073
+ }
2074
+ .propertygrid .datagrid-view1 .datagrid-group {
2075
+ border-color: #E0ECFF;
2076
+ }
2077
+ .propertygrid .datagrid-view2 .datagrid-group {
2078
+ border-color: #dddddd;
2079
+ }
2080
+ .propertygrid .datagrid-group,
2081
+ .propertygrid .datagrid-view1 .datagrid-body,
2082
+ .propertygrid .datagrid-view1 .datagrid-row-over,
2083
+ .propertygrid .datagrid-view1 .datagrid-row-selected {
2084
+ background: #E0ECFF;
2085
+ }
2086
+ .datalist .datagrid-header {
2087
+ border-width: 0;
2088
+ }
2089
+ .datalist .datagrid-group,
2090
+ .m-list .m-list-group {
2091
+ height: 25px;
2092
+ line-height: 25px;
2093
+ font-weight: bold;
2094
+ overflow: hidden;
2095
+ background-color: #efefef;
2096
+ border-style: solid;
2097
+ border-width: 0 0 1px 0;
2098
+ border-color: #ccc;
2099
+ }
2100
+ .datalist .datagrid-group-expander {
2101
+ display: none;
2102
+ }
2103
+ .datalist .datagrid-group-title {
2104
+ padding: 0 4px;
2105
+ }
2106
+ .datalist .datagrid-btable {
2107
+ width: 100%;
2108
+ table-layout: fixed;
2109
+ }
2110
+ .datalist .datagrid-row td {
2111
+ border-style: solid;
2112
+ border-left-color: transparent;
2113
+ border-right-color: transparent;
2114
+ border-bottom-width: 0;
2115
+ }
2116
+ .datalist-lines .datagrid-row td {
2117
+ border-bottom-width: 1px;
2118
+ }
2119
+ .datalist .datagrid-cell,
2120
+ .m-list li {
2121
+ width: auto;
2122
+ height: auto;
2123
+ padding: 2px 4px;
2124
+ line-height: 18px;
2125
+ position: relative;
2126
+ white-space: nowrap;
2127
+ text-overflow: ellipsis;
2128
+ overflow: hidden;
2129
+ }
2130
+ .datalist-link,
2131
+ .m-list li>a {
2132
+ display: block;
2133
+ position: relative;
2134
+ cursor: pointer;
2135
+ color: #000000;
2136
+ text-decoration: none;
2137
+ overflow: hidden;
2138
+ margin: -2px -4px;
2139
+ padding: 2px 4px;
2140
+ padding-right: 16px;
2141
+ line-height: 18px;
2142
+ white-space: nowrap;
2143
+ text-overflow: ellipsis;
2144
+ overflow: hidden;
2145
+ }
2146
+ .datalist-link::after,
2147
+ .m-list li>a::after {
2148
+ position: absolute;
2149
+ display: block;
2150
+ width: 8px;
2151
+ height: 8px;
2152
+ content: '';
2153
+ right: 6px;
2154
+ top: 50%;
2155
+ margin-top: -4px;
2156
+ border-style: solid;
2157
+ border-width: 1px 1px 0 0;
2158
+ -ms-transform: rotate(45deg);
2159
+ -moz-transform: rotate(45deg);
2160
+ -webkit-transform: rotate(45deg);
2161
+ -o-transform: rotate(45deg);
2162
+ transform: rotate(45deg);
2163
+ }
2164
+ .m-list {
2165
+ margin: 0;
2166
+ padding: 0;
2167
+ list-style: none;
2168
+ }
2169
+ .m-list li {
2170
+ border-style: solid;
2171
+ border-width: 0 0 1px 0;
2172
+ border-color: #ccc;
2173
+ }
2174
+ .m-list li>a:hover {
2175
+ background: #eaf2ff;
2176
+ color: #000000;
2177
+ }
2178
+ .m-list .m-list-group {
2179
+ padding: 0 4px;
2180
+ }
2181
+ .pagination {
2182
+ zoom: 1;
2183
+ padding: 2px;
2184
+ }
2185
+ .pagination table {
2186
+ float: left;
2187
+ height: 30px;
2188
+ }
2189
+ .pagination td {
2190
+ border: 0;
2191
+ }
2192
+ .pagination-btn-separator {
2193
+ float: left;
2194
+ height: 24px;
2195
+ border-left: 1px solid #ccc;
2196
+ border-right: 1px solid #fff;
2197
+ margin: 3px 1px;
2198
+ }
2199
+ .pagination .pagination-num {
2200
+ border-width: 1px;
2201
+ border-style: solid;
2202
+ margin: 0 2px;
2203
+ padding: 2px;
2204
+ width: 3em;
2205
+ height: auto;
2206
+ text-align: center;
2207
+ font-size: 14px;
2208
+ }
2209
+ .pagination-page-list {
2210
+ margin: 0px 6px;
2211
+ padding: 1px 2px;
2212
+ width: auto;
2213
+ height: auto;
2214
+ border-width: 1px;
2215
+ border-style: solid;
2216
+ }
2217
+ .pagination-info {
2218
+ float: right;
2219
+ margin: 0 6px;
2220
+ padding: 0;
2221
+ height: 30px;
2222
+ line-height: 30px;
2223
+ font-size: 14px;
2224
+ }
2225
+ .pagination span {
2226
+ font-size: 14px;
2227
+ }
2228
+ .pagination-link .l-btn-text {
2229
+ box-sizing: border-box;
2230
+ text-align: center;
2231
+ margin: 0;
2232
+ padding: 0 .5em;
2233
+ width: auto;
2234
+ min-width: 28px;
2235
+ }
2236
+ .pagination-first {
2237
+ background: url('images/pagination_icons.png') no-repeat 0 center;
2238
+ }
2239
+ .pagination-prev {
2240
+ background: url('images/pagination_icons.png') no-repeat -16px center;
2241
+ }
2242
+ .pagination-next {
2243
+ background: url('images/pagination_icons.png') no-repeat -32px center;
2244
+ }
2245
+ .pagination-last {
2246
+ background: url('images/pagination_icons.png') no-repeat -48px center;
2247
+ }
2248
+ .pagination-load {
2249
+ background: url('images/pagination_icons.png') no-repeat -64px center;
2250
+ }
2251
+ .pagination-loading {
2252
+ background: url('images/loading.gif') no-repeat center center;
2253
+ }
2254
+ .pagination-page-list,
2255
+ .pagination .pagination-num {
2256
+ border-color: #95B8E7;
2257
+ }
2258
+ .calendar {
2259
+ border-width: 1px;
2260
+ border-style: solid;
2261
+ padding: 1px;
2262
+ overflow: hidden;
2263
+ }
2264
+ .calendar table {
2265
+ table-layout: fixed;
2266
+ border-collapse: separate;
2267
+ font-size: 14px;
2268
+ width: 100%;
2269
+ height: 100%;
2270
+ }
2271
+ .calendar table td,
2272
+ .calendar table th {
2273
+ font-size: 14px;
2274
+ }
2275
+ .calendar-noborder {
2276
+ border: 0;
2277
+ }
2278
+ .calendar-header {
2279
+ position: relative;
2280
+ height: 36px;
2281
+ }
2282
+ .calendar-title {
2283
+ text-align: center;
2284
+ height: 36px;
2285
+ line-height: 36px;
2286
+ }
2287
+ .calendar-title span {
2288
+ position: relative;
2289
+ display: inline-block;
2290
+ top: 0px;
2291
+ padding: 0 3px;
2292
+ height: 28px;
2293
+ line-height: 28px;
2294
+ font-size: 14px;
2295
+ cursor: pointer;
2296
+ -moz-border-radius: 5px 5px 5px 5px;
2297
+ -webkit-border-radius: 5px 5px 5px 5px;
2298
+ border-radius: 5px 5px 5px 5px;
2299
+ }
2300
+ .calendar-prevmonth,
2301
+ .calendar-nextmonth,
2302
+ .calendar-prevyear,
2303
+ .calendar-nextyear {
2304
+ position: absolute;
2305
+ top: 50%;
2306
+ margin-top: -8px;
2307
+ width: 16px;
2308
+ height: 16px;
2309
+ cursor: pointer;
2310
+ font-size: 1px;
2311
+ -moz-border-radius: 5px 5px 5px 5px;
2312
+ -webkit-border-radius: 5px 5px 5px 5px;
2313
+ border-radius: 5px 5px 5px 5px;
2314
+ }
2315
+ .calendar-prevmonth {
2316
+ left: 30px;
2317
+ background: url('images/calendar_arrows.png') no-repeat -16px 0;
2318
+ }
2319
+ .calendar-nextmonth {
2320
+ right: 30px;
2321
+ background: url('images/calendar_arrows.png') no-repeat -32px 0;
2322
+ }
2323
+ .calendar-prevyear {
2324
+ left: 10px;
2325
+ background: url('images/calendar_arrows.png') no-repeat 0px 0;
2326
+ }
2327
+ .calendar-nextyear {
2328
+ right: 10px;
2329
+ background: url('images/calendar_arrows.png') no-repeat -48px 0;
2330
+ }
2331
+ .calendar-body {
2332
+ position: relative;
2333
+ }
2334
+ .calendar-body th,
2335
+ .calendar-body td {
2336
+ text-align: center;
2337
+ }
2338
+ .calendar-day {
2339
+ border: 0;
2340
+ padding: 1px;
2341
+ cursor: pointer;
2342
+ -moz-border-radius: 5px 5px 5px 5px;
2343
+ -webkit-border-radius: 5px 5px 5px 5px;
2344
+ border-radius: 5px 5px 5px 5px;
2345
+ }
2346
+ .calendar-other-month {
2347
+ opacity: 0.3;
2348
+ filter: alpha(opacity=30);
2349
+ }
2350
+ .calendar-disabled {
2351
+ opacity: 0.6;
2352
+ filter: alpha(opacity=60);
2353
+ cursor: default;
2354
+ }
2355
+ .calendar-menu {
2356
+ position: absolute;
2357
+ top: 0;
2358
+ left: 0;
2359
+ width: 180px;
2360
+ height: 150px;
2361
+ padding: 5px;
2362
+ font-size: 14px;
2363
+ display: none;
2364
+ overflow: hidden;
2365
+ }
2366
+ .calendar-menu-year-inner {
2367
+ text-align: center;
2368
+ padding-bottom: 5px;
2369
+ }
2370
+ .calendar-menu-year {
2371
+ width: 80px;
2372
+ line-height: 26px;
2373
+ text-align: center;
2374
+ border-width: 1px;
2375
+ border-style: solid;
2376
+ outline-style: none;
2377
+ resize: none;
2378
+ margin: 0;
2379
+ padding: 0;
2380
+ font-weight: bold;
2381
+ font-size: 14px;
2382
+ -moz-border-radius: 5px 5px 5px 5px;
2383
+ -webkit-border-radius: 5px 5px 5px 5px;
2384
+ border-radius: 5px 5px 5px 5px;
2385
+ }
2386
+ .calendar-menu-prev,
2387
+ .calendar-menu-next {
2388
+ display: inline-block;
2389
+ width: 25px;
2390
+ height: 28px;
2391
+ vertical-align: top;
2392
+ cursor: pointer;
2393
+ -moz-border-radius: 5px 5px 5px 5px;
2394
+ -webkit-border-radius: 5px 5px 5px 5px;
2395
+ border-radius: 5px 5px 5px 5px;
2396
+ }
2397
+ .calendar-menu-prev {
2398
+ margin-right: 10px;
2399
+ background: url('images/calendar_arrows.png') no-repeat 5px center;
2400
+ }
2401
+ .calendar-menu-next {
2402
+ margin-left: 10px;
2403
+ background: url('images/calendar_arrows.png') no-repeat -44px center;
2404
+ }
2405
+ .calendar-menu-month {
2406
+ text-align: center;
2407
+ cursor: pointer;
2408
+ font-weight: bold;
2409
+ -moz-border-radius: 5px 5px 5px 5px;
2410
+ -webkit-border-radius: 5px 5px 5px 5px;
2411
+ border-radius: 5px 5px 5px 5px;
2412
+ }
2413
+ .calendar-body th,
2414
+ .calendar-menu-month {
2415
+ color: #4d4d4d;
2416
+ }
2417
+ .calendar-day {
2418
+ color: #000000;
2419
+ }
2420
+ .calendar-sunday {
2421
+ color: #CC2222;
2422
+ }
2423
+ .calendar-saturday {
2424
+ color: #00ee00;
2425
+ }
2426
+ .calendar-today {
2427
+ color: #0000ff;
2428
+ }
2429
+ .calendar-menu-year {
2430
+ border-color: #95B8E7;
2431
+ }
2432
+ .calendar {
2433
+ border-color: #95B8E7;
2434
+ }
2435
+ .calendar-header {
2436
+ background: #E0ECFF;
2437
+ }
2438
+ .calendar-body,
2439
+ .calendar-menu {
2440
+ background: #ffffff;
2441
+ }
2442
+ .calendar-body th {
2443
+ background: #F4F4F4;
2444
+ padding: 4px 0;
2445
+ }
2446
+ .calendar-hover,
2447
+ .calendar-nav-hover,
2448
+ .calendar-menu-hover {
2449
+ background-color: #eaf2ff;
2450
+ color: #000000;
2451
+ }
2452
+ .calendar-hover {
2453
+ border: 1px solid #b7d2ff;
2454
+ padding: 0;
2455
+ }
2456
+ .calendar-selected {
2457
+ background-color: #ffe48d;
2458
+ color: #000000;
2459
+ border: 1px solid #ffab3f;
2460
+ padding: 0;
2461
+ }
2462
+ .calendar-info {
2463
+ background-color: #E0ECFF;
2464
+ font-size: 28px;
2465
+ height: 70px;
2466
+ padding: 10px 20px;
2467
+ }
2468
+ .calendar-info .year {
2469
+ font-size: 16px;
2470
+ }
2471
+ .datebox-calendar-inner {
2472
+ height: 250px;
2473
+ }
2474
+ .datebox-button {
2475
+ padding: 4px 0;
2476
+ text-align: center;
2477
+ }
2478
+ .datebox-button a {
2479
+ line-height: 22px;
2480
+ font-size: 14px;
2481
+ font-weight: bold;
2482
+ text-decoration: none;
2483
+ opacity: 0.6;
2484
+ filter: alpha(opacity=60);
2485
+ }
2486
+ .datebox-button a:hover {
2487
+ opacity: 1.0;
2488
+ filter: alpha(opacity=100);
2489
+ }
2490
+ .datebox-current,
2491
+ .datebox-close {
2492
+ float: left;
2493
+ }
2494
+ .datebox-close {
2495
+ float: right;
2496
+ }
2497
+ .datebox .combo-arrow {
2498
+ background-image: url('images/datebox_arrow.png');
2499
+ background-position: center center;
2500
+ }
2501
+ .datebox-button {
2502
+ background-color: #F4F4F4;
2503
+ }
2504
+ .datebox-button a {
2505
+ color: #444;
2506
+ }
2507
+ .spinner-arrow {
2508
+ display: inline-block;
2509
+ overflow: hidden;
2510
+ vertical-align: top;
2511
+ margin: 0;
2512
+ padding: 0;
2513
+ opacity: 1.0;
2514
+ filter: alpha(opacity=100);
2515
+ width: 18px;
2516
+ }
2517
+ .spinner-arrow.spinner-button-top,
2518
+ .spinner-arrow.spinner-button-bottom,
2519
+ .spinner-arrow.spinner-button-left,
2520
+ .spinner-arrow.spinner-button-right {
2521
+ background-color: #E0ECFF;
2522
+ }
2523
+ .spinner-arrow-up,
2524
+ .spinner-arrow-down {
2525
+ opacity: 0.6;
2526
+ filter: alpha(opacity=60);
2527
+ display: block;
2528
+ font-size: 1px;
2529
+ width: 18px;
2530
+ height: 10px;
2531
+ width: 100%;
2532
+ height: 50%;
2533
+ color: #444;
2534
+ outline-style: none;
2535
+ background-color: #E0ECFF;
2536
+ }
2537
+ .spinner-button-updown {
2538
+ opacity: 1.0;
2539
+ }
2540
+ .spinner-button-updown .spinner-button-top,
2541
+ .spinner-button-updown .spinner-button-bottom {
2542
+ position: relative;
2543
+ display: block;
2544
+ width: 100%;
2545
+ height: 50%;
2546
+ }
2547
+ .spinner-button-updown .spinner-arrow-up,
2548
+ .spinner-button-updown .spinner-arrow-down {
2549
+ opacity: 1.0;
2550
+ filter: alpha(opacity=100);
2551
+ cursor: pointer;
2552
+ width: 16px;
2553
+ height: 16px;
2554
+ top: 50%;
2555
+ left: 50%;
2556
+ margin-top: -8px;
2557
+ margin-left: -8px;
2558
+ position: absolute;
2559
+ }
2560
+ .spinner-button-updown .spinner-button-top,
2561
+ .spinner-button-updown .spinner-button-bottom {
2562
+ cursor: pointer;
2563
+ opacity: 0.6;
2564
+ filter: alpha(opacity=60);
2565
+ }
2566
+ .spinner-button-updown .spinner-button-top:hover,
2567
+ .spinner-button-updown .spinner-button-bottom:hover {
2568
+ opacity: 1.0;
2569
+ filter: alpha(opacity=100);
2570
+ }
2571
+ .spinner-button-updown .spinner-arrow-up,
2572
+ .spinner-button-updown .spinner-arrow-down,
2573
+ .spinner-button-updown .spinner-arrow-up:hover,
2574
+ .spinner-button-updown .spinner-arrow-down:hover {
2575
+ background-color: transparent;
2576
+ }
2577
+ .spinner-arrow-hover {
2578
+ background-color: #eaf2ff;
2579
+ opacity: 1.0;
2580
+ filter: alpha(opacity=100);
2581
+ }
2582
+ .spinner-button-top:hover,
2583
+ .spinner-button-bottom:hover,
2584
+ .spinner-button-left:hover,
2585
+ .spinner-button-right:hover,
2586
+ .spinner-arrow-up:hover,
2587
+ .spinner-arrow-down:hover {
2588
+ opacity: 1.0;
2589
+ filter: alpha(opacity=100);
2590
+ background-color: #eaf2ff;
2591
+ }
2592
+ .textbox-disabled .spinner-button-top:hover,
2593
+ .textbox-disabled .spinner-button-bottom:hover,
2594
+ .textbox-disabled .spinner-button-left:hover,
2595
+ .textbox-disabled .spinner-button-right:hover,
2596
+ .textbox-icon-disabled .spinner-arrow-up:hover,
2597
+ .textbox-icon-disabled .spinner-arrow-down:hover {
2598
+ opacity: 0.6;
2599
+ filter: alpha(opacity=60);
2600
+ background-color: #E0ECFF;
2601
+ cursor: default;
2602
+ }
2603
+ .spinner .textbox-icon-disabled {
2604
+ opacity: 0.6;
2605
+ filter: alpha(opacity=60);
2606
+ }
2607
+ .spinner-arrow-up {
2608
+ background: url('images/spinner_arrows.png') no-repeat 1px center;
2609
+ background-color: #E0ECFF;
2610
+ }
2611
+ .spinner-arrow-down {
2612
+ background: url('images/spinner_arrows.png') no-repeat -15px center;
2613
+ background-color: #E0ECFF;
2614
+ }
2615
+ .spinner-button-up {
2616
+ background: url('images/spinner_arrows.png') no-repeat -32px center;
2617
+ }
2618
+ .spinner-button-down {
2619
+ background: url('images/spinner_arrows.png') no-repeat -48px center;
2620
+ }
2621
+ .progressbar {
2622
+ border-width: 1px;
2623
+ border-style: solid;
2624
+ -moz-border-radius: 5px 5px 5px 5px;
2625
+ -webkit-border-radius: 5px 5px 5px 5px;
2626
+ border-radius: 5px 5px 5px 5px;
2627
+ overflow: hidden;
2628
+ position: relative;
2629
+ }
2630
+ .progressbar-text {
2631
+ text-align: center;
2632
+ position: absolute;
2633
+ }
2634
+ .progressbar-value {
2635
+ position: relative;
2636
+ overflow: hidden;
2637
+ width: 0;
2638
+ -moz-border-radius: 5px 0 0 5px;
2639
+ -webkit-border-radius: 5px 0 0 5px;
2640
+ border-radius: 5px 0 0 5px;
2641
+ }
2642
+ .progressbar {
2643
+ border-color: #95B8E7;
2644
+ }
2645
+ .progressbar-text {
2646
+ color: #000000;
2647
+ font-size: 14px;
2648
+ }
2649
+ .progressbar-value,
2650
+ .progressbar-value .progressbar-text {
2651
+ background-color: #ffe48d;
2652
+ color: #000000;
2653
+ }
2654
+ .searchbox-button {
2655
+ width: 18px;
2656
+ height: 20px;
2657
+ overflow: hidden;
2658
+ display: inline-block;
2659
+ vertical-align: top;
2660
+ cursor: pointer;
2661
+ opacity: 0.6;
2662
+ filter: alpha(opacity=60);
2663
+ }
2664
+ .searchbox-button-hover {
2665
+ opacity: 1.0;
2666
+ filter: alpha(opacity=100);
2667
+ }
2668
+ .searchbox .l-btn-plain {
2669
+ border: 0;
2670
+ padding: 0;
2671
+ vertical-align: top;
2672
+ opacity: 0.6;
2673
+ filter: alpha(opacity=60);
2674
+ -moz-border-radius: 0 0 0 0;
2675
+ -webkit-border-radius: 0 0 0 0;
2676
+ border-radius: 0 0 0 0;
2677
+ }
2678
+ .searchbox .l-btn-plain:hover {
2679
+ border: 0;
2680
+ padding: 0;
2681
+ opacity: 1.0;
2682
+ filter: alpha(opacity=100);
2683
+ -moz-border-radius: 0 0 0 0;
2684
+ -webkit-border-radius: 0 0 0 0;
2685
+ border-radius: 0 0 0 0;
2686
+ }
2687
+ .searchbox a.m-btn-plain-active {
2688
+ -moz-border-radius: 0 0 0 0;
2689
+ -webkit-border-radius: 0 0 0 0;
2690
+ border-radius: 0 0 0 0;
2691
+ }
2692
+ .searchbox .m-btn-active {
2693
+ border-width: 0 1px 0 0;
2694
+ -moz-border-radius: 0 0 0 0;
2695
+ -webkit-border-radius: 0 0 0 0;
2696
+ border-radius: 0 0 0 0;
2697
+ }
2698
+ .searchbox .textbox-button-right {
2699
+ border-width: 0 0 0 1px;
2700
+ }
2701
+ .searchbox .textbox-button-left {
2702
+ border-width: 0 1px 0 0;
2703
+ }
2704
+ .searchbox-button {
2705
+ background: url('images/searchbox_button.png') no-repeat center center;
2706
+ }
2707
+ .searchbox .l-btn-plain {
2708
+ background: #E0ECFF;
2709
+ }
2710
+ .searchbox .l-btn-plain-disabled,
2711
+ .searchbox .l-btn-plain-disabled:hover {
2712
+ opacity: 0.5;
2713
+ filter: alpha(opacity=50);
2714
+ }
2715
+ .slider-disabled {
2716
+ opacity: 0.5;
2717
+ filter: alpha(opacity=50);
2718
+ }
2719
+ .slider-h {
2720
+ height: 22px;
2721
+ }
2722
+ .slider-v {
2723
+ width: 22px;
2724
+ }
2725
+ .slider-inner {
2726
+ position: relative;
2727
+ height: 6px;
2728
+ top: 7px;
2729
+ border-width: 1px;
2730
+ border-style: solid;
2731
+ border-radius: 5px;
2732
+ }
2733
+ .slider-handle {
2734
+ position: absolute;
2735
+ display: block;
2736
+ outline: none;
2737
+ width: 20px;
2738
+ height: 20px;
2739
+ top: 50%;
2740
+ margin-top: -10px;
2741
+ margin-left: -10px;
2742
+ }
2743
+ .slider-tip {
2744
+ position: absolute;
2745
+ display: inline-block;
2746
+ line-height: 12px;
2747
+ font-size: 14px;
2748
+ white-space: nowrap;
2749
+ top: -22px;
2750
+ }
2751
+ .slider-rule {
2752
+ position: relative;
2753
+ top: 15px;
2754
+ }
2755
+ .slider-rule span {
2756
+ position: absolute;
2757
+ display: inline-block;
2758
+ font-size: 0;
2759
+ height: 5px;
2760
+ border-width: 0 0 0 1px;
2761
+ border-style: solid;
2762
+ }
2763
+ .slider-rulelabel {
2764
+ position: relative;
2765
+ top: 20px;
2766
+ }
2767
+ .slider-rulelabel span {
2768
+ position: absolute;
2769
+ display: inline-block;
2770
+ font-size: 14px;
2771
+ }
2772
+ .slider-v .slider-inner {
2773
+ width: 6px;
2774
+ left: 7px;
2775
+ top: 0;
2776
+ float: left;
2777
+ }
2778
+ .slider-v .slider-handle {
2779
+ left: 50%;
2780
+ margin-top: -10px;
2781
+ }
2782
+ .slider-v .slider-tip {
2783
+ left: -10px;
2784
+ margin-top: -6px;
2785
+ }
2786
+ .slider-v .slider-rule {
2787
+ float: left;
2788
+ top: 0;
2789
+ left: 16px;
2790
+ }
2791
+ .slider-v .slider-rule span {
2792
+ width: 5px;
2793
+ height: 'auto';
2794
+ border-left: 0;
2795
+ border-width: 1px 0 0 0;
2796
+ border-style: solid;
2797
+ }
2798
+ .slider-v .slider-rulelabel {
2799
+ float: left;
2800
+ top: 0;
2801
+ left: 23px;
2802
+ }
2803
+ .slider-handle {
2804
+ background: url('images/slider_handle.png') no-repeat;
2805
+ }
2806
+ .slider-inner {
2807
+ border-color: #95B8E7;
2808
+ background: #E0ECFF;
2809
+ }
2810
+ .slider-rule span {
2811
+ border-color: #95B8E7;
2812
+ }
2813
+ .slider-rulelabel span {
2814
+ color: #000000;
2815
+ }
2816
+ .menu {
2817
+ position: absolute;
2818
+ margin: 0;
2819
+ padding: 2px;
2820
+ border-width: 1px;
2821
+ border-style: solid;
2822
+ overflow: hidden;
2823
+ }
2824
+ .menu-inline {
2825
+ position: relative;
2826
+ }
2827
+ .menu-item {
2828
+ position: relative;
2829
+ margin: 0;
2830
+ padding: 0;
2831
+ overflow: hidden;
2832
+ white-space: nowrap;
2833
+ cursor: pointer;
2834
+ border-width: 1px;
2835
+ border-style: solid;
2836
+ }
2837
+ .menu-text {
2838
+ height: 20px;
2839
+ line-height: 20px;
2840
+ float: left;
2841
+ padding-left: 28px;
2842
+ }
2843
+ .menu-icon {
2844
+ position: absolute;
2845
+ width: 16px;
2846
+ height: 16px;
2847
+ left: 2px;
2848
+ top: 50%;
2849
+ margin-top: -8px;
2850
+ }
2851
+ .menu-rightarrow {
2852
+ position: absolute;
2853
+ width: 16px;
2854
+ height: 16px;
2855
+ right: 0;
2856
+ top: 50%;
2857
+ margin-top: -8px;
2858
+ }
2859
+ .menu-line {
2860
+ position: absolute;
2861
+ left: 26px;
2862
+ top: 0;
2863
+ height: 2000px;
2864
+ font-size: 1px;
2865
+ }
2866
+ .menu-sep {
2867
+ margin: 3px 0px 3px 25px;
2868
+ font-size: 1px;
2869
+ }
2870
+ .menu-noline .menu-line {
2871
+ display: none;
2872
+ }
2873
+ .menu-noline .menu-sep {
2874
+ margin-left: 0;
2875
+ margin-right: 0;
2876
+ }
2877
+ .menu-active {
2878
+ -moz-border-radius: 5px 5px 5px 5px;
2879
+ -webkit-border-radius: 5px 5px 5px 5px;
2880
+ border-radius: 5px 5px 5px 5px;
2881
+ }
2882
+ .menu-item-disabled {
2883
+ opacity: 0.5;
2884
+ filter: alpha(opacity=50);
2885
+ cursor: default;
2886
+ }
2887
+ .menu-text,
2888
+ .menu-text span {
2889
+ font-size: 14px;
2890
+ }
2891
+ .menu-shadow {
2892
+ position: absolute;
2893
+ -moz-border-radius: 5px 5px 5px 5px;
2894
+ -webkit-border-radius: 5px 5px 5px 5px;
2895
+ border-radius: 5px 5px 5px 5px;
2896
+ background: #ccc;
2897
+ -moz-box-shadow: 2px 2px 3px #cccccc;
2898
+ -webkit-box-shadow: 2px 2px 3px #cccccc;
2899
+ box-shadow: 2px 2px 3px #cccccc;
2900
+ filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
2901
+ }
2902
+ .menu-rightarrow {
2903
+ background: url('images/menu_arrows.png') no-repeat -32px center;
2904
+ }
2905
+ .menu-line {
2906
+ border-left: 1px solid #ccc;
2907
+ border-right: 1px solid #fff;
2908
+ }
2909
+ .menu-sep {
2910
+ border-top: 1px solid #ccc;
2911
+ border-bottom: 1px solid #fff;
2912
+ }
2913
+ .menu {
2914
+ background-color: #fafafa;
2915
+ border-color: #ddd;
2916
+ color: #444;
2917
+ }
2918
+ .menu-content {
2919
+ background: #ffffff;
2920
+ }
2921
+ .menu-item {
2922
+ border-color: transparent;
2923
+ _border-color: #fafafa;
2924
+ }
2925
+ .menu-active {
2926
+ border-color: #b7d2ff;
2927
+ color: #000000;
2928
+ background: #eaf2ff;
2929
+ }
2930
+ .menu-active-disabled {
2931
+ border-color: transparent;
2932
+ background: transparent;
2933
+ color: #444;
2934
+ }
2935
+ .m-btn-downarrow,
2936
+ .s-btn-downarrow {
2937
+ display: inline-block;
2938
+ position: absolute;
2939
+ width: 16px;
2940
+ height: 16px;
2941
+ font-size: 1px;
2942
+ right: 0;
2943
+ top: 50%;
2944
+ margin-top: -8px;
2945
+ }
2946
+ .m-btn-active,
2947
+ .s-btn-active {
2948
+ background: #eaf2ff;
2949
+ color: #000000;
2950
+ border: 1px solid #b7d2ff;
2951
+ filter: none;
2952
+ }
2953
+ .m-btn-plain-active,
2954
+ .s-btn-plain-active {
2955
+ background: transparent;
2956
+ padding: 0;
2957
+ border-width: 1px;
2958
+ border-style: solid;
2959
+ -moz-border-radius: 5px 5px 5px 5px;
2960
+ -webkit-border-radius: 5px 5px 5px 5px;
2961
+ border-radius: 5px 5px 5px 5px;
2962
+ }
2963
+ .m-btn .l-btn-left .l-btn-text {
2964
+ margin-right: 20px;
2965
+ }
2966
+ .m-btn .l-btn-icon-right .l-btn-text {
2967
+ margin-right: 40px;
2968
+ }
2969
+ .m-btn .l-btn-icon-right .l-btn-icon {
2970
+ right: 20px;
2971
+ }
2972
+ .m-btn .l-btn-icon-top .l-btn-text {
2973
+ margin-right: 4px;
2974
+ margin-bottom: 14px;
2975
+ }
2976
+ .m-btn .l-btn-icon-bottom .l-btn-text {
2977
+ margin-right: 4px;
2978
+ margin-bottom: 34px;
2979
+ }
2980
+ .m-btn .l-btn-icon-bottom .l-btn-icon {
2981
+ top: auto;
2982
+ bottom: 20px;
2983
+ }
2984
+ .m-btn .l-btn-icon-top .m-btn-downarrow,
2985
+ .m-btn .l-btn-icon-bottom .m-btn-downarrow {
2986
+ top: auto;
2987
+ bottom: 0px;
2988
+ left: 50%;
2989
+ margin-left: -8px;
2990
+ }
2991
+ .m-btn-line {
2992
+ display: inline-block;
2993
+ position: absolute;
2994
+ font-size: 1px;
2995
+ display: none;
2996
+ }
2997
+ .m-btn .l-btn-left .m-btn-line {
2998
+ right: 0;
2999
+ width: 16px;
3000
+ height: 500px;
3001
+ border-style: solid;
3002
+ border-color: #aac5e7;
3003
+ border-width: 0 0 0 1px;
3004
+ }
3005
+ .m-btn .l-btn-icon-top .m-btn-line,
3006
+ .m-btn .l-btn-icon-bottom .m-btn-line {
3007
+ left: 0;
3008
+ bottom: 0;
3009
+ width: 500px;
3010
+ height: 16px;
3011
+ border-width: 1px 0 0 0;
3012
+ }
3013
+ .m-btn-large .l-btn-icon-right .l-btn-text {
3014
+ margin-right: 56px;
3015
+ }
3016
+ .m-btn-large .l-btn-icon-bottom .l-btn-text {
3017
+ margin-bottom: 50px;
3018
+ }
3019
+ .m-btn-downarrow,
3020
+ .s-btn-downarrow {
3021
+ background: url('images/menu_arrows.png') no-repeat 0 center;
3022
+ }
3023
+ .m-btn-plain-active,
3024
+ .s-btn-plain-active {
3025
+ border-color: #b7d2ff;
3026
+ background-color: #eaf2ff;
3027
+ color: #000000;
3028
+ }
3029
+ .s-btn:hover .m-btn-line,
3030
+ .s-btn-active .m-btn-line,
3031
+ .s-btn-plain-active .m-btn-line {
3032
+ display: inline-block;
3033
+ }
3034
+ .l-btn:hover .s-btn-downarrow,
3035
+ .s-btn-active .s-btn-downarrow,
3036
+ .s-btn-plain-active .s-btn-downarrow {
3037
+ border-style: solid;
3038
+ border-color: #aac5e7;
3039
+ border-width: 0 0 0 1px;
3040
+ }
3041
+ .messager-body {
3042
+ padding: 10px 10px 30px 10px;
3043
+ overflow: auto;
3044
+ }
3045
+ .messager-button {
3046
+ text-align: center;
3047
+ padding: 5px;
3048
+ }
3049
+ .messager-button .l-btn {
3050
+ width: 70px;
3051
+ }
3052
+ .messager-icon {
3053
+ float: left;
3054
+ width: 32px;
3055
+ height: 32px;
3056
+ margin: 0 10px 10px 0;
3057
+ }
3058
+ .messager-error {
3059
+ background: url('images/messager_icons.png') no-repeat scroll -64px 0;
3060
+ }
3061
+ .messager-info {
3062
+ background: url('images/messager_icons.png') no-repeat scroll 0 0;
3063
+ }
3064
+ .messager-question {
3065
+ background: url('images/messager_icons.png') no-repeat scroll -32px 0;
3066
+ }
3067
+ .messager-warning {
3068
+ background: url('images/messager_icons.png') no-repeat scroll -96px 0;
3069
+ }
3070
+ .messager-progress {
3071
+ padding: 10px;
3072
+ }
3073
+ .messager-p-msg {
3074
+ margin-bottom: 5px;
3075
+ }
3076
+ .messager-body .messager-input {
3077
+ width: 100%;
3078
+ padding: 4px 0;
3079
+ outline-style: none;
3080
+ border: 1px solid #95B8E7;
3081
+ }
3082
+ .window-thinborder .messager-button {
3083
+ padding-bottom: 8px;
3084
+ }
3085
+ .messager-tip {
3086
+ box-shadow: 0 1px 6px #ccc;
3087
+ height: auto;
3088
+ }
3089
+ .messager-tip .messager-body {
3090
+ margin: 0;
3091
+ padding: 0 10px;
3092
+ height: 40px;
3093
+ line-height: 40px;
3094
+ }
3095
+ .messager-tip .messager-body>.f-row {
3096
+ align-items: center;
3097
+ }
3098
+ .messager-tip .messager-icon {
3099
+ width: 16px;
3100
+ height: 16px;
3101
+ margin: 0 10px 0 0;
3102
+ }
3103
+ .messager-tip .messager-info {
3104
+ background: url('images/messager_icons16.png') no-repeat scroll 0 0;
3105
+ }
3106
+ .messager-tip .messager-question {
3107
+ background: url('images/messager_icons16.png') no-repeat scroll -16px 0;
3108
+ }
3109
+ .messager-tip .messager-error {
3110
+ background: url('images/messager_icons16.png') no-repeat scroll -32px 0;
3111
+ }
3112
+ .messager-tip .messager-warning {
3113
+ background: url('images/messager_icons16.png') no-repeat scroll -48px 0;
3114
+ }
3115
+ .tree {
3116
+ margin: 0;
3117
+ padding: 0;
3118
+ list-style-type: none;
3119
+ }
3120
+ .tree li {
3121
+ white-space: nowrap;
3122
+ }
3123
+ .tree li ul {
3124
+ list-style-type: none;
3125
+ margin: 0;
3126
+ padding: 0;
3127
+ }
3128
+ .tree-node {
3129
+ height: 26px;
3130
+ white-space: nowrap;
3131
+ cursor: pointer;
3132
+ }
3133
+ .tree-hit {
3134
+ cursor: pointer;
3135
+ }
3136
+ .tree-expanded,
3137
+ .tree-collapsed,
3138
+ .tree-folder,
3139
+ .tree-file,
3140
+ .tree-checkbox,
3141
+ .tree-indent {
3142
+ display: inline-block;
3143
+ width: 16px;
3144
+ height: 18px;
3145
+ margin: 4px 0;
3146
+ vertical-align: middle;
3147
+ overflow: hidden;
3148
+ }
3149
+ .tree-expanded {
3150
+ background: url('images/tree_icons.png') no-repeat -18px 0px;
3151
+ }
3152
+ .tree-expanded-hover {
3153
+ background: url('images/tree_icons.png') no-repeat -50px 0px;
3154
+ }
3155
+ .tree-collapsed {
3156
+ background: url('images/tree_icons.png') no-repeat 0px 0px;
3157
+ }
3158
+ .tree-collapsed-hover {
3159
+ background: url('images/tree_icons.png') no-repeat -32px 0px;
3160
+ }
3161
+ .tree-lines .tree-expanded,
3162
+ .tree-lines .tree-root-first .tree-expanded {
3163
+ background: url('images/tree_icons.png') no-repeat -144px 0;
3164
+ }
3165
+ .tree-lines .tree-collapsed,
3166
+ .tree-lines .tree-root-first .tree-collapsed {
3167
+ background: url('images/tree_icons.png') no-repeat -128px 0;
3168
+ }
3169
+ .tree-lines .tree-node-last .tree-expanded,
3170
+ .tree-lines .tree-root-one .tree-expanded {
3171
+ background: url('images/tree_icons.png') no-repeat -80px 0;
3172
+ }
3173
+ .tree-lines .tree-node-last .tree-collapsed,
3174
+ .tree-lines .tree-root-one .tree-collapsed {
3175
+ background: url('images/tree_icons.png') no-repeat -64px 0;
3176
+ }
3177
+ .tree-line {
3178
+ background: url('images/tree_icons.png') no-repeat -176px 0;
3179
+ }
3180
+ .tree-join {
3181
+ background: url('images/tree_icons.png') no-repeat -192px 0;
3182
+ }
3183
+ .tree-joinbottom {
3184
+ background: url('images/tree_icons.png') no-repeat -160px 0;
3185
+ }
3186
+ .tree-folder {
3187
+ background: url('images/tree_icons.png') no-repeat -208px 0;
3188
+ }
3189
+ .tree-folder-open {
3190
+ background: url('images/tree_icons.png') no-repeat -224px 0;
3191
+ }
3192
+ .tree-file {
3193
+ background: url('images/tree_icons.png') no-repeat -240px 0;
3194
+ }
3195
+ .tree-loading {
3196
+ background: url('images/loading.gif') no-repeat center center;
3197
+ }
3198
+ .tree-checkbox0 {
3199
+ background: url('images/tree_icons.png') no-repeat -208px -18px;
3200
+ }
3201
+ .tree-checkbox1 {
3202
+ background: url('images/tree_icons.png') no-repeat -224px -18px;
3203
+ }
3204
+ .tree-checkbox2 {
3205
+ background: url('images/tree_icons.png') no-repeat -240px -18px;
3206
+ }
3207
+ .tree-title {
3208
+ font-size: 14px;
3209
+ display: inline-block;
3210
+ text-decoration: none;
3211
+ vertical-align: middle;
3212
+ white-space: nowrap;
3213
+ padding: 0 2px;
3214
+ margin: 4px 0;
3215
+ height: 18px;
3216
+ line-height: 18px;
3217
+ }
3218
+ .tree-node-proxy {
3219
+ font-size: 14px;
3220
+ line-height: 20px;
3221
+ padding: 0 2px 0 20px;
3222
+ border-width: 1px;
3223
+ border-style: solid;
3224
+ z-index: 9900000;
3225
+ }
3226
+ .tree-dnd-icon {
3227
+ display: inline-block;
3228
+ position: absolute;
3229
+ width: 16px;
3230
+ height: 18px;
3231
+ left: 2px;
3232
+ top: 50%;
3233
+ margin-top: -9px;
3234
+ }
3235
+ .tree-dnd-yes {
3236
+ background: url('images/tree_icons.png') no-repeat -256px 0;
3237
+ }
3238
+ .tree-dnd-no {
3239
+ background: url('images/tree_icons.png') no-repeat -256px -18px;
3240
+ }
3241
+ .tree-node-top {
3242
+ border-top: 1px dotted red;
3243
+ }
3244
+ .tree-node-bottom {
3245
+ border-bottom: 1px dotted red;
3246
+ }
3247
+ .tree-node-append .tree-title {
3248
+ border: 1px dotted red;
3249
+ }
3250
+ .tree-editor {
3251
+ border: 1px solid #95B8E7;
3252
+ font-size: 14px;
3253
+ height: 26px;
3254
+ line-height: 26px;
3255
+ padding: 0 4px;
3256
+ margin: 0;
3257
+ width: 80px;
3258
+ outline-style: none;
3259
+ vertical-align: middle;
3260
+ position: absolute;
3261
+ top: 0;
3262
+ }
3263
+ .tree-node-proxy {
3264
+ background-color: #ffffff;
3265
+ color: #000000;
3266
+ border-color: #95B8E7;
3267
+ }
3268
+ .tree-node-hover {
3269
+ background: #eaf2ff;
3270
+ color: #000000;
3271
+ }
3272
+ .tree-node-selected {
3273
+ background: #ffe48d;
3274
+ color: #000000;
3275
+ }
3276
+ .tree-node-disabled {
3277
+ opacity: 0.5;
3278
+ cursor: default;
3279
+ }
3280
+ .tree-node-hidden {
3281
+ display: none;
3282
+ }
3283
+ .inputbox {
3284
+ display: inline-block;
3285
+ vertical-align: middle;
3286
+ overflow: hidden;
3287
+ white-space: nowrap;
3288
+ margin: 0;
3289
+ padding: 0;
3290
+ }
3291
+ .validatebox-invalid {
3292
+ border-color: #ffa8a8;
3293
+ background-color: #fff3f3;
3294
+ color: #000;
3295
+ }
3296
+ .rate {
3297
+ position: relative;
3298
+ display: inline-block;
3299
+ vertical-align: middle;
3300
+ }
3301
+ .rate-item {
3302
+ position: relative;
3303
+ display: inline-block;
3304
+ }
3305
+ .rate-item svg {
3306
+ fill: currentColor;
3307
+ }
3308
+ .rate-second {
3309
+ position: relative;
3310
+ display: inline-block;
3311
+ width: 100%;
3312
+ height: 100%;
3313
+ }
3314
+ .rate-first {
3315
+ position: absolute;
3316
+ left: 0;
3317
+ top: 0;
3318
+ width: 50%;
3319
+ height: 100%;
3320
+ z-index: 9;
3321
+ overflow: hidden;
3322
+ display: none;
3323
+ }
3324
+ .rate-half .rate-first {
3325
+ display: block;
3326
+ }
3327
+ .rate-disabled {
3328
+ opacity: 0.5;
3329
+ }
3330
+ .tooltip {
3331
+ position: absolute;
3332
+ display: none;
3333
+ z-index: 9900000;
3334
+ outline: none;
3335
+ opacity: 1;
3336
+ filter: alpha(opacity=100);
3337
+ padding: 5px;
3338
+ border-width: 1px;
3339
+ border-style: solid;
3340
+ border-radius: 5px;
3341
+ -moz-border-radius: 5px 5px 5px 5px;
3342
+ -webkit-border-radius: 5px 5px 5px 5px;
3343
+ border-radius: 5px 5px 5px 5px;
3344
+ }
3345
+ .tooltip-content {
3346
+ font-size: 14px;
3347
+ }
3348
+ .tooltip-arrow-outer,
3349
+ .tooltip-arrow {
3350
+ position: absolute;
3351
+ width: 0;
3352
+ height: 0;
3353
+ line-height: 0;
3354
+ font-size: 0;
3355
+ border-style: solid;
3356
+ border-width: 6px;
3357
+ border-color: transparent;
3358
+ }
3359
+ .tooltip-arrow {
3360
+ display: none \9;
3361
+ }
3362
+ .tooltip-right .tooltip-arrow-outer {
3363
+ left: 0;
3364
+ top: 50%;
3365
+ margin: -6px 0 0 -13px;
3366
+ }
3367
+ .tooltip-right .tooltip-arrow {
3368
+ left: 0;
3369
+ top: 50%;
3370
+ margin: -6px 0 0 -12px;
3371
+ }
3372
+ .tooltip-left .tooltip-arrow-outer {
3373
+ right: 0;
3374
+ top: 50%;
3375
+ margin: -6px -13px 0 0;
3376
+ }
3377
+ .tooltip-left .tooltip-arrow {
3378
+ right: 0;
3379
+ top: 50%;
3380
+ margin: -6px -12px 0 0;
3381
+ }
3382
+ .tooltip-top .tooltip-arrow-outer {
3383
+ bottom: 0;
3384
+ left: 50%;
3385
+ margin: 0 0 -13px -6px;
3386
+ }
3387
+ .tooltip-top .tooltip-arrow {
3388
+ bottom: 0;
3389
+ left: 50%;
3390
+ margin: 0 0 -12px -6px;
3391
+ }
3392
+ .tooltip-bottom .tooltip-arrow-outer {
3393
+ top: 0;
3394
+ left: 50%;
3395
+ margin: -13px 0 0 -6px;
3396
+ }
3397
+ .tooltip-bottom .tooltip-arrow {
3398
+ top: 0;
3399
+ left: 50%;
3400
+ margin: -12px 0 0 -6px;
3401
+ }
3402
+ .tooltip {
3403
+ background-color: #ffffff;
3404
+ border-color: #95B8E7;
3405
+ color: #000000;
3406
+ }
3407
+ .tooltip-right .tooltip-arrow-outer {
3408
+ border-right-color: #95B8E7;
3409
+ }
3410
+ .tooltip-right .tooltip-arrow {
3411
+ border-right-color: #ffffff;
3412
+ }
3413
+ .tooltip-left .tooltip-arrow-outer {
3414
+ border-left-color: #95B8E7;
3415
+ }
3416
+ .tooltip-left .tooltip-arrow {
3417
+ border-left-color: #ffffff;
3418
+ }
3419
+ .tooltip-top .tooltip-arrow-outer {
3420
+ border-top-color: #95B8E7;
3421
+ }
3422
+ .tooltip-top .tooltip-arrow {
3423
+ border-top-color: #ffffff;
3424
+ }
3425
+ .tooltip-bottom .tooltip-arrow-outer {
3426
+ border-bottom-color: #95B8E7;
3427
+ }
3428
+ .tooltip-bottom .tooltip-arrow {
3429
+ border-bottom-color: #ffffff;
3430
+ }
3431
+ .switchbutton {
3432
+ text-decoration: none;
3433
+ display: inline-block;
3434
+ overflow: hidden;
3435
+ vertical-align: middle;
3436
+ margin: 0;
3437
+ padding: 0;
3438
+ cursor: pointer;
3439
+ background: #bbb;
3440
+ border: 1px solid #bbb;
3441
+ -moz-border-radius: 5px 5px 5px 5px;
3442
+ -webkit-border-radius: 5px 5px 5px 5px;
3443
+ border-radius: 5px 5px 5px 5px;
3444
+ }
3445
+ .switchbutton-inner {
3446
+ display: inline-block;
3447
+ overflow: hidden;
3448
+ position: relative;
3449
+ top: -1px;
3450
+ left: -1px;
3451
+ }
3452
+ .switchbutton-on,
3453
+ .switchbutton-off,
3454
+ .switchbutton-handle {
3455
+ display: inline-block;
3456
+ text-align: center;
3457
+ height: 100%;
3458
+ float: left;
3459
+ font-size: 14px;
3460
+ -moz-border-radius: 5px 5px 5px 5px;
3461
+ -webkit-border-radius: 5px 5px 5px 5px;
3462
+ border-radius: 5px 5px 5px 5px;
3463
+ }
3464
+ .switchbutton-on {
3465
+ background: #ffe48d;
3466
+ color: #000000;
3467
+ }
3468
+ .switchbutton-off {
3469
+ background-color: #ffffff;
3470
+ color: #000000;
3471
+ }
3472
+ .switchbutton-on,
3473
+ .switchbutton-reversed .switchbutton-off {
3474
+ -moz-border-radius: 5px 0 0 5px;
3475
+ -webkit-border-radius: 5px 0 0 5px;
3476
+ border-radius: 5px 0 0 5px;
3477
+ }
3478
+ .switchbutton-off,
3479
+ .switchbutton-reversed .switchbutton-on {
3480
+ -moz-border-radius: 0 5px 5px 0;
3481
+ -webkit-border-radius: 0 5px 5px 0;
3482
+ border-radius: 0 5px 5px 0;
3483
+ }
3484
+ .switchbutton-handle {
3485
+ position: absolute;
3486
+ top: 0;
3487
+ left: 50%;
3488
+ background-color: #ffffff;
3489
+ color: #000000;
3490
+ border: 1px solid #bbb;
3491
+ -moz-box-shadow: 0 0 3px 0 #bbb;
3492
+ -webkit-box-shadow: 0 0 3px 0 #bbb;
3493
+ box-shadow: 0 0 3px 0 #bbb;
3494
+ }
3495
+ .switchbutton-value {
3496
+ position: absolute;
3497
+ top: 0;
3498
+ left: -5000px;
3499
+ }
3500
+ .switchbutton-disabled {
3501
+ opacity: 0.5;
3502
+ filter: alpha(opacity=50);
3503
+ }
3504
+ .switchbutton-disabled,
3505
+ .switchbutton-readonly {
3506
+ cursor: default;
3507
+ }
3508
+ .switchbutton:focus {
3509
+ -moz-box-shadow: 0 0 3px 0 #bbb;
3510
+ -webkit-box-shadow: 0 0 3px 0 #bbb;
3511
+ box-shadow: 0 0 3px 0 #bbb;
3512
+ outline: none;
3513
+ }
3514
+ .radiobutton {
3515
+ position: relative;
3516
+ border: 2px solid #ffab3f;
3517
+ border-radius: 50%;
3518
+ }
3519
+ .radiobutton-inner {
3520
+ position: absolute;
3521
+ left: 0;
3522
+ top: 0;
3523
+ width: 100%;
3524
+ height: 100%;
3525
+ background: #ffab3f;
3526
+ border-radius: 50%;
3527
+ transform: scale(.6);
3528
+ }
3529
+ .radiobutton-disabled {
3530
+ opacity: 0.6;
3531
+ }
3532
+ .radiobutton-value {
3533
+ position: absolute;
3534
+ overflow: hidden;
3535
+ width: 1px;
3536
+ height: 1px;
3537
+ left: -100px;
3538
+ }
3539
+ .checkbox {
3540
+ position: relative;
3541
+ border: 2px solid #ffab3f;
3542
+ -moz-border-radius: 5px 5px 5px 5px;
3543
+ -webkit-border-radius: 5px 5px 5px 5px;
3544
+ border-radius: 5px 5px 5px 5px;
3545
+ }
3546
+ .checkbox-checked {
3547
+ border: 0;
3548
+ background: #ffab3f;
3549
+ }
3550
+ .checkbox-inner {
3551
+ position: absolute;
3552
+ left: 0;
3553
+ top: 0;
3554
+ width: 100%;
3555
+ height: 100%;
3556
+ }
3557
+ .checkbox path {
3558
+ stroke-width: 2px;
3559
+ }
3560
+ .checkbox-disabled {
3561
+ opacity: 0.6;
3562
+ }
3563
+ .checkbox-value {
3564
+ position: absolute;
3565
+ overflow: hidden;
3566
+ width: 1px;
3567
+ height: 1px;
3568
+ left: -100px;
3569
+ }
3570
+ .sidemenu .tree-hit {
3571
+ background-image: none;
3572
+ }
3573
+ .sidemenu-default-icon {
3574
+ background-image: none;
3575
+ width: 0;
3576
+ }
3577
+ .sidemenu .accordion .accordion-header,
3578
+ .sidemenu .accordion .accordion-body {
3579
+ border-bottom-color: transparent;
3580
+ background: transparent;
3581
+ }
3582
+ .sidemenu .accordion .accordion-header {
3583
+ color: #0E2D5F;
3584
+ }
3585
+ .sidemenu .accordion-header .panel-title {
3586
+ height: 30px;
3587
+ line-height: 30px;
3588
+ color: #0E2D5F;
3589
+ }
3590
+ .sidemenu .accordion-header:hover {
3591
+ background: #eaf2ff;
3592
+ color: #0E2D5F;
3593
+ }
3594
+ .sidemenu .tree-node-hover {
3595
+ background: #eaf2ff;
3596
+ color: #0E2D5F;
3597
+ }
3598
+ .sidemenu .tree-node-selected {
3599
+ border-right: 2px solid #ffab3f;
3600
+ color: #000000;
3601
+ background: #ffe48d;
3602
+ }
3603
+ .sidemenu .tree-node {
3604
+ height: 40px;
3605
+ }
3606
+ .sidemenu .tree-title {
3607
+ margin: 11px 0;
3608
+ }
3609
+ .sidemenu .tree-node-nonleaf {
3610
+ position: relative;
3611
+ }
3612
+ .sidemenu .tree-node-nonleaf::after {
3613
+ display: inline-block;
3614
+ content: '';
3615
+ position: absolute;
3616
+ top: 50%;
3617
+ margin-top: -8px;
3618
+ background: url('images/accordion_arrows.png') no-repeat 0 0;
3619
+ width: 16px;
3620
+ height: 16px;
3621
+ right: 5px;
3622
+ }
3623
+ .sidemenu .tree-node-nonleaf-collapsed::after {
3624
+ background: url('images/accordion_arrows.png') no-repeat -16px 0;
3625
+ }
3626
+ .sidemenu-collapsed .panel-icon {
3627
+ left: 50%;
3628
+ margin-left: -8px;
3629
+ }
3630
+ .sidemenu-collapsed .collapsed-icon {
3631
+ position: relative;
3632
+ }
3633
+ .sidemenu-collapsed .collapsed-text {
3634
+ text-align: center;
3635
+ }
3636
+ .sidemenu-tooltip {
3637
+ padding: 0;
3638
+ margin: 0 -12px;
3639
+ border: 0;
3640
+ }
3641
+ .sidemenu-tooltip.tooltip-left {
3642
+ margin: 0 12px;
3643
+ }
3644
+ .sidemenu-tooltip .tooltip-arrow-outer,
3645
+ .sidemenu-tooltip .tooltip-arrow {
3646
+ display: none;
3647
+ }
3648
+ .timepicker-panel .clock-wrap {
3649
+ position: relative;
3650
+ }
3651
+ .timepicker-panel .clock {
3652
+ position: relative;
3653
+ background: #E0ECFF;
3654
+ color: #0E2D5F;
3655
+ border-radius: 50%;
3656
+ position: absolute;
3657
+ left: 50%;
3658
+ top: 50%;
3659
+ }
3660
+ .timepicker-panel .clock .item {
3661
+ width: 32px;
3662
+ height: 32px;
3663
+ left: 50%;
3664
+ top: 50%;
3665
+ margin-left: -16px;
3666
+ margin-top: -16px;
3667
+ position: absolute;
3668
+ user-select: none;
3669
+ border-radius: 50%;
3670
+ z-index: 9;
3671
+ cursor: pointer;
3672
+ }
3673
+ .timepicker-panel .clock .item-selected {
3674
+ background: #ffab3f;
3675
+ color: #000000;
3676
+ }
3677
+ .timepicker-panel .clock .hand {
3678
+ width: 2px;
3679
+ bottom: 50%;
3680
+ left: 50%;
3681
+ margin-left: -1px;
3682
+ top: 20px;
3683
+ -webkit-transform-origin: center bottom;
3684
+ transform-origin: center bottom;
3685
+ position: absolute;
3686
+ will-change: transform;
3687
+ z-index: 1;
3688
+ background-color: #ffab3f;
3689
+ }
3690
+ .timepicker-panel .clock .hand .drag {
3691
+ top: -16px;
3692
+ left: -15px;
3693
+ width: 4px;
3694
+ height: 4px;
3695
+ border: 14px solid #ffab3f;
3696
+ position: absolute;
3697
+ box-sizing: content-box;
3698
+ border-radius: 100%;
3699
+ background-color: #000000;
3700
+ }
3701
+ .timepicker-panel .clock .center {
3702
+ top: 50%;
3703
+ left: 50%;
3704
+ width: 6px;
3705
+ height: 6px;
3706
+ position: absolute;
3707
+ transform: translate(-50%,-50%);
3708
+ border-radius: 50%;
3709
+ background-color: #ffab3f;
3710
+ }
3711
+ .timepicker-panel .panel-header {
3712
+ height: 70px;
3713
+ border: 0;
3714
+ font-size: 36px;
3715
+ position: relative;
3716
+ }
3717
+ .timepicker-panel .body {
3718
+ position: relative;
3719
+ }
3720
+ .timepicker-panel .panel-header .ampm {
3721
+ font-size: 16px;
3722
+ padding-left: 10px;
3723
+ position: absolute;
3724
+ right: 20px;
3725
+ }
3726
+ .timepicker-panel .panel-header .sep {
3727
+ opacity: 0.6;
3728
+ }
3729
+ .timepicker-panel .panel-header .title {
3730
+ cursor: pointer;
3731
+ opacity: 0.6;
3732
+ }
3733
+ .timepicker-panel .panel-header .title:hover {
3734
+ opacity: 1.0;
3735
+ }
3736
+ .timepicker-panel .panel-header .title-selected,
3737
+ .timepicker-panel .panel-header .title-selected:hover {
3738
+ cursor: default;
3739
+ opacity: 1.0;
3740
+ }
3741
+ .swiper {
3742
+ overflow: hidden;
3743
+ position: relative;
3744
+ }
3745
+ .swiper-inner {
3746
+ position: absolute;
3747
+ width: 100%;
3748
+ height: 100%;
3749
+ will-change: transform;
3750
+ transform: translate(0%,0px) translateZ(0px);
3751
+ transition: transform 0.5s linear 0s;
3752
+ transition-duration: 0.5s;
3753
+ }
3754
+ .swiper-dots {
3755
+ position: absolute;
3756
+ left: 50%;
3757
+ bottom: 10px;
3758
+ transform: translate(-50%);
3759
+ }
3760
+ .swiper-dot {
3761
+ display: inline-block;
3762
+ width: 8px;
3763
+ height: 8px;
3764
+ margin-right: 8px;
3765
+ border-radius: 50%;
3766
+ background-color: #bbb;
3767
+ }
3768
+ .swiper-dot-active {
3769
+ background-color: #444;
3770
+ }
3771
+ .swiper-dot:last-child {
3772
+ margin-right: 0;
3773
+ }
3774
+ .timeline {
3775
+ list-style: none;
3776
+ margin: 0;
3777
+ padding: 0;
3778
+ }
3779
+ .timeline-item {
3780
+ position: relative;
3781
+ list-style: none;
3782
+ margin: 0;
3783
+ padding: 0 0 12px 0;
3784
+ }
3785
+ .timeline-item-dot {
3786
+ position: absolute;
3787
+ width: 13px;
3788
+ height: 13px;
3789
+ border: 1px solid #95B8E7;
3790
+ border-radius: 50%;
3791
+ background-color: #ffffff;
3792
+ }
3793
+ .timeline-item-dot-custom {
3794
+ width: auto;
3795
+ height: auto;
3796
+ text-align: center;
3797
+ border: 0;
3798
+ }
3799
+ .timeline-item-line {
3800
+ position: absolute;
3801
+ height: 100%;
3802
+ top: 0;
3803
+ left: 6px;
3804
+ border-left: 1px solid #95B8E7;
3805
+ }
3806
+ .timeline .timeline-item:last-child .timeline-item-line {
3807
+ display: none;
3808
+ }
3809
+ .timeline-item-content {
3810
+ padding: 1px 1px 10px 24px;
3811
+ position: relative;
3812
+ font-size: 14px;
3813
+ top: -3px;
3814
+ }