cronapp-framework-js 2.9.1-SNAPSHOT.2 → 2.9.1

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 (1578) hide show
  1. package/components/crn-anchor.components.json +205 -0
  2. package/components/crn-button-filter.components.json +39 -8
  3. package/components/crn-button.components.json +285 -30
  4. package/components/crn-checkbox.components.json +1 -1
  5. package/components/crn-component.components.json +43 -0
  6. package/components/crn-cron-captcha.components.json +1 -1
  7. package/components/crn-datasource.components.json +3 -3
  8. package/components/crn-dynamic-file.components.json +41 -0
  9. package/components/crn-dynamic-menu.components.json +6 -13
  10. package/components/crn-eight-four-container.components.json +7 -30
  11. package/components/crn-enterprise-checkbox.components.json +67 -5
  12. package/components/crn-enterprise-combobox-multiple.components.json +60 -3
  13. package/components/crn-four-eight-container.components.json +7 -30
  14. package/components/crn-frame.components.json +3 -9
  15. package/components/crn-icon.components.json +73 -18
  16. package/components/crn-menu-item.components.json +3 -2
  17. package/components/crn-one-container.components.json +14 -2
  18. package/components/crn-panel.components.json +35 -10
  19. package/components/crn-radioOption.components.json +19 -2
  20. package/components/crn-radiogroup.components.json +60 -7
  21. package/components/crn-rating.components.json +76 -19
  22. package/components/crn-sidebar.components.json +1 -1
  23. package/components/crn-slider.components.json +2 -1
  24. package/components/crn-three-container.components.json +7 -30
  25. package/components/crn-trhee-six-three-container.components.json +7 -30
  26. package/components/crn-two-container.components.json +7 -30
  27. package/components/crn-upload-file.components.json +38 -14
  28. package/components/crn-upload.components.json +38 -12
  29. package/components/crn-vertical-container.components.json +1 -1
  30. package/components/cron-breadcrumbs.components.json +5 -4
  31. package/components/cron-ordered-list.components.json +2 -1
  32. package/components/css/checkbox-color.css +856 -242
  33. package/components/css/color-default.css +289 -21
  34. package/components/css/combobox-color.css +655 -52
  35. package/components/css/crn-input-password.css +16 -7
  36. package/components/css/designtime.css +0 -26
  37. package/components/css/font-size.css +16 -0
  38. package/components/css/option-color.css +453 -147
  39. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  40. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  41. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  42. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  43. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  44. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  45. package/components/templates/accordion.template.html +4 -4
  46. package/components/templates/anchor.template.html +1 -1
  47. package/components/templates/button.template.html +2 -2
  48. package/components/templates/crn-signature-pad.designtime.html +3 -6
  49. package/components/templates/cron-checkbox.template.html +1 -1
  50. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  51. package/components/templates/cron-combobox-multiple.template.html +1 -1
  52. package/components/templates/cron-crud.template.html +7 -7
  53. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  54. package/components/templates/cron-dynamic-menu.template.html +4 -3
  55. package/components/templates/cron-frame.template.html +1 -1
  56. package/components/templates/cron-scheduler.designtime.html +94 -106
  57. package/components/templates/cron-slider.designtime.html +34 -0
  58. package/components/templates/cron-tree-view.designtime.html +30 -23
  59. package/components/templates/dynamicfile.template.html +1 -1
  60. package/components/templates/dynamictitle.template.html +1 -1
  61. package/components/templates/form.template.html +7 -7
  62. package/components/templates/icon.template.html +1 -1
  63. package/components/templates/image-menu.template.html +1 -1
  64. package/components/templates/navbar.template.html +8 -9
  65. package/components/templates/panel.template.html +1 -1
  66. package/components/templates/radiogroup.template.html +1 -1
  67. package/components/templates/rating.template.html +5 -5
  68. package/components/templates/social-button-bar.template.html +20 -20
  69. package/components/templates/sub-form.template.html +7 -7
  70. package/components/templates/textinputbutton.template.html +1 -1
  71. package/css/animate.css +48 -18
  72. package/css/app.css +54 -369
  73. package/css/cronos.css +2 -3
  74. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  75. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  76. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  77. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  78. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  79. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  80. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  87. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  88. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  89. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  90. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  91. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  92. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  93. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans.css +97 -0
  106. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  107. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  108. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  109. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  110. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  111. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  112. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  113. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  114. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  115. package/css/fonts/calibri/calibri-light.ttf +0 -0
  116. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  117. package/css/fonts/calibri/calibri.css +41 -0
  118. package/css/fonts/georgia/georgia.css +27 -0
  119. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  120. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  121. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  122. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  123. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  124. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  125. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  126. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  127. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  128. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  129. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  130. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  131. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  132. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  133. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  145. package/css/fonts/inter/Inter-Black.otf +0 -0
  146. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  147. package/css/fonts/inter/Inter-Bold.otf +0 -0
  148. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  149. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  150. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  151. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  152. package/css/fonts/inter/Inter-Italic.otf +0 -0
  153. package/css/fonts/inter/Inter-Light.otf +0 -0
  154. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-Medium.otf +0 -0
  156. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  157. package/css/fonts/inter/Inter-Regular.otf +0 -0
  158. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  159. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  160. package/css/fonts/inter/Inter-Thin.otf +0 -0
  161. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  162. package/css/fonts/inter/inter.css +104 -0
  163. package/css/fonts/lato/Lato-Black.ttf +0 -0
  164. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  165. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  166. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  167. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  168. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  169. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  170. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  172. package/css/fonts/lato/Lato-Light.ttf +0 -0
  173. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  174. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  175. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  176. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  177. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  178. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  179. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  180. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  181. package/css/fonts/lato/lato.css +125 -0
  182. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  183. package/css/fonts/material-icons/font-material-icon.css +22 -0
  184. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  185. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  186. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  187. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  188. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  189. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  190. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  191. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  192. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  193. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  194. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans.css +69 -0
  199. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  200. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  201. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  202. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  203. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  204. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  205. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  217. package/css/fonts/raleway/raleway.css +111 -0
  218. package/css/fonts/rawline/rawline-100.ttf +0 -0
  219. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  220. package/css/fonts/rawline/rawline-200.ttf +0 -0
  221. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  222. package/css/fonts/rawline/rawline-300.ttf +0 -0
  223. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  224. package/css/fonts/rawline/rawline-400.ttf +0 -0
  225. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-500.ttf +0 -0
  227. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-600.ttf +0 -0
  229. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-700.ttf +0 -0
  231. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-800.ttf +0 -0
  233. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-900.ttf +0 -0
  235. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  236. package/css/fonts/rawline/rawline.css +111 -0
  237. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  238. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  239. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  240. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  241. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  242. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  243. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  249. package/css/fonts/roboto/roboto.css +83 -0
  250. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  251. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  252. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  253. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  254. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  255. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  256. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  257. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  258. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  259. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  260. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  265. package/css/privacy/privacy.css +91 -22
  266. package/css/themes/aquamarine.min.css +5 -2
  267. package/css/themes/cerulean.min.css +4 -2
  268. package/css/themes/cosmo.min.css +5 -2
  269. package/css/themes/custom/aquamarine/button-aquamarine.css +316 -0
  270. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  271. package/css/themes/custom/aquamarine/custom-aquamarine.css +1425 -0
  272. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  273. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  274. package/css/themes/custom/cerulean/button-cerulean.css +191 -152
  275. package/css/themes/custom/cerulean/custom-cerulean.css +581 -23
  276. package/css/themes/custom/cerulean/navbar-cerulean.css +39 -8
  277. package/css/themes/custom/cerulean/panel-cerulean.css +87 -18
  278. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  279. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  280. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  281. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  282. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  283. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  284. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  285. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  286. package/css/themes/custom/darkly/button-darkly.css +162 -0
  287. package/css/themes/custom/darkly/custom-darkly.css +779 -25
  288. package/css/themes/custom/darkly/navbar-darkly.css +73 -11
  289. package/css/themes/custom/darkly/panel-darkly.css +68 -30
  290. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  291. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  292. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  293. package/css/themes/custom/dsgov/custom-dsgov.css +1209 -0
  294. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  295. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  296. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  297. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  298. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  299. package/css/themes/custom/flatly/button-flatly.css +173 -0
  300. package/css/themes/custom/flatly/custom-flatly.css +629 -36
  301. package/css/themes/custom/flatly/navbar-flatly.css +53 -10
  302. package/css/themes/custom/flatly/panel-flatly.css +67 -26
  303. package/css/themes/custom/fuse/button-fuse.css +157 -0
  304. package/css/themes/custom/fuse/custom-fuse.css +1105 -0
  305. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  306. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  307. package/css/themes/custom/journal/button-journal.css +195 -0
  308. package/css/themes/custom/journal/custom-journal.css +938 -0
  309. package/css/themes/custom/journal/navbar-journal.css +147 -0
  310. package/css/themes/custom/journal/panel-journal.css +123 -0
  311. package/css/themes/custom/lumen/button-lumen.css +213 -0
  312. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  313. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  314. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  315. package/css/themes/custom/material/custom-material.css +727 -3120
  316. package/css/themes/custom/material/grid-material.css +302 -0
  317. package/css/themes/custom/material/navbar-material.css +88 -0
  318. package/css/themes/custom/material/panel-material.css +120 -0
  319. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  320. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  321. package/css/themes/custom/paper/button-paper.css +204 -0
  322. package/css/themes/custom/paper/custom-paper.css +1148 -0
  323. package/css/themes/custom/paper/navbar-paper.css +104 -0
  324. package/css/themes/custom/paper/panel-paper.css +81 -0
  325. package/css/themes/custom/readable/button-readable.css +182 -0
  326. package/css/themes/custom/readable/custom-readable.css +1030 -0
  327. package/css/themes/custom/readable/navbar-readable.css +148 -0
  328. package/css/themes/custom/readable/panel-readable.css +126 -0
  329. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  330. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  331. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  332. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  333. package/css/themes/custom/simplex/button-simplex.css +304 -0
  334. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  335. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  336. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  337. package/css/themes/custom/slate/button-slate.css +306 -0
  338. package/css/themes/custom/slate/custom-slate.css +1179 -0
  339. package/css/themes/custom/slate/navbar-slate.css +97 -0
  340. package/css/themes/custom/slate/panel-slate.css +87 -0
  341. package/css/themes/custom/spacelab/button-spacelab.css +192 -154
  342. package/css/themes/custom/spacelab/custom-spacelab.css +629 -7
  343. package/css/themes/custom/spacelab/navbar-spacelab.css +90 -11
  344. package/css/themes/custom/spacelab/panel-spacelab.css +96 -84
  345. package/css/themes/custom/superhero/button-superhero.css +166 -0
  346. package/css/themes/custom/superhero/custom-superhero.css +909 -35
  347. package/css/themes/custom/superhero/navbar-superhero.css +32 -6
  348. package/css/themes/custom/superhero/panel-superhero.css +32 -12
  349. package/css/themes/custom/superhero/tabs-superhero.css +2 -2
  350. package/css/themes/custom/theme-general/button.css +194 -72
  351. package/css/themes/custom/theme-general/carousel.css +31 -1
  352. package/css/themes/custom/theme-general/forms.css +91 -6
  353. package/css/themes/custom/theme-general/login.css +250 -6
  354. package/css/themes/custom/theme-general/menu.css +177 -3
  355. package/css/themes/custom/theme-general/modal.css +137 -5
  356. package/css/themes/custom/theme-general/notification.css +47 -6
  357. package/css/themes/custom/theme-general/report-viewer.css +11 -11
  358. package/css/themes/custom/theme-general/scheduler.css +150 -3
  359. package/css/themes/custom/theme-general/slider.css +64 -8
  360. package/css/themes/custom/theme-general/table-grid.css +166 -7
  361. package/css/themes/custom/theme-general/tabs.css +12 -12
  362. package/css/themes/custom/theme-general/theme-general.css +401 -59
  363. package/css/themes/custom/theme-general/timeline.css +6 -6
  364. package/css/themes/custom/theme-general/treeview.css +10 -9
  365. package/css/themes/custom/united/button-united.css +187 -0
  366. package/css/themes/custom/united/custom-united.css +965 -0
  367. package/css/themes/custom/united/navbar-united.css +101 -0
  368. package/css/themes/custom/united/panel-united.css +121 -0
  369. package/css/themes/custom/yeti/button-yeti.css +274 -0
  370. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  371. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  372. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  373. package/css/themes/cyborg.min.css +5 -2
  374. package/css/themes/darkly.min.css +4 -2
  375. package/css/themes/dsgov.min.css +5 -2
  376. package/css/themes/flatly.min.css +4 -2
  377. package/css/themes/fuse.min.css +5 -2
  378. package/css/themes/journal.min.css +5 -2
  379. package/css/themes/lumen.min.css +5 -2
  380. package/css/themes/material.min.css +9 -3
  381. package/css/themes/materialui.min.css +9 -0
  382. package/css/themes/paper.min.css +5 -2
  383. package/css/themes/readable.min.css +5 -2
  384. package/css/themes/sandstone.min.css +5 -2
  385. package/css/themes/simplex.min.css +5 -2
  386. package/css/themes/slate.min.css +5 -2
  387. package/css/themes/spacelab.min.css +4 -3
  388. package/css/themes/superhero.min.css +4 -2
  389. package/css/themes/theme.editor.view.html +1820 -0
  390. package/css/themes/united.min.css +5 -2
  391. package/css/themes/yeti.min.css +5 -2
  392. package/deprecated/components/css/checkbox-color.css +348 -0
  393. package/deprecated/components/css/color-default.css +111 -0
  394. package/deprecated/components/css/combobox-color.css +145 -0
  395. package/deprecated/components/css/multiselect-editor.css +106 -0
  396. package/deprecated/components/css/option-color.css +335 -0
  397. package/deprecated/css/animate.css +433 -0
  398. package/deprecated/css/app.css +427 -0
  399. package/deprecated/css/cronos-template.css +0 -0
  400. package/deprecated/css/cronos.css +263 -0
  401. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  402. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  403. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  404. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  405. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  406. package/{css → deprecated/css}/modalTemplate.css +0 -0
  407. package/deprecated/css/themes/cerulean.min.css +7 -0
  408. package/deprecated/css/themes/cosmo.min.css +7 -0
  409. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  410. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  411. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  412. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  413. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  414. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  415. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  416. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  417. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  418. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  419. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  420. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  421. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  422. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  423. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  424. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  425. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  426. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  427. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  428. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  429. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  430. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  431. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  432. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  433. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  434. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  435. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  436. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  437. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  438. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  439. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  440. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  441. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  442. package/{css/themes/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  443. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  444. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  445. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  446. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  447. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  448. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  449. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  450. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  451. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  452. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  453. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  454. package/{css → deprecated/css}/themes/custom/fuse/components_css/alert.css +0 -0
  455. package/{css → deprecated/css}/themes/custom/fuse/components_css/badge.css +0 -0
  456. package/{css → deprecated/css}/themes/custom/fuse/components_css/blockquote.css +0 -0
  457. package/{css → deprecated/css}/themes/custom/fuse/components_css/breadcrumb.css +0 -0
  458. package/{css → deprecated/css}/themes/custom/fuse/components_css/btn.css +0 -0
  459. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  460. package/{css → deprecated/css}/themes/custom/fuse/components_css/close.css +0 -0
  461. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  462. package/{css → deprecated/css}/themes/custom/fuse/components_css/form.css +0 -0
  463. package/{css → deprecated/css}/themes/custom/fuse/components_css/glyphicon.css +0 -0
  464. package/{css → deprecated/css}/themes/custom/fuse/components_css/hidden.css +0 -0
  465. package/{css → deprecated/css}/themes/custom/fuse/components_css/import_components_css.css +0 -0
  466. package/{css → deprecated/css}/themes/custom/fuse/components_css/list-group.css +0 -0
  467. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  468. package/{css → deprecated/css}/themes/custom/fuse/components_css/modal.css +0 -0
  469. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  470. package/{css → deprecated/css}/themes/custom/fuse/components_css/pager.css +0 -0
  471. package/{css → deprecated/css}/themes/custom/fuse/components_css/pagination.css +0 -0
  472. package/{css → deprecated/css}/themes/custom/fuse/components_css/panel.css +0 -0
  473. package/{css → deprecated/css}/themes/custom/fuse/components_css/popover.css +0 -0
  474. package/{css → deprecated/css}/themes/custom/fuse/components_css/progress.css +0 -0
  475. package/{css → deprecated/css}/themes/custom/fuse/components_css/table.css +0 -0
  476. package/{css → deprecated/css}/themes/custom/fuse/components_css/thumbnail.css +0 -0
  477. package/{css → deprecated/css}/themes/custom/fuse/components_css/tooltip.css +0 -0
  478. package/{css → deprecated/css}/themes/custom/fuse/components_css/type_bootstrap.css +0 -0
  479. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  480. package/{css → deprecated/css}/themes/custom/fuse/components_css/well.css +0 -0
  481. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  482. package/{css → deprecated/css}/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  483. package/{css/themes/custom/fuse/font/fonts.css → deprecated/css/themes/custom/fuse/font/font.css} +0 -0
  484. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  485. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  486. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  487. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-carousel.css +0 -0
  488. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  489. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  490. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-enterprise.css +0 -0
  491. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  492. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  493. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  494. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/ui-notification.css +0 -0
  495. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  496. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  497. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  498. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  499. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  500. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  501. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  502. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  503. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  504. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  505. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  506. package/deprecated/css/themes/cyborg.min.css +7 -0
  507. package/deprecated/css/themes/darkly.min.css +7 -0
  508. package/deprecated/css/themes/flatly.min.css +7 -0
  509. package/deprecated/css/themes/fuse.min.css +7 -0
  510. package/deprecated/css/themes/journal.min.css +7 -0
  511. package/deprecated/css/themes/lumen.min.css +7 -0
  512. package/deprecated/css/themes/material.min.css +4 -0
  513. package/deprecated/css/themes/paper.min.css +7 -0
  514. package/deprecated/css/themes/readable.min.css +7 -0
  515. package/deprecated/css/themes/sandstone.min.css +7 -0
  516. package/deprecated/css/themes/simplex.min.css +7 -0
  517. package/deprecated/css/themes/slate.min.css +7 -0
  518. package/deprecated/css/themes/spacelab.min.css +7 -0
  519. package/deprecated/css/themes/superhero.min.css +7 -0
  520. package/deprecated/css/themes/united.min.css +7 -0
  521. package/deprecated/css/themes/yeti.min.css +7 -0
  522. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  523. package/deprecated/dist/components/css/color-default.css +1 -0
  524. package/deprecated/dist/components/css/combobox-color.css +1 -0
  525. package/deprecated/dist/components/css/font-size.css +1 -0
  526. package/deprecated/dist/components/css/image.css +1 -0
  527. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  528. package/deprecated/dist/components/css/option-color.css +1 -0
  529. package/deprecated/dist/components/js/format.min.js +1 -0
  530. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  531. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  532. package/deprecated/dist/components/js/qrcode.js +1 -0
  533. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  534. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  535. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  536. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  537. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  538. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  539. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  540. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  541. package/deprecated/dist/components/reports/reports.view.html +1 -0
  542. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  543. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  544. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  545. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  546. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  547. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  548. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  549. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  550. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  551. package/deprecated/dist/components/templates/banner.template.html +1 -0
  552. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  553. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  554. package/deprecated/dist/components/templates/button.template.html +1 -0
  555. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  556. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  557. package/deprecated/dist/components/templates/cell.template.html +1 -0
  558. package/deprecated/dist/components/templates/chart.template.html +1 -0
  559. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  560. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  561. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  562. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  563. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  564. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  565. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  566. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  567. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  568. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  569. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  570. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  571. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  572. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  573. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  574. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  575. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  576. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  577. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  578. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  579. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  580. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  581. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  582. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  583. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  584. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  585. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  586. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  587. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  588. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  589. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  590. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  591. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  592. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  593. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  594. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  595. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  596. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  597. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  598. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  599. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  600. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  601. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  602. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  603. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  604. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  605. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  606. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  607. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  608. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  609. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  610. package/deprecated/dist/components/templates/date.template.html +1 -0
  611. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  612. package/deprecated/dist/components/templates/div.template.html +1 -0
  613. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  614. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  615. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  616. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  617. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  618. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  619. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  620. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  621. package/deprecated/dist/components/templates/form.template.html +1 -0
  622. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  623. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  624. package/deprecated/dist/components/templates/grid.template.html +1 -0
  625. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  626. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  627. package/deprecated/dist/components/templates/head.template.html +1 -0
  628. package/deprecated/dist/components/templates/header.template.html +1 -0
  629. package/deprecated/dist/components/templates/icon.template.html +1 -0
  630. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  631. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  632. package/deprecated/dist/components/templates/image.template.html +1 -0
  633. package/deprecated/dist/components/templates/list.template.html +1 -0
  634. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  635. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  636. package/deprecated/dist/components/templates/panel.template.html +1 -0
  637. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  638. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  639. package/deprecated/dist/components/templates/rating.template.html +1 -0
  640. package/deprecated/dist/components/templates/row.template.html +1 -0
  641. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  642. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  643. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  644. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  645. package/deprecated/dist/components/templates/table.template.html +1 -0
  646. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  647. package/deprecated/dist/components/templates/text.template.html +1 -0
  648. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  649. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  650. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  651. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  652. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  653. package/deprecated/dist/components/templates/time.template.html +1 -0
  654. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  655. package/deprecated/dist/components/templates/title.template.html +1 -0
  656. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  657. package/deprecated/dist/css/animate.css +1 -0
  658. package/deprecated/dist/css/app.css +1 -0
  659. package/deprecated/dist/css/cronos-template.css +0 -0
  660. package/deprecated/dist/css/cronos.css +1 -0
  661. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  662. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  663. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  664. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  665. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  666. package/deprecated/dist/css/modalTemplate.css +1 -0
  667. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  668. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  669. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  670. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  671. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  672. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  673. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  674. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  675. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  676. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  677. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  678. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  679. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  680. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  681. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  682. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  683. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  684. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  685. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  686. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  687. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  688. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  689. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  690. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  691. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  692. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  693. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  694. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  695. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  696. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  697. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  698. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  699. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  700. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  701. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  702. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  703. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  704. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  705. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  706. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  707. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  708. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  709. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  710. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  711. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  712. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  713. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  714. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  715. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  716. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  717. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  718. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  719. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  720. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  721. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  722. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  723. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  724. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  725. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  726. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  727. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  728. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  729. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  730. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  731. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  732. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  733. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  734. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  735. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  736. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  737. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  738. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  739. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  740. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  741. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  742. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  743. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  744. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  745. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  746. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  747. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  748. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  749. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  750. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  751. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  752. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  753. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  754. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  755. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  756. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  757. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  758. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  759. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  760. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  761. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  762. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  763. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  764. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  765. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  766. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  767. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  768. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  769. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  770. package/deprecated/dist/css/themes/journal.min.css +1 -0
  771. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  772. package/deprecated/dist/css/themes/material.min.css +1 -0
  773. package/deprecated/dist/css/themes/paper.min.css +1 -0
  774. package/deprecated/dist/css/themes/readable.min.css +1 -0
  775. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  776. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  777. package/deprecated/dist/css/themes/slate.min.css +1 -0
  778. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  779. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  780. package/deprecated/dist/css/themes/united.min.css +1 -0
  781. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  784. package/deprecated/dist/img/ballon_icon.svg +1 -0
  785. package/deprecated/dist/img/barcode.png +0 -0
  786. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  839. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  840. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  841. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  842. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  843. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  844. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  845. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  846. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  847. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  848. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  849. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  850. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  851. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  852. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  853. package/deprecated/dist/img/cronGrid.png +0 -0
  854. package/deprecated/dist/img/cronRichEditor.png +0 -0
  855. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  856. package/deprecated/dist/img/img-user.svg +1 -0
  857. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  858. package/deprecated/dist/img/logo.png +0 -0
  859. package/deprecated/dist/img/logo.svg +1 -0
  860. package/deprecated/dist/img/nophoto.png +0 -0
  861. package/deprecated/dist/img/placehold-100x100.png +0 -0
  862. package/deprecated/dist/img/placehold-900x500.png +0 -0
  863. package/deprecated/dist/img/qrcode.png +0 -0
  864. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  865. package/deprecated/dist/img/selectFile.png +0 -0
  866. package/deprecated/dist/img/selectImg.svg +1 -0
  867. package/deprecated/dist/img/svg-charts.svg +1 -0
  868. package/deprecated/dist/img/switch.png +0 -0
  869. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  870. package/deprecated/dist/js/LocaleService.js +1 -0
  871. package/deprecated/dist/js/app.authentication.js +1 -0
  872. package/deprecated/dist/js/app.js +1 -0
  873. package/deprecated/dist/js/controllers.authentication.js +1 -0
  874. package/deprecated/dist/js/controllers.js +1 -0
  875. package/deprecated/dist/js/custom.controllers.js +1 -0
  876. package/deprecated/dist/js/customModules.js +1 -0
  877. package/deprecated/dist/js/customStateProvider.js +0 -0
  878. package/deprecated/dist/js/directives.js +14 -0
  879. package/deprecated/dist/js/filters.js +1 -0
  880. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  881. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  882. package/deprecated/dist/js/reports/reports.service.js +1 -0
  883. package/deprecated/dist/js/services.js +1 -0
  884. package/deprecated/dist/js/stateProvider.js +1 -0
  885. package/deprecated/dist/js/upload.service.js +1 -0
  886. package/deprecated/img/ballon_icon.svg +3 -0
  887. package/deprecated/img/barcode.png +0 -0
  888. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  889. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  890. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  891. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  892. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  893. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  894. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  895. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  896. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  897. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  898. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  899. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  900. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  901. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  902. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  903. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  904. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  905. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  906. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  907. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  908. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  909. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  910. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  911. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  912. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  913. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  914. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  915. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  916. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  917. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  918. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  919. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  920. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  921. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  922. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  923. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  924. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  925. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  926. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  927. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  928. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  929. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  930. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  931. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  932. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  933. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  934. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  935. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  936. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  937. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  938. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  939. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  940. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  941. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  942. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  943. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  944. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  945. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  946. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  947. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  948. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  949. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  950. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  951. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  952. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  953. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  954. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  955. package/deprecated/img/cronGrid.png +0 -0
  956. package/deprecated/img/cronRichEditor.png +0 -0
  957. package/deprecated/img/cronapp-logo-login.png +0 -0
  958. package/deprecated/img/img-user.svg +1 -0
  959. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  960. package/deprecated/img/logo.png +0 -0
  961. package/deprecated/img/logo.svg +1 -0
  962. package/deprecated/img/nophoto.png +0 -0
  963. package/deprecated/img/placehold-100x100.png +0 -0
  964. package/deprecated/img/placehold-900x500.png +0 -0
  965. package/deprecated/img/qrcode.png +0 -0
  966. package/deprecated/img/recaptcha-logo.svg +1 -0
  967. package/deprecated/img/selectFile.png +0 -0
  968. package/deprecated/img/selectImg.svg +44 -0
  969. package/deprecated/img/svg-charts.svg +1 -0
  970. package/dist/components/css/checkbox-color.css +1 -1
  971. package/dist/components/css/color-default.css +1 -1
  972. package/dist/components/css/combobox-color.css +1 -1
  973. package/dist/components/css/crn-input-password.css +1 -1
  974. package/dist/components/css/designtime.css +1 -1
  975. package/dist/components/css/font-size.css +1 -1
  976. package/dist/components/css/option-color.css +1 -1
  977. package/dist/components/js/format.min.js +1 -1
  978. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  979. package/dist/components/js/jquery.mask.min.js +1 -1
  980. package/dist/components/js/qrcode.js +1 -1
  981. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  982. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  983. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  984. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  985. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  986. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  987. package/dist/components/templates/accordion.template.html +1 -1
  988. package/dist/components/templates/anchor.template.html +1 -1
  989. package/dist/components/templates/button.template.html +1 -1
  990. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  991. package/dist/components/templates/cron-checkbox.template.html +1 -1
  992. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  993. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  994. package/dist/components/templates/cron-crud.template.html +1 -1
  995. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  996. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  997. package/dist/components/templates/cron-frame.template.html +1 -1
  998. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  999. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1000. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  1001. package/dist/components/templates/dynamicfile.template.html +1 -1
  1002. package/dist/components/templates/dynamictitle.template.html +1 -1
  1003. package/dist/components/templates/form.template.html +1 -1
  1004. package/dist/components/templates/icon.template.html +1 -1
  1005. package/dist/components/templates/image-menu.template.html +1 -1
  1006. package/dist/components/templates/navbar.template.html +1 -1
  1007. package/dist/components/templates/panel.template.html +1 -1
  1008. package/dist/components/templates/radiogroup.template.html +1 -1
  1009. package/dist/components/templates/rating.template.html +1 -1
  1010. package/dist/components/templates/social-button-bar.template.html +1 -1
  1011. package/dist/components/templates/sub-form.template.html +1 -1
  1012. package/dist/components/templates/textinputbutton.template.html +1 -1
  1013. package/dist/css/animate.css +1 -1
  1014. package/dist/css/app.css +1 -1
  1015. package/dist/css/cronos.css +1 -1
  1016. package/dist/css/modalTemplate.css +1 -1
  1017. package/dist/css/privacy/privacy.css +1 -1
  1018. package/dist/css/themes/aquamarine.min.css +1 -1
  1019. package/dist/css/themes/cerulean.min.css +1 -1
  1020. package/dist/css/themes/cosmo.min.css +1 -1
  1021. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1022. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1023. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1024. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -1
  1025. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1026. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1027. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  1028. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  1029. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  1030. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  1031. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1032. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1033. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1034. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1035. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1036. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1037. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1038. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1039. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1040. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  1041. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -1
  1042. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1046. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1047. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1048. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1049. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1050. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1051. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1052. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1053. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  1054. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  1055. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  1056. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1057. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1058. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1059. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1060. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1061. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1062. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1063. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1064. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1065. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1066. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1067. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1068. package/dist/css/themes/custom/material/custom-material.css +1 -1
  1069. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1070. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1071. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1072. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1073. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1074. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1075. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1076. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1077. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1078. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1079. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1080. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1081. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1082. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1083. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1084. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1085. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1086. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1087. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1088. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1089. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1090. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1091. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1092. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1093. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1094. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  1095. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  1096. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -1
  1097. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -1
  1098. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1099. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  1100. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  1101. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  1102. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  1103. package/dist/css/themes/custom/theme-general/button.css +1 -1
  1104. package/dist/css/themes/custom/theme-general/carousel.css +1 -1
  1105. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  1106. package/dist/css/themes/custom/theme-general/login.css +1 -1
  1107. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  1109. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  1110. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -1
  1111. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  1112. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  1113. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  1114. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  1115. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  1116. package/dist/css/themes/custom/theme-general/timeline.css +1 -1
  1117. package/dist/css/themes/custom/theme-general/treeview.css +1 -1
  1118. package/dist/css/themes/custom/united/button-united.css +1 -0
  1119. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1120. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1121. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1122. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1123. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1124. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1125. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1126. package/dist/css/themes/cyborg.min.css +1 -1
  1127. package/dist/css/themes/darkly.min.css +1 -1
  1128. package/dist/css/themes/dsgov.min.css +1 -1
  1129. package/dist/css/themes/flatly.min.css +1 -1
  1130. package/dist/css/themes/fuse.min.css +1 -1
  1131. package/dist/css/themes/journal.min.css +1 -1
  1132. package/dist/css/themes/lumen.min.css +1 -1
  1133. package/dist/css/themes/material.min.css +1 -1
  1134. package/dist/css/themes/materialui.min.css +1 -0
  1135. package/dist/css/themes/paper.min.css +1 -1
  1136. package/dist/css/themes/readable.min.css +1 -1
  1137. package/dist/css/themes/sandstone.min.css +1 -1
  1138. package/dist/css/themes/simplex.min.css +1 -1
  1139. package/dist/css/themes/slate.min.css +1 -1
  1140. package/dist/css/themes/spacelab.min.css +1 -1
  1141. package/dist/css/themes/superhero.min.css +1 -1
  1142. package/dist/css/themes/theme.editor.view.html +5 -0
  1143. package/dist/css/themes/united.min.css +1 -1
  1144. package/dist/css/themes/yeti.min.css +1 -1
  1145. package/dist/i18n/locale_en_us.json +4 -1
  1146. package/dist/i18n/locale_pt_br.json +4 -1
  1147. package/dist/img/cron-icon/crn-component.svg +1 -0
  1148. package/dist/js/app.js +1 -1
  1149. package/dist/js/controllers.js +1 -1
  1150. package/dist/js/dashboard/dashboard.service.js +1 -1
  1151. package/dist/js/directives.js +14 -1
  1152. package/dist/js/reports/reports.service.js +1 -1
  1153. package/dist/js/stateProvider.js +1 -1
  1154. package/gulpfile.js +1 -1
  1155. package/i18n/locale_en_us.json +4 -1
  1156. package/i18n/locale_pt_br.json +4 -1
  1157. package/img/cron-icon/crn-component.svg +22 -0
  1158. package/js/app.js +16 -2
  1159. package/js/controllers.js +10 -2
  1160. package/js/dashboard/dashboard.service.js +4 -2
  1161. package/js/directives.js +650 -347
  1162. package/js/reports/reports.service.js +5 -2
  1163. package/js/stateProvider.js +17 -8
  1164. package/package.json +4 -4
  1165. package/postupdate.json +128 -115
  1166. package/css/reset_password.css +0 -5
  1167. package/css/signup.css +0 -16
  1168. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  1169. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +0 -47
  1170. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +0 -620
  1171. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  1172. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  1173. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  1174. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  1175. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +0 -158
  1176. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +0 -24
  1177. package/css/themes/custom/_bootswatch-v3.3.3/close.css +0 -27
  1178. package/css/themes/custom/_bootswatch-v3.3.3/container.css +0 -49
  1179. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  1180. package/css/themes/custom/_bootswatch-v3.3.3/form.css +0 -401
  1181. package/css/themes/custom/_bootswatch-v3.3.3/has.css +0 -172
  1182. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  1183. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  1184. package/css/themes/custom/_bootswatch-v3.3.3/input.css +0 -39
  1185. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  1186. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  1187. package/css/themes/custom/_bootswatch-v3.3.3/label.css +0 -33
  1188. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  1189. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +0 -143
  1190. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  1191. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  1192. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  1193. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  1194. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +0 -27
  1195. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  1196. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +0 -27
  1197. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  1198. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +0 -264
  1199. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +0 -149
  1200. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +0 -22
  1201. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +0 -63
  1202. package/css/themes/custom/_bootswatch-v3.3.3/table.css +0 -268
  1203. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  1204. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  1205. package/css/themes/custom/_bootswatch-v3.3.3/visible.css +0 -261
  1206. package/css/themes/custom/_bootswatch-v3.3.3/well.css +0 -25
  1207. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  1208. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +0 -48
  1209. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +0 -26
  1210. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +0 -58
  1211. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +0 -725
  1212. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  1213. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  1214. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +0 -491
  1215. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  1216. package/css/themes/custom/_bootswatch-v3.3.6/close.css +0 -37
  1217. package/css/themes/custom/_bootswatch-v3.3.6/col.css +0 -787
  1218. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  1219. package/css/themes/custom/_bootswatch-v3.3.6/container.css +0 -31
  1220. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  1221. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  1222. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +0 -10
  1223. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  1224. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  1225. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  1226. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  1227. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  1228. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  1229. package/css/themes/custom/_bootswatch-v3.3.6/label.css +0 -35
  1230. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  1231. package/css/themes/custom/_bootswatch-v3.3.6/media.css +0 -60
  1232. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +0 -143
  1233. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +0 -276
  1234. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  1235. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +0 -44
  1236. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  1237. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +0 -288
  1238. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +0 -154
  1239. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +0 -95
  1240. package/css/themes/custom/_bootswatch-v3.3.6/table.css +0 -171
  1241. package/css/themes/custom/_bootswatch-v3.3.6/text.css +0 -31
  1242. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  1243. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  1244. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +0 -269
  1245. package/css/themes/custom/_bootswatch-v3.3.6/well.css +0 -31
  1246. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +0 -37
  1247. package/css/themes/custom/_bootswatch-v3.3.7/col.css +0 -787
  1248. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  1249. package/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1250. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1251. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  1252. package/css/themes/custom/_bootswatch-v3.3.7/text.css +0 -31
  1253. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  1254. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  1255. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +0 -27
  1256. package/css/themes/custom/_bootswatch-v4.1.3/align.css +0 -393
  1257. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +0 -26
  1258. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +0 -706
  1259. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  1260. package/css/themes/custom/_bootswatch-v4.1.3/border.css +0 -75
  1261. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  1262. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +0 -244
  1263. package/css/themes/custom/_bootswatch-v4.1.3/card.css +0 -260
  1264. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  1265. package/css/themes/custom/_bootswatch-v4.1.3/close.css +0 -27
  1266. package/css/themes/custom/_bootswatch-v4.1.3/col.css +0 -1125
  1267. package/css/themes/custom/_bootswatch-v4.1.3/container.css +0 -39
  1268. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +0 -413
  1269. package/css/themes/custom/_bootswatch-v4.1.3/display.css +0 -209
  1270. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  1271. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  1272. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +0 -318
  1273. package/css/themes/custom/_bootswatch-v4.1.3/float.css +0 -59
  1274. package/css/themes/custom/_bootswatch-v4.1.3/form.css +0 -294
  1275. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  1276. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  1277. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  1278. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  1279. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +0 -136
  1280. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  1281. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +0 -711
  1282. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +0 -182
  1283. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +0 -45
  1284. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  1285. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +0 -611
  1286. package/css/themes/custom/_bootswatch-v4.1.3/page.css +0 -55
  1287. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  1288. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +0 -199
  1289. package/css/themes/custom/_bootswatch-v4.1.3/position.css +0 -20
  1290. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +0 -46
  1291. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  1292. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  1293. package/css/themes/custom/_bootswatch-v4.1.3/table.css +0 -96
  1294. package/css/themes/custom/_bootswatch-v4.1.3/text.css +0 -113
  1295. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  1296. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +0 -239
  1297. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  1298. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1299. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1300. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1301. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1302. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1303. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1304. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1305. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1306. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1307. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1308. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1309. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1310. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1311. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1312. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1313. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1314. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1315. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1316. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1317. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1318. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1319. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1320. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1321. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1322. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1323. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1324. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1325. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1326. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1327. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1328. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1329. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1330. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1331. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1332. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1333. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1334. package/css/themes/custom/aquamarine/font/fonts.css +0 -162
  1335. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1336. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1337. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  1338. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  1339. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  1340. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  1341. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  1342. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  1343. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  1344. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  1345. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  1346. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  1347. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  1348. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  1349. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  1350. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  1351. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1352. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  1353. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  1354. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  1355. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1356. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  1357. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  1358. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  1359. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  1360. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  1361. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  1362. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  1363. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  1364. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  1365. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  1366. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  1367. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  1368. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  1369. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  1370. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  1371. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  1372. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  1373. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  1374. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  1375. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  1376. package/css/themes/custom/dsgov/custom-dsgov.min.css +0 -3246
  1377. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1378. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1379. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1380. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1381. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1382. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1383. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1384. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1385. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1386. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1387. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1388. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1389. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1390. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1391. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1392. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1393. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1394. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1395. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1396. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1397. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1398. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1399. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1400. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1401. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1402. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1403. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1404. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1405. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1406. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1407. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1408. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1409. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1410. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1411. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1412. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1413. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1414. package/css/themes/custom/dsgov/font2/fonts.css +0 -144
  1415. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1416. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1417. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1418. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1419. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1420. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1421. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1422. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1423. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1424. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1425. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1426. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1427. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1428. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1429. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1430. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1431. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1432. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1433. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1434. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1435. package/css/themes/custom/fuse/img/arrow-gray.svg +0 -9
  1436. package/css/themes/custom/fuse/img/arrow-white.svg +0 -9
  1437. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1438. package/css/themes/custom/lumen/custom-lumen.min.css +0 -3479
  1439. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1440. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1441. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1442. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1443. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1444. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1445. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1446. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1447. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1448. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1449. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1450. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1451. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1452. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1453. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1454. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1455. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1456. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1457. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1458. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1459. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1460. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1461. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1462. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1463. package/css/themes/custom/lumen/font/fonts.css +0 -108
  1464. package/css/themes/custom/lumen/img/arrow-gray.svg +0 -11
  1465. package/css/themes/custom/lumen/img/arrow-white.svg +0 -11
  1466. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1467. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1468. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1469. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1470. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1471. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1472. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1473. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1474. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1475. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1476. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1477. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1478. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1479. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1480. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1481. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1482. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1483. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1484. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1485. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1486. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1487. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1488. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1489. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1490. package/css/themes/custom/material/font/fonts.css +0 -108
  1491. package/css/themes/custom/material/img/arrow-gray.svg +0 -11
  1492. package/css/themes/custom/material/img/arrow-white.svg +0 -11
  1493. package/css/themes/custom/material_raiz/components_css/crn-button.css +0 -174
  1494. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  1495. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  1496. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +0 -185
  1497. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  1498. package/css/themes/custom/material_raiz/components_css/login.css +0 -38
  1499. package/css/themes/custom/material_raiz/custom-material_raiz.css +0 -363
  1500. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1501. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1502. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1503. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1504. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1505. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1506. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1507. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1508. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1509. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1510. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1511. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1512. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1513. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1514. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1515. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1516. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1517. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1518. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1519. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1520. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1521. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1522. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1523. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1524. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1525. package/css/themes/custom/spacelab/font/fonts.css +0 -89
  1526. package/css/themes/custom/theme-general/cookies.css +0 -34
  1527. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1528. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1529. package/css/themes/material_raiz.min.css +0 -3
  1530. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1531. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1532. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1533. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1534. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1535. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1536. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1537. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1538. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1539. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1540. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1541. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1542. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1543. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1544. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1545. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1546. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1547. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1548. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1549. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1550. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1551. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1552. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1553. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1554. package/dist/css/themes/custom/lumen/font/fonts.css +0 -1
  1555. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +0 -1
  1556. package/dist/css/themes/custom/lumen/img/arrow-white.svg +0 -1
  1557. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1558. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1559. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1560. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1561. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1562. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1563. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1564. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1565. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1566. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1567. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1568. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1569. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1570. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1571. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1572. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1573. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1574. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1575. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1576. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1577. package/dist/css/themes/custom/spacelab/font/fonts.css +0 -1
  1578. package/dist/css/themes/custom/theme-general/cookies.css +0 -1
@@ -1,474 +1,1088 @@
1
- /* theme */
2
-
3
- .checkbox-theme .k-checkbox:focus+.k-checkbox-label:before,
4
- .checkbox-theme .k-checkbox:hover+.k-checkbox-label:before,
5
- .checkbox-theme .k-radio:focus+.k-radio-label:before,
6
- .checkbox-theme .k-radio:hover+.k-radio-label:before {
7
- box-shadow: 0 0 5px 0 var(--light-blue);
8
- border-color: var(--light-blue);
9
- }
10
-
11
- .checkbox-theme .k-checkbox:checked+.k-checkbox-label:before,
12
- .checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:before {
13
- border-color: var(--light-blue);
14
- background-color: var(--light-blue);
15
- }
16
-
17
- .checkbox-theme .k-checkbox:checked+.k-checkbox-label:after,
18
- .checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:after {
19
- background-color: var(--blue);
20
- border-color: var(--light-blue);
1
+ .k-checkbox-label:before {
2
+ background: transparent;
3
+ }
4
+
5
+ .k-checkbox-label:active:before,
6
+ .k-checkbox:active+.k-checkbox-label:before,
7
+ .k-checkbox:checked+.k-checkbox-label:before,
8
+ .k-checkbox:indeterminate+.k-checkbox-label:before {
9
+ box-shadow: none;
10
+ }
11
+
12
+ /* default */
13
+ .k-checkbox:checked+.k-checkbox-label:before,
14
+ .k-checkbox:indeterminate+.k-checkbox-label:before,
15
+ .k-checkbox-label:hover:before,
16
+ .k-checkbox:checked+.k-checkbox-label:hover:before,
17
+ .k-checkbox:checked:hover+.k-checkbox-label:before,
18
+ .k-checkbox:hover+.k-checkbox-label:before,
19
+ .k-checkbox-label:active:before,
20
+ .k-checkbox:active+.k-checkbox-label:before,
21
+ .k-checkbox:focus+.k-checkbox-label:before,
22
+ .k-checkbox:hover+.k-checkbox-label:before,
23
+ .k-checkbox:checked+.k-checkbox-label:after,
24
+ .k-checkbox:indeterminate+.k-checkbox-label:after,
25
+ .k-checkbox-label:before,
26
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
27
+ .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
28
+ .checkbox-default .k-checkbox-label:hover:before,
29
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
30
+ .checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
31
+ .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
32
+ .checkbox-default .k-checkbox-label:active:before,
33
+ .checkbox-default .k-checkbox:active+.k-checkbox-label:before,
34
+ .checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
35
+ .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
36
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
37
+ .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,
38
+ .checkbox-default .k-checkbox-label:before {
39
+ border-color: var(--colorDefault40, #3b448e);
40
+ }
41
+
42
+ .k-checkbox-label:hover:before,
43
+ .k-checkbox:checked+.k-checkbox-label:hover:before,
44
+ .k-checkbox:checked:hover+.k-checkbox-label:before,
45
+ .k-checkbox:hover+.k-checkbox-label:before,
46
+ .k-checkbox:focus+.k-checkbox-label:before,
47
+ .k-checkbox:hover+.k-checkbox-label:before,
48
+ .checkbox-default .k-checkbox-label:hover:before,
49
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
50
+ .checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
51
+ .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
52
+ .checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
53
+ .checkbox-default .k-checkbox:hover+.k-checkbox-label:before {
54
+ box-shadow: 0 0 5px 0 var(--colorDefault50, #343c7c);
55
+ }
56
+
57
+ .k-checkbox:checked+.k-checkbox-label:before,
58
+ .k-checkbox:indeterminate+.k-checkbox-label:before,
59
+ .k-checkbox:checked+.k-checkbox-label:after,
60
+ .k-checkbox:indeterminate+.k-checkbox-label:after,
61
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
62
+ .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
63
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
64
+ .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after {
65
+ background: var(--colorDefault40, #3b448e);
66
+ color: var(--textColorDefault40, #ffffff);
67
+ }
68
+
69
+ /* primary */
70
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before,
71
+ .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:before,
72
+ .checkbox-primary .k-checkbox-label:hover:before,
73
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:hover:before,
74
+ .checkbox-primary .k-checkbox:checked:hover+.k-checkbox-label:before,
75
+ .checkbox-primary .k-checkbox:hover+.k-checkbox-label:before,
76
+ .checkbox-primary .k-checkbox-label:active:before,
77
+ .checkbox-primary .k-checkbox:active+.k-checkbox-label:before,
78
+ .checkbox-primary .k-checkbox:focus+.k-checkbox-label:before,
79
+ .checkbox-primary .k-checkbox:hover+.k-checkbox-label:before,
80
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:after,
81
+ .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:after,
82
+ .checkbox-primary .k-checkbox-label:before {
83
+ border-color: var(--colorPrimary40, #5665be);
84
+ }
85
+
86
+ .checkbox-primary .k-checkbox-label:hover:before,
87
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:hover:before,
88
+ .checkbox-primary .k-checkbox:checked:hover+.k-checkbox-label:before,
89
+ .checkbox-primary .k-checkbox:hover+.k-checkbox-label:before,
90
+ .checkbox-primary .k-checkbox:focus+.k-checkbox-label:before,
91
+ .checkbox-primary .k-checkbox:hover+.k-checkbox-label:before {
92
+ box-shadow: 0 0 5px 0 var(--colorPrimary50, #4b58a6);
93
+ }
94
+
95
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before,
96
+ .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:before,
97
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:after,
98
+ .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:after {
99
+ background: var(--colorPrimary40, #5665be);
100
+ color: var(--textColorPrimary40, #ffffff);
101
+ }
102
+
103
+ /* success */
104
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:before,
105
+ .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:before,
106
+ .checkbox-success .k-checkbox-label:hover:before,
107
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:hover:before,
108
+ .checkbox-success .k-checkbox:checked:hover+.k-checkbox-label:before,
109
+ .checkbox-success .k-checkbox:hover+.k-checkbox-label:before,
110
+ .checkbox-success .k-checkbox-label:active:before,
111
+ .checkbox-success .k-checkbox:active+.k-checkbox-label:before,
112
+ .checkbox-success .k-checkbox:focus+.k-checkbox-label:before,
113
+ .checkbox-success .k-checkbox:hover+.k-checkbox-label:before,
114
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:after,
115
+ .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:after,
116
+ .checkbox-success .k-checkbox-label:before {
117
+ border-color: var(--colorSuccess40, #33cd5f);
118
+ }
119
+
120
+ .checkbox-success .k-checkbox-label:hover:before,
121
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:hover:before,
122
+ .checkbox-success .k-checkbox:checked:hover+.k-checkbox-label:before,
123
+ .checkbox-success .k-checkbox:hover+.k-checkbox-label:before,
124
+ .checkbox-success .k-checkbox:focus+.k-checkbox-label:before,
125
+ .checkbox-success .k-checkbox:hover+.k-checkbox-label:before {
126
+ box-shadow: 0 0 5px 0 var(--colorSuccess50, #2db353);
127
+ }
128
+
129
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:before,
130
+ .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:before,
131
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:after,
132
+ .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:after {
133
+ background: var(--colorSuccess40, #33cd5f);
134
+ color: var(--textColorSuccess40, #ffffff);
135
+ }
136
+
137
+ /* info */
138
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
139
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
140
+ .checkbox-info .k-checkbox-label:hover:before,
141
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,
142
+ .checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,
143
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
144
+ .checkbox-info .k-checkbox-label:active:before,
145
+ .checkbox-info .k-checkbox:active+.k-checkbox-label:before,
146
+ .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
147
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
148
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
149
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after,
150
+ .checkbox-info .k-checkbox-label:before {
151
+ border-color: var(--colorCalm40, #11c1f3);
152
+ }
153
+
154
+ .checkbox-info .k-checkbox-label:hover:before,
155
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,
156
+ .checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,
157
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
158
+ .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
159
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before {
160
+ box-shadow: 0 0 5px 0 var(--colorCalm50, #0fa9d5);
161
+ }
162
+
163
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
164
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
165
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
166
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after {
167
+ background: var(--colorCalm40, #11c1f3);
168
+ color: var(--textColorCalm40, #ffffff);
169
+ }
170
+
171
+ /* warning */
172
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before,
173
+ .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:before,
174
+ .checkbox-warning .k-checkbox-label:hover:before,
175
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:hover:before,
176
+ .checkbox-warning .k-checkbox:checked:hover+.k-checkbox-label:before,
177
+ .checkbox-warning .k-checkbox:hover+.k-checkbox-label:before,
178
+ .checkbox-warning .k-checkbox-label:active:before,
179
+ .checkbox-warning .k-checkbox:active+.k-checkbox-label:before,
180
+ .checkbox-warning .k-checkbox:focus+.k-checkbox-label:before,
181
+ .checkbox-warning .k-checkbox:hover+.k-checkbox-label:before,
182
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:after,
183
+ .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:after,
184
+ .checkbox-warning .k-checkbox-label:before {
185
+ border-color: var(--colorWarning40, #ffc900);
186
+ }
187
+
188
+ .checkbox-warning .k-checkbox-label:hover:before,
189
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:hover:before,
190
+ .checkbox-warning .k-checkbox:checked:hover+.k-checkbox-label:before,
191
+ .checkbox-warning .k-checkbox:hover+.k-checkbox-label:before,
192
+ .checkbox-warning .k-checkbox:focus+.k-checkbox-label:before,
193
+ .checkbox-warning .k-checkbox:hover+.k-checkbox-label:before {
194
+ box-shadow: 0 0 5px 0 var(--colorWarning50, #dfb000);
195
+ }
196
+
197
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before,
198
+ .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:before,
199
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:after,
200
+ .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:after {
201
+ background: var(--colorWarning40, #ffc900);
202
+ color: var(--textColorWarning40, #ffffff);
203
+ }
204
+
205
+ /* danger */
206
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before,
207
+ .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:before,
208
+ .checkbox-danger .k-checkbox-label:hover:before,
209
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:hover:before,
210
+ .checkbox-danger .k-checkbox:checked:hover+.k-checkbox-label:before,
211
+ .checkbox-danger .k-checkbox:hover+.k-checkbox-label:before,
212
+ .checkbox-danger .k-checkbox-label:active:before,
213
+ .checkbox-danger .k-checkbox:active+.k-checkbox-label:before,
214
+ .checkbox-danger .k-checkbox:focus+.k-checkbox-label:before,
215
+ .checkbox-danger .k-checkbox:hover+.k-checkbox-label:before,
216
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:after,
217
+ .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:after,
218
+ .checkbox-danger .k-checkbox-label:before {
219
+ border-color: var(--colorDanger40, #ef473a);
220
+ }
221
+
222
+ .checkbox-danger .k-checkbox-label:hover:before,
223
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:hover:before,
224
+ .checkbox-danger .k-checkbox:checked:hover+.k-checkbox-label:before,
225
+ .checkbox-danger .k-checkbox:hover+.k-checkbox-label:before,
226
+ .checkbox-danger .k-checkbox:focus+.k-checkbox-label:before,
227
+ .checkbox-danger .k-checkbox:hover+.k-checkbox-label:before {
228
+ box-shadow: 0 0 5px 0 var(--colorDanger50, #d13e33);
229
+ }
230
+
231
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before,
232
+ .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:before,
233
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:after,
234
+ .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:after {
235
+ background: var(--colorDanger40, #ef473a);
236
+ color: var(--textColorDanger40, #ffffff);
237
+ }
238
+
239
+ /* light */
240
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
241
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
242
+ .checkbox-light .k-checkbox-label:hover:before,
243
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
244
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
245
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
246
+ .checkbox-light .k-checkbox-label:active:before,
247
+ .checkbox-light .k-checkbox:active+.k-checkbox-label:before,
248
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
249
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
250
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
251
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
252
+ .checkbox-light .k-checkbox-label:before {
253
+ border-color: var(--colorLight40, #ffffff);
254
+ }
255
+
256
+ .checkbox-light .k-checkbox-label:hover:before,
257
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
258
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
259
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
260
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
261
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before {
262
+ box-shadow: 0 0 5px 0 var(--colorLight50, #dfdfdf);
263
+ }
264
+
265
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
266
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
267
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
268
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
269
+ background: var(--colorLight40, #ffffff);
270
+ color: var(--textColorLight40, #444444);
271
+ }
272
+
273
+ /* Stable */
274
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
275
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
276
+ .checkbox-stable .k-checkbox-label:hover:before,
277
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
278
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
279
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
280
+ .checkbox-stable .k-checkbox-label:active:before,
281
+ .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
282
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
283
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
284
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
285
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
286
+ .checkbox-stable .k-checkbox-label:before {
287
+ border-color: var(--colorStable40, #f8f8f8);
288
+ }
289
+
290
+ .checkbox-stable .k-checkbox-label:hover:before,
291
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
292
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
293
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
294
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
295
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before {
296
+ box-shadow: 0 0 5px 0 var(--colorStable50, #d9d9d9);
297
+ }
298
+
299
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
300
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
301
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
302
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
303
+ background: var(--colorStable40, #f8f8f8);
304
+ color: var(--textColorStable40, #ffffff);
305
+ }
306
+
307
+ /* Royal */
308
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before,
309
+ .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:before,
310
+ .checkbox-royal .k-checkbox-label:hover:before,
311
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:hover:before,
312
+ .checkbox-royal .k-checkbox:checked:hover+.k-checkbox-label:before,
313
+ .checkbox-royal .k-checkbox:hover+.k-checkbox-label:before,
314
+ .checkbox-royal .k-checkbox-label:active:before,
315
+ .checkbox-royal .k-checkbox:active+.k-checkbox-label:before,
316
+ .checkbox-royal .k-checkbox:focus+.k-checkbox-label:before,
317
+ .checkbox-royal .k-checkbox:hover+.k-checkbox-label:before,
318
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:after,
319
+ .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:after,
320
+ .checkbox-royal .k-checkbox-label:before {
321
+ border-color: var(--colorRoyal40, #886aea);
322
+ }
323
+
324
+ .checkbox-royal .k-checkbox-label:hover:before,
325
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:hover:before,
326
+ .checkbox-royal .k-checkbox:checked:hover+.k-checkbox-label:before,
327
+ .checkbox-royal .k-checkbox:hover+.k-checkbox-label:before,
328
+ .checkbox-royal .k-checkbox:focus+.k-checkbox-label:before,
329
+ .checkbox-royal .k-checkbox:hover+.k-checkbox-label:before {
330
+ box-shadow: 0 0 5px 0 var(--colorRoyal50, #775dcd);
331
+ }
332
+
333
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before,
334
+ .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:before,
335
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:after,
336
+ .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:after {
337
+ background: var(--colorRoyal40, #886aea);
338
+ color: var(--textColorRoyal40, #ffffff);
339
+ }
340
+
341
+ /* Dark */
342
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before,
343
+ .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:before,
344
+ .checkbox-dark .k-checkbox-label:hover:before,
345
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:hover:before,
346
+ .checkbox-dark .k-checkbox:checked:hover+.k-checkbox-label:before,
347
+ .checkbox-dark .k-checkbox:hover+.k-checkbox-label:before,
348
+ .checkbox-dark .k-checkbox-label:active:before,
349
+ .checkbox-dark .k-checkbox:active+.k-checkbox-label:before,
350
+ .checkbox-dark .k-checkbox:focus+.k-checkbox-label:before,
351
+ .checkbox-dark .k-checkbox:hover+.k-checkbox-label:before,
352
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:after,
353
+ .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:after,
354
+ .checkbox-dark .k-checkbox-label:before {
355
+ border-color: var(--colorDark40, #444444);
356
+ }
357
+
358
+ .checkbox-dark .k-checkbox-label:hover:before,
359
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:hover:before,
360
+ .checkbox-dark .k-checkbox:checked:hover+.k-checkbox-label:before,
361
+ .checkbox-dark .k-checkbox:hover+.k-checkbox-label:before,
362
+ .checkbox-dark .k-checkbox:focus+.k-checkbox-label:before,
363
+ .checkbox-dark .k-checkbox:hover+.k-checkbox-label:before {
364
+ box-shadow: 0 0 5px 0 var(--colorDark50, #3c3c3c);
365
+ }
366
+
367
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before,
368
+ .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:before,
369
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:after,
370
+ .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:after {
371
+ background: var(--colorDark40, #444444);
372
+ color: var(--textColorDark40, #ffffff);
21
373
  }
22
374
 
23
375
  /* white */
24
-
376
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
377
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before,
378
+ .checkbox-white .k-checkbox-label:hover:before,
379
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:hover:before,
380
+ .checkbox-white .k-checkbox:checked:hover+.k-checkbox-label:before,
381
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
382
+ .checkbox-white .k-checkbox-label:active:before,
383
+ .checkbox-white .k-checkbox:active+.k-checkbox-label:before,
25
384
  .checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
26
385
  .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
27
- .checkbox-white .k-radio:focus+.k-radio-label:before,
28
- .checkbox-white .k-radio:hover+.k-radio-label:before {
29
- box-shadow: 0 0 5px 0 #707070;
30
- border-color: #707070;
386
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
387
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after,
388
+ .checkbox-white .k-checkbox-label:before {
389
+ border-color: var(--white, #ffffff);
31
390
  }
32
391
 
33
- .checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
34
- .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before {
35
- border-color: #707070;
36
- background-color: #707070;
392
+ .checkbox-white .k-checkbox-label:hover:before,
393
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:hover:before,
394
+ .checkbox-white .k-checkbox:checked:hover+.k-checkbox-label:before,
395
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
396
+ .checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
397
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before {
398
+ box-shadow: 0 0 5px 0 var(--gray_border, #707070);
37
399
  }
38
400
 
401
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
402
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before,
39
403
  .checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
40
404
  .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after {
41
- background-color: var(--white);
42
- border-color: #707070;
43
- color: var(--black);
405
+ background: var(--white, #ffffff);
406
+ color: var(--black, #000000);
44
407
  }
45
408
 
46
409
  /* gray */
47
-
410
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
411
+ .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before,
412
+ .checkbox-gray .k-checkbox-label:hover:before,
413
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:hover:before,
414
+ .checkbox-gray .k-checkbox:checked:hover+.k-checkbox-label:before,
415
+ .checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,
416
+ .checkbox-gray .k-checkbox-label:active:before,
417
+ .checkbox-gray .k-checkbox:active+.k-checkbox-label:before,
48
418
  .checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,
49
419
  .checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,
50
- .checkbox-gray .k-radio:focus+.k-radio-label:before,
51
- .checkbox-gray .k-radio:hover+.k-radio-label:before {
52
- box-shadow: 0 0 5px 0 #707070;
53
- border-color: #707070;
420
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,
421
+ .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after,
422
+ .checkbox-gray .k-checkbox-label:before {
423
+ border-color: var(--gray, #333333);
54
424
  }
55
425
 
56
- .checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
57
- .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before {
58
- border-color: #707070;
59
- background-color: #707070;
426
+ .checkbox-gray .k-checkbox-label:hover:before,
427
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:hover:before,
428
+ .checkbox-gray .k-checkbox:checked:hover+.k-checkbox-label:before,
429
+ .checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,
430
+ .checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,
431
+ .checkbox-gray .k-checkbox:hover+.k-checkbox-label:before {
432
+ box-shadow: 0 0 5px 0 var(--gray_border, #707070);
60
433
  }
61
434
 
435
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
436
+ .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before,
62
437
  .checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,
63
438
  .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after {
64
- background-color: var(--gray);
65
- border-color: #707070;
439
+ background: var(--gray, #333333);
440
+ color: var(--white, #ffffff);
66
441
  }
67
442
 
68
443
  /* black */
69
-
444
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
445
+ .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before,
446
+ .checkbox-black .k-checkbox-label:hover:before,
447
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:hover:before,
448
+ .checkbox-black .k-checkbox:checked:hover+.k-checkbox-label:before,
449
+ .checkbox-black .k-checkbox:hover+.k-checkbox-label:before,
450
+ .checkbox-black .k-checkbox-label:active:before,
451
+ .checkbox-black .k-checkbox:active+.k-checkbox-label:before,
70
452
  .checkbox-black .k-checkbox:focus+.k-checkbox-label:before,
71
453
  .checkbox-black .k-checkbox:hover+.k-checkbox-label:before,
72
- .checkbox-black .k-radio:focus+.k-radio-label:before,
73
- .checkbox-black .k-radio:hover+.k-radio-label:before {
74
- box-shadow: 0 0 5px 0 #707070;
75
- border-color: #707070;
454
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:after,
455
+ .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after,
456
+ .checkbox-black .k-checkbox-label:before {
457
+ border-color: var(--black, #000000);
76
458
  }
77
459
 
78
- .checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
79
- .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before {
80
- border-color: #707070;
81
- background-color: #707070;
460
+ .checkbox-black .k-checkbox-label:hover:before,
461
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:hover:before,
462
+ .checkbox-black .k-checkbox:checked:hover+.k-checkbox-label:before,
463
+ .checkbox-black .k-checkbox:hover+.k-checkbox-label:before,
464
+ .checkbox-black .k-checkbox:focus+.k-checkbox-label:before,
465
+ .checkbox-black .k-checkbox:hover+.k-checkbox-label:before {
466
+ box-shadow: 0 0 5px 0 var(--gray_border, #707070);
82
467
  }
83
468
 
469
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
470
+ .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before,
84
471
  .checkbox-black .k-checkbox:checked+.k-checkbox-label:after,
85
472
  .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after {
86
- background-color: var(--black);
87
- border-color: #707070;
473
+ background: var(--black, #000000);
474
+ color: var(--white, #ffffff);
88
475
  }
89
476
 
90
477
  /* blue */
91
-
478
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
479
+ .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
480
+ .checkbox-blue .k-checkbox-label:hover:before,
481
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
482
+ .checkbox-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
483
+ .checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,
484
+ .checkbox-blue .k-checkbox-label:active:before,
485
+ .checkbox-blue .k-checkbox:active+.k-checkbox-label:before,
92
486
  .checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,
93
487
  .checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,
94
- .checkbox-blue .k-radio:focus+.k-radio-label:before,
95
- .checkbox-blue .k-radio:hover+.k-radio-label:before {
96
- box-shadow: 0 0 5px 0 var(--light-blue);
97
- border-color: var(--light-blue);
488
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,
489
+ .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after,
490
+ .checkbox-blue .k-checkbox-label:before {
491
+ border-color: var(--blue, #0247FE);
98
492
  }
99
493
 
100
- .checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
101
- .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
102
- border-color: var(--light-blue);
103
- background-color: var(--light-blue);
494
+ .checkbox-blue .k-checkbox-label:hover:before,
495
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
496
+ .checkbox-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
497
+ .checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,
498
+ .checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,
499
+ .checkbox-blue .k-checkbox:hover+.k-checkbox-label:before {
500
+ box-shadow: 0 0 5px 0 var(--light-blue, #85A5FF);
104
501
  }
105
502
 
503
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
504
+ .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
106
505
  .checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,
107
506
  .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
108
- background-color: var(--blue);
109
- border-color: var(--light-blue);
507
+ background: var(--blue, #0247FE);
508
+ color: var(--white, #ffffff);
110
509
  }
111
510
 
112
511
  /* light blue */
113
-
512
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
513
+ .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
514
+ .checkbox-light-blue .k-checkbox-label:hover:before,
515
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
516
+ .checkbox-light-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
517
+ .checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,
518
+ .checkbox-light-blue .k-checkbox-label:active:before,
519
+ .checkbox-light-blue .k-checkbox:active+.k-checkbox-label:before,
114
520
  .checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,
115
521
  .checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,
116
- .checkbox-light-blue .k-radio:focus+.k-radio-label:before,
117
- .checkbox-light-blue .k-radio:hover+.k-radio-label:before {
118
- box-shadow: 0 0 5px 0 #3155b8;
119
- border-color: #3155b8;
522
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,
523
+ .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after,
524
+ .checkbox-light-blue .k-checkbox-label:before {
525
+ border-color: var(--light-blue, #85A5FF);
120
526
  }
121
527
 
122
- .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
123
- .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
124
- border-color: #3155b8;
125
- background-color: #3155b8;
528
+ .checkbox-light-blue .k-checkbox-label:hover:before,
529
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
530
+ .checkbox-light-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
531
+ .checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,
532
+ .checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,
533
+ .checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before {
534
+ box-shadow: 0 0 5px 0 var(--light-blue_border, #3155b8);
126
535
  }
127
536
 
537
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
538
+ .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
128
539
  .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,
129
540
  .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
130
- background-color: var(--light-blue);
131
- border-color: #3155b8;
541
+ background: var(--light-blue, #85A5FF);
542
+ color: var(--white, #ffffff);
132
543
  }
133
544
 
134
545
  /* Dark blue */
135
-
546
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
547
+ .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
548
+ .checkbox-dark-blue .k-checkbox-label:hover:before,
549
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
550
+ .checkbox-dark-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
551
+ .checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,
552
+ .checkbox-dark-blue .k-checkbox-label:active:before,
553
+ .checkbox-dark-blue .k-checkbox:active+.k-checkbox-label:before,
136
554
  .checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,
137
555
  .checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,
138
- .checkbox-dark-blue .k-radio:focus+.k-radio-label:before,
139
- .checkbox-dark-blue .k-radio:hover+.k-radio-label:before {
140
- box-shadow: 0 0 5px 0 #4869c7;
141
- border-color: #4869c7;
556
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,
557
+ .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after,
558
+ .checkbox-dark-blue .k-checkbox-label:before {
559
+ border-color: var(--dark-blue, #00217A);
142
560
  }
143
561
 
144
- .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
145
- .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
146
- border-color: #4869c7;
147
- background-color: #4869c7;
562
+ .checkbox-dark-blue .k-checkbox-label:hover:before,
563
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:hover:before,
564
+ .checkbox-dark-blue .k-checkbox:checked:hover+.k-checkbox-label:before,
565
+ .checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,
566
+ .checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,
567
+ .checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before {
568
+ box-shadow: 0 0 5px 0 var(--dark-blue_border, #4869c7);
148
569
  }
149
570
 
571
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
572
+ .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before,
150
573
  .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,
151
574
  .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
152
- background-color: var(--dark-blue);
153
- border-color: #4869c7;
575
+ background: var(--dark-blue, #00217A);
576
+ color: var(--white, #ffffff);
154
577
  }
155
578
 
156
579
  /* Purple */
157
-
580
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
581
+ .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
582
+ .checkbox-purple .k-checkbox-label:hover:before,
583
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
584
+ .checkbox-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
585
+ .checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,
586
+ .checkbox-purple .k-checkbox-label:active:before,
587
+ .checkbox-purple .k-checkbox:active+.k-checkbox-label:before,
158
588
  .checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,
159
589
  .checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,
160
- .checkbox-purple .k-radio:focus+.k-radio-label:before,
161
- .checkbox-purple .k-radio:hover+.k-radio-label:before {
162
- box-shadow: 0 0 5px 0 #8645f4;
163
- border-color: #8645f4;
590
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,
591
+ .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after,
592
+ .checkbox-purple .k-checkbox-label:before {
593
+ border-color: var(--purple, #3D01A4);
164
594
  }
165
595
 
166
- .checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
167
- .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
168
- border-color: #8645f4;
169
- background-color: #8645f4;
596
+ .checkbox-purple .k-checkbox-label:hover:before,
597
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
598
+ .checkbox-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
599
+ .checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,
600
+ .checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,
601
+ .checkbox-purple .k-checkbox:hover+.k-checkbox-label:before {
602
+ box-shadow: 0 0 5px 0 var(--purple_border, #8645f4);
170
603
  }
171
604
 
605
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
606
+ .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
172
607
  .checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,
173
608
  .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
174
- background-color: var(--purple);
175
- border-color: #8645f4;
609
+ background: var(--purple, #3D01A4);
610
+ color: var(--white, #ffffff);
176
611
  }
177
612
 
178
613
  /* Light purple */
179
-
614
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
615
+ .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
616
+ .checkbox-light-purple .k-checkbox-label:hover:before,
617
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
618
+ .checkbox-light-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
619
+ .checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,
620
+ .checkbox-light-purple .k-checkbox-label:active:before,
621
+ .checkbox-light-purple .k-checkbox:active+.k-checkbox-label:before,
180
622
  .checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,
181
623
  .checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,
182
- .checkbox-light-purple .k-radio:focus+.k-radio-label:before,
183
- .checkbox-light-purple .k-radio:hover+.k-radio-label:before {
184
- box-shadow: 0 0 5px 0 #6b4ba2;
185
- border-color: #6b4ba2;
624
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,
625
+ .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after,
626
+ .checkbox-light-purple .k-checkbox-label:before {
627
+ border-color: var(--light-purple, #B285FF);
186
628
  }
187
629
 
188
- .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
189
- .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
190
- background-color: #6b4ba2;
630
+ .checkbox-light-purple .k-checkbox-label:hover:before,
631
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
632
+ .checkbox-light-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
633
+ .checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,
634
+ .checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,
635
+ .checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before {
636
+ box-shadow: 0 0 5px 0 var(--light-purple_border, #6b4ba2);
191
637
  }
192
638
 
639
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
640
+ .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
193
641
  .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,
194
642
  .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
195
- background-color: var(--light-purple);
196
- border-color: #6b4ba2;
643
+ background: var(--light-purple, #B285FF);
644
+ color: var(--white, #ffffff);
197
645
  }
198
646
 
199
647
  /* dark-purple */
200
-
648
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
649
+ .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
650
+ .checkbox-dark-purple .k-checkbox-label:hover:before,
651
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
652
+ .checkbox-dark-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
653
+ .checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,
654
+ .checkbox-dark-purple .k-checkbox-label:active:before,
655
+ .checkbox-dark-purple .k-checkbox:active+.k-checkbox-label:before,
201
656
  .checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,
202
657
  .checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,
203
- .checkbox-dark-purple .k-radio:focus+.k-radio-label:before,
204
- .checkbox-dark-purple .k-radio:hover+.k-radio-label:before {
205
- box-shadow: 0 0 5px 0 #6b4ba2;
206
- border-color: #6b4ba2;
658
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,
659
+ .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after,
660
+ .checkbox-dark-purple .k-checkbox-label:before {
661
+ border-color: var(--dark-purple, #2D007A);
207
662
  }
208
663
 
209
- .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
210
- .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
211
- background-color: #6b4ba2;
664
+ .checkbox-dark-purple .k-checkbox-label:hover:before,
665
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:hover:before,
666
+ .checkbox-dark-purple .k-checkbox:checked:hover+.k-checkbox-label:before,
667
+ .checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,
668
+ .checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,
669
+ .checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before {
670
+ box-shadow: 0 0 5px 0 var(--light-purple_border, #6b4ba2);
212
671
  }
213
672
 
673
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
674
+ .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before,
214
675
  .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,
215
676
  .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
216
- background-color: var(--dark-purple);
217
- border-color: #6b4ba2;
677
+ background: var(--dark-purple, #2D007A);
678
+ color: var(--white, #ffffff);
218
679
  }
219
680
 
220
681
  /* red */
221
-
682
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
683
+ .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before,
684
+ .checkbox-red .k-checkbox-label:hover:before,
685
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:hover:before,
686
+ .checkbox-red .k-checkbox:checked:hover+.k-checkbox-label:before,
687
+ .checkbox-red .k-checkbox:hover+.k-checkbox-label:before,
688
+ .checkbox-red .k-checkbox-label:active:before,
689
+ .checkbox-red .k-checkbox:active+.k-checkbox-label:before,
222
690
  .checkbox-red .k-checkbox:focus+.k-checkbox-label:before,
223
691
  .checkbox-red .k-checkbox:hover+.k-checkbox-label:before,
224
- .checkbox-red .k-radio:focus+.k-radio-label:before,
225
- .checkbox-red .k-radio:hover+.k-radio-label:before {
226
- box-shadow: 0 0 5px 0 #680f06;
227
- border-color: #680f06;
692
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:after,
693
+ .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after,
694
+ .checkbox-red .k-checkbox-label:before {
695
+ border-color: var(--red, #FE2712);
228
696
  }
229
697
 
230
- .checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
231
- .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before {
232
- background-color: #680f06;
698
+ .checkbox-red .k-checkbox-label:hover:before,
699
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:hover:before,
700
+ .checkbox-red .k-checkbox:checked:hover+.k-checkbox-label:before,
701
+ .checkbox-red .k-checkbox:hover+.k-checkbox-label:before,
702
+ .checkbox-red .k-checkbox:focus+.k-checkbox-label:before,
703
+ .checkbox-red .k-checkbox:hover+.k-checkbox-label:before {
704
+ box-shadow: 0 0 5px 0 var(--red_border, #680f06);
233
705
  }
234
706
 
707
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
708
+ .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before,
235
709
  .checkbox-red .k-checkbox:checked+.k-checkbox-label:after,
236
710
  .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after {
237
- background-color: var(--red);
238
- border-color: #680f06;
711
+ background: var(--red, #FE2712);
712
+ color: var(--white, #ffffff);
239
713
  }
240
714
 
241
715
  /* light-red */
242
-
716
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
717
+ .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before,
718
+ .checkbox-light-red .k-checkbox-label:hover:before,
719
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:hover:before,
720
+ .checkbox-light-red .k-checkbox:checked:hover+.k-checkbox-label:before,
721
+ .checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,
722
+ .checkbox-light-red .k-checkbox-label:active:before,
723
+ .checkbox-light-red .k-checkbox:active+.k-checkbox-label:before,
243
724
  .checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,
244
725
  .checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,
245
- .checkbox-light-red .k-radio:focus+.k-radio-label:before,
246
- .checkbox-light-red .k-radio:hover+.k-radio-label:before {
247
- box-shadow: 0 0 5px 0 var(--dark-red);
248
- border-color: var(--dark-red);
726
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,
727
+ .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after,
728
+ .checkbox-light-red .k-checkbox-label:before {
729
+ border-color: var(--light-red, #FE8F84);
249
730
  }
250
731
 
251
- .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
252
- .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before {
253
- background-color: var(--dark-red);
732
+ .checkbox-light-red .k-checkbox-label:hover:before,
733
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:hover:before,
734
+ .checkbox-light-red .k-checkbox:checked:hover+.k-checkbox-label:before,
735
+ .checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,
736
+ .checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,
737
+ .checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before {
738
+ box-shadow: 0 0 5px 0 var(--dark-red, #7A0B00);
254
739
  }
255
740
 
741
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
742
+ .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before,
256
743
  .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,
257
744
  .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after {
258
- background-color: var(--light-red);
259
- border-color: var(--dark-red);
745
+ background: var(--light-red, #FE8F84);
746
+ color: var(--white, #ffffff);
260
747
  }
261
748
 
262
749
  /* dark-red */
263
-
750
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
751
+ .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before,
752
+ .checkbox-dark-red .k-checkbox-label:hover:before,
753
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:hover:before,
754
+ .checkbox-dark-red .k-checkbox:checked:hover+.k-checkbox-label:before,
755
+ .checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,
756
+ .checkbox-dark-red .k-checkbox-label:active:before,
757
+ .checkbox-dark-red .k-checkbox:active+.k-checkbox-label:before,
264
758
  .checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,
265
759
  .checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,
266
- .checkbox-dark-red .k-radio:focus+.k-radio-label:before,
267
- .checkbox-dark-red .k-radio:hover+.k-radio-label:before {
268
- box-shadow: 0 0 5px 0 var(--light-red);
269
- border-color: var(--light-red);
760
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,
761
+ .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after,
762
+ .checkbox-dark-red .k-checkbox-label:before {
763
+ border-color: var(--dark-red, #7A0B00);
270
764
  }
271
765
 
272
- .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
273
- .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before {
274
- background-color: var(--light-red);
766
+ .checkbox-dark-red .k-checkbox-label:hover:before,
767
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:hover:before,
768
+ .checkbox-dark-red .k-checkbox:checked:hover+.k-checkbox-label:before,
769
+ .checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,
770
+ .checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,
771
+ .checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before {
772
+ box-shadow: 0 0 5px 0 var(--light-red, #FE8F84);
275
773
  }
276
774
 
775
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
776
+ .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before,
277
777
  .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,
278
778
  .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after {
279
- background-color: var(--dark-red);
280
- border-color: var(--light-red);
779
+ background: var(--dark-red, #7A0B00);
780
+ color: var(--white, #ffffff);
281
781
  }
282
782
 
283
783
  /* orange */
284
-
784
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
785
+ .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
786
+ .checkbox-orange .k-checkbox-label:hover:before,
787
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
788
+ .checkbox-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
789
+ .checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,
790
+ .checkbox-orange .k-checkbox-label:active:before,
791
+ .checkbox-orange .k-checkbox:active+.k-checkbox-label:before,
285
792
  .checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,
286
793
  .checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,
287
- .checkbox-orange .k-radio:focus+.k-radio-label:before,
288
- .checkbox-orange .k-radio:hover+.k-radio-label:before {
289
- box-shadow: 0 0 5px 0 var(--light-orange);
290
- border-color: var(--light-orange);
794
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,
795
+ .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after,
796
+ .checkbox-orange .k-checkbox-label:before {
797
+ border-color: var(--orange, #FB9B02);
291
798
  }
292
799
 
293
- .checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
294
- .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
295
- background-color: var(--light-orange);
800
+ .checkbox-orange .k-checkbox-label:hover:before,
801
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
802
+ .checkbox-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
803
+ .checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,
804
+ .checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,
805
+ .checkbox-orange .k-checkbox:hover+.k-checkbox-label:before {
806
+ box-shadow: 0 0 5px 0 var(--orange_focus_hover, #FFD085);
296
807
  }
297
808
 
809
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
810
+ .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
298
811
  .checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,
299
812
  .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
300
- background-color: var(--orange);
301
- border-color: var(--light-orange);
813
+ background: var(--orange, #FB9B02);
814
+ color: var(--white, #ffffff);
302
815
  }
303
816
 
304
817
  /* light-orange */
305
-
818
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
819
+ .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
820
+ .checkbox-light-orange .k-checkbox-label:hover:before,
821
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
822
+ .checkbox-light-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
823
+ .checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,
824
+ .checkbox-light-orange .k-checkbox-label:active:before,
825
+ .checkbox-light-orange .k-checkbox:active+.k-checkbox-label:before,
306
826
  .checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,
307
827
  .checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,
308
- .checkbox-light-orange .k-radio:focus+.k-radio-label:before,
309
- .checkbox-light-orange .k-radio:hover+.k-radio-label:before {
310
- box-shadow: 0 0 5px 0 var(--dark-orange);
311
- border-color: var(--dark-orange);
828
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,
829
+ .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after,
830
+ .checkbox-light-orange .k-checkbox-label:before {
831
+ border-color: var(--light-orange, #FFD085);
312
832
  }
313
833
 
314
- .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
315
- .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
316
- background-color: var(--dark-orange);
834
+ .checkbox-light-orange .k-checkbox-label:hover:before,
835
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
836
+ .checkbox-light-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
837
+ .checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,
838
+ .checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,
839
+ .checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before {
840
+ box-shadow: 0 0 5px 0 var(--dark-orange, #7A4B00);
317
841
  }
318
842
 
843
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
844
+ .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
319
845
  .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,
320
846
  .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
321
- background-color: var(--light-orange);
322
- border-color: var(--dark-orange);
323
- color: #492b10;
847
+ background: var(--light-orange, #FFD085);
848
+ color: var(--white, #ffffff);
324
849
  }
325
850
 
326
- /* dark-orange */
327
851
 
852
+ /* dark-orange */
853
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
854
+ .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
855
+ .checkbox-dark-orange .k-checkbox-label:hover:before,
856
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
857
+ .checkbox-dark-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
858
+ .checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,
859
+ .checkbox-dark-orange .k-checkbox-label:active:before,
860
+ .checkbox-dark-orange .k-checkbox:active+.k-checkbox-label:before,
328
861
  .checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,
329
862
  .checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,
330
- .checkbox-dark-orange .k-radio:focus+.k-radio-label:before,
331
- .checkbox-dark-orange .k-radio:hover+.k-radio-label:before {
332
- box-shadow: 0 0 5px 0 #cd9946;
333
- border-color: #cd9946;
863
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,
864
+ .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after,
865
+ .checkbox-dark-orange .k-checkbox-label:before {
866
+ border-color: var(--dark-orange, #7A4B00);
334
867
  }
335
868
 
336
- .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
337
- .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
338
- background-color: #cd9946;
869
+ .checkbox-dark-orange .k-checkbox-label:hover:before,
870
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:hover:before,
871
+ .checkbox-dark-orange .k-checkbox:checked:hover+.k-checkbox-label:before,
872
+ .checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,
873
+ .checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,
874
+ .checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before {
875
+ box-shadow: 0 0 5px 0 var(--dark-orange_border, #cd9946);
339
876
  }
340
877
 
878
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
879
+ .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before,
341
880
  .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,
342
881
  .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
343
- background-color: var(--dark-orange);
344
- border-color: #cd9946;
882
+ background: var(--dark-orange, #7A4B00);
883
+ color: var(--white, #ffffff);
345
884
  }
346
885
 
347
886
  /* yellow */
348
-
887
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
888
+ .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
889
+ .checkbox-yellow .k-checkbox-label:hover:before,
890
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
891
+ .checkbox-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
892
+ .checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,
893
+ .checkbox-yellow .k-checkbox-label:active:before,
894
+ .checkbox-yellow .k-checkbox:active+.k-checkbox-label:before,
349
895
  .checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,
350
896
  .checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,
351
- .checkbox-yellow .k-radio:focus+.k-radio-label:before,
352
- .checkbox-yellow .k-radio:hover+.k-radio-label:before {
353
- box-shadow: 0 0 5px 0 var(--dark-yellow);
354
- border-color: var(--dark-yellow);
897
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,
898
+ .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after,
899
+ .checkbox-yellow .k-checkbox-label:before {
900
+ border-color: var(--yellow, #FFFF33);
355
901
  }
356
902
 
357
- .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
358
- .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
359
- background-color: var(--dark-yellow);
903
+ .checkbox-yellow .k-checkbox-label:hover:before,
904
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
905
+ .checkbox-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
906
+ .checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,
907
+ .checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,
908
+ .checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before {
909
+ box-shadow: 0 0 5px 0 var(--yellow_focus_hover, #7A7A00);
360
910
  }
361
911
 
912
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
913
+ .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
362
914
  .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,
363
915
  .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
364
- background-color: var(--yellow);
365
- border-color: var(--dark-yellow);
366
- color: #474432;
916
+ background: var(--yellow, #FFFF33);
917
+ color: var(--white, #ffffff);
367
918
  }
368
919
 
369
920
  /* light-yellow */
370
-
921
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
922
+ .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
923
+ .checkbox-light-yellow .k-checkbox-label:hover:before,
924
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
925
+ .checkbox-light-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
926
+ .checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,
927
+ .checkbox-light-yellow .k-checkbox-label:active:before,
928
+ .checkbox-light-yellow .k-checkbox:active+.k-checkbox-label:before,
371
929
  .checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,
372
930
  .checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,
373
- .checkbox-light-yellow .k-radio:focus+.k-radio-label:before,
374
- .checkbox-light-yellow .k-radio:hover+.k-radio-label:before {
375
- box-shadow: 0 0 5px 0 var(--dark-yellow);
376
- border-color: var(--dark-yellow);
931
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,
932
+ .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after,
933
+ .checkbox-light-yellow .k-checkbox-label:before {
934
+ border-color: var(--light-yellow, #FFFF85);
377
935
  }
378
936
 
379
- .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
380
- .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
381
- background-color: var(--dark-yellow);
937
+ .checkbox-light-yellow .k-checkbox-label:hover:before,
938
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
939
+ .checkbox-light-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
940
+ .checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,
941
+ .checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,
942
+ .checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before {
943
+ box-shadow: 0 0 5px 0 var(--dark-yellow, #7A7A00);
382
944
  }
383
945
 
946
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
947
+ .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
384
948
  .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,
385
949
  .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
386
- background-color: var(--light-yellow);
387
- border-color: var(--dark-yellow);
388
- color: #474432;
950
+ background: var(--light-yellow, #FFFF85);
951
+ color: var(--white, #ffffff);
389
952
  }
390
953
 
391
954
  /* dark-yellow */
392
-
955
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
956
+ .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
957
+ .checkbox-dark-yellow .k-checkbox-label:hover:before,
958
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
959
+ .checkbox-dark-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
960
+ .checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,
961
+ .checkbox-dark-yellow .k-checkbox-label:active:before,
962
+ .checkbox-dark-yellow .k-checkbox:active+.k-checkbox-label:before,
393
963
  .checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,
394
964
  .checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,
395
- .checkbox-dark-yellow .k-radio:focus+.k-radio-label:before,
396
- .checkbox-dark-yellow .k-radio:hover+.k-radio-label:before {
397
- box-shadow: 0 0 5px 0 #dddd7c;
398
- border-color: #dddd7c;
965
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,
966
+ .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after,
967
+ .checkbox-dark-yellow .k-checkbox-label:before {
968
+ border-color: var(--dark-yellow, #7A7A00);
399
969
  }
400
970
 
401
- .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
402
- .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
403
- background-color: #dddd7c;
971
+ .checkbox-dark-yellow .k-checkbox-label:hover:before,
972
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:hover:before,
973
+ .checkbox-dark-yellow .k-checkbox:checked:hover+.k-checkbox-label:before,
974
+ .checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,
975
+ .checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,
976
+ .checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before {
977
+ box-shadow: 0 0 5px 0 var(--yellow_focus_hover, #dddd7c);
404
978
  }
405
979
 
980
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
981
+ .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before,
406
982
  .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,
407
983
  .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
408
- background-color: var(--dark-yellow);
409
- border-color: #dddd7c;
984
+ background: var(--dark-yellow, #7A7A00);
985
+ color: var(--white, #ffffff);
410
986
  }
411
987
 
412
988
  /* green */
413
-
989
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
990
+ .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before,
991
+ .checkbox-green .k-checkbox-label:hover:before,
992
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:hover:before,
993
+ .checkbox-green .k-checkbox:checked:hover+.k-checkbox-label:before,
994
+ .checkbox-green .k-checkbox:hover+.k-checkbox-label:before,
995
+ .checkbox-green .k-checkbox-label:active:before,
996
+ .checkbox-green .k-checkbox:active+.k-checkbox-label:before,
414
997
  .checkbox-green .k-checkbox:focus+.k-checkbox-label:before,
415
998
  .checkbox-green .k-checkbox:hover+.k-checkbox-label:before,
416
- .checkbox-green .k-radio:focus+.k-radio-label:before,
417
- .checkbox-green .k-radio:hover+.k-radio-label:before {
418
- box-shadow: 0 0 5px 0 #24470c;
419
- border-color: #24470c;
999
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:after,
1000
+ .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after,
1001
+ .checkbox-green .k-checkbox-label:before {
1002
+ border-color: var(--green, #66B032);
420
1003
  }
421
1004
 
422
- .checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
423
- .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before {
424
- background-color: #24470c;
1005
+ .checkbox-green .k-checkbox-label:hover:before,
1006
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:hover:before,
1007
+ .checkbox-green .k-checkbox:checked:hover+.k-checkbox-label:before,
1008
+ .checkbox-green .k-checkbox:hover+.k-checkbox-label:before,
1009
+ .checkbox-green .k-checkbox:focus+.k-checkbox-label:before,
1010
+ .checkbox-green .k-checkbox:hover+.k-checkbox-label:before {
1011
+ box-shadow: 0 0 5px 0 var(--green_border, #24470c);
425
1012
  }
426
1013
 
1014
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
1015
+ .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before,
427
1016
  .checkbox-green .k-checkbox:checked+.k-checkbox-label:after,
428
1017
  .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after {
429
- background-color: var(--green);
430
- border-color: #24470c;
1018
+ background: var(--green, #66B032);
1019
+ color: var(--white, #ffffff);
431
1020
  }
432
1021
 
433
1022
  /* light-green */
434
-
1023
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
1024
+ .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before,
1025
+ .checkbox-light-green .k-checkbox-label:hover:before,
1026
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:hover:before,
1027
+ .checkbox-light-green .k-checkbox:checked:hover+.k-checkbox-label:before,
1028
+ .checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,
1029
+ .checkbox-light-green .k-checkbox-label:active:before,
1030
+ .checkbox-light-green .k-checkbox:active+.k-checkbox-label:before,
435
1031
  .checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,
436
1032
  .checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,
437
- .checkbox-light-green .k-radio:focus+.k-radio-label:before,
438
- .checkbox-light-green .k-radio:hover+.k-radio-label:before {
439
- box-shadow: 0 0 5px 0 var(--dark-green);
440
- border-color: var(--dark-green);
1033
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,
1034
+ .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after,
1035
+ .checkbox-light-green .k-checkbox-label:before {
1036
+ border-color: var(--light-green, #B7FF85);
441
1037
  }
442
1038
 
443
- .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
444
- .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before {
445
- background-color: var(--dark-green);
1039
+ .checkbox-light-green .k-checkbox-label:hover:before,
1040
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:hover:before,
1041
+ .checkbox-light-green .k-checkbox:checked:hover+.k-checkbox-label:before,
1042
+ .checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,
1043
+ .checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,
1044
+ .checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before {
1045
+ box-shadow: 0 0 5px 0 var(--dark-green, #337A00);
446
1046
  }
447
1047
 
1048
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
1049
+ .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before,
448
1050
  .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,
449
1051
  .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after {
450
- background-color: var(--light-green);
451
- border-color: var(--dark-green);
452
- color: #24470c;
1052
+ background: var(--light-green, #B7FF85);
1053
+ color: var(--white, #ffffff);
453
1054
  }
454
1055
 
455
1056
  /* dark-green */
456
-
1057
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
1058
+ .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before,
1059
+ .checkbox-dark-green .k-checkbox-label:hover:before,
1060
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:hover:before,
1061
+ .checkbox-dark-green .k-checkbox:checked:hover+.k-checkbox-label:before,
1062
+ .checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,
1063
+ .checkbox-dark-green .k-checkbox-label:active:before,
1064
+ .checkbox-dark-green .k-checkbox:active+.k-checkbox-label:before,
457
1065
  .checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,
458
1066
  .checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,
459
- .checkbox-dark-green .k-radio:focus+.k-radio-label:before,
460
- .checkbox-dark-green .k-radio:hover+.k-radio-label:before {
461
- box-shadow: 0 0 5px 0 #66B032;
462
- border-color: #66B032;
1067
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,
1068
+ .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after,
1069
+ .checkbox-dark-green .k-checkbox-label:before {
1070
+ border-color: var(--dark-green, #337A00);
463
1071
  }
464
1072
 
465
- .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
466
- .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before {
467
- background-color: #66B032;
1073
+ .checkbox-dark-green .k-checkbox-label:hover:before,
1074
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:hover:before,
1075
+ .checkbox-dark-green .k-checkbox:checked:hover+.k-checkbox-label:before,
1076
+ .checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,
1077
+ .checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,
1078
+ .checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before {
1079
+ box-shadow: 0 0 5px 0 var(--green, #66B032);
468
1080
  }
469
1081
 
1082
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
1083
+ .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before,
470
1084
  .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,
471
1085
  .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after {
472
- background-color: var(--dark-green);
473
- border-color: #66B032;
1086
+ background: var(--dark-green, #337A00);
1087
+ color: var(--white, #ffffff);
474
1088
  }