@clayui/css 3.83.1 → 3.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/lib/css/atlas.css +322 -233
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +247 -160
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +264 -187
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/package.json +2 -2
  9. package/src/scss/_license-text.scss +1 -1
  10. package/src/scss/atlas/variables/_alerts.scss +2 -2
  11. package/src/scss/atlas/variables/_custom-forms.scss +1 -1
  12. package/src/scss/atlas/variables/_forms.scss +6 -7
  13. package/src/scss/atlas/variables/_links.scss +5 -0
  14. package/src/scss/atlas/variables/_pagination.scss +3 -3
  15. package/src/scss/atlas/variables/_sidebar.scss +4 -0
  16. package/src/scss/cadmin/components/_links.scss +4 -0
  17. package/src/scss/cadmin/components/_utilities-functional-important.scss +12 -2
  18. package/src/scss/cadmin/variables/_globals.scss +11 -0
  19. package/src/scss/cadmin/variables/_links.scss +35 -1
  20. package/src/scss/cadmin/variables/_navigation-bar.scss +2 -0
  21. package/src/scss/cadmin/variables/_utilities.scss +13 -0
  22. package/src/scss/components/_links.scss +4 -0
  23. package/src/scss/components/_utilities-functional-important.scss +12 -2
  24. package/src/scss/mixins/_forms.scss +82 -58
  25. package/src/scss/mixins/_links.scss +19 -1
  26. package/src/scss/mixins/_sidebar.scss +16 -2
  27. package/src/scss/variables/_globals.scss +11 -0
  28. package/src/scss/variables/_links.scss +36 -1
  29. package/src/scss/variables/_navigation-bar.scss +6 -0
  30. package/src/scss/variables/_pagination.scss +1 -1
  31. package/src/scss/variables/_sidebar.scss +1 -0
  32. package/src/scss/variables/_utilities.scss +13 -0
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.83.1
3
+ * Clay 3.85.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -162,11 +162,22 @@ sup {
162
162
  a {
163
163
  color: #0b5fff;
164
164
  text-decoration: none;
165
+ text-underline-offset: 0.23em;
165
166
  }
166
- a:hover {
167
+ a:hover, a.hover {
167
168
  color: #004ad7;
168
169
  text-decoration: underline;
169
170
  }
171
+ a .inline-item-before {
172
+ margin-right: 0.25rem;
173
+ }
174
+ a .inline-item-middle {
175
+ margin-left: 0.25rem;
176
+ margin-right: 0.25rem;
177
+ }
178
+ a .inline-item-after {
179
+ margin-left: 0.25rem;
180
+ }
170
181
  pre,
171
182
  code,
172
183
  kbd,
@@ -3404,11 +3415,13 @@ input[type=button].btn-block {
3404
3415
  font-weight: 600;
3405
3416
  text-decoration: underline;
3406
3417
  }
3407
- .alert-link:hover,
3408
- .alert-link.btn-unstyled:hover {
3418
+ .alert-link:hover, .alert-link.hover,
3419
+ .alert-link.btn-unstyled:hover,
3420
+ .alert-link.btn-unstyled.hover {
3409
3421
  text-decoration: none;
3410
3422
  }
3411
- .alert-link:focus,
3423
+ .alert-link.focus, .alert-link:focus,
3424
+ .alert-link.btn-unstyled.focus,
3412
3425
  .alert-link.btn-unstyled:focus {
3413
3426
  text-decoration: none;
3414
3427
  }
@@ -3758,8 +3771,8 @@ input[type=button].btn-block {
3758
3771
  color: #0b5fff;
3759
3772
  }
3760
3773
  .alert-secondary {
3761
- background-color: #e7e7ed;
3762
- border-color: #a7a9bc;
3774
+ background-color: #f7f8f9;
3775
+ border-color: #d3d6e0;
3763
3776
  color: #6b6c7e;
3764
3777
  }
3765
3778
  .alert-secondary .alert-btn {
@@ -4055,10 +4068,10 @@ input[type=button].btn-block {
4055
4068
  .badge:empty {
4056
4069
  display: none;
4057
4070
  }
4058
- .badge[href]:hover, .badge[type]:hover {
4071
+ .badge[href]:hover, .badge[href].hover, .badge[type]:hover, .badge[type].hover {
4059
4072
  text-decoration: none;
4060
4073
  }
4061
- .badge[href]:focus, .badge[type]:focus {
4074
+ .badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
4062
4075
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
4063
4076
  outline: 0;
4064
4077
  }
@@ -4066,10 +4079,10 @@ input[type=button].btn-block {
4066
4079
  color: #fff;
4067
4080
  text-decoration: underline;
4068
4081
  }
4069
- .badge a:hover {
4082
+ .badge a:hover, .badge a.hover {
4070
4083
  text-decoration: none;
4071
4084
  }
4072
- .badge a:focus {
4085
+ .badge a.focus, .badge a:focus {
4073
4086
  text-decoration: none;
4074
4087
  }
4075
4088
  .badge > .c-inner {
@@ -4180,11 +4193,11 @@ input[type=button].btn-block {
4180
4193
  background-color: #0b5fff;
4181
4194
  color: #fff;
4182
4195
  }
4183
- [href].badge-primary:hover, [type].badge-primary:hover {
4196
+ [href].badge-primary:hover, [href].hover.badge-primary, [type].badge-primary:hover, [type].hover.badge-primary {
4184
4197
  background-color: #0b5fff;
4185
4198
  color: #fff;
4186
4199
  }
4187
- [href].badge-primary:focus, [type].badge-primary:focus {
4200
+ [href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
4188
4201
  background-color: #0b5fff;
4189
4202
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
4190
4203
  color: #fff;
@@ -4193,11 +4206,11 @@ input[type=button].btn-block {
4193
4206
  background-color: #e7e7ed;
4194
4207
  color: #272833;
4195
4208
  }
4196
- [href].badge-secondary:hover, [type].badge-secondary:hover {
4209
+ [href].badge-secondary:hover, [href].hover.badge-secondary, [type].badge-secondary:hover, [type].hover.badge-secondary {
4197
4210
  background-color: #e7e7ed;
4198
4211
  color: #272833;
4199
4212
  }
4200
- [href].badge-secondary:focus, [type].badge-secondary:focus {
4213
+ [href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
4201
4214
  background-color: #e7e7ed;
4202
4215
  color: #272833;
4203
4216
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 237, 0.5);
@@ -4209,11 +4222,11 @@ input[type=button].btn-block {
4209
4222
  background-color: #287d3c;
4210
4223
  color: #fff;
4211
4224
  }
4212
- [href].badge-success:hover, [type].badge-success:hover {
4225
+ [href].badge-success:hover, [href].hover.badge-success, [type].badge-success:hover, [type].hover.badge-success {
4213
4226
  background-color: #287d3c;
4214
4227
  color: #fff;
4215
4228
  }
4216
- [href].badge-success:focus, [type].badge-success:focus {
4229
+ [href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
4217
4230
  background-color: #287d3c;
4218
4231
  color: #fff;
4219
4232
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 60, 0.5);
@@ -4222,11 +4235,11 @@ input[type=button].btn-block {
4222
4235
  background-color: #2e5aac;
4223
4236
  color: #fff;
4224
4237
  }
4225
- [href].badge-info:hover, [type].badge-info:hover {
4238
+ [href].badge-info:hover, [href].hover.badge-info, [type].badge-info:hover, [type].hover.badge-info {
4226
4239
  background-color: #2e5aac;
4227
4240
  color: #fff;
4228
4241
  }
4229
- [href].badge-info:focus, [type].badge-info:focus {
4242
+ [href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
4230
4243
  background-color: #2e5aac;
4231
4244
  color: #fff;
4232
4245
  box-shadow: 0 0 0 0.2rem rgba(46, 90, 172, 0.5);
@@ -4235,11 +4248,11 @@ input[type=button].btn-block {
4235
4248
  background-color: #b95000;
4236
4249
  color: #fff;
4237
4250
  }
4238
- [href].badge-warning:hover, [type].badge-warning:hover {
4251
+ [href].badge-warning:hover, [href].hover.badge-warning, [type].badge-warning:hover, [type].hover.badge-warning {
4239
4252
  background-color: #b95000;
4240
4253
  color: #fff;
4241
4254
  }
4242
- [href].badge-warning:focus, [type].badge-warning:focus {
4255
+ [href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
4243
4256
  background-color: #b95000;
4244
4257
  color: #fff;
4245
4258
  box-shadow: 0 0 0 0.2rem rgba(185, 80, 0, 0.5);
@@ -4248,11 +4261,11 @@ input[type=button].btn-block {
4248
4261
  background-color: #da1414;
4249
4262
  color: #fff;
4250
4263
  }
4251
- [href].badge-danger:hover, [type].badge-danger:hover {
4264
+ [href].badge-danger:hover, [href].hover.badge-danger, [type].badge-danger:hover, [type].hover.badge-danger {
4252
4265
  background-color: #da1414;
4253
4266
  color: #fff;
4254
4267
  }
4255
- [href].badge-danger:focus, [type].badge-danger:focus {
4268
+ [href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
4256
4269
  background-color: #da1414;
4257
4270
  color: #fff;
4258
4271
  box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.5);
@@ -4261,11 +4274,11 @@ input[type=button].btn-block {
4261
4274
  background-color: #f1f2f5;
4262
4275
  color: #272833;
4263
4276
  }
4264
- [href].badge-light:hover, [type].badge-light:hover {
4277
+ [href].badge-light:hover, [href].hover.badge-light, [type].badge-light:hover, [type].hover.badge-light {
4265
4278
  background-color: #f1f2f5;
4266
4279
  color: #272833;
4267
4280
  }
4268
- [href].badge-light:focus, [type].badge-light:focus {
4281
+ [href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
4269
4282
  background-color: #f1f2f5;
4270
4283
  color: #272833;
4271
4284
  box-shadow: 0 0 0 0.2rem rgba(241, 242, 245, 0.5);
@@ -4277,11 +4290,11 @@ input[type=button].btn-block {
4277
4290
  background-color: #272833;
4278
4291
  color: #fff;
4279
4292
  }
4280
- [href].badge-dark:hover, [type].badge-dark:hover {
4293
+ [href].badge-dark:hover, [href].hover.badge-dark, [type].badge-dark:hover, [type].hover.badge-dark {
4281
4294
  background-color: #272833;
4282
4295
  color: #fff;
4283
4296
  }
4284
- [href].badge-dark:focus, [type].badge-dark:focus {
4297
+ [href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
4285
4298
  background-color: #272833;
4286
4299
  color: #fff;
4287
4300
  box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
@@ -4309,11 +4322,11 @@ input[type=button].btn-block {
4309
4322
  transition: none;
4310
4323
  }
4311
4324
  }
4312
- .breadcrumb-link:hover {
4325
+ .breadcrumb-link:hover, .breadcrumb-link.hover {
4313
4326
  color: #6b6c7e;
4314
4327
  text-decoration: underline;
4315
4328
  }
4316
- .breadcrumb-link:focus {
4329
+ .breadcrumb-link.focus, .breadcrumb-link:focus {
4317
4330
  color: #6b6c7e;
4318
4331
  text-decoration: underline;
4319
4332
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
@@ -4615,10 +4628,10 @@ input[type=button].btn-block {
4615
4628
  cursor: pointer;
4616
4629
  text-decoration: none;
4617
4630
  }
4618
- .label[href]:hover, .label[type]:hover, .label[tabindex]:hover {
4631
+ .label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
4619
4632
  text-decoration: underline;
4620
4633
  }
4621
- .label[href]:focus, .label[type]:focus, .label[tabindex]:focus {
4634
+ .label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
4622
4635
  text-decoration: underline;
4623
4636
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
4624
4637
  }
@@ -4628,12 +4641,14 @@ input[type=button].btn-block {
4628
4641
  display: inline-block;
4629
4642
  text-decoration: none;
4630
4643
  }
4631
- .label a:hover,
4632
- .label .btn-unstyled:hover {
4644
+ .label a:hover, .label a.hover,
4645
+ .label .btn-unstyled:hover,
4646
+ .label .btn-unstyled.hover {
4633
4647
  color: inherit;
4634
4648
  text-decoration: underline;
4635
4649
  }
4636
- .label a:focus,
4650
+ .label a.focus, .label a:focus,
4651
+ .label .btn-unstyled.focus,
4637
4652
  .label .btn-unstyled:focus {
4638
4653
  color: inherit;
4639
4654
  text-decoration: underline;
@@ -4783,15 +4798,16 @@ input[type=button].btn-block {
4783
4798
  border-color: #80acff;
4784
4799
  color: #0b5fff;
4785
4800
  }
4786
- [href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
4801
+ [href].label-primary:hover, [href].hover.label-primary, [type].label-primary:hover, [type].hover.label-primary, [tabindex].label-primary:hover, [tabindex].hover.label-primary {
4787
4802
  border-color: #80acff;
4788
4803
  color: #004ad7;
4789
4804
  }
4790
- [href].label-primary:focus, [type].label-primary:focus, [tabindex].label-primary:focus {
4805
+ [href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
4791
4806
  color: #004ad7;
4792
4807
  }
4793
- .label-primary a:hover,
4794
- .label-primary .btn-unstyled:hover {
4808
+ .label-primary a:hover, .label-primary a.hover,
4809
+ .label-primary .btn-unstyled:hover,
4810
+ .label-primary .btn-unstyled.hover {
4795
4811
  color: #004ad7;
4796
4812
  }
4797
4813
  .label-primary .close:hover {
@@ -4805,15 +4821,16 @@ input[type=button].btn-block {
4805
4821
  border-color: #cdced9;
4806
4822
  color: #6b6c7e;
4807
4823
  }
4808
- [href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
4824
+ [href].label-secondary:hover, [href].hover.label-secondary, [type].label-secondary:hover, [type].hover.label-secondary, [tabindex].label-secondary:hover, [tabindex].hover.label-secondary {
4809
4825
  border-color: #cdced9;
4810
4826
  color: #272833;
4811
4827
  }
4812
- [href].label-secondary:focus, [type].label-secondary:focus, [tabindex].label-secondary:focus {
4828
+ [href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
4813
4829
  color: #272833;
4814
4830
  }
4815
- .label-secondary a:hover,
4816
- .label-secondary .btn-unstyled:hover {
4831
+ .label-secondary a:hover, .label-secondary a.hover,
4832
+ .label-secondary .btn-unstyled:hover,
4833
+ .label-secondary .btn-unstyled.hover {
4817
4834
  color: #272833;
4818
4835
  }
4819
4836
  .label-secondary .close:hover {
@@ -4827,15 +4844,16 @@ input[type=button].btn-block {
4827
4844
  border-color: #5aca75;
4828
4845
  color: #287d3c;
4829
4846
  }
4830
- [href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
4847
+ [href].label-success:hover, [href].hover.label-success, [type].label-success:hover, [type].hover.label-success, [tabindex].label-success:hover, [tabindex].hover.label-success {
4831
4848
  border-color: #5aca75;
4832
4849
  color: #1c5629;
4833
4850
  }
4834
- [href].label-success:focus, [type].label-success:focus, [tabindex].label-success:focus {
4851
+ [href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
4835
4852
  color: #1c5629;
4836
4853
  }
4837
- .label-success a:hover,
4838
- .label-success .btn-unstyled:hover {
4854
+ .label-success a:hover, .label-success a.hover,
4855
+ .label-success .btn-unstyled:hover,
4856
+ .label-success .btn-unstyled.hover {
4839
4857
  color: #1c5629;
4840
4858
  }
4841
4859
  .label-success .close:hover {
@@ -4849,15 +4867,16 @@ input[type=button].btn-block {
4849
4867
  border-color: #89a7e0;
4850
4868
  color: #2e5aac;
4851
4869
  }
4852
- [href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
4870
+ [href].label-info:hover, [href].hover.label-info, [type].label-info:hover, [type].hover.label-info, [tabindex].label-info:hover, [tabindex].hover.label-info {
4853
4871
  border-color: #89a7e0;
4854
4872
  color: #234584;
4855
4873
  }
4856
- [href].label-info:focus, [type].label-info:focus, [tabindex].label-info:focus {
4874
+ [href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
4857
4875
  color: #234584;
4858
4876
  }
4859
- .label-info a:hover,
4860
- .label-info .btn-unstyled:hover {
4877
+ .label-info a:hover, .label-info a.hover,
4878
+ .label-info .btn-unstyled:hover,
4879
+ .label-info .btn-unstyled.hover {
4861
4880
  color: #234584;
4862
4881
  }
4863
4882
  .label-info .close:hover {
@@ -4871,15 +4890,16 @@ input[type=button].btn-block {
4871
4890
  border-color: #ff8f39;
4872
4891
  color: #b95000;
4873
4892
  }
4874
- [href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
4893
+ [href].label-warning:hover, [href].hover.label-warning, [type].label-warning:hover, [type].hover.label-warning, [tabindex].label-warning:hover, [tabindex].hover.label-warning {
4875
4894
  border-color: #ff8f39;
4876
4895
  color: #863a00;
4877
4896
  }
4878
- [href].label-warning:focus, [type].label-warning:focus, [tabindex].label-warning:focus {
4897
+ [href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
4879
4898
  color: #863a00;
4880
4899
  }
4881
- .label-warning a:hover,
4882
- .label-warning .btn-unstyled:hover {
4900
+ .label-warning a:hover, .label-warning a.hover,
4901
+ .label-warning .btn-unstyled:hover,
4902
+ .label-warning .btn-unstyled.hover {
4883
4903
  color: #863a00;
4884
4904
  }
4885
4905
  .label-warning .close:hover {
@@ -4893,15 +4913,16 @@ input[type=button].btn-block {
4893
4913
  border-color: #f48989;
4894
4914
  color: #da1414;
4895
4915
  }
4896
- [href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
4916
+ [href].label-danger:hover, [href].hover.label-danger, [type].label-danger:hover, [type].hover.label-danger, [tabindex].label-danger:hover, [tabindex].hover.label-danger {
4897
4917
  border-color: #f48989;
4898
4918
  color: #ab1010;
4899
4919
  }
4900
- [href].label-danger:focus, [type].label-danger:focus, [tabindex].label-danger:focus {
4920
+ [href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
4901
4921
  color: #ab1010;
4902
4922
  }
4903
- .label-danger a:hover,
4904
- .label-danger .btn-unstyled:hover {
4923
+ .label-danger a:hover, .label-danger a.hover,
4924
+ .label-danger .btn-unstyled:hover,
4925
+ .label-danger .btn-unstyled.hover {
4905
4926
  color: #ab1010;
4906
4927
  }
4907
4928
  .label-danger .close:hover {
@@ -4915,15 +4936,16 @@ input[type=button].btn-block {
4915
4936
  border-color: #272833;
4916
4937
  color: #272833;
4917
4938
  }
4918
- [href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
4939
+ [href].label-dark:hover, [href].hover.label-dark, [type].label-dark:hover, [type].hover.label-dark, [tabindex].label-dark:hover, [tabindex].hover.label-dark {
4919
4940
  border-color: #272833;
4920
4941
  color: #393a4a;
4921
4942
  }
4922
- [href].label-dark:focus, [type].label-dark:focus, [tabindex].label-dark:focus {
4943
+ [href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
4923
4944
  color: #393a4a;
4924
4945
  }
4925
- .label-dark a:hover,
4926
- .label-dark .btn-unstyled:hover {
4946
+ .label-dark a:hover, .label-dark a.hover,
4947
+ .label-dark .btn-unstyled:hover,
4948
+ .label-dark .btn-unstyled.hover {
4927
4949
  color: #393a4a;
4928
4950
  }
4929
4951
  .label-dark .close:hover {
@@ -4937,15 +4959,16 @@ input[type=button].btn-block {
4937
4959
  border-color: #f1f2f5;
4938
4960
  color: #f1f2f5;
4939
4961
  }
4940
- [href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
4962
+ [href].label-light:hover, [href].hover.label-light, [type].label-light:hover, [type].hover.label-light, [tabindex].label-light:hover, [tabindex].hover.label-light {
4941
4963
  border-color: #f1f2f5;
4942
4964
  color: #d3d6e0;
4943
4965
  }
4944
- [href].label-light:focus, [type].label-light:focus, [tabindex].label-light:focus {
4966
+ [href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
4945
4967
  color: #d3d6e0;
4946
4968
  }
4947
- .label-light a:hover,
4948
- .label-light .btn-unstyled:hover {
4969
+ .label-light a:hover, .label-light a.hover,
4970
+ .label-light .btn-unstyled:hover,
4971
+ .label-light .btn-unstyled.hover {
4949
4972
  color: #d3d6e0;
4950
4973
  }
4951
4974
  .label-light .close:hover {
@@ -4959,7 +4982,7 @@ input[type=button].btn-block {
4959
4982
  border-color: #0b5fff;
4960
4983
  color: #fff;
4961
4984
  }
4962
- [href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
4985
+ [href].label-inverse-primary:hover, [href].hover.label-inverse-primary, [type].label-inverse-primary:hover, [type].hover.label-inverse-primary, [tabindex].label-inverse-primary:hover, [tabindex].hover.label-inverse-primary {
4963
4986
  color: #fff;
4964
4987
  }
4965
4988
  .label-inverse-secondary {
@@ -4967,7 +4990,7 @@ input[type=button].btn-block {
4967
4990
  border-color: #6b6c7e;
4968
4991
  color: #fff;
4969
4992
  }
4970
- [href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
4993
+ [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary, [type].label-inverse-secondary:hover, [type].hover.label-inverse-secondary, [tabindex].label-inverse-secondary:hover, [tabindex].hover.label-inverse-secondary {
4971
4994
  color: #fff;
4972
4995
  }
4973
4996
  .label-inverse-success {
@@ -4975,7 +4998,7 @@ input[type=button].btn-block {
4975
4998
  border-color: #287d3c;
4976
4999
  color: #fff;
4977
5000
  }
4978
- [href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
5001
+ [href].label-inverse-success:hover, [href].hover.label-inverse-success, [type].label-inverse-success:hover, [type].hover.label-inverse-success, [tabindex].label-inverse-success:hover, [tabindex].hover.label-inverse-success {
4979
5002
  color: #fff;
4980
5003
  }
4981
5004
  .label-inverse-info {
@@ -4983,7 +5006,7 @@ input[type=button].btn-block {
4983
5006
  border-color: #2e5aac;
4984
5007
  color: #fff;
4985
5008
  }
4986
- [href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
5009
+ [href].label-inverse-info:hover, [href].hover.label-inverse-info, [type].label-inverse-info:hover, [type].hover.label-inverse-info, [tabindex].label-inverse-info:hover, [tabindex].hover.label-inverse-info {
4987
5010
  color: #fff;
4988
5011
  }
4989
5012
  .label-inverse-warning {
@@ -4991,7 +5014,7 @@ input[type=button].btn-block {
4991
5014
  border-color: #b95000;
4992
5015
  color: #fff;
4993
5016
  }
4994
- [href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
5017
+ [href].label-inverse-warning:hover, [href].hover.label-inverse-warning, [type].label-inverse-warning:hover, [type].hover.label-inverse-warning, [tabindex].label-inverse-warning:hover, [tabindex].hover.label-inverse-warning {
4995
5018
  color: #fff;
4996
5019
  }
4997
5020
  .label-inverse-danger {
@@ -4999,7 +5022,7 @@ input[type=button].btn-block {
4999
5022
  border-color: #da1414;
5000
5023
  color: #fff;
5001
5024
  }
5002
- [href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
5025
+ [href].label-inverse-danger:hover, [href].hover.label-inverse-danger, [type].label-inverse-danger:hover, [type].hover.label-inverse-danger, [tabindex].label-inverse-danger:hover, [tabindex].hover.label-inverse-danger {
5003
5026
  color: #fff;
5004
5027
  }
5005
5028
  .label-inverse-light {
@@ -5007,7 +5030,7 @@ input[type=button].btn-block {
5007
5030
  border-color: #f1f2f5;
5008
5031
  color: #272833;
5009
5032
  }
5010
- [href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
5033
+ [href].label-inverse-light:hover, [href].hover.label-inverse-light, [type].label-inverse-light:hover, [type].hover.label-inverse-light, [tabindex].label-inverse-light:hover, [tabindex].hover.label-inverse-light {
5011
5034
  color: #272833;
5012
5035
  }
5013
5036
  .label-inverse-dark {
@@ -5015,7 +5038,7 @@ input[type=button].btn-block {
5015
5038
  border-color: #272833;
5016
5039
  color: #fff;
5017
5040
  }
5018
- [href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
5041
+ [href].label-inverse-dark:hover, [href].hover.label-inverse-dark, [type].label-inverse-dark:hover, [type].hover.label-inverse-dark, [tabindex].label-inverse-dark:hover, [tabindex].hover.label-inverse-dark {
5019
5042
  color: #fff;
5020
5043
  }
5021
5044
  .media {
@@ -5346,8 +5369,9 @@ input[type=button].btn-block {
5346
5369
  .card-title [href] {
5347
5370
  color: #272833;
5348
5371
  }
5349
- .card-title[href]:hover,
5350
- .card-title [href]:hover {
5372
+ .card-title[href]:hover, .card-title[href].hover,
5373
+ .card-title [href]:hover,
5374
+ .card-title [href].hover {
5351
5375
  color: #272833;
5352
5376
  }
5353
5377
  .card-subtitle {
@@ -5361,8 +5385,9 @@ input[type=button].btn-block {
5361
5385
  .card-subtitle [href] {
5362
5386
  color: #6b6c7e;
5363
5387
  }
5364
- .card-subtitle[href]:hover,
5365
- .card-subtitle [href]:hover {
5388
+ .card-subtitle[href]:hover, .card-subtitle[href].hover,
5389
+ .card-subtitle [href]:hover,
5390
+ .card-subtitle [href].hover {
5366
5391
  color: #6b6c7e;
5367
5392
  }
5368
5393
  .card-text:last-child {
@@ -5372,7 +5397,7 @@ input[type=button].btn-block {
5372
5397
  color: #6b6c7e;
5373
5398
  font-size: 0.875rem;
5374
5399
  }
5375
- .card-link:hover {
5400
+ .card-link:hover, .card-link.hover {
5376
5401
  color: #6b6c7e;
5377
5402
  text-decoration: underline;
5378
5403
  }
@@ -6832,11 +6857,11 @@ input[type=button].btn-block {
6832
6857
  text-decoration: inherit;
6833
6858
  width: 100%;
6834
6859
  }
6835
- .dropdown-item-indicator-text-start:hover {
6860
+ .dropdown-item-indicator-text-start:hover, .dropdown-item-indicator-text-start.hover {
6836
6861
  color: inherit;
6837
6862
  text-decoration: inherit;
6838
6863
  }
6839
- .dropdown-item-indicator-text-start:focus {
6864
+ .dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
6840
6865
  color: inherit;
6841
6866
  text-decoration: inherit;
6842
6867
  }
@@ -6887,11 +6912,11 @@ input[type=button].btn-block {
6887
6912
  text-decoration: inherit;
6888
6913
  width: 100%;
6889
6914
  }
6890
- .dropdown-item-indicator-text-end:hover {
6915
+ .dropdown-item-indicator-text-end:hover, .dropdown-item-indicator-text-end.hover {
6891
6916
  color: inherit;
6892
6917
  text-decoration: inherit;
6893
6918
  }
6894
- .dropdown-item-indicator-text-end:focus {
6919
+ .dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
6895
6920
  color: inherit;
6896
6921
  text-decoration: inherit;
6897
6922
  }
@@ -7636,24 +7661,23 @@ select.form-control[size]:focus, select.form-control[size].focus {
7636
7661
  background-image: none;
7637
7662
  }
7638
7663
  select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
7639
- background-image: linear-gradient(#ffa700, #ffa700);
7640
- color: #fff;
7641
- filter: invert(100%);
7664
+ background-image: linear-gradient(#ffb528, #ffb528);
7665
+ filter: invert(1);
7642
7666
  }
7643
7667
  select.form-control[size] option {
7644
7668
  padding: 0.4375rem 0.5rem;
7645
7669
  }
7646
- select.form-control[size] option:checked {
7670
+ select.form-control[size] option:hover {
7647
7671
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7648
7672
  }
7673
+ select.form-control[size] option:checked {
7674
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7675
+ }
7649
7676
  @-moz-document url-prefix() {
7650
7677
  select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
7651
7678
  background-image: linear-gradient(#004ad7, #004ad7);
7652
7679
  filter: invert(0);
7653
7680
  }
7654
- select.form-control[size] option {
7655
- padding: 0.40625rem 0.5rem;
7656
- }
7657
7681
  }
7658
7682
 
7659
7683
  select.form-control[multiple] {
@@ -7669,24 +7693,23 @@ select.form-control[multiple]:focus, select.form-control[multiple].focus {
7669
7693
  background-image: none;
7670
7694
  }
7671
7695
  select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
7672
- background-image: linear-gradient(#ffa700, #ffa700);
7673
- color: #fff;
7674
- filter: invert(100%);
7696
+ background-image: linear-gradient(#ffb528, #ffb528);
7697
+ filter: invert(1);
7675
7698
  }
7676
7699
  select.form-control[multiple] option {
7677
7700
  padding: 0.4375rem 0.5rem;
7678
7701
  }
7679
- select.form-control[multiple] option:checked {
7702
+ select.form-control[multiple] option:hover {
7680
7703
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7681
7704
  }
7705
+ select.form-control[multiple] option:checked {
7706
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7707
+ }
7682
7708
  @-moz-document url-prefix() {
7683
7709
  select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
7684
7710
  background-image: linear-gradient(#004ad7, #004ad7);
7685
7711
  filter: invert(0);
7686
7712
  }
7687
- select.form-control[multiple] option {
7688
- padding: 0.40625rem 0.5rem;
7689
- }
7690
7713
  }
7691
7714
 
7692
7715
  .form-control-select-secondary {
@@ -8094,6 +8117,39 @@ textarea.form-control-lg,
8094
8117
  }
8095
8118
  }
8096
8119
 
8120
+ .c-link {
8121
+ text-decoration: none;
8122
+ transition: box-shadow 0.15s ease-in-out;
8123
+ }
8124
+ @media (prefers-reduced-motion: reduce) {
8125
+ .c-link {
8126
+ transition: none;
8127
+ }
8128
+ }
8129
+ .c-link:hover, .c-link.hover {
8130
+ text-decoration: none;
8131
+ }
8132
+ .c-link.focus, .c-link:focus {
8133
+ border-radius: 1px;
8134
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8135
+ outline: 0;
8136
+ }
8137
+ .c-link.text-secondary {
8138
+ color: #272833 !important;
8139
+ }
8140
+ .c-link.text-secondary:hover, .c-link.text-secondary.hover {
8141
+ color: #000 !important;
8142
+ }
8143
+ .c-link.text-secondary.focus, .c-link.text-secondary:focus {
8144
+ color: #000 !important;
8145
+ }
8146
+ .c-link.text-tertiary {
8147
+ color: #272833 !important;
8148
+ }
8149
+ .c-link.text-tertiary:hover, .c-link.text-tertiary.hover {
8150
+ color: #000 !important;
8151
+ text-decoration: underline;
8152
+ }
8097
8153
  .component-link {
8098
8154
  color: #6b6c7e;
8099
8155
  border-radius: 1px;
@@ -8104,10 +8160,10 @@ textarea.form-control-lg,
8104
8160
  transition: none;
8105
8161
  }
8106
8162
  }
8107
- .component-link:hover {
8163
+ .component-link:hover, .component-link.hover {
8108
8164
  color: #484955;
8109
8165
  }
8110
- .component-link:focus {
8166
+ .component-link.focus, .component-link:focus {
8111
8167
  color: #484955;
8112
8168
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8113
8169
  outline: 0;
@@ -8126,10 +8182,11 @@ textarea.form-control-lg,
8126
8182
  transition: none;
8127
8183
  }
8128
8184
  }
8129
- .link-primary:hover {
8185
+ .link-primary:hover, .link-primary.hover {
8130
8186
  color: #0041be;
8187
+ background-color: #f0f5ff;
8131
8188
  }
8132
- .link-primary:focus {
8189
+ .link-primary.focus, .link-primary:focus {
8133
8190
  color: #0041be;
8134
8191
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8135
8192
  outline: 0;
@@ -8144,10 +8201,11 @@ textarea.form-control-lg,
8144
8201
  transition: none;
8145
8202
  }
8146
8203
  }
8147
- .link-secondary:hover {
8204
+ .link-secondary:hover, .link-secondary.hover {
8148
8205
  color: #272833;
8206
+ background-color: #f1f2f5;
8149
8207
  }
8150
- .link-secondary:focus {
8208
+ .link-secondary.focus, .link-secondary:focus {
8151
8209
  color: #272833;
8152
8210
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8153
8211
  outline: 0;
@@ -8180,10 +8238,10 @@ button.link-outline {
8180
8238
  transition: none;
8181
8239
  }
8182
8240
  }
8183
- .link-outline:hover {
8241
+ .link-outline:hover, .link-outline.hover {
8184
8242
  text-decoration: none;
8185
8243
  }
8186
- .link-outline:focus {
8244
+ .link-outline.focus, .link-outline:focus {
8187
8245
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8188
8246
  outline: 0;
8189
8247
  }
@@ -8207,11 +8265,11 @@ button.link-outline {
8207
8265
  border-color: #0b5fff;
8208
8266
  color: #0b5fff;
8209
8267
  }
8210
- .link-outline-primary:hover {
8268
+ .link-outline-primary:hover, .link-outline-primary.hover {
8211
8269
  background-color: #f0f5ff;
8212
8270
  color: #0b5fff;
8213
8271
  }
8214
- .link-outline-primary:focus {
8272
+ .link-outline-primary.focus, .link-outline-primary:focus {
8215
8273
  background-color: #f0f5ff;
8216
8274
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8217
8275
  color: #0b5fff;
@@ -8239,11 +8297,11 @@ button.link-outline {
8239
8297
  border-color: #cdced9;
8240
8298
  color: #6b6c7e;
8241
8299
  }
8242
- .link-outline-secondary:hover {
8300
+ .link-outline-secondary:hover, .link-outline-secondary.hover {
8243
8301
  background-color: rgba(39, 40, 51, 0.03);
8244
8302
  color: #272833;
8245
8303
  }
8246
- .link-outline-secondary:focus {
8304
+ .link-outline-secondary.focus, .link-outline-secondary:focus {
8247
8305
  background-color: rgba(39, 40, 51, 0.03);
8248
8306
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8249
8307
  color: #272833;
@@ -8313,11 +8371,13 @@ button.link-outline {
8313
8371
  transition: none;
8314
8372
  }
8315
8373
  }
8316
- .component-title[href]:hover,
8317
- .component-title [href]:hover {
8374
+ .component-title[href]:hover, .component-title[href].hover,
8375
+ .component-title [href]:hover,
8376
+ .component-title [href].hover {
8318
8377
  color: #060608;
8319
8378
  }
8320
- .component-title[href]:focus,
8379
+ .component-title[href].focus, .component-title[href]:focus,
8380
+ .component-title [href].focus,
8321
8381
  .component-title [href]:focus {
8322
8382
  color: #060608;
8323
8383
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
@@ -8341,11 +8401,13 @@ button.link-outline {
8341
8401
  transition: none;
8342
8402
  }
8343
8403
  }
8344
- .component-subtitle[href]:hover,
8345
- .component-subtitle [href]:hover {
8404
+ .component-subtitle[href]:hover, .component-subtitle[href].hover,
8405
+ .component-subtitle [href]:hover,
8406
+ .component-subtitle [href].hover {
8346
8407
  color: #272833;
8347
8408
  }
8348
- .component-subtitle[href]:focus,
8409
+ .component-subtitle[href].focus, .component-subtitle[href]:focus,
8410
+ .component-subtitle [href].focus,
8349
8411
  .component-subtitle [href]:focus {
8350
8412
  color: #272833;
8351
8413
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
@@ -8373,11 +8435,11 @@ button.link-outline {
8373
8435
  transition: none;
8374
8436
  }
8375
8437
  }
8376
- .component-action:hover {
8438
+ .component-action:hover, .component-action.hover {
8377
8439
  background-color: rgba(39, 40, 51, 0.03);
8378
8440
  color: #272833;
8379
8441
  }
8380
- .component-action:focus {
8442
+ .component-action.focus, .component-action:focus {
8381
8443
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8382
8444
  outline: 0;
8383
8445
  background-color: rgba(39, 40, 51, 0.03);
@@ -9052,7 +9114,7 @@ button.link-outline {
9052
9114
  }
9053
9115
  .custom-control-label::before {
9054
9116
  background-color: #fff;
9055
- border-color: #cdced9;
9117
+ border-color: #6b6c7e;
9056
9118
  border-style: solid;
9057
9119
  border-width: 0.0625rem;
9058
9120
  box-shadow: none;
@@ -9100,7 +9162,7 @@ label.custom-control-label {
9100
9162
  }
9101
9163
  .custom-control-label::before {
9102
9164
  background-color: #fff;
9103
- border-color: #cdced9;
9165
+ border-color: #6b6c7e;
9104
9166
  border-style: solid;
9105
9167
  border-width: 0.0625rem;
9106
9168
  box-shadow: none;
@@ -9143,12 +9205,12 @@ label.custom-control-label {
9143
9205
  z-index: 1;
9144
9206
  }
9145
9207
  .custom-control-input:focus ~ .custom-control-label::before {
9146
- border-color: #cdced9;
9208
+ border-color: #6b6c7e;
9147
9209
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
9148
9210
  }
9149
9211
  .custom-control-input:active ~ .custom-control-label::before {
9150
9212
  background-color: #fff;
9151
- border-color: #cdced9;
9213
+ border-color: #6b6c7e;
9152
9214
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
9153
9215
  color: #fff;
9154
9216
  }
@@ -9191,7 +9253,7 @@ label.custom-control-label {
9191
9253
  }
9192
9254
  .custom-control-input:checked[readonly] ~ .custom-control-label::before {
9193
9255
  background-color: #fff;
9194
- border-color: #cdced9;
9256
+ border-color: #6b6c7e;
9195
9257
  }
9196
9258
  .custom-checkbox .custom-control-input ~ .custom-control-label::before {
9197
9259
  border-radius: 0.125rem;
@@ -9281,7 +9343,7 @@ label.custom-control-label {
9281
9343
  width: 1.75rem;
9282
9344
  }
9283
9345
  .custom-switch .custom-control-label::after {
9284
- background-color: #cdced9;
9346
+ background-color: #6b6c7e;
9285
9347
  border-radius: 0.5rem;
9286
9348
  height: 0.75rem;
9287
9349
  left: -2.125rem;
@@ -11197,11 +11259,13 @@ label.custom-control-label {
11197
11259
  transition: none;
11198
11260
  }
11199
11261
  }
11200
- .list-group-title[href]:hover,
11201
- .list-group-title [href]:hover {
11262
+ .list-group-title[href]:hover, .list-group-title[href].hover,
11263
+ .list-group-title [href]:hover,
11264
+ .list-group-title [href].hover {
11202
11265
  color: #272833;
11203
11266
  }
11204
- .list-group-title[href]:focus,
11267
+ .list-group-title[href].focus, .list-group-title[href]:focus,
11268
+ .list-group-title [href].focus,
11205
11269
  .list-group-title [href]:focus {
11206
11270
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
11207
11271
  outline: 0;
@@ -11224,11 +11288,13 @@ label.custom-control-label {
11224
11288
  transition: none;
11225
11289
  }
11226
11290
  }
11227
- .list-group-subtitle[href]:hover,
11228
- .list-group-subtitle [href]:hover {
11291
+ .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
11292
+ .list-group-subtitle [href]:hover,
11293
+ .list-group-subtitle [href].hover {
11229
11294
  color: #272833;
11230
11295
  }
11231
- .list-group-subtitle[href]:focus,
11296
+ .list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
11297
+ .list-group-subtitle [href].focus,
11232
11298
  .list-group-subtitle [href]:focus {
11233
11299
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
11234
11300
  outline: 0;
@@ -11252,11 +11318,13 @@ label.custom-control-label {
11252
11318
  transition: none;
11253
11319
  }
11254
11320
  }
11255
- .list-group-text[href]:hover,
11256
- .list-group-text [href]:hover {
11321
+ .list-group-text[href]:hover, .list-group-text[href].hover,
11322
+ .list-group-text [href]:hover,
11323
+ .list-group-text [href].hover {
11257
11324
  color: #272833;
11258
11325
  }
11259
- .list-group-text[href]:focus,
11326
+ .list-group-text[href].focus, .list-group-text[href]:focus,
11327
+ .list-group-text [href].focus,
11260
11328
  .list-group-text [href]:focus {
11261
11329
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
11262
11330
  outline: 0;
@@ -11280,11 +11348,13 @@ label.custom-control-label {
11280
11348
  transition: none;
11281
11349
  }
11282
11350
  }
11283
- .list-group-subtext[href]:hover,
11284
- .list-group-subtext [href]:hover {
11351
+ .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
11352
+ .list-group-subtext [href]:hover,
11353
+ .list-group-subtext [href].hover {
11285
11354
  color: #272833;
11286
11355
  }
11287
- .list-group-subtext[href]:focus,
11356
+ .list-group-subtext[href].focus, .list-group-subtext[href]:focus,
11357
+ .list-group-subtext [href].focus,
11288
11358
  .list-group-subtext [href]:focus {
11289
11359
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
11290
11360
  outline: 0;
@@ -12368,10 +12438,10 @@ label.custom-control-label {
12368
12438
  padding-top: 0.625rem;
12369
12439
  position: relative;
12370
12440
  }
12371
- .nav-link:hover {
12441
+ .nav-link:hover, .nav-link.hover {
12372
12442
  text-decoration: none;
12373
12443
  }
12374
- .nav-link:focus {
12444
+ .nav-link.focus, .nav-link:focus {
12375
12445
  text-decoration: none;
12376
12446
  z-index: 1;
12377
12447
  }
@@ -12701,10 +12771,10 @@ label.custom-control-label {
12701
12771
  transition: none;
12702
12772
  }
12703
12773
  }
12704
- .nav-tabs .nav-link:hover {
12774
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
12705
12775
  border-color: transparent;
12706
12776
  }
12707
- .nav-tabs .nav-link:focus {
12777
+ .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
12708
12778
  border-color: transparent;
12709
12779
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
12710
12780
  outline: 0;
@@ -12803,7 +12873,7 @@ label.custom-control-label {
12803
12873
  right: 0;
12804
12874
  width: auto;
12805
12875
  }
12806
- .nav-underline .nav-link:focus {
12876
+ .nav-underline .nav-link.focus, .nav-underline .nav-link:focus {
12807
12877
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
12808
12878
  outline: 0;
12809
12879
  }
@@ -12955,11 +13025,11 @@ label.custom-control-label {
12955
13025
  transition: none;
12956
13026
  }
12957
13027
  }
12958
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13028
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12959
13029
  color: #272833;
12960
13030
  background-color: rgba(11, 95, 255, 0.04);
12961
13031
  }
12962
- .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
13032
+ .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12963
13033
  background-color: rgba(11, 95, 255, 0.04);
12964
13034
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
12965
13035
  color: #272833;
@@ -12986,11 +13056,11 @@ label.custom-control-label {
12986
13056
  border-radius: 0;
12987
13057
  color: #272833;
12988
13058
  }
12989
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13059
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12990
13060
  background-color: rgba(11, 95, 255, 0.04);
12991
13061
  color: #1c1d25;
12992
13062
  }
12993
- .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
13063
+ .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12994
13064
  background-color: rgba(11, 95, 255, 0.04);
12995
13065
  }
12996
13066
  .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
@@ -13153,11 +13223,11 @@ label.custom-control-label {
13153
13223
  transition: none;
13154
13224
  }
13155
13225
  }
13156
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13226
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13157
13227
  color: #272833;
13158
13228
  background-color: rgba(11, 95, 255, 0.04);
13159
13229
  }
13160
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
13230
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
13161
13231
  background-color: rgba(11, 95, 255, 0.04);
13162
13232
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
13163
13233
  color: #272833;
@@ -13184,11 +13254,11 @@ label.custom-control-label {
13184
13254
  border-radius: 0;
13185
13255
  color: #272833;
13186
13256
  }
13187
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13257
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13188
13258
  background-color: rgba(11, 95, 255, 0.04);
13189
13259
  color: #1c1d25;
13190
13260
  }
13191
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
13261
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
13192
13262
  background-color: rgba(11, 95, 255, 0.04);
13193
13263
  }
13194
13264
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
@@ -15199,7 +15269,7 @@ label.custom-control-label {
15199
15269
  transition: none;
15200
15270
  }
15201
15271
  }
15202
- .application-bar .navbar-nav .nav-link:focus {
15272
+ .application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus {
15203
15273
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
15204
15274
  }
15205
15275
  .application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
@@ -15215,7 +15285,7 @@ label.custom-control-label {
15215
15285
  transition: none;
15216
15286
  }
15217
15287
  }
15218
- .application-bar .navbar-brand:focus {
15288
+ .application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus {
15219
15289
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
15220
15290
  }
15221
15291
  .application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
@@ -15237,11 +15307,11 @@ label.custom-control-label {
15237
15307
  color: #fff;
15238
15308
  font-weight: 600;
15239
15309
  }
15240
- .application-bar-dark .navbar-nav .nav-link:hover {
15310
+ .application-bar-dark .navbar-nav .nav-link:hover, .application-bar-dark .navbar-nav .nav-link.hover {
15241
15311
  color: #fff;
15242
15312
  background-color: rgba(255, 255, 255, 0.03);
15243
15313
  }
15244
- .application-bar-dark .navbar-nav .nav-link:focus {
15314
+ .application-bar-dark .navbar-nav .nav-link.focus, .application-bar-dark .navbar-nav .nav-link:focus {
15245
15315
  background-color: rgba(255, 255, 255, 0.03);
15246
15316
  }
15247
15317
  .application-bar-dark .navbar-nav .nav-link:active {
@@ -15267,7 +15337,7 @@ label.custom-control-label {
15267
15337
  .application-bar-dark .navbar-brand {
15268
15338
  font-weight: 600;
15269
15339
  }
15270
- .application-bar-dark .navbar-brand:focus {
15340
+ .application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus {
15271
15341
  background-color: rgba(255, 255, 255, 0.03);
15272
15342
  }
15273
15343
  .application-bar-dark .navbar-brand:active {
@@ -16378,7 +16448,7 @@ label.custom-control-label {
16378
16448
  transition: none;
16379
16449
  }
16380
16450
  }
16381
- .management-bar .navbar-nav .nav-link:focus {
16451
+ .management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus {
16382
16452
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
16383
16453
  }
16384
16454
  .management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
@@ -16394,7 +16464,7 @@ label.custom-control-label {
16394
16464
  transition: none;
16395
16465
  }
16396
16466
  }
16397
- .management-bar .navbar-brand:focus {
16467
+ .management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus {
16398
16468
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
16399
16469
  }
16400
16470
  .management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
@@ -16412,11 +16482,11 @@ label.custom-control-label {
16412
16482
  color: #6b6c7e;
16413
16483
  font-weight: 600;
16414
16484
  }
16415
- .management-bar-light .navbar-nav .nav-link:hover {
16485
+ .management-bar-light .navbar-nav .nav-link:hover, .management-bar-light .navbar-nav .nav-link.hover {
16416
16486
  color: #272833;
16417
16487
  background-color: rgba(39, 40, 51, 0.03);
16418
16488
  }
16419
- .management-bar-light .navbar-nav .nav-link:focus {
16489
+ .management-bar-light .navbar-nav .nav-link.focus, .management-bar-light .navbar-nav .nav-link:focus {
16420
16490
  background-color: rgba(39, 40, 51, 0.03);
16421
16491
  color: #272833;
16422
16492
  }
@@ -16443,7 +16513,7 @@ label.custom-control-label {
16443
16513
  .management-bar-light .navbar-brand {
16444
16514
  font-weight: 600;
16445
16515
  }
16446
- .management-bar-light .navbar-brand:focus {
16516
+ .management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus {
16447
16517
  background-color: rgba(39, 40, 51, 0.03);
16448
16518
  color: #272833;
16449
16519
  }
@@ -16481,11 +16551,11 @@ label.custom-control-label {
16481
16551
  border-radius: 0.25rem;
16482
16552
  font-weight: 600;
16483
16553
  }
16484
- .management-bar-primary .navbar-nav .nav-link:hover {
16554
+ .management-bar-primary .navbar-nav .nav-link:hover, .management-bar-primary .navbar-nav .nav-link.hover {
16485
16555
  color: #272833;
16486
16556
  background-color: rgba(39, 40, 51, 0.03);
16487
16557
  }
16488
- .management-bar-primary .navbar-nav .nav-link:focus {
16558
+ .management-bar-primary .navbar-nav .nav-link.focus, .management-bar-primary .navbar-nav .nav-link:focus {
16489
16559
  background-color: rgba(39, 40, 51, 0.03);
16490
16560
  color: #272833;
16491
16561
  }
@@ -16513,7 +16583,7 @@ label.custom-control-label {
16513
16583
  border-radius: 0.25rem;
16514
16584
  font-weight: 600;
16515
16585
  }
16516
- .management-bar-primary .navbar-brand:focus {
16586
+ .management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus {
16517
16587
  background-color: rgba(39, 40, 51, 0.03);
16518
16588
  color: #272833;
16519
16589
  }
@@ -16972,20 +17042,24 @@ label.custom-control-label {
16972
17042
  height: 0.25rem;
16973
17043
  }
16974
17044
  .navigation-bar .navbar-nav .nav-link {
17045
+ border-width: 0;
17046
+ font-size: inherit;
16975
17047
  border-radius: 0px;
16976
17048
  outline: 0;
16977
17049
  }
16978
- .navigation-bar .navbar-nav .nav-link:focus {
17050
+ .navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus {
16979
17051
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
16980
17052
  }
16981
17053
  .navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
16982
17054
  box-shadow: none;
16983
17055
  }
16984
17056
  .navigation-bar .navbar-brand {
17057
+ border-width: 0;
17058
+ font-size: inherit;
16985
17059
  border-radius: 0px;
16986
17060
  outline: 0;
16987
17061
  }
16988
- .navigation-bar .navbar-brand:focus {
17062
+ .navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus {
16989
17063
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
16990
17064
  }
16991
17065
  .navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
@@ -16999,10 +17073,10 @@ label.custom-control-label {
16999
17073
  color: #6b6c7e;
17000
17074
  font-weight: 600;
17001
17075
  }
17002
- .navigation-bar-light .navbar-nav .nav-link:hover {
17076
+ .navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
17003
17077
  color: #272833;
17004
17078
  }
17005
- .navigation-bar-light .navbar-nav .nav-link:focus {
17079
+ .navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
17006
17080
  color: #272833;
17007
17081
  }
17008
17082
  .navigation-bar-light .navbar-nav .nav-link:active {
@@ -17024,7 +17098,7 @@ label.custom-control-label {
17024
17098
  .navigation-bar-light .navbar-brand {
17025
17099
  font-weight: 600;
17026
17100
  }
17027
- .navigation-bar-light .navbar-brand:focus {
17101
+ .navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus {
17028
17102
  color: #272833;
17029
17103
  }
17030
17104
  .navigation-bar-light .navbar-brand:active {
@@ -17052,10 +17126,10 @@ label.custom-control-label {
17052
17126
  color: #6b6c7e;
17053
17127
  font-weight: 600;
17054
17128
  }
17055
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17129
+ .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
17056
17130
  color: #272833;
17057
17131
  }
17058
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
17132
+ .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
17059
17133
  color: #272833;
17060
17134
  }
17061
17135
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -17081,10 +17155,10 @@ label.custom-control-label {
17081
17155
  color: #cdced9;
17082
17156
  font-weight: 600;
17083
17157
  }
17084
- .navigation-bar-secondary .navbar-nav .nav-link:hover {
17158
+ .navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
17085
17159
  color: #fff;
17086
17160
  }
17087
- .navigation-bar-secondary .navbar-nav .nav-link:focus {
17161
+ .navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
17088
17162
  color: #fff;
17089
17163
  }
17090
17164
  .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -17107,10 +17181,10 @@ label.custom-control-label {
17107
17181
  color: rgba(255, 255, 255, 0.9);
17108
17182
  font-weight: 600;
17109
17183
  }
17110
- .navigation-bar-secondary .navbar-brand:hover {
17184
+ .navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
17111
17185
  color: rgba(255, 255, 255, 0.9);
17112
17186
  }
17113
- .navigation-bar-secondary .navbar-brand:focus {
17187
+ .navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
17114
17188
  color: #fff;
17115
17189
  }
17116
17190
  .navigation-bar-secondary .navbar-brand:active {
@@ -17138,10 +17212,10 @@ label.custom-control-label {
17138
17212
  color: #cdced9;
17139
17213
  font-weight: 600;
17140
17214
  }
17141
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17215
+ .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
17142
17216
  color: #fff;
17143
17217
  }
17144
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
17218
+ .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
17145
17219
  color: #fff;
17146
17220
  }
17147
17221
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -17191,6 +17265,7 @@ label.custom-control-label {
17191
17265
  border-style: solid;
17192
17266
  border-width: 0.0625rem;
17193
17267
  color: #6b6c7e;
17268
+ cursor: pointer;
17194
17269
  display: inline-flex;
17195
17270
  height: 2rem;
17196
17271
  justify-content: center;
@@ -17208,32 +17283,32 @@ label.custom-control-label {
17208
17283
  transition: none;
17209
17284
  }
17210
17285
  }
17211
- .page-link:hover {
17212
- background-color: rgba(0, 0, 0, 0.02);
17286
+ .page-link:hover, .page-link.hover {
17287
+ background-color: rgba(39, 40, 41, 0.04);
17213
17288
  border-color: transparent;
17214
17289
  color: #272833;
17215
17290
  text-decoration: none;
17216
17291
  z-index: 2;
17217
17292
  }
17218
- .page-link:focus {
17293
+ .page-link.focus, .page-link:focus {
17219
17294
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17220
17295
  outline: 0;
17221
17296
  z-index: 4;
17222
- background-color: rgba(0, 0, 0, 0.02);
17297
+ background-color: rgba(39, 40, 41, 0.04);
17223
17298
  border-color: transparent;
17224
17299
  color: #272833;
17225
17300
  }
17226
17301
  .page-link:active {
17227
- background-color: rgba(0, 0, 0, 0.04);
17302
+ background-color: #6b6c7e;
17228
17303
  border-color: transparent;
17229
- color: #272833;
17304
+ color: #fff;
17230
17305
  cursor: default;
17231
17306
  z-index: 3;
17232
17307
  }
17233
17308
  .page-link.active {
17234
- background-color: rgba(0, 0, 0, 0.04);
17309
+ background-color: #6b6c7e;
17235
17310
  border-color: transparent;
17236
- color: #272833;
17311
+ color: #fff;
17237
17312
  z-index: 3;
17238
17313
  }
17239
17314
  .page-link:disabled, .page-link.disabled {
@@ -17250,9 +17325,9 @@ label.custom-control-label {
17250
17325
  pointer-events: none;
17251
17326
  }
17252
17327
  .page-link[aria-expanded=true], .page-link.show {
17253
- background-color: rgba(0, 0, 0, 0.04);
17328
+ background-color: #6b6c7e;
17254
17329
  border-color: transparent;
17255
- color: #272833;
17330
+ color: #fff;
17256
17331
  z-index: 3;
17257
17332
  }
17258
17333
  .page-link > .c-inner {
@@ -17270,9 +17345,9 @@ label.custom-control-label {
17270
17345
  margin-right: 0.25rem;
17271
17346
  }
17272
17347
  .page-item.active .page-link {
17273
- background-color: rgba(0, 0, 0, 0.04);
17348
+ background-color: #6b6c7e;
17274
17349
  border-color: transparent;
17275
- color: #272833;
17350
+ color: #fff;
17276
17351
  cursor: default;
17277
17352
  z-index: 3;
17278
17353
  }
@@ -17328,31 +17403,33 @@ label.custom-control-label {
17328
17403
  transition: none;
17329
17404
  }
17330
17405
  }
17331
- .pagination-items-per-page > a:hover,
17332
- .pagination-items-per-page > button:hover {
17333
- background-color: rgba(0, 0, 0, 0.02);
17406
+ .pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
17407
+ .pagination-items-per-page > button:hover,
17408
+ .pagination-items-per-page > button.hover {
17409
+ background-color: rgba(39, 40, 41, 0.04);
17334
17410
  border-color: transparent;
17335
17411
  color: #272833;
17336
17412
  }
17337
- .pagination-items-per-page > a:focus,
17413
+ .pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
17414
+ .pagination-items-per-page > button.focus,
17338
17415
  .pagination-items-per-page > button:focus {
17339
17416
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17340
17417
  outline: 0;
17341
- background-color: rgba(0, 0, 0, 0.02);
17418
+ background-color: rgba(39, 40, 41, 0.04);
17342
17419
  border-color: transparent;
17343
17420
  color: #272833;
17344
17421
  }
17345
17422
  .pagination-items-per-page > a:active,
17346
17423
  .pagination-items-per-page > button:active {
17347
- background-color: rgba(0, 0, 0, 0.04);
17424
+ background-color: #6b6c7e;
17348
17425
  border-color: transparent;
17349
- color: #272833;
17426
+ color: #fff;
17350
17427
  }
17351
17428
  .pagination-items-per-page > a.active,
17352
17429
  .pagination-items-per-page > button.active {
17353
- background-color: rgba(0, 0, 0, 0.04);
17430
+ background-color: #6b6c7e;
17354
17431
  border-color: transparent;
17355
- color: #272833;
17432
+ color: #fff;
17356
17433
  }
17357
17434
  .pagination-items-per-page > a:disabled, .pagination-items-per-page > a.disabled,
17358
17435
  .pagination-items-per-page > button:disabled,
@@ -17368,9 +17445,9 @@ label.custom-control-label {
17368
17445
  .pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
17369
17446
  .pagination-items-per-page > button[aria-expanded=true],
17370
17447
  .pagination-items-per-page > button.show {
17371
- background-color: rgba(0, 0, 0, 0.04);
17448
+ background-color: #6b6c7e;
17372
17449
  border-color: transparent;
17373
- color: #272833;
17450
+ color: #fff;
17374
17451
  }
17375
17452
  .pagination-items-per-page > a > .c-inner,
17376
17453
  .pagination-items-per-page > button > .c-inner {
@@ -17566,11 +17643,11 @@ label.custom-control-label {
17566
17643
  transition: none;
17567
17644
  }
17568
17645
  }
17569
- .panel-header-link:hover {
17646
+ .panel-header-link:hover, .panel-header-link.hover {
17570
17647
  color: inherit;
17571
17648
  text-decoration: none;
17572
17649
  }
17573
- .panel-header-link:focus {
17650
+ .panel-header-link.focus, .panel-header-link:focus {
17574
17651
  z-index: 1;
17575
17652
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17576
17653
  outline: 0;
@@ -17793,7 +17870,7 @@ label.custom-control-label {
17793
17870
  .panel-unstyled .panel-header.panel-header-link {
17794
17871
  border-radius: 1px;
17795
17872
  }
17796
- .panel-unstyled .panel-header.panel-header-link:focus {
17873
+ .panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus {
17797
17874
  box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
17798
17875
  }
17799
17876
  .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
@@ -18535,10 +18612,10 @@ a.sheet-subtitle {
18535
18612
  transition: none;
18536
18613
  }
18537
18614
  }
18538
- a.sheet-subtitle:hover {
18615
+ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18539
18616
  text-decoration: none;
18540
18617
  }
18541
- a.sheet-subtitle:focus {
18618
+ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
18542
18619
  box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
18543
18620
  outline: 0;
18544
18621
  }
@@ -18741,6 +18818,7 @@ a.sheet-subtitle:focus {
18741
18818
  }
18742
18819
  .sidebar:focus, .sidebar.focus {
18743
18820
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
18821
+ outline: 0;
18744
18822
  }
18745
18823
  .sidebar .container-fluid {
18746
18824
  padding-left: 1rem;
@@ -18866,6 +18944,11 @@ a.sheet-subtitle:focus {
18866
18944
  .sidenav-left .sidebar-light {
18867
18945
  box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
18868
18946
  }
18947
+ .sidenav-start .sidebar-light:focus, .sidenav-start .sidebar-light.focus,
18948
+ .sidenav-left .sidebar-light:focus,
18949
+ .sidenav-left .sidebar-light.focus {
18950
+ box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
18951
+ }
18869
18952
 
18870
18953
  .sidebar-light .sidebar-list-group .list-group-title {
18871
18954
  font-size: 1rem;
@@ -18884,7 +18967,7 @@ a.sheet-subtitle:focus {
18884
18967
  .sidebar-light .sidebar-dd [href] {
18885
18968
  color: #272833;
18886
18969
  }
18887
- .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
18970
+ .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
18888
18971
  box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
18889
18972
  }
18890
18973
  .sidebar-light .component-navigation-bar {
@@ -18894,7 +18977,7 @@ a.sheet-subtitle:focus {
18894
18977
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link {
18895
18978
  color: #6b6c7e;
18896
18979
  }
18897
- .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
18980
+ .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.hover {
18898
18981
  color: #6b6c7e;
18899
18982
  }
18900
18983
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
@@ -18961,10 +19044,10 @@ a.sheet-subtitle:focus {
18961
19044
  transition: none;
18962
19045
  }
18963
19046
  }
18964
- .sidebar-dark .nav-nested .nav-link:hover {
19047
+ .sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
18965
19048
  color: #fff;
18966
19049
  }
18967
- .sidebar-dark .nav-nested .nav-link:focus {
19050
+ .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
18968
19051
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
18969
19052
  outline: 0;
18970
19053
  }
@@ -19019,10 +19102,10 @@ a.sheet-subtitle:focus {
19019
19102
  transition: none;
19020
19103
  }
19021
19104
  }
19022
- .sidebar-dark-l2 .nav-nested .nav-link:hover {
19105
+ .sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
19023
19106
  color: #fff;
19024
19107
  }
19025
- .sidebar-dark-l2 .nav-nested .nav-link:focus {
19108
+ .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
19026
19109
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
19027
19110
  outline: 0;
19028
19111
  }
@@ -19230,10 +19313,10 @@ caption {
19230
19313
  transition: none;
19231
19314
  }
19232
19315
  }
19233
- .table thead th [href]:hover {
19316
+ .table thead th [href]:hover, .table thead th [href].hover {
19234
19317
  color: #272833;
19235
19318
  }
19236
- .table thead th [href]:focus {
19319
+ .table thead th [href].focus, .table thead th [href]:focus {
19237
19320
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
19238
19321
  outline: 0;
19239
19322
  }
@@ -19642,11 +19725,13 @@ caption {
19642
19725
  transition: none;
19643
19726
  }
19644
19727
  }
19645
- .table-title[href]:hover,
19646
- .table-title [href]:hover {
19728
+ .table-title[href]:hover, .table-title[href].hover,
19729
+ .table-title [href]:hover,
19730
+ .table-title [href].hover {
19647
19731
  color: #272833;
19648
19732
  }
19649
- .table-title[href]:focus,
19733
+ .table-title[href].focus, .table-title[href]:focus,
19734
+ .table-title [href].focus,
19650
19735
  .table-title [href]:focus {
19651
19736
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
19652
19737
  outline: 0;
@@ -19663,10 +19748,10 @@ caption {
19663
19748
  transition: none;
19664
19749
  }
19665
19750
  }
19666
- .table-link:hover {
19751
+ .table-link:hover, .table-link.hover {
19667
19752
  color: #272833;
19668
19753
  }
19669
- .table-link:focus {
19754
+ .table-link.focus, .table-link:focus {
19670
19755
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
19671
19756
  outline: 0;
19672
19757
  }
@@ -19687,12 +19772,12 @@ caption {
19687
19772
  transition: none;
19688
19773
  }
19689
19774
  }
19690
- .table-action-link:hover {
19775
+ .table-action-link:hover, .table-action-link.hover {
19691
19776
  text-decoration: none;
19692
19777
  background-color: rgba(0, 0, 0, 0.02);
19693
19778
  color: #272833;
19694
19779
  }
19695
- .table-action-link:focus {
19780
+ .table-action-link.focus, .table-action-link:focus {
19696
19781
  background-color: rgba(0, 0, 0, 0.02);
19697
19782
  color: #272833;
19698
19783
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
@@ -19983,11 +20068,13 @@ caption {
19983
20068
  transition: none;
19984
20069
  }
19985
20070
  }
19986
- .table-list-title[href]:hover,
19987
- .table-list-title [href]:hover {
20071
+ .table-list-title[href]:hover, .table-list-title[href].hover,
20072
+ .table-list-title [href]:hover,
20073
+ .table-list-title [href].hover {
19988
20074
  color: #272833;
19989
20075
  }
19990
- .table-list-title[href]:focus,
20076
+ .table-list-title[href].focus, .table-list-title[href]:focus,
20077
+ .table-list-title [href].focus,
19991
20078
  .table-list-title [href]:focus {
19992
20079
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
19993
20080
  outline: 0;
@@ -20004,10 +20091,10 @@ caption {
20004
20091
  transition: none;
20005
20092
  }
20006
20093
  }
20007
- .table-list-link:hover {
20094
+ .table-list-link:hover, .table-list-link.hover {
20008
20095
  color: #272833;
20009
20096
  }
20010
- .table-list-link:focus {
20097
+ .table-list-link.focus, .table-list-link:focus {
20011
20098
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
20012
20099
  outline: 0;
20013
20100
  }
@@ -20027,12 +20114,12 @@ caption {
20027
20114
  transition: none;
20028
20115
  }
20029
20116
  }
20030
- .table-list-action-link:hover {
20117
+ .table-list-action-link:hover, .table-list-action-link.hover {
20031
20118
  text-decoration: none;
20032
20119
  background-color: rgba(0, 0, 0, 0.02);
20033
20120
  color: #272833;
20034
20121
  }
20035
- .table-list-action-link:focus {
20122
+ .table-list-action-link.focus, .table-list-action-link:focus {
20036
20123
  background-color: rgba(0, 0, 0, 0.02);
20037
20124
  color: #272833;
20038
20125
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
@@ -20471,7 +20558,7 @@ caption {
20471
20558
  color: #0b5fff;
20472
20559
  font-weight: 600;
20473
20560
  }
20474
- .subnav-tbar .component-link:hover {
20561
+ .subnav-tbar .component-link:hover, .subnav-tbar .component-link.hover {
20475
20562
  color: #004ad7;
20476
20563
  }
20477
20564
  .subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
@@ -20568,7 +20655,7 @@ caption {
20568
20655
  .subnav-tbar-primary .component-link {
20569
20656
  color: #272833;
20570
20657
  }
20571
- .subnav-tbar-primary .component-link:hover {
20658
+ .subnav-tbar-primary .component-link:hover, .subnav-tbar-primary .component-link.hover {
20572
20659
  color: #272833;
20573
20660
  }
20574
20661
  .subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
@@ -21790,10 +21877,10 @@ caption {
21790
21877
  -webkit-user-select: none;
21791
21878
  user-select: none;
21792
21879
  }
21793
- .treeview-link:hover {
21880
+ .treeview-link:hover, .treeview-link.hover {
21794
21881
  text-decoration: none;
21795
21882
  }
21796
- .treeview-link:focus {
21883
+ .treeview-link.focus, .treeview-link:focus {
21797
21884
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
21798
21885
  outline: 0;
21799
21886
  }
@@ -21858,7 +21945,7 @@ caption {
21858
21945
  .treeview-light .treeview-link {
21859
21946
  color: #6b6c7e;
21860
21947
  }
21861
- .treeview-light .treeview-link:hover {
21948
+ .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
21862
21949
  background-color: #f7f8f9;
21863
21950
  color: #272833;
21864
21951
  }
@@ -21874,7 +21961,7 @@ caption {
21874
21961
  background-color: transparent;
21875
21962
  color: rgba(107, 108, 126, 0.5);
21876
21963
  }
21877
- .treeview-light .treeview-link.treeview-no-hover:hover {
21964
+ .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
21878
21965
  background-color: transparent;
21879
21966
  color: #6b6c7e;
21880
21967
  }
@@ -21891,7 +21978,7 @@ caption {
21891
21978
  .treeview-dark .treeview-link {
21892
21979
  color: #a7a9bc;
21893
21980
  }
21894
- .treeview-dark .treeview-link:hover {
21981
+ .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
21895
21982
  background-color: rgba(255, 255, 255, 0.04);
21896
21983
  }
21897
21984
  .treeview-dark .treeview-link.active {
@@ -21902,7 +21989,7 @@ caption {
21902
21989
  background-color: transparent;
21903
21990
  color: rgba(167, 169, 188, 0.5);
21904
21991
  }
21905
- .treeview-dark .treeview-link.treeview-no-hover:hover {
21992
+ .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
21906
21993
  background-color: transparent;
21907
21994
  color: #a7a9bc;
21908
21995
  }
@@ -32321,7 +32408,9 @@ a.text-dark:hover, a.text-dark:focus {
32321
32408
  .text-decoration-none {
32322
32409
  text-decoration: none !important;
32323
32410
  }
32324
-
32411
+ .text-decoration-underline {
32412
+ text-decoration: underline !important;
32413
+ }
32325
32414
  .text-break {
32326
32415
  overflow-wrap: break-word !important;
32327
32416
  word-wrap: break-word !important;