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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +26 -6
  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 +115 -85
  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,4179 +0,0 @@
1
- @import "./components_css/import_components_css.css";
2
- @import "../_bootswatch-v3.3.7/import_bootswatch.css";
3
- @import "./font/font.css";
4
- html {
5
- font-size: 10px;
6
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
7
- font-feature-settings: 'salt';
8
- font-family: 'Inter var', Helvetica, Arial, sans-serif;
9
- font-feature-settings: 'salt';
10
- height: 100%;
11
- }
12
-
13
- body {
14
- font-family: 'Inter var', Helvetica, Arial, sans-serif;
15
- font-feature-settings: 'salt';
16
- color: #1e293b;
17
- background-color: #f1f5f9;
18
- }
19
-
20
- a {
21
- color: #4f46e5;
22
- }
23
-
24
- a:hover,
25
- a:focus {
26
- color: #5d55e7;
27
- }
28
-
29
- .img-thumbnail {
30
- padding: 4px;
31
- line-height: 1.42857143;
32
- background-color: #ffffff;
33
- border: 1px solid #dddddd;
34
- border-radius: 4px;
35
- -webkit-transition: all 0.2s ease-in-out;
36
- -o-transition: all 0.2s ease-in-out;
37
- transition: all 0.2s ease-in-out;
38
- display: inline-block;
39
- max-width: 100%;
40
- height: auto;
41
- }
42
-
43
- hr {
44
- margin-top: 20px;
45
- margin-bottom: 20px;
46
- border: 0;
47
- border-top: 1px solid #eeeeee;
48
- }
49
-
50
- code,
51
- kbd,
52
- pre,
53
- samp {
54
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
55
- }
56
-
57
- code {
58
- padding: 2px 4px;
59
- font-size: 90%;
60
- color: #c7254e;
61
- background-color: #f9f2f4;
62
- border-radius: 4px;
63
- }
64
-
65
- kbd {
66
- padding: 2px 4px;
67
- font-size: 90%;
68
- color: #ffffff;
69
- background-color: #333333;
70
- border-radius: 3px;
71
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
72
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
73
- }
74
-
75
- kbd kbd {
76
- padding: 0;
77
- font-size: 100%;
78
- font-weight: bold;
79
- -webkit-box-shadow: none;
80
- box-shadow: none;
81
- }
82
-
83
- pre {
84
- display: block;
85
- padding: 9.5px;
86
- margin: 0 0 10px;
87
- font-size: 13px;
88
- line-height: 1.42857143;
89
- word-break: break-all;
90
- word-wrap: break-word;
91
- color: #333333;
92
- background-color: #f5f5f5;
93
- border: 1px solid #cccccc;
94
- border-radius: 4px;
95
- }
96
-
97
- pre code {
98
- padding: 0;
99
- font-size: inherit;
100
- color: inherit;
101
- white-space: pre-wrap;
102
- background-color: transparent;
103
- border-radius: 0;
104
- }
105
-
106
- .pre-scrollable {
107
- max-height: 340px;
108
- overflow-y: scroll;
109
- }
110
-
111
- caption {
112
- padding-top: 8px;
113
- padding-bottom: 8px;
114
- color: #999999;
115
- text-align: left;
116
- }
117
-
118
- fieldset {
119
- padding: 0;
120
- margin: 0;
121
- border: 0;
122
- min-width: 0;
123
- }
124
-
125
- legend {
126
- display: block;
127
- width: 100%;
128
- padding: 0;
129
- margin-bottom: 20px;
130
- font-size: 21px;
131
- line-height: inherit;
132
- color: #555555;
133
- border: 0;
134
- border-bottom: 1px solid #e5e5e5;
135
- }
136
-
137
- .has-success .help-block,
138
- .has-success .control-label,
139
- .has-success .radio,
140
- .has-success .checkbox,
141
- .has-success .radio-inline,
142
- .has-success .checkbox-inline,
143
- .has-success.radio label,
144
- .has-success.checkbox label,
145
- .has-success.radio-inline label,
146
- .has-success.checkbox-inline label {
147
- color: #468847;
148
- }
149
-
150
- .has-success .form-control {
151
- border-color: #468847;
152
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
153
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
154
- }
155
-
156
- .has-success .form-control:focus {
157
- border-color: #356635;
158
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
159
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
160
- }
161
-
162
- .has-success .input-group-addon {
163
- color: #468847;
164
- border-color: #468847;
165
- background-color: #dff0d8;
166
- }
167
-
168
- .has-success .form-control-feedback {
169
- color: #468847;
170
- }
171
-
172
- .has-warning .help-block,
173
- .has-warning .control-label,
174
- .has-warning .radio,
175
- .has-warning .checkbox,
176
- .has-warning .radio-inline,
177
- .has-warning .checkbox-inline,
178
- .has-warning.radio label,
179
- .has-warning.checkbox label,
180
- .has-warning.radio-inline label,
181
- .has-warning.checkbox-inline label {
182
- color: #c09853;
183
- }
184
-
185
- .has-warning .form-control {
186
- border-color: #c09853;
187
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
188
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
189
- }
190
-
191
- .has-warning .form-control:focus {
192
- border-color: #a47e3c;
193
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
194
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
195
- }
196
-
197
- .has-warning .input-group-addon {
198
- color: #c09853;
199
- border-color: #c09853;
200
- background-color: #fcf8e3;
201
- }
202
-
203
- .has-warning .form-control-feedback {
204
- color: #c09853;
205
- }
206
-
207
- .has-error .help-block,
208
- .has-error .control-label,
209
- .has-error .radio,
210
- .has-error .checkbox,
211
- .has-error .radio-inline,
212
- .has-error .checkbox-inline,
213
- .has-error.radio label,
214
- .has-error.checkbox label,
215
- .has-error.radio-inline label,
216
- .has-error.checkbox-inline label {
217
- color: #b94a48;
218
- }
219
-
220
- .has-error .form-control {
221
- border-color: #b94a48;
222
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
223
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
224
- }
225
-
226
- .has-error .form-control:focus {
227
- border-color: #953b39;
228
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
229
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
230
- }
231
-
232
- .has-error .input-group-addon {
233
- color: #b94a48;
234
- border-color: #b94a48;
235
- background-color: #f2dede;
236
- }
237
-
238
- .has-error .form-control-feedback {
239
- color: #b94a48;
240
- }
241
-
242
- .has-feedback label~.form-control-feedback {
243
- top: 25px;
244
- }
245
-
246
- .has-feedback label.sr-only~.form-control-feedback {
247
- top: 0;
248
- }
249
-
250
- .help-block {
251
- display: block;
252
- margin-top: 5px;
253
- margin-bottom: 10px;
254
- color: #959595;
255
- }
256
-
257
- .fade {
258
- opacity: 0;
259
- -webkit-transition: opacity 0.15s linear;
260
- -o-transition: opacity 0.15s linear;
261
- transition: opacity 0.15s linear;
262
- }
263
-
264
- .caret {
265
- display: inline-block;
266
- width: 0;
267
- height: 0;
268
- margin-left: 2px;
269
- vertical-align: middle;
270
- border-top: 4px dashed;
271
- border-top: 4px solid \9;
272
- border-right: 4px solid transparent;
273
- border-left: 4px solid transparent;
274
- }
275
-
276
-
277
- /* DROPDOWN */
278
-
279
- .dropdown-menu .divider {
280
- background-color: #e5e5e5;
281
- }
282
-
283
- .dropdown-menu>li>a {
284
- color: #333333;
285
- }
286
-
287
- .dropdown-menu>li>a:hover,
288
- .dropdown-menu>li>a:focus {
289
- color: #ffffff;
290
- background-color: #4f46e5;
291
- }
292
-
293
- .dropdown-menu>.active>a,
294
- .dropdown-menu>.active>a:hover,
295
- .dropdown-menu>.active>a:focus {
296
- color: #ffffff;
297
- background-color: #2fa4e7;
298
- }
299
-
300
- .dropdown-menu>.disabled>a,
301
- .dropdown-menu>.disabled>a:hover,
302
- .dropdown-menu>.disabled>a:focus {
303
- color: #999999;
304
- }
305
-
306
- .dropdown-header {
307
- color: #999999;
308
- }
309
-
310
-
311
- /* */
312
-
313
- [data-toggle="buttons"]>.btn input[type="radio"],
314
- [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
315
- [data-toggle="buttons"]>.btn input[type="checkbox"],
316
- [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
317
- position: absolute;
318
- clip: rect(0, 0, 0, 0);
319
- pointer-events: none;
320
- }
321
-
322
- .input-group-lg>.form-control,
323
- .input-group-lg>.input-group-addon,
324
- .input-group-lg>.input-group-btn>.btn {
325
- height: 54px;
326
- padding: 14px 16px;
327
- }
328
-
329
- select.input-group-lg>.form-control,
330
- select.input-group-lg>.input-group-addon,
331
- select.input-group-lg>.input-group-btn>.btn {
332
- height: 54px;
333
- line-height: 54px;
334
- }
335
-
336
- .input-group-addon {
337
- padding: 8px 12px;
338
- color: #555555;
339
- background-color: #eeeeee;
340
- border: 1px solid #cccccc;
341
- }
342
-
343
- .input-group-addon.input-lg {
344
- padding: 14px 16px;
345
- font-size: 18px;
346
- }
347
-
348
- .tab-content>.tab-pane {
349
- display: none;
350
- }
351
-
352
- .tab-content>.active {
353
- display: block;
354
- }
355
-
356
- .nav-tabs .dropdown-menu {
357
- margin-top: -1px;
358
- border-top-right-radius: 0;
359
- border-top-left-radius: 0;
360
- }
361
-
362
- .navbar-inverse .btn-link[disabled]:hover,
363
- fieldset[disabled] .navbar-inverse .btn-link:hover,
364
- .navbar-inverse .btn-link[disabled]:focus,
365
- fieldset[disabled] .navbar-inverse .btn-link:focus {
366
- color: #cccccc;
367
- }
368
-
369
-
370
- /* Label */
371
-
372
- .label {
373
- display: inline;
374
- padding: .2em .6em .3em;
375
- font-size: 75%;
376
- font-weight: bold;
377
- line-height: 1;
378
- color: #ffffff;
379
- text-align: center;
380
- white-space: nowrap;
381
- vertical-align: baseline;
382
- border-radius: .25em;
383
- }
384
-
385
- .label-default {
386
- background-color: #999999;
387
- }
388
-
389
- .label-default[href]:hover,
390
- .label-default[href]:focus {
391
- background-color: #808080;
392
- }
393
-
394
- .label-primary {
395
- background-color: #2fa4e7;
396
- }
397
-
398
- .label-primary[href]:hover,
399
- .label-primary[href]:focus {
400
- background-color: #178acc;
401
- }
402
-
403
- .label-success {
404
- background-color: #73a839;
405
- }
406
-
407
- .label-success[href]:hover,
408
- .label-success[href]:focus {
409
- background-color: #59822c;
410
- }
411
-
412
- .label-info {
413
- background-color: #033c73;
414
- }
415
-
416
- .label-info[href]:hover,
417
- .label-info[href]:focus {
418
- background-color: #022241;
419
- }
420
-
421
- .label-warning {
422
- background-color: #dd5600;
423
- }
424
-
425
- .label-warning[href]:hover,
426
- .label-warning[href]:focus {
427
- background-color: #aa4200;
428
- }
429
-
430
- .label-danger {
431
- background-color: #c71c22;
432
- }
433
-
434
- .label-danger[href]:hover,
435
- .label-danger[href]:focus {
436
- background-color: #9a161a;
437
- }
438
-
439
- .list-group-item.active>.badge,
440
- .nav-pills>.active>a>.badge {
441
- color: #2fa4e7;
442
- background-color: #ffffff;
443
- }
444
-
445
- .list-group-item>.badge {
446
- float: right;
447
- }
448
-
449
- .list-group-item>.badge+.badge {
450
- margin-right: 5px;
451
- }
452
-
453
- .nav-pills>li>a>.badge {
454
- margin-left: 3px;
455
- }
456
-
457
-
458
- /* Jumbotron */
459
-
460
- .jumbotron {
461
- background-color: #e5e5e5;
462
- }
463
-
464
- .jumbotron>hr {
465
- border-top-color: #d5d5d5;
466
- }
467
-
468
- h1.component-holder {
469
- font-size: 32px;
470
- font-weight: 800;
471
- margin: 0;
472
- padding: 50px 40px;
473
- background-color: #fff;
474
- border-bottom: 1px solid #e2e8f0;
475
- }
476
-
477
- .crn-navigator-horizontal #navbar cron-dynamic-menu .navbar-nav {
478
- margin: 0;
479
- }
480
-
481
- @media screen and (min-width: 768px) {
482
- .crn-navigator-horizontal div.navbar-header,
483
- .crn-navigator-horizontal div#navbar,
484
- .crn-navigator-horizontal div#navbar2 {
485
- width: auto;
486
- }
487
- }
488
-
489
- .clearfix:before,
490
- .clearfix:after,
491
- .dl-horizontal dd:before,
492
- .dl-horizontal dd:after,
493
- .container:before,
494
- .container:after,
495
- .container-fluid:before,
496
- .container-fluid:after,
497
- .row:before,
498
- .row:after,
499
- .form-horizontal .form-group:before,
500
- .form-horizontal .form-group:after,
501
- .btn-toolbar:before,
502
- .btn-toolbar:after,
503
- .btn-group-vertical>.btn-group:before,
504
- .btn-group-vertical>.btn-group:after,
505
- .nav:before,
506
- .nav:after,
507
- .navbar:before,
508
- .navbar:after,
509
- .navbar-header:before,
510
- .navbar-header:after,
511
- .navbar-collapse:before,
512
- .navbar-collapse:after,
513
- .pager:before,
514
- .pager:after,
515
- .panel-body:before,
516
- .panel-body:after,
517
- .modal-header:before,
518
- .modal-header:after,
519
- .modal-footer:before,
520
- .modal-footer:after {
521
- content: " ";
522
- display: table;
523
- }
524
-
525
- .clearfix:after,
526
- .dl-horizontal dd:after,
527
- .container:after,
528
- .container-fluid:after,
529
- .row:after,
530
- .form-horizontal .form-group:after,
531
- .btn-toolbar:after,
532
- .btn-group-vertical>.btn-group:after,
533
- .nav:after,
534
- .navbar:after,
535
- .navbar-header:after,
536
- .navbar-collapse:after,
537
- .pager:after,
538
- .panel-body:after,
539
- .modal-header:after,
540
- .modal-footer:after {
541
- clear: both;
542
- }
543
-
544
- #modalPassword .modal-body input {
545
- width: 100%;
546
- }
547
-
548
- #modalPassword .btn-primary,
549
- #modalPassword .btn-default {
550
- background-color: #fff;
551
- color: #333;
552
- }
553
-
554
- #modalPassword .btn-primary {
555
- border: 1px solid #22c55e;
556
- }
557
-
558
- #modalPassword .btn-default {
559
- border: 1px solid #dc2626;
560
- }
561
-
562
- #modalPassword .btn-primary:hover,
563
- #modalPassword .btn-default:hover {
564
- background-color: #eee;
565
- }
566
-
567
- #modalPassword .btn-primary:hover {
568
- color: #22c55e;
569
- }
570
-
571
- #modalPassword .btn-default:hover {
572
- color: #dc2626;
573
- }
574
-
575
- .invisible {
576
- visibility: hidden;
577
- }
578
-
579
- .text-hide {
580
- font: 0/0 a;
581
- color: transparent;
582
- text-shadow: none;
583
- background-color: transparent;
584
- border: 0;
585
- }
586
-
587
- .affix {
588
- position: fixed;
589
- }
590
-
591
- @-ms-viewport {
592
- width: device-width;
593
- }
594
-
595
- .crn-navigator-horizontal {
596
- padding-left: 0;
597
- padding-right: 0;
598
- }
599
-
600
- .crn-navigator-horizontal .navbar-header {
601
- float: left;
602
- }
603
-
604
- .crn-navigator-horizontal .navbar-default .navbar-nav>li>a {
605
- margin: 0;
606
- }
607
-
608
- .crn-navigator-horizontal #navbar2 ul>li:last-child img,
609
- .crn-navigator-vertical #navbar ul>li ul li:last-child img {
610
- display: none;
611
- }
612
-
613
- .crn-navigator-horizontal #navbar2>ul>li>a:before,
614
- .crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>a:before {
615
- content: "\f007";
616
- display: inline-block;
617
- font: normal normal normal 14px/1 FontAwesome;
618
- font-size: 22px;
619
- width: 30px;
620
- text-align: center;
621
- margin-right: 9px;
622
- }
623
-
624
- .crn-navigator-horizontal .navbar-header,
625
- .crn-navigator-horizontal #navbar,
626
- .crn-navigator-horizontal #navbar2 {
627
- width: calc(100% + 30px);
628
- }
629
-
630
- .crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>ul>li>a:before {
631
- display: inline-block;
632
- font: normal normal normal 14px/1 FontAwesome;
633
- font-size: 14px;
634
- width: 30px;
635
- text-align: center;
636
- margin-right: 13px;
637
- }
638
-
639
- .crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>ul>li>a:before:focus {
640
- color: #fff;
641
- }
642
-
643
- .crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>ul>li:first-child>a:before {
644
- content: "";
645
- }
646
-
647
- .crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>ul>li:nth-child(2)>a:before {
648
- content: "";
649
- }
650
-
651
- .navbar-default {
652
- background-color: #0f172a;
653
- border-color: #1995dc;
654
- }
655
-
656
- .navbar-default .navbar-text,
657
- .navbar-default .navbar-nav>li>a,
658
- .navbar-default .navbar-brand {
659
- color: #9fa2aa;
660
- font-size: 14px;
661
- }
662
-
663
- .navbar-default .navbar-nav>li>a {
664
- display: flex;
665
- border-radius: 6px;
666
- }
667
-
668
- .navbar-default .navbar-nav>li>a {
669
- padding-top: 11px;
670
- padding-bottom: 11px;
671
- }
672
-
673
- .navbar-default .navbar-nav>li>a:hover {
674
- background-color: #2c3344;
675
- color: #fff;
676
- }
677
-
678
- .navbar-default .navbar-nav>li>a>i {
679
- font-size: 22px;
680
- display: inline-block;
681
- width: 30px;
682
- text-align: center;
683
- margin-right: 5px;
684
- color: #9fa2aa;
685
- font-weight: bold;
686
- }
687
-
688
- .navbar-default .navbar-nav>li>a:hover>i {
689
- color: #fff;
690
- }
691
-
692
- .navbar-default .navbar-nav>li>a>span {
693
- color: #cfd1d4;
694
- margin-left: 5px;
695
- margin-top: 2px;
696
- margin-right: 10px;
697
- font-size: 13px;
698
- }
699
-
700
- .navbar-default .navbar-nav>li>a>span.caret {
701
- margin-top: 10px;
702
- margin-left: auto;
703
- }
704
-
705
- .navbar-default .navbar-nav>li>a:hover>span {
706
- color: #fff;
707
- }
708
-
709
- .navbar-default .navbar-nav>.open>a,
710
- .navbar-default .navbar-nav>.open>a:focus,
711
- .navbar-default .navbar-nav>.open>a:focus i,
712
- .navbar-default .navbar-nav>.open>a:focus span {
713
- color: #fff;
714
- }
715
-
716
- .crn-navigator-horizontal .navbar-default .navbar-nav>li>a>span+span {
717
- margin-left: auto;
718
- }
719
-
720
- .text-muted {
721
- color: #999999;
722
- }
723
-
724
- code,
725
- kbd,
726
- pre,
727
- samp {
728
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
729
- }
730
-
731
-
732
- /* -- .navbar -- */
733
- .navbar {
734
- min-height: auto;
735
- }
736
- .navbar-default {
737
- background-color: #2fa4e7;
738
- border-color: #1995dc;
739
- }
740
-
741
- .navbar-default .navbar-brand {
742
- color: #ffffff;
743
- }
744
-
745
- .navbar-default .navbar-brand:hover,
746
- .navbar-default .navbar-brand:focus {
747
- color: #ffffff;
748
- background-color: transparent;
749
- }
750
-
751
- .navbar-default .navbar-text {
752
- color: #dddddd;
753
- }
754
-
755
- .navbar-default .navbar-nav>li>a {
756
- color: #ffffff;
757
- }
758
-
759
- .navbar-default .navbar-nav>li.open>a:hover,
760
- .navbar-default .navbar-nav>li.open>a:focus {
761
- color: #ffffff;
762
- }
763
-
764
- .navbar-default .navbar-nav>.active>a,
765
- .navbar-default .navbar-nav>.active>a:hover,
766
- .navbar-default .navbar-nav>.active>a:focus {
767
- color: #ffffff;
768
- background-color: #2c3344;
769
- }
770
-
771
- .navbar-default .navbar-nav>.disabled>a,
772
- .navbar-default .navbar-nav>.disabled>a:hover,
773
- .navbar-default .navbar-nav>.disabled>a:focus {
774
- color: #dddddd;
775
- background-color: transparent;
776
- }
777
-
778
- .navbar-default .navbar-toggle {
779
- border-color: #2c3344;
780
- }
781
-
782
- .navbar-default .navbar-toggle:hover,
783
- .navbar-default .navbar-toggle:focus {
784
- background-color: #2c3344;
785
- }
786
-
787
- .navbar-default .navbar-toggle .icon-bar {
788
- background-color: #ffffff;
789
- }
790
-
791
- .navbar-default .navbar-collapse,
792
- .navbar-default .navbar-form {
793
- border-color: #1995dc;
794
- border-width: 0;
795
- }
796
-
797
- .navbar-default .navbar-nav>.open>a,
798
- .navbar-default .navbar-nav>.open>a:focus {
799
- background-color: transparent;
800
- color: #ffffff;
801
- }
802
-
803
- .navbar-default .navbar-nav>.open>a:hover {
804
- background-color: #2c3344;
805
- }
806
-
807
- .navbar-collapse {
808
- box-shadow: none;
809
- }
810
-
811
- .navbar-nav {
812
- margin: 0 -15px;
813
- }
814
-
815
- @media (max-width: 767px) {
816
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
817
- color: #ffffff;
818
- }
819
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
820
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
821
- color: #ffffff;
822
- background-color: #2c3344;
823
- }
824
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
825
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
826
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
827
- color: #ffffff;
828
- background-color: #2c3344;
829
- }
830
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
831
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
832
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
833
- color: #dddddd;
834
- background-color: transparent;
835
- }
836
- }
837
-
838
- .navbar-default .navbar-link {
839
- color: #ffffff;
840
- }
841
-
842
- .navbar-default .navbar-link:hover {
843
- color: #ffffff;
844
- }
845
-
846
- .navbar-default .btn-link {
847
- color: #ffffff;
848
- }
849
-
850
- .navbar-default .btn-link:hover,
851
- .navbar-default .btn-link:focus {
852
- color: #ffffff;
853
- }
854
-
855
- .navbar-default .btn-link[disabled]:hover,
856
- fieldset[disabled] .navbar-default .btn-link:hover,
857
- .navbar-default .btn-link[disabled]:focus,
858
- fieldset[disabled] .navbar-default .btn-link:focus {
859
- color: #dddddd;
860
- }
861
-
862
- .navbar-inverse {
863
- background-color: #033c73;
864
- border-color: #022f5a;
865
- }
866
-
867
- .navbar-inverse .navbar-brand {
868
- color: #ffffff;
869
- }
870
-
871
- .navbar-inverse .navbar-brand:hover,
872
- .navbar-inverse .navbar-brand:focus {
873
- color: #ffffff;
874
- background-color: transparent;
875
- }
876
-
877
- .navbar-inverse .navbar-text {
878
- color: #ffffff;
879
- }
880
-
881
- .navbar-inverse .navbar-nav>li>a {
882
- color: #ffffff;
883
- }
884
-
885
- .navbar-inverse .navbar-nav>li>a:hover,
886
- .navbar-inverse .navbar-nav>li>a:focus {
887
- color: #ffffff;
888
- background-color: #022f5a;
889
- }
890
-
891
- .navbar-inverse .navbar-nav>.active>a,
892
- .navbar-inverse .navbar-nav>.active>a:hover,
893
- .navbar-inverse .navbar-nav>.active>a:focus {
894
- color: #ffffff;
895
- background-color: #022f5a;
896
- }
897
-
898
- .navbar-inverse .navbar-nav>.disabled>a,
899
- .navbar-inverse .navbar-nav>.disabled>a:hover,
900
- .navbar-inverse .navbar-nav>.disabled>a:focus {
901
- color: #cccccc;
902
- background-color: transparent;
903
- }
904
-
905
- .navbar-inverse .navbar-toggle {
906
- border-color: #022f5a;
907
- }
908
-
909
- .navbar-inverse .navbar-toggle:hover,
910
- .navbar-inverse .navbar-toggle:focus {
911
- background-color: #022f5a;
912
- }
913
-
914
- .navbar-inverse .navbar-toggle .icon-bar {
915
- background-color: #ffffff;
916
- }
917
-
918
- .navbar-inverse .navbar-collapse,
919
- .navbar-inverse .navbar-form {
920
- border-color: #022a50;
921
- }
922
-
923
- .navbar-inverse .navbar-nav>.open>a,
924
- .navbar-inverse .navbar-nav>.open>a:hover,
925
- .navbar-inverse .navbar-nav>.open>a:focus {
926
- background-color: #022f5a;
927
- color: #ffffff;
928
- }
929
-
930
- @media (max-width: 767px) {
931
- .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
932
- border-color: #022f5a;
933
- }
934
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
935
- background-color: #022f5a;
936
- }
937
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
938
- color: #ffffff;
939
- }
940
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
941
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
942
- color: #ffffff;
943
- background-color: #022f5a;
944
- }
945
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
946
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
947
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
948
- color: #ffffff;
949
- background-color: #022f5a;
950
- }
951
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
952
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
953
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
954
- color: #cccccc;
955
- background-color: transparent;
956
- }
957
- }
958
-
959
- .navbar-inverse .navbar-link {
960
- color: #ffffff;
961
- }
962
-
963
- .navbar-inverse .navbar-link:hover {
964
- color: #ffffff;
965
- }
966
-
967
- .navbar-inverse .btn-link {
968
- color: #ffffff;
969
- }
970
-
971
- .navbar-inverse .btn-link:hover,
972
- .navbar-inverse .btn-link:focus {
973
- color: #ffffff;
974
- }
975
-
976
- .navbar-inverse .btn-link[disabled]:hover,
977
- fieldset[disabled] .navbar-inverse .btn-link:hover,
978
- .navbar-inverse .btn-link[disabled]:focus,
979
- fieldset[disabled] .navbar-inverse .btn-link:focus {
980
- color: #cccccc;
981
- }
982
-
983
- .navbar-default {
984
- background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
985
- background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
986
- background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
987
- background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
988
- background-repeat: no-repeat;
989
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
990
- border-bottom: 1px solid #2c3344;
991
- -webkit-filter: none;
992
- filter: none;
993
- -webkit-box-shadow: none;
994
- box-shadow: none;
995
- }
996
-
997
- .navbar-default .badge {
998
- background-color: #fff;
999
- color: #2fa4e7;
1000
- }
1001
-
1002
- .navbar-inverse {
1003
- background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
1004
- background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
1005
- background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769));
1006
- background-image: linear-gradient(#04519b, #044687 60%, #033769);
1007
- background-repeat: no-repeat;
1008
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
1009
- -webkit-filter: none;
1010
- filter: none;
1011
- border-bottom: 1px solid #022241;
1012
- }
1013
-
1014
- .navbar-inverse .badge {
1015
- background-color: #fff;
1016
- color: #033c73;
1017
- }
1018
-
1019
- .navbar.navbar-default .navbar-nav>li>a,
1020
- .navbar-brand {
1021
- color: #9fa2aa;
1022
- height: auto;
1023
- }
1024
-
1025
- .navbar-brand {
1026
- padding: 18px 15px 0;
1027
- }
1028
-
1029
- @media (max-width: 767px) {
1030
- .navbar .dropdown-header {
1031
- color: #fff;
1032
- }
1033
- .navbar .dropdown-menu a {
1034
- color: #fff;
1035
- }
1036
- }
1037
-
1038
- .navbar .nav > li > a {
1039
- text-transform: initial;
1040
- }
1041
-
1042
-
1043
- /* -- .label -- */
1044
-
1045
- .label {
1046
- color: #ffffff;
1047
- }
1048
-
1049
- a.label:hover,
1050
- a.label:focus {
1051
- color: #ffffff;
1052
- }
1053
-
1054
- .label-default {
1055
- background-color: #999999;
1056
- }
1057
-
1058
- .label-default[href]:hover,
1059
- .label-default[href]:focus {
1060
- background-color: #808080;
1061
- }
1062
-
1063
- .label-primary {
1064
- background-color: #2fa4e7;
1065
- }
1066
-
1067
- .label-primary[href]:hover,
1068
- .label-primary[href]:focus {
1069
- background-color: #178acc;
1070
- }
1071
-
1072
- .label-success {
1073
- background-color: #73a839;
1074
- }
1075
-
1076
- .label-success[href]:hover,
1077
- .label-success[href]:focus {
1078
- background-color: #59822c;
1079
- }
1080
-
1081
- .label-info {
1082
- background-color: #033c73;
1083
- }
1084
-
1085
- .label-info[href]:hover,
1086
- .label-info[href]:focus {
1087
- background-color: #022241;
1088
- }
1089
-
1090
- .label-warning {
1091
- background-color: #dd5600;
1092
- }
1093
-
1094
- .label-warning[href]:hover,
1095
- .label-warning[href]:focus {
1096
- background-color: #aa4200;
1097
- }
1098
-
1099
- .label-danger {
1100
- background-color: #c71c22;
1101
- }
1102
-
1103
- .label-danger[href]:hover,
1104
- .label-danger[href]:focus {
1105
- background-color: #9a161a;
1106
- }
1107
-
1108
-
1109
- /* -- .jumbotron -- */
1110
-
1111
- .jumbotron {
1112
- background-color: #eeeeee;
1113
- }
1114
-
1115
- .jumbotron>hr {
1116
- border-top-color: #d5d5d5;
1117
- }
1118
-
1119
-
1120
- /* -- .list-group -- */
1121
-
1122
- .list-group-item {
1123
- background-color: #ffffff;
1124
- border: 1px solid #dddddd;
1125
- }
1126
-
1127
- a.list-group-item,
1128
- button.list-group-item {
1129
- color: #555555;
1130
- }
1131
-
1132
- a.list-group-item .list-group-item-heading,
1133
- button.list-group-item .list-group-item-heading {
1134
- color: #333333;
1135
- }
1136
-
1137
- a.list-group-item:hover,
1138
- button.list-group-item:hover,
1139
- a.list-group-item:focus,
1140
- button.list-group-item:focus {
1141
- text-decoration: none;
1142
- color: #555555;
1143
- background-color: #f5f5f5;
1144
- }
1145
-
1146
- .list-group-item.disabled,
1147
- .list-group-item.disabled:hover,
1148
- .list-group-item.disabled:focus {
1149
- background-color: #eeeeee;
1150
- color: #999999;
1151
- cursor: not-allowed;
1152
- }
1153
-
1154
- .list-group-item.disabled .list-group-item-text,
1155
- .list-group-item.disabled:hover .list-group-item-text,
1156
- .list-group-item.disabled:focus .list-group-item-text {
1157
- color: #999999;
1158
- }
1159
-
1160
- .list-group-item.active,
1161
- .list-group-item.active:hover,
1162
- .list-group-item.active:focus {
1163
- z-index: 2;
1164
- color: #ffffff;
1165
- background-color: #2fa4e7;
1166
- border-color: #2fa4e7;
1167
- }
1168
-
1169
- .list-group-item.active .list-group-item-text,
1170
- .list-group-item.active:hover .list-group-item-text,
1171
- .list-group-item.active:focus .list-group-item-text {
1172
- color: #e6f4fc;
1173
- }
1174
-
1175
- .list-group-item-success {
1176
- color: #468847;
1177
- background-color: #dff0d8;
1178
- }
1179
-
1180
- a.list-group-item-success,
1181
- button.list-group-item-success {
1182
- color: #468847;
1183
- }
1184
-
1185
- a.list-group-item-success:hover,
1186
- button.list-group-item-success:hover,
1187
- a.list-group-item-success:focus,
1188
- button.list-group-item-success:focus {
1189
- color: #468847;
1190
- background-color: #d0e9c6;
1191
- }
1192
-
1193
- a.list-group-item-success.active,
1194
- button.list-group-item-success.active,
1195
- a.list-group-item-success.active:hover,
1196
- button.list-group-item-success.active:hover,
1197
- a.list-group-item-success.active:focus,
1198
- button.list-group-item-success.active:focus {
1199
- color: #fff;
1200
- background-color: #468847;
1201
- border-color: #468847;
1202
- }
1203
-
1204
- .list-group-item-info {
1205
- color: #3a87ad;
1206
- background-color: #d9edf7;
1207
- }
1208
-
1209
- a.list-group-item-info,
1210
- button.list-group-item-info {
1211
- color: #3a87ad;
1212
- }
1213
-
1214
- a.list-group-item-info:hover,
1215
- button.list-group-item-info:hover,
1216
- a.list-group-item-info:focus,
1217
- button.list-group-item-info:focus {
1218
- color: #3a87ad;
1219
- background-color: #c4e3f3;
1220
- }
1221
-
1222
- a.list-group-item-info.active,
1223
- button.list-group-item-info.active,
1224
- a.list-group-item-info.active:hover,
1225
- button.list-group-item-info.active:hover,
1226
- a.list-group-item-info.active:focus,
1227
- button.list-group-item-info.active:focus {
1228
- color: #fff;
1229
- background-color: #3a87ad;
1230
- border-color: #3a87ad;
1231
- }
1232
-
1233
- .list-group-item-warning {
1234
- color: #c09853;
1235
- background-color: #fcf8e3;
1236
- }
1237
-
1238
- a.list-group-item-warning,
1239
- button.list-group-item-warning {
1240
- color: #c09853;
1241
- }
1242
-
1243
- a.list-group-item-warning:hover,
1244
- button.list-group-item-warning:hover,
1245
- a.list-group-item-warning:focus,
1246
- button.list-group-item-warning:focus {
1247
- color: #c09853;
1248
- background-color: #faf2cc;
1249
- }
1250
-
1251
- a.list-group-item-warning.active,
1252
- button.list-group-item-warning.active,
1253
- a.list-group-item-warning.active:hover,
1254
- button.list-group-item-warning.active:hover,
1255
- a.list-group-item-warning.active:focus,
1256
- button.list-group-item-warning.active:focus {
1257
- color: #fff;
1258
- background-color: #c09853;
1259
- border-color: #c09853;
1260
- }
1261
-
1262
- .list-group-item-danger {
1263
- color: #b94a48;
1264
- background-color: #f2dede;
1265
- }
1266
-
1267
- a.list-group-item-danger,
1268
- button.list-group-item-danger {
1269
- color: #b94a48;
1270
- }
1271
-
1272
- a.list-group-item-danger:hover,
1273
- button.list-group-item-danger:hover,
1274
- a.list-group-item-danger:focus,
1275
- button.list-group-item-danger:focus {
1276
- color: #b94a48;
1277
- background-color: #ebcccc;
1278
- }
1279
-
1280
- a.list-group-item-danger.active,
1281
- button.list-group-item-danger.active,
1282
- a.list-group-item-danger.active:hover,
1283
- button.list-group-item-danger.active:hover,
1284
- a.list-group-item-danger.active:focus,
1285
- button.list-group-item-danger.active:focus {
1286
- color: #fff;
1287
- background-color: #b94a48;
1288
- border-color: #b94a48;
1289
- }
1290
-
1291
-
1292
- /* -- .progress -- */
1293
-
1294
- .progress {
1295
- background-color: #f5f5f5;
1296
- }
1297
-
1298
- .progress-bar {
1299
- color: #ffffff;
1300
- background-color: #2fa4e7;
1301
- }
1302
-
1303
- .progress-bar-success {
1304
- background-color: #73a839;
1305
- }
1306
-
1307
- .progress-bar-info {
1308
- background-color: #033c73;
1309
- }
1310
-
1311
- .progress-bar-warning {
1312
- background-color: #dd5600;
1313
- }
1314
-
1315
- .progress-bar-danger {
1316
- background-color: #c71c22;
1317
- }
1318
-
1319
-
1320
- /* -- .thumbnail -- */
1321
-
1322
- .thumbnail {
1323
- background-color: #ffffff;
1324
- border: 1px solid #dddddd;
1325
- }
1326
-
1327
- a.thumbnail:hover,
1328
- a.thumbnail:focus,
1329
- a.thumbnail.active {
1330
- border-color: #2fa4e7;
1331
- }
1332
-
1333
- .thumbnail .caption {
1334
- color: #555555;
1335
- }
1336
-
1337
- .img-thumbnail {
1338
- background-color: #ffffff;
1339
- border: 1px solid #dddddd;
1340
- }
1341
-
1342
-
1343
- /* -- .alert -- */
1344
-
1345
- .alert-success {
1346
- background-color: #dff0d8;
1347
- border-color: #d6e9c6;
1348
- color: #468847;
1349
- }
1350
-
1351
- .alert-success hr {
1352
- border-top-color: #c9e2b3;
1353
- }
1354
-
1355
- .alert-success .alert-link {
1356
- color: #356635;
1357
- }
1358
-
1359
- .alert-info {
1360
- background-color: #d9edf7;
1361
- border-color: #bce8f1;
1362
- color: #3a87ad;
1363
- }
1364
-
1365
- .alert-info hr {
1366
- border-top-color: #a6e1ec;
1367
- }
1368
-
1369
- .alert-info .alert-link {
1370
- color: #2d6987;
1371
- }
1372
-
1373
- .alert-warning {
1374
- background-color: #fcf8e3;
1375
- border-color: #fbeed5;
1376
- color: #c09853;
1377
- }
1378
-
1379
- .alert-warning hr {
1380
- border-top-color: #f8e5be;
1381
- }
1382
-
1383
- .alert-warning .alert-link {
1384
- color: #a47e3c;
1385
- }
1386
-
1387
- .alert-danger {
1388
- background-color: #f2dede;
1389
- border-color: #eed3d7;
1390
- color: #b94a48;
1391
- }
1392
-
1393
- .alert-danger hr {
1394
- border-top-color: #e6c1c7;
1395
- }
1396
-
1397
- .alert-danger .alert-link {
1398
- color: #953b39;
1399
- }
1400
-
1401
-
1402
- /* -- .close -- */
1403
-
1404
-
1405
- /* -- .has -- */
1406
-
1407
- .has-success .help-block,
1408
- .has-success .control-label,
1409
- .has-success .radio,
1410
- .has-success .checkbox,
1411
- .has-success .radio-inline,
1412
- .has-success .checkbox-inline,
1413
- .has-success.radio label,
1414
- .has-success.checkbox label,
1415
- .has-success.radio-inline label,
1416
- .has-success.checkbox-inline label {
1417
- color: #468847;
1418
- }
1419
-
1420
- .has-success .form-control {
1421
- border-color: #468847;
1422
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1423
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1424
- }
1425
-
1426
- .has-success .form-control:focus {
1427
- border-color: #356635;
1428
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1429
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1430
- }
1431
-
1432
- .has-success .input-group-addon {
1433
- color: #468847;
1434
- border-color: #468847;
1435
- background-color: #dff0d8;
1436
- }
1437
-
1438
- .has-success .form-control-feedback {
1439
- color: #468847;
1440
- }
1441
-
1442
- .has-warning .help-block,
1443
- .has-warning .control-label,
1444
- .has-warning .radio,
1445
- .has-warning .checkbox,
1446
- .has-warning .radio-inline,
1447
- .has-warning .checkbox-inline,
1448
- .has-warning.radio label,
1449
- .has-warning.checkbox label,
1450
- .has-warning.radio-inline label,
1451
- .has-warning.checkbox-inline label {
1452
- color: #c09853;
1453
- }
1454
-
1455
- .has-warning .form-control {
1456
- border-color: #c09853;
1457
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1458
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1459
- }
1460
-
1461
- .has-warning .form-control:focus {
1462
- border-color: #a47e3c;
1463
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1464
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1465
- }
1466
-
1467
- .has-warning .input-group-addon {
1468
- color: #c09853;
1469
- border-color: #c09853;
1470
- background-color: #fcf8e3;
1471
- }
1472
-
1473
- .has-warning .form-control-feedback {
1474
- color: #c09853;
1475
- }
1476
-
1477
- .has-error .help-block,
1478
- .has-error .control-label,
1479
- .has-error .radio,
1480
- .has-error .checkbox,
1481
- .has-error .radio-inline,
1482
- .has-error .checkbox-inline,
1483
- .has-error.radio label,
1484
- .has-error.checkbox label,
1485
- .has-error.radio-inline label,
1486
- .has-error.checkbox-inline label {
1487
- color: #b94a48;
1488
- }
1489
-
1490
- .has-error .form-control {
1491
- border-color: #b94a48;
1492
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1493
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1494
- }
1495
-
1496
- .has-error .form-control:focus {
1497
- border-color: #953b39;
1498
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1499
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1500
- }
1501
-
1502
- .has-error .input-group-addon {
1503
- color: #b94a48;
1504
- border-color: #b94a48;
1505
- background-color: #f2dede;
1506
- }
1507
-
1508
-
1509
- /* blockquote */
1510
-
1511
- .list-group-item.disabled,
1512
- .list-group-item.disabled:hover,
1513
- .list-group-item.disabled:focus {
1514
- background-color: #eeeeee;
1515
- color: #999999;
1516
- cursor: not-allowed;
1517
- }
1518
-
1519
- .has-error .form-control-feedback {
1520
- color: #b94a48;
1521
- }
1522
-
1523
- .has-feedback label~.form-control-feedback {
1524
- top: 25px;
1525
- }
1526
-
1527
- .has-feedback label.sr-only~.form-control-feedback {
1528
- top: 0;
1529
- }
1530
-
1531
-
1532
- /* -- .form-control -- */
1533
-
1534
- .form-control {
1535
- color: #555555;
1536
- background-color: #ffffff;
1537
- border: 1px solid #cccccc;
1538
- }
1539
-
1540
- .form-control::-moz-placeholder,
1541
- .form-control:-ms-input-placeholder,
1542
- .form-control::-webkit-input-placeholder {
1543
- color: #999999;
1544
- }
1545
-
1546
- .form-control[disabled],
1547
- .form-control[readonly],
1548
- fieldset[disabled] .form-control {
1549
- background-color: #eeeeee;
1550
- opacity: 1;
1551
- }
1552
-
1553
-
1554
- /* -- blockquote -- */
1555
-
1556
- blockquote {
1557
- border-left: 5px solid #eeeeee;
1558
- }
1559
-
1560
- blockquote footer,
1561
- blockquote small,
1562
- blockquote .small {
1563
- color: #999999;
1564
- }
1565
-
1566
- .blockquote-reverse,
1567
- blockquote.pull-right {
1568
- border-right: 5px solid #eeeeee;
1569
- }
1570
-
1571
-
1572
- /* -- breadcrumb -- */
1573
-
1574
- .breadcrumb {
1575
- background-color: #f5f5f5;
1576
- }
1577
-
1578
- .breadcrumb>li {
1579
- display: inline-block;
1580
- }
1581
-
1582
- .breadcrumb>li+li:before {
1583
- color: #cccccc;
1584
- }
1585
-
1586
- .breadcrumb>.active {
1587
- color: #999999;
1588
- }
1589
-
1590
-
1591
- /* -- Customizing Kendo -- */
1592
-
1593
- .k-grid-header .k-header:hover,
1594
- .k-grid-header .k-header:hover a {
1595
- color: #317eac;
1596
- }
1597
-
1598
-
1599
- /* -- .input-group -- */
1600
-
1601
- .input-group-addon {
1602
- color: #555555;
1603
- background-color: #eeeeee;
1604
- border: 1px solid #cccccc;
1605
- }
1606
-
1607
-
1608
- /* -- modal -- */
1609
-
1610
- .modal-content {
1611
- background-color: #ffffff;
1612
- }
1613
-
1614
- .modal-backdrop {
1615
- background-color: #000000;
1616
- }
1617
-
1618
- .modal-header {
1619
- border-bottom: 0;
1620
- }
1621
-
1622
- .modal-footer {
1623
- border-top: 0;
1624
- }
1625
-
1626
-
1627
- /* -- well -- */
1628
-
1629
- .well {
1630
- background-color: #f5f5f5;
1631
- border: 1px solid #e3e3e3;
1632
- border-radius: 4px;
1633
- }
1634
-
1635
- .well-lg {
1636
- border-radius: 6px;
1637
- }
1638
-
1639
- .well-sm {
1640
- border-radius: 3px;
1641
- }
1642
-
1643
-
1644
- /* -- popover -- */
1645
-
1646
- .popover {
1647
- font-family: 'Inter var', Helvetica, Arial, sans-serif;
1648
- font-feature-settings: 'salt';
1649
- background-color: #ffffff;
1650
- }
1651
-
1652
- .popover-title {
1653
- background-color: #f7f7f7;
1654
- border-bottom: 1px solid #ebebeb;
1655
- }
1656
-
1657
- .popover.top>.arrow {
1658
- border-top-color: #999999;
1659
- }
1660
-
1661
- .popover.top>.arrow:after {
1662
- border-top-color: #ffffff;
1663
- }
1664
-
1665
- .popover.right>.arrow {
1666
- border-right-color: #999999;
1667
- border-right-color: rgba(0, 0, 0, 0.25);
1668
- }
1669
-
1670
- .popover.right>.arrow:after {
1671
- border-right-color: #ffffff;
1672
- }
1673
-
1674
- .popover.bottom>.arrow {
1675
- border-bottom-color: #999999;
1676
- border-bottom-color: rgba(0, 0, 0, 0.25);
1677
- }
1678
-
1679
- .popover.bottom>.arrow:after {
1680
- border-bottom-color: #ffffff;
1681
- }
1682
-
1683
- .popover.left>.arrow {
1684
- border-left-color: #999999;
1685
- border-left-color: rgba(0, 0, 0, 0.25);
1686
- }
1687
-
1688
- .popover.left>.arrow:after {
1689
- border-left-color: #ffffff;
1690
- }
1691
-
1692
-
1693
- /* -- animations -- */
1694
-
1695
- @-webkit-keyframes progress-bar-stripes {
1696
- from {
1697
- background-position: 40px 0;
1698
- }
1699
- to {
1700
- background-position: 0 0;
1701
- }
1702
- }
1703
-
1704
- @-o-keyframes progress-bar-stripes {
1705
- from {
1706
- background-position: 40px 0;
1707
- }
1708
- to {
1709
- background-position: 0 0;
1710
- }
1711
- }
1712
-
1713
- @keyframes progress-bar-stripes {
1714
- from {
1715
- background-position: 40px 0;
1716
- }
1717
- to {
1718
- background-position: 0 0;
1719
- }
1720
- }
1721
-
1722
-
1723
- /* -- Tooltip -- */
1724
-
1725
- .tooltip {
1726
- font-family: 'Inter var', Helvetica, Arial, sans-serif;
1727
- font-feature-settings: 'salt';
1728
- }
1729
-
1730
- .tooltip-inner {
1731
- color: #ffffff;
1732
- background-color: #000000;
1733
- }
1734
-
1735
- .tooltip.top .tooltip-arrow,
1736
- .tooltip.top-left .tooltip-arrow,
1737
- .tooltip.right .tooltip-arrow,
1738
- .tooltip.left .tooltip-arrow,
1739
- .tooltip.bottom .tooltip-arrow,
1740
- .tooltip.bottom-left .tooltip-arrow,
1741
- .tooltip.bottom-right .tooltip-arrow {
1742
- top: 0;
1743
- left: 5px;
1744
- margin-top: -5px;
1745
- border-width: 0 5px 5px;
1746
- border-bottom-color: #000000;
1747
- }
1748
-
1749
-
1750
- /* -- color text -- */
1751
-
1752
- .text-muted {
1753
- color: #999999;
1754
- }
1755
-
1756
- .text-primary {
1757
- color: #4f46e5;
1758
- }
1759
-
1760
- a.text-primary:hover,
1761
- a.text-primary:focus {
1762
- color: #726bea;
1763
- }
1764
-
1765
- .text-success {
1766
- color: #468847;
1767
- }
1768
-
1769
- a.text-success:hover,
1770
- a.text-success:focus {
1771
- color: #356635;
1772
- }
1773
-
1774
- .text-info {
1775
- color: #3a87ad;
1776
- }
1777
-
1778
- a.text-info:hover,
1779
- a.text-info:focus {
1780
- color: #2d6987;
1781
- }
1782
-
1783
- .text-warning {
1784
- color: #c09853;
1785
- }
1786
-
1787
- a.text-warning:hover,
1788
- a.text-warning:focus {
1789
- color: #a47e3c;
1790
- }
1791
-
1792
- .text-danger {
1793
- color: #b94a48;
1794
- }
1795
-
1796
- a.text-danger:hover,
1797
- a.text-danger:focus {
1798
- color: #953b39;
1799
- }
1800
-
1801
-
1802
- /* -- .panel-group -- */
1803
-
1804
- .panel-group .panel-heading+.panel-collapse>.panel-body,
1805
- .panel-group .panel-heading+.panel-collapse>.list-group {
1806
- border-top: 1px solid #dddddd;
1807
- }
1808
-
1809
- .panel-group .panel-footer {
1810
- border-top: 0;
1811
- }
1812
-
1813
- .panel-group .panel-footer+.panel-collapse .panel-body {
1814
- border-bottom: 1px solid #dddddd;
1815
- }
1816
-
1817
- .panel-default {
1818
- border-color: #dddddd;
1819
- }
1820
-
1821
- .panel-default>.panel-heading {
1822
- color: #333;
1823
- background-color: #dee2e8;
1824
- border-color: #dddddd;
1825
- border-radius: 4px;
1826
- }
1827
-
1828
- .panel-default>.panel-heading+.panel-collapse>.panel-body {
1829
- border-top-color: #dddddd;
1830
- }
1831
-
1832
- .panel-default>.panel-heading .badge {
1833
- color: #f5f5f5;
1834
- background-color: #555555;
1835
- }
1836
-
1837
- .panel-default>.panel-footer+.panel-collapse>.panel-body {
1838
- border-bottom-color: #dddddd;
1839
- }
1840
-
1841
- .panel-primary {
1842
- border-color: #dddddd;
1843
- }
1844
-
1845
- .panel-primary>.panel-heading {
1846
- color: #ffffff;
1847
- background-color: #2fa4e7;
1848
- border-color: #dddddd;
1849
- }
1850
-
1851
- .panel-primary>.panel-heading+.panel-collapse>.panel-body {
1852
- border-top-color: #dddddd;
1853
- }
1854
-
1855
- .panel-primary>.panel-heading .badge {
1856
- color: #2fa4e7;
1857
- background-color: #ffffff;
1858
- }
1859
-
1860
- .panel-primary>.panel-footer+.panel-collapse>.panel-body {
1861
- border-bottom-color: #dddddd;
1862
- }
1863
-
1864
- .panel-success {
1865
- border-color: #dddddd;
1866
- }
1867
-
1868
- .panel-success>.panel-heading {
1869
- color: #468847;
1870
- background-color: #73a839;
1871
- border-color: #dddddd;
1872
- }
1873
-
1874
- .panel-success>.panel-heading+.panel-collapse>.panel-body {
1875
- border-top-color: #dddddd;
1876
- }
1877
-
1878
- .panel-success>.panel-heading .badge {
1879
- color: #73a839;
1880
- background-color: #468847;
1881
- }
1882
-
1883
- .panel-success>.panel-footer+.panel-collapse>.panel-body {
1884
- border-bottom-color: #dddddd;
1885
- }
1886
-
1887
- .panel-info {
1888
- border-color: #dddddd;
1889
- }
1890
-
1891
- .panel-info>.panel-heading {
1892
- color: #3a87ad;
1893
- background-color: #033c73;
1894
- border-color: #dddddd;
1895
- }
1896
-
1897
- .panel-info>.panel-heading+.panel-collapse>.panel-body {
1898
- border-top-color: #dddddd;
1899
- }
1900
-
1901
- .panel-info>.panel-heading .badge {
1902
- color: #033c73;
1903
- background-color: #3a87ad;
1904
- }
1905
-
1906
- .panel-info>.panel-footer+.panel-collapse>.panel-body {
1907
- border-bottom-color: #dddddd;
1908
- }
1909
-
1910
- .panel-warning {
1911
- border-color: #dddddd;
1912
- }
1913
-
1914
- .panel-warning>.panel-heading {
1915
- color: #c09853;
1916
- background-color: #dd5600;
1917
- border-color: #dddddd;
1918
- }
1919
-
1920
- .panel-warning>.panel-heading+.panel-collapse>.panel-body {
1921
- border-top-color: #dddddd;
1922
- }
1923
-
1924
- .panel-warning>.panel-heading .badge {
1925
- color: #dd5600;
1926
- background-color: #c09853;
1927
- }
1928
-
1929
- .panel-warning>.panel-footer+.panel-collapse>.panel-body {
1930
- border-bottom-color: #dddddd;
1931
- }
1932
-
1933
- .panel-danger {
1934
- border-color: #dddddd;
1935
- }
1936
-
1937
- .panel-danger>.panel-heading {
1938
- color: #b94a48;
1939
- background-color: #c71c22;
1940
- border-color: #dddddd;
1941
- }
1942
-
1943
- .panel-danger>.panel-heading+.panel-collapse>.panel-body {
1944
- border-top-color: #dddddd;
1945
- }
1946
-
1947
- .panel-danger>.panel-heading .badge {
1948
- color: #c71c22;
1949
- background-color: #b94a48;
1950
- }
1951
-
1952
- .panel-danger>.panel-footer+.panel-collapse>.panel-body {
1953
- border-bottom-color: #dddddd;
1954
- }
1955
-
1956
-
1957
- /* -- others -- */
1958
-
1959
- hr {
1960
- border-top: 1px solid #eeeeee;
1961
- }
1962
-
1963
- a {
1964
- color: #2fa4e7;
1965
- }
1966
-
1967
- a:hover,
1968
- a:focus {
1969
- color: #157ab5;
1970
- }
1971
-
1972
- h1,
1973
- h2,
1974
- h3,
1975
- h4,
1976
- h5,
1977
- h6,
1978
- .h1,
1979
- .h2,
1980
- .h3,
1981
- .h4,
1982
- .h5,
1983
- .h6 {
1984
- font-family: 'Inter var', Helvetica, Arial, sans-serif;
1985
- font-feature-settings: 'salt';
1986
- line-height: 1.2;
1987
- color: #1e293b;
1988
- }
1989
-
1990
- h1 small,
1991
- h2 small,
1992
- h3 small,
1993
- h4 small,
1994
- h5 small,
1995
- h6 small,
1996
- .h1 small,
1997
- .h2 small,
1998
- .h3 small,
1999
- .h4 small,
2000
- .h5 small,
2001
- .h6 small,
2002
- h1 .small,
2003
- h2 .small,
2004
- h3 .small,
2005
- h4 .small,
2006
- h5 .small,
2007
- h6 .small,
2008
- .h1 .small,
2009
- .h2 .small,
2010
- .h3 .small,
2011
- .h4 .small,
2012
- .h5 .small,
2013
- .h6 .small {
2014
- color: #999999;
2015
- }
2016
-
2017
- h1,
2018
- .h1 {
2019
- font-size: 36px;
2020
- }
2021
-
2022
- h2,
2023
- .h2 {
2024
- font-size: 30px;
2025
- }
2026
-
2027
- h3,
2028
- .h3 {
2029
- font-size: 24px;
2030
- }
2031
-
2032
- h4,
2033
- .h4 {
2034
- font-size: 18px;
2035
- }
2036
-
2037
- h5,
2038
- .h5 {
2039
- font-size: 14px;
2040
- }
2041
-
2042
- h6,
2043
- .h6 {
2044
- font-size: 12px;
2045
- }
2046
-
2047
- mark,
2048
- .mark {
2049
- background-color: #fcf8e3;
2050
- }
2051
-
2052
- .page-header {
2053
- padding-bottom: 9px;
2054
- margin: 40px 0 20px;
2055
- border-bottom: 1px solid #eeeeee;
2056
- }
2057
-
2058
- abbr[title],
2059
- abbr[data-original-title] {
2060
- cursor: help;
2061
- border-bottom: 1px dotted #999999;
2062
- }
2063
-
2064
- code {
2065
- padding: 2px 4px;
2066
- font-size: 90%;
2067
- color: #c7254e;
2068
- background-color: #f9f2f4;
2069
- border-radius: 4px;
2070
- }
2071
-
2072
- .pre-scrollable {
2073
- max-height: 340px;
2074
- overflow-y: scroll;
2075
- }
2076
-
2077
- fieldset {
2078
- padding: 0;
2079
- margin: 0;
2080
- border: 0;
2081
- min-width: 0;
2082
- }
2083
-
2084
- legend {
2085
- display: block;
2086
- width: 100%;
2087
- padding: 0;
2088
- margin-bottom: 20px;
2089
- font-size: 21px;
2090
- line-height: inherit;
2091
- color: #555555;
2092
- border: 0;
2093
- border-bottom: 1px solid #e5e5e5;
2094
- }
2095
-
2096
- output {
2097
- display: block;
2098
- padding-top: 9px;
2099
- font-size: 14px;
2100
- line-height: 1.42857143;
2101
- color: #555555;
2102
- }
2103
-
2104
- .help-block {
2105
- display: block;
2106
- margin-top: 5px;
2107
- margin-bottom: 10px;
2108
- color: #959595;
2109
- }
2110
-
2111
- .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
2112
- border-bottom-right-radius: 0;
2113
- border-top-right-radius: 0;
2114
- }
2115
-
2116
- [data-toggle="buttons"]>.btn input[type="radio"],
2117
- [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
2118
- [data-toggle="buttons"]>.btn input[type="checkbox"],
2119
- [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
2120
- position: absolute;
2121
- clip: rect(0, 0, 0, 0);
2122
- pointer-events: none;
2123
- }
2124
-
2125
- .tab-content>.tab-pane {
2126
- display: none;
2127
- }
2128
-
2129
- .tab-content>.active {
2130
- display: block;
2131
- }
2132
-
2133
- .center-block {
2134
- display: block;
2135
- margin-left: auto;
2136
- margin-right: auto;
2137
- }
2138
-
2139
- .pull-right {
2140
- float: right !important;
2141
- }
2142
-
2143
- .pull-left {
2144
- float: left !important;
2145
- }
2146
-
2147
- .affix {
2148
- position: fixed;
2149
- }
2150
-
2151
- @-ms-viewport {
2152
- width: device-width;
2153
- }
2154
-
2155
- .panel-primary .panel-heading,
2156
- .panel-success .panel-heading,
2157
- .panel-warning .panel-heading,
2158
- .panel-danger .panel-heading,
2159
- .panel-info .panel-heading,
2160
- .panel-primary .panel-title,
2161
- .panel-success .panel-title,
2162
- .panel-warning .panel-title,
2163
- .panel-danger .panel-title,
2164
- .panel-info .panel-title {
2165
- color: #fff;
2166
- }
2167
-
2168
-
2169
- /* Geral */
2170
-
2171
- a {
2172
- color: #4f46e5;
2173
- text-decoration: none;
2174
- }
2175
-
2176
- a:hover,
2177
- a:focus {
2178
- color: #726bea;
2179
- text-decoration: none;
2180
- }
2181
-
2182
- .form-control {
2183
- box-shadow: none;
2184
- width: 100%;
2185
- }
2186
-
2187
- .k-widget {
2188
- box-shadow: none;
2189
- }
2190
-
2191
- div.crn-navigator-vertical {
2192
- padding-left: 0;
2193
- padding-right: 0;
2194
- }
2195
-
2196
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a i {
2197
- font-size: 24px;
2198
- display: inline-block;
2199
- width: 30px;
2200
- text-align: center;
2201
- margin-right: 10px;
2202
- }
2203
-
2204
- div.crn-navigator-horizontal>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu {
2205
- border: 0;
2206
- background-color: #0f172a;
2207
- }
2208
-
2209
- div.crn-navigator-horizontal>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a:hover {
2210
- background-color: #2c3344;
2211
- }
2212
-
2213
- .navbar-nav .open .dropdown-menu>li>a,
2214
- .navbar-nav .open .dropdown-menu .dropdown-header {
2215
- padding: 13px 15px 13px 15px;
2216
- color: #9fa2aa;
2217
- }
2218
-
2219
- .navbar-nav .open .dropdown-menu>li>a i:before {
2220
- content: "";
2221
- }
2222
-
2223
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
2224
- color: #9fa2aa;
2225
- font-size: 13px;
2226
- }
2227
-
2228
- .navbar-default .navbar-nav .open .dropdown-menu>li>a>i {
2229
- width: 30px;
2230
- margin-right: 10px;
2231
- }
2232
-
2233
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
2234
- color: #fff;
2235
- border-radius: 4px;
2236
- }
2237
-
2238
- .navbar-default #navbar2 .navbar-nav .open .dropdown-menu>li>a {
2239
- padding: 13px 15px 13px 58px;
2240
- }
2241
-
2242
- ul.nav.navbar-nav {
2243
- margin: 2px 10px;
2244
- }
2245
-
2246
- .crn-navigator-horizontal .navbar-default .navbar-nav .open .dropdown-menu {
2247
- margin-top: 4px;
2248
- padding: 0;
2249
- }
2250
-
2251
- #navbar2 ul.nav.navbar-nav {
2252
- margin: 4px 10px;
2253
- }
2254
-
2255
- .dropdown-menu > li > a {
2256
- text-transform: initial;
2257
- }
2258
-
2259
-
2260
- /* Tamanho 768 */
2261
-
2262
- @media (min-width: 768px) {
2263
- ul.nav.navbar-nav {
2264
- margin: 4px 10px;
2265
- }
2266
- /* Menu Vertical */
2267
- div.crn-navigator-vertical {
2268
- width: 17vw;
2269
- position: fixed;
2270
- left: 0;
2271
- }
2272
- div.crn-navigator-vertical ul.nav.navbar-nav {
2273
- width: calc(100% - 10px);
2274
- }
2275
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse.collapse {
2276
- box-shadow: none;
2277
- }
2278
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .dropdown-menu {
2279
- margin-left: 0;
2280
- }
2281
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu .dropdown-header,
2282
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a {
2283
- padding: 12px 15px;
2284
- border-radius: 6px;
2285
- line-height: 20px;
2286
- font-size: 13px;
2287
- }
2288
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a i:before {
2289
- content: "";
2290
- }
2291
- div.crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a:hover,
2292
- div.crn-navigator-vertical>.navbar>.navbar-nav .open .dropdown-menu>li>a:focus {
2293
- background-color: #2c3344;
2294
- }
2295
- div.main-view.main-view-vertical {
2296
- display: inline-block;
2297
- margin-right: 0;
2298
- margin-top: 0;
2299
- padding: 0;
2300
- }
2301
-
2302
- /* Menu Horizontal */
2303
- .crn-navigator-horizontal .navbar-default .navbar-nav .open .dropdown-menu>li>a>i {
2304
- display: none;
2305
- }
2306
- .crn-navigator-horizontal .navbar-default #navbar2 .navbar-nav .open .dropdown-menu>li>a {
2307
- padding: 13px 15px;
2308
- }
2309
- /* Logo */
2310
- div.crn-navigator-vertical .navbar-header {
2311
- margin: 30px 0 20px;
2312
- text-align: center;
2313
- }
2314
- div.crn-navigator-vertical .navbar-brand {
2315
- padding: 0;
2316
- float: none;
2317
- margin-top: 4px;
2318
- }
2319
- div.crn-navigator-vertical .navbar-brand img {
2320
- display: inline;
2321
- }
2322
- div.crn-navigator-vertical #navbar>ul>li>*>ul>li:last-child>ul.dropdown-menu>li>a:before {
2323
- content: "";
2324
- margin-right: 13px;
2325
- }
2326
- }
2327
-
2328
- div.main-view.main-view-horizontal {
2329
- padding: 0;
2330
- }
2331
-
2332
- div#view-canvas .main-view-vertical {
2333
- margin-top: 0;
2334
- }
2335
-
2336
- /* Conteúdo Principal */
2337
-
2338
- div.main-view-vertical {
2339
- margin-right: 0;
2340
- margin-left: 0;
2341
- margin-top: 0;
2342
- width: 100%;
2343
- padding: 0;
2344
- }
2345
-
2346
-
2347
- /* Barra de Navegação */
2348
-
2349
- .navbar-default {
2350
- background-image: none;
2351
- background-color: #0f172a;
2352
- border-radius: 0;
2353
- border: 0;
2354
- margin-bottom: 0;
2355
- }
2356
-
2357
-
2358
- /* Input, Select */
2359
-
2360
- input.form-control,
2361
- input.k-input.cronSelect,
2362
- .k-autocomplete .k-input,
2363
- .crn-select,
2364
- input.k-textbox,
2365
- textarea.k-textbox,
2366
- .k-multiselect-wrap {
2367
- padding: 10px 4px;
2368
- height: auto;
2369
- border-color: #cbd5e1;
2370
- }
2371
-
2372
- .k-multiselect-wrap {
2373
- padding: 7px 4px 8px;
2374
- }
2375
-
2376
- input.form-control:hover,
2377
- input.k-input.cronSelect:hover,
2378
- .k-autocomplete .k-input:hover,
2379
- .crn-select:hover {
2380
- border-color: #cbd5e1;
2381
- }
2382
-
2383
- .crn-select {
2384
- height: 49.1px;
2385
- }
2386
-
2387
- input.form-control:focus,
2388
- input.k-input.cronSelect:focus,
2389
- .k-autocomplete .k-input:focus,
2390
- .crn-select:focus {
2391
- box-shadow: none;
2392
- border-color: #4f46e5;
2393
- }
2394
-
2395
- .k-autocomplete.k-state-default,
2396
- .k-dropdown-wrap.k-state-default,
2397
- .k-multiselect-wrap,
2398
- .k-numeric-wrap.k-state-default,
2399
- .k-picker-wrap.k-state-default {
2400
- border-color: #cbd5e1;
2401
- }
2402
-
2403
- .k-autocomplete.k-state-focused,
2404
- .k-dropdown-wrap.k-state-focused,
2405
- .k-multiselect.k-header.k-state-focused,
2406
- .k-numeric-wrap.k-state-focused,
2407
- .k-picker-wrap.k-state-focused,
2408
- .k-textbox:focus {
2409
- box-shadow: none;
2410
- border-color: #4f46e5;
2411
- }
2412
-
2413
- .k-multiselect-clearable .k-multiselect-wrap {
2414
- padding-right: 0;
2415
- }
2416
-
2417
- .k-autocomplete.k-state-default .k-input,
2418
- .k-combobox .k-state-default .k-input,
2419
- .k-multiselect-wrap,
2420
- .k-numeric-wrap.k-state-default .k-input,
2421
- .k-picker-wrap.k-state-default .k-input,
2422
- .k-progress-status-wrap,
2423
- .k-slider-selection,
2424
- .k-slider-track {
2425
- box-shadow: none;
2426
- }
2427
-
2428
- .k-multiselect-wrap.k-state-hover,
2429
- .k-state-hover>.k-multiselect-wrap {
2430
- border: 1px solid #cbd5e1;
2431
- }
2432
-
2433
- .k-multiselect-wrap.k-state-focused,
2434
- .k-state-focused>.k-multiselect-wrap {
2435
- box-shadow: none;
2436
- border: 1px solid #4f46e5;
2437
- }
2438
-
2439
- .k-multiselect .k-button {
2440
- border-color: #4f46e5;
2441
- background-color: #4f46e5;
2442
- margin-right: 5px;
2443
- }
2444
-
2445
- .k-multiselect .k-button:hover {
2446
- border-color: #726bea;
2447
- background-color: #726bea;
2448
- }
2449
-
2450
- .k-multiselect.k-state-focused>.k-multiselect-wrap>.k-i-close,
2451
- .k-multiselect.k-state-hover>.k-multiselect-wrap>.k-i-close {
2452
- color: #333;
2453
- }
2454
-
2455
- .k-autocomplete.k-state-focused {
2456
- box-shadow: none;
2457
- border-color: #4f46e5;
2458
- }
2459
-
2460
- .k-autocomplete.k-state-default .k-input {
2461
- width: calc(100% - 8px);
2462
- }
2463
-
2464
- .input-group .form-control:last-child,
2465
- .input-group .form-control:first-child {
2466
- border-radius: 4px;
2467
- }
2468
-
2469
- .input-group .k-button {
2470
- background-color: transparent;
2471
- border: 0;
2472
- }
2473
-
2474
- .k-combobox .k-select,
2475
- .k-dropdown.cronDynamicSelect .k-dropdown-wrap .k-select {
2476
- margin-top: 7px;
2477
- }
2478
-
2479
- .k-dropdown.cronDynamicSelect .k-dropdown-wrap .k-input {
2480
- padding: 10px 4px;
2481
- background-color: #fff;
2482
- }
2483
-
2484
- .k-dropdown-wrap.k-state-active.k-state-border-down {
2485
- box-shadow: none;
2486
- }
2487
-
2488
- .k-list-optionlabel.k-state-focused,
2489
- .k-list-optionlabel.k-state-selected {
2490
- border-width: 0;
2491
- }
2492
-
2493
- .k-dropdown-wrap.k-state-hover {
2494
- background-color: #fff;
2495
- }
2496
-
2497
-
2498
- /* Checkbox */
2499
-
2500
- label.k-checkbox-label:before,
2501
- label.k-checkbox-label:hover:before {
2502
- background-color: #fff;
2503
- border-color: #606f86;
2504
- border-radius: 3px;
2505
- border-width: 2px;
2506
- box-shadow: none;
2507
- }
2508
-
2509
- input.k-checkbox:checked+label.k-checkbox-label:before,
2510
- input.k-checkbox:checked+label.k-checkbox-label:hover:before {
2511
- background-color: #4f46e5;
2512
- border: 0;
2513
- color: #fff;
2514
- border: 2px solid #4f46e5;
2515
- box-shadow: none;
2516
- }
2517
-
2518
- input.k-checkbox:checked+label.k-checkbox-label:hover:before {
2519
- border-color: #4f46e5;
2520
- }
2521
-
2522
- input.k-checkbox-label:active::before,
2523
- input.k-checkbox:active+label.k-checkbox-label::before {
2524
- box-shadow: none;
2525
- }
2526
-
2527
- input.k-checkbox-label:hover:before,
2528
- input.k-checkbox:hover+label.k-checkbox-label:before {
2529
- border-color: #606f86;
2530
- }
2531
-
2532
- input.k-checkbox:focus+label.k-checkbox-label:before,
2533
- input.k-checkbox:focus+label.k-checkbox-label:hover:before {
2534
- box-shadow: none;
2535
- border-color: #606f86;
2536
- }
2537
-
2538
- input.k-checkbox:focus:checked+label.k-checkbox-label:before,
2539
- input.k-checkbox:focus:checked+label.k-checkbox-label:hover:before {
2540
- border-color: #4f46e5;
2541
- }
2542
-
2543
- input.k-checkbox.ng-pristine.ng-not-empty+label.k-checkbox-label:before,
2544
- input.k-checkbox.ng-pristine.ng-not-empty+label.k-checkbox-label:hover:before {
2545
- background-color: #4f46e5;
2546
- border-color: #4f46e5;
2547
- }
2548
-
2549
- input.k-checkbox.ng-pristine.ng-not-empty+label.k-checkbox-label:after,
2550
- input.k-checkbox.ng-pristine.ng-not-empty+label.k-checkbox-label:hover:after {
2551
- font: 14px WebComponentsIcons, monospace;
2552
- color: #fff;
2553
- border: 0;
2554
- background-color: transparent;
2555
- content: "\e118";
2556
- position: absolute;
2557
- top: 5px;
2558
- left: 6px;
2559
- }
2560
-
2561
-
2562
- /* Textarea */
2563
-
2564
- textarea.form-control {
2565
- padding: 10px calc(.8em + 4px);
2566
- }
2567
-
2568
-
2569
- /* Avaliação */
2570
-
2571
- i.fa.fa-star-o,
2572
- i.component-holder.fa.fa-star {
2573
- margin-right: 4px;
2574
- }
2575
-
2576
-
2577
- /* Envio de Imagem */
2578
-
2579
- .dynamic-image-container {
2580
- border: 2px dashed;
2581
- padding: 20px;
2582
- }
2583
-
2584
- .dynamic-image-container button.btn {
2585
- border-radius: 999px;
2586
- background-color: #4f46e5;
2587
- color: #fff;
2588
- outline: 0;
2589
- padding: 6px 12px;
2590
- }
2591
-
2592
- .dynamic-image-container button.btn:active:focus {
2593
- outline: 0;
2594
- box-shadow: none;
2595
- background-color: #847eed;
2596
- }
2597
-
2598
- .dynamic-image-container button.btn:hover {
2599
- background-color: #847eed;
2600
- }
2601
-
2602
- .dynamic-image-container button.start-camera-button-attribute {
2603
- display: none;
2604
- }
2605
-
2606
-
2607
- /* Calendário */
2608
-
2609
- .k-calendar {
2610
- border-radius: 4px;
2611
- border-color: #cbd5e1;
2612
- }
2613
-
2614
- .k-calendar .k-content .k-link {
2615
- padding: 0;
2616
- text-align: center;
2617
- }
2618
-
2619
- .k-calendar .k-today.k-state-selected {
2620
- background-color: #4f46e5;
2621
- }
2622
-
2623
- .k-draghandle.k-state-selected:hover,
2624
- .k-ghost-splitbar-horizontal,
2625
- .k-ghost-splitbar-vertical,
2626
- .k-list>.k-state-highlight,
2627
- .k-list>.k-state-selected,
2628
- .k-marquee-color,
2629
- .k-panel>.k-state-selected,
2630
- .k-scheduler .k-scheduler-toolbar .k-state-selected,
2631
- .k-scheduler .k-today.k-state-selected,
2632
- .k-state-selected,
2633
- .k-state-selected:link,
2634
- .k-state-selected:visited,
2635
- .k-tool.k-state-selected {
2636
- background-color: #4f46e5;
2637
- }
2638
-
2639
- .k-calendar .k-state-selected.k-state-hover {
2640
- background-color: #726bea;
2641
- }
2642
-
2643
- .k-listview>.k-state-focused.k-state-selected,
2644
- .k-state-selected td.k-state-focused,
2645
- td.k-state-focused.k-state-selected,
2646
- .k-calendar td.k-state-focused.k-state-selected.k-state-hover {
2647
- box-shadow: none;
2648
- }
2649
-
2650
- .k-grid-header th.k-state-focused,
2651
- .k-list>.k-state-focused,
2652
- .k-listview>.k-state-focused,
2653
- .k-state-focused,
2654
- td.k-state-focused {
2655
- box-shadow: none;
2656
- background-color: #c7c4f7;
2657
- }
2658
-
2659
- .k-grid-header .k-header,
2660
- .k-grid-header .k-header a.k-link {
2661
- text-transform: initial;
2662
- }
2663
-
2664
- .k-calendar .k-today.k-state-selected.k-state-hover {
2665
- background-color: #847eed;
2666
- }
2667
-
2668
-
2669
- /* Abas */
2670
-
2671
- ul.nav.nav-tabs {
2672
- border-bottom: 0;
2673
- }
2674
-
2675
- ul.nav.nav-tabs li.active {
2676
- background-color: transparent;
2677
- }
2678
-
2679
- ul.nav.nav-tabs>li>a {
2680
- color: #64748b;
2681
- border: 0;
2682
- background-color: transparent;
2683
- }
2684
-
2685
- ul.nav.nav-tabs>li>a:hover {
2686
- background-color: transparent;
2687
- border: 0;
2688
- }
2689
-
2690
- ul.nav.nav-tabs>li.active>a,
2691
- .nav-tabs>li.active>a:focus,
2692
- .nav-tabs>li.active>a:hover {
2693
- color: #1e293b;
2694
- cursor: default;
2695
- background-color: #dee2e8;
2696
- border-radius: 100px;
2697
- }
2698
-
2699
-
2700
- /* Acordeão */
2701
-
2702
- .panel-group .panel {
2703
- padding: 0;
2704
- box-shadow: none;
2705
- background-color: transparent;
2706
- }
2707
-
2708
- .panel-group .panel-heading+.panel-collapse>.panel-body,
2709
- .panel-group .panel-heading+.panel-collapse>.list-group {
2710
- border: 0;
2711
- }
2712
-
2713
-
2714
- /* Menu Dinâmico */
2715
-
2716
- .navbar-nav>li>a:hover,
2717
- .navbar-nav .open>a,
2718
- .nav .open>a:hover,
2719
- .nav .open>a:focus {
2720
- color: #fff;
2721
- background-color: #4f46e5;
2722
- border-radius: 6px;
2723
- }
2724
-
2725
-
2726
- /* Banner */
2727
-
2728
- .container-fluid .jumbotron {
2729
- padding: 0;
2730
- }
2731
-
2732
- .container-fluid .jumbotron h1 {
2733
- margin-right: 0;
2734
- margin-left: 0;
2735
- border-bottom: 0;
2736
- background-color: transparent;
2737
- }
2738
-
2739
-
2740
- /* Editor de texto rico */
2741
-
2742
- div.mce-panel {
2743
- border-radius: 4px;
2744
- border-color: #cbd5e1;
2745
- }
2746
-
2747
-
2748
- /* Data/Hora */
2749
-
2750
- .bootstrap-datetimepicker-widget table td.active,
2751
- .bootstrap-datetimepicker-widget table td.active:hover,
2752
- .bootstrap-datetimepicker-widget table td span.active {
2753
- background-color: #4f46e5;
2754
- }
2755
-
2756
- .bootstrap-datetimepicker-widget .btn {
2757
- background-color: transparent;
2758
- color: #4f46e5;
2759
- }
2760
-
2761
-
2762
- /* Options */
2763
-
2764
- .k-content,
2765
- .k-panel>li.k-item,
2766
- .k-panelbar>li.k-item,
2767
- .k-tiles {
2768
- background-color: transparent;
2769
- }
2770
-
2771
-
2772
- /* Painel */
2773
-
2774
- .panel.panel-primary>.panel-heading {
2775
- background-color: transparent;
2776
- }
2777
-
2778
- .panel.panel-primary>.panel-heading .panel-title .lead {
2779
- color: #55556a;
2780
- }
2781
-
2782
- .panel.panel-primary>.panel-footer {
2783
- background-color: transparent;
2784
- }
2785
-
2786
-
2787
- /* Slider */
2788
-
2789
- .k-slider-horizontal .k-slider-buttons .k-slider-track {
2790
- margin-top: -16px;
2791
- background-color: #ddd;
2792
- box-shadow: none;
2793
- border: 0;
2794
- border-radius: 9999px;
2795
- }
2796
-
2797
- .k-slider-horizontal .k-slider-selection {
2798
- background-color: #726bea;
2799
- border-radius: 9999px;
2800
- }
2801
-
2802
- .k-slider-horizontal .k-slider-selection,
2803
- .k-slider-horizontal .k-slider-track {
2804
- margin-top: -4px;
2805
- }
2806
-
2807
- .k-draghandle,
2808
- .k-draghandle.k-state-focused,
2809
- .k-draghandle.k-state-focused:link,
2810
- .k-slider-buttons .k-button:active,
2811
- .k-slider-buttons .k-button:focus,
2812
- .k-slider-horizontal .k-draghandle:hover {
2813
- box-shadow: none;
2814
- background-color: #3731a0;
2815
- border: 2px solid #3731a0;
2816
- }
2817
-
2818
- .k-slider-horizontal .k-draghandle {
2819
- top: -5px;
2820
- }
2821
-
2822
- .k-button-increase,
2823
- .k-button-decrease {
2824
- background-color: #4f46e5;
2825
- color: #fff;
2826
- }
2827
-
2828
- .k-button-increase:hover,
2829
- .k-button-decrease:hover {
2830
- background-color: #726bea;
2831
- color: #fff;
2832
- }
2833
-
2834
-
2835
- /* Tabelas/Grades */
2836
-
2837
- .k-grid {
2838
- border: 1px solid #cbd5e1;
2839
- }
2840
-
2841
- .k-grid .k-header {
2842
- background-color: #fff;
2843
- }
2844
-
2845
- .k-i-filter:before {
2846
- font: normal normal normal 14px/1 FontAwesome;
2847
- content: "\f142";
2848
- }
2849
-
2850
- .k-grid-header .k-header,
2851
- .k-grid-header .k-header a.k-link,
2852
- .k-grid-header .k-header a.k-link:hover {
2853
- color: #64748b;
2854
- font-weight: normal;
2855
- font-size: 12px;
2856
- text-decoration: none;
2857
- }
2858
-
2859
- .k-grid-header th.k-with-icon .k-link {
2860
- margin-right: 0;
2861
- }
2862
-
2863
- .k-header>.k-grid-filter,
2864
- .k-header>.k-header-column-menu {
2865
- float: none;
2866
- }
2867
-
2868
- .k-header>.k-grid-filter:focus-visible,
2869
- .k-header>.k-header-column-menu:focus-visible,
2870
- .k-header>.k-grid-filter span:focus-visible,
2871
- .k-header>.k-header-column-menu span:focus-visible {
2872
- outline: 0;
2873
- }
2874
-
2875
- .k-gantt-toolbar .k-state-default,
2876
- .k-grid .k-grouping-header,
2877
- .k-grid-header,
2878
- .k-grid-header-wrap,
2879
- .k-grouping-header .k-group-indicator,
2880
- .k-header,
2881
- .k-pager-wrap,
2882
- .k-pager-wrap .k-link,
2883
- .k-pager-wrap .k-textbox {
2884
- border-color: #cbd5e1;
2885
- }
2886
-
2887
- .k-filter-row th,
2888
- .k-grid-header th.k-header {
2889
- background-color: #f8fafc;
2890
- }
2891
-
2892
- .k-grid-header th.k-header>.k-link {
2893
- display: inline;
2894
- text-decoration: none;
2895
- }
2896
-
2897
- .k-grid-header .k-header,
2898
- .k-grid-header .k-header a.k-link {
2899
- text-decoration: initial;
2900
- }
2901
-
2902
- .k-filter-row th,
2903
- .k-grid-header th.k-header {
2904
- padding: 1.5em .6em 1.5em .6em;
2905
- border-width: 0;
2906
- border-bottom-width: 1px;
2907
- }
2908
-
2909
- .k-grid tr td {
2910
- border-width: 0;
2911
- }
2912
-
2913
- .k-grid tr:hover {
2914
- background-color: transparent;
2915
- }
2916
-
2917
- .k-grid .k-button {
2918
- background-color: #4f46e5;
2919
- color: #fff;
2920
- }
2921
-
2922
- .k-grid .k-button:hover {
2923
- background-color: #726bea;
2924
- }
2925
-
2926
- .k-action-buttons .k-button {
2927
- background-color: #4f46e5;
2928
- color: #fff;
2929
- }
2930
-
2931
- .k-action-buttons .k-button:hover {
2932
- background-color: #726bea;
2933
- }
2934
-
2935
- .k-action-buttons .k-button+.k-button {
2936
- margin-left: 0;
2937
- }
2938
-
2939
- form.k-filter-menu .k-textbox,
2940
- form.k-filter-menu .k-widget {
2941
- width: 100%;
2942
- }
2943
-
2944
- .k-autocomplete.k-state-border-up,
2945
- .k-calendar-container.k-state-border-up,
2946
- .k-dropdown-wrap.k-state-border-up,
2947
- .k-filter-menu,
2948
- .k-list-container.k-state-border-up,
2949
- .k-multiselect.k-state-border-up,
2950
- .k-numeric-wrap.k-state-border-up,
2951
- .k-picker-wrap.k-state-border-up,
2952
- .k-window-content {
2953
- border-radius: 4px;
2954
- }
2955
-
2956
- .k-pager-wrap .k-dropdown {
2957
- width: 8.5em;
2958
- }
2959
-
2960
- .k-popup .k-list .k-state-focused {
2961
- box-shadow: none;
2962
- }
2963
-
2964
- .k-command-cell .k-button {
2965
- background-color: transparent;
2966
- color: #999;
2967
- }
2968
-
2969
- .k-command-cell .k-button:hover {
2970
- background-color: transparent;
2971
- }
2972
-
2973
- .k-command-cell .k-button.k-grid-edit:hover {
2974
- color: #f7b13c;
2975
- }
2976
-
2977
- .k-command-cell .k-button.k-grid-delete:hover {
2978
- color: #e35151;
2979
- }
2980
-
2981
- .k-button.k-state-focused,
2982
- .k-button.k-state-focused.k-state-disabled,
2983
- .k-button:focus,
2984
- .k-button:focus:hover,
2985
- .k-state-disabled .k-button.k-state-focused {
2986
- box-shadow: none;
2987
- }
2988
-
2989
- .k-button:focus:active {
2990
- box-shadow: none;
2991
- outline: 0;
2992
- }
2993
-
2994
- .k-pager-refresh.k-link {
2995
- color: #4f46e5;
2996
- }
2997
-
2998
- .k-pager-refresh.k-link:hover {
2999
- color: #726bea;
3000
- }
3001
-
3002
- .k-grid tbody tr:nth-child(n+2) td {
3003
- border-top: 1px solid #cbd5e1;
3004
- }
3005
-
3006
- .k-pager-wrap {
3007
- background-color: #f8fafc;
3008
- }
3009
-
3010
-
3011
- /* Option */
3012
-
3013
- .k-radio:checked+.k-radio-label:after {
3014
- background-color: #4f46e5;
3015
- }
3016
-
3017
- .k-radio:focus+.k-radio-label:before,
3018
- .k-radio:checked+.k-radio-label:active:before,
3019
- .k-radio-label:active:before {
3020
- border-color: #cbd5e1;
3021
- box-shadow: none
3022
- }
3023
-
3024
-
3025
- /* Modal */
3026
-
3027
- .modal-dialog .modal-header,
3028
- .modal-dialog .modal-body {
3029
- border: 0;
3030
- }
3031
-
3032
- .modal-dialog .modal-body .list-group-item {
3033
- padding: 0;
3034
- border-top: 0;
3035
- border-left: 0;
3036
- border-right: 0;
3037
- }
3038
-
3039
- .modal-dialog .modal-body .list-group-item:last-child input {
3040
- border-bottom: 0;
3041
- }
3042
-
3043
-
3044
- /* Widget */
3045
-
3046
- .k-widget {
3047
- border-color: #cbd5e1;
3048
- }
3049
-
3050
- .k-header,
3051
- .k-footer {
3052
- background-color: #f8fafc;
3053
- }
3054
-
3055
-
3056
- /* Agendador */
3057
-
3058
- .k-scheduler-header th,
3059
- .k-scheduler-table td,
3060
- .k-scheduler-times th,
3061
- .k-scheduler-times tr {
3062
- border-color: #cbd5e1;
3063
- }
3064
-
3065
- .k-scheduler-toolbar>ul>li {
3066
- margin-right: 5px;
3067
- margin-bottom: 5px;
3068
- border: 1px solid #cbd5e1;
3069
- border-radius: 4px;
3070
- }
3071
-
3072
- .k-scheduler-toolbar>ul>li>a.k-link:link {
3073
- color: #4f46e5;
3074
- }
3075
-
3076
- .k-scheduler-toolbar>ul li:first-child {
3077
- border-radius: 4px;
3078
- }
3079
-
3080
- .k-scheduler-toolbar>ul>li.k-state-selected>a.k-link:link {
3081
- color: #fff;
3082
- outline: 0;
3083
- }
3084
-
3085
- .k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
3086
- background-color: #cbd5e1;
3087
- border-color: #cbd5e1;
3088
- }
3089
-
3090
- .k-gantt-toolbar>ul.k-gantt-views li:first-child+li,
3091
- .k-gantt-toolbar>ul.k-gantt-views li:first-child+li .k-link,
3092
- .k-scheduler-toolbar>ul li:first-child,
3093
- .k-scheduler-toolbar>ul li:first-child .k-link,
3094
- .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,
3095
- .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link {
3096
- border-radius: 4px;
3097
- }
3098
-
3099
- .k-scheduler-toolbar .k-nav-prev .k-icon::before,
3100
- .k-scheduler-toolbar .k-nav-next .k-icon::before {
3101
- top: -3px;
3102
- }
3103
-
3104
-
3105
- /* Componente Formulário */
3106
-
3107
- .active-bar .btn-success,
3108
- .active-bar .btn-danger {
3109
- background-color: #fff;
3110
- color: #333;
3111
- }
3112
-
3113
- .active-bar .btn-success:hover,
3114
- .active-bar .btn-danger:hover,
3115
- .active-bar .btn-success:active,
3116
- .active-bar .btn-danger:active,
3117
- .active-bar .btn-success:focus,
3118
- .active-bar .btn-danger:focus,
3119
- .active-bar .btn-success:active:focus,
3120
- .active-bar .btn-danger:active:focus {
3121
- background-color: #eee;
3122
- }
3123
-
3124
- .active-bar .btn-success {
3125
- border: 1px solid #22c55e;
3126
- }
3127
-
3128
- .active-bar .btn-success:hover,
3129
- .active-bar .btn-success:active,
3130
- .active-bar .btn-success:focus,
3131
- .active-bar .btn-success:active:focus {
3132
- color: #22c55e;
3133
- border: 1px solid #22c55e;
3134
- }
3135
-
3136
- .active-bar .btn-danger {
3137
- border: 1px solid #dc2626;
3138
- }
3139
-
3140
- .active-bar .btn-danger:hover,
3141
- .active-bar .btn-danger:active,
3142
- .active-bar .btn-danger:focus,
3143
- .active-bar .btn-danger:active:focus {
3144
- color: #dc2626;
3145
- border: 1px solid #dc2626;
3146
- }
3147
-
3148
-
3149
- /* Login */
3150
-
3151
- .login-view {
3152
- background-color: #fff;
3153
- display: table;
3154
- padding: 20px;
3155
- border: 0;
3156
- border-radius: 1rem;
3157
- box-shadow: 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
3158
- }
3159
-
3160
-
3161
- /* Esqueceu a senha */
3162
-
3163
- #forgotPasswordModal .col-md-2 {
3164
- width: auto;
3165
- margin-right: 10px;
3166
- padding: 0;
3167
- }
3168
-
3169
- #forgotPasswordModal .btn-primary,
3170
- #forgotPasswordModal .btn-danger {
3171
- background-color: #fff;
3172
- color: #333;
3173
- }
3174
-
3175
- #forgotPasswordModal .btn-primary:hover,
3176
- #forgotPasswordModal .btn-danger:hover {
3177
- background-color: #eee;
3178
- }
3179
-
3180
- #forgotPasswordModal .btn-primary {
3181
- border: 1px solid #22c55e;
3182
- }
3183
-
3184
- #forgotPasswordModal .btn-primary:hover {
3185
- color: #22c55e;
3186
- }
3187
-
3188
- #forgotPasswordModal .btn-danger {
3189
- border: 1px solid #dc2626;
3190
- }
3191
-
3192
- #forgotPasswordModal .btn-danger:hover {
3193
- color: #dc2626;
3194
- }
3195
-
3196
-
3197
- /* Cadastre-se */
3198
-
3199
- .login-view h1.component-holder {
3200
- height: 50px;
3201
- padding: 0;
3202
- margin-top: 50px;
3203
- margin-left: 0;
3204
- margin-right: 0;
3205
- margin-bottom: 20px;
3206
- border: 0;
3207
- }
3208
-
3209
- .cardinput {
3210
- background-color: #fff;
3211
- }
3212
-
3213
-
3214
- /* -- component badge -- */
3215
-
3216
- .badge {
3217
- background-color: #2fa4e7;
3218
- }
3219
-
3220
- .list-group-item.active>.badge,
3221
- .nav-pills>.active>a>.badge {
3222
- color: #2fa4e7;
3223
- background-color: #ffffff;
3224
- }
3225
-
3226
-
3227
- /* -- .btn -- */
3228
-
3229
- .k-button {
3230
- border-radius: 9999px;
3231
- padding: 14px 22px 13px;
3232
- background-color: #1e293b;
3233
- border: 0;
3234
- }
3235
-
3236
- .btn {
3237
- background-color: #1e293b;
3238
- color: #fff;
3239
- border: 0;
3240
- text-shadow: none;
3241
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
3242
- }
3243
-
3244
- .btn i {
3245
- margin-top: -2px;
3246
- margin-right: 8px;
3247
- }
3248
-
3249
- .btn.btn-primary,
3250
- .btn.btn-success,
3251
- .btn.btn-danger,
3252
- .btn.btn-info,
3253
- .btn.btn-light,
3254
- .btn.btn-link,
3255
- .btn.btn-default {
3256
- outline: none;
3257
- }
3258
-
3259
- .btn.btn-primary {
3260
- background-color: #4f46e5;
3261
- color: #fff;
3262
- }
3263
-
3264
- .btn.btn-primary:hover,
3265
- .btn.btn-primary:active,
3266
- .btn.btn-primary:focus,
3267
- .btn.btn-primary:active:focus {
3268
- background-color: #726bea;
3269
- color: #fff;
3270
- }
3271
-
3272
- .btn.btn-success {
3273
- background-color: #22c55e;
3274
- color: #fff;
3275
- }
3276
-
3277
- .btn.btn-success:hover,
3278
- .btn.btn-success:active,
3279
- .btn.btn-success:focus,
3280
- .btn.btn-success:active:focus {
3281
- background-color: #4ed17e;
3282
- color: #fff;
3283
- }
3284
-
3285
- .btn.btn-warning {
3286
- background-color: #f59e0b;
3287
- color: #fff;
3288
- }
3289
-
3290
- .btn.btn-warning:hover,
3291
- .btn.btn-warning:active,
3292
- .btn.btn-warning:focus,
3293
- .btn.btn-warning:active:focus {
3294
- background-color: #f7b13c;
3295
- color: #fff;
3296
- }
3297
-
3298
- .btn.btn-danger {
3299
- background-color: #dc2626;
3300
- color: #fff;
3301
- }
3302
-
3303
- .btn.btn-danger:hover,
3304
- .btn.btn-danger:active,
3305
- .btn.btn-danger:focus,
3306
- .btn.btn-danger:active:focus {
3307
- background-color: #e35151;
3308
- color: #fff;
3309
- }
3310
-
3311
- .btn.btn-info {
3312
- background-color: #fff;
3313
- border: 1px solid #cbd5e1;
3314
- color: #333;
3315
- }
3316
-
3317
- .btn.btn-info:hover,
3318
- .btn.btn-info:active,
3319
- .btn.btn-info:focus,
3320
- .btn.btn-info:active:focus {
3321
- background-color: #cbd5e1;
3322
- border: 1px solid #cbd5e1;
3323
- color: #333;
3324
- }
3325
-
3326
- .btn.btn-light {
3327
- background-color: #e5e5e5;
3328
- color: #333;
3329
- }
3330
-
3331
- .btn.btn-light:hover,
3332
- .btn.btn-light:active,
3333
- .btn.btn-light:focus,
3334
- .btn.btn-light:active:focus {
3335
- background-color: #cecece;
3336
- color: #333;
3337
- }
3338
-
3339
- .btn.btn-link {
3340
- background-color: transparent;
3341
- color: #4f46e5;
3342
- }
3343
-
3344
- .btn.btn-link:hover,
3345
- .btn.btn-link:active,
3346
- .btn.btn-link:focus,
3347
- .btn.btn-link:active:focus {
3348
- background-color: transparent;
3349
- color: #4f46e5;
3350
- text-decoration: none;
3351
- }
3352
-
3353
- .btn-default:focus,
3354
- .btn-default.focus,
3355
- .btn-default:active,
3356
- .btn-default.active,
3357
- .btn-default:focus:active {
3358
- background-color: #4B5462;
3359
- color: #fff;
3360
- box-shadow: none;
3361
- }
3362
-
3363
- .btn:hover,
3364
- .btn:focus,
3365
- .btn.focus {
3366
- color: #555555;
3367
- }
3368
-
3369
- .btn-default {
3370
- color: #fff;
3371
- background-color: #1e293b;
3372
- border: none;
3373
- }
3374
-
3375
- .btn-default:focus,
3376
- .btn-default.focus {
3377
- color: #555555;
3378
- background-color: #e6e6e6;
3379
- border-color: rgba(0, 0, 0, 0.1);
3380
- }
3381
-
3382
- .btn-default:hover,
3383
- .btn-default:active,
3384
- .btn-default.active,
3385
- .open>.dropdown-toggle.btn-default {
3386
- color: #555555;
3387
- background-color: #e6e6e6;
3388
- border-color: rgba(0, 0, 0, 0.1);
3389
- }
3390
-
3391
- .btn-default:active:hover,
3392
- .btn-default.active:hover,
3393
- .open>.dropdown-toggle.btn-default:hover,
3394
- .btn-default:active:focus,
3395
- .btn-default.active:focus,
3396
- .open>.dropdown-toggle.btn-default:focus,
3397
- .btn-default:active.focus,
3398
- .btn-default.active.focus,
3399
- .open>.dropdown-toggle.btn-default.focus {
3400
- color: #555555;
3401
- background-color: #d4d4d4;
3402
- border-color: rgba(0, 0, 0, 0.1);
3403
- }
3404
-
3405
- .btn-default.disabled:hover,
3406
- .btn-default[disabled]:hover,
3407
- fieldset[disabled] .btn-default:hover,
3408
- .btn-default.disabled:focus,
3409
- .btn-default[disabled]:focus,
3410
- fieldset[disabled] .btn-default:focus,
3411
- .btn-default.disabled.focus,
3412
- .btn-default[disabled].focus,
3413
- fieldset[disabled] .btn-default.focus {
3414
- background-color: #ffffff;
3415
- border-color: rgba(0, 0, 0, 0.1);
3416
- }
3417
-
3418
- .btn-default .badge {
3419
- color: #ffffff;
3420
- background-color: #555555;
3421
- }
3422
-
3423
- .btn-primary:focus,
3424
- .btn-primary.focus {
3425
- color: #ffffff;
3426
- background-color: #178acc;
3427
- border-color: #105b87;
3428
- }
3429
-
3430
- .btn-primary:hover,
3431
- .btn-primary:active,
3432
- .btn-primary.active,
3433
- .open>.dropdown-toggle.btn-primary {
3434
- color: #ffffff;
3435
- background-color: #178acc;
3436
- border-color: #1684c2;
3437
- }
3438
-
3439
- .btn-primary:active:hover,
3440
- .btn-primary.active:hover,
3441
- .open>.dropdown-toggle.btn-primary:hover,
3442
- .btn-primary:active:focus,
3443
- .btn-primary.active:focus,
3444
- .open>.dropdown-toggle.btn-primary:focus,
3445
- .btn-primary:active.focus,
3446
- .btn-primary.active.focus,
3447
- .open>.dropdown-toggle.btn-primary.focus {
3448
- color: #ffffff;
3449
- background-color: #1474ac;
3450
- border-color: #105b87;
3451
- }
3452
-
3453
- .btn-primary.disabled:hover,
3454
- .btn-primary[disabled]:hover,
3455
- fieldset[disabled] .btn-primary:hover,
3456
- .btn-primary.disabled:focus,
3457
- .btn-primary[disabled]:focus,
3458
- fieldset[disabled] .btn-primary:focus,
3459
- .btn-primary.disabled.focus,
3460
- .btn-primary[disabled].focus,
3461
- fieldset[disabled] .btn-primary.focus {
3462
- background-color: #2fa4e7;
3463
- border-color: #2fa4e7;
3464
- }
3465
-
3466
- .btn-primary .badge {
3467
- color: #2fa4e7;
3468
- background-color: #ffffff;
3469
- }
3470
-
3471
- .btn-success {
3472
- color: #ffffff;
3473
- background-color: #73a839;
3474
- border-color: #73a839;
3475
- }
3476
-
3477
- .btn-success:focus,
3478
- .btn-success.focus {
3479
- color: #ffffff;
3480
- background-color: #59822c;
3481
- border-color: #324919;
3482
- }
3483
-
3484
- .btn-success:hover,
3485
- .btn-success:active,
3486
- .btn-success.active,
3487
- .open>.dropdown-toggle.btn-success {
3488
- color: #ffffff;
3489
- background-color: #59822c;
3490
- border-color: #547a29;
3491
- }
3492
-
3493
- .btn-success:active:hover,
3494
- .btn-success.active:hover,
3495
- .open>.dropdown-toggle.btn-success:hover,
3496
- .btn-success:active:focus,
3497
- .btn-success.active:focus,
3498
- .open>.dropdown-toggle.btn-success:focus,
3499
- .btn-success:active.focus,
3500
- .btn-success.active.focus,
3501
- .open>.dropdown-toggle.btn-success.focus {
3502
- color: #ffffff;
3503
- background-color: #476723;
3504
- border-color: #324919;
3505
- }
3506
-
3507
- .btn-success.disabled:hover,
3508
- .btn-success[disabled]:hover,
3509
- fieldset[disabled] .btn-success:hover,
3510
- .btn-success.disabled:focus,
3511
- .btn-success[disabled]:focus,
3512
- fieldset[disabled] .btn-success:focus,
3513
- .btn-success.disabled.focus,
3514
- .btn-success[disabled].focus,
3515
- fieldset[disabled] .btn-success.focus {
3516
- background-color: #73a839;
3517
- border-color: #73a839;
3518
- }
3519
-
3520
- .btn-success .badge {
3521
- color: #73a839;
3522
- background-color: #ffffff;
3523
- }
3524
-
3525
- .btn-info {
3526
- color: #ffffff;
3527
- background-color: #033c73;
3528
- border-color: #033c73;
3529
- }
3530
-
3531
- .btn-info:focus,
3532
- .btn-info.focus {
3533
- color: #ffffff;
3534
- background-color: #022241;
3535
- border-color: #000000;
3536
- }
3537
-
3538
- .btn-info:hover,
3539
- .btn-info:active,
3540
- .btn-info.active,
3541
- .open>.dropdown-toggle.btn-info {
3542
- color: #ffffff;
3543
- background-color: #022241;
3544
- border-color: #011d37;
3545
- }
3546
-
3547
- .btn-info:active:hover,
3548
- .btn-info.active:hover,
3549
- .open>.dropdown-toggle.btn-info:hover,
3550
- .btn-info:active:focus,
3551
- .btn-info.active:focus,
3552
- .open>.dropdown-toggle.btn-info:focus,
3553
- .btn-info:active.focus,
3554
- .btn-info.active.focus,
3555
- .open>.dropdown-toggle.btn-info.focus {
3556
- color: #ffffff;
3557
- background-color: #01101f;
3558
- border-color: #000000;
3559
- }
3560
-
3561
- .btn-info.disabled:hover,
3562
- .btn-info[disabled]:hover,
3563
- fieldset[disabled] .btn-info:hover,
3564
- .btn-info.disabled:focus,
3565
- .btn-info[disabled]:focus,
3566
- fieldset[disabled] .btn-info:focus,
3567
- .btn-info.disabled.focus,
3568
- .btn-info[disabled].focus,
3569
- fieldset[disabled] .btn-info.focus {
3570
- background-color: #033c73;
3571
- border-color: #033c73;
3572
- }
3573
-
3574
- .btn-info .badge {
3575
- color: #033c73;
3576
- background-color: #ffffff;
3577
- }
3578
-
3579
- .btn-warning {
3580
- color: #ffffff;
3581
- background-color: #dd5600;
3582
- border-color: #dd5600;
3583
- }
3584
-
3585
- .btn-warning:focus,
3586
- .btn-warning.focus {
3587
- color: #ffffff;
3588
- background-color: #aa4200;
3589
- border-color: #5e2400;
3590
- }
3591
-
3592
- .btn-warning:hover,
3593
- .btn-warning:active,
3594
- .btn-warning.active,
3595
- .open>.dropdown-toggle.btn-warning {
3596
- color: #ffffff;
3597
- background-color: #aa4200;
3598
- border-color: #a03e00;
3599
- }
3600
-
3601
- .btn-warning:active:hover,
3602
- .btn-warning.active:hover,
3603
- .open>.dropdown-toggle.btn-warning:hover,
3604
- .btn-warning:active:focus,
3605
- .btn-warning.active:focus,
3606
- .open>.dropdown-toggle.btn-warning:focus,
3607
- .btn-warning:active.focus,
3608
- .btn-warning.active.focus,
3609
- .open>.dropdown-toggle.btn-warning.focus {
3610
- color: #ffffff;
3611
- background-color: #863400;
3612
- border-color: #5e2400;
3613
- }
3614
-
3615
- .btn-warning.disabled:hover,
3616
- .btn-warning[disabled]:hover,
3617
- fieldset[disabled] .btn-warning:hover,
3618
- .btn-warning.disabled:focus,
3619
- .btn-warning[disabled]:focus,
3620
- fieldset[disabled] .btn-warning:focus,
3621
- .btn-warning.disabled.focus,
3622
- .btn-warning[disabled].focus,
3623
- fieldset[disabled] .btn-warning.focus {
3624
- background-color: #dd5600;
3625
- border-color: #dd5600;
3626
- }
3627
-
3628
- .btn-warning .badge {
3629
- color: #dd5600;
3630
- background-color: #ffffff;
3631
- }
3632
-
3633
- .btn-danger {
3634
- color: #ffffff;
3635
- background-color: #c71c22;
3636
- border-color: #c71c22;
3637
- }
3638
-
3639
- .btn-danger:focus,
3640
- .btn-danger.focus {
3641
- color: #ffffff;
3642
- background-color: #9a161a;
3643
- border-color: #570c0f;
3644
- }
3645
-
3646
- .btn-danger:hover,
3647
- .btn-danger:active,
3648
- .btn-danger.active,
3649
- .open>.dropdown-toggle.btn-danger {
3650
- color: #ffffff;
3651
- background-color: #9a161a;
3652
- border-color: #911419;
3653
- }
3654
-
3655
- .btn-danger:active:hover,
3656
- .btn-danger.active:hover,
3657
- .open>.dropdown-toggle.btn-danger:hover,
3658
- .btn-danger:active:focus,
3659
- .btn-danger.active:focus,
3660
- .open>.dropdown-toggle.btn-danger:focus,
3661
- .btn-danger:active.focus,
3662
- .btn-danger.active.focus,
3663
- .open>.dropdown-toggle.btn-danger.focus {
3664
- color: #ffffff;
3665
- background-color: #7b1115;
3666
- border-color: #570c0f;
3667
- }
3668
-
3669
- .btn-danger.disabled:hover,
3670
- .btn-danger[disabled]:hover,
3671
- fieldset[disabled] .btn-danger:hover,
3672
- .btn-danger.disabled:focus,
3673
- .btn-danger[disabled]:focus,
3674
- fieldset[disabled] .btn-danger:focus,
3675
- .btn-danger.disabled.focus,
3676
- .btn-danger[disabled].focus,
3677
- fieldset[disabled] .btn-danger.focus {
3678
- background-color: #c71c22;
3679
- border-color: #c71c22;
3680
- }
3681
-
3682
- .btn-danger .badge {
3683
- color: #c71c22;
3684
- background-color: #ffffff;
3685
- }
3686
-
3687
- .btn-link {
3688
- color: #2fa4e7;
3689
- }
3690
-
3691
- .btn-link:hover,
3692
- .btn-link:focus {
3693
- color: #157ab5;
3694
- }
3695
-
3696
- .btn-link[disabled]:hover,
3697
- fieldset[disabled] .btn-link:hover,
3698
- .btn-link[disabled]:focus,
3699
- fieldset[disabled] .btn-link:focus {
3700
- color: #999999;
3701
- text-decoration: none;
3702
- }
3703
-
3704
- .btn .caret {
3705
- border-top-color: #fff;
3706
- }
3707
-
3708
-
3709
- /* -- color background -- */
3710
-
3711
- .bg-primary {
3712
- color: #fff;
3713
- background-color: #2fa4e7;
3714
- }
3715
-
3716
- a.bg-primary:hover,
3717
- a.bg-primary:focus {
3718
- background-color: #178acc;
3719
- }
3720
-
3721
- .bg-success {
3722
- background-color: #dff0d8;
3723
- }
3724
-
3725
- a.bg-success:hover,
3726
- a.bg-success:focus {
3727
- background-color: #c1e2b3;
3728
- }
3729
-
3730
- .bg-info {
3731
- background-color: #d9edf7;
3732
- }
3733
-
3734
- a.bg-info:hover,
3735
- a.bg-info:focus {
3736
- background-color: #afd9ee;
3737
- }
3738
-
3739
- .bg-warning {
3740
- background-color: #fcf8e3;
3741
- }
3742
-
3743
- a.bg-warning:hover,
3744
- a.bg-warning:focus {
3745
- background-color: #f7ecb5;
3746
- }
3747
-
3748
- .bg-danger {
3749
- background-color: #f2dede;
3750
- }
3751
-
3752
- a.bg-danger:hover,
3753
- a.bg-danger:focus {
3754
- background-color: #e4b9b9;
3755
- }
3756
-
3757
-
3758
- /* -- color nav -- */
3759
-
3760
- .nav>li>a:hover,
3761
- .nav>li>a:focus {
3762
- text-decoration: none;
3763
- background-color: #eeeeee;
3764
- }
3765
-
3766
- .nav>li.disabled>a {
3767
- color: #999999;
3768
- }
3769
-
3770
- .nav>li.disabled>a:hover,
3771
- .nav>li.disabled>a:focus {
3772
- color: #999999;
3773
- }
3774
-
3775
- .nav .open>a,
3776
- .nav .open>a:hover,
3777
- .nav .open>a:focus {
3778
- background-color: #eeeeee;
3779
- border-color: #2fa4e7;
3780
- }
3781
-
3782
- .nav .nav-divider {
3783
- height: 1px;
3784
- margin: 9px 0;
3785
- overflow: hidden;
3786
- background-color: #e5e5e5;
3787
- }
3788
-
3789
- .nav-tabs-justified>.active>a,
3790
- .nav-tabs-justified>.active>a:hover,
3791
- .nav-tabs-justified>.active>a:focus {
3792
- border: 1px solid #dddddd;
3793
- }
3794
-
3795
- @media (min-width: 768px) {
3796
- .nav-tabs-justified>li>a {
3797
- border-bottom: 1px solid #dddddd;
3798
- border-radius: 4px 4px 0 0;
3799
- }
3800
- .nav-tabs-justified>.active>a,
3801
- .nav-tabs-justified>.active>a:hover,
3802
- .nav-tabs-justified>.active>a:focus {
3803
- border-bottom-color: #ffffff;
3804
- }
3805
- }
3806
-
3807
- .nav-pills>li.active>a,
3808
- .nav-pills>li.active>a:hover,
3809
- .nav-pills>li.active>a:focus {
3810
- color: #ffffff;
3811
- background-color: #2fa4e7;
3812
- }
3813
-
3814
-
3815
- /* -- color dropdown-menu -- */
3816
-
3817
- .dropdown-menu {
3818
- background-color: #ffffff;
3819
- border: 1px solid rgba(0, 0, 0, 0.15);
3820
- }
3821
-
3822
- .dropdown-menu .divider {
3823
- background-color: #e5e5e5;
3824
- }
3825
-
3826
- .dropdown-menu>li>a {
3827
- color: #333333;
3828
- }
3829
-
3830
- .dropdown-menu>li>a:hover,
3831
- .dropdown-menu>li>a:focus {
3832
- text-decoration: none;
3833
- color: #ffffff;
3834
- background-color: #4f46e5;
3835
- ;
3836
- }
3837
-
3838
- .dropdown-menu>.active>a,
3839
- .dropdown-menu>.active>a:hover,
3840
- .dropdown-menu>.active>a:focus {
3841
- color: #ffffff;
3842
- background-color: #2fa4e7;
3843
- }
3844
-
3845
- .dropdown-menu>.disabled>a,
3846
- .dropdown-menu>.disabled>a:hover,
3847
- .dropdown-menu>.disabled>a:focus {
3848
- color: #999999;
3849
- }
3850
-
3851
- .dropdown-header {
3852
- color: #999999;
3853
- }
3854
-
3855
- .nav-tabs {
3856
- border-bottom: 1px solid #dddddd;
3857
- }
3858
-
3859
- .nav-tabs>li>a:hover {
3860
- border-color: #eeeeee #eeeeee #dddddd;
3861
- }
3862
-
3863
- .nav-tabs>li.active>a,
3864
- .nav-tabs>li.active>a:hover,
3865
- .nav-tabs>li.active>a:focus {
3866
- color: #555555;
3867
- background-color: #ffffff;
3868
- border: 1px solid #dddddd;
3869
- }
3870
-
3871
- .nav-tabs.nav-justified>.active>a,
3872
- .nav-tabs.nav-justified>.active>a:hover,
3873
- .nav-tabs.nav-justified>.active>a:focus {
3874
- border: 1px solid #dddddd;
3875
- }
3876
-
3877
- @media (min-width: 768px) {
3878
- .nav-tabs.nav-justified>li>a {
3879
- border-bottom: 1px solid #dddddd;
3880
- border-radius: 4px 4px 0 0;
3881
- }
3882
- .nav-tabs.nav-justified>.active>a,
3883
- .nav-tabs.nav-justified>.active>a:hover,
3884
- .nav-tabs.nav-justified>.active>a:focus {
3885
- border-bottom-color: #ffffff;
3886
- }
3887
- }
3888
-
3889
-
3890
- /* -- color table -- */
3891
-
3892
- table {
3893
- background-color: transparent;
3894
- }
3895
-
3896
- caption {
3897
- color: #999999;
3898
- }
3899
-
3900
- .table>thead>tr>th,
3901
- .table>tbody>tr>th,
3902
- .table>tfoot>tr>th,
3903
- .table>thead>tr>td,
3904
- .table>tbody>tr>td,
3905
- .table>tfoot>tr>td {
3906
- border-top: 1px solid #dddddd;
3907
- }
3908
-
3909
- .table>thead>tr>th {
3910
- border-bottom: 2px solid #dddddd;
3911
- }
3912
-
3913
- .table>tbody+tbody {
3914
- border-top: 2px solid #dddddd;
3915
- }
3916
-
3917
- .table .table {
3918
- background-color: #ffffff;
3919
- }
3920
-
3921
- .table-bordered {
3922
- border: 1px solid #dddddd;
3923
- }
3924
-
3925
- .table-bordered>thead>tr>th,
3926
- .table-bordered>tbody>tr>th,
3927
- .table-bordered>tfoot>tr>th,
3928
- .table-bordered>thead>tr>td,
3929
- .table-bordered>tbody>tr>td,
3930
- .table-bordered>tfoot>tr>td {
3931
- border: 1px solid #dddddd;
3932
- }
3933
-
3934
- .table-striped>tbody>tr:nth-of-type(odd) {
3935
- background-color: #f9f9f9;
3936
- }
3937
-
3938
- .table-hover>tbody>tr:hover {
3939
- background-color: #f5f5f5;
3940
- }
3941
-
3942
- .table>thead>tr>td.active,
3943
- .table>tbody>tr>td.active,
3944
- .table>tfoot>tr>td.active,
3945
- .table>thead>tr>th.active,
3946
- .table>tbody>tr>th.active,
3947
- .table>tfoot>tr>th.active,
3948
- .table>thead>tr.active>td,
3949
- .table>tbody>tr.active>td,
3950
- .table>tfoot>tr.active>td,
3951
- .table>thead>tr.active>th,
3952
- .table>tbody>tr.active>th,
3953
- .table>tfoot>tr.active>th {
3954
- background-color: #f5f5f5;
3955
- }
3956
-
3957
- .table-hover>tbody>tr>td.active:hover,
3958
- .table-hover>tbody>tr>th.active:hover,
3959
- .table-hover>tbody>tr.active:hover>td,
3960
- .table-hover>tbody>tr:hover>.active,
3961
- .table-hover>tbody>tr.active:hover>th {
3962
- background-color: #e8e8e8;
3963
- }
3964
-
3965
- .table>thead>tr>td.success,
3966
- .table>tbody>tr>td.success,
3967
- .table>tfoot>tr>td.success,
3968
- .table>thead>tr>th.success,
3969
- .table>tbody>tr>th.success,
3970
- .table>tfoot>tr>th.success,
3971
- .table>thead>tr.success>td,
3972
- .table>tbody>tr.success>td,
3973
- .table>tfoot>tr.success>td,
3974
- .table>thead>tr.success>th,
3975
- .table>tbody>tr.success>th,
3976
- .table>tfoot>tr.success>th {
3977
- background-color: #dff0d8;
3978
- }
3979
-
3980
- .table-hover>tbody>tr>td.success:hover,
3981
- .table-hover>tbody>tr>th.success:hover,
3982
- .table-hover>tbody>tr.success:hover>td,
3983
- .table-hover>tbody>tr:hover>.success,
3984
- .table-hover>tbody>tr.success:hover>th {
3985
- background-color: #d0e9c6;
3986
- }
3987
-
3988
- .table>thead>tr>td.info,
3989
- .table>tbody>tr>td.info,
3990
- .table>tfoot>tr>td.info,
3991
- .table>thead>tr>th.info,
3992
- .table>tbody>tr>th.info,
3993
- .table>tfoot>tr>th.info,
3994
- .table>thead>tr.info>td,
3995
- .table>tbody>tr.info>td,
3996
- .table>tfoot>tr.info>td,
3997
- .table>thead>tr.info>th,
3998
- .table>tbody>tr.info>th,
3999
- .table>tfoot>tr.info>th {
4000
- background-color: #d9edf7;
4001
- }
4002
-
4003
- .table-hover>tbody>tr>td.info:hover,
4004
- .table-hover>tbody>tr>th.info:hover,
4005
- .table-hover>tbody>tr.info:hover>td,
4006
- .table-hover>tbody>tr:hover>.info,
4007
- .table-hover>tbody>tr.info:hover>th {
4008
- background-color: #c4e3f3;
4009
- }
4010
-
4011
- .table>thead>tr>td.warning,
4012
- .table>tbody>tr>td.warning,
4013
- .table>tfoot>tr>td.warning,
4014
- .table>thead>tr>th.warning,
4015
- .table>tbody>tr>th.warning,
4016
- .table>tfoot>tr>th.warning,
4017
- .table>thead>tr.warning>td,
4018
- .table>tbody>tr.warning>td,
4019
- .table>tfoot>tr.warning>td,
4020
- .table>thead>tr.warning>th,
4021
- .table>tbody>tr.warning>th,
4022
- .table>tfoot>tr.warning>th {
4023
- background-color: #fcf8e3;
4024
- }
4025
-
4026
- .table-hover>tbody>tr>td.warning:hover,
4027
- .table-hover>tbody>tr>th.warning:hover,
4028
- .table-hover>tbody>tr.warning:hover>td,
4029
- .table-hover>tbody>tr:hover>.warning,
4030
- .table-hover>tbody>tr.warning:hover>th {
4031
- background-color: #faf2cc;
4032
- }
4033
-
4034
- .table>thead>tr>td.danger,
4035
- .table>tbody>tr>td.danger,
4036
- .table>tfoot>tr>td.danger,
4037
- .table>thead>tr>th.danger,
4038
- .table>tbody>tr>th.danger,
4039
- .table>tfoot>tr>th.danger,
4040
- .table>thead>tr.danger>td,
4041
- .table>tbody>tr.danger>td,
4042
- .table>tfoot>tr.danger>td,
4043
- .table>thead>tr.danger>th,
4044
- .table>tbody>tr.danger>th,
4045
- .table>tfoot>tr.danger>th {
4046
- background-color: #f2dede;
4047
- }
4048
-
4049
- .table-hover>tbody>tr>td.danger:hover,
4050
- .table-hover>tbody>tr>th.danger:hover,
4051
- .table-hover>tbody>tr.danger:hover>td,
4052
- .table-hover>tbody>tr:hover>.danger,
4053
- .table-hover>tbody>tr.danger:hover>th {
4054
- background-color: #ebcccc;
4055
- }
4056
-
4057
- @media screen and (max-width: 767px) {
4058
- .table-responsive {
4059
- border: 1px solid #dddddd;
4060
- }
4061
- }
4062
-
4063
-
4064
- /* -- .panel -- */
4065
-
4066
- .panel {
4067
- background-color: #ffffff;
4068
- display: table;
4069
- width: 100%;
4070
- padding: 20px 0;
4071
- border: 0;
4072
- border-radius: 1rem;
4073
- box-shadow: 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
4074
- }
4075
-
4076
- .panel-footer {
4077
- background-color: #f5f5f5;
4078
- border-top: 1px solid #dddddd;
4079
- }
4080
-
4081
- .panel>.panel-body+.table,
4082
- .panel>.panel-body+.table-responsive,
4083
- .panel>.table+.panel-body,
4084
- .panel>.table-responsive+.panel-body {
4085
- border-top: 1px solid #dddddd;
4086
- }
4087
-
4088
-
4089
- /* -- .pagination -- */
4090
-
4091
- .pagination>li>a,
4092
- .pagination>li>span {
4093
- color: #2fa4e7;
4094
- background-color: #ffffff;
4095
- border: 1px solid #dddddd;
4096
- }
4097
-
4098
- .pagination>li>a:hover,
4099
- .pagination>li>span:hover,
4100
- .pagination>li>a:focus,
4101
- .pagination>li>span:focus {
4102
- z-index: 2;
4103
- color: #157ab5;
4104
- background-color: #eeeeee;
4105
- border-color: #dddddd;
4106
- }
4107
-
4108
- .pagination>.active>a,
4109
- .pagination>.active>span,
4110
- .pagination>.active>a:hover,
4111
- .pagination>.active>span:hover,
4112
- .pagination>.active>a:focus,
4113
- .pagination>.active>span:focus {
4114
- z-index: 3;
4115
- color: #999999;
4116
- background-color: #f5f5f5;
4117
- border-color: #dddddd;
4118
- cursor: default;
4119
- }
4120
-
4121
- .pagination>.disabled>span,
4122
- .pagination>.disabled>span:hover,
4123
- .pagination>.disabled>span:focus,
4124
- .pagination>.disabled>a,
4125
- .pagination>.disabled>a:hover,
4126
- .pagination>.disabled>a:focus {
4127
- color: #999999;
4128
- background-color: #ffffff;
4129
- border-color: #dddddd;
4130
- cursor: not-allowed;
4131
- }
4132
-
4133
-
4134
- /* -- .pager -- */
4135
-
4136
- .pager li>a,
4137
- .pager li>span {
4138
- background-color: #ffffff;
4139
- border: 1px solid #dddddd;
4140
- }
4141
-
4142
- .pager li>a:hover,
4143
- .pager li>a:focus {
4144
- text-decoration: none;
4145
- background-color: #eeeeee;
4146
- }
4147
-
4148
- .pager .disabled>a,
4149
- .pager .disabled>a:hover,
4150
- .pager .disabled>a:focus,
4151
- .pager .disabled>span {
4152
- color: #999999;
4153
- background-color: #ffffff;
4154
- cursor: not-allowed;
4155
- }
4156
-
4157
- /* -- starter --*/
4158
- #starter {
4159
- padding: 0 20px;
4160
- }
4161
-
4162
- #starter h1.component-holder {
4163
- margin-left: -20px;
4164
- width: calc(100% + 40px);
4165
- margin-bottom: 20px;
4166
- }
4167
-
4168
- /* Div Principal */
4169
- div.main-view.main-view-vertical {
4170
- margin-left: 17vw;
4171
- width: calc(100% - 17vw);
4172
- }
4173
-
4174
- @media (max-width: 768px) {
4175
- div.main-view.main-view-vertical {
4176
- margin-left: 0;
4177
- width: 100%;
4178
- }
4179
- }