cronapp-framework-mobile-js 1.0.4

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 (1247) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/components/crn-QRCode.components.json +55 -0
  4. package/components/crn-anchor.components.json +290 -0
  5. package/components/crn-button-bar.components.json +64 -0
  6. package/components/crn-button.components.json +339 -0
  7. package/components/crn-card.components.json +95 -0
  8. package/components/crn-chart.components.json +57 -0
  9. package/components/crn-chat.components.json +8 -0
  10. package/components/crn-checkbox.components.json +330 -0
  11. package/components/crn-complex-search.components.json +43 -0
  12. package/components/crn-component.components.json +58 -0
  13. package/components/crn-container.components.json +21 -0
  14. package/components/crn-cron-crud.components.json +21 -0
  15. package/components/crn-datasource.components.json +188 -0
  16. package/components/crn-dynamic-file.components.json +142 -0
  17. package/components/crn-dynamic-image.components.json +156 -0
  18. package/components/crn-dynamic-select.components.json +111 -0
  19. package/components/crn-enterprise-combobox.components.json +162 -0
  20. package/components/crn-evaluation.components.json +64 -0
  21. package/components/crn-filter-button.components.json +327 -0
  22. package/components/crn-form-template.components.json +11 -0
  23. package/components/crn-frame.components.json +59 -0
  24. package/components/crn-header-button.components.json +63 -0
  25. package/components/crn-heading.components.json +109 -0
  26. package/components/crn-icon.components.json +305 -0
  27. package/components/crn-image.components.json +124 -0
  28. package/components/crn-infinite-scroll.components.json +29 -0
  29. package/components/crn-input-button.components.json +294 -0
  30. package/components/crn-input-floating.components.json +198 -0
  31. package/components/crn-input-icon.components.json +389 -0
  32. package/components/crn-input-inline.components.json +198 -0
  33. package/components/crn-input.components.json +185 -0
  34. package/components/crn-ion-content.components.json +24 -0
  35. package/components/crn-ion-footer-bar.components.json +515 -0
  36. package/components/crn-ion-header-bar.components.json +343 -0
  37. package/components/crn-ion-list.components.json +152 -0
  38. package/components/crn-ion-nav-buttons.components.json +63 -0
  39. package/components/crn-ion-segment-item.components.json +68 -0
  40. package/components/crn-ion-segment.components.json +1009 -0
  41. package/components/crn-ion-tab-item.components.json +50 -0
  42. package/components/crn-ion-tab.components.json +270 -0
  43. package/components/crn-item-options.components.json +26 -0
  44. package/components/crn-item-select.components.json +72 -0
  45. package/components/crn-item-swipe.components.json +62 -0
  46. package/components/crn-kendo-chat.components.json +88 -0
  47. package/components/crn-label.components.json +123 -0
  48. package/components/crn-list-avatar.components.json +266 -0
  49. package/components/crn-list-icon.components.json +255 -0
  50. package/components/crn-list-item-avatar.components.json +242 -0
  51. package/components/crn-list-item-icon.components.json +248 -0
  52. package/components/crn-list-item-thumbnail.components.json +232 -0
  53. package/components/crn-list-item.components.json +166 -0
  54. package/components/crn-list-simple.components.json +186 -0
  55. package/components/crn-list-swipe.components.json +105 -0
  56. package/components/crn-list-thumbnail.components.json +254 -0
  57. package/components/crn-list.components.json +75 -0
  58. package/components/crn-map.components.json +55 -0
  59. package/components/crn-mobile-menu.components.json +32 -0
  60. package/components/crn-multiselect.components.json +110 -0
  61. package/components/crn-navbar.components.json +107 -0
  62. package/components/crn-option-button.components.json +83 -0
  63. package/components/crn-paragraph.components.json +120 -0
  64. package/components/crn-radio.components.json +90 -0
  65. package/components/crn-radioOption.components.json +23 -0
  66. package/components/crn-range.components.json +310 -0
  67. package/components/crn-rating.components.json +226 -0
  68. package/components/crn-search.components.json +210 -0
  69. package/components/crn-select-options.components.json +17 -0
  70. package/components/crn-select.components.json +93 -0
  71. package/components/crn-signature-pad.components.json +35 -0
  72. package/components/crn-slider-item.components.json +251 -0
  73. package/components/crn-slider.components.json +106 -0
  74. package/components/crn-spacer.components.json +21 -0
  75. package/components/crn-start.components.json +13 -0
  76. package/components/crn-tabs-icon-only-item.components.json +85 -0
  77. package/components/crn-tabs-icon-only.components.json +508 -0
  78. package/components/crn-tabs.components.json +36 -0
  79. package/components/crn-textarea.components.json +109 -0
  80. package/components/crn-toggle.components.json +305 -0
  81. package/components/crn-video.components.json +67 -0
  82. package/components/css/app.css +140 -0
  83. package/components/css/background-color.css +125 -0
  84. package/components/css/chatStyle.css +221 -0
  85. package/components/css/color-default.css +279 -0
  86. package/components/css/crn-ion-footer-bar.css +77 -0
  87. package/components/css/crn-ion-segment.css +961 -0
  88. package/components/css/icon-size.css +15 -0
  89. package/components/css/multiselect-editor.css +102 -0
  90. package/components/css/tabs-color.css +413 -0
  91. package/components/js/format.min.js +2 -0
  92. package/components/js/jquery.inputmask.bundle.js +3883 -0
  93. package/components/js/jquery.mask.min.js +19 -0
  94. package/components/js/pouchdb.cordova-sqlite.js +5540 -0
  95. package/components/js/qrcode.js +1319 -0
  96. package/components/reports/BOOLEAN.parameter.html +10 -0
  97. package/components/reports/DATE.parameter.html +4 -0
  98. package/components/reports/DOUBLE.parameter.html +4 -0
  99. package/components/reports/FLOAT.parameter.html +4 -0
  100. package/components/reports/INTEGER.parameter.html +4 -0
  101. package/components/reports/LONG.parameter.html +5 -0
  102. package/components/reports/STRING.parameter.html +5 -0
  103. package/components/reports/reports.parameters.html +20 -0
  104. package/components/templates/advanced.list.designtime.html +46 -0
  105. package/components/templates/advanced.list.template.html +1 -0
  106. package/components/templates/anchor.template.html +1 -0
  107. package/components/templates/button-bar.template.html +5 -0
  108. package/components/templates/button-report.template.html +1 -0
  109. package/components/templates/button.template.html +4 -0
  110. package/components/templates/card.template.html +7 -0
  111. package/components/templates/chat.template.html +39 -0
  112. package/components/templates/checkbox.template.html +8 -0
  113. package/components/templates/combobox.designtime.html +12 -0
  114. package/components/templates/combobox.template.html +8 -0
  115. package/components/templates/complexsearch.template.html +7 -0
  116. package/components/templates/crn-frame.designtime.html +11 -0
  117. package/components/templates/crn-frame.template.html +2 -0
  118. package/components/templates/crn-ion-segment-item.template.html +6 -0
  119. package/components/templates/crn-ion-segment.template.html +32 -0
  120. package/components/templates/crn-signature-pad.designtime.html +5 -0
  121. package/components/templates/crn-signature-pad.template.html +1 -0
  122. package/components/templates/cron-combobox.designtime.html +6 -0
  123. package/components/templates/cron-combobox.template.html +5 -0
  124. package/components/templates/cron-crud.template.html +7 -0
  125. package/components/templates/cron-mobile-menu.designtime.html +10 -0
  126. package/components/templates/div.horizontal.template.html +27 -0
  127. package/components/templates/div.vertical.template.html +11 -0
  128. package/components/templates/dynamic-combobox.template.html +6 -0
  129. package/components/templates/dynamicfile.designtime.html +5 -0
  130. package/components/templates/dynamicfile.template.html +8 -0
  131. package/components/templates/dynamicimage.designtime.html +8 -0
  132. package/components/templates/dynamicimage.template.html +9 -0
  133. package/components/templates/evaluation.designtime.html +7 -0
  134. package/components/templates/evaluation.template.html +1 -0
  135. package/components/templates/filterbutton.template.html +3 -0
  136. package/components/templates/floattextinput.designtime.html +4 -0
  137. package/components/templates/floattextinput.template.html +4 -0
  138. package/components/templates/form.template.html +5 -0
  139. package/components/templates/header.template.html +3 -0
  140. package/components/templates/icontextinput.template.html +4 -0
  141. package/components/templates/image.template.html +18 -0
  142. package/components/templates/inlinetextinput.template.html +4 -0
  143. package/components/templates/ion-footer-bar.template.html +15 -0
  144. package/components/templates/ion-header-bar.template.html +13 -0
  145. package/components/templates/ion-tab-item.designtime.html +5 -0
  146. package/components/templates/ion-tab.template.html +8 -0
  147. package/components/templates/item.avatar.template.html +5 -0
  148. package/components/templates/item.icon.template.html +4 -0
  149. package/components/templates/item.options.template.html +14 -0
  150. package/components/templates/item.slider.template.html +4 -0
  151. package/components/templates/item.swipe.template.html +14 -0
  152. package/components/templates/item.template.html +5 -0
  153. package/components/templates/item.thumbnail.template.html +5 -0
  154. package/components/templates/kendo-chat.designtime.html +20 -0
  155. package/components/templates/kendo-chat.template.html +75 -0
  156. package/components/templates/list.avatar.template.html +7 -0
  157. package/components/templates/list.icon.template.html +6 -0
  158. package/components/templates/list.swipe.template.html +16 -0
  159. package/components/templates/list.template.html +5 -0
  160. package/components/templates/list.thumbnail.template.html +7 -0
  161. package/components/templates/maps.designtime.html +1 -0
  162. package/components/templates/maps.template.html +1 -0
  163. package/components/templates/menu.template.html +21 -0
  164. package/components/templates/multiselect.template.html +5 -0
  165. package/components/templates/nav.bar.template.html +5 -0
  166. package/components/templates/public.menu.template.html +21 -0
  167. package/components/templates/publicMenu.template.html +14 -0
  168. package/components/templates/radiogroup-dynamic.template.html +15 -0
  169. package/components/templates/radiogroup.template.html +21 -0
  170. package/components/templates/range.template.html +5 -0
  171. package/components/templates/rating.template.html +9 -0
  172. package/components/templates/search.template.html +6 -0
  173. package/components/templates/slider.template.html +20 -0
  174. package/components/templates/tabs-icon-only.template.html +16 -0
  175. package/components/templates/tabs.template.html +5 -0
  176. package/components/templates/textarea.template.html +1 -0
  177. package/components/templates/textinput.template.html +3 -0
  178. package/components/templates/textinputbutton.template.html +12 -0
  179. package/components/templates/title.template.html +1 -0
  180. package/components/templates/toggle-dynamic.template.html +11 -0
  181. package/components/templates/toggle.template.html +9 -0
  182. package/components/templates/video.designtime.html +2 -0
  183. package/components/templates/video.template.html +1 -0
  184. package/components/templates/views/public/home.view.html +16 -0
  185. package/components/templates/views/public/menu.view.html +20 -0
  186. package/components/upload/upload.html +41 -0
  187. package/css/app.css +0 -0
  188. package/css/app_2.9.css +426 -0
  189. package/css/cronos.css +63 -0
  190. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  191. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  192. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  193. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  194. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  195. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  196. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  197. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  198. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  199. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  200. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  201. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  202. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  203. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  204. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  205. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  206. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  207. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  208. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  209. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  210. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  211. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  212. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  213. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  214. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  215. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  216. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  217. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  218. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  219. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  220. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  221. package/css/fonts/WorkSans/WorkSans.css +97 -0
  222. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  223. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  224. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  225. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  226. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  227. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  228. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  229. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  230. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  231. package/css/fonts/calibri/calibri-light.ttf +0 -0
  232. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  233. package/css/fonts/calibri/calibri.css +41 -0
  234. package/css/fonts/georgia/georgia.css +27 -0
  235. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  236. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  237. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  238. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  239. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot +0 -0
  240. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg +288 -0
  241. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf +0 -0
  242. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff +0 -0
  243. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2 +0 -0
  244. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  245. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  246. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  247. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  248. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  249. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  250. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  251. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  252. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  253. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  254. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  255. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  256. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  257. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  258. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  259. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  260. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  261. package/css/fonts/inter/Inter-Black.otf +0 -0
  262. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  263. package/css/fonts/inter/Inter-Bold.otf +0 -0
  264. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  265. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  266. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  267. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  268. package/css/fonts/inter/Inter-Italic.otf +0 -0
  269. package/css/fonts/inter/Inter-Light.otf +0 -0
  270. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  271. package/css/fonts/inter/Inter-Medium.otf +0 -0
  272. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  273. package/css/fonts/inter/Inter-Regular.otf +0 -0
  274. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  275. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  276. package/css/fonts/inter/Inter-Thin.otf +0 -0
  277. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  278. package/css/fonts/inter/inter.css +104 -0
  279. package/css/fonts/lato/Lato-Black.ttf +0 -0
  280. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  281. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  282. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  283. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  284. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  285. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  286. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  287. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  288. package/css/fonts/lato/Lato-Light.ttf +0 -0
  289. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  290. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  291. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  292. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  293. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  294. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  295. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  296. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  297. package/css/fonts/lato/lato.css +125 -0
  298. package/css/fonts/material-icons/font-material-icon.css +22 -0
  299. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  300. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  301. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  302. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  303. package/css/fonts/nunito/nunito.css +270 -0
  304. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  305. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  306. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  307. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  308. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  309. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  310. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  311. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  312. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  313. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  314. package/css/fonts/open-sans/OpenSans.css +69 -0
  315. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  316. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  317. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  318. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  319. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  320. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  321. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  322. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  323. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  324. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  325. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  326. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  327. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  328. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  329. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  330. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  331. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  332. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  333. package/css/fonts/raleway/raleway.css +111 -0
  334. package/css/fonts/rawline/rawline-100.ttf +0 -0
  335. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  336. package/css/fonts/rawline/rawline-200.ttf +0 -0
  337. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  338. package/css/fonts/rawline/rawline-300.ttf +0 -0
  339. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  340. package/css/fonts/rawline/rawline-400.ttf +0 -0
  341. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  342. package/css/fonts/rawline/rawline-500.ttf +0 -0
  343. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  344. package/css/fonts/rawline/rawline-600.ttf +0 -0
  345. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  346. package/css/fonts/rawline/rawline-700.ttf +0 -0
  347. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  348. package/css/fonts/rawline/rawline-800.ttf +0 -0
  349. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  350. package/css/fonts/rawline/rawline-900.ttf +0 -0
  351. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  352. package/css/fonts/rawline/rawline.css +111 -0
  353. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  354. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  355. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  356. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  357. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  358. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  359. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  360. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  361. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  362. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  363. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  364. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  365. package/css/fonts/roboto/roboto.css +83 -0
  366. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  367. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  368. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  369. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  370. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  371. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  372. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  373. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  374. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  375. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  376. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  377. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  378. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  379. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  380. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  381. package/css/groupingOfCss/checkbox.css +75 -0
  382. package/css/groupingOfCss/col.css +728 -0
  383. package/css/groupingOfCss/dynamicImage.css +24 -0
  384. package/css/groupingOfCss/import_groupingOfCss.css +5 -0
  385. package/css/groupingOfCss/qrCodeCronapp.css +4 -0
  386. package/css/groupingOfCss/upload-image.css +68 -0
  387. package/css/old/modal.css +156 -0
  388. package/css/themes/aquamarine.min.css +5 -0
  389. package/css/themes/cerulean.min.css +5 -0
  390. package/css/themes/cosmo.min.css +5 -0
  391. package/css/themes/custom/aquamarine/bar-aquamarine.css +138 -0
  392. package/css/themes/custom/aquamarine/button-aquamarine.css +306 -0
  393. package/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +60 -0
  394. package/css/themes/custom/aquamarine/custom-aquamarine.css +842 -0
  395. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  396. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  397. package/css/themes/custom/cerulean/button-cerulean.css +528 -0
  398. package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +68 -0
  399. package/css/themes/custom/cerulean/custom-cerulean.css +697 -0
  400. package/css/themes/custom/cosmo/custom-cosmo.css +662 -0
  401. package/css/themes/custom/cyborg/custom-cyborg.css +773 -0
  402. package/css/themes/custom/darkly/custom-darkly.css +758 -0
  403. package/css/themes/custom/dsgov/button-dsgov.css +252 -0
  404. package/css/themes/custom/dsgov/custom-dsgov.css +932 -0
  405. package/css/themes/custom/flatly/custom-flatly.css +636 -0
  406. package/css/themes/custom/fuse/button-fuse.css +362 -0
  407. package/css/themes/custom/fuse/custom-fuse.css +777 -0
  408. package/css/themes/custom/journal/custom-journal.css +642 -0
  409. package/css/themes/custom/krypton/custom-krypton.css +1696 -0
  410. package/css/themes/custom/lumen/button-lumen.css +81 -0
  411. package/css/themes/custom/lumen/crn-ion-header-bar.css +59 -0
  412. package/css/themes/custom/lumen/custom-lumen.css +687 -0
  413. package/css/themes/custom/material/custom-material.css +635 -0
  414. package/css/themes/custom/material-round/custom-material-round.css +1761 -0
  415. package/css/themes/custom/materialui/custom-materialui.css +265 -0
  416. package/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
  417. package/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
  418. package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
  419. package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
  420. package/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
  421. package/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
  422. package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
  423. package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
  424. package/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
  425. package/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
  426. package/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
  427. package/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
  428. package/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
  429. package/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
  430. package/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
  431. package/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
  432. package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
  433. package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
  434. package/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
  435. package/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
  436. package/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
  437. package/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
  438. package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
  439. package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
  440. package/css/themes/custom/materialui/font/fonts.css +108 -0
  441. package/css/themes/custom/materialui/img/arrow-gray.svg +11 -0
  442. package/css/themes/custom/materialui/img/arrow-white.svg +11 -0
  443. package/css/themes/custom/nature/custom-nature.css +1710 -0
  444. package/css/themes/custom/paper/button-paper.css +5 -0
  445. package/css/themes/custom/paper/custom-paper.css +676 -0
  446. package/css/themes/custom/readable/button-readable.css +82 -0
  447. package/css/themes/custom/readable/crn-ion-segment-readable.css +143 -0
  448. package/css/themes/custom/readable/custom-readable.css +641 -0
  449. package/css/themes/custom/sandstone/custom-sandstone.css +615 -0
  450. package/css/themes/custom/simplex/button-simplex.css +472 -0
  451. package/css/themes/custom/simplex/crn-ion-segment-simplex.css +60 -0
  452. package/css/themes/custom/simplex/custom-simplex.css +625 -0
  453. package/css/themes/custom/slate/button-slate.css +477 -0
  454. package/css/themes/custom/slate/crn-ion-segment-slate.css +102 -0
  455. package/css/themes/custom/slate/custom-slate.css +635 -0
  456. package/css/themes/custom/spacelab/bar-spacelab.css +143 -0
  457. package/css/themes/custom/spacelab/button-spacelab.css +471 -0
  458. package/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +60 -0
  459. package/css/themes/custom/spacelab/custom-spacelab.css +653 -0
  460. package/css/themes/custom/superhero/custom-superhero.css +637 -0
  461. package/css/themes/custom/theme-general/button.css +526 -0
  462. package/css/themes/custom/theme-general/checkbox.css +546 -0
  463. package/css/themes/custom/theme-general/crn-ion-header-bar.css +418 -0
  464. package/css/themes/custom/theme-general/crn-ion-segment.css +234 -0
  465. package/css/themes/custom/theme-general/icon.css +39 -0
  466. package/css/themes/custom/theme-general/input.css +50 -0
  467. package/css/themes/custom/theme-general/login.css +317 -0
  468. package/css/themes/custom/theme-general/modal.css +135 -0
  469. package/css/themes/custom/theme-general/range.css +79 -0
  470. package/css/themes/custom/theme-general/reset-password.css +62 -0
  471. package/css/themes/custom/theme-general/signup.css +39 -0
  472. package/css/themes/custom/theme-general/theme-general.css +263 -0
  473. package/css/themes/custom/theme-general/toggle.css +190 -0
  474. package/css/themes/custom/united/custom-united.css +627 -0
  475. package/css/themes/custom/yeti/button-yeti.css +86 -0
  476. package/css/themes/custom/yeti/custom-yeti.css +622 -0
  477. package/css/themes/cyborg.min.css +5 -0
  478. package/css/themes/darkly.min.css +5 -0
  479. package/css/themes/dsgov.min.css +5 -0
  480. package/css/themes/flatly.min.css +5 -0
  481. package/css/themes/fuse.min.css +5 -0
  482. package/css/themes/journal.min.css +5 -0
  483. package/css/themes/krypton.min.css +5 -0
  484. package/css/themes/lumen.min.css +5 -0
  485. package/css/themes/material-round.min.css +5 -0
  486. package/css/themes/material.min.css +5 -0
  487. package/css/themes/materialui.min.css +5 -0
  488. package/css/themes/nature.min.css +5 -0
  489. package/css/themes/paper.min.css +5 -0
  490. package/css/themes/readable.min.css +5 -0
  491. package/css/themes/sandstone.min.css +5 -0
  492. package/css/themes/simplex.min.css +5 -0
  493. package/css/themes/slate.min.css +5 -0
  494. package/css/themes/spacelab.min.css +5 -0
  495. package/css/themes/superhero.min.css +5 -0
  496. package/css/themes/theme.editor.view.html +890 -0
  497. package/css/themes/united.min.css +5 -0
  498. package/css/themes/yeti.min.css +5 -0
  499. package/deprecated/components/crn-QRCode.components.json +54 -0
  500. package/deprecated/components/crn-anchor.components.json +89 -0
  501. package/deprecated/components/crn-button-bar.components.json +64 -0
  502. package/deprecated/components/crn-button.components.json +316 -0
  503. package/deprecated/components/crn-card.components.json +95 -0
  504. package/deprecated/components/crn-chart.components.json +57 -0
  505. package/deprecated/components/crn-chat.components.json +8 -0
  506. package/deprecated/components/crn-checkbox.components.json +184 -0
  507. package/deprecated/components/crn-complex-search.components.json +43 -0
  508. package/deprecated/components/crn-container.components.json +21 -0
  509. package/deprecated/components/crn-cron-crud.components.json +21 -0
  510. package/deprecated/components/crn-datasource.components.json +181 -0
  511. package/deprecated/components/crn-dynamic-file.components.json +85 -0
  512. package/deprecated/components/crn-dynamic-image.components.json +153 -0
  513. package/deprecated/components/crn-dynamic-select.components.json +111 -0
  514. package/deprecated/components/crn-evaluation.components.json +64 -0
  515. package/deprecated/components/crn-filter-button.components.json +305 -0
  516. package/deprecated/components/crn-form-template.components.json +11 -0
  517. package/deprecated/components/crn-header-button.components.json +63 -0
  518. package/deprecated/components/crn-heading.components.json +109 -0
  519. package/deprecated/components/crn-icon.components.json +258 -0
  520. package/deprecated/components/crn-image.components.json +121 -0
  521. package/deprecated/components/crn-infinite-scroll.components.json +32 -0
  522. package/deprecated/components/crn-input-button.components.json +205 -0
  523. package/deprecated/components/crn-input-floating.components.json +196 -0
  524. package/deprecated/components/crn-input-icon.components.json +187 -0
  525. package/deprecated/components/crn-input-inline.components.json +198 -0
  526. package/deprecated/components/crn-input.components.json +185 -0
  527. package/deprecated/components/crn-ion-content.components.json +24 -0
  528. package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
  529. package/deprecated/components/crn-ion-header-bar.components.json +211 -0
  530. package/deprecated/components/crn-ion-list.components.json +152 -0
  531. package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
  532. package/deprecated/components/crn-ion-segment-item.components.json +65 -0
  533. package/deprecated/components/crn-ion-segment.components.json +974 -0
  534. package/deprecated/components/crn-ion-tab-item.components.json +50 -0
  535. package/deprecated/components/crn-ion-tab.components.json +138 -0
  536. package/deprecated/components/crn-item-options.components.json +26 -0
  537. package/deprecated/components/crn-item-select.components.json +69 -0
  538. package/deprecated/components/crn-item-swipe.components.json +62 -0
  539. package/deprecated/components/crn-kendo-chat.components.json +88 -0
  540. package/deprecated/components/crn-label.components.json +113 -0
  541. package/deprecated/components/crn-list-avatar.components.json +260 -0
  542. package/deprecated/components/crn-list-icon.components.json +249 -0
  543. package/deprecated/components/crn-list-item-avatar.components.json +236 -0
  544. package/deprecated/components/crn-list-item-icon.components.json +242 -0
  545. package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
  546. package/deprecated/components/crn-list-item.components.json +160 -0
  547. package/deprecated/components/crn-list-simple.components.json +180 -0
  548. package/deprecated/components/crn-list-swipe.components.json +105 -0
  549. package/deprecated/components/crn-list-thumbnail.components.json +248 -0
  550. package/deprecated/components/crn-list.components.json +75 -0
  551. package/deprecated/components/crn-map.components.json +55 -0
  552. package/deprecated/components/crn-mobile-menu.components.json +32 -0
  553. package/deprecated/components/crn-multiselect.components.json +110 -0
  554. package/deprecated/components/crn-navbar.components.json +106 -0
  555. package/deprecated/components/crn-option-button.components.json +72 -0
  556. package/deprecated/components/crn-paragraph.components.json +110 -0
  557. package/deprecated/components/crn-radio.components.json +90 -0
  558. package/deprecated/components/crn-radioOption.components.json +23 -0
  559. package/deprecated/components/crn-range.components.json +106 -0
  560. package/deprecated/components/crn-rating.components.json +189 -0
  561. package/deprecated/components/crn-search.components.json +210 -0
  562. package/deprecated/components/crn-select-options.components.json +17 -0
  563. package/deprecated/components/crn-select.components.json +93 -0
  564. package/deprecated/components/crn-slider-item.components.json +236 -0
  565. package/deprecated/components/crn-slider.components.json +105 -0
  566. package/deprecated/components/crn-spacer.components.json +21 -0
  567. package/deprecated/components/crn-start.components.json +10 -0
  568. package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
  569. package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
  570. package/deprecated/components/crn-tabs.components.json +36 -0
  571. package/deprecated/components/crn-textarea.components.json +109 -0
  572. package/deprecated/components/crn-toggle.components.json +161 -0
  573. package/deprecated/components/crn-video.components.json +67 -0
  574. package/deprecated/components/css/app.css +78 -0
  575. package/deprecated/components/css/background-color.css +121 -0
  576. package/deprecated/components/css/chatStyle.css +221 -0
  577. package/deprecated/components/css/color-default.css +83 -0
  578. package/deprecated/components/css/crn-ion-segment.css +786 -0
  579. package/deprecated/components/css/icon-size.css +15 -0
  580. package/deprecated/components/css/multiselect-editor.css +119 -0
  581. package/deprecated/components/css/tabs-color.css +248 -0
  582. package/deprecated/components/js/format.min.js +2 -0
  583. package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
  584. package/deprecated/components/js/jquery.mask.min.js +19 -0
  585. package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
  586. package/deprecated/components/js/qrcode.js +1319 -0
  587. package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
  588. package/deprecated/components/reports/DATE.parameter.html +4 -0
  589. package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
  590. package/deprecated/components/reports/FLOAT.parameter.html +4 -0
  591. package/deprecated/components/reports/INTEGER.parameter.html +4 -0
  592. package/deprecated/components/reports/LONG.parameter.html +5 -0
  593. package/deprecated/components/reports/STRING.parameter.html +5 -0
  594. package/deprecated/components/reports/reports.parameters.html +20 -0
  595. package/deprecated/components/templates/advanced.list.designtime.html +33 -0
  596. package/deprecated/components/templates/advanced.list.template.html +1 -0
  597. package/deprecated/components/templates/anchor.template.html +1 -0
  598. package/deprecated/components/templates/button-bar.template.html +5 -0
  599. package/deprecated/components/templates/button-report.template.html +1 -0
  600. package/deprecated/components/templates/button.template.html +4 -0
  601. package/deprecated/components/templates/card.template.html +7 -0
  602. package/deprecated/components/templates/chat.template.html +39 -0
  603. package/deprecated/components/templates/checkbox.template.html +8 -0
  604. package/deprecated/components/templates/combobox.designtime.html +12 -0
  605. package/deprecated/components/templates/combobox.template.html +8 -0
  606. package/deprecated/components/templates/complexsearch.template.html +7 -0
  607. package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
  608. package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
  609. package/deprecated/components/templates/cron-crud.template.html +7 -0
  610. package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
  611. package/deprecated/components/templates/div.horizontal.template.html +27 -0
  612. package/deprecated/components/templates/div.vertical.template.html +11 -0
  613. package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
  614. package/deprecated/components/templates/dynamicfile.template.html +8 -0
  615. package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
  616. package/deprecated/components/templates/dynamicimage.template.html +9 -0
  617. package/deprecated/components/templates/evaluation.designtime.html +7 -0
  618. package/deprecated/components/templates/evaluation.template.html +1 -0
  619. package/deprecated/components/templates/filterbutton.template.html +3 -0
  620. package/deprecated/components/templates/floattextinput.designtime.html +4 -0
  621. package/deprecated/components/templates/floattextinput.template.html +4 -0
  622. package/deprecated/components/templates/form.template.html +5 -0
  623. package/deprecated/components/templates/header.template.html +3 -0
  624. package/deprecated/components/templates/icontextinput.template.html +4 -0
  625. package/deprecated/components/templates/image.template.html +18 -0
  626. package/deprecated/components/templates/inlinetextinput.template.html +4 -0
  627. package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
  628. package/deprecated/components/templates/ion-header-bar.template.html +13 -0
  629. package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
  630. package/deprecated/components/templates/ion-tab.template.html +8 -0
  631. package/deprecated/components/templates/item.avatar.template.html +5 -0
  632. package/deprecated/components/templates/item.icon.template.html +4 -0
  633. package/deprecated/components/templates/item.options.template.html +14 -0
  634. package/deprecated/components/templates/item.slider.template.html +4 -0
  635. package/deprecated/components/templates/item.swipe.template.html +14 -0
  636. package/deprecated/components/templates/item.template.html +5 -0
  637. package/deprecated/components/templates/item.thumbnail.template.html +5 -0
  638. package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
  639. package/deprecated/components/templates/kendo-chat.template.html +75 -0
  640. package/deprecated/components/templates/list.avatar.template.html +7 -0
  641. package/deprecated/components/templates/list.icon.template.html +6 -0
  642. package/deprecated/components/templates/list.swipe.template.html +16 -0
  643. package/deprecated/components/templates/list.template.html +5 -0
  644. package/deprecated/components/templates/list.thumbnail.template.html +7 -0
  645. package/deprecated/components/templates/maps.designtime.html +1 -0
  646. package/deprecated/components/templates/maps.template.html +1 -0
  647. package/deprecated/components/templates/menu.template.html +21 -0
  648. package/deprecated/components/templates/multiselect.template.html +5 -0
  649. package/deprecated/components/templates/nav.bar.template.html +5 -0
  650. package/deprecated/components/templates/publicMenu.template.html +14 -0
  651. package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
  652. package/deprecated/components/templates/radiogroup.template.html +21 -0
  653. package/deprecated/components/templates/range.template.html +5 -0
  654. package/deprecated/components/templates/rating.template.html +9 -0
  655. package/deprecated/components/templates/search.template.html +6 -0
  656. package/deprecated/components/templates/slider.template.html +20 -0
  657. package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
  658. package/deprecated/components/templates/tabs.template.html +5 -0
  659. package/deprecated/components/templates/textarea.template.html +1 -0
  660. package/deprecated/components/templates/textinput.template.html +3 -0
  661. package/deprecated/components/templates/textinputbutton.template.html +12 -0
  662. package/deprecated/components/templates/title.template.html +1 -0
  663. package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
  664. package/deprecated/components/templates/toggle.template.html +9 -0
  665. package/deprecated/components/templates/video.designtime.html +2 -0
  666. package/deprecated/components/templates/video.template.html +1 -0
  667. package/deprecated/components/templates/views/public/home.view.html +16 -0
  668. package/deprecated/components/templates/views/public/menu.view.html +20 -0
  669. package/deprecated/components/upload/upload.html +41 -0
  670. package/deprecated/css/app.css +392 -0
  671. package/deprecated/css/custom-ionic.css +195 -0
  672. package/deprecated/css/groupingOfCss/checkbox.css +75 -0
  673. package/deprecated/css/groupingOfCss/col.css +728 -0
  674. package/deprecated/css/groupingOfCss/dynamicImage.css +24 -0
  675. package/deprecated/css/groupingOfCss/import_groupingOfCss.css +6 -0
  676. package/deprecated/css/groupingOfCss/login.css +260 -0
  677. package/deprecated/css/groupingOfCss/qrCodeCronapp.css +4 -0
  678. package/deprecated/css/groupingOfCss/upload-image.css +68 -0
  679. package/deprecated/css/old/modal.css +133 -0
  680. package/deprecated/css/themes/custom/material/custom-material.css +12 -0
  681. package/deprecated/css/themes/material.min.css +4 -0
  682. package/deprecated/dist/components/css/app.css +1 -0
  683. package/deprecated/dist/components/css/background-color.css +1 -0
  684. package/deprecated/dist/components/css/chatStyle.css +1 -0
  685. package/deprecated/dist/components/css/color-default.css +1 -0
  686. package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
  687. package/deprecated/dist/components/css/icon-size.css +1 -0
  688. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  689. package/deprecated/dist/components/css/tabs-color.css +1 -0
  690. package/deprecated/dist/components/js/format.min.js +1 -0
  691. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
  692. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  693. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
  694. package/deprecated/dist/components/js/qrcode.js +1 -0
  695. package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
  696. package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
  697. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  698. package/deprecated/dist/components/templates/button-bar.template.html +1 -0
  699. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  700. package/deprecated/dist/components/templates/button.template.html +1 -0
  701. package/deprecated/dist/components/templates/card.template.html +1 -0
  702. package/deprecated/dist/components/templates/chat.template.html +1 -0
  703. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  704. package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
  705. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  706. package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
  707. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  708. package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
  709. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  710. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  711. package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
  712. package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
  713. package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
  714. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  715. package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
  716. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  717. package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
  718. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  719. package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
  720. package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
  721. package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
  722. package/deprecated/dist/components/templates/form.template.html +1 -0
  723. package/deprecated/dist/components/templates/header.template.html +1 -0
  724. package/deprecated/dist/components/templates/iconinput.template.html +1 -0
  725. package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
  726. package/deprecated/dist/components/templates/image.template.html +1 -0
  727. package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
  728. package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
  729. package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
  730. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
  731. package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
  732. package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
  733. package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
  734. package/deprecated/dist/components/templates/item.icon.template.html +1 -0
  735. package/deprecated/dist/components/templates/item.options.template.html +1 -0
  736. package/deprecated/dist/components/templates/item.slider.template.html +1 -0
  737. package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
  738. package/deprecated/dist/components/templates/item.template.html +1 -0
  739. package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
  740. package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
  741. package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
  742. package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
  743. package/deprecated/dist/components/templates/list.icon.template.html +1 -0
  744. package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
  745. package/deprecated/dist/components/templates/list.template.html +1 -0
  746. package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
  747. package/deprecated/dist/components/templates/maps.designtime.html +1 -0
  748. package/deprecated/dist/components/templates/maps.template.html +1 -0
  749. package/deprecated/dist/components/templates/menu.template.html +1 -0
  750. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  751. package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
  752. package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
  753. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  754. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  755. package/deprecated/dist/components/templates/range.template.html +1 -0
  756. package/deprecated/dist/components/templates/rating.template.html +1 -0
  757. package/deprecated/dist/components/templates/search.template.html +1 -0
  758. package/deprecated/dist/components/templates/slider.template.html +1 -0
  759. package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
  760. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  761. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  762. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  763. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  764. package/deprecated/dist/components/templates/title.template.html +1 -0
  765. package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
  766. package/deprecated/dist/components/templates/toggle.template.html +1 -0
  767. package/deprecated/dist/components/templates/video.designtime.html +1 -0
  768. package/deprecated/dist/components/templates/video.template.html +1 -0
  769. package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
  770. package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
  771. package/deprecated/dist/css/app.css +1 -0
  772. package/deprecated/dist/css/cronos.css +1 -0
  773. package/deprecated/dist/css/custom-ionic.css +1 -0
  774. package/deprecated/dist/css/groupingOfCss/checkbox.css +1 -0
  775. package/deprecated/dist/css/groupingOfCss/col.css +1 -0
  776. package/deprecated/dist/css/groupingOfCss/dynamicImage.css +1 -0
  777. package/deprecated/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
  778. package/deprecated/dist/css/groupingOfCss/login.css +1 -0
  779. package/deprecated/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
  780. package/deprecated/dist/css/groupingOfCss/upload-image.css +1 -0
  781. package/deprecated/dist/css/old/modal.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +126 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +126 -0
  784. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  785. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  786. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
  839. package/deprecated/dist/img/placehold-100x100.png +0 -0
  840. package/deprecated/dist/img/placehold-300x200.png +0 -0
  841. package/deprecated/dist/img/placehold-900x500.png +0 -0
  842. package/deprecated/dist/img/qr-code.png +0 -0
  843. package/deprecated/dist/img/svg-charts.svg +1 -0
  844. package/deprecated/dist/img/user.svg +1 -0
  845. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  846. package/deprecated/dist/js/LocaleService.js +1 -0
  847. package/deprecated/dist/js/app.authentication.js +1 -0
  848. package/deprecated/dist/js/app.js +1 -0
  849. package/deprecated/dist/js/controllers.authentication.js +1 -0
  850. package/deprecated/dist/js/controllers.js +1 -0
  851. package/deprecated/dist/js/custom.controllers.js +1 -0
  852. package/deprecated/dist/js/customModules.js +1 -0
  853. package/deprecated/dist/js/customStateProvider.js +0 -0
  854. package/deprecated/dist/js/directives.js +17 -0
  855. package/deprecated/dist/js/filters.js +1 -0
  856. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  857. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  858. package/deprecated/dist/js/reports/reports.service.js +1 -0
  859. package/deprecated/dist/js/services.js +1 -0
  860. package/deprecated/dist/js/upload.service.js +1 -0
  861. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  862. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  863. package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
  864. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  865. package/deprecated/img/cron-icon/crn-card.svg +1 -0
  866. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  867. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  868. package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
  869. package/deprecated/img/cron-icon/crn-container.svg +1 -0
  870. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  871. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  872. package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
  873. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  874. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  875. package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
  876. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  877. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  878. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  879. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  880. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
  881. package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
  882. package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
  883. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  884. package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
  885. package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
  886. package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
  887. package/deprecated/img/cron-icon/crn-label.svg +1 -0
  888. package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
  889. package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
  890. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
  891. package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
  892. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  893. package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
  894. package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
  895. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
  896. package/deprecated/img/cron-icon/crn-list.svg +16 -0
  897. package/deprecated/img/cron-icon/crn-map.svg +1 -0
  898. package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
  899. package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
  900. package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
  901. package/deprecated/img/cron-icon/crn-radio.svg +21 -0
  902. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  903. package/deprecated/img/cron-icon/crn-range.svg +1 -0
  904. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  905. package/deprecated/img/cron-icon/crn-select.svg +1 -0
  906. package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
  907. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  908. package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
  909. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  910. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  911. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  912. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  913. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  914. package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
  915. package/deprecated/img/cron-icon/crn-video.svg +1 -0
  916. package/deprecated/img/placehold-100x100.png +0 -0
  917. package/deprecated/img/placehold-300x200.png +0 -0
  918. package/deprecated/img/placehold-900x500.png +0 -0
  919. package/deprecated/img/qr-code.png +0 -0
  920. package/deprecated/img/svg-charts.svg +1 -0
  921. package/deprecated/img/user.svg +18 -0
  922. package/dist/components/css/app.css +1 -0
  923. package/dist/components/css/background-color.css +1 -0
  924. package/dist/components/css/chatStyle.css +1 -0
  925. package/dist/components/css/color-default.css +1 -0
  926. package/dist/components/css/crn-ion-footer-bar.css +1 -0
  927. package/dist/components/css/crn-ion-segment.css +1 -0
  928. package/dist/components/css/icon-size.css +1 -0
  929. package/dist/components/css/multiselect-editor.css +1 -0
  930. package/dist/components/css/tabs-color.css +1 -0
  931. package/dist/components/js/format.min.js +1 -0
  932. package/dist/components/js/jquery.inputmask.bundle.js +1 -0
  933. package/dist/components/js/jquery.mask.min.js +1 -0
  934. package/dist/components/js/pouchdb.cordova-sqlite.js +1 -0
  935. package/dist/components/js/qrcode.js +1 -0
  936. package/dist/components/templates/advanced.list.designtime.html +17 -0
  937. package/dist/components/templates/advanced.list.template.html +1 -0
  938. package/dist/components/templates/anchor.template.html +1 -0
  939. package/dist/components/templates/button-bar.template.html +1 -0
  940. package/dist/components/templates/button-report.template.html +1 -0
  941. package/dist/components/templates/button.template.html +1 -0
  942. package/dist/components/templates/card.template.html +1 -0
  943. package/dist/components/templates/chat.template.html +1 -0
  944. package/dist/components/templates/checkbox.template.html +1 -0
  945. package/dist/components/templates/combobox.designtime.html +1 -0
  946. package/dist/components/templates/combobox.template.html +1 -0
  947. package/dist/components/templates/complexsearch.template.html +1 -0
  948. package/dist/components/templates/crn-frame.designtime.html +6 -0
  949. package/dist/components/templates/crn-frame.template.html +1 -0
  950. package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  951. package/dist/components/templates/crn-ion-segment.template.html +1 -0
  952. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  953. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  954. package/dist/components/templates/cron-combobox.designtime.html +1 -0
  955. package/dist/components/templates/cron-combobox.template.html +1 -0
  956. package/dist/components/templates/cron-crud.template.html +1 -0
  957. package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  958. package/dist/components/templates/div.horizontal.template.html +1 -0
  959. package/dist/components/templates/div.vertical.template.html +1 -0
  960. package/dist/components/templates/dynamic-combobox.template.html +1 -0
  961. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  962. package/dist/components/templates/dynamicfile.template.html +1 -0
  963. package/dist/components/templates/dynamicimage.designtime.html +1 -0
  964. package/dist/components/templates/dynamicimage.template.html +1 -0
  965. package/dist/components/templates/evaluation.designtime.html +1 -0
  966. package/dist/components/templates/evaluation.template.html +1 -0
  967. package/dist/components/templates/filterbutton.template.html +1 -0
  968. package/dist/components/templates/floattextinput.designtime.html +1 -0
  969. package/dist/components/templates/floattextinput.template.html +1 -0
  970. package/dist/components/templates/form.template.html +1 -0
  971. package/dist/components/templates/header.template.html +1 -0
  972. package/dist/components/templates/icontextinput.template.html +1 -0
  973. package/dist/components/templates/image.template.html +1 -0
  974. package/dist/components/templates/inlinetextinput.template.html +1 -0
  975. package/dist/components/templates/ion-footer-bar.template.html +1 -0
  976. package/dist/components/templates/ion-header-bar.template.html +1 -0
  977. package/dist/components/templates/ion-tab-item.designtime.html +1 -0
  978. package/dist/components/templates/ion-tab.template.html +1 -0
  979. package/dist/components/templates/item.avatar.template.html +1 -0
  980. package/dist/components/templates/item.icon.template.html +1 -0
  981. package/dist/components/templates/item.options.template.html +1 -0
  982. package/dist/components/templates/item.slider.template.html +1 -0
  983. package/dist/components/templates/item.swipe.template.html +1 -0
  984. package/dist/components/templates/item.template.html +1 -0
  985. package/dist/components/templates/item.thumbnail.template.html +1 -0
  986. package/dist/components/templates/kendo-chat.designtime.html +1 -0
  987. package/dist/components/templates/kendo-chat.template.html +1 -0
  988. package/dist/components/templates/list.avatar.template.html +1 -0
  989. package/dist/components/templates/list.icon.template.html +1 -0
  990. package/dist/components/templates/list.swipe.template.html +1 -0
  991. package/dist/components/templates/list.template.html +1 -0
  992. package/dist/components/templates/list.thumbnail.template.html +1 -0
  993. package/dist/components/templates/maps.designtime.html +1 -0
  994. package/dist/components/templates/maps.template.html +1 -0
  995. package/dist/components/templates/menu.template.html +1 -0
  996. package/dist/components/templates/multiselect.template.html +1 -0
  997. package/dist/components/templates/nav.bar.template.html +1 -0
  998. package/dist/components/templates/public.menu.template.html +1 -0
  999. package/dist/components/templates/publicMenu.template.html +1 -0
  1000. package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  1001. package/dist/components/templates/radiogroup.template.html +1 -0
  1002. package/dist/components/templates/range.template.html +1 -0
  1003. package/dist/components/templates/rating.template.html +1 -0
  1004. package/dist/components/templates/search.template.html +1 -0
  1005. package/dist/components/templates/slider.template.html +1 -0
  1006. package/dist/components/templates/tabs-icon-only.template.html +1 -0
  1007. package/dist/components/templates/tabs.template.html +1 -0
  1008. package/dist/components/templates/textarea.template.html +1 -0
  1009. package/dist/components/templates/textinput.template.html +1 -0
  1010. package/dist/components/templates/textinputbutton.template.html +1 -0
  1011. package/dist/components/templates/title.template.html +1 -0
  1012. package/dist/components/templates/toggle-dynamic.template.html +1 -0
  1013. package/dist/components/templates/toggle.template.html +1 -0
  1014. package/dist/components/templates/video.designtime.html +1 -0
  1015. package/dist/components/templates/video.template.html +1 -0
  1016. package/dist/components/templates/views/public/home.view.html +1 -0
  1017. package/dist/components/templates/views/public/menu.view.html +1 -0
  1018. package/dist/css/app.css +0 -0
  1019. package/dist/css/app_2.9.css +1 -0
  1020. package/dist/css/cronos.css +1 -0
  1021. package/dist/css/groupingOfCss/checkbox.css +1 -0
  1022. package/dist/css/groupingOfCss/col.css +1 -0
  1023. package/dist/css/groupingOfCss/dynamicImage.css +1 -0
  1024. package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
  1025. package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
  1026. package/dist/css/groupingOfCss/upload-image.css +1 -0
  1027. package/dist/css/old/modal.css +1 -0
  1028. package/dist/css/themes/aquamarine.min.css +1 -0
  1029. package/dist/css/themes/cerulean.min.css +1 -0
  1030. package/dist/css/themes/cosmo.min.css +1 -0
  1031. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -0
  1032. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1033. package/dist/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +1 -0
  1034. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1035. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  1036. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  1037. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  1038. package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -0
  1039. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  1040. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1041. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1042. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  1046. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1047. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1048. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1049. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
  1050. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1051. package/dist/css/themes/custom/lumen/crn-ion-header-bar.css +1 -0
  1052. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1053. package/dist/css/themes/custom/material/custom-material.css +1 -0
  1054. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
  1055. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1056. package/dist/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
  1057. package/dist/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
  1058. package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
  1059. package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
  1060. package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
  1061. package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
  1062. package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
  1063. package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
  1064. package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
  1065. package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
  1066. package/dist/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
  1067. package/dist/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
  1068. package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
  1069. package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
  1070. package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
  1071. package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
  1072. package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
  1073. package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
  1074. package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
  1075. package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
  1076. package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
  1077. package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
  1078. package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
  1079. package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
  1080. package/dist/css/themes/custom/materialui/font/fonts.css +1 -0
  1081. package/dist/css/themes/custom/materialui/img/arrow-gray.svg +1 -0
  1082. package/dist/css/themes/custom/materialui/img/arrow-white.svg +1 -0
  1083. package/dist/css/themes/custom/nature/custom-nature.css +1 -0
  1084. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1085. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1086. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1087. package/dist/css/themes/custom/readable/crn-ion-segment-readable.css +1 -0
  1088. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1089. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1090. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1091. package/dist/css/themes/custom/simplex/crn-ion-segment-simplex.css +1 -0
  1092. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1093. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1094. package/dist/css/themes/custom/slate/crn-ion-segment-slate.css +1 -0
  1095. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1096. package/dist/css/themes/custom/spacelab/bar-spacelab.css +1 -0
  1097. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  1098. package/dist/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +1 -0
  1099. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  1100. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  1101. package/dist/css/themes/custom/theme-general/button.css +1 -0
  1102. package/dist/css/themes/custom/theme-general/checkbox.css +1 -0
  1103. package/dist/css/themes/custom/theme-general/crn-ion-header-bar.css +1 -0
  1104. package/dist/css/themes/custom/theme-general/crn-ion-segment.css +1 -0
  1105. package/dist/css/themes/custom/theme-general/icon.css +1 -0
  1106. package/dist/css/themes/custom/theme-general/input.css +1 -0
  1107. package/dist/css/themes/custom/theme-general/login.css +1 -0
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  1109. package/dist/css/themes/custom/theme-general/range.css +1 -0
  1110. package/dist/css/themes/custom/theme-general/reset-password.css +1 -0
  1111. package/dist/css/themes/custom/theme-general/signup.css +1 -0
  1112. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  1113. package/dist/css/themes/custom/theme-general/toggle.css +1 -0
  1114. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1115. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1116. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1117. package/dist/css/themes/cyborg.min.css +1 -0
  1118. package/dist/css/themes/darkly.min.css +1 -0
  1119. package/dist/css/themes/dsgov.min.css +1 -0
  1120. package/dist/css/themes/flatly.min.css +1 -0
  1121. package/dist/css/themes/fuse.min.css +1 -0
  1122. package/dist/css/themes/journal.min.css +1 -0
  1123. package/dist/css/themes/krypton.min.css +1 -0
  1124. package/dist/css/themes/lumen.min.css +1 -0
  1125. package/dist/css/themes/material-round.min.css +1 -0
  1126. package/dist/css/themes/material.min.css +1 -0
  1127. package/dist/css/themes/materialui.min.css +1 -0
  1128. package/dist/css/themes/nature.min.css +1 -0
  1129. package/dist/css/themes/paper.min.css +1 -0
  1130. package/dist/css/themes/readable.min.css +1 -0
  1131. package/dist/css/themes/sandstone.min.css +1 -0
  1132. package/dist/css/themes/simplex.min.css +1 -0
  1133. package/dist/css/themes/slate.min.css +1 -0
  1134. package/dist/css/themes/spacelab.min.css +1 -0
  1135. package/dist/css/themes/superhero.min.css +1 -0
  1136. package/dist/css/themes/theme.editor.view.html +1 -0
  1137. package/dist/css/themes/united.min.css +1 -0
  1138. package/dist/css/themes/yeti.min.css +1 -0
  1139. package/dist/i18n/locale_en_us.json +132 -0
  1140. package/dist/i18n/locale_pt_br.json +132 -0
  1141. package/dist/js/LanguageSelectDirective.js +1 -0
  1142. package/dist/js/LocaleService.js +1 -0
  1143. package/dist/js/app.authentication.js +1 -0
  1144. package/dist/js/app.js +1 -0
  1145. package/dist/js/controllers.authentication.js +1 -0
  1146. package/dist/js/controllers.js +1 -0
  1147. package/dist/js/custom.controllers.js +1 -0
  1148. package/dist/js/customModules.js +1 -0
  1149. package/dist/js/customStateProvider.js +105 -0
  1150. package/dist/js/directives.js +1 -0
  1151. package/dist/js/filters.js +1 -0
  1152. package/dist/js/local-dateformat.directive.js +1 -0
  1153. package/dist/js/reports/parameters.controller.js +1 -0
  1154. package/dist/js/reports/reports.service.js +1 -0
  1155. package/dist/js/services.js +1 -0
  1156. package/dist/js/upload.service.js +1 -0
  1157. package/gulpfile.js +58 -0
  1158. package/i18n/locale_en_us.json +132 -0
  1159. package/i18n/locale_pt_br.json +132 -0
  1160. package/img/cron-icon/crn-QRCode.svg +38 -0
  1161. package/img/cron-icon/crn-anchor.svg +29 -0
  1162. package/img/cron-icon/crn-button-bar.svg +1 -0
  1163. package/img/cron-icon/crn-button.svg +24 -0
  1164. package/img/cron-icon/crn-card.svg +1 -0
  1165. package/img/cron-icon/crn-carousel.svg +26 -0
  1166. package/img/cron-icon/crn-chart.svg +19 -0
  1167. package/img/cron-icon/crn-checkbox.svg +15 -0
  1168. package/img/cron-icon/crn-component.svg +22 -0
  1169. package/img/cron-icon/crn-container.svg +1 -0
  1170. package/img/cron-icon/crn-cron-crud.svg +28 -0
  1171. package/img/cron-icon/crn-datasource.svg +27 -0
  1172. package/img/cron-icon/crn-dynamic-file.svg +1 -0
  1173. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  1174. package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  1175. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  1176. package/img/cron-icon/crn-evaluation.svg +1 -0
  1177. package/img/cron-icon/crn-form.svg +24 -0
  1178. package/img/cron-icon/crn-frame.svg +30 -0
  1179. package/img/cron-icon/crn-header.svg +18 -0
  1180. package/img/cron-icon/crn-icon.svg +23 -0
  1181. package/img/cron-icon/crn-image.svg +20 -0
  1182. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  1183. package/img/cron-icon/crn-input-floating.svg +1 -0
  1184. package/img/cron-icon/crn-input-inline.svg +1 -0
  1185. package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  1186. package/img/cron-icon/crn-ion-list.svg +1 -0
  1187. package/img/cron-icon/crn-item-swipe.svg +15 -0
  1188. package/img/cron-icon/crn-kendo-chat.svg +1 -0
  1189. package/img/cron-icon/crn-label.svg +1 -0
  1190. package/img/cron-icon/crn-list-avatar.svg +1 -0
  1191. package/img/cron-icon/crn-list-icon.svg +1 -0
  1192. package/img/cron-icon/crn-list-item-avatar.svg +1 -0
  1193. package/img/cron-icon/crn-list-item-icon.svg +1 -0
  1194. package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  1195. package/img/cron-icon/crn-list-item.svg +1 -0
  1196. package/img/cron-icon/crn-list-swipe.svg +17 -0
  1197. package/img/cron-icon/crn-list-thumbnail.svg +17 -0
  1198. package/img/cron-icon/crn-list.svg +16 -0
  1199. package/img/cron-icon/crn-map.svg +1 -0
  1200. package/img/cron-icon/crn-multiselect.svg +1 -0
  1201. package/img/cron-icon/crn-paragraph.svg +1 -0
  1202. package/img/cron-icon/crn-plugin.svg +44 -0
  1203. package/img/cron-icon/crn-radio.svg +21 -0
  1204. package/img/cron-icon/crn-radiogroup.svg +25 -0
  1205. package/img/cron-icon/crn-range.svg +1 -0
  1206. package/img/cron-icon/crn-rating.svg +20 -0
  1207. package/img/cron-icon/crn-select.svg +1 -0
  1208. package/img/cron-icon/crn-signature-pad.svg +27 -0
  1209. package/img/cron-icon/crn-spacer.svg +1 -0
  1210. package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  1211. package/img/cron-icon/crn-tabs.svg +17 -0
  1212. package/img/cron-icon/crn-text-component.svg +22 -0
  1213. package/img/cron-icon/crn-textarea.svg +22 -0
  1214. package/img/cron-icon/crn-textinput.svg +23 -0
  1215. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  1216. package/img/cron-icon/crn-textinputicon.svg +29 -0
  1217. package/img/cron-icon/crn-toggle.svg +1 -0
  1218. package/img/cron-icon/crn-video.svg +1 -0
  1219. package/img/logo.svg +1 -0
  1220. package/img/placehold-100x100.png +0 -0
  1221. package/img/placehold-300x200.png +0 -0
  1222. package/img/placehold-900x500.png +0 -0
  1223. package/img/qr-code.png +0 -0
  1224. package/img/svg-charts.svg +1 -0
  1225. package/img/user.svg +18 -0
  1226. package/img/web.png +0 -0
  1227. package/js/LanguageSelectDirective.js +30 -0
  1228. package/js/LocaleService.js +59 -0
  1229. package/js/app.authentication.js +620 -0
  1230. package/js/app.js +349 -0
  1231. package/js/controllers.authentication.js +717 -0
  1232. package/js/controllers.js +90 -0
  1233. package/js/custom.controllers.js +11 -0
  1234. package/js/customModules.js +1 -0
  1235. package/js/customStateProvider.js +105 -0
  1236. package/js/directives.js +2955 -0
  1237. package/js/filters.js +47 -0
  1238. package/js/local-dateformat.directive.js +15 -0
  1239. package/js/reports/parameters.controller.js +86 -0
  1240. package/js/reports/reports.service.js +446 -0
  1241. package/js/services.js +5 -0
  1242. package/js/upload.service.js +168 -0
  1243. package/lib/kendo/kendo.all.min.js +125 -0
  1244. package/lib/kendo/kendo.default-v2.min.css +10 -0
  1245. package/lib/notification-mobile.js +57 -0
  1246. package/package.json +48 -0
  1247. package/postupdate.json +539 -0
