cronapp-framework-js 2.9.0 → 2.9.1-RC.26-SNAPSHOT.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 (1413) 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 +61 -4
  13. package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
  14. package/components/crn-four-eight-container.components.json +7 -30
  15. package/components/crn-frame.components.json +3 -9
  16. package/components/crn-icon.components.json +73 -18
  17. package/components/crn-menu-item.components.json +3 -2
  18. package/components/crn-one-container.components.json +14 -2
  19. package/components/crn-panel.components.json +35 -10
  20. package/components/crn-radioOption.components.json +19 -2
  21. package/components/crn-radiogroup.components.json +60 -7
  22. package/components/crn-rating.components.json +76 -19
  23. package/components/crn-sidebar.components.json +1 -1
  24. package/components/crn-slider.components.json +2 -1
  25. package/components/crn-three-container.components.json +7 -30
  26. package/components/crn-trhee-six-three-container.components.json +7 -30
  27. package/components/crn-two-container.components.json +7 -30
  28. package/components/crn-upload-file.components.json +38 -14
  29. package/components/crn-upload.components.json +38 -12
  30. package/components/crn-vertical-container.components.json +1 -1
  31. package/components/cron-breadcrumbs.components.json +7 -6
  32. package/components/cron-ordered-list.components.json +10 -9
  33. package/components/css/checkbox-color.css +856 -242
  34. package/components/css/color-default.css +289 -21
  35. package/components/css/combobox-color.css +655 -52
  36. package/components/css/crn-input-password.css +16 -7
  37. package/components/css/designtime.css +0 -26
  38. package/components/css/font-size.css +16 -0
  39. package/components/css/option-color.css +453 -147
  40. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  41. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  42. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  43. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  44. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  45. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  46. package/components/templates/accordion.template.html +7 -7
  47. package/components/templates/anchor.template.html +1 -1
  48. package/components/templates/button.template.html +2 -2
  49. package/components/templates/crn-signature-pad.designtime.html +3 -6
  50. package/components/templates/cron-breadcrumbs.template.html +5 -3
  51. package/components/templates/cron-checkbox.template.html +1 -1
  52. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  53. package/components/templates/cron-combobox-multiple.template.html +1 -1
  54. package/components/templates/cron-crud.template.html +7 -7
  55. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  56. package/components/templates/cron-dynamic-menu.template.html +4 -3
  57. package/components/templates/cron-frame.template.html +1 -1
  58. package/components/templates/cron-grid.designtime.html +63 -64
  59. package/components/templates/cron-scheduler.designtime.html +94 -106
  60. package/components/templates/cron-slider.designtime.html +34 -0
  61. package/components/templates/cron-tree-view.designtime.html +30 -23
  62. package/components/templates/dynamicfile.template.html +1 -1
  63. package/components/templates/dynamictitle.template.html +1 -1
  64. package/components/templates/form.template.html +7 -7
  65. package/components/templates/icon.template.html +1 -1
  66. package/components/templates/image-menu.template.html +1 -1
  67. package/components/templates/list.template.html +1 -1
  68. package/components/templates/navbar.template.html +8 -9
  69. package/components/templates/panel.template.html +1 -1
  70. package/components/templates/radiogroup.template.html +1 -1
  71. package/components/templates/rating.template.html +5 -5
  72. package/components/templates/social-button-bar.template.html +20 -20
  73. package/components/templates/sub-form.template.html +7 -7
  74. package/components/templates/textinputbutton.template.html +1 -1
  75. package/css/animate.css +48 -18
  76. package/css/app.css +54 -369
  77. package/css/cronos.css +2 -3
  78. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  79. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  80. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  87. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  88. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  89. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  90. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  91. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  92. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  93. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  106. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  107. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  108. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  109. package/css/fonts/WorkSans/WorkSans.css +97 -0
  110. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  111. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  112. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  113. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  114. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  115. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  116. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  117. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  118. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  119. package/css/fonts/calibri/calibri-light.ttf +0 -0
  120. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  121. package/css/fonts/calibri/calibri.css +41 -0
  122. package/css/fonts/georgia/georgia.css +27 -0
  123. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  124. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  125. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  126. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  127. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  128. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  129. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  130. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  131. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  132. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  133. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  145. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  146. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  147. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  148. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  149. package/css/fonts/inter/Inter-Black.otf +0 -0
  150. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  151. package/css/fonts/inter/Inter-Bold.otf +0 -0
  152. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  153. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  154. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  156. package/css/fonts/inter/Inter-Italic.otf +0 -0
  157. package/css/fonts/inter/Inter-Light.otf +0 -0
  158. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  159. package/css/fonts/inter/Inter-Medium.otf +0 -0
  160. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  161. package/css/fonts/inter/Inter-Regular.otf +0 -0
  162. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  163. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  164. package/css/fonts/inter/Inter-Thin.otf +0 -0
  165. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  166. package/css/fonts/inter/inter.css +104 -0
  167. package/css/fonts/lato/Lato-Black.ttf +0 -0
  168. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  169. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  170. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  172. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  173. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  174. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  175. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  176. package/css/fonts/lato/Lato-Light.ttf +0 -0
  177. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  178. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  179. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  180. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  181. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  182. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  183. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  184. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  185. package/css/fonts/lato/lato.css +125 -0
  186. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  187. package/css/fonts/material-icons/font-material-icon.css +22 -0
  188. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  189. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  190. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  191. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  192. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  193. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  194. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  199. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  200. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  201. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  202. package/css/fonts/open-sans/OpenSans.css +69 -0
  203. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  204. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  205. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  217. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  218. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  219. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  220. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  221. package/css/fonts/raleway/raleway.css +111 -0
  222. package/css/fonts/rawline/rawline-100.ttf +0 -0
  223. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  224. package/css/fonts/rawline/rawline-200.ttf +0 -0
  225. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-300.ttf +0 -0
  227. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-400.ttf +0 -0
  229. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-500.ttf +0 -0
  231. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-600.ttf +0 -0
  233. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-700.ttf +0 -0
  235. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  236. package/css/fonts/rawline/rawline-800.ttf +0 -0
  237. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  238. package/css/fonts/rawline/rawline-900.ttf +0 -0
  239. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  240. package/css/fonts/rawline/rawline.css +111 -0
  241. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  242. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  243. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  249. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  250. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  251. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  252. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  253. package/css/fonts/roboto/roboto.css +83 -0
  254. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  255. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  256. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  257. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  258. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  259. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  260. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  265. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  266. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  267. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  268. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  269. package/css/privacy/privacy.css +91 -22
  270. package/css/themes/aquamarine.min.css +9 -0
  271. package/css/themes/cerulean.min.css +5 -2
  272. package/css/themes/cosmo.min.css +5 -2
  273. package/css/themes/custom/aquamarine/button-aquamarine.css +316 -0
  274. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  275. package/css/themes/custom/aquamarine/custom-aquamarine.css +1425 -0
  276. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  277. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  278. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  279. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  280. package/css/themes/custom/cerulean/button-cerulean.css +316 -0
  281. package/css/themes/custom/cerulean/custom-cerulean.css +880 -0
  282. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  283. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  284. package/css/themes/custom/cerulean/navbar-cerulean.css +73 -0
  285. package/css/themes/custom/cerulean/panel-cerulean.css +120 -0
  286. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  287. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  288. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  289. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  290. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  291. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  292. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  293. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  294. package/css/themes/custom/darkly/button-darkly.css +162 -0
  295. package/css/themes/custom/darkly/custom-darkly.css +1102 -0
  296. package/css/themes/custom/darkly/navbar-darkly.css +111 -0
  297. package/css/themes/custom/darkly/panel-darkly.css +128 -0
  298. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  299. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  300. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  301. package/css/themes/custom/dsgov/custom-dsgov.css +1209 -0
  302. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  303. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  304. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  305. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  306. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  307. package/css/themes/custom/flatly/button-flatly.css +173 -0
  308. package/css/themes/custom/flatly/custom-flatly.css +910 -0
  309. package/css/themes/custom/flatly/navbar-flatly.css +91 -0
  310. package/css/themes/custom/flatly/panel-flatly.css +124 -0
  311. package/css/themes/custom/fuse/button-fuse.css +157 -0
  312. package/css/themes/custom/fuse/custom-fuse.css +1105 -0
  313. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  314. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  315. package/css/themes/custom/journal/button-journal.css +195 -0
  316. package/css/themes/custom/journal/custom-journal.css +938 -0
  317. package/css/themes/custom/journal/navbar-journal.css +147 -0
  318. package/css/themes/custom/journal/panel-journal.css +123 -0
  319. package/css/themes/custom/lumen/button-lumen.css +213 -0
  320. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  321. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  322. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  323. package/css/themes/custom/material/custom-material.css +927 -181
  324. package/css/themes/custom/material/grid-material.css +302 -0
  325. package/css/themes/custom/material/navbar-material.css +88 -0
  326. package/css/themes/custom/material/panel-material.css +120 -0
  327. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  328. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  329. package/css/themes/custom/paper/button-paper.css +204 -0
  330. package/css/themes/custom/paper/custom-paper.css +1148 -0
  331. package/css/themes/custom/paper/navbar-paper.css +104 -0
  332. package/css/themes/custom/paper/panel-paper.css +81 -0
  333. package/css/themes/custom/readable/button-readable.css +182 -0
  334. package/css/themes/custom/readable/custom-readable.css +1030 -0
  335. package/css/themes/custom/readable/navbar-readable.css +148 -0
  336. package/css/themes/custom/readable/panel-readable.css +126 -0
  337. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  338. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  339. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  340. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  341. package/css/themes/custom/simplex/button-simplex.css +304 -0
  342. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  343. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  344. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  345. package/css/themes/custom/slate/button-slate.css +306 -0
  346. package/css/themes/custom/slate/custom-slate.css +1179 -0
  347. package/css/themes/custom/slate/navbar-slate.css +97 -0
  348. package/css/themes/custom/slate/panel-slate.css +87 -0
  349. package/css/themes/custom/spacelab/button-spacelab.css +312 -0
  350. package/css/themes/custom/spacelab/custom-spacelab.css +875 -0
  351. package/css/themes/custom/spacelab/navbar-spacelab.css +111 -0
  352. package/css/themes/custom/spacelab/panel-spacelab.css +121 -0
  353. package/css/themes/custom/superhero/button-superhero.css +166 -0
  354. package/css/themes/custom/superhero/custom-superhero.css +1214 -0
  355. package/css/themes/custom/superhero/navbar-superhero.css +59 -0
  356. package/css/themes/custom/superhero/panel-superhero.css +78 -0
  357. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  358. package/css/themes/custom/theme-general/button.css +345 -0
  359. package/css/themes/custom/theme-general/carousel.css +35 -0
  360. package/css/themes/custom/theme-general/forms.css +103 -0
  361. package/css/themes/custom/theme-general/login.css +265 -0
  362. package/css/themes/custom/theme-general/menu.css +197 -0
  363. package/css/themes/custom/theme-general/modal.css +145 -0
  364. package/css/themes/custom/theme-general/notification.css +68 -0
  365. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  366. package/css/themes/custom/theme-general/scheduler.css +157 -0
  367. package/css/themes/custom/theme-general/slider.css +71 -0
  368. package/css/themes/custom/theme-general/table-grid.css +191 -0
  369. package/css/themes/custom/theme-general/tabs.css +49 -0
  370. package/css/themes/custom/theme-general/theme-general.css +522 -0
  371. package/css/themes/custom/theme-general/timeline.css +40 -0
  372. package/css/themes/custom/theme-general/treeview.css +75 -0
  373. package/css/themes/custom/united/button-united.css +187 -0
  374. package/css/themes/custom/united/custom-united.css +965 -0
  375. package/css/themes/custom/united/navbar-united.css +101 -0
  376. package/css/themes/custom/united/panel-united.css +121 -0
  377. package/css/themes/custom/yeti/button-yeti.css +274 -0
  378. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  379. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  380. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  381. package/css/themes/cyborg.min.css +5 -2
  382. package/css/themes/darkly.min.css +5 -2
  383. package/css/{modalTemplate.css → themes/deprecated/custom/modal-template/modalTemplate.css} +0 -0
  384. package/css/themes/dsgov.min.css +5 -2
  385. package/css/themes/flatly.min.css +5 -2
  386. package/css/themes/fuse.min.css +5 -2
  387. package/css/themes/journal.min.css +5 -2
  388. package/css/themes/lumen.min.css +5 -2
  389. package/css/themes/material.min.css +9 -3
  390. package/css/themes/materialui.min.css +9 -0
  391. package/css/themes/paper.min.css +5 -2
  392. package/css/themes/readable.min.css +5 -2
  393. package/css/themes/sandstone.min.css +5 -2
  394. package/css/themes/simplex.min.css +5 -2
  395. package/css/themes/slate.min.css +5 -2
  396. package/css/themes/spacelab.min.css +5 -2
  397. package/css/themes/superhero.min.css +5 -2
  398. package/css/themes/theme.editor.view.html +1820 -0
  399. package/css/themes/united.min.css +5 -2
  400. package/css/themes/yeti.min.css +5 -2
  401. package/deprecated/components/css/checkbox-color.css +348 -0
  402. package/deprecated/components/css/color-default.css +111 -0
  403. package/deprecated/components/css/combobox-color.css +145 -0
  404. package/deprecated/components/css/multiselect-editor.css +106 -0
  405. package/deprecated/components/css/option-color.css +335 -0
  406. package/deprecated/css/animate.css +433 -0
  407. package/deprecated/css/app.css +427 -0
  408. package/deprecated/css/cronos-template.css +0 -0
  409. package/deprecated/css/cronos.css +263 -0
  410. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  411. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  412. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  413. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  414. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  415. package/deprecated/css/modalTemplate.css +37 -0
  416. package/deprecated/css/themes/cerulean.min.css +7 -0
  417. package/deprecated/css/themes/cosmo.min.css +7 -0
  418. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  419. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  420. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  421. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  422. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  423. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  424. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  425. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  426. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  427. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  428. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  429. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  430. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  431. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  432. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  433. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  434. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  435. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  436. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  437. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  438. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  439. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  440. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  441. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  442. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  443. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  444. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  445. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  446. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  447. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  448. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  449. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  450. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  451. package/{css/themes/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  452. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  453. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  454. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  455. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  456. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  457. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  458. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  459. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  460. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  461. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  462. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  463. package/{css → deprecated/css}/themes/custom/fuse/components_css/alert.css +0 -0
  464. package/{css → deprecated/css}/themes/custom/fuse/components_css/badge.css +0 -0
  465. package/{css → deprecated/css}/themes/custom/fuse/components_css/blockquote.css +0 -0
  466. package/{css → deprecated/css}/themes/custom/fuse/components_css/breadcrumb.css +0 -0
  467. package/{css → deprecated/css}/themes/custom/fuse/components_css/btn.css +0 -0
  468. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  469. package/{css → deprecated/css}/themes/custom/fuse/components_css/close.css +0 -0
  470. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  471. package/{css → deprecated/css}/themes/custom/fuse/components_css/form.css +0 -0
  472. package/{css → deprecated/css}/themes/custom/fuse/components_css/glyphicon.css +0 -0
  473. package/{css → deprecated/css}/themes/custom/fuse/components_css/hidden.css +0 -0
  474. package/{css → deprecated/css}/themes/custom/fuse/components_css/import_components_css.css +0 -0
  475. package/{css → deprecated/css}/themes/custom/fuse/components_css/list-group.css +0 -0
  476. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  477. package/{css → deprecated/css}/themes/custom/fuse/components_css/modal.css +0 -0
  478. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  479. package/{css → deprecated/css}/themes/custom/fuse/components_css/pager.css +0 -0
  480. package/{css → deprecated/css}/themes/custom/fuse/components_css/pagination.css +0 -0
  481. package/{css → deprecated/css}/themes/custom/fuse/components_css/panel.css +0 -0
  482. package/{css → deprecated/css}/themes/custom/fuse/components_css/popover.css +0 -0
  483. package/{css → deprecated/css}/themes/custom/fuse/components_css/progress.css +0 -0
  484. package/{css → deprecated/css}/themes/custom/fuse/components_css/table.css +0 -0
  485. package/{css → deprecated/css}/themes/custom/fuse/components_css/thumbnail.css +0 -0
  486. package/{css → deprecated/css}/themes/custom/fuse/components_css/tooltip.css +0 -0
  487. package/{css → deprecated/css}/themes/custom/fuse/components_css/type_bootstrap.css +0 -0
  488. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  489. package/{css → deprecated/css}/themes/custom/fuse/components_css/well.css +0 -0
  490. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  491. package/{css → deprecated/css}/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  492. package/{css/themes/custom/fuse/font/fonts.css → deprecated/css/themes/custom/fuse/font/font.css} +0 -0
  493. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  494. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  495. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  496. package/{css → deprecated/css}/themes/custom/material/components_css/crn-carousel.css +0 -0
  497. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  498. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  499. package/{css → deprecated/css}/themes/custom/material/components_css/crn-enterprise.css +0 -0
  500. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  501. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  502. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  503. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/ui-notification.css +0 -0
  504. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  505. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  506. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  507. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  508. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  509. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  510. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  511. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  512. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  513. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  514. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  515. package/deprecated/css/themes/cyborg.min.css +7 -0
  516. package/deprecated/css/themes/darkly.min.css +7 -0
  517. package/deprecated/css/themes/flatly.min.css +7 -0
  518. package/deprecated/css/themes/fuse.min.css +7 -0
  519. package/deprecated/css/themes/journal.min.css +7 -0
  520. package/deprecated/css/themes/lumen.min.css +7 -0
  521. package/deprecated/css/themes/material.min.css +4 -0
  522. package/deprecated/css/themes/paper.min.css +7 -0
  523. package/deprecated/css/themes/readable.min.css +7 -0
  524. package/deprecated/css/themes/sandstone.min.css +7 -0
  525. package/deprecated/css/themes/simplex.min.css +7 -0
  526. package/deprecated/css/themes/slate.min.css +7 -0
  527. package/deprecated/css/themes/spacelab.min.css +7 -0
  528. package/deprecated/css/themes/superhero.min.css +7 -0
  529. package/deprecated/css/themes/united.min.css +7 -0
  530. package/deprecated/css/themes/yeti.min.css +7 -0
  531. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  532. package/deprecated/dist/components/css/color-default.css +1 -0
  533. package/deprecated/dist/components/css/combobox-color.css +1 -0
  534. package/deprecated/dist/components/css/font-size.css +1 -0
  535. package/deprecated/dist/components/css/image.css +1 -0
  536. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  537. package/deprecated/dist/components/css/option-color.css +1 -0
  538. package/deprecated/dist/components/js/format.min.js +1 -0
  539. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  540. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  541. package/deprecated/dist/components/js/qrcode.js +1 -0
  542. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  543. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  544. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  545. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  546. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  547. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  548. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  549. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  550. package/deprecated/dist/components/reports/reports.view.html +1 -0
  551. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  552. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  553. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  554. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  555. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  556. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  557. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  558. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  559. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  560. package/deprecated/dist/components/templates/banner.template.html +1 -0
  561. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  562. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  563. package/deprecated/dist/components/templates/button.template.html +1 -0
  564. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  565. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  566. package/deprecated/dist/components/templates/cell.template.html +1 -0
  567. package/deprecated/dist/components/templates/chart.template.html +1 -0
  568. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  569. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  570. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  571. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  572. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  573. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  574. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  575. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  576. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  577. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  578. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  579. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  580. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  581. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  582. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  583. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  584. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  585. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  586. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  587. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  588. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  589. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  590. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  591. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  592. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  593. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  594. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  595. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  596. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  597. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  598. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  599. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  600. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  601. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  602. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  603. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  604. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  605. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  606. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  607. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  608. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  609. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  610. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  611. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  612. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  613. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  614. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  615. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  616. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  617. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  618. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  619. package/deprecated/dist/components/templates/date.template.html +1 -0
  620. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  621. package/deprecated/dist/components/templates/div.template.html +1 -0
  622. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  623. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  624. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  625. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  626. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  627. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  628. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  629. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  630. package/deprecated/dist/components/templates/form.template.html +1 -0
  631. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  632. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  633. package/deprecated/dist/components/templates/grid.template.html +1 -0
  634. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  635. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  636. package/deprecated/dist/components/templates/head.template.html +1 -0
  637. package/deprecated/dist/components/templates/header.template.html +1 -0
  638. package/deprecated/dist/components/templates/icon.template.html +1 -0
  639. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  640. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  641. package/deprecated/dist/components/templates/image.template.html +1 -0
  642. package/deprecated/dist/components/templates/list.template.html +1 -0
  643. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  644. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  645. package/deprecated/dist/components/templates/panel.template.html +1 -0
  646. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  647. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  648. package/deprecated/dist/components/templates/rating.template.html +1 -0
  649. package/deprecated/dist/components/templates/row.template.html +1 -0
  650. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  651. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  652. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  653. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  654. package/deprecated/dist/components/templates/table.template.html +1 -0
  655. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  656. package/deprecated/dist/components/templates/text.template.html +1 -0
  657. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  658. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  659. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  660. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  661. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  662. package/deprecated/dist/components/templates/time.template.html +1 -0
  663. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  664. package/deprecated/dist/components/templates/title.template.html +1 -0
  665. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  666. package/deprecated/dist/css/animate.css +1 -0
  667. package/deprecated/dist/css/app.css +1 -0
  668. package/deprecated/dist/css/cronos-template.css +0 -0
  669. package/deprecated/dist/css/cronos.css +1 -0
  670. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  671. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  672. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  673. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  674. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  675. package/deprecated/dist/css/modalTemplate.css +1 -0
  676. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  677. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  678. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  679. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  680. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  681. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  682. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  683. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  684. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  685. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  686. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  687. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  688. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  689. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  690. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  691. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  692. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  693. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  694. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  695. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  696. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  697. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  698. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  699. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  700. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  701. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  702. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  703. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  704. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  705. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  706. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  707. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  708. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  709. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  710. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  711. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  712. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  713. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  714. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  715. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  716. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  717. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  718. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  719. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  720. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  721. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  722. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  723. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  724. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  725. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  726. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  727. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  728. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  729. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  730. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  731. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  732. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  733. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  734. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  735. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  736. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  737. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  738. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  739. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  740. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  741. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  742. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  743. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  744. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  745. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  746. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  747. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  748. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  749. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  750. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  751. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  752. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  753. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  754. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  755. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  756. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  757. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  758. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  759. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  760. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  761. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  762. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  763. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  764. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  765. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  766. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  767. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  768. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  769. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  770. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  771. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  772. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  773. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  774. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  775. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  776. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  777. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  778. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  779. package/deprecated/dist/css/themes/journal.min.css +1 -0
  780. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  781. package/deprecated/dist/css/themes/material.min.css +1 -0
  782. package/deprecated/dist/css/themes/paper.min.css +1 -0
  783. package/deprecated/dist/css/themes/readable.min.css +1 -0
  784. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  785. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  786. package/deprecated/dist/css/themes/slate.min.css +1 -0
  787. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  788. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  789. package/deprecated/dist/css/themes/united.min.css +1 -0
  790. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  791. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  792. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  793. package/deprecated/dist/img/ballon_icon.svg +1 -0
  794. package/deprecated/dist/img/barcode.png +0 -0
  795. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  839. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  840. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  841. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  842. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  843. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  844. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  845. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  846. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  847. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  848. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  849. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  850. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  851. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  852. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  853. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  854. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  855. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  856. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  857. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  858. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  859. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  860. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  861. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  862. package/deprecated/dist/img/cronGrid.png +0 -0
  863. package/deprecated/dist/img/cronRichEditor.png +0 -0
  864. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  865. package/deprecated/dist/img/img-user.svg +1 -0
  866. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  867. package/deprecated/dist/img/logo.png +0 -0
  868. package/deprecated/dist/img/logo.svg +1 -0
  869. package/deprecated/dist/img/nophoto.png +0 -0
  870. package/deprecated/dist/img/placehold-100x100.png +0 -0
  871. package/deprecated/dist/img/placehold-900x500.png +0 -0
  872. package/deprecated/dist/img/qrcode.png +0 -0
  873. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  874. package/deprecated/dist/img/selectFile.png +0 -0
  875. package/deprecated/dist/img/selectImg.svg +1 -0
  876. package/deprecated/dist/img/svg-charts.svg +1 -0
  877. package/deprecated/dist/img/switch.png +0 -0
  878. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  879. package/deprecated/dist/js/LocaleService.js +1 -0
  880. package/deprecated/dist/js/app.authentication.js +1 -0
  881. package/deprecated/dist/js/app.js +1 -0
  882. package/deprecated/dist/js/controllers.authentication.js +1 -0
  883. package/deprecated/dist/js/controllers.js +1 -0
  884. package/deprecated/dist/js/custom.controllers.js +1 -0
  885. package/deprecated/dist/js/customModules.js +1 -0
  886. package/deprecated/dist/js/customStateProvider.js +0 -0
  887. package/deprecated/dist/js/directives.js +14 -0
  888. package/deprecated/dist/js/filters.js +1 -0
  889. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  890. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  891. package/deprecated/dist/js/reports/reports.service.js +1 -0
  892. package/deprecated/dist/js/services.js +1 -0
  893. package/deprecated/dist/js/stateProvider.js +1 -0
  894. package/deprecated/dist/js/upload.service.js +1 -0
  895. package/deprecated/img/ballon_icon.svg +3 -0
  896. package/deprecated/img/barcode.png +0 -0
  897. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  898. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  899. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  900. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  901. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  902. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  903. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  904. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  905. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  906. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  907. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  908. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  909. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  910. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  911. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  912. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  913. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  914. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  915. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  916. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  917. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  918. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  919. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  920. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  921. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  922. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  923. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  924. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  925. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  926. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  927. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  928. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  929. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  930. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  931. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  932. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  933. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  934. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  935. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  936. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  937. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  938. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  939. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  940. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  941. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  942. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  943. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  944. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  945. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  946. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  947. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  948. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  949. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  950. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  951. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  952. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  953. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  954. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  955. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  956. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  957. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  958. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  959. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  960. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  961. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  962. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  963. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  964. package/deprecated/img/cronGrid.png +0 -0
  965. package/deprecated/img/cronRichEditor.png +0 -0
  966. package/deprecated/img/cronapp-logo-login.png +0 -0
  967. package/deprecated/img/img-user.svg +1 -0
  968. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  969. package/deprecated/img/logo.png +0 -0
  970. package/deprecated/img/logo.svg +1 -0
  971. package/deprecated/img/nophoto.png +0 -0
  972. package/deprecated/img/placehold-100x100.png +0 -0
  973. package/deprecated/img/placehold-900x500.png +0 -0
  974. package/deprecated/img/qrcode.png +0 -0
  975. package/deprecated/img/recaptcha-logo.svg +1 -0
  976. package/deprecated/img/selectFile.png +0 -0
  977. package/deprecated/img/selectImg.svg +44 -0
  978. package/deprecated/img/svg-charts.svg +1 -0
  979. package/deprecated/img/switch.png +0 -0
  980. package/dist/components/css/checkbox-color.css +1 -1
  981. package/dist/components/css/color-default.css +1 -1
  982. package/dist/components/css/combobox-color.css +1 -1
  983. package/dist/components/css/crn-input-password.css +1 -1
  984. package/dist/components/css/designtime.css +1 -1
  985. package/dist/components/css/font-size.css +1 -1
  986. package/dist/components/css/option-color.css +1 -1
  987. package/dist/components/js/format.min.js +1 -1
  988. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  989. package/dist/components/js/jquery.mask.min.js +1 -1
  990. package/dist/components/js/qrcode.js +1 -1
  991. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  992. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  993. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  994. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  995. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  996. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  997. package/dist/components/templates/accordion.template.html +1 -1
  998. package/dist/components/templates/anchor.template.html +1 -1
  999. package/dist/components/templates/button.template.html +1 -1
  1000. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  1001. package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
  1002. package/dist/components/templates/cron-checkbox.template.html +1 -1
  1003. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  1004. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  1005. package/dist/components/templates/cron-crud.template.html +1 -1
  1006. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  1007. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  1008. package/dist/components/templates/cron-frame.template.html +1 -1
  1009. package/dist/components/templates/cron-grid.designtime.html +1 -1
  1010. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  1011. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  1012. package/dist/components/templates/dynamicfile.template.html +1 -1
  1013. package/dist/components/templates/dynamictitle.template.html +1 -1
  1014. package/dist/components/templates/form.template.html +1 -1
  1015. package/dist/components/templates/icon.template.html +1 -1
  1016. package/dist/components/templates/image-menu.template.html +1 -1
  1017. package/dist/components/templates/list.template.html +1 -1
  1018. package/dist/components/templates/navbar.template.html +1 -1
  1019. package/dist/components/templates/panel.template.html +1 -1
  1020. package/dist/components/templates/radiogroup.template.html +1 -1
  1021. package/dist/components/templates/rating.template.html +1 -1
  1022. package/dist/components/templates/social-button-bar.template.html +1 -1
  1023. package/dist/components/templates/sub-form.template.html +1 -1
  1024. package/dist/components/templates/textinputbutton.template.html +1 -1
  1025. package/dist/css/animate.css +1 -1
  1026. package/dist/css/app.css +1 -1
  1027. package/dist/css/cronos.css +1 -1
  1028. package/dist/css/modalTemplate.css +1 -1
  1029. package/dist/css/privacy/privacy.css +1 -1
  1030. package/dist/css/themes/aquamarine.min.css +1 -0
  1031. package/dist/css/themes/cerulean.min.css +1 -1
  1032. package/dist/css/themes/cosmo.min.css +1 -1
  1033. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  1034. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1035. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1036. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1037. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1038. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1039. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1040. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1041. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1042. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1043. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1044. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1045. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1046. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1047. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1048. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1049. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1050. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1051. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1052. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1053. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1054. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1055. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1056. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1057. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1058. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1059. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1060. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1061. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1062. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1063. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1064. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1065. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1066. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1067. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1068. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1069. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1070. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  1071. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  1072. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  1073. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
  1074. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  1075. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  1076. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
  1077. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  1078. package/dist/css/themes/custom/material/custom-material.css +1 -1
  1079. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  1080. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1081. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1082. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1083. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1084. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1085. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1086. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1087. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1088. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1089. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1090. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1091. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1092. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1093. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1094. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1095. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1096. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1097. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1098. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1099. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1100. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1101. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1102. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1103. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1104. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  1105. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  1106. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  1107. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  1108. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1109. package/dist/css/themes/cyborg.min.css +1 -1
  1110. package/dist/css/themes/darkly.min.css +1 -1
  1111. package/dist/css/themes/dsgov.min.css +1 -1
  1112. package/dist/css/themes/flatly.min.css +1 -1
  1113. package/dist/css/themes/fuse.min.css +1 -1
  1114. package/dist/css/themes/journal.min.css +1 -1
  1115. package/dist/css/themes/lumen.min.css +1 -1
  1116. package/dist/css/themes/material.min.css +1 -1
  1117. package/dist/css/themes/paper.min.css +1 -1
  1118. package/dist/css/themes/readable.min.css +1 -1
  1119. package/dist/css/themes/sandstone.min.css +1 -1
  1120. package/dist/css/themes/simplex.min.css +1 -1
  1121. package/dist/css/themes/slate.min.css +1 -1
  1122. package/dist/css/themes/spacelab.min.css +1 -1
  1123. package/dist/css/themes/superhero.min.css +1 -1
  1124. package/dist/css/themes/united.min.css +1 -1
  1125. package/dist/css/themes/yeti.min.css +1 -1
  1126. package/dist/i18n/locale_en_us.json +4 -1
  1127. package/dist/i18n/locale_pt_br.json +4 -1
  1128. package/dist/js/LanguageSelectDirective.js +1 -1
  1129. package/dist/js/LocaleService.js +1 -1
  1130. package/dist/js/app.js +1 -1
  1131. package/dist/js/controllers.js +1 -1
  1132. package/dist/js/dashboard/dashboard.service.js +1 -1
  1133. package/dist/js/directives.js +14 -1
  1134. package/dist/js/reports/parameters.controller.js +1 -1
  1135. package/dist/js/reports/reports.service.js +1 -1
  1136. package/dist/js/stateProvider.js +1 -1
  1137. package/gulpfile.js +1 -1
  1138. package/i18n/locale_en_us.json +4 -1
  1139. package/i18n/locale_pt_br.json +4 -1
  1140. package/img/cron-icon/crn-component.svg +22 -0
  1141. package/js/app.js +17 -3
  1142. package/js/controllers.js +10 -2
  1143. package/js/dashboard/dashboard.service.js +14 -12
  1144. package/js/directives.js +825 -487
  1145. package/js/reports/reports.service.js +5 -2
  1146. package/js/stateProvider.js +17 -8
  1147. package/package.json +4 -4
  1148. package/postupdate.json +135 -118
  1149. package/cronapp-framework-js.iml +0 -9
  1150. package/css/reset_password.css +0 -5
  1151. package/css/signup.css +0 -16
  1152. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  1153. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +0 -47
  1154. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +0 -620
  1155. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  1156. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  1157. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  1158. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  1159. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +0 -158
  1160. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +0 -24
  1161. package/css/themes/custom/_bootswatch-v3.3.3/close.css +0 -27
  1162. package/css/themes/custom/_bootswatch-v3.3.3/container.css +0 -49
  1163. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  1164. package/css/themes/custom/_bootswatch-v3.3.3/form.css +0 -401
  1165. package/css/themes/custom/_bootswatch-v3.3.3/has.css +0 -172
  1166. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  1167. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  1168. package/css/themes/custom/_bootswatch-v3.3.3/input.css +0 -39
  1169. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  1170. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  1171. package/css/themes/custom/_bootswatch-v3.3.3/label.css +0 -33
  1172. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  1173. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +0 -143
  1174. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  1175. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  1176. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  1177. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  1178. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +0 -27
  1179. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  1180. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +0 -27
  1181. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  1182. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +0 -264
  1183. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +0 -149
  1184. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +0 -22
  1185. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +0 -63
  1186. package/css/themes/custom/_bootswatch-v3.3.3/table.css +0 -268
  1187. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  1188. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  1189. package/css/themes/custom/_bootswatch-v3.3.3/visible.css +0 -261
  1190. package/css/themes/custom/_bootswatch-v3.3.3/well.css +0 -25
  1191. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  1192. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +0 -48
  1193. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +0 -26
  1194. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +0 -58
  1195. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +0 -725
  1196. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  1197. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  1198. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +0 -491
  1199. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  1200. package/css/themes/custom/_bootswatch-v3.3.6/close.css +0 -37
  1201. package/css/themes/custom/_bootswatch-v3.3.6/col.css +0 -787
  1202. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  1203. package/css/themes/custom/_bootswatch-v3.3.6/container.css +0 -31
  1204. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  1205. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  1206. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +0 -10
  1207. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  1208. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  1209. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  1210. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  1211. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  1212. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  1213. package/css/themes/custom/_bootswatch-v3.3.6/label.css +0 -35
  1214. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  1215. package/css/themes/custom/_bootswatch-v3.3.6/media.css +0 -60
  1216. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +0 -143
  1217. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +0 -276
  1218. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  1219. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +0 -44
  1220. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  1221. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +0 -288
  1222. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +0 -154
  1223. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +0 -95
  1224. package/css/themes/custom/_bootswatch-v3.3.6/table.css +0 -171
  1225. package/css/themes/custom/_bootswatch-v3.3.6/text.css +0 -31
  1226. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  1227. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  1228. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +0 -269
  1229. package/css/themes/custom/_bootswatch-v3.3.6/well.css +0 -31
  1230. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +0 -37
  1231. package/css/themes/custom/_bootswatch-v3.3.7/col.css +0 -787
  1232. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  1233. package/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1234. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1235. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  1236. package/css/themes/custom/_bootswatch-v3.3.7/text.css +0 -31
  1237. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  1238. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  1239. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +0 -27
  1240. package/css/themes/custom/_bootswatch-v4.1.3/align.css +0 -393
  1241. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +0 -26
  1242. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +0 -706
  1243. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  1244. package/css/themes/custom/_bootswatch-v4.1.3/border.css +0 -75
  1245. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  1246. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +0 -244
  1247. package/css/themes/custom/_bootswatch-v4.1.3/card.css +0 -260
  1248. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  1249. package/css/themes/custom/_bootswatch-v4.1.3/close.css +0 -27
  1250. package/css/themes/custom/_bootswatch-v4.1.3/col.css +0 -1125
  1251. package/css/themes/custom/_bootswatch-v4.1.3/container.css +0 -39
  1252. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +0 -413
  1253. package/css/themes/custom/_bootswatch-v4.1.3/display.css +0 -209
  1254. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  1255. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  1256. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +0 -318
  1257. package/css/themes/custom/_bootswatch-v4.1.3/float.css +0 -59
  1258. package/css/themes/custom/_bootswatch-v4.1.3/form.css +0 -294
  1259. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  1260. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  1261. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  1262. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  1263. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +0 -136
  1264. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  1265. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +0 -711
  1266. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +0 -182
  1267. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +0 -45
  1268. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  1269. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +0 -611
  1270. package/css/themes/custom/_bootswatch-v4.1.3/page.css +0 -55
  1271. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  1272. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +0 -199
  1273. package/css/themes/custom/_bootswatch-v4.1.3/position.css +0 -20
  1274. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +0 -46
  1275. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  1276. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  1277. package/css/themes/custom/_bootswatch-v4.1.3/table.css +0 -96
  1278. package/css/themes/custom/_bootswatch-v4.1.3/text.css +0 -113
  1279. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  1280. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +0 -239
  1281. package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
  1282. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1283. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1284. package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
  1285. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  1286. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  1287. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  1288. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  1289. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  1290. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  1291. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  1292. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  1293. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  1294. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  1295. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  1296. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  1297. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  1298. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  1299. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1300. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  1301. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  1302. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  1303. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1304. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  1305. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  1306. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  1307. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  1308. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  1309. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  1310. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  1311. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  1312. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  1313. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  1314. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  1315. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  1316. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  1317. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  1318. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  1319. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  1320. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  1321. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  1322. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  1323. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  1324. package/css/themes/custom/dsgov/custom-dsgov.min.css +0 -2996
  1325. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1326. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1327. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1328. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1329. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1330. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1331. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1332. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1333. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1334. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1335. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1336. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1337. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1338. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1339. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1340. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1341. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1342. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1343. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1344. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1345. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1346. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1347. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1348. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1349. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1350. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1351. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1352. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1353. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1354. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1355. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1356. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1357. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1358. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1359. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1360. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1361. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1362. package/css/themes/custom/dsgov/font2/fonts.css +0 -144
  1363. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1364. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1365. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1366. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1367. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1368. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1369. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1370. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1371. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1372. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1373. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1374. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1375. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1376. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1377. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1378. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1379. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1380. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1381. package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
  1382. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1383. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1384. package/css/themes/custom/fuse/img/arrow-gray.svg +0 -9
  1385. package/css/themes/custom/fuse/img/arrow-white.svg +0 -9
  1386. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1387. package/css/themes/custom/lumen/custom-lumen.min.css +0 -1575
  1388. package/css/themes/custom/material/components_css/crn-button.css +0 -177
  1389. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  1390. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  1391. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  1392. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  1393. package/css/themes/custom/material/components_css/login.css +0 -38
  1394. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  1395. package/css/themes/custom/material_raiz/components_css/crn-button.css +0 -174
  1396. package/css/themes/custom/material_raiz/components_css/crn-carousel.css +0 -11
  1397. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  1398. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  1399. package/css/themes/custom/material_raiz/components_css/crn-enterprise.css +0 -58
  1400. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +0 -185
  1401. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  1402. package/css/themes/custom/material_raiz/components_css/login.css +0 -38
  1403. package/css/themes/custom/material_raiz/custom-material_raiz.css +0 -363
  1404. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1405. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1406. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1407. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1408. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1409. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  1410. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
  1411. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1412. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1413. package/css/themes/material_raiz.min.css +0 -3
@@ -1,296 +1,1042 @@
1
- @import "./components_css/crn-button.css";
2
- @import "./components_css/crn-cron-calendar.css";
3
- @import "./components_css/crn-cron-grid.css";
4
- @import "./components_css/crn-enterprise.css";
5
- @import "./components_css/crn-navbar.css";
6
- @import "./components_css/crn-scheduler.css";
7
- @import "./components_css/login.css";
8
- @import "./components_css/ui-notification.css";
9
-
10
- /* BÁSICO - NÃO APAGAR */
11
-
12
- body,
1
+ @import 'navbar-material.css';
2
+ @import 'panel-material.css';
3
+ @import 'grid-material.css';
4
+
5
+ /* Fonts */
6
+ @import '../../../fonts/roboto/roboto.css';
7
+ @import '../../../fonts/helvetica-neue/HelveticaNeue.css';
8
+
9
+ /* ==== VARIABLES ==== */
10
+ :root {
11
+
12
+ /* Font */
13
+ --fontFamily: "Roboto", "Helvetica Neue", "Arial", sans-serif;
14
+ --textColor: #393939;
15
+ --backgroundColor: #f1f1f1;
16
+
17
+ --textSmallSize: 12px;
18
+ --textNormalSize: 14px;
19
+ --textMediumSize: 18px;
20
+ --textBigSize: 24px;
21
+ --textExtraBigSize: 30px;
22
+ --textFullSize: 36px;
23
+
24
+ --textColor10: #d8d8d8;
25
+ --textColor20: #b3b3b3;
26
+ --textColor30: #858585;
27
+ --textColor40: #393939;
28
+ --textColor50: #323232;
29
+ --textColor60: #2a2a2a;
30
+ --textColor70: #1f1f1f;
31
+
32
+ /* Icon Size */
33
+ --iconSizeDefault: 28px;
34
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
35
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
36
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
37
+
38
+ /* Menus - Sizes and Distances */
39
+ --menuVerticalWidth: 270px;
40
+ --menuSideSize: 20px;
41
+ --menuItemBarSize: 6px;
42
+ --menuElementOverallPadding: 10px;
43
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
44
+ --menuItemIconWidth: 25px;
45
+
46
+ /* Background */
47
+ --backgroundColor10: #fbfbfb;
48
+ --backgroundColor20: #f8f8f8;
49
+ --backgroundColor30: #f4f4f4;
50
+ --backgroundColor40: #f1f1f1;
51
+ --backgroundColor50: #d3d3d3;
52
+ --backgroundColor60: #b1b1b1;
53
+ --backgroundColor70: #848484;
54
+
55
+ /* Background Login */
56
+ --backgroundLogin10: #b3deff;
57
+ --backgroundLogin20: #80c8ff;
58
+ --backgroundLogin30: #4db2ff;
59
+ --backgroundLogin40: #0091ff;
60
+ --backgroundLogin50: #0082e6;
61
+ --backgroundLogin60: #004880;
62
+ --backgroundLogin70: #000e19;
63
+
64
+ /* Distances */
65
+ --distanceNone: 0;
66
+ --distanceSmallest: 5px;
67
+ --distanceExtraSmall: 10px;
68
+ --distanceSmall: 15px;
69
+ --distanceMedium: 20px;
70
+ --distanceBig: 30px;
71
+ --distanceGiant: 40px;
72
+ --distanceTitan: 60px;
73
+
74
+ /* Border Radius */
75
+ --borderRadiusNone: 0;
76
+ --borderRadiusSmallest: 5px;
77
+ --borderRadiusExtraSmall: 10px;
78
+ --borderRadiusSmall: 15px;
79
+ --borderRadiusBig: 30px;
80
+ --borderRadiusGiant: 40px;
81
+ --borderRadiusTitan: 60px;
82
+ --borderRadiusFull: 99999px;
83
+
84
+ /* Color - Theme default */
85
+ --colorDefault10: #d8d9e3;
86
+ --colorDefault20: #b3b5ca;
87
+ --colorDefault30: #8689af;
88
+ --colorDefault40: #3b448e;
89
+ --colorDefault50: #343c7c;
90
+ --colorDefault60: #2b3268;
91
+ --colorDefault70: #20254e;
92
+ --textColorDefault10: #8c8c8c;
93
+ --textColorDefault20: #bbbbbb;
94
+ --textColorDefault30: #dfdfdf;
95
+ --textColorDefault40: #ffffff;
96
+ --textColorDefault50: #ffffff;
97
+ --textColorDefault60: #ffffff;
98
+ --textColorDefault70: #ffffff;
99
+
100
+ /* Color - Primary (web) - Positive (mobile) */
101
+ --colorPrimary10: #d8daeb;
102
+ --colorPrimary20: #b4b7da;
103
+ --colorPrimary30: #878ec9;
104
+ --colorPrimary40: #5665be;
105
+ --colorPrimary50: #37479e;
106
+ --colorPrimary60: #2e3b85;
107
+ --colorPrimary70: #232c63;
108
+ --textColorPrimary10: #8c8c8c;
109
+ --textColorPrimary20: #bbbbbb;
110
+ --textColorPrimary30: #dfdfdf;
111
+ --textColorPrimary40: #ffffff;
112
+ --textColorPrimary50: #ffffff;
113
+ --textColorPrimary60: #ffffff;
114
+ --textColorPrimary70: #ffffff;
115
+
116
+ /* Color - Success (web) - Balanced (mobile) */
117
+ --colorSuccess10: #d6e0d6;
118
+ --colorSuccess20: #b0c4b0;
119
+ --colorSuccess30: #7fa57f;
120
+ --colorSuccess40: #257d25;
121
+ --colorSuccess50: #206d20;
122
+ --colorSuccess60: #1b5c1b;
123
+ --colorSuccess70: #144414;
124
+ --textColorSuccess10: #8c8c8c;
125
+ --textColorSuccess20: #bbbbbb;
126
+ --textColorSuccess30: #dfdfdf;
127
+ --textColorSuccess40: #ffffff;
128
+ --textColorSuccess50: #ffffff;
129
+ --textColorSuccess60: #ffffff;
130
+ --textColorSuccess70: #ffffff;
131
+
132
+ /* Color - Warning (web) - energized (mobile) */
133
+ --colorWarning10: #fbe9da;
134
+ --colorWarning20: #f7d7b7;
135
+ --colorWarning30: #f4c38d;
136
+ --colorWarning40: #f0ad4e;
137
+ --colorWarning50: #d29744;
138
+ --colorWarning60: #b07f39;
139
+ --colorWarning70: #835f2b;
140
+ --textColorWarning10: #8c8c8c;
141
+ --textColorWarning20: #bbbbbb;
142
+ --textColorWarning30: #dfdfdf;
143
+ --textColorWarning40: #ffffff;
144
+ --textColorWarning50: #ffffff;
145
+ --textColorWarning60: #ffffff;
146
+ --textColorWarning70: #ffffff;
147
+
148
+ /* Color - Danger (web) - assertive (mobile) */
149
+ --colorDanger10: #f1d8d7;
150
+ --colorDanger20: #e6b3b2;
151
+ --colorDanger30: #da8584;
152
+ --colorDanger40: #ce3a36;
153
+ --colorDanger50: #b4332f;
154
+ --colorDanger60: #972a28;
155
+ --colorDanger70: #71201e;
156
+ --textColorDanger10: #8c8c8c;
157
+ --textColorDanger20: #bbbbbb;
158
+ --textColorDanger30: #dfdfdf;
159
+ --textColorDanger40: #ffffff;
160
+ --textColorDanger50: #ffffff;
161
+ --textColorDanger60: #ffffff;
162
+ --textColorDanger70: #ffffff;
163
+
164
+ /* Color - Royal (mobile) */
165
+ --colorRoyal10: #e2ddf9;
166
+ --colorRoyal20: #c8bef4;
167
+ --colorRoyal30: #ab9aef;
168
+ --colorRoyal40: #886aea;
169
+ --colorRoyal50: #775dcd;
170
+ --colorRoyal60: #644eab;
171
+ --colorRoyal70: #4a3a80;
172
+ --textColorRoyal10: #8c8c8c;
173
+ --textColorRoyal20: #bbbbbb;
174
+ --textColorRoyal30: #dfdfdf;
175
+ --textColorRoyal40: #ffffff;
176
+ --textColorRoyal50: #ffffff;
177
+ --textColorRoyal60: #ffffff;
178
+ --textColorRoyal70: #ffffff;
179
+
180
+ /* Color - Calm (mobile) */
181
+ --colorCalm10: #d6eefb;
182
+ --colorCalm20: #aee0f9;
183
+ --colorCalm30: #7cd1f6;
184
+ --colorCalm40: #11c1f3;
185
+ --colorCalm50: #0fa9d5;
186
+ --colorCalm60: #0c8db2;
187
+ --colorCalm70: #096a85;
188
+ --textColorCalm10: #8c8c8c;
189
+ --textColorCalm20: #bbbbbb;
190
+ --textColorCalm30: #dfdfdf;
191
+ --textColorCalm40: #ffffff;
192
+ --textColorCalm50: #ffffff;
193
+ --textColorCalm60: #ffffff;
194
+ --textColorCalm70: #ffffff;
195
+
196
+ /* Color - Light (mobile) */
197
+ --colorLight10: #ffffff;
198
+ --colorLight20: #ffffff;
199
+ --colorLight30: #ffffff;
200
+ --colorLight40: #ffffff;
201
+ --colorLight50: #dfdfdf;
202
+ --colorLight60: #bbbbbb;
203
+ --colorLight70: #8c8c8c;
204
+ --textColorLight10: #000000;
205
+ --textColorLight20: #000000;
206
+ --textColorLight30: #000000;
207
+ --textColorLight40: #000000;
208
+ --textColorLight50: #7b7b7b;
209
+ --textColorLight60: #aeaeae;
210
+ --textColorLight70: #d5d5d5;
211
+
212
+ /* Color - Stable (mobile) */
213
+ --colorStable10: #fdfdfd;
214
+ --colorStable20: #fbfbfb;
215
+ --colorStable30: #fafafa;
216
+ --colorStable40: #f8f8f8;
217
+ --colorStable50: #d9d9d9;
218
+ --colorStable60: #b6b6b6;
219
+ --colorStable70: #888888;
220
+ --textColorStable10: #252525;
221
+ --textColorStable20: #323232;
222
+ --textColorStable30: #3c3c3c;
223
+ --textColorStable40: #444444;
224
+ --textColorStable50: #898989;
225
+ --textColorStable60: #b5b5b5;
226
+ --textColorStable70: #d9d9d9;
227
+
228
+ /* Color - Dark (mobile) */
229
+ --colorDark10: #d9d9d9;
230
+ --colorDark20: #b5b5b5;
231
+ --colorDark30: #898989;
232
+ --colorDark40: #444444;
233
+ --colorDark50: #3c3c3c;
234
+ --colorDark60: #323232;
235
+ --colorDark70: #252525;
236
+ --textColorDark10: #8c8c8c;
237
+ --textColorDark20: #bbbbbb;
238
+ --textColorDark30: #dfdfdf;
239
+ --textColorDark40: #ffffff;
240
+ --textColorDark50: #ffffff;
241
+ --textColorDark60: #ffffff;
242
+ --textColorDark70: #ffffff;
243
+
244
+ /* Color - Neutral (web e mobile) */
245
+ --colorNeutral00: #FFFFFF;
246
+ --colorNeutral10: #F1F1F1;
247
+ --colorNeutral20: #E3E3E3;
248
+ --colorNeutral30: #D5D5D5;
249
+ --colorNeutral40: #C7C7C7;
250
+ --colorNeutral50: #B9B9B9;
251
+ --colorNeutral60: #ACACAC;
252
+ --colorNeutral70: #9E9E9E;
253
+ --colorNeutral80: #909090;
254
+ --colorNeutral90: #828282;
255
+ --colorNeutral100: #747474;
256
+ --colorNeutral110: #666666;
257
+ --colorNeutral120: #5D5D5D;
258
+ --colorNeutral130: #535353;
259
+ --colorNeutral140: #4A4A4A;
260
+ --colorNeutral150: #414141;
261
+ --colorNeutral160: #383838;
262
+ --colorNeutral170: #2E2E2E;
263
+ --colorNeutral180: #252525;
264
+ --colorNeutral190: #1C1C1C;
265
+ --colorNeutral200: #131313;
266
+ --colorNeutral210: #090909;
267
+ --colorNeutral220: #000000;
268
+
269
+ /* Components - Button */
270
+ --btnDefault: var(--colorDefault40, #3b448e);
271
+ --btnPrimary: var(--colorPrimary40, #5665be);
272
+ --btnSuccess: var(--colorSuccess40, #257d25);
273
+ --btnCalm: var(--colorDefault40, #3b448e);
274
+ --btnWarning: var(--colorWarning40, #f0ad4e);
275
+ --btnDanger: var(--colorDanger40, #ce3a36);
276
+ --btnLight: var(--colorLight40, #ffffff);
277
+ --btnLink: var(--textColorLight40, #000000);
278
+ --btnStable: var(--colorStable40, #f8f8f8);
279
+ --btnRoyal: var(--colorRoyal40, #886aea);
280
+ --btnDark: var(--colorDark40, #444444);
281
+
282
+ --textColorDefault: var(--textColorDefault40, #ffffff);
283
+ --textColorPrimary: var(--textColorPrimary40, #ffffff);
284
+ --textColorSuccess: var(--textColorSuccess40, #ffffff);
285
+ --textColorCalm: var(--textColorDefault40, #ffffff);
286
+ --textColorWarning: var(--textColorWarning40, #ffffff);
287
+ --textColorDanger: var(--textColorDanger40, #ffffff);
288
+ --textColorLight: var(--textColorLight40, #000000);
289
+ --textColorStable: var(--textColorStable40, #444444);
290
+ --textColorRoyal: var(--textColorRoyal40, #ffffff);
291
+ --textColorDark: var(--textColorDark40, #ffffff);
292
+
293
+ /* Components - Text color */
294
+ --colorDefault: var(--colorDefault40, #3b448e);
295
+ --colorPrimary: var(--colorPrimary40, #5665be);
296
+ --colorSuccess: var(--colorSuccess40, #257d25);
297
+ --colorCalm: var(--colorDefault40, #3b448e);
298
+ --colorWarning: var(--colorWarning40, #f0ad4e);
299
+ --colorDanger: var(--colorDanger40, #ce3a36);
300
+ --colorLight: var(--colorLight50, #dfdfdf);
301
+ --colorStable: var(--colorStable50, #dfdfdf);
302
+ --colorRoyal: var(--colorRoyal40, #886aea);
303
+ --colorDark: var(--colorDark40, #444444);
304
+
305
+ /* Components - Checkbox */
306
+ --checkboxDefault: var(--colorDefault40, #3b448e);
307
+ --checkboxPrimary: var(--colorPrimary40, #5665be);
308
+ --checkboxSuccess: var(--colorSuccess40, #257d25);
309
+ --checkboxCalm: var(--colorDefault40, #3b448e);
310
+ --checkboxWarning: var(--colorWarning40, #f0ad4e);
311
+ --checkboxDanger: var(--colorDanger40, #ce3a36);
312
+ --checkboxLight: var(--colorLight50, #d7d7d7);
313
+ --checkboxStable: var(--colorStable50, #d9d9d9);
314
+ --checkboxRoyal: var(--colorRoyal40, #886aea);
315
+ --checkboxDark: var(--colorDark40, #444444);
316
+
317
+ /* Components - Combobox */
318
+ --comboboxDefault: var(--colorDefault40, #3b448e);
319
+ --comboboxPrimary: var(--colorPrimary40, #5665be);
320
+ --comboboxSuccess: var(--colorSuccess40, #257d25);
321
+ --comboboxCalm: var(--colorDefault40, #3b448e);
322
+ --comboboxWarning: var(--colorWarning40, #f0ad4e);
323
+ --comboboxDanger: var(--colorDanger40, #ce3a36);
324
+ --comboboxLight: var(--colorLight50, #d7d7d7);
325
+ --comboboxStable: var(--colorStable50, #d9d9d9);
326
+ --comboboxRoyal: var(--colorRoyal40, #886aea);
327
+ --comboboxDark: var(--colorDark40, #444444);
328
+
329
+ /* Components - Radio input */
330
+ --optionDefault: var(--colorDefault40, #3b448e);
331
+ --optionPrimary: var(--colorPrimary40, #5665be);
332
+ --optionSuccess: var(--colorSuccess40, #257d25);
333
+ --optionCalm: var(--colorDefault40, #3b448e);
334
+ --optionWarning: var(--colorWarning40, #f0ad4e);
335
+ --optionDanger: var(--colorDanger40, #ce3a36);
336
+ --optionLight: var(--colorLight40, #ffffff);
337
+ --optionStable: var(--colorStable40, #f8f8f8);
338
+ --optionRoyal: var(--colorRoyal40, #886aea);
339
+ --optionDark: var(--colorDark40, #444444);
340
+
341
+ /* Components - Panel */
342
+ --panelDefault: var(--colorDefault40, #3b448e);
343
+ --panelPrimary: var(--colorPrimary40, #5665be);
344
+ --panelSuccess: var(--colorSuccess10, #d6e0d6);
345
+ --panelCalm: var(--colorDefault10, #d8d9e3);
346
+ --panelWarning: var(--colorWarning10, #fbe9da);
347
+ --panelDanger: var(--colorDanger10, #f1d8d7);
348
+ --panelLight: var(--colorLight50, #dfdfdf);
349
+ --panelStable: var(--colorStable50, #d9d9d9);
350
+ --panelRoyal: var(--colorRoyal40, #886aea);
351
+ --panelDark: var(--colorDark40, #444444);
352
+ }
353
+
354
+ .h1,
355
+ .h2,
356
+ .h3,
357
+ .h4,
358
+ .h5,
359
+ .h6,
13
360
  h1,
14
361
  h2,
15
362
  h3,
16
363
  h4,
17
364
  h5,
18
- h6,
19
- .h1,
20
- .h2,
21
- .h3,
22
- .h4 {
23
- font-family: "Roboto", "Helvetica", "Arial", sans-serif;
365
+ h6 {
24
366
  font-weight: 400;
25
367
  }
26
368
 
27
- body {
28
- width: 100%;
29
- height: 100%;
30
- background: #ffffff;
369
+ .color-light {
370
+ color: var(--colorLight50, #dfdfdf);
31
371
  }
32
372
 
33
- @media only screen and (min-width: 768px) {
34
- body {
35
- background: #f1f1f1;
36
- }
373
+ .color-stable {
374
+ color: var(--colorStable50, #d9d9d9);
37
375
  }
38
376
 
39
- html {
40
- width: 100%;
41
- height: 100%;
377
+ .color-info {
378
+ color: var(--colorDefault40, #3b448e);
379
+ }
380
+
381
+ .color-info:hover {
382
+ color: var(--colorDefault60, #2b3268);
383
+ }
384
+
385
+
386
+ .main-view {
387
+ box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
388
+ background: var(--colorNeutral00, #ffffff);
389
+ }
390
+
391
+ .main-view.container-fluid {
392
+ padding: var(--distanceSmall, 15px);
393
+ }
394
+
395
+ .main-view-horizontal {
396
+ padding: 15px;
397
+ width: calc(100% - 60px);
398
+ }
399
+
400
+ label {
401
+ font-weight: 400;
402
+ margin-bottom: 0;
403
+ }
404
+
405
+ .pace div.pace-progress {
406
+ background: var(--colorPrimary40, #5665be);
42
407
  }
43
408
 
44
- .bg {
45
- background-image: linear-gradient(-140deg, #75cff8, #00b2ff, #0091ff, #006aff, #065375);
409
+ .form-control {
410
+ display: block;
411
+ height: auto;
412
+ padding: auto;
413
+ font-size: auto;
414
+ color: var(--textColor40, #393939);
415
+ background: transparent;
416
+ border: none;
417
+ border-radius: 0;
418
+ border-bottom: 1px solid var(--textColor30, #393939);
419
+ outline: none;
46
420
  width: 100%;
47
- height: 100%;
421
+ box-shadow: none;
48
422
  }
49
423
 
50
- .k-dropdown-wrap .k-select {
51
- opacity: 1;
424
+ .k-autocomplete.k-state-focused,
425
+ .k-dropdown-wrap.k-state-focused,
426
+ .k-multiselect.k-header.k-state-focused,
427
+ .k-numeric-wrap.k-state-focused,
428
+ .k-picker-wrap.k-state-focused,
429
+ .k-textbox:focus,
430
+ .k-input,
431
+ .k-multiselect-wrap,
432
+ .k-textbox>input,
433
+ input.k-textbox,
434
+ input.k-textbox:hover,
435
+ textarea.k-textbox,
436
+ textarea.k-textbox:hover {
437
+ border: 0;
438
+ border-bottom: 1px solid var(--textColor30, #393939);
439
+ border-radius: 0;
52
440
  }
53
441
 
54
- .k-dropdown-wrap {
55
- border-color: #000;
442
+ .k-autocomplete.k-state-focused,
443
+ .k-dropdown-wrap.k-state-focused,
444
+ .k-multiselect.k-header.k-state-focused,
445
+ .k-numeric-wrap.k-state-focused,
446
+ .k-picker-wrap.k-state-focused,
447
+ .k-textbox:focus {
448
+ box-shadow: none;
449
+ border: none;
450
+ border-bottom: 1px solid var(--textColor30, #393939);
56
451
  }
57
452
 
58
- ::-webkit-scrollbar {
59
- width: 8px;
60
- height: 8px;
453
+ .k-autocomplete.k-state-default .k-input,
454
+ .k-combobox .k-state-default .k-input,
455
+ .k-multiselect-wrap,
456
+ .k-numeric-wrap.k-state-default .k-input,
457
+ .k-picker-wrap.k-state-default .k-input,
458
+ .k-progress-status-wrap,
459
+ .k-slider-selection,
460
+ .k-slider-track {
461
+ box-shadow: none;
61
462
  }
62
463
 
63
- ::-webkit-scrollbar-button {
64
- width: 0px;
65
- height: 0px;
464
+ /* Button */
465
+ .k-button,
466
+ .btn {
467
+ border-radius: 2px;
468
+ box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
66
469
  }
67
470
 
68
- ::-webkit-scrollbar-thumb {
69
- background: #c0c0c082;
70
- border: 0px none #ffffff;
71
- border-radius: 0px;
72
- border-left: 1px solid #d7d7d7;
471
+ .btn.btn-link {
472
+ box-shadow: none;
73
473
  }
74
474
 
75
- ::-webkit-scrollbar-thumb:hover {
76
- background: #bdbdbd;
475
+ .btn.btn-link i,
476
+ .btn.btn-link span,
477
+ .btn.btn-link:focus,
478
+ .btn.btn-link:hover,
479
+ .btn.btn-link.disabled,
480
+ .btn.btn-link[disabled]:hover {
481
+ color: var(--textColorLight40, #000000);
482
+
77
483
  }
78
484
 
79
- ::-webkit-scrollbar-thumb:active {
80
- background: #bdbdbd;
485
+ /* Button Info */
486
+ .k-button.k-info,
487
+ .btn.btn-info {
488
+ background: var(--colorDefault40, #3b448e);
489
+ border-color: transparent;
490
+ color: var(--textColorDefault40, #ffffff);
81
491
  }
82
492
 
83
- ::-webkit-scrollbar-track {
84
- background: transparent;
85
- border: 0px none #ffffff;
86
- border-left: 1px solid #cecece96;
493
+ .k-button.k-info:focus,
494
+ .k-button.k-info:hover,
495
+ .btn.btn-info:focus,
496
+ .btn.btn-info:hover {
497
+ color: var(--textColorDefault40, #ffffff);
498
+ background: var(--colorDefault50, #343c7c);
499
+ border-color: transparent;
500
+ outline: none;
87
501
  }
88
502
 
89
- ::-webkit-scrollbar-track:hover {
503
+ .k-button.k-info.active,
504
+ .k-button.k-info:active,
505
+ .btn.btn-info.active,
506
+ .btn.btn-info:active {
507
+ background: var(--colorDefault10, #d8d9e3);
508
+ }
509
+
510
+ /* Modal */
511
+ .modal-header .close,
512
+ .modal-title {
513
+ color: var(--textColor40, #393939);
514
+ }
515
+
516
+ .modal-header .close {
517
+ margin-top: 0;
518
+ }
519
+
520
+ .modal-header .close span {
521
+ font-size: var(--textMediumSize, 16px);
522
+ }
523
+
524
+ /* Page login */
525
+ .bg,
526
+ .siginPanel,
527
+ .bg-login #container-second {
528
+ background: linear-gradient(-140deg, var(--backgroundLogin20, #80c8ff), var(--backgroundLogin30, #4db2ff), var(--backgroundLogin40, #0091ff), var(--backgroundLogin50, #0082e6), var(--backgroundLogin60, #004880));
529
+ }
530
+
531
+ .login-view {
532
+ box-shadow: 0 0px 0px 0px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
533
+ background: #ffffff;
534
+ padding: 40px 30px 40px 30px;
535
+ border-radius: 3px;
536
+ }
537
+
538
+ .bg-login #container-second h1,
539
+ .bg-login #container-second p {
540
+ color: var(--textColorPrimary40, #ffffff);
541
+ }
542
+
543
+ #crn-botao-cadastre,
544
+ .login-view .sign-up,
545
+ .crn-anchor-signup-back {
546
+ color: var(--textColor40, #111111);
547
+ }
548
+
549
+ .bg-login #container-first .btn-login-mutual,
550
+ .bg-login #container-first .btn-login,
551
+ .login-view .crn-button-signup-register,
552
+ .login-view .btn.btn-default {
553
+ background: var(--colorPrimary40, #3b448e);
554
+ border-color: transparent;
555
+ color: var(--textColorPrimary40, #ffffff);
556
+ }
557
+
558
+ .bg-login #container-first .btn-login-mutual:hover,
559
+ .bg-login #container-first .btn-login:hover,
560
+ .login-view .crn-button-signup-register:hover,
561
+ .login-view .btn.btn-default:hover {
562
+ color: var(--textColorPrimary40, #ffffff);
563
+ background: var(--colorPrimary50, #343c7c);
564
+ border-color: transparent;
565
+ outline: none;
566
+ }
567
+
568
+ /* Abas */
569
+ .ctn-tab .nav-tabs {
570
+ background: var(--colorPrimary40, #387ef5);
571
+ border: none;
572
+ }
573
+
574
+ .ctn-tab .nav-tabs li.active {
575
+ border-radius: 0;
576
+ background: var(--colorDefault40, #3b448e);
577
+ border: none;
578
+ }
579
+
580
+ .ctn-tab .nav-tabs li a,
581
+ .ctn-tab .nav-tabs li.active a,
582
+ .ctn-tab .nav-tabs li.active a:hover {
583
+ color: var(--textColorDefault40, #ffffff);
584
+ }
585
+
586
+ .ctn-tab .nav-tabs li a:hover {
587
+ border-radius: 0;
588
+ color: var(--textColorDefault40, #ffffff);
90
589
  background: transparent;
91
590
  }
92
591
 
93
- ::-webkit-scrollbar-track:active {
94
- background: #333333;
592
+ /* Banner */
593
+ .jumbotron {
594
+ background: var(--backgroundColor40, #f1f1f1);
595
+ }
596
+
597
+ .jumbotron .h1,
598
+ .jumbotron h1,
599
+ .jumbotron .h2,
600
+ .jumbotron h2 {
601
+ color: var(--textColor40, #393939);
602
+ }
603
+
604
+ /* Slider */
605
+ .k-slider .k-slider-selection {
606
+ background: var(--colorDefault40, #3b448e);
607
+ }
608
+
609
+ *[id^='crn-slider'] .form-control {
610
+ height: 38px;
95
611
  }
96
612
 
97
- ::-webkit-scrollbar-corner {
613
+ .k-grid .k-slider .k-button,
614
+ .k-slider .k-button {
615
+ color: var(--textColor50, #323232);
616
+ }
617
+
618
+ /* Treeview */
619
+ .k-treeview .k-icon {
620
+ border-radius: 0;
621
+ }
622
+
623
+ .k-treeview .k-item {
98
624
  background: transparent;
625
+ color: var(--textColor40, #393939);
626
+ border-radius: 0;
99
627
  }
100
628
 
101
- input:-webkit-autofill {
102
- -webkit-box-shadow: 0 0 0 30px white inset;
629
+ .k-treeview .k-in.k-state-hover,
630
+ .k-treeview .k-in.k-state-selected {
631
+ background: var(--backgroundColor50, #dfdfdf);
632
+ color: var(--textColor40, #393939);
633
+ border-radius: 0;
103
634
  }
104
635
 
105
- input:-webkit-autofill:focus {
106
- -webkit-box-shadow: 0 0 0 30px white inset;
636
+ /* Arquivo/Imagem dinâmica */
637
+ .dynamic-image-container {
638
+ border: 1px dashed var(--colorDefault40, #3b448e);
107
639
  }
108
640
 
109
- .form-control {
110
- width: 100%;
641
+ .dynamic-image-container .btn {
642
+ color: var(--textColor40, #393939);
643
+ background: var(--backgroundColor40, #f1f1f1);
644
+ border-color: transparent;
111
645
  box-shadow: none;
646
+ margin: 0;
112
647
  }
113
648
 
114
- label {
115
- font-weight: 400;
649
+ .dynamic-image-container .btn:hover {
650
+ background: var(--backgroundColor50, #d3d3d3);
651
+ color: var(--textColor40, #393939);
116
652
  }
117
653
 
654
+ .dynamic-image-container .btn.btn-info {
655
+ background: var(--colorDefault40, #3b448e);
656
+ color: var(--textColorDefault40, #ffffff);
657
+ margin: 0;
658
+ margin-left: 10px;
659
+ }
118
660
 
119
- /* .k-link:link {
120
- color: #ffffff;
121
- } */
661
+ .dynamic-image-container .btn.btn-info:hover {
662
+ color: var(--textColorDefault40, #ffffff);
663
+ background: var(--colorDefault50, #343c7c);
664
+ }
122
665
 
123
- a.k-link {
124
- color: #fff;
125
- font-size: 12px;
126
- font-weight: normal;
127
- text-transform: uppercase;
666
+ /* Multi select */
667
+ .k-multiselect-wrap .k-button {
668
+ min-height: 2em;
669
+ padding-top: 0;
670
+ padding-bottom: 0;
671
+ line-height: 2;
672
+ border-radius: 2em;
673
+ margin-right: 8px;
128
674
  }
129
675
 
130
- a.k-custom-link {
131
- background-color: transparent;
132
- color: blue;
133
- text-decoration: underline;
134
- transform-box: unset;
135
- border-radius: unset;
136
- transform-style: unset;
137
- text-transform: capitalize;
138
- transition: unset;
139
- background: transparent;
676
+ .k-multiselect .k-button.k-state-hover {
677
+ border-color: var(--colorDefault40, #3b448e);
678
+ background: var(--colorDefault50, #343c7c);
679
+ color: var(--textColorDefault40, #ffffff);
140
680
  }
141
681
 
142
- a.k-custom-link:hover {
143
- background-color: #ededed;
682
+ .k-multiselect-wrap .k-select .k-icon {
683
+ margin-top: -3px;
144
684
  }
145
685
 
686
+ .k-multiselect-wrap li {
687
+ padding: 7px 26px 7px 13px;
688
+ }
146
689
 
147
- /* END BÁSICO */
690
+ /* option - radio */
691
+ .option-light .k-radio:checked+.k-radio-label:before,
692
+ .option-light .k-radio-label:before {
693
+ border-color: var(--colorLight50, #d9d7d2);
694
+ }
148
695
 
696
+ .option-light .k-radio-label:after,
697
+ .option-light .k-radio:checked+.k-radio-label:after {
698
+ background: var(--colorLight50, #d9d7d2);
699
+ border-color: var(--colorLight50, #d9d7d2);
700
+ }
149
701
 
150
- /*Imagem dinamica*/
702
+ .option-light .k-radio:focus+.k-radio-label::before,
703
+ .option-light .k-radio:hover+.k-radio-label::before {
704
+ box-shadow: 0 0 5px 0 var(--colorLight50, #d9d7d2);
705
+ border-color: var(--colorLight50, #d9d7d2);
706
+ }
151
707
 
152
- .dynamic-image-container {
153
- border-style: dashed;
154
- border: 1px dashed #3f51b5;
155
- color: #000;
156
- border-radius: 5px;
157
- padding: 20px;
708
+ .option-stable .k-radio:checked+.k-radio-label:before,
709
+ .option-stable .k-radio-label:before {
710
+ border-color: var(--colorStable50, #d9d9d9);
158
711
  }
159
712
 
713
+ .option-stable .k-radio-label:after,
714
+ .option-stable .k-radio:checked+.k-radio-label:after {
715
+ background: var(--colorStable50, #d9d9d9);
716
+ border-color: var(--colorStable50, #d9d9d9);
717
+ }
160
718
 
161
- /* Acordion + panel */
719
+ .option-stable .k-radio:focus+.k-radio-label::before,
720
+ .option-stable .k-radio:hover+.k-radio-label::before {
721
+ box-shadow: 0 0 5px 0 var(--colorStable50, #d9d9d9);
722
+ border-color: var(--colorStable50, #d9d9d9);
723
+ }
162
724
 
163
- .panel-default>.panel-heading {
164
- color: #fff;
165
- background-color: #5665be;
166
- border-color: #ddd;
725
+ .option-info .k-radio-label:before {
726
+ border-color: var(--colorDefault40, #3b448e);
167
727
  }
168
728
 
169
- .k-widget {
170
- font-size: 12px;
729
+ .option-info .k-radio-label:after,
730
+ .option-info .k-radio:checked+.k-radio-label:after {
731
+ background-color: var(--colorDefault40, #3b448e);
732
+ border-color: var(--colorDefault40, #3b448e);
171
733
  }
172
734
 
173
- .k-filter-help-text {
174
- font-weight: 400;
175
- font-size: 14px;
176
- color: #626262;
735
+ .option-info .k-radio:checked+.k-radio-label:before {
736
+ border-color: var(--colorDefault40, #3b448e);
177
737
  }
178
738
 
179
- .k-dropdown-wrap>.k-input {
180
- -ms-flex: 1;
181
- flex: 1;
182
- font-weight: normal;
183
- color: #000;
739
+ .option-info .k-radio:focus+.k-radio-label::before,
740
+ .option-info .k-radio:hover+.k-radio-label::before {
741
+ box-shadow: 0 0 5px 0 var(--colorDefault40, #3b448e);
742
+ border-color: var(--colorDefault40, #3b448e);
184
743
  }
185
744
 
186
- .k-slider .k-draghandle,
187
- .k-switch-on .k-switch-handle {
188
- color: hsla(0, 0%, 100%, 0.87);
189
- background-color: #3a4091;
190
- border-color: #3a4091;
745
+ /* Checkbox */
746
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
747
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
748
+ .checkbox-info .k-checkbox-label:hover:before,
749
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,
750
+ .checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,
751
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
752
+ .checkbox-info .k-checkbox-label:active:before,
753
+ .checkbox-info .k-checkbox:active+.k-checkbox-label:before,
754
+ .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
755
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
756
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
757
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after,
758
+ .checkbox-info .k-checkbox-label:before {
759
+ border-color: var(--colorDefault40, #3b448e);
191
760
  }
192
761
 
193
- textarea.form-control.k-textbox {
194
- height: auto;
762
+ .checkbox-info .k-checkbox-label:hover:before,
763
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,
764
+ .checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,
765
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
766
+ .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
767
+ .checkbox-info .k-checkbox:hover+.k-checkbox-label:before {
768
+ box-shadow: 0 0 5px 0 var(--colorDefault50, #343c7c);
195
769
  }
196
770
 
197
- .pace-inactive {
198
- display: none;
771
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
772
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
773
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
774
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after {
775
+ background: var(--colorDefault40, #3b448e);
776
+ color: var(--textColorDefault40, #ffffff);
199
777
  }
200
778
 
201
- .pace .pace-progress {
202
- background: #1c89c7;
203
- position: fixed;
204
- z-index: 2000;
205
- top: 0;
206
- width: 100%;
207
- height: 4px;
779
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
780
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
781
+ .checkbox-light .k-checkbox-label:hover:before,
782
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
783
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
784
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
785
+ .checkbox-light .k-checkbox-label:active:before,
786
+ .checkbox-light .k-checkbox:active+.k-checkbox-label:before,
787
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
788
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
789
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
790
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
791
+ .checkbox-light .k-checkbox-label:before {
792
+ border-color: var(--colorLight50, #d7d7d7);
208
793
  }
209
794
 
210
- .fill {
211
- width: 100%;
212
- height: 100%;
795
+ .checkbox-light .k-checkbox-label:hover:before,
796
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
797
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
798
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
799
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
800
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before {
801
+ box-shadow: 0 0 5px 0 var(--colorLight60, #b4b4b4);
213
802
  }
214
803
 
215
- .crn-grid-title {
216
- float: left;
217
- color: #3d488b;
218
- font-size: 20px;
219
- font-family: sans-serif;
220
- margin: 0;
221
- padding: 0;
222
- padding-left: 7px;
223
- margin-top: 0px;
804
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
805
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
806
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
807
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
808
+ background: var(--colorLight50, #d7d7d7);
809
+ color: var(--textColorLight40, #222222);
224
810
  }
225
811
 
226
- .k-footer-template td {
227
- border-width: 0px;
812
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
813
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
814
+ .checkbox-stable .k-checkbox-label:hover:before,
815
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
816
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
817
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
818
+ .checkbox-stable .k-checkbox-label:active:before,
819
+ .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
820
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
821
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
822
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
823
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
824
+ .checkbox-stable .k-checkbox-label:before {
825
+ border-color: var(--colorStable50, #d9d9d9);
228
826
  }
229
827
 
230
- .k-dateinput-wrap .k-select,
231
- .k-dropdown-wrap .k-select,
232
- .k-numeric-wrap .k-select,
233
- .k-picker-wrap .k-select {
234
- padding: 4px 4px;
828
+ .checkbox-stable .k-checkbox-label:hover:before,
829
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
830
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
831
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
832
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
833
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before {
834
+ box-shadow: 0 0 5px 0 var(--colorStable60, #b6b6b6);
235
835
  }
236
836
 
237
- caption {
238
- color: #4a4747;
837
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
838
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
839
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
840
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
841
+ background: var(--colorStable50, #d9d9d9);
842
+ color: var(--textColorStable40, #444444);
239
843
  }
240
844
 
241
- .k-treeview .k-in.k-state-selected {
242
- color: #a00404;
845
+
846
+
847
+
848
+ /* seta do modal do calendario */
849
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
850
+ border-bottom-color: var(--backgroundColor10, #fbfbfb);
243
851
  }
244
852
 
245
- div .messages {
246
- float: left;
853
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
854
+ border-top-color: var(--backgroundColor10, #fbfbfb);
247
855
  }
248
856
 
249
- .k-list-optionlabel .k-state-focused {
250
- background-color: #ededed;
857
+ /* Calendar */
858
+ cron-calendar.k-calendar .k-footer,
859
+ cron-calendar.k-calendar .k-header,
860
+ .k-calendar .k-footer .k-nav-today {
861
+ background: var(--colorDefault40, #2f2f2f);
862
+ color: var(--textColorDefault40, #ffffff);
251
863
  }
252
864
 
253
- .k-dropdown-wrap.ng-invalid-required {
254
- border-color: #f31700;
865
+ cron-calendar.k-widget {
866
+ border-color: transparent;
255
867
  }
256
868
 
257
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu a i,
258
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu li a {
259
- color: #393939;
869
+ .k-calendar .k-content {
870
+ border: 1px solid var(--colorDefault40, #2f2f2f);
871
+ width: calc(100% - 1px);
260
872
  }
261
873
 
262
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu a:hover i,
263
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu li a:hover {
264
- color: #ffffff;
874
+ .k-calendar .k-content th {
875
+ border: 0;
265
876
  }
266
877
 
267
- .crn-navigator-vertical .navbar-default .navbar-nav ul.dropdown-menu a:hover i,
268
- .crn-navigator-vertical .navbar-default .navbar-nav ul.dropdown-menu li a:hover {
269
- color: #ffffff;
878
+ .k-widget.k-calendar .k-nav-next.k-state-hover,
879
+ .k-widget.k-calendar .k-nav-prev.k-state-hover,
880
+ .k-calendar .k-nav-fast.k-state-hover,
881
+ .k-calendar .k-footer .k-nav-today.k-state-hover,
882
+ .k-calendar .k-footer .k-nav-today:hover {
883
+ background: var(--colorDefault60, #3e3e3e);
884
+ box-shadow: none;
270
885
  }
271
886
 
272
- .dropdown-menu li a {
273
- display: block;
274
- padding: 3px 20px;
275
- clear: both;
276
- font-weight: 400;
277
- line-height: 1.42857143;
278
- color: #393939;
279
- white-space: nowrap;
887
+ .k-calendar th {
888
+ background: var(--colorDefault10, #3e3e3e);
280
889
  }
281
890
 
891
+ .k-calendar .k-content .k-state-hover,
892
+ .k-calendar td.k-state-focused.k-state-selected.k-state-hover,
893
+ .k-calendar .k-state-selected.k-state-hover,
894
+ .k-listview>.k-state-focused.k-state-selected,
895
+ .k-state-selected td.k-state-focused,
896
+ td.k-state-focused.k-state-selected {
897
+ box-shadow: inset 0 0 10px 3px var(--colorDefault40, #5665be);
898
+ }
282
899
 
283
- /* Horizontal menu - 3 */
900
+ .k-calendar .k-content .k-state-hover .k-link {
901
+ color: var(--textColor40, #393939);
902
+ }
284
903
 
285
- #navbar-3 .navbar-nav a {
286
- padding: 15px;
904
+ .k-calendar .k-today.k-state-selected.k-state-hover {
905
+ background-color: var(--colorDefault60, #3e3e3e);
906
+ color: var(--textColorDefault40, #ffffff);
287
907
  }
288
908
 
289
- #navbar-3 .nav-button {
290
- padding: 15px;
909
+ .k-calendar .k-state-selected.k-state-hover .k-link {
910
+ color: var(--textColorDefault40, #ffffff);
911
+ }
912
+
913
+ .k-calendar .k-header .k-icon {
914
+ color: var(--textColorDefault40, #ffffff);
915
+ }
916
+
917
+ .k-grid-edit-row .k-textbox, .k-grid-edit-row .text-box{
918
+ border: 0;
919
+ border-bottom: 1px solid;
920
+ }
921
+
922
+ /* Date */
923
+ .bootstrap-datetimepicker-widget a[data-action],
924
+ div[data-component^='crn-textinputicon'] .k-button {
925
+ box-shadow: none;
926
+ }
927
+
928
+ /* Modal button - password */
929
+ #forgotPasswordModal .modal-footer .k-button.k-success,
930
+ #forgotPasswordModal .modal-footer .btn.btn-success,
931
+ #modalPassword .modal-footer .k-button.k-success,
932
+ #modalPassword .modal-footer .btn.btn-success {
933
+ background: var(--colorPrimary40, #3f51b5);
934
+ border-color: transparent;
935
+ color: var(--textColorPrimary40, #ffffff);
936
+ }
937
+
938
+ #forgotPasswordModal .modal-footer .k-button.k-success:hover,
939
+ #forgotPasswordModal .modal-footer .btn.btn-success:hover,
940
+ #modalPassword .modal-footer .k-button.k-success:hover,
941
+ #modalPassword .modal-footer .btn.btn-success:hover {
942
+ color: var(--textColorPrimary40, #ffffff);
943
+ background: var(--colorPrimary50, #37479e);
944
+ border-color: transparent;
945
+ }
946
+
947
+ #forgotPasswordModal .modal-footer .k-button.k-danger,
948
+ #forgotPasswordModal .modal-footer .btn.btn-danger,
949
+ #modalPassword .modal-footer .k-button.k-danger,
950
+ #modalPassword .modal-footer .btn.btn-danger {
951
+ background: var(--colorDefault40, #2b71e8);
952
+ border-color: transparent;
953
+ color: var(--textColorDefault40, #ffffff);
954
+ }
955
+
956
+ #forgotPasswordModal .modal-footer .k-button.k-danger:hover,
957
+ #forgotPasswordModal .modal-footer .btn.btn-danger:hover,
958
+ #modalPassword .modal-footer .k-button.k-danger:hover,
959
+ #modalPassword .modal-footer .btn.btn-danger:hover {
960
+ color: var(--textColorDefault40, #ffffff);
961
+ background: var(--colorDefault50, #343c7c);
962
+ border-color: transparent;
963
+ }
964
+
965
+ /* Crud button */
966
+
967
+ .active-bar .k-button.k-default,
968
+ .active-bar .btn.btn-default {
969
+ background: var(--colorSuccess40, #257d25);
970
+ border-color: transparent;
971
+ color: var(--textColorSuccess40, #ffffff);
972
+ }
973
+
974
+ .active-bar .k-button.k-default:hover,
975
+ .active-bar .btn.btn-default:hover {
976
+ background: var(--colorSuccess50, #206d20);
977
+ border-color: transparent;
978
+ color: var(--textColorSuccess40, #ffffff);
979
+ }
980
+
981
+ /* crn-enterprise-combobox-multiple - Default */
982
+
983
+ .k-button:before,
984
+ .combobox-default .k-button:before {
985
+ background: var(--backgroundColor50, #dfdfdf);
986
+ }
987
+
988
+ .k-multiselect .k-button.k-state-hover,
989
+ .k-multiselect .k-button,
990
+ .combobox-default .k-multiselect .k-button.k-state-hover,
991
+ .combobox-default .k-multiselect .k-button {
992
+ border-color: var(--backgroundColor60, #bbbbbb);
993
+ background: var(--backgroundColor50, #dfdfdf);
994
+ color: var(--textColor40, #393939);
995
+ }
996
+
997
+ .k-multiselect-wrap .k-button.k-state-hover .k-select,
998
+ .k-multiselect-wrap .k-button:hover,
999
+ .combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
1000
+ .combobox-default .k-multiselect-wrap .k-button:hover {
1001
+ background: var(--backgroundColor60, #bbbbbb);
1002
+ color: var(--textColor40, #393939);
1003
+ }
1004
+
1005
+ .k-multiselect .k-button:active,
1006
+ .combobox-default .k-multiselect .k-button:active {
1007
+ color: var(--textColor40, #393939);
1008
+ box-shadow: inset 0 0 10px 3px var(--backgroundColor70, #8c8c8c);
1009
+ }
1010
+
1011
+ .k-dropdown-wrap.k-state-default,
1012
+ .k-header,
1013
+ .k-pager-wrap,
1014
+ .k-grid-toolbar ,
1015
+ .k-grid-edit-row>td>.k-widget{
1016
+ background: transparent;
1017
+ }
1018
+
1019
+ /* Scheduler */
1020
+ .k-scheduler-toolbar .k-nav-current .k-lg-date-format,
1021
+ .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
1022
+ color: var(--textColor40, #393939);
1023
+ }
1024
+
1025
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,
1026
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,
1027
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format {
1028
+ color: var(--colorDefault40, #3b448e);
1029
+ }
1030
+
1031
+ .k-scheduler-navigation .k-nav-today.k-state-hover .k-link,
1032
+ .k-scheduler-navigation .k-nav-next.k-state-hover .k-link,
1033
+ .k-scheduler-navigation .k-nav-prev.k-state-hover .k-link {
1034
+ background: var(--colorPrimary60, #2e3b85);
1035
+ color: var(--textColorPrimary40, #ffffff);
291
1036
  }
292
1037
 
293
- .crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a,
294
- .crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu {
295
- color: #fff;
1038
+ .k-scheduler-navigation .k-nav-prev .k-link span,
1039
+ .k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
1040
+ .k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
1041
+ color: var(--textColorPrimary40, #ffffff);
296
1042
  }