@northdata/fomantic-ui 2.9.401 → 2.9.403

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/lib/semantic-ui/dist/components/button.css +15 -15
  2. package/lib/semantic-ui/dist/components/button.min.css +1 -1
  3. package/lib/semantic-ui/dist/components/card.css +2 -2
  4. package/lib/semantic-ui/dist/components/card.min.css +1 -1
  5. package/lib/semantic-ui/dist/components/dropdown.css +4 -4
  6. package/lib/semantic-ui/dist/components/dropdown.min.css +1 -1
  7. package/lib/semantic-ui/dist/components/form.css +4 -11
  8. package/lib/semantic-ui/dist/components/form.min.css +1 -1
  9. package/lib/semantic-ui/dist/components/grid.css +1 -1
  10. package/lib/semantic-ui/dist/components/grid.min.css +1 -1
  11. package/lib/semantic-ui/dist/components/header.css +18 -18
  12. package/lib/semantic-ui/dist/components/header.min.css +1 -1
  13. package/lib/semantic-ui/dist/components/icon.css +12 -12
  14. package/lib/semantic-ui/dist/components/icon.min.css +1 -1
  15. package/lib/semantic-ui/dist/components/input.css +11 -11
  16. package/lib/semantic-ui/dist/components/input.min.css +1 -1
  17. package/lib/semantic-ui/dist/components/label.css +54 -54
  18. package/lib/semantic-ui/dist/components/label.min.css +1 -1
  19. package/lib/semantic-ui/dist/components/loader.css +3 -3
  20. package/lib/semantic-ui/dist/components/loader.min.css +1 -1
  21. package/lib/semantic-ui/dist/components/menu.css +1 -1
  22. package/lib/semantic-ui/dist/components/menu.min.css +1 -1
  23. package/lib/semantic-ui/dist/components/message.css +2 -2
  24. package/lib/semantic-ui/dist/components/message.min.css +1 -1
  25. package/lib/semantic-ui/dist/components/popup.css +3 -3
  26. package/lib/semantic-ui/dist/components/popup.min.css +1 -1
  27. package/lib/semantic-ui/dist/components/search.css +2 -2
  28. package/lib/semantic-ui/dist/components/search.min.css +1 -1
  29. package/lib/semantic-ui/dist/components/segment.css +14 -14
  30. package/lib/semantic-ui/dist/components/segment.min.css +1 -1
  31. package/lib/semantic-ui/dist/components/tab.css +1 -1
  32. package/lib/semantic-ui/dist/components/tab.min.css +1 -1
  33. package/lib/semantic-ui/dist/components/table.css +1 -1
  34. package/lib/semantic-ui/dist/components/table.min.css +1 -1
  35. package/lib/semantic-ui/dist/less/colors.less +623 -0
  36. package/lib/semantic-ui/dist/less/default/reset.variables +3 -0
  37. package/lib/semantic-ui/dist/less/default/site.variables +1547 -0
  38. package/lib/semantic-ui/dist/less/default/variation.variables +796 -0
  39. package/lib/semantic-ui/dist/less/site/reset.variables +3 -0
  40. package/lib/semantic-ui/dist/less/site/site.variables +68 -0
  41. package/lib/semantic-ui/dist/less/site/variation.variables +792 -0
  42. package/lib/semantic-ui/dist/less/theme.less +22 -0
  43. package/lib/semantic-ui/dist/semantic-packed.css +148 -156
  44. package/lib/semantic-ui/dist/semantic.css +148 -156
  45. package/lib/semantic-ui/dist/semantic.full.css +505 -505
  46. package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
  47. package/lib/semantic-ui/dist/semantic.min.css +17 -17
  48. package/package.json +1 -1
@@ -810,7 +810,7 @@ input::selection {
810
810
  }
811
811
 
812
812
  .ui.basic.loading.button:not(.inverted)::after {
813
- border-color: #9ab5c1;
813
+ border-color: #a3b3c0;
814
814
  }
815
815
 
816
816
  /* -------------------
@@ -1738,14 +1738,14 @@ input::selection {
1738
1738
  .ui.toggle.buttons .active.button,
1739
1739
  .ui.buttons .button.toggle.active,
1740
1740
  .ui.button.toggle.active {
1741
- background-color: #66af8b;
1741
+ background-color: #81b08c;
1742
1742
  box-shadow: none;
1743
1743
  text-shadow: none;
1744
1744
  color: #fff;
1745
1745
  }
1746
1746
 
1747
1747
  .ui.button.toggle.active:hover {
1748
- background-color: #52a97e;
1748
+ background-color: #6fa97c;
1749
1749
  text-shadow: none;
1750
1750
  color: #fff;
1751
1751
  }
@@ -2311,7 +2311,7 @@ input::selection {
2311
2311
 
2312
2312
  .ui.secondary.buttons .button,
2313
2313
  .ui.secondary.button {
2314
- background-color: #1b1c1d;
2314
+ background-color: #294755;
2315
2315
  color: #fff;
2316
2316
  text-shadow: none;
2317
2317
  background-image: none;
@@ -2323,21 +2323,21 @@ input::selection {
2323
2323
 
2324
2324
  .ui.secondary.buttons .button:hover,
2325
2325
  .ui.secondary.button:hover {
2326
- background-color: #27292a;
2326
+ background-color: #2f5669;
2327
2327
  color: #fff;
2328
2328
  text-shadow: none;
2329
2329
  }
2330
2330
 
2331
2331
  .ui.secondary.buttons .button:focus,
2332
2332
  .ui.secondary.button:focus {
2333
- background-color: #2e3032;
2333
+ background-color: #306076;
2334
2334
  color: #fff;
2335
2335
  text-shadow: none;
2336
2336
  }
2337
2337
 
2338
2338
  .ui.secondary.buttons .button:active,
2339
2339
  .ui.secondary.button:active {
2340
- background-color: #343637;
2340
+ background-color: #3a6477;
2341
2341
  color: #fff;
2342
2342
  text-shadow: none;
2343
2343
  }
@@ -2346,7 +2346,7 @@ input::selection {
2346
2346
  .ui.secondary.buttons .active.button:active,
2347
2347
  .ui.secondary.active.button,
2348
2348
  .ui.secondary.button .active.button:active {
2349
- background-color: #27292a;
2349
+ background-color: #2d576a;
2350
2350
  color: #fff;
2351
2351
  text-shadow: none;
2352
2352
  }
@@ -2356,35 +2356,35 @@ input::selection {
2356
2356
  .ui.basic.secondary.buttons .button,
2357
2357
  .ui.basic.secondary.button {
2358
2358
  background: transparent;
2359
- box-shadow: 0 0 0 1px #1b1c1d inset;
2360
- color: #1b1c1d;
2359
+ box-shadow: 0 0 0 1px #294755 inset;
2360
+ color: #294755;
2361
2361
  }
2362
2362
 
2363
2363
  .ui.basic.secondary.buttons .button:hover,
2364
2364
  .ui.basic.secondary.button:hover {
2365
2365
  background: transparent;
2366
- box-shadow: 0 0 0 1px #27292a inset;
2367
- color: #27292a;
2366
+ box-shadow: 0 0 0 1px #2f5669 inset;
2367
+ color: #2f5669;
2368
2368
  }
2369
2369
 
2370
2370
  .ui.basic.secondary.buttons .button:focus,
2371
2371
  .ui.basic.secondary.button:focus {
2372
2372
  background: transparent;
2373
- box-shadow: 0 0 0 1px #2e3032 inset;
2374
- color: #27292a;
2373
+ box-shadow: 0 0 0 1px #306076 inset;
2374
+ color: #2f5669;
2375
2375
  }
2376
2376
 
2377
2377
  .ui.basic.secondary.buttons .active.button,
2378
2378
  .ui.basic.secondary.active.button {
2379
2379
  background: transparent;
2380
- box-shadow: 0 0 0 1px #27292a inset;
2381
- color: #343637;
2380
+ box-shadow: 0 0 0 1px #2d576a inset;
2381
+ color: #3a6477;
2382
2382
  }
2383
2383
 
2384
2384
  .ui.basic.secondary.buttons .button:active,
2385
2385
  .ui.basic.secondary.button:active {
2386
- box-shadow: 0 0 0 1px #343637 inset;
2387
- color: #343637;
2386
+ box-shadow: 0 0 0 1px #3a6477 inset;
2387
+ color: #3a6477;
2388
2388
  }
2389
2389
 
2390
2390
  /* Inverted */
