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
@@ -1 +1 @@
1
- <div class="panel-group" id="accordion-${RANDOM}" role="tablist" aria-multiselectable="true"><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div></div>
1
+ <div class="panel-group" id="accordion-${RANDOM}" role="tablist" aria-multiselectable="true"><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading collapsed" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading collapsed" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div></div>
@@ -1,26 +1 @@
1
- <div class="form-group" id="{{attrs.id}}-designtime"><label for="cron-${COMPONENTID}">Label</label><span style="display: none" id="cron-autocomplete-designtime" data-attrs="{{attrs}}"><script>let $documentDesignTime = $(document.getElementsByTagName('iframe')[0].contentWindow.document);
2
- let wait = setInterval(()=> {
3
-
4
- let $element = $documentDesignTime.find('[id=cron-autocomplete-designtime]')
5
- if ($element.length) {
6
- clearInterval(wait);
7
-
8
- $element.each((idx, c) => {
9
-
10
- let $current = $(c);
11
- let attrs = $current.data('attrs');
12
- let $label = $documentDesignTime.find(`#${attrs.id}`).find('label');
13
- let $labelDesignTime = $documentDesignTime.find(`#${attrs.id}-designtime`).find('label');
14
- if (!$label.data('synchronize-started')) {
15
- $label.data('synchronize-started', true);
16
- let synchronize = setInterval(() => {
17
- if ($label.html() !== $labelDesignTime.html()) {
18
- $labelDesignTime.html($label.html());
19
- }
20
- }, 500);
21
-
22
- }
23
-
24
- });
25
- }
26
- });</script></span><span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%"><input class="cronAutoComplete k-input" type="text"></span></div>
1
+ <span tabindex="-1" role="presentation" class="k-widget k-autocomplete cronAutoComplete k-autocomplete-clearable k-state-default" style="width: 100%"><input style="" id="cron-crn-enterprise-autocomplete-169514" required="" class="cronAutoComplete k-input" placeholder="Select an item" type="text" autocomplete="off"> <span unselectable="on" class="k-icon k-clear-value k-i-close" title="clear" role="button" tabindex="-1"></span> </span>
@@ -1 +1 @@
1
- <div class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar"><div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a> <a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast" aria-disabled="false">maio 2021</a> <a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false"><span class="k-icon k-i-arrow-60-right"></span></a></div><div class="k-calendar-view"><table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2021/3/25"><thead><tr role="row"><th scope="col" title="domingo">D</th><th scope="col" title="segunda-feira">S</th><th scope="col" title="terça-feira">T</th><th scope="col" title="quarta-feira">Q</th><th scope="col" title="quinta-feira">Q</th><th scope="col" title="sexta-feira">S</th><th scope="col" title="sábado">S</th></tr></thead><tbody><tr role="row" style="/* height: 32px; */"><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/25" title="domingo, 25 de abril de 2021">25</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/26" title="segunda-feira, 26 de abril de 2021">26</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/27" title="terça-feira, 27 de abril de 2021">27</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/28" title="quarta-feira, 28 de abril de 2021">28</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/29" title="quinta-feira, 29 de abril de 2021">29</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/3/30" title="sexta-feira, 30 de abril de 2021">30</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/1" title="sábado, 1 de maio de 2021">1</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/2" title="domingo, 2 de maio de 2021">2</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/3" title="segunda-feira, 3 de maio de 2021">3</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/4" title="terça-feira, 4 de maio de 2021">4</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/5" title="quarta-feira, 5 de maio de 2021">5</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/6" title="quinta-feira, 6 de maio de 2021">6</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/7" title="sexta-feira, 7 de maio de 2021">7</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/8" title="sábado, 8 de maio de 2021">8</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/9" title="domingo, 9 de maio de 2021">9</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/10" title="segunda-feira, 10 de maio de 2021">10</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/11" title="terça-feira, 11 de maio de 2021">11</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/12" title="quarta-feira, 12 de maio de 2021">12</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/13" title="quinta-feira, 13 de maio de 2021">13</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/14" title="sexta-feira, 14 de maio de 2021">14</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/15" title="sábado, 15 de maio de 2021">15</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/16" title="domingo, 16 de maio de 2021">16</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/17" title="segunda-feira, 17 de maio de 2021">17</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/18" title="terça-feira, 18 de maio de 2021">18</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/19" title="quarta-feira, 19 de maio de 2021">19</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/20" title="quinta-feira, 20 de maio de 2021">20</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/21" title="sexta-feira, 21 de maio de 2021">21</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/22" title="sábado, 22 de maio de 2021">22</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/23" title="domingo, 23 de maio de 2021">23</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/24" title="segunda-feira, 24 de maio de 2021">24</a></td><td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/25" title="terça-feira, 25 de maio de 2021">25</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/26" title="quarta-feira, 26 de maio de 2021">26</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/27" title="quinta-feira, 27 de maio de 2021">27</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/28" title="sexta-feira, 28 de maio de 2021">28</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/29" title="sábado, 29 de maio de 2021">29</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/4/30" title="domingo, 30 de maio de 2021">30</a></td><td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#" data-value="2021/4/31" title="segunda-feira, 31 de maio de 2021">31</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/5/1" title="terça-feira, 1 de junho de 2021">1</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/5/2" title="quarta-feira, 2 de junho de 2021">2</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/5/3" title="quinta-feira, 3 de junho de 2021">3</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/5/4" title="sexta-feira, 4 de junho de 2021">4</a></td><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2021/5/5" title="sábado, 5 de junho de 2021">5</a></td></tr></tbody></table></div><div class="k-footer"><a href="#" class="k-link k-nav-today" title="terça-feira, 25 de maio de 2021">terça-feira, 25 de maio de 2021</a></div></div>
1
+ <div class="component-holder ng-scope" data-component="crn-cron-calendar"><cron-calendar class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar"><div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a><a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast" aria-disabled="false">August 2022</a><a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false"><span class="k-icon k-i-arrow-60-right"></span></a></div><div class="k-calendar-view"><table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2022/6/31"><thead><tr role="row"><th scope="col" title="Sunday">Su</th><th scope="col" title="Monday">Mo</th><th scope="col" title="Tuesday">Tu</th><th scope="col" title="Wednesday">We</th><th scope="col" title="Thursday">Th</th><th scope="col" title="Friday">Fr</th><th scope="col" title="Saturday">Sa</th></tr></thead><tbody><tr role="row"><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/6/31" title="Sunday, July 31, 2022">31</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/1" title="Monday, August 01, 2022">1</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/2" title="Tuesday, August 02, 2022">2</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/3" title="Wednesday, August 03, 2022">3</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/4" title="Thursday, August 04, 2022">4</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/5" title="Friday, August 05, 2022">5</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/6" title="Saturday, August 06, 2022">6</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/7" title="Sunday, August 07, 2022">7</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/8" title="Monday, August 08, 2022">8</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/9" title="Tuesday, August 09, 2022">9</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/10" title="Wednesday, August 10, 2022">10</a></td><td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/11" title="Thursday, August 11, 2022">11</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/12" title="Friday, August 12, 2022">12</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/13" title="Saturday, August 13, 2022">13</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/14" title="Sunday, August 14, 2022">14</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/15" title="Monday, August 15, 2022">15</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/16" title="Tuesday, August 16, 2022">16</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/17" title="Wednesday, August 17, 2022">17</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/18" title="Thursday, August 18, 2022">18</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/19" title="Friday, August 19, 2022">19</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/20" title="Saturday, August 20, 2022">20</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/21" title="Sunday, August 21, 2022">21</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/22" title="Monday, August 22, 2022">22</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/23" title="Tuesday, August 23, 2022">23</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/24" title="Wednesday, August 24, 2022">24</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/25" title="Thursday, August 25, 2022">25</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/26" title="Friday, August 26, 2022">26</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/27" title="Saturday, August 27, 2022">27</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/28" title="Sunday, August 28, 2022">28</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/29" title="Monday, August 29, 2022">29</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/30" title="Tuesday, August 30, 2022">30</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/31" title="Wednesday, August 31, 2022">31</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/1" title="Thursday, September 01, 2022">1</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/2" title="Friday, September 02, 2022">2</a></td><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/3" title="Saturday, September 03, 2022">3</a></td></tr><tr role="row"><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/4" title="Sunday, September 04, 2022">4</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/5" title="Monday, September 05, 2022">5</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/6" title="Tuesday, September 06, 2022">6</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/7" title="Wednesday, September 07, 2022">7</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/8" title="Thursday, September 08, 2022">8</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/9" title="Friday, September 09, 2022">9</a></td><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/10" title="Saturday, September 10, 2022">10</a></td></tr></tbody></table></div><div class="k-footer"><a href="#" class="k-link k-nav-today" title="Thursday, August 11, 2022">Thursday, August 11, 2022</a></div></cron-calendar></div>
@@ -1 +1 @@
1
- .cronapp-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cronapp-icon.cronapp-error{border-color:var(--colorDanger40,#ce3a36);color:var(--colorDanger40,#ce3a36);display:flex}.cronapp-icon.cronapp-error .cronapp-x-mark{position:relative;flex-grow:1}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:var(--colorDanger40,#ce3a36)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.cronapp-icon.cronapp-error{-webkit-animation:cronapp-animate-error-icon .5s;animation:cronapp-animate-error-icon .5s}.cronapp-icon.cronapp-error .cronapp-x-mark{-webkit-animation:cronapp-animate-error-x-mark .5s;animation:cronapp-animate-error-x-mark .5s}.cronapp-icon.cronapp-success{border-color:var(--colorSuccess40,#257d25);color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.cronapp-icon.cronapp-success .cronapp-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border-radius:50%}.cronapp-icon.cronapp-success .cronapp-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success .cronapp-success-line-tip{-webkit-animation:cronapp-animate-success-line-tip .75s;animation:cronapp-animate-success-line-tip .75s}.cronapp-icon.cronapp-success .cronapp-success-line-long{-webkit-animation:cronapp-animate-success-line-long .75s;animation:cronapp-animate-success-line-long .75s}.cronapp-icon.cronapp-success .cronapp-success-circular-line-right{-webkit-animation:cronapp-rotate-success-circular-line 4.25s ease-in;animation:cronapp-rotate-success-circular-line 4.25s ease-in}.cronapp-icon.cronapp-warning{border-color:var(--colorWarning40,#f0ad4e);color:var(--colorWarning50,#d29744)}.cronapp-icon.cronapp-info{border-color:var(--colorCalm40,#3b448e);color:var(--colorCalm50,#343c7c)}.cronapp-icon .cronapp-icon-content{display:flex;align-items:center;font-size:3.75em;justify-content:center;-webkit-animation:cronapp-hide .75s;animation:cronapp-hide .75s}@-webkit-keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}
1
+ .cronapp-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cronapp-icon.cronapp-error{border-color:var(--colorDanger40,#ce3a36);color:var(--colorDanger40,#ce3a36);display:flex}.cronapp-icon.cronapp-error .cronapp-x-mark{position:relative;flex-grow:1}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:var(--colorDanger40,#ce3a36)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.cronapp-icon.cronapp-error{-webkit-animation:cronapp-animate-error-icon .5s;animation:cronapp-animate-error-icon .5s}.cronapp-icon.cronapp-error .cronapp-x-mark{-webkit-animation:cronapp-animate-error-x-mark .5s;animation:cronapp-animate-error-x-mark .5s}.cronapp-icon.cronapp-success{border-color:var(--colorSuccess40,#257d25);color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.cronapp-icon.cronapp-success .cronapp-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border-radius:50%}.cronapp-icon.cronapp-success .cronapp-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success .cronapp-success-line-tip{-webkit-animation:cronapp-animate-success-line-tip .75s;animation:cronapp-animate-success-line-tip .75s}.cronapp-icon.cronapp-success .cronapp-success-line-long{-webkit-animation:cronapp-animate-success-line-long .75s;animation:cronapp-animate-success-line-long .75s}.cronapp-icon.cronapp-success .cronapp-success-circular-line-right{-webkit-animation:cronapp-rotate-success-circular-line 4.25s ease-in;animation:cronapp-rotate-success-circular-line 4.25s ease-in}.cronapp-icon.cronapp-warning{border-color:var(--colorWarning40,#f0ad4e);color:var(--colorWarning40,#f0ad4e)}.cronapp-icon.cronapp-info{border-color:var(--colorCalm40,#3b448e);color:var(--colorCalm40,#3b448e)}.cronapp-icon .cronapp-icon-content{display:flex;align-items:center;font-size:3.75em;justify-content:center;-webkit-animation:cronapp-hide .75s;animation:cronapp-hide .75s}@-webkit-keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}
package/dist/css/app.css CHANGED
@@ -1 +1 @@
1
- @import 'animate.css';@import './privacy/privacy.css';@import 'fonts/material-icons/font-material-icon.css';@import '../components/css/crn-input-password.css';.table.table-borderless>thead>tr>td,.table.table-borderless>thead>tr>th,.table.table-borderless>tfoot>tr>td,.table.table-borderless>tfoot>tr>th,.table.table-borderless>tbody>tr>td,.table.table-borderless>tbody>tr>th{border-top:0 none transparent;border-bottom:0 none transparent}.login-panel{margin:11% auto 0 auto}.social-button-face:hover{background:#3b5998 !important;color:#fff}.social-button-google:hover{background:#d81c1c !important;color:#fff}.upload-image-component{padding:8px}.upload-image-component{max-height:128px;max-width:128px;background:#ccc;display:table}.upload-image-component .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component .remove span{margin-top:3px}.upload-image-component-attribute{width:100%;background:#ccc;display:table}.upload-image-component-attribute .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component-attribute .remove span{margin-top:3px}.start-camera-button{position:absolute;margin-left:-17px;margin-top:-8px}.start-camera-button-attribute{right:1px;bottom:1px}.remove-image-button{position:relative;margin-top:-22px;float:right}.dynamic-image-container{border-style:dashed}.camera-container{position:fixed;z-index:999998;top:50%;left:50%}.crn-grid-title{float:left;color:var(--textColor40,#393939);font-size:var(--textBigSize,18px);font-family:sans-serif;margin:0;padding:0;padding-left:7px;margin-top:6px}.k-grid-toolbar{text-align:right}.k-footer-template td{border-width:0}.cron-select-offscreen{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:50% !important;top:100% !important}.right-block{display:block;margin-left:auto}.left-block{display:block;margin-right:auto}li[data-component="crn-menu-item"] ul li a.bg-primary{color:white !important}li[data-component="crn-menu-item"] ul li a.bg-primary:hover{color:#333 !important}.k-grid-header .k-header,.k-grid-header .k-header a.k-link{text-transform:uppercase;font-weight:normal;font-size:var(--textNormalSize,14px);text-decoration:none !important}.modal{z-index:10020}a{cursor:pointer;color:#034d8c}.main-access{list-style:none;position:absolute}.main-nav-link{text-decoration:none;color:#fff;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-nav-link:focus,.main-nav-link:active{width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;z-index:2000;top:1em;left:1em;padding:.5em;background:#fff}.nav.nav-tabs li.active{background:#3b448e}.float-left-desktop{float:left}.form-control[ng-readonly=true]{background:#eee;opacity:1}#crn-button-846239{display:none}.dynamic-image-container{width:fit-content}.k-treeview .k-i-collapse,.k-treeview .k-i-expand{height:auto}.k-treeview .k-in{font-family:var(--font-family,"Arial",sans-serif)}.page-header{border-bottom:1px solid #eee;display:flex;align-items:center}.crn-radiogroup .k-content{background:transparent}img.crn-image{max-width:100%}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background:#d0d0d0;color:#454545}.header{background:#d1d1d1}.k-list .k-item.k-state-selected,.k-list-container .k-button.k-state-active,.k-list-container .k-button:active,.k-list-optionlabel.k-state-selected,.k-menu-group .k-item.k-state-selected,.k-menu.k-context-menu .k-item.k-state-selected,.k-spreadsheet-popup .k-button.k-state-active,.k-spreadsheet-popup .k-button.k-state-selected,.k-spreadsheet-popup .k-button:active{color:#000}.center-content{height:100vh;display:flex;align-items:center}@font-face{font-family:"Arial-Report";src:url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf')}.k-pdf-export,.k-pdf-export *{font-family:"Arial-Report"}.k-invalid-msg{color:red !important;border:none !important}.displayBlock{display:block !important}.crn-timeline-container{margin:30px;overflow:hidden;overflow-y:auto}.panel-group .panel-heading.heading-arrow{display:grid;grid-template-columns:auto 33px;align-items:center}.panel-group .heading-arrow.panel-heading::after{font-family:FontAwesome;content:"\f077";float:right;color:#fff}.panel-group .heading-arrow.collapsed.panel-heading::after{content:"\f078"}.crn-textinputbutton{display:flex;align-items:flex-end}.crn-textinputbutton-button{display:inherit}.crn-textinputbutton-button button{margin:0;margin-left:10px}#cron-breadcrumbs .k-breadcrumb-container,#cron-breadcrumbs .k-breadcrumb-root-item-container{padding:3px 10px;position:relative}#cron-breadcrumbs .k-breadcrumb-item a .k-icon{margin-right:4px}.k-button.btn-fab i{margin:0 auto;display:flex;align-items:center;justify-content:center}.active-bar,.tool-bar{display:flex;gap:6px}label{font-weight:normal}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 calc(var(--textBigSize, 18px) * 2) var(--backgroundColor10, #ffffff) inset !important;-webkit-text-fill-color:var(--textColor60,#2a2a2a) !important}input[type=checkbox].k-checkbox{clip:rect(0,0,0,0);overflow:hidden;position:absolute;opacity:0;-webkit-appearance:none;width:var(--textBigSize,18px);height:var(--textBigSize,18px)}#auditDetail .modal-content .list-group .form-group{margin-right:10px}
1
+ @import 'animate.css';@import './privacy/privacy.css';@import 'fonts/material-icons/font-material-icon.css';@import '../components/css/crn-input-password.css';.table.table-borderless>thead>tr>td,.table.table-borderless>thead>tr>th,.table.table-borderless>tfoot>tr>td,.table.table-borderless>tfoot>tr>th,.table.table-borderless>tbody>tr>td,.table.table-borderless>tbody>tr>th{border-top:0 none transparent;border-bottom:0 none transparent}.login-panel{margin:11% auto 0 auto}.social-button-face:hover{background:#3b5998 !important;color:#fff}.social-button-google:hover{background:#d81c1c !important;color:#fff}.upload-image-component{padding:8px}.upload-image-component{max-height:128px;max-width:128px;background:#ccc;display:table}.upload-image-component .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component .remove span{margin-top:3px}.upload-image-component-attribute{width:100%;background:#ccc;display:table}.upload-image-component-attribute .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component-attribute .remove span{margin-top:3px}.start-camera-button{position:absolute;margin-left:-17px;margin-top:-8px}.start-camera-button-attribute{right:1px;bottom:1px}.remove-image-button{position:relative;margin-top:-22px;float:right}.dynamic-image-container{border-style:dashed}.camera-container{position:fixed;z-index:999998;top:50%;left:50%}.crn-grid-title{float:left;color:var(--textColor40,#393939);font-size:var(--textBigSize,18px);font-family:sans-serif;margin:0;padding:0;padding-left:7px;margin-top:6px}.k-grid-toolbar{text-align:right}.k-footer-template td{border-width:0}.cron-select-offscreen{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:50% !important;top:100% !important}.right-block{display:block;margin-left:auto}.left-block{display:block;margin-right:auto}li[data-component="crn-menu-item"] ul li a.bg-primary{color:white !important}li[data-component="crn-menu-item"] ul li a.bg-primary:hover{color:#333 !important}.k-grid-header .k-header,.k-grid-header .k-header a.k-link{text-transform:uppercase;font-weight:normal;font-size:var(--textNormalSize,14px);text-decoration:none !important}.modal{z-index:10020}a{cursor:pointer;color:#034d8c}.main-access{list-style:none;position:absolute}.main-nav-link{text-decoration:none;color:#fff;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-nav-link:focus,.main-nav-link:active{width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;z-index:2000;top:1em;left:1em;padding:.5em;background:#fff}.nav.nav-tabs li.active{background:#3b448e}.float-left-desktop{float:left}.form-control[ng-readonly=true]{background:#eee;opacity:1}#crn-button-846239{display:none}.dynamic-image-container{width:fit-content}.k-treeview .k-i-collapse,.k-treeview .k-i-expand{height:auto}.k-treeview .k-in{font-family:var(--font-family,"Arial",sans-serif)}.page-header{border-bottom:1px solid #eee;display:flex;align-items:center}.crn-radiogroup .k-content{background:transparent}img.crn-image{max-width:100%}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background:#d0d0d0;color:#454545}.header{background:#d1d1d1}.k-list .k-item.k-state-selected,.k-list-container .k-button.k-state-active,.k-list-container .k-button:active,.k-list-optionlabel.k-state-selected,.k-menu-group .k-item.k-state-selected,.k-menu.k-context-menu .k-item.k-state-selected,.k-spreadsheet-popup .k-button.k-state-active,.k-spreadsheet-popup .k-button.k-state-selected,.k-spreadsheet-popup .k-button:active{color:#000}.center-content{height:100vh;display:flex;align-items:center}@font-face{font-family:"Arial-Report";src:url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf')}.k-pdf-export,.k-pdf-export *{font-family:"Arial-Report"}.k-invalid-msg{color:red !important;border:none !important}.displayBlock{display:block !important}.crn-timeline-container{margin:30px;overflow:hidden;overflow-y:auto}.panel-group .panel-heading.heading-arrow{display:grid;grid-template-columns:auto 33px;align-items:center}.panel-group .heading-arrow.panel-heading::after{font-family:FontAwesome;content:"\f077";float:right;color:#fff}.panel-group .heading-arrow.collapsed.panel-heading::after{content:"\f078"}.crn-textinputbutton{display:flex;align-items:flex-end}.crn-textinputbutton-button{display:inherit}.crn-textinputbutton-button button{margin:0;margin-left:10px}#cron-breadcrumbs .k-breadcrumb-container,#cron-breadcrumbs .k-breadcrumb-root-item-container{padding:3px 10px;position:relative}#cron-breadcrumbs .k-breadcrumb-item a .k-icon{margin-right:4px}.k-button.btn-fab i{margin:0 auto;display:flex;align-items:center;justify-content:center}.active-bar,.tool-bar{display:flex;gap:6px}label{font-weight:normal}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 calc(var(--textBigSize, 18px) * 2) var(--backgroundColor10, #ffffff) inset !important;-webkit-text-fill-color:var(--textColor60,#2a2a2a) !important}input[type=checkbox].k-checkbox{clip:rect(0,0,0,0);overflow:hidden;position:absolute;opacity:0;-webkit-appearance:none;width:var(--textBigSize,18px);height:var(--textBigSize,18px)}#auditDetail .modal-content .list-group .form-group{margin-right:10px}img[src='undefined']{display:none}.timeline{clear:both}
@@ -1 +1 @@
1
- .btn,.k-button{border-radius:var(--borderRadiusSmall,15px);padding:12px 35px;border:0;color:var(--colorNeutral00,#fff);min-height:calc(var(--textNormalSize, 16px) * 3.5);outline:0;font-size:var(--textNormalSize,16px);box-shadow:none;display:inline-flex;background:var(--colorDefault40,#2ca4a8)}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.k-button.k-default,.btn.btn-default{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.k-button:focus,.k-button:hover,.btn:focus,.btn:hover,.k-button.k-default:focus,.k-button.k-default:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.btn.active,.btn:active,.k-button.active,.k-button:active,.btn.btn-default.active,.btn.btn-default:active,.k-button.k-default.active,.k-button.k-default:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active,.k-button.k-primary.active,.k-button.k-primary:active{background:var(--colorPrimary40,#2c72a8);color:var(--textColorPrimary40,#fff)}.k-button.k-success,.btn.btn-success{background:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--colorSuccess40,#38a82c);box-shadow:none;background:var(--colorSuccess20,#b2d5b1)}.btn.btn-success.active,.btn.btn-success:active,.k-button.k-success.active,.k-button.k-success:active{background:var(--colorSuccess40,#38a82c);color:var(--textColorSuccess40,#fff)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--colorWarning40,#daa31f);box-shadow:none;background:var(--colorWarning20,#ecd3af)}.btn.btn-warning.active,.btn.btn-warning:active,.k-button.k-warning.active,.k-button.k-warning:active{background:var(--colorWarning40,#daa31f);color:var(--textColorWarning40,#fff)}.k-button.k-danger,.btn.btn-danger{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff)}.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.btn.btn-danger.active,.btn.btn-danger:active,.k-button.k-danger.active,.k-button.k-danger:active{background:var(--colorDanger40,#a82c2c);color:var(--textColorDanger40,#fff)}.k-button.k-info,.btn.btn-info{background:transparent;border:2px solid var(--colorCalm40,#11c1f3);color:var(--colorCalm40,#11c1f3)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{border:2px solid var(--colorCalm20,#aee0f9);color:var(--colorCalm20,#aee0f9);background:transparent}.btn.btn-info.active,.btn.btn-info:active,.k-button.k-info.active,.k-button.k-info:active{background:var(--colorCalm20,#aee0f9);color:var(--colorCalm40,#11c1f3)}.btn.btn-light{background:transparent;border:2px solid var(--textColorLight40,#444);color:var(--textColorLight40,#444)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{border:2px solid var(--textColorLight60,#b5b5b5);color:var(--textColorLight60,#b5b5b5);background:transparent}.btn.btn-light.active,.btn.btn-light:active,.k-button.k-light.active,.k-button.k-light:active{background:var(--colorLight40,#ddd);color:var(--textColorLight40,#444)}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--colorStable40,#b2b2b2);box-shadow:none;background:var(--colorStable20,#d9d9d9)}.btn.btn-stable.active,.btn.btn-stable:active,.k-button.k-stable.active,.k-button.k-stable:active{background:var(--colorStable40,#b2b2b2);color:var(--textColorStable40,#444)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--colorRoyal40,#7e5ee8);box-shadow:none;background:var(--colorRoyal20,#d5b1b1)}.btn.btn-royal.active,.btn.btn-royal:active,.k-button.k-royal.active,.k-button.k-royal:active{background:var(--colorRoyal40,#7e5ee8);color:var(--textColorRoyal40,#fff)}.k-button.k-Dark,.btn.btn-Dark{background:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);color:var(--textColorDark40,#fff)}.k-button.k-Dark:focus,.k-button.k-Dark:hover,.btn.btn-Dark:focus,.btn.btn-Dark:hover{color:var(--colorDark40,#444);box-shadow:none;background:var(--colorDark20,#b5b5b5)}.btn.btn-Dark.active,.btn.btn-Dark:active,.k-button.k-Dark.active,.k-button.k-Dark:active{background:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.btn.btn-link{background:transparent;border:2px solid var(--colorPrimary40,#2c72a8)}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2c72a8)}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{border:2px solid var(--colorPrimary20,#b1c1d5);color:var(--colorPrimary20,#b1c1d5);background:transparent}.btn.btn-link:focus i,.btn.btn-link:focus span,.btn.btn-link:hover i,.btn.btn-link:hover span{color:var(--colorPrimary20,#b1c1d5)}.btn.btn-link:focus,.btn.btn-link:hover{text-decoration:none}.btn.btn-fab,.btn-fab{padding:3px 28px;display:inline-grid}
1
+ .btn,.k-button{border-radius:var(--borderRadiusSmall,15px);padding:12px 35px;border:0;color:var(--colorNeutral00,#fff);min-height:calc(var(--textNormalSize, 16px) * 3.5);outline:0;font-size:var(--textNormalSize,16px);box-shadow:none;display:inline-flex;background:var(--colorDefault40,#2ca4a8)}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.k-button.k-default,.btn.btn-default{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.k-button:focus,.k-button:hover,.btn:focus,.btn:hover,.k-button.k-default:focus,.k-button.k-default:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.btn.active,.btn:active,.k-button.active,.k-button:active,.btn.btn-default.active,.btn.btn-default:active,.k-button.k-default.active,.k-button.k-default:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-edit-form-container .k-edit-buttons .k-primary,.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}.k-edit-form-container .k-edit-buttons .k-primary:hover,.k-edit-form-container .k-edit-buttons .k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}.k-edit-form-container .k-edit-buttons .k-primary:active,.k-edit-form-container .k-edit-buttons .k-primary.active,.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active,.k-button.k-primary.active,.k-button.k-primary:active{background:var(--colorPrimary40,#2c72a8);color:var(--textColorPrimary40,#fff)}.k-button.k-success,.btn.btn-success{background:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--colorSuccess40,#38a82c);box-shadow:none;background:var(--colorSuccess20,#b2d5b1)}.btn.btn-success.active,.btn.btn-success:active,.k-button.k-success.active,.k-button.k-success:active{background:var(--colorSuccess40,#38a82c);color:var(--textColorSuccess40,#fff)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--colorWarning40,#daa31f);box-shadow:none;background:var(--colorWarning20,#ecd3af)}.btn.btn-warning.active,.btn.btn-warning:active,.k-button.k-warning.active,.k-button.k-warning:active{background:var(--colorWarning40,#daa31f);color:var(--textColorWarning40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,.k-button.k-danger,.btn.btn-danger{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel.active,.btn.btn-danger.active,.btn.btn-danger:active,.k-button.k-danger.active,.k-button.k-danger:active{background:var(--colorDanger40,#a82c2c);color:var(--textColorDanger40,#fff)}.k-button.k-info,.btn.btn-info{background:transparent;border:2px solid var(--colorCalm40,#11c1f3);color:var(--colorCalm40,#11c1f3)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{border:2px solid var(--colorCalm20,#aee0f9);color:var(--colorCalm20,#aee0f9);background:transparent}.btn.btn-info:focus .text-color-info,.btn.btn-info:hover .text-color-info{color:var(--colorCalm20,#aee0f9)}.btn.btn-info.active,.btn.btn-info:active,.k-button.k-info.active,.k-button.k-info:active{background:var(--colorCalm20,#aee0f9);color:var(--colorCalm40,#11c1f3)}.btn.btn-light{background:transparent;border:2px solid var(--textColorLight40,#444);color:var(--textColorLight40,#444)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{border:2px solid var(--textColorLight60,#b5b5b5);color:var(--textColorLight60,#b5b5b5);background:transparent}.btn.btn-light:focus .text-color-light,.btn.btn-light:hover .text-color-light{color:var(--textColorLight60,#b5b5b5)}.btn.btn-light.active,.btn.btn-light:active,.k-button.k-light.active,.k-button.k-light:active{background:var(--colorLight40,#ddd);color:var(--textColorLight40,#444)}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--colorStable40,#b2b2b2);box-shadow:none;background:var(--colorStable20,#d9d9d9)}.btn.btn-stable.active,.btn.btn-stable:active,.k-button.k-stable.active,.k-button.k-stable:active{background:var(--colorStable40,#b2b2b2);color:var(--textColorStable40,#444)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--colorRoyal40,#7e5ee8);box-shadow:none;background:var(--colorRoyal20,#d5b1b1)}.btn.btn-royal.active,.btn.btn-royal:active,.k-button.k-royal.active,.k-button.k-royal:active{background:var(--colorRoyal40,#7e5ee8);color:var(--textColorRoyal40,#fff)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--colorDark40,#444);box-shadow:none;background:var(--colorDark20,#b5b5b5)}.btn.btn-dark.active,.btn.btn-dark:active,.k-button.k-dark.active,.k-button.k-dark:active{background:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.btn.btn-link{background:transparent;border:2px solid var(--colorPrimary40,#2c72a8)}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2c72a8)}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{border:2px solid var(--colorPrimary20,#b1c1d5);color:var(--colorPrimary20,#b1c1d5);background:transparent}.btn.btn-link:focus i,.btn.btn-link:focus span,.btn.btn-link:hover i,.btn.btn-link:hover span{color:var(--colorPrimary20,#b1c1d5)}.btn.btn-link:focus,.btn.btn-link:hover{text-decoration:none}.btn.btn-fab,.btn-fab{padding:3px 28px;display:inline-grid}
@@ -1 +1 @@
1
- @import 'button-aquamarine.css';@import 'navbar-aquamarine.css';@import 'checkbox-aquamarine.css';@import 'panel-aquamarine.css';@import '../../../fonts/WorkSans/WorkSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Work Sans","Helvetica Neue",Arial,sans-serif;--textColor:#111;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#aeaeae;--textColor30:#7c7c7c;--textColor40:#111;--textColor50:#0f0f0f;--textColor60:#0c0c0c;--textColor70:#090909;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fbfbfb;--backgroundColor20:#f8f8f8;--backgroundColor30:#f4f4f4;--backgroundColor40:#f1f1f1;--backgroundColor50:#d3d3d3;--backgroundColor60:#b1b1b1;--backgroundColor70:#848484;--backgroundLogin10:#fbfbfb;--backgroundLogin20:#f8f8f8;--backgroundLogin30:#f4f4f4;--backgroundLogin40:#f1f1f1;--backgroundLogin50:#d3d3d3;--backgroundLogin60:#b1b1b1;--backgroundLogin70:#848484;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusMedium:20px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#d7e7e8;--colorDefault20:#b1d3d5;--colorDefault30:#81bdc0;--colorDefault40:#2ca4a8;--colorDefault50:#279093;--colorDefault60:#20787b;--colorDefault70:#185a5c;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d7dee8;--colorPrimary20:#b1c1d5;--colorPrimary30:#819fc0;--colorPrimary40:#2c72a8;--colorPrimary50:#276493;--colorPrimary60:#20547b;--colorPrimary70:#183e5c;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e8d7;--colorSuccess20:#b2d5b1;--colorSuccess30:#85c081;--colorSuccess40:#38a82c;--colorSuccess50:#319327;--colorSuccess60:#297b20;--colorSuccess70:#1f5c18;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f4e7d6;--colorWarning20:#ecd3af;--colorWarning30:#e3bd7e;--colorWarning40:#daa31f;--colorWarning50:#bf8f1b;--colorWarning60:#a07717;--colorWarning70:#775911;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#e8d7d7;--colorDanger20:#d5b1b1;--colorDanger30:#c08181;--colorDanger40:#a82c2c;--colorDanger50:#932727;--colorDanger60:#7b2020;--colorDanger70:#5c1818;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e0dbf8;--colorRoyal20:#c5bbf3;--colorRoyal30:#a594ee;--colorRoyal40:#7e5ee8;--colorRoyal50:#6e52cb;--colorRoyal60:#5c45aa;--colorRoyal70:#45337f;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d6eefb;--colorCalm20:#aee0f9;--colorCalm30:#7cd1f6;--colorCalm40:#11c1f3;--colorCalm50:#0fa9d5;--colorCalm60:#0c8db2;--colorCalm70:#096a85;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#f5f5f5;--colorLight20:#ededed;--colorLight30:#e5e5e5;--colorLight40:#ddd;--colorLight50:#c2c2c2;--colorLight60:#a2a2a2;--colorLight70:#797979;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#ebebeb;--colorStable20:#d9d9d9;--colorStable30:#c7c7c7;--colorStable40:#b2b2b2;--colorStable50:#9c9c9c;--colorStable60:#828282;--colorStable70:#616161;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:var(--colorPrimary40,#2c72a8);--btnDefault:var(--colorDefault40,#2ca4a8);--btnPrimary:var(--colorPrimary40,#2c72a8);--btnSuccess:var(--colorSuccess40,#38a82c);--btnCalm:var(--colorCalm40,#11c1f3);--btnWarning:var(--colorWarning40,#daa31f);--btnDanger:var(--colorDanger40,#a82c2c);--btnLight:var(--textColorLight40,#444);--btnStable:var(--colorStable40,#b2b2b2);--btnRoyal:var(--colorRoyal40,#7e5ee8);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--colorCalm40,#11c1f3);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#fff);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--colorDefault:var(--colorDefault40,#3b448e);--colorPrimary:var(--colorPrimary40,#5665be);--colorSuccess:var(--colorSuccess40,#257d25);--colorCalm:var(--colorDefault40,#3b448e);--colorWarning:var(--colorWarning40,#f0ad4e);--colorDanger:var(--colorDanger40,#ce3a36);--colorLight:var(--colorLight50,#c2c2c2);--colorStable:var(--colorStable40,#ffc900);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#3b448e);--checkboxPrimary:var(--colorPrimary40,#5665be);--checkboxSuccess:var(--colorSuccess40,#257d25);--checkboxCalm:var(--colorCalm40,#11c1f3);--checkboxWarning:var(--colorWarning40,#f0ad4e);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight40,#ddd);--checkboxStable:var(--colorStable40,#b2b2b2);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--comboboxDefault:var(--colorDefault40,#3b448e);--comboboxPrimary:var(--colorPrimary40,#5665be);--comboboxSuccess:var(--colorSuccess40,#257d25);--comboboxCalm:var(--colorCalm40,#11c1f3);--comboboxWarning:var(--colorWarning40,#f0ad4e);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:var(--colorLight40,#ddd);--comboboxStable:var(--colorStable40,#b2b2b2);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--optionDefault:var(--colorDefault40,#3b448e);--optionPrimary:var(--colorPrimary40,#5665be);--optionSuccess:var(--colorSuccess40,#257d25);--optionCalm:var(--colorCalm40,#11c1f3);--optionWarning:var(--colorWarning40,#f0ad4e);--optionDanger:var(--colorDanger40,#ce3a36);--optionLight:var(--colorLight40,#fff);--optionStable:var(--colorStable40,#f8f8f8);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--panelDefault:var(--colorDefault40,#2ca4a8);--panelPrimary:var(--colorPrimary40,#2c72a8);--panelSuccess:var(--colorSuccess40,#38a82c);--panelCalm:var(--colorCalm40,#11c1f3);--panelWarning:var(--colorWarning40,#daa31f);--panelDanger:var(--colorDanger40,#a82c2c);--panelLight:var(--colorLight40,#ddd);--panelStable:var(--colorStable40,#b2b2b2);--panelRoyal:var(--colorRoyal40,#7e5ee8);--panelDark:var(--colorDark40,#444)}.text-color-info{color:var(--colorCalm40,#11c1f3)}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,"Work Sans",Helvetica,Arial,sans-serif);font-weight:400;font-size:var(--textNormalSize,16px);color:var(--textColor40,#111)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--textColor40,#111);font-weight:500}label{font-weight:400}.h1{margin-left:20px}.h1::before{content:'';height:40px;background:linear-gradient(180deg,var(--colorDefault40,#2ca4a8) 0,var(--colorPrimary40,#2c72a8) 100%);border-radius:var(--borderRadiusSmallest,5px);margin-left:calc(var(--distanceExtraSmall, 10px) * 2);width:12px;position:absolute;margin-left:-16px}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmall,15px)}.color-light{color:var(--colorLight50,#c2c2c2)}.k-button.disabled,.k-button.disabled span,.k-button.disabled i,.k-button.disabled.active,.k-button.disabled.focus,.k-button.disabled:active,.k-button.disabled:focus,.k-button.disabled:hover,.btn.disabled,.btn.disabled span,.btn.disabled i,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover{background:var(--colorNeutral80,#909090);border-color:var(--colorNeutral80,#909090);color:var(--colorNeutral150,#414141)}a,a:focus,a:active{color:var(--colorPrimary40,#2c72a8)}a:hover{color:var(--colorPrimary30,#819fc0)}.siginPanel{background:var(--backgroundLogin40,#f1f1f1)}.login-view{flex-direction:column-reverse;background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);padding:var(--distanceSmall,15px);margin-top:20px}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,5px)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox,.k-multiselect,.k-combobox .k-dropdown-wrap,.k-autocomplete,.k-autocomplete.k-state-default,.mce-tinymce.mce-panel,.cronDynamicSelect .k-dropdown-wrap,.k-animation-container .k-dropdown .k-dropdown-wrap{background:var(--textColorDefault40,#fff);color:var(--textColor40,#111);border-radius:var(--borderRadiusSmall,15px);padding:var(--distanceExtraSmall,10px) var(--distanceMedium,20px);box-shadow:none;height:auto;text-indent:0;font-size:var(--textMediumSize,18px);border:1px solid var(--colorLight50,#c2c2c2)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox{min-height:calc(var(--textNormalSize, 16px) * 3.5)}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover{background:var(--textColorDefault40,#fff);box-shadow:none;color:var(--textColor40,#111)}.k-multiselect{border:1px solid var(--colorLight50,#c2c2c2);border-radius:var(--borderRadiusMedium,20px);width:auto !important}.k-multiselect .k-multiselect-wrap{border-color:transparent}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-dropdown .k-state-focused,.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active{border-color:var(--colorDefault40,#2ca4a8)}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected{border-color:var(--colorDefault40,#2ca4a8)}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{padding-top:5px;padding-bottom:5px}.k-popup .k-list .k-state-hover,.k-listbox .k-item{padding:10px}.k-list .k-state-hover,.k-list .k-state-hover:hover{background:var(--colorDefault10,#d7e7e8);padding:10px;border-radius:var(--borderRadiusMedium,20px)}.k-list .k-state-selected,.k-list .k-item.k-state-hover.k-state-selected,.k-list .k-item:hover.k-state-selected,.k-popup .k-list .k-state-focused{border-radius:var(--borderRadiusMedium,20px)}.k-popup .k-list .k-item,.k-popup .k-list .k-item.k-state-hover,.k-popup .k-list .k-item.k-state-hover:hover{padding:0 10px}.k-list-optionlabel:hover.k-state-selected,.cardinput:focus-within{border:1px solid var(--colorDefault40,#2ca4a8)}.cronSelect .k-icon,.cronSelect .k-tool-icon{height:4em}.cronMultiSelect .k-icon,.cronMultiSelect .k-tool-icon{height:27px}.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap{box-shadow:none}.k-multiselect .k-multiselect-wrap,span.k-dropdown,.k-combobox{background:transparent}.k-multiselect-wrap .k-input{min-height:auto}.k-multiselect .k-multiselect-wrap li{padding:4px 41px 4px 12px;margin-right:5px}.k-multiselect-wrap .k-select{padding:4px 10px}.k-button:before{background:var(--colorDefault40,#2ca4a8)}.k-multiselect .k-button.k-state-hover,.k-multiselect .k-button{border-color:var(--colorDefault50,#279093);background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover{background:var(--colorDefault60,#20787b);color:var(--textColorDefault40,#fff)}.k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#279093)}.input-group .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.input-group .k-button.active,.input-group .k-button:active,.input-group .k-button:focus,.input-group .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#d7d7d7)}.k-dropdown .k-state-hover .k-input,.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:var(--textColor40,#111)}.cardinput{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);padding:0;border-color:var(--colorLight50,#c2c2c2)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--colorDefault40,#2f2f2f);color:var(--textColorDefault40,#fff)}cron-calendar.k-widget{border-color:var(--colorDefault40,#2f2f2f)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:var(--colorDefault60,#3e3e3e);box-shadow:none}.k-calendar th{background:var(--colorDefault10,#3e3e3e)}.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected,.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:var(--colorDefault60,#3e3e3e)}.bootstrap-datetimepicker-widget.dropdown-menu{color:var(--textColor40,#111);background:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--textColorDefault40,#fff)}.dynamic-image-container{border-radius:var(--borderRadiusMedium,20px);padding:12px;border-width:3px;border-color:var(--textColor40,#111)}.dynamic-image-container .btn{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border:0;display:initial;padding:3px 28px}.dynamic-image-container .btn.btn-info{padding:3px 24px;margin-left:0}.dynamic-image-container .btn.btn-info.active,.dynamic-image-container .btn.btn-info:active,.dynamic-image-container .btn.btn-info:focus,.dynamic-image-container .btn.btn-info:hover{border:0}.dynamic-image-container .btn.active,.dynamic-image-container .btn:active,.dynamic-image-container .btn:focus,.dynamic-image-container .btn:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-multiselect-wrap,.k-numeric-wrap.k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-progress-status-wrap,.k-slider-selection,.k-slider-track{box-shadow:none}*[id^='crn-upload'] .btn,*[id^='crn-upload'] .k-button{display:inline-flex}.k-grid .k-grid-header .k-header .k-checkbox-label:before{border-color:var(--textColorDefault40,#fff);color:var(--textColorDefault40,#fff)}.k-widget{box-shadow:none}.k-grid{border:0;background:transparent;box-shadow:none}.k-grid .k-header.k-grid-toolbar{background:var(--colorLight30,#e5e5e5);border-radius:var(--borderRadiusMedium,20px);margin-bottom:var(--distanceSmall,15px);padding:var(--distanceMedium,20px);border:0}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8)}.k-grid table{border:1px solid #ccc;overflow:hidden;border-radius:var(--borderRadiusMedium,20px)}.k-grid-toolbar .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inline-flex}.k-grid-toolbar .k-button:focus,.k-grid-toolbar .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid-toolbar .k-button.active,.k-grid-toolbar .k-button:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header,.k-grid table thead th.k-header a.k-link,table.table thead th{color:var(--textColorDefault40,#fff);font-weight:500;font-size:16px;text-transform:initial}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8);padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first{border-radius:var(--borderRadiusMedium,20px) 0 0 var(--borderRadiusMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul{border-left:0;position:static}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul .k-pager-nav{border-radius:var(--borderRadiusNone,0);border-right:0;border-left:0}.k-grid .k-grid-pager .k-pager-nav.k-pager-last{border-radius:0 var(--borderRadiusMedium,20px) var(--borderRadiusMedium,20px) 0}.k-grid .k-grid-pager .k-link,.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link{border-radius:var(--borderRadiusNone,0)}.k-grid .k-grid-pager .k-link{border-color:var(--colorDefault20,#b1d3d5);color:var(--colorDefault20,#b1d3d5);margin:0}.k-grid .k-grid-pager .k-link:hover{background:var(--backgroundColor40,#f1f1f1)}.k-grid .k-grid-pager .k-link .k-icon{font-size:var(--menuItemIconWidth,25px)}.k-grid .k-grid-pager .k-link.k-pager-refresh{border-color:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusFull,99999px);background:transparent;color:var(--colorDefault40,#2ca4a8)}.k-grid .k-grid-pager .k-link.k-pager-refresh:hover{background:var(--colorDefault10,#d7e7e8)}.k-grid .k-grid-pager ul .k-link{border-left:0}.k-grid .k-grid-pager .k-pager-numbers a{color:var(--colorDefault40,#2ca4a8)}.k-grid .k-dropdown .k-dropdown-wrap{border-radius:var(--borderRadiusMedium,20px);background:var(--textColorDefault40,#fff)}.k-pager-sizes .k-widget.k-dropdown{background:transparent}.k-grid .k-widget{background:transparent;border:0}.k-grid table .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inherit;height:33px;width:33px;border:0;margin-right:10px}.k-grid table .k-button.active,.k-grid table .k-button:active,.k-grid table .k-button:focus,.k-grid table .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid table .k-button,.k-grid table .k-button:focus:active{padding:5px;min-height:0;min-width:0;margin:0;margin-right:5px;display:inline-flex}.k-grid table .k-button.k-custom-command{width:inherit;min-width:64px}.k-grid-header th.k-header>.k-link{display:inline-block}.k-grid .k-grid-header th .k-i-sort-asc-sm,.k-grid .k-grid-header th .k-i-sort-desc-sm,.k-grid .k-grid-header th .k-sort-order{color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header:hover,table.table thead th:hover,.k-grid table thead th.k-header:hover a.k-link,.k-grid .k-grid-header th:hover .k-i-sort-asc-sm,.k-grid .k-grid-header th:hover .k-i-sort-desc-sm,.k-grid .k-grid-header th:hover .k-sort-order{color:yellow}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid tr.k-state-selected:hover td{border-color:#ccc}.k-state-selected .k-button:hover,.k-state-selected:link .k-button:hover,.k-state-selected:visited .k-button:hover,.k-tool.k-state-selected .k-button:hover,.k-grid td.k-state-selected .k-button{border:1px solid var(--colorDefault50,#279093)}.k-grid .k-grid-pager .k-link .k-icon.k-i-reload{font-size:inherit}.crn-grid-title{line-height:36px;color:var(--textColor40,#111)}.container .jumbotron,.container-fluid .jumbotron{background:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs{background:var(--colorDefault20,#b1d3d5);color:var(--textColorDefault40,#fff);padding:var(--distanceExtraSmall,10px);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs li.active{background:var(--colorDefault50,#279093);border-radius:var(--borderRadiusSmall,15px);border:0}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{color:var(--textColorDefault40,#fff)}.ctn-tab .nav-tabs li a{color:var(--colorDefault50,#279093)}.ctn-tab .nav-tabs li a:hover{background:var(--colorDefault30,#81bdc0);color:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);border:0}.table-bordered>thead>tr>td:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-top-right-radius:var(--borderRadiusMedium,20px)}.table-bordered>thead>tr>td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);border-bottom-left-radius:var(--borderRadiusMedium,20px)}.table thead th:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-left:0}.table thead th:last-child{border-top-right-radius:var(--borderRadiusMedium,20px);border-right:0}.table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px);display:block}.table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);display:block}.k-grid table thead th.k-header,.k-grid table tbody td,table.table thead th,table.table tbody td{padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.table-bordered{border:0}.table tr.table-content{background:var(--textColorDefault40,#fff)}.k-grid table tbody tr:nth-child(odd),table.table tbody tr:nth-child(odd){background:var(--backgroundColor40,#f1f1f1)}.k-grid table tbody tr:nth-child(even),table.table tbody tr:nth-child(even){background:var(--colorLight30,#e5e5e5)}.k-grid table tbody tr.k-state-selected{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid table tbody tr:hover{background:var(--colorDefault10,#d7e7e8)}.k-filter-menu-container .k-dropdown .k-dropdown-wrap,.k-filter-menu-container .k-textbox{padding:0}.k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child,thead.k-grid-header th.k-header:first-child{border-top-left-radius:var(--borderRadiusMedium,20px)}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-top-right-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px)}.k-scheduler{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);border-color:var(--backgroundColor60,#bbb);overflow:hidden}.k-scheduler .k-header{background:var(--textColorDefault40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button,.k-edit-form-container .k-edit-buttons .k-primary,.k-scheduler .k-state-selected>.k-link,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler div.k-scheduler-footer .k-link,.k-scheduler div.k-scheduler-footer ul li{border-radius:var(--borderRadiusMedium,20px);background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border-color:transparent}.k-scheduler-navigation .k-nav-prev{border-color:transparent}.k-scheduler-navigation .k-nav-prev .k-link:hover,.k-scheduler div.k-scheduler-footer .k-link:hover,.k-scheduler div.k-scheduler-footer ul li:hover,.k-scheduler-edit-form .k-edit-field .k-button:hover,.k-edit-form-container .k-edit-buttons .k-primary:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-scheduler div.k-scheduler-footer .k-link:hover .k-icon,.k-scheduler div.k-scheduler-footer ul li:hover .k-icon{color:var(--colorDefault40,#2ca4a8)}.k-scheduler div.k-scheduler-footer .k-link .k-icon,.k-scheduler div.k-scheduler-footer ul li .k-icon{color:var(--textColorPrimary40,#fff)}.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,.k-gantt-toolbar ul.k-gantt-views li:last-child,.k-gantt-toolbar ul.k-gantt-views li:last-child .k-link,.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar>ul>li,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li .k-link,.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link{border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff);border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-calendar .k-today.k-state-selected,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{background:transparent;box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-window-titlebar .k-window-action{min-height:30px}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link,.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-today.k-state-selected{border-radius:var(--borderRadiusNone,0)}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link{background:transparent;background:0}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover{color:var(--colorDefault40,#2ca4a8);background:var(--colorDefault20,#b1d3d5);border-color:transparent}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{border-width:1px}.k-scheduler-navigation .k-nav-next,.k-scheduler-navigation .k-nav-today{background:transparent;border-color:var(--colorDefault40,#2ca4a8);color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-next .k-link span{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-prev .k-icon{color:var(--textColorDefault40,#fff)}.k-scheduler-toolbar>ul>li{background:transparent;border-color:var(--colorDefault40,#2ca4a8);margin-left:1px}.k-scheduler-toolbar>ul>li .k-link{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-toolbar .k-nav-current .k-lg-date-format,.k-scheduler-toolbar .k-nav-current .k-sm-date-format{color:var(--textColor40,#393939)}.k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format{color:var(--colorDefault40,#2a9fd6)}.k-slider-buttons .k-slider-items{display:flex;margin-top:17px}.k-slider-wrap{margin-top:24px}.k-slider .k-button{min-height:auto}.k-slider-horizontal .k-tick{margin-top:32px}.k-slider-horizontal .k-label{top:10px}div[data-component^='crn-slider'] .form-control{display:block;height:max-content;margin-bottom:28px}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.combobox-light .k-button:before{background:transparent}.combobox-light .k-multiselect .k-button.k-state-hover,.combobox-light .k-multiselect .k-button{border:1.8px solid;border-color:var(--textColorLight40,#444);background:transparent;color:var(--textColorLight40,#444)}.combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-light .k-multiselect-wrap .k-button:hover{background:transparent;color:var(--textColorLight60,#b5b5b5);border-color:var(--textColorLight60,#b5b5b5)}.option-light .k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}.option-light .k-radio:checked+.k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}
1
+ @import 'button-aquamarine.css';@import 'navbar-aquamarine.css';@import 'checkbox-aquamarine.css';@import 'panel-aquamarine.css';@import '../../../fonts/WorkSans/WorkSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Work Sans","Helvetica Neue",Arial,sans-serif;--textColor:#111;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#aeaeae;--textColor30:#7c7c7c;--textColor40:#111;--textColor50:#0f0f0f;--textColor60:#0c0c0c;--textColor70:#090909;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fbfbfb;--backgroundColor20:#f8f8f8;--backgroundColor30:#f4f4f4;--backgroundColor40:#f1f1f1;--backgroundColor50:#d3d3d3;--backgroundColor60:#b1b1b1;--backgroundColor70:#848484;--backgroundLogin10:#fbfbfb;--backgroundLogin20:#f8f8f8;--backgroundLogin30:#f4f4f4;--backgroundLogin40:#f1f1f1;--backgroundLogin50:#d3d3d3;--backgroundLogin60:#b1b1b1;--backgroundLogin70:#848484;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusMedium:20px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#d7e7e8;--colorDefault20:#b1d3d5;--colorDefault30:#81bdc0;--colorDefault40:#2ca4a8;--colorDefault50:#279093;--colorDefault60:#20787b;--colorDefault70:#185a5c;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d7dee8;--colorPrimary20:#b1c1d5;--colorPrimary30:#819fc0;--colorPrimary40:#2c72a8;--colorPrimary50:#276493;--colorPrimary60:#20547b;--colorPrimary70:#183e5c;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e8d7;--colorSuccess20:#b2d5b1;--colorSuccess30:#85c081;--colorSuccess40:#38a82c;--colorSuccess50:#319327;--colorSuccess60:#297b20;--colorSuccess70:#1f5c18;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f4e7d6;--colorWarning20:#ecd3af;--colorWarning30:#e3bd7e;--colorWarning40:#daa31f;--colorWarning50:#bf8f1b;--colorWarning60:#a07717;--colorWarning70:#775911;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#e8d7d7;--colorDanger20:#d5b1b1;--colorDanger30:#c08181;--colorDanger40:#a82c2c;--colorDanger50:#932727;--colorDanger60:#7b2020;--colorDanger70:#5c1818;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e0dbf8;--colorRoyal20:#c5bbf3;--colorRoyal30:#a594ee;--colorRoyal40:#7e5ee8;--colorRoyal50:#6e52cb;--colorRoyal60:#5c45aa;--colorRoyal70:#45337f;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d6eefb;--colorCalm20:#aee0f9;--colorCalm30:#7cd1f6;--colorCalm40:#11c1f3;--colorCalm50:#0fa9d5;--colorCalm60:#0c8db2;--colorCalm70:#096a85;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#f5f5f5;--colorLight20:#ededed;--colorLight30:#e5e5e5;--colorLight40:#ddd;--colorLight50:#c2c2c2;--colorLight60:#a2a2a2;--colorLight70:#797979;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#ebebeb;--colorStable20:#d9d9d9;--colorStable30:#c7c7c7;--colorStable40:#b2b2b2;--colorStable50:#9c9c9c;--colorStable60:#828282;--colorStable70:#616161;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:transparent;--btnDefault:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);--btnPrimary:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);--btnSuccess:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);--btnCalm:transparent;--btnWarning:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);--btnDanger:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);--btnLight:transparent;--btnStable:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);--btnRoyal:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);--btnDark:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--colorCalm40,#11c1f3);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:var(--colorPrimary40,#2c72a8);--borderBtnDefault:transparent;--borderBtnPrimary:transparent;--borderBtnSuccess:transparent;--borderBtnCalm:var(--colorCalm40,#11c1f3);--borderBtnWarning:transparent;--borderBtnDanger:transparent;--borderBtnLight:var(--textColorLight40,#444);--borderBtnStable:transparent;--borderBtnRoyal:transparent;--borderBtnDark:transparent;--colorDefault:var(--colorDefault40,#2ca4a8);--colorPrimary:var(--colorPrimary40,#2c72a8);--colorSuccess:var(--colorSuccess40,#38a82c);--colorCalm:var(--colorDefault40,#2ca4a8);--colorWarning:var(--colorWarning40,#daa31f);--colorDanger:var(--colorDanger40,#ce3a36);--colorLight:var(--colorLight50,#c2c2c2);--colorStable:var(--colorStable40,#b2b2b2);--colorRoyal:var(--colorRoyal40,#7e5ee8);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#2ca4a8);--checkboxPrimary:var(--colorPrimary40,#2c72a8);--checkboxSuccess:var(--colorSuccess40,#38a82c);--checkboxCalm:var(--colorCalm40,#11c1f3);--checkboxWarning:var(--colorWarning40,#daa31f);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight40,#ddd);--checkboxStable:var(--colorStable40,#b2b2b2);--checkboxRoyal:var(--colorRoyal40,#7e5ee8);--checkboxDark:var(--colorDark40,#444);--borderCheckboxDefault:transparent;--borderCheckboxPrimary:transparent;--borderCheckboxSuccess:transparent;--borderCheckboxCalm:transparent;--borderCheckboxWarning:transparent;--borderCheckboxDanger:transparent;--borderCheckboxLight:transparent;--borderCheckboxStable:transparent;--borderCheckboxRoyal:transparent;--borderCheckboxDark:transparent;--comboboxDefault:var(--colorDefault40,#2ca4a8);--comboboxPrimary:var(--colorPrimary40,#2c72a8);--comboboxSuccess:var(--colorSuccess40,#38a82c);--comboboxCalm:var(--colorCalm40,#11c1f3);--comboboxWarning:var(--colorWarning40,#daa31f);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:transparent;--comboboxStable:var(--colorStable40,#b2b2b2);--comboboxRoyal:var(--colorRoyal40,#7e5ee8);--comboboxDark:var(--colorDark40,#444);--borderComboboxDefault:var(--colorDefault50,#3b448e);--borderComboboxPrimary:var(--colorPrimary50,#5665be);--borderComboboxSuccess:var(--colorSuccess50,#257d25);--borderComboboxCalm:var(--colorCalm50,#11c1f3);--borderComboboxWarning:var(--colorWarning50,#f0ad4e);--borderComboboxDanger:var(--colorDanger50,#ce3a36);--borderComboboxLight:var(--textColorLight40,#444);--borderComboboxStable:var(--colorStable50,#b2b2b2);--borderComboboxRoyal:var(--colorRoyal50,#886aea);--borderComboboxDark:var(--colorDark50,#444);--optionDefault:var(--colorDefault40,#2ca4a8);--optionPrimary:var(--colorPrimary40,#2c72a8);--optionSuccess:var(--colorSuccess40,#38a82c);--optionCalm:var(--colorCalm40,#11c1f3);--optionWarning:var(--colorWarning40,#daa31f);--optionDanger:var(--colorDanger40,#ce3a36);--optionLight:var(--colorLight40,#ddd);--optionStable:var(--colorStable40,#b2b2b2);--optionRoyal:var(--colorRoyal40,#7e5ee8);--optionDark:var(--colorDark40,#444);--borderOptionDefault:transparent;--borderOptionPrimary:transparent;--borderOptionSuccess:transparent;--borderOptionCalm:transparent;--borderOptionWarning:transparent;--borderOptionDanger:transparent;--borderOptionLight:transparent;--borderOptionStable:transparent;--borderOptionRoyal:transparent;--borderOptionDark:transparent;--panelDefault:linear-gradient(90deg,var(--colorDefault70,#185a5c) 0,var(--colorPrimary60,#20547b) 100%);--panelPrimary:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);--panelSuccess:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);--panelCalm:var(--colorCalm40,#11c1f3);--panelWarning:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);--panelDanger:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);--panelLight:transparent;--panelStable:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);--panelRoyal:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);--panelDark:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);--borderPanelDefault:transparent;--borderPanelPrimary:transparent;--borderPanelSuccess:transparent;--borderPanelCalm:transparent;--borderPanelWarning:transparent;--borderPanelDanger:transparent;--borderPanelLight:transparent;--borderPanelStable:transparent;--borderPanelRoyal:transparent;--borderPanelDark:transparent}.text-color-info{color:var(--colorCalm40,#11c1f3)}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,"Work Sans",Helvetica,Arial,sans-serif);font-weight:400;font-size:var(--textNormalSize,16px);color:var(--textColor40,#111)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--textColor40,#111);font-weight:500}label{font-weight:400}.h1{margin-left:20px}.h1::before{content:'';height:40px;background:linear-gradient(180deg,var(--colorDefault40,#2ca4a8) 0,var(--colorPrimary40,#2c72a8) 100%);border-radius:var(--borderRadiusSmallest,5px);margin-left:calc(var(--distanceExtraSmall, 10px) * 2);width:12px;position:absolute;margin-left:-16px}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmall,15px)}.color-light{color:var(--colorLight50,#c2c2c2)}.k-button.disabled,.k-button.disabled span,.k-button.disabled i,.k-button.disabled.active,.k-button.disabled.focus,.k-button.disabled:active,.k-button.disabled:focus,.k-button.disabled:hover,.btn.disabled,.btn.disabled span,.btn.disabled i,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover{background:var(--colorNeutral80,#909090);border-color:var(--colorNeutral80,#909090);color:var(--colorNeutral150,#414141)}a,a:focus,a:active{color:var(--colorPrimary40,#2c72a8)}a:hover{color:var(--colorPrimary30,#819fc0)}.siginPanel{background:var(--backgroundLogin40,#f1f1f1)}.login-view{flex-direction:column-reverse;background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);padding:var(--distanceSmall,15px);margin-top:20px}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,5px)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox,.k-multiselect,.k-combobox .k-dropdown-wrap,.k-autocomplete,.k-autocomplete.k-state-default,.mce-tinymce.mce-panel,.cronDynamicSelect .k-dropdown-wrap,.k-animation-container .k-dropdown .k-dropdown-wrap{background:var(--textColorDefault40,#fff);color:var(--textColor40,#111);border-radius:var(--borderRadiusSmall,15px);padding:var(--distanceExtraSmall,10px) var(--distanceMedium,20px);box-shadow:none;height:auto;text-indent:0;font-size:var(--textMediumSize,18px);border:1px solid var(--colorLight50,#c2c2c2)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox{min-height:calc(var(--textNormalSize, 16px) * 3.5)}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover{background:var(--textColorDefault40,#fff);box-shadow:none;color:var(--textColor40,#111)}.k-multiselect{border:1px solid var(--colorLight50,#c2c2c2);border-radius:var(--borderRadiusMedium,20px);width:auto !important}.k-multiselect .k-multiselect-wrap{border-color:transparent}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-dropdown .k-state-focused,.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active{border-color:var(--colorDefault40,#2ca4a8)}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected{border-color:var(--colorDefault40,#2ca4a8)}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{padding-top:5px;padding-bottom:5px}.k-popup .k-list .k-state-hover,.k-listbox .k-item{padding:10px}.k-list .k-state-hover,.k-list .k-state-hover:hover{background:var(--colorDefault10,#d7e7e8);padding:10px;border-radius:var(--borderRadiusMedium,20px)}.k-list .k-state-selected,.k-list .k-item.k-state-hover.k-state-selected,.k-list .k-item:hover.k-state-selected,.k-popup .k-list .k-state-focused{border-radius:var(--borderRadiusMedium,20px)}.k-popup .k-list .k-item,.k-popup .k-list .k-item.k-state-hover,.k-popup .k-list .k-item.k-state-hover:hover{padding:0 10px}.k-list-optionlabel:hover.k-state-selected,.cardinput:focus-within{border:1px solid var(--colorDefault40,#2ca4a8)}.cronSelect .k-icon,.cronSelect .k-tool-icon{height:4em}.cronMultiSelect .k-icon,.cronMultiSelect .k-tool-icon{height:27px}.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap{box-shadow:none}.k-multiselect .k-multiselect-wrap,span.k-dropdown,.k-combobox{background:transparent}.k-multiselect-wrap .k-input{min-height:auto}.k-multiselect .k-multiselect-wrap li{padding:4px 41px 4px 12px;margin-right:5px}.k-multiselect-wrap .k-select{padding:4px 10px}.k-button:before{background:var(--colorDefault40,#2ca4a8)}.k-multiselect .k-button.k-state-hover,.k-multiselect .k-button{border-color:var(--colorDefault50,#279093);background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover{background:var(--colorDefault60,#20787b);color:var(--textColorDefault40,#fff)}.k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#279093)}.input-group .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.input-group .k-button.active,.input-group .k-button:active,.input-group .k-button:focus,.input-group .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#d7d7d7)}.k-dropdown .k-state-hover .k-input,.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:var(--textColor40,#111)}.cardinput{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);padding:0;border-color:var(--colorLight50,#c2c2c2)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--colorDefault40,#2f2f2f);color:var(--textColorDefault40,#fff)}cron-calendar.k-widget{border-color:var(--colorDefault40,#2f2f2f)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:var(--colorDefault60,#3e3e3e);box-shadow:none}.k-calendar th{background:var(--colorDefault10,#3e3e3e)}.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected,.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:var(--colorDefault60,#3e3e3e)}.bootstrap-datetimepicker-widget.dropdown-menu{color:var(--textColor40,#111);background:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--textColorDefault40,#fff)}.dynamic-image-container{border-radius:var(--borderRadiusMedium,20px);padding:12px;border-width:3px;border-color:var(--textColor40,#111)}.dynamic-image-container .btn{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border:0;display:initial;padding:3px 28px}.dynamic-image-container .btn.btn-info{padding:3px 24px;margin-left:0}.dynamic-image-container .btn.btn-info.active,.dynamic-image-container .btn.btn-info:active,.dynamic-image-container .btn.btn-info:focus,.dynamic-image-container .btn.btn-info:hover{border:0}.dynamic-image-container .btn.active,.dynamic-image-container .btn:active,.dynamic-image-container .btn:focus,.dynamic-image-container .btn:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-multiselect-wrap,.k-numeric-wrap.k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-progress-status-wrap,.k-slider-selection,.k-slider-track{box-shadow:none}*[id^='crn-upload'] .btn,*[id^='crn-upload'] .k-button{display:inline-flex}.k-grid .k-grid-header .k-header .k-checkbox-label:before{border-color:var(--textColorDefault40,#fff);color:var(--textColorDefault40,#fff)}.k-widget{box-shadow:none}.k-grid{border:0;background:transparent;box-shadow:none}.k-grid .k-header.k-grid-toolbar{background:var(--colorLight30,#e5e5e5);border-radius:var(--borderRadiusMedium,20px);margin-bottom:var(--distanceSmall,15px);padding:var(--distanceMedium,20px);border:0}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8)}.k-grid table{border:1px solid #ccc;overflow:hidden;border-radius:var(--borderRadiusMedium,20px)}.k-grid-toolbar .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inline-flex}.k-grid-toolbar .k-button:focus,.k-grid-toolbar .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid-toolbar .k-button.active,.k-grid-toolbar .k-button:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header,.k-grid table thead th.k-header a.k-link,table.table thead th{color:var(--textColorDefault40,#fff);font-weight:500;font-size:16px;text-transform:initial}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8);padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first{border-radius:var(--borderRadiusMedium,20px) 0 0 var(--borderRadiusMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul{border-left:0;position:static}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul .k-pager-nav{border-radius:var(--borderRadiusNone,0);border-right:0;border-left:0}.k-grid .k-grid-pager .k-pager-nav.k-pager-last{border-radius:0 var(--borderRadiusMedium,20px) var(--borderRadiusMedium,20px) 0}.k-grid .k-grid-pager .k-link,.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link{border-radius:var(--borderRadiusNone,0)}.k-grid .k-grid-pager .k-link{border-color:var(--colorDefault20,#b1d3d5);color:var(--colorDefault20,#b1d3d5);margin:0}.k-grid .k-grid-pager .k-link:hover{background:var(--backgroundColor40,#f1f1f1)}.k-grid .k-grid-pager .k-link .k-icon{font-size:var(--menuItemIconWidth,25px)}.k-grid .k-grid-pager .k-link.k-pager-refresh{border-color:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusFull,99999px);background:transparent;color:var(--colorDefault40,#2ca4a8)}.k-grid .k-grid-pager .k-link.k-pager-refresh:hover{background:var(--colorDefault10,#d7e7e8)}.k-grid .k-grid-pager ul .k-link{border-left:0}.k-grid .k-grid-pager .k-pager-numbers a{color:var(--colorDefault40,#2ca4a8)}.k-grid .k-dropdown .k-dropdown-wrap{border-radius:var(--borderRadiusMedium,20px);background:var(--textColorDefault40,#fff)}.k-pager-sizes .k-widget.k-dropdown{background:transparent}.k-grid .k-widget{background:transparent;border:0}.k-grid table .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inherit;height:33px;width:33px;border:0;margin-right:10px}.k-grid table .k-button.active,.k-grid table .k-button:active,.k-grid table .k-button:focus,.k-grid table .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid table .k-button,.k-grid table .k-button:focus:active{padding:5px;min-height:0;min-width:0;margin:0;margin-right:5px;display:inline-flex}.k-grid table .k-button.k-custom-command{width:inherit;min-width:64px}.k-grid-header th.k-header>.k-link{display:inline-block}.k-grid .k-grid-header th .k-i-sort-asc-sm,.k-grid .k-grid-header th .k-i-sort-desc-sm,.k-grid .k-grid-header th .k-sort-order{color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header:hover,table.table thead th:hover,.k-grid table thead th.k-header:hover a.k-link,.k-grid .k-grid-header th:hover .k-i-sort-asc-sm,.k-grid .k-grid-header th:hover .k-i-sort-desc-sm,.k-grid .k-grid-header th:hover .k-sort-order{color:yellow}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid tr.k-state-selected:hover td{border-color:#ccc}.k-state-selected .k-button:hover,.k-state-selected:link .k-button:hover,.k-state-selected:visited .k-button:hover,.k-tool.k-state-selected .k-button:hover,.k-grid td.k-state-selected .k-button{border:1px solid var(--colorDefault50,#279093)}.k-grid .k-grid-pager .k-link .k-icon.k-i-reload{font-size:inherit}.crn-grid-title{line-height:36px;color:var(--textColor40,#111)}.container .jumbotron,.container-fluid .jumbotron{background:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs{background:var(--colorDefault20,#b1d3d5);color:var(--textColorDefault40,#fff);padding:var(--distanceExtraSmall,10px);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs li.active{background:var(--colorDefault50,#279093);border-radius:var(--borderRadiusSmall,15px);border:0}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{color:var(--textColorDefault40,#fff)}.ctn-tab .nav-tabs li a{color:var(--colorDefault50,#279093)}.ctn-tab .nav-tabs li a:hover{background:var(--colorDefault30,#81bdc0);color:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);border:0}.table-bordered>thead>tr>td:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-top-right-radius:var(--borderRadiusMedium,20px)}.table-bordered>thead>tr>td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);border-bottom-left-radius:var(--borderRadiusMedium,20px)}.table thead th:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-left:0}.table thead th:last-child{border-top-right-radius:var(--borderRadiusMedium,20px);border-right:0}.table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px);display:block}.table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);display:block}.k-grid table thead th.k-header,.k-grid table tbody td,table.table thead th,table.table tbody td{padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.table-bordered{border:0}.table tr.table-content{background:var(--textColorDefault40,#fff)}.k-grid table tbody tr:nth-child(odd),table.table tbody tr:nth-child(odd){background:var(--backgroundColor40,#f1f1f1)}.k-grid table tbody tr:nth-child(even),table.table tbody tr:nth-child(even){background:var(--colorLight30,#e5e5e5)}.k-grid table tbody tr.k-state-selected{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid table tbody tr:hover{background:var(--colorDefault10,#d7e7e8)}.k-filter-menu-container .k-dropdown .k-dropdown-wrap,.k-filter-menu-container .k-textbox{padding:0}.k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child,thead.k-grid-header th.k-header:first-child{border-top-left-radius:var(--borderRadiusMedium,20px)}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-top-right-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px)}.k-scheduler{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);border-color:var(--backgroundColor60,#bbb);overflow:hidden}.k-scheduler .k-header{background:var(--textColorDefault40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button,.k-scheduler .k-state-selected>.k-link,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler div.k-scheduler-footer .k-link,.k-scheduler div.k-scheduler-footer ul li{border-radius:var(--borderRadiusMedium,20px);background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border-color:transparent}.k-scheduler-navigation .k-nav-prev{border-color:transparent}.k-scheduler-navigation .k-nav-prev .k-link:hover,.k-scheduler div.k-scheduler-footer .k-link:hover,.k-scheduler div.k-scheduler-footer ul li:hover,.k-scheduler-edit-form .k-edit-field .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-scheduler div.k-scheduler-footer .k-link:hover .k-icon,.k-scheduler div.k-scheduler-footer ul li:hover .k-icon{color:var(--colorDefault40,#2ca4a8)}.k-scheduler div.k-scheduler-footer .k-link .k-icon,.k-scheduler div.k-scheduler-footer ul li .k-icon{color:var(--textColorPrimary40,#fff)}.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,.k-gantt-toolbar ul.k-gantt-views li:last-child,.k-gantt-toolbar ul.k-gantt-views li:last-child .k-link,.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar>ul>li,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li .k-link,.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link{border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff);border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-calendar .k-today.k-state-selected,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{background:transparent;box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-window-titlebar .k-window-action{min-height:30px}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link,.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-today.k-state-selected{border-radius:var(--borderRadiusNone,0)}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link{background:transparent;background:0}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover{color:var(--colorDefault40,#2ca4a8);background:var(--colorDefault20,#b1d3d5);border-color:transparent}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{border-width:1px}.k-scheduler-navigation .k-nav-next,.k-scheduler-navigation .k-nav-today{background:transparent;border-color:var(--colorDefault40,#2ca4a8);color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-next .k-link span{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-prev .k-icon{color:var(--textColorDefault40,#fff)}.k-scheduler-toolbar>ul>li{background:transparent;border-color:var(--colorDefault40,#2ca4a8);margin-left:1px}.k-scheduler-toolbar>ul>li .k-link{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-toolbar .k-nav-current .k-lg-date-format,.k-scheduler-toolbar .k-nav-current .k-sm-date-format{color:var(--textColor40,#393939)}.k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format{color:var(--colorDefault40,#2a9fd6)}.k-window-titlebar{background:transparent}.k-slider-buttons .k-slider-items{display:flex;margin-top:17px}.k-slider-wrap{margin-top:24px}.k-slider .k-button{min-height:auto}.k-slider-horizontal .k-tick{margin-top:32px}.k-slider-horizontal .k-label{top:10px}div[data-component^='crn-slider'] .form-control{display:block;height:max-content;margin-bottom:28px}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.combobox-light .k-button:before{background:transparent}.combobox-light .k-multiselect .k-button.k-state-hover,.combobox-light .k-multiselect .k-button{border:1.8px solid;border-color:var(--textColorLight40,#444);background:transparent;color:var(--textColorLight40,#444)}.combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-light .k-multiselect-wrap .k-button:hover{background:transparent;color:var(--textColorLight60,#b5b5b5);border-color:var(--textColorLight60,#b5b5b5)}.option-light .k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}.option-light .k-radio:checked+.k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}
@@ -1 +1 @@
1
- .btn,.k-button{background:var(--colorDefault40,#f5f5f5);text-align:center;color:var(--textColorDefault40,#444);border:1px solid}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.btn.btn-default{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-button:focus,.btn:focus,.k-button:hover,.btn:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));border-color:var(--colorDefault50,#d7d7d7)}.k-button.active,.btn.active,.k-button:active,.btn:active,.btn.btn-default.active,.btn.btn-default:active{color:var(--textColorDefault40,#444);box-shadow:none;background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9));border-color:var(--colorPrimary40,#2fa4e7)}.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.k-button.k-primary.active,.k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active{color:var(--textColorPrimary40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorPrimary60,#2278a9);border-color:var(--colorPrimary70,#1a5a7f)}.k-button.k-success,.btn.btn-success{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a));border-color:var(--colorSuccess40,#73a839)}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{color:var(--textColorSuccess40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorSuccess60,#547b2a);border-color:var(--colorSuccess70,#216312)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));border-color:var(--colorWarning40,#dd5600);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--textColorWarning40,#fff);background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning50,#c24b00) 60%,var(--colorWarning60,#a23f00));border-color:var(--colorWarning40,#dd5600)}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{color:var(--textColorWarning40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorWarning60,#a23f00);border-color:var(--colorWarning70,#792f00)}.k-button.k-danger,.btn.btn-danger{background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));border-color:var(--colorDanger40,#c71c22);color:var(--textColorDanger40,#fff)}.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--textColorDanger40,#fff);background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger50,#ae191e) 60%,var(--colorDanger60,#921519));border-color:var(--colorDanger40,#c71c22)}.k-button.k-danger.active,.k-button.k-danger:active,.btn.btn-danger.active,.btn.btn-danger:active{color:var(--textColorDanger40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDanger60,#921519);border-color:var(--colorDanger70,#6d0f13)}.k-button.k-info,.btn.btn-info{background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));border-color:var(--colorCalm40,#033c73);color:var(--textColorCalm40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorCalm40,#fff);background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm50,#033565) 60%,var(--colorCalm60,#022c54));border-color:var(--colorCalm40,#033c73)}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{color:var(--textColorCalm40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorCalm60,#022c54);border-color:var(--colorCalm70,#02213f)}.btn.btn-light{background:var(--colorLight40,#fff);border-color:var(--colorLight40,#fff);color:var(--textColorLight40,#444)}.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#444);background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight70,#fff)}.btn.btn-light.active,.btn.btn-light:active{color:var(--textColorLight40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorLight60,#bbb);border-color:var(--colorLight70,#8c8c8c)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2fa4e7)}.btn.btn-link.active,.btn.btn-link:active{box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%)}.btn.btn-link:focus,.btn.btn-link:hover{color:var(--colorPrimary40,#2fa4e7);text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));border-color:var(--colorStable40,#f8f8f8);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--textColorStable40,#444);background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable50,#d9d9d9) 60%,var(--colorStable60,#b6b6b6));border-color:var(--colorStable40,#f8f8f8)}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{color:var(--textColorStable40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorStable60,#b6b6b6);border-color:var(--colorStable70,#888)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));border-color:var(--colorRoyal40,#886aea);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--textColorRoyal40,#fff);background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal50,#775dcd) 60%,var(--colorRoyal60,#644eab));border-color:var(--colorRoyal40,#886aea)}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{color:var(--textColorRoyal40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorRoyal60,#644eab);border-color:var(--colorRoyal70,#4a3a80)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));border-color:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--textColorDark40,#fff);background:linear-gradient(var(--colorDark30,#898989),var(--colorDark50,#3c3c3c) 60%,var(--colorDark60,#323232));border-color:var(--colorDark40,#444)}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{color:var(--textColorDark40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDark60,#323232);border-color:var(--colorDark70,#252525)}
1
+ .btn,.k-button{background:var(--colorDefault40,#f5f5f5);text-align:center;color:var(--textColorDefault40,#444);border:1px solid}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.btn.btn-default{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-button:focus,.btn:focus,.k-button:hover,.btn:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));border-color:var(--colorDefault50,#d7d7d7)}.k-button.active,.btn.active,.k-button:active,.btn:active,.btn.btn-default.active,.btn.btn-default:active{color:var(--textColorDefault40,#444);box-shadow:none;background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.k-scheduler-edit-form .k-edit-field .k-button,.k-edit-form-container .k-edit-buttons .k-primary,.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button:focus,.k-edit-form-container .k-edit-buttons .k-primary:focus,.k-scheduler-edit-form .k-edit-field .k-button:hover,.k-edit-form-container .k-edit-buttons .k-primary:hover,.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9));border-color:var(--colorPrimary40,#2fa4e7)}.k-scheduler-edit-form .k-edit-field .k-button:active,.k-edit-form-container .k-edit-buttons .k-primary:active,.k-scheduler-edit-form .k-edit-field .k-button.active,.k-edit-form-container .k-edit-buttons .k-primary.active,.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.k-button.k-primary.active,.k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active{color:var(--textColorPrimary40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorPrimary60,#2278a9);border-color:var(--colorPrimary70,#1a5a7f)}.k-button.k-success,.btn.btn-success{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a));border-color:var(--colorSuccess40,#73a839)}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{color:var(--textColorSuccess40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorSuccess60,#547b2a);border-color:var(--colorSuccess70,#216312)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));border-color:var(--colorWarning40,#dd5600);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--textColorWarning40,#fff);background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning50,#c24b00) 60%,var(--colorWarning60,#a23f00));border-color:var(--colorWarning40,#dd5600)}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{color:var(--textColorWarning40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorWarning60,#a23f00);border-color:var(--colorWarning70,#792f00)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,.k-button.k-danger,.btn.btn-danger{background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));border-color:var(--colorDanger40,#c71c22);color:var(--textColorDanger40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--textColorDanger40,#fff);background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger50,#ae191e) 60%,var(--colorDanger60,#921519));border-color:var(--colorDanger40,#c71c22)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel.active,.k-button.k-danger.active,.k-button.k-danger:active,.btn.btn-danger.active,.btn.btn-danger:active{color:var(--textColorDanger40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDanger60,#921519);border-color:var(--colorDanger70,#6d0f13)}.k-button.k-info,.btn.btn-info{background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));border-color:var(--colorCalm40,#033c73);color:var(--textColorCalm40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorCalm40,#fff);background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm50,#033565) 60%,var(--colorCalm60,#022c54));border-color:var(--colorCalm40,#033c73)}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{color:var(--textColorCalm40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorCalm60,#022c54);border-color:var(--colorCalm70,#02213f)}.btn.btn-light{background:var(--colorLight40,#fff);border-color:var(--colorLight40,#fff);color:var(--textColorLight40,#444)}.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#444);background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight70,#fff)}.btn.btn-light.active,.btn.btn-light:active{color:var(--textColorLight40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorLight60,#bbb);border-color:var(--colorLight70,#8c8c8c)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2fa4e7)}.btn.btn-link.active,.btn.btn-link:active{box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%)}.btn.btn-link:focus,.btn.btn-link:hover{color:var(--colorPrimary40,#2fa4e7);text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));border-color:var(--colorStable40,#f8f8f8);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--textColorStable40,#444);background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable50,#d9d9d9) 60%,var(--colorStable60,#b6b6b6));border-color:var(--colorStable40,#f8f8f8)}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{color:var(--textColorStable40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorStable60,#b6b6b6);border-color:var(--colorStable70,#888)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));border-color:var(--colorRoyal40,#886aea);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--textColorRoyal40,#fff);background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal50,#775dcd) 60%,var(--colorRoyal60,#644eab));border-color:var(--colorRoyal40,#886aea)}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{color:var(--textColorRoyal40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorRoyal60,#644eab);border-color:var(--colorRoyal70,#4a3a80)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));border-color:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--textColorDark40,#fff);background:linear-gradient(var(--colorDark30,#898989),var(--colorDark50,#3c3c3c) 60%,var(--colorDark60,#323232));border-color:var(--colorDark40,#444)}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{color:var(--textColorDark40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDark60,#323232);border-color:var(--colorDark70,#252525)}
@@ -1 +1 @@
1
- @import 'button-cerulean.css';@import 'panel-cerulean.css';@import 'navbar-cerulean.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Helvetica Neue","Roboto","Segoe UI",sans-serif;--textColor:#495057;--backgroundColor:#fff;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#dadada;--textColor20:#b8b8b8;--textColor30:#909090;--textColor40:#555;--textColor50:#4a4a4a;--textColor60:#3e3e3e;--textColor70:#2f2f2f;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fff;--backgroundColor20:#fff;--backgroundColor30:#fff;--backgroundColor40:#fff;--backgroundColor50:#dfdfdf;--backgroundColor60:#bbb;--backgroundColor70:#8c8c8c;--backgroundLogin10:#fff;--backgroundLogin20:#fff;--backgroundLogin30:#fff;--backgroundLogin40:#fff;--backgroundLogin50:#dfdfdf;--backgroundLogin60:#bbb;--backgroundLogin70:#8c8c8c;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#fcfcfc;--colorDefault20:#fafafa;--colorDefault30:#f7f7f7;--colorDefault40:#f5f5f5;--colorDefault50:#d7d7d7;--colorDefault60:#b3b3b3;--colorDefault70:#868686;--textColorDefault10:#252525;--textColorDefault20:#323232;--textColorDefault30:#3c3c3c;--textColorDefault40:#444;--textColorDefault50:#898989;--textColorDefault60:#b5b5b5;--textColorDefault70:#d9d9d9;--colorPrimary10:#d7e7f8;--colorPrimary20:#b1d3f2;--colorPrimary30:#82bded;--colorPrimary40:#2fa4e7;--colorPrimary50:#2990ca;--colorPrimary60:#2278a9;--colorPrimary70:#1a5a7f;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#dee8d8;--colorSuccess20:#c1d5b3;--colorSuccess30:#9fc085;--colorSuccess40:#73a839;--colorSuccess50:#659332;--colorSuccess60:#547b2a;--colorSuccess70:#3f5c1f;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f5dad5;--colorWarning20:#edb9ae;--colorWarning30:#e5907b;--colorWarning40:#dd5600;--colorWarning50:#c24b00;--colorWarning60:#a23f00;--colorWarning70:#792f00;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f0d6d6;--colorDanger20:#e3afaf;--colorDanger30:#d57e7f;--colorDanger40:#c71c22;--colorDanger50:#ae191e;--colorDanger60:#921519;--colorDanger70:#6d0f13;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e2ddf9;--colorRoyal20:#c8bef4;--colorRoyal30:#ab9aef;--colorRoyal40:#886aea;--colorRoyal50:#775dcd;--colorRoyal60:#644eab;--colorRoyal70:#4a3a80;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d5d8de;--colorCalm20:#aeb3c1;--colorCalm30:#7b869f;--colorCalm40:#033c73;--colorCalm50:#033565;--colorCalm60:#022c54;--colorCalm70:#02213f;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#fdfdfd;--colorStable20:#fbfbfb;--colorStable30:#fafafa;--colorStable40:#f8f8f8;--colorStable50:#d9d9d9;--colorStable60:#b6b6b6;--colorStable70:#888;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:var(--colorPrimary40,#2fa4e7);--btnDefault:var(--colorDefault40,#f5f5f5);--btnPrimary:var(--colorPrimary40,#2fa4e7);--btnSuccess:var(--colorSuccess40,#73a839);--btnCalm:var(--colorCalm40,#033c73);--btnWarning:var(--colorWarning40,#dd5600);--btnDanger:var(--colorDanger40,#c71c22);--btnLight:var(--colorLight40,#fff);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#444);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorDefault40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--colorDefault:var(--colorDefault50,#d7d7d7);--colorPrimary:var(--colorPrimary40,#2fa4e7);--colorSuccess:var(--colorSuccess40,#73a839);--colorCalm:var(--colorCalm40,#033c73);--colorWarning:var(--colorWarning40,#dd5600);--colorDanger:var(--colorDanger40,#c71c22);--colorLight:var(--colorLight50,#dfdfdf);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault50,#d7d7d7);--checkboxPrimary:var(--colorPrimary40,#2fa4e7);--checkboxSuccess:var(--colorSuccess40,#73a839);--checkboxCalm:var(--colorCalm40,#033c73);--checkboxWarning:var(--colorWarning40,#dd5600);--checkboxDanger:var(--colorDanger40,#c71c22);--checkboxLight:var(--colorLight50,#dfdfdf);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--comboboxDefault:var(--colorDefault40,#f5f5f5);--comboboxPrimary:var(--colorPrimary40,#2fa4e7);--comboboxSuccess:var(--colorSuccess40,#73a839);--comboboxCalm:var(--colorCalm40,#033c73);--comboboxWarning:var(--colorWarning40,#dd5600);--comboboxDanger:var(--colorDanger40,#c71c22);--comboboxLight:var(--colorLight40,#fff);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--optionDefault:var(--colorDefault50,#d7d7d7);--optionPrimary:var(--colorPrimary40,#2fa4e7);--optionSuccess:var(--colorSuccess40,#73a839);--optionCalm:var(--colorCalm40,#033c73);--optionWarning:var(--colorWarning40,#dd5600);--optionDanger:var(--colorDanger40,#c71c22);--optionLight:var(--colorLight50,#dfdfdf);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--panelDefault:var(--colorPrimary40,#2ca4a8);--panelPrimary:var(--colorDefault40,#f5f5f5);--panelSuccess:var(--colorSuccess40,#73a839);--panelCalm:var(--colorCalm40,#033c73);--panelWarning:var(--colorWarning40,#dd5600);--panelDanger:var(--colorDanger40,#c71c22);--panelLight:var(--colorLight50,#dfdfdf);--panelStable:var(--colorStable50,#d9d9d9);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#444)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--colorPrimary60,#2278a9)}.color-light{color:var(--colorLight50,#dfdfdf)}.color-default{color:var(--colorDefault50,#d7d7d7)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#2fa4e7)}a:hover{color:var(--colorPrimary60,#2278a9)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio:focus+.k-radio-label::before,.option-default .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox-label:active:before,.k-checkbox:active+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:active:before,.checkbox-default .k-checkbox:active+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox-label:before{border-color:var(--colorDefault50,#d7d7d7)}.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault60,#b3b3b3)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#fff)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:active:before,.checkbox-light .k-checkbox:active+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-light .k-checkbox-label:before{border-color:var(--colorLight50,#dfdfdf)}.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorLight60,#bbb)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorLight50,#dfdfdf);color:var(--textColorLight40,#444)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#fff)}.modal-title{color:var(--colorPrimary60,#2278a9)}.k-slider .k-slider-selection{background:var(--backgroundColor50,#dfdfdf)}.k-treeview .k-item{background:var(--colorDefault40,#f5f5f5);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-selected{background:var(--colorDefault60,#b3b3b3);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-hover{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-grid tr:hover{background:var(--colorDefault40,#f5f5f5)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--backgroundColor50,#dfdfdf);color:var(--textColorDefault40,#444)}.k-grid-toolbar .k-button.k-state-hover,.k-grid-toolbar .k-button:hover{border-color:transparent}.k-grid table .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-grid table tbody tr:hover{background:var(--colorDefault40,#d8d9e3);color:var(--textColorDefault40)}.k-popup .k-list .k-state-focused{box-shadow:inset 0 0 2px 0 var(--colorPrimary30,#82bded),inset 0 0 7px 0 var(--colorPrimary40,#2fa4e7)}.k-pager-wrap .k-link.k-pager-last,.k-pager-nav.k-pager-first+.k-link,.k-pager-wrap .k-link{border-color:var(--colorDefault50,#d7d7d7)}.k-grid .k-pager-numbers .k-link:link,.k-grid .k-pager-numbers .k-link:visited,.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,.k-pager-wrap>.k-link>.k-icon{color:var(--textColor40,#555)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#2fa4e7)}.bg,.siginPanel,.bg-login #container-second,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-second h1,.bg-login #container-second p,#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#555)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmallest,5px);width:auto;padding:8px 12px;min-width:52px}.k-button.btn-fab i{width:auto}.dynamic-image-container{border-color:var(--textColor40,#555);padding:10px;border-width:2px}div[data-component="crn-textinputbutton"] div[data-component="crn-textinput"] input{border-top-right-radius:0;border-bottom-right-radius:0}div[data-component="crn-textinputbutton"] div[data-component="crn-button"] button{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:6px 12px}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#555)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#2fa4e7)}.k-calendar .k-footer{border-top:1px solid var(--backgroundColor50,#dfdfdf)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));color:var(--textColor40,#fff)}cron-calendar.k-widget{border-color:var(--backgroundColor50,#dfdfdf)}.k-calendar td.k-state-hover,.k-calendar .k-link.k-nav-fast,.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev,.k-calendar .k-header .k-icon{color:var(--textColor40,#555)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));box-shadow:none}.k-calendar th{background:var(--backgroundColor50,#c7c9ce)}.k-calendar td.k-state-hover,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault60,#b3b3b3)}.k-calendar td.k-state-hover .k-link{color:var(--textColor40,#555)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#fcfcfc)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#909090)}.k-calendar td.k-state-selected{background:transparent}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor40,#fff)}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a))}.cardinput button i{color:var(--colorPrimary40,#2fa4e7)}.cardinput button:focus i,.cardinput button:hover i{color:var(--colorPrimary60,#2278a9)}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:linear-gradient(var(--colorDefault20,#fafafa),var(--colorDefault30,#f7f7f7) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3))}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2278a9);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}
1
+ @import 'button-cerulean.css';@import 'panel-cerulean.css';@import 'navbar-cerulean.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Helvetica Neue","Roboto","Segoe UI",sans-serif;--textColor:#495057;--backgroundColor:#fff;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#dadada;--textColor20:#b8b8b8;--textColor30:#909090;--textColor40:#555;--textColor50:#4a4a4a;--textColor60:#3e3e3e;--textColor70:#2f2f2f;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fff;--backgroundColor20:#fff;--backgroundColor30:#fff;--backgroundColor40:#fff;--backgroundColor50:#dfdfdf;--backgroundColor60:#bbb;--backgroundColor70:#8c8c8c;--backgroundLogin10:#fff;--backgroundLogin20:#fff;--backgroundLogin30:#fff;--backgroundLogin40:#fff;--backgroundLogin50:#dfdfdf;--backgroundLogin60:#bbb;--backgroundLogin70:#8c8c8c;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#fcfcfc;--colorDefault20:#fafafa;--colorDefault30:#f7f7f7;--colorDefault40:#f5f5f5;--colorDefault50:#d7d7d7;--colorDefault60:#b3b3b3;--colorDefault70:#868686;--textColorDefault10:#252525;--textColorDefault20:#323232;--textColorDefault30:#3c3c3c;--textColorDefault40:#444;--textColorDefault50:#898989;--textColorDefault60:#b5b5b5;--textColorDefault70:#d9d9d9;--colorPrimary10:#d7e7f8;--colorPrimary20:#b1d3f2;--colorPrimary30:#82bded;--colorPrimary40:#2fa4e7;--colorPrimary50:#2990ca;--colorPrimary60:#2278a9;--colorPrimary70:#1a5a7f;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#dee8d8;--colorSuccess20:#c1d5b3;--colorSuccess30:#9fc085;--colorSuccess40:#73a839;--colorSuccess50:#659332;--colorSuccess60:#547b2a;--colorSuccess70:#3f5c1f;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f5dad5;--colorWarning20:#edb9ae;--colorWarning30:#e5907b;--colorWarning40:#dd5600;--colorWarning50:#c24b00;--colorWarning60:#a23f00;--colorWarning70:#792f00;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f0d6d6;--colorDanger20:#e3afaf;--colorDanger30:#d57e7f;--colorDanger40:#c71c22;--colorDanger50:#ae191e;--colorDanger60:#921519;--colorDanger70:#6d0f13;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e2ddf9;--colorRoyal20:#c8bef4;--colorRoyal30:#ab9aef;--colorRoyal40:#886aea;--colorRoyal50:#775dcd;--colorRoyal60:#644eab;--colorRoyal70:#4a3a80;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d5d8de;--colorCalm20:#aeb3c1;--colorCalm30:#7b869f;--colorCalm40:#033c73;--colorCalm50:#033565;--colorCalm60:#022c54;--colorCalm70:#02213f;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#fdfdfd;--colorStable20:#fbfbfb;--colorStable30:#fafafa;--colorStable40:#f8f8f8;--colorStable50:#d9d9d9;--colorStable60:#b6b6b6;--colorStable70:#888;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:var(--colorPrimary40,#2fa4e7);--btnDefault:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));--btnPrimary:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));--btnSuccess:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));--btnCalm:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));--btnWarning:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));--btnDanger:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));--btnLight:linear-gradient(var(--colorLight30,#fff),var(--colorLight40,#fff) 60%,var(--colorLight50,#dfdfdf));--btnStable:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));--btnRoyal:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));--btnDark:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));--textColorDefault:var(--textColorDefault40,#444);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorCalm40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:transparent;--borderBtnDefault:var(--colorDefault50,#d7d7d7);--borderBtnPrimary:var(--colorPrimary40,#2fa4e7);--borderBtnSuccess:var(--colorSuccess40,#73a839);--borderBtnCalm:var(--colorCalm40,#033c73);--borderBtnWarning:var(--colorWarning40,#dd5600);--borderBtnDanger:var(--colorDanger50,#ae191e);--borderBtnLight:var(--colorLight40,#fff);--borderBtnStable:var(--colorStable40,#f8f8f8);--borderBtnRoyal:var(--colorRoyal40,#886aea);--borderBtnDark:var(--colorDark40,#444);--colorDefault:var(--colorDefault50,#d7d7d7);--colorPrimary:var(--colorPrimary40,#2fa4e7);--colorSuccess:var(--colorSuccess40,#73a839);--colorCalm:var(--colorCalm40,#033c73);--colorWarning:var(--colorWarning40,#dd5600);--colorDanger:var(--colorDanger40,#c71c22);--colorLight:var(--colorLight50,#dfdfdf);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault50,#d7d7d7);--checkboxPrimary:var(--colorPrimary40,#2fa4e7);--checkboxSuccess:var(--colorSuccess40,#73a839);--checkboxCalm:var(--colorCalm40,#033c73);--checkboxWarning:var(--colorWarning40,#dd5600);--checkboxDanger:var(--colorDanger40,#c71c22);--checkboxLight:var(--colorLight50,#dfdfdf);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--borderCheckboxDefault:transparent;--borderCheckboxPrimary:transparent;--borderCheckboxSuccess:transparent;--borderCheckboxCalm:transparent;--borderCheckboxWarning:transparent;--borderCheckboxDanger:transparent;--borderCheckboxLight:transparent;--borderCheckboxStable:transparent;--borderCheckboxRoyal:transparent;--borderCheckboxDark:transparent;--comboboxDefault:var(--colorDefault40,#f5f5f5);--comboboxPrimary:var(--colorPrimary40,#2fa4e7);--comboboxSuccess:var(--colorSuccess40,#73a839);--comboboxCalm:var(--colorCalm40,#033c73);--comboboxWarning:var(--colorWarning40,#dd5600);--comboboxDanger:var(--colorDanger40,#c71c22);--comboboxLight:var(--colorLight40,#fff);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--borderComboboxDefault:var(--colorDefault50,#d7d7d7);--borderComboboxPrimary:var(--colorPrimary50,#4b58a6);--borderComboboxSuccess:var(--colorSuccess50,#73a839);--borderComboboxCalm:var(--colorCalm50,#033c73);--borderComboboxWarning:var(--colorWarning50,#dd5600);--borderComboboxDanger:var(--colorDanger50,#ae191e);--borderComboboxLight:var(--colorLight50,#dfdfdf);--borderComboboxStable:var(--colorStable50,#f8f8f8);--borderComboboxRoyal:var(--colorRoyal50,#775dcd);--borderComboboxDark:var(--colorDark50,#3c3c3c);--optionDefault:var(--colorDefault50,#d7d7d7);--optionPrimary:var(--colorPrimary40,#2fa4e7);--optionSuccess:var(--colorSuccess40,#73a839);--optionCalm:var(--colorCalm40,#033c73);--optionWarning:var(--colorWarning40,#dd5600);--optionDanger:var(--colorDanger40,#c71c22);--optionLight:var(--colorLight50,#dfdfdf);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--borderOptionDefault:transparent;--borderOptionPrimary:transparent;--borderOptionSuccess:transparent;--borderOptionCalm:transparent;--borderOptionWarning:transparent;--borderOptionDanger:transparent;--borderOptionLight:transparent;--borderOptionStable:transparent;--borderOptionRoyal:transparent;--borderOptionDark:transparent;--panelDefault:var(--colorPrimary40,#2fa4e7);--panelPrimary:var(--colorDefault40,#f5f5f5);--panelSuccess:var(--colorSuccess40,#73a839);--panelCalm:var(--colorCalm40,#033c73);--panelWarning:var(--colorWarning40,#dd5600);--panelDanger:var(--colorDanger40,#c71c22);--panelLight:var(--colorLight50,#dfdfdf);--panelStable:var(--colorStable50,#d9d9d9);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#444);--borderPanelDefault:var(--colorPrimary40,#2fa4e7);--borderPanelPrimary:var(--colorDefault40,#f5f5f5);--borderPanelSuccess:var(--colorSuccess40,#73a839);--borderPanelCalm:var(--colorCalm40,#033c73);--borderPanelWarning:var(--colorWarning40,#dd5600);--borderPanelDanger:var(--colorDanger40,#c71c22);--borderPanelLight:var(--colorLight50,#dfdfdf);--borderPanelStable:var(--colorStable50,#d9d9d9);--borderPanelRoyal:var(--colorRoyal40,#886aea);--borderPanelDark:var(--colorDark40,#444)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--colorPrimary60,#2278a9)}.color-light{color:var(--colorLight50,#dfdfdf)}.color-default{color:var(--colorDefault50,#d7d7d7)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#2fa4e7)}a:hover{color:var(--colorPrimary60,#2278a9)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio:focus+.k-radio-label::before,.option-default .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox-label:active:before,.k-checkbox:active+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:active:before,.checkbox-default .k-checkbox:active+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox-label:before{border-color:var(--colorDefault50,#d7d7d7)}.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault60,#b3b3b3)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#fff)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:active:before,.checkbox-light .k-checkbox:active+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-light .k-checkbox-label:before{border-color:var(--colorLight50,#dfdfdf)}.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorLight60,#bbb)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorLight50,#dfdfdf);color:var(--textColorLight40,#444)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#fff)}.modal-title{color:var(--colorPrimary60,#2278a9)}.k-slider .k-slider-selection{background:var(--backgroundColor50,#dfdfdf)}.k-treeview .k-item{background:var(--colorDefault40,#f5f5f5);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-selected{background:var(--colorDefault60,#b3b3b3);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-hover{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-grid tr:hover{background:var(--colorDefault40,#f5f5f5)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--backgroundColor50,#dfdfdf);color:var(--textColorDefault40,#444)}.k-grid-toolbar .k-button.k-state-hover,.k-grid-toolbar .k-button:hover{border-color:transparent}.k-grid table .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-grid table tbody tr:hover{background:var(--colorDefault40,#d8d9e3);color:var(--textColorDefault40)}.k-popup .k-list .k-state-focused{box-shadow:inset 0 0 2px 0 var(--colorPrimary30,#82bded),inset 0 0 7px 0 var(--colorPrimary40,#2fa4e7)}.k-pager-wrap .k-link.k-pager-last,.k-pager-nav.k-pager-first+.k-link,.k-pager-wrap .k-link{border-color:var(--colorDefault50,#d7d7d7)}.k-grid .k-pager-numbers .k-link:link,.k-grid .k-pager-numbers .k-link:visited,.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,.k-pager-wrap>.k-link>.k-icon{color:var(--textColor40,#555)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#2fa4e7)}.bg,.siginPanel,.bg-login #container-second,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-second h1,.bg-login #container-second p,#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#555)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmallest,5px);width:auto;padding:8px 12px;min-width:52px}.k-button.btn-fab i{width:auto}.dynamic-image-container{border-color:var(--textColor40,#555);padding:10px;border-width:2px}div[data-component="crn-textinputbutton"] div[data-component="crn-textinput"] input{border-top-right-radius:0;border-bottom-right-radius:0}div[data-component="crn-textinputbutton"] div[data-component="crn-button"] button{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:6px 12px}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#555)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#2fa4e7)}.k-calendar .k-footer{border-top:1px solid var(--backgroundColor50,#dfdfdf)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));color:var(--textColor40,#fff)}cron-calendar.k-widget{border-color:var(--backgroundColor50,#dfdfdf)}.k-calendar td.k-state-hover,.k-calendar .k-link.k-nav-fast,.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev,.k-calendar .k-header .k-icon{color:var(--textColor40,#555)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));box-shadow:none}.k-calendar th{background:var(--backgroundColor50,#c7c9ce)}.k-calendar td.k-state-hover,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault60,#b3b3b3)}.k-calendar td.k-state-hover .k-link{color:var(--textColor40,#555)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#fcfcfc)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#909090)}.k-calendar td.k-state-selected{background:transparent}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor40,#fff)}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a))}.cardinput button i{color:var(--colorPrimary40,#2fa4e7)}.cardinput button:focus i,.cardinput button:hover i{color:var(--colorPrimary60,#2278a9)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.cardinput:focus-within{border-color:var(--colorPrimary30,#82bded);outline:0;box-shadow:inset 0 1px 1px transparent,0 0 8px var(--colorPrimary30,#82bded)}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:linear-gradient(var(--colorDefault20,#fafafa),var(--colorDefault30,#f7f7f7) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3))}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2278a9);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}.k-window-titlebar{background:transparent}