cronapp-framework-js 2.8.29 → 2.9.0-SNAPSHOT.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 (803) hide show
  1. package/components/crn-QRCode.components.json +1 -1
  2. package/components/crn-button.components.json +7 -2
  3. package/components/crn-carousel.components.json +1 -1
  4. package/components/crn-chart.components.json +2 -2
  5. package/components/crn-checkbox.components.json +8 -0
  6. package/components/crn-cron-captcha.components.json +2 -2
  7. package/components/crn-cron-dashboard-viewer.components.json +48 -0
  8. package/components/crn-cron-report-viewer.components.json +1 -1
  9. package/components/crn-cron-rich-editor.components.json +1 -1
  10. package/components/crn-cron-scheduler.components.json +1 -1
  11. package/components/crn-cron-tree-view.components.json +1 -1
  12. package/components/crn-datasource.components.json +1 -1
  13. package/components/crn-datetimepicker.components.json +1 -1
  14. package/components/crn-dynamic-menu.components.json +2 -2
  15. package/components/crn-eight-four-container.components.json +2 -2
  16. package/components/crn-enterprise-autocomplete.components.json +8 -0
  17. package/components/crn-enterprise-checkbox.components.json +7 -1
  18. package/components/crn-enterprise-combobox-multiple.components.json +12 -0
  19. package/components/crn-enterprise-combobox.components.json +7 -0
  20. package/components/crn-enterprise-dynamic-autocomplete.components.json +35 -27
  21. package/components/crn-enterprise-dynamic-combobox.components.json +7 -0
  22. package/components/crn-form-template.components.json +1 -1
  23. package/components/crn-four-eight-container.components.json +2 -2
  24. package/components/crn-frame.components.json +68 -0
  25. package/components/crn-grid.components.json +1 -1
  26. package/components/crn-icon.components.json +14 -10
  27. package/components/crn-input-password.components.json +69 -0
  28. package/components/crn-jumbotron.components.json +1 -1
  29. package/components/crn-list-item.components.json +4 -1
  30. package/components/crn-navbar.components.json +1 -1
  31. package/components/crn-one-container.components.json +2 -2
  32. package/components/crn-ordered-list.components.json +1 -0
  33. package/components/crn-ordered-sub-list.components.json +1 -0
  34. package/components/crn-radioOption.components.json +8 -0
  35. package/components/crn-rating.components.json +17 -22
  36. package/components/crn-signature-pad.components.json +36 -0
  37. package/components/crn-slider.components.json +1 -1
  38. package/components/crn-social-login.components.json +1 -1
  39. package/components/crn-table.components.json +1 -1
  40. package/components/crn-tabs.components.json +1 -1
  41. package/components/crn-textarea.components.json +8 -0
  42. package/components/crn-textinput.components.json +8 -0
  43. package/components/crn-textinputbutton.components.json +9 -1
  44. package/components/crn-textinputicon.components.json +8 -0
  45. package/components/crn-three-container.components.json +2 -2
  46. package/components/crn-timeline.components.json +44 -0
  47. package/components/crn-trhee-six-three-container.components.json +2 -2
  48. package/components/crn-two-container.components.json +2 -2
  49. package/components/crn-unordered-list.components.json +1 -0
  50. package/components/crn-unordered-sub-list.components.json +1 -0
  51. package/components/cron-breadcrumbs.components.json +107 -0
  52. package/components/cron-ordered-list.components.json +152 -0
  53. package/components/css/checkbox-color.css +189 -63
  54. package/components/css/color-default.css +2 -0
  55. package/components/css/crn-input-password.css +32 -0
  56. package/components/css/designtime.css +294 -0
  57. package/components/css/font-size.css +15 -0
  58. package/components/dashboard/dashboard.view.html +14 -0
  59. package/components/templates/carousel.template.html +3 -3
  60. package/components/templates/checkbox.template.html +4 -4
  61. package/components/templates/crn-input-password.designtime.html +1 -1
  62. package/components/templates/crn-signature-pad.designtime.html +8 -0
  63. package/components/templates/crn-signature-pad.template.html +1 -0
  64. package/components/templates/cron-breadcrumbs.designtime.html +11 -0
  65. package/components/templates/cron-breadcrumbs.template.html +3 -0
  66. package/components/templates/cron-chat.designtime.html +0 -19
  67. package/components/templates/cron-checkbox.template.html +3 -4
  68. package/components/templates/cron-combobox-multiple.template.html +2 -2
  69. package/components/templates/cron-crud.template.html +35 -7
  70. package/components/templates/cron-dashboard-viewer.designtime.html +15 -0
  71. package/components/templates/cron-dashboard-viewer.template.html +1 -0
  72. package/components/templates/cron-dynamic-combobox.template.html +3 -2
  73. package/components/templates/cron-dynamic-menu.designtime.html +1 -1
  74. package/components/templates/cron-dynamic-menu.template.html +3 -1
  75. package/components/templates/cron-frame.designtime.html +7 -0
  76. package/components/templates/cron-frame.template.html +2 -0
  77. package/components/templates/cron-ordered-list.template.html +7 -0
  78. package/components/templates/fileupload.template.html +1 -1
  79. package/components/templates/form.template.html +36 -21
  80. package/components/templates/icon.template.html +1 -1
  81. package/components/templates/image-menu.template.html +1 -1
  82. package/components/templates/navbar.template.html +3 -3
  83. package/components/templates/rating.template.html +7 -9
  84. package/components/templates/social-button-bar.template.html +11 -12
  85. package/components/templates/sub-form.template.html +38 -11
  86. package/components/templates/tabs.template.html +4 -4
  87. package/components/templates/timeline.designtime.html +65 -0
  88. package/components/templates/timeline.template.html +3 -0
  89. package/css/app.css +322 -18
  90. package/css/cronos.css +1 -1
  91. package/css/modalTemplate.css +16 -9
  92. package/css/privacy/privacy.css +59 -0
  93. package/css/reset_password.css +5 -0
  94. package/css/signup.css +16 -0
  95. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
  96. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -0
  97. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +47 -0
  98. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +620 -0
  99. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
  100. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
  101. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
  102. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
  103. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +158 -0
  104. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +24 -0
  105. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
  106. package/css/themes/custom/_bootswatch-v3.3.3/close.css +27 -0
  107. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
  108. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -0
  109. package/css/themes/custom/_bootswatch-v3.3.3/container.css +49 -0
  110. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
  111. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
  112. package/css/themes/custom/_bootswatch-v3.3.3/form.css +401 -0
  113. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -0
  114. package/css/themes/custom/_bootswatch-v3.3.3/has.css +172 -0
  115. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
  116. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +184 -0
  117. package/css/themes/custom/_bootswatch-v3.3.3/input.css +39 -0
  118. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
  119. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +17 -0
  120. package/css/themes/custom/_bootswatch-v3.3.3/label.css +33 -0
  121. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +75 -0
  122. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -0
  123. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +143 -0
  124. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
  125. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
  126. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
  127. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
  128. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +27 -0
  129. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +351 -0
  130. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +27 -0
  131. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +71 -0
  132. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +264 -0
  133. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +149 -0
  134. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +22 -0
  135. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +63 -0
  136. package/css/themes/custom/_bootswatch-v3.3.3/table.css +268 -0
  137. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -0
  138. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
  139. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
  140. package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.3}/visible.css +92 -38
  141. package/css/themes/custom/_bootswatch-v3.3.3/well.css +25 -0
  142. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
  143. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +48 -0
  144. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +26 -0
  145. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +58 -0
  146. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +725 -0
  147. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
  148. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
  149. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +491 -0
  150. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +261 -0
  151. package/css/themes/custom/_bootswatch-v3.3.6/close.css +37 -0
  152. package/css/themes/custom/_bootswatch-v3.3.6/col.css +787 -0
  153. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +30 -0
  154. package/css/themes/custom/_bootswatch-v3.3.6/container.css +31 -0
  155. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
  156. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
  157. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +10 -0
  158. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +782 -0
  159. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
  160. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
  161. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
  162. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +184 -0
  163. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
  164. package/css/themes/custom/_bootswatch-v3.3.6/label.css +35 -0
  165. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +133 -0
  166. package/css/themes/custom/_bootswatch-v3.3.6/media.css +60 -0
  167. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +143 -0
  168. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +276 -0
  169. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +408 -0
  170. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +44 -0
  171. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +109 -0
  172. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +288 -0
  173. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +154 -0
  174. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +95 -0
  175. package/css/themes/custom/_bootswatch-v3.3.6/table.css +171 -0
  176. package/css/themes/custom/_bootswatch-v3.3.6/text.css +31 -0
  177. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
  178. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
  179. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +269 -0
  180. package/css/themes/custom/_bootswatch-v3.3.6/well.css +31 -0
  181. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -0
  182. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +37 -0
  183. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/animations.css +0 -0
  184. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
  185. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
  186. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
  187. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
  188. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
  189. package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
  190. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -0
  191. package/css/themes/custom/_bootswatch-v3.3.7/col.css +787 -0
  192. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +30 -0
  193. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/container.css +0 -0
  194. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -0
  195. package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/embed-responsive.css +8 -8
  196. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/fade.css +0 -0
  197. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
  198. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
  199. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  200. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
  201. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
  202. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
  203. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
  204. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
  205. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
  206. package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/media.css +0 -0
  207. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
  208. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
  209. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +619 -0
  210. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
  211. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
  212. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
  213. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
  214. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
  215. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
  216. package/css/themes/custom/_bootswatch-v3.3.7/text.css +31 -0
  217. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
  218. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
  219. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/visible.css +0 -0
  220. package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -0
  221. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
  222. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +19 -0
  223. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +27 -0
  224. package/css/themes/custom/_bootswatch-v4.1.3/align.css +393 -0
  225. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +26 -0
  226. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +706 -0
  227. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
  228. package/css/themes/custom/_bootswatch-v4.1.3/border.css +75 -0
  229. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
  230. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +244 -0
  231. package/css/themes/custom/_bootswatch-v4.1.3/card.css +260 -0
  232. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +251 -0
  233. package/css/themes/custom/_bootswatch-v4.1.3/close.css +27 -0
  234. package/css/themes/custom/_bootswatch-v4.1.3/col.css +1125 -0
  235. package/css/themes/custom/_bootswatch-v4.1.3/container.css +39 -0
  236. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +413 -0
  237. package/css/themes/custom/_bootswatch-v4.1.3/display.css +209 -0
  238. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
  239. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
  240. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +318 -0
  241. package/css/themes/custom/_bootswatch-v4.1.3/float.css +59 -0
  242. package/css/themes/custom/_bootswatch-v4.1.3/form.css +294 -0
  243. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
  244. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
  245. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +178 -0
  246. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
  247. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +136 -0
  248. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +218 -0
  249. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +711 -0
  250. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +182 -0
  251. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +45 -0
  252. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +353 -0
  253. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +611 -0
  254. package/css/themes/custom/_bootswatch-v4.1.3/page.css +55 -0
  255. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +44 -0
  256. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +199 -0
  257. package/css/themes/custom/_bootswatch-v4.1.3/position.css +20 -0
  258. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +46 -0
  259. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +31 -0
  260. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +19 -0
  261. package/css/themes/custom/_bootswatch-v4.1.3/table.css +96 -0
  262. package/css/themes/custom/_bootswatch-v4.1.3/text.css +113 -0
  263. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
  264. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +239 -0
  265. package/css/themes/custom/cerulean/custom-cerulean.min.css +1449 -5946
  266. package/css/themes/custom/cosmo/custom-cosmo.min.css +2053 -6037
  267. package/css/themes/custom/cyborg/custom-cyborg.min.css +1470 -6601
  268. package/css/themes/custom/darkly/custom-darkly.min.css +2496 -6554
  269. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
  270. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
  271. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
  272. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
  273. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
  274. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
  275. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  276. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
  277. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
  278. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
  279. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
  280. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
  281. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
  282. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
  283. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  284. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
  285. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
  286. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
  287. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  288. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  289. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
  290. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
  291. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
  292. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
  293. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
  294. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
  295. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
  296. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
  297. package/css/themes/custom/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  298. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
  299. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
  300. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
  301. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
  302. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
  303. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
  304. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
  305. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
  306. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
  307. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
  308. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
  309. package/css/themes/custom/dsgov/custom-dsgov.min.css +2996 -0
  310. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  311. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  312. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  313. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  314. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  315. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  316. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  317. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  318. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  319. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  320. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  321. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  322. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  323. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  324. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  325. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  326. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  327. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  328. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  329. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  330. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  331. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  332. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  333. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  334. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  335. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  336. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  337. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  338. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  339. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  340. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  341. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  342. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  343. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  344. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  345. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  346. package/css/themes/custom/dsgov/font/fonts.css +162 -0
  347. package/css/themes/custom/dsgov/font2/fonts.css +144 -0
  348. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  349. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  350. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  351. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  352. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  353. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  354. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  355. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  356. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  357. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  358. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  359. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  360. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  361. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  362. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  363. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  364. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  365. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  366. package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
  367. package/css/themes/custom/dsgov/img/cover.jpg +0 -0
  368. package/css/themes/custom/flatly/custom-flatly.min.css +2499 -6549
  369. package/css/themes/custom/fuse/components_css/navbar.css +5 -0
  370. package/css/themes/custom/fuse/custom-fuse.min.css +2156 -3228
  371. package/css/themes/custom/fuse/font/{font.css → fonts.css} +0 -0
  372. package/css/themes/custom/fuse/img/arrow-gray.svg +9 -0
  373. package/css/themes/custom/fuse/img/arrow-white.svg +9 -0
  374. package/css/themes/custom/fuse/theme-example.view.html +830 -0
  375. package/css/themes/custom/journal/custom-journal.min.css +1030 -9008
  376. package/css/themes/custom/lumen/custom-lumen.min.css +1207 -6815
  377. package/css/themes/custom/material/components_css/crn-button.css +50 -25
  378. package/css/themes/custom/material/components_css/crn-cron-calendar.css +6 -3
  379. package/css/themes/custom/material/components_css/crn-cron-grid.css +29 -49
  380. package/css/themes/custom/material/components_css/crn-navbar.css +9 -14
  381. package/css/themes/custom/material/components_css/login.css +10 -1
  382. package/css/themes/custom/material/components_css/ui-notification.css +4 -4
  383. package/css/themes/custom/material/custom-material.css +26 -10
  384. package/css/themes/custom/material_raiz/components_css/crn-button.css +174 -0
  385. package/css/themes/custom/material_raiz/components_css/crn-carousel.css +11 -0
  386. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
  387. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
  388. package/css/themes/custom/material_raiz/components_css/crn-enterprise.css +58 -0
  389. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +185 -0
  390. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +98 -0
  391. package/css/themes/custom/material_raiz/components_css/login.css +38 -0
  392. package/css/themes/custom/material_raiz/components_css/ui-notification.css +27 -0
  393. package/css/themes/custom/material_raiz/custom-material_raiz.css +363 -0
  394. package/css/themes/custom/paper/custom-paper.min.css +1034 -8416
  395. package/css/themes/custom/readable/custom-readable.min.css +1758 -7300
  396. package/css/themes/custom/sandstone/custom-sandstone.min.css +455 -6317
  397. package/css/themes/custom/simplex/custom-simplex.min.css +2136 -6407
  398. package/css/themes/custom/slate/custom-slate.min.css +2523 -6850
  399. package/css/themes/custom/spacelab/custom-spacelab.min.css +2068 -6542
  400. package/css/themes/custom/superhero/custom-superhero.min.css +2494 -6399
  401. package/css/themes/custom/united/custom-united.min.css +1926 -6216
  402. package/css/themes/custom/yeti/custom-yeti.min.css +2651 -6365
  403. package/css/themes/dsgov.min.css +6 -0
  404. package/css/themes/material_raiz.min.css +3 -0
  405. package/dist/components/css/checkbox-color.css +1 -1
  406. package/dist/components/css/color-default.css +1 -1
  407. package/dist/components/css/crn-input-password.css +1 -0
  408. package/dist/components/css/designtime.css +1 -0
  409. package/dist/components/css/font-size.css +1 -1
  410. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  411. package/dist/components/js/jquery.mask.min.js +1 -1
  412. package/dist/components/js/qrcode.js +1 -1
  413. package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
  414. package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
  415. package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
  416. package/dist/components/templates/carousel.template.html +1 -1
  417. package/dist/components/templates/checkbox.template.html +1 -1
  418. package/dist/components/templates/crn-input-password.designtime.html +1 -1
  419. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  420. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  421. package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  422. package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  423. package/dist/components/templates/cron-chat.designtime.html +1 -17
  424. package/dist/components/templates/cron-checkbox.template.html +1 -1
  425. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  426. package/dist/components/templates/cron-crud.template.html +1 -1
  427. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
  428. package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
  429. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
  430. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  431. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  432. package/dist/components/templates/cron-frame.designtime.html +6 -0
  433. package/dist/components/templates/cron-frame.template.html +1 -0
  434. package/dist/components/templates/cron-ordered-list.template.html +1 -0
  435. package/dist/components/templates/cron-visual-component.designtime.html +6 -0
  436. package/dist/components/templates/cron-visual-component.template.html +1 -0
  437. package/dist/components/templates/fileupload.template.html +1 -1
  438. package/dist/components/templates/form.template.html +1 -1
  439. package/dist/components/templates/icon.template.html +1 -1
  440. package/dist/components/templates/input/crn-input-password.template.html +1 -0
  441. package/dist/components/templates/navbar.template.html +1 -1
  442. package/dist/components/templates/rating.template.html +1 -1
  443. package/dist/components/templates/social-button-bar.template.html +1 -1
  444. package/dist/components/templates/sub-form.template.html +1 -1
  445. package/dist/components/templates/tabs.template.html +1 -1
  446. package/dist/components/templates/timeline.designtime.html +1 -0
  447. package/dist/components/templates/timeline.template.html +1 -0
  448. package/dist/css/app.css +1 -1
  449. package/dist/css/cronos.css +1 -1
  450. package/dist/css/modalTemplate.css +1 -1
  451. package/dist/css/privacy/privacy.css +1 -0
  452. package/dist/css/reset_password.css +1 -0
  453. package/dist/css/signup.css +1 -0
  454. package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  455. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -0
  456. package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
  457. package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
  458. package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  459. package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  460. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  461. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  462. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
  463. package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
  464. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
  465. package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
  466. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
  467. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -0
  468. package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
  469. package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  470. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
  471. package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
  472. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -0
  473. package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
  474. package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  475. package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  476. package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
  477. package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  478. package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  479. package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
  480. package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  481. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -0
  482. package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
  483. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  484. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  485. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  486. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  487. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
  488. package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  489. package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
  490. package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  491. package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
  492. package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
  493. package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
  494. package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
  495. package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
  496. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -0
  497. package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  498. package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  499. package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
  500. package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
  501. package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  502. package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
  503. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/animations.css +0 -0
  504. package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
  505. package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
  506. package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  507. package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  508. package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
  509. package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  510. package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
  511. package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
  512. package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  513. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/container.css +0 -0
  514. package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  515. package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  516. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/fade.css +0 -0
  517. package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  518. package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  519. package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  520. package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  521. package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  522. package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  523. package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
  524. package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  525. package/dist/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.6}/media.css +0 -0
  526. package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
  527. package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
  528. package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  529. package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
  530. package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  531. package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
  532. package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
  533. package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
  534. package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
  535. package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
  536. package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  537. package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  538. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/visible.css +0 -0
  539. package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
  540. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -0
  541. package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
  542. package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
  543. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
  544. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
  545. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
  546. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
  547. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
  548. package/dist/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
  549. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -0
  550. package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
  551. package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  552. package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
  553. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -0
  554. package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  555. package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
  556. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
  557. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
  558. package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  559. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
  560. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
  561. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
  562. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
  563. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
  564. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
  565. package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
  566. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
  567. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
  568. package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  569. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
  570. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
  571. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
  572. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
  573. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
  574. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
  575. package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
  576. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
  577. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
  578. package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
  579. package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -0
  580. package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  581. package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  582. package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
  583. package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
  584. package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
  585. package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
  586. package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  587. package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
  588. package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  589. package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
  590. package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
  591. package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  592. package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
  593. package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
  594. package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
  595. package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
  596. package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
  597. package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  598. package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  599. package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
  600. package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
  601. package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
  602. package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  603. package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  604. package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  605. package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  606. package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
  607. package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  608. package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
  609. package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
  610. package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
  611. package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  612. package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
  613. package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
  614. package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  615. package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
  616. package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
  617. package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
  618. package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  619. package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  620. package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
  621. package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
  622. package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  623. package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
  624. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -13
  625. package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -13
  626. package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -13
  627. package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -13
  628. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  629. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  630. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  631. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  632. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  633. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  634. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  635. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  636. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  637. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  638. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  639. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  640. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  641. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  642. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  643. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  644. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  645. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  646. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  647. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  648. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  649. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  650. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  651. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  652. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  653. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  654. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  655. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  656. package/dist/css/themes/custom/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  657. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  658. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  659. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  660. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  661. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  662. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  663. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  664. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  665. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  666. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  667. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  668. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
  669. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  670. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  671. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  672. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  673. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  674. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  675. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  676. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  677. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  678. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  679. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  680. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  681. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  682. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  683. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  684. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  685. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  686. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  687. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  688. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  689. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  690. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  691. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  692. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  693. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  694. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  695. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  696. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  697. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  698. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  699. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  700. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  701. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  702. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  703. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  704. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  705. package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
  706. package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
  707. package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  708. package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  709. package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  710. package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  711. package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  712. package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  713. package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  714. package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  715. package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  716. package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  717. package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  718. package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  719. package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  720. package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  721. package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  722. package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  723. package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  724. package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  725. package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
  726. package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
  727. package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -13
  728. package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -1
  729. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  730. package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
  731. package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
  732. package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
  733. package/dist/css/themes/custom/journal/custom-journal.min.css +1 -12
  734. package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -13
  735. package/dist/css/themes/custom/material/components_css/crn-button.css +1 -1
  736. package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -1
  737. package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -1
  738. package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -1
  739. package/dist/css/themes/custom/material/components_css/login.css +1 -1
  740. package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -1
  741. package/dist/css/themes/custom/material/custom-material.css +1 -1
  742. package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
  743. package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
  744. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  745. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  746. package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  747. package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
  748. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  749. package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
  750. package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
  751. package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
  752. package/dist/css/themes/custom/paper/custom-paper.min.css +1 -13
  753. package/dist/css/themes/custom/readable/custom-readable.min.css +1 -13
  754. package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -13
  755. package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -13
  756. package/dist/css/themes/custom/slate/custom-slate.min.css +1 -13
  757. package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -13
  758. package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -13
  759. package/dist/css/themes/custom/united/custom-united.min.css +1 -13
  760. package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -13
  761. package/dist/css/themes/dsgov.min.css +1 -0
  762. package/dist/css/themes/material_raiz.min.css +1 -0
  763. package/dist/i18n/locale_en_us.json +10 -0
  764. package/dist/i18n/locale_pt_br.json +11 -1
  765. package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
  766. package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
  767. package/dist/img/cron-icon/crn-frame.svg +1 -0
  768. package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
  769. package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
  770. package/dist/img/cron-icon/crn-timeline.svg +1 -0
  771. package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  772. package/dist/img/img-user-old.svg +1 -0
  773. package/dist/img/img-user.svg +1 -1
  774. package/dist/img/logo-old.svg +1 -0
  775. package/dist/img/web.png +0 -0
  776. package/dist/js/app.authentication.js +1 -1
  777. package/dist/js/app.js +1 -1
  778. package/dist/js/controllers.authentication.js +1 -1
  779. package/dist/js/controllers.js +1 -1
  780. package/dist/js/dashboard/dashboard.service.js +1 -0
  781. package/dist/js/directives.js +1 -1
  782. package/dist/js/reports/reports.service.js +1 -1
  783. package/dist/js/stateProvider.js +1 -1
  784. package/i18n/locale_en_us.json +10 -0
  785. package/i18n/locale_pt_br.json +11 -1
  786. package/img/cron-icon/crn-frame.svg +30 -0
  787. package/img/cron-icon/crn-signature-pad.svg +27 -0
  788. package/img/cron-icon/crn-timeline.svg +29 -0
  789. package/img/cron-icon/cron-breadrumb.svg +638 -0
  790. package/img/img-user.svg +10 -1
  791. package/img/web.png +0 -0
  792. package/js/app.js +18 -14
  793. package/js/controllers.js +83 -4
  794. package/js/customStateProvider.js +6 -0
  795. package/js/dashboard/dashboard.service.js +297 -0
  796. package/js/directives.js +535 -81
  797. package/js/reports/reports.service.js +27 -0
  798. package/js/stateProvider.js +6 -0
  799. package/package.json +6 -4
  800. package/postupdate.json +34 -5
  801. package/components/crn-label.components.json +0 -72
  802. package/dist/css/themes/custom/fuse/components_css/embed-responsive.css +0 -1
  803. package/dist/css/themes/custom/fuse/components_css/visible.css +0 -1