@@ -0,0 +1,1696 @@
1
+ /* Fonts */
2
+ @import '../../../fonts/raleway/raleway.css';
3
+
4
+ /* ==== VARIABLES ==== */
5
+ :root {
6
+
7
+ /* Font */
8
+ --fontFamily: "Raleway", "Arial", sans-serif;
9
+ --textColor: #f0f0f0;
10
+ --backgroundColor: #090f13;
11
+
12
+ --textSmallSize: 10px;
13
+ --textNormalSize: 12px;
14
+ --textMediumSize: 16px;
15
+ --textSmallTitle: 18px;
16
+ --textBigSize: 24px;
17
+ --textExtraBigSize: 28px;
18
+ --textFullSize: 36px;
19
+
20
+ --textColor10: #fbfbfb;
21
+ --textColor20: #f7f7f7;
22
+ --textColor30: #f4f4f4;
23
+ --textColor40: #f0f0f0;
24
+ --textColor50: #d2d2d2;
25
+ --textColor60: #5f5f5f;
26
+ --textColor70: #434343;
27
+
28
+ /* Icon Size */
29
+ --iconSizeDefault: 28px;
30
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
31
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
32
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
33
+
34
+ /* Menus - Sizes and Distances */
35
+ --menuVerticalWidth: 270px;
36
+ --menuSideSize: 20px;
37
+ --menuItemBarSize: 6px;
38
+ --menuElementOverallPadding: 10px;
39
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
40
+ --menuItemIconWidth: 25px;
41
+
42
+ /* Background */
43
+ --backgroundColor10: #ced0d2;
44
+ --backgroundColor20: #a3a3a3;
45
+ --backgroundColor30: #546270;
46
+ --backgroundColor40: #090f13;
47
+ --backgroundColor50: #3a434b;
48
+ --backgroundColor60: #070b0e;
49
+ --backgroundColor70: #05080a;
50
+
51
+ /* Background Login */
52
+ --backgroundLogin10: rgba(177, 186, 196, 1);
53
+ --backgroundLogin20: rgba(147, 161, 174, 1);
54
+ --backgroundLogin30: rgba(118, 135, 152, 1);
55
+ --backgroundLogin40: rgba(84, 92, 112, 1);
56
+ --backgroundLogin50: rgba(72, 84, 96, 1);
57
+ --backgroundLogin60: rgba(29, 33, 38, 1);
58
+ --backgroundLogin70: rgba(15, 18, 20, 1);
59
+
60
+ /* Distances */
61
+ --distanceNone: 0;
62
+ --distanceSmallest: 5px;
63
+ --distanceExtraSmall: 10px;
64
+ --distanceSmall: 15px;
65
+ --distanceMedium: 20px;
66
+ --distanceBig: 30px;
67
+ --distanceGiant: 40px;
68
+ --distanceTitan: 60px;
69
+
70
+ /* Border Radius */
71
+ --borderRadiusNone: 0;
72
+ --borderRadiusSmallest: 2px;
73
+ --borderRadiusExtraSmall: 10px;
74
+ --borderRadiusSmall: 15px;
75
+ --borderRadiusBig: 30px;
76
+ --borderRadiusGiant: 40px;
77
+ --borderRadiusTitan: 60px;
78
+ --borderRadiusFull: 99999px;
79
+
80
+ /* Color - Theme default */
81
+ --colorDefault10: #d6d7d7;
82
+ --colorDefault20: #b0b1b1;
83
+ --colorDefault30: #434343;
84
+ --colorDefault40: #262c32;
85
+ --colorDefault50: #252e36;
86
+ --colorDefault60: #1c2025;
87
+ --colorDefault70: #15181b;
88
+ --textColorDefault10: #434343;
89
+ --textColorDefault20: #b0b0b0;
90
+ --textColorDefault30: #d2d2d2;
91
+ --textColorDefault40: #f0f0f0;
92
+ --textColorDefault50: #f4f4f4;
93
+ --textColorDefault60: #f7f7f7;
94
+ --textColorDefault70: #fbfbfb;
95
+
96
+ /* Color - Primary (web) - Positive (mobile) */
97
+ --colorPrimary10: #d6e0f5;
98
+ --colorPrimary20: #afc5ed;
99
+ --colorPrimary30: #7da6e5;
100
+ --colorPrimary40: #197fdd;
101
+ --colorPrimary50: #166fc2;
102
+ --colorPrimary60: #125da2;
103
+ --colorPrimary70: #09467f;
104
+ --textColorPrimary10: #838383;
105
+ --textColorPrimary20: #b0b0b0;
106
+ --textColorPrimary30: #d2d2d2;
107
+ --textColorPrimary40: #f0f0f0;
108
+ --textColorPrimary50: #f4f4f4;
109
+ --textColorPrimary60: #f7f7f7;
110
+ --textColorPrimary70: #fbfbfb;
111
+
112
+ /* Color - Success (web) - Balanced (mobile) */
113
+ --colorSuccess10: #d7fed7;
114
+ --colorSuccess20: #b1fdb0;
115
+ --colorSuccess30: #82fd81;
116
+ --colorSuccess40: #2ffc2b;
117
+ --colorSuccess50: #29dd26;
118
+ --colorSuccess60: #22b920;
119
+ --colorSuccess70: #108d0d;
120
+ --textColorSuccess10: #838383;
121
+ --textColorSuccess20: #b0b0b0;
122
+ --textColorSuccess30: #d2d2d2;
123
+ --textColorSuccess40: #f0f0f0;
124
+ --textColorSuccess50: #f4f4f4;
125
+ --textColorSuccess60: #f7f7f7;
126
+ --textColorSuccess70: #fbfbfb;
127
+
128
+ /* Color - Warning (web) - energized (mobile) */
129
+ --colorWarning10: #fce3d6;
130
+ --colorWarning20: #facaae;
131
+ --colorWarning30: #f7ae7c;
132
+ --colorWarning40: #f58d11;
133
+ --colorWarning50: #d77b0f;
134
+ --colorWarning60: #b46406;
135
+ --colorWarning70: #864d09;
136
+ --textColorWarning10: #838383;
137
+ --textColorWarning20: #b0b0b0;
138
+ --textColorWarning30: #d2d2d2;
139
+ --textColorWarning40: #f0f0f0;
140
+ --textColorWarning50: #f4f4f4;
141
+ --textColorWarning60: #f7f7f7;
142
+ --textColorWarning70: #fbfbfb;
143
+
144
+ /* Color - Danger (web) - assertive (mobile) */
145
+ --colorDanger10: #fbd8d8;
146
+ --colorDanger20: #f7b3b3;
147
+ --colorDanger30: #f48585;
148
+ --colorDanger40: #f03a3a;
149
+ --colorDanger50: #d23333;
150
+ --colorDanger60: #7e2121;
151
+ --colorDanger70: #832020;
152
+ --textColorDanger10: #838383;
153
+ --textColorDanger20: #b0b0b0;
154
+ --textColorDanger30: #d2d2d2;
155
+ --textColorDanger40: #f0f0f0;
156
+ --textColorDanger50: #f4f4f4;
157
+ --textColorDanger60: #f7f7f7;
158
+ --textColorDanger70: #fbfbfb;
159
+
160
+ /* Color - Royal (mobile) */
161
+ --colorRoyal10: #d5d7dc;
162
+ --colorRoyal20: #5487bd;
163
+ --colorRoyal30: #394c5e;
164
+ --colorRoyal40: #0e3760;
165
+ --colorRoyal50: #0c3054;
166
+ --colorRoyal60: #0a2846;
167
+ --colorRoyal70: #1a2e43;
168
+ --textColorRoyal10: #838383;
169
+ --textColorRoyal20: #b0b0b0;
170
+ --textColorRoyal30: #d2d2d2;
171
+ --textColorRoyal40: #f0f0f0;
172
+ --textColorRoyal50: #f4f4f4;
173
+ --textColorRoyal60: #f7f7f7;
174
+ --textColorRoyal70: #fbfbfb;
175
+
176
+ /* Color - Calm (mobile) */
177
+ --colorCalm10: #cefffd;
178
+ --colorCalm20: #68f8f1;
179
+ --colorCalm30: #4eebe3;
180
+ --colorCalm40: #44e1d8;
181
+ --colorCalm50: #00abc2;
182
+ --colorCalm60: #169f97;
183
+ --colorCalm70: #077988;
184
+ --textColorCalm10: #838383;
185
+ --textColorCalm20: #b0b0b0;
186
+ --textColorCalm30: #d2d2d2;
187
+ --textColorCalm40: #f0f0f0;
188
+ --textColorCalm50: #f4f4f4;
189
+ --textColorCalm60: #f7f7f7;
190
+ --textColorCalm70: #fbfbfb;
191
+
192
+ /* Color - Light (mobile) */
193
+ --colorLight10: #e3e7eb;
194
+ --colorLight20: #cad1d9;
195
+ --colorLight30: #aebbc7;
196
+ --colorLight40: #8da0b2;
197
+ --colorLight50: #7b8c9c;
198
+ --colorLight60: #303b46;
199
+ --colorLight70: #4d5861;
200
+ --textColorLight10: #838383;
201
+ --textColorLight20: #677582;
202
+ --textColorLight30: #d2d2d2;
203
+ --textColorLight40: #f0f0f0;
204
+ --textColorLight50: #f4f4f4;
205
+ --textColorLight60: #f7f7f7;
206
+ --textColorLight70: #fbfbfb;
207
+
208
+ /* Color - Stable (mobile) */
209
+ --colorStable10: #e1e1e1;
210
+ --colorStable20: #c6c6c6;
211
+ --colorStable30: #a7a7a7;
212
+ --colorStable40: #818181;
213
+ --colorStable50: #4d4d4d;
214
+ --colorStable60: #5f5f5f;
215
+ --colorStable70: #3e4042;
216
+ --textColorStable10: #838383;
217
+ --textColorStable20: #b0b0b0;
218
+ --textColorStable30: #d2d2d2;
219
+ --textColorStable40: #f0f0f0;
220
+ --textColorStable50: #f4f4f4;
221
+ --textColorStable60: #f7f7f7;
222
+ --textColorStable70: #fbfbfb;
223
+
224
+ /* Color - Dark (mobile) */
225
+ --colorDark10: #d5d5d5;
226
+ --colorDark20: #999999;
227
+ --colorDark30: #5e5e5e;
228
+ --colorDark40: #000000;
229
+ --colorDark50: #0a141e;
230
+ --colorDark60: #000000;
231
+ --colorDark70: #0f1e2e;
232
+ --textColorDark10: #838383;
233
+ --textColorDark20: #b0b0b0;
234
+ --textColorDark30: #d2d2d2;
235
+ --textColorDark40: #f0f0f0;
236
+ --textColorDark50: #f4f4f4;
237
+ --textColorDark60: #f7f7f7;
238
+ --textColorDark70: #fbfbfb;
239
+
240
+ /* Color - Neutral (web e mobile) */
241
+ --colorNeutral00: #ffffff;
242
+ --colorNeutral10: #f1f1f1;
243
+ --colorNeutral20: #e3e3e3;
244
+ --colorNeutral30: #d5d5d5;
245
+ --colorNeutral40: #c7c7c7;
246
+ --colorNeutral50: #b9b9b9;
247
+ --colorNeutral60: #acacac;
248
+ --colorNeutral70: #9e9e9e;
249
+ --colorNeutral80: #909090;
250
+ --colorNeutral90: #828282;
251
+ --colorNeutral100: #747474;
252
+ --colorNeutral110: #666666;
253
+ --colorNeutral120: #5d5d5d;
254
+ --colorNeutral130: #535353;
255
+ --colorNeutral140: #4a4a4a;
256
+ --colorNeutral150: #414141;
257
+ --colorNeutral160: #383838;
258
+ --colorNeutral170: #2e2e2e;
259
+ --colorNeutral180: #252525;
260
+ --colorNeutral190: #1c1c1c;
261
+ --colorNeutral200: #131313;
262
+ --colorNeutral210: #090909;
263
+ --colorNeutral220: #000000;
264
+
265
+ /* === Variables used exclusively in the color palette property === */
266
+
267
+ /* Components - Button */
268
+ --btnDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
269
+ --btnPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
270
+ --btnSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
271
+ --btnCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
272
+ --btnWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
273
+ --btnDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
274
+ --btnLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
275
+ --btnLink: var(--colorCalm60, #2fc2ba);
276
+ --btnStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
277
+ --btnRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
278
+ --btnDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
279
+
280
+ --textColorDefault: var(--textColorDefault40, #f0f0f0);
281
+ --textColorPrimary: var(--textColorPrimary40, #f0f0f0);
282
+ --textColorSuccess: var(--textColorSuccess40, #f0f0f0);
283
+ --textColorCalm: var(--textColorCalm40, #f0f0f0);
284
+ --textColorWarning: var(--textColorWarning40, #f0f0f0);
285
+ --textColorDanger: var(--textColorDanger40, #f0f0f0);
286
+ --textColorLight: var(--textColorLight40, #f0f0f0);
287
+ --textColorStable: var(--textColorStable40, #f0f0f0);
288
+ --textColorRoyal: var(--textColorRoyal40, #f0f0f0);
289
+ --textColorDark: var(--textColorDark40, #f0f0f0);
290
+
291
+ --borderBtnLink: transparent;
292
+ --borderBtnDefault: transparent;
293
+ --borderBtnPrimary: transparent;
294
+ --borderBtnSuccess: transparent;
295
+ --borderBtnCalm: transparent;
296
+ --borderBtnWarning: transparent;
297
+ --borderBtnDanger: transparent;
298
+ --borderBtnLight: transparent;
299
+ --borderBtnStable: transparent;
300
+ --borderBtnRoyal: transparent;
301
+ --borderBtnDark: transparent;
302
+
303
+ /* Components - Text color */
304
+ --colorDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
305
+ --colorPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
306
+ --colorSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
307
+ --colorCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
308
+ --colorWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
309
+ --colorDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
310
+ --colorLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
311
+ --colorStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
312
+ --colorRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
313
+ --colorDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
314
+
315
+ /* Components - Checkbox */
316
+ --checkboxDefault: var(--colorDefault40, #262c32);
317
+ --checkboxPrimary: var(--colorPrimary40, #197fdd);
318
+ --checkboxSuccess: var(--colorSuccess40, #2ffc2b);
319
+ --checkboxCalm: var(--colorCalm40, #44e1d8);
320
+ --checkboxWarning: var(--colorWarning40, #f58d11);
321
+ --checkboxDanger: var(--colorDanger40, #f03a3a);
322
+ --checkboxLight: var(--colorLight40, #8da0b2);
323
+ --checkboxStable: var(--colorStable40, #818181);
324
+ --checkboxRoyal: var(--colorRoyal40, #0e3760);
325
+ --checkboxDark: var(--colorDark40, #000000);
326
+
327
+ --borderCheckboxDefault: transparent;
328
+ --borderCheckboxPrimary: transparent;
329
+ --borderCheckboxSuccess: transparent;
330
+ --borderCheckboxCalm: transparent;
331
+ --borderCheckboxWarning: transparent;
332
+ --borderCheckboxDanger: transparent;
333
+ --borderCheckboxLight: transparent;
334
+ --borderCheckboxStable: transparent;
335
+ --borderCheckboxRoyal: transparent;
336
+ --borderCheckboxDark: transparent;
337
+
338
+ /* Components - Toggle */
339
+ --toggleDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
340
+ --togglePrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
341
+ --toggleSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
342
+ --toggleCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
343
+ --toggleWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
344
+ --toggleDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
345
+ --toggleLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
346
+ --toggleStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
347
+ --toggleRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
348
+ --toggleDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
349
+
350
+ --borderToggleDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
351
+ --borderTogglePrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
352
+ --borderToggleSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
353
+ --borderToggleCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
354
+ --borderToggleWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
355
+ --borderToggleDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
356
+ --borderToggleLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
357
+ --borderToggleStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
358
+ --borderToggleRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
359
+ --borderToggleDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
360
+
361
+ /* Components - Tabs - crn-ion-segment */
362
+ --bgDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
363
+ --bgPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
364
+ --bgSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
365
+ --bgCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
366
+ --bgWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
367
+ --bgDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
368
+ --bgLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
369
+ --bgStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
370
+ --bgRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
371
+ --bgDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
372
+
373
+ --borderActiveBackgroundDefault: transparent;
374
+ --borderActiveBackgroundPrimary: transparent;
375
+ --borderActiveBackgroundSuccess: transparent;
376
+ --borderActiveBackgroundCalm: transparent;
377
+ --borderActiveBackgroundWarning: transparent;
378
+ --borderActiveBackgroundDanger: transparent;
379
+ --borderActiveBackgroundLight: transparent;
380
+ --borderActiveBackgroundStable: transparent;
381
+ --borderActiveBackgroundRoyal: transparent;
382
+ --borderActiveBackgroundDark: transparent;
383
+
384
+ --activeBackgroundDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
385
+ --activeBackgroundPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
386
+ --activeBackgroundSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
387
+ --activeBackgroundCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
388
+ --activeBackgroundWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
389
+ --activeBackgroundDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
390
+ --activeBackgroundLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
391
+ --activeBackgroundStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
392
+ --activeBackgroundRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
393
+ --activeBackgroundDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
394
+
395
+ --ionSegmentDefault: var(--textColorPrimary40, #f0f0f0);
396
+ --ionSegmentPrimary: var(--textColorDefault40, #f0f0f0);
397
+ --ionSegmentSuccess: var(--textColorSuccess40, #f0f0f0);
398
+ --ionSegmentCalm: var(--textColorCalm40, #f0f0f0);
399
+ --ionSegmentWarning: var(--textColorWarning40, #f0f0f0);
400
+ --ionSegmentDanger: var(--textColorDanger40, #f0f0f0);
401
+ --ionSegmentLight: var(--textColorLight40, #f0f0f0);
402
+ --ionSegmentStable: var(--textColorStable40, #f0f0f0);
403
+ --ionSegmentRoyal: var(--textColorRoyal40, #f0f0f0);
404
+ --ionSegmentDark: var(--textColorDark40, #f0f0f0);
405
+
406
+ --iconThemeLightDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
407
+ --iconThemeLightPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
408
+ --iconThemeLightSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
409
+ --iconThemeLightCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
410
+ --iconThemeLightWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
411
+ --iconThemeLightDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
412
+ --iconThemeLightLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
413
+ --iconThemeLightStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
414
+ --iconThemeLightRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
415
+ --iconThemeLightDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
416
+
417
+ /* Components - Old Tabs - pallete false */
418
+ --tabsDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
419
+ --tabsPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
420
+ --tabsSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
421
+ --tabsCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
422
+ --tabsWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
423
+ --tabsDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
424
+ --tabsLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
425
+ --tabsStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
426
+ --tabsRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
427
+ --tabsDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
428
+
429
+ /* Components - Header */
430
+ --barDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
431
+ --barPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
432
+ --barSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
433
+ --barCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
434
+ --barWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
435
+ --barDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
436
+ --barLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
437
+ --barStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
438
+ --barRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
439
+ --barDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0F1e2e) 100%);
440
+
441
+ /* Componentes - Footer with icon */
442
+ --backgroundDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
443
+ --backgroundPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
444
+ --backgroundSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
445
+ --backgroundCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
446
+ --backgroundWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
447
+ --backgroundDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
448
+ --backgroundLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
449
+ --backgroundStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
450
+ --backgroundRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
451
+ --backgroundDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
452
+
453
+ --tabsIconDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
454
+ --tabsIconPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
455
+ --tabsIconSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
456
+ --tabsIconCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
457
+ --tabsIconWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
458
+ --tabsIconDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
459
+ --tabsIconLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
460
+ --tabsIconStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
461
+ --tabsIconRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
462
+ --tabsIconDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
463
+ /* End - Variables used exclusively in the color palette property */
464
+ }
465
+
466
+ h1,
467
+ h2,
468
+ h3,
469
+ h4,
470
+ h5,
471
+ h6,
472
+ .h1,
473
+ .h2,
474
+ .h3,
475
+ .h4,
476
+ .h5,
477
+ .h6 {
478
+ font-family: var(--fontFamily, "Open Sans", "Arial", sans-serif);
479
+ color: var(--textColor40, #f0f0f0);
480
+ }
481
+
482
+ h1 {
483
+ font-size: var(--textFullSize, 36px);
484
+ }
485
+
486
+ .h3 {
487
+ font-size: var(--textBigSize, 24px);
488
+ }
489
+
490
+ .h5 {
491
+ font-size: var(--textSmallTitle, 18px);
492
+ }
493
+
494
+ h2 {
495
+ font-size: 18px;
496
+ }
497
+
498
+ a,
499
+ a:focus,
500
+ a:active,
501
+ a:hover {
502
+ color: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
503
+ }
504
+
505
+ .light,
506
+ a.light,
507
+ .color-light {
508
+ color: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
509
+ }
510
+
511
+ .stable,
512
+ a.stable,
513
+ .color-stable {
514
+ color: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
515
+ }
516
+
517
+ /* Login */
518
+ .login-bg {
519
+ background: var(--backgroundColor30, #546270);
520
+ }
521
+
522
+ .login-mobile .button.button-positive,
523
+ .login-mobile .button.button-light {
524
+ background: var(--backgroundColor30, #546270);
525
+ border: 0;
526
+ color: var(--textColorWarning40, #f0f0f0);
527
+ }
528
+
529
+ .login-mobile .button.button-positive span,
530
+ .login-mobile .button.button-positive i,
531
+ .login-mobile .button.button-positive.active span,
532
+ .login-mobile .button.button-positive:active span,
533
+ .login-mobile .button.button-positive:focus span,
534
+ .login-mobile .button.button-positive:hover span,
535
+ .login-mobile .button.button-positive.active i,
536
+ .login-mobile .button.button-positive:active i,
537
+ .login-mobile .button.button-positive:focus i,
538
+ .login-mobile .button.button-positive:hover i,
539
+ .login-mobile .button.button-light span,
540
+ .login-mobile .button.button-light i,
541
+ .login-mobile .button.button-light.active span,
542
+ .login-mobile .button.button-light:active span,
543
+ .login-mobile .button.button-light:focus span,
544
+ .login-mobile .button.button-light:hover span,
545
+ .login-mobile .button.button-light.active i,
546
+ .login-mobile .button.button-light:active i,
547
+ .login-mobile .button.button-light:focus i,
548
+ .login-mobile .button.button-light:hover i {
549
+ color: var(--textColorWarning40, #f0f0f0);
550
+ }
551
+
552
+ .login-mobile .button.button-positive.active,
553
+ .login-mobile .button.button-positive:active,
554
+ .login-mobile .button.button-positive.activated,
555
+ .login-mobile .button.button-light:active,
556
+ .login-mobile .button.button-light.activated {
557
+ background: var(--colorLight40, #f0f0f0);
558
+ }
559
+
560
+ .login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"] {
561
+ filter: brightness(0) invert(1);
562
+ }
563
+
564
+ #crn-heading-reset,
565
+ #reset-password-label {
566
+ color: var(--textColor10, #f0f0f0);
567
+ }
568
+
569
+ .item,
570
+ .item-select select {
571
+ border-color: var(--textColor10, #f0f0f0);
572
+ }
573
+
574
+ /* Cabeçalho */
575
+ .bar.bar-default {
576
+ border-color: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
577
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
578
+ color: var(--textColorPrimary40, #f0f0f0);
579
+ }
580
+
581
+ .bar.bar-default .button .icon,
582
+ .bar.bar-default .title {
583
+ color: var(--textColorPrimary40, #f0f0f0);
584
+ }
585
+
586
+ .bar.bar-positive {
587
+ border-color: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
588
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
589
+ color: var(--textColorDefault40, #f0f0f0);
590
+ }
591
+
592
+ .bar.bar-positive .button .icon,
593
+ .bar.bar-positive .title {
594
+ color: var(--textColorDefault40, #f0f0f0);
595
+ }
596
+
597
+ /* Menu */
598
+ .menu-view {
599
+ background: var(--colorLight60, #303b46);
600
+ color: var(--textColor10, #f0f0f0);
601
+ }
602
+
603
+ #menu-blue .item:hover {
604
+ background: var(--backgroundColor30, #546270);
605
+ }
606
+
607
+ #menu-blue .item:active,
608
+ #menu-blue .item.actived {
609
+ background: var(--backgroundColor50, #3a434b);
610
+ }
611
+
612
+ /* Button Positive */
613
+ .button.button-positive {
614
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
615
+ }
616
+
617
+ .button.button-positive:active,
618
+ .button.button-positive.activated {
619
+ background: var(--colorPrimary70, #09467f);
620
+ }
621
+
622
+ /* Light - Outline */
623
+ .button.button-light.button-outline {
624
+ border-color: none;
625
+ }
626
+
627
+ .button.button-light.button-outline span,
628
+ .button.button-light.button-outline i {
629
+ color: none;
630
+ }
631
+
632
+ .button.button-light.button-outline:active,
633
+ .button.button-light.button-outline.activated {
634
+ background: none;
635
+ }
636
+
637
+ /* Stable - Outline */
638
+ .button.button-stable.button-outline {
639
+ border-color: none;
640
+ }
641
+
642
+ .button.button-stable.button-outline span,
643
+ .button.button-stable.button-outline i {
644
+ color: none;
645
+ }
646
+
647
+ .button.button-stable.button-outline:active,
648
+ .button.button-stable.button-outline.activated {
649
+ background: none;
650
+ }
651
+
652
+ /* Rodapé com ícone */
653
+ .tabs-striped.background-default .tabs {
654
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
655
+ }
656
+
657
+ .tabs-striped.background-positive .tabs {
658
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
659
+ }
660
+
661
+ .tabs-striped.background-balanced .tabs {
662
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
663
+ }
664
+
665
+ .tabs-striped.background-calm .tabs {
666
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
667
+ }
668
+
669
+ .tabs-striped.background-energized .tabs {
670
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
671
+ }
672
+
673
+ .tabs-striped.background-assertive .tabs {
674
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
675
+ }
676
+
677
+ .tabs-striped.background-light .tabs {
678
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
679
+ }
680
+
681
+ .tabs-striped.background-stable .tabs {
682
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
683
+ }
684
+
685
+ .tabs-striped.background-royal .tabs {
686
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
687
+ }
688
+
689
+ .tabs-striped.background-dark .tabs {
690
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
691
+ }
692
+
693
+ .tabs-striped.tabs-icon-default .tab-item {
694
+ color: var(--textColorDefault40, #f0f0f0);
695
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
696
+ opacity: 0.5;
697
+ }
698
+
699
+ /* Rodapé com botões*/
700
+ .bar.bar-default.bar-footer,
701
+ .bar.bar-default {
702
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
703
+ }
704
+
705
+ .bar.bar-positive.bar-footer,
706
+ .bar.bar-positive {
707
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
708
+ }
709
+
710
+ .bar.bar-balanced.bar-footer,
711
+ .bar.bar-balanced {
712
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
713
+ }
714
+
715
+ .bar.bar-calm.bar-footer,
716
+ .bar.bar-calm {
717
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
718
+ }
719
+
720
+ .bar.bar-energized.bar-footer,
721
+ .bar.bar-energized {
722
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
723
+ }
724
+
725
+ .bar.bar-assertive.bar-footer,
726
+ .bar.bar-assertive {
727
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
728
+ }
729
+
730
+ .bar.bar-light.bar-footer,
731
+ .bar.bar-light {
732
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
733
+ }
734
+
735
+ .bar.bar-stable.bar-footer,
736
+ .bar.bar-stable {
737
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
738
+ }
739
+
740
+ .bar.bar-royal.bar-footer,
741
+ .bar.bar-royal {
742
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
743
+ }
744
+
745
+ .bar.bar-dark.bar-footer,
746
+ .bar.bar-dark {
747
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
748
+ }
749
+
750
+ .item-input .icon {
751
+ font-size: 12px;
752
+ }
753
+
754
+ .button.button-default {
755
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
756
+ }
757
+
758
+ .button.button-default:hover {
759
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
760
+ box-shadow: 0px 0px 3px 0px #3a4753;
761
+ }
762
+
763
+ .button.button-default:active,
764
+ .button.button-default.activated {
765
+ background: var(--colorDefault50, #252e36);
766
+ }
767
+
768
+ .login-mobile .button.button-light {
769
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
770
+ color: var(--textColorWarning40, #f0f0f0);
771
+ border-radius: 20px;
772
+ }
773
+
774
+ .login-mobile .button.button-light:hover {
775
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
776
+ color: var(--textColorWarning40, #f0f0f0);
777
+ }
778
+
779
+ .login-mobile .button.button-light:active {
780
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
781
+ color: var(--textColorWarning40, #f0f0f0);
782
+ }
783
+
784
+ .button#button-reset-password {
785
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
786
+ color: var(--textColorWarning40, #ffffff);
787
+ }
788
+
789
+ .button#button-reset-password:hover {
790
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
791
+ color: var(--textColorWarning40, #f0f0f0);
792
+ }
793
+
794
+ .button#button-reset-password:active {
795
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
796
+ color: var(--textColorWarning40, #f0f0f0);
797
+ }
798
+
799
+ .item-radio input:checked+.radio-content .item-content {
800
+ background: var(--backgroundColor40, #090f13);
801
+ color: var(--textColor40, #f0f0f0);
802
+ }
803
+
804
+ .item-radio .radio-icon,
805
+ .range .icon {
806
+ color: var(--textColor40, #f0f0f0);
807
+ }
808
+
809
+ .item-select:after,
810
+ .k-i-arrow-60-down::before {
811
+ color: var(--textColor40, #f0f0f0);
812
+ }
813
+
814
+ .item input.ng-invalid,
815
+ .item-input input.ng-invalid {
816
+ border-bottom: none;
817
+ }
818
+
819
+ input[placeholder]:not([placeholder=""])::placeholder {
820
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
821
+ color: var(--textColor60, #5f5f5f);
822
+ opacity: 1;
823
+ /* Firefox */
824
+ }
825
+
826
+ input:-ms-input-placeholder {
827
+ /* Internet Explorer 10-11 */
828
+ color: var(--textColor60, #5f5f5f);
829
+ }
830
+
831
+ input::-ms-input-placeholder {
832
+ /* Microsoft Edge */
833
+ color: var(--textColor60, #5f5f5f);
834
+ margin-left: 10px;
835
+ }
836
+
837
+ .list-inset .item.item-input input {
838
+ background: var(--backgroundColor10, #ced0d2);
839
+ color: var(--textColor70, #434343);
840
+ border-radius: 20px;
841
+ border-bottom: 0;
842
+ }
843
+
844
+ .modal .item {
845
+ border-width: 1px;
846
+ border-color: none;
847
+ background: var(--backgroundColor10, #ced0d2);
848
+ color: var(--textColor40, #f0f0f0);
849
+ }
850
+
851
+ .k-widget.k-window .k-window-titlebar .k-window-title {
852
+ color: var(--textColor40, #f0f0f0);
853
+ margin-top: 23px;
854
+ }
855
+
856
+ .k-widget.k-window {
857
+ border-radius: 20px;
858
+ }
859
+
860
+ .item-input-wrapper {
861
+ background: var(--backgroundColor40, #090f13);
862
+ }
863
+
864
+ .ion-search:before {
865
+ color: var(--textColor40, #434343);
866
+ }
867
+
868
+ .ion-asterisk:before {
869
+ font-size: 10px;
870
+ }
871
+
872
+ input[type="text"],
873
+ input[type="email"],
874
+ input[type="password"] {
875
+ display: block;
876
+ padding-top: 2px;
877
+ padding-left: 10px;
878
+ height: 34px;
879
+ line-height: 16px;
880
+ color: var(--textColor70, #434343);
881
+ }
882
+
883
+ .login-mobile .button {
884
+ text-transform: none;
885
+ letter-spacing: 0px;
886
+ }
887
+
888
+ .button.button {
889
+ border-radius: 20px;
890
+ }
891
+
892
+ button#crn-button-signup {
893
+ letter-spacing: 0px;
894
+ border-radius: 0px;
895
+ margin: 0px;
896
+ height: 47px;
897
+ }
898
+
899
+ button#crn-button-signup:hover {
900
+ border-radius: 10px;
901
+ }
902
+
903
+ .color-light {
904
+ color: var(--colorLight50, #cdc2c2);
905
+ }
906
+
907
+ .button span,
908
+ .button i {
909
+ color: var(--textColorDefault40, #f0f0f0);
910
+ font-weight: 300;
911
+ }
912
+
913
+ /* Buttons search */
914
+ .button-bar,
915
+ .button-bar>.button:first-child,
916
+ .button-bar>.button:last-child {
917
+ border-radius: 20px;
918
+ }
919
+
920
+ /*Default*/
921
+ .button.button-default.button-outline {
922
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
923
+ border-color: transparent;
924
+ color: var(--textColor40, #f0f0f0);
925
+ }
926
+
927
+ .button.button-default.button-outline span {
928
+ color: var(--textColor40, #f0f0f0);
929
+ }
930
+
931
+ .button.button-default.button-outline:active {
932
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
933
+ }
934
+
935
+ .button.button-default.button-outline i {
936
+ color: var(--textColor40, #f0f0f0);
937
+ }
938
+
939
+ /*Secundary*/
940
+ .button.button-positive {
941
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
942
+ }
943
+
944
+ .button.button-positive:hover {
945
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
946
+ box-shadow: 0px 0px 3px 0px #187ad4;
947
+ }
948
+
949
+ .button.button-positive:active {
950
+ background: var(--colorPrimary70, #09467f);
951
+ }
952
+
953
+ .button.button-positive.button-outline {
954
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
955
+ border-color: transparent;
956
+ color: var(--textColorDefault40, #f0f0f0);
957
+ border-bottom: 0;
958
+ }
959
+
960
+ .button.button-positive.button-outline span {
961
+ color: var(--textColor40, #f0f0f0);
962
+ }
963
+
964
+ .button.button-positive.button-outline:active {
965
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
966
+ border-bottom: 0;
967
+ }
968
+
969
+ .button.button-positive.button-outline i {
970
+ color: var(--textColor40, #f0f0f0);
971
+ }
972
+
973
+ /*Success*/
974
+ .button.button-balanced {
975
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
976
+ }
977
+
978
+ .button.button-balanced:hover {
979
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
980
+ box-shadow: 0px 0px 3px 0px #2ffc2b;
981
+ }
982
+
983
+ .button.button-balanced:active {
984
+ background: var(--colorSuccess70, #108d0d);
985
+ }
986
+
987
+ .button.button-balanced.button-outline {
988
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
989
+ border-color: transparent;
990
+ color: var(--textColorDefault40, #f0f0f0);
991
+ border-bottom: 0;
992
+ }
993
+
994
+ .button.button-balanced.button-outline span {
995
+ color: var(--textColor40, #f0f0f0);
996
+ }
997
+
998
+ .button.button-balanced.button-outline:active {
999
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
1000
+ }
1001
+
1002
+ .button.button-balanced.button-outline i {
1003
+ color: var(--textColor40, #f0f0f0);
1004
+ }
1005
+
1006
+ /*Calm*/
1007
+ .button.button-calm {
1008
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1009
+ }
1010
+
1011
+ .button.button-calm:hover {
1012
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1013
+ box-shadow: 0px 0px 3px 0px #42dcd3;
1014
+ }
1015
+
1016
+ .button.button-calm:active {
1017
+ background: var(--colorCalm60, #169f97);
1018
+ }
1019
+
1020
+ .button.button-calm.button-outline {
1021
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1022
+ border-color: transparent;
1023
+ color: var(--textColorDefault40, #f0f0f0);
1024
+ border-bottom: 0;
1025
+ }
1026
+
1027
+ .button.button-calm.button-outline span {
1028
+ color: var(--textColor40, #f0f0f0);
1029
+ }
1030
+
1031
+ .button.button-calm.button-outline:active {
1032
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1033
+ }
1034
+
1035
+ .button.button-calm.button-outline i {
1036
+ color: var(--textColor40, #f0f0f0);
1037
+ }
1038
+
1039
+ /*Warning*/
1040
+ .button.button-energized {
1041
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1042
+ }
1043
+
1044
+ .button.button-energized:hover {
1045
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1046
+ box-shadow: 0px 0px 3px 0px #f58d11;
1047
+ }
1048
+
1049
+ .button.button-energized:active {
1050
+ background: var(--colorWarning60, #b46406);
1051
+ }
1052
+
1053
+ .button.button-energized.button-outline {
1054
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1055
+ border-color: transparent;
1056
+ color: var(--textColorDefault40, #f0f0f0);
1057
+ border-bottom: 0;
1058
+ }
1059
+
1060
+ .button.button-energized.button-outline span {
1061
+ color: var(--textColor40, #f0f0f0);
1062
+ }
1063
+
1064
+ .button.button-energized.button-outline:active {
1065
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1066
+ }
1067
+
1068
+ .button.button-energized.button-outline i {
1069
+ color: var(--textColor40, #f0f0f0);
1070
+ }
1071
+
1072
+ /*Danger*/
1073
+ .button.button-assertive {
1074
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1075
+ border-bottom: 0;
1076
+ }
1077
+
1078
+ .button.button-assertive:hover {
1079
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1080
+ box-shadow: 0px 0px 3px 0px #de3636;
1081
+ }
1082
+
1083
+ .button.button-assertive:active {
1084
+ background: var(--colorDanger60, #7e2121);
1085
+ }
1086
+
1087
+ .button.button-assertive.button-outline {
1088
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1089
+ border-color: transparent;
1090
+ color: var(--textColorDanger40, #f0f0f0);
1091
+ }
1092
+
1093
+ .button.button-assertive.button-outline span {
1094
+ color: var(--textColor40, #f0f0f0);
1095
+ }
1096
+
1097
+ .button.button-assertive.button-outline:active {
1098
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1099
+ }
1100
+
1101
+ .button.button-assertive.button-outline i {
1102
+ color: var(--textColor40, #f0f0f0);
1103
+ }
1104
+
1105
+ /*Light*/
1106
+ .button.button-light {
1107
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1108
+ border-bottom: 0;
1109
+ }
1110
+
1111
+ .button.button-light:hover {
1112
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1113
+ box-shadow: 0px 0px 3px 0px #8da0b2;
1114
+ }
1115
+
1116
+ .button.button-light:active {
1117
+ background: var(--colorLight60, #303b46);
1118
+ }
1119
+
1120
+ .button.button-light.button-outline {
1121
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1122
+ border-color: transparent;
1123
+ color: var(--textColorLight40, #f0f0f0);
1124
+ }
1125
+
1126
+ .button.button-light.button-outline span {
1127
+ color: var(--textColor40, #f0f0f0);
1128
+ }
1129
+
1130
+ .button.button-light.button-outline:active {
1131
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1132
+ }
1133
+
1134
+ .button.button-light.button-outline i {
1135
+ color: var(--textColor40, #f0f0f0);
1136
+ }
1137
+
1138
+ /*Stable*/
1139
+ .button.button-stable {
1140
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1141
+ border-bottom: 0;
1142
+ }
1143
+
1144
+ .button.button-stable:hover {
1145
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1146
+ box-shadow: 0px 0px 3px 0px #7b7b7b;
1147
+ }
1148
+
1149
+ .button.button-stable:active,
1150
+ .button.button-stable.activated {
1151
+ background: var(--colorStable50, #4d4d4d);
1152
+ }
1153
+
1154
+ .button.button-stable.button-outline {
1155
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1156
+ border-color: transparent;
1157
+ color: var(--textColorStable40, #434343);
1158
+ }
1159
+
1160
+ .button.button-stable.button-outline span {
1161
+ color: var(--textColor40, #f0f0f0);
1162
+ }
1163
+
1164
+ .button.button-stable.button-outline:active {
1165
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1166
+ }
1167
+
1168
+ .button.button-stable.button-outline i {
1169
+ color: var(--textColor40, #f0f0f0);
1170
+ }
1171
+
1172
+ /*Royal*/
1173
+ .button.button-royal {
1174
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1175
+ border-bottom: 0;
1176
+ }
1177
+
1178
+ .button.button-royal:hover {
1179
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1180
+ box-shadow: 0px 0px 3px 0px #11375d;
1181
+ }
1182
+
1183
+ .button.button-royal:active,
1184
+ .button.button-royal.activated {
1185
+ background: var(--colorRoyal70, #1a2e43);
1186
+ }
1187
+
1188
+ .button.button-royal.button-outline {
1189
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1190
+ border-color: transparent;
1191
+ color: var(--textColorRoyal40, #f0f0f0);
1192
+ }
1193
+
1194
+ .button.button-royal.button-outline span {
1195
+ color: var(--textColor40, #f0f0f0);
1196
+ }
1197
+
1198
+ .button.button-royal.button-outline:active {
1199
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1200
+ }
1201
+
1202
+ .button.button-royal.button-outline i {
1203
+ color: var(--textColor40, #f0f0f0);
1204
+ }
1205
+
1206
+ /*Dark*/
1207
+ .button.button-dark {
1208
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1209
+ }
1210
+
1211
+ .button.button-dark:hover {
1212
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1213
+ box-shadow: 0px 0px 3px 0px #132639;
1214
+ }
1215
+
1216
+ .button.button-dark:active,
1217
+ .button.button-dark.activated {
1218
+ background: var(--colorDark50, #0a141e);
1219
+ border-bottom: 0;
1220
+ border-top: 0;
1221
+ }
1222
+
1223
+ .button.button-dark.button-outline {
1224
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1225
+ border-color: transparent;
1226
+ color: var(--textColorDark40, #f0f0f0);
1227
+ border-bottom: 0;
1228
+ border-top: 0;
1229
+ }
1230
+
1231
+ .button.button-dark.button-outline span {
1232
+ color: var(--textColorDark40, #f0f0f0);
1233
+ }
1234
+
1235
+ .button.button-dark.button-outline:active {
1236
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1237
+ }
1238
+
1239
+ .button.button-dark.button-outline i {
1240
+ color: var(--textColor40, #f0f0f0);
1241
+ }
1242
+
1243
+ .font-size-200 i {
1244
+ font-size: 10px;
1245
+ }
1246
+
1247
+ /*Chat*/
1248
+ .k-chat .k-alt .k-bubble {
1249
+ background: var(--colorDefault40, #442b69);
1250
+ color: var(--textColorDefault40, #f0f0f0);
1251
+ border-color: transparent;
1252
+ }
1253
+
1254
+ .k-chat .k-message-box .k-button:hover {
1255
+ color: var(--colorDefault40, #442b69);
1256
+ }
1257
+
1258
+ .button#button-reset-password {
1259
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1260
+ color: var(--textColorWarning40, #ffffff);
1261
+ border-radius: 20px;
1262
+ }
1263
+
1264
+ button#crn-button-signup {
1265
+ letter-spacing: 0px;
1266
+ border-radius: 20px;
1267
+ margin: 0px;
1268
+ height: 47px;
1269
+ }
1270
+
1271
+ .dynamicImage .buttomImage {
1272
+ justify-content: center;
1273
+ align-items: center;
1274
+ display: flex;
1275
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1276
+ }
1277
+
1278
+ .crn-ion-segment-light ul li a,
1279
+ .crn-ion-segment-modern ul li a,
1280
+ .crn-ion-segment-classic ul li a {
1281
+ height: 100%;
1282
+ background: var(--backgroundColor30, #546270);
1283
+ color: var(--textColor40, #f0f0f0);
1284
+ }
1285
+
1286
+ .item h3:last-child,
1287
+ .item h3 {
1288
+ color: var(--textColorDark40, #f0f0f0);
1289
+ }
1290
+
1291
+ /*Abas*/
1292
+ .crn-ion-segment-classic ul li a {
1293
+ border-radius: 20px;
1294
+ }
1295
+
1296
+ .crn-ion-segment-classic ul.active-background-default li.active a {
1297
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
1298
+ color: var(--textColor40, #f0f0f0);
1299
+ }
1300
+
1301
+ .crn-ion-segment-classic ul.active-background-positive li.active a {
1302
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1303
+ color: var(--textColor40, #f0f0f0);
1304
+ }
1305
+
1306
+ .crn-ion-segment-classic ul.active-background-balanced li.active a {
1307
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
1308
+ color: var(--textColor40, #f0f0f0);
1309
+ }
1310
+
1311
+ .crn-ion-segment-classic ul.active-background-calm li.active a {
1312
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1313
+ color: var(--textColor40, #f0f0f0);
1314
+ }
1315
+
1316
+ .crn-ion-segment-classic ul.active-background-energized li.active a {
1317
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1318
+ color: var(--textColor40, #f0f0f0);
1319
+ }
1320
+
1321
+ .crn-ion-segment-classic ul.active-background-assertive li.active a {
1322
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1323
+ color: var(--textColor40, #f0f0f0);
1324
+ }
1325
+
1326
+ .crn-ion-segment-classic ul.active-background-light li.active a {
1327
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1328
+ color: var(--textColor40, #f0f0f0);
1329
+ }
1330
+
1331
+ .crn-ion-segment-classic ul.active-background-stable li.active a {
1332
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1333
+ color: var(--textColor40, #f0f0f0);
1334
+ }
1335
+
1336
+ .crn-ion-segment-classic ul.active-background-royal li.active a {
1337
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1338
+ color: var(--textColor40, #f0f0f0);
1339
+ }
1340
+
1341
+ .crn-ion-segment-classic ul.active-background-dark li.active a {
1342
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1343
+ color: var(--textColor40, #f0f0f0);
1344
+ }
1345
+
1346
+ canvas {
1347
+ background: var(--backgroundColor10, #ced0d2);
1348
+ }
1349
+
1350
+ /* Cores icones*/
1351
+ .default {
1352
+ color: var(--colorDefault40, #262c32);
1353
+ }
1354
+
1355
+ .positive {
1356
+ color: var(--colorPrimary40, #197fdd);
1357
+ }
1358
+
1359
+ .balanced {
1360
+ color: var(--colorSuccess40, #2ffc2b);
1361
+ }
1362
+
1363
+ .calm {
1364
+ color: var(--colorCalm40, #44e1d8);
1365
+ }
1366
+
1367
+ .energized {
1368
+ color: var(--colorWarning40, #f58d11);
1369
+ }
1370
+
1371
+ .assertive {
1372
+ color: var(--colorDanger40, #f03a3a);
1373
+ }
1374
+
1375
+ .light {
1376
+ color: var(--colorLight40, #8da0b2);
1377
+ }
1378
+
1379
+ .stable {
1380
+ color: var(--colorStable40, #818181);
1381
+ }
1382
+
1383
+ .royal {
1384
+ color: var(--colorRoyal40, #0e3760);
1385
+ }
1386
+
1387
+ .dark {
1388
+ color: var(--colorDark40, #000000);
1389
+ }
1390
+
1391
+ /* Cores Links*/
1392
+ .color-default {
1393
+ color: var(--colorDefault40, #262c32);
1394
+ }
1395
+
1396
+ .color-positive {
1397
+ color: var(--colorPrimary40, #197fdd);
1398
+ }
1399
+
1400
+ .color-balanced {
1401
+ color: var(--colorSuccess40, #2ffc2b);
1402
+ }
1403
+
1404
+ .color-calm {
1405
+ color: var(--colorCalm40, #44e1d8);
1406
+ }
1407
+
1408
+ .color-energized {
1409
+ color: var(--colorWarning40, #f58d11);
1410
+ }
1411
+
1412
+ .color-assertive {
1413
+ color: var(--colorDanger40, #f03a3a);
1414
+ }
1415
+
1416
+ .color-light {
1417
+ color: var(--colorLight40, #8da0b2);
1418
+ }
1419
+
1420
+ .color-stable {
1421
+ color: var(--colorStable40, #818181);
1422
+ }
1423
+
1424
+ .color-royal {
1425
+ color: var(--colorRoyal40, #0e3760);
1426
+ }
1427
+
1428
+ .color-dark {
1429
+ color: var(--colorDark40, #000000);
1430
+ }
1431
+
1432
+ /*Cores Checkbox*/
1433
+ .checkbox input:before {
1434
+ border-radius: 2px;
1435
+ }
1436
+
1437
+ .checkbox-default input:checked:before {
1438
+ background: var(--colorDefault40, #262c32);
1439
+ border-color: var(--colorDefault40, #262c32);
1440
+ border-radius: 2px;
1441
+ }
1442
+
1443
+ .checkbox-positive input:checked:before {
1444
+ background: var(--colorPrimary40, #197fdd);
1445
+ border-color: var(--colorPrimary40, #197fdd);
1446
+ border-radius: 2px;
1447
+ }
1448
+
1449
+ .checkbox-balanced input:checked:before {
1450
+ background: var(--colorSuccess40, #2ffc2b);
1451
+ border-color: var(--colorSuccess60, #22b920);
1452
+ border-radius: 2px;
1453
+ }
1454
+
1455
+ .checkbox-calm input:checked:before {
1456
+ background: var(--colorCalm40, #44e1d8);
1457
+ border-color: var(--colorCalm40, #44e1d8);
1458
+ border-radius: 2px;
1459
+ }
1460
+
1461
+ .checkbox-energized input:checked:before {
1462
+ background: var(--colorWarning40, #f58d11);
1463
+ border-color: var(--colorWarning40, #f58d11);
1464
+ border-radius: 2px;
1465
+ }
1466
+
1467
+ .checkbox-assertive input:checked:before {
1468
+ background: var(--colorDanger40, #f03a3a);
1469
+ border-color: var(--colorDanger40, #f03a3a);
1470
+ border-radius: 2px;
1471
+ }
1472
+
1473
+ .checkbox-light input:checked:before {
1474
+ background: var(--colorLight40, #8da0b2);
1475
+ border-color: var(--colorLight40, #8da0b2);
1476
+ border-radius: 2px;
1477
+ }
1478
+
1479
+ .checkbox-stable input:checked:before {
1480
+ background: var(--colorStable40, #818181);
1481
+ border-color: var(--colorStable40, #818181);
1482
+ border-radius: 2px;
1483
+ }
1484
+
1485
+ .checkbox-royal input:checked:before {
1486
+ background: var(--colorRoyal40, #0e3760);
1487
+ border-color: var(--colorRoyal40, #0e3760);
1488
+ border-radius: 2px;
1489
+ }
1490
+
1491
+ .checkbox-dark input:checked:before {
1492
+ background: var(--colorDark40, #000000);
1493
+ border-color: var(--colorDark40, #000000);
1494
+ border-radius: 2px;
1495
+ }
1496
+
1497
+ /*Toogle*/
1498
+ .toggle.toggle-default input:checked+.track {
1499
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
1500
+ border-color: var(--colorDefault40, #262c32);
1501
+ }
1502
+
1503
+ .toggle.toggle-positive input:checked+.track {
1504
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1505
+ }
1506
+
1507
+ .toggle.toggle-balanced input:checked+.track {
1508
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
1509
+ }
1510
+
1511
+ .toggle.toggle-calm input:checked+.track {
1512
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1513
+ }
1514
+
1515
+ .toggle.toggle-energized input:checked+.track {
1516
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1517
+ }
1518
+
1519
+ .toggle.toggle-assertive input:checked+.track {
1520
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1521
+ }
1522
+
1523
+ .toggle.toggle-light input:checked+.track {
1524
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1525
+ }
1526
+
1527
+ .toggle.toggle-stable input:checked+.track {
1528
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1529
+ }
1530
+
1531
+ .toggle.toggle-royal input:checked+.track {
1532
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1533
+ }
1534
+
1535
+ .toggle.toggle-dark input:checked+.track {
1536
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1537
+ }
1538
+
1539
+ .k-combobox .k-dropdown-wrap .k-input,
1540
+ .k-combobox .k-dropdown-wrap .k-select {
1541
+ background: var(--colorDark50, #0a141e);
1542
+ color: var(--textColor40, #f0f0f0);
1543
+ }
1544
+
1545
+ .k-list .k-item.k-state-focused {
1546
+ color: var(--textColor70, #434343);
1547
+ }
1548
+
1549
+ .tabs-striped .tabs,
1550
+ .tabs-striped.tabs-icon-default .tab-item.active,
1551
+ .tabs-striped .tabs .tab-item {
1552
+ margin-top: 0px;
1553
+ border-style: 0px;
1554
+ border-width: 0px;
1555
+ border-color: 0px;
1556
+ padding: 0px;
1557
+ }
1558
+
1559
+ .k-list .k-item {
1560
+ background: var(--colorDark50, #0a141e);
1561
+ color: var(--textColorDark40, #f0f0f0);
1562
+ }
1563
+
1564
+ .k-list .k-item:focus,
1565
+ .k-list .k-item:hover {
1566
+ background: var(--backgroundColor10, #ced0d2);
1567
+ color: var(--textColor70, #434343);
1568
+ }
1569
+
1570
+ .k-list .k-item.k-state-selected {
1571
+ background: var(--colorStable20, #c6c6c6);
1572
+ color: var(--textColor70, #434343);
1573
+ }
1574
+
1575
+ h5 {
1576
+ font-size: 18px;
1577
+ }
1578
+
1579
+ .k-dialog .k-dialog-titlebar:before {
1580
+ margin-right: -35px;
1581
+ }
1582
+
1583
+ .k-dialog-buttongroup {
1584
+ width: 150px;
1585
+ margin-left: 74px;
1586
+ margin-bottom: 20px;
1587
+ }
1588
+
1589
+ .k-dialog[data-dialog-type="success"] .k-dialog-titlebar,
1590
+ .k-dialog[data-dialog-type="success"] .k-dialog-title,
1591
+ .k-dialog[data-dialog-type="success"] .k-dialog-titlebar:before {
1592
+ background-color: var(--backgroundColor30, #546270);
1593
+ color: var(--colorSuccess40, #2ffc2b);
1594
+ border: none;
1595
+ margin: auto;
1596
+ margin-top: 20px;
1597
+ white-space: break-spaces;
1598
+ text-align: center;
1599
+ }
1600
+
1601
+ .k-dialog[data-dialog-type="info"] .k-dialog-titlebar,
1602
+ .k-dialog[data-dialog-type="info"] .k-dialog-title,
1603
+ .k-dialog[data-dialog-type="info"] .k-dialog-titlebar:before {
1604
+ background-color: var(--backgroundColor30, #546270);
1605
+ color: var(--colorCalm40, #44e1d8);
1606
+ border: none;
1607
+ margin: auto;
1608
+ margin-top: 20px;
1609
+ white-space: break-spaces;
1610
+ text-align: center;
1611
+ }
1612
+
1613
+ .k-dialog[data-dialog-type="error"] .k-dialog-titlebar,
1614
+ .k-dialog[data-dialog-type="error"] .k-dialog-title,
1615
+ .k-dialog[data-dialog-type="error"] .k-dialog-titlebar:before {
1616
+ background-color: var(--backgroundColor30, #546270);
1617
+ color: var(--colorDanger40, #f03a3a);
1618
+ border: none;
1619
+ margin: auto;
1620
+ margin-top: 20px;
1621
+ white-space: break-spaces;
1622
+ text-align: center;
1623
+ }
1624
+
1625
+ .k-dialog[data-dialog-type="warning"] .k-dialog-titlebar,
1626
+ .k-dialog[data-dialog-type="warning"] .k-dialog-title,
1627
+ .k-dialog[data-dialog-type="warning"] .k-dialog-titlebar:before {
1628
+ background-color: var(--backgroundColor30, #546270);
1629
+ color: var(--colorWarning40, #f58d11);
1630
+ border: none;
1631
+ margin: auto;
1632
+ margin-top: 20px;
1633
+ white-space: break-spaces;
1634
+ text-align: center;
1635
+ }
1636
+
1637
+ .k-button.k-primary:hover {
1638
+ background: var(--colorSuccess60, #22b920);
1639
+ border-radius: 30px;
1640
+ border: none;
1641
+ }
1642
+
1643
+ .k-button.k-primary:active {
1644
+ background: var(--colorSuccess70, #108d0d);
1645
+ border-radius: 30px;
1646
+ border: none;
1647
+ }
1648
+
1649
+ .k-window {
1650
+ background: var(--backgroundColor30, #546270);
1651
+ border-radius: 30px;
1652
+ border: none;
1653
+ margin-top: 20px;
1654
+ }
1655
+
1656
+ .k-window-content {
1657
+ background: var(--backgroundColor30, #546270);
1658
+ border-radius: 30px;
1659
+ border: none;
1660
+ }
1661
+
1662
+ .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
1663
+ color: var(--textColorSuccess40, #f0f0f0);
1664
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%) !important;
1665
+ border-radius: 20px;
1666
+ }
1667
+
1668
+ .k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
1669
+ color: var(--textColorDanger40, #f0f0f0);
1670
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1671
+ border-radius: 20px;
1672
+ margin: 3px;
1673
+ }
1674
+
1675
+ .k-dialog-buttongroup .k-button {
1676
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%) !important;
1677
+ }
1678
+
1679
+ .k-dialog-button-layout-stretched .k-button.k-button {
1680
+ margin: 0;
1681
+ border-left-width: 1px;
1682
+ border-radius: 20px;
1683
+ color: var(--textColorDanger40, #f0f0f0);
1684
+ box-shadow: 0px 0px 3px 0px #de3636;
1685
+ }
1686
+
1687
+ .k-dialog-button-layout-stretched .k-button.k-primary:hover {
1688
+ color: var(--textColorSuccess40, #f0f0f0);
1689
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%) !important;
1690
+ box-shadow: 0px 0px 3px 0px #2ffc2b;
1691
+ }
1692
+
1693
+ .item.activated.item-complex>.item-content h2 {
1694
+ background: var(--backgroundColor10, #ced0d2);
1695
+ color: var(--textColor70, #434343);
1696
+ }