cronapp-framework-js 2.9.2 → 2.9.3-SP.2

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