@ntlab/ntjs-assets 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/assets/js/jquery/jquery.js +118 -109
  2. package/assets/js/jquery/jquery.min.js +2 -2
  3. package/assets/js/jquery/jquery.min.map +1 -1
  4. package/assets/js/semantic-ui/components/accordion.css +1 -1
  5. package/assets/js/semantic-ui/components/accordion.js +1 -1
  6. package/assets/js/semantic-ui/components/accordion.min.css +1 -1
  7. package/assets/js/semantic-ui/components/accordion.min.js +3 -3
  8. package/assets/js/semantic-ui/components/ad.css +1 -1
  9. package/assets/js/semantic-ui/components/ad.min.css +1 -1
  10. package/assets/js/semantic-ui/components/api.js +1 -1
  11. package/assets/js/semantic-ui/components/api.min.js +3 -3
  12. package/assets/js/semantic-ui/components/breadcrumb.css +1 -1
  13. package/assets/js/semantic-ui/components/breadcrumb.min.css +1 -1
  14. package/assets/js/semantic-ui/components/button.css +29 -2
  15. package/assets/js/semantic-ui/components/button.min.css +2 -2
  16. package/assets/js/semantic-ui/components/calendar.css +3 -3
  17. package/assets/js/semantic-ui/components/calendar.js +10 -12
  18. package/assets/js/semantic-ui/components/calendar.min.css +2 -2
  19. package/assets/js/semantic-ui/components/calendar.min.js +4 -4
  20. package/assets/js/semantic-ui/components/card.css +74 -2
  21. package/assets/js/semantic-ui/components/card.min.css +2 -2
  22. package/assets/js/semantic-ui/components/checkbox.css +46 -4
  23. package/assets/js/semantic-ui/components/checkbox.js +1 -1
  24. package/assets/js/semantic-ui/components/checkbox.min.css +2 -2
  25. package/assets/js/semantic-ui/components/checkbox.min.js +3 -3
  26. package/assets/js/semantic-ui/components/comment.css +1 -1
  27. package/assets/js/semantic-ui/components/comment.min.css +1 -1
  28. package/assets/js/semantic-ui/components/container.css +3 -4
  29. package/assets/js/semantic-ui/components/container.min.css +2 -2
  30. package/assets/js/semantic-ui/components/dimmer.css +1 -1
  31. package/assets/js/semantic-ui/components/dimmer.js +9 -12
  32. package/assets/js/semantic-ui/components/dimmer.min.css +1 -1
  33. package/assets/js/semantic-ui/components/dimmer.min.js +4 -4
  34. package/assets/js/semantic-ui/components/divider.css +1 -1
  35. package/assets/js/semantic-ui/components/divider.min.css +1 -1
  36. package/assets/js/semantic-ui/components/dropdown.css +72 -3
  37. package/assets/js/semantic-ui/components/dropdown.js +193 -101
  38. package/assets/js/semantic-ui/components/dropdown.min.css +2 -2
  39. package/assets/js/semantic-ui/components/dropdown.min.js +4 -4
  40. package/assets/js/semantic-ui/components/embed.css +1 -1
  41. package/assets/js/semantic-ui/components/embed.js +1 -1
  42. package/assets/js/semantic-ui/components/embed.min.css +1 -1
  43. package/assets/js/semantic-ui/components/embed.min.js +3 -3
  44. package/assets/js/semantic-ui/components/feed.css +1 -1
  45. package/assets/js/semantic-ui/components/feed.min.css +1 -1
  46. package/assets/js/semantic-ui/components/flag.css +1 -1
  47. package/assets/js/semantic-ui/components/flag.min.css +1 -1
  48. package/assets/js/semantic-ui/components/form.css +46 -5
  49. package/assets/js/semantic-ui/components/form.js +99 -61
  50. package/assets/js/semantic-ui/components/form.min.css +2 -2
  51. package/assets/js/semantic-ui/components/form.min.js +4 -4
  52. package/assets/js/semantic-ui/components/grid.css +14 -7
  53. package/assets/js/semantic-ui/components/grid.min.css +2 -2
  54. package/assets/js/semantic-ui/components/header.css +10 -5
  55. package/assets/js/semantic-ui/components/header.min.css +2 -2
  56. package/assets/js/semantic-ui/components/icon.css +237 -65
  57. package/assets/js/semantic-ui/components/icon.min.css +2 -2
  58. package/assets/js/semantic-ui/components/image.css +1 -1
  59. package/assets/js/semantic-ui/components/image.min.css +1 -1
  60. package/assets/js/semantic-ui/components/input.css +2 -1
  61. package/assets/js/semantic-ui/components/input.min.css +2 -2
  62. package/assets/js/semantic-ui/components/item.css +1 -1
  63. package/assets/js/semantic-ui/components/item.min.css +1 -1
  64. package/assets/js/semantic-ui/components/label.css +1 -1
  65. package/assets/js/semantic-ui/components/label.min.css +1 -1
  66. package/assets/js/semantic-ui/components/list.css +1 -1
  67. package/assets/js/semantic-ui/components/list.min.css +1 -1
  68. package/assets/js/semantic-ui/components/loader.css +41 -37
  69. package/assets/js/semantic-ui/components/loader.min.css +2 -2
  70. package/assets/js/semantic-ui/components/menu.css +8 -6
  71. package/assets/js/semantic-ui/components/menu.min.css +1 -1
  72. package/assets/js/semantic-ui/components/message.css +50 -3
  73. package/assets/js/semantic-ui/components/message.min.css +2 -2
  74. package/assets/js/semantic-ui/components/modal.css +19 -8
  75. package/assets/js/semantic-ui/components/modal.js +260 -17
  76. package/assets/js/semantic-ui/components/modal.min.css +2 -2
  77. package/assets/js/semantic-ui/components/modal.min.js +4 -4
  78. package/assets/js/semantic-ui/components/nag.css +168 -16
  79. package/assets/js/semantic-ui/components/nag.js +131 -65
  80. package/assets/js/semantic-ui/components/nag.min.css +2 -2
  81. package/assets/js/semantic-ui/components/nag.min.js +4 -4
  82. package/assets/js/semantic-ui/components/placeholder.css +1 -1
  83. package/assets/js/semantic-ui/components/placeholder.min.css +1 -1
  84. package/assets/js/semantic-ui/components/popup.css +4 -2
  85. package/assets/js/semantic-ui/components/popup.js +5 -5
  86. package/assets/js/semantic-ui/components/popup.min.css +2 -2
  87. package/assets/js/semantic-ui/components/popup.min.js +4 -4
  88. package/assets/js/semantic-ui/components/progress.css +18 -10
  89. package/assets/js/semantic-ui/components/progress.js +9 -11
  90. package/assets/js/semantic-ui/components/progress.min.css +2 -2
  91. package/assets/js/semantic-ui/components/progress.min.js +4 -4
  92. package/assets/js/semantic-ui/components/rail.css +1 -1
  93. package/assets/js/semantic-ui/components/rail.min.css +1 -1
  94. package/assets/js/semantic-ui/components/rating.css +18 -33
  95. package/assets/js/semantic-ui/components/rating.js +1 -1
  96. package/assets/js/semantic-ui/components/rating.min.css +2 -2
  97. package/assets/js/semantic-ui/components/rating.min.js +3 -3
  98. package/assets/js/semantic-ui/components/reset.css +2 -3
  99. package/assets/js/semantic-ui/components/reset.min.css +2 -2
  100. package/assets/js/semantic-ui/components/reveal.css +1 -1
  101. package/assets/js/semantic-ui/components/reveal.min.css +1 -1
  102. package/assets/js/semantic-ui/components/search.css +1 -1
  103. package/assets/js/semantic-ui/components/search.js +15 -13
  104. package/assets/js/semantic-ui/components/search.min.css +1 -1
  105. package/assets/js/semantic-ui/components/search.min.js +4 -4
  106. package/assets/js/semantic-ui/components/segment.css +34 -2
  107. package/assets/js/semantic-ui/components/segment.min.css +2 -2
  108. package/assets/js/semantic-ui/components/shape.css +1 -1
  109. package/assets/js/semantic-ui/components/shape.js +1 -1
  110. package/assets/js/semantic-ui/components/shape.min.css +1 -1
  111. package/assets/js/semantic-ui/components/shape.min.js +3 -3
  112. package/assets/js/semantic-ui/components/sidebar.css +1 -1
  113. package/assets/js/semantic-ui/components/sidebar.js +1 -1
  114. package/assets/js/semantic-ui/components/sidebar.min.css +1 -1
  115. package/assets/js/semantic-ui/components/sidebar.min.js +3 -3
  116. package/assets/js/semantic-ui/components/site.css +2 -2
  117. package/assets/js/semantic-ui/components/site.js +1 -1
  118. package/assets/js/semantic-ui/components/site.min.css +2 -2
  119. package/assets/js/semantic-ui/components/site.min.js +3 -3
  120. package/assets/js/semantic-ui/components/slider.css +3 -1
  121. package/assets/js/semantic-ui/components/slider.js +56 -32
  122. package/assets/js/semantic-ui/components/slider.min.css +1 -1
  123. package/assets/js/semantic-ui/components/slider.min.js +4 -4
  124. package/assets/js/semantic-ui/components/state.js +1 -1
  125. package/assets/js/semantic-ui/components/state.min.js +3 -3
  126. package/assets/js/semantic-ui/components/statistic.css +1 -1
  127. package/assets/js/semantic-ui/components/statistic.min.css +1 -1
  128. package/assets/js/semantic-ui/components/step.css +1 -1
  129. package/assets/js/semantic-ui/components/step.min.css +1 -1
  130. package/assets/js/semantic-ui/components/sticky.css +1 -2
  131. package/assets/js/semantic-ui/components/sticky.js +1 -1
  132. package/assets/js/semantic-ui/components/sticky.min.css +2 -2
  133. package/assets/js/semantic-ui/components/sticky.min.js +3 -3
  134. package/assets/js/semantic-ui/components/tab.css +1 -1
  135. package/assets/js/semantic-ui/components/tab.js +1 -1
  136. package/assets/js/semantic-ui/components/tab.min.css +1 -1
  137. package/assets/js/semantic-ui/components/tab.min.js +3 -3
  138. package/assets/js/semantic-ui/components/table.css +6 -2
  139. package/assets/js/semantic-ui/components/table.min.css +2 -2
  140. package/assets/js/semantic-ui/components/text.css +1 -1
  141. package/assets/js/semantic-ui/components/text.min.css +1 -1
  142. package/assets/js/semantic-ui/components/toast.css +97 -10
  143. package/assets/js/semantic-ui/components/toast.js +27 -7
  144. package/assets/js/semantic-ui/components/toast.min.css +2 -2
  145. package/assets/js/semantic-ui/components/toast.min.js +4 -4
  146. package/assets/js/semantic-ui/components/transition.css +1 -1
  147. package/assets/js/semantic-ui/components/transition.js +2 -2
  148. package/assets/js/semantic-ui/components/transition.min.css +1 -1
  149. package/assets/js/semantic-ui/components/transition.min.js +3 -3
  150. package/assets/js/semantic-ui/components/visibility.js +2 -2
  151. package/assets/js/semantic-ui/components/visibility.min.js +3 -3
  152. package/assets/js/semantic-ui/semantic.css +1151 -247
  153. package/assets/js/semantic-ui/semantic.js +835 -357
  154. package/assets/js/semantic-ui/semantic.min.css +4 -397
  155. package/assets/js/semantic-ui/semantic.min.js +4 -4
  156. package/assets/js/socket.io/socket.io.esm.min.js +7 -0
  157. package/assets/js/socket.io/socket.io.esm.min.js.map +1 -0
  158. package/assets/js/socket.io/socket.io.js +4440 -6084
  159. package/assets/js/socket.io/socket.io.js.map +1 -1
  160. package/assets/js/socket.io/socket.io.min.js +7 -7
  161. package/assets/js/socket.io/socket.io.min.js.map +1 -1
  162. package/assets/js/socket.io/socket.io.msgpack.min.js +7 -7
  163. package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
  164. package/cdn.json +4 -4
  165. package/package.json +1 -1
@@ -1,16 +1,16 @@
1
- /*
2
- * # Fomantic UI - 2.8.6
1
+ /*
2
+ * # Fomantic UI - 2.8.8
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * http://fomantic-ui.com/
5
5
  *
6
- * Copyright 2014 Contributors
6
+ * Copyright 2021 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
- @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap');
11
+ @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
12
12
  /*!
13
- * # Fomantic-UI - Reset
13
+ * # Fomantic-UI 2.8.8 - Reset
14
14
  * http://github.com/fomantic/Fomantic-UI/
15
15
  *
16
16
  *
@@ -145,7 +145,6 @@ abbr[title] {
145
145
  /* 1 */
146
146
  text-decoration: underline;
147
147
  /* 2 */
148
- -webkit-text-decoration: underline dotted;
149
148
  text-decoration: underline dotted;
150
149
  /* 2 */
151
150
  }
