@ptsecurity/mosaic 17.0.0 → 17.2.0

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 (201) hide show
  1. package/autocomplete/_autocomplete-theme.scss +2 -1
  2. package/autocomplete/autocomplete-trigger.directive.d.ts +7 -1
  3. package/autocomplete/autocomplete.scss +7 -11
  4. package/button/_button-base.scss +10 -10
  5. package/button/_button-theme.scss +32 -32
  6. package/button/button.scss +9 -15
  7. package/button-toggle/_button-toggle-theme.scss +32 -24
  8. package/button-toggle/button-toggle.scss +18 -57
  9. package/card/_card-theme.scss +23 -20
  10. package/card/card.component.scss +2 -1
  11. package/checkbox/_checkbox-theme.scss +33 -29
  12. package/checkbox/checkbox.scss +7 -6
  13. package/code-block/_code-block-theme.scss +201 -113
  14. package/code-block/actionbar.component.scss +5 -7
  15. package/code-block/code-block.scss +5 -6
  16. package/core/forms/_forms-theme.scss +17 -46
  17. package/core/option/_optgroup-theme.scss +5 -5
  18. package/core/option/_option-action-theme.scss +1 -4
  19. package/core/option/_option-theme.scss +8 -10
  20. package/core/option/option.scss +5 -4
  21. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  22. package/core/styles/_mosaic-theme.scss +3 -3
  23. package/core/styles/common/_popup.scss +4 -3
  24. package/core/styles/common/_tokens.scss +39 -0
  25. package/core/styles/theming/_alerts.scss +16 -24
  26. package/core/styles/theming/_badges.scss +7 -8
  27. package/core/styles/theming/_components-theming.scss +4 -2
  28. package/core/styles/theming/_scrollbars.scss +17 -2
  29. package/datepicker/_datepicker-theme.scss +18 -19
  30. package/datepicker/calendar-body.scss +6 -9
  31. package/datepicker/calendar-header.scss +9 -26
  32. package/datepicker/calendar.scss +5 -16
  33. package/datepicker/datepicker-content.scss +2 -4
  34. package/datepicker/datepicker-input.scss +2 -1
  35. package/datepicker/datepicker-toggle.scss +3 -2
  36. package/divider/_divider-theme.scss +4 -2
  37. package/divider/divider.scss +5 -4
  38. package/dl/_dl-theme.scss +12 -36
  39. package/dl/dl.scss +13 -46
  40. package/dropdown/_dropdown-theme.scss +19 -17
  41. package/dropdown/dropdown-item.scss +7 -6
  42. package/dropdown/dropdown.scss +11 -26
  43. package/ellipsis-center/ellipsis-center.directive.d.ts +3 -2
  44. package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +14 -2
  45. package/esm2022/button/button.component.mjs +2 -2
  46. package/esm2022/code-block/actionbar.component.mjs +2 -2
  47. package/esm2022/code-block/code-block.component.mjs +2 -2
  48. package/esm2022/core/pop-up/pop-up-trigger.mjs +19 -11
  49. package/esm2022/core/version.mjs +2 -2
  50. package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
  51. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  52. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -5
  53. package/esm2022/file-upload/file-upload.module.mjs +8 -4
  54. package/esm2022/file-upload/multiple-file-upload.component.mjs +15 -34
  55. package/esm2022/file-upload/single-file-upload.component.mjs +15 -34
  56. package/esm2022/form-field/form-field.mjs +2 -2
  57. package/esm2022/input/input-password.mjs +2 -3
  58. package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
  59. package/esm2022/markdown/markdown.component.mjs +2 -2
  60. package/esm2022/modal/modal.component.mjs +6 -6
  61. package/esm2022/navbar/navbar-item.component.mjs +9 -9
  62. package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
  63. package/esm2022/radio/radio.component.mjs +2 -2
  64. package/esm2022/select/select-option.directive.mjs +7 -5
  65. package/esm2022/select/select.component.mjs +16 -9
  66. package/esm2022/tabs/tab-header.component.mjs +2 -2
  67. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  68. package/esm2022/tags/tag-input.mjs +28 -8
  69. package/esm2022/timezone/timezone-option.directive.mjs +7 -5
  70. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  71. package/esm2022/title/title.directive.mjs +2 -3
  72. package/esm2022/tooltip/tooltip.component.mjs +27 -12
  73. package/esm2022/tree-select/tree-select.component.mjs +21 -8
  74. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs +13 -1
  75. package/fesm2022/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  76. package/fesm2022/ptsecurity-mosaic-button.mjs +2 -2
  77. package/fesm2022/ptsecurity-mosaic-button.mjs.map +1 -1
  78. package/fesm2022/ptsecurity-mosaic-code-block.mjs +4 -4
  79. package/fesm2022/ptsecurity-mosaic-code-block.mjs.map +1 -1
  80. package/fesm2022/ptsecurity-mosaic-core.mjs +19 -11
  81. package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
  82. package/fesm2022/ptsecurity-mosaic-dropdown.mjs +4 -4
  83. package/fesm2022/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  84. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs +5 -4
  85. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs.map +1 -1
  86. package/fesm2022/ptsecurity-mosaic-file-upload.mjs +26 -58
  87. package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
  88. package/fesm2022/ptsecurity-mosaic-form-field.mjs +2 -2
  89. package/fesm2022/ptsecurity-mosaic-form-field.mjs.map +1 -1
  90. package/fesm2022/ptsecurity-mosaic-input.mjs +1 -2
  91. package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
  92. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs +2 -2
  93. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  94. package/fesm2022/ptsecurity-mosaic-markdown.mjs +2 -2
  95. package/fesm2022/ptsecurity-mosaic-markdown.mjs.map +1 -1
  96. package/fesm2022/ptsecurity-mosaic-modal.mjs +5 -5
  97. package/fesm2022/ptsecurity-mosaic-modal.mjs.map +1 -1
  98. package/fesm2022/ptsecurity-mosaic-navbar.mjs +8 -8
  99. package/fesm2022/ptsecurity-mosaic-navbar.mjs.map +1 -1
  100. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs +1 -1
  101. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  102. package/fesm2022/ptsecurity-mosaic-radio.mjs +2 -2
  103. package/fesm2022/ptsecurity-mosaic-radio.mjs.map +1 -1
  104. package/fesm2022/ptsecurity-mosaic-select.mjs +25 -17
  105. package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
  106. package/fesm2022/ptsecurity-mosaic-tabs.mjs +4 -4
  107. package/fesm2022/ptsecurity-mosaic-tabs.mjs.map +1 -1
  108. package/fesm2022/ptsecurity-mosaic-tags.mjs +26 -7
  109. package/fesm2022/ptsecurity-mosaic-tags.mjs.map +1 -1
  110. package/fesm2022/ptsecurity-mosaic-timezone.mjs +7 -6
  111. package/fesm2022/ptsecurity-mosaic-timezone.mjs.map +1 -1
  112. package/fesm2022/ptsecurity-mosaic-title.mjs +1 -2
  113. package/fesm2022/ptsecurity-mosaic-title.mjs.map +1 -1
  114. package/fesm2022/ptsecurity-mosaic-tooltip.mjs +25 -11
  115. package/fesm2022/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  116. package/fesm2022/ptsecurity-mosaic-tree-select.mjs +20 -7
  117. package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  118. package/file-upload/_file-upload-theme.scss +87 -54
  119. package/file-upload/file-upload.module.d.ts +2 -1
  120. package/file-upload/file-upload.scss +0 -15
  121. package/file-upload/multiple-file-upload.component.d.ts +4 -12
  122. package/file-upload/multiple-file-upload.component.scss +58 -54
  123. package/file-upload/single-file-upload.component.d.ts +4 -12
  124. package/file-upload/single-file-upload.component.scss +15 -24
  125. package/form-field/_form-field-theme.scss +43 -34
  126. package/form-field/form-field.scss +14 -13
  127. package/icon/_icon-theme.scss +26 -25
  128. package/input/_input-base.scss +3 -2
  129. package/input/_input-theme.scss +14 -14
  130. package/input/input-password.d.ts +0 -1
  131. package/input/input.scss +3 -4
  132. package/link/_link-theme.scss +36 -32
  133. package/list/_list-base.scss +4 -3
  134. package/list/_list-theme.scss +8 -8
  135. package/list/list.scss +2 -1
  136. package/loader-overlay/_loader-overlay-theme.scss +8 -8
  137. package/loader-overlay/loader-overlay.scss +7 -12
  138. package/markdown/_markdown-theme.scss +61 -43
  139. package/markdown/markdown.scss +39 -80
  140. package/modal/_modal-confirm.scss +3 -2
  141. package/modal/_modal-theme.scss +20 -21
  142. package/modal/modal.scss +18 -15
  143. package/navbar/_navbar-theme.scss +19 -18
  144. package/navbar/navbar-brand.scss +7 -9
  145. package/navbar/navbar-item.component.d.ts +4 -4
  146. package/navbar/navbar-item.scss +8 -7
  147. package/navbar/vertical-navbar.scss +4 -12
  148. package/package.json +25 -25
  149. package/popover/_popover-theme.scss +35 -35
  150. package/popover/popover.scss +15 -14
  151. package/prebuilt-themes/dark-theme.css +1 -1
  152. package/prebuilt-themes/default-theme.css +1 -1
  153. package/progress-bar/_progress-bar-theme.scss +6 -5
  154. package/progress-bar/progress-bar.scss +2 -1
  155. package/progress-spinner/_progress-spinner-theme.scss +4 -3
  156. package/progress-spinner/progress-spinner.scss +7 -12
  157. package/radio/_radio-theme.scss +32 -24
  158. package/radio/radio.scss +8 -11
  159. package/select/_select-theme.scss +13 -13
  160. package/select/select-option.directive.d.ts +3 -2
  161. package/select/select.component.d.ts +1 -0
  162. package/select/select.scss +19 -42
  163. package/sidepanel/_sidepanel-theme.scss +9 -9
  164. package/sidepanel/sidepanel.scss +11 -10
  165. package/splitter/_splitter-theme.scss +5 -3
  166. package/table/_table-theme.scss +9 -9
  167. package/table/table.scss +11 -14
  168. package/tabs/_tabs-common.scss +15 -14
  169. package/tabs/_tabs-theme.scss +67 -55
  170. package/tabs/tab-group.scss +2 -1
  171. package/tabs/tab-header.scss +16 -3
  172. package/tabs/tab-nav-bar/tab-nav-bar.scss +15 -2
  173. package/tags/_tag-theme.scss +30 -27
  174. package/tags/tag-input.d.ts +9 -4
  175. package/tags/tag-list.scss +4 -3
  176. package/tags/tag.scss +9 -8
  177. package/textarea/_textarea-base.scss +2 -4
  178. package/textarea/_textarea-theme.scss +8 -8
  179. package/textarea/textarea.scss +2 -4
  180. package/timepicker/timepicker.scss +2 -7
  181. package/timezone/_timezone-option-theme.scss +7 -7
  182. package/timezone/timezone-option.component.scss +5 -4
  183. package/timezone/timezone-option.directive.d.ts +3 -2
  184. package/title/title.directive.d.ts +0 -1
  185. package/toast/_toast-theme.scss +13 -16
  186. package/toast/toast-container.component.scss +2 -5
  187. package/toast/toast.component.scss +15 -17
  188. package/toggle/_toggle-theme.scss +22 -21
  189. package/toggle/toggle.scss +19 -21
  190. package/tooltip/_tooltip-theme.scss +26 -31
  191. package/tooltip/tooltip.component.d.ts +12 -8
  192. package/tooltip/tooltip.scss +13 -17
  193. package/tree/_tree-theme.scss +8 -8
  194. package/tree/toggle.scss +3 -5
  195. package/tree/tree-option.scss +5 -4
  196. package/tree-select/_tree-select-theme.scss +9 -9
  197. package/tree-select/tree-select.component.d.ts +1 -0
  198. package/tree-select/tree-select.scss +17 -35
  199. package/_theming.scss +0 -10827
  200. package/_visual.scss +0 -3541
  201. package/prebuilt-visual/default-visual.css +0 -1
