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