fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Table
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Table
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -17,11 +17,10 @@
17
17
  /* Prototype */
18
18
  .ui.table {
19
19
  width: 100%;
20
- background: #FFFFFF;
20
+ background: #fff;
21
21
  margin: 1em 0;
22
22
  border: 1px solid rgba(34, 36, 38, 0.15);
23
- -webkit-box-shadow: none;
24
- box-shadow: none;
23
+ box-shadow: none;
25
24
  border-radius: 0.28571429rem;
26
25
  text-align: left;
27
26
  vertical-align: middle;
@@ -50,7 +49,6 @@
50
49
  /* Table Content */
51
50
  .ui.table th,
52
51
  .ui.table td {
53
- -webkit-transition: background 0.1s ease, color 0.1s ease;
54
52
  transition: background 0.1s ease, color 0.1s ease;
55
53
  }
56
54
 
@@ -62,12 +60,11 @@
62
60
 
63
61
  /* Headers */
64
62
  .ui.table > thead {
65
- -webkit-box-shadow: none;
66
- box-shadow: none;
63
+ box-shadow: none;
67
64
  }
68
65
  .ui.table > thead > tr > th {
69
66
  cursor: auto;
70
- background: #F9FAFB;
67
+ background: #f9fafb;
71
68
  text-align: inherit;
72
69
  color: rgba(0, 0, 0, 0.87);
73
70
  padding: 0.92857143em 0.78571429em;
@@ -93,14 +90,13 @@
93
90
 
94
91
  /* Footer */
95
92
  .ui.table > tfoot {
96
- -webkit-box-shadow: none;
97
- box-shadow: none;
93
+ box-shadow: none;
98
94
  }
99
95
  .ui.table > tfoot > tr > th,
100
96
  .ui.table > tfoot > tr > td {
101
97
  cursor: auto;
102
98
  border-top: 1px solid rgba(34, 36, 38, 0.15);
103
- background: #F9FAFB;
99
+ background: #f9fafb;
104
100
  text-align: inherit;
105
101
  color: rgba(0, 0, 0, 0.87);
106
102
  padding: 0.78571429em 0.78571429em;
@@ -160,10 +156,10 @@
160
156
  .ui.table.segment {
161
157
  padding: 0;
162
158
  }
163
- .ui.table.segment:after {
159
+ .ui.table.segment::after {
164
160
  display: none;
165
161
  }
166
- .ui.table.segment.stacked:after {
162
+ .ui.table.segment.stacked::after {
167
163
  display: block;
168
164
  }
169
165
 
@@ -202,8 +198,7 @@
202
198
  .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
203
199
  padding-top: 1em;
204
200
  padding-bottom: 1em;
205
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
206
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
201
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
207
202
  }
208
203
  .ui.ui.ui.ui.table:not(.unstackable) > tr > th,
209
204
  .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
@@ -215,8 +210,7 @@
215
210
  background: none;
216
211
  border: none;
217
212
  padding: 0.25em 0.75em;
218
- -webkit-box-shadow: none;
219
- box-shadow: none;
213
+ box-shadow: none;
220
214
  }
221
215
  .ui.table:not(.unstackable) > tr > th:first-child,
222
216
  .ui.table:not(.unstackable) > thead > tr > th:first-child,
@@ -230,248 +224,425 @@
230
224
 
231
225
  /* Definition Table */
232
226
  .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
233
- -webkit-box-shadow: none !important;
234
- box-shadow: none !important;
227
+ box-shadow: none !important;
235
228
  }
236
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.left {
237
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
238
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
229
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].left {
230
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
239
231
  }
240
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.primary.right {
241
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
242
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
232
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].right {
233
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
243
234
  }
244
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.left {
245
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
246
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
235
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].left {
236
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
247
237
  }
248
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.primary.right {
249
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
250
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
238
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].right {
239
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
251
240
  }
252
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.left {
253
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
254
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
241
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].left {
242
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
255
243
  }
256
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.secondary.right {
257
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
258
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
244
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].right {
245
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
259
246
  }
260
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.left {
261
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
262
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
247
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].left {
248
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
263
249
  }
264
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.secondary.right {
265
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
266
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
250
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].right {
251
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
267
252
  }
268
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.left {
269
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
270
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
253
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].left {
254
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
271
255
  }
272
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.red.right {
273
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
274
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
256
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].right {
257
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
275
258
  }
276
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.left {
277
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
278
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
259
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].left {
260
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
279
261
  }
280
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.red.right {
281
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
282
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
262
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].right {
263
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
283
264
  }
284
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.left {
285
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
286
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
265
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].left {
266
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
287
267
  }
288
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.orange.right {
289
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
290
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
268
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].right {
269
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
291
270
  }
292
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.left {
293
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
294
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
271
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].left {
272
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
295
273
  }
296
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.orange.right {
297
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
298
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
274
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].right {
275
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
299
276
  }
300
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.left {
301
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
302
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
277
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].left {
278
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
303
279
  }
304
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.yellow.right {
305
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
306
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
280
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].right {
281
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
307
282
  }
308
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.left {
309
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
310
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
283
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].left {
284
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
311
285
  }
312
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.yellow.right {
313
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
314
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
286
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].right {
287
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
315
288
  }
316
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.left {
317
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
318
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
289
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].left {
290
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
319
291
  }
320
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.olive.right {
321
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
322
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
292
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].right {
293
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
323
294
  }
324
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.left {
325
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
326
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
295
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].left {
296
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
327
297
  }
328
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.olive.right {
329
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
330
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
298
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].right {
299
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
331
300
  }
332
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.left {
333
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
334
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
301
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].left {
302
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
335
303
  }
336
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.green.right {
337
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
338
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
304
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].right {
305
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
339
306
  }
340
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.left {
341
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
342
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
307
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].left {
308
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
343
309
  }
344
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.green.right {
345
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
346
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
310
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].right {
311
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
347
312
  }
348
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.left {
349
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
350
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
313
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].left {
314
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
351
315
  }
352
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.teal.right {
353
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
354
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
316
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].right {
317
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
355
318
  }
356
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.left {
357
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
358
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
319
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].left {
320
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
359
321
  }
360
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.teal.right {
361
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
362
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
322
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].right {
323
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
363
324
  }
364
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.left {
365
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
366
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
325
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].left {
326
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
367
327
  }
368
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.blue.right {
369
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
370
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
328
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].right {
329
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
371
330
  }
372
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.left {
373
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
374
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
331
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].left {
332
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
375
333
  }
376
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.blue.right {
377
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
378
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
334
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].right {
335
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
379
336
  }
380
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.left {
381
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
382
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
337
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].left {
338
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
383
339
  }
384
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.violet.right {
385
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
386
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
340
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].right {
341
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
387
342
  }
388
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.left {
389
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
390
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
343
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].left {
344
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
391
345
  }
392
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.violet.right {
393
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
394
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
346
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].right {
347
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
395
348
  }
396
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.left {
397
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
398
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
349
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].left {
350
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
399
351
  }
400
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.purple.right {
401
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
402
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
352
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].right {
353
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
403
354
  }
404
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.left {
405
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
406
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
355
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].left {
356
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
407
357
  }
408
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.purple.right {
409
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
410
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
358
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].right {
359
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
411
360
  }
412
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.left {
413
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
414
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
361
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].left {
362
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
415
363
  }
416
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.pink.right {
417
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
418
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
364
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].right {
365
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
419
366
  }
420
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.left {
421
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
422
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
367
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].left {
368
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
423
369
  }
424
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.pink.right {
425
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
426
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
370
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].right {
371
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
427
372
  }
428
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.left {
429
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
430
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
373
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].left {
374
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
431
375
  }
432
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.brown.right {
433
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
434
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
376
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].right {
377
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
435
378
  }
436
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.left {
437
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
438
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
379
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].left {
380
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
439
381
  }
440
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.brown.right {
441
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
442
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
382
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].right {
383
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
443
384
  }
444
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.left {
445
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
446
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
385
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].left {
386
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
447
387
  }
448
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.grey.right {
449
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
450
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
388
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].right {
389
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
451
390
  }
452
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.left {
453
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
454
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
391
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].left {
392
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
455
393
  }
456
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.grey.right {
457
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
458
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
394
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].right {
395
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
459
396
  }
460
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.left {
461
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
462
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
397
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].left {
398
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
463
399
  }
464
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.black.right {
465
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
466
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
400
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].right {
401
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
467
402
  }
468
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.left {
469
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
470
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
403
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].left {
404
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
471
405
  }
472
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.black.right {
473
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
474
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
406
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].right {
407
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
408
+ }
409
+ .ui.scrolling.table.short > tbody {
410
+ max-height: 6.74983929em;
411
+ }
412
+ .ui.scrolling.table[class*="very short"] > tbody {
413
+ max-height: 4.49989286em;
414
+ }
415
+ .ui.scrolling.table > tbody {
416
+ max-height: 8.99978571em;
417
+ }
418
+ .ui.scrolling.table.long > tbody {
419
+ max-height: 17.99957143em;
420
+ }
421
+ .ui.scrolling.table[class*="very long"] > tbody {
422
+ max-height: 26.99935714em;
423
+ }
424
+ .ui.overflowing.table.short {
425
+ max-height: 11.24973214em;
426
+ }
427
+ .ui.overflowing.table[class*="very short"] {
428
+ max-height: 7.49982143em;
429
+ }
430
+ .ui.overflowing.table {
431
+ max-height: 14.99964286em;
432
+ }
433
+ .ui.overflowing.table.long {
434
+ max-height: 29.99928571em;
435
+ }
436
+ .ui.overflowing.table[class*="very long"] {
437
+ max-height: 44.99892857em;
438
+ }
439
+ }
440
+
441
+ /* --------------
442
+ Scrolling
443
+ --------------- */
444
+ @media only screen and (min-width: 768px) {
445
+ .ui.scrolling.table.short > tbody {
446
+ max-height: 8.99978571em;
447
+ }
448
+ .ui.scrolling.table[class*="very short"] > tbody {
449
+ max-height: 5.99985714em;
450
+ }
451
+ .ui.scrolling.table > tbody {
452
+ max-height: 11.99971429em;
453
+ }
454
+ .ui.scrolling.table.long > tbody {
455
+ max-height: 23.99942857em;
456
+ }
457
+ .ui.scrolling.table[class*="very long"] > tbody {
458
+ max-height: 35.99914286em;
459
+ }
460
+ }
461
+ @media only screen and (min-width: 992px) {
462
+ .ui.scrolling.table.short > tbody {
463
+ max-height: 13.49967857em;
464
+ }
465
+ .ui.scrolling.table[class*="very short"] > tbody {
466
+ max-height: 8.99978571em;
467
+ }
468
+ .ui.scrolling.table > tbody {
469
+ max-height: 17.99957143em;
470
+ }
471
+ .ui.scrolling.table.long > tbody {
472
+ max-height: 35.99914286em;
473
+ }
474
+ .ui.scrolling.table[class*="very long"] > tbody {
475
+ max-height: 53.99871429em;
476
+ }
477
+ }
478
+ @media only screen and (min-width: 1920px) {
479
+ .ui.scrolling.table.short > tbody {
480
+ max-height: 17.99957143em;
481
+ }
482
+ .ui.scrolling.table[class*="very short"] > tbody {
483
+ max-height: 11.99971429em;
484
+ }
485
+ .ui.scrolling.table > tbody {
486
+ max-height: 23.99942857em;
487
+ }
488
+ .ui.scrolling.table.long > tbody {
489
+ max-height: 47.99885714em;
490
+ }
491
+ .ui.scrolling.table[class*="very long"] > tbody {
492
+ max-height: 71.99828571em;
493
+ }
494
+ }
495
+ .ui.scrolling.table > thead,
496
+ .ui.scrolling.table > tfoot,
497
+ .ui.scrolling.table > tbody {
498
+ display: block;
499
+ overflow-y: scroll;
500
+ -ms-scroll-chaining: none;
501
+ overscroll-behavior: none;
502
+ scrollbar-width: thin;
503
+
504
+ /* Firefox */
505
+ }
506
+ .ui.scrolling.table > thead > tr,
507
+ .ui.scrolling.table > tfoot > tr,
508
+ .ui.scrolling.table > tbody > tr {
509
+ display: table;
510
+ table-layout: fixed;
511
+ width: 100%;
512
+ }
513
+
514
+ /* Camouflage scrollbars, we need them only to gain the same width as tbody */
515
+ .ui.scrolling.table > thead {
516
+ background: #f9fafb;
517
+ color: #f9fafb;
518
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
519
+ }
520
+ .ui.scrolling.table > tfoot {
521
+ background: #f9fafb;
522
+ color: #f9fafb;
523
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
524
+ }
525
+ .ui.inverted.scrolling.table > thead {
526
+ background: rgba(0, 0, 0, 0.15);
527
+ color: rgba(0, 0, 0, 0.15);
528
+ }
529
+ .ui.inverted.scrolling.table > tfoot {
530
+ background: rgba(0, 0, 0, 0.15);
531
+ color: rgba(0, 0, 0, 0.15);
532
+ }
533
+ .ui.scrolling.table > thead::-webkit-scrollbar-track,
534
+ .ui.scrolling.table > tfoot::-webkit-scrollbar-track {
535
+ background: inherit;
536
+ border-radius: 0.28571429rem;
537
+ }
538
+
539
+ /* Firefox & IE */
540
+ .ui.scrolling.table > thead,
541
+ .ui.scrolling.table > tfoot {
542
+ scrollbar-color: currentColor currentColor;
543
+ scrollbar-face-color: currentColor;
544
+ scrollbar-shadow-color: currentColor;
545
+ scrollbar-track-color: currentColor;
546
+ scrollbar-arrow-color: currentColor;
547
+ }
548
+
549
+ /* IE scrollbar color needs hex values */
550
+ @media all and (-ms-high-contrast: none) {
551
+ .ui.scrolling.table > thead {
552
+ color: #f9fafb;
553
+ }
554
+ .ui.scrolling.table > tfoot {
555
+ color: #f9fafb;
556
+ }
557
+ .ui.inverted.scrolling.table > thead {
558
+ color: #252525;
559
+ }
560
+ .ui.inverted.scrolling.table > tfoot {
561
+ color: #252525;
562
+ }
563
+ }
564
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
565
+ background: rgba(255, 255, 255, 0.1);
566
+ }
567
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
568
+ background: rgba(255, 255, 255, 0.25);
569
+ }
570
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
571
+ background: rgba(255, 255, 255, 0.15);
572
+ }
573
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
574
+ background: rgba(255, 255, 255, 0.35);
575
+ }
576
+ .ui.inverted.scrolling.table > tbody {
577
+
578
+ /* IE11 */
579
+ scrollbar-face-color: #656565;
580
+ scrollbar-shadow-color: #656565;
581
+ scrollbar-track-color: #323232;
582
+ scrollbar-arrow-color: #323232;
583
+
584
+ /* firefox: first color thumb, second track */
585
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
586
+ }
587
+
588
+ /* --------------
589
+ Overflowing
590
+ --------------- */
591
+ .ui.overflowing.table {
592
+ display: block;
593
+ overflow: auto;
594
+ -ms-scroll-chaining: none;
595
+ overscroll-behavior: none;
596
+ }
597
+ @media only screen and (min-width: 768px) {
598
+ .ui.overflowing.table.short {
599
+ max-height: 13.49967857em;
600
+ }
601
+ .ui.overflowing.table[class*="very short"] {
602
+ max-height: 8.99978571em;
603
+ }
604
+ .ui.overflowing.table {
605
+ max-height: 17.99957143em;
606
+ }
607
+ .ui.overflowing.table.long {
608
+ max-height: 35.99914286em;
609
+ }
610
+ .ui.overflowing.table[class*="very long"] {
611
+ max-height: 53.99871429em;
612
+ }
613
+ }
614
+ @media only screen and (min-width: 992px) {
615
+ .ui.overflowing.table.short {
616
+ max-height: 17.99957143em;
617
+ }
618
+ .ui.overflowing.table[class*="very short"] {
619
+ max-height: 11.99971429em;
620
+ }
621
+ .ui.overflowing.table {
622
+ max-height: 23.99942857em;
623
+ }
624
+ .ui.overflowing.table.long {
625
+ max-height: 47.99885714em;
626
+ }
627
+ .ui.overflowing.table[class*="very long"] {
628
+ max-height: 71.99828571em;
629
+ }
630
+ }
631
+ @media only screen and (min-width: 1920px) {
632
+ .ui.overflowing.table.short {
633
+ max-height: 22.49946429em;
634
+ }
635
+ .ui.overflowing.table[class*="very short"] {
636
+ max-height: 14.99964286em;
637
+ }
638
+ .ui.overflowing.table {
639
+ max-height: 29.99928571em;
640
+ }
641
+ .ui.overflowing.table.long {
642
+ max-height: 59.99857143em;
643
+ }
644
+ .ui.overflowing.table[class*="very long"] {
645
+ max-height: 89.99785714em;
475
646
  }
476
647
  }
477
648
 
@@ -493,10 +664,9 @@
493
664
  *******************************/
494
665
 
495
666
 
496
- /*--------------
667
+ /* --------------
497
668
  Complex
498
- ---------------*/
499
-
669
+ --------------- */
500
670
  .ui.structured.table {
501
671
  border-collapse: collapse;
502
672
  }
@@ -526,17 +696,15 @@
526
696
  border-right: 1px solid rgba(34, 36, 38, 0.1);
527
697
  }
528
698
 
529
- /*--------------
530
- Definition
531
- ---------------*/
532
-
699
+ /* --------------
700
+ Definition
701
+ --------------- */
533
702
  .ui.definition.table > thead:not(.full-width) > tr > th:first-child {
534
703
  pointer-events: none;
535
- background: #FFFFFF;
704
+ background: #fff;
536
705
  font-weight: normal;
537
706
  color: rgba(0, 0, 0, 0.4);
538
- -webkit-box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
539
- box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
707
+ box-shadow: -0.1em -0.2em 0 0.1em #fff;
540
708
  -moz-transform: scale(1);
541
709
  }
542
710
  .ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
@@ -544,11 +712,10 @@
544
712
  }
545
713
  .ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
546
714
  pointer-events: none;
547
- background: #FFFFFF;
715
+ background: #fff;
548
716
  font-weight: normal;
549
717
  color: rgba(0, 0, 0, 0.4);
550
- -webkit-box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
551
- box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
718
+ box-shadow: -0.1em 0.2em 0 0.1em #fff;
552
719
  -moz-transform: scale(1);
553
720
  }
554
721
 
@@ -560,13 +727,12 @@
560
727
  background: rgba(0, 0, 0, 0.03);
561
728
  font-weight: bold;
562
729
  color: rgba(0, 0, 0, 0.95);
563
- text-transform: '';
564
- -webkit-box-shadow: '';
565
- box-shadow: '';
566
- text-align: '';
730
+ text-transform: "";
731
+ box-shadow: "";
732
+ text-align: "";
567
733
  font-size: 1em;
568
- padding-left: '';
569
- padding-right: '';
734
+ padding-left: "";
735
+ padding-right: "";
570
736
  }
571
737
 
