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