@@ -436,7 +435,7 @@ template {
436
435
  Site Overrides
437
436
  *******************************/
438
437
  /*!
439
- * # Fomantic-UI - Site
438
+ * # Fomantic-UI 2.8.8 - Site
440
439
  * http://github.com/fomantic/Fomantic-UI/
441
440
  *
442
441
  *
@@ -654,7 +653,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
654
653
  Site Overrides
655
654
  *******************************/
656
655
  /*!
657
- * # Fomantic-UI - Button
656
+ * # Fomantic-UI 2.8.8 - Button
658
657
  * http://github.com/fomantic/Fomantic-UI/
659
658
  *
660
659
  *
@@ -1376,6 +1375,36 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
1376
1375
  Variations
1377
1376
  *******************************/
1378
1377
 
1378
+ /*--------------
1379
+ Stackable
1380
+ ---------------*/
1381
+
1382
+ /* Tablet Or Below */
1383
+
1384
+ @media only screen and (max-width: 767.98px) {
1385
+ .ui.stackable.buttons {
1386
+ -webkit-box-orient: vertical;
1387
+ -webkit-box-direction: normal;
1388
+ -ms-flex-direction: column;
1389
+ flex-direction: column;
1390
+ width: 100%;
1391
+ }
1392
+
1393
+ .ui.stackable.buttons .button:first-child {
1394
+ border-bottom-left-radius: 0;
1395
+ border-top-right-radius: 0.28571429rem;
1396
+ }
1397
+
1398
+ .ui.stackable.buttons .button:last-child {
1399
+ border-bottom-left-radius: 0.28571429rem;
1400
+ border-top-right-radius: 0;
1401
+ }
1402
+
1403
+ .ui.stackable.buttons .button:only-child {
1404
+ border-radius: 0.28571429rem;
1405
+ }
1406
+ }
1407
+
1379
1408
  /*-------------------
1380
1409
  Floated
1381
1410
  --------------------*/
@@ -1489,7 +1518,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
1489
1518
  ---------------*/
1490
1519
 
1491
1520
  .ui.icon.buttons .button,
1492
- .ui.icon.button:not(.animated):not(.compact) {
1521
+ .ui.icon.button:not(.animated):not(.compact):not(.labeled) {
1493
1522
  padding: 0.78571429em 0.78571429em 0.78571429em;
1494
1523
  }
1495
1524
 
@@ -5637,7 +5666,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
5637
5666
  Site Overrides
5638
5667
  *******************************/
5639
5668
  /*!
5640
- * # Fomantic-UI - Container
5669
+ * # Fomantic-UI 2.8.8 - Container
5641
5670
  * http://github.com/fomantic/Fomantic-UI/
5642
5671
  *
5643
5672
  *
@@ -5782,7 +5811,6 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
5782
5811
 
5783
5812
  .ui.justified.container {
5784
5813
  text-align: justify;
5785
- -webkit-hyphens: auto;
5786
5814
  -ms-hyphens: auto;
5787
5815
  hyphens: auto;
5788
5816
  }
@@ -5795,7 +5823,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
5795
5823
  Site Overrides
5796
5824
  *******************************/
5797
5825
  /*!
5798
- * # Fomantic-UI - Divider
5826
+ * # Fomantic-UI 2.8.8 - Divider
5799
5827
  * http://github.com/fomantic/Fomantic-UI/
5800
5828
  *
5801
5829
  *
@@ -21476,7 +21504,7 @@ em[data-emoji="tone5"]:before {
21476
21504
  background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ff.svg");
21477
21505
  }
21478
21506
  /*!
21479
- * # Fomantic-UI - Flag
21507
+ * # Fomantic-UI 2.8.8 - Flag
21480
21508
  * http://github.com/fomantic/Fomantic-UI/
21481
21509
  *
21482
21510
  *
@@ -22757,7 +22785,7 @@ i.flag.zimbabwe:before {
22757
22785
  Site Overrides
22758
22786
  *******************************/
22759
22787
  /*!
22760
- * # Fomantic-UI - Header
22788
+ * # Fomantic-UI 2.8.8 - Header
22761
22789
  * http://github.com/fomantic/Fomantic-UI/
22762
22790
  *
22763
22791
  *
@@ -22809,6 +22837,7 @@ i.flag.zimbabwe:before {
22809
22837
  Icon
22810
22838
  ---------------*/
22811
22839
 
22840
+ .ui.header > .icons,
22812
22841
  .ui.header > i.icon {
22813
22842
  display: table-cell;
22814
22843
  opacity: 1;
@@ -22819,7 +22848,8 @@ i.flag.zimbabwe:before {
22819
22848
 
22820
22849
  /* With Text Node */
22821
22850
 
22822
- .ui.header > i.icon:only-child {
22851
+ .ui.header:not(.icon) > .icons:only-child,
22852
+ .ui.header:not(.icon) > i.icon:only-child {
22823
22853
  display: inline-block;
22824
22854
  padding: 0;
22825
22855
  margin-right: 0.75rem;
@@ -22862,7 +22892,8 @@ i.flag.zimbabwe:before {
22862
22892
 
22863
22893
  /* After Icon */
22864
22894
 
22865
- .ui.header > i.icon + .content {
22895
+ .ui.header:not(.icon):not(.centered):not(.aligned) > .icons + .content,
22896
+ .ui.header:not(.icon):not(.centered):not(.aligned) > i.icon + .content {
22866
22897
  padding-left: 0.75rem;
22867
22898
  display: table-cell;
22868
22899
  vertical-align: middle;
@@ -23065,6 +23096,7 @@ h6.ui.header .sub.header {
23065
23096
  margin-top: 0;
23066
23097
  }
23067
23098
 
23099
+ .ui.icon.header > .icons,
23068
23100
  .ui.icon.header > i.icon {
23069
23101
  float: none;
23070
23102
  display: block;
@@ -23086,14 +23118,15 @@ h6.ui.header .sub.header {
23086
23118
  padding: 0;
23087
23119
  }
23088
23120
 
23089
- .ui.icon.header > i.circular.icon {
23121
+ .ui.icon.header > i.circular {
23090
23122
  font-size: 2em;
23091
23123
  }
23092
23124
 
23093
- .ui.icon.header > i.square.icon {
23125
+ .ui.icon.header > i.square {
23094
23126
  font-size: 2em;
23095
23127
  }
23096
23128
 
23129
+ .ui.block.icon.header > .icons,
23097
23130
  .ui.block.icon.header > i.icon {
23098
23131
  margin-bottom: 0;
23099
23132
  }
@@ -23706,7 +23739,7 @@ a.ui.inverted.black.header.header.header:hover {
23706
23739
  Site Overrides
23707
23740
  *******************************/
23708
23741
  /*!
23709
- * # Fomantic-UI - Icon
23742
+ * # Fomantic-UI 2.8.8 - Icon
23710
23743
  * http://github.com/fomantic/Fomantic-UI/
23711
23744
  *
23712
23745
  *
@@ -23760,9 +23793,13 @@ i.icon:before {
23760
23793
  Loading
23761
23794
  ---------------*/
23762
23795
 
23763
- i.icon.loading {
23796
+ i.loading.icon {
23764
23797
  height: 1em;
23765
23798
  line-height: 1;
23799
+ }
23800
+
23801
+ i.loading.icon,
23802
+ i.loading.icons {
23766
23803
  -webkit-animation: loader 2s linear infinite;
23767
23804
  animation: loader 2s linear infinite;
23768
23805
  }
@@ -23831,6 +23868,11 @@ i.circular.icon {
23831
23868
  height: 2em !important;
23832
23869
  }
23833
23870
 
23871
+ i.circular.icon.colored {
23872
+ -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
23873
+ box-shadow: 0 0 0 0.1em currentColor inset;
23874
+ }
23875
+
23834
23876
  i.circular.inverted.icon {
23835
23877
  border: none;
23836
23878
  -webkit-box-shadow: none;
@@ -23852,6 +23894,17 @@ i.vertically.flipped.icon {
23852
23894
  transform: scale(1, -1);
23853
23895
  }
23854
23896
 
23897
+ .icons i.flipped.icon:not(.corner):not(:first-child),
23898
+ .icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
23899
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
23900
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1);
23901
+ }
23902
+
23903
+ .icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
23904
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1);
23905
+ transform: translateX(-50%) translateY(-50%) scale(1, -1);
23906
+ }
23907
+
23855
23908
  /*-------------------
23856
23909
  Rotated
23857
23910
  --------------------*/
@@ -23874,6 +23927,24 @@ i.halfway.rotated.icon {
23874
23927
  transform: rotate(180deg);
23875
23928
  }
23876
23929
 
23930
+ .icons i.rotated.rotated.icon:not(.corner):not(:first-child),
23931
+ .icons i.right.rotated.icon:not(.corner):not(:first-child),
23932
+ .icons i.clockwise.rotated.icon:not(.corner):not(:first-child) {
23933
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
23934
+ transform: translateX(-50%) translateY(-50%) rotate(90deg);
23935
+ }
23936
+
23937
+ .icons i.left.rotated.icon:not(.corner):not(:first-child),
23938
+ .icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child) {
23939
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
23940
+ transform: translateX(-50%) translateY(-50%) rotate(-90deg);
23941
+ }
23942
+
23943
+ .icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
23944
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
23945
+ transform: translateX(-50%) translateY(-50%) rotate(180deg);
23946
+ }
23947
+
23877
23948
  /*--------------------------
23878
23949
  Flipped & Rotated
23879
23950
  ---------------------------*/
@@ -23914,6 +23985,42 @@ i.halfway.rotated.vertically.flipped.icon {
23914
23985
  transform: scale(1, -1) rotate(180deg);
23915
23986
  }
23916
23987
 
23988
+ .icons i.rotated.flipped.icon:not(.corner):not(:first-child),
23989
+ .icons i.right.rotated.flipped.icon:not(.corner):not(:first-child),
23990
+ .icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
23991
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
23992
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
23993
+ }
23994
+
23995
+ .icons i.left.rotated.flipped.icon:not(.corner):not(:first-child),
23996
+ .icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
23997
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
23998
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
23999
+ }
24000
+
24001
+ .icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
24002
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
24003
+ transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
24004
+ }
24005
+
24006
+ .icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
24007
+ .icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
24008
+ .icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
24009
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
24010
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
24011
+ }
24012
+
24013
+ .icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
24014
+ .icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
24015
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
24016
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
24017
+ }
24018
+
24019
+ .icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
24020
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
24021
+ transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
24022
+ }
24023
+
23917
24024
  /*-------------------
23918
24025
  Bordered
23919
24026
  --------------------*/
@@ -23928,6 +24035,11 @@ i.bordered.icon {
23928
24035
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
23929
24036
  }
23930
24037
 
24038
+ i.bordered.icon.colored {
24039
+ -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
24040
+ box-shadow: 0 0 0 0.1em currentColor inset;
24041
+ }
24042
+
23931
24043
  i.bordered.inverted.icon {
23932
24044
  border: none;
23933
24045
  -webkit-box-shadow: none;
@@ -23954,212 +24066,242 @@ i.inverted.icon {
23954
24066
  Colors
23955
24067
  --------------------*/
23956
24068
 
23957
- i.primary.icon.icon.icon.icon {
24069
+ i.primary.icon.icon.icon.icon.icon {
23958
24070
  color: #2185D0;
23959
24071
  }
23960
24072
 
23961
- i.inverted.primary.icon.icon.icon.icon {
24073
+ i.inverted.primary.icon.icon.icon.icon.icon {
23962
24074
  color: #54C8FF;
23963
24075
  }
23964
24076
 
23965
- i.inverted.bordered.primary.icon.icon.icon.icon,
23966
- i.inverted.circular.primary.icon.icon.icon.icon {
24077
+ i.inverted.bordered.primary.icon.icon.icon.icon.icon,
24078
+ i.inverted.circular.primary.icon.icon.icon.icon.icon,
24079
+ i.inverted.bordered.primary.icons,
24080
+ i.inverted.circular.primary.icons {
23967
24081
  background-color: #2185D0;
23968
24082
  color: #FFFFFF;
23969
24083
  }
23970
24084
 
23971
- i.secondary.icon.icon.icon.icon {
24085
+ i.secondary.icon.icon.icon.icon.icon {
23972
24086
  color: #1B1C1D;
23973
24087
  }
23974
24088
 
23975
- i.inverted.secondary.icon.icon.icon.icon {
24089
+ i.inverted.secondary.icon.icon.icon.icon.icon {
23976
24090
  color: #545454;
23977
24091
  }
23978
24092
 
23979
- i.inverted.bordered.secondary.icon.icon.icon.icon,
23980
- i.inverted.circular.secondary.icon.icon.icon.icon {
24093
+ i.inverted.bordered.secondary.icon.icon.icon.icon.icon,
24094
+ i.inverted.circular.secondary.icon.icon.icon.icon.icon,
24095
+ i.inverted.bordered.secondary.icons,
24096
+ i.inverted.circular.secondary.icons {
23981
24097
  background-color: #1B1C1D;
23982
24098
  color: #FFFFFF;
23983
24099
  }
23984
24100
 
23985
- i.red.icon.icon.icon.icon {
24101
+ i.red.icon.icon.icon.icon.icon {
23986
24102
  color: #DB2828;
23987
24103
  }
23988
24104
 
23989
- i.inverted.red.icon.icon.icon.icon {
24105
+ i.inverted.red.icon.icon.icon.icon.icon {
23990
24106
  color: #FF695E;
23991
24107
  }
23992
24108
 
23993
- i.inverted.bordered.red.icon.icon.icon.icon,
23994
- i.inverted.circular.red.icon.icon.icon.icon {
24109
+ i.inverted.bordered.red.icon.icon.icon.icon.icon,
24110
+ i.inverted.circular.red.icon.icon.icon.icon.icon,
24111
+ i.inverted.bordered.red.icons,
24112
+ i.inverted.circular.red.icons {
23995
24113
  background-color: #DB2828;
23996
24114
  color: #FFFFFF;
23997
24115
  }
23998
24116
 
23999
- i.orange.icon.icon.icon.icon {
24117
+ i.orange.icon.icon.icon.icon.icon {
24000
24118
  color: #F2711C;
24001
24119
  }
24002
24120
 
24003
- i.inverted.orange.icon.icon.icon.icon {
24121
+ i.inverted.orange.icon.icon.icon.icon.icon {
24004
24122
  color: #FF851B;
24005
24123
  }
24006
24124
 
24007
- i.inverted.bordered.orange.icon.icon.icon.icon,
24008
- i.inverted.circular.orange.icon.icon.icon.icon {
24125
+ i.inverted.bordered.orange.icon.icon.icon.icon.icon,
24126
+ i.inverted.circular.orange.icon.icon.icon.icon.icon,
24127
+ i.inverted.bordered.orange.icons,
24128
+ i.inverted.circular.orange.icons {
24009
24129
  background-color: #F2711C;
24010
24130
  color: #FFFFFF;
24011
24131
  }
24012
24132
 
24013
- i.yellow.icon.icon.icon.icon {
24133
+ i.yellow.icon.icon.icon.icon.icon {
24014
24134
  color: #FBBD08;
24015
24135
  }
24016
24136
 
24017
- i.inverted.yellow.icon.icon.icon.icon {
24137
+ i.inverted.yellow.icon.icon.icon.icon.icon {
24018
24138
  color: #FFE21F;
24019
24139
  }
24020
24140
 
24021
- i.inverted.bordered.yellow.icon.icon.icon.icon,
24022
- i.inverted.circular.yellow.icon.icon.icon.icon {
24141
+ i.inverted.bordered.yellow.icon.icon.icon.icon.icon,
24142
+ i.inverted.circular.yellow.icon.icon.icon.icon.icon,
24143
+ i.inverted.bordered.yellow.icons,
24144
+ i.inverted.circular.yellow.icons {
24023
24145
  background-color: #FBBD08;
24024
24146
  color: #FFFFFF;
24025
24147
  }
24026
24148
 
24027
- i.olive.icon.icon.icon.icon {
24149
+ i.olive.icon.icon.icon.icon.icon {
24028
24150
  color: #B5CC18;
24029
24151
  }
24030
24152
 
24031
- i.inverted.olive.icon.icon.icon.icon {
24153
+ i.inverted.olive.icon.icon.icon.icon.icon {
24032
24154
  color: #D9E778;
24033
24155
  }
24034
24156
 
24035
- i.inverted.bordered.olive.icon.icon.icon.icon,
24036
- i.inverted.circular.olive.icon.icon.icon.icon {
24157
+ i.inverted.bordered.olive.icon.icon.icon.icon.icon,
24158
+ i.inverted.circular.olive.icon.icon.icon.icon.icon,
24159
+ i.inverted.bordered.olive.icons,
24160
+ i.inverted.circular.olive.icons {
24037
24161
  background-color: #B5CC18;
24038
24162
  color: #FFFFFF;
24039
24163
  }
24040
24164
 
24041
- i.green.icon.icon.icon.icon {
24165
+ i.green.icon.icon.icon.icon.icon {
24042
24166
  color: #21BA45;
24043
24167
  }
24044
24168
 
24045
- i.inverted.green.icon.icon.icon.icon {
24169
+ i.inverted.green.icon.icon.icon.icon.icon {
24046
24170
  color: #2ECC40;
24047
24171
  }
24048
24172
 
24049
- i.inverted.bordered.green.icon.icon.icon.icon,
24050
- i.inverted.circular.green.icon.icon.icon.icon {
24173
+ i.inverted.bordered.green.icon.icon.icon.icon.icon,
24174
+ i.inverted.circular.green.icon.icon.icon.icon.icon,
24175
+ i.inverted.bordered.green.icons,
24176
+ i.inverted.circular.green.icons {
24051
24177
  background-color: #21BA45;
24052
24178
  color: #FFFFFF;
24053
24179
  }
24054
24180
 
24055
- i.teal.icon.icon.icon.icon {
24181
+ i.teal.icon.icon.icon.icon.icon {
24056
24182
  color: #00B5AD;
24057
24183
  }
24058
24184
 
24059
- i.inverted.teal.icon.icon.icon.icon {
24185
+ i.inverted.teal.icon.icon.icon.icon.icon {
24060
24186
  color: #6DFFFF;
24061
24187
  }
24062
24188
 
24063
- i.inverted.bordered.teal.icon.icon.icon.icon,
24064
- i.inverted.circular.teal.icon.icon.icon.icon {
24189
+ i.inverted.bordered.teal.icon.icon.icon.icon.icon,
24190
+ i.inverted.circular.teal.icon.icon.icon.icon.icon,
24191
+ i.inverted.bordered.teal.icons,
24192
+ i.inverted.circular.teal.icons {
24065
24193
  background-color: #00B5AD;
24066
24194
  color: #FFFFFF;
24067
24195
  }
24068
24196
 
24069
- i.blue.icon.icon.icon.icon {
24197
+ i.blue.icon.icon.icon.icon.icon {
24070
24198
  color: #2185D0;
24071
24199
  }
24072
24200
 
24073
- i.inverted.blue.icon.icon.icon.icon {
24201
+ i.inverted.blue.icon.icon.icon.icon.icon {
24074
24202
  color: #54C8FF;
24075
24203
  }
24076
24204
 
24077
- i.inverted.bordered.blue.icon.icon.icon.icon,
24078
- i.inverted.circular.blue.icon.icon.icon.icon {
24205
+ i.inverted.bordered.blue.icon.icon.icon.icon.icon,
24206
+ i.inverted.circular.blue.icon.icon.icon.icon.icon,
24207
+ i.inverted.bordered.blue.icons,
24208
+ i.inverted.circular.blue.icons {
24079
24209
  background-color: #2185D0;
24080
24210
  color: #FFFFFF;
24081
24211
  }
24082
24212
 
24083
- i.violet.icon.icon.icon.icon {
24213
+ i.violet.icon.icon.icon.icon.icon {
24084
24214
  color: #6435C9;
24085
24215
  }
24086
24216
 
24087
- i.inverted.violet.icon.icon.icon.icon {
24217
+ i.inverted.violet.icon.icon.icon.icon.icon {
24088
24218
  color: #A291FB;
24089
24219
  }
24090
24220
 
24091
- i.inverted.bordered.violet.icon.icon.icon.icon,
24092
- i.inverted.circular.violet.icon.icon.icon.icon {
24221
+ i.inverted.bordered.violet.icon.icon.icon.icon.icon,
24222
+ i.inverted.circular.violet.icon.icon.icon.icon.icon,
24223
+ i.inverted.bordered.violet.icons,
24224
+ i.inverted.circular.violet.icons {
24093
24225
  background-color: #6435C9;
24094
24226
  color: #FFFFFF;
24095
24227
  }
24096
24228
 
24097
- i.purple.icon.icon.icon.icon {
24229
+ i.purple.icon.icon.icon.icon.icon {
24098
24230
  color: #A333C8;
24099
24231
  }
24100
24232
 
24101
- i.inverted.purple.icon.icon.icon.icon {
24233
+ i.inverted.purple.icon.icon.icon.icon.icon {
24102
24234
  color: #DC73FF;
24103
24235
  }
24104
24236
 
24105
- i.inverted.bordered.purple.icon.icon.icon.icon,
24106
- i.inverted.circular.purple.icon.icon.icon.icon {
24237
+ i.inverted.bordered.purple.icon.icon.icon.icon.icon,
24238
+ i.inverted.circular.purple.icon.icon.icon.icon.icon,
24239
+ i.inverted.bordered.purple.icons,
24240
+ i.inverted.circular.purple.icons {
24107
24241
  background-color: #A333C8;
24108
24242
  color: #FFFFFF;
24109
24243
  }
24110
24244
 
24111
- i.pink.icon.icon.icon.icon {
24245
+ i.pink.icon.icon.icon.icon.icon {
24112
24246
  color: #E03997;
24113
24247
  }
24114
24248
 
24115
- i.inverted.pink.icon.icon.icon.icon {
24249
+ i.inverted.pink.icon.icon.icon.icon.icon {
24116
24250
  color: #FF8EDF;
24117
24251
  }
24118
24252
 
24119
- i.inverted.bordered.pink.icon.icon.icon.icon,
24120
- i.inverted.circular.pink.icon.icon.icon.icon {
24253
+ i.inverted.bordered.pink.icon.icon.icon.icon.icon,
24254
+ i.inverted.circular.pink.icon.icon.icon.icon.icon,
24255
+ i.inverted.bordered.pink.icons,
24256
+ i.inverted.circular.pink.icons {
24121
24257
  background-color: #E03997;
24122
24258
  color: #FFFFFF;
24123
24259
  }
24124
24260
 
24125
- i.brown.icon.icon.icon.icon {
24261
+ i.brown.icon.icon.icon.icon.icon {
24126
24262
  color: #A5673F;
24127
24263
  }
24128
24264
 
24129
- i.inverted.brown.icon.icon.icon.icon {
24265
+ i.inverted.brown.icon.icon.icon.icon.icon {
24130
24266
  color: #D67C1C;
24131
24267
  }
24132
24268
 
24133
- i.inverted.bordered.brown.icon.icon.icon.icon,
24134
- i.inverted.circular.brown.icon.icon.icon.icon {
24269
+ i.inverted.bordered.brown.icon.icon.icon.icon.icon,
24270
+ i.inverted.circular.brown.icon.icon.icon.icon.icon,
24271
+ i.inverted.bordered.brown.icons,
24272
+ i.inverted.circular.brown.icons {
24135
24273
  background-color: #A5673F;
24136
24274
  color: #FFFFFF;
24137
24275
  }
24138
24276
 
24139
- i.grey.icon.icon.icon.icon {
24277
+ i.grey.icon.icon.icon.icon.icon {
24140
24278
  color: #767676;
24141
24279
  }
24142
24280
 
24143
- i.inverted.grey.icon.icon.icon.icon {
24281
+ i.inverted.grey.icon.icon.icon.icon.icon {
24144
24282
  color: #DCDDDE;
24145
24283
  }
24146
24284
 
24147
- i.inverted.bordered.grey.icon.icon.icon.icon,
24148
- i.inverted.circular.grey.icon.icon.icon.icon {
24285
+ i.inverted.bordered.grey.icon.icon.icon.icon.icon,
24286
+ i.inverted.circular.grey.icon.icon.icon.icon.icon,
24287
+ i.inverted.bordered.grey.icons,
24288
+ i.inverted.circular.grey.icons {
24149
24289
  background-color: #767676;
24150
24290
  color: #FFFFFF;
24151
24291
  }
24152
24292
 
24153
- i.black.icon.icon.icon.icon {
24293
+ i.black.icon.icon.icon.icon.icon {
24154
24294
  color: #1B1C1D;
24155
24295
  }
24156
24296
 
24157
- i.inverted.black.icon.icon.icon.icon {
24297
+ i.inverted.black.icon.icon.icon.icon.icon {
24158
24298
  color: #545454;
24159
24299
  }
24160
24300
 
24161
- i.inverted.bordered.black.icon.icon.icon.icon,
24162
- i.inverted.circular.black.icon.icon.icon.icon {
24301
+ i.inverted.bordered.black.icon.icon.icon.icon.icon,
24302
+ i.inverted.circular.black.icon.icon.icon.icon.icon,
24303
+ i.inverted.bordered.black.icons,
24304
+ i.inverted.circular.black.icons {
24163
24305
  background-color: #1B1C1D;
24164
24306
  color: #FFFFFF;
24165
24307
  }
@@ -24172,6 +24314,7 @@ i.icon,
24172
24314
  i.icons {
24173
24315
  font-size: 1em;
24174
24316
  line-height: 1;
24317
+ font-style: normal;
24175
24318
  }
24176
24319
 
24177
24320
  i.mini.mini.mini.icon,
@@ -24230,9 +24373,12 @@ i.icons .icon {
24230
24373
  position: absolute;
24231
24374
  top: 50%;
24232
24375
  left: 50%;
24376
+ margin: 0;
24377
+ }
24378
+
24379
+ i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
24233
24380
  -webkit-transform: translateX(-50%) translateY(-50%);
24234
24381
  transform: translateX(-50%) translateY(-50%);
24235
- margin: 0;
24236
24382
  }
24237
24383
 
24238
24384
  i.icons .icon:first-child {
@@ -24240,6 +24386,9 @@ i.icons .icon:first-child {
24240
24386
  width: auto;
24241
24387
  height: auto;
24242
24388
  vertical-align: top;
24389
+ }
24390
+
24391
+ i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
24243
24392
  -webkit-transform: none;
24244
24393
  transform: none;
24245
24394
  }
@@ -24251,12 +24400,15 @@ i.icons .corner.icon {
24251
24400
  left: auto;
24252
24401
  right: 0;
24253
24402
  bottom: 0;
24254
- -webkit-transform: none;
24255
- transform: none;
24256
24403
  font-size: 0.45em;
24257
24404
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
24258
24405
  }
24259
24406
 
24407
+ i.icons .corner.icon:not(.rotated):not(.flipped) {
24408
+ -webkit-transform: none;
24409
+ transform: none;
24410
+ }
24411
+
24260
24412
  i.icons .icon.corner[class*="top right"] {
24261
24413
  top: 0;
24262
24414
  left: auto;
@@ -24289,6 +24441,83 @@ i.icons .inverted.corner.icon {
24289
24441
  text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
24290
24442
  }
24291
24443
 
24444
+ /*************************************************
24445
+ Bordered/circular with corner or group icons
24446
+ *************************************************/
24447
+
24448
+ i.bordered.icons,
24449
+ i.circular.icons {
24450
+ width: 2em;
24451
+ height: 2em;
24452
+ -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
24453
+ box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
24454
+ vertical-align: middle;
24455
+ }
24456
+
24457
+ i.bordered.icons.colored,
24458
+ i.circular.icons.colored {
24459
+ -webkit-box-shadow: 0 0 0 0.1em currentColor inset;
24460
+ box-shadow: 0 0 0 0.1em currentColor inset;
24461
+ }
24462
+
24463
+ i.circular.icons {
24464
+ border-radius: 500em;
24465
+ }
24466
+
24467
+ i.bordered.icons i.icon:first-child,
24468
+ i.circular.icons i.icon:first-child {
24469
+ position: absolute;
24470
+ -webkit-transform: translateX(-50%) translateY(-50%);
24471
+ transform: translateX(-50%) translateY(-50%);
24472
+ }
24473
+
24474
+ /* Inverted Icon */
24475
+
24476
+ i.bordered.inverted.icons,
24477
+ i.circular.inverted.icons {
24478
+ border: none;
24479
+ -webkit-box-shadow: none;
24480
+ box-shadow: none;
24481
+ background-color: #1B1C1D;
24482
+ color: #FFFFFF;
24483
+ }
24484
+
24485
+ /* Corner Icon */
24486
+
24487
+ i.bordered.icons .icon.corner,
24488
+ i.circular.icons .icon.corner,
24489
+ i.bordered.icons .icon.corner[class*="bottom right"],
24490
+ i.circular.icons .icon.corner[class*="bottom right"] {
24491
+ top: auto;
24492
+ left: auto;
24493
+ right: 1.15em;
24494
+ bottom: 1.15em;
24495
+ }
24496
+
24497
+ i.bordered.icons .icon.corner[class*="top right"],
24498
+ i.circular.icons .icon.corner[class*="top right"] {
24499
+ top: 1.15em;
24500
+ left: auto;
24501
+ right: 1.15em;
24502
+ bottom: auto;
24503
+ }
24504
+
24505
+ i.bordered.icons .icon.corner[class*="top left"],
24506
+ i.circular.icons .icon.corner[class*="top left"] {
24507
+ top: 1.15em;
24508
+ left: 1.15em;
24509
+ right: auto;
24510
+ bottom: auto;
24511
+ }
24512
+
24513
+ i.bordered.icons .icon.corner[class*="bottom left"],
24514
+ i.circular.icons .icon.corner[class*="bottom left"] {
24515
+ top: auto;
24516
+ left: 1.15em;
24517
+ right: auto;
24518
+ bottom: 1.15em;
24519
+ }
24520
+
24292
24521
  /*
24293
24522
  * Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
24294
24523
  * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
@@ -32628,7 +32857,7 @@ i.icon.youtube.play:before {
32628
32857
  Site Overrides
32629
32858
  *******************************/
32630
32859
  /*!
32631
- * # Fomantic-UI - Image
32860
+ * # Fomantic-UI 2.8.8 - Image
32632
32861
  * http://github.com/fomantic/Fomantic-UI/
32633
32862
  *
32634
32863
  *
@@ -32983,7 +33212,7 @@ img.ui.bordered.image {
32983
33212
  Site Overrides
32984
33213
  *******************************/
32985
33214
  /*!
32986
- * # Fomantic-UI - Input
33215
+ * # Fomantic-UI 2.8.8 - Input
32987
33216
  * http://github.com/fomantic/Fomantic-UI/
32988
33217
  *
32989
33218
  *
@@ -33046,6 +33275,7 @@ img.ui.bordered.image {
33046
33275
 
33047
33276
  .ui.input > input::-moz-placeholder {
33048
33277
  color: rgba(191, 191, 191, 0.87);
33278
+ opacity: 1;
33049
33279
  }
33050
33280
 
33051
33281
  .ui.input > input:-ms-input-placeholder {
@@ -33788,7 +34018,7 @@ img.ui.bordered.image {
33788
34018
  Site Overrides
33789
34019
  *******************************/
33790
34020
  /*!
33791
- * # Fomantic-UI - Label
34021
+ * # Fomantic-UI 2.8.8 - Label
33792
34022
  * http://github.com/fomantic/Fomantic-UI/
33793
34023
  *
33794
34024
  *
@@ -36188,7 +36418,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
36188
36418
  Site Overrides
36189
36419
  *******************************/
36190
36420
  /*!
36191
- * # Fomantic-UI - List
36421
+ * # Fomantic-UI 2.8.8 - List
36192
36422
  * http://github.com/fomantic/Fomantic-UI/
36193
36423
  *
36194
36424
  *
@@ -37294,7 +37524,7 @@ ol.ui.suffixed.list li:before,
37294
37524
  User Variable Overrides
37295
37525
  *******************************/
37296
37526
  /*!
37297
- * # Fomantic-UI - Loader
37527
+ * # Fomantic-UI 2.8.8 - Loader
37298
37528
  * http://github.com/fomantic/Fomantic-UI/
37299
37529
  *
37300
37530
  *
@@ -37609,7 +37839,7 @@ ol.ui.suffixed.list li:before,
37609
37839
  .ui.primary.elastic.loader.loader:before,
37610
37840
  .ui.primary.basic.elastic.loading.button:before,
37611
37841
  .ui.primary.basic.elastic.loading.button:after,
37612
- .ui.primary.elastic.loading.loading.loading:not(.segment):before,
37842
+ .ui.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37613
37843
  .ui.primary.elastic.loading.loading.loading .input > i.icon:before,
37614
37844
  .ui.primary.elastic.loading.loading.loading.loading > i.icon:before,
37615
37845
  .ui.primary.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37620,7 +37850,7 @@ ol.ui.suffixed.list li:before,
37620
37850
  }
37621
37851
 
37622
37852
  .ui.inverted.primary.elastic.loader:before,
37623
- .ui.inverted.primary.elastic.loading.loading.loading:not(.segment):before,
37853
+ .ui.inverted.primary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37624
37854
  .ui.inverted.primary.elastic.loading.loading.loading .input > i.icon:before,
37625
37855
  .ui.inverted.primary.elastic.loading.loading.loading > i.icon:before,
37626
37856
  .ui.inverted.primary.loading.loading.loading.loading:not(.usual):after,
@@ -37633,7 +37863,7 @@ ol.ui.suffixed.list li:before,
37633
37863
  .ui.secondary.elastic.loader.loader:before,
37634
37864
  .ui.secondary.basic.elastic.loading.button:before,
37635
37865
  .ui.secondary.basic.elastic.loading.button:after,
37636
- .ui.secondary.elastic.loading.loading.loading:not(.segment):before,
37866
+ .ui.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37637
37867
  .ui.secondary.elastic.loading.loading.loading .input > i.icon:before,
37638
37868
  .ui.secondary.elastic.loading.loading.loading.loading > i.icon:before,
37639
37869
  .ui.secondary.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37644,7 +37874,7 @@ ol.ui.suffixed.list li:before,
37644
37874
  }
37645
37875
 
37646
37876
  .ui.inverted.secondary.elastic.loader:before,
37647
- .ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):before,
37877
+ .ui.inverted.secondary.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37648
37878
  .ui.inverted.secondary.elastic.loading.loading.loading .input > i.icon:before,
37649
37879
  .ui.inverted.secondary.elastic.loading.loading.loading > i.icon:before,
37650
37880
  .ui.inverted.secondary.loading.loading.loading.loading:not(.usual):after,
@@ -37657,7 +37887,7 @@ ol.ui.suffixed.list li:before,
37657
37887
  .ui.red.elastic.loader.loader:before,
37658
37888
  .ui.red.basic.elastic.loading.button:before,
37659
37889
  .ui.red.basic.elastic.loading.button:after,
37660
- .ui.red.elastic.loading.loading.loading:not(.segment):before,
37890
+ .ui.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37661
37891
  .ui.red.elastic.loading.loading.loading .input > i.icon:before,
37662
37892
  .ui.red.elastic.loading.loading.loading.loading > i.icon:before,
37663
37893
  .ui.red.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37668,7 +37898,7 @@ ol.ui.suffixed.list li:before,
37668
37898
  }
37669
37899
 
37670
37900
  .ui.inverted.red.elastic.loader:before,
37671
- .ui.inverted.red.elastic.loading.loading.loading:not(.segment):before,
37901
+ .ui.inverted.red.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37672
37902
  .ui.inverted.red.elastic.loading.loading.loading .input > i.icon:before,
37673
37903
  .ui.inverted.red.elastic.loading.loading.loading > i.icon:before,
37674
37904
  .ui.inverted.red.loading.loading.loading.loading:not(.usual):after,
@@ -37681,7 +37911,7 @@ ol.ui.suffixed.list li:before,
37681
37911
  .ui.orange.elastic.loader.loader:before,
37682
37912
  .ui.orange.basic.elastic.loading.button:before,
37683
37913
  .ui.orange.basic.elastic.loading.button:after,
37684
- .ui.orange.elastic.loading.loading.loading:not(.segment):before,
37914
+ .ui.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37685
37915
  .ui.orange.elastic.loading.loading.loading .input > i.icon:before,
37686
37916
  .ui.orange.elastic.loading.loading.loading.loading > i.icon:before,
37687
37917
  .ui.orange.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37692,7 +37922,7 @@ ol.ui.suffixed.list li:before,
37692
37922
  }
37693
37923
 
37694
37924
  .ui.inverted.orange.elastic.loader:before,
37695
- .ui.inverted.orange.elastic.loading.loading.loading:not(.segment):before,
37925
+ .ui.inverted.orange.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37696
37926
  .ui.inverted.orange.elastic.loading.loading.loading .input > i.icon:before,
37697
37927
  .ui.inverted.orange.elastic.loading.loading.loading > i.icon:before,
37698
37928
  .ui.inverted.orange.loading.loading.loading.loading:not(.usual):after,
@@ -37705,7 +37935,7 @@ ol.ui.suffixed.list li:before,
37705
37935
  .ui.yellow.elastic.loader.loader:before,
37706
37936
  .ui.yellow.basic.elastic.loading.button:before,
37707
37937
  .ui.yellow.basic.elastic.loading.button:after,
37708
- .ui.yellow.elastic.loading.loading.loading:not(.segment):before,
37938
+ .ui.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37709
37939
  .ui.yellow.elastic.loading.loading.loading .input > i.icon:before,
37710
37940
  .ui.yellow.elastic.loading.loading.loading.loading > i.icon:before,
37711
37941
  .ui.yellow.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37716,7 +37946,7 @@ ol.ui.suffixed.list li:before,
37716
37946
  }
37717
37947
 
37718
37948
  .ui.inverted.yellow.elastic.loader:before,
37719
- .ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):before,
37949
+ .ui.inverted.yellow.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37720
37950
  .ui.inverted.yellow.elastic.loading.loading.loading .input > i.icon:before,
37721
37951
  .ui.inverted.yellow.elastic.loading.loading.loading > i.icon:before,
37722
37952
  .ui.inverted.yellow.loading.loading.loading.loading:not(.usual):after,
@@ -37729,7 +37959,7 @@ ol.ui.suffixed.list li:before,
37729
37959
  .ui.olive.elastic.loader.loader:before,
37730
37960
  .ui.olive.basic.elastic.loading.button:before,
37731
37961
  .ui.olive.basic.elastic.loading.button:after,
37732
- .ui.olive.elastic.loading.loading.loading:not(.segment):before,
37962
+ .ui.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37733
37963
  .ui.olive.elastic.loading.loading.loading .input > i.icon:before,
37734
37964
  .ui.olive.elastic.loading.loading.loading.loading > i.icon:before,
37735
37965
  .ui.olive.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37740,7 +37970,7 @@ ol.ui.suffixed.list li:before,
37740
37970
  }
37741
37971
 
37742
37972
  .ui.inverted.olive.elastic.loader:before,
37743
- .ui.inverted.olive.elastic.loading.loading.loading:not(.segment):before,
37973
+ .ui.inverted.olive.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37744
37974
  .ui.inverted.olive.elastic.loading.loading.loading .input > i.icon:before,
37745
37975
  .ui.inverted.olive.elastic.loading.loading.loading > i.icon:before,
37746
37976
  .ui.inverted.olive.loading.loading.loading.loading:not(.usual):after,
@@ -37753,7 +37983,7 @@ ol.ui.suffixed.list li:before,
37753
37983
  .ui.green.elastic.loader.loader:before,
37754
37984
  .ui.green.basic.elastic.loading.button:before,
37755
37985
  .ui.green.basic.elastic.loading.button:after,
37756
- .ui.green.elastic.loading.loading.loading:not(.segment):before,
37986
+ .ui.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37757
37987
  .ui.green.elastic.loading.loading.loading .input > i.icon:before,
37758
37988
  .ui.green.elastic.loading.loading.loading.loading > i.icon:before,
37759
37989
  .ui.green.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37764,7 +37994,7 @@ ol.ui.suffixed.list li:before,
37764
37994
  }
37765
37995
 
37766
37996
  .ui.inverted.green.elastic.loader:before,
37767
- .ui.inverted.green.elastic.loading.loading.loading:not(.segment):before,
37997
+ .ui.inverted.green.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37768
37998
  .ui.inverted.green.elastic.loading.loading.loading .input > i.icon:before,
37769
37999
  .ui.inverted.green.elastic.loading.loading.loading > i.icon:before,
37770
38000
  .ui.inverted.green.loading.loading.loading.loading:not(.usual):after,
@@ -37777,7 +38007,7 @@ ol.ui.suffixed.list li:before,
37777
38007
  .ui.teal.elastic.loader.loader:before,
37778
38008
  .ui.teal.basic.elastic.loading.button:before,
37779
38009
  .ui.teal.basic.elastic.loading.button:after,
37780
- .ui.teal.elastic.loading.loading.loading:not(.segment):before,
38010
+ .ui.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37781
38011
  .ui.teal.elastic.loading.loading.loading .input > i.icon:before,
37782
38012
  .ui.teal.elastic.loading.loading.loading.loading > i.icon:before,
37783
38013
  .ui.teal.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37788,7 +38018,7 @@ ol.ui.suffixed.list li:before,
37788
38018
  }
37789
38019
 
37790
38020
  .ui.inverted.teal.elastic.loader:before,
37791
- .ui.inverted.teal.elastic.loading.loading.loading:not(.segment):before,
38021
+ .ui.inverted.teal.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37792
38022
  .ui.inverted.teal.elastic.loading.loading.loading .input > i.icon:before,
37793
38023
  .ui.inverted.teal.elastic.loading.loading.loading > i.icon:before,
37794
38024
  .ui.inverted.teal.loading.loading.loading.loading:not(.usual):after,
@@ -37801,7 +38031,7 @@ ol.ui.suffixed.list li:before,
37801
38031
  .ui.blue.elastic.loader.loader:before,
37802
38032
  .ui.blue.basic.elastic.loading.button:before,
37803
38033
  .ui.blue.basic.elastic.loading.button:after,
37804
- .ui.blue.elastic.loading.loading.loading:not(.segment):before,
38034
+ .ui.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37805
38035
  .ui.blue.elastic.loading.loading.loading .input > i.icon:before,
37806
38036
  .ui.blue.elastic.loading.loading.loading.loading > i.icon:before,
37807
38037
  .ui.blue.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37812,7 +38042,7 @@ ol.ui.suffixed.list li:before,
37812
38042
  }
37813
38043
 
37814
38044
  .ui.inverted.blue.elastic.loader:before,
37815
- .ui.inverted.blue.elastic.loading.loading.loading:not(.segment):before,
38045
+ .ui.inverted.blue.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37816
38046
  .ui.inverted.blue.elastic.loading.loading.loading .input > i.icon:before,
37817
38047
  .ui.inverted.blue.elastic.loading.loading.loading > i.icon:before,
37818
38048
  .ui.inverted.blue.loading.loading.loading.loading:not(.usual):after,
@@ -37825,7 +38055,7 @@ ol.ui.suffixed.list li:before,
37825
38055
  .ui.violet.elastic.loader.loader:before,
37826
38056
  .ui.violet.basic.elastic.loading.button:before,
37827
38057
  .ui.violet.basic.elastic.loading.button:after,
37828
- .ui.violet.elastic.loading.loading.loading:not(.segment):before,
38058
+ .ui.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37829
38059
  .ui.violet.elastic.loading.loading.loading .input > i.icon:before,
37830
38060
  .ui.violet.elastic.loading.loading.loading.loading > i.icon:before,
37831
38061
  .ui.violet.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37836,7 +38066,7 @@ ol.ui.suffixed.list li:before,
37836
38066
  }
37837
38067
 
37838
38068
  .ui.inverted.violet.elastic.loader:before,
37839
- .ui.inverted.violet.elastic.loading.loading.loading:not(.segment):before,
38069
+ .ui.inverted.violet.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37840
38070
  .ui.inverted.violet.elastic.loading.loading.loading .input > i.icon:before,
37841
38071
  .ui.inverted.violet.elastic.loading.loading.loading > i.icon:before,
37842
38072
  .ui.inverted.violet.loading.loading.loading.loading:not(.usual):after,
@@ -37849,7 +38079,7 @@ ol.ui.suffixed.list li:before,
37849
38079
  .ui.purple.elastic.loader.loader:before,
37850
38080
  .ui.purple.basic.elastic.loading.button:before,
37851
38081
  .ui.purple.basic.elastic.loading.button:after,
37852
- .ui.purple.elastic.loading.loading.loading:not(.segment):before,
38082
+ .ui.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37853
38083
  .ui.purple.elastic.loading.loading.loading .input > i.icon:before,
37854
38084
  .ui.purple.elastic.loading.loading.loading.loading > i.icon:before,
37855
38085
  .ui.purple.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37860,7 +38090,7 @@ ol.ui.suffixed.list li:before,
37860
38090
  }
37861
38091
 
37862
38092
  .ui.inverted.purple.elastic.loader:before,
37863
- .ui.inverted.purple.elastic.loading.loading.loading:not(.segment):before,
38093
+ .ui.inverted.purple.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37864
38094
  .ui.inverted.purple.elastic.loading.loading.loading .input > i.icon:before,
37865
38095
  .ui.inverted.purple.elastic.loading.loading.loading > i.icon:before,
37866
38096
  .ui.inverted.purple.loading.loading.loading.loading:not(.usual):after,
@@ -37873,7 +38103,7 @@ ol.ui.suffixed.list li:before,
37873
38103
  .ui.pink.elastic.loader.loader:before,
37874
38104
  .ui.pink.basic.elastic.loading.button:before,
37875
38105
  .ui.pink.basic.elastic.loading.button:after,
37876
- .ui.pink.elastic.loading.loading.loading:not(.segment):before,
38106
+ .ui.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37877
38107
  .ui.pink.elastic.loading.loading.loading .input > i.icon:before,
37878
38108
  .ui.pink.elastic.loading.loading.loading.loading > i.icon:before,
37879
38109
  .ui.pink.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37884,7 +38114,7 @@ ol.ui.suffixed.list li:before,
37884
38114
  }
37885
38115
 
37886
38116
  .ui.inverted.pink.elastic.loader:before,
37887
- .ui.inverted.pink.elastic.loading.loading.loading:not(.segment):before,
38117
+ .ui.inverted.pink.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37888
38118
  .ui.inverted.pink.elastic.loading.loading.loading .input > i.icon:before,
37889
38119
  .ui.inverted.pink.elastic.loading.loading.loading > i.icon:before,
37890
38120
  .ui.inverted.pink.loading.loading.loading.loading:not(.usual):after,
@@ -37897,7 +38127,7 @@ ol.ui.suffixed.list li:before,
37897
38127
  .ui.brown.elastic.loader.loader:before,
37898
38128
  .ui.brown.basic.elastic.loading.button:before,
37899
38129
  .ui.brown.basic.elastic.loading.button:after,
37900
- .ui.brown.elastic.loading.loading.loading:not(.segment):before,
38130
+ .ui.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37901
38131
  .ui.brown.elastic.loading.loading.loading .input > i.icon:before,
37902
38132
  .ui.brown.elastic.loading.loading.loading.loading > i.icon:before,
37903
38133
  .ui.brown.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37908,7 +38138,7 @@ ol.ui.suffixed.list li:before,
37908
38138
  }
37909
38139
 
37910
38140
  .ui.inverted.brown.elastic.loader:before,
37911
- .ui.inverted.brown.elastic.loading.loading.loading:not(.segment):before,
38141
+ .ui.inverted.brown.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37912
38142
  .ui.inverted.brown.elastic.loading.loading.loading .input > i.icon:before,
37913
38143
  .ui.inverted.brown.elastic.loading.loading.loading > i.icon:before,
37914
38144
  .ui.inverted.brown.loading.loading.loading.loading:not(.usual):after,
@@ -37921,7 +38151,7 @@ ol.ui.suffixed.list li:before,
37921
38151
  .ui.grey.elastic.loader.loader:before,
37922
38152
  .ui.grey.basic.elastic.loading.button:before,
37923
38153
  .ui.grey.basic.elastic.loading.button:after,
37924
- .ui.grey.elastic.loading.loading.loading:not(.segment):before,
38154
+ .ui.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37925
38155
  .ui.grey.elastic.loading.loading.loading .input > i.icon:before,
37926
38156
  .ui.grey.elastic.loading.loading.loading.loading > i.icon:before,
37927
38157
  .ui.grey.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37932,7 +38162,7 @@ ol.ui.suffixed.list li:before,
37932
38162
  }
37933
38163
 
37934
38164
  .ui.inverted.grey.elastic.loader:before,
37935
- .ui.inverted.grey.elastic.loading.loading.loading:not(.segment):before,
38165
+ .ui.inverted.grey.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37936
38166
  .ui.inverted.grey.elastic.loading.loading.loading .input > i.icon:before,
37937
38167
  .ui.inverted.grey.elastic.loading.loading.loading > i.icon:before,
37938
38168
  .ui.inverted.grey.loading.loading.loading.loading:not(.usual):after,
@@ -37945,7 +38175,7 @@ ol.ui.suffixed.list li:before,
37945
38175
  .ui.black.elastic.loader.loader:before,
37946
38176
  .ui.black.basic.elastic.loading.button:before,
37947
38177
  .ui.black.basic.elastic.loading.button:after,
37948
- .ui.black.elastic.loading.loading.loading:not(.segment):before,
38178
+ .ui.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37949
38179
  .ui.black.elastic.loading.loading.loading .input > i.icon:before,
37950
38180
  .ui.black.elastic.loading.loading.loading.loading > i.icon:before,
37951
38181
  .ui.black.loading.loading.loading.loading:not(.usual):not(.button):after,
@@ -37956,7 +38186,7 @@ ol.ui.suffixed.list li:before,
37956
38186
  }
37957
38187
 
37958
38188
  .ui.inverted.black.elastic.loader:before,
37959
- .ui.inverted.black.elastic.loading.loading.loading:not(.segment):before,
38189
+ .ui.inverted.black.elastic.loading.loading.loading:not(.segment):not(.segments):not(.card):before,
37960
38190
  .ui.inverted.black.elastic.loading.loading.loading .input > i.icon:before,
37961
38191
  .ui.inverted.black.elastic.loading.loading.loading > i.icon:before,
37962
38192
  .ui.inverted.black.loading.loading.loading.loading:not(.usual):after,
@@ -38033,12 +38263,16 @@ ol.ui.suffixed.list li:before,
38033
38263
  border-bottom-color: transparent;
38034
38264
  }
38035
38265
 
38266
+ .ui.loading.loading.loading.loading.loading.loading.card:after,
38267
+ .ui.loading.loading.loading.loading.loading.loading.segments:after,
38036
38268
  .ui.loading.loading.loading.loading.loading.loading.segment:after,
38037
38269
  .ui.loading.loading.loading.loading.loading.loading.form:after {
38038
38270
  border-left-color: rgba(0, 0, 0, 0.1);
38039
38271
  border-right-color: rgba(0, 0, 0, 0.1);
38040
38272
  }
38041
38273
 
38274
+ .ui.loading.loading.loading.loading.loading.loading.card:not(.double):after,
38275
+ .ui.loading.loading.loading.loading.loading.loading.segments:not(.double):after,
38042
38276
  .ui.loading.loading.loading.loading.loading.loading.segment:not(.double):after,
38043
38277
  .ui.loading.loading.loading.loading.loading.loading.form:not(.double):after {
38044
38278
  border-bottom-color: rgba(0, 0, 0, 0.1);
@@ -38056,7 +38290,7 @@ ol.ui.suffixed.list li:before,
38056
38290
  color: #767676;
38057
38291
  }
38058
38292
 
38059
- .ui.elastic.loading.loading:not(.form):not(.segment):after,
38293
+ .ui.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
38060
38294
  .ui.elastic.loading.loading .input > i.icon:after,
38061
38295
  .ui.elastic.loading.loading > i.icon:after,
38062
38296
  .ui.elastic.loader.loader:after {
@@ -38066,7 +38300,7 @@ ol.ui.suffixed.list li:before,
38066
38300
  animation-delay: 0.3s;
38067
38301
  }
38068
38302
 
38069
- .ui.elastic.loading.loading.loading:not(.form):not(.segment):before,
38303
+ .ui.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
38070
38304
  .ui.elastic.loading.loading.loading .input > i.icon:before,
38071
38305
  .ui.elastic.loading.loading.loading > i.icon:before,
38072
38306
  .ui.elastic.loader.loader:before {
@@ -38081,7 +38315,7 @@ ol.ui.suffixed.list li:before,
38081
38315
  animation: loader 8s infinite linear;
38082
38316
  }
38083
38317
 
38084
- .ui.slow.elastic.loading.loading:not(.form):not(.segment):after,
38318
+ .ui.slow.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
38085
38319
  .ui.slow.elastic.loading.loading .input > i.icon:after,
38086
38320
  .ui.slow.elastic.loading.loading > i.icon:after,
38087
38321
  .ui.slow.elastic.loader.loader:after {
@@ -38091,7 +38325,7 @@ ol.ui.suffixed.list li:before,
38091
38325
  animation-delay: 0.45s;
38092
38326
  }
38093
38327
 
38094
- .ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):before,
38328
+ .ui.slow.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
38095
38329
  .ui.slow.elastic.loading.loading.loading .input > i.icon:before,
38096
38330
  .ui.slow.elastic.loading.loading.loading > i.icon:before,
38097
38331
  .ui.slow.elastic.loader.loader:before {
@@ -38099,7 +38333,7 @@ ol.ui.suffixed.list li:before,
38099
38333
  animation-duration: 1.5s;
38100
38334
  }
38101
38335
 
38102
- .ui.fast.elastic.loading.loading:not(.form):not(.segment):after,
38336
+ .ui.fast.elastic.loading.loading:not(.form):not(.segment):not(.segments):not(.card):after,
38103
38337
  .ui.fast.elastic.loading.loading .input > i.icon:after,
38104
38338
  .ui.fast.elastic.loading.loading > i.icon:after,
38105
38339
  .ui.fast.elastic.loader.loader:after {
@@ -38109,7 +38343,7 @@ ol.ui.suffixed.list li:before,
38109
38343
  animation-delay: 0.2s;
38110
38344
  }
38111
38345
 
38112
- .ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):before,
38346
+ .ui.fast.elastic.loading.loading.loading:not(.form):not(.segment):not(.segments):not(.card):before,
38113
38347
  .ui.fast.elastic.loading.loading.loading .input > i.icon:before,
38114
38348
  .ui.fast.elastic.loading.loading.loading > i.icon:before,
38115
38349
  .ui.fast.elastic.loader.loader:before {
@@ -38245,7 +38479,7 @@ ol.ui.suffixed.list li:before,
38245
38479
  Site Overrides
38246
38480
  *******************************/
38247
38481
  /*!
38248
- * # Fomantic-UI - Loader
38482
+ * # Fomantic-UI 2.8.8 - Loader
38249
38483
  * http://github.com/fomantic/Fomantic-UI/
38250
38484
  *
38251
38485
  *
@@ -38532,7 +38766,7 @@ ol.ui.suffixed.list li:before,
38532
38766
  Theme Overrides
38533
38767
  *******************************/
38534
38768
  /*!
38535
- * # Fomantic-UI - Rail
38769
+ * # Fomantic-UI 2.8.8 - Rail
38536
38770
  * http://github.com/fomantic/Fomantic-UI/
38537
38771
  *
38538
38772
  *
@@ -38694,7 +38928,7 @@ ol.ui.suffixed.list li:before,
38694
38928
  Site Overrides
38695
38929
  *******************************/
38696
38930
  /*!
38697
- * # Fomantic-UI - Reveal
38931
+ * # Fomantic-UI 2.8.8 - Reveal
38698
38932
  * http://github.com/fomantic/Fomantic-UI/
38699
38933
  *
38700
38934
  *
@@ -39037,7 +39271,7 @@ ol.ui.suffixed.list li:before,
39037
39271
  Site Overrides
39038
39272
  *******************************/
39039
39273
  /*!
39040
- * # Fomantic-UI - Segment
39274
+ * # Fomantic-UI 2.8.8 - Segment
39041
39275
  * http://github.com/fomantic/Fomantic-UI/
39042
39276
  *
39043
39277
  *
@@ -39093,6 +39327,8 @@ ol.ui.suffixed.list li:before,
39093
39327
 
39094
39328
  /* Header */
39095
39329
 
39330
+ .ui.inverted.segments .segment > .ui.header .sub.header,
39331
+ .ui.inverted.segments .segment > .ui.header,
39096
39332
  .ui.inverted.segment > .ui.header .sub.header,
39097
39333
  .ui.inverted.segment > .ui.header {
39098
39334
  color: #FFFFFF;
@@ -39187,6 +39423,16 @@ ol.ui.suffixed.list li:before,
39187
39423
  box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
39188
39424
  }
39189
39425
 
39426
+ .ui.placeholder.segment.tab {
39427
+ display: none;
39428
+ }
39429
+
39430
+ .ui.placeholder.segment.tab.active {
39431
+ display: -webkit-box;
39432
+ display: -ms-flexbox;
39433
+ display: flex;
39434
+ }
39435
+
39190
39436
  .ui.placeholder.segment .button,
39191
39437
  .ui.placeholder.segment textarea {
39192
39438
  display: block;
@@ -39566,6 +39812,12 @@ ol.ui.suffixed.list li:before,
39566
39812
  border-radius: 0 0.28571429rem 0.28571429rem 0;
39567
39813
  }
39568
39814
 
39815
+ /* Equal Width */
39816
+
39817
+ .ui[class*="equal width"].horizontal.segments > .segment {
39818
+ width: 100%;
39819
+ }
39820
+
39569
39821
  /*******************************
39570
39822
  States
39571
39823
  *******************************/
@@ -39574,24 +39826,35 @@ ol.ui.suffixed.list li:before,
39574
39826
  Disabled
39575
39827
  ---------------*/
39576
39828
 
39829
+ .ui.disabled.segments,
39577
39830
  .ui.disabled.segment {
39578
39831
  opacity: 0.45;
39579
39832
  color: rgba(40, 40, 40, 0.3);
39833
+ pointer-events: none;
39834
+ -webkit-user-select: none;
39835
+ -moz-user-select: none;
39836
+ -ms-user-select: none;
39837
+ user-select: none;
39580
39838
  }
39581
39839
 
39582
39840
  /*--------------
39583
39841
  Loading
39584
39842
  ---------------*/
39585
39843
 
39844
+ .ui.loading.segments,
39586
39845
  .ui.loading.segment {
39587
39846
  position: relative;
39588
39847
  cursor: default;
39589
39848
  pointer-events: none;
39590
- text-shadow: none !important;
39849
+ -webkit-user-select: none;
39850
+ -moz-user-select: none;
39851
+ -ms-user-select: none;
39852
+ user-select: none;
39591
39853
  -webkit-transition: all 0s linear;
39592
39854
  transition: all 0s linear;
39593
39855
  }
39594
39856
 
39857
+ .ui.loading.segments:before,
39595
39858
  .ui.loading.segment:before {
39596
39859
  position: absolute;
39597
39860
  content: '';
@@ -39604,6 +39867,7 @@ ol.ui.suffixed.list li:before,
39604
39867
  z-index: 100;
39605
39868
  }
39606
39869
 
39870
+ .ui.loading.segments:after,
39607
39871
  .ui.loading.segment:after {
39608
39872
  position: absolute;
39609
39873
  content: '';
@@ -39806,12 +40070,15 @@ ol.ui.suffixed.list li:before,
39806
40070
  Inverted
39807
40071
  --------------------*/
39808
40072
 
40073
+ .ui.inverted.segments,
40074
+ .ui.inverted.segments .segment,
39809
40075
  .ui.inverted.segment {
39810
40076
  border: none;
39811
40077
  -webkit-box-shadow: none;
39812
40078
  box-shadow: none;
39813
40079
  }
39814
40080
 
40081
+ .ui.inverted.segments .segment,
39815
40082
  .ui.inverted.segment,
39816
40083
  .ui.primary.inverted.segment {
39817
40084
  background: #1B1C1D;
@@ -39836,10 +40103,12 @@ ol.ui.suffixed.list li:before,
39836
40103
 
39837
40104
  /* Loading */
39838
40105
 
40106
+ .ui.inverted.loading.segments,
39839
40107
  .ui.inverted.loading.segment {
39840
40108
  color: #FFFFFF;
39841
40109
  }
39842
40110
 
40111
+ .ui.inverted.loading.segments:before,
39843
40112
  .ui.inverted.loading.segment:before {
39844
40113
  background: rgba(0, 0, 0, 0.85);
39845
40114
  }
@@ -39994,7 +40263,7 @@ ol.ui.suffixed.list li:before,
39994
40263
  Site Overrides
39995
40264
  *******************************/
39996
40265
  /*!
39997
- * # Fomantic-UI - Step
40266
+ * # Fomantic-UI 2.8.8 - Step
39998
40267
  * http://github.com/fomantic/Fomantic-UI/
39999
40268
  *
40000
40269
  *
@@ -40766,7 +41035,7 @@ ol.ui.suffixed.list li:before,
40766
41035
  Site Overrides
40767
41036
  *******************************/
40768
41037
  /*!
40769
- * # Fomantic-UI - Text
41038
+ * # Fomantic-UI 2.8.8 - Text
40770
41039
  * http://github.com/fomantic/Fomantic-UI/
40771
41040
  *
40772
41041
  *
@@ -40961,7 +41230,7 @@ span.ui.massive.text {
40961
41230
  Theme Overrides
40962
41231
  *******************************/
40963
41232
  /*!
40964
- * # Fomantic-UI - Breadcrumb
41233
+ * # Fomantic-UI 2.8.8 - Breadcrumb
40965
41234
  * http://github.com/fomantic/Fomantic-UI/
40966
41235
  *
40967
41236
  *
@@ -41106,7 +41375,7 @@ span.ui.massive.text {
41106
41375
  Site Overrides
41107
41376
  *******************************/
41108
41377
  /*!
41109
- * # Fomantic-UI - Form
41378
+ * # Fomantic-UI 2.8.8 - Form
41110
41379
  * http://github.com/fomantic/Fomantic-UI/
41111
41380
  *
41112
41381
  *
@@ -41504,6 +41773,7 @@ span.ui.massive.text {
41504
41773
 
41505
41774
  .ui.form ::-moz-placeholder {
41506
41775
  color: rgba(191, 191, 191, 0.87);
41776
+ opacity: 1;
41507
41777
  }
41508
41778
 
41509
41779
  .ui.form :focus::-webkit-input-placeholder {
@@ -41624,12 +41894,19 @@ span.ui.massive.text {
41624
41894
  }
41625
41895
 
41626
41896
  .ui.ui.form .fields.error .field label,
41897
+ .ui.ui.form .fields.error .field .ui.label:not(.corner),
41627
41898
  .ui.ui.form .field.error label,
41899
+ .ui.ui.form .field.error .ui.label:not(.corner),
41628
41900
  .ui.ui.form .fields.error .field .input,
41629
41901
  .ui.ui.form .field.error .input {
41630
41902
  color: #9F3A38;
41631
41903
  }
41632
41904
 
41905
+ .ui.form .fields.error .field .ui.label,
41906
+ .ui.form .field.error .ui.label {
41907
+ background-color: #ecd1d1;
41908
+ }
41909
+
41633
41910
  .ui.form .fields.error .field .corner.label,
41634
41911
  .ui.form .field.error .corner.label {
41635
41912
  border-color: #9F3A38;
@@ -41754,7 +42031,7 @@ span.ui.massive.text {
41754
42031
  .ui.form .fields.error .field .ui.dropdown,
41755
42032
  .ui.form .fields.error .field .ui.dropdown .item,
41756
42033
  .ui.form .field.error .ui.dropdown,
41757
- .ui.form .field.error .ui.dropdown .text,
42034
+ .ui.form .field.error .ui.dropdown > .text,
41758
42035
  .ui.form .field.error .ui.dropdown .item {
41759
42036
  background: #FFF6F6;
41760
42037
  color: #9F3A38;
@@ -41828,6 +42105,11 @@ span.ui.massive.text {
41828
42105
  color: #9F3A38;
41829
42106
  }
41830
42107
 
42108
+ .ui.inverted.form .fields.error .field label,
42109
+ .ui.inverted.form .error.field label {
42110
+ color: #ecd1d1;
42111
+ }
42112
+
41831
42113
  /* On Form */
41832
42114
 
41833
42115
  .ui.form.info .info.message:not(:empty) {
@@ -41864,12 +42146,19 @@ span.ui.massive.text {
41864
42146
  }
41865
42147
 
41866
42148
  .ui.ui.form .fields.info .field label,
42149
+ .ui.ui.form .fields.info .field .ui.label:not(.corner),
41867
42150
  .ui.ui.form .field.info label,
42151
+ .ui.ui.form .field.info .ui.label:not(.corner),
41868
42152
  .ui.ui.form .fields.info .field .input,
41869
42153
  .ui.ui.form .field.info .input {
41870
42154
  color: #276F86;
41871
42155
  }
41872
42156
 
42157
+ .ui.form .fields.info .field .ui.label,
42158
+ .ui.form .field.info .ui.label {
42159
+ background-color: #c6e3e9;
42160
+ }
42161
+
41873
42162
  .ui.form .fields.info .field .corner.label,
41874
42163
  .ui.form .field.info .corner.label {
41875
42164
  border-color: #276F86;
@@ -41994,7 +42283,7 @@ span.ui.massive.text {
41994
42283
  .ui.form .fields.info .field .ui.dropdown,
41995
42284
  .ui.form .fields.info .field .ui.dropdown .item,
41996
42285
  .ui.form .field.info .ui.dropdown,
41997
- .ui.form .field.info .ui.dropdown .text,
42286
+ .ui.form .field.info .ui.dropdown > .text,
41998
42287
  .ui.form .field.info .ui.dropdown .item {
41999
42288
  background: #F8FFFF;
42000
42289
  color: #276F86;
@@ -42068,6 +42357,11 @@ span.ui.massive.text {
42068
42357
  color: #276F86;
42069
42358
  }
42070
42359
 
42360
+ .ui.inverted.form .fields.info .field label,
42361
+ .ui.inverted.form .info.field label {
42362
+ color: #c6e3e9;
42363
+ }
42364
+
42071
42365
  /* On Form */
42072
42366
 
42073
42367
  .ui.form.success .success.message:not(:empty) {
@@ -42104,12 +42398,19 @@ span.ui.massive.text {
42104
42398
  }
42105
42399
 
42106
42400
  .ui.ui.form .fields.success .field label,
42401
+ .ui.ui.form .fields.success .field .ui.label:not(.corner),
42107
42402
  .ui.ui.form .field.success label,
42403
+ .ui.ui.form .field.success .ui.label:not(.corner),
42108
42404
  .ui.ui.form .fields.success .field .input,
42109
42405
  .ui.ui.form .field.success .input {
42110
42406
  color: #2C662D;
42111
42407
  }
42112
42408
 
42409
+ .ui.form .fields.success .field .ui.label,
42410
+ .ui.form .field.success .ui.label {
42411
+ background-color: #b9d1ad;
42412
+ }
42413
+
42113
42414
  .ui.form .fields.success .field .corner.label,
42114
42415
  .ui.form .field.success .corner.label {
42115
42416
  border-color: #2C662D;
@@ -42234,7 +42535,7 @@ span.ui.massive.text {
42234
42535
  .ui.form .fields.success .field .ui.dropdown,
42235
42536
  .ui.form .fields.success .field .ui.dropdown .item,
42236
42537
  .ui.form .field.success .ui.dropdown,
42237
- .ui.form .field.success .ui.dropdown .text,
42538
+ .ui.form .field.success .ui.dropdown > .text,
42238
42539
  .ui.form .field.success .ui.dropdown .item {
42239
42540
  background: #FCFFF5;
42240
42541
  color: #2C662D;
@@ -42308,6 +42609,11 @@ span.ui.massive.text {
42308
42609
  color: #2C662D;
42309
42610
  }
42310
42611
 
42612
+ .ui.inverted.form .fields.success .field label,
42613
+ .ui.inverted.form .success.field label {
42614
+ color: #b9d1ad;
42615
+ }
42616
+
42311
42617
  /* On Form */
42312
42618
 
42313
42619
  .ui.form.warning .warning.message:not(:empty) {
@@ -42344,12 +42650,19 @@ span.ui.massive.text {
42344
42650
  }
42345
42651
 
42346
42652
  .ui.ui.form .fields.warning .field label,
42653
+ .ui.ui.form .fields.warning .field .ui.label:not(.corner),
42347
42654
  .ui.ui.form .field.warning label,
42655
+ .ui.ui.form .field.warning .ui.label:not(.corner),
42348
42656
  .ui.ui.form .fields.warning .field .input,
42349
42657
  .ui.ui.form .field.warning .input {
42350
42658
  color: #573A08;
42351
42659
  }
42352
42660
 
42661
+ .ui.form .fields.warning .field .ui.label,
42662
+ .ui.form .field.warning .ui.label {
42663
+ background-color: #d7ccb5;
42664
+ }
42665
+
42353
42666
  .ui.form .fields.warning .field .corner.label,
42354
42667
  .ui.form .field.warning .corner.label {
42355
42668
  border-color: #573A08;
@@ -42474,7 +42787,7 @@ span.ui.massive.text {
42474
42787
  .ui.form .fields.warning .field .ui.dropdown,
42475
42788
  .ui.form .fields.warning .field .ui.dropdown .item,
42476
42789
  .ui.form .field.warning .ui.dropdown,
42477
- .ui.form .field.warning .ui.dropdown .text,
42790
+ .ui.form .field.warning .ui.dropdown > .text,
42478
42791
  .ui.form .field.warning .ui.dropdown .item {
42479
42792
  background: #FFFAF3;
42480
42793
  color: #573A08;
@@ -42548,6 +42861,11 @@ span.ui.massive.text {
42548
42861
  color: #573A08;
42549
42862
  }
42550
42863
 
42864
+ .ui.inverted.form .fields.warning .field label,
42865
+ .ui.inverted.form .warning.field label {
42866
+ color: #d7ccb5;
42867
+ }
42868
+
42551
42869
  /*--------------------
42552
42870
  Disabled
42553
42871
  ---------------------*/
@@ -43060,7 +43378,7 @@ span.ui.massive.text {
43060
43378
  Site Overrides
43061
43379
  *******************************/
43062
43380
  /*!
43063
- * # Fomantic-UI - Grid
43381
+ * # Fomantic-UI 2.8.8 - Grid
43064
43382
  * http://github.com/fomantic/Fomantic-UI/
43065
43383
  *
43066
43384
  *
@@ -44559,7 +44877,6 @@ span.ui.massive.text {
44559
44877
  .ui.grid > .justified.column.column,
44560
44878
  .ui.grid > .row > .justified.column.column {
44561
44879
  text-align: justify;
44562
- -webkit-hyphens: auto;
44563
44880
  -ms-hyphens: auto;
44564
44881
  hyphens: auto;
44565
44882
  }
@@ -45105,7 +45422,7 @@ span.ui.massive.text {
45105
45422
  --------------------*/
45106
45423
 
45107
45424
  @media only screen and (max-width: 767.98px) {
45108
- .ui.stackable.grid {
45425
+ .ui.ui.ui.ui.stackable.grid {
45109
45426
  width: auto;
45110
45427
  margin-left: 0 !important;
45111
45428
  margin-right: 0 !important;
@@ -45334,6 +45651,10 @@ span.ui.massive.text {
45334
45651
  Compact
45335
45652
  -----------------*/
45336
45653
 
45654
+ .ui.ui.ui.compact.grid {
45655
+ margin: -0.5rem;
45656
+ }
45657
+
45337
45658
  .ui.ui.ui.compact.grid > .column:not(.row),
45338
45659
  .ui.ui.ui.compact.grid > .row > .column {
45339
45660
  padding-left: 0.5rem;
@@ -45350,6 +45671,8 @@ span.ui.massive.text {
45350
45671
  .ui.ui.ui.compact.grid > .row {
45351
45672
  padding-top: 0.5rem;
45352
45673
  padding-bottom: 0.5rem;
45674
+ padding-left: 0;
45675
+ padding-right: 0;
45353
45676
  }
45354
45677
 
45355
45678
  /* Columns */
@@ -45375,6 +45698,10 @@ span.ui.massive.text {
45375
45698
  Very compact
45376
45699
  -----------------*/
45377
45700
 
45701
+ .ui.ui.ui[class*="very compact"].grid {
45702
+ margin: -0.25rem;
45703
+ }
45704
+
45378
45705
  .ui.ui.ui[class*="very compact"].grid > .column:not(.row),
45379
45706
  .ui.ui.ui[class*="very compact"].grid > .row > .column {
45380
45707
  padding-left: 0.25rem;
@@ -45391,8 +45718,8 @@ span.ui.massive.text {
45391
45718
  .ui.ui.ui[class*="very compact"].grid > .row {
45392
45719
  padding-top: 0.25rem;
45393
45720
  padding-bottom: 0.25rem;
45394
- padding-left: 0.75rem;
45395
- padding-right: 0.75rem;
45721
+ padding-left: 0;
45722
+ padding-right: 0;
45396
45723
  }
45397
45724
 
45398
45725
  /* Columns */
@@ -45660,10 +45987,13 @@ span.ui.massive.text {
45660
45987
  margin: 0 0 0;
45661
45988
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
45662
45989
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
45663
- -webkit-box-orient: vertical !important;
45664
- -webkit-box-direction: normal !important;
45665
- -ms-flex-direction: column !important;
45666
- flex-direction: column !important;
45990
+ }
45991
+
45992
+ .ui.menu .dropdown.item:not(.column) .menu {
45993
+ -webkit-box-orient: vertical;
45994
+ -webkit-box-direction: normal;
45995
+ -ms-flex-direction: column;
45996
+ flex-direction: column;
45667
45997
  }
45668
45998
 
45669
45999
  /* Menu Items */
@@ -45831,7 +46161,7 @@ span.ui.massive.text {
45831
46161
  List
45832
46162
  ---------------*/
45833
46163
 
45834
- /* Menu divider shouldnt apply */
46164
+ /* Menu divider shouldn't apply */
45835
46165
 
45836
46166
  .ui.menu .list .item:before {
45837
46167
  background: none !important;
@@ -46798,7 +47128,7 @@ Floated Menu / Item
46798
47128
  opacity: 1;
46799
47129
  }
46800
47130
 
46801
- /* Icon Gylph */
47131
+ /* Icon Glyph */
46802
47132
 
46803
47133
  .ui.icon.menu i.icon:before {
46804
47134
  opacity: 1;
@@ -47946,7 +48276,7 @@ Floated Menu / Item
47946
48276
  Site Overrides
47947
48277
  *******************************/
47948
48278
  /*!
47949
- * # Fomantic-UI - Message
48279
+ * # Fomantic-UI 2.8.8 - Message
47950
48280
  * http://github.com/fomantic/Fomantic-UI/
47951
48281
  *
47952
48282
  *
@@ -48061,10 +48391,16 @@ Floated Menu / Item
48061
48391
 
48062
48392
  /* Icon */
48063
48393
 
48064
- .ui.message > i.icon {
48394
+ .ui.icon.message > .icons,
48395
+ .ui.icon.message > i.icon {
48065
48396
  margin-right: 0.6em;
48066
48397
  }
48067
48398
 
48399
+ .ui.icon.message > .icons:last-child,
48400
+ .ui.icon.message > i.icon:last-child {
48401
+ margin: 0 0 0 0.6em;
48402
+ }
48403
+
48068
48404
  /* Close Icon */
48069
48405
 
48070
48406
  .ui.message > .close.icon {
@@ -48130,6 +48466,25 @@ Floated Menu / Item
48130
48466
  Variations
48131
48467
  *******************************/
48132
48468
 
48469
+ .ui.centered.message,
48470
+ .ui.center.aligned.message {
48471
+ text-align: center;
48472
+ -webkit-box-pack: center;
48473
+ -ms-flex-pack: center;
48474
+ justify-content: center;
48475
+ }
48476
+
48477
+ .ui.centered.message > .content,
48478
+ .ui.center.aligned.message > .content {
48479
+ -webkit-box-flex: 0;
48480
+ -ms-flex: 0 0 auto;
48481
+ flex: 0 0 auto;
48482
+ }
48483
+
48484
+ .ui.right.aligned.message {
48485
+ text-align: right;
48486
+ }
48487
+
48133
48488
  /*--------------
48134
48489
  Compact
48135
48490
  ---------------*/
@@ -48192,6 +48547,7 @@ Floated Menu / Item
48192
48547
  align-items: center;
48193
48548
  }
48194
48549
 
48550
+ .ui.icon.message > .icons,
48195
48551
  .ui.icon.message > i.icon:not(.close) {
48196
48552
  display: block;
48197
48553
  -webkit-box-flex: 0;
@@ -48212,11 +48568,12 @@ Floated Menu / Item
48212
48568
  vertical-align: middle;
48213
48569
  }
48214
48570
 
48571
+ .ui.icon.message > .icons + .content,
48215
48572
  .ui.icon.message > i.icon:not(.close) + .content {
48216
48573
  padding-left: 0;
48217
48574
  }
48218
48575
 
48219
- .ui.icon.message > i.circular.icon {
48576
+ .ui.icon.message > i.circular {
48220
48577
  width: 1em;
48221
48578
  }
48222
48579
 
@@ -48257,6 +48614,11 @@ Floated Menu / Item
48257
48614
  color: #1A531B;
48258
48615
  }
48259
48616
 
48617
+ .ui.inverted.positive.message,
48618
+ .ui.inverted.positive.message .header {
48619
+ color: #A3C293;
48620
+ }
48621
+
48260
48622
  .ui.negative.message {
48261
48623
  background-color: #FFF6F6;
48262
48624
  color: #9F3A38;
@@ -48277,6 +48639,11 @@ Floated Menu / Item
48277
48639
  color: #912D2B;
48278
48640
  }
48279
48641
 
48642
+ .ui.inverted.negative.message,
48643
+ .ui.inverted.negative.message .header {
48644
+ color: #E0B4B4;
48645
+ }
48646
+
48280
48647
  .ui.info.message {
48281
48648
  background-color: #F8FFFF;
48282
48649
  color: #276F86;
@@ -48297,6 +48664,11 @@ Floated Menu / Item
48297
48664
  color: #0E566C;
48298
48665
  }
48299
48666
 
48667
+ .ui.inverted.info.message,
48668
+ .ui.inverted.info.message .header {
48669
+ color: #c6e3e9;
48670
+ }
48671
+
48300
48672
  .ui.warning.message {
48301
48673
  background-color: #FFFAF3;
48302
48674
  color: #573A08;
@@ -48317,6 +48689,11 @@ Floated Menu / Item
48317
48689
  color: #794B02;
48318
48690
  }
48319
48691
 
48692
+ .ui.inverted.warning.message,
48693
+ .ui.inverted.warning.message .header {
48694
+ color: #d7ccb5;
48695
+ }
48696
+
48320
48697
  .ui.error.message {
48321
48698
  background-color: #FFF6F6;
48322
48699
  color: #9F3A38;
@@ -48337,6 +48714,11 @@ Floated Menu / Item
48337
48714
  color: #912D2B;
48338
48715
  }
48339
48716
 
48717
+ .ui.inverted.error.message,
48718
+ .ui.inverted.error.message .header {
48719
+ color: #ecd1d1;
48720
+ }
48721
+
48340
48722
  .ui.success.message {
48341
48723
  background-color: #FCFFF5;
48342
48724
  color: #2C662D;
@@ -48357,6 +48739,11 @@ Floated Menu / Item
48357
48739
  color: #1A531B;
48358
48740
  }
48359
48741
 
48742
+ .ui.inverted.success.message,
48743
+ .ui.inverted.success.message .header {
48744
+ color: #b9d1ad;
48745
+ }
48746
+
48360
48747
  .ui.primary.message {
48361
48748
  background-color: #DFF0FF;
48362
48749
  color: rgba(255, 255, 255, 0.9);
@@ -48695,7 +49082,7 @@ Floated Menu / Item
48695
49082
  Site Overrides
48696
49083
  *******************************/
48697
49084
  /*!
48698
- * # Fomantic-UI - Table
49085
+ * # Fomantic-UI 2.8.8 - Table
48699
49086
  * http://github.com/fomantic/Fomantic-UI/
48700
49087
  *
48701
49088
  *
@@ -49328,6 +49715,10 @@ Floated Menu / Item
49328
49715
  -moz-transform: scale(1);
49329
49716
  }
49330
49717
 
49718
+ .ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
49719
+ pointer-events: auto;
49720
+ }
49721
+
49331
49722
  .ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
49332
49723
  pointer-events: none;
49333
49724
  background: #FFFFFF;
@@ -51046,7 +51437,8 @@ Floated Menu / Item
51046
51437
  background: #FFFFFF;
51047
51438
  }
51048
51439
 
51049
- .ui.inverted.definition.table > tbody > tr > td:first-child .ui.inverted.definition.table > tfoot > tr > td:first-child,
51440
+ .ui.inverted.definition.table > tbody > tr > td:first-child,
51441
+ .ui.inverted.definition.table > tfoot > tr > td:first-child,
51050
51442
  .ui.inverted.definition.table > tr > td:first-child {
51051
51443
  background: rgba(255, 255, 255, 0.02);
51052
51444
  color: #ffffff;
@@ -51281,7 +51673,7 @@ Floated Menu / Item
51281
51673
  Site Overrides
51282
51674
  *******************************/
51283
51675
  /*!
51284
- * # Fomantic-UI - Ad
51676
+ * # Fomantic-UI 2.8.8 - Ad
51285
51677
  * http://github.com/fomantic/Fomantic-UI/
51286
51678
  *
51287
51679
  *
@@ -51570,7 +51962,7 @@ Floated Menu / Item
51570
51962
  User Variable Overrides
51571
51963
  *******************************/
51572
51964
  /*!
51573
- * # Fomantic-UI - Card
51965
+ * # Fomantic-UI 2.8.8 - Card
51574
51966
  * http://github.com/fomantic/Fomantic-UI/
51575
51967
  *
51576
51968
  *
@@ -52033,6 +52425,62 @@ Floated Menu / Item
52033
52425
  color: #1e70bf;
52034
52426
  }
52035
52427
 
52428
+ /*******************************
52429
+ States
52430
+ *******************************/
52431
+
52432
+ /*--------------
52433
+ Disabled
52434
+ ---------------*/
52435
+
52436
+ .ui.disabled.card {
52437
+ opacity: 0.45;
52438
+ color: rgba(40, 40, 40, 0.3);
52439
+ pointer-events: none;
52440
+ }
52441
+
52442
+ /*--------------
52443
+ Loading
52444
+ ---------------*/
52445
+
52446
+ .ui.loading.card {
52447
+ position: relative;
52448
+ cursor: default;
52449
+ pointer-events: none;
52450
+ -webkit-transition: all 0s linear;
52451
+ transition: all 0s linear;
52452
+ }
52453
+
52454
+ .ui.loading.card:before {
52455
+ position: absolute;
52456
+ content: '';
52457
+ top: 0;
52458
+ left: 0;
52459
+ background: rgba(255, 255, 255, 0.8);
52460
+ width: 100%;
52461
+ height: 100%;
52462
+ border-radius: 0.28571429rem;
52463
+ z-index: 100;
52464
+ }
52465
+
52466
+ .ui.loading.card:after {
52467
+ position: absolute;
52468
+ content: '';
52469
+ top: 50%;
52470
+ left: 50%;
52471
+ margin: -1.5em 0 0 -1.5em;
52472
+ width: 3em;
52473
+ height: 3em;
52474
+ -webkit-animation: loader 0.6s infinite linear;
52475
+ animation: loader 0.6s infinite linear;
52476
+ border: 0.2em solid #767676;
52477
+ border-radius: 500rem;
52478
+ -webkit-box-shadow: 0 0 0 1px transparent;
52479
+ box-shadow: 0 0 0 1px transparent;
52480
+ visibility: visible;
52481
+ z-index: 101;
52482
+ }
52483
+
52036
52484
  /*******************************
52037
52485
  Variations
52038
52486
  *******************************/
@@ -52075,7 +52523,6 @@ Floated Menu / Item
52075
52523
  display: -ms-flexbox;
52076
52524
  display: flex;
52077
52525
  width: 100%;
52078
- height: 100%;
52079
52526
  border-radius: 0.28571429rem 0 0 0.28571429rem;
52080
52527
  }
52081
52528
 
@@ -52086,6 +52533,7 @@ Floated Menu / Item
52086
52533
 
52087
52534
  .ui.horizontal.cards > .card > .content,
52088
52535
  .ui.horizontal.card > .content {
52536
+ border-top: none;
52089
52537
  -ms-flex-preferred-size: 1px;
52090
52538
  flex-basis: 1px;
52091
52539
  }
@@ -52995,6 +53443,16 @@ a.ui.card:hover,
52995
53443
  color: rgba(255, 255, 255, 0.9);
52996
53444
  }
52997
53445
 
53446
+ .ui.inverted.cards > .card > .content > a.header,
53447
+ .ui.inverted.card > .content > a.header {
53448
+ color: rgba(255, 255, 255, 0.9);
53449
+ }
53450
+
53451
+ .ui.inverted.cards > .card > .content > a.header:hover,
53452
+ .ui.inverted.card > .content > a.header:hover {
53453
+ color: #1e70bf;
53454
+ }
53455
+
52998
53456
  /* Description */
52999
53457
 
53000
53458
  .ui.inverted.cards > .card > .content > .description,
@@ -53046,6 +53504,16 @@ a.inverted.ui.card:hover,
53046
53504
  background: #1B1C1D;
53047
53505
  }
53048
53506
 
53507
+ /* Loading */
53508
+
53509
+ .ui.inverted.loading.card {
53510
+ color: #FFFFFF;
53511
+ }
53512
+
53513
+ .ui.inverted.loading.card:before {
53514
+ background: rgba(0, 0, 0, 0.85);
53515
+ }
53516
+
53049
53517
  /*******************************
53050
53518
  Theme Overrides
53051
53519
  *******************************/
@@ -53054,7 +53522,7 @@ a.inverted.ui.card:hover,
53054
53522
  User Variable Overrides
53055
53523
  *******************************/
53056
53524
  /*!
53057
- * # Fomantic-UI - Comment
53525
+ * # Fomantic-UI 2.8.8 - Comment
53058
53526
  * http://github.com/fomantic/Fomantic-UI/
53059
53527
  *
53060
53528
  *
@@ -53369,7 +53837,7 @@ a.inverted.ui.card:hover,
53369
53837
  User Variable Overrides
53370
53838
  *******************************/
53371
53839
  /*!
53372
- * # Fomantic-UI - Feed
53840
+ * # Fomantic-UI 2.8.8 - Feed
53373
53841
  * http://github.com/fomantic/Fomantic-UI/
53374
53842
  *
53375
53843
  *
@@ -53724,7 +54192,7 @@ a.inverted.ui.card:hover,
53724
54192
  User Variable Overrides
53725
54193
  *******************************/
53726
54194
  /*!
53727
- * # Fomantic-UI - Item
54195
+ * # Fomantic-UI 2.8.8 - Item
53728
54196
  * http://github.com/fomantic/Fomantic-UI/
53729
54197
  *
53730
54198
  *
@@ -54360,7 +54828,7 @@ a.inverted.ui.card:hover,
54360
54828
  User Variable Overrides
54361
54829
  *******************************/
54362
54830
  /*!
54363
- * # Fomantic-UI - Statistic
54831
+ * # Fomantic-UI 2.8.8 - Statistic
54364
54832
  * http://github.com/fomantic/Fomantic-UI/
54365
54833
  *
54366
54834
  *
@@ -55066,7 +55534,7 @@ a.inverted.ui.card:hover,
55066
55534
  User Variable Overrides
55067
55535
  *******************************/
55068
55536
  /*!
55069
- * # Fomantic-UI - Accordion
55537
+ * # Fomantic-UI 2.8.8 - Accordion
55070
55538
  * http://github.com/fomantic/Fomantic-UI/
55071
55539
  *
55072
55540
  *
@@ -55322,7 +55790,7 @@ a.inverted.ui.card:hover,
55322
55790
  User Overrides
55323
55791
  *******************************/
55324
55792
  /*!
55325
- * # Fomantic-UI - Calendar
55793
+ * # Fomantic-UI 2.8.8 - Calendar
55326
55794
  * http://github.com/fomantic/Fomantic-UI/
55327
55795
  *
55328
55796
  *
@@ -55444,7 +55912,7 @@ a.inverted.ui.card:hover,
55444
55912
  color: rgba(40, 40, 40, 0.3);
55445
55913
  }
55446
55914
 
55447
- .ui.calendar .ui.table tr .adjacent:not(.disabled) {
55915
+ .ui.calendar .ui.table tr .adjacent:not(.disabled):not(.active) {
55448
55916
  color: rgba(0, 0, 0, 0.6);
55449
55917
  background: rgba(0, 0, 0, 0.03);
55450
55918
  }
@@ -55487,7 +55955,7 @@ a.inverted.ui.card:hover,
55487
55955
  color: rgba(225, 225, 225, 0.3);
55488
55956
  }
55489
55957
 
55490
- .ui.inverted.calendar .ui.inverted.table tr .adjacent:not(.disabled) {
55958
+ .ui.inverted.calendar .ui.inverted.table tr .adjacent:not(.disabled):not(.active) {
55491
55959
  color: rgba(255, 255, 255, 0.8);
55492
55960
  background: rgba(255, 255, 255, 0.02);
55493
55961
  }
@@ -55513,7 +55981,7 @@ a.inverted.ui.card:hover,
55513
55981
  Theme Overrides
55514
55982
  *******************************/
55515
55983
  /*!
55516
- * # Fomantic-UI - Checkbox
55984
+ * # Fomantic-UI 2.8.8 - Checkbox
55517
55985
  * http://github.com/fomantic/Fomantic-UI/
55518
55986
  *
55519
55987
  *
@@ -55604,6 +56072,17 @@ a.inverted.ui.card:hover,
55604
56072
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
55605
56073
  }
55606
56074
 
56075
+ .ui.right.aligned.checkbox label {
56076
+ padding-left: 0;
56077
+ padding-right: 1.85714em;
56078
+ }
56079
+
56080
+ .ui.right.aligned.checkbox label:after,
56081
+ .ui.right.aligned.checkbox label:before {
56082
+ right: 0;
56083
+ left: auto;
56084
+ }
56085
+
55607
56086
  /*--------------
55608
56087
  Label
55609
56088
  ---------------*/
@@ -55711,6 +56190,11 @@ a.inverted.ui.card:hover,
55711
56190
  left: 1.075rem;
55712
56191
  }
55713
56192
 
56193
+ .ui.right.aligned.indeterminate.toggle.checkbox input:not([type=radio]) ~ label:after {
56194
+ left: auto;
56195
+ right: 1.075rem;
56196
+ }
56197
+
55714
56198
  /*--------------
55715
56199
  Active Focus
55716
56200
  ---------------*/
@@ -55727,12 +56211,13 @@ a.inverted.ui.card:hover,
55727
56211
  }
55728
56212
 
55729
56213
  /*--------------
55730
- Read-Only
55731
- ---------------*/
56214
+ Read-Only
56215
+ ---------------*/
55732
56216
 
55733
56217
  .ui.read-only.checkbox,
55734
56218
  .ui.read-only.checkbox label {
55735
56219
  cursor: default;
56220
+ pointer-events: none;
55736
56221
  }
55737
56222
 
55738
56223
  /*--------------
@@ -55741,7 +56226,7 @@ a.inverted.ui.card:hover,
55741
56226
 
55742
56227
  .ui.disabled.checkbox label,
55743
56228
  .ui.checkbox input[disabled] ~ label {
55744
- cursor: default !important;
56229
+ cursor: default;
55745
56230
  opacity: 0.5;
55746
56231
  color: #000000;
55747
56232
  pointer-events: none;
@@ -55957,6 +56442,23 @@ a.inverted.ui.card:hover,
55957
56442
  background-color: #000000 !important;
55958
56443
  }
55959
56444
 
56445
+ .ui.right.aligned.slider.checkbox label {
56446
+ padding-left: 0;
56447
+ padding-right: 4.5rem;
56448
+ }
56449
+
56450
+ .ui.right.aligned.slider.checkbox label:after {
56451
+ left: auto;
56452
+ right: 2rem;
56453
+ -webkit-transition: right 0.3s ease;
56454
+ transition: right 0.3s ease;
56455
+ }
56456
+
56457
+ .ui.right.aligned.slider.checkbox input:checked ~ label:after {
56458
+ left: auto;
56459
+ right: 0;
56460
+ }
56461
+
55960
56462
  /*--------------
55961
56463
  Toggle
55962
56464
  ---------------*/
@@ -56071,6 +56573,23 @@ a.inverted.ui.card:hover,
56071
56573
  background-color: #0d71bb !important;
56072
56574
  }
56073
56575
 
56576
+ .ui.right.aligned.toggle.checkbox label {
56577
+ padding-left: 0;
56578
+ padding-right: 4.5rem;
56579
+ }
56580
+
56581
+ .ui.right.aligned.toggle.checkbox input ~ label:after {
56582
+ left: auto;
56583
+ right: 2.15rem;
56584
+ -webkit-transition: background 0.3s ease, right 0.3s ease;
56585
+ transition: background 0.3s ease, right 0.3s ease;
56586
+ }
56587
+
56588
+ .ui.right.aligned.toggle.checkbox input:checked ~ label:after {
56589
+ left: auto;
56590
+ right: -0.05rem;
56591
+ }
56592
+
56074
56593
  /*******************************
56075
56594
  Variations
56076
56595
  *******************************/
@@ -56361,7 +56880,7 @@ a.inverted.ui.card:hover,
56361
56880
  Site Overrides
56362
56881
  *******************************/
56363
56882
  /*!
56364
- * # Fomantic-UI - Dimmer
56883
+ * # Fomantic-UI 2.8.8 - Dimmer
56365
56884
  * http://github.com/fomantic/Fomantic-UI/
56366
56885
  *
56367
56886
  *
@@ -56869,7 +57388,7 @@ body.dimmable > .dimmer {
56869
57388
  User Overrides
56870
57389
  *******************************/
56871
57390
  /*!
56872
- * # Fomantic-UI - Dropdown
57391
+ * # Fomantic-UI 2.8.8 - Dropdown
56873
57392
  * http://github.com/fomantic/Fomantic-UI/
56874
57393
  *
56875
57394
  *
@@ -56952,6 +57471,7 @@ body.dimmable > .dimmer {
56952
57471
  .ui.dropdown:not(.labeled) > .dropdown.icon {
56953
57472
  position: relative;
56954
57473
  width: auto;
57474
+ min-width: 1em;
56955
57475
  font-size: 0.85714286em;
56956
57476
  margin: 0 0 0 1em;
56957
57477
  }
@@ -57150,6 +57670,7 @@ body.dimmable > .dimmer {
57150
57670
 
57151
57671
  /* Icons / Flags / Labels / Image */
57152
57672
 
57673
+ .ui.dropdown > .text > i.icons,
57153
57674
  .ui.dropdown > .text > i.icon,
57154
57675
  .ui.dropdown > .text > .label,
57155
57676
  .ui.dropdown > .text > .flag,
@@ -57158,6 +57679,7 @@ body.dimmable > .dimmer {
57158
57679
  margin-top: 0em;
57159
57680
  }
57160
57681
 
57682
+ .ui.dropdown .menu > .item > i.icons,
57161
57683
  .ui.dropdown .menu > .item > i.icon,
57162
57684
  .ui.dropdown .menu > .item > .label,
57163
57685
  .ui.dropdown .menu > .item > .flag,
@@ -57166,11 +57688,13 @@ body.dimmable > .dimmer {
57166
57688
  margin-top: 0em;
57167
57689
  }
57168
57690
 
57691
+ .ui.dropdown > .text > i.icons,
57169
57692
  .ui.dropdown > .text > i.icon,
57170
57693
  .ui.dropdown > .text > .label,
57171
57694
  .ui.dropdown > .text > .flag,
57172
57695
  .ui.dropdown > .text > img,
57173
57696
  .ui.dropdown > .text > .image,
57697
+ .ui.dropdown .menu > .item > i.icons,
57174
57698
  .ui.dropdown .menu > .item > i.icon,
57175
57699
  .ui.dropdown .menu > .item > .label,
57176
57700
  .ui.dropdown .menu > .item > .flag,
@@ -57726,13 +58250,21 @@ select.ui.dropdown {
57726
58250
  font-size: 0.85714286em;
57727
58251
  margin: -0.78571429em;
57728
58252
  padding: 0.91666667em;
57729
- right: 3em;
58253
+ right: 2em;
57730
58254
  top: 0.78571429em;
57731
58255
  position: absolute;
57732
58256
  opacity: 0.6;
57733
58257
  z-index: 3;
57734
58258
  }
57735
58259
 
58260
+ .ui.selection.dropdown > .remove.icon {
58261
+ right: 3em;
58262
+ }
58263
+
58264
+ .ui.inline.dropdown > .remove.icon {
58265
+ right: 2.2em;
58266
+ }
58267
+
57736
58268
  .ui.clearable.dropdown .text,
57737
58269
  .ui.clearable.dropdown a:last-of-type {
57738
58270
  margin-right: 1.5em;
@@ -57745,6 +58277,14 @@ select.ui.dropdown {
57745
58277
  display: none;
57746
58278
  }
57747
58279
 
58280
+ .ui.dropdown:not(.selection) > .remove.icon ~ .dropdown.icon {
58281
+ margin-left: 1.5em;
58282
+ }
58283
+
58284
+ .ui.dropdown:not(.selection) > .remove.icon {
58285
+ margin-top: -1.35em;
58286
+ }
58287
+
57748
58288
  /*--------------
57749
58289
  Multiple
57750
58290
  ---------------*/
@@ -58191,12 +58731,14 @@ select.ui.dropdown {
58191
58731
  Clear
58192
58732
  ----------------------*/
58193
58733
 
58734
+ .ui.dropdown > .remove.icon,
58194
58735
  .ui.dropdown > .clear.dropdown.icon {
58195
- opacity: 0.8;
58736
+ opacity: 0.6;
58196
58737
  -webkit-transition: opacity 0.1s ease;
58197
58738
  transition: opacity 0.1s ease;
58198
58739
  }
58199
58740
 
58741
+ .ui.dropdown > .remove.icon:hover,
58200
58742
  .ui.dropdown > .clear.dropdown.icon:hover {
58201
58743
  opacity: 1;
58202
58744
  }
@@ -58214,6 +58756,15 @@ select.ui.dropdown {
58214
58756
  opacity: 0.45;
58215
58757
  }
58216
58758
 
58759
+ /*--------------------
58760
+ Read-Only
58761
+ ----------------------*/
58762
+
58763
+ .ui.read-only.dropdown {
58764
+ cursor: default;
58765
+ pointer-events: none;
58766
+ }
58767
+
58217
58768
  /*******************************
58218
58769
  Variations
58219
58770
  *******************************/
@@ -58431,6 +58982,31 @@ select.ui.dropdown {
58431
58982
  }
58432
58983
  }
58433
58984
 
58985
+ /*--------------------
58986
+ Labeled
58987
+ ---------------------*/
58988
+
58989
+ /* Regular Label on Left */
58990
+
58991
+ .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .dropdown {
58992
+ border-top-left-radius: 0;
58993
+ border-bottom-left-radius: 0;
58994
+ border-left-color: transparent;
58995
+ }
58996
+
58997
+ /* Regular Label on Right */
58998
+
58999
+ .ui[class*="right labeled"].input > .dropdown:not(:last-child) {
59000
+ border-top-right-radius: 0 !important;
59001
+ border-bottom-right-radius: 0 !important;
59002
+ border-right-color: transparent !important;
59003
+ }
59004
+
59005
+ .ui[class*="right labeled"].input > .dropdown + .label {
59006
+ border-top-left-radius: 0;
59007
+ border-bottom-left-radius: 0;
59008
+ }
59009
+
58434
59010
  /*--------------
58435
59011
  Columnar
58436
59012
  ---------------*/
@@ -58854,6 +59430,7 @@ select.ui.dropdown {
58854
59430
 
58855
59431
  /* General rules and basic dropdowns */
58856
59432
 
59433
+ .ui.dropdown .inverted.menu,
58857
59434
  .ui.inverted.dropdown .menu {
58858
59435
  background: #1B1C1D;
58859
59436
  -webkit-box-shadow: none;
@@ -58861,10 +59438,12 @@ select.ui.dropdown {
58861
59438
  border: 1px solid rgba(255, 255, 255, 0.15);
58862
59439
  }
58863
59440
 
59441
+ .ui.dropdown .inverted.menu > .item,
58864
59442
  .ui.inverted.dropdown .menu > .item {
58865
59443
  color: rgba(255, 255, 255, 0.8);
58866
59444
  }
58867
59445
 
59446
+ .ui.dropdown .inverted.menu .active.item,
58868
59447
  .ui.inverted.dropdown .menu .active.item {
58869
59448
  background: transparent;
58870
59449
  color: rgba(255, 255, 255, 0.8);
@@ -58872,30 +59451,36 @@ select.ui.dropdown {
58872
59451
  box-shadow: none;
58873
59452
  }
58874
59453
 
59454
+ .ui.dropdown .inverted.menu > .item:hover,
58875
59455
  .ui.inverted.dropdown .menu > .item:hover {
58876
59456
  background: rgba(255, 255, 255, 0.08);
58877
59457
  color: rgba(255, 255, 255, 0.8);
58878
59458
  }
58879
59459
 
58880
59460
  .ui.inverted.dropdown.selected,
59461
+ .ui.dropdown .inverted.menu .selected.item,
58881
59462
  .ui.inverted.dropdown .menu .selected.item {
58882
59463
  background: rgba(255, 255, 255, 0.15);
58883
59464
  color: rgba(255, 255, 255, 0.8);
58884
59465
  }
58885
59466
 
59467
+ .ui.dropdown .inverted.menu > .header,
58886
59468
  .ui.inverted.dropdown .menu > .header {
58887
59469
  color: #FFFFFF;
58888
59470
  }
58889
59471
 
58890
59472
  .ui.inverted.dropdown > .text > .description,
59473
+ .ui.dropdown .inverted.menu > .item > .description,
58891
59474
  .ui.inverted.dropdown .menu > .item > .description {
58892
59475
  color: rgba(255, 255, 255, 0.5);
58893
59476
  }
58894
59477
 
59478
+ .ui.dropdown .inverted.menu > .divider,
58895
59479
  .ui.inverted.dropdown .menu > .divider {
58896
59480
  border-top: 1px solid rgba(255, 255, 255, 0.15);
58897
59481
  }
58898
59482
 
59483
+ .ui.dropdown .inverted.scrolling.menu,
58899
59484
  .ui.inverted.dropdown .scrolling.menu {
58900
59485
  border: none;
58901
59486
  border-top: 1px solid rgba(255, 255, 255, 0.15);
@@ -58923,11 +59508,13 @@ select.ui.dropdown {
58923
59508
  color: rgba(255, 255, 255, 0.9);
58924
59509
  }
58925
59510
 
59511
+ .ui.selection.active.dropdown .inverted.menu,
58926
59512
  .ui.inverted.selection.active.dropdown .menu,
58927
59513
  .ui.inverted.selection.active.dropdown:hover {
58928
59514
  border-color: rgba(255, 255, 255, 0.15);
58929
59515
  }
58930
59516
 
59517
+ .ui.selection.dropdown .inverted.menu > .item,
58931
59518
  .ui.inverted.selection.dropdown .menu > .item {
58932
59519
  border-top: 1px solid #242526;
58933
59520
  }
@@ -58951,12 +59538,14 @@ select.ui.dropdown {
58951
59538
  color: rgba(255, 255, 255, 0.7) !important;
58952
59539
  }
58953
59540
 
59541
+ .ui.dropdown .inverted.menu > .message:not(.ui),
58954
59542
  .ui.inverted.dropdown .menu > .message:not(.ui) {
58955
59543
  color: rgba(255, 255, 255, 0.5);
58956
59544
  }
58957
59545
 
58958
59546
  /* Fixing the border */
58959
59547
 
59548
+ .ui.dropdown .inverted.menu > .item:first-child,
58960
59549
  .ui.inverted.dropdown .menu > .item:first-child {
58961
59550
  border-top-width: 0;
58962
59551
  }
@@ -59010,22 +59599,27 @@ select.ui.dropdown {
59010
59599
 
59011
59600
  /* Scrollbars */
59012
59601
 
59602
+ .ui.dropdown .inverted.menu::-webkit-scrollbar-track,
59013
59603
  .ui.inverted.dropdown .menu::-webkit-scrollbar-track {
59014
59604
  background: rgba(255, 255, 255, 0.1);
59015
59605
  }
59016
59606
 
59607
+ .ui.dropdown .inverted.menu::-webkit-scrollbar-thumb,
59017
59608
  .ui.inverted.dropdown .menu::-webkit-scrollbar-thumb {
59018
59609
  background: rgba(255, 255, 255, 0.25);
59019
59610
  }
59020
59611
 
59612
+ .ui.dropdown .inverted.menu::-webkit-scrollbar-thumb:window-inactive,
59021
59613
  .ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:window-inactive {
59022
59614
  background: rgba(255, 255, 255, 0.15);
59023
59615
  }
59024
59616
 
59617
+ .ui.dropdown .inverted.menu::-webkit-scrollbar-thumb:hover,
59025
59618
  .ui.inverted.dropdown .menu::-webkit-scrollbar-thumb:hover {
59026
59619
  background: rgba(255, 255, 255, 0.35);
59027
59620
  }
59028
59621
 
59622
+ .ui.pointing.dropdown > .inverted.menu:after,
59029
59623
  .ui.inverted.pointing.dropdown > .menu:after {
59030
59624
  background: #1B1C1D;
59031
59625
  -webkit-box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.15);
@@ -59101,7 +59695,7 @@ select.ui.dropdown {
59101
59695
  User Overrides
59102
59696
  *******************************/
59103
59697
  /*!
59104
- * # Fomantic-UI - Video
59698
+ * # Fomantic-UI 2.8.8 - Video
59105
59699
  * http://github.com/fomantic/Fomantic-UI/
59106
59700
  *
59107
59701
  *
@@ -59266,7 +59860,7 @@ select.ui.dropdown {
59266
59860
  Site Overrides
59267
59861
  *******************************/
59268
59862
  /*!
59269
- * # Fomantic-UI - Modal
59863
+ * # Fomantic-UI 2.8.8 - Modal
59270
59864
  * http://github.com/fomantic/Fomantic-UI/
59271
59865
  *
59272
59866
  *
@@ -59301,9 +59895,9 @@ select.ui.dropdown {
59301
59895
  will-change: top, left, margin, transform, opacity;
59302
59896
  }
59303
59897
 
59304
- .ui.modal > :first-child:not(.icon):not(.dimmer),
59898
+ .ui.modal > :first-child:not(.close):not(.dimmer),
59305
59899
  .ui.modal > i.icon:first-child + *,
59306
- .ui.modal > .dimmer:first-child + *:not(.icon),
59900
+ .ui.modal > .dimmer:first-child + *:not(.close),
59307
59901
  .ui.modal > .dimmer:first-child + i.icon + * {
59308
59902
  border-top-left-radius: 0.28571429rem;
59309
59903
  border-top-right-radius: 0.28571429rem;
@@ -59468,6 +60062,17 @@ select.ui.dropdown {
59468
60062
  border-top: none;
59469
60063
  }
59470
60064
 
60065
+ .ui.modal > .centered,
60066
+ .ui.modal > .center.aligned {
60067
+ text-align: center;
60068
+ }
60069
+
60070
+ .ui.modal > .centered.actions > .button:not(.fluid),
60071
+ .ui.modal > .center.aligned.actions > .button:not(.fluid) {
60072
+ margin-left: 0.5em;
60073
+ margin-right: 0.5em;
60074
+ }
60075
+
59471
60076
  /*-------------------
59472
60077
  Responsive
59473
60078
  --------------------*/
@@ -59512,7 +60117,7 @@ select.ui.dropdown {
59512
60117
  /* Tablet and Mobile */
59513
60118
 
59514
60119
  @media only screen and (max-width: 991.98px) {
59515
- .ui.modal > .header {
60120
+ .ui.modal > .close + .header {
59516
60121
  padding-right: 2.25rem;
59517
60122
  }
59518
60123
 
@@ -59527,8 +60132,11 @@ select.ui.dropdown {
59527
60132
 
59528
60133
  @media only screen and (max-width: 767.98px) {
59529
60134
  .ui.modal > .header {
59530
- padding: 0.75rem 1rem !important;
59531
- padding-right: 2.25rem !important;
60135
+ padding: 0.75rem 1rem;
60136
+ }
60137
+
60138
+ .ui.modal > .close + .header {
60139
+ padding-right: 2.25rem;
59532
60140
  }
59533
60141
 
59534
60142
  .ui.overlay.fullscreen.modal > .content.content.content {
@@ -59787,8 +60395,8 @@ select.ui.dropdown {
59787
60395
  border-radius: 0;
59788
60396
  }
59789
60397
 
59790
- .ui.modal > .close.inside + .header,
59791
- .ui.fullscreen.modal > .header {
60398
+ .ui.modal > .close.inside + .header:not(.centered):not(.center):not(.icon),
60399
+ .ui.fullscreen.modal > .close + .header:not(.centered):not(.center):not(.icon) {
59792
60400
  padding-right: 2.25rem;
59793
60401
  }
59794
60402
 
@@ -60127,7 +60735,7 @@ select.ui.dropdown {
60127
60735
  Site Overrides
60128
60736
  *******************************/
60129
60737
  /*!
60130
- * # Fomantic-UI - Nag
60738
+ * # Fomantic-UI 2.8.8 - Nag
60131
60739
  * http://github.com/fomantic/Fomantic-UI/
60132
60740
  *
60133
60741
  *
@@ -60151,7 +60759,7 @@ select.ui.dropdown {
60151
60759
  width: 100%;
60152
60760
  margin: 0;
60153
60761
  padding: 0.75em 1em;
60154
- background: #555555;
60762
+ background: #777777;
60155
60763
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
60156
60764
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
60157
60765
  font-size: 1rem;
@@ -60185,6 +60793,10 @@ a.ui.nag {
60185
60793
  transition: opacity 0.2s ease;
60186
60794
  }
60187
60795
 
60796
+ .ui.nag:not(.overlay):not(.fixed) {
60797
+ border-radius: 0.28571429rem;
60798
+ }
60799
+
60188
60800
  /*******************************
60189
60801
  States
60190
60802
  *******************************/
@@ -60192,11 +60804,11 @@ a.ui.nag {
60192
60804
  /* Hover */
60193
60805
 
60194
60806
  .ui.nag:hover {
60195
- background: #555555;
60807
+ background: #777777;
60196
60808
  opacity: 1;
60197
60809
  }
60198
60810
 
60199
- .ui.nag .close:hover {
60811
+ .ui.nag > .close:hover {
60200
60812
  opacity: 1;
60201
60813
  }
60202
60814
 
@@ -60205,9 +60817,10 @@ a.ui.nag {
60205
60817
  *******************************/
60206
60818
 
60207
60819
  /*--------------
60208
- Static
60209
- ---------------*/
60820
+ Static
60821
+ ---------------*/
60210
60822
 
60823
+ .ui.overlay.nags,
60211
60824
  .ui.overlay.nag {
60212
60825
  position: absolute;
60213
60826
  display: block;
@@ -60217,6 +60830,7 @@ a.ui.nag {
60217
60830
  Fixed
60218
60831
  ---------------*/
60219
60832
 
60833
+ .ui.fixed.nags,
60220
60834
  .ui.fixed.nag {
60221
60835
  position: fixed;
60222
60836
  }
@@ -60233,7 +60847,7 @@ a.ui.nag {
60233
60847
  }
60234
60848
 
60235
60849
  /*--------------
60236
- White
60850
+ Inverted
60237
60851
  ---------------*/
60238
60852
 
60239
60853
  .ui.inverted.nags .nag,
@@ -60242,29 +60856,216 @@ a.ui.nag {
60242
60856
  color: rgba(0, 0, 0, 0.85);
60243
60857
  }
60244
60858
 
60245
- .ui.inverted.nags .nag .close,
60246
- .ui.inverted.nags .nag .title,
60247
- .ui.inverted.nag .close,
60248
- .ui.inverted.nag .title {
60249
- color: rgba(0, 0, 0, 0.4);
60859
+ .ui.inverted.nags .nag > .close,
60860
+ .ui.inverted.nag > .close {
60861
+ color: rgba(0, 0, 0, 0.6);
60862
+ }
60863
+
60864
+ .ui.inverted.nags .nag > .title,
60865
+ .ui.inverted.nag > .title {
60866
+ color: rgba(0, 0, 0, 0.6);
60867
+ }
60868
+
60869
+ /*-------------------
60870
+ Sizes
60871
+ --------------------*/
60872
+
60873
+ .ui.mini.nag,
60874
+ .ui.mini.nags .nag {
60875
+ font-size: 0.78571429rem;
60876
+ }
60877
+
60878
+ .ui.tiny.nag,
60879
+ .ui.tiny.nags .nag {
60880
+ font-size: 0.85714286rem;
60881
+ }
60882
+
60883
+ .ui.small.nag,
60884
+ .ui.small.nags .nag {
60885
+ font-size: 0.92857143rem;
60886
+ }
60887
+
60888
+ .ui.large.nag,
60889
+ .ui.large.nags .nag {
60890
+ font-size: 1.14285714rem;
60891
+ }
60892
+
60893
+ .ui.big.nag,
60894
+ .ui.big.nags .nag {
60895
+ font-size: 1.28571429rem;
60896
+ }
60897
+
60898
+ .ui.huge.nag,
60899
+ .ui.huge.nags .nag {
60900
+ font-size: 1.42857143rem;
60901
+ line-height: 1;
60902
+ }
60903
+
60904
+ .ui.massive.nag,
60905
+ .ui.massive.nags .nag {
60906
+ font-size: 1.71428571rem;
60907
+ line-height: 1;
60908
+ }
60909
+
60910
+ /*--------------
60911
+ Colors
60912
+ -------------- */
60913
+
60914
+ .ui.primary.nag {
60915
+ background-color: #2185D0;
60916
+ }
60917
+
60918
+ .ui.inverted.primary.nag {
60919
+ background-color: #54C8FF;
60920
+ }
60921
+
60922
+ .ui.secondary.nag {
60923
+ background-color: #1B1C1D;
60924
+ }
60925
+
60926
+ .ui.inverted.secondary.nag {
60927
+ background-color: #545454;
60928
+ }
60929
+
60930
+ .ui.red.nag {
60931
+ background-color: #DB2828;
60932
+ }
60933
+
60934
+ .ui.inverted.red.nag {
60935
+ background-color: #FF695E;
60936
+ }
60937
+
60938
+ .ui.orange.nag {
60939
+ background-color: #F2711C;
60940
+ }
60941
+
60942
+ .ui.inverted.orange.nag {
60943
+ background-color: #FF851B;
60944
+ }
60945
+
60946
+ .ui.yellow.nag {
60947
+ background-color: #FBBD08;
60948
+ }
60949
+
60950
+ .ui.inverted.yellow.nag {
60951
+ background-color: #FFE21F;
60952
+ }
60953
+
60954
+ .ui.olive.nag {
60955
+ background-color: #B5CC18;
60956
+ }
60957
+
60958
+ .ui.inverted.olive.nag {
60959
+ background-color: #D9E778;
60960
+ }
60961
+
60962
+ .ui.green.nag {
60963
+ background-color: #21BA45;
60964
+ }
60965
+
60966
+ .ui.inverted.green.nag {
60967
+ background-color: #2ECC40;
60968
+ }
60969
+
60970
+ .ui.teal.nag {
60971
+ background-color: #00B5AD;
60972
+ }
60973
+
60974
+ .ui.inverted.teal.nag {
60975
+ background-color: #6DFFFF;
60976
+ }
60977
+
60978
+ .ui.blue.nag {
60979
+ background-color: #2185D0;
60980
+ }
60981
+
60982
+ .ui.inverted.blue.nag {
60983
+ background-color: #54C8FF;
60984
+ }
60985
+
60986
+ .ui.violet.nag {
60987
+ background-color: #6435C9;
60988
+ }
60989
+
60990
+ .ui.inverted.violet.nag {
60991
+ background-color: #A291FB;
60992
+ }
60993
+
60994
+ .ui.purple.nag {
60995
+ background-color: #A333C8;
60996
+ }
60997
+
60998
+ .ui.inverted.purple.nag {
60999
+ background-color: #DC73FF;
61000
+ }
61001
+
61002
+ .ui.pink.nag {
61003
+ background-color: #E03997;
61004
+ }
61005
+
61006
+ .ui.inverted.pink.nag {
61007
+ background-color: #FF8EDF;
61008
+ }
61009
+
61010
+ .ui.brown.nag {
61011
+ background-color: #A5673F;
61012
+ }
61013
+
61014
+ .ui.inverted.brown.nag {
61015
+ background-color: #D67C1C;
61016
+ }
61017
+
61018
+ .ui.grey.nag {
61019
+ background-color: #767676;
61020
+ }
61021
+
61022
+ .ui.inverted.grey.nag {
61023
+ background-color: #DCDDDE;
61024
+ }
61025
+
61026
+ .ui.black.nag {
61027
+ background-color: #1B1C1D;
61028
+ color: rgba(255, 255, 255, 0.9);
61029
+ }
61030
+
61031
+ .ui.inverted.black.nag {
61032
+ background-color: #545454;
61033
+ }
61034
+
61035
+ .ui.inverted.black.nag .title {
61036
+ color: #FFFFFF;
60250
61037
  }
60251
61038
 
60252
61039
  /*******************************
60253
61040
  Groups
60254
61041
  *******************************/
60255
61042
 
60256
- .ui.nags .nag {
60257
- border-radius: 0 !important;
61043
+ .ui.nags {
61044
+ top: 0;
61045
+ left: 0;
61046
+ width: 100%;
60258
61047
  }
60259
61048
 
60260
- .ui.nags .nag:last-child {
61049
+ .ui.ui.nags .nag {
61050
+ border-radius: 0;
61051
+ }
61052
+
61053
+ .ui.nags:not(.bottom) .nag:last-child {
60261
61054
  border-radius: 0 0 0.28571429rem 0.28571429rem;
60262
61055
  }
60263
61056
 
60264
- .ui.bottom.nags .nag:last-child {
61057
+ .ui.bottom.nags .nag:first-child {
60265
61058
  border-radius: 0.28571429rem 0.28571429rem 0 0;
60266
61059
  }
60267
61060
 
61061
+ .ui.nags:not(.fixed):not(.overlay) .nag:first-child {
61062
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
61063
+ }
61064
+
61065
+ .ui.nags:not(.fixed):not(.overlay) .nag:only-child {
61066
+ border-radius: 0.28571429rem;
61067
+ }
61068
+
60268
61069
  /*******************************
60269
61070
  Theme Overrides
60270
61071
  *******************************/
@@ -60273,7 +61074,7 @@ a.ui.nag {
60273
61074
  User Overrides
60274
61075
  *******************************/
60275
61076
  /*!
60276
- * # Fomantic-UI - Popup
61077
+ * # Fomantic-UI 2.8.8 - Popup
60277
61078
  * http://github.com/fomantic/Fomantic-UI/
60278
61079
  *
60279
61080
  *
@@ -60634,7 +61435,9 @@ a.ui.nag {
60634
61435
  top: 100%;
60635
61436
  left: 50%;
60636
61437
  margin-left: -0.07142857rem;
60637
- margin-top: 0.14285714rem;
61438
+ margin-top: 0.30714286em;
61439
+ -webkit-transform-origin: center top;
61440
+ transform-origin: center top;
60638
61441
  }
60639
61442
 
60640
61443
  /* Bottom Left */
@@ -61183,7 +61986,7 @@ a.ui.nag {
61183
61986
  User Overrides
61184
61987
  *******************************/
61185
61988
  /*!
61186
- * # Fomantic-UI - Progress Bar
61989
+ * # Fomantic-UI 2.8.8 - Progress Bar
61187
61990
  * http://github.com/fomantic/Fomantic-UI/
61188
61991
  *
61189
61992
  *
@@ -61198,7 +62001,9 @@ a.ui.nag {
61198
62001
 
61199
62002
  .ui.progress {
61200
62003
  position: relative;
61201
- display: block;
62004
+ display: -webkit-box;
62005
+ display: -ms-flexbox;
62006
+ display: flex;
61202
62007
  max-width: 100%;
61203
62008
  border: none;
61204
62009
  margin: 1em 0 2.5em;
@@ -61267,6 +62072,17 @@ a.ui.nag {
61267
62072
  text-align: left;
61268
62073
  }
61269
62074
 
62075
+ .ui.right.aligned.progress {
62076
+ -webkit-box-pack: end;
62077
+ -ms-flex-pack: end;
62078
+ justify-content: flex-end;
62079
+ }
62080
+
62081
+ .ui.right.aligned.progress .bar > .progress {
62082
+ left: 0.5em;
62083
+ right: auto;
62084
+ }
62085
+
61270
62086
  /* Label */
61271
62087
 
61272
62088
  .ui.progress > .label {
@@ -61455,14 +62271,6 @@ a.ui.nag {
61455
62271
  color: #1A531B;
61456
62272
  }
61457
62273
 
61458
- /* Multiple */
61459
-
61460
- .ui.multiple.progress {
61461
- display: -webkit-box;
61462
- display: -ms-flexbox;
61463
- display: flex;
61464
- }
61465
-
61466
62274
  /*******************************
61467
62275
  States
61468
62276
  *******************************/
@@ -61546,6 +62354,11 @@ a.ui.nag {
61546
62354
  transform-origin: left;
61547
62355
  }
61548
62356
 
62357
+ .ui.active.right.aligned.progress .bar::after {
62358
+ -webkit-transform-origin: right;
62359
+ transform-origin: right;
62360
+ }
62361
+
61549
62362
  @-webkit-keyframes progress-active {
61550
62363
  0% {
61551
62364
  opacity: 0.3;
@@ -61640,7 +62453,6 @@ a.ui.nag {
61640
62453
 
61641
62454
  .ui.progress.attached,
61642
62455
  .ui.progress.attached .bar {
61643
- display: block;
61644
62456
  height: 0.2rem;
61645
62457
  padding: 0;
61646
62458
  overflow: hidden;
@@ -61944,6 +62756,7 @@ a.ui.nag {
61944
62756
  .ui.progress .bar .centered.progress {
61945
62757
  text-align: center;
61946
62758
  position: relative;
62759
+ right: 0;
61947
62760
  }
61948
62761
 
61949
62762
  .ui.indeterminate.progress .bar::before {
@@ -62349,6 +63162,7 @@ a.ui.nag {
62349
63162
  }
62350
63163
 
62351
63164
  .ui.bottom.aligned.labeled.slider > .labels .label {
63165
+ bottom: 0;
62352
63166
  -webkit-transform: translate(-50%, 100%);
62353
63167
  transform: translate(-50%, 100%);
62354
63168
  }
@@ -62364,7 +63178,8 @@ a.ui.nag {
62364
63178
  }
62365
63179
 
62366
63180
  .ui.bottom.aligned.labeled.ticked.slider > .labels .label:after {
62367
- top: -100%;
63181
+ top: auto;
63182
+ bottom: 100%;
62368
63183
  }
62369
63184
 
62370
63185
  .ui.labeled.ticked.slider > .labels .halftick.label:after {
@@ -63091,7 +63906,7 @@ a.ui.nag {
63091
63906
  Slider Overrides
63092
63907
  *******************************/
63093
63908
  /*!
63094
- * # Fomantic-UI - Rating
63909
+ * # Fomantic-UI 2.8.8 - Rating
63095
63910
  * http://github.com/fomantic/Fomantic-UI/
63096
63911
  *
63097
63912
  *
@@ -63165,7 +63980,6 @@ a.ui.nag {
63165
63980
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15)));
63166
63981
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63167
63982
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63168
- -webkit-background-clip: text;
63169
63983
  background-clip: text;
63170
63984
  color: transparent;
63171
63985
  }
@@ -63205,7 +64019,6 @@ a.ui.nag {
63205
64019
  background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63206
64020
  text-shadow: none;
63207
64021
  -webkit-text-stroke: #2185D0 0.78px;
63208
- -webkit-background-clip: text;
63209
64022
  background-clip: text;
63210
64023
  color: transparent;
63211
64024
  }
@@ -63231,7 +64044,6 @@ a.ui.nag {
63231
64044
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63232
64045
  text-shadow: none;
63233
64046
  -webkit-text-stroke: #1B1C1D 0.78px;
63234
- -webkit-background-clip: text;
63235
64047
  background-clip: text;
63236
64048
  color: transparent;
63237
64049
  }
@@ -63257,7 +64069,6 @@ a.ui.nag {
63257
64069
  background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63258
64070
  text-shadow: none;
63259
64071
  -webkit-text-stroke: #DB2828 0.78px;
63260
- -webkit-background-clip: text;
63261
64072
  background-clip: text;
63262
64073
  color: transparent;
63263
64074
  }
@@ -63283,7 +64094,6 @@ a.ui.nag {
63283
64094
  background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63284
64095
  text-shadow: none;
63285
64096
  -webkit-text-stroke: #F2711C 0.78px;
63286
- -webkit-background-clip: text;
63287
64097
  background-clip: text;
63288
64098
  color: transparent;
63289
64099
  }
@@ -63309,7 +64119,6 @@ a.ui.nag {
63309
64119
  background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63310
64120
  text-shadow: none;
63311
64121
  -webkit-text-stroke: #FBBD08 0.78px;
63312
- -webkit-background-clip: text;
63313
64122
  background-clip: text;
63314
64123
  color: transparent;
63315
64124
  }
@@ -63335,7 +64144,6 @@ a.ui.nag {
63335
64144
  background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63336
64145
  text-shadow: none;
63337
64146
  -webkit-text-stroke: #B5CC18 0.78px;
63338
- -webkit-background-clip: text;
63339
64147
  background-clip: text;
63340
64148
  color: transparent;
63341
64149
  }
@@ -63361,7 +64169,6 @@ a.ui.nag {
63361
64169
  background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63362
64170
  text-shadow: none;
63363
64171
  -webkit-text-stroke: #21BA45 0.78px;
63364
- -webkit-background-clip: text;
63365
64172
  background-clip: text;
63366
64173
  color: transparent;
63367
64174
  }
@@ -63387,7 +64194,6 @@ a.ui.nag {
63387
64194
  background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63388
64195
  text-shadow: none;
63389
64196
  -webkit-text-stroke: #00B5AD 0.78px;
63390
- -webkit-background-clip: text;
63391
64197
  background-clip: text;
63392
64198
  color: transparent;
63393
64199
  }
@@ -63413,7 +64219,6 @@ a.ui.nag {
63413
64219
  background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63414
64220
  text-shadow: none;
63415
64221
  -webkit-text-stroke: #2185D0 0.78px;
63416
- -webkit-background-clip: text;
63417
64222
  background-clip: text;
63418
64223
  color: transparent;
63419
64224
  }
@@ -63439,7 +64244,6 @@ a.ui.nag {
63439
64244
  background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63440
64245
  text-shadow: none;
63441
64246
  -webkit-text-stroke: #6435C9 0.78px;
63442
- -webkit-background-clip: text;
63443
64247
  background-clip: text;
63444
64248
  color: transparent;
63445
64249
  }
@@ -63465,7 +64269,6 @@ a.ui.nag {
63465
64269
  background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63466
64270
  text-shadow: none;
63467
64271
  -webkit-text-stroke: #A333C8 0.78px;
63468
- -webkit-background-clip: text;
63469
64272
  background-clip: text;
63470
64273
  color: transparent;
63471
64274
  }
@@ -63491,7 +64294,6 @@ a.ui.nag {
63491
64294
  background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63492
64295
  text-shadow: none;
63493
64296
  -webkit-text-stroke: #E03997 0.78px;
63494
- -webkit-background-clip: text;
63495
64297
  background-clip: text;
63496
64298
  color: transparent;
63497
64299
  }
@@ -63517,7 +64319,6 @@ a.ui.nag {
63517
64319
  background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63518
64320
  text-shadow: none;
63519
64321
  -webkit-text-stroke: #A5673F 0.78px;
63520
- -webkit-background-clip: text;
63521
64322
  background-clip: text;
63522
64323
  color: transparent;
63523
64324
  }
@@ -63543,7 +64344,6 @@ a.ui.nag {
63543
64344
  background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63544
64345
  text-shadow: none;
63545
64346
  -webkit-text-stroke: #767676 0.78px;
63546
- -webkit-background-clip: text;
63547
64347
  background-clip: text;
63548
64348
  color: transparent;
63549
64349
  }
@@ -63569,7 +64369,6 @@ a.ui.nag {
63569
64369
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
63570
64370
  text-shadow: none;
63571
64371
  -webkit-text-stroke: #1B1C1D 0.78px;
63572
- -webkit-background-clip: text;
63573
64372
  background-clip: text;
63574
64373
  color: transparent;
63575
64374
  }
@@ -63586,6 +64385,7 @@ a.ui.nag {
63586
64385
 
63587
64386
  .ui.disabled.rating .icon {
63588
64387
  cursor: default;
64388
+ pointer-events: none;
63589
64389
  }
63590
64390
 
63591
64391
  /*-------------------
@@ -63647,7 +64447,7 @@ a.ui.nag {
63647
64447
  Site Overrides
63648
64448
  *******************************/
63649
64449
  /*!
63650
- * # Fomantic-UI - Search
64450
+ * # Fomantic-UI 2.8.8 - Search
63651
64451
  * http://github.com/fomantic/Fomantic-UI/
63652
64452
  *
63653
64453
  *
@@ -64229,7 +65029,7 @@ a.ui.nag {
64229
65029
  Site Overrides
64230
65030
  *******************************/
64231
65031
  /*!
64232
- * # Fomantic-UI - Shape
65032
+ * # Fomantic-UI 2.8.8 - Shape
64233
65033
  * http://github.com/fomantic/Fomantic-UI/
64234
65034
  *
64235
65035
  *
@@ -64390,7 +65190,7 @@ a.ui.nag {
64390
65190
  User Overrides
64391
65191
  *******************************/
64392
65192
  /*!
64393
- * # Fomantic-UI - Sidebar
65193
+ * # Fomantic-UI 2.8.8 - Sidebar
64394
65194
  * http://github.com/fomantic/Fomantic-UI/
64395
65195
  *
64396
65196
  *
@@ -65074,7 +65874,7 @@ body.pushable > .pusher {
65074
65874
  Site Overrides
65075
65875
  *******************************/
65076
65876
  /*!
65077
- * # Fomantic-UI - Sticky
65877
+ * # Fomantic-UI 2.8.8 - Sticky
65078
65878
  * http://github.com/fomantic/Fomantic-UI/
65079
65879
  *
65080
65880
  *
@@ -65133,7 +65933,6 @@ body.pushable > .pusher {
65133
65933
  *******************************/
65134
65934
 
65135
65935
  .ui.native.sticky {
65136
- position: -webkit-sticky;
65137
65936
  position: -moz-sticky;
65138
65937
  position: -ms-sticky;
65139
65938
  position: -o-sticky;
@@ -65148,7 +65947,7 @@ body.pushable > .pusher {
65148
65947
  Site Overrides
65149
65948
  *******************************/
65150
65949
  /*!
65151
- * # Fomantic-UI - Tab
65950
+ * # Fomantic-UI 2.8.8 - Tab
65152
65951
  * http://github.com/fomantic/Fomantic-UI/
65153
65952
  *
65154
65953
  *
@@ -65232,7 +66031,7 @@ body.pushable > .pusher {
65232
66031
  User Overrides
65233
66032
  *******************************/
65234
66033
  /*!
65235
- * # Fomantic-UI - Toast
66034
+ * # Fomantic-UI 2.8.8 - Toast
65236
66035
  * http://github.com/fomantic/Fomantic-UI/
65237
66036
  *
65238
66037
  *
@@ -65250,6 +66049,64 @@ body.pushable > .pusher {
65250
66049
  z-index: 9999;
65251
66050
  }
65252
66051
 
66052
+ .ui.toast-container.ui.attached {
66053
+ width: 100%;
66054
+ left: 0;
66055
+ }
66056
+
66057
+ .ui.toast-container.ui.attached .vertical.attached {
66058
+ border-radius: 0;
66059
+ }
66060
+
66061
+ .ui.toast-container.ui.attached.ui.ui .attached.actions .button {
66062
+ border-radius: 0;
66063
+ }
66064
+
66065
+ .ui.toast-container.ui.attached .toast-box {
66066
+ margin: 0;
66067
+ width: 100%;
66068
+ border-radius: 0;
66069
+ }
66070
+
66071
+ .ui.toast-container.ui.attached .toast-box > .ui.toast,
66072
+ .ui.toast-container.ui.attached .toast-box > .ui.message {
66073
+ margin-left: 0;
66074
+ }
66075
+
66076
+ .ui.toast-container.ui.attached .toast-box.floating,
66077
+ .ui.toast-container.ui.attached .toast-box.hoverfloating:hover {
66078
+ border: none;
66079
+ }
66080
+
66081
+ .ui.toast-container.ui.attached .toast-box > .vertical > .content {
66082
+ -webkit-box-flex: 1;
66083
+ -ms-flex: 1;
66084
+ flex: 1;
66085
+ }
66086
+
66087
+ .ui.toast-container.ui.attached .toast-box > * {
66088
+ width: 100%;
66089
+ border-radius: 0;
66090
+ }
66091
+
66092
+ .ui.toast-container.ui.attached .toast-box > * > .vertical:not(.actions) {
66093
+ -webkit-box-flex: 1;
66094
+ -ms-flex: 1;
66095
+ flex: 1;
66096
+ }
66097
+
66098
+ .ui.toast-container.ui.attached .toast-box > .attached.actions {
66099
+ margin-right: 1px;
66100
+ }
66101
+
66102
+ .ui.toast-container.ui.attached.top {
66103
+ top: 0;
66104
+ }
66105
+
66106
+ .ui.toast-container.ui.attached.bottom {
66107
+ bottom: 0;
66108
+ }
66109
+
65253
66110
  .ui.toast-container.top.right {
65254
66111
  top: 0.85714286em;
65255
66112
  right: 0.85714286em;
@@ -65294,6 +66151,20 @@ body.pushable > .pusher {
65294
66151
  display: table !important;
65295
66152
  }
65296
66153
 
66154
+ .ui.toast-container.horizontal {
66155
+ display: -webkit-box;
66156
+ display: -ms-flexbox;
66157
+ display: flex;
66158
+ -webkit-box-orient: horizontal;
66159
+ -webkit-box-direction: normal;
66160
+ -ms-flex-direction: row;
66161
+ flex-direction: row;
66162
+ }
66163
+
66164
+ .ui.toast-container.horizontal .toast-box {
66165
+ margin-right: 0.5em;
66166
+ }
66167
+
65297
66168
  .ui.toast-container .toast-box {
65298
66169
  margin-bottom: 0.5em;
65299
66170
  border-radius: 0.28571429rem;
@@ -65634,10 +66505,6 @@ body.pushable > .pusher {
65634
66505
  border-bottom-right-radius: 0;
65635
66506
  }
65636
66507
 
65637
- .ui.vertical.attached.left.actions .button:not(:first-child):not(:last-child) {
65638
- margin-left: -1px;
65639
- }
65640
-
65641
66508
  .ui.vertical.attached.left.message.message.message {
65642
66509
  border-top-right-radius: 0.28571429rem;
65643
66510
  border-bottom-right-radius: 0.28571429rem;
@@ -65717,7 +66584,11 @@ body.pushable > .pusher {
65717
66584
  font-size: 1.5em;
65718
66585
  }
65719
66586
 
65720
- .ui.toast:not(.vertical) > i.icon:not(.close) {
66587
+ .ui.toast:not(.vertical):not(.centered):not(.center) > i.icon:not(.close) {
66588
+ position: absolute;
66589
+ }
66590
+
66591
+ .ui.toast:not(.vertical):not(.centered):not(.center) > .ui.image {
65721
66592
  position: absolute;
65722
66593
  }
65723
66594
 
@@ -65729,10 +66600,6 @@ body.pushable > .pusher {
65729
66600
  padding-left: 1.5em;
65730
66601
  }
65731
66602
 
65732
- .ui.toast:not(.vertical) > .ui.image {
65733
- position: absolute;
65734
- }
65735
-
65736
66603
  .ui.toast:not(.vertical) > .ui.image.avatar + .content {
65737
66604
  padding-left: 3em;
65738
66605
  min-height: 2em;
@@ -65753,8 +66620,8 @@ body.pushable > .pusher {
65753
66620
  min-height: 150px;
65754
66621
  }
65755
66622
 
65756
- .ui.toast:not(.vertical) > .centered.image,
65757
- .ui.toast:not(.vertical) > .centered.icon {
66623
+ .ui.toast:not(.vertical):not(.centered):not(.center) > .centered.image,
66624
+ .ui.toast:not(.vertical):not(.centered):not(.center) > .centered.icon {
65758
66625
  -webkit-transform: translateY(-50%);
65759
66626
  transform: translateY(-50%);
65760
66627
  top: 50%;
@@ -65815,6 +66682,43 @@ body.pushable > .pusher {
65815
66682
  margin-right: auto;
65816
66683
  }
65817
66684
 
66685
+ .ui.ui.toast-container .toast-box .centered.toast,
66686
+ .ui.ui.toast-container .toast-box .center.aligned.toast {
66687
+ text-align: center;
66688
+ display: -webkit-box;
66689
+ display: -ms-flexbox;
66690
+ display: flex;
66691
+ -webkit-box-pack: center;
66692
+ -ms-flex-pack: center;
66693
+ justify-content: center;
66694
+ }
66695
+
66696
+ .ui.ui.toast-container .toast-box .centered.toast > .content,
66697
+ .ui.ui.toast-container .toast-box .center.aligned.toast > .content,
66698
+ .ui.ui.toast-container .toast-box .centered.toast > .ui.image,
66699
+ .ui.ui.toast-container .toast-box .center.aligned.toast > .ui.image,
66700
+ .ui.ui.toast-container .toast-box .centered.toast > i.icon:not(.close),
66701
+ .ui.ui.toast-container .toast-box .center.aligned.toast > i.icon:not(.close) {
66702
+ -ms-flex-item-align: center;
66703
+ align-self: center;
66704
+ }
66705
+
66706
+ .ui.toast-container .toast-box .toast .centered.content,
66707
+ .ui.toast-container .toast-box .toast .center.aligned.content {
66708
+ text-align: center;
66709
+ }
66710
+
66711
+ .ui.toast-container .toast-box .centered.actions,
66712
+ .ui.toast-container .toast-box .center.aligned.actions {
66713
+ text-align: center;
66714
+ }
66715
+
66716
+ .ui.toast-container .toast-box .centered.actions:not(.attached) > .button:not(.fluid),
66717
+ .ui.toast-container .toast-box .center.aligned.actions:not(.attached) > .button:not(.fluid) {
66718
+ margin-left: 0.25em;
66719
+ margin-right: 0.25em;
66720
+ }
66721
+
65818
66722
  /*--------------
65819
66723
  Colors
65820
66724
  -------------- */
@@ -66072,7 +66976,7 @@ body.pushable > .pusher {
66072
66976
  }
66073
66977
  }
66074
66978
  /*!
66075
- * # Fomantic-UI - Transition
66979
+ * # Fomantic-UI 2.8.8 - Transition
66076
66980
  * http://github.com/fomantic/Fomantic-UI/
66077
66981
  *
66078
66982
  *