572
738
  /* Fix 2nd Column */
@@ -588,72 +754,86 @@
588
754
  *******************************/
589
755
 
590
756
 
591
- /*--------------
592
- Positive
593
- ---------------*/
594
-
757
+ /* --------------
758
+ Positive
759
+ --------------- */
595
760
  .ui.ui.ui.ui.table tr.positive,
596
761
  .ui.ui.table td.positive {
597
- -webkit-box-shadow: 0 0 0 #A3C293 inset;
598
- box-shadow: 0 0 0 #A3C293 inset;
599
- background: #FCFFF5;
600
- color: #2C662D;
762
+ box-shadow: 0 0 0 #a3c293 inset;
763
+ background: #fcfff5;
764
+ color: #2c662d;
765
+ }
766
+ .ui.ui.ui.ui.inverted.table tr.positive,
767
+ .ui.ui.inverted.table td.positive {
768
+ background: #a3c293;
769
+ color: #2c662d;
601
770
  }
602
771
 
603
- /*--------------
604
- Negative
605
- ---------------*/
606
-
772
+ /* --------------
773
+ Negative
774
+ --------------- */
607
775
  .ui.ui.ui.ui.table tr.negative,
608
776
  .ui.ui.table td.negative {
609
- -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
610
- box-shadow: 0 0 0 #E0B4B4 inset;
611
- background: #FFF6F6;
612
- color: #9F3A38;
777
+ box-shadow: 0 0 0 #e0b4b4 inset;
778
+ background: #fff6f6;
779
+ color: #9f3a38;
780
+ }
781
+ .ui.ui.ui.ui.inverted.table tr.negative,
782
+ .ui.ui.inverted.table td.negative {
783
+ background: #e0b4b4;
784
+ color: #9f3a38;
613
785
  }
614
786
 
615
- /*--------------
616
- Error
617
- ---------------*/
618
-
787
+ /* --------------
788
+ Error
789
+ --------------- */
619
790
  .ui.ui.ui.ui.table tr.error,
620
791
  .ui.ui.table td.error {
621
- -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
622
- box-shadow: 0 0 0 #E0B4B4 inset;
623
- background: #FFF6F6;
624
- color: #9F3A38;
792
+ box-shadow: 0 0 0 #e0b4b4 inset;
793
+ background: #fff6f6;
794
+ color: #9f3a38;
795
+ }
796
+ .ui.ui.ui.ui.inverted.table tr.error,
797
+ .ui.ui.inverted.table td.error {
798
+ background: #e0b4b4;
799
+ color: #9f3a38;
625
800
  }
626
801
 
627
- /*--------------
628
- Warning
629
- ---------------*/
630
-
802
+ /* --------------
803
+ Warning
804
+ --------------- */
631
805
  .ui.ui.ui.ui.table tr.warning,
632
806
  .ui.ui.table td.warning {
633
- -webkit-box-shadow: 0 0 0 #C9BA9B inset;
634
- box-shadow: 0 0 0 #C9BA9B inset;
635
- background: #FFFAF3;
636
- color: #573A08;
807
+ box-shadow: 0 0 0 #c9ba9b inset;
808
+ background: #fffaf3;
809
+ color: #573a08;
810
+ }
811
+ .ui.ui.ui.ui.inverted.table tr.warning,
812
+ .ui.ui.inverted.table td.warning {
813
+ background: #eec97e;
814
+ color: #573a08;
637
815
  }
638
816
 
639
- /*--------------
640
- Active
641
- ---------------*/
642
-
817
+ /* --------------
818
+ Active
819
+ --------------- */
643
820
  .ui.ui.ui.ui.table tr.active,
644
821
  .ui.ui.table td.active {
645
- -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
646
- box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
647
- background: #E0E0E0;
822
+ box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
823
+ background: #e0e0e0;
824
+ color: rgba(0, 0, 0, 0.87);
825
+ }
826
+ .ui.ui.ui.ui.inverted.table tr.active,
827
+ .ui.ui.inverted.table td.active {
828
+ background: #a0a0a0;
648
829
  color: rgba(0, 0, 0, 0.87);
649
830
  }
650
831
 
651
- /*--------------
652
- Disabled
653
- ---------------*/
654
-
655
- .ui.table tr.disabled td,
656
- .ui.table tr td.disabled,
832
+ /* --------------
833
+ Disabled
834
+ --------------- */
835
+ .ui.ui.ui.table tr.disabled td,
836
+ .ui.ui.ui.table tr td.disabled,
657
837
  .ui.table tr.disabled:hover,
658
838
  .ui.table tr:hover td.disabled {
659
839
  pointer-events: none;
@@ -666,10 +846,9 @@
666
846
  *******************************/
667
847
 
668
848
 
669
- /*--------------
670
- Stackable
671
- ---------------*/
672
-
849
+ /* --------------
850
+ Stackable
851
+ --------------- */
673
852
  @media only screen and (max-width: 991.98px) {
674
853
  .ui[class*="tablet stackable"].table,
675
854
  .ui[class*="tablet stackable"].table > thead,
@@ -704,8 +883,7 @@
704
883
  .ui.ui.ui.ui[class*="tablet stackable"].table > tr {
705
884
  padding-top: 1em;
706
885
  padding-bottom: 1em;
707
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
708
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
886
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
709
887
  }
710
888
  .ui[class*="tablet stackable"].table > thead > tr > th,
711
889
  .ui[class*="tablet stackable"].table > tbody > tr > th,
@@ -717,261 +895,198 @@
717
895
  background: none;
718
896
  border: none !important;
719
897
  padding: 0.25em 0.75em;
720
- -webkit-box-shadow: none;
721
- box-shadow: none;
898
+ box-shadow: none;
722
899
  }
723
900
 
724
901
  /* Definition Table */
725
902
  .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
726
- -webkit-box-shadow: none !important;
727
- box-shadow: none !important;
903
+ box-shadow: none !important;
728
904
  }
729
905
  }
730
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.left {
731
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
732
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
906
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].left {
907
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
733
908
  }
734
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.primary.right {
735
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
736
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
909
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].right {
910
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
737
911
  }
738
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.left {
739
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
740
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
912
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].left {
913
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
741
914
  }
742
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.primary.right {
743
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
744
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
915
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].right {
916
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
745
917
  }
746
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.left {
747
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
748
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
918
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].left {
919
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
749
920
  }
750
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.secondary.right {
751
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
752
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
921
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].right {
922
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
753
923
  }
754
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.left {
755
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
756
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
924
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].left {
925
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
757
926
  }
758
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.secondary.right {
759
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
760
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
927
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].right {
928
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
761
929
  }
762
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.left {
763
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
764
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
930
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].left {
931
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
765
932
  }
766
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.red.right {
767
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
768
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
933
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].right {
934
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
769
935
  }
770
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.left {
771
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
772
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
936
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].left {
937
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
773
938
  }
774
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.red.right {
775
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
776
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
939
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].right {
940
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
777
941
  }
778
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.left {
779
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
780
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
942
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
943
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
781
944
  }
782
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.orange.right {
783
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
784
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
945
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
946
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
785
947
  }
786
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.left {
787
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
788
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
948
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
949
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
789
950
  }
790
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.orange.right {
791
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
792
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
951
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].right {
952
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
793
953
  }
794
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.left {
795
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
796
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
954
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].left {
955
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
797
956
  }
798
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.yellow.right {
799
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
800
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
957
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].right {
958
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
801
959
  }
802
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.left {
803
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
804
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
960
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].left {
961
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
805
962
  }
806
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.yellow.right {
807
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
808
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
963
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].right {
964
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
809
965
  }
810
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.left {
811
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
812
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
966
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].left {
967
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
813
968
  }
814
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.olive.right {
815
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
816
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
969
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].right {
970
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
817
971
  }
818
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.left {
819
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
820
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
972
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].left {
973
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
821
974
  }
822
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.olive.right {
823
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
824
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
975
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].right {
976
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
825
977
  }
826
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.left {
827
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
828
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
978
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].left {
979
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
829
980
  }
830
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.green.right {
831
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
832
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
981
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].right {
982
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
833
983
  }
834
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.left {
835
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
836
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
984
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].left {
985
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
837
986
  }
838
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.green.right {
839
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
840
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
987
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].right {
988
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
841
989
  }
842
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.left {
843
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
844
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
990
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].left {
991
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
845
992
  }
846
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.teal.right {
847
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
848
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
993
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].right {
994
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
849
995
  }
850
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.left {
851
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
852
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
996
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].left {
997
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
853
998
  }
854
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.teal.right {
855
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
856
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
999
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].right {
1000
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
857
1001
  }
858
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.left {
859
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
860
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
1002
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].left {
1003
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
861
1004
  }
862
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.blue.right {
863
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
864
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
1005
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].right {
1006
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
865
1007
  }
866
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.left {
867
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
868
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
1008
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].left {
1009
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
869
1010
  }
870
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.blue.right {
871
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
872
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
1011
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].right {
1012
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
873
1013
  }
874
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.left {
875
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
876
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
1014
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].left {
1015
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
877
1016
  }
878
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.violet.right {
879
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
880
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
1017
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].right {
1018
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
881
1019
  }
882
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.left {
883
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
884
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
1020
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].left {
1021
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
885
1022
  }
886
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.violet.right {
887
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
888
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
1023
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].right {
1024
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
889
1025
  }
890
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.left {
891
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
892
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
1026
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
1027
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
893
1028
  }
894
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.purple.right {
895
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
896
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
1029
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
1030
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
897
1031
  }
898
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.left {
899
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
900
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
1032
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
1033
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
901
1034
  }
902
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.purple.right {
903
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
904
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
1035
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].right {
1036
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
905
1037
  }
906
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.left {
907
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
908
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
1038
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
1039
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
909
1040
  }
910
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.pink.right {
911
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
912
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
1041
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
1042
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
913
1043
  }
914
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.left {
915
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
916
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
1044
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
1045
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
917
1046
  }
918
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.pink.right {
919
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
920
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
1047
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].right {
1048
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
921
1049
  }
922
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.left {
923
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
924
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
1050
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
1051
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
925
1052
  }
926
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.brown.right {
927
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
928
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
1053
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
1054
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
929
1055
  }
930
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.left {
931
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
932
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
1056
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
1057
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
933
1058
  }
934
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.brown.right {
935
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
936
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
1059
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].right {
1060
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
937
1061
  }
938
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.left {
939
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
940
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
1062
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].left {
1063
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
941
1064
  }
942
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.grey.right {
943
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
944
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
1065
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].right {
1066
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
945
1067
  }
946
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.left {
947
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
948
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
1068
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].left {
1069
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
949
1070
  }
950
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.grey.right {
951
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
952
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
1071
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].right {
1072
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
953
1073
  }
954
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.left {
955
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
956
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
1074
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].left {
1075
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
957
1076
  }
958
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.black.right {
959
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
960
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
1077
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].right {
1078
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
961
1079
  }
962
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.left {
963
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
964
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
1080
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].left {
1081
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
965
1082
  }
966
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.black.right {
967
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
968
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
1083
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].right {
1084
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
969
1085
  }
970
1086
 
971
- /*--------------
972
- Text Alignment
973
- ---------------*/
974
-
1087
+ /* --------------
1088
+ Text Alignment
1089
+ --------------- */
975
1090
  .ui.table[class*="left aligned"],
976
1091
  .ui.table [class*="left aligned"] {
977
1092
  text-align: left;
@@ -985,10 +1100,9 @@
985
1100
  text-align: right;
986
1101
  }
987
1102
 
988
- /*------------------
989
- Vertical Alignment
990
- ------------------*/
991
-
1103
+ /* ------------------
1104
+ Vertical Alignment
1105
+ ------------------ */
992
1106
  .ui.table[class*="top aligned"],
993
1107
  .ui.table [class*="top aligned"] {
994
1108
  vertical-align: top;
@@ -1002,20 +1116,18 @@
1002
1116
  vertical-align: bottom;
1003
1117
  }
1004
1118
 
1005
- /*--------------
1006
- Collapsing
1007
- ---------------*/
1008
-
1119
+ /* --------------
1120
+ Collapsing
1121
+ --------------- */
1009
1122
  .ui.table th.collapsing,
1010
1123
  .ui.table td.collapsing {
1011
1124
  width: 1px;
1012
1125
  white-space: nowrap;
1013
1126
  }
1014
1127
 
1015
- /*--------------
1016
- Fixed
1017
- ---------------*/
1018
-
1128
+ /* --------------
1129
+ Fixed
1130
+ --------------- */
1019
1131
  .ui.fixed.table {
1020
1132
  table-layout: fixed;
1021
1133
  }
@@ -1025,10 +1137,9 @@
1025
1137
  text-overflow: ellipsis;
1026
1138
  }
1027
1139
 
1028
- /*--------------
1029
- Selectable
1030
- ---------------*/
1031
-
1140
+ /* --------------
1141
+ Selectable
1142
+ --------------- */
1032
1143
  .ui.ui.selectable.table > tbody > tr:hover,
1033
1144
  .ui.table tbody tr td.selectable:hover {
1034
1145
  background: rgba(0, 0, 0, 0.05);
@@ -1047,6 +1158,8 @@
1047
1158
  .ui.table tbody tr td.selectable > a:not(.ui) {
1048
1159
  display: block;
1049
1160
  color: inherit;
1161
+ }
1162
+ .ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
1050
1163
  padding: 0.78571429em 0.78571429em;
1051
1164
  }
1052
1165
  .ui.table > tr > td.selectable,
@@ -1072,7 +1185,7 @@
1072
1185
  .ui.ui.selectable.table tr.active:hover,
1073
1186
  .ui.table tr td.selectable.active:hover,
1074
1187
  .ui.selectable.table tr:hover td.active {
1075
- background: #E0E0E0;
1188
+ background: #e0e0e0;
1076
1189
  color: rgba(0, 0, 0, 0.87);
1077
1190
  }
1078
1191
  .ui.ui.selectable.table tr.positive:hover,
@@ -1088,10 +1201,9 @@
1088
1201
  color: #943634;
1089
1202
  }
1090
1203
 
1091
- /*-------------------
1092
- Attached
1093
- --------------------*/
1094
-
1204
+ /* -------------------
1205
+ Attached
1206
+ -------------------- */
1095
1207
 
1096
1208
  /* Middle */
1097
1209
  .ui.attached.table {
@@ -1101,9 +1213,8 @@
1101
1213
  margin: 0 -1px;
1102
1214
  width: calc(100% + 2px);
1103
1215
  max-width: calc(100% + 2px);
1104
- -webkit-box-shadow: none;
1105
- box-shadow: none;
1106
- border: 1px solid #D4D4D5;
1216
+ box-shadow: none;
1217
+ border: 1px solid #d4d4d5;
1107
1218
  }
1108
1219
  .ui.attached + .ui.attached.table:not(.top) {
1109
1220
  border-top: none;
@@ -1127,18 +1238,16 @@
1127
1238
  margin-top: 0;
1128
1239
  top: 0;
1129
1240
  margin-bottom: 1em;
1130
- -webkit-box-shadow: none, none;
1131
- box-shadow: none, none;
1241
+ box-shadow: none, none;
1132
1242
  border-radius: 0 0 0.28571429rem 0.28571429rem;
1133
1243
  }
1134
1244
  .ui[class*="bottom attached"].table:last-child {
1135
1245
  margin-bottom: 0;
1136
1246
  }
1137
1247
 
1138
- /*--------------
1139
- Striped
1140
- ---------------*/
1141
-
1248
+ /* --------------
1249
+ Striped
1250
+ --------------- */
1142
1251
 
1143
1252
  /* Table Striping */
1144
1253
  .ui.striped.table > tr:nth-child(2n),
@@ -1154,598 +1263,1570 @@
1154
1263
 
1155
1264
  /* Allow striped active hover */
1156
1265
  .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
1157
- background: #EFEFEF;
1266
+ background: #efefef;
1158
1267
  color: rgba(0, 0, 0, 0.95);
1159
1268
  }
1160
1269
 
1161
- /*--------------
1270
+ /* --------------
1162
1271
  Single Line
1163
- ---------------*/
1164
-
1272
+ --------------- */
1165
1273
  .ui.table[class*="single line"],
1166
1274
  .ui.table [class*="single line"] {
1167
1275
  white-space: nowrap;
1168
1276
  }
1169
1277
 
1170
- /*-------------------
1278
+ /* -------------------
1171
1279
  Colors
1172
- --------------------*/
1173
-
1280
+ -------------------- */
1174
1281
  .ui.primary.table {
1175
- border-top: 0.2em solid #2185D0;
1282
+ border-top: 0.2em solid #2185d0;
1176
1283
  }
1177
1284
  .ui.inverted.primary.table {
1178
- background-color: #2185D0;
1179
- color: #FFFFFF;
1285
+ background: #2185d0;
1286
+ color: #fff;
1287
+ }
1288
+
1289
+ /* Same color for background and color to camouflage the scrollbar */
1290
+ .ui.scrolling.table > thead.primary,
1291
+ .ui.scrolling.table > tfoot.primary {
1292
+ background: #ddf4ff;
1293
+ color: #ddf4ff;
1294
+ }
1295
+ .ui.scrolling.table > thead.primary > tr > th,
1296
+ .ui.scrolling.table > tfoot.primary > tr > th,
1297
+ .ui.scrolling.table > thead.primary > tr > td,
1298
+ .ui.scrolling.table > tfoot.primary > tr > td {
1299
+ background: inherit;
1300
+ color: rgba(255, 255, 255, 0.9);
1180
1301
  }
1302
+ .ui.inverted.scrolling.table > thead.primary,
1303
+ .ui.inverted.scrolling.table > tfoot.primary {
1304
+ background: #2185d0;
1305
+ color: #2185d0;
1306
+ }
1307
+ .ui.inverted.scrolling.table > thead.primary > tr > th,
1308
+ .ui.inverted.scrolling.table > tfoot.primary > tr > th,
1309
+ .ui.inverted.scrolling.table > thead.primary > tr > td,
1310
+ .ui.inverted.scrolling.table > tfoot.primary > tr > td {
1311
+ background: inherit;
1312
+ color: #fff;
1313
+ }
1314
+ .ui.ui.ui.ui.table tr[class*="primary colored"],
1315
+ .ui.ui.table th[class*="primary colored"],
1316
+ .ui.ui.table td[class*="primary colored"],
1181
1317
  .ui.ui.ui.ui.table tr.primary:not(.marked),
1318
+ .ui.ui.table th.primary:not(.marked),
1182
1319
  .ui.ui.table td.primary:not(.marked) {
1183
1320
  background: #ddf4ff;
1184
1321
  color: rgba(255, 255, 255, 0.9);
1185
1322
  }
