fomantic-ui 2.9.3-beta.3 → 2.9.3-beta.31

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 (263) hide show
  1. package/.github/workflows/ci.yml +2 -2
  2. package/dist/components/accordion.css +1 -1
  3. package/dist/components/accordion.js +2 -2
  4. package/dist/components/accordion.min.css +1 -1
  5. package/dist/components/accordion.min.js +2 -2
  6. package/dist/components/ad.css +1 -1
  7. package/dist/components/ad.min.css +1 -1
  8. package/dist/components/api.js +3 -3
  9. package/dist/components/api.min.js +2 -2
  10. package/dist/components/breadcrumb.css +1 -1
  11. package/dist/components/breadcrumb.min.css +1 -1
  12. package/dist/components/button.css +2 -2
  13. package/dist/components/button.min.css +2 -2
  14. package/dist/components/calendar.css +1 -1
  15. package/dist/components/calendar.js +2 -2
  16. package/dist/components/calendar.min.css +1 -1
  17. package/dist/components/calendar.min.js +2 -2
  18. package/dist/components/card.css +1 -1
  19. package/dist/components/card.min.css +1 -1
  20. package/dist/components/checkbox.css +1 -1
  21. package/dist/components/checkbox.js +2 -2
  22. package/dist/components/checkbox.min.css +1 -1
  23. package/dist/components/checkbox.min.js +2 -2
  24. package/dist/components/comment.css +6 -1
  25. package/dist/components/comment.min.css +2 -2
  26. package/dist/components/container.css +62 -1
  27. package/dist/components/container.min.css +2 -2
  28. package/dist/components/dimmer.css +3 -3
  29. package/dist/components/dimmer.js +2 -2
  30. package/dist/components/dimmer.min.css +2 -2
  31. package/dist/components/dimmer.min.js +2 -2
  32. package/dist/components/divider.css +1 -1
  33. package/dist/components/divider.min.css +1 -1
  34. package/dist/components/dropdown.css +42 -4
  35. package/dist/components/dropdown.js +18 -15
  36. package/dist/components/dropdown.min.css +2 -2
  37. package/dist/components/dropdown.min.js +2 -2
  38. package/dist/components/embed.css +1 -1
  39. package/dist/components/embed.js +2 -2
  40. package/dist/components/embed.min.css +1 -1
  41. package/dist/components/embed.min.js +2 -2
  42. package/dist/components/emoji.css +1 -1
  43. package/dist/components/emoji.min.css +1 -1
  44. package/dist/components/feed.css +1 -1
  45. package/dist/components/feed.min.css +1 -1
  46. package/dist/components/flag.css +3 -2
  47. package/dist/components/flag.min.css +2 -2
  48. package/dist/components/flyout.css +1 -1
  49. package/dist/components/flyout.js +5 -3
  50. package/dist/components/flyout.min.css +1 -1
  51. package/dist/components/flyout.min.js +2 -2
  52. package/dist/components/form.css +53 -20
  53. package/dist/components/form.js +54 -28
  54. package/dist/components/form.min.css +2 -2
  55. package/dist/components/form.min.js +2 -2
  56. package/dist/components/grid.css +107 -107
  57. package/dist/components/grid.min.css +2 -2
  58. package/dist/components/header.css +1 -1
  59. package/dist/components/header.min.css +1 -1
  60. package/dist/components/icon.css +1 -1
  61. package/dist/components/icon.min.css +1 -1
  62. package/dist/components/image.css +1 -1
  63. package/dist/components/image.min.css +1 -1
  64. package/dist/components/input.css +3 -27
  65. package/dist/components/input.min.css +2 -2
  66. package/dist/components/item.css +6 -1
  67. package/dist/components/item.min.css +2 -2
  68. package/dist/components/label.css +21 -2
  69. package/dist/components/label.min.css +2 -2
  70. package/dist/components/list.css +13 -13
  71. package/dist/components/list.min.css +2 -2
  72. package/dist/components/loader.css +282 -282
  73. package/dist/components/loader.min.css +2 -2
  74. package/dist/components/menu.css +13 -7
  75. package/dist/components/menu.min.css +2 -2
  76. package/dist/components/message.css +1 -1
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +10 -3
  79. package/dist/components/modal.js +10 -10
  80. package/dist/components/modal.min.css +2 -2
  81. package/dist/components/modal.min.js +2 -2
  82. package/dist/components/nag.css +1 -1
  83. package/dist/components/nag.js +3 -3
  84. package/dist/components/nag.min.css +1 -1
  85. package/dist/components/nag.min.js +2 -2
  86. package/dist/components/placeholder.css +1 -1
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +41 -40
  89. package/dist/components/popup.js +11 -9
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +1 -1
  93. package/dist/components/progress.js +2 -2
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +2 -2
  96. package/dist/components/rail.css +1 -1
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +1 -1
  99. package/dist/components/rating.js +2 -2
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +2 -2
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +1 -1
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +26 -1
  107. package/dist/components/search.js +5 -4
  108. package/dist/components/search.min.css +2 -2
  109. package/dist/components/search.min.js +2 -2
  110. package/dist/components/segment.css +159 -33
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +1 -1
  113. package/dist/components/shape.js +2 -2
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +2 -2
  116. package/dist/components/sidebar.css +1 -1
  117. package/dist/components/sidebar.js +2 -2
  118. package/dist/components/sidebar.min.css +1 -1
  119. package/dist/components/sidebar.min.js +2 -2
  120. package/dist/components/site.css +1 -1
  121. package/dist/components/site.js +2 -2
  122. package/dist/components/site.min.css +1 -1
  123. package/dist/components/site.min.js +2 -2
  124. package/dist/components/slider.css +1 -1
  125. package/dist/components/slider.js +123 -27
  126. package/dist/components/slider.min.css +1 -1
  127. package/dist/components/slider.min.js +2 -2
  128. package/dist/components/state.js +2 -2
  129. package/dist/components/state.min.js +2 -2
  130. package/dist/components/statistic.css +1 -1
  131. package/dist/components/statistic.min.css +1 -1
  132. package/dist/components/step.css +1 -1
  133. package/dist/components/step.min.css +1 -1
  134. package/dist/components/sticky.css +1 -1
  135. package/dist/components/sticky.js +2 -2
  136. package/dist/components/sticky.min.css +1 -1
  137. package/dist/components/sticky.min.js +2 -2
  138. package/dist/components/tab.css +1 -1
  139. package/dist/components/tab.js +2 -2
  140. package/dist/components/tab.min.css +1 -1
  141. package/dist/components/tab.min.js +2 -2
  142. package/dist/components/table.css +65 -1
  143. package/dist/components/table.min.css +2 -2
  144. package/dist/components/text.css +1 -1
  145. package/dist/components/text.min.css +1 -1
  146. package/dist/components/toast.css +6 -1
  147. package/dist/components/toast.js +2 -2
  148. package/dist/components/toast.min.css +2 -2
  149. package/dist/components/toast.min.js +2 -2
  150. package/dist/components/transition.css +1 -1
  151. package/dist/components/transition.js +3 -3
  152. package/dist/components/transition.min.css +1 -1
  153. package/dist/components/transition.min.js +2 -2
  154. package/dist/components/visibility.js +2 -2
  155. package/dist/components/visibility.min.js +2 -2
  156. package/dist/semantic.css +1077 -592
  157. package/dist/semantic.js +266 -136
  158. package/dist/semantic.min.css +2 -2
  159. package/dist/semantic.min.js +2 -2
  160. package/package.json +1 -1
  161. package/src/definitions/behaviors/api.js +2 -2
  162. package/src/definitions/behaviors/form.js +53 -27
  163. package/src/definitions/behaviors/state.js +1 -1
  164. package/src/definitions/behaviors/visibility.js +1 -1
  165. package/src/definitions/collections/breadcrumb.less +2 -1
  166. package/src/definitions/collections/form.less +27 -13
  167. package/src/definitions/collections/grid.less +108 -107
  168. package/src/definitions/collections/menu.less +31 -23
  169. package/src/definitions/collections/message.less +2 -1
  170. package/src/definitions/collections/table.less +68 -1
  171. package/src/definitions/elements/button.less +4 -2
  172. package/src/definitions/elements/container.less +65 -1
  173. package/src/definitions/elements/divider.less +2 -1
  174. package/src/definitions/elements/emoji.less +2 -1
  175. package/src/definitions/elements/flag.less +2 -1
  176. package/src/definitions/elements/header.less +2 -1
  177. package/src/definitions/elements/icon.less +2 -1
  178. package/src/definitions/elements/image.less +2 -1
  179. package/src/definitions/elements/input.less +4 -3
  180. package/src/definitions/elements/label.less +23 -2
  181. package/src/definitions/elements/list.less +14 -13
  182. package/src/definitions/elements/loader.less +73 -72
  183. package/src/definitions/elements/placeholder.less +2 -1
  184. package/src/definitions/elements/rail.less +2 -1
  185. package/src/definitions/elements/reveal.less +2 -1
  186. package/src/definitions/elements/segment.less +112 -14
  187. package/src/definitions/elements/step.less +2 -1
  188. package/src/definitions/elements/text.less +2 -1
  189. package/src/definitions/globals/reset.less +2 -1
  190. package/src/definitions/globals/site.js +1 -1
  191. package/src/definitions/globals/site.less +2 -1
  192. package/src/definitions/modules/accordion.js +1 -1
  193. package/src/definitions/modules/accordion.less +2 -1
  194. package/src/definitions/modules/calendar.js +1 -1
  195. package/src/definitions/modules/calendar.less +2 -1
  196. package/src/definitions/modules/checkbox.js +1 -1
  197. package/src/definitions/modules/checkbox.less +2 -1
  198. package/src/definitions/modules/dimmer.js +1 -1
  199. package/src/definitions/modules/dimmer.less +4 -3
  200. package/src/definitions/modules/dropdown.js +17 -14
  201. package/src/definitions/modules/dropdown.less +55 -4
  202. package/src/definitions/modules/embed.js +1 -1
  203. package/src/definitions/modules/embed.less +2 -1
  204. package/src/definitions/modules/flyout.js +4 -2
  205. package/src/definitions/modules/flyout.less +2 -1
  206. package/src/definitions/modules/modal.js +9 -9
  207. package/src/definitions/modules/modal.less +13 -3
  208. package/src/definitions/modules/nag.js +2 -2
  209. package/src/definitions/modules/nag.less +3 -1
  210. package/src/definitions/modules/popup.js +10 -8
  211. package/src/definitions/modules/popup.less +42 -39
  212. package/src/definitions/modules/progress.js +1 -1
  213. package/src/definitions/modules/progress.less +2 -1
  214. package/src/definitions/modules/rating.js +1 -1
  215. package/src/definitions/modules/rating.less +2 -1
  216. package/src/definitions/modules/search.js +4 -3
  217. package/src/definitions/modules/search.less +33 -1
  218. package/src/definitions/modules/shape.js +1 -1
  219. package/src/definitions/modules/shape.less +2 -1
  220. package/src/definitions/modules/sidebar.js +1 -1
  221. package/src/definitions/modules/sidebar.less +2 -1
  222. package/src/definitions/modules/slider.js +122 -26
  223. package/src/definitions/modules/slider.less +2 -1
  224. package/src/definitions/modules/sticky.js +1 -1
  225. package/src/definitions/modules/sticky.less +2 -1
  226. package/src/definitions/modules/tab.js +1 -1
  227. package/src/definitions/modules/tab.less +2 -1
  228. package/src/definitions/modules/toast.js +1 -1
  229. package/src/definitions/modules/toast.less +9 -1
  230. package/src/definitions/modules/transition.js +2 -2
  231. package/src/definitions/modules/transition.less +2 -1
  232. package/src/definitions/views/ad.less +2 -1
  233. package/src/definitions/views/card.less +2 -1
  234. package/src/definitions/views/comment.less +9 -1
  235. package/src/definitions/views/feed.less +2 -1
  236. package/src/definitions/views/item.less +9 -1
  237. package/src/definitions/views/statistic.less +2 -1
  238. package/src/overrides.less +7 -0
  239. package/src/theme.less +7 -6
  240. package/src/themes/amazon/elements/button.variables +5 -1
  241. package/src/themes/bootstrap3/elements/button.variables +5 -1
  242. package/src/themes/chubby/elements/header.variables +6 -1
  243. package/src/themes/default/collections/message.variables +3 -9
  244. package/src/themes/default/collections/table.variables +3 -0
  245. package/src/themes/default/elements/button.variables +1 -3
  246. package/src/themes/default/elements/container.variables +3 -0
  247. package/src/themes/default/elements/flag.variables +1 -1
  248. package/src/themes/default/elements/label.variables +5 -0
  249. package/src/themes/default/elements/segment.variables +8 -0
  250. package/src/themes/default/globals/site.variables +20 -1
  251. package/src/themes/default/globals/variation.variables +10 -1
  252. package/src/themes/default/modules/dropdown.variables +6 -0
  253. package/src/themes/default/modules/modal.variables +4 -0
  254. package/src/themes/default/modules/popup.variables +3 -1
  255. package/src/themes/default/modules/search.variables +3 -0
  256. package/src/themes/default/modules/toast.variables +1 -0
  257. package/src/themes/default/views/card.variables +4 -12
  258. package/src/themes/github/elements/button.variables +5 -1
  259. package/src/themes/twitter/elements/button.variables +5 -1
  260. package/tasks/admin/distributions/create.js +8 -3
  261. package/tasks/config/project/install.js +3 -0
  262. package/tasks/config/tasks.js +1 -8
  263. package/tasks/install.js +15 -5
package/dist/semantic.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.3-beta.3+880333c
2
+ * # Fomantic UI - 2.9.3-beta.31+0357b6d
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -9,7 +9,7 @@
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.3-beta.3+880333c - Reset
12
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Reset
13
13
  * https://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -430,7 +430,7 @@ template {
430
430
  Site Overrides
431
431
  *******************************/
432
432
  /*!
433
- * # Fomantic-UI 2.9.3-beta.3+880333c - Site
433
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Site
434
434
  * https://github.com/fomantic/Fomantic-UI/
435
435
  *
436
436
  *
@@ -727,7 +727,7 @@ input::selection {
727
727
  Site Overrides
728
728
  *******************************/
729
729
  /*!
730
- * # Fomantic-UI 2.9.3-beta.3+880333c - Button
730
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Button
731
731
  * https://github.com/fomantic/Fomantic-UI/
732
732
  *
733
733
  *
@@ -843,7 +843,7 @@ input::selection {
843
843
 
844
844
  /* Specificity hack */
845
845
 