@@ -0,0 +1 @@
1
+ .carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item.active,.carousel-item-next,.carousel-item-prev{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
@@ -0,0 +1 @@
1
+ .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}
@@ -0,0 +1 @@
1
+ .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}
@@ -0,0 +1 @@
1
+ .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@@ -0,0 +1 @@
1
+ .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#eb6864}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:white}.custom-control-input:disabled~.custom-control-label{color:#777}.custom-control-input:disabled~.custom-control-label::before{background-color:#eee}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#eb6864}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#eb6864}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(235,104,100,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(235,104,100,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#eb6864}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(235,104,100,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#fad6d5;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(250,214,213,0.5);box-shadow:0 0 0 .2rem rgba(250,214,213,0.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#777;background-color:#eee}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#fad6d5;-webkit-box-shadow:0 0 0 .2rem rgba(235,104,100,0.25);box-shadow:0 0 0 .2rem rgba(235,104,100,0.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#fad6d5}.custom-file-input:disabled~.custom-file-label{background-color:#eee}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem 1rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem 1rem;line-height:1.5;color:#495057;content:"Browse";background-color:#eee;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(235,104,100,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#eb6864;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:white}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#eb6864;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:white}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#eb6864;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:white}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}
@@ -0,0 +1 @@
1
+ .d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media(min-width:576px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-sm-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media(min-width:768px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-md-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media(min-width:992px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-lg-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media(min-width:1200px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-xl-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-print-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}
@@ -0,0 +1 @@
1
+ .dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#222;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #eee}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#222;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#777;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#222}
@@ -0,0 +1 @@
1
+ .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}
@@ -0,0 +1 @@
1
+ .flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-1{-ms-flex-negative:1;flex-shrink:1}@media(min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-sm-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-sm-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-sm-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-sm-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-sm-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-sm-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-sm-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-sm-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-sm-shrink-1{-ms-flex-negative:1;flex-shrink:1}}@media(min-width:768px){.flex-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-md-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-md-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-md-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-md-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-md-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-md-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-md-shrink-1{-ms-flex-negative:1;flex-shrink:1}}@media(min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-lg-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-lg-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-lg-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-lg-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-lg-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-lg-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-lg-shrink-1{-ms-flex-negative:1;flex-shrink:1}}@media(min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-xl-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-xl-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-xl-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-xl-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-xl-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-xl-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-xl-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-xl-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-xl-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-xl-shrink-1{-ms-flex-negative:1;flex-shrink:1}}
@@ -0,0 +1 @@
1
+ .float-left{float:left}.float-right{float:right}.float-none{float:none}@media(min-width:576px){.float-sm-left{float:left}.float-sm-right{float:right}.float-sm-none{float:none}}@media(min-width:768px){.float-md-left{float:left}.float-md-right{float:right}.float-md-none{float:none}}@media(min-width:992px){.float-lg-left{float:left}.float-lg-right{float:right}.float-lg-none{float:none}}@media(min-width:1200px){.float-xl-left{float:left}.float-xl-right{float:right}.float-xl-none{float:none}}
@@ -0,0 +1 @@
1
+ .form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#fad6d5;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(235,104,100,0.25);box-shadow:0 0 0 .2rem rgba(235,104,100,0.25)}.form-control::-webkit-input-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777;opacity:1}.form-control::-ms-input-placeholder{color:#777;opacity:1}.form-control::placeholder{color:#777;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eee;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#222;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#777}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}
@@ -0,0 +1 @@
1
+ .img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#777}
@@ -0,0 +1 @@
1
+ @import "_media-print.css";@import "accordion.css";@import "alert.css";@import "align.css";@import "badge.css";@import "basics.css";@import "blockquote.css";@import "border.css";@import "breadcrumb.css";@import "btn.css";@import "card.css";@import "carousel.css";@import "close.css";@import "col.css";@import "container.css";@import "custom.css";@import "display.css";@import "dropdown.css";@import "embed-responsive.css";@import "flex.css";@import "float.css";@import "form.css";@import "img_figure.css";@import "input-group.css";@import "jumbotron.css";@import "justify.css";@import "list-group.css";@import "margin.css";@import "modal.css";@import "nav.css";@import "navbar.css";@import "padding.css";@import "page.css";@import "pagination.css";@import "popover.css";@import "position.css";@import "progress.css";@import "rounded.css";@import "shadow.css";@import "table.css";@import "text.css";@import "tooltip.css";@import "validated.css";
@@ -0,0 +1 @@
1
+ .input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem 1rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#eee;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
@@ -0,0 +1 @@
1
+ .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eee;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}
@@ -0,0 +1 @@
1
+ .justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}@media(min-width:576px){.justify-content-sm-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-sm-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-sm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-sm-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-sm-around{-ms-flex-pack:distribute;justify-content:space-around}}@media(min-width:768px){.justify-content-md-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-md-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-md-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-md-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-md-around{-ms-flex-pack:distribute;justify-content:space-around}}@media(min-width:992px){.justify-content-lg-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-lg-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-lg-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-lg-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-lg-around{-ms-flex-pack:distribute;justify-content:space-around}}@media(min-width:1200px){.justify-content-xl-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-xl-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-xl-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-xl-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-xl-around{-ms-flex-pack:distribute;justify-content:space-around}}
@@ -0,0 +1 @@
1
+ .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#222;background-color:#eee}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#777;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#eb6864;border-color:#eb6864}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#7a3634;background-color:#f9d5d4}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#7a3634;background-color:#f6bfbe}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#7a3634;border-color:#7a3634}.list-group-item-secondary{color:#585858;background-color:#e7e7e7}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#585858;background-color:#dadada}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#585858;border-color:#585858}.list-group-item-success{color:#125d28;background-color:#c1e9cd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#125d28;background-color:#aee2be}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#125d28;border-color:#125d28}.list-group-item-info{color:#1b3550;background-color:#c6d4e2}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#1b3550;background-color:#b5c7d9}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1b3550;border-color:#1b3550}.list-group-item-warning{color:#7f7813;background-color:#fcf8c2}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#7f7813;background-color:#fbf5aa}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7f7813;border-color:#7f7813}.list-group-item-danger{color:#7f3f00;background-color:#fcdab8}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#7f3f00;background-color:#fbcda0}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7f3f00;border-color:#7f3f00}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#121212;background-color:#c1c1c1}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#121212;background-color:#b4b4b4}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#121212;border-color:#121212}
@@ -0,0 +1 @@
1
+ .m-0{margin:0}.mt-0,.my-0{margin-top:0}.mr-0,.mx-0{margin-right:0}.mb-0,.my-0{margin-bottom:0}.ml-0,.mx-0{margin-left:0}.m-1{margin:.25rem}.mt-1,.my-1{margin-top:.25rem}.mr-1,.mx-1{margin-right:.25rem}.mb-1,.my-1{margin-bottom:.25rem}.ml-1,.mx-1{margin-left:.25rem}.m-2{margin:.5rem}.mt-2,.my-2{margin-top:.5rem}.mr-2,.mx-2{margin-right:.5rem}.mb-2,.my-2{margin-bottom:.5rem}.ml-2,.mx-2{margin-left:.5rem}.m-3{margin:1rem}.mt-3,.my-3{margin-top:1rem}.mr-3,.mx-3{margin-right:1rem}.mb-3,.my-3{margin-bottom:1rem}.ml-3,.mx-3{margin-left:1rem}.m-4{margin:1.5rem}.mt-4,.my-4{margin-top:1.5rem}.mr-4,.mx-4{margin-right:1.5rem}.mb-4,.my-4{margin-bottom:1.5rem}.ml-4,.mx-4{margin-left:1.5rem}.m-5{margin:3rem}.mt-5,.my-5{margin-top:3rem}.mr-5,.mx-5{margin-right:3rem}.mb-5,.my-5{margin-bottom:3rem}.ml-5,.mx-5{margin-left:3rem}.m-auto{margin:auto}.mt-auto,.my-auto{margin-top:auto}.mr-auto,.mx-auto{margin-right:auto}.mb-auto,.my-auto{margin-bottom:auto}.ml-auto,.mx-auto{margin-left:auto}@media(min-width:576px){.m-sm-0{margin:0}.mt-sm-0,.my-sm-0{margin-top:0}.mr-sm-0,.mx-sm-0{margin-right:0}.mb-sm-0,.my-sm-0{margin-bottom:0}.ml-sm-0,.mx-sm-0{margin-left:0}.m-sm-1{margin:.25rem}.mt-sm-1,.my-sm-1{margin-top:.25rem}.mr-sm-1,.mx-sm-1{margin-right:.25rem}.mb-sm-1,.my-sm-1{margin-bottom:.25rem}.ml-sm-1,.mx-sm-1{margin-left:.25rem}.m-sm-2{margin:.5rem}.mt-sm-2,.my-sm-2{margin-top:.5rem}.mr-sm-2,.mx-sm-2{margin-right:.5rem}.mb-sm-2,.my-sm-2{margin-bottom:.5rem}.ml-sm-2,.mx-sm-2{margin-left:.5rem}.m-sm-3{margin:1rem}.mt-sm-3,.my-sm-3{margin-top:1rem}.mr-sm-3,.mx-sm-3{margin-right:1rem}.mb-sm-3,.my-sm-3{margin-bottom:1rem}.ml-sm-3,.mx-sm-3{margin-left:1rem}.m-sm-4{margin:1.5rem}.mt-sm-4,.my-sm-4{margin-top:1.5rem}.mr-sm-4,.mx-sm-4{margin-right:1.5rem}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem}.ml-sm-4,.mx-sm-4{margin-left:1.5rem}.m-sm-5{margin:3rem}.mt-sm-5,.my-sm-5{margin-top:3rem}.mr-sm-5,.mx-sm-5{margin-right:3rem}.mb-sm-5,.my-sm-5{margin-bottom:3rem}.ml-sm-5,.mx-sm-5{margin-left:3rem}.m-sm-auto{margin:auto}.mt-sm-auto,.my-sm-auto{margin-top:auto}.mr-sm-auto,.mx-sm-auto{margin-right:auto}.mb-sm-auto,.my-sm-auto{margin-bottom:auto}.ml-sm-auto,.mx-sm-auto{margin-left:auto}}@media(min-width:768px){.m-md-0{margin:0}.mt-md-0,.my-md-0{margin-top:0}.mr-md-0,.mx-md-0{margin-right:0}.mb-md-0,.my-md-0{margin-bottom:0}.ml-md-0,.mx-md-0{margin-left:0}.m-md-1{margin:.25rem}.mt-md-1,.my-md-1{margin-top:.25rem}.mr-md-1,.mx-md-1{margin-right:.25rem}.mb-md-1,.my-md-1{margin-bottom:.25rem}.ml-md-1,.mx-md-1{margin-left:.25rem}.m-md-2{margin:.5rem}.mt-md-2,.my-md-2{margin-top:.5rem}.mr-md-2,.mx-md-2{margin-right:.5rem}.mb-md-2,.my-md-2{margin-bottom:.5rem}.ml-md-2,.mx-md-2{margin-left:.5rem}.m-md-3{margin:1rem}.mt-md-3,.my-md-3{margin-top:1rem}.mr-md-3,.mx-md-3{margin-right:1rem}.mb-md-3,.my-md-3{margin-bottom:1rem}.ml-md-3,.mx-md-3{margin-left:1rem}.m-md-4{margin:1.5rem}.mt-md-4,.my-md-4{margin-top:1.5rem}.mr-md-4,.mx-md-4{margin-right:1.5rem}.mb-md-4,.my-md-4{margin-bottom:1.5rem}.ml-md-4,.mx-md-4{margin-left:1.5rem}.m-md-5{margin:3rem}.mt-md-5,.my-md-5{margin-top:3rem}.mr-md-5,.mx-md-5{margin-right:3rem}.mb-md-5,.my-md-5{margin-bottom:3rem}.ml-md-5,.mx-md-5{margin-left:3rem}.m-md-auto{margin:auto}.mt-md-auto,.my-md-auto{margin-top:auto}.mr-md-auto,.mx-md-auto{margin-right:auto}.mb-md-auto,.my-md-auto{margin-bottom:auto}.ml-md-auto,.mx-md-auto{margin-left:auto}}@media(min-width:992px){.m-lg-0{margin:0}.mt-lg-0,.my-lg-0{margin-top:0}.mr-lg-0,.mx-lg-0{margin-right:0}.mb-lg-0,.my-lg-0{margin-bottom:0}.ml-lg-0,.mx-lg-0{margin-left:0}.m-lg-1{margin:.25rem}.mt-lg-1,.my-lg-1{margin-top:.25rem}.mr-lg-1,.mx-lg-1{margin-right:.25rem}.mb-lg-1,.my-lg-1{margin-bottom:.25rem}.ml-lg-1,.mx-lg-1{margin-left:.25rem}.m-lg-2{margin:.5rem}.mt-lg-2,.my-lg-2{margin-top:.5rem}.mr-lg-2,.mx-lg-2{margin-right:.5rem}.mb-lg-2,.my-lg-2{margin-bottom:.5rem}.ml-lg-2,.mx-lg-2{margin-left:.5rem}.m-lg-3{margin:1rem}.mt-lg-3,.my-lg-3{margin-top:1rem}.mr-lg-3,.mx-lg-3{margin-right:1rem}.mb-lg-3,.my-lg-3{margin-bottom:1rem}.ml-lg-3,.mx-lg-3{margin-left:1rem}.m-lg-4{margin:1.5rem}.mt-lg-4,.my-lg-4{margin-top:1.5rem}.mr-lg-4,.mx-lg-4{margin-right:1.5rem}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem}.ml-lg-4,.mx-lg-4{margin-left:1.5rem}.m-lg-5{margin:3rem}.mt-lg-5,.my-lg-5{margin-top:3rem}.mr-lg-5,.mx-lg-5{margin-right:3rem}.mb-lg-5,.my-lg-5{margin-bottom:3rem}.ml-lg-5,.mx-lg-5{margin-left:3rem}.m-lg-auto{margin:auto}.mt-lg-auto,.my-lg-auto{margin-top:auto}.mr-lg-auto,.mx-lg-auto{margin-right:auto}.mb-lg-auto,.my-lg-auto{margin-bottom:auto}.ml-lg-auto,.mx-lg-auto{margin-left:auto}}@media(min-width:1200px){.m-xl-0{margin:0}.mt-xl-0,.my-xl-0{margin-top:0}.mr-xl-0,.mx-xl-0{margin-right:0}.mb-xl-0,.my-xl-0{margin-bottom:0}.ml-xl-0,.mx-xl-0{margin-left:0}.m-xl-1{margin:.25rem}.mt-xl-1,.my-xl-1{margin-top:.25rem}.mr-xl-1,.mx-xl-1{margin-right:.25rem}.mb-xl-1,.my-xl-1{margin-bottom:.25rem}.ml-xl-1,.mx-xl-1{margin-left:.25rem}.m-xl-2{margin:.5rem}.mt-xl-2,.my-xl-2{margin-top:.5rem}.mr-xl-2,.mx-xl-2{margin-right:.5rem}.mb-xl-2,.my-xl-2{margin-bottom:.5rem}.ml-xl-2,.mx-xl-2{margin-left:.5rem}.m-xl-3{margin:1rem}.mt-xl-3,.my-xl-3{margin-top:1rem}.mr-xl-3,.mx-xl-3{margin-right:1rem}.mb-xl-3,.my-xl-3{margin-bottom:1rem}.ml-xl-3,.mx-xl-3{margin-left:1rem}.m-xl-4{margin:1.5rem}.mt-xl-4,.my-xl-4{margin-top:1.5rem}.mr-xl-4,.mx-xl-4{margin-right:1.5rem}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem}.ml-xl-4,.mx-xl-4{margin-left:1.5rem}.m-xl-5{margin:3rem}.mt-xl-5,.my-xl-5{margin-top:3rem}.mr-xl-5,.mx-xl-5{margin-right:3rem}.mb-xl-5,.my-xl-5{margin-bottom:3rem}.ml-xl-5,.mx-xl-5{margin-left:3rem}.m-xl-auto{margin:auto}.mt-xl-auto,.my-xl-auto{margin-top:auto}.mr-xl-auto,.mx-xl-auto{margin-right:auto}.mb-xl-auto,.my-xl-auto{margin-bottom:auto}.ml-xl-auto,.mx-xl-auto{margin-left:auto}}
@@ -0,0 +1 @@
1
+ .modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (0.5rem * 2));content:""}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #eee;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #eee}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg{max-width:800px}}
@@ -0,0 +1 @@
1
+ .nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}
@@ -0,0 +1 @@
1
+ .navbar{font-family:"News Cycle","Arial Narrow Bold",sans-serif;font-weight:700}.navbar-brand{padding-top:.5rem;font-size:inherit;font-weight:700;text-transform:uppercase}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:absolute;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box t;display:-ms-flexbox t;display:flex t;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box t;display:-ms-flexbox t;display:flex t;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box t;display:-ms-flexbox t;display:flex t;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box t;display:-ms-flexbox t;display:flex t;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}#navbar>.nav li a,#navbar2>.nav li a{font-size:14px;text-transform:uppercase}
@@ -0,0 +1 @@
1
+ .p-0{padding:0}.pt-0,.py-0{padding-top:0}.pr-0,.px-0{padding-right:0}.pb-0,.py-0{padding-bottom:0}.pl-0,.px-0{padding-left:0}.p-1{padding:.25rem}.pt-1,.py-1{padding-top:.25rem}.pr-1,.px-1{padding-right:.25rem}.pb-1,.py-1{padding-bottom:.25rem}.pl-1,.px-1{padding-left:.25rem}.p-2{padding:.5rem}.pt-2,.py-2{padding-top:.5rem}.pr-2,.px-2{padding-right:.5rem}.pb-2,.py-2{padding-bottom:.5rem}.pl-2,.px-2{padding-left:.5rem}.p-3{padding:1rem}.pt-3,.py-3{padding-top:1rem}.pr-3,.px-3{padding-right:1rem}.pb-3,.py-3{padding-bottom:1rem}.pl-3,.px-3{padding-left:1rem}.p-4{padding:1.5rem}.pt-4,.py-4{padding-top:1.5rem}.pr-4,.px-4{padding-right:1.5rem}.pb-4,.py-4{padding-bottom:1.5rem}.pl-4,.px-4{padding-left:1.5rem}.p-5{padding:3rem}.pt-5,.py-5{padding-top:3rem}.pr-5,.px-5{padding-right:3rem}.pb-5,.py-5{padding-bottom:3rem}.pl-5,.px-5{padding-left:3rem}@media(min-width:576px){.p-sm-0{padding:0}.pt-sm-0,.py-sm-0{padding-top:0}.pr-sm-0,.px-sm-0{padding-right:0}.pb-sm-0,.py-sm-0{padding-bottom:0}.pl-sm-0,.px-sm-0{padding-left:0}.p-sm-1{padding:.25rem}.pt-sm-1,.py-sm-1{padding-top:.25rem}.pr-sm-1,.px-sm-1{padding-right:.25rem}.pb-sm-1,.py-sm-1{padding-bottom:.25rem}.pl-sm-1,.px-sm-1{padding-left:.25rem}.p-sm-2{padding:.5rem}.pt-sm-2,.py-sm-2{padding-top:.5rem}.pr-sm-2,.px-sm-2{padding-right:.5rem}.pb-sm-2,.py-sm-2{padding-bottom:.5rem}.pl-sm-2,.px-sm-2{padding-left:.5rem}.p-sm-3{padding:1rem}.pt-sm-3,.py-sm-3{padding-top:1rem}.pr-sm-3,.px-sm-3{padding-right:1rem}.pb-sm-3,.py-sm-3{padding-bottom:1rem}.pl-sm-3,.px-sm-3{padding-left:1rem}.p-sm-4{padding:1.5rem}.pt-sm-4,.py-sm-4{padding-top:1.5rem}.pr-sm-4,.px-sm-4{padding-right:1.5rem}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem}.pl-sm-4,.px-sm-4{padding-left:1.5rem}.p-sm-5{padding:3rem}.pt-sm-5,.py-sm-5{padding-top:3rem}.pr-sm-5,.px-sm-5{padding-right:3rem}.pb-sm-5,.py-sm-5{padding-bottom:3rem}.pl-sm-5,.px-sm-5{padding-left:3rem}}@media(min-width:768px){.p-md-0{padding:0}.pt-md-0,.py-md-0{padding-top:0}.pr-md-0,.px-md-0{padding-right:0}.pb-md-0,.py-md-0{padding-bottom:0}.pl-md-0,.px-md-0{padding-left:0}.p-md-1{padding:.25rem}.pt-md-1,.py-md-1{padding-top:.25rem}.pr-md-1,.px-md-1{padding-right:.25rem}.pb-md-1,.py-md-1{padding-bottom:.25rem}.pl-md-1,.px-md-1{padding-left:.25rem}.p-md-2{padding:.5rem}.pt-md-2,.py-md-2{padding-top:.5rem}.pr-md-2,.px-md-2{padding-right:.5rem}.pb-md-2,.py-md-2{padding-bottom:.5rem}.pl-md-2,.px-md-2{padding-left:.5rem}.p-md-3{padding:1rem}.pt-md-3,.py-md-3{padding-top:1rem}.pr-md-3,.px-md-3{padding-right:1rem}.pb-md-3,.py-md-3{padding-bottom:1rem}.pl-md-3,.px-md-3{padding-left:1rem}.p-md-4{padding:1.5rem}.pt-md-4,.py-md-4{padding-top:1.5rem}.pr-md-4,.px-md-4{padding-right:1.5rem}.pb-md-4,.py-md-4{padding-bottom:1.5rem}.pl-md-4,.px-md-4{padding-left:1.5rem}.p-md-5{padding:3rem}.pt-md-5,.py-md-5{padding-top:3rem}.pr-md-5,.px-md-5{padding-right:3rem}.pb-md-5,.py-md-5{padding-bottom:3rem}.pl-md-5,.px-md-5{padding-left:3rem}}@media(min-width:992px){.p-lg-0{padding:0}.pt-lg-0,.py-lg-0{padding-top:0}.pr-lg-0,.px-lg-0{padding-right:0}.pb-lg-0,.py-lg-0{padding-bottom:0}.pl-lg-0,.px-lg-0{padding-left:0}.p-lg-1{padding:.25rem}.pt-lg-1,.py-lg-1{padding-top:.25rem}.pr-lg-1,.px-lg-1{padding-right:.25rem}.pb-lg-1,.py-lg-1{padding-bottom:.25rem}.pl-lg-1,.px-lg-1{padding-left:.25rem}.p-lg-2{padding:.5rem}.pt-lg-2,.py-lg-2{padding-top:.5rem}.pr-lg-2,.px-lg-2{padding-right:.5rem}.pb-lg-2,.py-lg-2{padding-bottom:.5rem}.pl-lg-2,.px-lg-2{padding-left:.5rem}.p-lg-3{padding:1rem}.pt-lg-3,.py-lg-3{padding-top:1rem}.pr-lg-3,.px-lg-3{padding-right:1rem}.pb-lg-3,.py-lg-3{padding-bottom:1rem}.pl-lg-3,.px-lg-3{padding-left:1rem}.p-lg-4{padding:1.5rem}.pt-lg-4,.py-lg-4{padding-top:1.5rem}.pr-lg-4,.px-lg-4{padding-right:1.5rem}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem}.pl-lg-4,.px-lg-4{padding-left:1.5rem}.p-lg-5{padding:3rem}.pt-lg-5,.py-lg-5{padding-top:3rem}.pr-lg-5,.px-lg-5{padding-right:3rem}.pb-lg-5,.py-lg-5{padding-bottom:3rem}.pl-lg-5,.px-lg-5{padding-left:3rem}}@media(min-width:1200px){.p-xl-0{padding:0}.pt-xl-0,.py-xl-0{padding-top:0}.pr-xl-0,.px-xl-0{padding-right:0}.pb-xl-0,.py-xl-0{padding-bottom:0}.pl-xl-0,.px-xl-0{padding-left:0}.p-xl-1{padding:.25rem}.pt-xl-1,.py-xl-1{padding-top:.25rem}.pr-xl-1,.px-xl-1{padding-right:.25rem}.pb-xl-1,.py-xl-1{padding-bottom:.25rem}.pl-xl-1,.px-xl-1{padding-left:.25rem}.p-xl-2{padding:.5rem}.pt-xl-2,.py-xl-2{padding-top:.5rem}.pr-xl-2,.px-xl-2{padding-right:.5rem}.pb-xl-2,.py-xl-2{padding-bottom:.5rem}.pl-xl-2,.px-xl-2{padding-left:.5rem}.p-xl-3{padding:1rem}.pt-xl-3,.py-xl-3{padding-top:1rem}.pr-xl-3,.px-xl-3{padding-right:1rem}.pb-xl-3,.py-xl-3{padding-bottom:1rem}.pl-xl-3,.px-xl-3{padding-left:1rem}.p-xl-4{padding:1.5rem}.pt-xl-4,.py-xl-4{padding-top:1.5rem}.pr-xl-4,.px-xl-4{padding-right:1.5rem}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem}.pl-xl-4,.px-xl-4{padding-left:1.5rem}.p-xl-5{padding:3rem}.pt-xl-5,.py-xl-5{padding-top:3rem}.pr-xl-5,.px-xl-5{padding-right:3rem}.pb-xl-5,.py-xl-5{padding-bottom:3rem}.pl-xl-5,.px-xl-5{padding-left:3rem}}
@@ -0,0 +1 @@
1
+ .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#eb6864;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#fff;text-decoration:none;background-color:#eb6864;border-color:#eb6864}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(235,104,100,0.25);box-shadow:0 0 0 .2rem rgba(235,104,100,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#eb6864;border-color:#eb6864}.page-item.disabled .page-link{color:#777;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
@@ -0,0 +1 @@
1
+ .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.pagination a:hover{text-decoration:none}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
@@ -0,0 +1 @@
1
+ .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 1px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:.5rem .5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:rgba(0,0,0,0.25)}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:.5rem .5rem .5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:rgba(0,0,0,0.25)}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:1px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 1px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 .5rem .5rem .5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:rgba(0,0,0,0.25)}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:.5rem 0 .5rem .5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:rgba(0,0,0,0.25)}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#222}
@@ -0,0 +1 @@
1
+ .position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:-webkit-sticky;position:sticky}
@@ -0,0 +1 @@
1
+ .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#eee;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#eb6864;-webkit-transition:width .6s ease;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}
@@ -0,0 +1 @@
1
+ .rounded{border-radius:.25rem}.rounded-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}
@@ -0,0 +1 @@
1
+ .shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,0.075);box-shadow:0 .125rem .25rem rgba(0,0,0,0.075)}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,0.15);box-shadow:0 .5rem 1rem rgba(0,0,0,0.15)}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175);box-shadow:0 1rem 3rem rgba(0,0,0,0.175)}.shadow-none{-webkit-box-shadow:none;box-shadow:none}
@@ -0,0 +1 @@
1
+ .table{width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:.75rem;vertical-align:top}.table thead th{vertical-align:bottom}.table-sm th,.table-sm td{padding:.3rem}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}
@@ -0,0 +1 @@
1
+ .text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}@media(min-width:576px){.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}}@media(min-width:768px){.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}}@media(min-width:992px){.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}}@media(min-width:1200px){.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-light{font-weight:300}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
@@ -0,0 +1 @@
1
+ .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
@@ -0,0 +1 @@
1
+ .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#22b24c}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(34,178,76,0.9);border-radius:.25rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#22b24c}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#22b24c;-webkit-box-shadow:0 0 0 .2rem rgba(34,178,76,0.25);box-shadow:0 0 0 .2rem rgba(34,178,76,0.25)}.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip{display:block}.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip{display:block}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#22b24c}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#22b24c}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{background-color:#70e492}.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{background-color:#30d761}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(34,178,76,0.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(34,178,76,0.25)}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#22b24c}.was-validated .custom-file-input:valid~.custom-file-label::after,.custom-file-input.is-valid~.custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(34,178,76,0.25);box-shadow:0 0 0 .2rem rgba(34,178,76,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#f57a00}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(245,122,0,0.9);border-radius:.25rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#f57a00}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#f57a00;-webkit-box-shadow:0 0 0 .2rem rgba(245,122,0,0.25);box-shadow:0 0 0 .2rem rgba(245,122,0,0.25)}.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip{display:block}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#f57a00}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#f57a00}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{background-color:#ffba76}.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{background-color:#ff9429}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(245,122,0,0.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(245,122,0,0.25)}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#f57a00}.was-validated .custom-file-input:invalid~.custom-file-label::after,.custom-file-input.is-invalid~.custom-file-label::after{border-color:inherit}.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(245,122,0,0.25);box-shadow:0 0 0 .2rem rgba(245,122,0,0.25)}