1323
+ .ui.table > thead > tr[class*="primary colored"] > th,
1324
+ .ui.table > tfoot > tr[class*="primary colored"] > th,
1325
+ .ui.table > tfoot > tr[class*="primary colored"] > td,
1326
+ .ui.table > thead > tr.primary:not(.marked) > th,
1327
+ .ui.table > tfoot > tr.primary:not(.marked) > th,
1328
+ .ui.table > tfoot > tr.primary:not(.marked) > td {
1329
+ background: inherit;
1330
+ color: rgba(255, 255, 255, 0.9);
1331
+ }
1332
+ .ui.ui.ui.ui.inverted.table tr[class*="primary colored"],
1333
+ .ui.ui.inverted.table th[class*="primary colored"],
1334
+ .ui.ui.inverted.table td[class*="primary colored"],
1335
+ .ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
1336
+ .ui.ui.inverted.table th.primary:not(.marked),
1337
+ .ui.ui.inverted.table td.primary:not(.marked) {
1338
+ background: #2185d0;
1339
+ color: #fff;
1340
+ }
1341
+ .ui.inverted.table > thead > tr[class*="primary colored"] > th,
1342
+ .ui.inverted.table > tfoot > tr[class*="primary colored"] > th,
1343
+ .ui.inverted.table > tfoot > tr[class*="primary colored"] > td,
1344
+ .ui.inverted.table > thead > tr.primary:not(.marked) > th,
1345
+ .ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
1346
+ .ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
1347
+ background: inherit;
1348
+ color: #fff;
1349
+ }
1350
+ .ui.ui.selectable.table tr[class*="primary colored"]:hover,
1351
+ .ui.table tr td.selectable[class*="primary colored"]:hover,
1352
+ .ui.selectable.table tr:hover td[class*="primary colored"],
1186
1353
  .ui.ui.selectable.table tr.primary:not(.marked):hover,
1187
1354
  .ui.table tr td.selectable.primary:not(.marked):hover,
1188
1355
  .ui.selectable.table tr:hover td.primary:not(.marked) {
1189
1356
  background: #d3f1ff;
1190
1357
  color: rgba(255, 255, 255, 0.9);
1191
1358
  }
1192
- .ui.table td.marked.primary.left,
1193
- .ui.table tr.marked.primary.left {
1194
- -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
1195
- box-shadow: 0.2em 0 0 0 #2185D0 inset;
1359
+ .ui.ui.inverted.selectable.table tr[class*="primary colored"]:hover,
1360
+ .ui.inverted.table tr td.selectable[class*="primary colored"]:hover,
1361
+ .ui.inverted.selectable.table tr:hover td[class*="primary colored"],
1362
+ .ui.ui.inverted.selectable.table tr.primary:not(.marked):hover,
1363
+ .ui.inverted.table tr td.selectable.primary:not(.marked):hover,
1364
+ .ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
1365
+ background: #21b8ff;
1366
+ color: #fff;
1196
1367
  }
