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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1578) hide show
  1. package/components/crn-anchor.components.json +205 -0
  2. package/components/crn-button-filter.components.json +39 -8
  3. package/components/crn-button.components.json +285 -30
  4. package/components/crn-checkbox.components.json +1 -1
  5. package/components/crn-component.components.json +43 -0
  6. package/components/crn-cron-captcha.components.json +1 -1
  7. package/components/crn-datasource.components.json +3 -3
  8. package/components/crn-dynamic-file.components.json +41 -0
  9. package/components/crn-dynamic-menu.components.json +6 -13
  10. package/components/crn-eight-four-container.components.json +7 -30
  11. package/components/crn-enterprise-checkbox.components.json +67 -5
  12. package/components/crn-enterprise-combobox-multiple.components.json +60 -3
  13. package/components/crn-four-eight-container.components.json +7 -30
  14. package/components/crn-frame.components.json +3 -9
  15. package/components/crn-icon.components.json +73 -18
  16. package/components/crn-menu-item.components.json +3 -2
  17. package/components/crn-one-container.components.json +14 -2
  18. package/components/crn-panel.components.json +35 -10
  19. package/components/crn-radioOption.components.json +19 -2
  20. package/components/crn-radiogroup.components.json +60 -7
  21. package/components/crn-rating.components.json +76 -19
  22. package/components/crn-sidebar.components.json +1 -1
  23. package/components/crn-slider.components.json +2 -1
  24. package/components/crn-three-container.components.json +7 -30
  25. package/components/crn-trhee-six-three-container.components.json +7 -30
  26. package/components/crn-two-container.components.json +7 -30
  27. package/components/crn-upload-file.components.json +38 -14
  28. package/components/crn-upload.components.json +38 -12
  29. package/components/crn-vertical-container.components.json +1 -1
  30. package/components/cron-breadcrumbs.components.json +5 -4
  31. package/components/cron-ordered-list.components.json +2 -1
  32. package/components/css/checkbox-color.css +856 -242
  33. package/components/css/color-default.css +289 -21
  34. package/components/css/combobox-color.css +655 -52
  35. package/components/css/crn-input-password.css +16 -7
  36. package/components/css/designtime.css +0 -26
  37. package/components/css/font-size.css +16 -0
  38. package/components/css/option-color.css +453 -147
  39. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  40. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  41. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  42. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  43. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  44. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  45. package/components/templates/accordion.template.html +4 -4
  46. package/components/templates/anchor.template.html +1 -1
  47. package/components/templates/button.template.html +2 -2
  48. package/components/templates/crn-signature-pad.designtime.html +3 -6
  49. package/components/templates/cron-checkbox.template.html +1 -1
  50. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  51. package/components/templates/cron-combobox-multiple.template.html +1 -1
  52. package/components/templates/cron-crud.template.html +7 -7
  53. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  54. package/components/templates/cron-dynamic-menu.template.html +4 -3
  55. package/components/templates/cron-frame.template.html +1 -1
  56. package/components/templates/cron-scheduler.designtime.html +94 -106
  57. package/components/templates/cron-slider.designtime.html +34 -0
  58. package/components/templates/cron-tree-view.designtime.html +30 -23
  59. package/components/templates/dynamicfile.template.html +1 -1
  60. package/components/templates/dynamictitle.template.html +1 -1
  61. package/components/templates/form.template.html +7 -7
  62. package/components/templates/icon.template.html +1 -1
  63. package/components/templates/image-menu.template.html +1 -1
  64. package/components/templates/navbar.template.html +8 -9
  65. package/components/templates/panel.template.html +1 -1
  66. package/components/templates/radiogroup.template.html +1 -1
  67. package/components/templates/rating.template.html +5 -5
  68. package/components/templates/social-button-bar.template.html +20 -20
  69. package/components/templates/sub-form.template.html +7 -7
  70. package/components/templates/textinputbutton.template.html +1 -1
  71. package/css/animate.css +48 -18
  72. package/css/app.css +54 -369
  73. package/css/cronos.css +2 -3
  74. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  75. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  76. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  77. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  78. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  79. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  80. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  87. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  88. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  89. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  90. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  91. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  92. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  93. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans.css +97 -0
  106. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  107. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  108. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  109. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  110. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  111. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  112. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  113. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  114. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  115. package/css/fonts/calibri/calibri-light.ttf +0 -0
  116. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  117. package/css/fonts/calibri/calibri.css +41 -0
  118. package/css/fonts/georgia/georgia.css +27 -0
  119. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  120. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  121. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  122. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  123. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  124. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  125. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  126. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  127. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  128. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  129. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  130. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  131. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  132. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  133. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  145. package/css/fonts/inter/Inter-Black.otf +0 -0
  146. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  147. package/css/fonts/inter/Inter-Bold.otf +0 -0
  148. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  149. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  150. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  151. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  152. package/css/fonts/inter/Inter-Italic.otf +0 -0
  153. package/css/fonts/inter/Inter-Light.otf +0 -0
  154. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-Medium.otf +0 -0
  156. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  157. package/css/fonts/inter/Inter-Regular.otf +0 -0
  158. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  159. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  160. package/css/fonts/inter/Inter-Thin.otf +0 -0
  161. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  162. package/css/fonts/inter/inter.css +104 -0
  163. package/css/fonts/lato/Lato-Black.ttf +0 -0
  164. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  165. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  166. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  167. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  168. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  169. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  170. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  172. package/css/fonts/lato/Lato-Light.ttf +0 -0
  173. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  174. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  175. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  176. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  177. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  178. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  179. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  180. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  181. package/css/fonts/lato/lato.css +125 -0
  182. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  183. package/css/fonts/material-icons/font-material-icon.css +22 -0
  184. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  185. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  186. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  187. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  188. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  189. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  190. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  191. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  192. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  193. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  194. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans.css +69 -0
  199. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  200. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  201. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  202. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  203. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  204. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  205. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  217. package/css/fonts/raleway/raleway.css +111 -0
  218. package/css/fonts/rawline/rawline-100.ttf +0 -0
  219. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  220. package/css/fonts/rawline/rawline-200.ttf +0 -0
  221. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  222. package/css/fonts/rawline/rawline-300.ttf +0 -0
  223. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  224. package/css/fonts/rawline/rawline-400.ttf +0 -0
  225. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-500.ttf +0 -0
  227. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-600.ttf +0 -0
  229. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-700.ttf +0 -0
  231. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-800.ttf +0 -0
  233. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-900.ttf +0 -0
  235. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  236. package/css/fonts/rawline/rawline.css +111 -0
  237. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  238. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  239. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  240. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  241. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  242. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  243. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  249. package/css/fonts/roboto/roboto.css +83 -0
  250. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  251. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  252. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  253. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  254. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  255. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  256. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  257. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  258. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  259. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  260. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  265. package/css/privacy/privacy.css +91 -22
  266. package/css/themes/aquamarine.min.css +5 -2
  267. package/css/themes/cerulean.min.css +4 -2
  268. package/css/themes/cosmo.min.css +5 -2
  269. package/css/themes/custom/aquamarine/button-aquamarine.css +316 -0
  270. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  271. package/css/themes/custom/aquamarine/custom-aquamarine.css +1425 -0
  272. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  273. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  274. package/css/themes/custom/cerulean/button-cerulean.css +191 -152
  275. package/css/themes/custom/cerulean/custom-cerulean.css +581 -23
  276. package/css/themes/custom/cerulean/navbar-cerulean.css +39 -8
  277. package/css/themes/custom/cerulean/panel-cerulean.css +87 -18
  278. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  279. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  280. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  281. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  282. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  283. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  284. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  285. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  286. package/css/themes/custom/darkly/button-darkly.css +162 -0
  287. package/css/themes/custom/darkly/custom-darkly.css +779 -25
  288. package/css/themes/custom/darkly/navbar-darkly.css +73 -11
  289. package/css/themes/custom/darkly/panel-darkly.css +68 -30
  290. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  291. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  292. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  293. package/css/themes/custom/dsgov/custom-dsgov.css +1209 -0
  294. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  295. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  296. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  297. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  298. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  299. package/css/themes/custom/flatly/button-flatly.css +173 -0
  300. package/css/themes/custom/flatly/custom-flatly.css +629 -36
  301. package/css/themes/custom/flatly/navbar-flatly.css +53 -10
  302. package/css/themes/custom/flatly/panel-flatly.css +67 -26
  303. package/css/themes/custom/fuse/button-fuse.css +157 -0
  304. package/css/themes/custom/fuse/custom-fuse.css +1105 -0
  305. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  306. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  307. package/css/themes/custom/journal/button-journal.css +195 -0
  308. package/css/themes/custom/journal/custom-journal.css +938 -0
  309. package/css/themes/custom/journal/navbar-journal.css +147 -0
  310. package/css/themes/custom/journal/panel-journal.css +123 -0
  311. package/css/themes/custom/lumen/button-lumen.css +213 -0
  312. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  313. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  314. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  315. package/css/themes/custom/material/custom-material.css +727 -3120
  316. package/css/themes/custom/material/grid-material.css +302 -0
  317. package/css/themes/custom/material/navbar-material.css +88 -0
  318. package/css/themes/custom/material/panel-material.css +120 -0
  319. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  320. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  321. package/css/themes/custom/paper/button-paper.css +204 -0
  322. package/css/themes/custom/paper/custom-paper.css +1148 -0
  323. package/css/themes/custom/paper/navbar-paper.css +104 -0
  324. package/css/themes/custom/paper/panel-paper.css +81 -0
  325. package/css/themes/custom/readable/button-readable.css +182 -0
  326. package/css/themes/custom/readable/custom-readable.css +1030 -0
  327. package/css/themes/custom/readable/navbar-readable.css +148 -0
  328. package/css/themes/custom/readable/panel-readable.css +126 -0
  329. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  330. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  331. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  332. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  333. package/css/themes/custom/simplex/button-simplex.css +304 -0
  334. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  335. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  336. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  337. package/css/themes/custom/slate/button-slate.css +306 -0
  338. package/css/themes/custom/slate/custom-slate.css +1179 -0
  339. package/css/themes/custom/slate/navbar-slate.css +97 -0
  340. package/css/themes/custom/slate/panel-slate.css +87 -0
  341. package/css/themes/custom/spacelab/button-spacelab.css +192 -154
  342. package/css/themes/custom/spacelab/custom-spacelab.css +629 -7
  343. package/css/themes/custom/spacelab/navbar-spacelab.css +90 -11
  344. package/css/themes/custom/spacelab/panel-spacelab.css +96 -84
  345. package/css/themes/custom/superhero/button-superhero.css +166 -0
  346. package/css/themes/custom/superhero/custom-superhero.css +909 -35
  347. package/css/themes/custom/superhero/navbar-superhero.css +32 -6
  348. package/css/themes/custom/superhero/panel-superhero.css +32 -12
  349. package/css/themes/custom/superhero/tabs-superhero.css +2 -2
  350. package/css/themes/custom/theme-general/button.css +194 -72
  351. package/css/themes/custom/theme-general/carousel.css +31 -1
  352. package/css/themes/custom/theme-general/forms.css +91 -6
  353. package/css/themes/custom/theme-general/login.css +250 -6
  354. package/css/themes/custom/theme-general/menu.css +177 -3
  355. package/css/themes/custom/theme-general/modal.css +137 -5
  356. package/css/themes/custom/theme-general/notification.css +47 -6
  357. package/css/themes/custom/theme-general/report-viewer.css +11 -11
  358. package/css/themes/custom/theme-general/scheduler.css +150 -3
  359. package/css/themes/custom/theme-general/slider.css +64 -8
  360. package/css/themes/custom/theme-general/table-grid.css +166 -7
  361. package/css/themes/custom/theme-general/tabs.css +12 -12
  362. package/css/themes/custom/theme-general/theme-general.css +401 -59
  363. package/css/themes/custom/theme-general/timeline.css +6 -6
  364. package/css/themes/custom/theme-general/treeview.css +10 -9
  365. package/css/themes/custom/united/button-united.css +187 -0
  366. package/css/themes/custom/united/custom-united.css +965 -0
  367. package/css/themes/custom/united/navbar-united.css +101 -0
  368. package/css/themes/custom/united/panel-united.css +121 -0
  369. package/css/themes/custom/yeti/button-yeti.css +274 -0
  370. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  371. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  372. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  373. package/css/themes/cyborg.min.css +5 -2
  374. package/css/themes/darkly.min.css +4 -2
  375. package/css/themes/dsgov.min.css +5 -2
  376. package/css/themes/flatly.min.css +4 -2
  377. package/css/themes/fuse.min.css +5 -2
  378. package/css/themes/journal.min.css +5 -2
  379. package/css/themes/lumen.min.css +5 -2
  380. package/css/themes/material.min.css +9 -3
  381. package/css/themes/materialui.min.css +9 -0
  382. package/css/themes/paper.min.css +5 -2
  383. package/css/themes/readable.min.css +5 -2
  384. package/css/themes/sandstone.min.css +5 -2
  385. package/css/themes/simplex.min.css +5 -2
  386. package/css/themes/slate.min.css +5 -2
  387. package/css/themes/spacelab.min.css +4 -3
  388. package/css/themes/superhero.min.css +4 -2
  389. package/css/themes/theme.editor.view.html +1820 -0
  390. package/css/themes/united.min.css +5 -2
  391. package/css/themes/yeti.min.css +5 -2
  392. package/deprecated/components/css/checkbox-color.css +348 -0
  393. package/deprecated/components/css/color-default.css +111 -0
  394. package/deprecated/components/css/combobox-color.css +145 -0
  395. package/deprecated/components/css/multiselect-editor.css +106 -0
  396. package/deprecated/components/css/option-color.css +335 -0
  397. package/deprecated/css/animate.css +433 -0
  398. package/deprecated/css/app.css +427 -0
  399. package/deprecated/css/cronos-template.css +0 -0
  400. package/deprecated/css/cronos.css +263 -0
  401. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  402. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  403. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  404. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  405. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  406. package/{css → deprecated/css}/modalTemplate.css +0 -0
  407. package/deprecated/css/themes/cerulean.min.css +7 -0
  408. package/deprecated/css/themes/cosmo.min.css +7 -0
  409. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  410. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  411. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  412. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  413. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  414. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  415. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  416. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  417. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  418. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  419. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  420. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  421. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  422. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  423. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  424. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  425. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  426. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  427. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  428. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  429. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  430. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  431. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  432. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  433. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  434. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  435. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  436. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  437. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  438. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  439. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  440. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  441. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  442. package/{css/themes/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  443. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  444. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  445. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  446. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  447. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  448. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  449. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  450. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  451. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  452. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  453. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  454. package/{css → deprecated/css}/themes/custom/fuse/components_css/alert.css +0 -0
  455. package/{css → deprecated/css}/themes/custom/fuse/components_css/badge.css +0 -0
  456. package/{css → deprecated/css}/themes/custom/fuse/components_css/blockquote.css +0 -0
  457. package/{css → deprecated/css}/themes/custom/fuse/components_css/breadcrumb.css +0 -0
  458. package/{css → deprecated/css}/themes/custom/fuse/components_css/btn.css +0 -0
  459. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  460. package/{css → deprecated/css}/themes/custom/fuse/components_css/close.css +0 -0
  461. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  462. package/{css → deprecated/css}/themes/custom/fuse/components_css/form.css +0 -0
  463. package/{css → deprecated/css}/themes/custom/fuse/components_css/glyphicon.css +0 -0
  464. package/{css → deprecated/css}/themes/custom/fuse/components_css/hidden.css +0 -0
  465. package/{css → deprecated/css}/themes/custom/fuse/components_css/import_components_css.css +0 -0
  466. package/{css → deprecated/css}/themes/custom/fuse/components_css/list-group.css +0 -0
  467. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  468. package/{css → deprecated/css}/themes/custom/fuse/components_css/modal.css +0 -0
  469. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  470. package/{css → deprecated/css}/themes/custom/fuse/components_css/pager.css +0 -0
  471. package/{css → deprecated/css}/themes/custom/fuse/components_css/pagination.css +0 -0
  472. package/{css → deprecated/css}/themes/custom/fuse/components_css/panel.css +0 -0
  473. package/{css → deprecated/css}/themes/custom/fuse/components_css/popover.css +0 -0
  474. package/{css → deprecated/css}/themes/custom/fuse/components_css/progress.css +0 -0
  475. package/{css → deprecated/css}/themes/custom/fuse/components_css/table.css +0 -0
  476. package/{css → deprecated/css}/themes/custom/fuse/components_css/thumbnail.css +0 -0
  477. package/{css → deprecated/css}/themes/custom/fuse/components_css/tooltip.css +0 -0
  478. package/{css → deprecated/css}/themes/custom/fuse/components_css/type_bootstrap.css +0 -0
  479. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  480. package/{css → deprecated/css}/themes/custom/fuse/components_css/well.css +0 -0
  481. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  482. package/{css → deprecated/css}/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  483. package/{css/themes/custom/fuse/font/fonts.css → deprecated/css/themes/custom/fuse/font/font.css} +0 -0
  484. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  485. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  486. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  487. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-carousel.css +0 -0
  488. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  489. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  490. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-enterprise.css +0 -0
  491. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  492. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  493. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  494. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/ui-notification.css +0 -0
  495. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  496. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  497. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  498. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  499. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  500. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  501. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  502. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  503. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  504. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  505. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  506. package/deprecated/css/themes/cyborg.min.css +7 -0
  507. package/deprecated/css/themes/darkly.min.css +7 -0
  508. package/deprecated/css/themes/flatly.min.css +7 -0
  509. package/deprecated/css/themes/fuse.min.css +7 -0
  510. package/deprecated/css/themes/journal.min.css +7 -0
  511. package/deprecated/css/themes/lumen.min.css +7 -0
  512. package/deprecated/css/themes/material.min.css +4 -0
  513. package/deprecated/css/themes/paper.min.css +7 -0
  514. package/deprecated/css/themes/readable.min.css +7 -0
  515. package/deprecated/css/themes/sandstone.min.css +7 -0
  516. package/deprecated/css/themes/simplex.min.css +7 -0
  517. package/deprecated/css/themes/slate.min.css +7 -0
  518. package/deprecated/css/themes/spacelab.min.css +7 -0
  519. package/deprecated/css/themes/superhero.min.css +7 -0
  520. package/deprecated/css/themes/united.min.css +7 -0
  521. package/deprecated/css/themes/yeti.min.css +7 -0
  522. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  523. package/deprecated/dist/components/css/color-default.css +1 -0
  524. package/deprecated/dist/components/css/combobox-color.css +1 -0
  525. package/deprecated/dist/components/css/font-size.css +1 -0
  526. package/deprecated/dist/components/css/image.css +1 -0
  527. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  528. package/deprecated/dist/components/css/option-color.css +1 -0
  529. package/deprecated/dist/components/js/format.min.js +1 -0
  530. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  531. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  532. package/deprecated/dist/components/js/qrcode.js +1 -0
  533. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  534. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  535. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  536. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  537. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  538. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  539. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  540. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  541. package/deprecated/dist/components/reports/reports.view.html +1 -0
  542. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  543. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  544. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  545. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  546. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  547. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  548. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  549. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  550. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  551. package/deprecated/dist/components/templates/banner.template.html +1 -0
  552. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  553. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  554. package/deprecated/dist/components/templates/button.template.html +1 -0
  555. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  556. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  557. package/deprecated/dist/components/templates/cell.template.html +1 -0
  558. package/deprecated/dist/components/templates/chart.template.html +1 -0
  559. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  560. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  561. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  562. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  563. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  564. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  565. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  566. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  567. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  568. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  569. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  570. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  571. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  572. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  573. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  574. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  575. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  576. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  577. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  578. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  579. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  580. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  581. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  582. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  583. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  584. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  585. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  586. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  587. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  588. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  589. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  590. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  591. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  592. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  593. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  594. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  595. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  596. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  597. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  598. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  599. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  600. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  601. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  602. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  603. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  604. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  605. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  606. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  607. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  608. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  609. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  610. package/deprecated/dist/components/templates/date.template.html +1 -0
  611. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  612. package/deprecated/dist/components/templates/div.template.html +1 -0
  613. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  614. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  615. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  616. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  617. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  618. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  619. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  620. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  621. package/deprecated/dist/components/templates/form.template.html +1 -0
  622. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  623. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  624. package/deprecated/dist/components/templates/grid.template.html +1 -0
  625. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  626. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  627. package/deprecated/dist/components/templates/head.template.html +1 -0
  628. package/deprecated/dist/components/templates/header.template.html +1 -0
  629. package/deprecated/dist/components/templates/icon.template.html +1 -0
  630. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  631. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  632. package/deprecated/dist/components/templates/image.template.html +1 -0
  633. package/deprecated/dist/components/templates/list.template.html +1 -0
  634. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  635. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  636. package/deprecated/dist/components/templates/panel.template.html +1 -0
  637. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  638. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  639. package/deprecated/dist/components/templates/rating.template.html +1 -0
  640. package/deprecated/dist/components/templates/row.template.html +1 -0
  641. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  642. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  643. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  644. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  645. package/deprecated/dist/components/templates/table.template.html +1 -0
  646. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  647. package/deprecated/dist/components/templates/text.template.html +1 -0
  648. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  649. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  650. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  651. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  652. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  653. package/deprecated/dist/components/templates/time.template.html +1 -0
  654. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  655. package/deprecated/dist/components/templates/title.template.html +1 -0
  656. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  657. package/deprecated/dist/css/animate.css +1 -0
  658. package/deprecated/dist/css/app.css +1 -0
  659. package/deprecated/dist/css/cronos-template.css +0 -0
  660. package/deprecated/dist/css/cronos.css +1 -0
  661. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  662. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  663. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  664. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  665. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  666. package/deprecated/dist/css/modalTemplate.css +1 -0
  667. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  668. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  669. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  670. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  671. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  672. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  673. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  674. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  675. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  676. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  677. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  678. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  679. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  680. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  681. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  682. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  683. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  684. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  685. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  686. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  687. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  688. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  689. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  690. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  691. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  692. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  693. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  694. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  695. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  696. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  697. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  698. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  699. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  700. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  701. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  702. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  703. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  704. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  705. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  706. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  707. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  708. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  709. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  710. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  711. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  712. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  713. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  714. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  715. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  716. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  717. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  718. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  719. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  720. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  721. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  722. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  723. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  724. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  725. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  726. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  727. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  728. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  729. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  730. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  731. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  732. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  733. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  734. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  735. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  736. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  737. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  738. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  739. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  740. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  741. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  742. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  743. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  744. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  745. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  746. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  747. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  748. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  749. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  750. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  751. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  752. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  753. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  754. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  755. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  756. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  757. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  758. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  759. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  760. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  761. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  762. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  763. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  764. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  765. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  766. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  767. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  768. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  769. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  770. package/deprecated/dist/css/themes/journal.min.css +1 -0
  771. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  772. package/deprecated/dist/css/themes/material.min.css +1 -0
  773. package/deprecated/dist/css/themes/paper.min.css +1 -0
  774. package/deprecated/dist/css/themes/readable.min.css +1 -0
  775. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  776. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  777. package/deprecated/dist/css/themes/slate.min.css +1 -0
  778. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  779. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  780. package/deprecated/dist/css/themes/united.min.css +1 -0
  781. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  784. package/deprecated/dist/img/ballon_icon.svg +1 -0
  785. package/deprecated/dist/img/barcode.png +0 -0
  786. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  839. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  840. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  841. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  842. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  843. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  844. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  845. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  846. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  847. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  848. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  849. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  850. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  851. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  852. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  853. package/deprecated/dist/img/cronGrid.png +0 -0
  854. package/deprecated/dist/img/cronRichEditor.png +0 -0
  855. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  856. package/deprecated/dist/img/img-user.svg +1 -0
  857. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  858. package/deprecated/dist/img/logo.png +0 -0
  859. package/deprecated/dist/img/logo.svg +1 -0
  860. package/deprecated/dist/img/nophoto.png +0 -0
  861. package/deprecated/dist/img/placehold-100x100.png +0 -0
  862. package/deprecated/dist/img/placehold-900x500.png +0 -0
  863. package/deprecated/dist/img/qrcode.png +0 -0
  864. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  865. package/deprecated/dist/img/selectFile.png +0 -0
  866. package/deprecated/dist/img/selectImg.svg +1 -0
  867. package/deprecated/dist/img/svg-charts.svg +1 -0
  868. package/deprecated/dist/img/switch.png +0 -0
  869. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  870. package/deprecated/dist/js/LocaleService.js +1 -0
  871. package/deprecated/dist/js/app.authentication.js +1 -0
  872. package/deprecated/dist/js/app.js +1 -0
  873. package/deprecated/dist/js/controllers.authentication.js +1 -0
  874. package/deprecated/dist/js/controllers.js +1 -0
  875. package/deprecated/dist/js/custom.controllers.js +1 -0
  876. package/deprecated/dist/js/customModules.js +1 -0
  877. package/deprecated/dist/js/customStateProvider.js +0 -0
  878. package/deprecated/dist/js/directives.js +14 -0
  879. package/deprecated/dist/js/filters.js +1 -0
  880. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  881. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  882. package/deprecated/dist/js/reports/reports.service.js +1 -0
  883. package/deprecated/dist/js/services.js +1 -0
  884. package/deprecated/dist/js/stateProvider.js +1 -0
  885. package/deprecated/dist/js/upload.service.js +1 -0
  886. package/deprecated/img/ballon_icon.svg +3 -0
  887. package/deprecated/img/barcode.png +0 -0
  888. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  889. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  890. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  891. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  892. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  893. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  894. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  895. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  896. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  897. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  898. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  899. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  900. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  901. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  902. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  903. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  904. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  905. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  906. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  907. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  908. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  909. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  910. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  911. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  912. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  913. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  914. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  915. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  916. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  917. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  918. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  919. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  920. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  921. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  922. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  923. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  924. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  925. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  926. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  927. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  928. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  929. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  930. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  931. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  932. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  933. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  934. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  935. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  936. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  937. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  938. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  939. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  940. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  941. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  942. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  943. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  944. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  945. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  946. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  947. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  948. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  949. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  950. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  951. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  952. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  953. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  954. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  955. package/deprecated/img/cronGrid.png +0 -0
  956. package/deprecated/img/cronRichEditor.png +0 -0
  957. package/deprecated/img/cronapp-logo-login.png +0 -0
  958. package/deprecated/img/img-user.svg +1 -0
  959. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  960. package/deprecated/img/logo.png +0 -0
  961. package/deprecated/img/logo.svg +1 -0
  962. package/deprecated/img/nophoto.png +0 -0
  963. package/deprecated/img/placehold-100x100.png +0 -0
  964. package/deprecated/img/placehold-900x500.png +0 -0
  965. package/deprecated/img/qrcode.png +0 -0
  966. package/deprecated/img/recaptcha-logo.svg +1 -0
  967. package/deprecated/img/selectFile.png +0 -0
  968. package/deprecated/img/selectImg.svg +44 -0
  969. package/deprecated/img/svg-charts.svg +1 -0
  970. package/dist/components/css/checkbox-color.css +1 -1
  971. package/dist/components/css/color-default.css +1 -1
  972. package/dist/components/css/combobox-color.css +1 -1
  973. package/dist/components/css/crn-input-password.css +1 -1
  974. package/dist/components/css/designtime.css +1 -1
  975. package/dist/components/css/font-size.css +1 -1
  976. package/dist/components/css/option-color.css +1 -1
  977. package/dist/components/js/format.min.js +1 -1
  978. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  979. package/dist/components/js/jquery.mask.min.js +1 -1
  980. package/dist/components/js/qrcode.js +1 -1
  981. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  982. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  983. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  984. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  985. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  986. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  987. package/dist/components/templates/accordion.template.html +1 -1
  988. package/dist/components/templates/anchor.template.html +1 -1
  989. package/dist/components/templates/button.template.html +1 -1
  990. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  991. package/dist/components/templates/cron-checkbox.template.html +1 -1
  992. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  993. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  994. package/dist/components/templates/cron-crud.template.html +1 -1
  995. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  996. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  997. package/dist/components/templates/cron-frame.template.html +1 -1
  998. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  999. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1000. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  1001. package/dist/components/templates/dynamicfile.template.html +1 -1
  1002. package/dist/components/templates/dynamictitle.template.html +1 -1
  1003. package/dist/components/templates/form.template.html +1 -1
  1004. package/dist/components/templates/icon.template.html +1 -1
  1005. package/dist/components/templates/image-menu.template.html +1 -1
  1006. package/dist/components/templates/navbar.template.html +1 -1
  1007. package/dist/components/templates/panel.template.html +1 -1
  1008. package/dist/components/templates/radiogroup.template.html +1 -1
  1009. package/dist/components/templates/rating.template.html +1 -1
  1010. package/dist/components/templates/social-button-bar.template.html +1 -1
  1011. package/dist/components/templates/sub-form.template.html +1 -1
  1012. package/dist/components/templates/textinputbutton.template.html +1 -1
  1013. package/dist/css/animate.css +1 -1
  1014. package/dist/css/app.css +1 -1
  1015. package/dist/css/cronos.css +1 -1
  1016. package/dist/css/modalTemplate.css +1 -1
  1017. package/dist/css/privacy/privacy.css +1 -1
  1018. package/dist/css/themes/aquamarine.min.css +1 -1
  1019. package/dist/css/themes/cerulean.min.css +1 -1
  1020. package/dist/css/themes/cosmo.min.css +1 -1
  1021. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1022. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1023. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1024. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -1
  1025. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1026. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1027. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  1028. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  1029. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  1030. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  1031. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1032. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1033. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1034. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1035. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1036. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1037. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1038. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1039. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1040. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  1041. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -1
  1042. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1046. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1047. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1048. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1049. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1050. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1051. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1052. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1053. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  1054. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  1055. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  1056. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1057. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1058. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1059. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1060. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1061. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1062. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1063. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1064. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1065. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1066. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1067. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1068. package/dist/css/themes/custom/material/custom-material.css +1 -1
  1069. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1070. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1071. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1072. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1073. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1074. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1075. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1076. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1077. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1078. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1079. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1080. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1081. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1082. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1083. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1084. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1085. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1086. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1087. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1088. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1089. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1090. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1091. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1092. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1093. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1094. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  1095. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  1096. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -1
  1097. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -1
  1098. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1099. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  1100. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  1101. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  1102. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  1103. package/dist/css/themes/custom/theme-general/button.css +1 -1
  1104. package/dist/css/themes/custom/theme-general/carousel.css +1 -1
  1105. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  1106. package/dist/css/themes/custom/theme-general/login.css +1 -1
  1107. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  1109. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  1110. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -1
  1111. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  1112. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  1113. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  1114. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  1115. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  1116. package/dist/css/themes/custom/theme-general/timeline.css +1 -1
  1117. package/dist/css/themes/custom/theme-general/treeview.css +1 -1
  1118. package/dist/css/themes/custom/united/button-united.css +1 -0
  1119. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1120. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1121. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1122. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1123. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1124. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1125. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1126. package/dist/css/themes/cyborg.min.css +1 -1
  1127. package/dist/css/themes/darkly.min.css +1 -1
  1128. package/dist/css/themes/dsgov.min.css +1 -1
  1129. package/dist/css/themes/flatly.min.css +1 -1
  1130. package/dist/css/themes/fuse.min.css +1 -1
  1131. package/dist/css/themes/journal.min.css +1 -1
  1132. package/dist/css/themes/lumen.min.css +1 -1
  1133. package/dist/css/themes/material.min.css +1 -1
  1134. package/dist/css/themes/materialui.min.css +1 -0
  1135. package/dist/css/themes/paper.min.css +1 -1
  1136. package/dist/css/themes/readable.min.css +1 -1
  1137. package/dist/css/themes/sandstone.min.css +1 -1
  1138. package/dist/css/themes/simplex.min.css +1 -1
  1139. package/dist/css/themes/slate.min.css +1 -1
  1140. package/dist/css/themes/spacelab.min.css +1 -1
  1141. package/dist/css/themes/superhero.min.css +1 -1
  1142. package/dist/css/themes/theme.editor.view.html +5 -0
  1143. package/dist/css/themes/united.min.css +1 -1
  1144. package/dist/css/themes/yeti.min.css +1 -1
  1145. package/dist/i18n/locale_en_us.json +4 -1
  1146. package/dist/i18n/locale_pt_br.json +4 -1
  1147. package/dist/img/cron-icon/crn-component.svg +1 -0
  1148. package/dist/js/app.js +1 -1
  1149. package/dist/js/controllers.js +1 -1
  1150. package/dist/js/dashboard/dashboard.service.js +1 -1
  1151. package/dist/js/directives.js +14 -1
  1152. package/dist/js/reports/reports.service.js +1 -1
  1153. package/dist/js/stateProvider.js +1 -1
  1154. package/gulpfile.js +1 -1
  1155. package/i18n/locale_en_us.json +4 -1
  1156. package/i18n/locale_pt_br.json +4 -1
  1157. package/img/cron-icon/crn-component.svg +22 -0
  1158. package/js/app.js +16 -2
  1159. package/js/controllers.js +10 -2
  1160. package/js/dashboard/dashboard.service.js +4 -2
  1161. package/js/directives.js +650 -347
  1162. package/js/reports/reports.service.js +5 -2
  1163. package/js/stateProvider.js +17 -8
  1164. package/package.json +4 -4
  1165. package/postupdate.json +128 -115
  1166. package/css/reset_password.css +0 -5
  1167. package/css/signup.css +0 -16
  1168. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  1169. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +0 -47
  1170. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +0 -620
  1171. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  1172. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  1173. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  1174. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  1175. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +0 -158
  1176. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +0 -24
  1177. package/css/themes/custom/_bootswatch-v3.3.3/close.css +0 -27
  1178. package/css/themes/custom/_bootswatch-v3.3.3/container.css +0 -49
  1179. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  1180. package/css/themes/custom/_bootswatch-v3.3.3/form.css +0 -401
  1181. package/css/themes/custom/_bootswatch-v3.3.3/has.css +0 -172
  1182. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  1183. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  1184. package/css/themes/custom/_bootswatch-v3.3.3/input.css +0 -39
  1185. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  1186. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  1187. package/css/themes/custom/_bootswatch-v3.3.3/label.css +0 -33
  1188. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  1189. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +0 -143
  1190. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  1191. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  1192. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  1193. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  1194. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +0 -27
  1195. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  1196. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +0 -27
  1197. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  1198. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +0 -264
  1199. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +0 -149
  1200. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +0 -22
  1201. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +0 -63
  1202. package/css/themes/custom/_bootswatch-v3.3.3/table.css +0 -268
  1203. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  1204. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  1205. package/css/themes/custom/_bootswatch-v3.3.3/visible.css +0 -261
  1206. package/css/themes/custom/_bootswatch-v3.3.3/well.css +0 -25
  1207. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  1208. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +0 -48
  1209. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +0 -26
  1210. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +0 -58
  1211. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +0 -725
  1212. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  1213. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  1214. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +0 -491
  1215. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  1216. package/css/themes/custom/_bootswatch-v3.3.6/close.css +0 -37
  1217. package/css/themes/custom/_bootswatch-v3.3.6/col.css +0 -787
  1218. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  1219. package/css/themes/custom/_bootswatch-v3.3.6/container.css +0 -31
  1220. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  1221. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  1222. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +0 -10
  1223. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  1224. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  1225. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  1226. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  1227. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  1228. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  1229. package/css/themes/custom/_bootswatch-v3.3.6/label.css +0 -35
  1230. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  1231. package/css/themes/custom/_bootswatch-v3.3.6/media.css +0 -60
  1232. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +0 -143
  1233. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +0 -276
  1234. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  1235. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +0 -44
  1236. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  1237. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +0 -288
  1238. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +0 -154
  1239. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +0 -95
  1240. package/css/themes/custom/_bootswatch-v3.3.6/table.css +0 -171
  1241. package/css/themes/custom/_bootswatch-v3.3.6/text.css +0 -31
  1242. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  1243. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  1244. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +0 -269
  1245. package/css/themes/custom/_bootswatch-v3.3.6/well.css +0 -31
  1246. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +0 -37
  1247. package/css/themes/custom/_bootswatch-v3.3.7/col.css +0 -787
  1248. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  1249. package/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1250. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1251. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  1252. package/css/themes/custom/_bootswatch-v3.3.7/text.css +0 -31
  1253. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  1254. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  1255. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +0 -27
  1256. package/css/themes/custom/_bootswatch-v4.1.3/align.css +0 -393
  1257. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +0 -26
  1258. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +0 -706
  1259. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  1260. package/css/themes/custom/_bootswatch-v4.1.3/border.css +0 -75
  1261. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  1262. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +0 -244
  1263. package/css/themes/custom/_bootswatch-v4.1.3/card.css +0 -260
  1264. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  1265. package/css/themes/custom/_bootswatch-v4.1.3/close.css +0 -27
  1266. package/css/themes/custom/_bootswatch-v4.1.3/col.css +0 -1125
  1267. package/css/themes/custom/_bootswatch-v4.1.3/container.css +0 -39
  1268. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +0 -413
  1269. package/css/themes/custom/_bootswatch-v4.1.3/display.css +0 -209
  1270. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  1271. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  1272. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +0 -318
  1273. package/css/themes/custom/_bootswatch-v4.1.3/float.css +0 -59
  1274. package/css/themes/custom/_bootswatch-v4.1.3/form.css +0 -294
  1275. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  1276. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  1277. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  1278. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  1279. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +0 -136
  1280. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  1281. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +0 -711
  1282. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +0 -182
  1283. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +0 -45
  1284. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  1285. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +0 -611
  1286. package/css/themes/custom/_bootswatch-v4.1.3/page.css +0 -55
  1287. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  1288. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +0 -199
  1289. package/css/themes/custom/_bootswatch-v4.1.3/position.css +0 -20
  1290. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +0 -46
  1291. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  1292. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  1293. package/css/themes/custom/_bootswatch-v4.1.3/table.css +0 -96
  1294. package/css/themes/custom/_bootswatch-v4.1.3/text.css +0 -113
  1295. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  1296. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +0 -239
  1297. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  1298. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1299. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1300. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1301. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1302. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1303. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1304. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1305. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1306. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1307. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1308. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1309. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1310. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1311. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1312. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1313. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1314. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1315. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1316. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1317. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1318. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1319. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1320. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1321. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1322. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1323. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1324. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1325. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1326. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1327. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1328. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1329. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1330. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1331. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1332. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1333. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1334. package/css/themes/custom/aquamarine/font/fonts.css +0 -162
  1335. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1336. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1337. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  1338. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  1339. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  1340. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  1341. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  1342. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  1343. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  1344. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  1345. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  1346. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  1347. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  1348. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  1349. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  1350. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  1351. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1352. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  1353. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  1354. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  1355. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1356. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  1357. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  1358. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  1359. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  1360. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  1361. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  1362. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  1363. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  1364. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  1365. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  1366. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  1367. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  1368. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  1369. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  1370. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  1371. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  1372. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  1373. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  1374. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  1375. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  1376. package/css/themes/custom/dsgov/custom-dsgov.min.css +0 -3246
  1377. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1378. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1379. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1380. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1381. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1382. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1383. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1384. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1385. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1386. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1387. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1388. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1389. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1390. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1391. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1392. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1393. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1394. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1395. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1396. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1397. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1398. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1399. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1400. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1401. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1402. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1403. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1404. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1405. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1406. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1407. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1408. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1409. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1410. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1411. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1412. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1413. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1414. package/css/themes/custom/dsgov/font2/fonts.css +0 -144
  1415. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1416. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1417. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1418. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1419. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1420. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1421. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1422. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1423. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1424. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1425. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1426. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1427. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1428. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1429. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1430. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1431. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1432. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1433. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1434. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1435. package/css/themes/custom/fuse/img/arrow-gray.svg +0 -9
  1436. package/css/themes/custom/fuse/img/arrow-white.svg +0 -9
  1437. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1438. package/css/themes/custom/lumen/custom-lumen.min.css +0 -3479
  1439. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1440. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1441. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1442. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1443. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1444. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1445. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1446. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1447. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1448. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1449. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1450. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1451. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1452. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1453. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1454. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1455. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1456. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1457. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1458. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1459. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1460. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1461. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1462. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1463. package/css/themes/custom/lumen/font/fonts.css +0 -108
  1464. package/css/themes/custom/lumen/img/arrow-gray.svg +0 -11
  1465. package/css/themes/custom/lumen/img/arrow-white.svg +0 -11
  1466. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1467. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1468. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1469. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1470. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1471. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1472. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1473. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1474. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1475. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1476. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1477. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1478. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1479. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1480. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1481. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1482. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1483. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1484. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1485. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1486. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1487. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1488. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1489. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1490. package/css/themes/custom/material/font/fonts.css +0 -108
  1491. package/css/themes/custom/material/img/arrow-gray.svg +0 -11
  1492. package/css/themes/custom/material/img/arrow-white.svg +0 -11
  1493. package/css/themes/custom/material_raiz/components_css/crn-button.css +0 -174
  1494. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  1495. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  1496. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +0 -185
  1497. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  1498. package/css/themes/custom/material_raiz/components_css/login.css +0 -38
  1499. package/css/themes/custom/material_raiz/custom-material_raiz.css +0 -363
  1500. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1501. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1502. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1503. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1504. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1505. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1506. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1507. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1508. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1509. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1510. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1511. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1512. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1513. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1514. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1515. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1516. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1517. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1518. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1519. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1520. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1521. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1522. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1523. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1524. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1525. package/css/themes/custom/spacelab/font/fonts.css +0 -89
  1526. package/css/themes/custom/theme-general/cookies.css +0 -34
  1527. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1528. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1529. package/css/themes/material_raiz.min.css +0 -3
  1530. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1531. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1532. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1533. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1534. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1535. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1536. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1537. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1538. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1539. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1540. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1541. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1542. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1543. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1544. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1545. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1546. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1547. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1548. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1549. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1550. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1551. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1552. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1553. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1554. package/dist/css/themes/custom/lumen/font/fonts.css +0 -1
  1555. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +0 -1
  1556. package/dist/css/themes/custom/lumen/img/arrow-white.svg +0 -1
  1557. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1558. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1559. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1560. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1561. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1562. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1563. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1564. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1565. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1566. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1567. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1568. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1569. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1570. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1571. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1572. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1573. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1574. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1575. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1576. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1577. package/dist/css/themes/custom/spacelab/font/fonts.css +0 -1
  1578. package/dist/css/themes/custom/theme-general/cookies.css +0 -1
@@ -1,3479 +0,0 @@
1
- /* ==== FONTS ====*/
2
- @import url("font/fonts.css");
3
-
4
- /* ==== VARIABLES ==== */
5
- :root {
6
-
7
- /* Font */
8
- --fontFamily: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
9
-
10
- --textSmallSize: 12px;
11
- --textNormalSize: 14px;
12
- --textMediumSize: 16px;
13
- --textBigSize: 18px;
14
- --textExtraBigSize: 23px;
15
-
16
- --textColor10: #d6d6d6;
17
- --textColor20: #aeaeae;
18
- --textColor30: #7c7c7c;
19
- --textColor40: #111111;
20
- --textColor50: #0f0f0f;
21
- --textColor60: #0c0c0c;
22
- --textColor70: #090909;
23
-
24
- /* Menus - Sizes and Distances */
25
- --menuVerticalWidth: 270px;
26
- --menuSideSize: 20px;
27
- --menuItemBarSize: 6px;
28
- --menuElementOverallPadding: 10px;
29
- --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
30
- --menuItemIconWidth: 25px;
31
-
32
- /* Background */
33
- --backgroundColor10: #ffffff;
34
- --backgroundColor20: #ffffff;
35
- --backgroundColor30: #ffffff;
36
- --backgroundColor40: #ffffff;
37
- --backgroundColor50: #dfdfdf;
38
- --backgroundColor60: #bbbbbb;
39
- --backgroundColor70: #8c8c8c;
40
-
41
- /* Distances */
42
- --distanceNone: 0;
43
- --distanceSmallest: 5px;
44
- --distanceExtraSmall: 10px;
45
- --distanceSmall: 15px;
46
- --distanceMedium: 20px;
47
- --distanceBig: 30px;
48
- --distanceGiant: 40px;
49
- --distanceTitan: 60px;
50
-
51
- /* Border Radius */
52
- --borderRadiusNone: 0;
53
- --borderRadiusSmallest: 5px;
54
- --borderRadiusExtraSmall: 10px;
55
- --borderRadiusSmall: 15px;
56
- --borderRadiusBig: 30px;
57
- --borderRadiusGiant: 40px;
58
- --borderRadiusTitan: 60px;
59
- --borderRadiusFull: 99999px;
60
-
61
- /* Color - Theme default */
62
- --colorDefault10: #c4e2ee;
63
- --colorDefault20: #8ac6dd;
64
- --colorDefault30: #50a9cb;
65
- --colorDefault40: #158cba;
66
- --colorDefault50: #10698b;
67
- --colorDefault60: #0a465d;
68
- --colorDefault70: #05232f;
69
-
70
- /* Color - Primary (web) - Positive (mobile) */
71
- --colorPrimary10: #dcf2fa;
72
- --colorPrimary20: #bae5f5;
73
- --colorPrimary30: #98d7f0;
74
- --colorPrimary40: #75caeb;
75
- --colorPrimary50: #5897b0;
76
- --colorPrimary60: #3a6575;
77
- --colorPrimary70: #1d333b;
78
-
79
- /* Color - Success (web) - Balanced (mobile) */
80
- --colorSuccess10: #c9edca;
81
- --colorSuccess20: #94db96;
82
- --colorSuccess30: #5ec861;
83
- --colorSuccess40: #28b62c;
84
- --colorSuccess50: #1e8821;
85
- --colorSuccess60: #145b16;
86
- --colorSuccess70: #0a2e0b;
87
-
88
- /* Color - Warning (web) - energized (mobile) */
89
- --colorWarning10: #ffe0c6;
90
- --colorWarning20: #ffc28d;
91
- --colorWarning30: #ffa454;
92
- --colorWarning40: #ff851b;
93
- --colorWarning50: #bf6414;
94
- --colorWarning60: #7f420d;
95
- --colorWarning70: #402107;
96
-
97
- /* Color - Danger (web) - assertive (mobile) */
98
- --colorDanger10: #ffcfcd;
99
- --colorDanger20: #ffa09b;
100
- --colorDanger30: #ff7168;
101
- --colorDanger40: #ff4136;
102
- --colorDanger50: #bf3128;
103
- --colorDanger60: #7f201b;
104
- --colorDanger70: #40100e;
105
-
106
- /* Color - Neutral (web e mobile) */
107
- --colorNeutral00: #FFFFFF;
108
- --colorNeutral10: #F1F1F1;
109
- --colorNeutral20: #E3E3E3;
110
- --colorNeutral30: #D5D5D5;
111
- --colorNeutral40: #C7C7C7;
112
- --colorNeutral50: #B9B9B9;
113
- --colorNeutral60: #ACACAC;
114
- --colorNeutral70: #9E9E9E;
115
- --colorNeutral80: #909090;
116
- --colorNeutral90: #828282;
117
- --colorNeutral100: #747474;
118
- --colorNeutral110: #666666;
119
- --colorNeutral120: #5D5D5D;
120
- --colorNeutral130: #535353;
121
- --colorNeutral140: #4A4A4A;
122
- --colorNeutral150: #414141;
123
- --colorNeutral160: #383838;
124
- --colorNeutral170: #2E2E2E;
125
- --colorNeutral180: #252525;
126
- --colorNeutral190: #1C1C1C;
127
- --colorNeutral200: #131313;
128
- --colorNeutral210: #090909;
129
- --colorNeutral220: #000000;
130
-
131
- --textColor: var(--colorNeutral170);
132
- --backgroundColor: var(--colorNeutral00);
133
- }
134
-
135
- /* ==== GENERAL ==== */
136
- *,
137
- *:hover,
138
- *:focus,
139
- *:active {
140
- outline: 0;
141
- }
142
-
143
- html {
144
- height: 100%;
145
- }
146
-
147
- body {
148
- display: flex;
149
- }
150
-
151
- body,
152
- body > div.fill.ng-scope,
153
- div#view-canvas {
154
- min-height: 100%;
155
- width: 100%;
156
- }
157
-
158
- body {
159
- background-color: var(--backgroundColor);
160
- font-family: var(--fontFamily);
161
- font-size: var(--textNormalSize);
162
- line-height: 30px;
163
- }
164
-
165
- body,
166
- .k-block,
167
- .k-content,
168
- .k-dropdown
169
- .k-input,
170
- .k-popup,
171
- .k-toolbar,
172
- .k-widget {
173
- color: var(--textColor);
174
- }
175
-
176
- a,
177
- a:focus,
178
- a:active {
179
- color: var(--colorDefault40);
180
- text-decoration: none;
181
- outline: 0;
182
- }
183
-
184
- a:hover {
185
- color: var(--colorDefault30);
186
- }
187
-
188
- h1, .h1,
189
- h2, .h2,
190
- h3, .h3,
191
- h4, .h4,
192
- h5, .h5,
193
- h6, .h6 {
194
- font-weight: 500;
195
- color: var(--colorNeutral160);
196
- }
197
-
198
- .k-block, .k-content {
199
- background: transparent;
200
- }
201
-
202
- /* ==== TEXT ==== */
203
- .text-primary {
204
- color: var(--colorPrimary40);
205
- }
206
-
207
- .text-secondary {
208
- color: var(--colorPrimary50);
209
- }
210
-
211
- .text-success {
212
- color: var(--colorSuccess40);
213
- }
214
-
215
- .text-warning {
216
- color: var(--colorWarning40);
217
- }
218
-
219
- .text-danger {
220
- color: var(--colorDanger40);
221
- }
222
-
223
- .text-info {
224
- color: var(--colorDefault40);
225
- }
226
-
227
- .text-light {
228
- color: var(--colorNeutral70);
229
- }
230
-
231
- .text-dark {
232
- color: var(--colorNeutral200);
233
- }
234
-
235
- .text-muted {
236
- color: #666;
237
- }
238
-
239
- .text-white {
240
- color: #fff;
241
- }
242
-
243
- .lead {
244
- font-size: 21px;
245
- }
246
-
247
- @media (min-width: 768px) {
248
- .lead {
249
- font-size: 21px;
250
- }
251
- }
252
-
253
- /* ==== PAGE LOADING BAR ====*/
254
- .pace div.pace-progress {
255
- background-color: var(--colorDefault40);
256
- }
257
-
258
- /* ==== LOGIN SCREEN ==== */
259
- /* Login */
260
- .fill .bg.ng-scope,
261
- .fill .bg.ng-scope .container-full,
262
- .fill .bg.ng-scope .container-full .container-fluid,
263
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder,
264
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
265
- display: flex;
266
- width: 98%;
267
- height: auto;
268
- padding: 0;
269
- margin: auto;
270
- justify-content: space-between;
271
- }
272
-
273
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
274
- flex-direction: column;
275
- background-color: var(--colorNeutral00);
276
- border-radius: var(--borderRadiusNone);
277
- padding: var(--distanceSmall);
278
- margin-top: 20px;
279
- box-shadow: 0 0px 0px 0px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
280
- border-radius: 5px;
281
- }
282
-
283
- .login-view label,
284
- .login-view input {
285
- width: 100%;
286
- }
287
-
288
- .login-view .reset-password {
289
- text-align: right;
290
- }
291
-
292
- .login-view .sign-up {
293
- text-align: center;
294
- padding: 0;
295
- margin-top: var(--distanceSmallest);
296
- }
297
-
298
- .login-view .login-view-credentials,
299
- .login-view .login-view-text {
300
- display: flex;
301
- align-items: center;
302
- padding: var(--distanceMedium);
303
- height: 100%;
304
- }
305
-
306
- .login-view .login-view-credentials {
307
- background-color: var(--colorNeutral00);
308
- }
309
-
310
- .login-view .login-view-credentials .login-view-credentials-container {
311
- display: flex;
312
- }
313
-
314
- .login-view .login-view-credentials .login-view-credentials-container > div {
315
- display: flex;
316
- }
317
-
318
- .login-view .login-view-credentials .login-view-credentials-container form div {
319
- padding: 0;
320
- }
321
-
322
- .login-view .login-view-credentials .login-view-credentials-container input {
323
- width: 100%;
324
- }
325
-
326
- .login-view .login-view-credentials .login-view-credentials-container #crn-botao-cadastre {
327
- color: var(--colorNeutral70);
328
- }
329
-
330
- .login-view .login-view-text {
331
- background: linear-gradient(90deg, var(--colorDefault60) 0%, var(--colorPrimary60) 100%);
332
- color: var(--colorNeutral00);
333
- }
334
-
335
- .login-view .login-view-text h1,
336
- .login-view .login-view-text h4 {
337
- text-align: center;
338
- }
339
-
340
- .login-view .login-view-text h1 {
341
- margin: 0;
342
- margin-bottom: var(--distanceMedium);
343
- }
344
-
345
- .login-view .login-view-text h4 {
346
- font-weight: 300;
347
- margin: 0;
348
- }
349
-
350
- @media (min-width: 768px) {
351
- .fill .bg.ng-scope,
352
- .fill .bg.ng-scope .container-full,
353
- .fill .bg.ng-scope .container-full .container-fluid,
354
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder,
355
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
356
- justify-content: center;
357
- width: 600px;
358
- height: 100%;
359
- }
360
-
361
- .fill .bg.ng-scope {
362
- width: 100%;
363
- background-color: var(--colorNeutral180);
364
- }
365
-
366
- .fill .bg.ng-scope .container-full {
367
- height: auto;
368
- }
369
-
370
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder {
371
- align-items: center;
372
- }
373
-
374
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view.login-view-full {
375
- width: 900px;
376
- min-height: auto;
377
- margin: var(--distanceMedium);
378
- }
379
-
380
- .login-view {
381
- flex-direction: row;
382
- }
383
-
384
- .login-view .login-view-credentials,
385
- .login-view .login-view-text {
386
- width: 50%;
387
- justify-content: center;
388
- height: auto;
389
- }
390
-
391
- .login-view .login-view-credentials .login-view-credentials-container,
392
- .login-view .login-view-text .login-view-text-container {
393
- max-width: 500px;
394
- }
395
-
396
- .login-view .login-view-text {
397
- background: linear-gradient(180deg, var(--colorDefault60) 0%, var(--colorPrimary60) 100%);
398
- }
399
-
400
- .login-view .login-view-text h1,
401
- .login-view .login-view-text h4 {
402
- text-align: initial;
403
- }
404
-
405
- .login-view.login-view-full {
406
- border-radius: var(--borderRadiusExtraSmall);
407
- overflow: hidden;
408
- }
409
- }
410
-
411
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder > div.col-xs-12:first-child,
412
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder > div.col-xs-12:last-child {
413
- display: none;
414
- }
415
-
416
- .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-panel {
417
- min-height: auto;
418
- padding: var(--distanceMedium);
419
- margin: var(--distanceMedium);
420
- }
421
-
422
- .login-panel {
423
- background-color: var(--colorNeutral00);
424
- border-radius: var(--borderRadiusExtraSmall);
425
- overflow: hidden;
426
- align-self: center;
427
- min-width: 250px;
428
- }
429
-
430
- .login-panel form div {
431
- padding: 0;
432
- }
433
-
434
- .login-panel form input {
435
- width: 100%;
436
- }
437
-
438
- @media (min-width: 768px) {
439
- .login-panel {
440
- max-width: 500px;
441
- background-color: var(--colorNeutral00);
442
- border-radius: var(--borderRadiusExtraSmall);
443
- overflow: hidden;
444
- }
445
-
446
- .login-panel form input {
447
- width: 100%;
448
- }
449
- }
450
-
451
- .bg-login {
452
- border-radius: var(--borderRadiusExtraSmall);
453
- overflow: hidden;
454
- }
455
-
456
- .bg-login #crn-botao-cadastre,
457
- .bg-login #container-first #crn-botao-signup {
458
- color: var(--colorDefault40);
459
- }
460
-
461
- .bg-login #crn-botao-cadastre:hover,
462
- .bg-login #container-first #crn-botao-signup:hover {
463
- color: var(--colorDefault30);
464
- }
465
-
466
- .bg-login #container-first,
467
- .bg-login #container-second {
468
- border-radius: var(--borderRadiusNone);
469
- padding: var(--distanceTitan);
470
- }
471
-
472
- .bg-login #container-first #crn-simple-text-login,
473
- .bg-login #container-first h1 {
474
- padding: 0;
475
- color: var(--textColor);
476
- }
477
-
478
- .bg-login #container-second .login-text,
479
- .bg-login #container-first .login-panel-1,
480
- .bg-login #container-second .login-text div,
481
- .bg-login #container-first .login-panel-1 div {
482
- display: block;
483
- padding: 0;
484
- }
485
-
486
- .bg-login #container-first #crn-simple-text-login {
487
- margin-right: 10px;
488
- }
489
-
490
- .bg-login #container-first .login-panel-1 div:nth-child(5) {
491
- margin-top: 20px;
492
- }
493
-
494
- .bg-login #container-first .form-group label {
495
- width: 100%;
496
- margin-right: 0;
497
- }
498
-
499
- .bg-login #container-first a {
500
- padding: 0;
501
- }
502
-
503
- .bg-login #container-first input {
504
- width: 100%;
505
- }
506
-
507
- .bg-login #container-second {
508
- background-color: var(--colorDefault60);
509
- }
510
-
511
- .bg-login #container-second p {
512
- color: var(--colorDefault10);
513
- }
514
-
515
- @media (min-width: 1200px) {
516
- .bg-login .col-lg-7 {
517
- width: 100%;
518
- }
519
- }
520
-
521
- @media (min-width: 992px) {
522
- .bg-login .col-md-9 {
523
- width: 100%;
524
- }
525
- }
526
-
527
- @media (min-width: 768px) {
528
- .bg-login .col-sm-10 {
529
- width: 100%;
530
- }
531
- }
532
-
533
- .bg-login2 {
534
- border-radius: var(--borderRadiusNone);
535
- grid-template-columns: unset;
536
- }
537
-
538
- .bg-login2 #container-first {
539
- width: 100%;
540
- }
541
-
542
- .bg-login2 #container-first,
543
- .bg-login2 #container-first .container-fluid {
544
- padding: 0;
545
- }
546
-
547
- .bg-login2 #container-first .container-fluid {
548
- display: flex;
549
- }
550
-
551
- .bg-login2 #container-second .login-text,
552
- .bg-login2 #container-first .login-panel-1,
553
- .bg-login2 #container-second .login-text div,
554
- .bg-login2 #container-first .login-panel-1 div {
555
- margin-left: 0;
556
- margin-right: 0;
557
- }
558
-
559
- .bg-login2 #container-first > .container-full,
560
- .bg-login2 #container-first > .container-full .container-fluid {
561
- height: 100%;
562
- }
563
-
564
- .bg-login2 #container-first .login-panel-1 {
565
- display: flex;
566
- padding: var(--distanceTitan);
567
- }
568
-
569
- .bg-login2 #container-first .login-panel-1,
570
- .bg-login2 #container-second {
571
- width: 50%;
572
- }
573
-
574
- .bg-login2 #container-second h1 {
575
- color: var(--colorNeutral00);
576
- }
577
-
578
- @media screen and (max-width: 540px) {
579
- .bg-login2 #container-first .login-panel-1 {
580
- width: 100%;
581
- }
582
- }
583
-
584
- /* Cookies Warning */
585
- .fill .bg.ng-scope + .modal + div {
586
- margin-top: 20px;
587
- }
588
-
589
- .fill .bg.ng-scope + .modal + div * {
590
- font-size: 14px;
591
- }
592
-
593
- .fill .bg.ng-scope + .modal + div .alert {
594
- margin-bottom: 0;
595
- padding: var(--distanceSmallest);
596
- }
597
-
598
- .fill .bg.ng-scope + .modal + div .alert .cookiealert-container {
599
- display: flex;
600
- flex-wrap: wrap;
601
- justify-content: center;
602
- }
603
-
604
- .fill .bg.ng-scope + .modal + div .alert .cookiealert-container * {
605
- display: flex;
606
- align-items: center;
607
- justify-content: center;
608
- margin: 2px 10px;
609
- }
610
-
611
- .fill .bg.ng-scope + .modal + div .alert .cookiealert-container a {
612
- order: 4;
613
- width: 100%;
614
- }
615
-
616
- .fill .bg.ng-scope + .modal + div .alert .cookiealert-container button {
617
- padding: 5px;
618
- }
619
-
620
- /* Password Reset Modal */
621
- #forgotPasswordModal .col-md-2 {
622
- width: auto;
623
- padding: 0;
624
- display: inline-block;
625
- }
626
-
627
- #forgotPasswordModal .modal-footer {
628
- text-align: right;
629
- }
630
-
631
- @media (min-width: 768px) {
632
- #forgotPasswordModal .col-md-2 {
633
- margin-left: var(--distanceMedium);
634
- margin-bottom: 0;
635
- }
636
- }
637
-
638
- /* ==== MENU ==== */
639
- #main-nav-bar {
640
- position: fixed;
641
- width: 100%;
642
- max-height: 100%;
643
- overflow-y: auto;
644
- }
645
-
646
- @media (min-width: 768px) {
647
- #main-nav-bar {
648
- overflow-y: unset;
649
- }
650
- }
651
-
652
- /* This is just for the application, not for the editor */
653
- div.fill > #main-nav-bar {
654
- z-index: 2;
655
- }
656
- /* --------------- */
657
-
658
- #main-nav-bar {
659
- background-color: var(--colorNeutral10);
660
- border: 1px solid var(--colorNeutral20);
661
- border-bottom-width: 3px;
662
- border-radius: 4px;
663
- }
664
-
665
- #main-nav-bar .navbar-default {
666
- background: transparent;
667
- height: auto;
668
- }
669
-
670
- #main-nav-bar .navbar-default .container-fluid {
671
- display: flex;
672
- flex-wrap: wrap;
673
- padding: 0 var(--menuSideSize);
674
- }
675
-
676
- #main-nav-bar .navbar-default .container-fluid .navbar-header,
677
- #main-nav-bar .navbar-default .container-fluid #navbar-profile {
678
- width: 100%;
679
- margin: 7px 0;
680
- }
681
-
682
- #main-nav-bar .navbar-default .container-fluid .navbar-header {
683
- display: flex;
684
- padding: 0;
685
- }
686
-
687
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle,
688
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:focus {
689
- margin: 0 20px 0 0;
690
- padding: var(--menuElementOverallPadding);
691
- border: 0;
692
- border-radius: var(--borderRadiusSmallest);
693
- }
694
-
695
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:focus {
696
- background: transparent;
697
- }
698
-
699
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:hover {
700
- background: rgba(255,255,255,0.1);
701
- }
702
-
703
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle .icon-bar {
704
- background-color: var(--colorNeutral00);
705
- }
706
-
707
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand {
708
- margin-top: var(--menuElementOverallPadding);
709
- }
710
-
711
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand {
712
- display: inline-block;
713
- float: none;
714
- height: auto;
715
- padding: 0;
716
- margin-left: 0;
717
- }
718
-
719
- #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
720
- margin-top: calc(var(--menuElementOverallPadding) - 5px);
721
- margin-left: auto;
722
- display: block;
723
- box-shadow: none;
724
- border: 0;
725
- padding: 0;
726
- }
727
-
728
- #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 .navbar-nav,
729
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav,
730
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav {
731
- margin: 0;
732
- }
733
-
734
- #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav ul,
735
- #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav ul li,
736
- #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 .navbar-nav,
737
- #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 .navbar-nav li { /* Force in the editor */
738
- width: 100%;
739
- }
740
-
741
- #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 .navbar-right i {
742
- color: var(--colorNeutral00);
743
- font-size: 20px;
744
- margin-left: 25px;
745
- }
746
-
747
- #main-nav-bar .navbar-default .container-fluid #navbar-profile {
748
- display: flex;
749
- justify-content: center;
750
- margin-top: calc(var(--menuElementOverallPadding) - 5px);
751
- }
752
-
753
- #main-nav-bar .navbar-default .container-fluid #navbar-profile img {
754
- margin: 8px 4px 0 0;
755
- border: 0;
756
- border-radius: var(--borderRadiusFull);
757
- width: 25px;
758
- height: 25px;
759
- }
760
-
761
- #main-nav-bar .navbar-default .container-fluid #navbar-profile span {
762
- margin-top: 6px;
763
- color: var(--colorNeutral00);
764
- }
765
-
766
- #main-nav-bar .navbar-default .container-fluid #navbar,
767
- #main-nav-bar .navbar-default .container-fluid #navbar2 {
768
- box-shadow: none;
769
- width: calc(100% + (2 * var(--menuSideSize)));
770
- margin-right: calc(-1 * var(--menuSideSize));
771
- margin-left: calc(-1 * var(--menuSideSize));
772
- padding: 0;
773
- border: 0;
774
- }
775
-
776
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
777
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
778
- display: flex;
779
- padding: var(--menuItemPaddingSize) var(--menuSideSize) var(--menuItemPaddingSize) calc(var(--menuSideSize) + var(--menuElementOverallPadding));
780
- color: var(--colorNeutral00);
781
- font-size: 14px;
782
- }
783
-
784
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
785
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a {
786
- background: rgba(255,255,255,0.1);
787
- border: 0;
788
- border-left-width: var(--menuItemBarSize);
789
- border-color: rgba(0,0,0,0.5);
790
- padding-left: calc(var(--menuSideSize) + 10px - var(--menuItemBarSize));
791
- text-shadow: none;
792
- }
793
-
794
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
795
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover {
796
- border-color: rgba(0,0,0,0.25);
797
- }
798
-
799
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before,
800
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span,
801
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
802
- color: var(--colorNeutral80);
803
- }
804
-
805
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i,
806
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before {
807
- width: var(--menuItemIconWidth);
808
- }
809
-
810
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before {
811
- font-size: 16px;
812
- margin-right: 8px;
813
- display: block;
814
- margin-top: 5px;
815
- }
816
-
817
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i,
818
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a img {
819
- text-align: center;
820
- margin-right: 0;
821
- }
822
-
823
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i + span,
824
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a img + span {
825
- margin: 3px 5px 0 0;
826
- }
827
-
828
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span,
829
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
830
- font-size: 14px;
831
- }
832
-
833
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
834
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
835
- margin-top: 10px;
836
- margin-left: auto;
837
- min-width: 16px;
838
- height: 7px;
839
- border: 0;
840
- background: url("img/arrow-gray.svg") no-repeat;
841
- background-size: contain;
842
- }
843
-
844
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover i:before,
845
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover span,
846
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover i:before,
847
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover span {
848
- color: var(--colorNeutral160);
849
- }
850
-
851
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu,
852
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu {
853
- border-bottom-right-radius: var(--borderRadiusNone);
854
- border-bottom-left-radius: var(--borderRadiusNone);
855
- background: transparent;
856
- border: 0;
857
- padding: 0;
858
- box-shadow: none;
859
- overflow: hidden;
860
- margin: 0;
861
- }
862
-
863
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a {
864
- padding-left: calc(var(--menuItemPaddingSize) + var(--menuItemIconWidth) + var(--distanceSmallest) - 1px);
865
- }
866
-
867
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav > li:last-child > .dropdown-menu li a {
868
- padding-left: calc(var(--menuItemPaddingSize) + var(--menuItemIconWidth) + var(--distanceSmallest) + 4px);
869
- }
870
-
871
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover {
872
- background: rgba(255,255,255,0.05);
873
- }
874
-
875
- #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a i:before {
876
- color: var(--colorNeutral160);
877
- }
878
-
879
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a img {
880
- margin-top: 2px;
881
- margin-left: 2px;
882
- margin-right: calc(var(--distanceSmallest) + 6px);
883
- border: 1px solid var(--colorNeutral80);
884
- background-color: var(--colorNeutral80);
885
- }
886
-
887
- #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
888
- margin-top: 3px;
889
- display: inline-block;
890
- }
891
-
892
- @media (min-width: 576px) {
893
- #main-nav-bar .navbar-default .container-fluid .navbar-header,
894
- #main-nav-bar .navbar-default .container-fluid #navbar-profile {
895
- width: 50%;
896
- }
897
-
898
- #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
899
- margin-left: initial;
900
- }
901
-
902
- #main-nav-bar .navbar-default .container-fluid #navbar-profile {
903
- justify-content: flex-end;
904
- }
905
- }
906
-
907
- @media (min-width: 768px) {
908
- #main-nav-bar .navbar-default .container-fluid {
909
- flex-wrap: nowrap;
910
- }
911
-
912
- #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand,
913
- #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
914
- margin-top: var(--menuElementOverallPadding);
915
- }
916
-
917
- #main-nav-bar .navbar-default .container-fluid #navbar-profile span {
918
- margin-top: 8px;
919
- }
920
-
921
- #main-nav-bar .navbar-default .container-fluid #navbar-profile img {
922
- margin-top: 10px;
923
- }
924
- }
925
-
926
- /* ==== MAIN VIEW ==== */
927
- #main-view {
928
- width: calc(100% - 60px);
929
- margin: 90px 30px 30px 30px;
930
- padding-top: 15px;
931
- padding-bottom: 15px;
932
- }
933
-
934
- #main-view > h1:first-child,
935
- #main-view #starter > h1:first-child {
936
- font-size: 39px;
937
- margin-bottom: var(--distanceMedium);
938
- font-weight: 100;
939
- }
940
-
941
- @media (min-width: 576px) {
942
- #main-view {
943
-
944
- }
945
- }
946
-
947
- /* ==== HORIZONTAL MENU VIEW ==== */
948
- @media (min-width: 768px) {
949
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid .navbar-header,
950
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar-profile,
951
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar {
952
- width: auto;
953
- }
954
-
955
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid .navbar-header {
956
- margin-right: 40px;
957
- }
958
-
959
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar-profile {
960
- margin-left: auto;
961
- order: 3;
962
- }
963
-
964
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar {
965
- margin-left: 0;
966
- margin-right: 0;
967
- }
968
-
969
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 {
970
- width: auto;
971
- margin-right: 0;
972
- margin-left: auto;
973
- }
974
-
975
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a,
976
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
977
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a,
978
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a,
979
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a,
980
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a {
981
- padding: var(--menuItemPaddingSize);
982
- }
983
-
984
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a {
985
- padding: var(--menuItemPaddingSize) var(--menuItemPaddingSize) calc(var(--menuItemPaddingSize) - 1px);
986
- }
987
-
988
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
989
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
990
- margin-left: 8px;
991
- }
992
-
993
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu,
994
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu {
995
- border-radius: 0 0 3px 3px;
996
- border: 1px solid var(--colorNeutral20);
997
- border-top: 0;
998
- border-bottom-width: 3px;
999
- background-color: var(--colorNeutral00);
1000
- margin-top: 3px;
1001
- }
1002
-
1003
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
1004
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
1005
- background-color: var(--colorNeutral10);
1006
- }
1007
-
1008
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a span,
1009
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a,
1010
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a span,
1011
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a i:before,
1012
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a i:before {
1013
- color: var(--colorNeutral80);
1014
- }
1015
-
1016
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover span,
1017
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover,
1018
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover span,
1019
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover i:before,
1020
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover i:before {
1021
- color: var(--colorNeutral160);
1022
- }
1023
-
1024
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
1025
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a {
1026
- border-left-width: 0;
1027
- border-top-width: var(--menuItemBarSize);
1028
- }
1029
-
1030
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a > span,
1031
- #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a > i:before {
1032
- color: var(--colorNeutral180);
1033
- }
1034
-
1035
- }
1036
-
1037
- /* ==== VERTICAL MENU VIEW ==== */
1038
- @media (min-width: 768px) {
1039
- /* Vertical Menu */
1040
- #main-nav-bar.crn-navigator-vertical {
1041
- width: var(--menuVerticalWidth);
1042
- overflow-y: auto;
1043
- background-color: var(--colorDefault60);
1044
- }
1045
-
1046
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid {
1047
- flex-wrap: unset;
1048
- padding: 0 var(--menuItemPaddingSize);
1049
- }
1050
-
1051
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header,
1052
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile {
1053
- width: 100%;
1054
- }
1055
-
1056
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header .navbar-brand,
1057
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header #navbar-3 {
1058
- width: 50%;
1059
- }
1060
-
1061
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile {
1062
- display: block;
1063
- text-align: center;
1064
- margin: 40px 0;
1065
- }
1066
-
1067
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile img {
1068
- margin: 0;
1069
- width: 100px;
1070
- height: 100px;
1071
- max-width: unset;
1072
- }
1073
-
1074
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile span {
1075
- display: block;
1076
- width: 100%;
1077
- }
1078
-
1079
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar {
1080
- width: calc(100% + (2 * var(--menuItemPaddingSize)));
1081
- margin-right: calc(-1 * var(--menuItemPaddingSize));
1082
- margin-left: calc(-1 * var(--menuItemPaddingSize));
1083
- }
1084
-
1085
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li a {
1086
- padding: var(--menuItemPaddingSize);
1087
- }
1088
-
1089
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li.open > a {
1090
- padding: var(--menuItemPaddingSize) var(--menuItemPaddingSize) var(--menuItemPaddingSize) calc(var(--menuItemPaddingSize) - var(--menuItemBarSize));
1091
- }
1092
-
1093
- #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li a img {
1094
- margin-left: 2px;
1095
- margin-right: 10px;
1096
- }
1097
-
1098
- /* Vertical Menu Main View */
1099
- #main-view.main-view-vertical {
1100
- padding-top: 40px;
1101
- padding-left: calc(var(--menuVerticalWidth) + var(--menuSideSize));
1102
- }
1103
- }
1104
-
1105
- /* Vertical Menu Main View */
1106
- #view-canvas div.main-view-vertical { /* Force in the editor */
1107
- margin-top: 0;
1108
- }
1109
-
1110
- /* ==== ADMIN PAGES ====*/
1111
- #starter div[id^="crn-form"] input {
1112
- width: 100%;
1113
- }
1114
-
1115
- /* ==== COMPONENTS ==== */
1116
- /* Buttons */
1117
- .btn,
1118
- .btn:focus,
1119
- .btn:focus:active,
1120
- .btn:active,
1121
- .k-button,
1122
- .k-button:focus,
1123
- .k-button:focus:active,
1124
- .k-button:active {
1125
- position: relative;
1126
- border-radius: 7px;
1127
- padding: 4px 16px;
1128
- font-weight: normal;
1129
- font-size: 12px;
1130
- color: var(--colorNeutral170);
1131
- outline: 0;
1132
- border-width: 0 1px 4px;
1133
- border-color: var(--colorNeutral00);
1134
- }
1135
-
1136
- .btn.disabled,
1137
- .btn[disabled],
1138
- .btn:disabled,
1139
- div#view-canvas .btn.disabled /* Force in the editor */ {
1140
- opacity: 1;
1141
- }
1142
-
1143
- .btn,
1144
- .btn:focus,
1145
- .btn:focus:active,
1146
- .btn:active,
1147
- .k-button,
1148
- .k-button:focus,
1149
- .k-button:focus:active,
1150
- .k-button:active,
1151
- .k-button:hover,
1152
- div#view-canvas .btn /* Force in the editor */ {
1153
- background-color: var(--colorNeutral00);
1154
- }
1155
-
1156
- .btn.disabled,
1157
- .btn[disabled],
1158
- .btn:disabled,
1159
- .btn[disabled]:hover,
1160
- div#view-canvas .btn[disabled] /* Force in the editor */ {
1161
- background-color: var(--colorNeutral10);
1162
- color: var(--colorNeutral40);
1163
- }
1164
-
1165
- .btn.btn-primary,
1166
- .btn.btn-primary:focus,
1167
- .btn.btn-primary:focus:active,
1168
- .btn.btn-primary:active,
1169
- div#view-canvas .btn.btn-primary /* Force in the editor */ {
1170
- color: var(--colorNeutral00);
1171
- background-color: var(--colorDefault40);
1172
- border-color: var(--colorDefault50);
1173
- }
1174
-
1175
- .btn.btn-primary.disabled,
1176
- .btn.btn-primary[disabled],
1177
- .btn.btn-primary:disabled,
1178
- .btn.btn-primary[disabled]:hover,
1179
- div#view-canvas .btn.btn-primary[disabled]/* Force in the editor */ {
1180
- background-color: var(--colorDefault10);
1181
- color: var(--colorDefault30);
1182
- border-color: var(--colorDefault20);
1183
- }
1184
-
1185
- .btn.btn-success,
1186
- .btn.btn-success:focus,
1187
- .btn.btn-success:focus:active,
1188
- .btn.btn-success:active,
1189
- div#view-canvas .btn.btn-success /* Force in the editor */ {
1190
- color: var(--colorNeutral00);
1191
- background-color: var(--colorSuccess40);
1192
- border-color: var(--colorSuccess50);
1193
- }
1194
-
1195
- .btn.btn-success.disabled,
1196
- .btn.btn-success[disabled],
1197
- .btn.btn-success:disabled,
1198
- .btn.btn-success[disabled]:hover,
1199
- div#view-canvas .btn.btn-success[disabled] /* Force in the editor */ {
1200
- color: var(--colorSuccess30);
1201
- background-color: var(--colorSuccess20);
1202
- border-color: var(--colorSuccess30);
1203
- }
1204
-
1205
- .btn.btn-warning,
1206
- .btn.btn-warning:focus,
1207
- .btn.btn-warning:focus:active,
1208
- .btn.btn-warning:active,
1209
- div#view-canvas .btn.btn-warning /* Force in the editor */ {
1210
- color: var(--colorNeutral00);
1211
- background-color: var(--colorWarning40);
1212
- border-color: var(--colorWarning50);
1213
- }
1214
-
1215
- .btn.btn-warning.disabled,
1216
- .btn.btn-warning[disabled],
1217
- .btn.btn-warning:disabled,
1218
- .btn.btn-warning[disabled]:hover,
1219
- div#view-canvas .btn.btn-warning[disabled] /* Force in the editor */ {
1220
- color: var(--colorWarning30);
1221
- background-color: var(--colorWarning20);
1222
- border-color: var(--colorWarning30);
1223
- }
1224
-
1225
- .btn.btn-danger,
1226
- .btn.btn-danger:focus,
1227
- .btn.btn-danger:focus:active,
1228
- .btn.btn-danger:active,
1229
- div#view-canvas .btn.btn-danger /* Force in the editor */ {
1230
- color: var(--colorNeutral00);
1231
- background-color: var(--colorDanger40);
1232
- border-color: var(--colorDanger50);
1233
- }
1234
-
1235
- .btn.btn-danger.disabled,
1236
- .btn.btn-danger[disabled],
1237
- .btn.btn-danger:disabled,
1238
- .btn.btn-danger[disabled]:hover,
1239
- div#view-canvas .btn.btn-danger[disabled] /* Force in the editor */ {
1240
- color: var(--colorDanger30);
1241
- background-color: var(--colorDanger20);
1242
- border-color: var(--colorDanger30);
1243
- }
1244
-
1245
- .btn.btn-info,
1246
- .btn.btn-info:focus,
1247
- .btn.btn-info:focus:active,
1248
- .btn.btn-info:active,
1249
- div#view-canvas .btn.btn-info /* Force in the editor */ {
1250
- color: var(--colorNeutral00);
1251
- background-color: var(--colorPrimary40);
1252
- border-color: var(--colorPrimary50);
1253
- }
1254
-
1255
- .btn.btn-info.disabled,
1256
- .btn.btn-info[disabled],
1257
- .btn.btn-info:disabled,
1258
- .btn.btn-info[disabled]:hover,
1259
- div#view-canvas .btn.btn-info[disabled] /* Force in the editor */ {
1260
- color: var(--colorPrimary30);
1261
- background-color: var(--colorPrimary20);
1262
- border-color: var(--colorPrimary30);
1263
- }
1264
-
1265
- .btn.btn-light.disabled,
1266
- .btn.btn-light[disabled],
1267
- .btn.btn-light:disabled,
1268
- .btn.btn-light[disabled]:hover,
1269
- div#view-canvas .btn.btn-light.disabled /* Force in the editor */ {
1270
- background-color: var(--colorNeutral10);
1271
- color: var(--colorNeutral40);
1272
- }
1273
-
1274
- .btn.btn-link.disabled,
1275
- .btn.btn-link[disabled],
1276
- .btn.btn-link:disabled,
1277
- .btn.btn-link[disabled]:hover,
1278
- div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
1279
- background-color: var(--colorNeutral10);
1280
- }
1281
-
1282
- .btn.btn-link i,
1283
- .btn.btn-link span {
1284
- color: var(--colorDefault40);
1285
- }
1286
-
1287
- .btn:before,
1288
- .k-button:before {
1289
- background-color: var(--colorNeutral90);
1290
- position: absolute;
1291
- content: "";
1292
- top: 0;
1293
- right: 0;
1294
- bottom: 0;
1295
- left: 0;
1296
- opacity: 0;
1297
- transition: opacity 0.3s;
1298
- }
1299
-
1300
- .btn.btn-primary:before,
1301
- .btn.btn-success:before,
1302
- .btn.btn-warning:before,
1303
- .btn.btn-danger:before,
1304
- .btn.btn-info:before,
1305
- .btn.btn-light:before,
1306
- .btn.btn-link:before {
1307
- background-color: var(--colorNeutral220);
1308
- }
1309
-
1310
- .btn:focus:hover,
1311
- .k-button:focus:hover {
1312
- box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
1313
- }
1314
-
1315
- .btn:hover:before,
1316
- .k-button:hover:before {
1317
- opacity: 0.2;
1318
- }
1319
-
1320
- .btn i {
1321
- margin-right: 5px;
1322
- }
1323
-
1324
- .btn span {
1325
- margin-top: 4px;
1326
- z-index: 0;
1327
- font-weight: bold;
1328
- text-transform: uppercase;
1329
- }
1330
-
1331
- .btn:hover,
1332
- .btn.btn-default:hover,
1333
- .btn:hover i,
1334
- .btn:hover span,
1335
- .k-button:hover,
1336
- .k-button:hover span:before {
1337
- color: var(--colorNeutral220);
1338
- }
1339
-
1340
- .btn.btn-primary:hover {
1341
- border-color: var(--colorDefault50);
1342
- }
1343
-
1344
- .btn.btn-success:hover {
1345
- border-color: var(--colorSuccess50);
1346
- }
1347
-
1348
- .btn.btn-warning:hover {
1349
- border-color: var(--colorWarning50);
1350
- }
1351
-
1352
- .btn.btn-danger:hover {
1353
- border-color: var(--colorDanger50);
1354
- }
1355
-
1356
- .btn.btn-light:hover {
1357
- background-color: var(--colorNeutral30);
1358
- }
1359
-
1360
- .btn.btn-primary:hover i,
1361
- .btn.btn-primary:hover span,
1362
- .btn.btn-success:hover i,
1363
- .btn.btn-success:hover span,
1364
- .btn.btn-warning:hover i,
1365
- .btn.btn-warning:hover span,
1366
- .btn.btn-danger:hover i,
1367
- .btn.btn-danger:hover span,
1368
- .btn.btn-info:hover i,
1369
- .btn.btn-info:hover span {
1370
- color: var(--colorNeutral00);
1371
- }
1372
-
1373
- .btn.btn-link:hover i,
1374
- .btn.btn-link:hover span {
1375
- color: var(--colorDefault40);
1376
- }
1377
-
1378
- .btn.btn-primary[disabled]:hover i,
1379
- .btn.btn-primary[disabled]:hover span,
1380
- .btn.btn-success[disabled]:hover i,
1381
- .btn.btn-success[disabled]:hover span,
1382
- .btn.btn-warning[disabled]:hover i,
1383
- .btn.btn-warning[disabled]:hover span,
1384
- .btn.btn-danger[disabled]:hover i,
1385
- .btn.btn-danger[disabled]:hover span,
1386
- .btn.btn-info[disabled]:hover i,
1387
- .btn.btn-info[disabled]:hover span {
1388
- color: inherit;
1389
- }
1390
-
1391
- .btn.btn-light[disabled]:hover i,
1392
- .btn.btn-light[disabled]:hover span {
1393
- color: var(--colorNeutral40);
1394
- }
1395
-
1396
- .btn.btn-link[disabled]:hover i,
1397
- .btn.btn-link[disabled]:hover span {
1398
- color: var(--colorDefault20);
1399
- }
1400
-
1401
- .btn .color-white {
1402
- color: inherit;
1403
- }
1404
-
1405
- .k-button.k-button-icontext span {
1406
- margin: 0;
1407
- margin-left: -1px;
1408
- }
1409
-
1410
- *[id^="crn-form"] .btn,
1411
- *[id^="crn-sub-form"],
1412
- *[id^="crn-cron-crud"] .btn {
1413
- padding: 18px;
1414
- border-radius: var(--borderRadiusFull);
1415
- }
1416
-
1417
- /* Labels */
1418
- label {
1419
- font-size: 15px;
1420
- font-weight: normal;
1421
- margin-right: var(--distanceMedium);
1422
- color: var(--colorNeutral80);
1423
- }
1424
-
1425
- /* Forms - General */
1426
- .form-control,
1427
- .form-control.k-textbox,
1428
- .input-group .form-control:last-child,
1429
- .k-textbox,
1430
- input.k-textbox,
1431
- textarea.k-textbox,
1432
- .k-multiselect .k-multiselect-wrap,
1433
- .k-combobox .k-dropdown-wrap,
1434
- .k-autocomplete,
1435
- .k-autocomplete.k-state-default,
1436
- .mce-tinymce.mce-panel,
1437
- .cronDynamicSelect .k-dropdown-wrap,
1438
- .k-animation-container .k-dropdown .k-dropdown-wrap {
1439
- background: transparent;
1440
- color: var(--colorNeutral160);
1441
- border-radius: 0;
1442
- padding: 4px 8px;
1443
- box-shadow: none;
1444
- height: auto;
1445
- text-indent: 0;
1446
- font-size: 14px;
1447
- border-width: 3px 1px 1px 1px;
1448
- border-radius: 4px;
1449
- }
1450
-
1451
- .form-control,
1452
- .form-control.k-textbox,
1453
- .input-group .form-control:last-child,
1454
- .k-textbox,
1455
- input.k-textbox,
1456
- textarea.k-textbox,
1457
- .k-multiselect .k-multiselect-wrap,
1458
- .k-combobox .k-dropdown-wrap,
1459
- .k-autocomplete,
1460
- .k-autocomplete.k-state-default,
1461
- .cronDynamicSelect .k-dropdown-wrap,
1462
- .k-checkbox-label:before,
1463
- .k-checkbox:focus + .k-checkbox-label:before,
1464
- .mce-tinymce.mce-panel,
1465
- .k-radio-label:before,
1466
- .k-grid .k-dropdown .k-dropdown-wrap,
1467
- .k-animation-container .k-dropdown .k-dropdown-wrap,
1468
- .cardinput .k-textbox.form-control {
1469
- border-color: var(--colorNeutral30);
1470
- box-shadow: none;
1471
- background-color: var(--colorNeutral00);
1472
- }
1473
-
1474
- .form-control::placeholder,
1475
- .form-control.k-textbox::placeholder,
1476
- .k-textbox::placeholder,
1477
- .k-combobox .k-dropdown-wrap input::placeholder,
1478
- .k-autocomplete input::placeholder {
1479
- color: var(--colorNeutral60);
1480
- }
1481
-
1482
- .form-control:hover,
1483
- .form-control.k-textbox:hover,
1484
- .k-textbox:hover,
1485
- .k-multiselect .k-multiselect-wrap:hover,
1486
- .k-combobox .k-dropdown-wrap.k-state-hover,
1487
- .k-autocomplete.k-state-hover,
1488
- .cronDynamicSelect .k-dropdown-wrap.k-state-hover,
1489
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
1490
- .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-hover {
1491
- border-color: var(--colorNeutral60);
1492
- background-color: transparent;
1493
- }
1494
-
1495
- .form-control:focus,
1496
- .form-control.k-textbox:focus,
1497
- .k-textbox:focus,
1498
- .k-multiselect.k-state-focused .k-multiselect-wrap,
1499
- .k-combobox .k-dropdown-wrap.k-state-focused,
1500
- .k-autocomplete.k-state-focused,
1501
- .cronDynamicSelect .k-dropdown-wrap.k-state-focused,
1502
- .cronDynamicSelect .k-dropdown-wrap.k-state-active,
1503
- .k-checkbox:checked + .k-checkbox-label:before,
1504
- .k-radio:checked + .k-radio-label:before,
1505
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
1506
- .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-focused,
1507
- *[id^="crn-input-password"] .cardinput .k-textbox.form-control:focus {
1508
- border-color: var(--colorDefault40);
1509
- box-shadow: inset 0 1px 1px var(--colorNeutral20), 0 0 8px var(--colorDefault20);
1510
- }
1511
-
1512
- .input-group .form-control {
1513
- z-index: unset;
1514
- }
1515
-
1516
- /* Forms - General Dropdown */
1517
- .k-popup.k-list-container {
1518
- padding: 0;
1519
- border-radius: 0 0 3px 3px;
1520
- overflow: hidden;
1521
- box-shadow: 0 3px 3px -2px rgb(0 0 0 / 2%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
1522
- }
1523
-
1524
- .k-popup.k-list-container .k-list-filter {
1525
- border-bottom: 0;
1526
- margin-bottom: 0;
1527
- }
1528
-
1529
- .k-popup.k-list-container .k-list-filter > .k-textbox {
1530
- padding-right: inherit;
1531
- border-left: 0;
1532
- border-right: 0;
1533
- border-top: 0;
1534
- }
1535
-
1536
- .k-popup.k-list-container .k-list li {
1537
- font-size: 13px;
1538
- color: var(--colorNeutral160);
1539
- border-radius: var(--borderRadiusNone);
1540
- cursor: pointer;
1541
- }
1542
-
1543
- .k-popup.k-list-container .k-list-optionlabel {
1544
- border-radius: var(--borderRadiusNone);
1545
- border: 0;
1546
- }
1547
-
1548
- .k-popup.k-list-container .k-list li.k-state-hover,
1549
- .k-popup.k-list-container .k-list-optionlabel.k-state-hover {
1550
- background-color: var(--colorNeutral10);
1551
- }
1552
-
1553
- .k-popup.k-list-container .k-list li.k-state-focused,
1554
- .k-popup.k-list-container .k-list li.k-state-selected,
1555
- .k-popup.k-list-container .k-list-optionlabel.k-state-focused,
1556
- .k-popup.k-list-container .k-list-optionlabel.k-state-selected {
1557
- box-shadow: none;
1558
- background-color: var(--colorNeutral10);
1559
- color: var(--colorNeutral160);
1560
- }
1561
-
1562
- .k-popup.k-list-container p {
1563
- font-weight: 500;
1564
- }
1565
-
1566
- .k-popup.k-list-container > .k-list-optionlabel,
1567
- .k-popup.k-list-container .k-virtual-list li {
1568
- /*padding: var(--distanceExtraSmall) var(--distanceMedium);*/
1569
- }
1570
-
1571
- .k-popup.k-list-container .k-virtual-content {
1572
- height: auto;
1573
- max-height: 185px;
1574
- }
1575
-
1576
- .k-popup.k-list-container .k-virtual-list li {
1577
- /*position: static;
1578
- overflow: unset;*/
1579
- }
1580
-
1581
- .k-popup.k-list-container .k-height-container {
1582
- display: none;
1583
- }
1584
-
1585
- span.k-dropdown-wrap > span.k-select {
1586
- background: url("img/arrow-gray.svg") no-repeat center;
1587
- background-size: 40%;
1588
- opacity: 1;
1589
- }
1590
-
1591
- span.k-dropdown-wrap > span.k-select .k-icon:before {
1592
- display: none;
1593
- }
1594
-
1595
- /* Forms - Combobox */
1596
- .k-combobox {
1597
- background: transparent;
1598
- }
1599
-
1600
- .k-combobox span.k-dropdown-wrap.k-state-active.k-state-border-down {
1601
- box-shadow: none;
1602
- }
1603
-
1604
- .k-combobox span.k-dropdown-wrap input.k-input,
1605
- .k-autocomplete.k-state-default input.k-input {
1606
- background: transparent;
1607
- box-shadow: none;
1608
- text-indent: 0;
1609
- padding: 0;
1610
- }
1611
-
1612
- /* Formu - Autocomplete */
1613
- .k-autocomplete.k-state-hover {
1614
- }
1615
-
1616
- .k-autocomplete.k-state-focused {
1617
- box-shadow: none;
1618
- }
1619
-
1620
- /* Forms - Checkbox and Radio Buttons */
1621
- .crn-radioOption {
1622
- background: transparent;
1623
- }
1624
-
1625
- .checkbox-theme .k-checkbox-label,
1626
- .k-checkbox-label,
1627
- .k-radio-label {
1628
- padding-left: 25px;
1629
- color: var(--colorNeutral140);
1630
- font-weight: normal;
1631
- }
1632
-
1633
- .checkbox-theme .k-checkbox-label:before,
1634
- .k-checkbox-label:before {
1635
- border-radius: 3px;
1636
- }
1637
-
1638
- .checkbox-theme .k-checkbox-label:before,
1639
- .k-checkbox-label:before,
1640
- .k-radio-label:before {
1641
- background: transparent;
1642
- border-width: 1px;
1643
- border-color: var(--colorNeutral40);
1644
- height: 14px;
1645
- width: 14px;
1646
- }
1647
-
1648
- .checkbox-theme .k-checkbox:checked + .k-checkbox-label:before,
1649
- .k-checkbox:checked + .k-checkbox-label:before {
1650
- color: var(--colorDefault40);
1651
- background: transparent;
1652
- border-color: var(--colorNeutral40);
1653
- padding: 0;
1654
- padding-top: 0px;
1655
- padding-bottom: 1px;
1656
- height: 13px;
1657
- box-shadow: none;
1658
- }
1659
-
1660
- .checkbox-theme .k-checkbox-label:hover:before,
1661
- .checkbox-theme .k-checkbox-label:active:before,
1662
- .checkbox-theme .k-checkbox + .k-checkbox-label:hover:before,
1663
- .checkbox-theme .k-checkbox + .k-checkbox-label:active:before,
1664
- .checkbox-theme .k-checkbox:checked + .k-checkbox-label:hover:before,
1665
- .checkbox-theme .k-checkbox:checked + .k-checkbox-label:active:before,
1666
- .checkbox-theme .k-checkbox:focus +.k-checkbox-label:hover:before,
1667
- .k-checkbox-label:hover:before,
1668
- .k-checkbox-label:active:before,
1669
- .k-checkbox + .k-checkbox-label:hover:before,
1670
- .k-checkbox + .k-checkbox-label:active:before,
1671
- .k-checkbox:checked + .k-checkbox-label:hover:before,
1672
- .k-checkbox:checked + .k-checkbox-label:active:before,
1673
- .k-checkbox:focus +.k-checkbox-label:hover:before,
1674
- .k-radio-label:hover:before,
1675
- .k-radio-label:active:before,
1676
- .k-radio:checked + .k-radio-label:hover:before,
1677
- .k-radio:checked + .k-radio-label:active:before {
1678
- border-color: var(--colorNeutral60);
1679
- box-shadow: none;
1680
- }
1681
-
1682
- .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:before,
1683
- .k-checkbox:indeterminate + .k-checkbox-label:before {
1684
- border-color: var(--colorDefault20);
1685
- }
1686
-
1687
- .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:after,
1688
- .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:hover:after,
1689
- .k-checkbox:indeterminate + .k-checkbox-label:after,
1690
- .k-checkbox:indeterminate + .k-checkbox-label:hover:after {
1691
- background-color: var(--colorDefault20);
1692
- border-color: var(--colorDefault20);
1693
- margin-top: 4px;
1694
- margin-left: 4px;
1695
- }
1696
-
1697
- .k-radio:checked + .k-radio-label:after {
1698
- background-color: var(--colorDefault40);
1699
- width: 10px;
1700
- height: 10px;
1701
- top: 3px;
1702
- left: 3px;
1703
- }
1704
-
1705
- /* Forms - Radio */
1706
- .k-radio:checked + .k-radio-label:before {
1707
- padding: 0;
1708
- }
1709
-
1710
- /* Forms - Multiselect */
1711
- .k-multiselect {
1712
- background: transparent;
1713
- }
1714
-
1715
- .k-multiselect.k-state-hover {
1716
- background: transparent;
1717
- }
1718
-
1719
- .k-multiselect .k-multiselect-wrap.k-floatwrap,
1720
- .k-multiselect.k-state-focused .k-multiselect-wrap {
1721
- border-radius: var(--borderRadiusSmallest);
1722
- }
1723
-
1724
- .k-multiselect .k-multiselect-wrap input {
1725
- min-height: auto;
1726
- padding: 0;
1727
- }
1728
-
1729
- .k-multiselect .k-multiselect-wrap li,
1730
- .k-multiselect .k-multiselect-wrap li:focus {
1731
- padding: 0 calc(15px + var(--distanceExtraSmall)) 0 var(--distanceExtraSmall);
1732
- font-size: 17px;
1733
- min-height: 30px;
1734
- }
1735
-
1736
- .k-multiselect .k-multiselect-wrap li.k-button {
1737
- margin-right: var(--distanceSmall);
1738
- box-shadow: none;
1739
- background-color: var(--colorNeutral40);
1740
- border-radius: var(--borderRadiusFull);
1741
- text-transform: unset;
1742
- font-weight: normal;
1743
- }
1744
-
1745
- .k-multiselect .k-multiselect-wrap li.k-button:active {
1746
- box-shadow: none;
1747
- }
1748
-
1749
- .k-multiselect .k-multiselect-wrap li.k-button.k-state-hover {
1750
- background-color: var(--colorNeutral20);
1751
- }
1752
-
1753
- .k-multiselect .k-multiselect-wrap li.k-button span,
1754
- .k-multiselect .k-multiselect-wrap li.k-button.k-state-hover span,
1755
- .k-multiselect .k-multiselect-wrap li.k-button:hover span,
1756
- .k-multiselect .k-multiselect-wrap li.k-button:hover span:before {
1757
- color: var(--textColor);
1758
- }
1759
-
1760
- .k-multiselect .k-multiselect-wrap li.k-button .k-select {
1761
- background: transparent;
1762
- }
1763
-
1764
- .k-multiselect .k-multiselect-wrap li.k-button .k-icon {
1765
- margin-top: -3px;
1766
- }
1767
-
1768
- /* Forms - Password */
1769
- *[id^="crn-input-password"] .cardinput {
1770
- border: 0;
1771
- padding: 0;
1772
- }
1773
-
1774
- *[id^="crn-input-password"] .cardinput .k-textbox.form-control {
1775
- border: 1px solid var(--colorNeutral20);
1776
- }
1777
-
1778
- /* Form - Text Input Button */
1779
- *[id^="crn-textinputbutton"] .btn i {
1780
- margin-right: 0;
1781
- }
1782
-
1783
- /* Forms - Form */
1784
- *[id^="crn-sub-form"].col-md-12,
1785
- *[id^="crn-one-container"].col-md-12,
1786
- *[id^="crn-form"].col-md-12 {
1787
- float: none;
1788
- }
1789
-
1790
- /* Panels and Accordions */
1791
- .panel,
1792
- .panel.panel-default {
1793
- border-radius: 3px;
1794
- border: 1px solid var(--colorNeutral20);
1795
- border-bottom-width: 3px;
1796
- overflow: hidden;
1797
- padding: 0;
1798
- box-shadow: none;
1799
- }
1800
-
1801
- .panel .panel-heading,
1802
- .panel.panel-default .panel-heading {
1803
- background-color: var(--colorDefault40);
1804
- border: 0;
1805
- cursor: pointer;
1806
- }
1807
-
1808
- .panel .panel-footer,
1809
- .panel.panel-default .panel-footer {
1810
- background-color: var(--colorNeutral10);
1811
- border: 0;
1812
- }
1813
-
1814
- .panel .panel-heading,
1815
- .panel.panel-default .panel-heading,
1816
- .panel .panel-body,
1817
- .panel.panel-default .panel-body {
1818
- padding: var(--distanceMedium);
1819
- }
1820
-
1821
- .panel .panel-footer,
1822
- .panel.panel-default .panel-footer {
1823
- padding: var(--distanceSmallest);
1824
- font-size: 14px;
1825
- }
1826
-
1827
- .panel .panel-heading .lead,
1828
- .panel.panel-default .panel-heading .lead,
1829
- .panel .panel-body .lead,
1830
- .panel.panel-default .panel-body .lead {
1831
- margin: 0;
1832
- font-weight: 300;
1833
- }
1834
-
1835
- .panel .panel-heading .lead,
1836
- .panel.panel-default .panel-heading .lead {
1837
- color: var(--colorNeutral00);
1838
- }
1839
-
1840
- .panel .panel-heading .lead h1,
1841
- .panel.panel-default .panel-heading .lead h1,
1842
- .panel .panel-body .lead h1,
1843
- .panel.panel-default .panel-body .lead h1 {
1844
- font-weight: 300;
1845
- font-size: 24px;
1846
- }
1847
-
1848
- div[id^="crn-accordion"] .panel,
1849
- div[id^="crn-accordion"] .panel.panel-default {
1850
- border: 1px solid var(--colorNeutral20);
1851
- border-top: 0;
1852
- border-bottom-width: 3px;
1853
- border-radius: 3px;
1854
- }
1855
-
1856
- div[id^="crn-accordion"] .panel .panel-heading,
1857
- div[id^="crn-accordion"] .panel.panel-default .panel-heading {
1858
- background-color: var(--colorNeutral10);
1859
- }
1860
-
1861
- /* Calendar, Date and Hour */
1862
- .k-calendar,
1863
- .bootstrap-datetimepicker-widget {
1864
- color: var(--colorNeutral160);
1865
- border-radius: var(--borderRadiusNone);
1866
- }
1867
-
1868
- .k-calendar {
1869
- border: 1px solid var(--colorNeutral40);
1870
- }
1871
-
1872
- .bootstrap-datetimepicker-widget {
1873
- border: 1px solid var(--colorPrimary40);
1874
- }
1875
-
1876
- .bootstrap-datetimepicker-widget {
1877
- overflow: hidden;
1878
- }
1879
-
1880
- .bootstrap-datetimepicker-widget.dropdown-menu {
1881
- padding: 0;
1882
- margin: 0;
1883
- }
1884
-
1885
- .bootstrap-datetimepicker-widget.dropdown-menu.top {
1886
- margin-bottom: 0;
1887
- }
1888
-
1889
- .bootstrap-datetimepicker-widget.dropdown-menu.bottom {
1890
- margin-top: 0;
1891
- }
1892
-
1893
- .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
1894
- .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
1895
- border-top-color: var(--colorPrimary40);
1896
- border-bottom-color: var(--colorPrimary40);
1897
- left: 15px;
1898
- }
1899
-
1900
- .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
1901
- .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
1902
- border-top-color: var(--colorPrimary40);
1903
- border-bottom-color: var(--colorPrimary40);
1904
- left: 16px;
1905
- }
1906
-
1907
- .k-calendar .k-header,
1908
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child {
1909
- background-color: var(--colorPrimary40);
1910
- padding: 3px 0;
1911
- }
1912
-
1913
- .k-calendar .k-header {
1914
- background-color: var(--colorNeutral10);
1915
- }
1916
-
1917
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th {
1918
- border-radius: var(--borderRadiusNone);
1919
- color: var(--colorNeutral00);
1920
- font-weight: normal;
1921
- padding: 2px;
1922
- }
1923
-
1924
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th:hover {
1925
- background-color: var(--colorPrimary40);
1926
- }
1927
-
1928
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th span {
1929
- padding: 8px;
1930
- border-radius: var(--borderRadiusFull);
1931
- }
1932
-
1933
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th:hover span {
1934
- /*background: red;*/
1935
- }
1936
-
1937
- .k-calendar .k-header .k-link {
1938
- border-radius: 2px;
1939
- margin: 0 2px;
1940
- }
1941
-
1942
- .k-calendar .k-header .k-link.k-state-hover {
1943
- background-color: var(--colorNeutral20);
1944
- }
1945
-
1946
- .k-calendar .k-header .k-link.k-nav-fast {
1947
- color: var(--colorNeutral220);
1948
- margin: 0;
1949
- font-size: 14px;
1950
- font-weight: normal;
1951
- }
1952
-
1953
- .k-calendar .k-content thead {
1954
- border-bottom: 1px solid var(--colorNeutral30);
1955
- }
1956
-
1957
- .k-calendar .k-content thead,
1958
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead {
1959
- background-color: var(--colorNeutral20);
1960
- }
1961
-
1962
- .k-calendar .k-content thead,
1963
- .k-calendar .k-content thead th {
1964
- background-color: var(--colorNeutral10);
1965
- font-size: 13px;
1966
- color: var(--colorNeutral220);
1967
- }
1968
-
1969
- .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:last-child th {
1970
- font-weight: normal;
1971
- background: transparent;
1972
- border-radius: var(---borderRadiusNone);
1973
- }
1974
-
1975
- .k-calendar .k-content {
1976
- background-color: var(--colorNeutral00);
1977
- }
1978
-
1979
- .k-calendar .k-content th {
1980
- border-bottom-width: 0;
1981
- padding: 4px;
1982
- text-align: center;
1983
- }
1984
-
1985
- .k-calendar .k-content td {
1986
- }
1987
-
1988
- .k-calendar .k-content td a {
1989
- border-radius: var(--borderRadiusSmallest);
1990
- font-size: 12px;
1991
- }
1992
-
1993
- .k-calendar .k-content tbody:before,
1994
- .k-calendar .k-content tbody:after {
1995
- content: "";
1996
- margin: 4px 0;
1997
- display: block;
1998
- width: 100%;
1999
- }
2000
-
2001
- .k-calendar .k-content .k-link {
2002
- padding: 0;
2003
- text-align: center;
2004
- color: var(--colorNeutral160);
2005
- font-size: 13px;
2006
- line-height: 30px;
2007
- width: 30px;
2008
- height: 30px;
2009
- }
2010
-
2011
- .k-calendar .k-content .k-link:focus {
2012
- outline: 0;
2013
- }
2014
-
2015
- .k-calendar .k-content .k-today {
2016
- background: transparent;
2017
- box-shadow: none;
2018
- }
2019
-
2020
- .k-calendar .k-content .k-today a,
2021
- .bootstrap-datetimepicker-widget .datepicker table td.today,
2022
- .bootstrap-datetimepicker-widget .datepicker table td span.month.active,
2023
- .bootstrap-datetimepicker-widget .datepicker table td span.year.active,
2024
- .bootstrap-datetimepicker-widget .datepicker table td span.decade.active {
2025
- background-color: var(--colorNeutral30);
2026
- box-shadow: none;
2027
- }
2028
-
2029
- .k-calendar .k-content .k-today a {
2030
- background: transparent;
2031
- color: var(--colorPrimary40);
2032
- }
2033
-
2034
- .bootstrap-datetimepicker-widget .datepicker table td span.month.active,
2035
- .bootstrap-datetimepicker-widget .datepicker table td span.year.active,
2036
- .bootstrap-datetimepicker-widget .datepicker table td span.decade.active {
2037
- color: var(--colorNeutral160);
2038
- text-shadow: none;
2039
- }
2040
-
2041
- .bootstrap-datetimepicker-widget .datepicker table td.today:before {
2042
- display: none;
2043
- }
2044
-
2045
- .k-calendar .k-content .k-state-selected,
2046
- .k-calendar .k-content .k-state-selected.k-state-focused,
2047
- .k-calendar .k-content .k-today.k-state-selected,
2048
- .k-calendar .k-content .k-today.k-state-selected.k-state-focused {
2049
- background: transparent;
2050
- box-shadow: none;
2051
- }
2052
-
2053
- .k-calendar .k-content .k-state-selected a,
2054
- .k-calendar .k-content .k-state-selected.k-state-focused a,
2055
- .k-calendar .k-content .k-today.k-state-selected a,
2056
- .k-calendar .k-content .k-today.k-state-selected.k-state-focused a,
2057
- .bootstrap-datetimepicker-widget .datepicker table td.active {
2058
- background-color: var(--colorDefault40);
2059
- box-shadow: none;
2060
- text-shadow: none;
2061
- border-radius: var(--borderRadiusSmallest);
2062
- }
2063
-
2064
- .k-calendar .k-content .k-state-selected .k-link,
2065
- .k-calendar .k-content .k-state-selected.k-state-focused .k-link,
2066
- .k-calendar .k-content .k-today.k-state-selected .k-link,
2067
- .k-calendar .k-content .k-today.k-state-selected.k-state-focused .k-link {
2068
- color: var(--colorNeutral00);
2069
- }
2070
-
2071
- .k-calendar .k-content .k-state-selected.k-state-hover,
2072
- .k-calendar .k-content .k-state-selected.k-state-focused.k-state-hover,
2073
- .k-calendar .k-content .k-today.k-state-selected.k-state-hover,
2074
- .k-calendar .k-content .k-today.k-state-selected.k-state-focused.k-state-hover {
2075
- background: transparent;
2076
- box-shadow: none;
2077
- }
2078
-
2079
- .k-calendar .k-content .k-state-selected.k-state-hover a,
2080
- .k-calendar .k-content .k-state-selected.k-state-focused.k-state-hover a,
2081
- .k-calendar .k-content .k-today.k-state-selected.k-state-hover a,
2082
- .k-calendar .k-content .k-today.k-state-selected.k-state-focused.k-state-hover a,
2083
- .bootstrap-datetimepicker-widget .datepicker table td span.month:hover,
2084
- .bootstrap-datetimepicker-widget .datepicker table td span.year:hover,
2085
- .bootstrap-datetimepicker-widget .datepicker table td span.decade:hover,
2086
- .bootstrap-datetimepicker-widget .datepicker table td.active:hover,
2087
- .bootstrap-datetimepicker-widget .datepicker table td.day:hover,
2088
- .bootstrap-datetimepicker-widget .datepicker table td.hour:hover,
2089
- .bootstrap-datetimepicker-widget .datepicker table td.minute:hover,
2090
- .bootstrap-datetimepicker-widget .datepicker table td.second:hover {
2091
- background-color: var(--colorDefault50);
2092
- color: var(--colorNeutral00);
2093
- box-shadow: none;
2094
- text-shadow: none;
2095
- }
2096
-
2097
- .k-calendar .k-content .k-state-focused {
2098
- background: transparent;
2099
- box-shadow: none;
2100
- }
2101
-
2102
- .k-calendar .k-content .k-state-focused a {
2103
- background-color: var(--colorNeutral20);
2104
- box-shadow: none;
2105
- }
2106
-
2107
- .k-calendar .k-content .k-today.k-state-hover,
2108
- .k-calendar .k-content .k-state-hover {
2109
- background: transparent;
2110
- box-shadow: none;
2111
- }
2112
-
2113
- .k-calendar .k-content .k-today.k-state-hover a,
2114
- .k-calendar .k-content .k-state-hover a {
2115
- color: var(--colorNeutral220);
2116
- background-color: var(--colorNeutral30);
2117
- }
2118
-
2119
- .k-calendar .k-footer .k-nav-today {
2120
- background-color: var(--colorNeutral10);
2121
- box-shadow: none;
2122
- font-size: 14px;
2123
- color: var(--colorNeutral220);
2124
- }
2125
-
2126
- .k-calendar .k-footer .k-nav-today a,
2127
- .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody span {
2128
- background-color: var(--colorNeutral30);
2129
- color: var(--colorNeutral160);
2130
- }
2131
-
2132
- .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody span {
2133
- margin-left: 0;
2134
- margin-bottom: 1px;
2135
- border-top-left-radius: 0;
2136
- border-top-right-radius: 0;
2137
- }
2138
-
2139
- .bootstrap-datetimepicker-widget.dropdown-menu > * > *:first-child > table tbody span {
2140
- margin-top: -2px;
2141
- border-radius: var(--borderRadiusNone);
2142
- }
2143
-
2144
- .k-calendar .k-footer .k-nav-today:hover,
2145
- .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody:hover span {
2146
- background-color: var(--colorNeutral20);
2147
- }
2148
-
2149
- .k-calendar .k-footer .k-nav-today:hover {
2150
- background: transparent;
2151
- color: var(--colorPrimary30);
2152
- text-decoration: none;
2153
- }
2154
-
2155
- .bootstrap-datetimepicker-widget .timepicker {
2156
- border-radius: var(--borderRadiusSmallest);
2157
- overflow: hidden;
2158
- margin-top: var(--distanceMedium);
2159
- }
2160
-
2161
- .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
2162
- margin-right: var(--distanceMedium);
2163
- }
2164
-
2165
- .bootstrap-datetimepicker-widget .timepicker .btn {
2166
- background-color: var(--colorNeutral00);
2167
- color: var(--colorPrimary40);
2168
- }
2169
-
2170
- .bootstrap-datetimepicker-widget .timepicker .btn:hover {
2171
- background-color: var(--colorNeutral20);
2172
- }
2173
-
2174
- .bootstrap-datetimepicker-widget .timepicker .btn:hover span {
2175
- background: transparent;
2176
- color: var(--colorPrimary30);
2177
- border-radius: var(--borderRadiusSmall);
2178
- }
2179
-
2180
- /* Tabs */
2181
- .ctn-tab {
2182
- border-radius: var(--borderRadiusNone);
2183
- padding: 0;
2184
- margin-bottom: 20px;
2185
- }
2186
-
2187
- .ctn-tab .nav-tabs {
2188
- border-bottom: 1px solid var(--colorNeutral30);
2189
- }
2190
-
2191
- .ctn-tab .nav-tabs li {
2192
- background: transparent;
2193
- border-radius: 4px 4px 0 0;
2194
- border: 1px solid var(--colorNeutral30);
2195
- border-bottom: 0;
2196
- margin-left: 0;
2197
- margin-right: 0;
2198
- margin-bottom: -2px;
2199
- }
2200
-
2201
- .ctn-tab .nav-tabs li.active {
2202
- background: transparent;
2203
- border: 1px solid var(--colorNeutral30);
2204
- border-bottom: 1px solid var(--backgroundColor);
2205
- bottom: 1px;
2206
- border-radius: 4px 4px 0 0;
2207
- }
2208
-
2209
- .ctn-tab .nav-tabs li a {
2210
- background: transparent;
2211
- border: 0;
2212
- margin: 0;
2213
- border-radius: var(--borderRadiusNone);
2214
- padding: var(--distanceExtraSmall) var(--distanceSmall);
2215
- font-size: 14px;
2216
- color: var(--colorNeutral160);
2217
- }
2218
-
2219
- .ctn-tab .nav-tabs li a:hover {
2220
- background-color: var(--colorNeutral10);
2221
- border: 0;
2222
- }
2223
-
2224
- .ctn-tab .nav-tabs li.active a,
2225
- .ctn-tab .nav-tabs li.active a:hover {
2226
- background: transparent;
2227
- color: var(--colorNeutral140);
2228
- }
2229
-
2230
- /* Dynamic Menu*/
2231
- #main-view .nav.navbar-nav {
2232
- border-radius: var(--borderRadiusNone);
2233
- display: flex;
2234
- flex-wrap: wrap;
2235
- width: 100%;
2236
- margin: 0;
2237
- float: none;
2238
- }
2239
-
2240
- #main-view .nav.navbar-nav > li {
2241
- float: none;
2242
- width: 100%;
2243
- margin: 0;
2244
- }
2245
-
2246
- #main-view .nav.navbar-nav > li > a {
2247
- padding: var(--distanceSmall);
2248
- color: var(--colorNeutral00);
2249
- display: flex;
2250
- align-items: center;
2251
- }
2252
-
2253
- #main-view .nav.navbar-nav > li > a:focus,
2254
- #main-view .nav.navbar-nav > li > a:hover {
2255
- background-color: var(--colorDefault50);
2256
- }
2257
-
2258
- #main-view .nav.navbar-nav > li > a i {
2259
- margin-right: var(--distanceSmallest);
2260
- }
2261
-
2262
- #main-view .nav.navbar-nav > li > a span {
2263
- font-size: 14px;
2264
- }
2265
-
2266
- #main-view .nav.navbar-nav > li > a span.caret {
2267
- border: 0;
2268
- margin-left: auto;
2269
- width: 15px;
2270
- height: 10px;
2271
- background: url("img/arrow-white.svg") no-repeat center;
2272
- background-size: contain;
2273
- }
2274
-
2275
- #main-view .nav.navbar-nav > li.open > a {
2276
- background: rgba(255,255,255,0.1);
2277
- color: var(--colorNeutral00);
2278
- }
2279
-
2280
- #main-view .nav.navbar-nav > li > .dropdown-menu {
2281
- border-radius: 0 0 3px 3px;
2282
- border: 1px solid var(--colorNeutral20);
2283
- border-bottom-width: 3px;
2284
- padding: 0;
2285
- overflow: hidden;
2286
- box-shadow: none;
2287
- position: absolute;
2288
- background-color: var(--colorNeutral00);
2289
- box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
2290
- }
2291
-
2292
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a {
2293
- padding: var(--distanceExtraSmall) var(--distanceMedium);
2294
- }
2295
-
2296
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a span {
2297
- font-size: 14px;
2298
- color: var(--colorNeutral100);
2299
- }
2300
-
2301
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:focus,
2302
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:hover {
2303
- background-color: var(--colorNeutral10);
2304
- }
2305
-
2306
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:focus i,
2307
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:hover i,
2308
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:focus span,
2309
- #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:hover span {
2310
- color: var(--colorNeutral180);
2311
- }
2312
-
2313
- @media (min-width: 768px) {
2314
- #main-view .nav.navbar-nav > li {
2315
- width: auto;
2316
- }
2317
-
2318
- #main-view .nav.navbar-nav > li > a span.caret {
2319
- margin-left: var(--distanceSmallest);
2320
- }
2321
- }
2322
-
2323
- /* Navigation Bar */
2324
- #main-view *[id^="crn-navbar"] .navbar {
2325
- background-color: var(--colorNeutral10);
2326
- border: 1px solid var(--colorNeutral20);
2327
- border-bottom-width: 3px;
2328
- border-radius: 4px;
2329
- }
2330
-
2331
- #main-view *[id^="crn-navbar"] .navbar .container-fluid {
2332
- padding: 0;
2333
- background: transparent;
2334
- }
2335
-
2336
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header {
2337
- margin: 0;
2338
- border: 0
2339
- }
2340
-
2341
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle {
2342
- background-color: var(--colorDefault40);
2343
- border-radius: var(--borderRadiusSmallest);
2344
- border: 0;
2345
- margin: 0;
2346
- float: none;
2347
- }
2348
-
2349
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle:hover {
2350
- background-color: var(--colorDefault30);
2351
- }
2352
-
2353
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle span {
2354
- background-color: var(--colorNeutral00);
2355
- }
2356
-
2357
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-brand {
2358
- margin-left: 0;
2359
- }
2360
-
2361
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse {
2362
- float: left;
2363
- }
2364
-
2365
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse,
2366
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing,
2367
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse ul,
2368
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing ul {
2369
- padding: 0;
2370
- margin: 0;
2371
- overflow-y: unset;
2372
- }
2373
-
2374
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul,
2375
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing > ul {
2376
- margin-top: var(--distanceSmall);
2377
- }
2378
-
2379
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul > .component-holder,
2380
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing > ul > .component-holder {
2381
- width: 100%;
2382
- }
2383
-
2384
- @media (min-width: 768px) {
2385
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul {
2386
- margin-top: 0;
2387
- }
2388
-
2389
- #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul > .component-holder {
2390
- width: auto;
2391
- }
2392
-
2393
- }
2394
-
2395
- #main-view *[id^="crn-navbar"] *[id^=crn-dynamic-menu] .nav.navbar-nav > li > a {
2396
- color: var(--colorNeutral80);
2397
- }
2398
-
2399
- #main-view *[id^="crn-navbar"] *[id^=crn-dynamic-menu] .nav.navbar-nav > li > a:focus,
2400
- #main-view *[id^="crn-navbar"] *[id^=crn-dynamic-menu] .nav.navbar-nav > li > a:hover {
2401
- background-color: transparent
2402
- }
2403
-
2404
- #main-view *[id^="crn-navbar"] *[id^=crn-dynamic-menu] .nav.navbar-nav > li > a:hover span {
2405
- color: var(--colorNeutral160);
2406
- }
2407
-
2408
- #main-view *[id^="crn-navbar"] *[id^="crn-dynamic-menu"] .nav.navbar-nav > li > a span.caret {
2409
- background: url(img/arrow-gray.svg) no-repeat center;
2410
- }
2411
-
2412
- /* Drag File Upload */
2413
- .dynamic-image-container {
2414
- border-radius: 0;
2415
- border: 3px dashed var(--colorNeutral120);
2416
- text-align: center;
2417
- }
2418
-
2419
- .dynamic-image-container .btn {
2420
- margin: 3px 0;
2421
- box-shadow: none;
2422
- }
2423
-
2424
- .dynamic-image-container .btn.ng-binding {
2425
- white-space: normal;
2426
- text-align: center;
2427
- background-color: var(--colorNeutral20);
2428
- }
2429
-
2430
- .dynamic-image-container .btn.ng-binding:hover {
2431
-
2432
- }
2433
-
2434
- .dynamic-image-container .btn.btn-info span {
2435
- margin-top: 6px;
2436
- }
2437
-
2438
- .dynamic-image-container .start-camera-button-attribute {
2439
- bottom: 0;
2440
- }
2441
-
2442
- /* Dynamic Menu*/
2443
- #main-view *[id^="crn-dynamic-menu"] .nav.navbar-nav > li > a {
2444
- color: var(--colorDefault40);
2445
- }
2446
-
2447
- #main-view *[id^="crn-dynamic-menu"] .nav.navbar-nav > li > a span.caret {
2448
- background: url(img/arrow-gray.svg) no-repeat center;
2449
- }
2450
-
2451
- #main-view *[id^="crn-dynamic-menu"] .nav.navbar-nav > li > a:focus,
2452
- #main-view *[id^="crn-dynamic-menu"] .nav.navbar-nav > li > a:hover {
2453
- background-color: var(--colorNeutral10);
2454
- }
2455
-
2456
- /* Banner */
2457
- .container .jumbotron,
2458
- .container-fluid .jumbotron {
2459
- background-color: var(--colorNeutral10);
2460
- border-radius: var(--borderRadiusSmallest);
2461
- overflow: hidden;
2462
- padding: var(--distanceMedium);
2463
- border: 1px solid var(--colorNeutral20);
2464
- border-top-width: 3px;
2465
- }
2466
-
2467
- .container .jumbotron h1,
2468
- .container-fluid .jumbotron h1 {
2469
- font-weight: 500;
2470
- color: var(--colorNeutral140);
2471
- }
2472
-
2473
- /* Rich Text Editor */
2474
- .mce-tinymce.mce-panel {
2475
- overflow: hidden;
2476
- padding: 0;
2477
- background-color: var(--colorNeutral10);
2478
- border: 1px solid var(--colorNeutral40);
2479
- }
2480
-
2481
- .mce-tinymce.mce-panel .mce-menubar {
2482
- border-bottom-color: var(--colorNeutral40);
2483
- }
2484
-
2485
- .mce-tinymce.mce-panel .mce-menubar .mce-btn-group:not(:first-child) {
2486
- border-left-color: var(--colorNeutral40);
2487
- }
2488
-
2489
- .mce-tinymce.mce-panel .mce-menubar .mce-btn button,
2490
- .mce-tinymce.mce-panel .mce-toolbar .mce-btn button,
2491
- .mce-tinymce.mce-panel .mce-toolbar .mce-btn button span,
2492
- .mce-tinymce.mce-panel .mce-toolbar .mce-btn button i {
2493
- color: var(--colorNeutral160);
2494
- }
2495
-
2496
- .mce-tinymce.mce-panel .mce-toolbar-grp.mce-panel,
2497
- .mce-tinymce.mce-panel .mce-statusbar.mce-panel {
2498
- background-color: var(--colorNeutral10);
2499
- }
2500
-
2501
- .mce-tinymce.mce-panel .mce-toolbar .mce-btn button i {
2502
- border-top-color: color: var(--colorNeutral160);
2503
- }
2504
-
2505
- /* Slider */
2506
- .k-slider.form-control:hover {
2507
- background: transparent;
2508
- }
2509
-
2510
- .k-slider .k-slider-buttons .k-button,
2511
- .k-slider .k-slider-buttons .k-button:active,
2512
- .k-slider .k-slider-buttons .k-button:focus,
2513
- .k-slider .k-slider-buttons .k-button.k-state-active,
2514
- .k-slider .k-slider-buttons .k-button.k-state-focused {
2515
- min-height: auto;
2516
- color: var(--colorNeutral220);
2517
- border-radius: var(--borderRadiusFull);
2518
- padding: 0;
2519
- position: absolute;
2520
- border: 1px solid var(--colorNeutral20);
2521
- }
2522
-
2523
- .k-slider .k-slider-buttons .k-button:hover,
2524
- .k-slider .k-slider-buttons .k-button.k-state-hover {
2525
- background-color: var(--colorDefault30);
2526
- }
2527
-
2528
- .k-slider .k-slider-buttons .k-button.k-button-decrease span,
2529
- .k-slider .k-slider-buttons .k-button.k-button-increase span {
2530
- font-size: 13px;
2531
- }
2532
-
2533
- .k-slider .k-slider-buttons .k-button.k-button-decrease span:before,
2534
- .k-slider .k-slider-buttons .k-button.k-button-increase span:before {
2535
- margin-left: 0;
2536
- margin-top: 0;
2537
- }
2538
-
2539
- .k-slider .k-slider-buttons .k-button.k-button-decrease span:before {
2540
- /*content: "\e079";*/
2541
- }
2542
-
2543
- .k-slider .k-slider-buttons .k-button.k-button-increase span:before {
2544
- /*content: "\e080";*/
2545
- }
2546
-
2547
- .k-slider .k-slider-track,
2548
- .k-slider .k-slider-selection {
2549
- background-color: var(--colorNeutral00);
2550
- box-shadow: none;
2551
- border-radius: var(--borderRadiusSmallest);
2552
- height: 8px;
2553
- margin-top: -7px;
2554
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
2555
- }
2556
-
2557
- .k-slider .k-slider-selection {
2558
- background-color: var(--colorNeutral20);
2559
- margin-top: -4px;
2560
- z-index: 1;
2561
- }
2562
-
2563
- .k-slider .k-slider-items {
2564
- margin-top: 7px;
2565
- }
2566
-
2567
- .k-slider .k-draghandle,
2568
- .k-slider .k-draghandle.k-state-focused,
2569
- .k-slider .k-draghandle.k-state-focused:link {
2570
- background-color: var(--colorNeutral00);
2571
- z-index: 1;
2572
- }
2573
-
2574
- .k-slider .k-draghandle {
2575
- width: 17px;
2576
- height: 17px;
2577
- margin-left: 0;
2578
- top: -6px;
2579
- }
2580
-
2581
- .k-slider .k-tick {
2582
- height: 24px;
2583
- }
2584
-
2585
- .k-slider .k-tick:after {
2586
- /*position: absolute;
2587
- height: 2px;
2588
- width: 2px;
2589
- background-color: var(--colorNeutral220);
2590
- content: "";
2591
- top: 6px;
2592
- z-index: 1;*/
2593
- }
2594
-
2595
- .k-slider .k-tick:first-child:after {
2596
- left: 0;
2597
- }
2598
-
2599
- .k-slider .k-tick:last-child:after {
2600
- right: 0;
2601
- }
2602
-
2603
- .k-slider .k-tick .k-label {
2604
- color: var(--colorNeutral160);
2605
- }
2606
-
2607
- /* Tables and Grids */
2608
- .k-grid {
2609
- background: transparent;
2610
- border: 1px solid var(--colorNeutral30);
2611
- border-radius: 4px;
2612
- box-shadow: none;
2613
- overflow-y: auto;
2614
- }
2615
-
2616
- .k-grid .k-header,
2617
- .k-grid .k-grid-pager {
2618
- background-color: var(--colorNeutral10);
2619
- border: 0;
2620
- }
2621
-
2622
- .k-grid .k-header.k-grid-toolbar {
2623
- background-color: var(--colorNeutral10);
2624
- border-radius: var(--borderRadiusNone);
2625
- padding: var(--distanceMedium);
2626
- border-bottom: 1px solid var(--colorNeutral30);
2627
- }
2628
-
2629
- .k-grid .k-header .crn-grid-title {
2630
- margin: 0;
2631
- padding: 0;
2632
- color: var(--colorNeutral160);
2633
- }
2634
-
2635
- .k-grid table,
2636
- table.table {
2637
- border-collapse: separate;
2638
- overflow: hidden;
2639
- border-top: 0;
2640
- width: calc(100% - 2px);
2641
- }
2642
-
2643
- .k-grid table {
2644
- width: 100%;
2645
- }
2646
-
2647
- .k-grid table thead {
2648
- box-sizing: border-box;
2649
- }
2650
-
2651
- .k-grid table thead th,
2652
- .k-grid table thead th.k-header,
2653
- .k-grid table tbody td {
2654
- border-color: var(--colorNeutral30);
2655
- }
2656
-
2657
- .k-grid table thead th:first-child,
2658
- .k-grid table tbody td:first-child {
2659
- border-left: none;
2660
- }
2661
-
2662
- .k-grid table thead th.k-header,
2663
- .k-grid table tbody td,
2664
- table.table thead th,
2665
- table.table tbody td {
2666
- padding: var(--distanceSmallest) var(--distanceMedium);
2667
- color: var(--colorNeutral220);
2668
- font-size: 14px;
2669
- }
2670
-
2671
- .k-grid table thead th.k-header,
2672
- table.table thead th {
2673
- background-color: var(--colorNeutral00);
2674
- }
2675
-
2676
- .k-grid table thead th.k-header,
2677
- .k-grid table thead th.k-header a.k-link,
2678
- table.table thead th {
2679
- font-size: 12px;
2680
- border-top: 0;
2681
- margin: 0;
2682
- white-space: normal;
2683
- vertical-align: top;
2684
- background-color: var(--colorNeutral10);
2685
- }
2686
-
2687
- table.table thead th {
2688
- background-color: transparent;
2689
- }
2690
-
2691
- .k-grid table thead th.k-header:first-child,
2692
- .k-grid table thead th.k-header:last-child {
2693
- border-radius: var(--borderRadiusNone);
2694
- }
2695
-
2696
- table.table thead th {
2697
- border-bottom: 0;
2698
- }
2699
-
2700
- table.table {
2701
- border: 1px solid;
2702
- }
2703
-
2704
- table.table thead th,
2705
- table.table tbody td {
2706
- border-right: 0;
2707
- border-bottom: 0;
2708
- padding: 8px 14px;
2709
- }
2710
-
2711
- table.table thead th:first-child,
2712
- table.table tbody td:first-child {
2713
- border-left: 0;
2714
- }
2715
-
2716
- table.table,
2717
- table.table thead th,
2718
- table.table tbody td {
2719
- border-width: 0;
2720
- font-size: 14px;
2721
- color: var(--colorNeutral140);
2722
- }
2723
-
2724
- table.table.table-bordered {
2725
- border: 1px solid var(--colorNeutral20);
2726
- border-bottom: 0;
2727
- }
2728
-
2729
- .k-grid table thead th.k-header a.k-link {
2730
- display: inline;
2731
- padding: 0;
2732
- }
2733
-
2734
- .k-grid table thead th.k-header a.k-link .k-icon,
2735
- .k-grid table thead th.k-header a.k-grid-filter {
2736
- margin-left: var(--distanceExtraSmall);
2737
- }
2738
-
2739
- .k-grid table thead th.k-header a.k-link .k-icon {
2740
- margin-top: 1px;
2741
- color: var(--colorNeutral00);
2742
- }
2743
-
2744
- .k-grid table thead th.k-header a.k-link .k-icon:before {
2745
- top: -2px;
2746
- }
2747
-
2748
- .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-asc-sm:before,
2749
- .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-desc-sm:before,
2750
- .k-grid table thead th.k-header a.k-grid-filter span:before {
2751
- font-family: 'FontAwesome';
2752
- }
2753
-
2754
- .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-asc-sm:before {
2755
- content: "\f062";
2756
- }
2757
-
2758
- .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-desc-sm:before {
2759
- content: "\f063";
2760
- }
2761
-
2762
- .k-grid table thead th.k-header a.k-grid-filter {
2763
- float: none;
2764
- padding: 0;
2765
- z-index: 0;
2766
- }
2767
-
2768
- .k-grid table thead th.k-header a.k-grid-filter span:before {
2769
- content: "\f142";
2770
- }
2771
-
2772
- .k-grid table tbody tr td,
2773
- .k-grid table thead tr th,
2774
- table.table tbody tr td,
2775
- table.table thead tr th {
2776
- border-bottom: 1px solid var(--colorNeutral20);
2777
- }
2778
-
2779
- .k-grid table tbody tr:nth-child(even),
2780
- table.table tbody tr:nth-child(even) {
2781
- background-color: var(--colorNeutral10);
2782
- }
2783
-
2784
- .k-grid table tbody tr.k-state-selected {
2785
- background-color: var(--colorNeutral10);
2786
- color: var(--coloNeutral160);
2787
- box-shadow: none;
2788
- }
2789
-
2790
- .k-grid table tbody tr:hover {
2791
- background-color: var(--colorNeutral20);
2792
- }
2793
-
2794
- .k-grid table tbody tr.k-state-selected:hover,
2795
- .k-grid table tbody tr.k-state-selected:hover td {
2796
- background-color: var(--colorNeutral10);
2797
- }
2798
-
2799
- .k-grid .k-button {
2800
- margin: 0;
2801
- box-shadow: none;
2802
- font-size: 15px;
2803
- border: 1px solid var(--colorNeutral40);
2804
- }
2805
-
2806
- .k-grid table .k-button,
2807
- .k-grid table .k-button:focus:active {
2808
- padding: 5px;
2809
- min-height: 0;
2810
- min-width: 0;
2811
- margin-left: 3px;
2812
- }
2813
-
2814
- .k-grid table .k-button {
2815
- border-radius: var(--borderRadiusFull);
2816
- }
2817
-
2818
- .k-grid table .k-button:first-child,
2819
- .k-grid table .k-button:focus:active:first-child {
2820
- margin-left: 0;
2821
- }
2822
-
2823
- .k-grid table .k-button span:before {
2824
- left: -1px;
2825
- }
2826
-
2827
- .k-grid .k-grid-pager {
2828
- padding: 4px;
2829
- }
2830
-
2831
- .k-grid .k-grid-pager .k-state-selected {
2832
- background-color: var(--colorDefault40);
2833
- border-color: var(--colorDefault40);
2834
- box-shadow: none;
2835
- }
2836
-
2837
- .k-grid .k-grid-pager .k-pager-nav.k-pager-first {
2838
- border-radius: 2px 0 0 2px;
2839
- }
2840
-
2841
- .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link + ul {
2842
- border-left: 0;
2843
- position: static;
2844
- }
2845
-
2846
- .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link + ul .k-pager-nav {
2847
- border-radius: var(--borderRadiusNone);
2848
- border-right: 0;
2849
- border-left: 0;
2850
- }
2851
-
2852
- .k-grid .k-grid-pager .k-pager-nav.k-pager-last {
2853
- border-radius: 0 2px 2px 0;
2854
- }
2855
-
2856
- .k-grid .k-grid-pager .k-link,
2857
- .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link {
2858
- border-radius: var(--borderRadiusNone);
2859
- }
2860
-
2861
- .k-grid .k-grid-pager .k-link {
2862
- border-color: var(--colorNeutral20);
2863
- margin: 0;
2864
- }
2865
-
2866
- .k-grid .k-grid-pager .k-link:hover {
2867
- background-color: var(--colorNeutral10);
2868
- }
2869
-
2870
- .k-grid .k-grid-pager .k-pager-info {
2871
- font-size: 13px;
2872
- }
2873
-
2874
- .k-grid .k-grid-pager .k-link.k-pager-refresh {
2875
- border-color: var(--colorDefault20);
2876
- border-radius: var(--borderRadiusFull);
2877
- background: transparent;
2878
- color: var(--colorDefault40);
2879
- }
2880
-
2881
- .k-grid .k-grid-pager .k-link.k-pager-refresh:hover {
2882
- background-color: var(--colorDefault10);
2883
- }
2884
-
2885
- .k-grid .k-grid-pager ul .k-link {
2886
- border-left: 0;
2887
- }
2888
-
2889
- .k-grid .k-grid-pager .k-pager-numbers a {
2890
- color: var(--colorDefault40);
2891
- }
2892
-
2893
- .k-grid .k-grid-pager .k-icon.k-i-arrow-60-left:before {
2894
- }
2895
-
2896
- .k-grid .k-grid-pager .k-icon.k-i-arrow-60-right:before {
2897
- }
2898
-
2899
- .k-grid .k-dropdown {
2900
- background: transparent;
2901
- min-width: 150px;
2902
- }
2903
-
2904
- .k-grid .k-dropdown .k-dropdown-wrap {
2905
- border-color: var(--colorNeutral20);
2906
- background-color: var(--colorNeutral00);
2907
- font-size: 14px;
2908
- }
2909
-
2910
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
2911
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
2912
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-active {
2913
- background-color: var(--colorNeutral00);
2914
- }
2915
-
2916
- @media (max-width: 576px) {
2917
- .k-grid .k-pager-sizes.k-label {
2918
- padding: 20px 0 0;
2919
- width: 100%;
2920
- }
2921
-
2922
- .k-grid .k-pager-sizes.k-label span {
2923
- margin: 0;
2924
- }
2925
- }
2926
-
2927
- /* Dynamic Select Box */
2928
- .cronDynamicSelect {
2929
- background: transparent;
2930
- }
2931
-
2932
- .cronDynamicSelect .k-dropdown-wrap .k-input {
2933
- display: inline;
2934
- }
2935
-
2936
- /* Scheduler */
2937
- .k-scheduler {
2938
- overflow: hidden;
2939
- }
2940
-
2941
- .k-scheduler .k-scheduler-toolbar {
2942
- background-color: var(--colorNeutral10);
2943
- padding: var(--distanceExtraSmall);
2944
- border-bottom: 0;
2945
- }
2946
-
2947
- .k-scheduler > .k-scheduler-toolbar:first-child {
2948
- }
2949
-
2950
- .k-scheduler .k-scheduler-toolbar .k-scheduler-views {
2951
- float: left;
2952
- background: transparent;
2953
- }
2954
-
2955
- .k-scheduler .k-scheduler-toolbar li,
2956
- .k-scheduler .k-scheduler-toolbar li:first-child,
2957
- .k-scheduler .k-scheduler-toolbar li:last-child,
2958
- .k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-selected,
2959
- .k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover {
2960
- background: transparent;
2961
- }
2962
-
2963
- .k-scheduler .k-scheduler-toolbar li,
2964
- .k-scheduler .k-scheduler-toolbar li:first-child,
2965
- .k-scheduler .k-scheduler-toolbar li:last-child {
2966
- background: transparent;
2967
- overflow: hidden;
2968
- }
2969
-
2970
- .k-scheduler .k-scheduler-toolbar li {
2971
- }
2972
-
2973
- .k-scheduler .k-scheduler-toolbar li.k-nav-today,
2974
- .k-scheduler .k-scheduler-toolbar li.k-view-day {
2975
- margin-left: 0;
2976
- }
2977
-
2978
- .k-scheduler .k-scheduler-toolbar li a,
2979
- .k-scheduler .k-scheduler-toolbar li a.k-link {
2980
- background-color: var(--colorNeutral00);
2981
- color: var(--colorDefault40);
2982
- padding: var(--distanceSmallest) var(--distanceMedium);
2983
- font-size: 14px;
2984
- }
2985
-
2986
- .k-scheduler .k-scheduler-toolbar li.k-state-hover a,
2987
- .k-scheduler .k-scheduler-toolbar li.k-state-hover a.k-link,
2988
- .k-scheduler .k-scheduler-toolbar li.k-state-border-down a.k-link {
2989
- background-color: var(--colorNeutral20);
2990
- color: var(--colorNeutral180);
2991
- }
2992
-
2993
- .k-scheduler .k-scheduler-toolbar li.k-state-selected a,
2994
- .k-scheduler .k-scheduler-toolbar li.k-state-selected a.k-link {
2995
- background-color: var(--colorDefault40);
2996
- color: var(--colorNeutral00);
2997
- }
2998
-
2999
- .k-scheduler .k-scheduler-toolbar li.k-nav-current a.k-link {
3000
- background: transparent;
3001
- }
3002
-
3003
- .k-scheduler .k-scheduler-layout {
3004
- border: 1px solid var(--colorDefault10);
3005
- border-left: 0;
3006
- border-right: 0;
3007
- width: 100%;
3008
- }
3009
-
3010
- .k-scheduler .k-scheduler-content table td.k-nonwork-hour {
3011
- background: var(--colorNeutral10);
3012
- }
3013
-
3014
- .k-scheduler .k-scheduler-content .k-loading-mask {
3015
- z-index: 0;
3016
- }
3017
-
3018
- .k-scheduler .k-scheduler-header th,
3019
- .k-scheduler .k-scheduler-header-wrap,
3020
- .k-scheduler .k-scheduler-table td,
3021
- .k-scheduler .k-scheduler-times,
3022
- .k-scheduler .k-scheduler-times th,
3023
- .k-scheduler .k-scheduler-times tr {
3024
- background-color: var(--colorNeutral00);
3025
- border-color: var(--colorDefault10);
3026
- font-weight: bold;
3027
- font-size: 14px;
3028
- }
3029
-
3030
- .k-scheduler .k-event {
3031
- background-color: var(--colorDefault50);
3032
- border-color: var(--colorDefault50);
3033
- }
3034
-
3035
- .k-scheduler .k-scheduler-footer {
3036
- background-color: var(--colorNeutral10);
3037
- padding: var(--distanceExtraSmallest);
3038
- border: 0;
3039
- border-radius: var(--borderRadiusNone);
3040
- }
3041
-
3042
- .k-scheduler .k-scheduler-footer ul {
3043
- background: transparent;
3044
- }
3045
-
3046
- .k-scheduler .k-scheduler-footer .k-scheduler-fullday {
3047
- background-color: var(--colorNeutral10);
3048
- border-radius: var(--borderRadiusSmallest);
3049
- padding: var(--distanceExtraSmall) var(--distanceMedium);
3050
- margin: var(--distanceSmallest);
3051
- cursor: pointer;
3052
- }
3053
-
3054
- .k-scheduler .k-scheduler-footer .k-scheduler-fullday:hover {
3055
- }
3056
-
3057
- .k-scheduler .k-scheduler-footer .k-scheduler-fullday a {
3058
- color: var(--colorDefault40);
3059
- padding: 0;
3060
- }
3061
-
3062
- /* Rating */
3063
- *[id^="crn-rating"] .fa {
3064
- margin-left: var(--distanceSmallest);
3065
- cursor: pointer;
3066
- font-size: 28px;
3067
- }
3068
-
3069
- *[id^="crn-rating"] .fa:first-child {
3070
- margin-left: 0;
3071
- }
3072
-
3073
- *[id^="crn-rating"] .fa:before {
3074
- color: var(--colorDefault40);
3075
- }
3076
-
3077
- /* Social Login */
3078
- *[id^="crn-social-login"] {
3079
- float: none;
3080
- }
3081
-
3082
- *[id^="crn-social-login"] a i{
3083
- color: var(--colorDefault40);
3084
- }
3085
-
3086
- /* Modal */
3087
- .modal .modal-content {
3088
- border-radius: var(--borderRadiusSmallest);
3089
- }
3090
-
3091
- .modal .modal-content .modal-header,
3092
- .modal .modal-content .modal-body,
3093
- .modal .modal-content .modal-footer {
3094
- padding: var(--distanceMedium);
3095
- }
3096
-
3097
- .modal .modal-content .modal-header,
3098
- .modal .modal-content .modal-footer {
3099
- border: 0;
3100
- }
3101
-
3102
- .modal .modal-content .list-group-item {
3103
- border: 0;
3104
- padding: 10px 0;
3105
- }
3106
-
3107
- .modal .modal-content .list-group-item {
3108
- border: 0;
3109
- padding: 10px 0;
3110
- }
3111
-
3112
- .modal .modal-content .k-textbox {
3113
- width: 100%;
3114
- }
3115
-
3116
- /* Popup Messages */
3117
- .ui-notification {
3118
- border-radius: var(--borderRadiusExtraSmall);
3119
- padding: var(--distanceMedium);
3120
- box-shadow: none;
3121
- background-color: var(--colorDefault40);
3122
- }
3123
-
3124
- .ui-notification.success {
3125
- background-color: var(--colorSuccess40);
3126
- }
3127
-
3128
- .ui-notification.warning {
3129
- background-color: var(--colorWarning40);
3130
- }
3131
-
3132
- .ui-notification.error {
3133
- background-color: var(--colorDanger40);
3134
- }
3135
-
3136
- .ui-notification .message {
3137
- margin: 0;
3138
- }
3139
-
3140
- /* Animation Container */
3141
- .k-animation-container form {
3142
- background-color: var(--colorNeutral10);
3143
- border: 1px solid var(--colorNeutral30);
3144
- border-radius: 0 0 3px 3px;
3145
- }
3146
-
3147
- .k-animation-container .k-dropdown {
3148
- background: transparent;
3149
- }
3150
-
3151
- .k-animation-container .k-dropdown .k-dropdown-wrap .k-input {
3152
- padding: 1px 0;
3153
- margin-left: -13px;
3154
- margin-left: calc(var(--distanceExtraSmall) - (2*var(--distanceExtraSmall)) - 2px);
3155
- }
3156
-
3157
- .k-animation-container .k-button {
3158
- width: auto;
3159
- min-height: auto;
3160
- margin: 0;
3161
- padding: var(--distanceSmallest) var(--distanceExtraSmall);
3162
- }
3163
-
3164
- /* Carousel */
3165
- .carousel {
3166
- float: none;
3167
- padding: 0;
3168
- border-radius: var(--borderRadiusSmallest);
3169
- overflow: hidden;
3170
- }
3171
-
3172
- .carousel .carousel-inner {
3173
- background-color: var(--colorDefault10);
3174
- }
3175
-
3176
- .carousel .carousel-control {
3177
- filter: alpha(opacity=100);
3178
- opacity: 1;
3179
- text-shadow: none;
3180
- }
3181
-
3182
- .carousel .carousel-control.left,
3183
- .carousel .carousel-control.right {
3184
- background-image: none;
3185
- }
3186
-
3187
- .carousel .carousel-control .glyphicon {
3188
- color: var(--colorDefault60);
3189
- background: rgba(255,255,255,0.5);
3190
- width: auto;
3191
- height: auto;
3192
- padding: 10px;
3193
- border-radius: var(--borderRadiusExtraSmall);
3194
- }
3195
-
3196
- .carousel .carousel-control .glyphicon:hover {
3197
- background: rgba(255,255,255,0.7);
3198
- }
3199
-
3200
- .carousel .carousel-indicators {
3201
- z-index: 1;
3202
- }
3203
-
3204
- .carousel .carousel-indicators li {
3205
- border: 1px solid var(--colorDefault20);
3206
- background: transparent;
3207
- height: 10px;
3208
- width: 10px;
3209
- margin: 0 5px;
3210
- }
3211
-
3212
- .carousel .carousel-indicators li:hover {
3213
- background-color: var(--colorDefault20);
3214
- }
3215
-
3216
- .carousel .carousel-indicators li.active,
3217
- .carousel .carousel-indicators li.active:hover {
3218
- border: 1px solid var(--colorNeutral00);
3219
- background-color: var(--colorNeutral00);
3220
- }
3221
-
3222
- .carousel .carousel-caption h1,
3223
- .carousel .carousel-caption h2 {
3224
- text-shadow: none;
3225
- color: var(--colorNeutral00);
3226
- }
3227
-
3228
- .carousel .carousel-caption h2 {
3229
- margin-bottom: 50px;
3230
- }
3231
-
3232
- /* Report Viewer */
3233
- div[id^="crn-cron-report-viewer"] > * > div {
3234
- border-radius: var(--borderRadiusExtraSmall);
3235
- }
3236
-
3237
- div.stiJsViewerMainPanel,
3238
- div.stiJsViewerToolBar {
3239
- z-index: unset;
3240
- }
3241
-
3242
- div.stiJsViewerMainPanel {
3243
- border: 1px solid var(--colorNeutral40);
3244
- border-radius: var(--borderRadiusExtraSmall);
3245
- overflow: hidden;
3246
- }
3247
-
3248
- div.stiJsViewerToolBar {
3249
- background-color: var(--colorNeutral10);
3250
- padding: 2px var(--distanceMedium);
3251
- }
3252
-
3253
- div.stiJsViewerToolBar > div {
3254
- background: transparent;
3255
- }
3256
-
3257
- div.stiJsViewerToolBar .stiJsViewerToolBarTable {
3258
- border: 0;
3259
- background: transparent;
3260
- }
3261
-
3262
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td {
3263
- color: var(--colorNeutral160);
3264
- font-family: 'Work Sans';
3265
- }
3266
-
3267
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonOver,
3268
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonSelected {
3269
- background-color: var(--colorNeutral30);
3270
- border-radius: var(--borderRadiusSmallest);
3271
- }
3272
-
3273
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td div table.stiJsViewerClearAllStyles {
3274
- margin-top: -5px;
3275
- }
3276
-
3277
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(5) div table.stiJsViewerClearAllStyles,
3278
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(6) div table.stiJsViewerClearAllStyles,
3279
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(7) div table.stiJsViewerClearAllStyles,
3280
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(9) div table.stiJsViewerClearAllStyles,
3281
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(12) div table.stiJsViewerClearAllStyles,
3282
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(13) div table.stiJsViewerClearAllStyles,
3283
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(15) div table.stiJsViewerClearAllStyles,
3284
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(16) div table.stiJsViewerClearAllStyles,
3285
- div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(18) div table.stiJsViewerClearAllStyles {
3286
- margin-top: 0;
3287
- }
3288
-
3289
- div.stiJsViewerMenu {
3290
- border-radius: var(--borderRadiusSmallest);
3291
- box-shadow: none;
3292
- border-color: var(--colorDefault10);
3293
- margin-top: -3px;
3294
- }
3295
-
3296
- /* Tree */
3297
- .k-treeview .k-item {
3298
- margin-bottom: 5px;
3299
- color: var(--colorDefault40);
3300
- background-color: var(--colorDefault10);
3301
- border-radius: var(--borderRadiusExtraSmall);
3302
- padding: 0;
3303
- overflow: hidden;
3304
- }
3305
-
3306
- .k-treeview .k-item .k-item {
3307
- margin-left: 25px;
3308
- margin-bottom: 0;
3309
- }
3310
-
3311
- .k-treeview .k-icon {
3312
- margin-left: 0;
3313
- width: 100%;
3314
- text-align: left;
3315
- }
3316
-
3317
- .k-treeview .k-icon:before {
3318
- display: none;
3319
- }
3320
-
3321
- .k-treeview .k-in {
3322
- width: calc(100% - 20px);
3323
- padding: 5px 10px;
3324
- margin: 0;
3325
- }
3326
-
3327
- .k-treeview .k-icon.k-i-collapse {
3328
- margin-top: 0;
3329
- }
3330
-
3331
- .k-treeview .k-icon.k-i-collapse .k-in {
3332
- font-weight: bold;
3333
- cursor: pointer;
3334
- }
3335
-
3336
- .k-treeview .k-icon.k-i-expand .k-in:before,
3337
- .k-treeview .k-icon.k-i-collapse .k-in:before {
3338
- font-family: "WebComponentsIcons";
3339
- margin-right: 10px;
3340
- font-weight: normal;
3341
- }
3342
-
3343
- .k-treeview .k-icon.k-i-expand .k-in:before {
3344
- content: "\e005";
3345
- }
3346
-
3347
- .k-treeview .k-icon.k-i-collapse .k-in:before {
3348
- content: "\e001";
3349
- }
3350
-
3351
- .k-treeview .k-in.k-state-hover,
3352
- .k-treeview .k-in.k-state-selected {
3353
- border-radius: var(--borderRadiusExtraSmall);
3354
- }
3355
-
3356
- .k-treeview .k-in.k-state-hover {
3357
- color: var(--colorDefault40);
3358
- background-color: var(--colorDefault20);
3359
- }
3360
-
3361
- .k-treeview .k-in.k-state-selected {
3362
- color: var(--colorNeutral00);
3363
- background-color: var(--colorDefault40);
3364
- }
3365
-
3366
- .k-treeview .k-state-focused {
3367
- box-shadow: none;
3368
- }
3369
-
3370
- /* Charts */
3371
- div[id^="crn-chart"] {
3372
- float: none;
3373
- padding: 0;
3374
- }
3375
-
3376
- .chartjs-render-monitor {
3377
- padding: 0;
3378
- float: none;
3379
- }
3380
-
3381
- /* Signatura Pad */
3382
- div[id^="crn-signature-pad"] canvas {
3383
- background-color: var(--colorNeutral00);
3384
- border-radius: var(--borderRadiusSmallest);
3385
- border: 1px solid var(--colorNeutral40);
3386
- }
3387
-
3388
- /* Timeline */
3389
- .crn-timeline-container {
3390
- margin: 0;
3391
- }
3392
-
3393
- ul.timeline:before {
3394
- background-color: var(--colorNeutral80);
3395
- }
3396
-
3397
- ul.timeline .timeline-event > *:nth-child(1) {
3398
- box-shadow: none;
3399
- z-index: 0;
3400
- }
3401
-
3402
- ul.timeline .timeline-event > .warning:nth-child(1) {
3403
- background-color: var(--colorWarning40);
3404
- }
3405
-
3406
- ul.timeline .timeline-event > .info:nth-child(1) {
3407
- background-color: var(--colorPrimary40);
3408
- }
3409
-
3410
- ul.timeline .timeline-event > *:nth-child(2) {
3411
- box-shadow: none;
3412
- border: 0;
3413
- border-radius: var(--borderRadiusSmallest);
3414
- }
3415
-
3416
- ul.timeline .timeline-event > *:nth-child(2):before {
3417
- border: 0;
3418
- }
3419
-
3420
- ul.timeline .timeline-event .timeline-badge {
3421
- color: var(--colorNeutral00);
3422
- }
3423
-
3424
- ul.timeline .timeline-event .timeline-heading {
3425
- color: var(--textColor);
3426
- }
3427
-
3428
- /* Arrows */
3429
- .glyphicon-chevron-left,
3430
- .glyphicon-chevron-right,
3431
- .k-nav-prev a > span,
3432
- .k-nav-next a > span,
3433
- font-family: 'Glyphicons Halflings';
3434
- color: var(--colorNeutral00);
3435
- }
3436
-
3437
- /*
3438
- .k-nav-prev > span,
3439
- .k-nav-next > span,
3440
-
3441
- */
3442
-
3443
- .k-link.k-pager-nav,
3444
- .k-link.k-pager-nav:hover,
3445
- .k-scheduler .k-nav-prev a > span,
3446
- .k-scheduler .k-nav-next a > span {
3447
- color: var(--colorDefault40);
3448
- }
3449
-
3450
- .k-link.k-pager-nav.k-state-disabled {
3451
- color: var(--colorDefault20);
3452
- }
3453
-
3454
- .k-link.k-pager-nav.k-state-disabled:hover {
3455
- color: var(--colorDefault30);
3456
- background-color: var(--colorNeutral10);
3457
- }
3458
-
3459
- /*.k-icon.k-i-arrow-60-left:before,*/
3460
- .glyphicon-chevron-left:before {
3461
- content: "\e079";
3462
- }
3463
-
3464
- /*.k-icon.k-i-arrow-60-right:before,*/
3465
- .glyphicon-chevron-right:before {
3466
- content: "\e080";
3467
- }
3468
-
3469
- .k-i-arrow-end-left:before {
3470
- }
3471
-
3472
- .k-i-arrow-end-right:before {
3473
- }
3474
-
3475
- /* Tooltip */
3476
- .k-tooltip,
3477
- .k-tooltip .k-callout {
3478
- background-color: var(--colorNeutral20);
3479
- }