@clayui/css 3.83.1 → 3.84.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.83.1
3
+ * Clay 3.84.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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.83.1
19
+ * Clay 3.84.0
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -3136,7 +3136,8 @@ html:not(#__):not(#___) .cadmin .alert-link:hover,
3136
3136
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:hover {
3137
3137
  text-decoration: none;
3138
3138
  }
3139
- html:not(#__):not(#___) .cadmin .alert-link:focus,
3139
+ html:not(#__):not(#___) .cadmin .alert-link.focus, html:not(#__):not(#___) .cadmin .alert-link:focus,
3140
+ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.focus,
3140
3141
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus {
3141
3142
  text-decoration: none;
3142
3143
  }
@@ -3755,7 +3756,7 @@ html:not(#__):not(#___) .cadmin .badge:empty {
3755
3756
  html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cadmin .badge[type]:hover {
3756
3757
  text-decoration: none;
3757
3758
  }
3758
- html:not(#__):not(#___) .cadmin .badge[href]:focus, html:not(#__):not(#___) .cadmin .badge[type]:focus {
3759
+ html:not(#__):not(#___) .cadmin .badge[href].focus, html:not(#__):not(#___) .cadmin .badge[href]:focus, html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus {
3759
3760
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
3760
3761
  outline: 0;
3761
3762
  }
@@ -3766,7 +3767,7 @@ html:not(#__):not(#___) .cadmin .badge a {
3766
3767
  html:not(#__):not(#___) .cadmin .badge a:hover {
3767
3768
  text-decoration: none;
3768
3769
  }
3769
- html:not(#__):not(#___) .cadmin .badge a:focus {
3770
+ html:not(#__):not(#___) .cadmin .badge a.focus, html:not(#__):not(#___) .cadmin .badge a:focus {
3770
3771
  text-decoration: none;
3771
3772
  }
3772
3773
  html:not(#__):not(#___) .cadmin .badge > .c-inner {
@@ -3838,7 +3839,7 @@ html:not(#__):not(#___) .cadmin [href].badge-primary:hover, html:not(#__):not(#_
3838
3839
  background-color: #0b5fff;
3839
3840
  color: #fff;
3840
3841
  }
3841
- html:not(#__):not(#___) .cadmin [href].badge-primary:focus, html:not(#__):not(#___) .cadmin [type].badge-primary:focus {
3842
+ html:not(#__):not(#___) .cadmin [href].focus.badge-primary, html:not(#__):not(#___) .cadmin [href].badge-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-primary, html:not(#__):not(#___) .cadmin [type].badge-primary:focus {
3842
3843
  background-color: #0b5fff;
3843
3844
  color: #fff;
3844
3845
  }
@@ -3850,7 +3851,7 @@ html:not(#__):not(#___) .cadmin [href].badge-secondary:hover, html:not(#__):not(
3850
3851
  background-color: #e7e7ed;
3851
3852
  color: #272833;
3852
3853
  }
3853
- html:not(#__):not(#___) .cadmin [href].badge-secondary:focus, html:not(#__):not(#___) .cadmin [type].badge-secondary:focus {
3854
+ html:not(#__):not(#___) .cadmin [href].focus.badge-secondary, html:not(#__):not(#___) .cadmin [href].badge-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-secondary, html:not(#__):not(#___) .cadmin [type].badge-secondary:focus {
3854
3855
  background-color: #e7e7ed;
3855
3856
  color: #272833;
3856
3857
  }
@@ -3865,7 +3866,7 @@ html:not(#__):not(#___) .cadmin [href].badge-success:hover, html:not(#__):not(#_
3865
3866
  background-color: #287d3c;
3866
3867
  color: #fff;
3867
3868
  }
3868
- html:not(#__):not(#___) .cadmin [href].badge-success:focus, html:not(#__):not(#___) .cadmin [type].badge-success:focus {
3869
+ html:not(#__):not(#___) .cadmin [href].focus.badge-success, html:not(#__):not(#___) .cadmin [href].badge-success:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-success, html:not(#__):not(#___) .cadmin [type].badge-success:focus {
3869
3870
  background-color: #287d3c;
3870
3871
  color: #fff;
3871
3872
  }
@@ -3877,7 +3878,7 @@ html:not(#__):not(#___) .cadmin [href].badge-info:hover, html:not(#__):not(#___)
3877
3878
  background-color: #2e5aac;
3878
3879
  color: #fff;
3879
3880
  }
3880
- html:not(#__):not(#___) .cadmin [href].badge-info:focus, html:not(#__):not(#___) .cadmin [type].badge-info:focus {
3881
+ html:not(#__):not(#___) .cadmin [href].focus.badge-info, html:not(#__):not(#___) .cadmin [href].badge-info:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-info, html:not(#__):not(#___) .cadmin [type].badge-info:focus {
3881
3882
  background-color: #2e5aac;
3882
3883
  color: #fff;
3883
3884
  }
@@ -3889,7 +3890,7 @@ html:not(#__):not(#___) .cadmin [href].badge-warning:hover, html:not(#__):not(#_
3889
3890
  background-color: #b95000;
3890
3891
  color: #fff;
3891
3892
  }
3892
- html:not(#__):not(#___) .cadmin [href].badge-warning:focus, html:not(#__):not(#___) .cadmin [type].badge-warning:focus {
3893
+ html:not(#__):not(#___) .cadmin [href].focus.badge-warning, html:not(#__):not(#___) .cadmin [href].badge-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-warning, html:not(#__):not(#___) .cadmin [type].badge-warning:focus {
3893
3894
  background-color: #b95000;
3894
3895
  color: #fff;
3895
3896
  }
@@ -3901,7 +3902,7 @@ html:not(#__):not(#___) .cadmin [href].badge-danger:hover, html:not(#__):not(#__
3901
3902
  background-color: #da1414;
3902
3903
  color: #fff;
3903
3904
  }
3904
- html:not(#__):not(#___) .cadmin [href].badge-danger:focus, html:not(#__):not(#___) .cadmin [type].badge-danger:focus {
3905
+ html:not(#__):not(#___) .cadmin [href].focus.badge-danger, html:not(#__):not(#___) .cadmin [href].badge-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-danger, html:not(#__):not(#___) .cadmin [type].badge-danger:focus {
3905
3906
  background-color: #da1414;
3906
3907
  color: #fff;
3907
3908
  }
@@ -3913,7 +3914,7 @@ html:not(#__):not(#___) .cadmin [href].badge-light:hover, html:not(#__):not(#___
3913
3914
  background-color: #f1f2f5;
3914
3915
  color: #272833;
3915
3916
  }
3916
- html:not(#__):not(#___) .cadmin [href].badge-light:focus, html:not(#__):not(#___) .cadmin [type].badge-light:focus {
3917
+ html:not(#__):not(#___) .cadmin [href].focus.badge-light, html:not(#__):not(#___) .cadmin [href].badge-light:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-light, html:not(#__):not(#___) .cadmin [type].badge-light:focus {
3917
3918
  background-color: #f1f2f5;
3918
3919
  color: #272833;
3919
3920
  }
@@ -3928,7 +3929,7 @@ html:not(#__):not(#___) .cadmin [href].badge-dark:hover, html:not(#__):not(#___)
3928
3929
  background-color: #272833;
3929
3930
  color: #fff;
3930
3931
  }
3931
- html:not(#__):not(#___) .cadmin [href].badge-dark:focus, html:not(#__):not(#___) .cadmin [type].badge-dark:focus {
3932
+ html:not(#__):not(#___) .cadmin [href].focus.badge-dark, html:not(#__):not(#___) .cadmin [href].badge-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-dark, html:not(#__):not(#___) .cadmin [type].badge-dark:focus {
3932
3933
  background-color: #272833;
3933
3934
  color: #fff;
3934
3935
  }
@@ -3958,7 +3959,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link:hover {
3958
3959
  color: #6b6c7e;
3959
3960
  text-decoration: underline;
3960
3961
  }
3961
- html:not(#__):not(#___) .cadmin .breadcrumb-link:focus {
3962
+ html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus {
3962
3963
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
3963
3964
  color: #6b6c7e;
3964
3965
  outline: 0;
@@ -4227,7 +4228,7 @@ html:not(#__):not(#___) .cadmin .label[href], html:not(#__):not(#___) .cadmin .l
4227
4228
  html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cadmin .label[type]:hover, html:not(#__):not(#___) .cadmin .label[tabindex]:hover {
4228
4229
  text-decoration: underline;
4229
4230
  }
4230
- html:not(#__):not(#___) .cadmin .label[href]:focus, html:not(#__):not(#___) .cadmin .label[type]:focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus {
4231
+ html:not(#__):not(#___) .cadmin .label[href].focus, html:not(#__):not(#___) .cadmin .label[href]:focus, html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus {
4231
4232
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
4232
4233
  text-decoration: underline;
4233
4234
  }
@@ -4242,7 +4243,8 @@ html:not(#__):not(#___) .cadmin .label .btn-unstyled:hover {
4242
4243
  color: inherit;
4243
4244
  text-decoration: underline;
4244
4245
  }
4245
- html:not(#__):not(#___) .cadmin .label a:focus,
4246
+ html:not(#__):not(#___) .cadmin .label a.focus, html:not(#__):not(#___) .cadmin .label a:focus,
4247
+ html:not(#__):not(#___) .cadmin .label .btn-unstyled.focus,
4246
4248
  html:not(#__):not(#___) .cadmin .label .btn-unstyled:focus {
4247
4249
  color: inherit;
4248
4250
  text-decoration: underline;
@@ -4364,7 +4366,7 @@ html:not(#__):not(#___) .cadmin [href].label-primary:hover, html:not(#__):not(#_
4364
4366
  border-color: #80acff;
4365
4367
  color: #004ad7;
4366
4368
  }
4367
- html:not(#__):not(#___) .cadmin [href].label-primary:focus, html:not(#__):not(#___) .cadmin [type].label-primary:focus, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus {
4369
+ html:not(#__):not(#___) .cadmin [href].focus.label-primary, html:not(#__):not(#___) .cadmin [href].label-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-primary, html:not(#__):not(#___) .cadmin [type].label-primary:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-primary, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus {
4368
4370
  color: #004ad7;
4369
4371
  }
4370
4372
  html:not(#__):not(#___) .cadmin .label-primary a:hover,
@@ -4386,7 +4388,7 @@ html:not(#__):not(#___) .cadmin [href].label-secondary:hover, html:not(#__):not(
4386
4388
  border-color: #cdced9;
4387
4389
  color: #272833;
4388
4390
  }
4389
- html:not(#__):not(#___) .cadmin [href].label-secondary:focus, html:not(#__):not(#___) .cadmin [type].label-secondary:focus, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus {
4391
+ html:not(#__):not(#___) .cadmin [href].focus.label-secondary, html:not(#__):not(#___) .cadmin [href].label-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-secondary, html:not(#__):not(#___) .cadmin [type].label-secondary:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-secondary, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus {
4390
4392
  color: #272833;
4391
4393
  }
4392
4394
  html:not(#__):not(#___) .cadmin .label-secondary a:hover,
@@ -4408,7 +4410,7 @@ html:not(#__):not(#___) .cadmin [href].label-success:hover, html:not(#__):not(#_
4408
4410
  border-color: #5aca75;
4409
4411
  color: #1c5629;
4410
4412
  }
4411
- html:not(#__):not(#___) .cadmin [href].label-success:focus, html:not(#__):not(#___) .cadmin [type].label-success:focus, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus {
4413
+ html:not(#__):not(#___) .cadmin [href].focus.label-success, html:not(#__):not(#___) .cadmin [href].label-success:focus, html:not(#__):not(#___) .cadmin [type].focus.label-success, html:not(#__):not(#___) .cadmin [type].label-success:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-success, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus {
4412
4414
  color: #1c5629;
4413
4415
  }
4414
4416
  html:not(#__):not(#___) .cadmin .label-success a:hover,
@@ -4430,7 +4432,7 @@ html:not(#__):not(#___) .cadmin [href].label-info:hover, html:not(#__):not(#___)
4430
4432
  border-color: #89a7e0;
4431
4433
  color: #234584;
4432
4434
  }
4433
- html:not(#__):not(#___) .cadmin [href].label-info:focus, html:not(#__):not(#___) .cadmin [type].label-info:focus, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus {
4435
+ html:not(#__):not(#___) .cadmin [href].focus.label-info, html:not(#__):not(#___) .cadmin [href].label-info:focus, html:not(#__):not(#___) .cadmin [type].focus.label-info, html:not(#__):not(#___) .cadmin [type].label-info:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-info, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus {
4434
4436
  color: #234584;
4435
4437
  }
4436
4438
  html:not(#__):not(#___) .cadmin .label-info a:hover,
@@ -4452,7 +4454,7 @@ html:not(#__):not(#___) .cadmin [href].label-warning:hover, html:not(#__):not(#_
4452
4454
  border-color: #ff8f39;
4453
4455
  color: #863a00;
4454
4456
  }
4455
- html:not(#__):not(#___) .cadmin [href].label-warning:focus, html:not(#__):not(#___) .cadmin [type].label-warning:focus, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus {
4457
+ html:not(#__):not(#___) .cadmin [href].focus.label-warning, html:not(#__):not(#___) .cadmin [href].label-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.label-warning, html:not(#__):not(#___) .cadmin [type].label-warning:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-warning, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus {
4456
4458
  color: #863a00;
4457
4459
  }
4458
4460
  html:not(#__):not(#___) .cadmin .label-warning a:hover,
@@ -4474,7 +4476,7 @@ html:not(#__):not(#___) .cadmin [href].label-danger:hover, html:not(#__):not(#__
4474
4476
  border-color: #f48989;
4475
4477
  color: #ab1010;
4476
4478
  }
4477
- html:not(#__):not(#___) .cadmin [href].label-danger:focus, html:not(#__):not(#___) .cadmin [type].label-danger:focus, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus {
4479
+ html:not(#__):not(#___) .cadmin [href].focus.label-danger, html:not(#__):not(#___) .cadmin [href].label-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.label-danger, html:not(#__):not(#___) .cadmin [type].label-danger:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-danger, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus {
4478
4480
  color: #ab1010;
4479
4481
  }
4480
4482
  html:not(#__):not(#___) .cadmin .label-danger a:hover,
@@ -4496,7 +4498,7 @@ html:not(#__):not(#___) .cadmin [href].label-dark:hover, html:not(#__):not(#___)
4496
4498
  border-color: #272833;
4497
4499
  color: #393a4a;
4498
4500
  }
4499
- html:not(#__):not(#___) .cadmin [href].label-dark:focus, html:not(#__):not(#___) .cadmin [type].label-dark:focus, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus {
4501
+ html:not(#__):not(#___) .cadmin [href].focus.label-dark, html:not(#__):not(#___) .cadmin [href].label-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.label-dark, html:not(#__):not(#___) .cadmin [type].label-dark:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-dark, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus {
4500
4502
  color: #393a4a;
4501
4503
  }
4502
4504
  html:not(#__):not(#___) .cadmin .label-dark a:hover,
@@ -4518,7 +4520,7 @@ html:not(#__):not(#___) .cadmin [href].label-light:hover, html:not(#__):not(#___
4518
4520
  border-color: #f1f2f5;
4519
4521
  color: #d3d6e0;
4520
4522
  }
4521
- html:not(#__):not(#___) .cadmin [href].label-light:focus, html:not(#__):not(#___) .cadmin [type].label-light:focus, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus {
4523
+ html:not(#__):not(#___) .cadmin [href].focus.label-light, html:not(#__):not(#___) .cadmin [href].label-light:focus, html:not(#__):not(#___) .cadmin [type].focus.label-light, html:not(#__):not(#___) .cadmin [type].label-light:focus, html:not(#__):not(#___) .cadmin [tabindex].focus.label-light, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus {
4522
4524
  color: #d3d6e0;
4523
4525
  }
4524
4526
  html:not(#__):not(#___) .cadmin .label-light a:hover,
@@ -6085,7 +6087,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:hover {
6085
6087
  color: inherit;
6086
6088
  text-decoration: inherit;
6087
6089
  }
6088
- html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:focus {
6090
+ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:focus {
6089
6091
  color: inherit;
6090
6092
  text-decoration: inherit;
6091
6093
  }
@@ -6139,7 +6141,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:hover {
6139
6141
  color: inherit;
6140
6142
  text-decoration: inherit;
6141
6143
  }
6142
- html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:focus {
6144
+ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:focus {
6143
6145
  color: inherit;
6144
6146
  text-decoration: inherit;
6145
6147
  }
@@ -7051,7 +7053,7 @@ html:not(#__):not(#___) .cadmin .component-link {
7051
7053
  html:not(#__):not(#___) .cadmin .component-link:hover {
7052
7054
  color: #484955;
7053
7055
  }
7054
- html:not(#__):not(#___) .cadmin .component-link:focus {
7056
+ html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus {
7055
7057
  color: #484955;
7056
7058
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7057
7059
  outline: 0;
@@ -7072,7 +7074,7 @@ html:not(#__):not(#___) .cadmin .link-primary {
7072
7074
  html:not(#__):not(#___) .cadmin .link-primary:hover {
7073
7075
  color: #0041be;
7074
7076
  }
7075
- html:not(#__):not(#___) .cadmin .link-primary:focus {
7077
+ html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus {
7076
7078
  color: #0041be;
7077
7079
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7078
7080
  outline: 0;
@@ -7090,7 +7092,7 @@ html:not(#__):not(#___) .cadmin .link-secondary {
7090
7092
  html:not(#__):not(#___) .cadmin .link-secondary:hover {
7091
7093
  color: #272833;
7092
7094
  }
7093
- html:not(#__):not(#___) .cadmin .link-secondary:focus {
7095
+ html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus {
7094
7096
  color: #272833;
7095
7097
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7096
7098
  outline: 0;
@@ -7125,7 +7127,7 @@ html:not(#__):not(#___) .cadmin .link-outline {
7125
7127
  html:not(#__):not(#___) .cadmin .link-outline:hover {
7126
7128
  text-decoration: none;
7127
7129
  }
7128
- html:not(#__):not(#___) .cadmin .link-outline:focus {
7130
+ html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus {
7129
7131
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7130
7132
  outline: 0;
7131
7133
  }
@@ -7152,7 +7154,7 @@ html:not(#__):not(#___) .cadmin .link-outline-primary:hover {
7152
7154
  background-color: #f0f5ff;
7153
7155
  color: #0b5fff;
7154
7156
  }
7155
- html:not(#__):not(#___) .cadmin .link-outline-primary:focus {
7157
+ html:not(#__):not(#___) .cadmin .link-outline-primary.focus, html:not(#__):not(#___) .cadmin .link-outline-primary:focus {
7156
7158
  background-color: #f0f5ff;
7157
7159
  color: #0b5fff;
7158
7160
  }
@@ -7182,7 +7184,7 @@ html:not(#__):not(#___) .cadmin .link-outline-secondary:hover {
7182
7184
  background-color: rgba(39, 40, 51, 0.03);
7183
7185
  color: #272833;
7184
7186
  }
7185
- html:not(#__):not(#___) .cadmin .link-outline-secondary:focus {
7187
+ html:not(#__):not(#___) .cadmin .link-outline-secondary.focus, html:not(#__):not(#___) .cadmin .link-outline-secondary:focus {
7186
7188
  background-color: rgba(39, 40, 51, 0.03);
7187
7189
  color: #272833;
7188
7190
  }
@@ -7253,7 +7255,8 @@ html:not(#__):not(#___) .cadmin .component-title[href]:hover,
7253
7255
  html:not(#__):not(#___) .cadmin .component-title [href]:hover {
7254
7256
  color: #060608;
7255
7257
  }
7256
- html:not(#__):not(#___) .cadmin .component-title[href]:focus,
7258
+ html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(#___) .cadmin .component-title[href]:focus,
7259
+ html:not(#__):not(#___) .cadmin .component-title [href].focus,
7257
7260
  html:not(#__):not(#___) .cadmin .component-title [href]:focus {
7258
7261
  color: #060608;
7259
7262
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
@@ -7281,7 +7284,8 @@ html:not(#__):not(#___) .cadmin .component-subtitle[href]:hover,
7281
7284
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:hover {
7282
7285
  color: #272833;
7283
7286
  }
7284
- html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus,
7287
+ html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus,
7288
+ html:not(#__):not(#___) .cadmin .component-subtitle [href].focus,
7285
7289
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:focus {
7286
7290
  color: #272833;
7287
7291
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
@@ -7313,7 +7317,7 @@ html:not(#__):not(#___) .cadmin .component-action:hover {
7313
7317
  background-color: rgba(39, 40, 51, 0.03);
7314
7318
  color: #272833;
7315
7319
  }
7316
- html:not(#__):not(#___) .cadmin .component-action:focus {
7320
+ html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus {
7317
7321
  background-color: rgba(39, 40, 51, 0.03);
7318
7322
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7319
7323
  color: #272833;
@@ -9320,7 +9324,8 @@ html:not(#__):not(#___) .cadmin .list-group-title[href]:hover,
9320
9324
  html:not(#__):not(#___) .cadmin .list-group-title [href]:hover {
9321
9325
  color: #272833;
9322
9326
  }
9323
- html:not(#__):not(#___) .cadmin .list-group-title[href]:focus,
9327
+ html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus,
9328
+ html:not(#__):not(#___) .cadmin .list-group-title [href].focus,
9324
9329
  html:not(#__):not(#___) .cadmin .list-group-title [href]:focus {
9325
9330
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9326
9331
  outline: 0;
@@ -9347,7 +9352,8 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:hover,
9347
9352
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:hover {
9348
9353
  color: #272833;
9349
9354
  }
9350
- html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus,
9355
+ html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus,
9356
+ html:not(#__):not(#___) .cadmin .list-group-subtitle [href].focus,
9351
9357
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
9352
9358
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9353
9359
  outline: 0;
@@ -9375,7 +9381,8 @@ html:not(#__):not(#___) .cadmin .list-group-text[href]:hover,
9375
9381
  html:not(#__):not(#___) .cadmin .list-group-text [href]:hover {
9376
9382
  color: #272833;
9377
9383
  }
9378
- html:not(#__):not(#___) .cadmin .list-group-text[href]:focus,
9384
+ html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus,
9385
+ html:not(#__):not(#___) .cadmin .list-group-text [href].focus,
9379
9386
  html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
9380
9387
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9381
9388
  outline: 0;
@@ -9403,7 +9410,8 @@ html:not(#__):not(#___) .cadmin .list-group-subtext[href]:hover,
9403
9410
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:hover {
9404
9411
  color: #272833;
9405
9412
  }
9406
- html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus,
9413
+ html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus,
9414
+ html:not(#__):not(#___) .cadmin .list-group-subtext [href].focus,
9407
9415
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:focus {
9408
9416
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9409
9417
  outline: 0;
@@ -10418,7 +10426,7 @@ html:not(#__):not(#___) .cadmin .nav-link {
10418
10426
  html:not(#__):not(#___) .cadmin .nav-link:hover {
10419
10427
  text-decoration: none;
10420
10428
  }
10421
- html:not(#__):not(#___) .cadmin .nav-link:focus {
10429
+ html:not(#__):not(#___) .cadmin .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-link:focus {
10422
10430
  text-decoration: none;
10423
10431
  z-index: 1;
10424
10432
  }
@@ -10741,7 +10749,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
10741
10749
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover {
10742
10750
  border-color: transparent;
10743
10751
  }
10744
- html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus {
10752
+ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus {
10745
10753
  border-color: transparent;
10746
10754
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10747
10755
  outline: 0;
@@ -10825,7 +10833,7 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link::after {
10825
10833
  right: 0;
10826
10834
  width: auto;
10827
10835
  }
10828
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
10836
+ html:not(#__):not(#___) .cadmin .nav-underline .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
10829
10837
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10830
10838
  outline: 0;
10831
10839
  }
@@ -10975,7 +10983,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
10975
10983
  background-color: rgba(11, 95, 255, 0.04);
10976
10984
  color: #272833;
10977
10985
  }
10978
- html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
10986
+ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
10979
10987
  background-color: rgba(11, 95, 255, 0.04);
10980
10988
  box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
10981
10989
  color: #272833;
@@ -11006,7 +11014,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
11006
11014
  background-color: rgba(11, 95, 255, 0.04);
11007
11015
  color: #272833;
11008
11016
  }
11009
- html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
11017
+ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
11010
11018
  background-color: rgba(11, 95, 255, 0.04);
11011
11019
  }
11012
11020
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
@@ -11171,7 +11179,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11171
11179
  background-color: rgba(11, 95, 255, 0.04);
11172
11180
  color: #272833;
11173
11181
  }
11174
- html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
11182
+ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
11175
11183
  background-color: rgba(11, 95, 255, 0.04);
11176
11184
  box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
11177
11185
  color: #272833;
@@ -11202,7 +11210,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11202
11210
  background-color: rgba(11, 95, 255, 0.04);
11203
11211
  color: #272833;
11204
11212
  }
11205
- html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
11213
+ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
11206
11214
  background-color: rgba(11, 95, 255, 0.04);
11207
11215
  }
11208
11216
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
@@ -12316,7 +12324,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
12316
12324
  transition: none;
12317
12325
  }
12318
12326
  }
12319
- html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus {
12327
+ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus {
12320
12328
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12321
12329
  }
12322
12330
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
@@ -12332,7 +12340,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
12332
12340
  transition: none;
12333
12341
  }
12334
12342
  }
12335
- html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus {
12343
+ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus {
12336
12344
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12337
12345
  }
12338
12346
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
@@ -12356,7 +12364,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:hove
12356
12364
  color: #272833;
12357
12365
  background-color: rgba(39, 40, 51, 0.03);
12358
12366
  }
12359
- html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:focus {
12367
+ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:focus {
12360
12368
  color: #272833;
12361
12369
  background-color: rgba(39, 40, 51, 0.03);
12362
12370
  }
@@ -12383,7 +12391,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-btn {
12383
12391
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand {
12384
12392
  font-weight: 600;
12385
12393
  }
12386
- html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:focus {
12394
+ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:focus {
12387
12395
  color: #272833;
12388
12396
  background-color: rgba(39, 40, 51, 0.03);
12389
12397
  }
@@ -12425,7 +12433,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:ho
12425
12433
  color: #272833;
12426
12434
  background-color: rgba(39, 40, 51, 0.03);
12427
12435
  }
12428
- html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:focus {
12436
+ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:focus {
12429
12437
  color: #272833;
12430
12438
  background-color: rgba(39, 40, 51, 0.03);
12431
12439
  }
@@ -12453,7 +12461,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand {
12453
12461
  border-radius: 4px;
12454
12462
  font-weight: 600;
12455
12463
  }
12456
- html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:focus {
12464
+ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:focus {
12457
12465
  color: #272833;
12458
12466
  background-color: rgba(39, 40, 51, 0.03);
12459
12467
  }
@@ -12658,7 +12666,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
12658
12666
  border-radius: 0;
12659
12667
  outline: 0;
12660
12668
  }
12661
- html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus {
12669
+ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus {
12662
12670
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12663
12671
  }
12664
12672
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
@@ -12668,7 +12676,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
12668
12676
  border-radius: 0;
12669
12677
  outline: 0;
12670
12678
  }
12671
- html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus {
12679
+ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus {
12672
12680
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12673
12681
  }
12674
12682
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
@@ -12724,7 +12732,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link {
12724
12732
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:hover {
12725
12733
  color: #272833;
12726
12734
  }
12727
- html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
12735
+ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
12728
12736
  color: #272833;
12729
12737
  }
12730
12738
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
@@ -12746,7 +12754,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-btn {
12746
12754
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand {
12747
12755
  font-weight: 600;
12748
12756
  }
12749
- html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:focus {
12757
+ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:focus {
12750
12758
  color: #272833;
12751
12759
  }
12752
12760
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
@@ -12777,7 +12785,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
12777
12785
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
12778
12786
  color: #272833;
12779
12787
  }
12780
- html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
12788
+ html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
12781
12789
  color: #272833;
12782
12790
  }
12783
12791
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -12805,7 +12813,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link
12805
12813
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:hover {
12806
12814
  color: #fff;
12807
12815
  }
12808
- html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
12816
+ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
12809
12817
  color: #fff;
12810
12818
  }
12811
12819
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -12831,7 +12839,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand {
12831
12839
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:hover {
12832
12840
  color: rgba(255, 255, 255, 0.9);
12833
12841
  }
12834
- html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:focus {
12842
+ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:focus {
12835
12843
  color: #fff;
12836
12844
  }
12837
12845
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
@@ -12862,7 +12870,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
12862
12870
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
12863
12871
  color: #fff;
12864
12872
  }
12865
- html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
12873
+ html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
12866
12874
  color: #fff;
12867
12875
  }
12868
12876
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -12934,7 +12942,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover {
12934
12942
  text-decoration: none;
12935
12943
  z-index: 2;
12936
12944
  }
12937
- html:not(#__):not(#___) .cadmin .page-link:focus {
12945
+ html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
12938
12946
  background-color: rgba(0, 0, 0, 0.02);
12939
12947
  border-color: transparent;
12940
12948
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
@@ -13044,7 +13052,8 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover {
13044
13052
  border-color: transparent;
13045
13053
  color: #272833;
13046
13054
  }
13047
- html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus,
13055
+ html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus,
13056
+ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
13048
13057
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus {
13049
13058
  border-color: transparent;
13050
13059
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
@@ -13282,7 +13291,7 @@ html:not(#__):not(#___) .cadmin .panel-header-link:hover {
13282
13291
  color: inherit;
13283
13292
  text-decoration: none;
13284
13293
  }
13285
- html:not(#__):not(#___) .cadmin .panel-header-link:focus {
13294
+ html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus {
13286
13295
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13287
13296
  outline: 0;
13288
13297
  z-index: 1;
@@ -13498,7 +13507,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.collapsed {
13498
13507
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link {
13499
13508
  border-radius: 1px;
13500
13509
  }
13501
- html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
13510
+ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
13502
13511
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
13503
13512
  }
13504
13513
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
@@ -14217,7 +14226,7 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle {
14217
14226
  html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover {
14218
14227
  text-decoration: none;
14219
14228
  }
14220
- html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus {
14229
+ html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus {
14221
14230
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14222
14231
  outline: 0;
14223
14232
  }
@@ -14517,7 +14526,6 @@ html:not(#__):not(#___) .cadmin .sidenav-start .sidebar-light,
14517
14526
  html:not(#__):not(#___) .cadmin .sidenav-left .sidebar-light {
14518
14527
  box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
14519
14528
  }
14520
-
14521
14529
  html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-panel {
14522
14530
  background-color: #f1f2f5;
14523
14531
  }
@@ -14528,7 +14536,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd[href],
14528
14536
  html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd [href] {
14529
14537
  color: #272833;
14530
14538
  }
14531
- html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
14539
+ html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
14532
14540
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14533
14541
  }
14534
14542
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
@@ -14608,7 +14616,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
14608
14616
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover {
14609
14617
  color: #fff;
14610
14618
  }
14611
- html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus {
14619
+ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus {
14612
14620
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14613
14621
  outline: 0;
14614
14622
  }
@@ -14666,7 +14674,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
14666
14674
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover {
14667
14675
  color: #fff;
14668
14676
  }
14669
- html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
14677
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
14670
14678
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14671
14679
  outline: 0;
14672
14680
  }
@@ -14866,7 +14874,7 @@ html:not(#__):not(#___) .cadmin .table thead th [href] {
14866
14874
  html:not(#__):not(#___) .cadmin .table thead th [href]:hover {
14867
14875
  color: #272833;
14868
14876
  }
14869
- html:not(#__):not(#___) .cadmin .table thead th [href]:focus {
14877
+ html:not(#__):not(#___) .cadmin .table thead th [href].focus, html:not(#__):not(#___) .cadmin .table thead th [href]:focus {
14870
14878
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14871
14879
  outline: 0;
14872
14880
  }
@@ -15088,7 +15096,7 @@ html:not(#__):not(#___) .cadmin .table-title a {
15088
15096
  html:not(#__):not(#___) .cadmin .table-title a:hover {
15089
15097
  color: #272833;
15090
15098
  }
15091
- html:not(#__):not(#___) .cadmin .table-title a:focus {
15099
+ html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus {
15092
15100
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15093
15101
  outline: 0;
15094
15102
  }
@@ -15107,7 +15115,7 @@ html:not(#__):not(#___) .cadmin .table-link {
15107
15115
  html:not(#__):not(#___) .cadmin .table-link:hover {
15108
15116
  color: #272833;
15109
15117
  }
15110
- html:not(#__):not(#___) .cadmin .table-link:focus {
15118
+ html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus {
15111
15119
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15112
15120
  outline: 0;
15113
15121
  }
@@ -15133,7 +15141,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover {
15133
15141
  color: #272833;
15134
15142
  text-decoration: none;
15135
15143
  }
15136
- html:not(#__):not(#___) .cadmin .table-action-link:focus {
15144
+ html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus {
15137
15145
  background-color: rgba(0, 0, 0, 0.02);
15138
15146
  color: #272833;
15139
15147
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
@@ -15416,7 +15424,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a {
15416
15424
  html:not(#__):not(#___) .cadmin .table-list-title a:hover {
15417
15425
  color: #272833;
15418
15426
  }
15419
- html:not(#__):not(#___) .cadmin .table-list-title a:focus {
15427
+ html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus {
15420
15428
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15421
15429
  outline: 0;
15422
15430
  }
@@ -15435,7 +15443,7 @@ html:not(#__):not(#___) .cadmin .table-list-link {
15435
15443
  html:not(#__):not(#___) .cadmin .table-list-link:hover {
15436
15444
  color: #272833;
15437
15445
  }
15438
- html:not(#__):not(#___) .cadmin .table-list-link:focus {
15446
+ html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus {
15439
15447
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15440
15448
  outline: 0;
15441
15449
  }
@@ -15460,7 +15468,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover {
15460
15468
  color: #272833;
15461
15469
  text-decoration: none;
15462
15470
  }
15463
- html:not(#__):not(#___) .cadmin .table-list-action-link:focus {
15471
+ html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus {
15464
15472
  background-color: rgba(0, 0, 0, 0.02);
15465
15473
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15466
15474
  color: #272833;
@@ -17200,7 +17208,7 @@ html:not(#__):not(#___) .cadmin .treeview-link {
17200
17208
  html:not(#__):not(#___) .cadmin .treeview-link:hover {
17201
17209
  text-decoration: none;
17202
17210
  }
17203
- html:not(#__):not(#___) .cadmin .treeview-link:focus {
17211
+ html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus {
17204
17212
  box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17205
17213
  outline: 0;
17206
17214
  }