1197
- .ui.table td.marked.primary.right,
1198
- .ui.table tr.marked.primary.right {
1199
- -webkit-box-shadow: -0.2em 0 0 0 #2185D0 inset;
1200
- box-shadow: -0.2em 0 0 0 #2185D0 inset;
1368
+ .ui.table td[class*="primary marked"].left,
1369
+ .ui.table tr[class*="primary marked"].left {
1370
+ box-shadow: 0.2em 0 0 0 #2185d0 inset;
1201
1371
  }
1202
- .ui.inverted.table td.marked.primary.left,
1203
- .ui.inverted.table tr.marked.primary.left {
1204
- -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset;
1205
- box-shadow: 0.2em 0 0 0 #54C8FF inset;
1372
+ .ui.table td[class*="primary marked"].right,
1373
+ .ui.table tr[class*="primary marked"].right {
1374
+ box-shadow: -0.2em 0 0 0 #2185d0 inset;
1206
1375
  }
1207
- .ui.inverted.table td.marked.primary.right,
1208
- .ui.inverted.table tr.marked.primary.right {
1209
- -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset;
1210
- box-shadow: -0.2em 0 0 0 #54C8FF inset;
1376
+ .ui.inverted.table td[class*="primary marked"].left,
1377
+ .ui.inverted.table tr[class*="primary marked"].left {
1378
+ box-shadow: 0.2em 0 0 0 #54c8ff inset;
1379
+ }
1380
+ .ui.inverted.table td[class*="primary marked"].right,
1381
+ .ui.inverted.table tr[class*="primary marked"].right {
1382
+ box-shadow: -0.2em 0 0 0 #54c8ff inset;
1211
1383
  }
1212
1384
  .ui.secondary.table {
1213
- border-top: 0.2em solid #1B1C1D;
1385
+ border-top: 0.2em solid #1b1c1d;
1214
1386
  }
1215
1387
  .ui.inverted.secondary.table {
1216
- background-color: #1B1C1D;
1217
- color: #FFFFFF;
1388
+ background: #1b1c1d;
1389
+ color: #fff;
1218
1390
  }
1391
+
1392
+ /* Same color for background and color to camouflage the scrollbar */
1393
+ .ui.scrolling.table > thead.secondary,
1394
+ .ui.scrolling.table > tfoot.secondary {
1395
+ background: #dddddd;
1396
+ color: #dddddd;
1397
+ }
1398
+ .ui.scrolling.table > thead.secondary > tr > th,
1399
+ .ui.scrolling.table > tfoot.secondary > tr > th,
1400
+ .ui.scrolling.table > thead.secondary > tr > td,
1401
+ .ui.scrolling.table > tfoot.secondary > tr > td {
1402
+ background: inherit;
1403
+ color: rgba(255, 255, 255, 0.9);
1404
+ }
1405
+ .ui.inverted.scrolling.table > thead.secondary,
1406
+ .ui.inverted.scrolling.table > tfoot.secondary {
1407
+ background: #1b1c1d;
1408
+ color: #1b1c1d;
1409
+ }
1410
+ .ui.inverted.scrolling.table > thead.secondary > tr > th,
1411
+ .ui.inverted.scrolling.table > tfoot.secondary > tr > th,
1412
+ .ui.inverted.scrolling.table > thead.secondary > tr > td,
1413
+ .ui.inverted.scrolling.table > tfoot.secondary > tr > td {
1414
+ background: inherit;
1415
+ color: #fff;
1416
+ }
1417
+ .ui.ui.ui.ui.table tr[class*="secondary colored"],
1418
+ .ui.ui.table th[class*="secondary colored"],
1419
+ .ui.ui.table td[class*="secondary colored"],
1219
1420
  .ui.ui.ui.ui.table tr.secondary:not(.marked),
1421
+ .ui.ui.table th.secondary:not(.marked),
1220
1422
  .ui.ui.table td.secondary:not(.marked) {
1221
1423
  background: #dddddd;
1222
1424
  color: rgba(255, 255, 255, 0.9);
1223
1425
  }
1426
+ .ui.table > thead > tr[class*="secondary colored"] > th,
1427
+ .ui.table > tfoot > tr[class*="secondary colored"] > th,
1428
+ .ui.table > tfoot > tr[class*="secondary colored"] > td,
1429
+ .ui.table > thead > tr.secondary:not(.marked) > th,
1430
+ .ui.table > tfoot > tr.secondary:not(.marked) > th,
1431
+ .ui.table > tfoot > tr.secondary:not(.marked) > td {
1432
+ background: inherit;
1433
+ color: rgba(255, 255, 255, 0.9);
1434
+ }
1435
+ .ui.ui.ui.ui.inverted.table tr[class*="secondary colored"],
1436
+ .ui.ui.inverted.table th[class*="secondary colored"],
1437
+ .ui.ui.inverted.table td[class*="secondary colored"],
1438
+ .ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
1439
+ .ui.ui.inverted.table th.secondary:not(.marked),
1440
+ .ui.ui.inverted.table td.secondary:not(.marked) {
1441
+ background: #1b1c1d;
1442
+ color: #fff;
1443
+ }
1444
+ .ui.inverted.table > thead > tr[class*="secondary colored"] > th,
1445
+ .ui.inverted.table > tfoot > tr[class*="secondary colored"] > th,
1446
+ .ui.inverted.table > tfoot > tr[class*="secondary colored"] > td,
1447
+ .ui.inverted.table > thead > tr.secondary:not(.marked) > th,
1448
+ .ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
1449
+ .ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
1450
+ background: inherit;
1451
+ color: #fff;
1452
+ }
1453
+ .ui.ui.selectable.table tr[class*="secondary colored"]:hover,
1454
+ .ui.table tr td.selectable[class*="secondary colored"]:hover,
1455
+ .ui.selectable.table tr:hover td[class*="secondary colored"],
1224
1456
  .ui.ui.selectable.table tr.secondary:not(.marked):hover,
1225
1457
  .ui.table tr td.selectable.secondary:not(.marked):hover,
1226
1458
  .ui.selectable.table tr:hover td.secondary:not(.marked) {
1227
1459
  background: #e2e2e2;
1228
1460
  color: rgba(255, 255, 255, 0.9);
1229
1461
  }
1230
- .ui.table td.marked.secondary.left,
1231
- .ui.table tr.marked.secondary.left {
1232
- -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
1233
- box-shadow: 0.2em 0 0 0 #1B1C1D inset;
1462
+ .ui.ui.inverted.selectable.table tr[class*="secondary colored"]:hover,
1463
+ .ui.inverted.table tr td.selectable[class*="secondary colored"]:hover,
1464
+ .ui.inverted.selectable.table tr:hover td[class*="secondary colored"],
1465
+ .ui.ui.inverted.selectable.table tr.secondary:not(.marked):hover,
1466
+ .ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
1467
+ .ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
1468
+ background: #6e6e6e;
1469
+ color: #fff;
1470
+ }
1471
+ .ui.table td[class*="secondary marked"].left,
1472
+ .ui.table tr[class*="secondary marked"].left {
1473
+ box-shadow: 0.2em 0 0 0 #1b1c1d inset;
1234
1474
  }
1235
- .ui.table td.marked.secondary.right,
1236
- .ui.table tr.marked.secondary.right {
1237
- -webkit-box-shadow: -0.2em 0 0 0 #1B1C1D inset;
1238
- box-shadow: -0.2em 0 0 0 #1B1C1D inset;
1475
+ .ui.table td[class*="secondary marked"].right,
1476
+ .ui.table tr[class*="secondary marked"].right {
1477
+ box-shadow: -0.2em 0 0 0 #1b1c1d inset;
1239
1478
  }
1240
- .ui.inverted.table td.marked.secondary.left,
1241
- .ui.inverted.table tr.marked.secondary.left {
1242
- -webkit-box-shadow: 0.2em 0 0 0 #545454 inset;
1243
- box-shadow: 0.2em 0 0 0 #545454 inset;
1479
+ .ui.inverted.table td[class*="secondary marked"].left,
1480
+ .ui.inverted.table tr[class*="secondary marked"].left {
1481
+ box-shadow: 0.2em 0 0 0 #545454 inset;
1244
1482
  }
1245
- .ui.inverted.table td.marked.secondary.right,
1246
- .ui.inverted.table tr.marked.secondary.right {
1247
- -webkit-box-shadow: -0.2em 0 0 0 #545454 inset;
1248
- box-shadow: -0.2em 0 0 0 #545454 inset;
1483
+ .ui.inverted.table td[class*="secondary marked"].right,
1484
+ .ui.inverted.table tr[class*="secondary marked"].right {
1485
+ box-shadow: -0.2em 0 0 0 #545454 inset;
1249
1486
  }
1250
1487
  .ui.red.table {
1251
- border-top: 0.2em solid #DB2828;
1488
+ border-top: 0.2em solid #db2828;
1252
1489
  }
1253
1490
  .ui.inverted.red.table {
1254
- background-color: #DB2828;
1255
- color: #FFFFFF;
1491
+ background: #db2828;
1492
+ color: #fff;
1256
1493
  }
1494
+
1495
+ /* Same color for background and color to camouflage the scrollbar */
1496
+ .ui.scrolling.table > thead.red,
1497
+ .ui.scrolling.table > tfoot.red {
1498
+ background: #ffe1df;
1499
+ color: #ffe1df;
1500
+ }
1501
+ .ui.scrolling.table > thead.red > tr > th,
1502
+ .ui.scrolling.table > tfoot.red > tr > th,
1503
+ .ui.scrolling.table > thead.red > tr > td,
1504
+ .ui.scrolling.table > tfoot.red > tr > td {
1505
+ background: inherit;
1506
+ color: #db2828;
1507
+ }
1508
+ .ui.inverted.scrolling.table > thead.red,
1509
+ .ui.inverted.scrolling.table > tfoot.red {
1510
+ background: #db2828;
1511
+ color: #db2828;
1512
+ }
1513
+ .ui.inverted.scrolling.table > thead.red > tr > th,
1514
+ .ui.inverted.scrolling.table > tfoot.red > tr > th,
1515
+ .ui.inverted.scrolling.table > thead.red > tr > td,
1516
+ .ui.inverted.scrolling.table > tfoot.red > tr > td {
1517
+ background: inherit;
1518
+ color: #fff;
1519
+ }
1520
+ .ui.ui.ui.ui.table tr[class*="red colored"],
1521
+ .ui.ui.table th[class*="red colored"],
1522
+ .ui.ui.table td[class*="red colored"],
1257
1523
  .ui.ui.ui.ui.table tr.red:not(.marked),
1524
+ .ui.ui.table th.red:not(.marked),
1258
1525
  .ui.ui.table td.red:not(.marked) {
1259
1526
  background: #ffe1df;
1260
- color: #DB2828;
1261
- }
1527
+ color: #db2828;
1528
+ }
1529
+ .ui.table > thead > tr[class*="red colored"] > th,
1530
+ .ui.table > tfoot > tr[class*="red colored"] > th,
1531
+ .ui.table > tfoot > tr[class*="red colored"] > td,
1532
+ .ui.table > thead > tr.red:not(.marked) > th,
1533
+ .ui.table > tfoot > tr.red:not(.marked) > th,
1534
+ .ui.table > tfoot > tr.red:not(.marked) > td {
1535
+ background: inherit;
1536
+ color: #db2828;
1537
+ }
1538
+ .ui.ui.ui.ui.inverted.table tr[class*="red colored"],
1539
+ .ui.ui.inverted.table th[class*="red colored"],
1540
+ .ui.ui.inverted.table td[class*="red colored"],
1541
+ .ui.ui.ui.ui.inverted.table tr.red:not(.marked),
1542
+ .ui.ui.inverted.table th.red:not(.marked),
1543
+ .ui.ui.inverted.table td.red:not(.marked) {
1544
+ background: #db2828;
1545
+ color: #fff;
1546
+ }
1547
+ .ui.inverted.table > thead > tr[class*="red colored"] > th,
1548
+ .ui.inverted.table > tfoot > tr[class*="red colored"] > th,
1549
+ .ui.inverted.table > tfoot > tr[class*="red colored"] > td,
1550
+ .ui.inverted.table > thead > tr.red:not(.marked) > th,
1551
+ .ui.inverted.table > tfoot > tr.red:not(.marked) > th,
1552
+ .ui.inverted.table > tfoot > tr.red:not(.marked) > td {
1553
+ background: inherit;
1554
+ color: #fff;
1555
+ }
1556
+ .ui.ui.selectable.table tr[class*="red colored"]:hover,
1557
+ .ui.table tr td.selectable[class*="red colored"]:hover,
1558
+ .ui.selectable.table tr:hover td[class*="red colored"],
1262
1559
  .ui.ui.selectable.table tr.red:not(.marked):hover,
1263
1560
  .ui.table tr td.selectable.red:not(.marked):hover,
1264
1561
  .ui.selectable.table tr:hover td.red:not(.marked) {
1265
1562
  background: #ffd7d5;
1266
- color: #DB2828;
1563
+ color: #db2828;
1564
+ }
1565
+ .ui.ui.inverted.selectable.table tr[class*="red colored"]:hover,
1566
+ .ui.inverted.table tr td.selectable[class*="red colored"]:hover,
1567
+ .ui.inverted.selectable.table tr:hover td[class*="red colored"],
1568
+ .ui.ui.inverted.selectable.table tr.red:not(.marked):hover,
1569
+ .ui.inverted.table tr td.selectable.red:not(.marked):hover,
1570
+ .ui.inverted.selectable.table tr:hover td.red:not(.marked) {
1571
+ background: #ff392b;
1572
+ color: #fff;
1267
1573
  }
1268
- .ui.table td.marked.red.left,
1269
- .ui.table tr.marked.red.left {
1270
- -webkit-box-shadow: 0.2em 0 0 0 #DB2828 inset;
1271
- box-shadow: 0.2em 0 0 0 #DB2828 inset;
1574
+ .ui.table td[class*="red marked"].left,
1575
+ .ui.table tr[class*="red marked"].left {
1576
+ box-shadow: 0.2em 0 0 0 #db2828 inset;
1272
1577
  }
1273
- .ui.table td.marked.red.right,
1274
- .ui.table tr.marked.red.right {
1275
- -webkit-box-shadow: -0.2em 0 0 0 #DB2828 inset;
1276
- box-shadow: -0.2em 0 0 0 #DB2828 inset;
1578
+ .ui.table td[class*="red marked"].right,
1579
+ .ui.table tr[class*="red marked"].right {
1580
+ box-shadow: -0.2em 0 0 0 #db2828 inset;
1277
1581
  }
1278
- .ui.inverted.table td.marked.red.left,
1279
- .ui.inverted.table tr.marked.red.left {
1280
- -webkit-box-shadow: 0.2em 0 0 0 #FF695E inset;
1281
- box-shadow: 0.2em 0 0 0 #FF695E inset;
1582
+ .ui.inverted.table td[class*="red marked"].left,
1583
+ .ui.inverted.table tr[class*="red marked"].left {
1584
+ box-shadow: 0.2em 0 0 0 #ff695e inset;
1282
1585
  }
1283
- .ui.inverted.table td.marked.red.right,
1284
- .ui.inverted.table tr.marked.red.right {
1285
- -webkit-box-shadow: -0.2em 0 0 0 #FF695E inset;
1286
- box-shadow: -0.2em 0 0 0 #FF695E inset;
1586
+ .ui.inverted.table td[class*="red marked"].right,
1587
+ .ui.inverted.table tr[class*="red marked"].right {
1588
+ box-shadow: -0.2em 0 0 0 #ff695e inset;
1287
1589
  }
1288
1590
  .ui.orange.table {
1289
- border-top: 0.2em solid #F2711C;
1591
+ border-top: 0.2em solid #f2711c;
1290
1592
  }
1291
1593
  .ui.inverted.orange.table {
1292
- background-color: #F2711C;
1293
- color: #FFFFFF;
1594
+ background: #f2711c;
1595
+ color: #fff;
1294
1596
  }
1597
+
1598
+ /* Same color for background and color to camouflage the scrollbar */
1599
+ .ui.scrolling.table > thead.orange,
1600
+ .ui.scrolling.table > tfoot.orange {
1601
+ background: #ffe7d1;
1602
+ color: #ffe7d1;
1603
+ }
1604
+ .ui.scrolling.table > thead.orange > tr > th,
1605
+ .ui.scrolling.table > tfoot.orange > tr > th,
1606
+ .ui.scrolling.table > thead.orange > tr > td,
1607
+ .ui.scrolling.table > tfoot.orange > tr > td {
1608
+ background: inherit;
1609
+ color: #f2711c;
1610
+ }
1611
+ .ui.inverted.scrolling.table > thead.orange,
1612
+ .ui.inverted.scrolling.table > tfoot.orange {
1613
+ background: #f2711c;
1614
+ color: #f2711c;
1615
+ }
1616
+ .ui.inverted.scrolling.table > thead.orange > tr > th,
1617
+ .ui.inverted.scrolling.table > tfoot.orange > tr > th,
1618
+ .ui.inverted.scrolling.table > thead.orange > tr > td,
1619
+ .ui.inverted.scrolling.table > tfoot.orange > tr > td {
1620
+ background: inherit;
1621
+ color: #fff;
1622
+ }
1623
+ .ui.ui.ui.ui.table tr[class*="orange colored"],
1624
+ .ui.ui.table th[class*="orange colored"],
1625
+ .ui.ui.table td[class*="orange colored"],
1295
1626
  .ui.ui.ui.ui.table tr.orange:not(.marked),
1627
+ .ui.ui.table th.orange:not(.marked),
1296
1628
  .ui.ui.table td.orange:not(.marked) {
1297
1629
  background: #ffe7d1;
1298
- color: #F2711C;
1299
- }
1630
+ color: #f2711c;
1631
+ }
1632
+ .ui.table > thead > tr[class*="orange colored"] > th,
1633
+ .ui.table > tfoot > tr[class*="orange colored"] > th,
1634
+ .ui.table > tfoot > tr[class*="orange colored"] > td,
1635
+ .ui.table > thead > tr.orange:not(.marked) > th,
1636
+ .ui.table > tfoot > tr.orange:not(.marked) > th,
1637
+ .ui.table > tfoot > tr.orange:not(.marked) > td {
1638
+ background: inherit;
1639
+ color: #f2711c;
1640
+ }
1641
+ .ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
1642
+ .ui.ui.inverted.table th[class*="orange colored"],
1643
+ .ui.ui.inverted.table td[class*="orange colored"],
1644
+ .ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
1645
+ .ui.ui.inverted.table th.orange:not(.marked),
1646
+ .ui.ui.inverted.table td.orange:not(.marked) {
1647
+ background: #f2711c;
1648
+ color: #fff;
1649
+ }
1650
+ .ui.inverted.table > thead > tr[class*="orange colored"] > th,
1651
+ .ui.inverted.table > tfoot > tr[class*="orange colored"] > th,
1652
+ .ui.inverted.table > tfoot > tr[class*="orange colored"] > td,
1653
+ .ui.inverted.table > thead > tr.orange:not(.marked) > th,
1654
+ .ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
1655
+ .ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
1656
+ background: inherit;
1657
+ color: #fff;
1658
+ }
1659
+ .ui.ui.selectable.table tr[class*="orange colored"]:hover,
1660
+ .ui.table tr td.selectable[class*="orange colored"]:hover,
1661
+ .ui.selectable.table tr:hover td[class*="orange colored"],
1300
1662
  .ui.ui.selectable.table tr.orange:not(.marked):hover,
1301
1663
  .ui.table tr td.selectable.orange:not(.marked):hover,
1302
1664
  .ui.selectable.table tr:hover td.orange:not(.marked) {
1303
1665
  background: #fae1cc;
1304
- color: #F2711C;
1666
+ color: #f2711c;
1667
+ }
1668
+ .ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
1669
+ .ui.inverted.table tr td.selectable[class*="orange colored"]:hover,
1670
+ .ui.inverted.selectable.table tr:hover td[class*="orange colored"],
1671
+ .ui.ui.inverted.selectable.table tr.orange:not(.marked):hover,
1672
+ .ui.inverted.table tr td.selectable.orange:not(.marked):hover,
1673
+ .ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
1674
+ background: #e76b00;
1675
+ color: #fff;
1305
1676
  }
1306
- .ui.table td.marked.orange.left,
1307
- .ui.table tr.marked.orange.left {
1308
- -webkit-box-shadow: 0.2em 0 0 0 #F2711C inset;
1309
- box-shadow: 0.2em 0 0 0 #F2711C inset;
1677
+ .ui.table td[class*="orange marked"].left,
1678
+ .ui.table tr[class*="orange marked"].left {
1679
+ box-shadow: 0.2em 0 0 0 #f2711c inset;
1310
1680
  }
1311
- .ui.table td.marked.orange.right,
1312
- .ui.table tr.marked.orange.right {
1313
- -webkit-box-shadow: -0.2em 0 0 0 #F2711C inset;
1314
- box-shadow: -0.2em 0 0 0 #F2711C inset;
1681
+ .ui.table td[class*="orange marked"].right,
1682
+ .ui.table tr[class*="orange marked"].right {
1683
+ box-shadow: -0.2em 0 0 0 #f2711c inset;
1315
1684
  }
1316
- .ui.inverted.table td.marked.orange.left,
1317
- .ui.inverted.table tr.marked.orange.left {
1318
- -webkit-box-shadow: 0.2em 0 0 0 #FF851B inset;
1319
- box-shadow: 0.2em 0 0 0 #FF851B inset;
1685
+ .ui.inverted.table td[class*="orange marked"].left,
1686
+ .ui.inverted.table tr[class*="orange marked"].left {
1687
+ box-shadow: 0.2em 0 0 0 #ff851b inset;
1320
1688
  }
1321
- .ui.inverted.table td.marked.orange.right,
1322
- .ui.inverted.table tr.marked.orange.right {
1323
- -webkit-box-shadow: -0.2em 0 0 0 #FF851B inset;
1324
- box-shadow: -0.2em 0 0 0 #FF851B inset;
1689
+ .ui.inverted.table td[class*="orange marked"].right,
1690
+ .ui.inverted.table tr[class*="orange marked"].right {
1691
+ box-shadow: -0.2em 0 0 0 #ff851b inset;
1325
1692
  }
1326
1693
  .ui.yellow.table {
1327
- border-top: 0.2em solid #FBBD08;
1694
+ border-top: 0.2em solid #fbbd08;
1328
1695
  }
1329
1696
  .ui.inverted.yellow.table {
1330
- background-color: #FBBD08;
1331
- color: #FFFFFF;
1697
+ background: #fbbd08;
1698
+ color: #fff;
1332
1699
  }
1700
+
1701
+ /* Same color for background and color to camouflage the scrollbar */
1702
+ .ui.scrolling.table > thead.yellow,
1703
+ .ui.scrolling.table > tfoot.yellow {
1704
+ background: #fff9d2;
1705
+ color: #fff9d2;
1706
+ }
1707
+ .ui.scrolling.table > thead.yellow > tr > th,
1708
+ .ui.scrolling.table > tfoot.yellow > tr > th,
1709
+ .ui.scrolling.table > thead.yellow > tr > td,
1710
+ .ui.scrolling.table > tfoot.yellow > tr > td {
1711
+ background: inherit;
1712
+ color: #b58105;
1713
+ }
1714
+ .ui.inverted.scrolling.table > thead.yellow,
1715
+ .ui.inverted.scrolling.table > tfoot.yellow {
1716
+ background: #fbbd08;
1717
+ color: #fbbd08;
1718
+ }
1719
+ .ui.inverted.scrolling.table > thead.yellow > tr > th,
1720
+ .ui.inverted.scrolling.table > tfoot.yellow > tr > th,
1721
+ .ui.inverted.scrolling.table > thead.yellow > tr > td,
1722
+ .ui.inverted.scrolling.table > tfoot.yellow > tr > td {
1723
+ background: inherit;
1724
+ color: #fff;
1725
+ }
1726
+ .ui.ui.ui.ui.table tr[class*="yellow colored"],
1727
+ .ui.ui.table th[class*="yellow colored"],
1728
+ .ui.ui.table td[class*="yellow colored"],
1333
1729
  .ui.ui.ui.ui.table tr.yellow:not(.marked),
1730
+ .ui.ui.table th.yellow:not(.marked),
1334
1731
  .ui.ui.table td.yellow:not(.marked) {
1335
1732
  background: #fff9d2;
1336
- color: #B58105;
1337
- }
1733
+ color: #b58105;
1734
+ }
1735
+ .ui.table > thead > tr[class*="yellow colored"] > th,
1736
+ .ui.table > tfoot > tr[class*="yellow colored"] > th,
1737
+ .ui.table > tfoot > tr[class*="yellow colored"] > td,
1738
+ .ui.table > thead > tr.yellow:not(.marked) > th,
1739
+ .ui.table > tfoot > tr.yellow:not(.marked) > th,
1740
+ .ui.table > tfoot > tr.yellow:not(.marked) > td {
1741
+ background: inherit;
1742
+ color: #b58105;
1743
+ }
1744
+ .ui.ui.ui.ui.inverted.table tr[class*="yellow colored"],
1745
+ .ui.ui.inverted.table th[class*="yellow colored"],
1746
+ .ui.ui.inverted.table td[class*="yellow colored"],
1747
+ .ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
1748
+ .ui.ui.inverted.table th.yellow:not(.marked),
1749
+ .ui.ui.inverted.table td.yellow:not(.marked) {
1750
+ background: #fbbd08;
1751
+ color: #fff;
1752
+ }
1753
+ .ui.inverted.table > thead > tr[class*="yellow colored"] > th,
1754
+ .ui.inverted.table > tfoot > tr[class*="yellow colored"] > th,
1755
+ .ui.inverted.table > tfoot > tr[class*="yellow colored"] > td,
1756
+ .ui.inverted.table > thead > tr.yellow:not(.marked) > th,
1757
+ .ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
1758
+ .ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
1759
+ background: inherit;
1760
+ color: #fff;
1761
+ }
1762
+ .ui.ui.selectable.table tr[class*="yellow colored"]:hover,
1763
+ .ui.table tr td.selectable[class*="yellow colored"]:hover,
1764
+ .ui.selectable.table tr:hover td[class*="yellow colored"],
1338
1765
  .ui.ui.selectable.table tr.yellow:not(.marked):hover,
1339
1766
  .ui.table tr td.selectable.yellow:not(.marked):hover,
1340
1767
  .ui.selectable.table tr:hover td.yellow:not(.marked) {
1341
1768
  background: #fbf5cc;
1342
- color: #B58105;
1769
+ color: #b58105;
1770
+ }
1771
+ .ui.ui.inverted.selectable.table tr[class*="yellow colored"]:hover,
1772
+ .ui.inverted.table tr td.selectable[class*="yellow colored"]:hover,
1773
+ .ui.inverted.selectable.table tr:hover td[class*="yellow colored"],
1774
+ .ui.ui.inverted.selectable.table tr.yellow:not(.marked):hover,
1775
+ .ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
1776
+ .ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
1777
+ background: #ebcd00;
1778
+ color: #fff;
1343
1779
  }
1344
- .ui.table td.marked.yellow.left,
1345
- .ui.table tr.marked.yellow.left {
1346
- -webkit-box-shadow: 0.2em 0 0 0 #FBBD08 inset;
1347
- box-shadow: 0.2em 0 0 0 #FBBD08 inset;
1780
+ .ui.table td[class*="yellow marked"].left,
1781
+ .ui.table tr[class*="yellow marked"].left {
1782
+ box-shadow: 0.2em 0 0 0 #fbbd08 inset;
1348
1783
  }
1349
- .ui.table td.marked.yellow.right,
1350
- .ui.table tr.marked.yellow.right {
1351
- -webkit-box-shadow: -0.2em 0 0 0 #FBBD08 inset;
1352
- box-shadow: -0.2em 0 0 0 #FBBD08 inset;
1784
+ .ui.table td[class*="yellow marked"].right,
1785
+ .ui.table tr[class*="yellow marked"].right {
1786
+ box-shadow: -0.2em 0 0 0 #fbbd08 inset;
1353
1787
  }
1354
- .ui.inverted.table td.marked.yellow.left,
1355
- .ui.inverted.table tr.marked.yellow.left {
1356
- -webkit-box-shadow: 0.2em 0 0 0 #FFE21F inset;
1357
- box-shadow: 0.2em 0 0 0 #FFE21F inset;
1788
+ .ui.inverted.table td[class*="yellow marked"].left,
1789
+ .ui.inverted.table tr[class*="yellow marked"].left {
1790
+ box-shadow: 0.2em 0 0 0 #ffe21f inset;
1358
1791
  }
1359
- .ui.inverted.table td.marked.yellow.right,
1360
- .ui.inverted.table tr.marked.yellow.right {
1361
- -webkit-box-shadow: -0.2em 0 0 0 #FFE21F inset;
1362
- box-shadow: -0.2em 0 0 0 #FFE21F inset;
1792
+ .ui.inverted.table td[class*="yellow marked"].right,
1793
+ .ui.inverted.table tr[class*="yellow marked"].right {
1794
+ box-shadow: -0.2em 0 0 0 #ffe21f inset;
1363
1795
  }
1364
1796
  .ui.olive.table {
1365
- border-top: 0.2em solid #B5CC18;
1797
+ border-top: 0.2em solid #b5cc18;
1366
1798
  }
1367
1799
  .ui.inverted.olive.table {
1368
- background-color: #B5CC18;
1369
- color: #FFFFFF;
1800
+ background: #b5cc18;
1801
+ color: #fff;
1370
1802
  }
1803
+
1804
+ /* Same color for background and color to camouflage the scrollbar */
1805
+ .ui.scrolling.table > thead.olive,
1806
+ .ui.scrolling.table > tfoot.olive {
1807
+ background: #f7fae4;
1808
+ color: #f7fae4;
1809
+ }
1810
+ .ui.scrolling.table > thead.olive > tr > th,
1811
+ .ui.scrolling.table > tfoot.olive > tr > th,
1812
+ .ui.scrolling.table > thead.olive > tr > td,
1813
+ .ui.scrolling.table > tfoot.olive > tr > td {
1814
+ background: inherit;
1815
+ color: #8abc1e;
1816
+ }
1817
+ .ui.inverted.scrolling.table > thead.olive,
1818
+ .ui.inverted.scrolling.table > tfoot.olive {
1819
+ background: #b5cc18;
1820
+ color: #b5cc18;
1821
+ }
1822
+ .ui.inverted.scrolling.table > thead.olive > tr > th,
1823
+ .ui.inverted.scrolling.table > tfoot.olive > tr > th,
1824
+ .ui.inverted.scrolling.table > thead.olive > tr > td,
1825
+ .ui.inverted.scrolling.table > tfoot.olive > tr > td {
1826
+ background: inherit;
1827
+ color: #fff;
1828
+ }
1829
+ .ui.ui.ui.ui.table tr[class*="olive colored"],
1830
+ .ui.ui.table th[class*="olive colored"],
1831
+ .ui.ui.table td[class*="olive colored"],
1371
1832
  .ui.ui.ui.ui.table tr.olive:not(.marked),
1833
+ .ui.ui.table th.olive:not(.marked),
1372
1834
  .ui.ui.table td.olive:not(.marked) {
1373
1835
  background: #f7fae4;
1374
- color: #8ABC1E;
1375
- }
1836
+ color: #8abc1e;
1837
+ }
1838
+ .ui.table > thead > tr[class*="olive colored"] > th,
1839
+ .ui.table > tfoot > tr[class*="olive colored"] > th,
1840
+ .ui.table > tfoot > tr[class*="olive colored"] > td,
1841
+ .ui.table > thead > tr.olive:not(.marked) > th,
1842
+ .ui.table > tfoot > tr.olive:not(.marked) > th,
1843
+ .ui.table > tfoot > tr.olive:not(.marked) > td {
1844
+ background: inherit;
1845
+ color: #8abc1e;
1846
+ }
1847
+ .ui.ui.ui.ui.inverted.table tr[class*="olive colored"],
1848
+ .ui.ui.inverted.table th[class*="olive colored"],
1849
+ .ui.ui.inverted.table td[class*="olive colored"],
1850
+ .ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
1851
+ .ui.ui.inverted.table th.olive:not(.marked),
1852
+ .ui.ui.inverted.table td.olive:not(.marked) {
1853
+ background: #b5cc18;
1854
+ color: #fff;
1855
+ }
1856
+ .ui.inverted.table > thead > tr[class*="olive colored"] > th,
1857
+ .ui.inverted.table > tfoot > tr[class*="olive colored"] > th,
1858
+ .ui.inverted.table > tfoot > tr[class*="olive colored"] > td,
1859
+ .ui.inverted.table > thead > tr.olive:not(.marked) > th,
1860
+ .ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
1861
+ .ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
1862
+ background: inherit;
1863
+ color: #fff;
1864
+ }
1865
+ .ui.ui.selectable.table tr[class*="olive colored"]:hover,
1866
+ .ui.table tr td.selectable[class*="olive colored"]:hover,
1867
+ .ui.selectable.table tr:hover td[class*="olive colored"],
1376
1868
  .ui.ui.selectable.table tr.olive:not(.marked):hover,
1377
1869
  .ui.table tr td.selectable.olive:not(.marked):hover,
1378
1870
  .ui.selectable.table tr:hover td.olive:not(.marked) {
1379
1871
  background: #f6fada;
1380
- color: #8ABC1E;
1872
+ color: #8abc1e;
1873
+ }
1874
+ .ui.ui.inverted.selectable.table tr[class*="olive colored"]:hover,
1875
+ .ui.inverted.table tr td.selectable[class*="olive colored"]:hover,
1876
+ .ui.inverted.selectable.table tr:hover td[class*="olive colored"],
1877
+ .ui.ui.inverted.selectable.table tr.olive:not(.marked):hover,
1878
+ .ui.inverted.table tr td.selectable.olive:not(.marked):hover,
1879
+ .ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
1880
+ background: #d2e745;
1881
+ color: #fff;
1381
1882
  }
1382
- .ui.table td.marked.olive.left,
1383
- .ui.table tr.marked.olive.left {
1384
- -webkit-box-shadow: 0.2em 0 0 0 #B5CC18 inset;
1385
- box-shadow: 0.2em 0 0 0 #B5CC18 inset;
1883
+ .ui.table td[class*="olive marked"].left,
1884
+ .ui.table tr[class*="olive marked"].left {
1885
+ box-shadow: 0.2em 0 0 0 #b5cc18 inset;
1386
1886
  }
1387
- .ui.table td.marked.olive.right,
1388
- .ui.table tr.marked.olive.right {
1389
- -webkit-box-shadow: -0.2em 0 0 0 #B5CC18 inset;
1390
- box-shadow: -0.2em 0 0 0 #B5CC18 inset;
1887
+ .ui.table td[class*="olive marked"].right,
1888
+ .ui.table tr[class*="olive marked"].right {
1889
+ box-shadow: -0.2em 0 0 0 #b5cc18 inset;
1391
1890
  }
1392
- .ui.inverted.table td.marked.olive.left,
1393
- .ui.inverted.table tr.marked.olive.left {
1394
- -webkit-box-shadow: 0.2em 0 0 0 #D9E778 inset;
1395
- box-shadow: 0.2em 0 0 0 #D9E778 inset;
1891
+ .ui.inverted.table td[class*="olive marked"].left,
1892
+ .ui.inverted.table tr[class*="olive marked"].left {
1893
+ box-shadow: 0.2em 0 0 0 #d9e778 inset;
1396
1894
  }
1397
- .ui.inverted.table td.marked.olive.right,
1398
- .ui.inverted.table tr.marked.olive.right {
1399
- -webkit-box-shadow: -0.2em 0 0 0 #D9E778 inset;
1400
- box-shadow: -0.2em 0 0 0 #D9E778 inset;
1895
+ .ui.inverted.table td[class*="olive marked"].right,
1896
+ .ui.inverted.table tr[class*="olive marked"].right {
1897
+ box-shadow: -0.2em 0 0 0 #d9e778 inset;
1401
1898
  }
1402
1899
  .ui.green.table {
1403
- border-top: 0.2em solid #21BA45;
1900
+ border-top: 0.2em solid #21ba45;
1404
1901
  }
1405
1902
  .ui.inverted.green.table {
1406
- background-color: #21BA45;
1407
- color: #FFFFFF;
1903
+ background: #21ba45;
1904
+ color: #fff;
1408
1905
  }
1906
+
1907
+ /* Same color for background and color to camouflage the scrollbar */
1908
+ .ui.scrolling.table > thead.green,
1909
+ .ui.scrolling.table > tfoot.green {
1910
+ background: #d5f5d9;
1911
+ color: #d5f5d9;
1912
+ }
1913
+ .ui.scrolling.table > thead.green > tr > th,
1914
+ .ui.scrolling.table > tfoot.green > tr > th,
1915
+ .ui.scrolling.table > thead.green > tr > td,
1916
+ .ui.scrolling.table > tfoot.green > tr > td {
1917
+ background: inherit;
1918
+ color: #1ebc30;
1919
+ }
1920
+ .ui.inverted.scrolling.table > thead.green,
1921
+ .ui.inverted.scrolling.table > tfoot.green {
1922
+ background: #21ba45;
1923
+ color: #21ba45;
1924
+ }
1925
+ .ui.inverted.scrolling.table > thead.green > tr > th,
1926
+ .ui.inverted.scrolling.table > tfoot.green > tr > th,
1927
+ .ui.inverted.scrolling.table > thead.green > tr > td,
1928
+ .ui.inverted.scrolling.table > tfoot.green > tr > td {
1929
+ background: inherit;
1930
+ color: #fff;
1931
+ }
1932
+ .ui.ui.ui.ui.table tr[class*="green colored"],
1933
+ .ui.ui.table th[class*="green colored"],
1934
+ .ui.ui.table td[class*="green colored"],
1409
1935
  .ui.ui.ui.ui.table tr.green:not(.marked),
1936
+ .ui.ui.table th.green:not(.marked),
1410
1937
  .ui.ui.table td.green:not(.marked) {
1411
1938
  background: #d5f5d9;
1412
- color: #1EBC30;
1413
- }
1939
+ color: #1ebc30;
1940
+ }
1941
+ .ui.table > thead > tr[class*="green colored"] > th,
1942
+ .ui.table > tfoot > tr[class*="green colored"] > th,
1943
+ .ui.table > tfoot > tr[class*="green colored"] > td,
1944
+ .ui.table > thead > tr.green:not(.marked) > th,
1945
+ .ui.table > tfoot > tr.green:not(.marked) > th,
1946
+ .ui.table > tfoot > tr.green:not(.marked) > td {
1947
+ background: inherit;
1948
+ color: #1ebc30;
1949
+ }
1950
+ .ui.ui.ui.ui.inverted.table tr[class*="green colored"],
1951
+ .ui.ui.inverted.table th[class*="green colored"],
1952
+ .ui.ui.inverted.table td[class*="green colored"],
1953
+ .ui.ui.ui.ui.inverted.table tr.green:not(.marked),
1954
+ .ui.ui.inverted.table th.green:not(.marked),
1955
+ .ui.ui.inverted.table td.green:not(.marked) {
1956
+ background: #21ba45;
1957
+ color: #fff;
1958
+ }
1959
+ .ui.inverted.table > thead > tr[class*="green colored"] > th,
1960
+ .ui.inverted.table > tfoot > tr[class*="green colored"] > th,
1961
+ .ui.inverted.table > tfoot > tr[class*="green colored"] > td,
1962
+ .ui.inverted.table > thead > tr.green:not(.marked) > th,
1963
+ .ui.inverted.table > tfoot > tr.green:not(.marked) > th,
1964
+ .ui.inverted.table > tfoot > tr.green:not(.marked) > td {
1965
+ background: inherit;
1966
+ color: #fff;
1967
+ }
1968
+ .ui.ui.selectable.table tr[class*="green colored"]:hover,
1969
+ .ui.table tr td.selectable[class*="green colored"]:hover,
1970
+ .ui.selectable.table tr:hover td[class*="green colored"],
1414
1971
  .ui.ui.selectable.table tr.green:not(.marked):hover,
1415
1972
  .ui.table tr td.selectable.green:not(.marked):hover,
1416
1973
  .ui.selectable.table tr:hover td.green:not(.marked) {
1417
1974
  background: #d2eed5;
1418
- color: #1EBC30;
1975
+ color: #1ebc30;
1976
+ }
1977
+ .ui.ui.inverted.selectable.table tr[class*="green colored"]:hover,
1978
+ .ui.inverted.table tr td.selectable[class*="green colored"]:hover,
1979
+ .ui.inverted.selectable.table tr:hover td[class*="green colored"],
1980
+ .ui.ui.inverted.selectable.table tr.green:not(.marked):hover,
1981
+ .ui.inverted.table tr td.selectable.green:not(.marked):hover,
1982
+ .ui.inverted.selectable.table tr:hover td.green:not(.marked) {
1983
+ background: #1ea92e;
1984
+ color: #fff;
1419
1985
  }
1420
- .ui.table td.marked.green.left,
1421
- .ui.table tr.marked.green.left {
1422
- -webkit-box-shadow: 0.2em 0 0 0 #21BA45 inset;
1423
- box-shadow: 0.2em 0 0 0 #21BA45 inset;
1986
+ .ui.table td[class*="green marked"].left,
1987
+ .ui.table tr[class*="green marked"].left {
1988
+ box-shadow: 0.2em 0 0 0 #21ba45 inset;
1424
1989
  }
1425
- .ui.table td.marked.green.right,
1426
- .ui.table tr.marked.green.right {
1427
- -webkit-box-shadow: -0.2em 0 0 0 #21BA45 inset;
1428
- box-shadow: -0.2em 0 0 0 #21BA45 inset;
1990
+ .ui.table td[class*="green marked"].right,
1991
+ .ui.table tr[class*="green marked"].right {
1992
+ box-shadow: -0.2em 0 0 0 #21ba45 inset;
1429
1993
  }
1430
- .ui.inverted.table td.marked.green.left,
1431
- .ui.inverted.table tr.marked.green.left {
1432
- -webkit-box-shadow: 0.2em 0 0 0 #2ECC40 inset;
1433
- box-shadow: 0.2em 0 0 0 #2ECC40 inset;
1994
+ .ui.inverted.table td[class*="green marked"].left,
1995
+ .ui.inverted.table tr[class*="green marked"].left {
1996
+ box-shadow: 0.2em 0 0 0 #2ecc40 inset;
1434
1997
  }
1435
- .ui.inverted.table td.marked.green.right,
1436
- .ui.inverted.table tr.marked.green.right {
1437
- -webkit-box-shadow: -0.2em 0 0 0 #2ECC40 inset;
1438
- box-shadow: -0.2em 0 0 0 #2ECC40 inset;
1998
+ .ui.inverted.table td[class*="green marked"].right,
1999
+ .ui.inverted.table tr[class*="green marked"].right {
2000
+ box-shadow: -0.2em 0 0 0 #2ecc40 inset;
1439
2001
  }
1440
2002
  .ui.teal.table {
1441
- border-top: 0.2em solid #00B5AD;
2003
+ border-top: 0.2em solid #00b5ad;
1442
2004
  }
1443
2005
  .ui.inverted.teal.table {
1444
- background-color: #00B5AD;
1445
- color: #FFFFFF;
2006
+ background: #00b5ad;
2007
+ color: #fff;
1446
2008
  }
2009
+
2010
+ /* Same color for background and color to camouflage the scrollbar */
2011
+ .ui.scrolling.table > thead.teal,
2012
+ .ui.scrolling.table > tfoot.teal {
2013
+ background: #e2ffff;
2014
+ color: #e2ffff;
2015
+ }
2016
+ .ui.scrolling.table > thead.teal > tr > th,
2017
+ .ui.scrolling.table > tfoot.teal > tr > th,
2018
+ .ui.scrolling.table > thead.teal > tr > td,
2019
+ .ui.scrolling.table > tfoot.teal > tr > td {
2020
+ background: inherit;
2021
+ color: #10a3a3;
2022
+ }
2023
+ .ui.inverted.scrolling.table > thead.teal,
2024
+ .ui.inverted.scrolling.table > tfoot.teal {
2025
+ background: #00b5ad;
2026
+ color: #00b5ad;
2027
+ }
2028
+ .ui.inverted.scrolling.table > thead.teal > tr > th,
2029
+ .ui.inverted.scrolling.table > tfoot.teal > tr > th,
2030
+ .ui.inverted.scrolling.table > thead.teal > tr > td,
2031
+ .ui.inverted.scrolling.table > tfoot.teal > tr > td {
2032
+ background: inherit;
2033
+ color: #fff;
2034
+ }
2035
+ .ui.ui.ui.ui.table tr[class*="teal colored"],
2036
+ .ui.ui.table th[class*="teal colored"],
2037
+ .ui.ui.table td[class*="teal colored"],
1447
2038
  .ui.ui.ui.ui.table tr.teal:not(.marked),
2039
+ .ui.ui.table th.teal:not(.marked),
1448
2040
  .ui.ui.table td.teal:not(.marked) {
1449
2041
  background: #e2ffff;
1450
- color: #10A3A3;
1451
- }
2042
+ color: #10a3a3;
2043
+ }
2044
+ .ui.table > thead > tr[class*="teal colored"] > th,
2045
+ .ui.table > tfoot > tr[class*="teal colored"] > th,
2046
+ .ui.table > tfoot > tr[class*="teal colored"] > td,
2047
+ .ui.table > thead > tr.teal:not(.marked) > th,
2048
+ .ui.table > tfoot > tr.teal:not(.marked) > th,
2049
+ .ui.table > tfoot > tr.teal:not(.marked) > td {
2050
+ background: inherit;
2051
+ color: #10a3a3;
2052
+ }
2053
+ .ui.ui.ui.ui.inverted.table tr[class*="teal colored"],
2054
+ .ui.ui.inverted.table th[class*="teal colored"],
2055
+ .ui.ui.inverted.table td[class*="teal colored"],
2056
+ .ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
2057
+ .ui.ui.inverted.table th.teal:not(.marked),
2058
+ .ui.ui.inverted.table td.teal:not(.marked) {
2059
+ background: #00b5ad;
2060
+ color: #fff;
2061
+ }
2062
+ .ui.inverted.table > thead > tr[class*="teal colored"] > th,
2063
+ .ui.inverted.table > tfoot > tr[class*="teal colored"] > th,
2064
+ .ui.inverted.table > tfoot > tr[class*="teal colored"] > td,
2065
+ .ui.inverted.table > thead > tr.teal:not(.marked) > th,
2066
+ .ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
2067
+ .ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
2068
+ background: inherit;
2069
+ color: #fff;
2070
+ }
2071
+ .ui.ui.selectable.table tr[class*="teal colored"]:hover,
2072
+ .ui.table tr td.selectable[class*="teal colored"]:hover,
2073
+ .ui.selectable.table tr:hover td[class*="teal colored"],
1452
2074
  .ui.ui.selectable.table tr.teal:not(.marked):hover,
1453
2075
  .ui.table tr td.selectable.teal:not(.marked):hover,
1454
2076
  .ui.selectable.table tr:hover td.teal:not(.marked) {
1455
2077
  background: #d8ffff;
1456
- color: #10A3A3;
2078
+ color: #10a3a3;
2079
+ }
2080
+ .ui.ui.inverted.selectable.table tr[class*="teal colored"]:hover,
2081
+ .ui.inverted.table tr td.selectable[class*="teal colored"]:hover,
2082
+ .ui.inverted.selectable.table tr:hover td[class*="teal colored"],
2083
+ .ui.ui.inverted.selectable.table tr.teal:not(.marked):hover,
2084
+ .ui.inverted.table tr td.selectable.teal:not(.marked):hover,
2085
+ .ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
2086
+ background: #3affff;
2087
+ color: #fff;
1457
2088
  }
1458
- .ui.table td.marked.teal.left,
1459
- .ui.table tr.marked.teal.left {
1460
- -webkit-box-shadow: 0.2em 0 0 0 #00B5AD inset;
1461
- box-shadow: 0.2em 0 0 0 #00B5AD inset;
2089
+ .ui.table td[class*="teal marked"].left,
2090
+ .ui.table tr[class*="teal marked"].left {
2091
+ box-shadow: 0.2em 0 0 0 #00b5ad inset;
1462
2092
  }
1463
- .ui.table td.marked.teal.right,
1464
- .ui.table tr.marked.teal.right {
1465
- -webkit-box-shadow: -0.2em 0 0 0 #00B5AD inset;
1466
- box-shadow: -0.2em 0 0 0 #00B5AD inset;
2093
+ .ui.table td[class*="teal marked"].right,
2094
+ .ui.table tr[class*="teal marked"].right {
2095
+ box-shadow: -0.2em 0 0 0 #00b5ad inset;
1467
2096
  }
1468
- .ui.inverted.table td.marked.teal.left,
1469
- .ui.inverted.table tr.marked.teal.left {
1470
- -webkit-box-shadow: 0.2em 0 0 0 #6DFFFF inset;
1471
- box-shadow: 0.2em 0 0 0 #6DFFFF inset;
2097
+ .ui.inverted.table td[class*="teal marked"].left,
2098
+ .ui.inverted.table tr[class*="teal marked"].left {
2099
+ box-shadow: 0.2em 0 0 0 #6dffff inset;
1472
2100
  }
1473
- .ui.inverted.table td.marked.teal.right,
1474
- .ui.inverted.table tr.marked.teal.right {
1475
- -webkit-box-shadow: -0.2em 0 0 0 #6DFFFF inset;
1476
- box-shadow: -0.2em 0 0 0 #6DFFFF inset;
2101
+ .ui.inverted.table td[class*="teal marked"].right,
2102
+ .ui.inverted.table tr[class*="teal marked"].right {
2103
+ box-shadow: -0.2em 0 0 0 #6dffff inset;
1477
2104
  }
1478
2105
  .ui.blue.table {
1479
- border-top: 0.2em solid #2185D0;
2106
+ border-top: 0.2em solid #2185d0;
1480
2107
  }
1481
2108
  .ui.inverted.blue.table {
1482
- background-color: #2185D0;
1483
- color: #FFFFFF;
2109
+ background: #2185d0;
2110
+ color: #fff;
1484
2111
  }
2112
+
2113
+ /* Same color for background and color to camouflage the scrollbar */
2114
+ .ui.scrolling.table > thead.blue,
2115
+ .ui.scrolling.table > tfoot.blue {
2116
+ background: #ddf4ff;
2117
+ color: #ddf4ff;
2118
+ }
2119
+ .ui.scrolling.table > thead.blue > tr > th,
2120
+ .ui.scrolling.table > tfoot.blue > tr > th,
2121
+ .ui.scrolling.table > thead.blue > tr > td,
2122
+ .ui.scrolling.table > tfoot.blue > tr > td {
2123
+ background: inherit;
2124
+ color: #2185d0;
2125
+ }
2126
+ .ui.inverted.scrolling.table > thead.blue,
2127
+ .ui.inverted.scrolling.table > tfoot.blue {
2128
+ background: #2185d0;
2129
+ color: #2185d0;
2130
+ }
2131
+ .ui.inverted.scrolling.table > thead.blue > tr > th,
2132
+ .ui.inverted.scrolling.table > tfoot.blue > tr > th,
2133
+ .ui.inverted.scrolling.table > thead.blue > tr > td,
2134
+ .ui.inverted.scrolling.table > tfoot.blue > tr > td {
2135
+ background: inherit;
2136
+ color: #fff;
2137
+ }
2138
+ .ui.ui.ui.ui.table tr[class*="blue colored"],
2139
+ .ui.ui.table th[class*="blue colored"],
2140
+ .ui.ui.table td[class*="blue colored"],
1485
2141
  .ui.ui.ui.ui.table tr.blue:not(.marked),
2142
+ .ui.ui.table th.blue:not(.marked),
1486
2143
  .ui.ui.table td.blue:not(.marked) {
1487
2144
  background: #ddf4ff;
1488
- color: #2185D0;
1489
- }
2145
+ color: #2185d0;
2146
+ }
2147
+ .ui.table > thead > tr[class*="blue colored"] > th,
2148
+ .ui.table > tfoot > tr[class*="blue colored"] > th,
2149
+ .ui.table > tfoot > tr[class*="blue colored"] > td,
2150
+ .ui.table > thead > tr.blue:not(.marked) > th,
2151
+ .ui.table > tfoot > tr.blue:not(.marked) > th,
2152
+ .ui.table > tfoot > tr.blue:not(.marked) > td {
2153
+ background: inherit;
2154
+ color: #2185d0;
2155
+ }
2156
+ .ui.ui.ui.ui.inverted.table tr[class*="blue colored"],
2157
+ .ui.ui.inverted.table th[class*="blue colored"],
2158
+ .ui.ui.inverted.table td[class*="blue colored"],
2159
+ .ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
2160
+ .ui.ui.inverted.table th.blue:not(.marked),
2161
+ .ui.ui.inverted.table td.blue:not(.marked) {
2162
+ background: #2185d0;
2163
+ color: #fff;
2164
+ }
2165
+ .ui.inverted.table > thead > tr[class*="blue colored"] > th,
2166
+ .ui.inverted.table > tfoot > tr[class*="blue colored"] > th,
2167
+ .ui.inverted.table > tfoot > tr[class*="blue colored"] > td,
2168
+ .ui.inverted.table > thead > tr.blue:not(.marked) > th,
2169
+ .ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
2170
+ .ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
2171
+ background: inherit;
2172
+ color: #fff;
2173
+ }
2174
+ .ui.ui.selectable.table tr[class*="blue colored"]:hover,
2175
+ .ui.table tr td.selectable[class*="blue colored"]:hover,
2176
+ .ui.selectable.table tr:hover td[class*="blue colored"],
1490
2177
  .ui.ui.selectable.table tr.blue:not(.marked):hover,
1491
2178
  .ui.table tr td.selectable.blue:not(.marked):hover,
1492
2179
  .ui.selectable.table tr:hover td.blue:not(.marked) {
1493
2180
  background: #d3f1ff;
1494
- color: #2185D0;
2181
+ color: #2185d0;
2182
+ }
2183
+ .ui.ui.inverted.selectable.table tr[class*="blue colored"]:hover,
2184
+ .ui.inverted.table tr td.selectable[class*="blue colored"]:hover,
2185
+ .ui.inverted.selectable.table tr:hover td[class*="blue colored"],
2186
+ .ui.ui.inverted.selectable.table tr.blue:not(.marked):hover,
2187
+ .ui.inverted.table tr td.selectable.blue:not(.marked):hover,
2188
+ .ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
2189
+ background: #21b8ff;
2190
+ color: #fff;
1495
2191
  }
1496
- .ui.table td.marked.blue.left,
1497
- .ui.table tr.marked.blue.left {
1498
- -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
1499
- box-shadow: 0.2em 0 0 0 #2185D0 inset;
2192
+ .ui.table td[class*="blue marked"].left,
2193
+ .ui.table tr[class*="blue marked"].left {
2194
+ box-shadow: 0.2em 0 0 0 #2185d0 inset;
1500
2195
  }
1501
- .ui.table td.marked.blue.right,
1502
- .ui.table tr.marked.blue.right {
1503
- -webkit-box-shadow: -0.2em 0 0 0 #2185D0 inset;
1504
- box-shadow: -0.2em 0 0 0 #2185D0 inset;
2196
+ .ui.table td[class*="blue marked"].right,
2197
+ .ui.table tr[class*="blue marked"].right {
2198
+ box-shadow: -0.2em 0 0 0 #2185d0 inset;
1505
2199
  }
1506
- .ui.inverted.table td.marked.blue.left,
1507
- .ui.inverted.table tr.marked.blue.left {
1508
- -webkit-box-shadow: 0.2em 0 0 0 #54C8FF inset;
1509
- box-shadow: 0.2em 0 0 0 #54C8FF inset;
2200
+ .ui.inverted.table td[class*="blue marked"].left,
2201
+ .ui.inverted.table tr[class*="blue marked"].left {
2202
+ box-shadow: 0.2em 0 0 0 #54c8ff inset;
1510
2203
  }
1511
- .ui.inverted.table td.marked.blue.right,
1512
- .ui.inverted.table tr.marked.blue.right {
1513
- -webkit-box-shadow: -0.2em 0 0 0 #54C8FF inset;
1514
- box-shadow: -0.2em 0 0 0 #54C8FF inset;
2204
+ .ui.inverted.table td[class*="blue marked"].right,
2205
+ .ui.inverted.table tr[class*="blue marked"].right {
2206
+ box-shadow: -0.2em 0 0 0 #54c8ff inset;
1515
2207
  }
1516
2208
  .ui.violet.table {
1517
- border-top: 0.2em solid #6435C9;
2209
+ border-top: 0.2em solid #6435c9;
1518
2210
  }
1519
2211
  .ui.inverted.violet.table {
1520
- background-color: #6435C9;
1521
- color: #FFFFFF;
2212
+ background: #6435c9;
2213
+ color: #fff;
1522
2214
  }
2215
+
2216
+ /* Same color for background and color to camouflage the scrollbar */
2217
+ .ui.scrolling.table > thead.violet,
2218
+ .ui.scrolling.table > tfoot.violet {
2219
+ background: #ece9fe;
2220
+ color: #ece9fe;
2221
+ }
2222
+ .ui.scrolling.table > thead.violet > tr > th,
2223
+ .ui.scrolling.table > tfoot.violet > tr > th,
2224
+ .ui.scrolling.table > thead.violet > tr > td,
2225
+ .ui.scrolling.table > tfoot.violet > tr > td {
2226
+ background: inherit;
2227
+ color: #6435c9;
2228
+ }
2229
+ .ui.inverted.scrolling.table > thead.violet,
2230
+ .ui.inverted.scrolling.table > tfoot.violet {
2231
+ background: #6435c9;
2232
+ color: #6435c9;
2233
+ }
2234
+ .ui.inverted.scrolling.table > thead.violet > tr > th,
2235
+ .ui.inverted.scrolling.table > tfoot.violet > tr > th,
2236
+ .ui.inverted.scrolling.table > thead.violet > tr > td,
2237
+ .ui.inverted.scrolling.table > tfoot.violet > tr > td {
2238
+ background: inherit;
2239
+ color: #fff;
2240
+ }
2241
+ .ui.ui.ui.ui.table tr[class*="violet colored"],
2242
+ .ui.ui.table th[class*="violet colored"],
2243
+ .ui.ui.table td[class*="violet colored"],
1523
2244
  .ui.ui.ui.ui.table tr.violet:not(.marked),
2245
+ .ui.ui.table th.violet:not(.marked),
1524
2246
  .ui.ui.table td.violet:not(.marked) {
1525
2247
  background: #ece9fe;
1526
- color: #6435C9;
1527
- }
2248
+ color: #6435c9;
2249
+ }
2250
+ .ui.table > thead > tr[class*="violet colored"] > th,
2251
+ .ui.table > tfoot > tr[class*="violet colored"] > th,
2252
+ .ui.table > tfoot > tr[class*="violet colored"] > td,
2253
+ .ui.table > thead > tr.violet:not(.marked) > th,
2254
+ .ui.table > tfoot > tr.violet:not(.marked) > th,
2255
+ .ui.table > tfoot > tr.violet:not(.marked) > td {
2256
+ background: inherit;
2257
+ color: #6435c9;
2258
+ }
2259
+ .ui.ui.ui.ui.inverted.table tr[class*="violet colored"],
2260
+ .ui.ui.inverted.table th[class*="violet colored"],
2261
+ .ui.ui.inverted.table td[class*="violet colored"],
2262
+ .ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
2263
+ .ui.ui.inverted.table th.violet:not(.marked),
2264
+ .ui.ui.inverted.table td.violet:not(.marked) {
2265
+ background: #6435c9;
2266
+ color: #fff;
2267
+ }
2268
+ .ui.inverted.table > thead > tr[class*="violet colored"] > th,
2269
+ .ui.inverted.table > tfoot > tr[class*="violet colored"] > th,
2270
+ .ui.inverted.table > tfoot > tr[class*="violet colored"] > td,
2271
+ .ui.inverted.table > thead > tr.violet:not(.marked) > th,
2272
+ .ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
2273
+ .ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
2274
+ background: inherit;
2275
+ color: #fff;
2276
+ }
2277
+ .ui.ui.selectable.table tr[class*="violet colored"]:hover,
2278
+ .ui.table tr td.selectable[class*="violet colored"]:hover,
2279
+ .ui.selectable.table tr:hover td[class*="violet colored"],
1528
2280
  .ui.ui.selectable.table tr.violet:not(.marked):hover,
1529
2281
  .ui.table tr td.selectable.violet:not(.marked):hover,
1530
2282
  .ui.selectable.table tr:hover td.violet:not(.marked) {
1531
2283
  background: #e3deff;
1532
- color: #6435C9;
2284
+ color: #6435c9;
1533
2285
  }
1534
- .ui.table td.marked.violet.left,
1535
- .ui.table tr.marked.violet.left {
1536
- -webkit-box-shadow: 0.2em 0 0 0 #6435C9 inset;
1537
- box-shadow: 0.2em 0 0 0 #6435C9 inset;
2286
+ .ui.ui.inverted.selectable.table tr[class*="violet colored"]:hover,
2287
+ .ui.inverted.table tr td.selectable[class*="violet colored"]:hover,
2288
+ .ui.inverted.selectable.table tr:hover td[class*="violet colored"],
2289
+ .ui.ui.inverted.selectable.table tr.violet:not(.marked):hover,
2290
+ .ui.inverted.table tr td.selectable.violet:not(.marked):hover,
2291
+ .ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
2292
+ background: #745aff;
2293
+ color: #fff;
1538
2294
  }
1539
- .ui.table td.marked.violet.right,
1540
- .ui.table tr.marked.violet.right {
1541
- -webkit-box-shadow: -0.2em 0 0 0 #6435C9 inset;
1542
- box-shadow: -0.2em 0 0 0 #6435C9 inset;
2295
+ .ui.table td[class*="violet marked"].left,
2296
+ .ui.table tr[class*="violet marked"].left {
2297
+ box-shadow: 0.2em 0 0 0 #6435c9 inset;
1543
2298
  }
1544
- .ui.inverted.table td.marked.violet.left,
1545
- .ui.inverted.table tr.marked.violet.left {
1546
- -webkit-box-shadow: 0.2em 0 0 0 #A291FB inset;
1547
- box-shadow: 0.2em 0 0 0 #A291FB inset;
2299
+ .ui.table td[class*="violet marked"].right,
2300
+ .ui.table tr[class*="violet marked"].right {
2301
+ box-shadow: -0.2em 0 0 0 #6435c9 inset;
1548
2302
  }
1549
- .ui.inverted.table td.marked.violet.right,
1550
- .ui.inverted.table tr.marked.violet.right {
1551
- -webkit-box-shadow: -0.2em 0 0 0 #A291FB inset;
1552
- box-shadow: -0.2em 0 0 0 #A291FB inset;
2303
+ .ui.inverted.table td[class*="violet marked"].left,
2304
+ .ui.inverted.table tr[class*="violet marked"].left {
2305
+ box-shadow: 0.2em 0 0 0 #a291fb inset;
2306
+ }
2307
+ .ui.inverted.table td[class*="violet marked"].right,
2308
+ .ui.inverted.table tr[class*="violet marked"].right {
2309
+ box-shadow: -0.2em 0 0 0 #a291fb inset;
1553
2310
  }
1554
2311
  .ui.purple.table {
1555
- border-top: 0.2em solid #A333C8;
2312
+ border-top: 0.2em solid #a333c8;
1556
2313
  }
1557
2314
  .ui.inverted.purple.table {
1558
- background-color: #A333C8;
1559
- color: #FFFFFF;
2315
+ background: #a333c8;
2316
+ color: #fff;
1560
2317
  }
2318
+
2319
+ /* Same color for background and color to camouflage the scrollbar */
2320
+ .ui.scrolling.table > thead.purple,
2321
+ .ui.scrolling.table > tfoot.purple {
2322
+ background: #f8e3ff;
2323
+ color: #f8e3ff;
2324
+ }
2325
+ .ui.scrolling.table > thead.purple > tr > th,
2326
+ .ui.scrolling.table > tfoot.purple > tr > th,
2327
+ .ui.scrolling.table > thead.purple > tr > td,
2328
+ .ui.scrolling.table > tfoot.purple > tr > td {
2329
+ background: inherit;
2330
+ color: #a333c8;
2331
+ }
2332
+ .ui.inverted.scrolling.table > thead.purple,
2333
+ .ui.inverted.scrolling.table > tfoot.purple {
2334
+ background: #a333c8;
2335
+ color: #a333c8;
2336
+ }
2337
+ .ui.inverted.scrolling.table > thead.purple > tr > th,
2338
+ .ui.inverted.scrolling.table > tfoot.purple > tr > th,
2339
+ .ui.inverted.scrolling.table > thead.purple > tr > td,
2340
+ .ui.inverted.scrolling.table > tfoot.purple > tr > td {
2341
+ background: inherit;
2342
+ color: #fff;
2343
+ }
2344
+ .ui.ui.ui.ui.table tr[class*="purple colored"],
2345
+ .ui.ui.table th[class*="purple colored"],
2346
+ .ui.ui.table td[class*="purple colored"],
1561
2347
  .ui.ui.ui.ui.table tr.purple:not(.marked),
2348
+ .ui.ui.table th.purple:not(.marked),
1562
2349
  .ui.ui.table td.purple:not(.marked) {
1563
2350
  background: #f8e3ff;
1564
- color: #A333C8;
1565
- }
2351
+ color: #a333c8;
2352
+ }
2353
+ .ui.table > thead > tr[class*="purple colored"] > th,
2354
+ .ui.table > tfoot > tr[class*="purple colored"] > th,
2355
+ .ui.table > tfoot > tr[class*="purple colored"] > td,
2356
+ .ui.table > thead > tr.purple:not(.marked) > th,
2357
+ .ui.table > tfoot > tr.purple:not(.marked) > th,
2358
+ .ui.table > tfoot > tr.purple:not(.marked) > td {
2359
+ background: inherit;
2360
+ color: #a333c8;
2361
+ }
2362
+ .ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
2363
+ .ui.ui.inverted.table th[class*="purple colored"],
2364
+ .ui.ui.inverted.table td[class*="purple colored"],
2365
+ .ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
2366
+ .ui.ui.inverted.table th.purple:not(.marked),
2367
+ .ui.ui.inverted.table td.purple:not(.marked) {
2368
+ background: #a333c8;
2369
+ color: #fff;
2370
+ }
2371
+ .ui.inverted.table > thead > tr[class*="purple colored"] > th,
2372
+ .ui.inverted.table > tfoot > tr[class*="purple colored"] > th,
2373
+ .ui.inverted.table > tfoot > tr[class*="purple colored"] > td,
2374
+ .ui.inverted.table > thead > tr.purple:not(.marked) > th,
2375
+ .ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
2376
+ .ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
2377
+ background: inherit;
2378
+ color: #fff;
2379
+ }
2380
+ .ui.ui.selectable.table tr[class*="purple colored"]:hover,
2381
+ .ui.table tr td.selectable[class*="purple colored"]:hover,
2382
+ .ui.selectable.table tr:hover td[class*="purple colored"],
1566
2383
  .ui.ui.selectable.table tr.purple:not(.marked):hover,
1567
2384
  .ui.table tr td.selectable.purple:not(.marked):hover,
1568
2385
  .ui.selectable.table tr:hover td.purple:not(.marked) {
1569
2386
  background: #f5d9ff;
1570
- color: #A333C8;
2387
+ color: #a333c8;
1571
2388
  }
1572
- .ui.table td.marked.purple.left,
1573
- .ui.table tr.marked.purple.left {
1574
- -webkit-box-shadow: 0.2em 0 0 0 #A333C8 inset;
1575
- box-shadow: 0.2em 0 0 0 #A333C8 inset;
2389
+ .ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
2390
+ .ui.inverted.table tr td.selectable[class*="purple colored"]:hover,
2391
+ .ui.inverted.selectable.table tr:hover td[class*="purple colored"],
2392
+ .ui.ui.inverted.selectable.table tr.purple:not(.marked):hover,
2393
+ .ui.inverted.table tr td.selectable.purple:not(.marked):hover,
2394
+ .ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
2395
+ background: #cf40ff;
2396
+ color: #fff;
1576
2397
  }
1577
- .ui.table td.marked.purple.right,
1578
- .ui.table tr.marked.purple.right {
1579
- -webkit-box-shadow: -0.2em 0 0 0 #A333C8 inset;
1580
- box-shadow: -0.2em 0 0 0 #A333C8 inset;
2398
+ .ui.table td[class*="purple marked"].left,
2399
+ .ui.table tr[class*="purple marked"].left {
2400
+ box-shadow: 0.2em 0 0 0 #a333c8 inset;
1581
2401
  }
1582
- .ui.inverted.table td.marked.purple.left,
1583
- .ui.inverted.table tr.marked.purple.left {
1584
- -webkit-box-shadow: 0.2em 0 0 0 #DC73FF inset;
1585
- box-shadow: 0.2em 0 0 0 #DC73FF inset;
2402
+ .ui.table td[class*="purple marked"].right,
2403
+ .ui.table tr[class*="purple marked"].right {
2404
+ box-shadow: -0.2em 0 0 0 #a333c8 inset;
1586
2405
  }
1587
- .ui.inverted.table td.marked.purple.right,
1588
- .ui.inverted.table tr.marked.purple.right {
1589
- -webkit-box-shadow: -0.2em 0 0 0 #DC73FF inset;
1590
- box-shadow: -0.2em 0 0 0 #DC73FF inset;
2406
+ .ui.inverted.table td[class*="purple marked"].left,
2407
+ .ui.inverted.table tr[class*="purple marked"].left {
2408
+ box-shadow: 0.2em 0 0 0 #dc73ff inset;
2409
+ }
2410
+ .ui.inverted.table td[class*="purple marked"].right,
2411
+ .ui.inverted.table tr[class*="purple marked"].right {
2412
+ box-shadow: -0.2em 0 0 0 #dc73ff inset;
1591
2413
  }
1592
2414
  .ui.pink.table {
1593
- border-top: 0.2em solid #E03997;
2415
+ border-top: 0.2em solid #e03997;
1594
2416
  }
1595
2417
  .ui.inverted.pink.table {
1596
- background-color: #E03997;
1597
- color: #FFFFFF;
2418
+ background: #e03997;
2419
+ color: #fff;
1598
2420
  }
2421
+
2422
+ /* Same color for background and color to camouflage the scrollbar */
2423
+ .ui.scrolling.table > thead.pink,
2424
+ .ui.scrolling.table > tfoot.pink {
2425
+ background: #ffe8f9;
2426
+ color: #ffe8f9;
2427
+ }
2428
+ .ui.scrolling.table > thead.pink > tr > th,
2429
+ .ui.scrolling.table > tfoot.pink > tr > th,
2430
+ .ui.scrolling.table > thead.pink > tr > td,
2431
+ .ui.scrolling.table > tfoot.pink > tr > td {
2432
+ background: inherit;
2433
+ color: #e03997;
2434
+ }
2435
+ .ui.inverted.scrolling.table > thead.pink,
2436
+ .ui.inverted.scrolling.table > tfoot.pink {
2437
+ background: #e03997;
2438
+ color: #e03997;
2439
+ }
2440
+ .ui.inverted.scrolling.table > thead.pink > tr > th,
2441
+ .ui.inverted.scrolling.table > tfoot.pink > tr > th,
2442
+ .ui.inverted.scrolling.table > thead.pink > tr > td,
2443
+ .ui.inverted.scrolling.table > tfoot.pink > tr > td {
2444
+ background: inherit;
2445
+ color: #fff;
2446
+ }
2447
+ .ui.ui.ui.ui.table tr[class*="pink colored"],
2448
+ .ui.ui.table th[class*="pink colored"],
2449
+ .ui.ui.table td[class*="pink colored"],
1599
2450
  .ui.ui.ui.ui.table tr.pink:not(.marked),
2451
+ .ui.ui.table th.pink:not(.marked),
1600
2452
  .ui.ui.table td.pink:not(.marked) {
1601
2453
  background: #ffe8f9;
1602
- color: #E03997;
1603
- }
2454
+ color: #e03997;
2455
+ }
2456
+ .ui.table > thead > tr[class*="pink colored"] > th,
2457
+ .ui.table > tfoot > tr[class*="pink colored"] > th,
2458
+ .ui.table > tfoot > tr[class*="pink colored"] > td,
2459
+ .ui.table > thead > tr.pink:not(.marked) > th,
2460
+ .ui.table > tfoot > tr.pink:not(.marked) > th,
2461
+ .ui.table > tfoot > tr.pink:not(.marked) > td {
2462
+ background: inherit;
2463
+ color: #e03997;
2464
+ }
2465
+ .ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
2466
+ .ui.ui.inverted.table th[class*="pink colored"],
2467
+ .ui.ui.inverted.table td[class*="pink colored"],
2468
+ .ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
2469
+ .ui.ui.inverted.table th.pink:not(.marked),
2470
+ .ui.ui.inverted.table td.pink:not(.marked) {
2471
+ background: #e03997;
2472
+ color: #fff;
2473
+ }
2474
+ .ui.inverted.table > thead > tr[class*="pink colored"] > th,
2475
+ .ui.inverted.table > tfoot > tr[class*="pink colored"] > th,
2476
+ .ui.inverted.table > tfoot > tr[class*="pink colored"] > td,
2477
+ .ui.inverted.table > thead > tr.pink:not(.marked) > th,
2478
+ .ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
2479
+ .ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
2480
+ background: inherit;
2481
+ color: #fff;
2482
+ }
2483
+ .ui.ui.selectable.table tr[class*="pink colored"]:hover,
2484
+ .ui.table tr td.selectable[class*="pink colored"]:hover,
2485
+ .ui.selectable.table tr:hover td[class*="pink colored"],
1604
2486
  .ui.ui.selectable.table tr.pink:not(.marked):hover,
1605
2487
  .ui.table tr td.selectable.pink:not(.marked):hover,
1606
2488
  .ui.selectable.table tr:hover td.pink:not(.marked) {
1607
2489
  background: #ffdef6;
1608
- color: #E03997;
2490
+ color: #e03997;
1609
2491
  }
1610
- .ui.table td.marked.pink.left,
1611
- .ui.table tr.marked.pink.left {
1612
- -webkit-box-shadow: 0.2em 0 0 0 #E03997 inset;
1613
- box-shadow: 0.2em 0 0 0 #E03997 inset;
2492
+ .ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
2493
+ .ui.inverted.table tr td.selectable[class*="pink colored"]:hover,
2494
+ .ui.inverted.selectable.table tr:hover td[class*="pink colored"],
2495
+ .ui.ui.inverted.selectable.table tr.pink:not(.marked):hover,
2496
+ .ui.inverted.table tr td.selectable.pink:not(.marked):hover,
2497
+ .ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
2498
+ background: #ff5bd1;
2499
+ color: #fff;
1614
2500
  }
1615
- .ui.table td.marked.pink.right,
1616
- .ui.table tr.marked.pink.right {
1617
- -webkit-box-shadow: -0.2em 0 0 0 #E03997 inset;
1618
- box-shadow: -0.2em 0 0 0 #E03997 inset;
2501
+ .ui.table td[class*="pink marked"].left,
2502
+ .ui.table tr[class*="pink marked"].left {
2503
+ box-shadow: 0.2em 0 0 0 #e03997 inset;
1619
2504
  }
1620
- .ui.inverted.table td.marked.pink.left,
1621
- .ui.inverted.table tr.marked.pink.left {
1622
- -webkit-box-shadow: 0.2em 0 0 0 #FF8EDF inset;
1623
- box-shadow: 0.2em 0 0 0 #FF8EDF inset;
2505
+ .ui.table td[class*="pink marked"].right,
2506
+ .ui.table tr[class*="pink marked"].right {
2507
+ box-shadow: -0.2em 0 0 0 #e03997 inset;
1624
2508
  }
1625
- .ui.inverted.table td.marked.pink.right,
1626
- .ui.inverted.table tr.marked.pink.right {
1627
- -webkit-box-shadow: -0.2em 0 0 0 #FF8EDF inset;
1628
- box-shadow: -0.2em 0 0 0 #FF8EDF inset;
2509
+ .ui.inverted.table td[class*="pink marked"].left,
2510
+ .ui.inverted.table tr[class*="pink marked"].left {
2511
+ box-shadow: 0.2em 0 0 0 #ff8edf inset;
2512
+ }
2513
+ .ui.inverted.table td[class*="pink marked"].right,
2514
+ .ui.inverted.table tr[class*="pink marked"].right {
2515
+ box-shadow: -0.2em 0 0 0 #ff8edf inset;
1629
2516
  }
1630
2517
  .ui.brown.table {
1631
- border-top: 0.2em solid #A5673F;
2518
+ border-top: 0.2em solid #a5673f;
1632
2519
  }
1633
2520
  .ui.inverted.brown.table {
1634
- background-color: #A5673F;
1635
- color: #FFFFFF;
2521
+ background: #a5673f;
2522
+ color: #fff;
1636
2523
  }
2524
+
2525
+ /* Same color for background and color to camouflage the scrollbar */
2526
+ .ui.scrolling.table > thead.brown,
2527
+ .ui.scrolling.table > tfoot.brown {
2528
+ background: #f7e5d2;
2529
+ color: #f7e5d2;
2530
+ }
2531
+ .ui.scrolling.table > thead.brown > tr > th,
2532
+ .ui.scrolling.table > tfoot.brown > tr > th,
2533
+ .ui.scrolling.table > thead.brown > tr > td,
2534
+ .ui.scrolling.table > tfoot.brown > tr > td {
2535
+ background: inherit;
2536
+ color: #a5673f;
2537
+ }
2538
+ .ui.inverted.scrolling.table > thead.brown,
2539
+ .ui.inverted.scrolling.table > tfoot.brown {
2540
+ background: #a5673f;
2541
+ color: #a5673f;
2542
+ }
2543
+ .ui.inverted.scrolling.table > thead.brown > tr > th,
2544
+ .ui.inverted.scrolling.table > tfoot.brown > tr > th,
2545
+ .ui.inverted.scrolling.table > thead.brown > tr > td,
2546
+ .ui.inverted.scrolling.table > tfoot.brown > tr > td {
2547
+ background: inherit;
2548
+ color: #fff;
2549
+ }
2550
+ .ui.ui.ui.ui.table tr[class*="brown colored"],
2551
+ .ui.ui.table th[class*="brown colored"],
2552
+ .ui.ui.table td[class*="brown colored"],
1637
2553
  .ui.ui.ui.ui.table tr.brown:not(.marked),
2554
+ .ui.ui.table th.brown:not(.marked),
1638
2555
  .ui.ui.table td.brown:not(.marked) {
1639
2556
  background: #f7e5d2;
1640
- color: #A5673F;
1641
- }
2557
+ color: #a5673f;
2558
+ }
2559
+ .ui.table > thead > tr[class*="brown colored"] > th,
2560
+ .ui.table > tfoot > tr[class*="brown colored"] > th,
2561
+ .ui.table > tfoot > tr[class*="brown colored"] > td,
2562
+ .ui.table > thead > tr.brown:not(.marked) > th,
2563
+ .ui.table > tfoot > tr.brown:not(.marked) > th,
2564
+ .ui.table > tfoot > tr.brown:not(.marked) > td {
2565
+ background: inherit;
2566
+ color: #a5673f;
2567
+ }
2568
+ .ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
2569
+ .ui.ui.inverted.table th[class*="brown colored"],
2570
+ .ui.ui.inverted.table td[class*="brown colored"],
2571
+ .ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
2572
+ .ui.ui.inverted.table th.brown:not(.marked),
2573
+ .ui.ui.inverted.table td.brown:not(.marked) {
2574
+ background: #a5673f;
2575
+ color: #fff;
2576
+ }
2577
+ .ui.inverted.table > thead > tr[class*="brown colored"] > th,
2578
+ .ui.inverted.table > tfoot > tr[class*="brown colored"] > th,
2579
+ .ui.inverted.table > tfoot > tr[class*="brown colored"] > td,
2580
+ .ui.inverted.table > thead > tr.brown:not(.marked) > th,
2581
+ .ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
2582
+ .ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
2583
+ background: inherit;
2584
+ color: #fff;
2585
+ }
2586
+ .ui.ui.selectable.table tr[class*="brown colored"]:hover,
2587
+ .ui.table tr td.selectable[class*="brown colored"]:hover,
2588
+ .ui.selectable.table tr:hover td[class*="brown colored"],
1642
2589
  .ui.ui.selectable.table tr.brown:not(.marked):hover,
1643
2590
  .ui.table tr td.selectable.brown:not(.marked):hover,
1644
2591
  .ui.selectable.table tr:hover td.brown:not(.marked) {
1645
2592
  background: #efe0cf;
1646
- color: #A5673F;
2593
+ color: #a5673f;
1647
2594
  }
1648
- .ui.table td.marked.brown.left,
1649
- .ui.table tr.marked.brown.left {
1650
- -webkit-box-shadow: 0.2em 0 0 0 #A5673F inset;
1651
- box-shadow: 0.2em 0 0 0 #A5673F inset;
2595
+ .ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
2596
+ .ui.inverted.table tr td.selectable[class*="brown colored"]:hover,
2597
+ .ui.inverted.selectable.table tr:hover td[class*="brown colored"],
2598
+ .ui.ui.inverted.selectable.table tr.brown:not(.marked):hover,
2599
+ .ui.inverted.table tr td.selectable.brown:not(.marked):hover,
2600
+ .ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
2601
+ background: #b0620f;
2602
+ color: #fff;
1652
2603
  }
1653
- .ui.table td.marked.brown.right,
1654
- .ui.table tr.marked.brown.right {
1655
- -webkit-box-shadow: -0.2em 0 0 0 #A5673F inset;
1656
- box-shadow: -0.2em 0 0 0 #A5673F inset;
2604
+ .ui.table td[class*="brown marked"].left,
2605
+ .ui.table tr[class*="brown marked"].left {
2606
+ box-shadow: 0.2em 0 0 0 #a5673f inset;
1657
2607
  }
1658
- .ui.inverted.table td.marked.brown.left,
1659
- .ui.inverted.table tr.marked.brown.left {
1660
- -webkit-box-shadow: 0.2em 0 0 0 #D67C1C inset;
1661
- box-shadow: 0.2em 0 0 0 #D67C1C inset;
2608
+ .ui.table td[class*="brown marked"].right,
2609
+ .ui.table tr[class*="brown marked"].right {
2610
+ box-shadow: -0.2em 0 0 0 #a5673f inset;
1662
2611
  }
1663
- .ui.inverted.table td.marked.brown.right,
1664
- .ui.inverted.table tr.marked.brown.right {
1665
- -webkit-box-shadow: -0.2em 0 0 0 #D67C1C inset;
1666
- box-shadow: -0.2em 0 0 0 #D67C1C inset;
2612
+ .ui.inverted.table td[class*="brown marked"].left,
2613
+ .ui.inverted.table tr[class*="brown marked"].left {
2614
+ box-shadow: 0.2em 0 0 0 #d67c1c inset;
2615
+ }
2616
+ .ui.inverted.table td[class*="brown marked"].right,
2617
+ .ui.inverted.table tr[class*="brown marked"].right {
2618
+ box-shadow: -0.2em 0 0 0 #d67c1c inset;
1667
2619
  }
1668
2620
  .ui.grey.table {
1669
2621
  border-top: 0.2em solid #767676;
1670
2622
  }
1671
2623
  .ui.inverted.grey.table {
1672
- background-color: #767676;
1673
- color: #FFFFFF;
2624
+ background: #767676;
2625
+ color: #fff;
2626
+ }
2627
+
2628
+ /* Same color for background and color to camouflage the scrollbar */
2629
+ .ui.scrolling.table > thead.grey,
2630
+ .ui.scrolling.table > tfoot.grey {
2631
+ background: #dcddde;
2632
+ color: #dcddde;
1674
2633
  }
2634
+ .ui.scrolling.table > thead.grey > tr > th,
2635
+ .ui.scrolling.table > tfoot.grey > tr > th,
2636
+ .ui.scrolling.table > thead.grey > tr > td,
2637
+ .ui.scrolling.table > tfoot.grey > tr > td {
2638
+ background: inherit;
2639
+ color: #767676;
2640
+ }
2641
+ .ui.inverted.scrolling.table > thead.grey,
2642
+ .ui.inverted.scrolling.table > tfoot.grey {
2643
+ background: #767676;
2644
+ color: #767676;
2645
+ }
2646
+ .ui.inverted.scrolling.table > thead.grey > tr > th,
2647
+ .ui.inverted.scrolling.table > tfoot.grey > tr > th,
2648
+ .ui.inverted.scrolling.table > thead.grey > tr > td,
2649
+ .ui.inverted.scrolling.table > tfoot.grey > tr > td {
2650
+ background: inherit;
2651
+ color: #fff;
2652
+ }
2653
+ .ui.ui.ui.ui.table tr[class*="grey colored"],
2654
+ .ui.ui.table th[class*="grey colored"],
2655
+ .ui.ui.table td[class*="grey colored"],
1675
2656
  .ui.ui.ui.ui.table tr.grey:not(.marked),
2657
+ .ui.ui.table th.grey:not(.marked),
1676
2658
  .ui.ui.table td.grey:not(.marked) {
1677
- background: #DCDDDE;
2659
+ background: #dcddde;
2660
+ color: #767676;
2661
+ }
2662
+ .ui.table > thead > tr[class*="grey colored"] > th,
2663
+ .ui.table > tfoot > tr[class*="grey colored"] > th,
2664
+ .ui.table > tfoot > tr[class*="grey colored"] > td,
2665
+ .ui.table > thead > tr.grey:not(.marked) > th,
2666
+ .ui.table > tfoot > tr.grey:not(.marked) > th,
2667
+ .ui.table > tfoot > tr.grey:not(.marked) > td {
2668
+ background: inherit;
1678
2669
  color: #767676;
1679
2670
  }
2671
+ .ui.ui.ui.ui.inverted.table tr[class*="grey colored"],
2672
+ .ui.ui.inverted.table th[class*="grey colored"],
2673
+ .ui.ui.inverted.table td[class*="grey colored"],
2674
+ .ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
2675
+ .ui.ui.inverted.table th.grey:not(.marked),
2676
+ .ui.ui.inverted.table td.grey:not(.marked) {
2677
+ background: #767676;
2678
+ color: #fff;
2679
+ }
2680
+ .ui.inverted.table > thead > tr[class*="grey colored"] > th,
2681
+ .ui.inverted.table > tfoot > tr[class*="grey colored"] > th,
2682
+ .ui.inverted.table > tfoot > tr[class*="grey colored"] > td,
2683
+ .ui.inverted.table > thead > tr.grey:not(.marked) > th,
2684
+ .ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
2685
+ .ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
2686
+ background: inherit;
2687
+ color: #fff;
2688
+ }
2689
+ .ui.ui.selectable.table tr[class*="grey colored"]:hover,
2690
+ .ui.table tr td.selectable[class*="grey colored"]:hover,
2691
+ .ui.selectable.table tr:hover td[class*="grey colored"],
1680
2692
  .ui.ui.selectable.table tr.grey:not(.marked):hover,
1681
2693
  .ui.table tr td.selectable.grey:not(.marked):hover,
1682
2694
  .ui.selectable.table tr:hover td.grey:not(.marked) {
1683
2695
  background: #c2c4c5;
1684
2696
  color: #767676;
1685
2697
  }
1686
- .ui.table td.marked.grey.left,
1687
- .ui.table tr.marked.grey.left {
1688
- -webkit-box-shadow: 0.2em 0 0 0 #767676 inset;
1689
- box-shadow: 0.2em 0 0 0 #767676 inset;
2698
+ .ui.ui.inverted.selectable.table tr[class*="grey colored"]:hover,
2699
+ .ui.inverted.table tr td.selectable[class*="grey colored"]:hover,
2700
+ .ui.inverted.selectable.table tr:hover td[class*="grey colored"],
2701
+ .ui.ui.inverted.selectable.table tr.grey:not(.marked):hover,
2702
+ .ui.inverted.table tr td.selectable.grey:not(.marked):hover,
2703
+ .ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
2704
+ background: #c2c4c5;
2705
+ color: #fff;
1690
2706
  }
1691
- .ui.table td.marked.grey.right,
1692
- .ui.table tr.marked.grey.right {
1693
- -webkit-box-shadow: -0.2em 0 0 0 #767676 inset;
1694
- box-shadow: -0.2em 0 0 0 #767676 inset;
2707
+ .ui.table td[class*="grey marked"].left,
2708
+ .ui.table tr[class*="grey marked"].left {
2709
+ box-shadow: 0.2em 0 0 0 #767676 inset;
1695
2710
  }
1696
- .ui.inverted.table td.marked.grey.left,
1697
- .ui.inverted.table tr.marked.grey.left {
1698
- -webkit-box-shadow: 0.2em 0 0 0 #DCDDDE inset;
1699
- box-shadow: 0.2em 0 0 0 #DCDDDE inset;
2711
+ .ui.table td[class*="grey marked"].right,
2712
+ .ui.table tr[class*="grey marked"].right {
2713
+ box-shadow: -0.2em 0 0 0 #767676 inset;
1700
2714
  }
1701
- .ui.inverted.table td.marked.grey.right,
1702
- .ui.inverted.table tr.marked.grey.right {
1703
- -webkit-box-shadow: -0.2em 0 0 0 #DCDDDE inset;
1704
- box-shadow: -0.2em 0 0 0 #DCDDDE inset;
2715
+ .ui.inverted.table td[class*="grey marked"].left,
2716
+ .ui.inverted.table tr[class*="grey marked"].left {
2717
+ box-shadow: 0.2em 0 0 0 #dcddde inset;
2718
+ }
2719
+ .ui.inverted.table td[class*="grey marked"].right,
2720
+ .ui.inverted.table tr[class*="grey marked"].right {
2721
+ box-shadow: -0.2em 0 0 0 #dcddde inset;
1705
2722
  }
1706
2723
  .ui.black.table {
1707
- border-top: 0.2em solid #1B1C1D;
2724
+ border-top: 0.2em solid #1b1c1d;
1708
2725
  }
1709
2726
  .ui.inverted.black.table {
1710
- background-color: #1B1C1D;
1711
- color: #FFFFFF;
2727
+ background: #1b1c1d;
2728
+ color: #fff;
1712
2729
  }
2730
+
2731
+ /* Same color for background and color to camouflage the scrollbar */
2732
+ .ui.scrolling.table > thead.black,
2733
+ .ui.scrolling.table > tfoot.black {
2734
+ background: #545454;
2735
+ color: #545454;
2736
+ }
2737
+ .ui.scrolling.table > thead.black > tr > th,
2738
+ .ui.scrolling.table > tfoot.black > tr > th,
2739
+ .ui.scrolling.table > thead.black > tr > td,
2740
+ .ui.scrolling.table > tfoot.black > tr > td {
2741
+ background: inherit;
2742
+ color: #fff;
2743
+ }
2744
+ .ui.inverted.scrolling.table > thead.black,
2745
+ .ui.inverted.scrolling.table > tfoot.black {
2746
+ background: #1b1c1d;
2747
+ color: #1b1c1d;
2748
+ }
2749
+ .ui.inverted.scrolling.table > thead.black > tr > th,
2750
+ .ui.inverted.scrolling.table > tfoot.black > tr > th,
2751
+ .ui.inverted.scrolling.table > thead.black > tr > td,
2752
+ .ui.inverted.scrolling.table > tfoot.black > tr > td {
2753
+ background: inherit;
2754
+ color: #fff;
2755
+ }
2756
+ .ui.ui.ui.ui.table tr[class*="black colored"],
2757
+ .ui.ui.table th[class*="black colored"],
2758
+ .ui.ui.table td[class*="black colored"],
1713
2759
  .ui.ui.ui.ui.table tr.black:not(.marked),
2760
+ .ui.ui.table th.black:not(.marked),
1714
2761
  .ui.ui.table td.black:not(.marked) {
1715
2762
  background: #545454;
1716
- color: #FFFFFF;
1717
- }
2763
+ color: #fff;
2764
+ }
2765
+ .ui.table > thead > tr[class*="black colored"] > th,
2766
+ .ui.table > tfoot > tr[class*="black colored"] > th,
2767
+ .ui.table > tfoot > tr[class*="black colored"] > td,
2768
+ .ui.table > thead > tr.black:not(.marked) > th,
2769
+ .ui.table > tfoot > tr.black:not(.marked) > th,
2770
+ .ui.table > tfoot > tr.black:not(.marked) > td {
2771
+ background: inherit;
2772
+ color: #fff;
2773
+ }
2774
+ .ui.ui.ui.ui.inverted.table tr[class*="black colored"],
2775
+ .ui.ui.inverted.table th[class*="black colored"],
2776
+ .ui.ui.inverted.table td[class*="black colored"],
2777
+ .ui.ui.ui.ui.inverted.table tr.black:not(.marked),
2778
+ .ui.ui.inverted.table th.black:not(.marked),
2779
+ .ui.ui.inverted.table td.black:not(.marked) {
2780
+ background: #1b1c1d;
2781
+ color: #fff;
2782
+ }
2783
+ .ui.inverted.table > thead > tr[class*="black colored"] > th,
2784
+ .ui.inverted.table > tfoot > tr[class*="black colored"] > th,
2785
+ .ui.inverted.table > tfoot > tr[class*="black colored"] > td,
2786
+ .ui.inverted.table > thead > tr.black:not(.marked) > th,
2787
+ .ui.inverted.table > tfoot > tr.black:not(.marked) > th,
2788
+ .ui.inverted.table > tfoot > tr.black:not(.marked) > td {
2789
+ background: inherit;
2790
+ color: #fff;
2791
+ }
2792
+ .ui.ui.selectable.table tr[class*="black colored"]:hover,
2793
+ .ui.table tr td.selectable[class*="black colored"]:hover,
2794
+ .ui.selectable.table tr:hover td[class*="black colored"],
1718
2795
  .ui.ui.selectable.table tr.black:not(.marked):hover,
1719
2796
  .ui.table tr td.selectable.black:not(.marked):hover,
1720
2797
  .ui.selectable.table tr:hover td.black:not(.marked) {
1721
2798
  background: #000000;
1722
- color: #FFFFFF;
2799
+ color: #fff;
2800
+ }
2801
+ .ui.ui.inverted.selectable.table tr[class*="black colored"]:hover,
2802
+ .ui.inverted.table tr td.selectable[class*="black colored"]:hover,
2803
+ .ui.inverted.selectable.table tr:hover td[class*="black colored"],
2804
+ .ui.ui.inverted.selectable.table tr.black:not(.marked):hover,
2805
+ .ui.inverted.table tr td.selectable.black:not(.marked):hover,
2806
+ .ui.inverted.selectable.table tr:hover td.black:not(.marked) {
2807
+ background: #000000;
2808
+ color: #1b1c1d;
1723
2809
  }
1724
- .ui.table td.marked.black.left,
1725
- .ui.table tr.marked.black.left {
1726
- -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
1727
- box-shadow: 0.2em 0 0 0 #1B1C1D inset;
2810
+ .ui.table td[class*="black marked"].left,
2811
+ .ui.table tr[class*="black marked"].left {
2812
+ box-shadow: 0.2em 0 0 0 #1b1c1d inset;
1728
2813
  }
1729
- .ui.table td.marked.black.right,
1730
- .ui.table tr.marked.black.right {
1731
- -webkit-box-shadow: -0.2em 0 0 0 #1B1C1D inset;
1732
- box-shadow: -0.2em 0 0 0 #1B1C1D inset;
2814
+ .ui.table td[class*="black marked"].right,
2815
+ .ui.table tr[class*="black marked"].right {
2816
+ box-shadow: -0.2em 0 0 0 #1b1c1d inset;
1733
2817
  }
1734
- .ui.inverted.table td.marked.black.left,
1735
- .ui.inverted.table tr.marked.black.left {
1736
- -webkit-box-shadow: 0.2em 0 0 0 #545454 inset;
1737
- box-shadow: 0.2em 0 0 0 #545454 inset;
2818
+ .ui.inverted.table td[class*="black marked"].left,
2819
+ .ui.inverted.table tr[class*="black marked"].left {
2820
+ box-shadow: 0.2em 0 0 0 #545454 inset;
1738
2821
  }
1739
- .ui.inverted.table td.marked.black.right,
1740
- .ui.inverted.table tr.marked.black.right {
1741
- -webkit-box-shadow: -0.2em 0 0 0 #545454 inset;
1742
- box-shadow: -0.2em 0 0 0 #545454 inset;
2822
+ .ui.inverted.table td[class*="black marked"].right,
2823
+ .ui.inverted.table tr[class*="black marked"].right {
2824
+ box-shadow: -0.2em 0 0 0 #545454 inset;
1743
2825
  }
1744
2826
 
1745
- /*--------------
1746
- Column Count
1747
- ---------------*/
1748
-
2827
+ /* --------------
2828
+ Column Count
2829
+ --------------- */
1749
2830
 
1750
2831
  /* Grid Based */
1751
2832
  .ui.one.column.table td {
@@ -1863,43 +2944,40 @@
1863
2944
  width: 100%;
1864
2945
  }
1865
2946
 
1866
- /*--------------
1867
- Sortable
1868
- ---------------*/
1869
-
2947
+ /* --------------
2948
+ Sortable
2949
+ --------------- */
1870
2950
  .ui.sortable.table > thead > tr > th {
1871
2951
  cursor: pointer;
1872
2952
  white-space: nowrap;
1873
- border-left: 1px solid rgba(34, 36, 38, 0.15);
1874
2953
  color: rgba(0, 0, 0, 0.87);
1875
2954
  }
1876
- .ui.sortable.table > thead > tr > th:first-child {
1877
- border-left: none;
2955
+ .ui.celled.sortable.table > thead > tr > th:not(:first-child) {
2956
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
1878
2957
  }
1879
2958
  .ui.sortable.table thead th.sorted,
1880
2959
  .ui.sortable.table thead th.sorted:hover {
1881
2960
  -webkit-user-select: none;
1882
- -moz-user-select: none;
1883
2961
  -ms-user-select: none;
1884
2962
  user-select: none;
1885
2963
  }
1886
- .ui.sortable.table > thead > tr > th:after {
2964
+ .ui.sortable.table > thead > tr > th::after {
1887
2965
  display: none;
1888
2966
  font-style: normal;
1889
2967
  font-weight: normal;
1890
2968
  text-decoration: inherit;
1891
- content: '';
2969
+ content: "";
1892
2970
  height: 1em;
1893
2971
  width: auto;
1894
2972
  opacity: 0.8;
1895
2973
  margin: 0 0 0 0.5em;
1896
- font-family: 'Icons';
2974
+ font-family: "Icons";
1897
2975
  }
1898
- .ui.sortable.table thead th.ascending:after {
1899
- content: '\f0d8';
2976
+ .ui.sortable.table thead th.ascending::after {
2977
+ content: "\f0d8";
1900
2978
  }
1901
- .ui.sortable.table thead th.descending:after {
1902
- content: '\f0d7';
2979
+ .ui.sortable.table thead th.descending::after {
2980
+ content: "\f0d7";
1903
2981
  }
1904
2982
 
1905
2983
  /* Hover */
@@ -1921,7 +2999,7 @@
1921
2999
  .ui.sortable.table:not(.basic) thead th.sorted {
1922
3000
  background: rgba(0, 0, 0, 0.05);
1923
3001
  }
1924
- .ui.sortable.table thead th.sorted:after {
3002
+ .ui.sortable.table thead th.sorted::after {
1925
3003
  display: inline-block;
1926
3004
  }
1927
3005
 
@@ -1938,16 +3016,12 @@
1938
3016
  color: #ffffff;
1939
3017
  }
1940
3018
  .ui.inverted.sortable.table:not(.basic) thead th.sorted {
1941
- background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
1942
- background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1943
3019
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1944
3020
  }
1945
3021
  .ui.inverted.sortable.table > thead > tr > th:hover {
1946
3022
  color: #ffffff;
1947
3023
  }
1948
3024
  .ui.inverted.sortable.table:not(.basic) > thead > tr > th:hover {
1949
- background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
1950
- background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1951
3025
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1952
3026
  }
1953
3027
  .ui.inverted.sortable.table:not(.basic) > thead > tr > th {
@@ -1955,39 +3029,42 @@
1955
3029
  border-right-color: transparent;
1956
3030
  }
1957
3031
 
1958
- /*--------------
1959
- Inverted
1960
- ---------------*/
1961
-
3032
+ /* --------------
3033
+ Inverted
3034
+ --------------- */
1962
3035
 
1963
3036
  /* Text Color */
1964
3037
  .ui.inverted.table {
1965
- background: #333333;
3038
+ background: #333;
1966
3039
  color: rgba(255, 255, 255, 0.9);
1967
3040
  border: none;
1968
3041
  }
1969
3042
  .ui.ui.inverted.table > thead > tr > th,
1970
3043
  .ui.ui.inverted.table > tbody > tr > th,
1971
- .ui.ui.inverted.table > tfoot > tr > th,
1972
- .ui.ui.inverted.table > tfoot > tr > td,
1973
3044
  .ui.ui.inverted.table > tr > th {
1974
3045
  background-color: rgba(0, 0, 0, 0.15);
1975
3046
  border-color: rgba(255, 255, 255, 0.1);
1976
3047
  color: rgba(255, 255, 255, 0.9);
1977
3048
  }
3049
+ .ui.ui.inverted.table > tfoot > tr > th,
3050
+ .ui.ui.inverted.table > tfoot > tr > td {
3051
+ background-color: rgba(0, 0, 0, 0.15);
3052
+ border-color: rgba(255, 255, 255, 0.1);
3053
+ color: rgba(255, 255, 255, 0.9);
3054
+ }
1978
3055
  .ui.inverted.table > tbody > tr > td,
1979
3056
  .ui.inverted.table > tfoot > tr > td,
1980
3057
  .ui.inverted.table > tr > td {
1981
3058
  border-color: rgba(255, 255, 255, 0.1);
1982
3059
  }
1983
- .ui.inverted.table tr.disabled td,
1984
- .ui.inverted.table tr td.disabled,
3060
+ .ui.ui.ui.inverted.table tr.disabled td,
3061
+ .ui.ui.ui.inverted.table tr td.disabled,
1985
3062
  .ui.inverted.table tr.disabled:hover td,
1986
3063
  .ui.inverted.table tr:hover td.disabled {
1987
3064
  pointer-events: none;
1988
3065
  color: rgba(225, 225, 225, 0.3);
1989
3066
  }
1990
- .ui.inverted.table tr td.disabled:not([class="disabled"]),
3067
+ .ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
1991
3068
  .ui.inverted.table tr.disabled:not([class="disabled"]) td,
1992
3069
  .ui.inverted.table tr.disabled td[class]:not(.disabled),
1993
3070
  .ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
@@ -1997,7 +3074,7 @@
1997
3074
  /* Definition */
1998
3075
  .ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
1999
3076
  .ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
2000
- background: #FFFFFF;
3077
+ background: #fff;
2001
3078
  }
2002
3079
  .ui.inverted.definition.table > tbody > tr > td:first-child,
2003
3080
  .ui.inverted.definition.table > tfoot > tr > td:first-child,
@@ -2006,28 +3083,24 @@
2006
3083
  color: #ffffff;
2007
3084
  }
2008
3085
 
2009
- /*--------------
2010
- Collapsing
2011
- ---------------*/
2012
-
3086
+ /* --------------
3087
+ Collapsing
3088
+ --------------- */
2013
3089
  .ui.collapsing.table {
2014
3090
  width: auto;
2015
3091
  }
2016
3092
 
2017
- /*--------------
2018
- Basic
2019
- ---------------*/
2020
-
3093
+ /* --------------
3094
+ Basic
3095
+ --------------- */
2021
3096
  .ui.basic.table {
2022
3097
  background: transparent;
2023
3098
  border: 1px solid rgba(34, 36, 38, 0.15);
2024
- -webkit-box-shadow: none;
2025
- box-shadow: none;
3099
+ box-shadow: none;
2026
3100
  }
2027
3101
  .ui.basic.table > thead,
2028
3102
  .ui.basic.table > tfoot {
2029
- -webkit-box-shadow: none;
2030
- box-shadow: none;
3103
+ box-shadow: none;
2031
3104
  }
2032
3105
  .ui.basic.table > thead > tr > th,
2033
3106
  .ui.basic.table > tbody > tr > th,
@@ -2058,7 +3131,7 @@
2058
3131
  .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
2059
3132
  .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
2060
3133
  .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
2061
- padding: '';
3134
+ padding: "";
2062
3135
  }
2063
3136
  .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
2064
3137
  .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
@@ -2082,10 +3155,9 @@
2082
3155
  padding-top: 0;
2083
3156
  }
2084
3157
 
2085
- /*--------------
2086
- Celled
2087
- ---------------*/
2088
-
3158
+ /* --------------
3159
+ Celled
3160
+ --------------- */
2089
3161
  .ui.celled.table > tr > th,
2090
3162
  .ui.celled.table > thead > tr > th,
2091
3163
  .ui.celled.table > tbody > tr > th,
@@ -2109,10 +3181,9 @@
2109
3181
  border-left: none;
2110
3182
  }
2111
3183
 
2112
- /*--------------
2113
- Padded
2114
- ---------------*/
2115
-
3184
+ /* --------------
3185
+ Padded
3186
+ --------------- */
2116
3187
  .ui.padded.table > tr > th,
2117
3188
  .ui.padded.table > thead > tr > th,
2118
3189
  .ui.padded.table > tbody > tr > th,
@@ -2144,10 +3215,9 @@
2144
3215
  padding: 1.5em 1.5em;
2145
3216
  }
2146
3217
 
2147
- /*--------------
2148
- Compact
2149
- ---------------*/
2150
-
3218
+ /* --------------
3219
+ Compact
3220
+ --------------- */
2151
3221
  .ui.compact.table > tr > th,
2152
3222
  .ui.compact.table > thead > tr > th,
2153
3223
  .ui.compact.table > tbody > tr > th,
@@ -2175,10 +3245,119 @@
2175
3245
  padding: 0.4em 0.6em;
2176
3246
  }
2177
3247
 
2178
- /*--------------
2179
- Sizes
2180
- ---------------*/
3248
+ /* --------------
3249
+ Stuck
3250
+ --------------- */
3251
+ .ui.stuck.table:not(.inverted) {
3252
+ background: #fff;
3253
+ }
3254
+ .ui.stuck.table:not(.inverted) > thead > tr {
3255
+ background: #f9fafb;
3256
+ }
3257
+ .ui.stuck.table:not(.inverted) > tbody > tr {
3258
+ background: #fff;
3259
+ }
3260
+ .ui.stuck.table:not(.inverted) > tfoot > tr {
3261
+ background: #f9fafb;
3262
+ }
3263
+ .ui.stuck.table:not(.inverted).basic > thead > tr,
3264
+ .ui.stuck.table:not(.inverted).basic > tfoot > tr {
3265
+ background: #fff;
3266
+ }
3267
+ .ui.inverted.stuck.table > thead > tr {
3268
+ background: #252525;
3269
+ }
3270
+ .ui.inverted.stuck.table > tbody > tr {
3271
+ background: #333;
3272
+ }
3273
+ .ui.inverted.stuck.table > tfoot > tr {
3274
+ background: #252525;
3275
+ }
3276
+ .ui.inverted.stuck.table.basic > thead > tr,
3277
+ .ui.inverted.stuck.table.basic > tfoot > tr {
3278
+ background: #333;
3279
+ }
3280
+ .ui.head.stuck.table > thead,
3281
+ .ui.foot.stuck.table > tfoot {
3282
+ position: sticky;
3283
+ z-index: 800;
3284
+ }
3285
+ .ui.head.stuck.table {
3286
+ border-top: 0;
3287
+ }
3288
+ .ui.head.stuck.table > thead {
3289
+ top: 0;
3290
+ bottom: auto;
3291
+ }
3292
+ .ui.head.stuck.table > thead > tr:first-child > th {
3293
+ border-top: 1px solid rgba(34, 36, 38, 0.1);
3294
+ }
3295
+ .ui.head.stuck.table.inverted > thead > tr:first-child > th {
3296
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
3297
+ }
3298
+ .ui.foot.stuck.table {
3299
+ border-bottom: 0;
3300
+ }
3301
+ .ui.foot.stuck.table > tfoot {
3302
+ top: auto;
3303
+ bottom: 0;
3304
+ }
3305
+ .ui.foot.stuck.table > tfoot > tr:last-child > td,
3306
+ .ui.foot.stuck.table > tfoot > tr:last-child > th {
3307
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
3308
+ }
3309
+ .ui.foot.stuck.table.inverted > tfoot > tr:first-child > td,
3310
+ .ui.foot.stuck.table.inverted > tfoot > tr:first-child > th {
3311
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
3312
+ }
3313
+ .ui.first.stuck.table {
3314
+ border-left: 0;
3315
+ }
3316
+ .ui.first.stuck.table th:first-child,
3317
+ .ui.first.stuck.table td:first-child {
3318
+ position: sticky;
3319
+ left: 0;
3320
+ border-left: 1px solid rgba(34, 36, 38, 0.1);
3321
+ background: inherit;
3322
+ }
3323
+ .ui.first.stuck.table.inverted th:first-child,
3324
+ .ui.first.stuck.table.inverted td:first-child {
3325
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
3326
+ }
3327
+ .ui.last.stuck.table {
3328
+ border-right: 0;
3329
+ }
3330
+ .ui.last.stuck.table th:last-child,
3331
+ .ui.last.stuck.table td:last-child {
3332
+ position: sticky;
3333
+ right: 0;
3334
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
3335
+ background: inherit;
3336
+ }
3337
+ .ui.last.stuck.table.inverted th:last-child,
3338
+ .ui.last.stuck.table.inverted td:last-child {
3339
+ border-right: 1px solid rgba(255, 255, 255, 0.1);
3340
+ }
3341
+ .ui.celled.first.stuck.table th:first-child,
3342
+ .ui.celled.first.stuck.table td:first-child {
3343
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
3344
+ }
3345
+ .ui.celled.last.stuck.table th:last-child,
3346
+ .ui.celled.last.stuck.table td:last-child {
3347
+ border-left: 1px solid rgba(34, 36, 38, 0.1);
3348
+ }
3349
+ .ui.inverted.celled.first.stuck.table th:first-child,
3350
+ .ui.inverted.celled.first.stuck.table td:first-child {
3351
+ border-right: 1px solid rgba(255, 255, 255, 0.1);
3352
+ }
3353
+ .ui.inverted.celled.last.stuck.table th:last-child,
3354
+ .ui.inverted.celled.last.stuck.table td:last-child {
3355
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
3356
+ }
2181
3357
 
3358
+ /* --------------
3359
+ Sizes
3360
+ --------------- */
2182
3361
 
2183
3362
  /* Standard */
2184
3363
  .ui.table {
@@ -2207,6 +3386,12 @@
2207
3386
  }
2208
3387
 
2209
3388
 
3389
+ /*******************************
3390
+ Overrides
3391
+ *******************************/
3392
+
3393
+
3394
+
2210
3395
  /*******************************
2211
3396
  Site Overrides
2212
3397
  *******************************/