@@ -1 +0,0 @@
1
- @-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}body,html{width:100%;height:100%}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body{margin:0}.flex-order{order:0}.flex-order--20{order:-20}.flex-order--19{order:-19}.flex-order--18{order:-18}.flex-order--17{order:-17}.flex-order--16{order:-16}.flex-order--15{order:-15}.flex-order--14{order:-14}.flex-order--13{order:-13}.flex-order--12{order:-12}.flex-order--11{order:-11}.flex-order--10{order:-10}.flex-order--9{order:-9}.flex-order--8{order:-8}.flex-order--7{order:-7}.flex-order--6{order:-6}.flex-order--5{order:-5}.flex-order--4{order:-4}.flex-order--3{order:-3}.flex-order--2{order:-2}.flex-order--1{order:-1}.flex-order-0{order:0}.flex-order-1{order:1}.flex-order-2{order:2}.flex-order-3{order:3}.flex-order-4{order:4}.flex-order-5{order:5}.flex-order-6{order:6}.flex-order-7{order:7}.flex-order-8{order:8}.flex-order-9{order:9}.flex-order-10{order:10}.flex-order-11{order:11}.flex-order-12{order:12}.flex-order-13{order:13}.flex-order-14{order:14}.flex-order-15{order:15}.flex-order-16{order:16}.flex-order-17{order:17}.flex-order-18{order:18}.flex-order-19{order:19}.flex-order-20{order:20}.flex-offset-0,.layout-margin .flex-offset-0,.layout-margin .offset-0,.offset-0{margin-left:0}[dir=rtl] .flex-offset-0,[dir=rtl] .layout-margin .flex-offset-0,[dir=rtl] .layout-margin .offset-0,[dir=rtl] .offset-0{margin-left:auto;margin-right:0}.flex-offset-5,.layout-margin .flex-offset-5,.layout-margin .offset-5,.offset-5{margin-left:5%}[dir=rtl] .flex-offset-5,[dir=rtl] .layout-margin .flex-offset-5,[dir=rtl] .layout-margin .offset-5,[dir=rtl] .offset-5{margin-left:auto;margin-right:5%}.flex-offset-10,.layout-margin .flex-offset-10,.layout-margin .offset-10,.offset-10{margin-left:10%}[dir=rtl] .flex-offset-10,[dir=rtl] .layout-margin .flex-offset-10,[dir=rtl] .layout-margin .offset-10,[dir=rtl] .offset-10{margin-left:auto;margin-right:10%}.flex-offset-15,.layout-margin .flex-offset-15,.layout-margin .offset-15,.offset-15{margin-left:15%}[dir=rtl] .flex-offset-15,[dir=rtl] .layout-margin .flex-offset-15,[dir=rtl] .layout-margin .offset-15,[dir=rtl] .offset-15{margin-left:auto;margin-right:15%}.flex-offset-20,.layout-margin .flex-offset-20,.layout-margin .offset-20,.offset-20{margin-left:20%}[dir=rtl] .flex-offset-20,[dir=rtl] .layout-margin .flex-offset-20,[dir=rtl] .layout-margin .offset-20,[dir=rtl] .offset-20{margin-left:auto;margin-right:20%}.flex-offset-25,.layout-margin .flex-offset-25,.layout-margin .offset-25,.offset-25{margin-left:25%}[dir=rtl] .flex-offset-25,[dir=rtl] .layout-margin .flex-offset-25,[dir=rtl] .layout-margin .offset-25,[dir=rtl] .offset-25{margin-left:auto;margin-right:25%}.flex-offset-30,.layout-margin .flex-offset-30,.layout-margin .offset-30,.offset-30{margin-left:30%}[dir=rtl] .flex-offset-30,[dir=rtl] .layout-margin .flex-offset-30,[dir=rtl] .layout-margin .offset-30,[dir=rtl] .offset-30{margin-left:auto;margin-right:30%}.flex-offset-35,.layout-margin .flex-offset-35,.layout-margin .offset-35,.offset-35{margin-left:35%}[dir=rtl] .flex-offset-35,[dir=rtl] .layout-margin .flex-offset-35,[dir=rtl] .layout-margin .offset-35,[dir=rtl] .offset-35{margin-left:auto;margin-right:35%}.flex-offset-40,.layout-margin .flex-offset-40,.layout-margin .offset-40,.offset-40{margin-left:40%}[dir=rtl] .flex-offset-40,[dir=rtl] .layout-margin .flex-offset-40,[dir=rtl] .layout-margin .offset-40,[dir=rtl] .offset-40{margin-left:auto;margin-right:40%}.flex-offset-45,.layout-margin .flex-offset-45,.layout-margin .offset-45,.offset-45{margin-left:45%}[dir=rtl] .flex-offset-45,[dir=rtl] .layout-margin .flex-offset-45,[dir=rtl] .layout-margin .offset-45,[dir=rtl] .offset-45{margin-left:auto;margin-right:45%}.flex-offset-50,.layout-margin .flex-offset-50,.layout-margin .offset-50,.offset-50{margin-left:50%}[dir=rtl] .flex-offset-50,[dir=rtl] .layout-margin .flex-offset-50,[dir=rtl] .layout-margin .offset-50,[dir=rtl] .offset-50{margin-left:auto;margin-right:50%}.flex-offset-55,.layout-margin .flex-offset-55,.layout-margin .offset-55,.offset-55{margin-left:55%}[dir=rtl] .flex-offset-55,[dir=rtl] .layout-margin .flex-offset-55,[dir=rtl] .layout-margin .offset-55,[dir=rtl] .offset-55{margin-left:auto;margin-right:55%}.flex-offset-60,.layout-margin .flex-offset-60,.layout-margin .offset-60,.offset-60{margin-left:60%}[dir=rtl] .flex-offset-60,[dir=rtl] .layout-margin .flex-offset-60,[dir=rtl] .layout-margin .offset-60,[dir=rtl] .offset-60{margin-left:auto;margin-right:60%}.flex-offset-65,.layout-margin .flex-offset-65,.layout-margin .offset-65,.offset-65{margin-left:65%}[dir=rtl] .flex-offset-65,[dir=rtl] .layout-margin .flex-offset-65,[dir=rtl] .layout-margin .offset-65,[dir=rtl] .offset-65{margin-left:auto;margin-right:65%}.flex-offset-70,.layout-margin .flex-offset-70,.layout-margin .offset-70,.offset-70{margin-left:70%}[dir=rtl] .flex-offset-70,[dir=rtl] .layout-margin .flex-offset-70,[dir=rtl] .layout-margin .offset-70,[dir=rtl] .offset-70{margin-left:auto;margin-right:70%}.flex-offset-75,.layout-margin .flex-offset-75,.layout-margin .offset-75,.offset-75{margin-left:75%}[dir=rtl] .flex-offset-75,[dir=rtl] .layout-margin .flex-offset-75,[dir=rtl] .layout-margin .offset-75,[dir=rtl] .offset-75{margin-left:auto;margin-right:75%}.flex-offset-80,.layout-margin .flex-offset-80,.layout-margin .offset-80,.offset-80{margin-left:80%}[dir=rtl] .flex-offset-80,[dir=rtl] .layout-margin .flex-offset-80,[dir=rtl] .layout-margin .offset-80,[dir=rtl] .offset-80{margin-left:auto;margin-right:80%}.flex-offset-85,.layout-margin .flex-offset-85,.layout-margin .offset-85,.offset-85{margin-left:85%}[dir=rtl] .flex-offset-85,[dir=rtl] .layout-margin .flex-offset-85,[dir=rtl] .layout-margin .offset-85,[dir=rtl] .offset-85{margin-left:auto;margin-right:85%}.flex-offset-90,.layout-margin .flex-offset-90,.layout-margin .offset-90,.offset-90{margin-left:90%}[dir=rtl] .flex-offset-90,[dir=rtl] .layout-margin .flex-offset-90,[dir=rtl] .layout-margin .offset-90,[dir=rtl] .offset-90{margin-left:auto;margin-right:90%}.flex-offset-95,.layout-margin .flex-offset-95,.layout-margin .offset-95,.offset-95{margin-left:95%}[dir=rtl] .flex-offset-95,[dir=rtl] .layout-margin .flex-offset-95,[dir=rtl] .layout-margin .offset-95,[dir=rtl] .offset-95{margin-left:auto;margin-right:95%}.flex-offset-33,.layout-margin .flex-offset-33,.layout-margin .offset-33,.offset-33{margin-left:33.3333333333%}.flex-offset-66,.layout-margin .flex-offset-66,.layout-margin .offset-66,.offset-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-66,[dir=rtl] .layout-margin .flex-offset-66,[dir=rtl] .layout-margin .offset-66,[dir=rtl] .offset-66{margin-left:auto;margin-right:66.6666666667%}.layout-align,.layout-align-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-start,.layout-align-start-center,.layout-align-start-end,.layout-align-start-start,.layout-align-start-stretch{justify-content:flex-start}.layout-align-center,.layout-align-center-center,.layout-align-center-end,.layout-align-center-start,.layout-align-center-stretch{justify-content:center}.layout-align-end,.layout-align-end-center,.layout-align-end-end,.layout-align-end-start,.layout-align-end-stretch{justify-content:flex-end}.layout-align-space-around,.layout-align-space-around-center,.layout-align-space-around-end,.layout-align-space-around-start,.layout-align-space-around-stretch{justify-content:space-around}.layout-align-space-between,.layout-align-space-between-center,.layout-align-space-between-end,.layout-align-space-between-start,.layout-align-space-between-stretch{justify-content:space-between}.layout-align-center-start,.layout-align-end-start,.layout-align-space-around-start,.layout-align-space-between-start,.layout-align-start-start{align-items:flex-start;align-content:flex-start}.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>*{max-width:100%}.layout-align-center-end,.layout-align-end-end,.layout-align-space-around-end,.layout-align-space-between-end,.layout-align-start-end{align-items:flex-end;align-content:flex-end}.layout-align-center-stretch,.layout-align-end-stretch,.layout-align-space-around-stretch,.layout-align-space-between-stretch,.layout-align-start-stretch{align-items:stretch;align-content:stretch}.flex{flex:1}.flex-grow{flex:1 1 100%}.flex-initial{flex:0 1 auto}.flex-auto{flex:1 1 auto}.flex-none{flex:0 0 auto}.flex-no-shrink{flex:1 0 auto}.flex-no-grow{flex:0 1 auto}.flex-0{flex:1 1 100%;max-width:0%;max-height:100%}.layout-row>.flex-0{flex:1 1 100%;max-width:0%;max-height:100%;min-width:0}.layout-column>.flex-0{flex:1 1 100%;max-width:100%;max-height:0%}.layout-row>.flex-0{flex:1 1 100%;max-width:0%;max-height:100%;min-width:0}.layout-column>.flex-0{flex:1 1 100%;max-width:100%;max-height:0%;min-height:0}.flex-5{flex:1 1 100%;max-width:5%;max-height:100%}.layout-row>.flex-5{flex:1 1 100%;max-width:5%;max-height:100%}.layout-column>.flex-5{flex:1 1 100%;max-width:100%;max-height:5%}.layout-row>.flex-5{flex:1 1 100%;max-width:5%;max-height:100%}.layout-column>.flex-5{flex:1 1 100%;max-width:100%;max-height:5%}.flex-10{flex:1 1 100%;max-width:10%;max-height:100%}.layout-row>.flex-10{flex:1 1 100%;max-width:10%;max-height:100%}.layout-column>.flex-10{flex:1 1 100%;max-width:100%;max-height:10%}.layout-row>.flex-10{flex:1 1 100%;max-width:10%;max-height:100%}.layout-column>.flex-10{flex:1 1 100%;max-width:100%;max-height:10%}.flex-15{flex:1 1 100%;max-width:15%;max-height:100%}.layout-row>.flex-15{flex:1 1 100%;max-width:15%;max-height:100%}.layout-column>.flex-15{flex:1 1 100%;max-width:100%;max-height:15%}.layout-row>.flex-15{flex:1 1 100%;max-width:15%;max-height:100%}.layout-column>.flex-15{flex:1 1 100%;max-width:100%;max-height:15%}.flex-20{flex:1 1 100%;max-width:20%;max-height:100%}.layout-row>.flex-20{flex:1 1 100%;max-width:20%;max-height:100%}.layout-column>.flex-20{flex:1 1 100%;max-width:100%;max-height:20%}.layout-row>.flex-20{flex:1 1 100%;max-width:20%;max-height:100%}.layout-column>.flex-20{flex:1 1 100%;max-width:100%;max-height:20%}.flex-25{flex:1 1 100%;max-width:25%;max-height:100%}.layout-row>.flex-25{flex:1 1 100%;max-width:25%;max-height:100%}.layout-column>.flex-25{flex:1 1 100%;max-width:100%;max-height:25%}.layout-row>.flex-25{flex:1 1 100%;max-width:25%;max-height:100%}.layout-column>.flex-25{flex:1 1 100%;max-width:100%;max-height:25%}.flex-30{flex:1 1 100%;max-width:30%;max-height:100%}.layout-row>.flex-30{flex:1 1 100%;max-width:30%;max-height:100%}.layout-column>.flex-30{flex:1 1 100%;max-width:100%;max-height:30%}.layout-row>.flex-30{flex:1 1 100%;max-width:30%;max-height:100%}.layout-column>.flex-30{flex:1 1 100%;max-width:100%;max-height:30%}.flex-35{flex:1 1 100%;max-width:35%;max-height:100%}.layout-row>.flex-35{flex:1 1 100%;max-width:35%;max-height:100%}.layout-column>.flex-35{flex:1 1 100%;max-width:100%;max-height:35%}.layout-row>.flex-35{flex:1 1 100%;max-width:35%;max-height:100%}.layout-column>.flex-35{flex:1 1 100%;max-width:100%;max-height:35%}.flex-40{flex:1 1 100%;max-width:40%;max-height:100%}.layout-row>.flex-40{flex:1 1 100%;max-width:40%;max-height:100%}.layout-column>.flex-40{flex:1 1 100%;max-width:100%;max-height:40%}.layout-row>.flex-40{flex:1 1 100%;max-width:40%;max-height:100%}.layout-column>.flex-40{flex:1 1 100%;max-width:100%;max-height:40%}.flex-45{flex:1 1 100%;max-width:45%;max-height:100%}.layout-row>.flex-45{flex:1 1 100%;max-width:45%;max-height:100%}.layout-column>.flex-45{flex:1 1 100%;max-width:100%;max-height:45%}.layout-row>.flex-45{flex:1 1 100%;max-width:45%;max-height:100%}.layout-column>.flex-45{flex:1 1 100%;max-width:100%;max-height:45%}.flex-50{flex:1 1 100%;max-width:50%;max-height:100%}.layout-row>.flex-50{flex:1 1 100%;max-width:50%;max-height:100%}.layout-column>.flex-50{flex:1 1 100%;max-width:100%;max-height:50%}.layout-row>.flex-50{flex:1 1 100%;max-width:50%;max-height:100%}.layout-column>.flex-50{flex:1 1 100%;max-width:100%;max-height:50%}.flex-55{flex:1 1 100%;max-width:55%;max-height:100%}.layout-row>.flex-55{flex:1 1 100%;max-width:55%;max-height:100%}.layout-column>.flex-55{flex:1 1 100%;max-width:100%;max-height:55%}.layout-row>.flex-55{flex:1 1 100%;max-width:55%;max-height:100%}.layout-column>.flex-55{flex:1 1 100%;max-width:100%;max-height:55%}.flex-60{flex:1 1 100%;max-width:60%;max-height:100%}.layout-row>.flex-60{flex:1 1 100%;max-width:60%;max-height:100%}.layout-column>.flex-60{flex:1 1 100%;max-width:100%;max-height:60%}.layout-row>.flex-60{flex:1 1 100%;max-width:60%;max-height:100%}.layout-column>.flex-60{flex:1 1 100%;max-width:100%;max-height:60%}.flex-65{flex:1 1 100%;max-width:65%;max-height:100%}.layout-row>.flex-65{flex:1 1 100%;max-width:65%;max-height:100%}.layout-column>.flex-65{flex:1 1 100%;max-width:100%;max-height:65%}.layout-row>.flex-65{flex:1 1 100%;max-width:65%;max-height:100%}.layout-column>.flex-65{flex:1 1 100%;max-width:100%;max-height:65%}.flex-70{flex:1 1 100%;max-width:70%;max-height:100%}.layout-row>.flex-70{flex:1 1 100%;max-width:70%;max-height:100%}.layout-column>.flex-70{flex:1 1 100%;max-width:100%;max-height:70%}.layout-row>.flex-70{flex:1 1 100%;max-width:70%;max-height:100%}.layout-column>.flex-70{flex:1 1 100%;max-width:100%;max-height:70%}.flex-75{flex:1 1 100%;max-width:75%;max-height:100%}.layout-row>.flex-75{flex:1 1 100%;max-width:75%;max-height:100%}.layout-column>.flex-75{flex:1 1 100%;max-width:100%;max-height:75%}.layout-row>.flex-75{flex:1 1 100%;max-width:75%;max-height:100%}.layout-column>.flex-75{flex:1 1 100%;max-width:100%;max-height:75%}.flex-80{flex:1 1 100%;max-width:80%;max-height:100%}.layout-row>.flex-80{flex:1 1 100%;max-width:80%;max-height:100%}.layout-column>.flex-80{flex:1 1 100%;max-width:100%;max-height:80%}.layout-row>.flex-80{flex:1 1 100%;max-width:80%;max-height:100%}.layout-column>.flex-80{flex:1 1 100%;max-width:100%;max-height:80%}.flex-85{flex:1 1 100%;max-width:85%;max-height:100%}.layout-row>.flex-85{flex:1 1 100%;max-width:85%;max-height:100%}.layout-column>.flex-85{flex:1 1 100%;max-width:100%;max-height:85%}.layout-row>.flex-85{flex:1 1 100%;max-width:85%;max-height:100%}.layout-column>.flex-85{flex:1 1 100%;max-width:100%;max-height:85%}.flex-90{flex:1 1 100%;max-width:90%;max-height:100%}.layout-row>.flex-90{flex:1 1 100%;max-width:90%;max-height:100%}.layout-column>.flex-90{flex:1 1 100%;max-width:100%;max-height:90%}.layout-row>.flex-90{flex:1 1 100%;max-width:90%;max-height:100%}.layout-column>.flex-90{flex:1 1 100%;max-width:100%;max-height:90%}.flex-95{flex:1 1 100%;max-width:95%;max-height:100%}.layout-row>.flex-95{flex:1 1 100%;max-width:95%;max-height:100%}.layout-column>.flex-95{flex:1 1 100%;max-width:100%;max-height:95%}.layout-row>.flex-95{flex:1 1 100%;max-width:95%;max-height:100%}.layout-column>.flex-95{flex:1 1 100%;max-width:100%;max-height:95%}.flex-100{flex:1 1 100%;max-width:100%;max-height:100%}.layout-row>.flex-100{flex:1 1 100%;max-width:100%;max-height:100%}.layout-column>.flex-100{flex:1 1 100%;max-width:100%;max-height:100%}.layout-row>.flex-100{flex:1 1 100%;max-width:100%;max-height:100%}.layout-column>.flex-100{flex:1 1 100%;max-width:100%;max-height:100%}.flex-33{flex:1 1 100%;max-width:33.33%;max-height:100%}.flex-66{flex:1 1 100%;max-width:66.66%;max-height:100%}.layout-row>.flex-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%}.layout-row>.flex-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%}.layout-column>.flex-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%}.layout-column>.flex-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%}.layout-row>.flex-33{flex:1 1 100%;max-width:33.33%;max-height:100%}.layout-row>.flex-66{flex:1 1 100%;max-width:66.66%;max-height:100%}.layout-row>.flex{min-width:0}.layout-column>.flex-33{flex:1 1 100%;max-width:100%;max-height:33.33%}.layout-column>.flex-66{flex:1 1 100%;max-width:100%;max-height:66.66%}.layout-column>.flex{min-height:0}.layout-wrap{flex-wrap:wrap}.layout-nowrap{flex-wrap:nowrap}.layout-fill{margin:0;width:100%;min-height:100%;height:100%}.layout,.layout-column,.layout-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:0;min-height:0}.layout-column{flex-direction:column}.layout-row{flex-direction:row}.layout-padding-3xs{padding:2px!important}.layout-padding-top-3xs{padding-top:2px!important}.layout-padding-right-3xs{padding-right:2px!important}.layout-padding-bottom-3xs{padding-bottom:2px!important}.layout-padding-left-3xs{padding-left:2px!important}.layout-padding-xxs{padding:4px!important}.layout-padding-top-xxs{padding-top:4px!important}.layout-padding-right-xxs{padding-right:4px!important}.layout-padding-bottom-xxs{padding-bottom:4px!important}.layout-padding-left-xxs{padding-left:4px!important}.layout-padding-xs{padding:6px!important}.layout-padding-top-xs{padding-top:6px!important}.layout-padding-right-xs{padding-right:6px!important}.layout-padding-bottom-xs{padding-bottom:6px!important}.layout-padding-left-xs{padding-left:6px!important}.layout-padding-s{padding:8px!important}.layout-padding-top-s{padding-top:8px!important}.layout-padding-right-s{padding-right:8px!important}.layout-padding-bottom-s{padding-bottom:8px!important}.layout-padding-left-s{padding-left:8px!important}.layout-padding-m{padding:12px!important}.layout-padding-top-m{padding-top:12px!important}.layout-padding-right-m{padding-right:12px!important}.layout-padding-bottom-m{padding-bottom:12px!important}.layout-padding-left-m{padding-left:12px!important}.layout-padding-l{padding:16px!important}.layout-padding-top-l{padding-top:16px!important}.layout-padding-right-l{padding-right:16px!important}.layout-padding-bottom-l{padding-bottom:16px!important}.layout-padding-left-l{padding-left:16px!important}.layout-padding-xl{padding:20px!important}.layout-padding-top-xl{padding-top:20px!important}.layout-padding-right-xl{padding-right:20px!important}.layout-padding-bottom-xl{padding-bottom:20px!important}.layout-padding-left-xl{padding-left:20px!important}.layout-padding-xxl{padding:24px!important}.layout-padding-top-xxl{padding-top:24px!important}.layout-padding-right-xxl{padding-right:24px!important}.layout-padding-bottom-xxl{padding-bottom:24px!important}.layout-padding-left-xxl{padding-left:24px!important}.layout-padding-3xl{padding:32px!important}.layout-padding-top-3xl{padding-top:32px!important}.layout-padding-right-3xl{padding-right:32px!important}.layout-padding-bottom-3xl{padding-bottom:32px!important}.layout-padding-left-3xl{padding-left:32px!important}.layout-padding-4xl{padding:40px!important}.layout-padding-top-4xl{padding-top:40px!important}.layout-padding-right-4xl{padding-right:40px!important}.layout-padding-bottom-4xl{padding-bottom:40px!important}.layout-padding-left-4xl{padding-left:40px!important}.layout-padding-5xl{padding:48px!important}.layout-padding-top-5xl{padding-top:48px!important}.layout-padding-right-5xl{padding-right:48px!important}.layout-padding-bottom-5xl{padding-bottom:48px!important}.layout-padding-left-5xl{padding-left:48px!important}.layout-padding-6xl{padding:56px!important}.layout-padding-top-6xl{padding-top:56px!important}.layout-padding-right-6xl{padding-right:56px!important}.layout-padding-bottom-6xl{padding-bottom:56px!important}.layout-padding-left-6xl{padding-left:56px!important}.layout-padding-7xl{padding:64px!important}.layout-padding-top-7xl{padding-top:64px!important}.layout-padding-right-7xl{padding-right:64px!important}.layout-padding-bottom-7xl{padding-bottom:64px!important}.layout-padding-left-7xl{padding-left:64px!important}.layout-padding-no-top{padding-top:0!important}.layout-padding-no-right{padding-right:0!important}.layout-padding-no-bottom{padding-bottom:0!important}.layout-padding-no-left{padding-left:0!important}.layout-margin-3xs{margin:2px!important}.layout-margin-top-3xs{margin-top:2px!important}.layout-margin-right-3xs{margin-right:2px!important}.layout-margin-bottom-3xs{margin-bottom:2px!important}.layout-margin-left-3xs{margin-left:2px!important}.layout-margin-xxs{margin:4px!important}.layout-margin-top-xxs{margin-top:4px!important}.layout-margin-right-xxs{margin-right:4px!important}.layout-margin-bottom-xxs{margin-bottom:4px!important}.layout-margin-left-xxs{margin-left:4px!important}.layout-margin-xs{margin:6px!important}.layout-margin-top-xs{margin-top:6px!important}.layout-margin-right-xs{margin-right:6px!important}.layout-margin-bottom-xs{margin-bottom:6px!important}.layout-margin-left-xs{margin-left:6px!important}.layout-margin-s{margin:8px!important}.layout-margin-top-s{margin-top:8px!important}.layout-margin-right-s{margin-right:8px!important}.layout-margin-bottom-s{margin-bottom:8px!important}.layout-margin-left-s{margin-left:8px!important}.layout-margin-m{margin:12px!important}.layout-margin-top-m{margin-top:12px!important}.layout-margin-right-m{margin-right:12px!important}.layout-margin-bottom-m{margin-bottom:12px!important}.layout-margin-left-m{margin-left:12px!important}.layout-margin-l{margin:16px!important}.layout-margin-top-l{margin-top:16px!important}.layout-margin-right-l{margin-right:16px!important}.layout-margin-bottom-l{margin-bottom:16px!important}.layout-margin-left-l{margin-left:16px!important}.layout-margin-xl{margin:20px!important}.layout-margin-top-xl{margin-top:20px!important}.layout-margin-right-xl{margin-right:20px!important}.layout-margin-bottom-xl{margin-bottom:20px!important}.layout-margin-left-xl{margin-left:20px!important}.layout-margin-xxl{margin:24px!important}.layout-margin-top-xxl{margin-top:24px!important}.layout-margin-right-xxl{margin-right:24px!important}.layout-margin-bottom-xxl{margin-bottom:24px!important}.layout-margin-left-xxl{margin-left:24px!important}.layout-margin-3xl{margin:32px!important}.layout-margin-top-3xl{margin-top:32px!important}.layout-margin-right-3xl{margin-right:32px!important}.layout-margin-bottom-3xl{margin-bottom:32px!important}.layout-margin-left-3xl{margin-left:32px!important}.layout-margin-4xl{margin:40px!important}.layout-margin-top-4xl{margin-top:40px!important}.layout-margin-right-4xl{margin-right:40px!important}.layout-margin-bottom-4xl{margin-bottom:40px!important}.layout-margin-left-4xl{margin-left:40px!important}.layout-margin-5xl{margin:48px!important}.layout-margin-top-5xl{margin-top:48px!important}.layout-margin-right-5xl{margin-right:48px!important}.layout-margin-bottom-5xl{margin-bottom:48px!important}.layout-margin-left-5xl{margin-left:48px!important}.layout-margin-6xl{margin:56px!important}.layout-margin-top-6xl{margin-top:56px!important}.layout-margin-right-6xl{margin-right:56px!important}.layout-margin-bottom-6xl{margin-bottom:56px!important}.layout-margin-left-6xl{margin-left:56px!important}.layout-margin-7xl{margin:64px!important}.layout-margin-top-7xl{margin-top:64px!important}.layout-margin-right-7xl{margin-right:64px!important}.layout-margin-bottom-7xl{margin-bottom:64px!important}.layout-margin-left-7xl{margin-left:64px!important}.layout-margin-no-top{margin-top:0!important}.layout-margin-no-right{margin-right:0!important}.layout-margin-no-bottom{margin-bottom:0!important}.layout-margin-no-left{margin-left:0!important}@media print{.hide-print:not(.show-print):not(.show){display:none!important}}