846
- .ui.loading.loading.loading.loading.loading.loading.button {
846
+ .ui.ui.ui.ui.ui.ui.loading.button {
847
847
  position: relative;
848
848
  cursor: default;
849
849
  text-shadow: none !important;
@@ -5414,7 +5414,7 @@ input::selection {
5414
5414
  Site Overrides
5415
5415
  *******************************/
5416
5416
  /*!
5417
- * # Fomantic-UI 2.9.3-beta.3+880333c - Container
5417
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Container
5418
5418
  * https://github.com/fomantic/Fomantic-UI/
5419
5419
  *
5420
5420
  *
@@ -5599,10 +5599,18 @@ input::selection {
5599
5599
  max-height: 11.25em;
5600
5600
  }
5601
5601
 
5602
+ .ui.scrolling.container.short.resizable {
5603
+ height: 11.25em;
5604
+ }
5605
+
5602
5606
  .ui.scrolling.container[class*="very short"] {
5603
5607
  max-height: 7.5em;
5604
5608
  }
5605
5609
 
5610
+ .ui.scrolling.container[class*="very short"].resizable {
5611
+ height: 7.5em;
5612
+ }
5613
+
5606
5614
  .ui.scrolling.container {
5607
5615
  max-height: 15em;
5608
5616
  }
@@ -5611,9 +5619,17 @@ input::selection {
5611
5619
  max-height: 30em;
5612
5620
  }
5613
5621
 
5622
+ .ui.scrolling.container.long.resizable {
5623
+ height: 30em;
5624
+ }
5625
+
5614
5626
  .ui.scrolling.container[class*="very long"] {
5615
5627
  max-height: 45em;
5616
5628
  }
5629
+
5630
+ .ui.scrolling.container[class*="very long"].resizable {
5631
+ height: 45em;
5632
+ }
5617
5633
  }
5618
5634
 
5619
5635
  @media only screen and (min-width: 768px) {
@@ -5621,21 +5637,41 @@ input::selection {
5621
5637
  max-height: 13.5em;
5622
5638
  }
5623
5639
 
5640
+ .ui.scrolling.container.short.resizable {
5641
+ height: 13.5em;
5642
+ }
5643
+
5624
5644
  .ui.scrolling.container[class*="very short"] {
5625
5645
  max-height: 9em;
5626
5646
  }
5627
5647
 
5648
+ .ui.scrolling.container[class*="very short"].resizable {
5649
+ height: 9em;
5650
+ }
5651
+
5628
5652
  .ui.scrolling.container {
5629
5653
  max-height: 18em;
5630
5654
  }
5631
5655
 
5656
+ .ui.scrolling.container.resizable {
5657
+ height: 18em;
5658
+ }
5659
+
5632
5660
  .ui.scrolling.container.long {
5633
5661
  max-height: 36em;
5634
5662
  }
5635
5663
 
5664
+ .ui.scrolling.container.long.resizable {
5665
+ height: 36em;
5666
+ }
5667
+
5636
5668
  .ui.scrolling.container[class*="very long"] {
5637
5669
  max-height: 54em;
5638
5670
  }
5671
+
5672
+ .ui.scrolling.container[class*="very long"].resizable {
5673
+ height: 54em;
5674
+ }
5639
5675
  }
5640
5676
 
5641
5677
  @media only screen and (min-width: 992px) {
@@ -5643,21 +5679,41 @@ input::selection {
5643
5679
  max-height: 18em;
5644
5680
  }
5645
5681
 
5682
+ .ui.scrolling.container.short.resizable {
5683
+ height: 18em;
5684
+ }
5685
+
5646
5686
  .ui.scrolling.container[class*="very short"] {
5647
5687
  max-height: 12em;
5648
5688
  }
5649
5689
 
5690
+ .ui.scrolling.container[class*="very short"].resizable {
5691
+ height: 12em;
5692
+ }
5693
+
5650
5694
  .ui.scrolling.container {
5651
5695
  max-height: 24em;
5652
5696
  }
5653
5697
 
5698
+ .ui.scrolling.container.resizable {
5699
+ height: 24em;
5700
+ }
5701
+
5654
5702
  .ui.scrolling.container.long {
5655
5703
  max-height: 48em;
5656
5704
  }
5657
5705
 
5706
+ .ui.scrolling.container.long.resizable {
5707
+ height: 48em;
5708
+ }
5709
+
5658
5710
  .ui.scrolling.container[class*="very long"] {
5659
5711
  max-height: 72em;
5660
5712
  }
5713
+
5714
+ .ui.scrolling.container[class*="very long"].resizable {
5715
+ height: 72em;
5716
+ }
5661
5717
  }
5662
5718
 
5663
5719
  @media only screen and (min-width: 1920px) {
@@ -5665,21 +5721,46 @@ input::selection {
5665
5721
  max-height: 22.5em;
5666
5722
  }
5667
5723
 
5724
+ .ui.scrolling.container.short.resizable {
5725
+ height: 22.5em;
5726
+ }
5727
+
5668
5728
  .ui.scrolling.container[class*="very short"] {
5669
5729
  max-height: 15em;
5670
5730
  }
5671
5731
 
5732
+ .ui.scrolling.container[class*="very short"].resizable {
5733
+ height: 15em;
5734
+ }
5735
+
5672
5736
  .ui.scrolling.container {
5673
5737
  max-height: 30em;
5674
5738
  }
5675
5739
 
5740
+ .ui.scrolling.container.resizable {
5741
+ height: 30em;
5742
+ }
5743
+
5676
5744
  .ui.scrolling.container.long {
5677
5745
  max-height: 60em;
5678
5746
  }
5679
5747
 
5748
+ .ui.scrolling.container.long.resizable {
5749
+ height: 60em;
5750
+ }
5751
+
5680
5752
  .ui.scrolling.container[class*="very long"] {
5681
5753
  max-height: 90em;
5682
5754
  }
5755
+
5756
+ .ui.scrolling.container[class*="very long"].resizable {
5757
+ height: 90em;
5758
+ }
5759
+ }
5760
+
5761
+ .ui.resizable.scrolling.container {
5762
+ resize: vertical;
5763
+ max-height: none;
5683
5764
  }
5684
5765
 
5685
5766
  /*******************************
@@ -5690,7 +5771,7 @@ input::selection {
5690
5771
  Site Overrides
5691
5772
  *******************************/
5692
5773
  /*!
5693
- * # Fomantic-UI 2.9.3-beta.3+880333c - Divider
5774
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Divider
5694
5775
  * https://github.com/fomantic/Fomantic-UI/
5695
5776
  *
5696
5777
  *
@@ -5998,7 +6079,7 @@ input::selection {
5998
6079
  Site Overrides
5999
6080
  *******************************/
6000
6081
  /*!
6001
- * # Fomantic-UI 2.9.3-beta.3+880333c - Emoji
6082
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Emoji
6002
6083
  * https://github.com/fomantic/Fomantic-UI/
6003
6084
  *
6004
6085
  *
@@ -23817,7 +23898,7 @@ em[data-emoji="regional_indicator_a"]::before {
23817
23898
  Site Overrides
23818
23899
  *******************************/
23819
23900
  /*!
23820
- * # Fomantic-UI 2.9.3-beta.3+880333c - Flag
23901
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Flag
23821
23902
  * https://github.com/fomantic/Fomantic-UI/
23822
23903
  *
23823
23904
  *
@@ -24195,7 +24276,8 @@ i.flag.cyprus::before {
24195
24276
  }
24196
24277
 
24197
24278
  i.flag.cz::before,
24198
- i.flag.czechia::before {
24279
+ i.flag.czechia::before,
24280
+ i.flag.czech.republic::before {
24199
24281
  background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ff.svg");
24200
24282
  }
24201
24283
 
@@ -25229,7 +25311,7 @@ i.flag.united.nations::before {
25229
25311
  Site Overrides
25230
25312
  *******************************/
25231
25313
  /*!
25232
- * # Fomantic-UI 2.9.3-beta.3+880333c - Header
25314
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Header
25233
25315
  * https://github.com/fomantic/Fomantic-UI/
25234
25316
  *
25235
25317
  *
@@ -26179,7 +26261,7 @@ a.ui.inverted.black.header.header.header:hover {
26179
26261
  Site Overrides
26180
26262
  *******************************/
26181
26263
  /*!
26182
- * # Fomantic-UI 2.9.3-beta.3+880333c - Icon
26264
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Icon
26183
26265
  * https://github.com/fomantic/Fomantic-UI/
26184
26266
  *
26185
26267
  *
@@ -35289,7 +35371,7 @@ i.icon.youtube.play::before {
35289
35371
  Site Overrides
35290
35372
  *******************************/
35291
35373
  /*!
35292
- * # Fomantic-UI 2.9.3-beta.3+880333c - Image
35374
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Image
35293
35375
  * https://github.com/fomantic/Fomantic-UI/
35294
35376
  *
35295
35377
  *
@@ -35630,7 +35712,7 @@ img.ui.bordered.image {
35630
35712
  Site Overrides
35631
35713
  *******************************/
35632
35714
  /*!
35633
- * # Fomantic-UI 2.9.3-beta.3+880333c - Input
35715
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Input
35634
35716
  * https://github.com/fomantic/Fomantic-UI/
35635
35717
  *
35636
35718
  *
@@ -35744,7 +35826,7 @@ img.ui.bordered.image {
35744
35826
  Loading
35745
35827
  --------------------- */
35746
35828
 
35747
- .ui.loading.loading.input > i.icon::before {
35829
+ .ui.ui.loading.input > i.icon::before {
35748
35830
  position: absolute;
35749
35831
  content: "";
35750
35832
  top: 50%;
@@ -35756,7 +35838,7 @@ img.ui.bordered.image {
35756
35838
  border: 0.2em solid rgba(0, 0, 0, 0.1);
35757
35839
  }
35758
35840
 
35759
- .ui.loading.loading.input > i.icon::after {
35841
+ .ui.ui.loading.input > i.icon::after {
35760
35842
  position: absolute;
35761
35843
  content: "";
35762
35844
  top: 50%;
@@ -35813,27 +35895,6 @@ img.ui.bordered.image {
35813
35895
  box-shadow: none;
35814
35896
  }
35815
35897
 
35816
- .ui.input > input:not(:-ms-input-placeholder):invalid {
35817
- background-color: #fff6f6;
35818
- border-color: #e0b4b4;
35819
- color: #9f3a38;
35820
- box-shadow: none;
35821
- }
35822
-
35823
- .ui.input > input:not(:placeholder-shown):invalid {
35824
- background-color: #fff6f6;
35825
- border-color: #e0b4b4;
35826
- color: #9f3a38;
35827
- box-shadow: none;
35828
- }
35829
-
35830
- .ui.input > input:not(:-ms-input-placeholder):invalid {
35831
- background-color: #fff6f6;
35832
- border-color: #e0b4b4;
35833
- color: #9f3a38;
35834
- box-shadow: none;
35835
- }
35836
-
35837
35898
  /* Placeholder */
35838
35899
 
35839
35900
  .ui.input.error > input:-ms-input-placeholder {
@@ -36643,13 +36704,6 @@ img.ui.bordered.image {
36643
36704
  color: rgba(0, 0, 0, 0.6);
36644
36705
  }
36645
36706
 
36646
- .ui.form .field input[type="file"]:required:invalid,
36647
- .ui.file.input input[type="file"]:required:invalid {
36648
- color: #9f3a38;
36649
- background: #fff6f6;
36650
- border-color: #e0b4b4;
36651
- }
36652
-
36653
36707
  input[type="file"].ui.invisible.file.input,
36654
36708
  .ui.invisible.file.input input[type="file"] {
36655
36709
  left: -99999px;
@@ -37538,7 +37592,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
37538
37592
  Site Overrides
37539
37593
  *******************************/
37540
37594
  /*!
37541
- * # Fomantic-UI 2.9.3-beta.3+880333c - Label
37595
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Label
37542
37596
  * https://github.com/fomantic/Fomantic-UI/
37543
37597
  *
37544
37598
  *
@@ -38007,7 +38061,24 @@ a.ui.label {
38007
38061
  border-top-color: inherit;
38008
38062
  }
38009
38063
 
38010
- /* Inside Table */
38064
+ .ui.ui.center.ribbon.label {
38065
+ top: calc(50% - 1em);
38066
+ z-index: 1;
38067
+ }
38068
+
38069
+ .ui.bottom.ribbon.label::after {
38070
+ bottom: 100%;
38071
+ top: auto;
38072
+ border-width: 1.2em 1.2em 0 0;
38073
+ }
38074
+
38075
+ .ui.bottom[class*="right ribbon"].label::after {
38076
+ border-width: 1.2em 0 0 1.2em;
38077
+ border-color: transparent;
38078
+ border-left-color: inherit;
38079
+ }
38080
+
38081
+ /* Inside Image */
38011
38082
 
38012
38083
  .ui.image > .ribbon.label,
38013
38084
  .ui.card .image > .ribbon.label {
@@ -38026,6 +38097,12 @@ a.ui.label {
38026
38097
  padding-left: 0.833em;
38027
38098
  }
38028
38099
 
38100
+ .ui.card .image > .ui.bottom.ribbon.label,
38101
+ .ui.image > .ui.bottom.ribbon.label {
38102
+ bottom: 1rem;
38103
+ top: auto;
38104
+ }
38105
+
38029
38106
  /* Inside Table */
38030
38107
 
38031
38108
  .ui.table td > .ui.ribbon.label {
@@ -39922,7 +39999,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
39922
39999
  Site Overrides
39923
40000
  *******************************/
39924
40001
  /*!
39925
- * # Fomantic-UI 2.9.3-beta.3+880333c - List
40002
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - List
39926
40003
  * https://github.com/fomantic/Fomantic-UI/
39927
40004
  *
39928
40005
  *
@@ -40399,18 +40476,18 @@ ol.ui.list ol li,
40399
40476
  transition: 0.1s color ease;
40400
40477
  }
40401
40478
 
40402
- .ui.link.list.list a.item:hover,
40403
- .ui.link.list.list .item a:not(.ui):hover {
40479
+ .ui.ui.link.list a.item:hover,
40480
+ .ui.ui.link.list .item a:not(.ui):hover {
40404
40481
  color: rgba(0, 0, 0, 0.8);
40405
40482
  }
40406
40483
 
40407
- .ui.link.list.list a.item:active,
40408
- .ui.link.list.list .item a:not(.ui):active {
40484
+ .ui.ui.link.list a.item:active,
40485
+ .ui.ui.link.list .item a:not(.ui):active {
40409
40486
  color: rgba(0, 0, 0, 0.9);
40410
40487
  }
40411
40488
 
40412
- .ui.link.list.list .active.item,
40413
- .ui.link.list.list .active.item a:not(.ui) {
40489
+ .ui.ui.link.list .active.item,
40490
+ .ui.ui.link.list .active.item a:not(.ui) {
40414
40491
  color: rgba(0, 0, 0, 0.95);
40415
40492
  }
40416
40493
 
@@ -40422,18 +40499,18 @@ ol.ui.list ol li,
40422
40499
  color: rgba(255, 255, 255, 0.5);
40423
40500
  }
40424
40501
 
40425
- .ui.inverted.link.list.list a.item:hover,
40426
- .ui.inverted.link.list.list .item a:not(.ui):hover {
40502
+ .ui.ui.inverted.link.list a.item:hover,
40503
+ .ui.ui.inverted.link.list .item a:not(.ui):hover {
40427
40504
  color: #ffffff;
40428
40505
  }
40429
40506
 
40430
- .ui.inverted.link.list.list a.item:active,
40431
- .ui.inverted.link.list.list .item a:not(.ui):active {
40507
+ .ui.ui.inverted.link.list a.item:active,
40508
+ .ui.ui.inverted.link.list .item a:not(.ui):active {
40432
40509
  color: #ffffff;
40433
40510
  }
40434
40511
 
40435
- .ui.inverted.link.list.list a.active.item,
40436
- .ui.inverted.link.list.list .active.item a:not(.ui) {
40512
+ .ui.ui.inverted.link.list a.active.item,
40513
+ .ui.ui.inverted.link.list .active.item a:not(.ui) {
40437
40514
  color: #ffffff;
40438
40515
  }
40439
40516
 
@@ -41022,7 +41099,7 @@ ol.ui.suffixed.list li::before,
41022
41099
  Site Overrides
41023
41100
  *******************************/
41024
41101
  /*!
41025
- * # Fomantic-UI 2.9.3-beta.3+880333c - Loader
41102
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Loader
41026
41103
  * https://github.com/fomantic/Fomantic-UI/
41027
41104
  *
41028
41105
  *
@@ -41078,16 +41155,16 @@ ol.ui.suffixed.list li::before,
41078
41155
 
41079
41156
  /* Speeds */
41080
41157
 
41081
- .ui.fast.loading.loading::after,
41082
- .ui.fast.loading.loading .input > i.icon::after,
41083
- .ui.fast.loading.loading > i.icon::after,
41158
+ .ui.ui.fast.loading::after,
41159
+ .ui.ui.fast.loading .input > i.icon::after,
41160
+ .ui.ui.fast.loading > i.icon::after,
41084
41161
  .ui.fast.loader::after {
41085
41162
  animation-duration: 0.3s;
41086
41163
  }
41087
41164
 
41088
- .ui.slow.loading.loading::after,
41089
- .ui.slow.loading.loading .input > i.icon::after,
41090
- .ui.slow.loading.loading > i.icon::after,
41165
+ .ui.ui.slow.loading::after,
41166
+ .ui.ui.slow.loading .input > i.icon::after,
41167
+ .ui.ui.slow.loading > i.icon::after,
41091
41168
  .ui.slow.loader::after {
41092
41169
  animation-duration: 0.9s;
41093
41170
  }
@@ -41320,378 +41397,378 @@ ol.ui.suffixed.list li::before,
41320
41397
  Colors
41321
41398
  -------------------- */
41322
41399
 
41323
- .ui.primary.elastic.loader.loader::before,
41400
+ .ui.ui.primary.elastic.loader::before,
41324
41401
  .ui.primary.basic.elastic.loading.button::before,
41325
41402
  .ui.primary.basic.elastic.loading.button::after,
41326
- .ui.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41327
- .ui.primary.elastic.loading.loading.loading .input > i.icon::before,
41328
- .ui.primary.elastic.loading.loading.loading.loading > i.icon::before,
41329
- .ui.primary.loading.loading.loading.loading:not(.usual):not(.button)::after,
41330
- .ui.primary.loading.loading.loading.loading .input > i.icon::after,
41331
- .ui.primary.loading.loading.loading.loading > i.icon::after,
41332
- .ui.primary.loader.loader.loader::after {
41403
+ .ui.ui.ui.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41404
+ .ui.ui.ui.primary.elastic.loading .input > i.icon::before,
41405
+ .ui.ui.ui.ui.primary.elastic.loading > i.icon::before,
41406
+ .ui.ui.ui.ui.primary.loading:not(.usual):not(.button)::after,
41407
+ .ui.ui.ui.ui.primary.loading .input > i.icon::after,
41408
+ .ui.ui.ui.ui.primary.loading > i.icon::after,
41409
+ .ui.ui.ui.primary.loader::after {
41333
41410
  color: #2185d0;
41334
41411
  }
41335
41412
 
41336
41413
  .ui.inverted.primary.elastic.loader::before,
41337
- .ui.inverted.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41338
- .ui.inverted.primary.elastic.loading.loading.loading .input > i.icon::before,
41339
- .ui.inverted.primary.elastic.loading.loading.loading > i.icon::before,
41340
- .ui.inverted.primary.loading.loading.loading.loading:not(.usual)::after,
41341
- .ui.inverted.primary.loading.loading.loading.loading .input > i.icon::after,
41342
- .ui.inverted.primary.loading.loading.loading.loading > i.icon::after,
41343
- .ui.inverted.primary.loader.loader.loader::after {
41414
+ .ui.ui.ui.inverted.primary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41415
+ .ui.ui.ui.inverted.primary.elastic.loading .input > i.icon::before,
41416
+ .ui.ui.ui.inverted.primary.elastic.loading > i.icon::before,
41417
+ .ui.ui.ui.ui.inverted.primary.loading:not(.usual)::after,
41418
+ .ui.ui.ui.ui.inverted.primary.loading .input > i.icon::after,
41419
+ .ui.ui.ui.ui.inverted.primary.loading > i.icon::after,
41420
+ .ui.ui.ui.inverted.primary.loader::after {
41344
41421
  color: #54c8ff;
41345
41422
  }
41346
41423
 
41347
- .ui.secondary.elastic.loader.loader::before,
41424
+ .ui.ui.secondary.elastic.loader::before,
41348
41425
  .ui.secondary.basic.elastic.loading.button::before,
41349
41426
  .ui.secondary.basic.elastic.loading.button::after,
41350
- .ui.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41351
- .ui.secondary.elastic.loading.loading.loading .input > i.icon::before,
41352
- .ui.secondary.elastic.loading.loading.loading.loading > i.icon::before,
41353
- .ui.secondary.loading.loading.loading.loading:not(.usual):not(.button)::after,
41354
- .ui.secondary.loading.loading.loading.loading .input > i.icon::after,
41355
- .ui.secondary.loading.loading.loading.loading > i.icon::after,
41356
- .ui.secondary.loader.loader.loader::after {
41427
+ .ui.ui.ui.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41428
+ .ui.ui.ui.secondary.elastic.loading .input > i.icon::before,
41429
+ .ui.ui.ui.ui.secondary.elastic.loading > i.icon::before,
41430
+ .ui.ui.ui.ui.secondary.loading:not(.usual):not(.button)::after,
41431
+ .ui.ui.ui.ui.secondary.loading .input > i.icon::after,
41432
+ .ui.ui.ui.ui.secondary.loading > i.icon::after,
41433
+ .ui.ui.ui.secondary.loader::after {
41357
41434
  color: #1b1c1d;
41358
41435
  }
41359
41436
 
41360
41437
  .ui.inverted.secondary.elastic.loader::before,
41361
- .ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41362
- .ui.inverted.secondary.elastic.loading.loading.loading .input > i.icon::before,
41363
- .ui.inverted.secondary.elastic.loading.loading.loading > i.icon::before,
41364
- .ui.inverted.secondary.loading.loading.loading.loading:not(.usual)::after,
41365
- .ui.inverted.secondary.loading.loading.loading.loading .input > i.icon::after,
41366
- .ui.inverted.secondary.loading.loading.loading.loading > i.icon::after,
41367
- .ui.inverted.secondary.loader.loader.loader::after {
41438
+ .ui.ui.ui.inverted.secondary.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41439
+ .ui.ui.ui.inverted.secondary.elastic.loading .input > i.icon::before,
41440
+ .ui.ui.ui.inverted.secondary.elastic.loading > i.icon::before,
41441
+ .ui.ui.ui.ui.inverted.secondary.loading:not(.usual)::after,
41442
+ .ui.ui.ui.ui.inverted.secondary.loading .input > i.icon::after,
41443
+ .ui.ui.ui.ui.inverted.secondary.loading > i.icon::after,
41444
+ .ui.ui.ui.inverted.secondary.loader::after {
41368
41445
  color: #545454;
41369
41446
  }
41370
41447
 
41371
- .ui.red.elastic.loader.loader::before,
41448
+ .ui.ui.red.elastic.loader::before,
41372
41449
  .ui.red.basic.elastic.loading.button::before,
41373
41450
  .ui.red.basic.elastic.loading.button::after,
41374
- .ui.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41375
- .ui.red.elastic.loading.loading.loading .input > i.icon::before,
41376
- .ui.red.elastic.loading.loading.loading.loading > i.icon::before,
41377
- .ui.red.loading.loading.loading.loading:not(.usual):not(.button)::after,
41378
- .ui.red.loading.loading.loading.loading .input > i.icon::after,
41379
- .ui.red.loading.loading.loading.loading > i.icon::after,
41380
- .ui.red.loader.loader.loader::after {
41451
+ .ui.ui.ui.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41452
+ .ui.ui.ui.red.elastic.loading .input > i.icon::before,
41453
+ .ui.ui.ui.ui.red.elastic.loading > i.icon::before,
41454
+ .ui.ui.ui.ui.red.loading:not(.usual):not(.button)::after,
41455
+ .ui.ui.ui.ui.red.loading .input > i.icon::after,
41456
+ .ui.ui.ui.ui.red.loading > i.icon::after,
41457
+ .ui.ui.ui.red.loader::after {
41381
41458
  color: #db2828;
41382
41459
  }
41383
41460
 
41384
41461
  .ui.inverted.red.elastic.loader::before,
41385
- .ui.inverted.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41386
- .ui.inverted.red.elastic.loading.loading.loading .input > i.icon::before,
41387
- .ui.inverted.red.elastic.loading.loading.loading > i.icon::before,
41388
- .ui.inverted.red.loading.loading.loading.loading:not(.usual)::after,
41389
- .ui.inverted.red.loading.loading.loading.loading .input > i.icon::after,
41390
- .ui.inverted.red.loading.loading.loading.loading > i.icon::after,
41391
- .ui.inverted.red.loader.loader.loader::after {
41462
+ .ui.ui.ui.inverted.red.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41463
+ .ui.ui.ui.inverted.red.elastic.loading .input > i.icon::before,
41464
+ .ui.ui.ui.inverted.red.elastic.loading > i.icon::before,
41465
+ .ui.ui.ui.ui.inverted.red.loading:not(.usual)::after,
41466
+ .ui.ui.ui.ui.inverted.red.loading .input > i.icon::after,
41467
+ .ui.ui.ui.ui.inverted.red.loading > i.icon::after,
41468
+ .ui.ui.ui.inverted.red.loader::after {
41392
41469
  color: #ff695e;
41393
41470
  }
41394
41471
 
41395
- .ui.orange.elastic.loader.loader::before,
41472
+ .ui.ui.orange.elastic.loader::before,
41396
41473
  .ui.orange.basic.elastic.loading.button::before,
41397
41474
  .ui.orange.basic.elastic.loading.button::after,
41398
- .ui.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41399
- .ui.orange.elastic.loading.loading.loading .input > i.icon::before,
41400
- .ui.orange.elastic.loading.loading.loading.loading > i.icon::before,
41401
- .ui.orange.loading.loading.loading.loading:not(.usual):not(.button)::after,
41402
- .ui.orange.loading.loading.loading.loading .input > i.icon::after,
41403
- .ui.orange.loading.loading.loading.loading > i.icon::after,
41404
- .ui.orange.loader.loader.loader::after {
41475
+ .ui.ui.ui.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41476
+ .ui.ui.ui.orange.elastic.loading .input > i.icon::before,
41477
+ .ui.ui.ui.ui.orange.elastic.loading > i.icon::before,
41478
+ .ui.ui.ui.ui.orange.loading:not(.usual):not(.button)::after,
41479
+ .ui.ui.ui.ui.orange.loading .input > i.icon::after,
41480
+ .ui.ui.ui.ui.orange.loading > i.icon::after,
41481
+ .ui.ui.ui.orange.loader::after {
41405
41482
  color: #f2711c;
41406
41483
  }
41407
41484
 
41408
41485
  .ui.inverted.orange.elastic.loader::before,
41409
- .ui.inverted.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41410
- .ui.inverted.orange.elastic.loading.loading.loading .input > i.icon::before,
41411
- .ui.inverted.orange.elastic.loading.loading.loading > i.icon::before,
41412
- .ui.inverted.orange.loading.loading.loading.loading:not(.usual)::after,
41413
- .ui.inverted.orange.loading.loading.loading.loading .input > i.icon::after,
41414
- .ui.inverted.orange.loading.loading.loading.loading > i.icon::after,
41415
- .ui.inverted.orange.loader.loader.loader::after {
41486
+ .ui.ui.ui.inverted.orange.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41487
+ .ui.ui.ui.inverted.orange.elastic.loading .input > i.icon::before,
41488
+ .ui.ui.ui.inverted.orange.elastic.loading > i.icon::before,
41489
+ .ui.ui.ui.ui.inverted.orange.loading:not(.usual)::after,
41490
+ .ui.ui.ui.ui.inverted.orange.loading .input > i.icon::after,
41491
+ .ui.ui.ui.ui.inverted.orange.loading > i.icon::after,
41492
+ .ui.ui.ui.inverted.orange.loader::after {
41416
41493
  color: #ff851b;
41417
41494
  }
41418
41495
 
41419
- .ui.yellow.elastic.loader.loader::before,
41496
+ .ui.ui.yellow.elastic.loader::before,
41420
41497
  .ui.yellow.basic.elastic.loading.button::before,
41421
41498
  .ui.yellow.basic.elastic.loading.button::after,
41422
- .ui.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41423
- .ui.yellow.elastic.loading.loading.loading .input > i.icon::before,
41424
- .ui.yellow.elastic.loading.loading.loading.loading > i.icon::before,
41425
- .ui.yellow.loading.loading.loading.loading:not(.usual):not(.button)::after,
41426
- .ui.yellow.loading.loading.loading.loading .input > i.icon::after,
41427
- .ui.yellow.loading.loading.loading.loading > i.icon::after,
41428
- .ui.yellow.loader.loader.loader::after {
41499
+ .ui.ui.ui.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41500
+ .ui.ui.ui.yellow.elastic.loading .input > i.icon::before,
41501
+ .ui.ui.ui.ui.yellow.elastic.loading > i.icon::before,
41502
+ .ui.ui.ui.ui.yellow.loading:not(.usual):not(.button)::after,
41503
+ .ui.ui.ui.ui.yellow.loading .input > i.icon::after,
41504
+ .ui.ui.ui.ui.yellow.loading > i.icon::after,
41505
+ .ui.ui.ui.yellow.loader::after {
41429
41506
  color: #fbbd08;
41430
41507
  }
41431
41508
 
41432
41509
  .ui.inverted.yellow.elastic.loader::before,
41433
- .ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41434
- .ui.inverted.yellow.elastic.loading.loading.loading .input > i.icon::before,
41435
- .ui.inverted.yellow.elastic.loading.loading.loading > i.icon::before,
41436
- .ui.inverted.yellow.loading.loading.loading.loading:not(.usual)::after,
41437
- .ui.inverted.yellow.loading.loading.loading.loading .input > i.icon::after,
41438
- .ui.inverted.yellow.loading.loading.loading.loading > i.icon::after,
41439
- .ui.inverted.yellow.loader.loader.loader::after {
41510
+ .ui.ui.ui.inverted.yellow.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41511
+ .ui.ui.ui.inverted.yellow.elastic.loading .input > i.icon::before,
41512
+ .ui.ui.ui.inverted.yellow.elastic.loading > i.icon::before,
41513
+ .ui.ui.ui.ui.inverted.yellow.loading:not(.usual)::after,
41514
+ .ui.ui.ui.ui.inverted.yellow.loading .input > i.icon::after,
41515
+ .ui.ui.ui.ui.inverted.yellow.loading > i.icon::after,
41516
+ .ui.ui.ui.inverted.yellow.loader::after {
41440
41517
  color: #ffe21f;
41441
41518
  }
41442
41519
 
41443
- .ui.olive.elastic.loader.loader::before,
41520
+ .ui.ui.olive.elastic.loader::before,
41444
41521
  .ui.olive.basic.elastic.loading.button::before,
41445
41522
  .ui.olive.basic.elastic.loading.button::after,
41446
- .ui.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41447
- .ui.olive.elastic.loading.loading.loading .input > i.icon::before,
41448
- .ui.olive.elastic.loading.loading.loading.loading > i.icon::before,
41449
- .ui.olive.loading.loading.loading.loading:not(.usual):not(.button)::after,
41450
- .ui.olive.loading.loading.loading.loading .input > i.icon::after,
41451
- .ui.olive.loading.loading.loading.loading > i.icon::after,
41452
- .ui.olive.loader.loader.loader::after {
41523
+ .ui.ui.ui.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41524
+ .ui.ui.ui.olive.elastic.loading .input > i.icon::before,
41525
+ .ui.ui.ui.ui.olive.elastic.loading > i.icon::before,
41526
+ .ui.ui.ui.ui.olive.loading:not(.usual):not(.button)::after,
41527
+ .ui.ui.ui.ui.olive.loading .input > i.icon::after,
41528
+ .ui.ui.ui.ui.olive.loading > i.icon::after,
41529
+ .ui.ui.ui.olive.loader::after {
41453
41530
  color: #b5cc18;
41454
41531
  }
41455
41532
 
41456
41533
  .ui.inverted.olive.elastic.loader::before,
41457
- .ui.inverted.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41458
- .ui.inverted.olive.elastic.loading.loading.loading .input > i.icon::before,
41459
- .ui.inverted.olive.elastic.loading.loading.loading > i.icon::before,
41460
- .ui.inverted.olive.loading.loading.loading.loading:not(.usual)::after,
41461
- .ui.inverted.olive.loading.loading.loading.loading .input > i.icon::after,
41462
- .ui.inverted.olive.loading.loading.loading.loading > i.icon::after,
41463
- .ui.inverted.olive.loader.loader.loader::after {
41534
+ .ui.ui.ui.inverted.olive.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41535
+ .ui.ui.ui.inverted.olive.elastic.loading .input > i.icon::before,
41536
+ .ui.ui.ui.inverted.olive.elastic.loading > i.icon::before,
41537
+ .ui.ui.ui.ui.inverted.olive.loading:not(.usual)::after,
41538
+ .ui.ui.ui.ui.inverted.olive.loading .input > i.icon::after,
41539
+ .ui.ui.ui.ui.inverted.olive.loading > i.icon::after,
41540
+ .ui.ui.ui.inverted.olive.loader::after {
41464
41541
  color: #d9e778;
41465
41542
  }
41466
41543
 
41467
- .ui.green.elastic.loader.loader::before,
41544
+ .ui.ui.green.elastic.loader::before,
41468
41545
  .ui.green.basic.elastic.loading.button::before,
41469
41546
  .ui.green.basic.elastic.loading.button::after,
41470
- .ui.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41471
- .ui.green.elastic.loading.loading.loading .input > i.icon::before,
41472
- .ui.green.elastic.loading.loading.loading.loading > i.icon::before,
41473
- .ui.green.loading.loading.loading.loading:not(.usual):not(.button)::after,
41474
- .ui.green.loading.loading.loading.loading .input > i.icon::after,
41475
- .ui.green.loading.loading.loading.loading > i.icon::after,
41476
- .ui.green.loader.loader.loader::after {
41547
+ .ui.ui.ui.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41548
+ .ui.ui.ui.green.elastic.loading .input > i.icon::before,
41549
+ .ui.ui.ui.ui.green.elastic.loading > i.icon::before,
41550
+ .ui.ui.ui.ui.green.loading:not(.usual):not(.button)::after,
41551
+ .ui.ui.ui.ui.green.loading .input > i.icon::after,
41552
+ .ui.ui.ui.ui.green.loading > i.icon::after,
41553
+ .ui.ui.ui.green.loader::after {
41477
41554
  color: #21ba45;
41478
41555
  }
41479
41556
 
41480
41557
  .ui.inverted.green.elastic.loader::before,
41481
- .ui.inverted.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41482
- .ui.inverted.green.elastic.loading.loading.loading .input > i.icon::before,
41483
- .ui.inverted.green.elastic.loading.loading.loading > i.icon::before,
41484
- .ui.inverted.green.loading.loading.loading.loading:not(.usual)::after,
41485
- .ui.inverted.green.loading.loading.loading.loading .input > i.icon::after,
41486
- .ui.inverted.green.loading.loading.loading.loading > i.icon::after,
41487
- .ui.inverted.green.loader.loader.loader::after {
41558
+ .ui.ui.ui.inverted.green.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41559
+ .ui.ui.ui.inverted.green.elastic.loading .input > i.icon::before,
41560
+ .ui.ui.ui.inverted.green.elastic.loading > i.icon::before,
41561
+ .ui.ui.ui.ui.inverted.green.loading:not(.usual)::after,
41562
+ .ui.ui.ui.ui.inverted.green.loading .input > i.icon::after,
41563
+ .ui.ui.ui.ui.inverted.green.loading > i.icon::after,
41564
+ .ui.ui.ui.inverted.green.loader::after {
41488
41565
  color: #2ecc40;
41489
41566
  }
41490
41567
 
41491
- .ui.teal.elastic.loader.loader::before,
41568
+ .ui.ui.teal.elastic.loader::before,
41492
41569
  .ui.teal.basic.elastic.loading.button::before,
41493
41570
  .ui.teal.basic.elastic.loading.button::after,
41494
- .ui.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41495
- .ui.teal.elastic.loading.loading.loading .input > i.icon::before,
41496
- .ui.teal.elastic.loading.loading.loading.loading > i.icon::before,
41497
- .ui.teal.loading.loading.loading.loading:not(.usual):not(.button)::after,
41498
- .ui.teal.loading.loading.loading.loading .input > i.icon::after,
41499
- .ui.teal.loading.loading.loading.loading > i.icon::after,
41500
- .ui.teal.loader.loader.loader::after {
41571
+ .ui.ui.ui.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41572
+ .ui.ui.ui.teal.elastic.loading .input > i.icon::before,
41573
+ .ui.ui.ui.ui.teal.elastic.loading > i.icon::before,
41574
+ .ui.ui.ui.ui.teal.loading:not(.usual):not(.button)::after,
41575
+ .ui.ui.ui.ui.teal.loading .input > i.icon::after,
41576
+ .ui.ui.ui.ui.teal.loading > i.icon::after,
41577
+ .ui.ui.ui.teal.loader::after {
41501
41578
  color: #00b5ad;
41502
41579
  }
41503
41580
 
41504
41581
  .ui.inverted.teal.elastic.loader::before,
41505
- .ui.inverted.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41506
- .ui.inverted.teal.elastic.loading.loading.loading .input > i.icon::before,
41507
- .ui.inverted.teal.elastic.loading.loading.loading > i.icon::before,
41508
- .ui.inverted.teal.loading.loading.loading.loading:not(.usual)::after,
41509
- .ui.inverted.teal.loading.loading.loading.loading .input > i.icon::after,
41510
- .ui.inverted.teal.loading.loading.loading.loading > i.icon::after,
41511
- .ui.inverted.teal.loader.loader.loader::after {
41582
+ .ui.ui.ui.inverted.teal.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41583
+ .ui.ui.ui.inverted.teal.elastic.loading .input > i.icon::before,
41584
+ .ui.ui.ui.inverted.teal.elastic.loading > i.icon::before,
41585
+ .ui.ui.ui.ui.inverted.teal.loading:not(.usual)::after,
41586
+ .ui.ui.ui.ui.inverted.teal.loading .input > i.icon::after,
41587
+ .ui.ui.ui.ui.inverted.teal.loading > i.icon::after,
41588
+ .ui.ui.ui.inverted.teal.loader::after {
41512
41589
  color: #6dffff;
41513
41590
  }
41514
41591
 
41515
- .ui.blue.elastic.loader.loader::before,
41592
+ .ui.ui.blue.elastic.loader::before,
41516
41593
  .ui.blue.basic.elastic.loading.button::before,
41517
41594
  .ui.blue.basic.elastic.loading.button::after,
41518
- .ui.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41519
- .ui.blue.elastic.loading.loading.loading .input > i.icon::before,
41520
- .ui.blue.elastic.loading.loading.loading.loading > i.icon::before,
41521
- .ui.blue.loading.loading.loading.loading:not(.usual):not(.button)::after,
41522
- .ui.blue.loading.loading.loading.loading .input > i.icon::after,
41523
- .ui.blue.loading.loading.loading.loading > i.icon::after,
41524
- .ui.blue.loader.loader.loader::after {
41595
+ .ui.ui.ui.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41596
+ .ui.ui.ui.blue.elastic.loading .input > i.icon::before,
41597
+ .ui.ui.ui.ui.blue.elastic.loading > i.icon::before,
41598
+ .ui.ui.ui.ui.blue.loading:not(.usual):not(.button)::after,
41599
+ .ui.ui.ui.ui.blue.loading .input > i.icon::after,
41600
+ .ui.ui.ui.ui.blue.loading > i.icon::after,
41601
+ .ui.ui.ui.blue.loader::after {
41525
41602
  color: #2185d0;
41526
41603
  }
41527
41604
 
41528
41605
  .ui.inverted.blue.elastic.loader::before,
41529
- .ui.inverted.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41530
- .ui.inverted.blue.elastic.loading.loading.loading .input > i.icon::before,
41531
- .ui.inverted.blue.elastic.loading.loading.loading > i.icon::before,
41532
- .ui.inverted.blue.loading.loading.loading.loading:not(.usual)::after,
41533
- .ui.inverted.blue.loading.loading.loading.loading .input > i.icon::after,
41534
- .ui.inverted.blue.loading.loading.loading.loading > i.icon::after,
41535
- .ui.inverted.blue.loader.loader.loader::after {
41606
+ .ui.ui.ui.inverted.blue.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41607
+ .ui.ui.ui.inverted.blue.elastic.loading .input > i.icon::before,
41608
+ .ui.ui.ui.inverted.blue.elastic.loading > i.icon::before,
41609
+ .ui.ui.ui.ui.inverted.blue.loading:not(.usual)::after,
41610
+ .ui.ui.ui.ui.inverted.blue.loading .input > i.icon::after,
41611
+ .ui.ui.ui.ui.inverted.blue.loading > i.icon::after,
41612
+ .ui.ui.ui.inverted.blue.loader::after {
41536
41613
  color: #54c8ff;
41537
41614
  }
41538
41615
 
41539
- .ui.violet.elastic.loader.loader::before,
41616
+ .ui.ui.violet.elastic.loader::before,
41540
41617
  .ui.violet.basic.elastic.loading.button::before,
41541
41618
  .ui.violet.basic.elastic.loading.button::after,
41542
- .ui.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41543
- .ui.violet.elastic.loading.loading.loading .input > i.icon::before,
41544
- .ui.violet.elastic.loading.loading.loading.loading > i.icon::before,
41545
- .ui.violet.loading.loading.loading.loading:not(.usual):not(.button)::after,
41546
- .ui.violet.loading.loading.loading.loading .input > i.icon::after,
41547
- .ui.violet.loading.loading.loading.loading > i.icon::after,
41548
- .ui.violet.loader.loader.loader::after {
41619
+ .ui.ui.ui.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41620
+ .ui.ui.ui.violet.elastic.loading .input > i.icon::before,
41621
+ .ui.ui.ui.ui.violet.elastic.loading > i.icon::before,
41622
+ .ui.ui.ui.ui.violet.loading:not(.usual):not(.button)::after,
41623
+ .ui.ui.ui.ui.violet.loading .input > i.icon::after,
41624
+ .ui.ui.ui.ui.violet.loading > i.icon::after,
41625
+ .ui.ui.ui.violet.loader::after {
41549
41626
  color: #6435c9;
41550
41627
  }
41551
41628
 
41552
41629
  .ui.inverted.violet.elastic.loader::before,
41553
- .ui.inverted.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41554
- .ui.inverted.violet.elastic.loading.loading.loading .input > i.icon::before,
41555
- .ui.inverted.violet.elastic.loading.loading.loading > i.icon::before,
41556
- .ui.inverted.violet.loading.loading.loading.loading:not(.usual)::after,
41557
- .ui.inverted.violet.loading.loading.loading.loading .input > i.icon::after,
41558
- .ui.inverted.violet.loading.loading.loading.loading > i.icon::after,
41559
- .ui.inverted.violet.loader.loader.loader::after {
41630
+ .ui.ui.ui.inverted.violet.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41631
+ .ui.ui.ui.inverted.violet.elastic.loading .input > i.icon::before,
41632
+ .ui.ui.ui.inverted.violet.elastic.loading > i.icon::before,
41633
+ .ui.ui.ui.ui.inverted.violet.loading:not(.usual)::after,
41634
+ .ui.ui.ui.ui.inverted.violet.loading .input > i.icon::after,
41635
+ .ui.ui.ui.ui.inverted.violet.loading > i.icon::after,
41636
+ .ui.ui.ui.inverted.violet.loader::after {
41560
41637
  color: #a291fb;
41561
41638
  }
41562
41639
 
41563
- .ui.purple.elastic.loader.loader::before,
41640
+ .ui.ui.purple.elastic.loader::before,
41564
41641
  .ui.purple.basic.elastic.loading.button::before,
41565
41642
  .ui.purple.basic.elastic.loading.button::after,
41566
- .ui.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41567
- .ui.purple.elastic.loading.loading.loading .input > i.icon::before,
41568
- .ui.purple.elastic.loading.loading.loading.loading > i.icon::before,
41569
- .ui.purple.loading.loading.loading.loading:not(.usual):not(.button)::after,
41570
- .ui.purple.loading.loading.loading.loading .input > i.icon::after,
41571
- .ui.purple.loading.loading.loading.loading > i.icon::after,
41572
- .ui.purple.loader.loader.loader::after {
41643
+ .ui.ui.ui.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41644
+ .ui.ui.ui.purple.elastic.loading .input > i.icon::before,
41645
+ .ui.ui.ui.ui.purple.elastic.loading > i.icon::before,
41646
+ .ui.ui.ui.ui.purple.loading:not(.usual):not(.button)::after,
41647
+ .ui.ui.ui.ui.purple.loading .input > i.icon::after,
41648
+ .ui.ui.ui.ui.purple.loading > i.icon::after,
41649
+ .ui.ui.ui.purple.loader::after {
41573
41650
  color: #a333c8;
41574
41651
  }
41575
41652
 
41576
41653
  .ui.inverted.purple.elastic.loader::before,
41577
- .ui.inverted.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41578
- .ui.inverted.purple.elastic.loading.loading.loading .input > i.icon::before,
41579
- .ui.inverted.purple.elastic.loading.loading.loading > i.icon::before,
41580
- .ui.inverted.purple.loading.loading.loading.loading:not(.usual)::after,
41581
- .ui.inverted.purple.loading.loading.loading.loading .input > i.icon::after,
41582
- .ui.inverted.purple.loading.loading.loading.loading > i.icon::after,
41583
- .ui.inverted.purple.loader.loader.loader::after {
41654
+ .ui.ui.ui.inverted.purple.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41655
+ .ui.ui.ui.inverted.purple.elastic.loading .input > i.icon::before,
41656
+ .ui.ui.ui.inverted.purple.elastic.loading > i.icon::before,
41657
+ .ui.ui.ui.ui.inverted.purple.loading:not(.usual)::after,
41658
+ .ui.ui.ui.ui.inverted.purple.loading .input > i.icon::after,
41659
+ .ui.ui.ui.ui.inverted.purple.loading > i.icon::after,
41660
+ .ui.ui.ui.inverted.purple.loader::after {
41584
41661
  color: #dc73ff;
41585
41662
  }
41586
41663
 
41587
- .ui.pink.elastic.loader.loader::before,
41664
+ .ui.ui.pink.elastic.loader::before,
41588
41665
  .ui.pink.basic.elastic.loading.button::before,
41589
41666
  .ui.pink.basic.elastic.loading.button::after,
41590
- .ui.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41591
- .ui.pink.elastic.loading.loading.loading .input > i.icon::before,
41592
- .ui.pink.elastic.loading.loading.loading.loading > i.icon::before,
41593
- .ui.pink.loading.loading.loading.loading:not(.usual):not(.button)::after,
41594
- .ui.pink.loading.loading.loading.loading .input > i.icon::after,
41595
- .ui.pink.loading.loading.loading.loading > i.icon::after,
41596
- .ui.pink.loader.loader.loader::after {
41667
+ .ui.ui.ui.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41668
+ .ui.ui.ui.pink.elastic.loading .input > i.icon::before,
41669
+ .ui.ui.ui.ui.pink.elastic.loading > i.icon::before,
41670
+ .ui.ui.ui.ui.pink.loading:not(.usual):not(.button)::after,
41671
+ .ui.ui.ui.ui.pink.loading .input > i.icon::after,
41672
+ .ui.ui.ui.ui.pink.loading > i.icon::after,
41673
+ .ui.ui.ui.pink.loader::after {
41597
41674
  color: #e03997;
41598
41675
  }
41599
41676
 
41600
41677
  .ui.inverted.pink.elastic.loader::before,
41601
- .ui.inverted.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41602
- .ui.inverted.pink.elastic.loading.loading.loading .input > i.icon::before,
41603
- .ui.inverted.pink.elastic.loading.loading.loading > i.icon::before,
41604
- .ui.inverted.pink.loading.loading.loading.loading:not(.usual)::after,
41605
- .ui.inverted.pink.loading.loading.loading.loading .input > i.icon::after,
41606
- .ui.inverted.pink.loading.loading.loading.loading > i.icon::after,
41607
- .ui.inverted.pink.loader.loader.loader::after {
41678
+ .ui.ui.ui.inverted.pink.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41679
+ .ui.ui.ui.inverted.pink.elastic.loading .input > i.icon::before,
41680
+ .ui.ui.ui.inverted.pink.elastic.loading > i.icon::before,
41681
+ .ui.ui.ui.ui.inverted.pink.loading:not(.usual)::after,
41682
+ .ui.ui.ui.ui.inverted.pink.loading .input > i.icon::after,
41683
+ .ui.ui.ui.ui.inverted.pink.loading > i.icon::after,
41684
+ .ui.ui.ui.inverted.pink.loader::after {
41608
41685
  color: #ff8edf;
41609
41686
  }
41610
41687
 
41611
- .ui.brown.elastic.loader.loader::before,
41688
+ .ui.ui.brown.elastic.loader::before,
41612
41689
  .ui.brown.basic.elastic.loading.button::before,
41613
41690
  .ui.brown.basic.elastic.loading.button::after,
41614
- .ui.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41615
- .ui.brown.elastic.loading.loading.loading .input > i.icon::before,
41616
- .ui.brown.elastic.loading.loading.loading.loading > i.icon::before,
41617
- .ui.brown.loading.loading.loading.loading:not(.usual):not(.button)::after,
41618
- .ui.brown.loading.loading.loading.loading .input > i.icon::after,
41619
- .ui.brown.loading.loading.loading.loading > i.icon::after,
41620
- .ui.brown.loader.loader.loader::after {
41691
+ .ui.ui.ui.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41692
+ .ui.ui.ui.brown.elastic.loading .input > i.icon::before,
41693
+ .ui.ui.ui.ui.brown.elastic.loading > i.icon::before,
41694
+ .ui.ui.ui.ui.brown.loading:not(.usual):not(.button)::after,
41695
+ .ui.ui.ui.ui.brown.loading .input > i.icon::after,
41696
+ .ui.ui.ui.ui.brown.loading > i.icon::after,
41697
+ .ui.ui.ui.brown.loader::after {
41621
41698
  color: #a5673f;
41622
41699
  }
41623
41700
 
41624
41701
  .ui.inverted.brown.elastic.loader::before,
41625
- .ui.inverted.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41626
- .ui.inverted.brown.elastic.loading.loading.loading .input > i.icon::before,
41627
- .ui.inverted.brown.elastic.loading.loading.loading > i.icon::before,
41628
- .ui.inverted.brown.loading.loading.loading.loading:not(.usual)::after,
41629
- .ui.inverted.brown.loading.loading.loading.loading .input > i.icon::after,
41630
- .ui.inverted.brown.loading.loading.loading.loading > i.icon::after,
41631
- .ui.inverted.brown.loader.loader.loader::after {
41702
+ .ui.ui.ui.inverted.brown.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41703
+ .ui.ui.ui.inverted.brown.elastic.loading .input > i.icon::before,
41704
+ .ui.ui.ui.inverted.brown.elastic.loading > i.icon::before,
41705
+ .ui.ui.ui.ui.inverted.brown.loading:not(.usual)::after,
41706
+ .ui.ui.ui.ui.inverted.brown.loading .input > i.icon::after,
41707
+ .ui.ui.ui.ui.inverted.brown.loading > i.icon::after,
41708
+ .ui.ui.ui.inverted.brown.loader::after {
41632
41709
  color: #d67c1c;
41633
41710
  }
41634
41711
 
41635
- .ui.grey.elastic.loader.loader::before,
41712
+ .ui.ui.grey.elastic.loader::before,
41636
41713
  .ui.grey.basic.elastic.loading.button::before,
41637
41714
  .ui.grey.basic.elastic.loading.button::after,
41638
- .ui.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41639
- .ui.grey.elastic.loading.loading.loading .input > i.icon::before,
41640
- .ui.grey.elastic.loading.loading.loading.loading > i.icon::before,
41641
- .ui.grey.loading.loading.loading.loading:not(.usual):not(.button)::after,
41642
- .ui.grey.loading.loading.loading.loading .input > i.icon::after,
41643
- .ui.grey.loading.loading.loading.loading > i.icon::after,
41644
- .ui.grey.loader.loader.loader::after {
41715
+ .ui.ui.ui.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41716
+ .ui.ui.ui.grey.elastic.loading .input > i.icon::before,
41717
+ .ui.ui.ui.ui.grey.elastic.loading > i.icon::before,
41718
+ .ui.ui.ui.ui.grey.loading:not(.usual):not(.button)::after,
41719
+ .ui.ui.ui.ui.grey.loading .input > i.icon::after,
41720
+ .ui.ui.ui.ui.grey.loading > i.icon::after,
41721
+ .ui.ui.ui.grey.loader::after {
41645
41722
  color: #767676;
41646
41723
  }
41647
41724
 
41648
41725
  .ui.inverted.grey.elastic.loader::before,
41649
- .ui.inverted.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41650
- .ui.inverted.grey.elastic.loading.loading.loading .input > i.icon::before,
41651
- .ui.inverted.grey.elastic.loading.loading.loading > i.icon::before,
41652
- .ui.inverted.grey.loading.loading.loading.loading:not(.usual)::after,
41653
- .ui.inverted.grey.loading.loading.loading.loading .input > i.icon::after,
41654
- .ui.inverted.grey.loading.loading.loading.loading > i.icon::after,
41655
- .ui.inverted.grey.loader.loader.loader::after {
41726
+ .ui.ui.ui.inverted.grey.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41727
+ .ui.ui.ui.inverted.grey.elastic.loading .input > i.icon::before,
41728
+ .ui.ui.ui.inverted.grey.elastic.loading > i.icon::before,
41729
+ .ui.ui.ui.ui.inverted.grey.loading:not(.usual)::after,
41730
+ .ui.ui.ui.ui.inverted.grey.loading .input > i.icon::after,
41731
+ .ui.ui.ui.ui.inverted.grey.loading > i.icon::after,
41732
+ .ui.ui.ui.inverted.grey.loader::after {
41656
41733
  color: #dcddde;
41657
41734
  }
41658
41735
 
41659
- .ui.black.elastic.loader.loader::before,
41736
+ .ui.ui.black.elastic.loader::before,
41660
41737
  .ui.black.basic.elastic.loading.button::before,
41661
41738
  .ui.black.basic.elastic.loading.button::after,
41662
- .ui.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41663
- .ui.black.elastic.loading.loading.loading .input > i.icon::before,
41664
- .ui.black.elastic.loading.loading.loading.loading > i.icon::before,
41665
- .ui.black.loading.loading.loading.loading:not(.usual):not(.button)::after,
41666
- .ui.black.loading.loading.loading.loading .input > i.icon::after,
41667
- .ui.black.loading.loading.loading.loading > i.icon::after,
41668
- .ui.black.loader.loader.loader::after {
41739
+ .ui.ui.ui.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41740
+ .ui.ui.ui.black.elastic.loading .input > i.icon::before,
41741
+ .ui.ui.ui.ui.black.elastic.loading > i.icon::before,
41742
+ .ui.ui.ui.ui.black.loading:not(.usual):not(.button)::after,
41743
+ .ui.ui.ui.ui.black.loading .input > i.icon::after,
41744
+ .ui.ui.ui.ui.black.loading > i.icon::after,
41745
+ .ui.ui.ui.black.loader::after {
41669
41746
  color: #1b1c1d;
41670
41747
  }
41671
41748
 
41672
41749
  .ui.inverted.black.elastic.loader::before,
41673
- .ui.inverted.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card)::before,
41674
- .ui.inverted.black.elastic.loading.loading.loading .input > i.icon::before,
41675
- .ui.inverted.black.elastic.loading.loading.loading > i.icon::before,
41676
- .ui.inverted.black.loading.loading.loading.loading:not(.usual)::after,
41677
- .ui.inverted.black.loading.loading.loading.loading .input > i.icon::after,
41678
- .ui.inverted.black.loading.loading.loading.loading > i.icon::after,
41679
- .ui.inverted.black.loader.loader.loader::after {
41750
+ .ui.ui.ui.inverted.black.elastic.loading:not(.segment):not(.segments):not(.card)::before,
41751
+ .ui.ui.ui.inverted.black.elastic.loading .input > i.icon::before,
41752
+ .ui.ui.ui.inverted.black.elastic.loading > i.icon::before,
41753
+ .ui.ui.ui.ui.inverted.black.loading:not(.usual)::after,
41754
+ .ui.ui.ui.ui.inverted.black.loading .input > i.icon::after,
41755
+ .ui.ui.ui.ui.inverted.black.loading > i.icon::after,
41756
+ .ui.ui.ui.inverted.black.loader::after {
41680
41757
  color: #545454;
41681
41758
  }
41682
41759
 
41683
- .ui.elastic.loader.loader::before,
41684
- .ui.elastic.loading.loading.loading::before,
41685
- .ui.elastic.loading.loading.loading .input > i.icon::before,
41686
- .ui.elastic.loading.loading.loading > i.icon::before,
41687
- .ui.loading.loading.loading.loading:not(.usual)::after,
41688
- .ui.loading.loading.loading.loading .input > i.icon::after,
41689
- .ui.loading.loading.loading.loading > i.icon::after,
41690
- .ui.loader.loader.loader::after {
41760
+ .ui.ui.elastic.loader::before,
41761
+ .ui.ui.ui.elastic.loading::before,
41762
+ .ui.ui.ui.elastic.loading .input > i.icon::before,
41763
+ .ui.ui.ui.elastic.loading > i.icon::before,
41764
+ .ui.ui.ui.ui.loading:not(.usual)::after,
41765
+ .ui.ui.ui.ui.loading .input > i.icon::after,
41766
+ .ui.ui.ui.ui.loading > i.icon::after,
41767
+ .ui.ui.ui.loader::after {
41691
41768
  border-color: currentColor;
41692
41769
  }
41693
41770
 
41694
- .ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic)::before {
41771
+ .ui.ui.ui.ui.elastic.loading.button:not(.inverted):not(.basic)::before {
41695
41772
  color: #fff;
41696
41773
  }
41697
41774
 
@@ -41700,7 +41777,7 @@ ol.ui.suffixed.list li::before,
41700
41777
  color: #767676;
41701
41778
  }
41702
41779
 
41703
- .ui.double.loading.loading.loading.loading.button::after {
41780
+ .ui.ui.ui.ui.double.loading.button::after {
41704
41781
  border-bottom-color: currentColor;
41705
41782
  }
41706
41783
 
@@ -41731,33 +41808,33 @@ ol.ui.suffixed.list li::before,
41731
41808
  margin-right: auto;
41732
41809
  }
41733
41810
 
41734
- .ui.loading.loading.loading.loading.loading.loading::after,
41735
- .ui.loading.loading.loading.loading.loading.loading .input > i.icon::after,
41736
- .ui.loading.loading.loading.loading.loading.loading > i.icon::after,
41737
- .ui.loader.loader.loader.loader.loader::after {
41811
+ .ui.ui.ui.ui.ui.ui.loading::after,
41812
+ .ui.ui.ui.ui.ui.ui.loading .input > i.icon::after,
41813
+ .ui.ui.ui.ui.ui.ui.loading > i.icon::after,
41814
+ .ui.ui.ui.ui.ui.loader::after {
41738
41815
  border-left-color: transparent;
41739
41816
  border-right-color: transparent;
41740
41817
  }
41741
41818
 
41742
- .ui.loading.loading.loading.loading.loading.loading.loading:not(.double)::after,
41743
- .ui.loading.loading.loading.loading.loading.loading.loading:not(.double) .input > i.icon::after,
41744
- .ui.loading.loading.loading.loading.loading.loading.loading:not(.double) > i.icon::after,
41745
- .ui.loader.loader.loader.loader.loader.loader:not(.double)::after {
41819
+ .ui.ui.ui.ui.ui.ui.ui.loading:not(.double)::after,
41820
+ .ui.ui.ui.ui.ui.ui.ui.loading:not(.double) .input > i.icon::after,
41821
+ .ui.ui.ui.ui.ui.ui.ui.loading:not(.double) > i.icon::after,
41822
+ .ui.ui.ui.ui.ui.ui.loader:not(.double)::after {
41746
41823
  border-bottom-color: transparent;
41747
41824
  }
41748
41825
 
41749
- .ui.loading.loading.loading.loading.loading.loading.card::after,
41750
- .ui.loading.loading.loading.loading.loading.loading.segments::after,
41751
- .ui.loading.loading.loading.loading.loading.loading.segment::after,
41752
- .ui.loading.loading.loading.loading.loading.loading.form::after {
41826
+ .ui.ui.ui.ui.ui.ui.loading.card::after,
41827
+ .ui.ui.ui.ui.ui.ui.loading.segments::after,
41828
+ .ui.ui.ui.ui.ui.ui.loading.segment::after,
41829
+ .ui.ui.ui.ui.ui.ui.loading.form::after {
41753
41830
  border-left-color: rgba(0, 0, 0, 0.1);
41754
41831
  border-right-color: rgba(0, 0, 0, 0.1);
41755
41832
  }
41756
41833
 
41757
- .ui.loading.loading.loading.loading.loading.loading.card:not(.double)::after,
41758
- .ui.loading.loading.loading.loading.loading.loading.segments:not(.double)::after,
41759
- .ui.loading.loading.loading.loading.loading.loading.segment:not(.double)::after,
41760
- .ui.loading.loading.loading.loading.loading.loading.form:not(.double)::after {
41834
+ .ui.ui.ui.ui.ui.ui.loading.card:not(.double)::after,
41835
+ .ui.ui.ui.ui.ui.ui.loading.segments:not(.double)::after,
41836
+ .ui.ui.ui.ui.ui.ui.loading.segment:not(.double)::after,
41837
+ .ui.ui.ui.ui.ui.ui.loading.form:not(.double)::after {
41761
41838
  border-bottom-color: rgba(0, 0, 0, 0.1);
41762
41839
  }
41763
41840
 
@@ -41773,18 +41850,18 @@ ol.ui.suffixed.list li::before,
41773
41850
  color: #767676;
41774
41851
  }
41775
41852
 
41776
- .ui.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41777
- .ui.elastic.loading.loading .input > i.icon::after,
41778
- .ui.elastic.loading.loading > i.icon::after,
41779
- .ui.elastic.loader.loader::after {
41853
+ .ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41854
+ .ui.ui.elastic.loading .input > i.icon::after,
41855
+ .ui.ui.elastic.loading > i.icon::after,
41856
+ .ui.ui.elastic.loader::after {
41780
41857
  animation: loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
41781
41858
  animation-delay: 0.3s;
41782
41859
  }
41783
41860
 
41784
- .ui.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41785
- .ui.elastic.loading.loading.loading .input > i.icon::before,
41786
- .ui.elastic.loading.loading.loading > i.icon::before,
41787
- .ui.elastic.loader.loader::before {
41861
+ .ui.ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41862
+ .ui.ui.ui.elastic.loading .input > i.icon::before,
41863
+ .ui.ui.ui.elastic.loading > i.icon::before,
41864
+ .ui.ui.elastic.loader::before {
41788
41865
  animation: elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
41789
41866
  -moz-animation: currentcolor-elastic-loader 1s infinite cubic-bezier(0.27, 1.05, 0.92, 0.61);
41790
41867
  border-right-color: transparent;
@@ -41794,33 +41871,33 @@ ol.ui.suffixed.list li::before,
41794
41871
  animation: loader 8s infinite linear;
41795
41872
  }
41796
41873
 
41797
- .ui.slow.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41798
- .ui.slow.elastic.loading.loading .input > i.icon::after,
41799
- .ui.slow.elastic.loading.loading > i.icon::after,
41800
- .ui.slow.elastic.loader.loader::after {
41874
+ .ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41875
+ .ui.ui.slow.elastic.loading .input > i.icon::after,
41876
+ .ui.ui.slow.elastic.loading > i.icon::after,
41877
+ .ui.ui.slow.elastic.loader::after {
41801
41878
  animation-duration: 1.5s;
41802
41879
  animation-delay: 0.45s;
41803
41880
  }
41804
41881
 
41805
- .ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41806
- .ui.slow.elastic.loading.loading.loading .input > i.icon::before,
41807
- .ui.slow.elastic.loading.loading.loading > i.icon::before,
41808
- .ui.slow.elastic.loader.loader::before {
41882
+ .ui.ui.ui.slow.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41883
+ .ui.ui.ui.slow.elastic.loading .input > i.icon::before,
41884
+ .ui.ui.ui.slow.elastic.loading > i.icon::before,
41885
+ .ui.ui.slow.elastic.loader::before {
41809
41886
  animation-duration: 1.5s;
41810
41887
  }
41811
41888
 
41812
- .ui.fast.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41813
- .ui.fast.elastic.loading.loading .input > i.icon::after,
41814
- .ui.fast.elastic.loading.loading > i.icon::after,
41815
- .ui.fast.elastic.loader.loader::after {
41889
+ .ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
41890
+ .ui.ui.fast.elastic.loading .input > i.icon::after,
41891
+ .ui.ui.fast.elastic.loading > i.icon::after,
41892
+ .ui.ui.fast.elastic.loader::after {
41816
41893
  animation-duration: 0.66s;
41817
41894
  animation-delay: 0.2s;
41818
41895
  }
41819
41896
 
41820
- .ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41821
- .ui.fast.elastic.loading.loading.loading .input > i.icon::before,
41822
- .ui.fast.elastic.loading.loading.loading > i.icon::before,
41823
- .ui.fast.elastic.loader.loader::before {
41897
+ .ui.ui.ui.fast.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::before,
41898
+ .ui.ui.ui.fast.elastic.loading .input > i.icon::before,
41899
+ .ui.ui.ui.fast.elastic.loading > i.icon::before,
41900
+ .ui.ui.fast.elastic.loader::before {
41824
41901
  animation-duration: 0.66s;
41825
41902
  }
41826
41903
 
@@ -41890,7 +41967,7 @@ ol.ui.suffixed.list li::before,
41890
41967
  Site Overrides
41891
41968
  *******************************/
41892
41969
  /*!
41893
- * # Fomantic-UI 2.9.3-beta.3+880333c - Placeholder
41970
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Placeholder
41894
41971
  * https://github.com/fomantic/Fomantic-UI/
41895
41972
  *
41896
41973
  *
@@ -42161,7 +42238,7 @@ ol.ui.suffixed.list li::before,
42161
42238
  Site Overrides
42162
42239
  *******************************/
42163
42240
  /*!
42164
- * # Fomantic-UI 2.9.3-beta.3+880333c - Rail
42241
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Rail
42165
42242
  * https://github.com/fomantic/Fomantic-UI/
42166
42243
  *
42167
42244
  *
@@ -42323,7 +42400,7 @@ ol.ui.suffixed.list li::before,
42323
42400
  Site Overrides
42324
42401
  *******************************/
42325
42402
  /*!
42326
- * # Fomantic-UI 2.9.3-beta.3+880333c - Reveal
42403
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Reveal
42327
42404
  * https://github.com/fomantic/Fomantic-UI/
42328
42405
  *
42329
42406
  *
@@ -42634,7 +42711,7 @@ ol.ui.suffixed.list li::before,
42634
42711
  Site Overrides
42635
42712
  *******************************/
42636
42713
  /*!
42637
- * # Fomantic-UI 2.9.3-beta.3+880333c - Segment
42714
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Segment
42638
42715
  * https://github.com/fomantic/Fomantic-UI/
42639
42716
  *
42640
42717
  *
@@ -42826,6 +42903,9 @@ ol.ui.suffixed.list li::before,
42826
42903
  margin: 3em 0;
42827
42904
  box-shadow: "";
42828
42905
  z-index: auto;
42906
+ background-color: #fff;
42907
+ border: 1px solid rgba(34, 36, 38, 0.15);
42908
+ color: rgba(0, 0, 0, 0.87);
42829
42909
  }
42830
42910
 
42831
42911
  .ui.piled.segment:first-child {
@@ -42840,7 +42920,7 @@ ol.ui.suffixed.list li::before,
42840
42920
  .ui.piled.segments::before,
42841
42921
  .ui.piled.segment::after,
42842
42922
  .ui.piled.segment::before {
42843
- background-color: #fff;
42923
+ background-color: inherit;
42844
42924
  visibility: visible;
42845
42925
  content: "";
42846
42926
  display: block;
@@ -42848,10 +42928,16 @@ ol.ui.suffixed.list li::before,
42848
42928
  left: 0;
42849
42929
  position: absolute;
42850
42930
  width: 100%;
42851
- border: 1px solid rgba(34, 36, 38, 0.15);
42931
+ border: inherit;
42852
42932
  box-shadow: "";
42853
42933
  }
42854
42934
 
42935
+ .ui.inverted.piled.segment {
42936
+ background-color: #1b1c1d;
42937
+ border: 1px solid #555;
42938
+ color: rgba(255, 255, 255, 0.9);
42939
+ }
42940
+
42855
42941
  .ui.piled.segments::before,
42856
42942
  .ui.piled.segment::before {
42857
42943
  transform: rotate(-1.2deg);
@@ -42886,6 +42972,13 @@ ol.ui.suffixed.list li::before,
42886
42972
  margin-bottom: 0;
42887
42973
  }
42888
42974
 
42975
+ @supports selector(:has(.f)) {
42976
+ *:has(> .ui.piled.segment) {
42977
+ z-index: 0;
42978
+ position: relative;
42979
+ }
42980
+ }
42981
+
42889
42982
  /* -------------------
42890
42983
  Stacked
42891
42984
  -------------------- */
@@ -42924,12 +43017,17 @@ ol.ui.suffixed.list li::before,
42924
43017
 
42925
43018
  /* Inverted */
42926
43019
 
43020
+ .ui.stacked.inverted.segments,
43021
+ .ui.stacked.inverted.segment {
43022
+ border: 1px solid rgba(225, 225, 225, 0.5);
43023
+ }
43024
+
42927
43025
  .ui.stacked.inverted.segments::before,
42928
- .ui.stacked.inverted.segments::after,
42929
43026
  .ui.stacked.inverted.segment::before,
43027
+ .ui.stacked.inverted.segments::after,
42930
43028
  .ui.stacked.inverted.segment::after {
42931
43029
  background-color: rgba(0, 0, 0, 0.03);
42932
- border-top: 1px solid rgba(34, 36, 38, 0.35);
43030
+ border-top: 1px solid rgba(225, 225, 225, 0.5);
42933
43031
  }
42934
43032
 
42935
43033
  /* -------------------
@@ -42988,11 +43086,16 @@ ol.ui.suffixed.list li::before,
42988
43086
  Raised
42989
43087
  -------------------- */
42990
43088
 
42991
- .ui.raised.raised.segments,
42992
- .ui.raised.raised.segment {
43089
+ .ui.ui.raised.segments,
43090
+ .ui.ui.raised.segment {
42993
43091
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
42994
43092
  }
42995
43093
 
43094
+ .ui.ui.inverted.raised.segments,
43095
+ .ui.ui.inverted.raised.segment {
43096
+ box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
43097
+ }
43098
+
42996
43099
  /*******************************
42997
43100
  Groups
42998
43101
  *******************************/
@@ -43170,6 +43273,7 @@ ol.ui.suffixed.list li::before,
43170
43273
  -ms-user-select: none;
43171
43274
  user-select: none;
43172
43275
  transition: all 0s linear;
43276
+ min-height: 4.5em;
43173
43277
  }
43174
43278
 
43175
43279
  .ui.loading.segments::before,
@@ -43233,123 +43337,175 @@ ol.ui.suffixed.list li::before,
43233
43337
  Colors
43234
43338
  -------------------- */
43235
43339
 
43236
- .ui.red.segment.segment.segment.segment.segment:not(.inverted) {
43340
+ .ui.ui.ui.ui.ui.red.segment:not(.inverted) {
43237
43341
  border-top: 2px solid #db2828;
43238
43342
  }
43239
43343
 
43240
- .ui.inverted.red.segment.segment.segment.segment.segment {
43344
+ .ui.ui.ui.ui.ui.inverted.red.segment {
43241
43345
  background-color: #db2828;
43242
43346
  color: #fff;
43243
43347
  }
43244
43348
 
43245
- .ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
43349
+ .ui.ui.inverted.red.segment:not(.piled) {
43350
+ border-color: #db2828;
43351
+ }
43352
+
43353
+ .ui.ui.ui.ui.ui.orange.segment:not(.inverted) {
43246
43354
  border-top: 2px solid #f2711c;
43247
43355
  }
43248
43356
 
43249
- .ui.inverted.orange.segment.segment.segment.segment.segment {
43357
+ .ui.ui.ui.ui.ui.inverted.orange.segment {
43250
43358
  background-color: #f2711c;
43251
43359
  color: #fff;
43252
43360
  }
43253
43361
 
43254
- .ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
43362
+ .ui.ui.inverted.orange.segment:not(.piled) {
43363
+ border-color: #f2711c;
43364
+ }
43365
+
43366
+ .ui.ui.ui.ui.ui.yellow.segment:not(.inverted) {
43255
43367
  border-top: 2px solid #fbbd08;
43256
43368
  }
43257
43369
 
43258
- .ui.inverted.yellow.segment.segment.segment.segment.segment {
43370
+ .ui.ui.ui.ui.ui.inverted.yellow.segment {
43259
43371
  background-color: #fbbd08;
43260
43372
  color: #fff;
43261
43373
  }
43262
43374
 
43263
- .ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
43375
+ .ui.ui.inverted.yellow.segment:not(.piled) {
43376
+ border-color: #fbbd08;
43377
+ }
43378
+
43379
+ .ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
43264
43380
  border-top: 2px solid #b5cc18;
43265
43381
  }
43266
43382
 
43267
- .ui.inverted.olive.segment.segment.segment.segment.segment {
43383
+ .ui.ui.ui.ui.ui.inverted.olive.segment {
43268
43384
  background-color: #b5cc18;
43269
43385
  color: #fff;
43270
43386
  }
43271
43387
 
43272
- .ui.green.segment.segment.segment.segment.segment:not(.inverted) {
43388
+ .ui.ui.inverted.olive.segment:not(.piled) {
43389
+ border-color: #b5cc18;
43390
+ }
43391
+
43392
+ .ui.ui.ui.ui.ui.green.segment:not(.inverted) {
43273
43393
  border-top: 2px solid #21ba45;
43274
43394
  }
43275
43395
 
43276
- .ui.inverted.green.segment.segment.segment.segment.segment {
43396
+ .ui.ui.ui.ui.ui.inverted.green.segment {
43277
43397
  background-color: #21ba45;
43278
43398
  color: #fff;
43279
43399
  }
43280
43400
 
43281
- .ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
43401
+ .ui.ui.inverted.green.segment:not(.piled) {
43402
+ border-color: #21ba45;
43403
+ }
43404
+
43405
+ .ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
43282
43406
  border-top: 2px solid #00b5ad;
43283
43407
  }
43284
43408
 
43285
- .ui.inverted.teal.segment.segment.segment.segment.segment {
43409
+ .ui.ui.ui.ui.ui.inverted.teal.segment {
43286
43410
  background-color: #00b5ad;
43287
43411
  color: #fff;
43288
43412
  }
43289
43413
 
43290
- .ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
43414
+ .ui.ui.inverted.teal.segment:not(.piled) {
43415
+ border-color: #00b5ad;
43416
+ }
43417
+
43418
+ .ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
43291
43419
  border-top: 2px solid #2185d0;
43292
43420
  }
43293
43421
 
43294
- .ui.inverted.blue.segment.segment.segment.segment.segment {
43422
+ .ui.ui.ui.ui.ui.inverted.blue.segment {
43295
43423
  background-color: #2185d0;
43296
43424
  color: #fff;
43297
43425
  }
43298
43426
 
43299
- .ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
43427
+ .ui.ui.inverted.blue.segment:not(.piled) {
43428
+ border-color: #2185d0;
43429
+ }
43430
+
43431
+ .ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
43300
43432
  border-top: 2px solid #6435c9;
43301
43433
  }
43302
43434
 
43303
- .ui.inverted.violet.segment.segment.segment.segment.segment {
43435
+ .ui.ui.ui.ui.ui.inverted.violet.segment {
43304
43436
  background-color: #6435c9;
43305
43437
  color: #fff;
43306
43438
  }
43307
43439
 
43308
- .ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
43440
+ .ui.ui.inverted.violet.segment:not(.piled) {
43441
+ border-color: #6435c9;
43442
+ }
43443
+
43444
+ .ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
43309
43445
  border-top: 2px solid #a333c8;
43310
43446
  }
43311
43447
 
43312
- .ui.inverted.purple.segment.segment.segment.segment.segment {
43448
+ .ui.ui.ui.ui.ui.inverted.purple.segment {
43313
43449
  background-color: #a333c8;
43314
43450
  color: #fff;
43315
43451
  }
43316
43452
 
43317
- .ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
43453
+ .ui.ui.inverted.purple.segment:not(.piled) {
43454
+ border-color: #a333c8;
43455
+ }
43456
+
43457
+ .ui.ui.ui.ui.ui.pink.segment:not(.inverted) {
43318
43458
  border-top: 2px solid #e03997;
43319
43459
  }
43320
43460
 
43321
- .ui.inverted.pink.segment.segment.segment.segment.segment {
43461
+ .ui.ui.ui.ui.ui.inverted.pink.segment {
43322
43462
  background-color: #e03997;
43323
43463
  color: #fff;
43324
43464
  }
43325
43465
 
43326
- .ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
43466
+ .ui.ui.inverted.pink.segment:not(.piled) {
43467
+ border-color: #e03997;
43468
+ }
43469
+
43470
+ .ui.ui.ui.ui.ui.brown.segment:not(.inverted) {
43327
43471
  border-top: 2px solid #a5673f;
43328
43472
  }
43329
43473
 
43330
- .ui.inverted.brown.segment.segment.segment.segment.segment {
43474
+ .ui.ui.ui.ui.ui.inverted.brown.segment {
43331
43475
  background-color: #a5673f;
43332
43476
  color: #fff;
43333
43477
  }
43334
43478
 
43335
- .ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
43479
+ .ui.ui.inverted.brown.segment:not(.piled) {
43480
+ border-color: #a5673f;
43481
+ }
43482
+
43483
+ .ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
43336
43484
  border-top: 2px solid #767676;
43337
43485
  }
43338
43486
 
43339
- .ui.inverted.grey.segment.segment.segment.segment.segment {
43487
+ .ui.ui.ui.ui.ui.inverted.grey.segment {
43340
43488
  background-color: #767676;
43341
43489
  color: #fff;
43342
43490
  }
43343
43491
 
43344
- .ui.black.segment.segment.segment.segment.segment:not(.inverted) {
43492
+ .ui.ui.inverted.grey.segment:not(.piled) {
43493
+ border-color: #767676;
43494
+ }
43495
+
43496
+ .ui.ui.ui.ui.ui.black.segment:not(.inverted) {
43345
43497
  border-top: 2px solid #1b1c1d;
43346
43498
  }
43347
43499
 
43348
- .ui.inverted.black.segment.segment.segment.segment.segment {
43500
+ .ui.ui.ui.ui.ui.inverted.black.segment {
43349
43501
  background-color: #1b1c1d;
43350
43502
  color: #fff;
43351
43503
  }
43352
43504
 
43505
+ .ui.ui.inverted.black.segment:not(.piled) {
43506
+ border-color: #1b1c1d;
43507
+ }
43508
+
43353
43509
  /* -------------------
43354
43510
  Aligned
43355
43511
  -------------------- */
@@ -43574,21 +43730,41 @@ ol.ui.suffixed.list li::before,
43574
43730
  max-height: 11.25em;
43575
43731
  }
43576
43732
 
43733
+ .ui.scrolling.segment.short.resizable {
43734
+ height: 11.25em;
43735
+ }
43736
+
43577
43737
  .ui.scrolling.segment[class*="very short"] {
43578
43738
  max-height: 7.5em;
43579
43739
  }
43580
43740
 
43741
+ .ui.scrolling.segment[class*="very short"].resizable {
43742
+ height: 7.5em;
43743
+ }
43744
+
43581
43745
  .ui.scrolling.segment {
43582
43746
  max-height: 15em;
43583
43747
  }
43584
43748
 
43749
+ .ui.scrolling.segment.resizable {
43750
+ height: 15em;
43751
+ }
43752
+
43585
43753
  .ui.scrolling.segment.long {
43586
43754
  max-height: 30em;
43587
43755
  }
43588
43756
 
43757
+ .ui.scrolling.segment.long.resizable {
43758
+ height: 30em;
43759
+ }
43760
+
43589
43761
  .ui.scrolling.segment[class*="very long"] {
43590
43762
  max-height: 45em;
43591
43763
  }
43764
+
43765
+ .ui.scrolling.segment[class*="very long"].resizable {
43766
+ height: 45em;
43767
+ }
43592
43768
  }
43593
43769
 
43594
43770
  @media only screen and (min-width: 768px) {
@@ -43596,21 +43772,41 @@ ol.ui.suffixed.list li::before,
43596
43772
  max-height: 13.5em;
43597
43773
  }
43598
43774
 
43775
+ .ui.scrolling.segment.short.resizable {
43776
+ height: 13.5em;
43777
+ }
43778
+
43599
43779
  .ui.scrolling.segment[class*="very short"] {
43600
43780
  max-height: 9em;
43601
43781
  }
43602
43782
 
43783
+ .ui.scrolling.segment[class*="very short"].resizable {
43784
+ height: 9em;
43785
+ }
43786
+
43603
43787
  .ui.scrolling.segment {
43604
43788
  max-height: 18em;
43605
43789
  }
43606
43790
 
43791
+ .ui.scrolling.segment.resizable {
43792
+ height: 18em;
43793
+ }
43794
+
43607
43795
  .ui.scrolling.segment.long {
43608
43796
  max-height: 36em;
43609
43797
  }
43610
43798
 
43799
+ .ui.scrolling.segment.long.resizable {
43800
+ height: 36em;
43801
+ }
43802
+
43611
43803
  .ui.scrolling.segment[class*="very long"] {
43612
43804
  max-height: 54em;
43613
43805
  }
43806
+
43807
+ .ui.scrolling.segment[class*="very long"].resizable {
43808
+ height: 54em;
43809
+ }
43614
43810
  }
43615
43811
 
43616
43812
  @media only screen and (min-width: 992px) {
@@ -43618,21 +43814,41 @@ ol.ui.suffixed.list li::before,
43618
43814
  max-height: 18em;
43619
43815
  }
43620
43816
 
43817
+ .ui.scrolling.segment.short.resizable {
43818
+ height: 18em;
43819
+ }
43820
+
43621
43821
  .ui.scrolling.segment[class*="very short"] {
43622
43822
  max-height: 12em;
43623
43823
  }
43624
43824
 
43825
+ .ui.scrolling.segment[class*="very short"].resizable {
43826
+ height: 12em;
43827
+ }
43828
+
43625
43829
  .ui.scrolling.segment {
43626
43830
  max-height: 24em;
43627
43831
  }
43628
43832
 
43833
+ .ui.scrolling.segment.resizable {
43834
+ height: 24em;
43835
+ }
43836
+
43629
43837
  .ui.scrolling.segment.long {
43630
43838
  max-height: 48em;
43631
43839
  }
43632
43840
 
43841
+ .ui.scrolling.segment.long.resizable {
43842
+ height: 48em;
43843
+ }
43844
+
43633
43845
  .ui.scrolling.segment[class*="very long"] {
43634
43846
  max-height: 72em;
43635
43847
  }
43848
+
43849
+ .ui.scrolling.segment[class*="very long"].resizable {
43850
+ height: 72em;
43851
+ }
43636
43852
  }
43637
43853
 
43638
43854
  @media only screen and (min-width: 1920px) {
@@ -43640,21 +43856,46 @@ ol.ui.suffixed.list li::before,
43640
43856
  max-height: 22.5em;
43641
43857
  }
43642
43858
 
43859
+ .ui.scrolling.segment.short.resizable {
43860
+ height: 22.5em;
43861
+ }
43862
+
43643
43863
  .ui.scrolling.segment[class*="very short"] {
43644
43864
  max-height: 15em;
43645
43865
  }
43646
43866
 
43867
+ .ui.scrolling.segment[class*="very short"].resizable {
43868
+ height: 15em;
43869
+ }
43870
+
43647
43871
  .ui.scrolling.segment {
43648
43872
  max-height: 30em;
43649
43873
  }
43650
43874
 
43875
+ .ui.scrolling.segment.resizable {
43876
+ height: 30em;
43877
+ }
43878
+
43651
43879
  .ui.scrolling.segment.long {
43652
43880
  max-height: 60em;
43653
43881
  }
43654
43882
 
43883
+ .ui.scrolling.segment.long.resizable {
43884
+ height: 60em;
43885
+ }
43886
+
43655
43887
  .ui.scrolling.segment[class*="very long"] {
43656
43888
  max-height: 90em;
43657
43889
  }
43890
+
43891
+ .ui.scrolling.segment[class*="very long"].resizable {
43892
+ height: 90em;
43893
+ }
43894
+ }
43895
+
43896
+ .ui.resizable.scrolling.segment {
43897
+ resize: vertical;
43898
+ max-height: none;
43658
43899
  }
43659
43900
 
43660
43901
  /* -------------------
@@ -43709,7 +43950,7 @@ ol.ui.suffixed.list li::before,
43709
43950
  Site Overrides
43710
43951
  *******************************/
43711
43952
  /*!
43712
- * # Fomantic-UI 2.9.3-beta.3+880333c - Step
43953
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Step
43713
43954
  * https://github.com/fomantic/Fomantic-UI/
43714
43955
  *
43715
43956
  *
@@ -44417,7 +44658,7 @@ ol.ui.suffixed.list li::before,
44417
44658
  Site Overrides
44418
44659
  *******************************/
44419
44660
  /*!
44420
- * # Fomantic-UI 2.9.3-beta.3+880333c - Text
44661
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Text
44421
44662
  * https://github.com/fomantic/Fomantic-UI/
44422
44663
  *
44423
44664
  *
@@ -44616,7 +44857,7 @@ span.ui.massive.text {
44616
44857
  Site Overrides
44617
44858
  *******************************/
44618
44859
  /*!
44619
- * # Fomantic-UI 2.9.3-beta.3+880333c - Breadcrumb
44860
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Breadcrumb
44620
44861
  * https://github.com/fomantic/Fomantic-UI/
44621
44862
  *
44622
44863
  *
@@ -44761,7 +45002,7 @@ span.ui.massive.text {
44761
45002
  Site Overrides
44762
45003
  *******************************/
44763
45004
  /*!
44764
- * # Fomantic-UI 2.9.3-beta.3+880333c - Form
45005
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Form
44765
45006
  * https://github.com/fomantic/Fomantic-UI/
44766
45007
  *
44767
45008
  *
@@ -45318,6 +45559,12 @@ span.ui.massive.text {
45318
45559
  color: #9f3a38;
45319
45560
  }
45320
45561
 
45562
+ @supports selector(:has(.f)) {
45563
+ .ui.form .fields:has(.error) > label {
45564
+ color: #9f3a38;
45565
+ }
45566
+ }
45567
+
45321
45568
  .ui.form .fields.error .field .ui.label,
45322
45569
  .ui.form .field.error .ui.label {
45323
45570
  background-color: #ecd1d1;
@@ -45370,23 +45617,7 @@ span.ui.massive.text {
45370
45617
  box-shadow: none;
45371
45618
  }
45372
45619
 
45373
- .ui.form .field input:not(:-ms-input-placeholder):invalid {
45374
- color: #9f3a38;
45375
- background: #fff6f6;
45376
- border-color: #e0b4b4;
45377
- border-radius: "";
45378
- box-shadow: none;
45379
- }
45380
-
45381
- .ui.form .field input:not(:placeholder-shown):invalid {
45382
- color: #9f3a38;
45383
- background: #fff6f6;
45384
- border-color: #e0b4b4;
45385
- border-radius: "";
45386
- box-shadow: none;
45387
- }
45388
-
45389
- .ui.form .field input:not(:-ms-input-placeholder):invalid {
45620
+ .ui.form:not(.initial) .field input:invalid {
45390
45621
  color: #9f3a38;
45391
45622
  background: #fff6f6;
45392
45623
  border-color: #e0b4b4;
@@ -45558,6 +45789,12 @@ span.ui.massive.text {
45558
45789
  color: #ecd1d1;
45559
45790
  }
45560
45791
 
45792
+ @supports selector(:has(.f)) {
45793
+ .ui.inverted.form .fields:has(.error) > label {
45794
+ color: #ecd1d1;
45795
+ }
45796
+ }
45797
+
45561
45798
  /* On Form */
45562
45799
 
45563
45800
  .ui.form.info .info.message:not(:empty) {
@@ -45598,6 +45835,12 @@ span.ui.massive.text {
45598
45835
  color: #276f86;
45599
45836
  }
45600
45837
 
45838
+ @supports selector(:has(.f)) {
45839
+ .ui.form .fields:has(.info) > label {
45840
+ color: #276f86;
45841
+ }
45842
+ }
45843
+
45601
45844
  .ui.form .fields.info .field .ui.label,
45602
45845
  .ui.form .field.info .ui.label {
45603
45846
  background-color: #c6e3e9;
@@ -45814,6 +46057,12 @@ span.ui.massive.text {
45814
46057
  color: #c6e3e9;
45815
46058
  }
45816
46059
 
46060
+ @supports selector(:has(.f)) {
46061
+ .ui.inverted.form .fields:has(.info) > label {
46062
+ color: #c6e3e9;
46063
+ }
46064
+ }
46065
+
45817
46066
  /* On Form */
45818
46067
 
45819
46068
  .ui.form.success .success.message:not(:empty) {
@@ -45854,6 +46103,12 @@ span.ui.massive.text {
45854
46103
  color: #2c662d;
45855
46104
  }
45856
46105
 
46106
+ @supports selector(:has(.f)) {
46107
+ .ui.form .fields:has(.success) > label {
46108
+ color: #2c662d;
46109
+ }
46110
+ }
46111
+
45857
46112
  .ui.form .fields.success .field .ui.label,
45858
46113
  .ui.form .field.success .ui.label {
45859
46114
  background-color: #b9d1ad;
@@ -46070,6 +46325,12 @@ span.ui.massive.text {
46070
46325
  color: #b9d1ad;
46071
46326
  }
46072
46327
 
46328
+ @supports selector(:has(.f)) {
46329
+ .ui.inverted.form .fields:has(.success) > label {
46330
+ color: #b9d1ad;
46331
+ }
46332
+ }
46333
+
46073
46334
  /* On Form */
46074
46335
 
46075
46336
  .ui.form.warning .warning.message:not(:empty) {
@@ -46110,6 +46371,12 @@ span.ui.massive.text {
46110
46371
  color: #573a08;
46111
46372
  }
46112
46373
 
46374
+ @supports selector(:has(.f)) {
46375
+ .ui.form .fields:has(.warning) > label {
46376
+ color: #573a08;
46377
+ }
46378
+ }
46379
+
46113
46380
  .ui.form .fields.warning .field .ui.label,
46114
46381
  .ui.form .field.warning .ui.label {
46115
46382
  background-color: #d7ccb5;
@@ -46326,6 +46593,12 @@ span.ui.massive.text {
46326
46593
  color: #d7ccb5;
46327
46594
  }
46328
46595
 
46596
+ @supports selector(:has(.f)) {
46597
+ .ui.inverted.form .fields:has(.warning) > label {
46598
+ color: #d7ccb5;
46599
+ }
46600
+ }
46601
+
46329
46602
  /* --------------------
46330
46603
  Disabled
46331
46604
  --------------------- */
@@ -46395,10 +46668,11 @@ span.ui.massive.text {
46395
46668
  Required Field
46396
46669
  --------------------- */
46397
46670
 
46398
- .ui.form .required.fields:not(.grouped) > .field > label::after,
46671
+ .ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
46672
+ .ui.form .required.fields.inline > label::after,
46399
46673
  .ui.form .required.fields.grouped > label::after,
46400
46674
  .ui.form .required.field > label::after,
46401
- .ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
46675
+ .ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
46402
46676
  .ui.form .required.field > .checkbox::after,
46403
46677
  .ui.form label.required::after {
46404
46678
  margin: -0.2em 0 0 0.2em;
@@ -46406,7 +46680,8 @@ span.ui.massive.text {
46406
46680
  color: #db2828;
46407
46681
  }
46408
46682
 
46409
- .ui.form .required.fields:not(.grouped) > .field > label::after,
46683
+ .ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
46684
+ .ui.form .required.fields.inline > label::after,
46410
46685
  .ui.form .required.fields.grouped > label::after,
46411
46686
  .ui.form .required.field > label::after,
46412
46687
  .ui.form label.required::after {
@@ -46414,13 +46689,19 @@ span.ui.massive.text {
46414
46689
  vertical-align: top;
46415
46690
  }
46416
46691
 
46417
- .ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
46692
+ .ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
46418
46693
  .ui.form .required.field > .checkbox::after {
46419
46694
  position: absolute;
46420
46695
  top: 0;
46421
46696
  left: 100%;
46422
46697
  }
46423
46698
 
46699
+ .ui.ui.ui.ui.form .fields > label:empty::after,
46700
+ .ui.ui.ui.ui.form .field > label:empty::after {
46701
+ content: " ";
46702
+ display: inline-block;
46703
+ }
46704
+
46424
46705
  /*******************************
46425
46706
  Variations
46426
46707
  *******************************/
@@ -46819,7 +47100,7 @@ span.ui.massive.text {
46819
47100
  Site Overrides
46820
47101
  *******************************/
46821
47102
  /*!
46822
- * # Fomantic-UI 2.9.3-beta.3+880333c - Grid
47103
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Grid
46823
47104
  * https://github.com/fomantic/Fomantic-UI/
46824
47105
  *
46825
47106
  *
@@ -48208,8 +48489,8 @@ span.ui.massive.text {
48208
48489
  .ui[class*="left aligned"].grid > .column,
48209
48490
  .ui[class*="left aligned"].grid > .row > .column,
48210
48491
  .ui.grid > [class*="left aligned"].row > .column,
48211
- .ui.grid > [class*="left aligned"].column.column,
48212
- .ui.grid > .row > [class*="left aligned"].column.column {
48492
+ .ui.ui.grid > [class*="left aligned"].column,
48493
+ .ui.ui.grid > .row > [class*="left aligned"].column {
48213
48494
  text-align: left;
48214
48495
  align-self: inherit;
48215
48496
  }
@@ -48219,8 +48500,8 @@ span.ui.massive.text {
48219
48500
  .ui[class*="center aligned"].grid > .column,
48220
48501
  .ui[class*="center aligned"].grid > .row > .column,
48221
48502
  .ui.grid > [class*="center aligned"].row > .column,
48222
- .ui.grid > [class*="center aligned"].column.column,
48223
- .ui.grid > .row > [class*="center aligned"].column.column {
48503
+ .ui.ui.grid > [class*="center aligned"].column,
48504
+ .ui.ui.grid > .row > [class*="center aligned"].column {
48224
48505
  text-align: center;
48225
48506
  align-self: inherit;
48226
48507
  }
@@ -48234,8 +48515,8 @@ span.ui.massive.text {
48234
48515
  .ui[class*="right aligned"].grid > .column,
48235
48516
  .ui[class*="right aligned"].grid > .row > .column,
48236
48517
  .ui.grid > [class*="right aligned"].row > .column,
48237
- .ui.grid > [class*="right aligned"].column.column,
48238
- .ui.grid > .row > [class*="right aligned"].column.column {
48518
+ .ui.ui.grid > [class*="right aligned"].column,
48519
+ .ui.ui.grid > .row > [class*="right aligned"].column {
48239
48520
  text-align: right;
48240
48521
  align-self: inherit;
48241
48522
  }
@@ -48245,8 +48526,8 @@ span.ui.massive.text {
48245
48526
  .ui.justified.grid > .column,
48246
48527
  .ui.justified.grid > .row > .column,
48247
48528
  .ui.grid > .justified.row > .column,
48248
- .ui.grid > .justified.column.column,
48249
- .ui.grid > .row > .justified.column.column {
48529
+ .ui.ui.grid > .justified.column,
48530
+ .ui.ui.grid > .row > .justified.column {
48250
48531
  text-align: justify;
48251
48532
  -webkit-hyphens: auto;
48252
48533
  -ms-hyphens: auto;
@@ -48554,91 +48835,91 @@ span.ui.massive.text {
48554
48835
 
48555
48836
  .ui[class*="two column"].doubling.grid > .row > .column,
48556
48837
  .ui[class*="two column"].doubling.grid > .column:not(.row),
48557
- .ui.grid > [class*="two column"].doubling.row.row > .column {
48838
+ .ui.ui.grid > [class*="two column"].doubling.row > .column {
48558
48839
  width: 100% !important;
48559
48840
  }
48560
48841
 
48561
48842
  .ui[class*="three column"].doubling.grid > .row > .column,
48562
48843
  .ui[class*="three column"].doubling.grid > .column:not(.row),
48563
- .ui.grid > [class*="three column"].doubling.row.row > .column {
48844
+ .ui.ui.grid > [class*="three column"].doubling.row > .column {
48564
48845
  width: 50% !important;
48565
48846
  }
48566
48847
 
48567
48848
  .ui[class*="four column"].doubling.grid > .row > .column,
48568
48849
  .ui[class*="four column"].doubling.grid > .column:not(.row),
48569
- .ui.grid > [class*="four column"].doubling.row.row > .column {
48850
+ .ui.ui.grid > [class*="four column"].doubling.row > .column {
48570
48851
  width: 50% !important;
48571
48852
  }
48572
48853
 
48573
48854
  .ui[class*="five column"].doubling.grid > .row > .column,
48574
48855
  .ui[class*="five column"].doubling.grid > .column:not(.row),
48575
- .ui.grid > [class*="five column"].doubling.row.row > .column {
48856
+ .ui.ui.grid > [class*="five column"].doubling.row > .column {
48576
48857
  width: 33.33333333% !important;
48577
48858
  }
48578
48859
 
48579
48860
  .ui[class*="six column"].doubling.grid > .row > .column,
48580
48861
  .ui[class*="six column"].doubling.grid > .column:not(.row),
48581
- .ui.grid > [class*="six column"].doubling.row.row > .column {
48862
+ .ui.ui.grid > [class*="six column"].doubling.row > .column {
48582
48863
  width: 33.33333333% !important;
48583
48864
  }
48584
48865
 
48585
48866
  .ui[class*="seven column"].doubling.grid > .row > .column,
48586
48867
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
48587
- .ui.grid > [class*="seven column"].doubling.row.row > .column {
48868
+ .ui.ui.grid > [class*="seven column"].doubling.row > .column {
48588
48869
  width: 33.33333333% !important;
48589
48870
  }
48590
48871
 
48591
48872
  .ui[class*="eight column"].doubling.grid > .row > .column,
48592
48873
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
48593
- .ui.grid > [class*="eight column"].doubling.row.row > .column {
48874
+ .ui.ui.grid > [class*="eight column"].doubling.row > .column {
48594
48875
  width: 25% !important;
48595
48876
  }
48596
48877
 
48597
48878
  .ui[class*="nine column"].doubling.grid > .row > .column,
48598
48879
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
48599
- .ui.grid > [class*="nine column"].doubling.row.row > .column {
48880
+ .ui.ui.grid > [class*="nine column"].doubling.row > .column {
48600
48881
  width: 25% !important;
48601
48882
  }
48602
48883
 
48603
48884
  .ui[class*="ten column"].doubling.grid > .row > .column,
48604
48885
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
48605
- .ui.grid > [class*="ten column"].doubling.row.row > .column {
48886
+ .ui.ui.grid > [class*="ten column"].doubling.row > .column {
48606
48887
  width: 20% !important;
48607
48888
  }
48608
48889
 
48609
48890
  .ui[class*="eleven column"].doubling.grid > .row > .column,
48610
48891
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
48611
- .ui.grid > [class*="eleven column"].doubling.row.row > .column {
48892
+ .ui.ui.grid > [class*="eleven column"].doubling.row > .column {
48612
48893
  width: 20% !important;
48613
48894
  }
48614
48895
 
48615
48896
  .ui[class*="twelve column"].doubling.grid > .row > .column,
48616
48897
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
48617
- .ui.grid > [class*="twelve column"].doubling.row.row > .column {
48898
+ .ui.ui.grid > [class*="twelve column"].doubling.row > .column {
48618
48899
  width: 16.66666667% !important;
48619
48900
  }
48620
48901
 
48621
48902
  .ui[class*="thirteen column"].doubling.grid > .row > .column,
48622
48903
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
48623
- .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
48904
+ .ui.ui.grid > [class*="thirteen column"].doubling.row > .column {
48624
48905
  width: 16.66666667% !important;
48625
48906
  }
48626
48907
 
48627
48908
  .ui[class*="fourteen column"].doubling.grid > .row > .column,
48628
48909
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
48629
- .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
48910
+ .ui.ui.grid > [class*="fourteen column"].doubling.row > .column {
48630
48911
  width: 14.28571429% !important;
48631
48912
  }
48632
48913
 
48633
48914
  .ui[class*="fifteen column"].doubling.grid > .row > .column,
48634
48915
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
48635
- .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
48916
+ .ui.ui.grid > [class*="fifteen column"].doubling.row > .column {
48636
48917
  width: 14.28571429% !important;
48637
48918
  }
48638
48919
 
48639
48920
  .ui[class*="sixteen column"].doubling.grid > .row > .column,
48640
48921
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
48641
- .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
48922
+ .ui.ui.grid > [class*="sixteen column"].doubling.row > .column {
48642
48923
  width: 12.5% !important;
48643
48924
  }
48644
48925
  }
@@ -48662,91 +48943,91 @@ span.ui.massive.text {
48662
48943
 
48663
48944
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
48664
48945
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
48665
- .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
48946
+ .ui.ui.grid > [class*="two column"].doubling:not(.stackable).row > .column {
48666
48947
  width: 100% !important;
48667
48948
  }
48668
48949
 
48669
48950
  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
48670
48951
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
48671
- .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
48952
+ .ui.ui.grid > [class*="three column"].doubling:not(.stackable).row > .column {
48672
48953
  width: 50% !important;
48673
48954
  }
48674
48955
 
48675
48956
  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
48676
48957
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
48677
- .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
48958
+ .ui.ui.grid > [class*="four column"].doubling:not(.stackable).row > .column {
48678
48959
  width: 50% !important;
48679
48960
  }
48680
48961
 
48681
48962
  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
48682
48963
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
48683
- .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
48964
+ .ui.ui.grid > [class*="five column"].doubling:not(.stackable).row > .column {
48684
48965
  width: 50% !important;
48685
48966
  }
48686
48967
 
48687
48968
  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
48688
48969
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
48689
- .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
48970
+ .ui.ui.grid > [class*="six column"].doubling:not(.stackable).row > .column {
48690
48971
  width: 50% !important;
48691
48972
  }
48692
48973
 
48693
48974
  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
48694
48975
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
48695
- .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
48976
+ .ui.ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column {
48696
48977
  width: 50% !important;
48697
48978
  }
48698
48979
 
48699
48980
  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
48700
48981
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
48701
- .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
48982
+ .ui.ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column {
48702
48983
  width: 50% !important;
48703
48984
  }
48704
48985
 
48705
48986
  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
48706
48987
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
48707
- .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
48988
+ .ui.ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column {
48708
48989
  width: 33.33333333% !important;
48709
48990
  }
48710
48991
 
48711
48992
  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
48712
48993
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
48713
- .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
48994
+ .ui.ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column {
48714
48995
  width: 33.33333333% !important;
48715
48996
  }
48716
48997
 
48717
48998
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
48718
48999
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
48719
- .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
49000
+ .ui.ui.grid > [class*="eleven column"].doubling:not(.stackable).row > .column {
48720
49001
  width: 33.33333333% !important;
48721
49002
  }
48722
49003
 
48723
49004
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
48724
49005
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
48725
- .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
49006
+ .ui.ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column {
48726
49007
  width: 33.33333333% !important;
48727
49008
  }
48728
49009
 
48729
49010
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
48730
49011
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
48731
- .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
49012
+ .ui.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row > .column {
48732
49013
  width: 33.33333333% !important;
48733
49014
  }
48734
49015
 
48735
49016
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
48736
49017
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
48737
- .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
49018
+ .ui.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column {
48738
49019
  width: 25% !important;
48739
49020
  }
48740
49021
 
48741
49022
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
48742
49023
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
48743
- .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
49024
+ .ui.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row > .column {
48744
49025
  width: 25% !important;
48745
49026
  }
48746
49027
 
48747
49028
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
48748
49029
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
48749
- .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
49030
+ .ui.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column {
48750
49031
  width: 25% !important;
48751
49032
  }
48752
49033
  }
@@ -48843,31 +49124,31 @@ span.ui.massive.text {
48843
49124
  /* Mobile Only Hide */
48844
49125
 
48845
49126
  @media only screen and (max-width: 767.98px) {
48846
- .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
48847
- .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
48848
- .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
48849
- .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
49127
+ .ui.ui.ui[class*="tablet only"].grid:not(.mobile),
49128
+ .ui.ui.ui.grid > [class*="tablet only"].row:not(.mobile),
49129
+ .ui.ui.ui.grid > [class*="tablet only"].column:not(.mobile),
49130
+ .ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.mobile) {
48850
49131
  display: none !important;
48851
49132
  }
48852
49133
 
48853
- .ui[class*="computer only"].grid.grid.grid:not(.mobile),
48854
- .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
48855
- .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
48856
- .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
49134
+ .ui.ui.ui[class*="computer only"].grid:not(.mobile),
49135
+ .ui.ui.ui.grid > [class*="computer only"].row:not(.mobile),
49136
+ .ui.ui.ui.grid > [class*="computer only"].column:not(.mobile),
49137
+ .ui.ui.ui.grid > .row > [class*="computer only"].column:not(.mobile) {
48857
49138
  display: none !important;
48858
49139
  }
48859
49140
 
48860
- .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
48861
- .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
48862
- .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
48863
- .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
49141
+ .ui.ui.ui[class*="large screen only"].grid:not(.mobile),
49142
+ .ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
49143
+ .ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
49144
+ .ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
48864
49145
  display: none !important;
48865
49146
  }
48866
49147
 
48867
- .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
48868
- .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
48869
- .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
48870
- .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
49148
+ .ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
49149
+ .ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
49150
+ .ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
49151
+ .ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
48871
49152
  display: none !important;
48872
49153
  }
48873
49154
  }
@@ -48875,31 +49156,31 @@ span.ui.massive.text {
48875
49156
  /* Tablet Only Hide */
48876
49157
 
48877
49158
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
48878
- .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
48879
- .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
48880
- .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
48881
- .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
49159
+ .ui.ui.ui[class*="mobile only"].grid:not(.tablet),
49160
+ .ui.ui.ui.grid > [class*="mobile only"].row:not(.tablet),
49161
+ .ui.ui.ui.grid > [class*="mobile only"].column:not(.tablet),
49162
+ .ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.tablet) {
48882
49163
  display: none !important;
48883
49164
  }
48884
49165
 
48885
- .ui[class*="computer only"].grid.grid.grid:not(.tablet),
48886
- .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
48887
- .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
48888
- .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
49166
+ .ui.ui.ui[class*="computer only"].grid:not(.tablet),
49167
+ .ui.ui.ui.grid > [class*="computer only"].row:not(.tablet),
49168
+ .ui.ui.ui.grid > [class*="computer only"].column:not(.tablet),
49169
+ .ui.ui.ui.grid > .row > [class*="computer only"].column:not(.tablet) {
48889
49170
  display: none !important;
48890
49171
  }
48891
49172
 
48892
- .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
48893
- .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
48894
- .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
48895
- .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
49173
+ .ui.ui.ui[class*="large screen only"].grid:not(.mobile),
49174
+ .ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
49175
+ .ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
49176
+ .ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
48896
49177
  display: none !important;
48897
49178
  }
48898
49179
 
48899
- .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
48900
- .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
48901
- .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
48902
- .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
49180
+ .ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
49181
+ .ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
49182
+ .ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
49183
+ .ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
48903
49184
  display: none !important;
48904
49185
  }
48905
49186
  }
@@ -48907,31 +49188,31 @@ span.ui.massive.text {
48907
49188
  /* Computer Only Hide */
48908
49189
 
48909
49190
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
48910
- .ui[class*="mobile only"].grid.grid.grid:not(.computer),
48911
- .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
48912
- .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
48913
- .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
49191
+ .ui.ui.ui[class*="mobile only"].grid:not(.computer),
49192
+ .ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
49193
+ .ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
49194
+ .ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
48914
49195
  display: none !important;
48915
49196
  }
48916
49197
 
48917
- .ui[class*="tablet only"].grid.grid.grid:not(.computer),
48918
- .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
48919
- .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
48920
- .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
49198
+ .ui.ui.ui[class*="tablet only"].grid:not(.computer),
49199
+ .ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
49200
+ .ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
49201
+ .ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
48921
49202
  display: none !important;
48922
49203
  }
48923
49204
 
48924
- .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
48925
- .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
48926
- .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
48927
- .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
49205
+ .ui.ui.ui[class*="large screen only"].grid:not(.mobile),
49206
+ .ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
49207
+ .ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
49208
+ .ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
48928
49209
  display: none !important;
48929
49210
  }
48930
49211
 
48931
- .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
48932
- .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
48933
- .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
48934
- .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
49212
+ .ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
49213
+ .ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
49214
+ .ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
49215
+ .ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
48935
49216
  display: none !important;
48936
49217
  }
48937
49218
  }
@@ -48939,24 +49220,24 @@ span.ui.massive.text {
48939
49220
  /* Large Screen Only Hide */
48940
49221
 
48941
49222
  @media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
48942
- .ui[class*="mobile only"].grid.grid.grid:not(.computer),
48943
- .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
48944
- .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
48945
- .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
49223
+ .ui.ui.ui[class*="mobile only"].grid:not(.computer),
49224
+ .ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
49225
+ .ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
49226
+ .ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
48946
49227
  display: none !important;
48947
49228
  }
48948
49229
 
48949
- .ui[class*="tablet only"].grid.grid.grid:not(.computer),
48950
- .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
48951
- .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
48952
- .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
49230
+ .ui.ui.ui[class*="tablet only"].grid:not(.computer),
49231
+ .ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
49232
+ .ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
49233
+ .ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
48953
49234
  display: none !important;
48954
49235
  }
48955
49236
 
48956
- .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
48957
- .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
48958
- .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
48959
- .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
49237
+ .ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
49238
+ .ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
49239
+ .ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
49240
+ .ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
48960
49241
  display: none !important;
48961
49242
  }
48962
49243
  }
@@ -48964,17 +49245,17 @@ span.ui.massive.text {
48964
49245
  /* Widescreen Only Hide */
48965
49246
 
48966
49247
  @media only screen and (min-width: 1920px) {
48967
- .ui[class*="mobile only"].grid.grid.grid:not(.computer),
48968
- .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
48969
- .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
48970
- .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
49248
+ .ui.ui.ui[class*="mobile only"].grid:not(.computer),
49249
+ .ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
49250
+ .ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
49251
+ .ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
48971
49252
  display: none !important;
48972
49253
  }
48973
49254
 
48974
- .ui[class*="tablet only"].grid.grid.grid:not(.computer),
48975
- .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
48976
- .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
48977
- .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
49255
+ .ui.ui.ui[class*="tablet only"].grid:not(.computer),
49256
+ .ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
49257
+ .ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
49258
+ .ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
48978
49259
  display: none !important;
48979
49260
  }
48980
49261
  }
@@ -49083,7 +49364,7 @@ span.ui.massive.text {
49083
49364
  Site Overrides
49084
49365
  *******************************/
49085
49366
  /*!
49086
- * # Fomantic-UI 2.9.3-beta.3+880333c - Menu
49367
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Menu
49087
49368
  * https://github.com/fomantic/Fomantic-UI/
49088
49369
  *
49089
49370
  *
@@ -51064,9 +51345,14 @@ Floated Menu / Item
51064
51345
  }
51065
51346
 
51066
51347
  /* -------------------
51067
- Evenly Sized
51068
- -------------------- */
51348
+ Evenly Sized
51349
+ -------------------- */
51069
51350
 
51351
+ .ui[class*="equal width"].menu > .item {
51352
+ flex: 1;
51353
+ }
51354
+
51355
+ .ui[class*="equal width"].menu > .item,
51070
51356
  .ui.item.menu,
51071
51357
  .ui.item.menu .item {
51072
51358
  width: 100%;
@@ -51078,10 +51364,12 @@ Floated Menu / Item
51078
51364
  justify-content: center;
51079
51365
  }
51080
51366
 
51367
+ .ui.attached[class*="equal width"].menu:not(.tabular),
51081
51368
  .ui.attached.item.menu:not(.tabular) {
51082
51369
  margin: 0 -1px !important;
51083
51370
  }
51084
51371
 
51372
+ .ui[class*="equal width"].menu > .item:last-child::before,
51085
51373
  .ui.item.menu .item:last-child::before {
51086
51374
  display: none;
51087
51375
  }
@@ -51442,16 +51730,16 @@ Floated Menu / Item
51442
51730
  display: none;
51443
51731
  }
51444
51732
 
51445
- .ui.wrapping.menu:not(.tabular) .item:last-of-type,
51446
- .ui.wrapping.menu:not(.tabular) .item:last-child {
51733
+ .ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-of-type,
51734
+ .ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
51447
51735
  border-right: 1px solid rgba(34, 36, 38, 0.1);
51448
51736
  }
51449
51737
 
51450
- .ui.wrapped.menu:not(.tabular) .item:first-child {
51738
+ .ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:first-child {
51451
51739
  border-bottom-left-radius: 0;
51452
51740
  }
51453
51741
 
51454
- .ui.wrapped.menu:not(.tabular) .item:last-child {
51742
+ .ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
51455
51743
  border-top-right-radius: 0;
51456
51744
  }
51457
51745
 
@@ -51579,7 +51867,7 @@ Floated Menu / Item
51579
51867
  Site Overrides
51580
51868
  *******************************/
51581
51869
  /*!
51582
- * # Fomantic-UI 2.9.3-beta.3+880333c - Message
51870
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Message
51583
51871
  * https://github.com/fomantic/Fomantic-UI/
51584
51872
  *
51585
51873
  *
@@ -52323,7 +52611,7 @@ Floated Menu / Item
52323
52611
  Site Overrides
52324
52612
  *******************************/
52325
52613
  /*!
52326
- * # Fomantic-UI 2.9.3-beta.3+880333c - Table
52614
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Table
52327
52615
  * https://github.com/fomantic/Fomantic-UI/
52328
52616
  *
52329
52617
  *
@@ -52826,22 +53114,42 @@ Floated Menu / Item
52826
53114
  max-height: 6.74983929em;
52827
53115
  }
52828
53116
 
53117
+ .resizable.ui.scrolling.table.short > tbody {
53118
+ height: 6.74983929em;
53119
+ }
53120
+
52829
53121
  .ui.scrolling.table[class*="very short"] > tbody {
52830
53122
  max-height: 4.49989286em;
52831
53123
  }
52832
53124
 
53125
+ .resizable.ui.scrolling.table[class*="very short"] > tbody {
53126
+ height: 4.49989286em;
53127
+ }
53128
+
52833
53129
  .ui.scrolling.table > tbody {
52834
53130
  max-height: 8.99978571em;
52835
53131
  }
52836
53132
 
53133
+ .resizable.ui.scrolling.table > tbody {
53134
+ height: 8.99978571em;
53135
+ }
53136
+
52837
53137
  .ui.scrolling.table.long > tbody {
52838
53138
  max-height: 17.99957143em;
52839
53139
  }
52840
53140
 
53141
+ .resizable.ui.scrolling.table.long > tbody {
53142
+ height: 17.99957143em;
53143
+ }
53144
+
52841
53145
  .ui.scrolling.table[class*="very long"] > tbody {
52842
53146
  max-height: 26.99935714em;
52843
53147
  }
52844
53148
 
53149
+ .resizable.ui.scrolling.table[class*="very long"] > tbody {
53150
+ height: 26.99935714em;
53151
+ }
53152
+
52845
53153
  .ui.overflowing.table.short {
52846
53154
  max-height: 11.24973214em;
52847
53155
  }
@@ -52872,21 +53180,41 @@ Floated Menu / Item
52872
53180
  max-height: 8.99978571em;
52873
53181
  }
52874
53182
 
53183
+ .resizable.ui.scrolling.table.short > tbody {
53184
+ height: 8.99978571em;
53185
+ }
53186
+
52875
53187
  .ui.scrolling.table[class*="very short"] > tbody {
52876
53188
  max-height: 5.99985714em;
52877
53189
  }
52878
53190
 
53191
+ .resizable.ui.scrolling.table[class*="very short"] > tbody {
53192
+ height: 5.99985714em;
53193
+ }
53194
+
52879
53195
  .ui.scrolling.table > tbody {
52880
53196
  max-height: 11.99971429em;
52881
53197
  }
52882
53198
 
53199
+ .resizable.ui.scrolling.table > tbody {
53200
+ height: 11.99971429em;
53201
+ }
53202
+
52883
53203
  .ui.scrolling.table.long > tbody {
52884
53204
  max-height: 23.99942857em;
52885
53205
  }
52886
53206
 
53207
+ .resizable.ui.scrolling.table.long > tbody {
53208
+ height: 23.99942857em;
53209
+ }
53210
+
52887
53211
  .ui.scrolling.table[class*="very long"] > tbody {
52888
53212
  max-height: 35.99914286em;
52889
53213
  }
53214
+
53215
+ .resizable.ui.scrolling.table[class*="very long"] > tbody {
53216
+ height: 35.99914286em;
53217
+ }
52890
53218
  }
52891
53219
 
52892
53220
  @media only screen and (min-width: 992px) {
@@ -52894,21 +53222,41 @@ Floated Menu / Item
52894
53222
  max-height: 13.49967857em;
52895
53223
  }
52896
53224
 
53225
+ .resizable.ui.scrolling.table.short > tbody {
53226
+ height: 13.49967857em;
53227
+ }
53228
+
52897
53229
  .ui.scrolling.table[class*="very short"] > tbody {
52898
53230
  max-height: 8.99978571em;
52899
53231
  }
52900
53232
 
53233
+ .resizable.ui.scrolling.table[class*="very short"] > tbody {
53234
+ height: 8.99978571em;
53235
+ }
53236
+
52901
53237
  .ui.scrolling.table > tbody {
52902
53238
  max-height: 17.99957143em;
52903
53239
  }
52904
53240
 
53241
+ .resizable.ui.scrolling.table > tbody {
53242
+ height: 17.99957143em;
53243
+ }
53244
+
52905
53245
  .ui.scrolling.table.long > tbody {
52906
53246
  max-height: 35.99914286em;
52907
53247
  }
52908
53248
 
53249
+ .resizable.ui.scrolling.table.long > tbody {
53250
+ height: 35.99914286em;
53251
+ }
53252
+
52909
53253
  .ui.scrolling.table[class*="very long"] > tbody {
52910
53254
  max-height: 53.99871429em;
52911
53255
  }
53256
+
53257
+ .resizable.ui.scrolling.table[class*="very long"] > tbody {
53258
+ height: 53.99871429em;
53259
+ }
52912
53260
  }
52913
53261
 
52914
53262
  @media only screen and (min-width: 1920px) {
@@ -52916,21 +53264,41 @@ Floated Menu / Item
52916
53264
  max-height: 17.99957143em;
52917
53265
  }
52918
53266
 
53267
+ .resizable.ui.scrolling.table.short > tbody {
53268
+ height: 17.99957143em;
53269
+ }
53270
+
52919
53271
  .ui.scrolling.table[class*="very short"] > tbody {
52920
53272
  max-height: 11.99971429em;
52921
53273
  }
52922
53274
 
53275
+ .resizable.ui.scrolling.table[class*="very short"] > tbody {
53276
+ height: 11.99971429em;
53277
+ }
53278
+
52923
53279
  .ui.scrolling.table > tbody {
52924
53280
  max-height: 23.99942857em;
52925
53281
  }
52926
53282
 
53283
+ .resizable.ui.scrolling.table > tbody {
53284
+ height: 23.99942857em;
53285
+ }
53286
+
52927
53287
  .ui.scrolling.table.long > tbody {
52928
53288
  max-height: 47.99885714em;
52929
53289
  }
52930
53290
 
53291
+ .resizable.ui.scrolling.table.long > tbody {
53292
+ height: 47.99885714em;
53293
+ }
53294
+
52931
53295
  .ui.scrolling.table[class*="very long"] > tbody {
52932
53296
  max-height: 71.99828571em;
52933
53297
  }
53298
+
53299
+ .resizable.ui.scrolling.table[class*="very long"] > tbody {
53300
+ height: 71.99828571em;
53301
+ }
52934
53302
  }
52935
53303
 
52936
53304
  .ui.scrolling.table > thead,
@@ -53039,6 +53407,11 @@ Floated Menu / Item
53039
53407
  scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
53040
53408
  }
53041
53409
 
53410
+ .ui.resizable.scrolling.table > tbody {
53411
+ resize: vertical;
53412
+ max-height: none;
53413
+ }
53414
+
53042
53415
  /* --------------
53043
53416
  Overflowing
53044
53417
  --------------- */
@@ -56334,7 +56707,7 @@ Floated Menu / Item
56334
56707
  Site Overrides
56335
56708
  *******************************/
56336
56709
  /*!
56337
- * # Fomantic-UI 2.9.3-beta.3+880333c - Ad
56710
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Ad
56338
56711
  * https://github.com/fomantic/Fomantic-UI/
56339
56712
  *
56340
56713
  *
@@ -56622,7 +56995,7 @@ Floated Menu / Item
56622
56995
  Site Overrides
56623
56996
  *******************************/
56624
56997
  /*!
56625
- * # Fomantic-UI 2.9.3-beta.3+880333c - Card
56998
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Card
56626
56999
  * https://github.com/fomantic/Fomantic-UI/
56627
57000
  *
56628
57001
  *
@@ -58770,7 +59143,7 @@ a.inverted.ui.card:hover,
58770
59143
  Site Overrides
58771
59144
  *******************************/
58772
59145
  /*!
58773
- * # Fomantic-UI 2.9.3-beta.3+880333c - Comment
59146
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Comment
58774
59147
  * https://github.com/fomantic/Fomantic-UI/
58775
59148
  *
58776
59149
  *
@@ -59073,6 +59446,12 @@ a.inverted.ui.card:hover,
59073
59446
  box-shadow: -1px 0 0 #555;
59074
59447
  }
59075
59448
 
59449
+ .ui.disabled.comments,
59450
+ .ui.comments .disabled.comment {
59451
+ opacity: 0.45;
59452
+ pointer-events: none;
59453
+ }
59454
+
59076
59455
  /*******************************
59077
59456
  Theme Overrides
59078
59457
  *******************************/
@@ -59081,7 +59460,7 @@ a.inverted.ui.card:hover,
59081
59460
  Site Overrides
59082
59461
  *******************************/
59083
59462
  /*!
59084
- * # Fomantic-UI 2.9.3-beta.3+880333c - Feed
59463
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Feed
59085
59464
  * https://github.com/fomantic/Fomantic-UI/
59086
59465
  *
59087
59466
  *
@@ -59422,7 +59801,7 @@ a.inverted.ui.card:hover,
59422
59801
  Site Overrides
59423
59802
  *******************************/
59424
59803
  /*!
59425
- * # Fomantic-UI 2.9.3-beta.3+880333c - Item
59804
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Item
59426
59805
  * https://github.com/fomantic/Fomantic-UI/
59427
59806
  *
59428
59807
  *
@@ -60025,6 +60404,12 @@ a.inverted.ui.card:hover,
60025
60404
  border-top: none;
60026
60405
  }
60027
60406
 
60407
+ .ui.disabled.items,
60408
+ .ui.items > .disabled.item {
60409
+ opacity: 0.45;
60410
+ pointer-events: none;
60411
+ }
60412
+
60028
60413
  /*******************************
60029
60414
  Theme Overrides
60030
60415
  *******************************/
@@ -60033,7 +60418,7 @@ a.inverted.ui.card:hover,
60033
60418
  Site Overrides
60034
60419
  *******************************/
60035
60420
  /*!
60036
- * # Fomantic-UI 2.9.3-beta.3+880333c - Statistic
60421
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Statistic
60037
60422
  * https://github.com/fomantic/Fomantic-UI/
60038
60423
  *
60039
60424
  *
@@ -60711,7 +61096,7 @@ a.inverted.ui.card:hover,
60711
61096
  Site Overrides
60712
61097
  *******************************/
60713
61098
  /*!
60714
- * # Fomantic-UI 2.9.3-beta.3+880333c - Accordion
61099
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Accordion
60715
61100
  * https://github.com/fomantic/Fomantic-UI/
60716
61101
  *
60717
61102
  *
@@ -61118,7 +61503,7 @@ a.inverted.ui.card:hover,
61118
61503
  User Overrides
61119
61504
  *******************************/
61120
61505
  /*!
61121
- * # Fomantic-UI 2.9.3-beta.3+880333c - Calendar
61506
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Calendar
61122
61507
  * https://github.com/fomantic/Fomantic-UI/
61123
61508
  *
61124
61509
  *
@@ -61335,7 +61720,7 @@ a.inverted.ui.card:hover,
61335
61720
  User Overrides
61336
61721
  *******************************/
61337
61722
  /*!
61338
- * # Fomantic-UI 2.9.3-beta.3+880333c - Checkbox
61723
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Checkbox
61339
61724
  * https://github.com/fomantic/Fomantic-UI/
61340
61725
  *
61341
61726
  *
@@ -62181,7 +62566,7 @@ a.inverted.ui.card:hover,
62181
62566
  Site Overrides
62182
62567
  *******************************/
62183
62568
  /*!
62184
- * # Fomantic-UI 2.9.3-beta.3+880333c - Dimmer
62569
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Dimmer
62185
62570
  * https://github.com/fomantic/Fomantic-UI/
62186
62571
  *
62187
62572
  *
@@ -62397,7 +62782,7 @@ body.dimmable > .dimmer {
62397
62782
  background: rgba(0, 0, 0, 0.45);
62398
62783
  }
62399
62784
 
62400
- .very.light.light.light.light.dimmer {
62785
+ .very.very.very.very.light.dimmer {
62401
62786
  background: rgba(0, 0, 0, 0.25);
62402
62787
  }
62403
62788
 
@@ -62426,7 +62811,7 @@ body.dimmable > .dimmer {
62426
62811
  background: rgba(255, 255, 255, 0.45);
62427
62812
  }
62428
62813
 
62429
- .very.light.light.light.light.inverted.dimmer {
62814
+ .very.very.very.very.light.inverted.dimmer {
62430
62815
  background: rgba(255, 255, 255, 0.25);
62431
62816
  }
62432
62817
 
@@ -62587,7 +62972,7 @@ body.dimmable > .dimmer {
62587
62972
  User Overrides
62588
62973
  *******************************/
62589
62974
  /*!
62590
- * # Fomantic-UI 2.9.3-beta.3+880333c - Dropdown
62975
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Dropdown
62591
62976
  * https://github.com/fomantic/Fomantic-UI/
62592
62977
  *
62593
62978
  *
@@ -63455,7 +63840,7 @@ select.ui.dropdown {
63455
63840
  margin-left: 1.5em;
63456
63841
  }
63457
63842
 
63458
- .ui.dropdown:not(.selection) > .remove.icon {
63843
+ .ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
63459
63844
  margin-top: -1.35em;
63460
63845
  }
63461
63846
 
@@ -63528,6 +63913,19 @@ select.ui.dropdown {
63528
63913
  height: 1.71428571em;
63529
63914
  }
63530
63915
 
63916
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
63917
+ right: -1.5em;
63918
+ }
63919
+
63920
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
63921
+ margin-right: -1.5em;
63922
+ }
63923
+
63924
+ .ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
63925
+ .ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
63926
+ overflow: inherit;
63927
+ }
63928
+
63531
63929
  /* -----------------
63532
63930
  Multiple Search
63533
63931
  ----------------- */
@@ -63570,6 +63968,15 @@ select.ui.dropdown {
63570
63968
  min-width: 14em;
63571
63969
  }
63572
63970
 
63971
+ .ui.multiple.search.dropdown > span.sizer {
63972
+ display: none;
63973
+ }
63974
+
63975
+ .ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
63976
+ .ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
63977
+ min-width: 5.05em;
63978
+ }
63979
+
63573
63980
  /* --------------
63574
63981
  Inline
63575
63982
  --------------- */
@@ -64090,8 +64497,8 @@ select.ui.dropdown {
64090
64497
  border-top: 1px solid rgba(34, 36, 38, 0.15);
64091
64498
  }
64092
64499
 
64093
- .ui.scrolling.dropdown .menu .item.item.item,
64094
- .ui.dropdown .scrolling.menu > .item.item.item {
64500
+ .ui.ui.ui.scrolling.dropdown .menu .item,
64501
+ .ui.ui.ui.dropdown .scrolling.menu > .item {
64095
64502
  border-top: none;
64096
64503
  }
64097
64504
 
@@ -64119,6 +64526,11 @@ select.ui.dropdown {
64119
64526
  .ui.dropdown .scrolling.menu {
64120
64527
  max-height: 10.28571429rem;
64121
64528
  }
64529
+
64530
+ .ui.scrolling.resizable.dropdown .menu,
64531
+ .ui.dropdown .scrolling.resizable.menu {
64532
+ height: 10.28571429rem;
64533
+ }
64122
64534
  }
64123
64535
 
64124
64536
  @media only screen and (min-width: 768px) {
@@ -64126,6 +64538,11 @@ select.ui.dropdown {
64126
64538
  .ui.dropdown .scrolling.menu {
64127
64539
  max-height: 15.42857143rem;
64128
64540
  }
64541
+
64542
+ .ui.scrolling.resizable.dropdown .menu,
64543
+ .ui.dropdown .scrolling.resizable.menu {
64544
+ height: 15.42857143rem;
64545
+ }
64129
64546
  }
64130
64547
 
64131
64548
  @media only screen and (min-width: 992px) {
@@ -64133,6 +64550,11 @@ select.ui.dropdown {
64133
64550
  .ui.dropdown .scrolling.menu {
64134
64551
  max-height: 20.57142857rem;
64135
64552
  }
64553
+
64554
+ .ui.scrolling.resizable.dropdown .menu,
64555
+ .ui.dropdown .scrolling.resizable.menu {
64556
+ height: 20.57142857rem;
64557
+ }
64136
64558
  }
64137
64559
 
64138
64560
  @media only screen and (min-width: 1920px) {
@@ -64140,6 +64562,17 @@ select.ui.dropdown {
64140
64562
  .ui.dropdown .scrolling.menu {
64141
64563
  max-height: 20.57142857rem;
64142
64564
  }
64565
+
64566
+ .ui.scrolling.resizable.dropdown .menu,
64567
+ .ui.dropdown .scrolling.resizable.menu {
64568
+ height: 20.57142857rem;
64569
+ }
64570
+ }
64571
+
64572
+ .ui.scrolling.resizable.dropdown .menu,
64573
+ .ui.dropdown .scrolling.resizable.menu {
64574
+ resize: vertical;
64575
+ max-height: none;
64143
64576
  }
64144
64577
 
64145
64578
  /* --------------------
@@ -64858,7 +65291,7 @@ select.ui.dropdown {
64858
65291
  User Overrides
64859
65292
  *******************************/
64860
65293
  /*!
64861
- * # Fomantic-UI 2.9.3-beta.3+880333c - Embed
65294
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Embed
64862
65295
  * https://github.com/fomantic/Fomantic-UI/
64863
65296
  *
64864
65297
  *
@@ -65018,7 +65451,7 @@ select.ui.dropdown {
65018
65451
  Site Overrides
65019
65452
  *******************************/
65020
65453
  /*!
65021
- * # Fomantic-UI 2.9.3-beta.3+880333c - Flyout
65454
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Flyout
65022
65455
  * https://github.com/fomantic/Fomantic-UI/
65023
65456
  *
65024
65457
  *
@@ -65649,7 +66082,7 @@ body.pushable > .pusher {
65649
66082
  User Overrides
65650
66083
  *******************************/
65651
66084
  /*!
65652
- * # Fomantic-UI 2.9.3-beta.3+880333c - Modal
66085
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Modal
65653
66086
  * https://github.com/fomantic/Fomantic-UI/
65654
66087
  *
65655
66088
  *
@@ -66116,12 +66549,11 @@ body.pushable > .pusher {
66116
66549
  }
66117
66550
 
66118
66551
  .scrolling.dimmable > .dimmer {
66119
- justify-content: flex-start;
66552
+ justify-content: center;
66120
66553
  position: fixed;
66121
66554
  }
66122
66555
 
66123
66556
  .scrolling.dimmable:not(body) > .dimmer {
66124
- justify-content: center;
66125
66557
  position: absolute;
66126
66558
  }
66127
66559
 
@@ -66131,8 +66563,13 @@ body.pushable > .pusher {
66131
66563
  overscroll-behavior: none;
66132
66564
  }
66133
66565
 
66566
+ .modals.dimmer .ui.scrolling.modal.fullscreen {
66567
+ top: 0;
66568
+ }
66569
+
66134
66570
  .modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
66135
66571
  margin: 2rem auto;
66572
+ top: 1em;
66136
66573
  }
66137
66574
 
66138
66575
  /* Fix for Firefox, Edge, IE11 */
@@ -66169,6 +66606,11 @@ body.pushable > .pusher {
66169
66606
  overscroll-behavior: none;
66170
66607
  }
66171
66608
 
66609
+ .ui.modal > .resizable.scrolling.content {
66610
+ resize: vertical;
66611
+ max-height: none;
66612
+ }
66613
+
66172
66614
  .ui.overlay.fullscreen.modal > .content {
66173
66615
  min-height: calc(100vh - 9.1rem);
66174
66616
  }
@@ -66535,7 +66977,7 @@ body.pushable > .pusher {
66535
66977
  Site Overrides
66536
66978
  *******************************/
66537
66979
  /*!
66538
- * # Fomantic-UI 2.9.3-beta.3+880333c - Nag
66980
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Nag
66539
66981
  * https://github.com/fomantic/Fomantic-UI/
66540
66982
  *
66541
66983
  *
@@ -66870,7 +67312,7 @@ a.ui.nag {
66870
67312
  User Overrides
66871
67313
  *******************************/
66872
67314
  /*!
66873
- * # Fomantic-UI 2.9.3-beta.3+880333c - Popup
67315
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Popup
66874
67316
  * https://github.com/fomantic/Fomantic-UI/
66875
67317
  *
66876
67318
  *
@@ -66951,7 +67393,6 @@ a.ui.nag {
66951
67393
  width: 0.71428571em;
66952
67394
  height: 0.71428571em;
66953
67395
  background: #fff;
66954
- transform: rotate(45deg);
66955
67396
  z-index: 1901;
66956
67397
  box-shadow: 1px 1px 0 0 #bababc;
66957
67398
  }
@@ -66980,37 +67421,27 @@ a.ui.nag {
66980
67421
  z-index: 1900;
66981
67422
  }
66982
67423
 
66983
- /* Default Position (Top Center) */
66984
-
66985
- [data-tooltip]:not([data-position])::before {
66986
- top: auto;
66987
- right: auto;
66988
- bottom: 100%;
66989
- left: 50%;
66990
- background: #fff;
66991
- margin-left: -0.07142857rem;
66992
- margin-bottom: 0.14285714rem;
66993
- }
66994
-
66995
- [data-tooltip]:not([data-position])::after {
66996
- left: 50%;
66997
- transform: translateX(-50%);
66998
- bottom: 100%;
66999
- margin-bottom: 0.5em;
67000
- }
67001
-
67002
67424
  /* Animation */
67003
67425
 
67004
67426
  [data-tooltip]::before,
67005
67427
  [data-tooltip]::after {
67006
67428
  pointer-events: none;
67007
- visibility: hidden;
67008
67429
  opacity: 0;
67009
- transition: transform 0.1s ease, opacity 0.1s ease;
67430
+ transition: transform 0.2s ease, opacity 0.2s ease;
67431
+ }
67432
+
67433
+ [data-tooltip]::after,
67434
+ [data-tooltip]:hover::before {
67435
+ transition-delay: 0.04s;
67436
+ }
67437
+
67438
+ [data-tooltip]::before,
67439
+ [data-tooltip]:hover::after {
67440
+ transition-delay: 0s;
67010
67441
  }
67011
67442
 
67012
67443
  [data-tooltip]::before {
67013
- transform: rotate(45deg) scale(0) !important;
67444
+ transform: rotate(45deg) scale(0.8);
67014
67445
  transform-origin: center top;
67015
67446
  }
67016
67447
 
@@ -67018,38 +67449,40 @@ a.ui.nag {
67018
67449
  transform-origin: center bottom;
67019
67450
  }
67020
67451
 
67452
+ [data-tooltip][data-variation~="visible"]::before,
67453
+ [data-tooltip][data-variation~="visible"]::after,
67021
67454
  [data-tooltip]:hover::before,
67022
67455
  [data-tooltip]:hover::after {
67023
- visibility: visible;
67024
67456
  pointer-events: auto;
67025
67457
  opacity: 1;
67026
67458
  }
67027
67459
 
67028
67460
  [data-tooltip]:hover::before {
67029
- transform: rotate(45deg) scale(1) !important;
67461
+ transform: rotate(45deg) scale(1);
67030
67462
  }
67031
67463
 
67032
67464
  /* Animation Position */
67033
67465
 
67034
- [data-tooltip]::after,
67466
+ [data-tooltip]:not([data-position])::after,
67035
67467
  [data-tooltip][data-position="top center"]::after,
67036
67468
  [data-tooltip][data-position="bottom center"]::after {
67037
- transform: translateX(-50%) scale(0) !important;
67469
+ transform: translateX(-50%) scale(0.8);
67038
67470
  }
67039
67471
 
67040
- [data-tooltip]:hover::after,
67472
+ [data-tooltip]:not([data-position]):hover::after,
67473
+ [data-tooltip][data-position="top center"]:hover::after,
67041
67474
  [data-tooltip][data-position="bottom center"]:hover::after {
67042
- transform: translateX(-50%) scale(1) !important;
67475
+ transform: translateX(-50%) scale(1);
67043
67476
  }
67044
67477
 
67045
67478
  [data-tooltip][data-position="left center"]::after,
67046
67479
  [data-tooltip][data-position="right center"]::after {
67047
- transform: translateY(-50%) scale(0) !important;
67480
+ transform: translateY(-50%) scale(0.8);
67048
67481
  }
67049
67482
 
67050
67483
  [data-tooltip][data-position="left center"]:hover::after,
67051
67484
  [data-tooltip][data-position="right center"]:hover::after {
67052
- transform: translateY(-50%) scale(1) !important;
67485
+ transform: translateY(-50%) scale(1);
67053
67486
  -moz-transform: translateY(-50%) scale(1.0001) !important;
67054
67487
  }
67055
67488
 
@@ -67057,14 +67490,14 @@ a.ui.nag {
67057
67490
  [data-tooltip][data-position="top right"]::after,
67058
67491
  [data-tooltip][data-position="bottom left"]::after,
67059
67492
  [data-tooltip][data-position="bottom right"]::after {
67060
- transform: scale(0) !important;
67493
+ transform: scale(0.8);
67061
67494
  }
67062
67495
 
67063
67496
  [data-tooltip][data-position="top left"]:hover::after,
67064
67497
  [data-tooltip][data-position="top right"]:hover::after,
67065
67498
  [data-tooltip][data-position="bottom left"]:hover::after,
67066
67499
  [data-tooltip][data-position="bottom right"]:hover::after {
67067
- transform: scale(1) !important;
67500
+ transform: scale(1);
67068
67501
  }
67069
67502
 
67070
67503
  [data-tooltip][data-variation~="fixed"]::after {
@@ -67093,12 +67526,12 @@ a.ui.nag {
67093
67526
  /* Arrow */
67094
67527
 
67095
67528
  [data-tooltip][data-inverted]::before {
67096
- box-shadow: none !important;
67529
+ box-shadow: none;
67097
67530
  }
67098
67531
 
67099
67532
  /* Arrow Position */
67100
67533
 
67101
- [data-tooltip][data-inverted]::before {
67534
+ [data-tooltip]:not([data-position])[data-inverted]::before {
67102
67535
  background: #1b1c1d;
67103
67536
  }
67104
67537
 
@@ -67119,17 +67552,18 @@ a.ui.nag {
67119
67552
  background: #fff;
67120
67553
  }
67121
67554
 
67122
- /* Top Center */
67555
+ /* Top Center (default) */
67123
67556
 
67557
+ [data-tooltip]:not([data-position])::after,
67124
67558
  [data-position="top center"][data-tooltip]::after {
67125
67559
  top: auto;
67126
67560
  right: auto;
67127
67561
  left: 50%;
67128
67562
  bottom: 100%;
67129
- transform: translateX(-50%);
67130
67563
  margin-bottom: 0.5em;
67131
67564
  }
67132
67565
 
67566
+ [data-tooltip]:not([data-position])::before,
67133
67567
  [data-position="top center"][data-tooltip]::before {
67134
67568
  top: auto;
67135
67569
  right: auto;
@@ -67190,7 +67624,6 @@ a.ui.nag {
67190
67624
  right: auto;
67191
67625
  left: 50%;
67192
67626
  top: 100%;
67193
- transform: translateX(-50%);
67194
67627
  margin-top: 0.5em;
67195
67628
  }
67196
67629
 
@@ -67243,7 +67676,6 @@ a.ui.nag {
67243
67676
  right: 100%;
67244
67677
  top: 50%;
67245
67678
  margin-right: 0.5em;
67246
- transform: translateY(-50%);
67247
67679
  }
67248
67680
 
67249
67681
  [data-position="left center"][data-tooltip]::before {
@@ -67261,7 +67693,6 @@ a.ui.nag {
67261
67693
  left: 100%;
67262
67694
  top: 50%;
67263
67695
  margin-left: 0.5em;
67264
- transform: translateY(-50%);
67265
67696
  }
67266
67697
 
67267
67698
  [data-position="right center"][data-tooltip]::before {
@@ -67322,6 +67753,22 @@ a.ui.nag {
67322
67753
  transform-origin: left center;
67323
67754
  }
67324
67755
 
67756
+ [data-position="top left"][data-tooltip]::after {
67757
+ transform-origin: bottom left;
67758
+ }
67759
+
67760
+ [data-position="top right"][data-tooltip]::after {
67761
+ transform-origin: bottom right;
67762
+ }
67763
+
67764
+ [data-position="bottom left"][data-tooltip]::after {
67765
+ transform-origin: top left;
67766
+ }
67767
+
67768
+ [data-position="bottom right"][data-tooltip]::after {
67769
+ transform-origin: top right;
67770
+ }
67771
+
67325
67772
  /* --------------
67326
67773
  Basic
67327
67774
  --------------- */
@@ -67666,7 +68113,7 @@ a.ui.nag {
67666
68113
 
67667
68114
  .ui.inverted.popup::before {
67668
68115
  background-color: #1b1c1d;
67669
- box-shadow: none !important;
68116
+ box-shadow: none;
67670
68117
  }
67671
68118
 
67672
68119
  .ui.ui.ui.primary.popup::before,
@@ -68236,7 +68683,7 @@ a.ui.nag {
68236
68683
  User Overrides
68237
68684
  *******************************/
68238
68685
  /*!
68239
- * # Fomantic-UI 2.9.3-beta.3+880333c - Progress
68686
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Progress
68240
68687
  * https://github.com/fomantic/Fomantic-UI/
68241
68688
  *
68242
68689
  *
@@ -69105,7 +69552,7 @@ a.ui.nag {
69105
69552
  Site Overrides
69106
69553
  *******************************/
69107
69554
  /*!
69108
- * # Fomantic-UI 2.9.3-beta.3+880333c - Slider
69555
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Slider
69109
69556
  * https://github.com/fomantic/Fomantic-UI/
69110
69557
  *
69111
69558
  *
@@ -70042,7 +70489,7 @@ a.ui.nag {
70042
70489
  User Overrides
70043
70490
  *******************************/
70044
70491
  /*!
70045
- * # Fomantic-UI 2.9.3-beta.3+880333c - Rating
70492
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Rating
70046
70493
  * https://github.com/fomantic/Fomantic-UI/
70047
70494
  *
70048
70495
  *
@@ -70508,7 +70955,7 @@ a.ui.nag {
70508
70955
  Site Overrides
70509
70956
  *******************************/
70510
70957
  /*!
70511
- * # Fomantic-UI 2.9.3-beta.3+880333c - Search
70958
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Search
70512
70959
  * https://github.com/fomantic/Fomantic-UI/
70513
70960
  *
70514
70961
  *
@@ -70887,6 +71334,17 @@ a.ui.nag {
70887
71334
  padding: 0.85714286em 1.14285714em;
70888
71335
  }
70889
71336
 
71337
+ .ui.horizontal.category.search > .results .category,
71338
+ .ui.horizontal.category.search > .results .category > .name,
71339
+ .ui.horizontal.category.search > .results .category > .results {
71340
+ display: block;
71341
+ }
71342
+
71343
+ .ui.horizontal.category.search > .results .category > .results {
71344
+ width: 100%;
71345
+ border-left: 0;
71346
+ }
71347
+
70890
71348
  /*******************************
70891
71349
  Variations
70892
71350
  *******************************/
@@ -70910,24 +71368,45 @@ a.ui.nag {
70910
71368
  .ui.scrolling.search > .results {
70911
71369
  max-height: 12.17714286em;
70912
71370
  }
71371
+
71372
+ .resizable.ui.scrolling.search > .results {
71373
+ height: 12.17714286em;
71374
+ }
70913
71375
  }
70914
71376
 
70915
71377
  @media only screen and (min-width: 768px) {
70916
71378
  .ui.scrolling.search > .results {
70917
71379
  max-height: 18.26571429em;
70918
71380
  }
71381
+
71382
+ .resizable.ui.scrolling.search > .results {
71383
+ height: 18.26571429em;
71384
+ }
70919
71385
  }
70920
71386
 
70921
71387
  @media only screen and (min-width: 992px) {
70922
71388
  .ui.scrolling.search > .results {
70923
71389
  max-height: 24.35428571em;
70924
71390
  }
71391
+
71392
+ .resizable.ui.scrolling.search > .results {
71393
+ height: 24.35428571em;
71394
+ }
70925
71395
  }
70926
71396
 
70927
71397
  @media only screen and (min-width: 1920px) {
70928
71398
  .ui.scrolling.search > .results {
70929
71399
  max-height: 36.53142857em;
70930
71400
  }
71401
+
71402
+ .resizable.ui.scrolling.search > .results {
71403
+ height: 36.53142857em;
71404
+ }
71405
+ }
71406
+
71407
+ .ui.scrolling.resizable.search > .results {
71408
+ resize: vertical;
71409
+ max-height: none;
70931
71410
  }
70932
71411
 
70933
71412
  @media only screen and (max-width: 767.98px) {
@@ -71078,7 +71557,7 @@ a.ui.nag {
71078
71557
  Site Overrides
71079
71558
  *******************************/
71080
71559
  /*!
71081
- * # Fomantic-UI 2.9.3-beta.3+880333c - Shape
71560
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Shape
71082
71561
  * https://github.com/fomantic/Fomantic-UI/
71083
71562
  *
71084
71563
  *
@@ -71227,7 +71706,7 @@ a.ui.nag {
71227
71706
  User Overrides
71228
71707
  *******************************/
71229
71708
  /*!
71230
- * # Fomantic-UI 2.9.3-beta.3+880333c - Sidebar
71709
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Sidebar
71231
71710
  * https://github.com/fomantic/Fomantic-UI/
71232
71711
  *
71233
71712
  *
@@ -71843,7 +72322,7 @@ body.pushable > .pusher {
71843
72322
  Site Overrides
71844
72323
  *******************************/
71845
72324
  /*!
71846
- * # Fomantic-UI 2.9.3-beta.3+880333c - Sticky
72325
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Sticky
71847
72326
  * https://github.com/fomantic/Fomantic-UI/
71848
72327
  *
71849
72328
  *
@@ -71912,7 +72391,7 @@ body.pushable > .pusher {
71912
72391
  Site Overrides
71913
72392
  *******************************/
71914
72393
  /*!
71915
- * # Fomantic-UI 2.9.3-beta.3+880333c - Tab
72394
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Tab
71916
72395
  * https://github.com/fomantic/Fomantic-UI/
71917
72396
  *
71918
72397
  *
@@ -71994,7 +72473,7 @@ body.pushable > .pusher {
71994
72473
  User Overrides
71995
72474
  *******************************/
71996
72475
  /*!
71997
- * # Fomantic-UI 2.9.3-beta.3+880333c - Toast
72476
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Toast
71998
72477
  * https://github.com/fomantic/Fomantic-UI/
71999
72478
  *
72000
72479
  *
@@ -72148,6 +72627,12 @@ body.pushable > .pusher {
72148
72627
  border: 1px solid rgba(34, 36, 38, 0.12);
72149
72628
  }
72150
72629
 
72630
+ .ui.toast-container .toast-box.inverted.floating,
72631
+ .ui.toast-container .toast-box.inverted.hoverfloating:hover {
72632
+ box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
72633
+ border: 1px solid rgba(225, 225, 225, 0.5);
72634
+ }
72635
+
72151
72636
  .ui.toast-container .toast-box.compact,
72152
72637
  .ui.toast-container .toast-box > .compact {
72153
72638
  width: 350px;
@@ -72917,7 +73402,7 @@ body.pushable > .pusher {
72917
73402
  User Overrides
72918
73403
  *******************************/
72919
73404
  /*!
72920
- * # Fomantic-UI 2.9.3-beta.3+880333c - Transition
73405
+ * # Fomantic-UI 2.9.3-beta.31+0357b6d - Transition
72921
73406
  * https://github.com/fomantic/Fomantic-UI/
72922
73407
  *
72923
73408
  *