cronapp-framework-js 2.9.1-SP.9 → 2.9.2

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