@@ -2473,21 +2473,21 @@ input::selection {
2473
2473
  .ui.tertiary.secondary.button {
2474
2474
  background: transparent;
2475
2475
  box-shadow: none;
2476
- color: #1b1c1d;
2476
+ color: #294755;
2477
2477
  }
2478
2478
 
2479
2479
  .ui.tertiary.secondary.buttons .button:hover,
2480
2480
  .ui.tertiary.secondary.buttons button:hover,
2481
2481
  .ui.tertiary.secondary.button:hover {
2482
- box-shadow: inset 0 -0.2em 0 #292929;
2483
- color: #292929;
2482
+ box-shadow: inset 0 -0.2em 0 #3e515a;
2483
+ color: #3e515a;
2484
2484
  }
2485
2485
 
2486
2486
  .ui.tertiary.secondary.buttons .button:focus,
2487
2487
  .ui.tertiary.secondary.buttons .tertiary.button:focus,
2488
2488
  .ui.tertiary.secondary.button:focus {
2489
- box-shadow: inset 0 -0.2em 0 #303030;
2490
- color: #303030;
2489
+ box-shadow: inset 0 -0.2em 0 #415a66;
2490
+ color: #415a66;
2491
2491
  }
2492
2492
 
2493
2493
  .ui.tertiary.secondary.buttons .active.button,
@@ -2496,8 +2496,8 @@ input::selection {
2496
2496
  .ui.tertiary.secondary.buttons .button:active,
2497
2497
  .ui.tertiary.secondary.buttons .tertiary.button:active,
2498
2498
  .ui.tertiary.secondary.button:active {
2499
- box-shadow: inset 0 -0.2em 0 #1f2933;
2500
- color: #27292a;
2499
+ box-shadow: inset 0 -0.2em 0 #1e5c79;
2500
+ color: #2d576a;
2501
2501
  }
2502
2502
 
2503
2503
  .ui.red.buttons .button,
@@ -3075,7 +3075,7 @@ input::selection {
3075
3075
 
3076
3076
  .ui.olive.buttons .button,
3077
3077
  .ui.olive.button {
3078
- background-color: #9baf66;
3078
+ background-color: #a0b06c;
3079
3079
  color: #fff;
3080
3080
  text-shadow: none;
3081
3081
  background-image: none;
@@ -3087,21 +3087,21 @@ input::selection {
3087
3087
 
3088
3088
  .ui.olive.buttons .button:hover,
3089
3089
  .ui.olive.button:hover {
3090
- background-color: #91a952;
3090
+ background-color: #97ab58;
3091
3091
  color: #fff;
3092
3092
  text-shadow: none;
3093
3093
  }
3094
3094
 
3095
3095
  .ui.olive.buttons .button:focus,
3096
3096
  .ui.olive.button:focus {
3097
- background-color: #8aa34a;
3097
+ background-color: #91a64e;
3098
3098
  color: #fff;
3099
3099
  text-shadow: none;
3100
3100
  }
3101
3101
 
3102
3102
  .ui.olive.buttons .button:active,
3103
3103
  .ui.olive.button:active {
3104
- background-color: #81944e;
3104
+ background-color: #879851;
3105
3105
  color: #fff;
3106
3106
  text-shadow: none;
3107
3107
  }
@@ -3110,7 +3110,7 @@ input::selection {
3110
3110
  .ui.olive.buttons .active.button:active,
3111
3111
  .ui.olive.active.button,
3112
3112
  .ui.olive.button .active.button:active {
3113
- background-color: #92ab50;
3113
+ background-color: #98ad56;
3114
3114
  color: #fff;
3115
3115
  text-shadow: none;
3116
3116
  }
@@ -3120,35 +3120,35 @@ input::selection {
3120
3120
  .ui.basic.olive.buttons .button,
3121
3121
  .ui.basic.olive.button {
3122
3122
  background: transparent;
3123
- box-shadow: 0 0 0 1px #9baf66 inset;
3124
- color: #9baf66;
3123
+ box-shadow: 0 0 0 1px #a0b06c inset;
3124
+ color: #a0b06c;
3125
3125
  }
3126
3126
 
3127
3127
  .ui.basic.olive.buttons .button:hover,
3128
3128
  .ui.basic.olive.button:hover {
3129
3129
  background: transparent;
3130
- box-shadow: 0 0 0 1px #91a952 inset;
3131
- color: #91a952;
3130
+ box-shadow: 0 0 0 1px #97ab58 inset;
3131
+ color: #97ab58;
3132
3132
  }
3133
3133
 
3134
3134
  .ui.basic.olive.buttons .button:focus,
3135
3135
  .ui.basic.olive.button:focus {
3136
3136
  background: transparent;
3137
- box-shadow: 0 0 0 1px #8aa34a inset;
3138
- color: #91a952;
3137
+ box-shadow: 0 0 0 1px #91a64e inset;
3138
+ color: #97ab58;
3139
3139
  }
3140
3140
 
3141
3141
  .ui.basic.olive.buttons .active.button,
3142
3142
  .ui.basic.olive.active.button {
3143
3143
  background: transparent;
3144
- box-shadow: 0 0 0 1px #92ab50 inset;
3145
- color: #81944e;
3144
+ box-shadow: 0 0 0 1px #98ad56 inset;
3145
+ color: #879851;
3146
3146
  }
3147
3147
 
3148
3148
  .ui.basic.olive.buttons .button:active,
3149
3149
  .ui.basic.olive.button:active {
3150
- box-shadow: 0 0 0 1px #81944e inset;
3151
- color: #81944e;
3150
+ box-shadow: 0 0 0 1px #879851 inset;
3151
+ color: #879851;
3152
3152
  }
3153
3153
 
3154
3154
  /* Inverted */
@@ -3237,21 +3237,21 @@ input::selection {
3237
3237
  .ui.tertiary.olive.button {
3238
3238
  background: transparent;
3239
3239
  box-shadow: none;
3240
- color: #9baf66;
3240
+ color: #a0b06c;
3241
3241
  }
3242
3242
 
3243
3243
  .ui.tertiary.olive.buttons .button:hover,
3244
3244
  .ui.tertiary.olive.buttons button:hover,
3245
3245
  .ui.tertiary.olive.button:hover {
3246
- box-shadow: inset 0 -0.2em 0 #86906c;
3247
- color: #86906c;
3246
+ box-shadow: inset 0 -0.2em 0 #8a9271;
3247
+ color: #8a9271;
3248
3248
  }
3249
3249
 
3250
3250
  .ui.tertiary.olive.buttons .button:focus,
3251
3251
  .ui.tertiary.olive.buttons .tertiary.button:focus,
3252
3252
  .ui.tertiary.olive.button:focus {
3253
- box-shadow: inset 0 -0.2em 0 #7f8b61;
3254
- color: #7f8b61;
3253
+ box-shadow: inset 0 -0.2em 0 #848d66;
3254
+ color: #848d66;
3255
3255
  }
3256
3256
 
3257
3257
  .ui.tertiary.olive.buttons .active.button,
@@ -3260,13 +3260,13 @@ input::selection {
3260
3260
  .ui.tertiary.olive.buttons .button:active,
3261
3261
  .ui.tertiary.olive.buttons .tertiary.button:active,
3262
3262
  .ui.tertiary.olive.button:active {
3263
- box-shadow: inset 0 -0.2em 0 #9ec437;
3264
- color: #92ab50;
3263
+ box-shadow: inset 0 -0.2em 0 #a6c63d;
3264
+ color: #98ad56;
3265
3265
  }
3266
3266
 
3267
3267
  .ui.green.buttons .button,
3268
3268
  .ui.green.button {
3269
- background-color: #66af8b;
3269
+ background-color: #81b08c;
3270
3270
  color: #fff;
3271
3271
  text-shadow: none;
3272
3272
  background-image: none;
@@ -3278,21 +3278,21 @@ input::selection {
3278
3278
 
3279
3279
  .ui.green.buttons .button:hover,
3280
3280
  .ui.green.button:hover {
3281
- background-color: #52a97e;
3281
+ background-color: #6fa97c;
3282
3282
  color: #fff;
3283
3283
  text-shadow: none;
3284
3284
  }
3285
3285
 
3286
3286
  .ui.green.buttons .button:focus,
3287
3287
  .ui.green.button:focus {
3288
- background-color: #4aa377;
3288
+ background-color: #62a672;
3289
3289
  color: #fff;
3290
3290
  text-shadow: none;
3291
3291
  }
3292
3292
 
3293
3293
  .ui.green.buttons .button:active,
3294
3294
  .ui.green.button:active {
3295
- background-color: #4e9471;
3295
+ background-color: #629c70;
3296
3296
  color: #fff;
3297
3297
  text-shadow: none;
3298
3298
  }
@@ -3301,7 +3301,7 @@ input::selection {
3301
3301
  .ui.green.buttons .active.button:active,
3302
3302
  .ui.green.active.button,
3303
3303
  .ui.green.button .active.button:active {
3304
- background-color: #50ab7e;
3304
+ background-color: #6daa7c;
3305
3305
  color: #fff;
3306
3306
  text-shadow: none;
3307
3307
  }
@@ -3311,35 +3311,35 @@ input::selection {
3311
3311
  .ui.basic.green.buttons .button,
3312
3312
  .ui.basic.green.button {
3313
3313
  background: transparent;
3314
- box-shadow: 0 0 0 1px #66af8b inset;
3315
- color: #66af8b;
3314
+ box-shadow: 0 0 0 1px #81b08c inset;
3315
+ color: #81b08c;
3316
3316
  }
3317
3317
 
3318
3318
  .ui.basic.green.buttons .button:hover,
3319
3319
  .ui.basic.green.button:hover {
3320
3320
  background: transparent;
3321
- box-shadow: 0 0 0 1px #52a97e inset;
3322
- color: #52a97e;
3321
+ box-shadow: 0 0 0 1px #6fa97c inset;
3322
+ color: #6fa97c;
3323
3323
  }
3324
3324
 
3325
3325
  .ui.basic.green.buttons .button:focus,
3326
3326
  .ui.basic.green.button:focus {
3327
3327
  background: transparent;
3328
- box-shadow: 0 0 0 1px #4aa377 inset;
3329
- color: #52a97e;
3328
+ box-shadow: 0 0 0 1px #62a672 inset;
3329
+ color: #6fa97c;
3330
3330
  }
3331
3331
 
3332
3332
  .ui.basic.green.buttons .active.button,
3333
3333
  .ui.basic.green.active.button {
3334
3334
  background: transparent;
3335
- box-shadow: 0 0 0 1px #50ab7e inset;
3336
- color: #4e9471;
3335
+ box-shadow: 0 0 0 1px #6daa7c inset;
3336
+ color: #629c70;
3337
3337
  }
3338
3338
 
3339
3339
  .ui.basic.green.buttons .button:active,
3340
3340
  .ui.basic.green.button:active {
3341
- box-shadow: 0 0 0 1px #4e9471 inset;
3342
- color: #4e9471;
3341
+ box-shadow: 0 0 0 1px #629c70 inset;
3342
+ color: #629c70;
3343
3343
  }
3344
3344
 
3345
3345
  /* Inverted */
@@ -3428,21 +3428,21 @@ input::selection {
3428
3428
  .ui.tertiary.green.button {
3429
3429
  background: transparent;
3430
3430
  box-shadow: none;
3431
- color: #66af8b;
3431
+ color: #81b08c;
3432
3432
  }
3433
3433
 
3434
3434
  .ui.tertiary.green.buttons .button:hover,
3435
3435
  .ui.tertiary.green.buttons button:hover,
3436
3436
  .ui.tertiary.green.button:hover {
3437
- box-shadow: inset 0 -0.2em 0 #6c907e;
3438
- color: #6c907e;
3437
+ box-shadow: inset 0 -0.2em 0 #869289;
3438
+ color: #869289;
3439
3439
  }
3440
3440
 
3441
3441
  .ui.tertiary.green.buttons .button:focus,
3442
3442
  .ui.tertiary.green.buttons .tertiary.button:focus,
3443
3443
  .ui.tertiary.green.button:focus {
3444
- box-shadow: inset 0 -0.2em 0 #618b76;
3445
- color: #618b76;
3444
+ box-shadow: inset 0 -0.2em 0 #7b8d7f;
3445
+ color: #7b8d7f;
3446
3446
  }
3447
3447
 
3448
3448
  .ui.tertiary.green.buttons .active.button,
@@ -3451,13 +3451,13 @@ input::selection {
3451
3451
  .ui.tertiary.green.buttons .button:active,
3452
3452
  .ui.tertiary.green.buttons .tertiary.button:active,
3453
3453
  .ui.tertiary.green.button:active {
3454
- box-shadow: inset 0 -0.2em 0 #37c47f;
3455
- color: #50ab7e;
3454
+ box-shadow: inset 0 -0.2em 0 #56c16f;
3455
+ color: #6daa7c;
3456
3456
  }
3457
3457
 
3458
3458
  .ui.teal.buttons .button,
3459
3459
  .ui.teal.button {
3460
- background-color: #66afac;
3460
+ background-color: #7fb5c2;
3461
3461
  color: #fff;
3462
3462
  text-shadow: none;
3463
3463
  background-image: none;
@@ -3469,21 +3469,21 @@ input::selection {
3469
3469
 
3470
3470
  .ui.teal.buttons .button:hover,
3471
3471
  .ui.teal.button:hover {
3472
- background-color: #52a9a6;
3472
+ background-color: #6aadbe;
3473
3473
  color: #fff;
3474
3474
  text-shadow: none;
3475
3475
  }
3476
3476
 
3477
3477
  .ui.teal.buttons .button:focus,
3478
3478
  .ui.teal.button:focus {
3479
- background-color: #4aa39f;
3479
+ background-color: #5baabd;
3480
3480
  color: #fff;
3481
3481
  text-shadow: none;
3482
3482
  }
3483
3483
 
3484
3484
  .ui.teal.buttons .button:active,
3485
3485
  .ui.teal.button:active {
3486
- background-color: #4e9491;
3486
+ background-color: #5ca1b2;
3487
3487
  color: #fff;
3488
3488
  text-shadow: none;
3489
3489
  }
@@ -3492,7 +3492,7 @@ input::selection {
3492
3492
  .ui.teal.buttons .active.button:active,
3493
3493
  .ui.teal.active.button,
3494
3494
  .ui.teal.button .active.button:active {
3495
- background-color: #50aba7;
3495
+ background-color: #68afbf;
3496
3496
  color: #fff;
3497
3497
  text-shadow: none;
3498
3498
  }
@@ -3502,35 +3502,35 @@ input::selection {
3502
3502
  .ui.basic.teal.buttons .button,
3503
3503
  .ui.basic.teal.button {
3504
3504
  background: transparent;
3505
- box-shadow: 0 0 0 1px #66afac inset;
3506
- color: #66afac;
3505
+ box-shadow: 0 0 0 1px #7fb5c2 inset;
3506
+ color: #7fb5c2;
3507
3507
  }
3508
3508
 
3509
3509
  .ui.basic.teal.buttons .button:hover,
3510
3510
  .ui.basic.teal.button:hover {
3511
3511
  background: transparent;
3512
- box-shadow: 0 0 0 1px #52a9a6 inset;
3513
- color: #52a9a6;
3512
+ box-shadow: 0 0 0 1px #6aadbe inset;
3513
+ color: #6aadbe;
3514
3514
  }
3515
3515
 
3516
3516
  .ui.basic.teal.buttons .button:focus,
3517
3517
  .ui.basic.teal.button:focus {
3518
3518
  background: transparent;
3519
- box-shadow: 0 0 0 1px #4aa39f inset;
3520
- color: #52a9a6;
3519
+ box-shadow: 0 0 0 1px #5baabd inset;
3520
+ color: #6aadbe;
3521
3521
  }
3522
3522
 
3523
3523
  .ui.basic.teal.buttons .active.button,
3524
3524
  .ui.basic.teal.active.button {
3525
3525
  background: transparent;
3526
- box-shadow: 0 0 0 1px #50aba7 inset;
3527
- color: #4e9491;
3526
+ box-shadow: 0 0 0 1px #68afbf inset;
3527
+ color: #5ca1b2;
3528
3528
  }
3529
3529
 
3530
3530
  .ui.basic.teal.buttons .button:active,
3531
3531
  .ui.basic.teal.button:active {
3532
- box-shadow: 0 0 0 1px #4e9491 inset;
3533
- color: #4e9491;
3532
+ box-shadow: 0 0 0 1px #5ca1b2 inset;
3533
+ color: #5ca1b2;
3534
3534
  }
3535
3535
 
3536
3536
  /* Inverted */
@@ -3619,21 +3619,21 @@ input::selection {
3619
3619
  .ui.tertiary.teal.button {
3620
3620
  background: transparent;
3621
3621
  box-shadow: none;
3622
- color: #66afac;
3622
+ color: #7fb5c2;
3623
3623
  }
3624
3624
 
3625
3625
  .ui.tertiary.teal.buttons .button:hover,
3626
3626
  .ui.tertiary.teal.buttons button:hover,
3627
3627
  .ui.tertiary.teal.button:hover {
3628
- box-shadow: inset 0 -0.2em 0 #6c908e;
3629
- color: #6c908e;
3628
+ box-shadow: inset 0 -0.2em 0 #7fa0a8;
3629
+ color: #7fa0a8;
3630
3630
  }
3631
3631
 
3632
3632
  .ui.tertiary.teal.buttons .button:focus,
3633
3633
  .ui.tertiary.teal.buttons .tertiary.button:focus,
3634
3634
  .ui.tertiary.teal.button:focus {
3635
- box-shadow: inset 0 -0.2em 0 #618b89;
3636
- color: #618b89;
3635
+ box-shadow: inset 0 -0.2em 0 #729ca6;
3636
+ color: #729ca6;
3637
3637
  }
3638
3638
 
3639
3639
  .ui.tertiary.teal.buttons .active.button,
@@ -3642,8 +3642,8 @@ input::selection {
3642
3642
  .ui.tertiary.teal.buttons .button:active,
3643
3643
  .ui.tertiary.teal.buttons .tertiary.button:active,
3644
3644
  .ui.tertiary.teal.button:active {
3645
- box-shadow: inset 0 -0.2em 0 #37c4be;
3646
- color: #50aba7;
3645
+ box-shadow: inset 0 -0.2em 0 #53bcd5;
3646
+ color: #68afbf;
3647
3647
  }
3648
3648
 
3649
3649
  .ui.blue.buttons .button,
@@ -3839,7 +3839,7 @@ input::selection {
3839
3839
 
3840
3840
  .ui.violet.buttons .button,
3841
3841
  .ui.violet.button {
3842
- background-color: #a166af;
3842
+ background-color: #9461ac;
3843
3843
  color: #fff;
3844
3844
  text-shadow: none;
3845
3845
  background-image: none;
@@ -3851,21 +3851,21 @@ input::selection {
3851
3851
 
3852
3852
  .ui.violet.buttons .button:hover,
3853
3853
  .ui.violet.button:hover {
3854
- background-color: #9852a9;
3854
+ background-color: #8950a3;
3855
3855
  color: #fff;
3856
3856
  text-shadow: none;
3857
3857
  }
3858
3858
 
3859
3859
  .ui.violet.buttons .button:focus,
3860
3860
  .ui.violet.button:focus {
3861
- background-color: #914aa3;
3861
+ background-color: #81479d;
3862
3862
  color: #fff;
3863
3863
  text-shadow: none;
3864
3864
  }
3865
3865
 
3866
3866
  .ui.violet.buttons .button:active,
3867
3867
  .ui.violet.button:active {
3868
- background-color: #874e94;
3868
+ background-color: #794b8f;
3869
3869
  color: #fff;
3870
3870
  text-shadow: none;
3871
3871
  }
@@ -3874,7 +3874,7 @@ input::selection {
3874
3874
  .ui.violet.buttons .active.button:active,
3875
3875
  .ui.violet.active.button,
3876
3876
  .ui.violet.button .active.button:active {
3877
- background-color: #9a50ab;
3877
+ background-color: #894ea5;
3878
3878
  color: #fff;
3879
3879
  text-shadow: none;
3880
3880
  }
@@ -3884,35 +3884,35 @@ input::selection {
3884
3884
  .ui.basic.violet.buttons .button,
3885
3885
  .ui.basic.violet.button {
3886
3886
  background: transparent;
3887
- box-shadow: 0 0 0 1px #a166af inset;
3888
- color: #a166af;
3887
+ box-shadow: 0 0 0 1px #9461ac inset;
3888
+ color: #9461ac;
3889
3889
  }
3890
3890
 
3891
3891
  .ui.basic.violet.buttons .button:hover,
3892
3892
  .ui.basic.violet.button:hover {
3893
3893
  background: transparent;
3894
- box-shadow: 0 0 0 1px #9852a9 inset;
3895
- color: #9852a9;
3894
+ box-shadow: 0 0 0 1px #8950a3 inset;
3895
+ color: #8950a3;
3896
3896
  }
3897
3897
 
3898
3898
  .ui.basic.violet.buttons .button:focus,
3899
3899
  .ui.basic.violet.button:focus {
3900
3900
  background: transparent;
3901
- box-shadow: 0 0 0 1px #914aa3 inset;
3902
- color: #9852a9;
3901
+ box-shadow: 0 0 0 1px #81479d inset;
3902
+ color: #8950a3;
3903
3903
  }
3904
3904
 
3905
3905
  .ui.basic.violet.buttons .active.button,
3906
3906
  .ui.basic.violet.active.button {
3907
3907
  background: transparent;
3908
- box-shadow: 0 0 0 1px #9a50ab inset;
3909
- color: #874e94;
3908
+ box-shadow: 0 0 0 1px #894ea5 inset;
3909
+ color: #794b8f;
3910
3910
  }
3911
3911
 
3912
3912
  .ui.basic.violet.buttons .button:active,
3913
3913
  .ui.basic.violet.button:active {
3914
- box-shadow: 0 0 0 1px #874e94 inset;
3915
- color: #874e94;
3914
+ box-shadow: 0 0 0 1px #794b8f inset;
3915
+ color: #794b8f;
3916
3916
  }
3917
3917
 
3918
3918
  /* Inverted */
@@ -4001,21 +4001,21 @@ input::selection {
4001
4001
  .ui.tertiary.violet.button {
4002
4002
  background: transparent;
4003
4003
  box-shadow: none;
4004
- color: #a166af;
4004
+ color: #9461ac;
4005
4005
  }
4006
4006
 
4007
4007
  .ui.tertiary.violet.buttons .button:hover,
4008
4008
  .ui.tertiary.violet.buttons button:hover,
4009
4009
  .ui.tertiary.violet.button:hover {
4010
- box-shadow: inset 0 -0.2em 0 #896c90;
4011
- color: #896c90;
4010
+ box-shadow: inset 0 -0.2em 0 #80688b;
4011
+ color: #80688b;
4012
4012
  }
4013
4013
 
4014
4014
  .ui.tertiary.violet.buttons .button:focus,
4015
4015
  .ui.tertiary.violet.buttons .tertiary.button:focus,
4016
4016
  .ui.tertiary.violet.button:focus {
4017
- box-shadow: inset 0 -0.2em 0 #83618b;
4018
- color: #83618b;
4017
+ box-shadow: inset 0 -0.2em 0 #795e86;
4018
+ color: #795e86;
4019
4019
  }
4020
4020
 
4021
4021
  .ui.tertiary.violet.buttons .active.button,
@@ -4024,8 +4024,8 @@ input::selection {
4024
4024
  .ui.tertiary.violet.buttons .button:active,
4025
4025
  .ui.tertiary.violet.buttons .tertiary.button:active,
4026
4026
  .ui.tertiary.violet.button:active {
4027
- box-shadow: inset 0 -0.2em 0 #a937c4;
4028
- color: #9a50ab;
4027
+ box-shadow: inset 0 -0.2em 0 #9236be;
4028
+ color: #894ea5;
4029
4029
  }
4030
4030
 
4031
4031
  .ui.purple.buttons .button,
@@ -4603,7 +4603,7 @@ input::selection {
4603
4603
 
4604
4604
  .ui.grey.buttons .button,
4605
4605
  .ui.grey.button {
4606
- background-color: #9ab5c1;
4606
+ background-color: #a3b3c0;
4607
4607
  color: #fff;
4608
4608
  text-shadow: none;
4609
4609
  background-image: none;
@@ -4615,21 +4615,21 @@ input::selection {
4615
4615
 
4616
4616
  .ui.grey.buttons .button:hover,
4617
4617
  .ui.grey.button:hover {
4618
- background-color: #aac1cb;
4618
+ background-color: #b2c0ca;
4619
4619
  color: #fff;
4620
4620
  text-shadow: none;
4621
4621
  }
4622
4622
 
4623
4623
  .ui.grey.buttons .button:focus,
4624
4624
  .ui.grey.button:focus {
4625
- background-color: #b3c8d1;
4625
+ background-color: #bbc7d1;
4626
4626
  color: #fff;
4627
4627
  text-shadow: none;
4628
4628
  }
4629
4629
 
4630
4630
  .ui.grey.buttons .button:active,
4631
4631
  .ui.grey.button:active {
4632
- background-color: #baccd4;
4632
+ background-color: #c1ccd5;
4633
4633
  color: #fff;
4634
4634
  text-shadow: none;
4635
4635
  }
@@ -4638,7 +4638,7 @@ input::selection {
4638
4638
  .ui.grey.buttons .active.button:active,
4639
4639
  .ui.grey.active.button,
4640
4640
  .ui.grey.button .active.button:active {
4641
- background-color: #8aa9b7;
4641
+ background-color: #94a6b6;
4642
4642
  color: #fff;
4643
4643
  text-shadow: none;
4644
4644
  }
@@ -4648,35 +4648,35 @@ input::selection {
4648
4648
  .ui.basic.grey.buttons .button,
4649
4649
  .ui.basic.grey.button {
4650
4650
  background: transparent;
4651
- box-shadow: 0 0 0 1px #9ab5c1 inset;
4652
- color: #9ab5c1;
4651
+ box-shadow: 0 0 0 1px #a3b3c0 inset;
4652
+ color: #a3b3c0;
4653
4653
  }
4654
4654
 
4655
4655
  .ui.basic.grey.buttons .button:hover,
4656
4656
  .ui.basic.grey.button:hover {
4657
4657
  background: transparent;
4658
- box-shadow: 0 0 0 1px #aac1cb inset;
4659
- color: #aac1cb;
4658
+ box-shadow: 0 0 0 1px #b2c0ca inset;
4659
+ color: #b2c0ca;
4660
4660
  }
4661
4661
 
4662
4662
  .ui.basic.grey.buttons .button:focus,
4663
4663
  .ui.basic.grey.button:focus {
4664
4664
  background: transparent;
4665
- box-shadow: 0 0 0 1px #b3c8d1 inset;
4666
- color: #aac1cb;
4665
+ box-shadow: 0 0 0 1px #bbc7d1 inset;
4666
+ color: #b2c0ca;
4667
4667
  }
4668
4668
 
4669
4669
  .ui.basic.grey.buttons .active.button,
4670
4670
  .ui.basic.grey.active.button {
4671
4671
  background: transparent;
4672
- box-shadow: 0 0 0 1px #8aa9b7 inset;
4673
- color: #baccd4;
4672
+ box-shadow: 0 0 0 1px #94a6b6 inset;
4673
+ color: #c1ccd5;
4674
4674
  }
4675
4675
 
4676
4676
  .ui.basic.grey.buttons .button:active,
4677
4677
  .ui.basic.grey.button:active {
4678
- box-shadow: 0 0 0 1px #baccd4 inset;
4679
- color: #baccd4;
4678
+ box-shadow: 0 0 0 1px #c1ccd5 inset;
4679
+ color: #c1ccd5;
4680
4680
  }
4681
4681
 
4682
4682
  /* Inverted */
@@ -4765,21 +4765,21 @@ input::selection {
4765
4765
  .ui.tertiary.grey.button {
4766
4766
  background: transparent;
4767
4767
  box-shadow: none;
4768
- color: #9ab5c1;
4768
+ color: #a3b3c0;
4769
4769
  }
4770
4770
 
4771
4771
  .ui.tertiary.grey.buttons .button:hover,
4772
4772
  .ui.tertiary.grey.buttons button:hover,
4773
4773
  .ui.tertiary.grey.button:hover {
4774
- box-shadow: inset 0 -0.2em 0 #baccd4;
4775
- color: #baccd4;
4774
+ box-shadow: inset 0 -0.2em 0 #c1ccd5;
4775
+ color: #c1ccd5;
4776
4776
  }
4777
4777
 
4778
4778
  .ui.tertiary.grey.buttons .button:focus,
4779
4779
  .ui.tertiary.grey.buttons .tertiary.button:focus,
4780
4780
  .ui.tertiary.grey.button:focus {
4781
- box-shadow: inset 0 -0.2em 0 #cddae0;
4782
- color: #cddae0;
4781
+ box-shadow: inset 0 -0.2em 0 #d3dbe1;
4782
+ color: #d3dbe1;
4783
4783
  }
4784
4784
 
4785
4785
  .ui.tertiary.grey.buttons .active.button,
@@ -4788,8 +4788,8 @@ input::selection {
4788
4788
  .ui.tertiary.grey.buttons .button:active,
4789
4789
  .ui.tertiary.grey.buttons .tertiary.button:active,
4790
4790
  .ui.tertiary.grey.button:active {
4791
- box-shadow: inset 0 -0.2em 0 #7a9eae;
4792
- color: #8aa9b7;
4791
+ box-shadow: inset 0 -0.2em 0 #859aab;
4792
+ color: #94a6b6;
4793
4793
  }
4794
4794
 
4795
4795
  .ui.black.buttons .button,
@@ -4987,7 +4987,7 @@ input::selection {
4987
4987
 
4988
4988
  .ui.positive.buttons .button,
4989
4989
  .ui.positive.button {
4990
- background-color: #66af8b;
4990
+ background-color: #81b08c;
4991
4991
  color: #fff;
4992
4992
  text-shadow: none;
4993
4993
  background-image: none;
@@ -4999,21 +4999,21 @@ input::selection {
4999
4999
 
5000
5000
  .ui.positive.buttons .button:hover,
5001
5001
  .ui.positive.button:hover {
5002
- background-color: #52a97e;
5002
+ background-color: #6fa97c;
5003
5003
  color: #fff;
5004
5004
  text-shadow: none;
5005
5005
  }
5006
5006
 
5007
5007
  .ui.positive.buttons .button:focus,
5008
5008
  .ui.positive.button:focus {
5009
- background-color: #4aa377;
5009
+ background-color: #62a672;
5010
5010
  color: #fff;
5011
5011
  text-shadow: none;
5012
5012
  }
5013
5013
 
5014
5014
  .ui.positive.buttons .button:active,
5015
5015
  .ui.positive.button:active {
5016
- background-color: #4e9471;
5016
+ background-color: #629c70;
5017
5017
  color: #fff;
5018
5018
  text-shadow: none;
5019
5019
  }
@@ -5022,7 +5022,7 @@ input::selection {
5022
5022
  .ui.positive.buttons .active.button:active,
5023
5023
  .ui.positive.active.button,
5024
5024
  .ui.positive.button .active.button:active {
5025
- background-color: #50ab7e;
5025
+ background-color: #6daa7c;
5026
5026
  color: #fff;
5027
5027
  text-shadow: none;
5028
5028
  }
@@ -5032,35 +5032,35 @@ input::selection {
5032
5032
  .ui.basic.positive.buttons .button,
5033
5033
  .ui.basic.positive.button {
5034
5034
  background: transparent;
5035
- box-shadow: 0 0 0 1px #66af8b inset;
5036
- color: #66af8b;
5035
+ box-shadow: 0 0 0 1px #81b08c inset;
5036
+ color: #81b08c;
5037
5037
  }
5038
5038
 
5039
5039
  .ui.basic.positive.buttons .button:hover,
5040
5040
  .ui.basic.positive.button:hover {
5041
5041
  background: transparent;
5042
- box-shadow: 0 0 0 1px #52a97e inset;
5043
- color: #52a97e;
5042
+ box-shadow: 0 0 0 1px #6fa97c inset;
5043
+ color: #6fa97c;
5044
5044
  }
5045
5045
 
5046
5046
  .ui.basic.positive.buttons .button:focus,
5047
5047
  .ui.basic.positive.button:focus {
5048
5048
  background: transparent;
5049
- box-shadow: 0 0 0 1px #4aa377 inset;
5050
- color: #52a97e;
5049
+ box-shadow: 0 0 0 1px #62a672 inset;
5050
+ color: #6fa97c;
5051
5051
  }
5052
5052
 
5053
5053
  .ui.basic.positive.buttons .active.button,
5054
5054
  .ui.basic.positive.active.button {
5055
5055
  background: transparent;
5056
- box-shadow: 0 0 0 1px #50ab7e inset;
5057
- color: #4e9471;
5056
+ box-shadow: 0 0 0 1px #6daa7c inset;
5057
+ color: #629c70;
5058
5058
  }
5059
5059
 
5060
5060
  .ui.basic.positive.buttons .button:active,
5061
5061
  .ui.basic.positive.button:active {
5062
- box-shadow: 0 0 0 1px #4e9471 inset;
5063
- color: #4e9471;
5062
+ box-shadow: 0 0 0 1px #629c70 inset;
5063
+ color: #629c70;
5064
5064
  }
5065
5065
 
5066
5066
  .ui.buttons:not(.vertical) > .basic.positive.button:not(:first-child) {
@@ -7752,15 +7752,15 @@ a.ui.inverted.primary.header.header.header:hover {
7752
7752
  }
7753
7753
 
7754
7754
  .ui.secondary.header {
7755
- color: #1b1c1d;
7755
+ color: #294755;
7756
7756
  }
7757
7757
 
7758
7758
  a.ui.secondary.header:hover {
7759
- color: #27292a;
7759
+ color: #2f5669;
7760
7760
  }
7761
7761
 
7762
7762
  .ui.secondary.dividing.header {
7763
- border-bottom: 2px solid #1b1c1d;
7763
+ border-bottom: 2px solid #294755;
7764
7764
  }
7765
7765
 
7766
7766
  .ui.inverted.secondary.header.header.header {
@@ -7848,15 +7848,15 @@ a.ui.inverted.yellow.header.header.header:hover {
7848
7848
  }
7849
7849
 
7850
7850
  .ui.olive.header {
7851
- color: #9baf66;
7851
+ color: #a0b06c;
7852
7852
  }
7853
7853
 
7854
7854
  a.ui.olive.header:hover {
7855
- color: #91a952;
7855
+ color: #97ab58;
7856
7856
  }
7857
7857
 
7858
7858
  .ui.olive.dividing.header {
7859
- border-bottom: 2px solid #9baf66;
7859
+ border-bottom: 2px solid #a0b06c;
7860
7860
  }
7861
7861
 
7862
7862
  .ui.inverted.olive.header.header.header {
@@ -7872,15 +7872,15 @@ a.ui.inverted.olive.header.header.header:hover {
7872
7872
  }
7873
7873
 
7874
7874
  .ui.green.header {
7875
- color: #66af8b;
7875
+ color: #81b08c;
7876
7876
  }
7877
7877
 
7878
7878
  a.ui.green.header:hover {
7879
- color: #52a97e;
7879
+ color: #6fa97c;
7880
7880
  }
7881
7881
 
7882
7882
  .ui.green.dividing.header {
7883
- border-bottom: 2px solid #66af8b;
7883
+ border-bottom: 2px solid #81b08c;
7884
7884
  }
7885
7885
 
7886
7886
  .ui.inverted.green.header.header.header {
@@ -7896,15 +7896,15 @@ a.ui.inverted.green.header.header.header:hover {
7896
7896
  }
7897
7897
 
7898
7898
  .ui.teal.header {
7899
- color: #66afac;
7899
+ color: #7fb5c2;
7900
7900
  }
7901
7901
 
7902
7902
  a.ui.teal.header:hover {
7903
- color: #52a9a6;
7903
+ color: #6aadbe;
7904
7904
  }
7905
7905
 
7906
7906
  .ui.teal.dividing.header {
7907
- border-bottom: 2px solid #66afac;
7907
+ border-bottom: 2px solid #7fb5c2;
7908
7908
  }
7909
7909
 
7910
7910
  .ui.inverted.teal.header.header.header {
@@ -7944,15 +7944,15 @@ a.ui.inverted.blue.header.header.header:hover {
7944
7944
  }
7945
7945
 
7946
7946
  .ui.violet.header {
7947
- color: #a166af;
7947
+ color: #9461ac;
7948
7948
  }
7949
7949
 
7950
7950
  a.ui.violet.header:hover {
7951
- color: #9852a9;
7951
+ color: #8950a3;
7952
7952
  }
7953
7953
 
7954
7954
  .ui.violet.dividing.header {
7955
- border-bottom: 2px solid #a166af;
7955
+ border-bottom: 2px solid #9461ac;
7956
7956
  }
7957
7957
 
7958
7958
  .ui.inverted.violet.header.header.header {
@@ -8040,15 +8040,15 @@ a.ui.inverted.brown.header.header.header:hover {
8040
8040
  }
8041
8041
 
8042
8042
  .ui.grey.header {
8043
- color: #9ab5c1;
8043
+ color: #a3b3c0;
8044
8044
  }
8045
8045
 
8046
8046
  a.ui.grey.header:hover {
8047
- color: #aac1cb;
8047
+ color: #b2c0ca;
8048
8048
  }
8049
8049
 
8050
8050
  .ui.grey.dividing.header {
8051
- border-bottom: 2px solid #9ab5c1;
8051
+ border-bottom: 2px solid #a3b3c0;
8052
8052
  }
8053
8053
 
8054
8054
  .ui.inverted.grey.header.header.header {
@@ -8624,7 +8624,7 @@ i.inverted.circular.primary.icons {
8624
8624
  }
8625
8625
 
8626
8626
  i.secondary.icon.icon.icon.icon.icon.icon {
8627
- color: #1b1c1d;
8627
+ color: #294755;
8628
8628
  }
8629
8629
 
8630
8630
  i.inverted.secondary.icon.icon.icon.icon.icon.icon {
@@ -8635,7 +8635,7 @@ i.inverted.bordered.secondary.icon.icon.icon.icon.icon.icon,
8635
8635
  i.inverted.circular.secondary.icon.icon.icon.icon.icon.icon,
8636
8636
  i.inverted.bordered.secondary.icons,
8637
8637
  i.inverted.circular.secondary.icons {
8638
- background-color: #1b1c1d;
8638
+ background-color: #294755;
8639
8639
  color: #fff;
8640
8640
  }
8641
8641
 
@@ -8688,7 +8688,7 @@ i.inverted.circular.yellow.icons {
8688
8688
  }
8689
8689
 
8690
8690
  i.olive.icon.icon.icon.icon.icon.icon {
8691
- color: #9baf66;
8691
+ color: #a0b06c;
8692
8692
  }
8693
8693
 
8694
8694
  i.inverted.olive.icon.icon.icon.icon.icon.icon {
@@ -8699,12 +8699,12 @@ i.inverted.bordered.olive.icon.icon.icon.icon.icon.icon,
8699
8699
  i.inverted.circular.olive.icon.icon.icon.icon.icon.icon,
8700
8700
  i.inverted.bordered.olive.icons,
8701
8701
  i.inverted.circular.olive.icons {
8702
- background-color: #9baf66;
8702
+ background-color: #a0b06c;
8703
8703
  color: #fff;
8704
8704
  }
8705
8705
 
8706
8706
  i.green.icon.icon.icon.icon.icon.icon {
8707
- color: #66af8b;
8707
+ color: #81b08c;
8708
8708
  }
8709
8709
 
8710
8710
  i.inverted.green.icon.icon.icon.icon.icon.icon {
@@ -8715,12 +8715,12 @@ i.inverted.bordered.green.icon.icon.icon.icon.icon.icon,
8715
8715
  i.inverted.circular.green.icon.icon.icon.icon.icon.icon,
8716
8716
  i.inverted.bordered.green.icons,
8717
8717
  i.inverted.circular.green.icons {
8718
- background-color: #66af8b;
8718
+ background-color: #81b08c;
8719
8719
  color: #fff;
8720
8720
  }
8721
8721
 
8722
8722
  i.teal.icon.icon.icon.icon.icon.icon {
8723
- color: #66afac;
8723
+ color: #7fb5c2;
8724
8724
  }
8725
8725
 
8726
8726
  i.inverted.teal.icon.icon.icon.icon.icon.icon {
@@ -8731,7 +8731,7 @@ i.inverted.bordered.teal.icon.icon.icon.icon.icon.icon,
8731
8731
  i.inverted.circular.teal.icon.icon.icon.icon.icon.icon,
8732
8732
  i.inverted.bordered.teal.icons,
8733
8733
  i.inverted.circular.teal.icons {
8734
- background-color: #66afac;
8734
+ background-color: #7fb5c2;
8735
8735
  color: #fff;
8736
8736
  }
8737
8737
 
@@ -8752,7 +8752,7 @@ i.inverted.circular.blue.icons {
8752
8752
  }
8753
8753
 
8754
8754
  i.violet.icon.icon.icon.icon.icon.icon {
8755
- color: #a166af;
8755
+ color: #9461ac;
8756
8756
  }
8757
8757
 
8758
8758
  i.inverted.violet.icon.icon.icon.icon.icon.icon {
@@ -8763,7 +8763,7 @@ i.inverted.bordered.violet.icon.icon.icon.icon.icon.icon,
8763
8763
  i.inverted.circular.violet.icon.icon.icon.icon.icon.icon,
8764
8764
  i.inverted.bordered.violet.icons,
8765
8765
  i.inverted.circular.violet.icons {
8766
- background-color: #a166af;
8766
+ background-color: #9461ac;
8767
8767
  color: #fff;
8768
8768
  }
8769
8769
 
@@ -8816,7 +8816,7 @@ i.inverted.circular.brown.icons {
8816
8816
  }
8817
8817
 
8818
8818
  i.grey.icon.icon.icon.icon.icon.icon {
8819
- color: #9ab5c1;
8819
+ color: #a3b3c0;
8820
8820
  }
8821
8821
 
8822
8822
  i.inverted.grey.icon.icon.icon.icon.icon.icon {
@@ -8827,7 +8827,7 @@ i.inverted.bordered.grey.icon.icon.icon.icon.icon.icon,
8827
8827
  i.inverted.circular.grey.icon.icon.icon.icon.icon.icon,
8828
8828
  i.inverted.bordered.grey.icons,
8829
8829
  i.inverted.circular.grey.icons {
8830
- background-color: #9ab5c1;
8830
+ background-color: #a3b3c0;
8831
8831
  color: #fff;
8832
8832
  }
8833
8833
 
@@ -17799,11 +17799,11 @@ img.ui.bordered.image {
17799
17799
  /* browsers require these rules separate */
17800
17800
 
17801
17801
  .ui.input > input::-ms-input-placeholder {
17802
- color: #9ab5c1;
17802
+ color: #a3b3c0;
17803
17803
  }
17804
17804
 
17805
17805
  .ui.input > input::placeholder {
17806
- color: #9ab5c1;
17806
+ color: #a3b3c0;
17807
17807
  }
17808
17808
 
17809
17809
  .ui.input > input::-moz-placeholder {
@@ -17872,7 +17872,7 @@ img.ui.bordered.image {
17872
17872
  width: 1.28571429em;
17873
17873
  height: 1.28571429em;
17874
17874
  animation: loader 0.6s infinite linear;
17875
- border: 0.2em solid #9ab5c1;
17875
+ border: 0.2em solid #a3b3c0;
17876
17876
  border-radius: 500rem;
17877
17877
  box-shadow: 0 0 0 1px transparent;
17878
17878
  }
@@ -17891,12 +17891,12 @@ img.ui.bordered.image {
17891
17891
 
17892
17892
  .ui.input.focus > input::-ms-input-placeholder,
17893
17893
  .ui.input > input:focus::-ms-input-placeholder {
17894
- color: #9ab5c1;
17894
+ color: #a3b3c0;
17895
17895
  }
17896
17896
 
17897
17897
  .ui.input.focus > input::placeholder,
17898
17898
  .ui.input > input:focus::placeholder {
17899
- color: #9ab5c1;
17899
+ color: #a3b3c0;
17900
17900
  }
17901
17901
 
17902
17902
  /* --------------------
@@ -18648,7 +18648,7 @@ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not
18648
18648
 
18649
18649
  input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
18650
18650
  .ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
18651
- background-color: #27292a;
18651
+ background-color: #2f5669;
18652
18652
  color: #fff;
18653
18653
  }
18654
18654
 
@@ -18692,7 +18692,7 @@ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(
18692
18692
 
18693
18693
  input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
18694
18694
  .ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
18695
- background-color: #91a952;
18695
+ background-color: #97ab58;
18696
18696
  color: #fff;
18697
18697
  }
18698
18698
 
@@ -18703,7 +18703,7 @@ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.
18703
18703
 
18704
18704
  input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
18705
18705
  .ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
18706
- background-color: #52a97e;
18706
+ background-color: #6fa97c;
18707
18707
  color: #fff;
18708
18708
  }
18709
18709
 
@@ -18714,7 +18714,7 @@ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.
18714
18714
 
18715
18715
  input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
18716
18716
  .ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
18717
- background-color: #52a9a6;
18717
+ background-color: #6aadbe;
18718
18718
  color: #fff;
18719
18719
  }
18720
18720
 
@@ -18736,7 +18736,7 @@ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.t
18736
18736
 
18737
18737
  input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
18738
18738
  .ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
18739
- background-color: #9852a9;
18739
+ background-color: #8950a3;
18740
18740
  color: #fff;
18741
18741
  }
18742
18742
 
@@ -18780,7 +18780,7 @@ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.
18780
18780
 
18781
18781
  input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
18782
18782
  .ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
18783
- background-color: #aac1cb;
18783
+ background-color: #b2c0ca;
18784
18784
  color: #fff;
18785
18785
  }
18786
18786
 
@@ -18824,24 +18824,24 @@ input[type="file"].ui.primary.file.input::file-selector-button:hover,
18824
18824
 
18825
18825
  input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
18826
18826
  .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
18827
- background: #1b1c1d;
18827
+ background: #294755;
18828
18828
  color: #fff;
18829
18829
  }
18830
18830
 
18831
18831
  input[type="file"].ui.secondary.file.input::file-selector-button,
18832
18832
  .ui.secondary.file.input input[type="file"]::file-selector-button {
18833
- background: #1b1c1d;
18833
+ background: #294755;
18834
18834
  color: #fff;
18835
18835
  }
18836
18836
 
18837
18837
  input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
18838
18838
  .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
18839
- background: #27292a;
18839
+ background: #2f5669;
18840
18840
  }
18841
18841
 
18842
18842
  input[type="file"].ui.secondary.file.input::file-selector-button:hover,
18843
18843
  .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
18844
- background: #27292a;
18844
+ background: #2f5669;
18845
18845
  }
18846
18846
 
18847
18847
  input[type="file"].ui.red.file.input::-webkit-file-upload-button,
@@ -18912,68 +18912,68 @@ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
18912
18912
 
18913
18913
  input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
18914
18914
  .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
18915
- background: #9baf66;
18915
+ background: #a0b06c;
18916
18916
  color: #fff;
18917
18917
  }
18918
18918
 
18919
18919
  input[type="file"].ui.olive.file.input::file-selector-button,
18920
18920
  .ui.olive.file.input input[type="file"]::file-selector-button {
18921
- background: #9baf66;
18921
+ background: #a0b06c;
18922
18922
  color: #fff;
18923
18923
  }
18924
18924
 
18925
18925
  input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
18926
18926
  .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
18927
- background: #91a952;
18927
+ background: #97ab58;
18928
18928
  }
18929
18929
 
18930
18930
  input[type="file"].ui.olive.file.input::file-selector-button:hover,
18931
18931
  .ui.olive.file.input input[type="file"]::file-selector-button:hover {
18932
- background: #91a952;
18932
+ background: #97ab58;
18933
18933
  }
18934
18934
 
18935
18935
  input[type="file"].ui.green.file.input::-webkit-file-upload-button,
18936
18936
  .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
18937
- background: #66af8b;
18937
+ background: #81b08c;
18938
18938
  color: #fff;
18939
18939
  }
18940
18940
 
18941
18941
  input[type="file"].ui.green.file.input::file-selector-button,
18942
18942
  .ui.green.file.input input[type="file"]::file-selector-button {
18943
- background: #66af8b;
18943
+ background: #81b08c;
18944
18944
  color: #fff;
18945
18945
  }
18946
18946
 
18947
18947
  input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
18948
18948
  .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
18949
- background: #52a97e;
18949
+ background: #6fa97c;
18950
18950
  }
18951
18951
 
18952
18952
  input[type="file"].ui.green.file.input::file-selector-button:hover,
18953
18953
  .ui.green.file.input input[type="file"]::file-selector-button:hover {
18954
- background: #52a97e;
18954
+ background: #6fa97c;
18955
18955
  }
18956
18956
 
18957
18957
  input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
18958
18958
  .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
18959
- background: #66afac;
18959
+ background: #7fb5c2;
18960
18960
  color: #fff;
18961
18961
  }
18962
18962
 
18963
18963
  input[type="file"].ui.teal.file.input::file-selector-button,
18964
18964
  .ui.teal.file.input input[type="file"]::file-selector-button {
18965
- background: #66afac;
18965
+ background: #7fb5c2;
18966
18966
  color: #fff;
18967
18967
  }
18968
18968
 
18969
18969
  input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
18970
18970
  .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
18971
- background: #52a9a6;
18971
+ background: #6aadbe;
18972
18972
  }
18973
18973
 
18974
18974
  input[type="file"].ui.teal.file.input::file-selector-button:hover,
18975
18975
  .ui.teal.file.input input[type="file"]::file-selector-button:hover {
18976
- background: #52a9a6;
18976
+ background: #6aadbe;
18977
18977
  }
18978
18978
 
18979
18979
  input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
@@ -19000,24 +19000,24 @@ input[type="file"].ui.blue.file.input::file-selector-button:hover,
19000
19000
 
19001
19001
  input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
19002
19002
  .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
19003
- background: #a166af;
19003
+ background: #9461ac;
19004
19004
  color: #fff;
19005
19005
  }
19006
19006
 
19007
19007
  input[type="file"].ui.violet.file.input::file-selector-button,
19008
19008
  .ui.violet.file.input input[type="file"]::file-selector-button {
19009
- background: #a166af;
19009
+ background: #9461ac;
19010
19010
  color: #fff;
19011
19011
  }
19012
19012
 
19013
19013
  input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
19014
19014
  .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
19015
- background: #9852a9;
19015
+ background: #8950a3;
19016
19016
  }
19017
19017
 
19018
19018
  input[type="file"].ui.violet.file.input::file-selector-button:hover,
19019
19019
  .ui.violet.file.input input[type="file"]::file-selector-button:hover {
19020
- background: #9852a9;
19020
+ background: #8950a3;
19021
19021
  }
19022
19022
 
19023
19023
  input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
@@ -19088,24 +19088,24 @@ input[type="file"].ui.brown.file.input::file-selector-button:hover,
19088
19088
 
19089
19089
  input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
19090
19090
  .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
19091
- background: #9ab5c1;
19091
+ background: #a3b3c0;
19092
19092
  color: #fff;
19093
19093
  }
19094
19094
 
19095
19095
  input[type="file"].ui.grey.file.input::file-selector-button,
19096
19096
  .ui.grey.file.input input[type="file"]::file-selector-button {
19097
- background: #9ab5c1;
19097
+ background: #a3b3c0;
19098
19098
  color: #fff;
19099
19099
  }
19100
19100
 
19101
19101
  input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
19102
19102
  .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
19103
- background: #aac1cb;
19103
+ background: #b2c0ca;
19104
19104
  }
19105
19105
 
19106
19106
  input[type="file"].ui.grey.file.input::file-selector-button:hover,
19107
19107
  .ui.grey.file.input input[type="file"]::file-selector-button:hover {
19108
- background: #aac1cb;
19108
+ background: #b2c0ca;
19109
19109
  }
19110
19110
 
19111
19111
  input[type="file"].ui.black.file.input::-webkit-file-upload-button,
@@ -20030,8 +20030,8 @@ a.ui.ui.ui.inverted.basic.primary.label:hover {
20030
20030
 
20031
20031
  .ui.secondary.labels .label,
20032
20032
  .ui.ui.ui.secondary.label {
20033
- background-color: #1b1c1d;
20034
- border-color: #1b1c1d;
20033
+ background-color: #294755;
20034
+ border-color: #294755;
20035
20035
  color: rgba(255, 255, 255, 0.9);
20036
20036
  }
20037
20037
 
@@ -20039,15 +20039,15 @@ a.ui.ui.ui.inverted.basic.primary.label:hover {
20039
20039
 
20040
20040
  .ui.secondary.labels a.label:hover,
20041
20041
  a.ui.ui.ui.secondary.label:hover {
20042
- background-color: #27292a;
20043
- border-color: #27292a;
20042
+ background-color: #2f5669;
20043
+ border-color: #2f5669;
20044
20044
  color: #fff;
20045
20045
  }
20046
20046
 
20047
20047
  /* Ribbon */
20048
20048
 
20049
20049
  .ui.ui.ui.secondary.ribbon.label {
20050
- border-color: #020203;
20050
+ border-color: #182a33;
20051
20051
  }
20052
20052
 
20053
20053
  /* Basic */
@@ -20055,15 +20055,15 @@ a.ui.ui.ui.secondary.label:hover {
20055
20055
  .ui.basic.labels .secondary.label,
20056
20056
  .ui.ui.ui.basic.secondary.label {
20057
20057
  background: none #fff;
20058
- border-color: #1b1c1d;
20059
- color: #1b1c1d;
20058
+ border-color: #294755;
20059
+ color: #294755;
20060
20060
  }
20061
20061
 
20062
20062
  .ui.basic.labels a.secondary.label:hover,
20063
20063
  a.ui.ui.ui.basic.secondary.label:hover {
20064
20064
  background: none #fff;
20065
- border-color: #27292a;
20066
- color: #27292a;
20065
+ border-color: #2f5669;
20066
+ color: #2f5669;
20067
20067
  }
20068
20068
 
20069
20069
  /* Inverted */
@@ -20406,8 +20406,8 @@ a.ui.ui.ui.inverted.basic.yellow.label:hover {
20406
20406
 
20407
20407
  .ui.olive.labels .label,
20408
20408
  .ui.ui.ui.olive.label {
20409
- background-color: #9baf66;
20410
- border-color: #9baf66;
20409
+ background-color: #a0b06c;
20410
+ border-color: #a0b06c;
20411
20411
  color: #fff;
20412
20412
  }
20413
20413
 
@@ -20415,15 +20415,15 @@ a.ui.ui.ui.inverted.basic.yellow.label:hover {
20415
20415
 
20416
20416
  .ui.olive.labels a.label:hover,
20417
20417
  a.ui.ui.ui.olive.label:hover {
20418
- background-color: #91a952;
20419
- border-color: #91a952;
20418
+ background-color: #97ab58;
20419
+ border-color: #97ab58;
20420
20420
  color: #fff;
20421
20421
  }
20422
20422
 
20423
20423
  /* Ribbon */
20424
20424
 
20425
20425
  .ui.ui.ui.olive.ribbon.label {
20426
- border-color: #81944e;
20426
+ border-color: #879851;
20427
20427
  }
20428
20428
 
20429
20429
  /* Basic */
@@ -20431,15 +20431,15 @@ a.ui.ui.ui.olive.label:hover {
20431
20431
  .ui.basic.labels .olive.label,
20432
20432
  .ui.ui.ui.basic.olive.label {
20433
20433
  background: none #fff;
20434
- border-color: #9baf66;
20435
- color: #9baf66;
20434
+ border-color: #a0b06c;
20435
+ color: #a0b06c;
20436
20436
  }
20437
20437
 
20438
20438
  .ui.basic.labels a.olive.label:hover,
20439
20439
  a.ui.ui.ui.basic.olive.label:hover {
20440
20440
  background: none #fff;
20441
- border-color: #91a952;
20442
- color: #91a952;
20441
+ border-color: #97ab58;
20442
+ color: #97ab58;
20443
20443
  }
20444
20444
 
20445
20445
  /* Inverted */
@@ -20500,8 +20500,8 @@ a.ui.ui.ui.inverted.basic.olive.label:hover {
20500
20500
 
20501
20501
  .ui.green.labels .label,
20502
20502
  .ui.ui.ui.green.label {
20503
- background-color: #66af8b;
20504
- border-color: #66af8b;
20503
+ background-color: #81b08c;
20504
+ border-color: #81b08c;
20505
20505
  color: #fff;
20506
20506
  }
20507
20507
 
@@ -20509,15 +20509,15 @@ a.ui.ui.ui.inverted.basic.olive.label:hover {
20509
20509
 
20510
20510
  .ui.green.labels a.label:hover,
20511
20511
  a.ui.ui.ui.green.label:hover {
20512
- background-color: #52a97e;
20513
- border-color: #52a97e;
20512
+ background-color: #6fa97c;
20513
+ border-color: #6fa97c;
20514
20514
  color: #fff;
20515
20515
  }
20516
20516
 
20517
20517
  /* Ribbon */
20518
20518
 
20519
20519
  .ui.ui.ui.green.ribbon.label {
20520
- border-color: #4e9471;
20520
+ border-color: #629c70;
20521
20521
  }
20522
20522
 
20523
20523
  /* Basic */
@@ -20525,15 +20525,15 @@ a.ui.ui.ui.green.label:hover {
20525
20525
  .ui.basic.labels .green.label,
20526
20526
  .ui.ui.ui.basic.green.label {
20527
20527
  background: none #fff;
20528
- border-color: #66af8b;
20529
- color: #66af8b;
20528
+ border-color: #81b08c;
20529
+ color: #81b08c;
20530
20530
  }
20531
20531
 
20532
20532
  .ui.basic.labels a.green.label:hover,
20533
20533
  a.ui.ui.ui.basic.green.label:hover {
20534
20534
  background: none #fff;
20535
- border-color: #52a97e;
20536
- color: #52a97e;
20535
+ border-color: #6fa97c;
20536
+ color: #6fa97c;
20537
20537
  }
20538
20538
 
20539
20539
  /* Inverted */
@@ -20594,8 +20594,8 @@ a.ui.ui.ui.inverted.basic.green.label:hover {
20594
20594
 
20595
20595
  .ui.teal.labels .label,
20596
20596
  .ui.ui.ui.teal.label {
20597
- background-color: #66afac;
20598
- border-color: #66afac;
20597
+ background-color: #7fb5c2;
20598
+ border-color: #7fb5c2;
20599
20599
  color: #fff;
20600
20600
  }
20601
20601
 
@@ -20603,15 +20603,15 @@ a.ui.ui.ui.inverted.basic.green.label:hover {
20603
20603
 
20604
20604
  .ui.teal.labels a.label:hover,
20605
20605
  a.ui.ui.ui.teal.label:hover {
20606
- background-color: #52a9a6;
20607
- border-color: #52a9a6;
20606
+ background-color: #6aadbe;
20607
+ border-color: #6aadbe;
20608
20608
  color: #fff;
20609
20609
  }
20610
20610
 
20611
20611
  /* Ribbon */
20612
20612
 
20613
20613
  .ui.ui.ui.teal.ribbon.label {
20614
- border-color: #4e9491;
20614
+ border-color: #5ca1b2;
20615
20615
  }
20616
20616
 
20617
20617
  /* Basic */
@@ -20619,15 +20619,15 @@ a.ui.ui.ui.teal.label:hover {
20619
20619
  .ui.basic.labels .teal.label,
20620
20620
  .ui.ui.ui.basic.teal.label {
20621
20621
  background: none #fff;
20622
- border-color: #66afac;
20623
- color: #66afac;
20622
+ border-color: #7fb5c2;
20623
+ color: #7fb5c2;
20624
20624
  }
20625
20625
 
20626
20626
  .ui.basic.labels a.teal.label:hover,
20627
20627
  a.ui.ui.ui.basic.teal.label:hover {
20628
20628
  background: none #fff;
20629
- border-color: #52a9a6;
20630
- color: #52a9a6;
20629
+ border-color: #6aadbe;
20630
+ color: #6aadbe;
20631
20631
  }
20632
20632
 
20633
20633
  /* Inverted */
@@ -20782,8 +20782,8 @@ a.ui.ui.ui.inverted.basic.blue.label:hover {
20782
20782
 
20783
20783
  .ui.violet.labels .label,
20784
20784
  .ui.ui.ui.violet.label {
20785
- background-color: #a166af;
20786
- border-color: #a166af;
20785
+ background-color: #9461ac;
20786
+ border-color: #9461ac;
20787
20787
  color: #fff;
20788
20788
  }
20789
20789
 
@@ -20791,15 +20791,15 @@ a.ui.ui.ui.inverted.basic.blue.label:hover {
20791
20791
 
20792
20792
  .ui.violet.labels a.label:hover,
20793
20793
  a.ui.ui.ui.violet.label:hover {
20794
- background-color: #9852a9;
20795
- border-color: #9852a9;
20794
+ background-color: #8950a3;
20795
+ border-color: #8950a3;
20796
20796
  color: #fff;
20797
20797
  }
20798
20798
 
20799
20799
  /* Ribbon */
20800
20800
 
20801
20801
  .ui.ui.ui.violet.ribbon.label {
20802
- border-color: #874e94;
20802
+ border-color: #794b8f;
20803
20803
  }
20804
20804
 
20805
20805
  /* Basic */
@@ -20807,15 +20807,15 @@ a.ui.ui.ui.violet.label:hover {
20807
20807
  .ui.basic.labels .violet.label,
20808
20808
  .ui.ui.ui.basic.violet.label {
20809
20809
  background: none #fff;
20810
- border-color: #a166af;
20811
- color: #a166af;
20810
+ border-color: #9461ac;
20811
+ color: #9461ac;
20812
20812
  }
20813
20813
 
20814
20814
  .ui.basic.labels a.violet.label:hover,
20815
20815
  a.ui.ui.ui.basic.violet.label:hover {
20816
20816
  background: none #fff;
20817
- border-color: #9852a9;
20818
- color: #9852a9;
20817
+ border-color: #8950a3;
20818
+ color: #8950a3;
20819
20819
  }
20820
20820
 
20821
20821
  /* Inverted */
@@ -21158,8 +21158,8 @@ a.ui.ui.ui.inverted.basic.brown.label:hover {
21158
21158
 
21159
21159
  .ui.grey.labels .label,
21160
21160
  .ui.ui.ui.grey.label {
21161
- background-color: #9ab5c1;
21162
- border-color: #9ab5c1;
21161
+ background-color: #a3b3c0;
21162
+ border-color: #a3b3c0;
21163
21163
  color: #fff;
21164
21164
  }
21165
21165
 
@@ -21167,15 +21167,15 @@ a.ui.ui.ui.inverted.basic.brown.label:hover {
21167
21167
 
21168
21168
  .ui.grey.labels a.label:hover,
21169
21169
  a.ui.ui.ui.grey.label:hover {
21170
- background-color: #aac1cb;
21171
- border-color: #aac1cb;
21170
+ background-color: #b2c0ca;
21171
+ border-color: #b2c0ca;
21172
21172
  color: #fff;
21173
21173
  }
21174
21174
 
21175
21175
  /* Ribbon */
21176
21176
 
21177
21177
  .ui.ui.ui.grey.ribbon.label {
21178
- border-color: #7a9eae;
21178
+ border-color: #859aab;
21179
21179
  }
21180
21180
 
21181
21181
  /* Basic */
@@ -21183,15 +21183,15 @@ a.ui.ui.ui.grey.label:hover {
21183
21183
  .ui.basic.labels .grey.label,
21184
21184
  .ui.ui.ui.basic.grey.label {
21185
21185
  background: none #fff;
21186
- border-color: #9ab5c1;
21187
- color: #9ab5c1;
21186
+ border-color: #a3b3c0;
21187
+ color: #a3b3c0;
21188
21188
  }
21189
21189
 
21190
21190
  .ui.basic.labels a.grey.label:hover,
21191
21191
  a.ui.ui.ui.basic.grey.label:hover {
21192
21192
  background: none #fff;
21193
- border-color: #aac1cb;
21194
- color: #aac1cb;
21193
+ border-color: #b2c0ca;
21194
+ color: #b2c0ca;
21195
21195
  }
21196
21196
 
21197
21197
  /* Inverted */
@@ -22740,7 +22740,7 @@ ol.ui.suffixed.list li::before,
22740
22740
  width: 100%;
22741
22741
  height: 100%;
22742
22742
  animation: loader 0.6s infinite linear;
22743
- border: 0.2em solid #9ab5c1;
22743
+ border: 0.2em solid #a3b3c0;
22744
22744
  border-radius: 500rem;
22745
22745
  box-shadow: 0 0 0 1px transparent;
22746
22746
  }
@@ -23023,7 +23023,7 @@ ol.ui.suffixed.list li::before,
23023
23023
  .ui.ui.ui.ui.secondary.loading .input > i.icon::after,
23024
23024
  .ui.ui.ui.ui.secondary.loading > i.icon::after,
23025
23025
  .ui.ui.ui.secondary.loader::after {
23026
- color: #1b1c1d;
23026
+ color: #294755;
23027
23027
  }
23028
23028
 
23029
23029
  .ui.inverted.secondary.elastic.loader::before,
@@ -23119,7 +23119,7 @@ ol.ui.suffixed.list li::before,
23119
23119
  .ui.ui.ui.ui.olive.loading .input > i.icon::after,
23120
23120
  .ui.ui.ui.ui.olive.loading > i.icon::after,
23121
23121
  .ui.ui.ui.olive.loader::after {
23122
- color: #9baf66;
23122
+ color: #a0b06c;
23123
23123
  }
23124
23124
 
23125
23125
  .ui.inverted.olive.elastic.loader::before,
@@ -23143,7 +23143,7 @@ ol.ui.suffixed.list li::before,
23143
23143
  .ui.ui.ui.ui.green.loading .input > i.icon::after,
23144
23144
  .ui.ui.ui.ui.green.loading > i.icon::after,
23145
23145
  .ui.ui.ui.green.loader::after {
23146
- color: #66af8b;
23146
+ color: #81b08c;
23147
23147
  }
23148
23148
 
23149
23149
  .ui.inverted.green.elastic.loader::before,
@@ -23167,7 +23167,7 @@ ol.ui.suffixed.list li::before,
23167
23167
  .ui.ui.ui.ui.teal.loading .input > i.icon::after,
23168
23168
  .ui.ui.ui.ui.teal.loading > i.icon::after,
23169
23169
  .ui.ui.ui.teal.loader::after {
23170
- color: #66afac;
23170
+ color: #7fb5c2;
23171
23171
  }
23172
23172
 
23173
23173
  .ui.inverted.teal.elastic.loader::before,
@@ -23215,7 +23215,7 @@ ol.ui.suffixed.list li::before,
23215
23215
  .ui.ui.ui.ui.violet.loading .input > i.icon::after,
23216
23216
  .ui.ui.ui.ui.violet.loading > i.icon::after,
23217
23217
  .ui.ui.ui.violet.loader::after {
23218
- color: #a166af;
23218
+ color: #9461ac;
23219
23219
  }
23220
23220
 
23221
23221
  .ui.inverted.violet.elastic.loader::before,
@@ -23311,7 +23311,7 @@ ol.ui.suffixed.list li::before,
23311
23311
  .ui.ui.ui.ui.grey.loading .input > i.icon::after,
23312
23312
  .ui.ui.ui.ui.grey.loading > i.icon::after,
23313
23313
  .ui.ui.ui.grey.loader::after {
23314
- color: #9ab5c1;
23314
+ color: #a3b3c0;
23315
23315
  }
23316
23316
 
23317
23317
  .ui.inverted.grey.elastic.loader::before,
@@ -23366,7 +23366,7 @@ ol.ui.suffixed.list li::before,
23366
23366
 
23367
23367
  .ui.elastic.basic.loading.button::before,
23368
23368
  .ui.elastic.basic.loading.button::after {
23369
- color: #9ab5c1;
23369
+ color: #a3b3c0;
23370
23370
  }
23371
23371
 
23372
23372
  .ui.ui.ui.ui.double.loading.button::after {
@@ -23439,7 +23439,7 @@ ol.ui.suffixed.list li::before,
23439
23439
  }
23440
23440
 
23441
23441
  .ui.inverted.dimmer > .ui.elastic.loader {
23442
- color: #9ab5c1;
23442
+ color: #a3b3c0;
23443
23443
  }
23444
23444
 
23445
23445
  .ui.ui.elastic.loading:not(.form):not(.segment):not(.segments):not(.card)::after,
@@ -23574,12 +23574,12 @@ ol.ui.suffixed.list li::before,
23574
23574
 
23575
23575
  .ui.segment {
23576
23576
  position: relative;
23577
- background: #e6e5ea;
23577
+ background: #e6e5e9;
23578
23578
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
23579
23579
  margin: 1rem 0;
23580
23580
  padding: 1em 1em;
23581
23581
  border-radius: 0;
23582
- border: 1px solid #e6e5ea;
23582
+ border: 1px solid #e6e5e9;
23583
23583
  }
23584
23584
 
23585
23585
  .ui.segment:first-child {
@@ -23659,8 +23659,8 @@ ol.ui.suffixed.list li::before,
23659
23659
  /* Table */
23660
23660
 
23661
23661
  .ui.basic.table.segment {
23662
- background: #e6e5ea;
23663
- border: 1px solid #e6e5ea;
23662
+ background: #e6e5e9;
23663
+ border: 1px solid #e6e5e9;
23664
23664
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
23665
23665
  }
23666
23666
 
@@ -23752,7 +23752,7 @@ ol.ui.suffixed.list li::before,
23752
23752
  box-shadow: "";
23753
23753
  z-index: auto;
23754
23754
  background-color: #fff;
23755
- border: 1px solid #e6e5ea;
23755
+ border: 1px solid #e6e5e9;
23756
23756
  color: rgba(0, 0, 0, 0.87);
23757
23757
  }
23758
23758
 
@@ -23954,7 +23954,7 @@ ol.ui.suffixed.list li::before,
23954
23954
  flex-direction: column;
23955
23955
  position: relative;
23956
23956
  margin: 1rem 0;
23957
- border: 1px solid #e6e5ea;
23957
+ border: 1px solid #e6e5e9;
23958
23958
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
23959
23959
  border-radius: 0;
23960
23960
  }
@@ -23977,7 +23977,7 @@ ol.ui.suffixed.list li::before,
23977
23977
  width: auto;
23978
23978
  box-shadow: none;
23979
23979
  border: none;
23980
- border-top: 1px solid #e6e5ea;
23980
+ border-top: 1px solid #e6e5e9;
23981
23981
  }
23982
23982
 
23983
23983
  .ui.segments:not(.horizontal) > .segment:first-child {
@@ -24009,7 +24009,7 @@ ol.ui.suffixed.list li::before,
24009
24009
  /* Nested Group */
24010
24010
 
24011
24011
  .ui.segments > .ui.segments {
24012
- border-top: 1px solid #e6e5ea;
24012
+ border-top: 1px solid #e6e5e9;
24013
24013
  margin: 1rem;
24014
24014
  }
24015
24015
 
@@ -24031,7 +24031,7 @@ ol.ui.suffixed.list li::before,
24031
24031
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
24032
24032
  margin: 1rem 0;
24033
24033
  border-radius: 0;
24034
- border: 1px solid #e6e5ea;
24034
+ border: 1px solid #e6e5e9;
24035
24035
  }
24036
24036
 
24037
24037
  .ui.wrapping.horizontal.segments,
@@ -24047,7 +24047,7 @@ ol.ui.suffixed.list li::before,
24047
24047
  border-radius: 0;
24048
24048
  border: none;
24049
24049
  box-shadow: none;
24050
- border-top: 1px solid #e6e5ea;
24050
+ border-top: 1px solid #e6e5e9;
24051
24051
  }
24052
24052
 
24053
24053
  /* Horizontal Segment */
@@ -24146,7 +24146,7 @@ ol.ui.suffixed.list li::before,
24146
24146
  width: 3em;
24147
24147
  height: 3em;
24148
24148
  animation: loader 0.6s infinite linear;
24149
- border: 0.2em solid #9ab5c1;
24149
+ border: 0.2em solid #a3b3c0;
24150
24150
  border-radius: 500rem;
24151
24151
  box-shadow: 0 0 0 1px transparent;
24152
24152
  visibility: visible;
@@ -24224,42 +24224,42 @@ ol.ui.suffixed.list li::before,
24224
24224
  }
24225
24225
 
24226
24226
  .ui.ui.ui.ui.ui.olive.segment:not(.inverted) {
24227
- border-top: 2px solid #9baf66;
24227
+ border-top: 2px solid #a0b06c;
24228
24228
  }
24229
24229
 
24230
24230
  .ui.ui.ui.ui.ui.inverted.olive.segment {
24231
- background-color: #9baf66;
24231
+ background-color: #a0b06c;
24232
24232
  color: #fff;
24233
24233
  }
24234
24234
 
24235
24235
  .ui.ui.inverted.olive.segment:not(.piled) {
24236
- border-color: #9baf66;
24236
+ border-color: #a0b06c;
24237
24237
  }
24238
24238
 
24239
24239
  .ui.ui.ui.ui.ui.green.segment:not(.inverted) {
24240
- border-top: 2px solid #66af8b;
24240
+ border-top: 2px solid #81b08c;
24241
24241
  }
24242
24242
 
24243
24243
  .ui.ui.ui.ui.ui.inverted.green.segment {
24244
- background-color: #66af8b;
24244
+ background-color: #81b08c;
24245
24245
  color: #fff;
24246
24246
  }
24247
24247
 
24248
24248
  .ui.ui.inverted.green.segment:not(.piled) {
24249
- border-color: #66af8b;
24249
+ border-color: #81b08c;
24250
24250
  }
24251
24251
 
24252
24252
  .ui.ui.ui.ui.ui.teal.segment:not(.inverted) {
24253
- border-top: 2px solid #66afac;
24253
+ border-top: 2px solid #7fb5c2;
24254
24254
  }
24255
24255
 
24256
24256
  .ui.ui.ui.ui.ui.inverted.teal.segment {
24257
- background-color: #66afac;
24257
+ background-color: #7fb5c2;
24258
24258
  color: #fff;
24259
24259
  }
24260
24260
 
24261
24261
  .ui.ui.inverted.teal.segment:not(.piled) {
24262
- border-color: #66afac;
24262
+ border-color: #7fb5c2;
24263
24263
  }
24264
24264
 
24265
24265
  .ui.ui.ui.ui.ui.blue.segment:not(.inverted) {
@@ -24276,16 +24276,16 @@ ol.ui.suffixed.list li::before,
24276
24276
  }
24277
24277
 
24278
24278
  .ui.ui.ui.ui.ui.violet.segment:not(.inverted) {
24279
- border-top: 2px solid #a166af;
24279
+ border-top: 2px solid #9461ac;
24280
24280
  }
24281
24281
 
24282
24282
  .ui.ui.ui.ui.ui.inverted.violet.segment {
24283
- background-color: #a166af;
24283
+ background-color: #9461ac;
24284
24284
  color: #fff;
24285
24285
  }
24286
24286
 
24287
24287
  .ui.ui.inverted.violet.segment:not(.piled) {
24288
- border-color: #a166af;
24288
+ border-color: #9461ac;
24289
24289
  }
24290
24290
 
24291
24291
  .ui.ui.ui.ui.ui.purple.segment:not(.inverted) {
@@ -24328,16 +24328,16 @@ ol.ui.suffixed.list li::before,
24328
24328
  }
24329
24329
 
24330
24330
  .ui.ui.ui.ui.ui.grey.segment:not(.inverted) {
24331
- border-top: 2px solid #9ab5c1;
24331
+ border-top: 2px solid #a3b3c0;
24332
24332
  }
24333
24333
 
24334
24334
  .ui.ui.ui.ui.ui.inverted.grey.segment {
24335
- background-color: #9ab5c1;
24335
+ background-color: #a3b3c0;
24336
24336
  color: #fff;
24337
24337
  }
24338
24338
 
24339
24339
  .ui.ui.inverted.grey.segment:not(.piled) {
24340
- border-color: #9ab5c1;
24340
+ border-color: #a3b3c0;
24341
24341
  }
24342
24342
 
24343
24343
  .ui.ui.ui.ui.ui.black.segment:not(.inverted) {
@@ -24437,7 +24437,7 @@ ol.ui.suffixed.list li::before,
24437
24437
  /* Secondary */
24438
24438
 
24439
24439
  .ui.secondary.segment {
24440
- background: #9ab5c1;
24440
+ background: #a3b3c0;
24441
24441
  color: white;
24442
24442
  }
24443
24443
 
@@ -24803,11 +24803,11 @@ ol.ui.suffixed.list li::before,
24803
24803
 
24804
24804
  .ui.inverted.white.segment {
24805
24805
  background-color: #f5f5f5 !important;
24806
- color: #9ab5c1 !important;
24806
+ color: #a3b3c0 !important;
24807
24807
  }
24808
24808
 
24809
24809
  .ui.grey.segment:not(.inverted) {
24810
- border-top: 2px solid #9ab5c1;
24810
+ border-top: 2px solid #a3b3c0;
24811
24811
  }
24812
24812
  /*!
24813
24813
  * # Fomantic-UI 2.9.4 - Form
@@ -25221,19 +25221,19 @@ ol.ui.suffixed.list li::before,
25221
25221
  /* browsers require these rules separate */
25222
25222
 
25223
25223
  .ui.form ::-ms-input-placeholder {
25224
- color: #9ab5c1;
25224
+ color: #a3b3c0;
25225
25225
  }
25226
25226
 
25227
25227
  .ui.form ::placeholder {
25228
- color: #9ab5c1;
25228
+ color: #a3b3c0;
25229
25229
  }
25230
25230
 
25231
25231
  .ui.form :focus::-ms-input-placeholder {
25232
- color: #9ab5c1;
25232
+ color: #a3b3c0;
25233
25233
  }
25234
25234
 
25235
25235
  .ui.form :focus::placeholder {
25236
- color: #9ab5c1;
25236
+ color: #a3b3c0;
25237
25237
  }
25238
25238
 
25239
25239
  /* --------------------
@@ -26419,7 +26419,7 @@ ol.ui.suffixed.list li::before,
26419
26419
  width: 3em;
26420
26420
  height: 3em;
26421
26421
  animation: loader 0.6s infinite linear;
26422
- border: 0.2em solid #9ab5c1;
26422
+ border: 0.2em solid #a3b3c0;
26423
26423
  border-radius: 500rem;
26424
26424
  box-shadow: 0 0 0 1px transparent;
26425
26425
  visibility: visible;
@@ -28339,7 +28339,7 @@ ol.ui.suffixed.list li::before,
28339
28339
  .ui.grid > .secondary.row,
28340
28340
  .ui.grid > .secondary.column,
28341
28341
  .ui.grid > .row > .secondary.column {
28342
- background-color: #1b1c1d;
28342
+ background-color: #294755;
28343
28343
  color: #fff;
28344
28344
  }
28345
28345
 
@@ -28367,21 +28367,21 @@ ol.ui.suffixed.list li::before,
28367
28367
  .ui.grid > .olive.row,
28368
28368
  .ui.grid > .olive.column,
28369
28369
  .ui.grid > .row > .olive.column {
28370
- background-color: #9baf66;
28370
+ background-color: #a0b06c;
28371
28371
  color: #fff;
28372
28372
  }
28373
28373
 
28374
28374
  .ui.grid > .green.row,
28375
28375
  .ui.grid > .green.column,
28376
28376
  .ui.grid > .row > .green.column {
28377
- background-color: #66af8b;
28377
+ background-color: #81b08c;
28378
28378
  color: #fff;
28379
28379
  }
28380
28380
 
28381
28381
  .ui.grid > .teal.row,
28382
28382
  .ui.grid > .teal.column,
28383
28383
  .ui.grid > .row > .teal.column {
28384
- background-color: #66afac;
28384
+ background-color: #7fb5c2;
28385
28385
  color: #fff;
28386
28386
  }
28387
28387
 
@@ -28395,7 +28395,7 @@ ol.ui.suffixed.list li::before,
28395
28395
  .ui.grid > .violet.row,
28396
28396
  .ui.grid > .violet.column,
28397
28397
  .ui.grid > .row > .violet.column {
28398
- background-color: #a166af;
28398
+ background-color: #9461ac;
28399
28399
  color: #fff;
28400
28400
  }
28401
28401
 
@@ -28423,7 +28423,7 @@ ol.ui.suffixed.list li::before,
28423
28423
  .ui.grid > .grey.row,
28424
28424
  .ui.grid > .grey.column,
28425
28425
  .ui.grid > .row > .grey.column {
28426
- background-color: #9ab5c1;
28426
+ background-color: #a3b3c0;
28427
28427
  color: #fff;
28428
28428
  }
28429
28429
 
@@ -30620,22 +30620,22 @@ Floated Menu / Item
30620
30620
  .ui.ui.ui.menu .olive.active.item,
30621
30621
  .ui.ui.olive.menu .active.item:hover,
30622
30622
  .ui.ui.olive.menu .active.item {
30623
- border-color: #9baf66;
30624
- color: #9baf66;
30623
+ border-color: #a0b06c;
30624
+ color: #a0b06c;
30625
30625
  }
30626
30626
 
30627
30627
  .ui.ui.ui.menu .green.active.item,
30628
30628
  .ui.ui.green.menu .active.item:hover,
30629
30629
  .ui.ui.green.menu .active.item {
30630
- border-color: #66af8b;
30631
- color: #66af8b;
30630
+ border-color: #81b08c;
30631
+ color: #81b08c;
30632
30632
  }
30633
30633
 
30634
30634
  .ui.ui.ui.menu .teal.active.item,
30635
30635
  .ui.ui.teal.menu .active.item:hover,
30636
30636
  .ui.ui.teal.menu .active.item {
30637
- border-color: #66afac;
30638
- color: #66afac;
30637
+ border-color: #7fb5c2;
30638
+ color: #7fb5c2;
30639
30639
  }
30640
30640
 
30641
30641
  .ui.ui.ui.menu .blue.active.item,
@@ -30648,8 +30648,8 @@ Floated Menu / Item
30648
30648
  .ui.ui.ui.menu .violet.active.item,
30649
30649
  .ui.ui.violet.menu .active.item:hover,
30650
30650
  .ui.ui.violet.menu .active.item {
30651
- border-color: #a166af;
30652
- color: #a166af;
30651
+ border-color: #9461ac;
30652
+ color: #9461ac;
30653
30653
  }
30654
30654
 
30655
30655
  .ui.ui.ui.menu .purple.active.item,
@@ -30676,8 +30676,8 @@ Floated Menu / Item
30676
30676
  .ui.ui.ui.menu .grey.active.item,
30677
30677
  .ui.ui.grey.menu .active.item:hover,
30678
30678
  .ui.ui.grey.menu .active.item {
30679
- border-color: #9ab5c1;
30680
- color: #9ab5c1;
30679
+ border-color: #a3b3c0;
30680
+ color: #a3b3c0;
30681
30681
  }
30682
30682
 
30683
30683
  .ui.ui.ui.menu .black.active.item,
@@ -30899,7 +30899,7 @@ Floated Menu / Item
30899
30899
 
30900
30900
  .ui.ui.ui.inverted.menu .olive.active.item,
30901
30901
  .ui.ui.inverted.olive.menu {
30902
- background-color: #9baf66;
30902
+ background-color: #a0b06c;
30903
30903
  }
30904
30904
 
30905
30905
  .ui.inverted.olive.menu .item::before {
@@ -30911,12 +30911,12 @@ Floated Menu / Item
30911
30911
  }
30912
30912
 
30913
30913
  .ui.inverted.pointing.olive.menu .active.item {
30914
- background-color: #91a952;
30914
+ background-color: #97ab58;
30915
30915
  }
30916
30916
 
30917
30917
  .ui.ui.ui.inverted.menu .green.active.item,
30918
30918
  .ui.ui.inverted.green.menu {
30919
- background-color: #66af8b;
30919
+ background-color: #81b08c;
30920
30920
  }
30921
30921
 
30922
30922
  .ui.inverted.green.menu .item::before {
@@ -30928,12 +30928,12 @@ Floated Menu / Item
30928
30928
  }
30929
30929
 
30930
30930
  .ui.inverted.pointing.green.menu .active.item {
30931
- background-color: #52a97e;
30931
+ background-color: #6fa97c;
30932
30932
  }
30933
30933
 
30934
30934
  .ui.ui.ui.inverted.menu .teal.active.item,
30935
30935
  .ui.ui.inverted.teal.menu {
30936
- background-color: #66afac;
30936
+ background-color: #7fb5c2;
30937
30937
  }
30938
30938
 
30939
30939
  .ui.inverted.teal.menu .item::before {
@@ -30945,7 +30945,7 @@ Floated Menu / Item
30945
30945
  }
30946
30946
 
30947
30947
  .ui.inverted.pointing.teal.menu .active.item {
30948
- background-color: #52a9a6;
30948
+ background-color: #6aadbe;
30949
30949
  }
30950
30950
 
30951
30951
  .ui.ui.ui.inverted.menu .blue.active.item,
@@ -30967,7 +30967,7 @@ Floated Menu / Item
30967
30967
 
30968
30968
  .ui.ui.ui.inverted.menu .violet.active.item,
30969
30969
  .ui.ui.inverted.violet.menu {
30970
- background-color: #a166af;
30970
+ background-color: #9461ac;
30971
30971
  }
30972
30972
 
30973
30973
  .ui.inverted.violet.menu .item::before {
@@ -30979,7 +30979,7 @@ Floated Menu / Item
30979
30979
  }
30980
30980
 
30981
30981
  .ui.inverted.pointing.violet.menu .active.item {
30982
- background-color: #9852a9;
30982
+ background-color: #8950a3;
30983
30983
  }
30984
30984
 
30985
30985
  .ui.ui.ui.inverted.menu .purple.active.item,
@@ -31035,7 +31035,7 @@ Floated Menu / Item
31035
31035
 
31036
31036
  .ui.ui.ui.inverted.menu .grey.active.item,
31037
31037
  .ui.ui.inverted.grey.menu {
31038
- background-color: #9ab5c1;
31038
+ background-color: #a3b3c0;
31039
31039
  }
31040
31040
 
31041
31041
  .ui.inverted.grey.menu .item::before {
@@ -31047,7 +31047,7 @@ Floated Menu / Item
31047
31047
  }
31048
31048
 
31049
31049
  .ui.inverted.pointing.grey.menu .active.item {
31050
- background-color: #aac1cb;
31050
+ background-color: #b2c0ca;
31051
31051
  }
31052
31052
 
31053
31053
  .ui.ui.ui.inverted.menu .black.active.item,
@@ -31383,7 +31383,7 @@ Floated Menu / Item
31383
31383
  }
31384
31384
 
31385
31385
  .ui.inverted.pointing.menu .secondary.active.item::after {
31386
- background-color: #1b1c1d;
31386
+ background-color: #294755;
31387
31387
  }
31388
31388
 
31389
31389
  .ui.inverted.pointing.menu .red.active.item::after {
@@ -31399,15 +31399,15 @@ Floated Menu / Item
31399
31399
  }
31400
31400
 
31401
31401
  .ui.inverted.pointing.menu .olive.active.item::after {
31402
- background-color: #9baf66;
31402
+ background-color: #a0b06c;
31403
31403
  }
31404
31404
 
31405
31405
  .ui.inverted.pointing.menu .green.active.item::after {
31406
- background-color: #66af8b;
31406
+ background-color: #81b08c;
31407
31407
  }
31408
31408
 
31409
31409
  .ui.inverted.pointing.menu .teal.active.item::after {
31410
- background-color: #66afac;
31410
+ background-color: #7fb5c2;
31411
31411
  }
31412
31412
 
31413
31413
  .ui.inverted.pointing.menu .blue.active.item::after {
@@ -31415,7 +31415,7 @@ Floated Menu / Item
31415
31415
  }
31416
31416
 
31417
31417
  .ui.inverted.pointing.menu .violet.active.item::after {
31418
- background-color: #a166af;
31418
+ background-color: #9461ac;
31419
31419
  }
31420
31420
 
31421
31421
  .ui.inverted.pointing.menu .purple.active.item::after {
@@ -31431,7 +31431,7 @@ Floated Menu / Item
31431
31431
  }
31432
31432
 
31433
31433
  .ui.inverted.pointing.menu .grey.active.item::after {
31434
- background-color: #9ab5c1;
31434
+ background-color: #a3b3c0;
31435
31435
  }
31436
31436
 
31437
31437
  .ui.inverted.pointing.menu .black.active.item::after {
@@ -32127,11 +32127,11 @@ Floated Menu / Item
32127
32127
 
32128
32128
  .ui.secondary.message,
32129
32129
  .ui.attached.secondary.message {
32130
- box-shadow: 0 0 0 1px #1b1c1d inset, 0 0 0 0 rgba(0, 0, 0, 0);
32130
+ box-shadow: 0 0 0 1px #294755 inset, 0 0 0 0 rgba(0, 0, 0, 0);
32131
32131
  }
32132
32132
 
32133
32133
  .ui.floating.secondary.message {
32134
- box-shadow: 0 0 0 1px #1b1c1d inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32134
+ box-shadow: 0 0 0 1px #294755 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32135
32135
  }
32136
32136
 
32137
32137
  .ui.secondary.message .header {
@@ -32230,20 +32230,20 @@ Floated Menu / Item
32230
32230
 
32231
32231
  .ui.teal.message {
32232
32232
  background-color: #e1f7f7;
32233
- color: #10a3a3;
32233
+ color: #7fb5c2;
32234
32234
  }
32235
32235
 
32236
32236
  .ui.teal.message,
32237
32237
  .ui.attached.teal.message {
32238
- box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 0 0 rgba(0, 0, 0, 0);
32238
+ box-shadow: 0 0 0 1px #7fb5c2 inset, 0 0 0 0 rgba(0, 0, 0, 0);
32239
32239
  }
32240
32240
 
32241
32241
  .ui.floating.teal.message {
32242
- box-shadow: 0 0 0 1px #10a3a3 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32242
+ box-shadow: 0 0 0 1px #7fb5c2 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32243
32243
  }
32244
32244
 
32245
32245
  .ui.teal.message .header {
32246
- color: #0e8c8c;
32246
+ color: #6eabba;
32247
32247
  }
32248
32248
 
32249
32249
  .ui.blue.message {
@@ -32266,20 +32266,20 @@ Floated Menu / Item
32266
32266
 
32267
32267
  .ui.violet.message {
32268
32268
  background-color: #eae7ff;
32269
- color: #a166af;
32269
+ color: #9461ac;
32270
32270
  }
32271
32271
 
32272
32272
  .ui.violet.message,
32273
32273
  .ui.attached.violet.message {
32274
- box-shadow: 0 0 0 1px #a166af inset, 0 0 0 0 rgba(0, 0, 0, 0);
32274
+ box-shadow: 0 0 0 1px #9461ac inset, 0 0 0 0 rgba(0, 0, 0, 0);
32275
32275
  }
32276
32276
 
32277
32277
  .ui.floating.violet.message {
32278
- box-shadow: 0 0 0 1px #a166af inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32278
+ box-shadow: 0 0 0 1px #9461ac inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32279
32279
  }
32280
32280
 
32281
32281
  .ui.violet.message .header {
32282
- color: #9656a5;
32282
+ color: #8754a0;
32283
32283
  }
32284
32284
 
32285
32285
  .ui.purple.message {
@@ -32338,20 +32338,20 @@ Floated Menu / Item
32338
32338
 
32339
32339
  .ui.grey.message {
32340
32340
  background-color: #f4f4f4;
32341
- color: #9ab5c1;
32341
+ color: #a3b3c0;
32342
32342
  }
32343
32343
 
32344
32344
  .ui.grey.message,
32345
32345
  .ui.attached.grey.message {
32346
- box-shadow: 0 0 0 1px #9ab5c1 inset, 0 0 0 0 rgba(0, 0, 0, 0);
32346
+ box-shadow: 0 0 0 1px #a3b3c0 inset, 0 0 0 0 rgba(0, 0, 0, 0);
32347
32347
  }
32348
32348
 
32349
32349
  .ui.floating.grey.message {
32350
- box-shadow: 0 0 0 1px #9ab5c1 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32350
+ box-shadow: 0 0 0 1px #a3b3c0 inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
32351
32351
  }
32352
32352
 
32353
32353
  .ui.grey.message .header {
32354
- color: #8aa9b7;
32354
+ color: #94a6b6;
32355
32355
  }
32356
32356
 
32357
32357
  .ui.black.message {
@@ -32688,11 +32688,11 @@ Floated Menu / Item
32688
32688
  }
32689
32689
 
32690
32690
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].left {
32691
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
32691
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #294755 inset;
32692
32692
  }
32693
32693
 
32694
32694
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].right {
32695
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
32695
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #294755 inset;
32696
32696
  }
32697
32697
 
32698
32698
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].left {
@@ -32752,11 +32752,11 @@ Floated Menu / Item
32752
32752
  }
32753
32753
 
32754
32754
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].left {
32755
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9baf66 inset;
32755
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a0b06c inset;
32756
32756
  }
32757
32757
 
32758
32758
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].right {
32759
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9baf66 inset;
32759
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a0b06c inset;
32760
32760
  }
32761
32761
 
32762
32762
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].left {
@@ -32768,11 +32768,11 @@ Floated Menu / Item
32768
32768
  }
32769
32769
 
32770
32770
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].left {
32771
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #66af8b inset;
32771
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #81b08c inset;
32772
32772
  }
32773
32773
 
32774
32774
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].right {
32775
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #66af8b inset;
32775
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #81b08c inset;
32776
32776
  }
32777
32777
 
32778
32778
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].left {
@@ -32784,11 +32784,11 @@ Floated Menu / Item
32784
32784
  }
32785
32785
 
32786
32786
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].left {
32787
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #66afac inset;
32787
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #7fb5c2 inset;
32788
32788
  }
32789
32789
 
32790
32790
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].right {
32791
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #66afac inset;
32791
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #7fb5c2 inset;
32792
32792
  }
32793
32793
 
32794
32794
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].left {
@@ -32816,11 +32816,11 @@ Floated Menu / Item
32816
32816
  }
32817
32817
 
32818
32818
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].left {
32819
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a166af inset;
32819
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9461ac inset;
32820
32820
  }
32821
32821
 
32822
32822
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].right {
32823
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a166af inset;
32823
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9461ac inset;
32824
32824
  }
32825
32825
 
32826
32826
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].left {
@@ -32880,11 +32880,11 @@ Floated Menu / Item
32880
32880
  }
32881
32881
 
32882
32882
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].left {
32883
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9ab5c1 inset;
32883
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a3b3c0 inset;
32884
32884
  }
32885
32885
 
32886
32886
  .ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].right {
32887
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9ab5c1 inset;
32887
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a3b3c0 inset;
32888
32888
  }
32889
32889
 
32890
32890
  .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].left {
@@ -33567,11 +33567,11 @@ Floated Menu / Item
33567
33567
  }
33568
33568
 
33569
33569
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].left {
33570
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
33570
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #294755 inset;
33571
33571
  }
33572
33572
 
33573
33573
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].right {
33574
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
33574
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #294755 inset;
33575
33575
  }
33576
33576
 
33577
33577
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].left {
@@ -33631,11 +33631,11 @@ Floated Menu / Item
33631
33631
  }
33632
33632
 
33633
33633
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].left {
33634
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9baf66 inset;
33634
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a0b06c inset;
33635
33635
  }
33636
33636
 
33637
33637
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].right {
33638
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9baf66 inset;
33638
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a0b06c inset;
33639
33639
  }
33640
33640
 
33641
33641
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].left {
@@ -33647,11 +33647,11 @@ Floated Menu / Item
33647
33647
  }
33648
33648
 
33649
33649
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].left {
33650
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #66af8b inset;
33650
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #81b08c inset;
33651
33651
  }
33652
33652
 
33653
33653
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].right {
33654
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #66af8b inset;
33654
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #81b08c inset;
33655
33655
  }
33656
33656
 
33657
33657
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].left {
@@ -33663,11 +33663,11 @@ Floated Menu / Item
33663
33663
  }
33664
33664
 
33665
33665
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].left {
33666
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #66afac inset;
33666
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #7fb5c2 inset;
33667
33667
  }
33668
33668
 
33669
33669
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].right {
33670
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #66afac inset;
33670
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #7fb5c2 inset;
33671
33671
  }
33672
33672
 
33673
33673
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].left {
@@ -33695,11 +33695,11 @@ Floated Menu / Item
33695
33695
  }
33696
33696
 
33697
33697
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].left {
33698
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a166af inset;
33698
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9461ac inset;
33699
33699
  }
33700
33700
 
33701
33701
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].right {
33702
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a166af inset;
33702
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9461ac inset;
33703
33703
  }
33704
33704
 
33705
33705
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].left {
@@ -33759,11 +33759,11 @@ Floated Menu / Item
33759
33759
  }
33760
33760
 
33761
33761
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].left {
33762
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #9ab5c1 inset;
33762
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a3b3c0 inset;
33763
33763
  }
33764
33764
 
33765
33765
  .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].right {
33766
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #9ab5c1 inset;
33766
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a3b3c0 inset;
33767
33767
  }
33768
33768
 
33769
33769
  .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].left {
@@ -34135,11 +34135,11 @@ Floated Menu / Item
34135
34135
  }
34136
34136
 
34137
34137
  .ui.secondary.table {
34138
- border-top: 0.2em solid #1b1c1d;
34138
+ border-top: 0.2em solid #294755;
34139
34139
  }
34140
34140
 
34141
34141
  .ui.inverted.secondary.table {
34142
- background: #1b1c1d;
34142
+ background: #294755;
34143
34143
  color: #fff;
34144
34144
  }
34145
34145
 
@@ -34161,8 +34161,8 @@ Floated Menu / Item
34161
34161
 
34162
34162
  .ui.inverted.scrolling.table > thead.secondary,
34163
34163
  .ui.inverted.scrolling.table > tfoot.secondary {
34164
- background: #1b1c1d;
34165
- color: #1b1c1d;
34164
+ background: #294755;
34165
+ color: #294755;
34166
34166
  }
34167
34167
 
34168
34168
  .ui.inverted.scrolling.table > thead.secondary > tr > th,
@@ -34199,7 +34199,7 @@ Floated Menu / Item
34199
34199
  .ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
34200
34200
  .ui.ui.inverted.table th.secondary:not(.marked),
34201
34201
  .ui.ui.inverted.table td.secondary:not(.marked) {
34202
- background: #1b1c1d;
34202
+ background: #294755;
34203
34203
  color: #fff;
34204
34204
  }
34205
34205
 
@@ -34235,12 +34235,12 @@ Floated Menu / Item
34235
34235
 
34236
34236
  .ui.table td[class*="secondary marked"].left,
34237
34237
  .ui.table tr[class*="secondary marked"].left {
34238
- box-shadow: 0.2em 0 0 0 #1b1c1d inset;
34238
+ box-shadow: 0.2em 0 0 0 #294755 inset;
34239
34239
  }
34240
34240
 
34241
34241
  .ui.table td[class*="secondary marked"].right,
34242
34242
  .ui.table tr[class*="secondary marked"].right {
34243
- box-shadow: -0.2em 0 0 0 #1b1c1d inset;
34243
+ box-shadow: -0.2em 0 0 0 #294755 inset;
34244
34244
  }
34245
34245
 
34246
34246
  .ui.inverted.table td[class*="secondary marked"].left,
@@ -34611,11 +34611,11 @@ Floated Menu / Item
34611
34611
  }
34612
34612
 
34613
34613
  .ui.olive.table {
34614
- border-top: 0.2em solid #9baf66;
34614
+ border-top: 0.2em solid #a0b06c;
34615
34615
  }
34616
34616
 
34617
34617
  .ui.inverted.olive.table {
34618
- background: #9baf66;
34618
+ background: #a0b06c;
34619
34619
  color: #fff;
34620
34620
  }
34621
34621
 
@@ -34637,8 +34637,8 @@ Floated Menu / Item
34637
34637
 
34638
34638
  .ui.inverted.scrolling.table > thead.olive,
34639
34639
  .ui.inverted.scrolling.table > tfoot.olive {
34640
- background: #9baf66;
34641
- color: #9baf66;
34640
+ background: #a0b06c;
34641
+ color: #a0b06c;
34642
34642
  }
34643
34643
 
34644
34644
  .ui.inverted.scrolling.table > thead.olive > tr > th,
@@ -34675,7 +34675,7 @@ Floated Menu / Item
34675
34675
  .ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
34676
34676
  .ui.ui.inverted.table th.olive:not(.marked),
34677
34677
  .ui.ui.inverted.table td.olive:not(.marked) {
34678
- background: #9baf66;
34678
+ background: #a0b06c;
34679
34679
  color: #fff;
34680
34680
  }
34681
34681
 
@@ -34711,12 +34711,12 @@ Floated Menu / Item
34711
34711
 
34712
34712
  .ui.table td[class*="olive marked"].left,
34713
34713
  .ui.table tr[class*="olive marked"].left {
34714
- box-shadow: 0.2em 0 0 0 #9baf66 inset;
34714
+ box-shadow: 0.2em 0 0 0 #a0b06c inset;
34715
34715
  }
34716
34716
 
34717
34717
  .ui.table td[class*="olive marked"].right,
34718
34718
  .ui.table tr[class*="olive marked"].right {
34719
- box-shadow: -0.2em 0 0 0 #9baf66 inset;
34719
+ box-shadow: -0.2em 0 0 0 #a0b06c inset;
34720
34720
  }
34721
34721
 
34722
34722
  .ui.inverted.table td[class*="olive marked"].left,
@@ -34730,11 +34730,11 @@ Floated Menu / Item
34730
34730
  }
34731
34731
 
34732
34732
  .ui.green.table {
34733
- border-top: 0.2em solid #66af8b;
34733
+ border-top: 0.2em solid #81b08c;
34734
34734
  }
34735
34735
 
34736
34736
  .ui.inverted.green.table {
34737
- background: #66af8b;
34737
+ background: #81b08c;
34738
34738
  color: #fff;
34739
34739
  }
34740
34740
 
@@ -34756,8 +34756,8 @@ Floated Menu / Item
34756
34756
 
34757
34757
  .ui.inverted.scrolling.table > thead.green,
34758
34758
  .ui.inverted.scrolling.table > tfoot.green {
34759
- background: #66af8b;
34760
- color: #66af8b;
34759
+ background: #81b08c;
34760
+ color: #81b08c;
34761
34761
  }
34762
34762
 
34763
34763
  .ui.inverted.scrolling.table > thead.green > tr > th,
@@ -34794,7 +34794,7 @@ Floated Menu / Item
34794
34794
  .ui.ui.ui.ui.inverted.table tr.green:not(.marked),
34795
34795
  .ui.ui.inverted.table th.green:not(.marked),
34796
34796
  .ui.ui.inverted.table td.green:not(.marked) {
34797
- background: #66af8b;
34797
+ background: #81b08c;
34798
34798
  color: #fff;
34799
34799
  }
34800
34800
 
@@ -34830,12 +34830,12 @@ Floated Menu / Item
34830
34830
 
34831
34831
  .ui.table td[class*="green marked"].left,
34832
34832
  .ui.table tr[class*="green marked"].left {
34833
- box-shadow: 0.2em 0 0 0 #66af8b inset;
34833
+ box-shadow: 0.2em 0 0 0 #81b08c inset;
34834
34834
  }
34835
34835
 
34836
34836
  .ui.table td[class*="green marked"].right,
34837
34837
  .ui.table tr[class*="green marked"].right {
34838
- box-shadow: -0.2em 0 0 0 #66af8b inset;
34838
+ box-shadow: -0.2em 0 0 0 #81b08c inset;
34839
34839
  }
34840
34840
 
34841
34841
  .ui.inverted.table td[class*="green marked"].left,
@@ -34849,11 +34849,11 @@ Floated Menu / Item
34849
34849
  }
34850
34850
 
34851
34851
  .ui.teal.table {
34852
- border-top: 0.2em solid #66afac;
34852
+ border-top: 0.2em solid #7fb5c2;
34853
34853
  }
34854
34854
 
34855
34855
  .ui.inverted.teal.table {
34856
- background: #66afac;
34856
+ background: #7fb5c2;
34857
34857
  color: #fff;
34858
34858
  }
34859
34859
 
@@ -34870,13 +34870,13 @@ Floated Menu / Item
34870
34870
  .ui.scrolling.table > thead.teal > tr > td,
34871
34871
  .ui.scrolling.table > tfoot.teal > tr > td {
34872
34872
  background: inherit;
34873
- color: #10a3a3;
34873
+ color: #7fb5c2;
34874
34874
  }
34875
34875
 
34876
34876
  .ui.inverted.scrolling.table > thead.teal,
34877
34877
  .ui.inverted.scrolling.table > tfoot.teal {
34878
- background: #66afac;
34879
- color: #66afac;
34878
+ background: #7fb5c2;
34879
+ color: #7fb5c2;
34880
34880
  }
34881
34881
 
34882
34882
  .ui.inverted.scrolling.table > thead.teal > tr > th,
@@ -34894,7 +34894,7 @@ Floated Menu / Item
34894
34894
  .ui.ui.table th.teal:not(.marked),
34895
34895
  .ui.ui.table td.teal:not(.marked) {
34896
34896
  background: #e2ffff;
34897
- color: #10a3a3;
34897
+ color: #7fb5c2;
34898
34898
  }
34899
34899
 
34900
34900
  .ui.table > thead > tr[class*="teal colored"] > th,
@@ -34904,7 +34904,7 @@ Floated Menu / Item
34904
34904
  .ui.table > tfoot > tr.teal:not(.marked) > th,
34905
34905
  .ui.table > tfoot > tr.teal:not(.marked) > td {
34906
34906
  background: inherit;
34907
- color: #10a3a3;
34907
+ color: #7fb5c2;
34908
34908
  }
34909
34909
 
34910
34910
  .ui.ui.ui.ui.inverted.table tr[class*="teal colored"],
@@ -34913,7 +34913,7 @@ Floated Menu / Item
34913
34913
  .ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
34914
34914
  .ui.ui.inverted.table th.teal:not(.marked),
34915
34915
  .ui.ui.inverted.table td.teal:not(.marked) {
34916
- background: #66afac;
34916
+ background: #7fb5c2;
34917
34917
  color: #fff;
34918
34918
  }
34919
34919
 
@@ -34934,7 +34934,7 @@ Floated Menu / Item
34934
34934
  .ui.table tr td.selectable.teal:not(.marked):hover,
34935
34935
  .ui.selectable.table tr:hover td.teal:not(.marked) {
34936
34936
  background: #d8ffff;
34937
- color: #10a3a3;
34937
+ color: #7fb5c2;
34938
34938
  }
34939
34939
 
34940
34940
  .ui.ui.inverted.selectable.table tr[class*="teal colored"]:hover,
@@ -34949,12 +34949,12 @@ Floated Menu / Item
34949
34949
 
34950
34950
  .ui.table td[class*="teal marked"].left,
34951
34951
  .ui.table tr[class*="teal marked"].left {
34952
- box-shadow: 0.2em 0 0 0 #66afac inset;
34952
+ box-shadow: 0.2em 0 0 0 #7fb5c2 inset;
34953
34953
  }
34954
34954
 
34955
34955
  .ui.table td[class*="teal marked"].right,
34956
34956
  .ui.table tr[class*="teal marked"].right {
34957
- box-shadow: -0.2em 0 0 0 #66afac inset;
34957
+ box-shadow: -0.2em 0 0 0 #7fb5c2 inset;
34958
34958
  }
34959
34959
 
34960
34960
  .ui.inverted.table td[class*="teal marked"].left,
@@ -35087,11 +35087,11 @@ Floated Menu / Item
35087
35087
  }
35088
35088
 
35089
35089
  .ui.violet.table {
35090
- border-top: 0.2em solid #a166af;
35090
+ border-top: 0.2em solid #9461ac;
35091
35091
  }
35092
35092
 
35093
35093
  .ui.inverted.violet.table {
35094
- background: #a166af;
35094
+ background: #9461ac;
35095
35095
  color: #fff;
35096
35096
  }
35097
35097
 
@@ -35108,13 +35108,13 @@ Floated Menu / Item
35108
35108
  .ui.scrolling.table > thead.violet > tr > td,
35109
35109
  .ui.scrolling.table > tfoot.violet > tr > td {
35110
35110
  background: inherit;
35111
- color: #a166af;
35111
+ color: #9461ac;
35112
35112
  }
35113
35113
 
35114
35114
  .ui.inverted.scrolling.table > thead.violet,
35115
35115
  .ui.inverted.scrolling.table > tfoot.violet {
35116
- background: #a166af;
35117
- color: #a166af;
35116
+ background: #9461ac;
35117
+ color: #9461ac;
35118
35118
  }
35119
35119
 
35120
35120
  .ui.inverted.scrolling.table > thead.violet > tr > th,
@@ -35132,7 +35132,7 @@ Floated Menu / Item
35132
35132
  .ui.ui.table th.violet:not(.marked),
35133
35133
  .ui.ui.table td.violet:not(.marked) {
35134
35134
  background: #ece9fe;
35135
- color: #a166af;
35135
+ color: #9461ac;
35136
35136
  }
35137
35137
 
35138
35138
  .ui.table > thead > tr[class*="violet colored"] > th,
@@ -35142,7 +35142,7 @@ Floated Menu / Item
35142
35142
  .ui.table > tfoot > tr.violet:not(.marked) > th,
35143
35143
  .ui.table > tfoot > tr.violet:not(.marked) > td {
35144
35144
  background: inherit;
35145
- color: #a166af;
35145
+ color: #9461ac;
35146
35146
  }
35147
35147
 
35148
35148
  .ui.ui.ui.ui.inverted.table tr[class*="violet colored"],
@@ -35151,7 +35151,7 @@ Floated Menu / Item
35151
35151
  .ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
35152
35152
  .ui.ui.inverted.table th.violet:not(.marked),
35153
35153
  .ui.ui.inverted.table td.violet:not(.marked) {
35154
- background: #a166af;
35154
+ background: #9461ac;
35155
35155
  color: #fff;
35156
35156
  }
35157
35157
 
@@ -35172,7 +35172,7 @@ Floated Menu / Item
35172
35172
  .ui.table tr td.selectable.violet:not(.marked):hover,
35173
35173
  .ui.selectable.table tr:hover td.violet:not(.marked) {
35174
35174
  background: #e3deff;
35175
- color: #a166af;
35175
+ color: #9461ac;
35176
35176
  }
35177
35177
 
35178
35178
  .ui.ui.inverted.selectable.table tr[class*="violet colored"]:hover,
@@ -35187,12 +35187,12 @@ Floated Menu / Item
35187
35187
 
35188
35188
  .ui.table td[class*="violet marked"].left,
35189
35189
  .ui.table tr[class*="violet marked"].left {
35190
- box-shadow: 0.2em 0 0 0 #a166af inset;
35190
+ box-shadow: 0.2em 0 0 0 #9461ac inset;
35191
35191
  }
35192
35192
 
35193
35193
  .ui.table td[class*="violet marked"].right,
35194
35194
  .ui.table tr[class*="violet marked"].right {
35195
- box-shadow: -0.2em 0 0 0 #a166af inset;
35195
+ box-shadow: -0.2em 0 0 0 #9461ac inset;
35196
35196
  }
35197
35197
 
35198
35198
  .ui.inverted.table td[class*="violet marked"].left,
@@ -35563,11 +35563,11 @@ Floated Menu / Item
35563
35563
  }
35564
35564
 
35565
35565
  .ui.grey.table {
35566
- border-top: 0.2em solid #9ab5c1;
35566
+ border-top: 0.2em solid #a3b3c0;
35567
35567
  }
35568
35568
 
35569
35569
  .ui.inverted.grey.table {
35570
- background: #9ab5c1;
35570
+ background: #a3b3c0;
35571
35571
  color: #fff;
35572
35572
  }
35573
35573
 
@@ -35584,13 +35584,13 @@ Floated Menu / Item
35584
35584
  .ui.scrolling.table > thead.grey > tr > td,
35585
35585
  .ui.scrolling.table > tfoot.grey > tr > td {
35586
35586
  background: inherit;
35587
- color: #9ab5c1;
35587
+ color: #a3b3c0;
35588
35588
  }
35589
35589
 
35590
35590
  .ui.inverted.scrolling.table > thead.grey,
35591
35591
  .ui.inverted.scrolling.table > tfoot.grey {
35592
- background: #9ab5c1;
35593
- color: #9ab5c1;
35592
+ background: #a3b3c0;
35593
+ color: #a3b3c0;
35594
35594
  }
35595
35595
 
35596
35596
  .ui.inverted.scrolling.table > thead.grey > tr > th,
@@ -35608,7 +35608,7 @@ Floated Menu / Item
35608
35608
  .ui.ui.table th.grey:not(.marked),
35609
35609
  .ui.ui.table td.grey:not(.marked) {
35610
35610
  background: #dcddde;
35611
- color: #9ab5c1;
35611
+ color: #a3b3c0;
35612
35612
  }
35613
35613
 
35614
35614
  .ui.table > thead > tr[class*="grey colored"] > th,
@@ -35618,7 +35618,7 @@ Floated Menu / Item
35618
35618
  .ui.table > tfoot > tr.grey:not(.marked) > th,
35619
35619
  .ui.table > tfoot > tr.grey:not(.marked) > td {
35620
35620
  background: inherit;
35621
- color: #9ab5c1;
35621
+ color: #a3b3c0;
35622
35622
  }
35623
35623
 
35624
35624
  .ui.ui.ui.ui.inverted.table tr[class*="grey colored"],
@@ -35627,7 +35627,7 @@ Floated Menu / Item
35627
35627
  .ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
35628
35628
  .ui.ui.inverted.table th.grey:not(.marked),
35629
35629
  .ui.ui.inverted.table td.grey:not(.marked) {
35630
- background: #9ab5c1;
35630
+ background: #a3b3c0;
35631
35631
  color: #fff;
35632
35632
  }
35633
35633
 
@@ -35648,7 +35648,7 @@ Floated Menu / Item
35648
35648
  .ui.table tr td.selectable.grey:not(.marked):hover,
35649
35649
  .ui.selectable.table tr:hover td.grey:not(.marked) {
35650
35650
  background: #c2c4c5;
35651
- color: #9ab5c1;
35651
+ color: #a3b3c0;
35652
35652
  }
35653
35653
 
35654
35654
  .ui.ui.inverted.selectable.table tr[class*="grey colored"]:hover,
@@ -35663,12 +35663,12 @@ Floated Menu / Item
35663
35663
 
35664
35664
  .ui.table td[class*="grey marked"].left,
35665
35665
  .ui.table tr[class*="grey marked"].left {
35666
- box-shadow: 0.2em 0 0 0 #9ab5c1 inset;
35666
+ box-shadow: 0.2em 0 0 0 #a3b3c0 inset;
35667
35667
  }
35668
35668
 
35669
35669
  .ui.table td[class*="grey marked"].right,
35670
35670
  .ui.table tr[class*="grey marked"].right {
35671
- box-shadow: -0.2em 0 0 0 #9ab5c1 inset;
35671
+ box-shadow: -0.2em 0 0 0 #a3b3c0 inset;
35672
35672
  }
35673
35673
 
35674
35674
  .ui.inverted.table td[class*="grey marked"].left,
@@ -36995,7 +36995,7 @@ Floated Menu / Item
36995
36995
  width: 3em;
36996
36996
  height: 3em;
36997
36997
  animation: loader 0.6s infinite linear;
36998
- border: 0.2em solid #9ab5c1;
36998
+ border: 0.2em solid #a3b3c0;
36999
36999
  border-radius: 500rem;
37000
37000
  box-shadow: 0 0 0 1px transparent;
37001
37001
  visibility: visible;
@@ -37203,7 +37203,7 @@ a.ui.basic.inverted.primary.card:hover,
37203
37203
  .ui.secondary.cards > .card,
37204
37204
  .ui.cards > .secondary.card,
37205
37205
  .ui.secondary.card {
37206
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #1b1c1d, 0 1px 3px 0 #d4d4d5;
37206
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #294755, 0 1px 3px 0 #d4d4d5;
37207
37207
  }
37208
37208
 
37209
37209
  .ui.cards a.secondary.card:hover,
@@ -37212,7 +37212,7 @@ a.ui.basic.inverted.primary.card:hover,
37212
37212
  .ui.link.cards .secondary.card:not(.icon):hover,
37213
37213
  a.ui.secondary.card:hover,
37214
37214
  .ui.link.secondary.card:hover {
37215
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #27292a, 0 1px 3px 0 #bcbdbd;
37215
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #2f5669, 0 1px 3px 0 #bcbdbd;
37216
37216
  }
37217
37217
 
37218
37218
  .ui.cards > .basic.secondary.card,
@@ -37252,7 +37252,7 @@ a.ui.inverted.secondary.card:hover,
37252
37252
  .ui.basic.inverted.secondary.cards > .card,
37253
37253
  .ui.basic.inverted.cards > .secondary.card,
37254
37254
  .ui.basic.inverted.secondary.card {
37255
- background: #1b1c1d;
37255
+ background: #294755;
37256
37256
  }
37257
37257
 
37258
37258
  .ui.inverted.cards a.basic.secondary.card:hover,
@@ -37263,7 +37263,7 @@ a.ui.inverted.secondary.card:hover,
37263
37263
  .ui.link.basic.inverted.cards .secondary.card:not(.icon):hover,
37264
37264
  a.ui.basic.inverted.secondary.card:hover,
37265
37265
  .ui.link.basic.inverted.secondary.card:hover {
37266
- background: #27292a;
37266
+ background: #2f5669;
37267
37267
  }
37268
37268
 
37269
37269
  .ui.red.cards > .card,
@@ -37467,7 +37467,7 @@ a.ui.basic.inverted.yellow.card:hover,
37467
37467
  .ui.olive.cards > .card,
37468
37468
  .ui.cards > .olive.card,
37469
37469
  .ui.olive.card {
37470
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #9baf66, 0 1px 3px 0 #d4d4d5;
37470
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a0b06c, 0 1px 3px 0 #d4d4d5;
37471
37471
  }
37472
37472
 
37473
37473
  .ui.cards a.olive.card:hover,
@@ -37476,7 +37476,7 @@ a.ui.basic.inverted.yellow.card:hover,
37476
37476
  .ui.link.cards .olive.card:not(.icon):hover,
37477
37477
  a.ui.olive.card:hover,
37478
37478
  .ui.link.olive.card:hover {
37479
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #91a952, 0 1px 3px 0 #bcbdbd;
37479
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #97ab58, 0 1px 3px 0 #bcbdbd;
37480
37480
  }
37481
37481
 
37482
37482
  .ui.cards > .basic.olive.card,
@@ -37516,7 +37516,7 @@ a.ui.inverted.olive.card:hover,
37516
37516
  .ui.basic.inverted.olive.cards > .card,
37517
37517
  .ui.basic.inverted.cards > .olive.card,
37518
37518
  .ui.basic.inverted.olive.card {
37519
- background: #9baf66;
37519
+ background: #a0b06c;
37520
37520
  }
37521
37521
 
37522
37522
  .ui.inverted.cards a.basic.olive.card:hover,
@@ -37527,13 +37527,13 @@ a.ui.inverted.olive.card:hover,
37527
37527
  .ui.link.basic.inverted.cards .olive.card:not(.icon):hover,
37528
37528
  a.ui.basic.inverted.olive.card:hover,
37529
37529
  .ui.link.basic.inverted.olive.card:hover {
37530
- background: #91a952;
37530
+ background: #97ab58;
37531
37531
  }
37532
37532
 
37533
37533
  .ui.green.cards > .card,
37534
37534
  .ui.cards > .green.card,
37535
37535
  .ui.green.card {
37536
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #66af8b, 0 1px 3px 0 #d4d4d5;
37536
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #81b08c, 0 1px 3px 0 #d4d4d5;
37537
37537
  }
37538
37538
 
37539
37539
  .ui.cards a.green.card:hover,
@@ -37542,7 +37542,7 @@ a.ui.basic.inverted.olive.card:hover,
37542
37542
  .ui.link.cards .green.card:not(.icon):hover,
37543
37543
  a.ui.green.card:hover,
37544
37544
  .ui.link.green.card:hover {
37545
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #52a97e, 0 1px 3px 0 #bcbdbd;
37545
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #6fa97c, 0 1px 3px 0 #bcbdbd;
37546
37546
  }
37547
37547
 
37548
37548
  .ui.cards > .basic.green.card,
@@ -37582,7 +37582,7 @@ a.ui.inverted.green.card:hover,
37582
37582
  .ui.basic.inverted.green.cards > .card,
37583
37583
  .ui.basic.inverted.cards > .green.card,
37584
37584
  .ui.basic.inverted.green.card {
37585
- background: #66af8b;
37585
+ background: #81b08c;
37586
37586
  }
37587
37587
 
37588
37588
  .ui.inverted.cards a.basic.green.card:hover,
@@ -37593,13 +37593,13 @@ a.ui.inverted.green.card:hover,
37593
37593
  .ui.link.basic.inverted.cards .green.card:not(.icon):hover,
37594
37594
  a.ui.basic.inverted.green.card:hover,
37595
37595
  .ui.link.basic.inverted.green.card:hover {
37596
- background: #52a97e;
37596
+ background: #6fa97c;
37597
37597
  }
37598
37598
 
37599
37599
  .ui.teal.cards > .card,
37600
37600
  .ui.cards > .teal.card,
37601
37601
  .ui.teal.card {
37602
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #66afac, 0 1px 3px 0 #d4d4d5;
37602
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #7fb5c2, 0 1px 3px 0 #d4d4d5;
37603
37603
  }
37604
37604
 
37605
37605
  .ui.cards a.teal.card:hover,
@@ -37608,7 +37608,7 @@ a.ui.basic.inverted.green.card:hover,
37608
37608
  .ui.link.cards .teal.card:not(.icon):hover,
37609
37609
  a.ui.teal.card:hover,
37610
37610
  .ui.link.teal.card:hover {
37611
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #52a9a6, 0 1px 3px 0 #bcbdbd;
37611
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #6aadbe, 0 1px 3px 0 #bcbdbd;
37612
37612
  }
37613
37613
 
37614
37614
  .ui.cards > .basic.teal.card,
@@ -37648,7 +37648,7 @@ a.ui.inverted.teal.card:hover,
37648
37648
  .ui.basic.inverted.teal.cards > .card,
37649
37649
  .ui.basic.inverted.cards > .teal.card,
37650
37650
  .ui.basic.inverted.teal.card {
37651
- background: #66afac;
37651
+ background: #7fb5c2;
37652
37652
  }
37653
37653
 
37654
37654
  .ui.inverted.cards a.basic.teal.card:hover,
@@ -37659,7 +37659,7 @@ a.ui.inverted.teal.card:hover,
37659
37659
  .ui.link.basic.inverted.cards .teal.card:not(.icon):hover,
37660
37660
  a.ui.basic.inverted.teal.card:hover,
37661
37661
  .ui.link.basic.inverted.teal.card:hover {
37662
- background: #52a9a6;
37662
+ background: #6aadbe;
37663
37663
  }
37664
37664
 
37665
37665
  .ui.blue.cards > .card,
@@ -37731,7 +37731,7 @@ a.ui.basic.inverted.blue.card:hover,
37731
37731
  .ui.violet.cards > .card,
37732
37732
  .ui.cards > .violet.card,
37733
37733
  .ui.violet.card {
37734
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a166af, 0 1px 3px 0 #d4d4d5;
37734
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #9461ac, 0 1px 3px 0 #d4d4d5;
37735
37735
  }
37736
37736
 
37737
37737
  .ui.cards a.violet.card:hover,
@@ -37740,7 +37740,7 @@ a.ui.basic.inverted.blue.card:hover,
37740
37740
  .ui.link.cards .violet.card:not(.icon):hover,
37741
37741
  a.ui.violet.card:hover,
37742
37742
  .ui.link.violet.card:hover {
37743
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #9852a9, 0 1px 3px 0 #bcbdbd;
37743
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #8950a3, 0 1px 3px 0 #bcbdbd;
37744
37744
  }
37745
37745
 
37746
37746
  .ui.cards > .basic.violet.card,
@@ -37780,7 +37780,7 @@ a.ui.inverted.violet.card:hover,
37780
37780
  .ui.basic.inverted.violet.cards > .card,
37781
37781
  .ui.basic.inverted.cards > .violet.card,
37782
37782
  .ui.basic.inverted.violet.card {
37783
- background: #a166af;
37783
+ background: #9461ac;
37784
37784
  }
37785
37785
 
37786
37786
  .ui.inverted.cards a.basic.violet.card:hover,
@@ -37791,7 +37791,7 @@ a.ui.inverted.violet.card:hover,
37791
37791
  .ui.link.basic.inverted.cards .violet.card:not(.icon):hover,
37792
37792
  a.ui.basic.inverted.violet.card:hover,
37793
37793
  .ui.link.basic.inverted.violet.card:hover {
37794
- background: #9852a9;
37794
+ background: #8950a3;
37795
37795
  }
37796
37796
 
37797
37797
  .ui.purple.cards > .card,
@@ -37995,7 +37995,7 @@ a.ui.basic.inverted.brown.card:hover,
37995
37995
  .ui.grey.cards > .card,
37996
37996
  .ui.cards > .grey.card,
37997
37997
  .ui.grey.card {
37998
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #9ab5c1, 0 1px 3px 0 #d4d4d5;
37998
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a3b3c0, 0 1px 3px 0 #d4d4d5;
37999
37999
  }
38000
38000
 
38001
38001
  .ui.cards a.grey.card:hover,
@@ -38004,7 +38004,7 @@ a.ui.basic.inverted.brown.card:hover,
38004
38004
  .ui.link.cards .grey.card:not(.icon):hover,
38005
38005
  a.ui.grey.card:hover,
38006
38006
  .ui.link.grey.card:hover {
38007
- box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #aac1cb, 0 1px 3px 0 #bcbdbd;
38007
+ box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #b2c0ca, 0 1px 3px 0 #bcbdbd;
38008
38008
  }
38009
38009
 
38010
38010
  .ui.cards > .basic.grey.card,
@@ -38044,7 +38044,7 @@ a.ui.inverted.grey.card:hover,
38044
38044
  .ui.basic.inverted.grey.cards > .card,
38045
38045
  .ui.basic.inverted.cards > .grey.card,
38046
38046
  .ui.basic.inverted.grey.card {
38047
- background: #9ab5c1;
38047
+ background: #a3b3c0;
38048
38048
  }
38049
38049
 
38050
38050
  .ui.inverted.cards a.basic.grey.card:hover,
@@ -38055,7 +38055,7 @@ a.ui.inverted.grey.card:hover,
38055
38055
  .ui.link.basic.inverted.cards .grey.card:not(.icon):hover,
38056
38056
  a.ui.basic.inverted.grey.card:hover,
38057
38057
  .ui.link.basic.inverted.grey.card:hover {
38058
- background: #aac1cb;
38058
+ background: #b2c0ca;
38059
38059
  }
38060
38060
 
38061
38061
  .ui.black.cards > .card,
@@ -39149,12 +39149,12 @@ a.inverted.ui.card:hover,
39149
39149
 
39150
39150
  .ui.ui.feed > .event > .secondary.label::before,
39151
39151
  .ui.secondary.feed > .event > .label::before {
39152
- background: #1b1c1d;
39152
+ background: #294755;
39153
39153
  }
39154
39154
 
39155
39155
  .ui.secondary.connected.feed > .event::before,
39156
39156
  .ui.connected.feed > .secondary.event::before {
39157
- border-color: #1b1c1d;
39157
+ border-color: #294755;
39158
39158
  }
39159
39159
 
39160
39160
  .ui.inverted.secondary.connected.feed > .event::before,
@@ -39164,7 +39164,7 @@ a.inverted.ui.card:hover,
39164
39164
 
39165
39165
  .ui.ui.feed > .event > .secondary.basic.label::before,
39166
39166
  .ui.secondary.basic.feed > .event > .label::before {
39167
- color: #1b1c1d;
39167
+ color: #294755;
39168
39168
  }
39169
39169
 
39170
39170
  .ui.feed > .event > .inverted.secondary.label::before,
@@ -39269,12 +39269,12 @@ a.inverted.ui.card:hover,
39269
39269
 
39270
39270
  .ui.ui.feed > .event > .olive.label::before,
39271
39271
  .ui.olive.feed > .event > .label::before {
39272
- background: #9baf66;
39272
+ background: #a0b06c;
39273
39273
  }
39274
39274
 
39275
39275
  .ui.olive.connected.feed > .event::before,
39276
39276
  .ui.connected.feed > .olive.event::before {
39277
- border-color: #9baf66;
39277
+ border-color: #a0b06c;
39278
39278
  }
39279
39279
 
39280
39280
  .ui.inverted.olive.connected.feed > .event::before,
@@ -39284,7 +39284,7 @@ a.inverted.ui.card:hover,
39284
39284
 
39285
39285
  .ui.ui.feed > .event > .olive.basic.label::before,
39286
39286
  .ui.olive.basic.feed > .event > .label::before {
39287
- color: #9baf66;
39287
+ color: #a0b06c;
39288
39288
  }
39289
39289
 
39290
39290
  .ui.feed > .event > .inverted.olive.label::before,
@@ -39299,12 +39299,12 @@ a.inverted.ui.card:hover,
39299
39299
 
39300
39300
  .ui.ui.feed > .event > .green.label::before,
39301
39301
  .ui.green.feed > .event > .label::before {
39302
- background: #66af8b;
39302
+ background: #81b08c;
39303
39303
  }
39304
39304
 
39305
39305
  .ui.green.connected.feed > .event::before,
39306
39306
  .ui.connected.feed > .green.event::before {
39307
- border-color: #66af8b;
39307
+ border-color: #81b08c;
39308
39308
  }
39309
39309
 
39310
39310
  .ui.inverted.green.connected.feed > .event::before,
@@ -39314,7 +39314,7 @@ a.inverted.ui.card:hover,
39314
39314
 
39315
39315
  .ui.ui.feed > .event > .green.basic.label::before,
39316
39316
  .ui.green.basic.feed > .event > .label::before {
39317
- color: #66af8b;
39317
+ color: #81b08c;
39318
39318
  }
39319
39319
 
39320
39320
  .ui.feed > .event > .inverted.green.label::before,
@@ -39329,12 +39329,12 @@ a.inverted.ui.card:hover,
39329
39329
 
39330
39330
  .ui.ui.feed > .event > .teal.label::before,
39331
39331
  .ui.teal.feed > .event > .label::before {
39332
- background: #66afac;
39332
+ background: #7fb5c2;
39333
39333
  }
39334
39334
 
39335
39335
  .ui.teal.connected.feed > .event::before,
39336
39336
  .ui.connected.feed > .teal.event::before {
39337
- border-color: #66afac;
39337
+ border-color: #7fb5c2;
39338
39338
  }
39339
39339
 
39340
39340
  .ui.inverted.teal.connected.feed > .event::before,
@@ -39344,7 +39344,7 @@ a.inverted.ui.card:hover,
39344
39344
 
39345
39345
  .ui.ui.feed > .event > .teal.basic.label::before,
39346
39346
  .ui.teal.basic.feed > .event > .label::before {
39347
- color: #66afac;
39347
+ color: #7fb5c2;
39348
39348
  }
39349
39349
 
39350
39350
  .ui.feed > .event > .inverted.teal.label::before,
@@ -39389,12 +39389,12 @@ a.inverted.ui.card:hover,
39389
39389
 
39390
39390
  .ui.ui.feed > .event > .violet.label::before,
39391
39391
  .ui.violet.feed > .event > .label::before {
39392
- background: #a166af;
39392
+ background: #9461ac;
39393
39393
  }
39394
39394
 
39395
39395
  .ui.violet.connected.feed > .event::before,
39396
39396
  .ui.connected.feed > .violet.event::before {
39397
- border-color: #a166af;
39397
+ border-color: #9461ac;
39398
39398
  }
39399
39399
 
39400
39400
  .ui.inverted.violet.connected.feed > .event::before,
@@ -39404,7 +39404,7 @@ a.inverted.ui.card:hover,
39404
39404
 
39405
39405
  .ui.ui.feed > .event > .violet.basic.label::before,
39406
39406
  .ui.violet.basic.feed > .event > .label::before {
39407
- color: #a166af;
39407
+ color: #9461ac;
39408
39408
  }
39409
39409
 
39410
39410
  .ui.feed > .event > .inverted.violet.label::before,
@@ -39509,12 +39509,12 @@ a.inverted.ui.card:hover,
39509
39509
 
39510
39510
  .ui.ui.feed > .event > .grey.label::before,
39511
39511
  .ui.grey.feed > .event > .label::before {
39512
- background: #9ab5c1;
39512
+ background: #a3b3c0;
39513
39513
  }
39514
39514
 
39515
39515
  .ui.grey.connected.feed > .event::before,
39516
39516
  .ui.connected.feed > .grey.event::before {
39517
- border-color: #9ab5c1;
39517
+ border-color: #a3b3c0;
39518
39518
  }
39519
39519
 
39520
39520
  .ui.inverted.grey.connected.feed > .event::before,
@@ -39524,7 +39524,7 @@ a.inverted.ui.card:hover,
39524
39524
 
39525
39525
  .ui.ui.feed > .event > .grey.basic.label::before,
39526
39526
  .ui.grey.basic.feed > .event > .label::before {
39527
- color: #9ab5c1;
39527
+ color: #a3b3c0;
39528
39528
  }
39529
39529
 
39530
39530
  .ui.feed > .event > .inverted.grey.label::before,
@@ -43120,7 +43120,7 @@ select.ui.dropdown {
43120
43120
  }
43121
43121
 
43122
43122
  .ui.active.search.dropdown input.search:focus + .text {
43123
- color: #9ab5c1;
43123
+ color: #a3b3c0;
43124
43124
  }
43125
43125
 
43126
43126
  .ui.search.dropdown.button > span.sizer {
@@ -43402,12 +43402,12 @@ select.ui.dropdown {
43402
43402
 
43403
43403
  .ui.dropdown:not(.button) > .default.text,
43404
43404
  .ui.default.dropdown:not(.button) > .text {
43405
- color: #9ab5c1;
43405
+ color: #a3b3c0;
43406
43406
  }
43407
43407
 
43408
43408
  .ui.dropdown:not(.button) > input:focus ~ .default.text,
43409
43409
  .ui.default.dropdown:not(.button) > input:focus ~ .text {
43410
- color: #9ab5c1;
43410
+ color: #a3b3c0;
43411
43411
  }
43412
43412
 
43413
43413
  /* --------------------
@@ -43444,7 +43444,7 @@ select.ui.dropdown {
43444
43444
  width: 1.28571429em;
43445
43445
  height: 1.28571429em;
43446
43446
  animation: loader 0.6s infinite linear;
43447
- border: 0.2em solid #9ab5c1;
43447
+ border: 0.2em solid #a3b3c0;
43448
43448
  border-radius: 500rem;
43449
43449
  }
43450
43450
 
@@ -46293,7 +46293,7 @@ select.ui.dropdown {
46293
46293
  width: 2em;
46294
46294
  height: 2em;
46295
46295
  animation: loader 0.6s infinite linear;
46296
- border: 0.2em solid #9ab5c1;
46296
+ border: 0.2em solid #a3b3c0;
46297
46297
  border-radius: 500rem;
46298
46298
  box-shadow: 0 0 0 1px transparent;
46299
46299
  visibility: visible;
@@ -46433,14 +46433,14 @@ select.ui.dropdown {
46433
46433
  .ui.secondary.popup,
46434
46434
  [data-tooltip][data-variation~="secondary"]::after,
46435
46435
  [data-tooltip][data-variation~="secondary"]::before {
46436
- background: #1b1c1d;
46436
+ background: #294755;
46437
46437
  color: #fff;
46438
46438
  border: none;
46439
46439
  }
46440
46440
 
46441
46441
  .ui.ui.ui.secondary.loading.popup::before,
46442
46442
  .ui.secondary.loading.popup {
46443
- background: #65696c;
46443
+ background: #639ab4;
46444
46444
  }
46445
46445
 
46446
46446
  .ui.ui.ui.secondary.popup::before,
@@ -46561,14 +46561,14 @@ select.ui.dropdown {
46561
46561
  .ui.olive.popup,
46562
46562
  [data-tooltip][data-variation~="olive"]::after,
46563
46563
  [data-tooltip][data-variation~="olive"]::before {
46564
- background: #9baf66;
46564
+ background: #a0b06c;
46565
46565
  color: #fff;
46566
46566
  border: none;
46567
46567
  }
46568
46568
 
46569
46569
  .ui.ui.ui.olive.loading.popup::before,
46570
46570
  .ui.olive.loading.popup {
46571
- background: #dde4ca;
46571
+ background: #e0e5d0;
46572
46572
  }
46573
46573
 
46574
46574
  .ui.ui.ui.olive.popup::before,
@@ -46593,14 +46593,14 @@ select.ui.dropdown {
46593
46593
  .ui.green.popup,
46594
46594
  [data-tooltip][data-variation~="green"]::after,
46595
46595
  [data-tooltip][data-variation~="green"]::before {
46596
- background: #66af8b;
46596
+ background: #81b08c;
46597
46597
  color: #fff;
46598
46598
  border: none;
46599
46599
  }
46600
46600
 
46601
46601
  .ui.ui.ui.green.loading.popup::before,
46602
46602
  .ui.green.loading.popup {
46603
- background: #cae4d7;
46603
+ background: #dfebe2;
46604
46604
  }
46605
46605
 
46606
46606
  .ui.ui.ui.green.popup::before,
@@ -46625,14 +46625,14 @@ select.ui.dropdown {
46625
46625
  .ui.teal.popup,
46626
46626
  [data-tooltip][data-variation~="teal"]::after,
46627
46627
  [data-tooltip][data-variation~="teal"]::before {
46628
- background: #66afac;
46628
+ background: #7fb5c2;
46629
46629
  color: #fff;
46630
46630
  border: none;
46631
46631
  }
46632
46632
 
46633
46633
  .ui.ui.ui.teal.loading.popup::before,
46634
46634
  .ui.teal.loading.popup {
46635
- background: #cae4e3;
46635
+ background: #e7f1f3;
46636
46636
  }
46637
46637
 
46638
46638
  .ui.ui.ui.teal.popup::before,
@@ -46689,14 +46689,14 @@ select.ui.dropdown {
46689
46689
  .ui.violet.popup,
46690
46690
  [data-tooltip][data-variation~="violet"]::after,
46691
46691
  [data-tooltip][data-variation~="violet"]::before {
46692
- background: #a166af;
46692
+ background: #9461ac;
46693
46693
  color: #fff;
46694
46694
  border: none;
46695
46695
  }
46696
46696
 
46697
46697
  .ui.ui.ui.violet.loading.popup::before,
46698
46698
  .ui.violet.loading.popup {
46699
- background: #dfcae4;
46699
+ background: #d8c5e1;
46700
46700
  }
46701
46701
 
46702
46702
  .ui.ui.ui.violet.popup::before,
@@ -46817,14 +46817,14 @@ select.ui.dropdown {
46817
46817
  .ui.grey.popup,
46818
46818
  [data-tooltip][data-variation~="grey"]::after,
46819
46819
  [data-tooltip][data-variation~="grey"]::before {
46820
- background: #9ab5c1;
46820
+ background: #a3b3c0;
46821
46821
  color: #fff;
46822
46822
  border: none;
46823
46823
  }
46824
46824
 
46825
46825
  .ui.ui.ui.grey.loading.popup::before,
46826
46826
  .ui.grey.loading.popup {
46827
- background: #f9fafb;
46827
+ background: #fefefe;
46828
46828
  }
46829
46829
 
46830
46830
  .ui.ui.ui.grey.popup::before,
@@ -47101,7 +47101,7 @@ select.ui.dropdown {
47101
47101
 
47102
47102
  .ui.search > .results .result .price {
47103
47103
  float: right;
47104
- color: #66af8b;
47104
+ color: #81b08c;
47105
47105
  }
47106
47106
 
47107
47107
  /* --------------
@@ -47176,7 +47176,7 @@ select.ui.dropdown {
47176
47176
  width: 1.28571429em;
47177
47177
  height: 1.28571429em;
47178
47178
  animation: loader 0.6s infinite linear;
47179
- border: 0.2em solid #9ab5c1;
47179
+ border: 0.2em solid #a3b3c0;
47180
47180
  border-radius: 500rem;
47181
47181
  box-shadow: 0 0 0 1px transparent;
47182
47182
  }
@@ -47642,7 +47642,7 @@ select.ui.dropdown {
47642
47642
  width: 2.5em;
47643
47643
  height: 2.5em;
47644
47644
  animation: loader 0.6s infinite linear;
47645
- border: 0.2em solid #9ab5c1;
47645
+ border: 0.2em solid #a3b3c0;
47646
47646
  border-radius: 500rem;
47647
47647
  box-shadow: 0 0 0 1px transparent;
47648
47648
  }
@@ -47752,7 +47752,7 @@ select.ui.dropdown {
47752
47752
  }
47753
47753
 
47754
47754
  .secondary.pulsating.transition {
47755
- box-shadow: 0 0 0 0 rgba(27, 28, 29, 0.5);
47755
+ box-shadow: 0 0 0 0 rgba(41, 71, 85, 0.5);
47756
47756
  }
47757
47757
 
47758
47758
  .secondary.inverted.pulsating.transition {
@@ -47784,7 +47784,7 @@ select.ui.dropdown {
47784
47784
  }
47785
47785
 
47786
47786
  .olive.pulsating.transition {
47787
- box-shadow: 0 0 0 0 rgba(155, 175, 102, 0.5);
47787
+ box-shadow: 0 0 0 0 rgba(160, 176, 108, 0.5);
47788
47788
  }
47789
47789
 
47790
47790
  .olive.inverted.pulsating.transition {
@@ -47792,7 +47792,7 @@ select.ui.dropdown {
47792
47792
  }
47793
47793
 
47794
47794
  .green.pulsating.transition {
47795
- box-shadow: 0 0 0 0 rgba(102, 175, 139, 0.5);
47795
+ box-shadow: 0 0 0 0 rgba(129, 176, 140, 0.5);
47796
47796
  }
47797
47797
 
47798
47798
  .green.inverted.pulsating.transition {
@@ -47800,7 +47800,7 @@ select.ui.dropdown {
47800
47800
  }
47801
47801
 
47802
47802
  .teal.pulsating.transition {
47803
- box-shadow: 0 0 0 0 rgba(102, 175, 172, 0.5);
47803
+ box-shadow: 0 0 0 0 rgba(127, 181, 194, 0.5);
47804
47804
  }
47805
47805
 
47806
47806
  .teal.inverted.pulsating.transition {
@@ -47816,7 +47816,7 @@ select.ui.dropdown {
47816
47816
  }
47817
47817
 
47818
47818
  .violet.pulsating.transition {
47819
- box-shadow: 0 0 0 0 rgba(161, 102, 175, 0.5);
47819
+ box-shadow: 0 0 0 0 rgba(148, 97, 172, 0.5);
47820
47820
  }
47821
47821
 
47822
47822
  .violet.inverted.pulsating.transition {
@@ -47848,7 +47848,7 @@ select.ui.dropdown {
47848
47848
  }
47849
47849
 
47850
47850
  .grey.pulsating.transition {
47851
- box-shadow: 0 0 0 0 rgba(154, 181, 193, 0.5);
47851
+ box-shadow: 0 0 0 0 rgba(163, 179, 192, 0.5);
47852
47852
  }
47853
47853
 
47854
47854
  .grey.inverted.pulsating.transition {