ids-enterprise 4.63.1 → 4.63.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/css/theme-classic-contrast.css +3 -3
  2. package/dist/css/theme-classic-contrast.min.css +3 -3
  3. package/dist/css/theme-classic-dark.css +357 -357
  4. package/dist/css/theme-classic-dark.css.map +1 -1
  5. package/dist/css/theme-classic-dark.min.css +4 -4
  6. package/dist/css/theme-classic-light.css +3 -3
  7. package/dist/css/theme-classic-light.min.css +3 -3
  8. package/dist/css/theme-new-contrast.css +3 -3
  9. package/dist/css/theme-new-contrast.min.css +3 -3
  10. package/dist/css/theme-new-dark.css +3 -3
  11. package/dist/css/theme-new-dark.min.css +3 -3
  12. package/dist/css/theme-new-light.css +3 -3
  13. package/dist/css/theme-new-light.min.css +3 -3
  14. package/dist/css/theme-soho-contrast.css +3 -3
  15. package/dist/css/theme-soho-contrast.min.css +3 -3
  16. package/dist/css/theme-soho-dark.css +357 -357
  17. package/dist/css/theme-soho-dark.css.map +1 -1
  18. package/dist/css/theme-soho-dark.min.css +4 -4
  19. package/dist/css/theme-soho-light.css +3 -3
  20. package/dist/css/theme-soho-light.min.css +3 -3
  21. package/dist/css/theme-uplift-contrast.css +3 -3
  22. package/dist/css/theme-uplift-contrast.min.css +3 -3
  23. package/dist/css/theme-uplift-dark.css +3 -3
  24. package/dist/css/theme-uplift-dark.min.css +3 -3
  25. package/dist/css/theme-uplift-light.css +3 -3
  26. package/dist/css/theme-uplift-light.min.css +3 -3
  27. package/dist/js/sohoxi.esm.js +11 -11
  28. package/dist/js/sohoxi.js +11 -11
  29. package/dist/js/sohoxi.min.js +4 -4
  30. package/dist/svg/theme-classic-svg-empty.html +7 -7
  31. package/dist/svg/theme-classic-svg.html +209 -209
  32. package/dist/svg/theme-new-svg-empty.html +6 -6
  33. package/dist/svg/theme-new-svg.html +214 -214
  34. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * IDS Enterprise Components - v4.63.1
4
- * Date: 2022-05-24T14:27:40.373Z
5
- * Revision: 0f0b8881b3844012d9a838ada30b249e0a9ff4b3
3
+ * IDS Enterprise Components - v4.63.2
4
+ * Date: 2022-05-24T16:17:09.726Z
5
+ * Revision: 4cbd4a3210258ad6621426d9e7468caf069e84b2
6
6
  *
7
7
  *
8
8
  * Apache License
@@ -416,8 +416,8 @@ label.inline .checkbox:checked ~ .label-text::before,
416
416
  input.checkbox:checked + label::before,
417
417
  input.checkbox:checked + input[type='hidden'] + label::before,
418
418
  span.checkbox > input:checked + label::before {
419
- background-color: #368ac0;
420
- border-color: #368ac0; }
419
+ background-color: #50535A;
420
+ border-color: #50535A; }
421
421
 
422
422
  label.inline .checkbox:checked ~ .label-text::after,
423
423
  input.checkbox:checked + label::after,
@@ -488,7 +488,7 @@ label.inline .checkbox:focus:not(.hide-focus) ~ .label-text::before,
488
488
  input.checkbox:focus:not(.hide-focus) + label::before,
489
489
  input.checkbox:focus:not(.hide-focus) + input[type='hidden'] + label::before,
490
490
  span.checkbox > input:focus:not(.hide-focus) + label::before {
491
- border: solid 1px #368ac0;
491
+ border: solid 1px #50535A;
492
492
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
493
493
 
494
494
  label.inline .checkbox:not(:checked):not(.error):not(:disabled):hover ~ .label-text::before,
@@ -1454,7 +1454,7 @@ svg.icon-dirty,
1454
1454
  vertical-align: top; }
1455
1455
 
1456
1456
  .icon-info-field {
1457
- color: #368ac0; }
1457
+ color: #50535A; }
1458
1458
 
1459
1459
  .field .icon-error,
1460
1460
  .field .icon-success,
@@ -1549,7 +1549,7 @@ svg.icon-dirty,
1549
1549
 
1550
1550
  .icon-info,
1551
1551
  .icon-info-alert {
1552
- color: #368ac0 !important; }
1552
+ color: #50535A !important; }
1553
1553
 
1554
1554
  svg.icon-close {
1555
1555
  height: 16px !important; }
@@ -1888,8 +1888,8 @@ svg.icon-dirty {
1888
1888
  width: 5px; }
1889
1889
 
1890
1890
  .icon.checkmark-selected {
1891
- background-color: #368ac0;
1892
- border-color: #368ac0; }
1891
+ background-color: #50535A;
1892
+ border-color: #50535A; }
1893
1893
  .icon.checkmark-selected::after {
1894
1894
  border-color: #ffffff #ffffff #ffffff transparent; }
1895
1895
 
@@ -1977,7 +1977,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
1977
1977
  .image-sm {
1978
1978
  border: 1px solid transparent; }
1979
1979
  .image-sm:focus {
1980
- border: solid 1px #368ac0;
1980
+ border: solid 1px #50535A;
1981
1981
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
1982
1982
  outline: none;
1983
1983
  outline-color: transparent; }
@@ -1986,7 +1986,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
1986
1986
  max-height: 60px;
1987
1987
  max-width: 60px; }
1988
1988
  .image-sm img:focus {
1989
- border: solid 1px #368ac0;
1989
+ border: solid 1px #50535A;
1990
1990
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
1991
1991
  outline: none;
1992
1992
  outline-color: transparent; }
@@ -2001,7 +2001,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2001
2001
  .image-sm.placeholder .icon {
2002
2002
  margin-top: 19px; }
2003
2003
  .image-sm.placeholder:focus {
2004
- border: solid 1px #368ac0;
2004
+ border: solid 1px #50535A;
2005
2005
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2006
2006
  outline: none;
2007
2007
  outline-color: transparent; }
@@ -2009,7 +2009,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2009
2009
  .image-md {
2010
2010
  border: 1px solid transparent; }
2011
2011
  .image-md:focus {
2012
- border: solid 1px #368ac0;
2012
+ border: solid 1px #50535A;
2013
2013
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2014
2014
  outline: none;
2015
2015
  outline-color: transparent; }
@@ -2018,7 +2018,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2018
2018
  max-height: 120px;
2019
2019
  max-width: 154px; }
2020
2020
  .image-md img:focus {
2021
- border: solid 1px #368ac0;
2021
+ border: solid 1px #50535A;
2022
2022
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2023
2023
  outline: none;
2024
2024
  outline-color: transparent; }
@@ -2033,7 +2033,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2033
2033
  .image-md.placeholder .icon {
2034
2034
  margin-top: 49px; }
2035
2035
  .image-md.placeholder:focus {
2036
- border: solid 1px #368ac0;
2036
+ border: solid 1px #50535A;
2037
2037
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2038
2038
  outline: none;
2039
2039
  outline-color: transparent; }
@@ -2041,7 +2041,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2041
2041
  .image-lg {
2042
2042
  border: 1px solid transparent; }
2043
2043
  .image-lg:focus {
2044
- border: solid 1px #368ac0;
2044
+ border: solid 1px #50535A;
2045
2045
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2046
2046
  outline: none;
2047
2047
  outline-color: transparent; }
@@ -2050,7 +2050,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2050
2050
  max-height: 350px;
2051
2051
  max-width: 300px; }
2052
2052
  .image-lg img:focus {
2053
- border: solid 1px #368ac0;
2053
+ border: solid 1px #50535A;
2054
2054
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2055
2055
  outline: none;
2056
2056
  outline-color: transparent; }
@@ -2065,7 +2065,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2065
2065
  .image-lg.placeholder .icon {
2066
2066
  margin-top: 164px; }
2067
2067
  .image-lg.placeholder:focus {
2068
- border: solid 1px #368ac0;
2068
+ border: solid 1px #50535A;
2069
2069
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2070
2070
  outline: none;
2071
2071
  outline-color: transparent; }
@@ -2073,14 +2073,14 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2073
2073
  .image-auto {
2074
2074
  border: 1px solid transparent; }
2075
2075
  .image-auto:focus {
2076
- border: solid 1px #368ac0;
2076
+ border: solid 1px #50535A;
2077
2077
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2078
2078
  outline: none;
2079
2079
  outline-color: transparent; }
2080
2080
  .image-auto img {
2081
2081
  border: 1px solid transparent; }
2082
2082
  .image-auto img:focus {
2083
- border: solid 1px #368ac0;
2083
+ border: solid 1px #50535A;
2084
2084
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2085
2085
  outline: none;
2086
2086
  outline-color: transparent; }
@@ -2092,7 +2092,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2092
2092
  height: 50px;
2093
2093
  width: 50px; }
2094
2094
  .image-round:focus {
2095
- border: solid 1px #368ac0;
2095
+ border: solid 1px #50535A;
2096
2096
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2097
2097
  outline: none;
2098
2098
  outline-color: transparent; }
@@ -2117,7 +2117,7 @@ html[dir='rtl'] .icon-dirty:not(.dirty-checkbox) {
2117
2117
  vertical-align: middle;
2118
2118
  width: 4.8rem; }
2119
2119
  .image-initials:focus {
2120
- border: solid 1px #368ac0;
2120
+ border: solid 1px #50535A;
2121
2121
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
2122
2122
  outline: none;
2123
2123
  outline-color: transparent; }
@@ -2467,7 +2467,7 @@ body.no-scroll {
2467
2467
  font-size: 16px;
2468
2468
  font-size: 1.6rem; }
2469
2469
  .header.has-searchfield-xl .searchfield-wrapper input:focus {
2470
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 3px rgba(255, 255, 255, 0.3); }
2470
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 3px rgba(255, 255, 255, 0.3); }
2471
2471
  .header.has-searchfield-xl .searchfield-wrapper .icon {
2472
2472
  height: 18px;
2473
2473
  left: 10px !important;
@@ -2651,8 +2651,8 @@ body.no-scroll {
2651
2651
  padding: 5px 10px; }
2652
2652
  .editorial .section-tracker a:hover, .editorial .section-tracker a:active, .editorial .section-tracker a:focus, .editorial .section-tracker a.is-active {
2653
2653
  border-bottom: 0;
2654
- border-left: 3px solid #368ac0;
2655
- color: #368ac0;
2654
+ border-left: 3px solid #50535A;
2655
+ color: #50535A;
2656
2656
  outline: none; }
2657
2657
 
2658
2658
  @media (max-width: 766px) {
@@ -2971,8 +2971,8 @@ html[dir='rtl'] .sticky-footer .footer-list li {
2971
2971
 
2972
2972
  .inline .radio:checked ~ .label-text::before,
2973
2973
  .radio:checked + label::before {
2974
- background-color: #368ac0;
2975
- border: 1px solid #368ac0; }
2974
+ background-color: #50535A;
2975
+ border: 1px solid #50535A; }
2976
2976
 
2977
2977
  .inline .radio:not(:checked) ~ .label-text::after,
2978
2978
  .radio:not(:checked) + label::after {
@@ -3010,7 +3010,7 @@ html[dir='rtl'] .sticky-footer .footer-list li {
3010
3010
 
3011
3011
  .inline .radio:not(.hide-focus):focus ~ .label-text::before,
3012
3012
  .radio:not(.hide-focus):focus + label::before {
3013
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 5px rgba(255, 255, 255, 0.3); }
3013
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 5px rgba(255, 255, 255, 0.3); }
3014
3014
 
3015
3015
  @media print {
3016
3016
  .inline .radio ~ .label-text::before,
@@ -3618,7 +3618,7 @@ small,
3618
3618
  color: #ABAEB7 !important; }
3619
3619
 
3620
3620
  .text-link {
3621
- color: #368ac0 !important;
3621
+ color: #50535A !important;
3622
3622
  text-decoration: underline; }
3623
3623
 
3624
3624
  .text-muted {
@@ -3791,7 +3791,7 @@ html[dir='rtl'] .alert-text {
3791
3791
  user-select: none;
3792
3792
  -webkit-touch-callout: none;
3793
3793
  background: transparent none repeat scroll 0 0;
3794
- border: 1px solid #368ac0;
3794
+ border: 1px solid #50535A;
3795
3795
  cursor: e-resize;
3796
3796
  height: inherit;
3797
3797
  left: 48px;
@@ -3902,7 +3902,7 @@ input.longpress-target {
3902
3902
  width: 10px; }
3903
3903
  .tag.is-linkable:not(.hide-focus),
3904
3904
  .badge.is-linkable:not(.hide-focus) {
3905
- border-color: #368ac0;
3905
+ border-color: #50535A;
3906
3906
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
3907
3907
  .tag.is-linkable:hover, .tag.is-linkable.is-focused:not(.hide-focus),
3908
3908
  .badge.is-linkable:hover,
@@ -3926,7 +3926,7 @@ input.longpress-target {
3926
3926
  width: 10px; }
3927
3927
  .tag.is-focused:not(.hide-focus),
3928
3928
  .badge.is-focused:not(.hide-focus) {
3929
- border-color: #368ac0;
3929
+ border-color: #50535A;
3930
3930
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
3931
3931
  .tag.is-focused:not(.hide-focus) a,
3932
3932
  .badge.is-focused:not(.hide-focus) a {
@@ -4006,7 +4006,7 @@ input.longpress-target {
4006
4006
  .badge.secondary.is-focused:not(.hide-focus),
4007
4007
  .badge.secondary.is-linkable.is-focused:not(.hide-focus),
4008
4008
  .badge.secondary.is-dismissible.is-focused:not(.hide-focus) {
4009
- border-color: #368ac0; }
4009
+ border-color: #50535A; }
4010
4010
  .tag.secondary.is-disabled,
4011
4011
  .badge.secondary.is-disabled {
4012
4012
  background-color: #454545;
@@ -4124,7 +4124,7 @@ input.longpress-target {
4124
4124
  color: #ABAEB7; }
4125
4125
  .tag.info,
4126
4126
  .badge.info {
4127
- background-color: #368ac0;
4127
+ background-color: #50535A;
4128
4128
  color: #ffffff; }
4129
4129
  .tag.info .btn-dismissible,
4130
4130
  .tag.info .btn-linkable,
@@ -5022,7 +5022,7 @@ a.btn-close {
5022
5022
  .btn-secondary:focus {
5023
5023
  border: 1px solid transparent; }
5024
5024
  .btn-secondary:focus:not(.hide-focus) {
5025
- box-shadow: 0 0 0 2px #313236, 0 0 0 3px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5025
+ box-shadow: 0 0 0 2px #313236, 0 0 0 3px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5026
5026
  .btn-secondary:focus:active {
5027
5027
  background-color: #888B94;
5028
5028
  box-shadow: none; }
@@ -5083,7 +5083,7 @@ a.btn-close {
5083
5083
  .btn-close:focus:not(.hide-focus),
5084
5084
  .btn-actions:focus:not(.hide-focus),
5085
5085
  .btn-menu:focus:not(.hide-focus) {
5086
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5086
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5087
5087
  .btn:focus:not(.hide-focus):active,
5088
5088
  .btn-tertiary:focus:not(.hide-focus):active,
5089
5089
  .btn-icon:focus:not(.hide-focus):active,
@@ -5169,10 +5169,10 @@ a.btn-close {
5169
5169
 
5170
5170
  .btn-menu.is-open,
5171
5171
  .btn-actions.is-open {
5172
- color: #368ac0; }
5172
+ color: #50535A; }
5173
5173
  .btn-menu.is-open .icon,
5174
5174
  .btn-actions.is-open .icon {
5175
- color: #368ac0; }
5175
+ color: #50535A; }
5176
5176
 
5177
5177
  .btn {
5178
5178
  padding: 0 15px; }
@@ -5244,7 +5244,7 @@ a.btn-close {
5244
5244
  top: 0; }
5245
5245
 
5246
5246
  .btn-icon.has-content .icon {
5247
- color: #368ac0; }
5247
+ color: #50535A; }
5248
5248
 
5249
5249
  .btn-icon.has-content:hover .icon {
5250
5250
  color: #1d5f8a; }
@@ -5405,7 +5405,7 @@ html[lang^='fr-'] [class^='btn'] {
5405
5405
  border-color: #ffffff;
5406
5406
  color: #ffffff; }
5407
5407
  .btn-secondary-border:focus {
5408
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5408
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5409
5409
  .btn-secondary-border:disabled {
5410
5410
  cursor: default;
5411
5411
  opacity: 0.5; }
@@ -5431,9 +5431,9 @@ html[lang^='fr-'] [class^='btn'] {
5431
5431
  .btn-link .icon {
5432
5432
  color: #69b5dd; }
5433
5433
  .btn-link:hover {
5434
- color: #368ac0; }
5434
+ color: #50535A; }
5435
5435
  .btn-link:hover .icon {
5436
- color: #368ac0; }
5436
+ color: #50535A; }
5437
5437
 
5438
5438
  @media (max-width: 480px) {
5439
5439
  .page-container button.btn, .page-container button.btn-secondary {
@@ -5996,7 +5996,7 @@ html[dir='rtl'] .input-hideshow-text {
5996
5996
  -ms-transition: border-color 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
5997
5997
  transition: border-color 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
5998
5998
  .hyperlink:hover:not([disabled]) {
5999
- color: #368ac0; }
5999
+ color: #50535A; }
6000
6000
  .hyperlink.show-visited:visited, .hyperlink.force-visited {
6001
6001
  color: #c7b4db; }
6002
6002
  .hyperlink.show-visited:visited:focus:not(.hide-focus), .hyperlink.show-visited:visited:active, .hyperlink.force-visited:focus:not(.hide-focus), .hyperlink.force-visited:active {
@@ -6004,7 +6004,7 @@ html[dir='rtl'] .input-hideshow-text {
6004
6004
  .hyperlink:focus:not(.hide-focus), .hyperlink:active {
6005
6005
  outline: none; }
6006
6006
  .hyperlink:focus:not(.hide-focus) {
6007
- border-color: #368ac0;
6007
+ border-color: #50535A;
6008
6008
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
6009
6009
  .hyperlink[disabled] {
6010
6010
  color: #656871;
@@ -6044,7 +6044,7 @@ p .hyperlink {
6044
6044
  .link-list li {
6045
6045
  line-height: 25px; }
6046
6046
  .link-list li svg {
6047
- color: #368ac0;
6047
+ color: #50535A;
6048
6048
  height: 16px;
6049
6049
  left: 6px;
6050
6050
  margin-right: 2px;
@@ -6270,11 +6270,11 @@ textarea {
6270
6270
  color: #ff9426; }
6271
6271
  input.is-placeholder.info,
6272
6272
  textarea.is-placeholder.info {
6273
- color: #368ac0; }
6273
+ color: #50535A; }
6274
6274
  input:focus, input.is-focused,
6275
6275
  textarea:focus,
6276
6276
  textarea.is-focused {
6277
- border: solid 1px #368ac0;
6277
+ border: solid 1px #50535A;
6278
6278
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
6279
6279
  outline: none;
6280
6280
  outline-color: transparent; }
@@ -6302,10 +6302,10 @@ textarea {
6302
6302
  color: #ffffff !important; }
6303
6303
  input.info,
6304
6304
  textarea.info {
6305
- border-color: #368ac0; }
6305
+ border-color: #50535A; }
6306
6306
  input.info:focus,
6307
6307
  textarea.info:focus {
6308
- border-color: #368ac0 !important;
6308
+ border-color: #50535A !important;
6309
6309
  color: #ffffff !important; }
6310
6310
 
6311
6311
  textarea[rows] {
@@ -6326,7 +6326,7 @@ textarea[rows] {
6326
6326
  .input-style.is-placeholder {
6327
6327
  color: #888B94; }
6328
6328
  .input-style.is-focused {
6329
- border: solid 1px #368ac0;
6329
+ border: solid 1px #50535A;
6330
6330
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
6331
6331
  outline: none;
6332
6332
  outline-color: transparent; }
@@ -6540,26 +6540,26 @@ span.required::after {
6540
6540
  .info,
6541
6541
  .info-message,
6542
6542
  .info-message p {
6543
- color: #368ac0; }
6543
+ color: #50535A; }
6544
6544
 
6545
6545
  .info::-webkit-input-placeholder {
6546
- color: #368ac0;
6546
+ color: #50535A;
6547
6547
  opacity: 1; }
6548
6548
 
6549
6549
  .info::-moz-placeholder {
6550
- color: #368ac0;
6550
+ color: #50535A;
6551
6551
  opacity: 1; }
6552
6552
 
6553
6553
  .info:-ms-input-placeholder {
6554
- color: #368ac0;
6554
+ color: #50535A;
6555
6555
  opacity: 1; }
6556
6556
 
6557
6557
  ::selection {
6558
- background: #368ac0;
6558
+ background: #50535A;
6559
6559
  color: #ffffff; }
6560
6560
 
6561
6561
  ::-moz-selection {
6562
- background: #368ac0;
6562
+ background: #50535A;
6563
6563
  color: #ffffff; }
6564
6564
 
6565
6565
  .is-number-mask {
@@ -6815,7 +6815,7 @@ span.required::after {
6815
6815
 
6816
6816
  .custom-icon-message,
6817
6817
  .info-message {
6818
- color: #368ac0;
6818
+ color: #50535A;
6819
6819
  display: block;
6820
6820
  font-size: 1.2rem;
6821
6821
  line-height: 1.2rem;
@@ -7132,20 +7132,20 @@ html[dir='rtl'] .skip-link {
7132
7132
  background-color: #8dc9e6; }
7133
7133
  .switch input:checked ~ .label-text::after,
7134
7134
  .switch input:checked ~ label::after {
7135
- background: #368ac0;
7136
- border-color: #368ac0;
7135
+ background: #50535A;
7136
+ border-color: #50535A;
7137
7137
  left: 15px; }
7138
7138
  .switch input:not(:disabled):active ~ .label-text::after,
7139
7139
  .switch input:not(:disabled):not(.hide-focus):focus ~ .label-text::after,
7140
7140
  .switch input:not(:disabled):active ~ label::after,
7141
7141
  .switch input:not(:disabled):not(.hide-focus):focus ~ label::after {
7142
7142
  background-color: #888B94;
7143
- box-shadow: 0 0 0 3px #3f505f, 0 0 0 4px #368ac0; }
7143
+ box-shadow: 0 0 0 3px #3f505f, 0 0 0 4px #50535A; }
7144
7144
  .switch input:not(:disabled):checked:active ~ .label-text::after,
7145
7145
  .switch input:not(:disabled):checked:focus ~ .label-text::after,
7146
7146
  .switch input:not(:disabled):checked:active ~ label::after,
7147
7147
  .switch input:not(:disabled):checked:focus ~ label::after {
7148
- background-color: #368ac0; }
7148
+ background-color: #50535A; }
7149
7149
  .switch input:not(:disabled):checked:hover ~ .label-text::after,
7150
7150
  .switch input:not(:disabled):checked:hover ~ label::after {
7151
7151
  background-color: #2578a9; }
@@ -7211,7 +7211,7 @@ html[dir='rtl'] .switch input:checked ~ label::after {
7211
7211
  overflow: auto;
7212
7212
  width: 100%; }
7213
7213
  .ids-virtual-scroll:focus {
7214
- border: solid 1px #368ac0;
7214
+ border: solid 1px #50535A;
7215
7215
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
7216
7216
  outline: none;
7217
7217
  outline-color: transparent; }
@@ -7270,7 +7270,7 @@ html[dir='rtl'] .switch input:checked ~ label::after {
7270
7270
  .modal.about .modal-body:hover {
7271
7271
  border-color: #ABAEB7; }
7272
7272
  .modal.about .modal-body:focus, .modal.about .modal-body.focusbody {
7273
- border: solid 1px #368ac0;
7273
+ border: solid 1px #50535A;
7274
7274
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
7275
7275
  outline: none;
7276
7276
  outline-color: transparent; }
@@ -7345,10 +7345,10 @@ html[dir='rtl'] .modal.about .close-container {
7345
7345
  .btn-expander:focus {
7346
7346
  box-shadow: none; }
7347
7347
  .btn-expander:focus:not(.hide-focus) {
7348
- border-color: #368ac0;
7348
+ border-color: #50535A;
7349
7349
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7350
7350
  .btn-expander:focus:active {
7351
- background-color: #368ac0; }
7351
+ background-color: #50535A; }
7352
7352
  .btn-expander:active .icon {
7353
7353
  color: #ffffff; }
7354
7354
  .btn-expander:active .plus-minus::before, .btn-expander:active .plus-minus::after {
@@ -7500,10 +7500,10 @@ html[dir='rtl'] .modal.about .close-container {
7500
7500
  .accordion.panel .accordion-header {
7501
7501
  border-bottom-color: #212224; }
7502
7502
  .accordion.panel .accordion-header.is-focused:not(.hide-focus) {
7503
- border-bottom-color: #368ac0; }
7503
+ border-bottom-color: #50535A; }
7504
7504
  .accordion.panel .accordion-header.is-selected, .accordion.panel .accordion-header.is-selected:hover, .accordion.panel .accordion-header.is-focused.is-selected {
7505
- background-color: #368ac0;
7506
- border-bottom-color: #368ac0;
7505
+ background-color: #50535A;
7506
+ border-bottom-color: #50535A;
7507
7507
  color: #ffffff; }
7508
7508
  .accordion.panel .accordion-header.is-selected > a, .accordion.panel .accordion-header.is-selected:hover > a, .accordion.panel .accordion-header.is-focused.is-selected > a {
7509
7509
  color: #ffffff; }
@@ -7522,7 +7522,7 @@ html[dir='rtl'] .modal.about .close-container {
7522
7522
  .accordion.panel .accordion-header.is-selected [class^='btn']:focus:not(.hide-focus), .accordion.panel .accordion-header.is-selected:hover [class^='btn']:focus:not(.hide-focus), .accordion.panel .accordion-header.is-focused.is-selected [class^='btn']:focus:not(.hide-focus) {
7523
7523
  border: 1px solid #ffffff; }
7524
7524
  .accordion.panel .accordion-header.is-selected .accordion-header, .accordion.panel .accordion-header.is-selected:hover .accordion-header, .accordion.panel .accordion-header.is-focused.is-selected .accordion-header {
7525
- border-bottom-color: #368ac0; }
7525
+ border-bottom-color: #50535A; }
7526
7526
  .accordion.panel .accordion-header.filtered.has-filtered-children:not(:hover):not(.is-selected) > a {
7527
7527
  color: #5c5c5c; }
7528
7528
  .accordion.panel .accordion-header.filtered.has-filtered-children:not(:hover):not(.is-selected) > .icon {
@@ -7559,7 +7559,7 @@ html[dir='rtl'] .modal.about .close-container {
7559
7559
  .accordion.panel.alternate .accordion-header {
7560
7560
  border-bottom-color: #1C1819; }
7561
7561
  .accordion.panel.alternate .accordion-header.is-focused:not(.hide-focus) {
7562
- border-bottom-color: #368ac0; }
7562
+ border-bottom-color: #50535A; }
7563
7563
  .accordion.panel.alternate .accordion-pane {
7564
7564
  background-color: #1C1819; }
7565
7565
  .accordion.panel.alternate .accordion-pane .accordion-header {
@@ -7567,10 +7567,10 @@ html[dir='rtl'] .modal.about .close-container {
7567
7567
  .accordion.panel.alternate .accordion-pane .accordion-header:last-child {
7568
7568
  border-bottom-color: transparent; }
7569
7569
  .accordion.panel.alternate .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7570
- border-bottom-color: #368ac0;
7570
+ border-bottom-color: #50535A;
7571
7571
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7572
7572
  .accordion.panel.alternate .accordion-pane .accordion-header.is-selected, .accordion.panel.alternate .accordion-pane .accordion-header.is-selected:hover, .accordion.panel.alternate .accordion-pane .accordion-header.is-focused.is-selected {
7573
- border-bottom-color: #368ac0; }
7573
+ border-bottom-color: #50535A; }
7574
7574
  .accordion.panel.alternate .accordion-pane .accordion-header.has-filtered-children, .accordion.panel.alternate .accordion-pane .accordion-header.has-filtered-children.is-focused, .accordion.panel.alternate .accordion-pane .accordion-header.has-filtered-children.is-selected {
7575
7575
  background-color: transparent; }
7576
7576
  .accordion.panel.alternate .accordion-pane .accordion-content {
@@ -7594,7 +7594,7 @@ html[dir='rtl'] .modal.about .close-container {
7594
7594
  .accordion.panel.inverse .accordion-header.list-item.is-selected, .accordion.panel.inverse .accordion-header.list-item.is-selected:hover, .accordion.panel.inverse .accordion-header.list-item.is-focused.is-selected {
7595
7595
  color: #ffffff; }
7596
7596
  .accordion.panel.inverse .accordion-header.is-focused:not(.hide-focus) {
7597
- border-color: #368ac0; }
7597
+ border-color: #50535A; }
7598
7598
  .accordion.panel.inverse .accordion-header.is-selected, .accordion.panel.inverse .accordion-header.is-selected:hover, .accordion.panel.inverse .accordion-header.is-focused.is-selected {
7599
7599
  color: #ffffff; }
7600
7600
  .accordion.panel.inverse .accordion-header.is-selected .icon, .accordion.panel.inverse .accordion-header.is-selected:hover .icon, .accordion.panel.inverse .accordion-header.is-focused.is-selected .icon {
@@ -7622,7 +7622,7 @@ html[dir='rtl'] .modal.about .close-container {
7622
7622
  .accordion.panel.inverse .accordion-pane .accordion-header:last-child {
7623
7623
  border-bottom-color: transparent; }
7624
7624
  .accordion.panel.inverse .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7625
- border-bottom-color: #368ac0;
7625
+ border-bottom-color: #50535A;
7626
7626
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7627
7627
  .accordion.panel.inverse .accordion-pane .accordion-header.is-selected, .accordion.panel.inverse .accordion-pane .accordion-header.is-selected:hover, .accordion.panel.inverse .accordion-pane .accordion-header.is-focused.is-selected {
7628
7628
  color: #ffffff; }
@@ -7724,10 +7724,10 @@ html[dir='rtl'] .modal.about .close-container {
7724
7724
  .accordion-header > [class^='btn']:focus {
7725
7725
  box-shadow: none; }
7726
7726
  .accordion-header > [class^='btn']:focus:not(.hide-focus) {
7727
- border-color: #368ac0;
7727
+ border-color: #50535A;
7728
7728
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7729
7729
  .accordion-header > [class^='btn']:focus:active {
7730
- background-color: #368ac0; }
7730
+ background-color: #50535A; }
7731
7731
  .accordion-header > [class^='btn']:active .icon {
7732
7732
  color: #ffffff; }
7733
7733
  .accordion-header > [class^='btn']:active .plus-minus::before, .accordion-header > [class^='btn']:active .plus-minus::after {
@@ -7778,7 +7778,7 @@ html[dir='rtl'] .modal.about .close-container {
7778
7778
  .accordion-header:hover .icon.plus-minus::before, .accordion-header:hover .icon.plus-minus::after {
7779
7779
  background-color: #ffffff; }
7780
7780
  .accordion-header.is-focused:not(.hide-focus) {
7781
- border-color: #368ac0;
7781
+ border-color: #50535A;
7782
7782
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7783
7783
  .accordion-header.has-chevron > [class^='btn'] {
7784
7784
  padding: 0; }
@@ -7887,9 +7887,9 @@ html[dir='rtl'] .modal.about .close-container {
7887
7887
  .accordion-pane .accordion-header.list-item.is-disabled > a {
7888
7888
  color: #656871; }
7889
7889
  .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7890
- border-color: #368ac0; }
7890
+ border-color: #50535A; }
7891
7891
  .accordion-pane .accordion-header.is-focused:not(.hide-focus):last-child {
7892
- border-bottom-color: #368ac0; }
7892
+ border-bottom-color: #50535A; }
7893
7893
  .accordion-pane .accordion-header.is-selected.list-item::before, .accordion-pane .accordion-header.is-selected:hover.list-item::before, .accordion-pane .accordion-header.is-focused.is-selected.list-item::before {
7894
7894
  color: #ffffff !important; }
7895
7895
  .accordion-pane .accordion-header.is-disabled {
@@ -8899,7 +8899,7 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8899
8899
  right: auto; } }
8900
8900
 
8901
8901
  .popupmenu.autocomplete {
8902
- border: 1px solid #368ac0;
8902
+ border: 1px solid #50535A;
8903
8903
  border-radius: 0 0 3px 3px;
8904
8904
  border-top: 1px solid #888B94;
8905
8905
  box-shadow: 0 2px 5px 1px rgba(141, 201, 230, 0.3);
@@ -8915,7 +8915,7 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8915
8915
  .popupmenu.autocomplete li:hover {
8916
8916
  background-color: #656871; }
8917
8917
  .popupmenu.autocomplete li.is-selected {
8918
- background-color: #368ac0;
8918
+ background-color: #50535A;
8919
8919
  color: #ffffff; }
8920
8920
  .popupmenu.autocomplete + .arrow {
8921
8921
  display: none; }
@@ -8938,11 +8938,11 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8938
8938
 
8939
8939
  input.autocomplete.is-open {
8940
8940
  background-color: #313236;
8941
- border: 1px solid #368ac0;
8941
+ border: 1px solid #50535A;
8942
8942
  border-bottom: 1px solid #888B94;
8943
8943
  border-radius: 3px 3px 0 0; }
8944
8944
  input.autocomplete.is-open.is-ontop {
8945
- border: 1px solid #368ac0;
8945
+ border: 1px solid #50535A;
8946
8946
  border-radius: 0 0 3px 3px;
8947
8947
  border-top: 1px solid #888B94;
8948
8948
  box-shadow: 0 -2px 5px 1px rgba(141, 201, 230, 0.3); }
@@ -8970,7 +8970,7 @@ input.autocomplete.is-open {
8970
8970
  height: 75px;
8971
8971
  width: 75px; }
8972
8972
  .blockgrid .block img:focus {
8973
- border: solid 1px #368ac0;
8973
+ border: solid 1px #50535A;
8974
8974
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
8975
8975
  outline: none;
8976
8976
  outline-color: transparent; }
@@ -8984,27 +8984,27 @@ input.autocomplete.is-open {
8984
8984
  padding: 5%;
8985
8985
  padding-left: 45px; }
8986
8986
  .blockgrid .block.is-selected {
8987
- background-color: rgba(54, 138, 192, 0.3);
8988
- box-shadow: 0 0 0 1px rgba(54, 138, 192, 0.3); }
8987
+ background-color: rgba(80, 83, 90, 0.3);
8988
+ box-shadow: 0 0 0 1px rgba(80, 83, 90, 0.3); }
8989
8989
  .blockgrid .block.is-selectable {
8990
8990
  border: 1px transparent solid;
8991
8991
  border-radius: 3px;
8992
8992
  outline: none; }
8993
8993
  .blockgrid .block.is-selectable.is-selected {
8994
8994
  background-color: transparent;
8995
- border: 1px #368ac0 solid;
8996
- box-shadow: 0 0 0 1px #368ac0; }
8995
+ border: 1px #50535A solid;
8996
+ box-shadow: 0 0 0 1px #50535A; }
8997
8997
  .blockgrid .block.is-selectable.is-selected:hover {
8998
8998
  background-color: transparent; }
8999
8999
  .blockgrid .block.is-selectable.is-selected input.checkbox + label {
9000
9000
  display: block; }
9001
9001
  .blockgrid .block.is-selectable.is-activated {
9002
- background-color: rgba(54, 138, 192, 0.3); }
9002
+ background-color: rgba(80, 83, 90, 0.3); }
9003
9003
  .blockgrid .block.is-selectable.is-activated.is-selected {
9004
- border: 1px #368ac0 solid;
9005
- box-shadow: 0 0 0 1px #368ac0; }
9004
+ border: 1px #50535A solid;
9005
+ box-shadow: 0 0 0 1px #50535A; }
9006
9006
  .blockgrid .block.is-selectable.is-activated:hover {
9007
- background-color: rgba(54, 138, 192, 0.3); }
9007
+ background-color: rgba(80, 83, 90, 0.3); }
9008
9008
  .blockgrid .block.is-selectable:hover {
9009
9009
  background-color: #50535A;
9010
9010
  border-radius: 3px;
@@ -9012,12 +9012,12 @@ input.autocomplete.is-open {
9012
9012
  .blockgrid .block.is-selectable:hover input.checkbox + label {
9013
9013
  display: block; }
9014
9014
  .blockgrid .block.is-selectable:focus {
9015
- border: 1px #368ac0 solid;
9015
+ border: 1px #50535A solid;
9016
9016
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
9017
9017
  .blockgrid .block.is-selectable:focus input.checkbox + label {
9018
9018
  display: block; }
9019
9019
  .blockgrid .block.is-selectable.has-focus {
9020
- border: 1px #368ac0 solid; }
9020
+ border: 1px #50535A solid; }
9021
9021
  .blockgrid .block input.checkbox:focus + label {
9022
9022
  display: block; }
9023
9023
  .blockgrid .block input.checkbox + label {
@@ -9340,7 +9340,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9340
9340
  margin-left: 0; }
9341
9341
 
9342
9342
  .cards.single .card.is-selectable:focus-visible {
9343
- border: solid 1px #368ac0;
9343
+ border: solid 1px #50535A;
9344
9344
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
9345
9345
  outline: none;
9346
9346
  outline-color: transparent; }
@@ -9348,7 +9348,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9348
9348
  .cards .card {
9349
9349
  cursor: pointer; }
9350
9350
  .cards .card.is-selected {
9351
- background-color: rgba(54, 138, 192, 0.3);
9351
+ background-color: rgba(80, 83, 90, 0.3);
9352
9352
  border: 2px solid #368ac0; }
9353
9353
  .cards .card.is-selected .card-content {
9354
9354
  border: none; }
@@ -9580,7 +9580,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9580
9580
  .card.expandable-area .btn-expander:focus:not(.hide-focus),
9581
9581
  .small-widget.expandable-area .btn-expander:focus:not(.hide-focus),
9582
9582
  .widget.expandable-area .btn-expander:focus:not(.hide-focus) {
9583
- border-color: #368ac0; }
9583
+ border-color: #50535A; }
9584
9584
  .card.editable-hover-border,
9585
9585
  .small-widget.editable-hover-border,
9586
9586
  .widget.editable-hover-border {
@@ -10150,18 +10150,18 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
10150
10150
  .widget-header [class^='btn'].is-selected,
10151
10151
  .widget-header [class^='btn'].is-selected:focus,
10152
10152
  .widget-header [class^='btn'].is-selected:hover {
10153
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0;
10154
- color: #368ac0; }
10153
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A;
10154
+ color: #50535A; }
10155
10155
  .card-header [class^='btn'].is-selected span, .card-header [class^='btn'].is-selected:focus span, .card-header [class^='btn'].is-selected:hover span,
10156
10156
  .widget-header [class^='btn'].is-selected span,
10157
10157
  .widget-header [class^='btn'].is-selected:focus span,
10158
10158
  .widget-header [class^='btn'].is-selected:hover span {
10159
- color: #368ac0; }
10159
+ color: #50535A; }
10160
10160
  .card-header [class^='btn'].is-selected .icon, .card-header [class^='btn'].is-selected:focus .icon, .card-header [class^='btn'].is-selected:hover .icon,
10161
10161
  .widget-header [class^='btn'].is-selected .icon,
10162
10162
  .widget-header [class^='btn'].is-selected:focus .icon,
10163
10163
  .widget-header [class^='btn'].is-selected:hover .icon {
10164
- color: #368ac0; }
10164
+ color: #50535A; }
10165
10165
  .card-header > h2,
10166
10166
  .card-header > h1,
10167
10167
  .card-header > button,
@@ -10335,7 +10335,7 @@ a.btn.card {
10335
10335
  min-height: 50px; }
10336
10336
  button.btn.card:focus:not(.hide-focus),
10337
10337
  a.btn.card:focus:not(.hide-focus) {
10338
- box-shadow: 0 0 0 2px #313236, 0 0 0 3px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
10338
+ box-shadow: 0 0 0 2px #313236, 0 0 0 3px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
10339
10339
 
10340
10340
  a.btn.card {
10341
10341
  align-items: center;
@@ -10402,7 +10402,7 @@ html[dir='rtl'] .widget-content .widget-group-action {
10402
10402
  display: none; }
10403
10403
  .circlepager.is-active .btn-next,
10404
10404
  .circlepager.is-active .btn-previous {
10405
- border: 1px solid #999999;
10405
+ border: 1px solid #414247;
10406
10406
  border-radius: 50%;
10407
10407
  display: none;
10408
10408
  height: 32px;
@@ -10473,16 +10473,16 @@ html[dir='rtl'] .widget-content .widget-group-action {
10473
10473
  border-color: #C8CBD4; }
10474
10474
  .circlepager.is-active .circlepager-controls .control-button:focus::before {
10475
10475
  background-color: transparent;
10476
- border-color: #368ac0; }
10476
+ border-color: #50535A; }
10477
10477
  .circlepager.is-active .circlepager-controls .control-button.is-active::before {
10478
- background-color: #368ac0;
10479
- border-color: #368ac0; }
10478
+ background-color: #50535A;
10479
+ border-color: #50535A; }
10480
10480
  .circlepager.is-active .circlepager-controls .control-button.is-active:hover::before {
10481
- background-color: #368ac0;
10482
- border-color: #368ac0; }
10481
+ background-color: #50535A;
10482
+ border-color: #50535A; }
10483
10483
  .circlepager.is-active .circlepager-controls .control-button.is-active:focus::before {
10484
- background-color: #368ac0;
10485
- border-color: #368ac0; }
10484
+ background-color: #50535A;
10485
+ border-color: #50535A; }
10486
10486
  .circlepager.is-active .circlepager-controls .control-button[disabled], .circlepager.is-active .circlepager-controls .control-button.is-disable {
10487
10487
  background-color: transparent;
10488
10488
  border-color: #656871; }
@@ -10518,9 +10518,9 @@ html[dir='rtl'] .widget-content .widget-group-action {
10518
10518
  .circlepager.is-bullets-nav-hidden .controls .control-button::before {
10519
10519
  display: none; }
10520
10520
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active {
10521
- border: 1px solid #999999;
10521
+ border: 1px solid #414247;
10522
10522
  border-radius: 2px;
10523
- color: #999999;
10523
+ color: #414247;
10524
10524
  cursor: default;
10525
10525
  display: inline-block;
10526
10526
  height: auto;
@@ -10528,10 +10528,10 @@ html[dir='rtl'] .widget-content .widget-group-action {
10528
10528
  width: auto; }
10529
10529
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active:hover {
10530
10530
  background-color: #1C1819;
10531
- border-color: #999999; }
10531
+ border-color: #414247; }
10532
10532
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active:focus {
10533
10533
  background-color: #1C1819;
10534
- border-color: #999999; }
10534
+ border-color: #414247; }
10535
10535
 
10536
10536
  .card .card-footer .circlepager-controls,
10537
10537
  .widget .widget-footer .circlepager-controls {
@@ -10587,19 +10587,19 @@ html[dir='rtl'] .widget-content .widget-group-action {
10587
10587
  .card .card-footer .circlepager-controls .control-button:focus::before,
10588
10588
  .widget .widget-footer .circlepager-controls .control-button:focus::before {
10589
10589
  background-color: transparent;
10590
- border-color: #368ac0; }
10590
+ border-color: #50535A; }
10591
10591
  .card .card-footer .circlepager-controls .control-button.is-active::before,
10592
10592
  .widget .widget-footer .circlepager-controls .control-button.is-active::before {
10593
- background-color: #368ac0;
10594
- border-color: #368ac0; }
10593
+ background-color: #50535A;
10594
+ border-color: #50535A; }
10595
10595
  .card .card-footer .circlepager-controls .control-button.is-active:hover::before,
10596
10596
  .widget .widget-footer .circlepager-controls .control-button.is-active:hover::before {
10597
- background-color: #368ac0;
10598
- border-color: #368ac0; }
10597
+ background-color: #50535A;
10598
+ border-color: #50535A; }
10599
10599
  .card .card-footer .circlepager-controls .control-button.is-active:focus::before,
10600
10600
  .widget .widget-footer .circlepager-controls .control-button.is-active:focus::before {
10601
- background-color: #368ac0;
10602
- border-color: #368ac0; }
10601
+ background-color: #50535A;
10602
+ border-color: #50535A; }
10603
10603
  .card .card-footer .circlepager-controls .control-button[disabled], .card .card-footer .circlepager-controls .control-button.is-disable,
10604
10604
  .widget .widget-footer .circlepager-controls .control-button[disabled],
10605
10605
  .widget .widget-footer .circlepager-controls .control-button.is-disable {
@@ -10827,7 +10827,7 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
10827
10827
  -o-transform: rotate(45deg);
10828
10828
  -ms-transform: rotate(45deg);
10829
10829
  transform: rotate(45deg);
10830
- border-color: #368ac0 #368ac0 #368ac0 transparent;
10830
+ border-color: #50535A #50535A #50535A transparent;
10831
10831
  border-style: solid;
10832
10832
  border-width: 0 2px 2px 0;
10833
10833
  content: '';
@@ -10858,8 +10858,8 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
10858
10858
  margin-top: 0;
10859
10859
  top: 8px; }
10860
10860
  .popupmenu li.is-multiselectable.is-checked::before {
10861
- background-color: #368ac0;
10862
- border-color: #368ac0;
10861
+ background-color: #50535A;
10862
+ border-color: #50535A;
10863
10863
  margin-left: 7px;
10864
10864
  margin-top: 0;
10865
10865
  top: 8px; }
@@ -11034,8 +11034,8 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
11034
11034
  margin-top: 0;
11035
11035
  top: 8px; }
11036
11036
  .popupmenu.is-multiselectable li.is-checked::before {
11037
- background-color: #368ac0;
11038
- border-color: #368ac0;
11037
+ background-color: #50535A;
11038
+ border-color: #50535A;
11039
11039
  margin-left: 7px;
11040
11040
  margin-top: 0;
11041
11041
  top: 8px; }
@@ -11223,7 +11223,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11223
11223
  position: absolute;
11224
11224
  right: 0; }
11225
11225
  .colorpicker-container.is-focused {
11226
- border-color: #368ac0;
11226
+ border-color: #50535A;
11227
11227
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
11228
11228
  .colorpicker-container:hover:not(.is-focused):not(.is-open):not(.is-disabled) {
11229
11229
  border-color: #C8CBD4; }
@@ -11263,12 +11263,12 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11263
11263
  color: #ABAEB7;
11264
11264
  cursor: pointer; }
11265
11265
  .colorpicker-container.is-readonly.is-focused {
11266
- border-color: #368ac0 !important; }
11266
+ border-color: #50535A !important; }
11267
11267
  .colorpicker-container.is-readonly .icon:not(.icon-error) {
11268
11268
  color: #888B94;
11269
11269
  cursor: default; }
11270
11270
  .colorpicker-container.is-open {
11271
- border-color: #368ac0; }
11271
+ border-color: #50535A; }
11272
11272
  .colorpicker-container .trigger {
11273
11273
  cursor: pointer;
11274
11274
  display: inline-block;
@@ -11303,9 +11303,9 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11303
11303
  top: 9px;
11304
11304
  width: 16px; }
11305
11305
  .colorpicker-container .swatch:hover:not(:disabled) .icon {
11306
- color: #368ac0; }
11306
+ color: #50535A; }
11307
11307
  .colorpicker-container .swatch:active .icon {
11308
- color: #368ac0; }
11308
+ color: #50535A; }
11309
11309
  .colorpicker-container .swatch.is-empty, .colorpicker-container .swatch.is-invalid {
11310
11310
  background-color: #ffffff;
11311
11311
  border: 1px solid #888B94; }
@@ -11354,7 +11354,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11354
11354
  padding: 0; }
11355
11355
  .popupmenu.colorpicker li a:focus {
11356
11356
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
11357
- outline: 1px solid #368ac0; }
11357
+ outline: 1px solid #50535A; }
11358
11358
  .popupmenu.colorpicker li a.is-selected::after {
11359
11359
  -webkit-transform: scaleX(-1) rotate(135deg);
11360
11360
  -moz-transform: scaleX(-1) rotate(135deg);
@@ -11377,7 +11377,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11377
11377
  .popupmenu.colorpicker.popupmenu-short.has-icons li a {
11378
11378
  padding: 0; }
11379
11379
  .popupmenu.colorpicker .swatch {
11380
- background-color: #999999;
11380
+ background-color: #414247;
11381
11381
  display: block;
11382
11382
  height: 20px;
11383
11383
  width: 20px; }
@@ -11534,11 +11534,11 @@ html[dir='rtl'] .popupmenu.colorpicker li a {
11534
11534
  color: #ffffff; }
11535
11535
  .datepicker + .trigger:active,
11536
11536
  .datepicker + .tooltip-description + .trigger:active {
11537
- color: #368ac0; }
11537
+ color: #50535A; }
11538
11538
  .datepicker.is-open {
11539
- border-color: #368ac0; }
11539
+ border-color: #50535A; }
11540
11540
  .datepicker.is-open + .trigger {
11541
- color: #368ac0; }
11541
+ color: #50535A; }
11542
11542
  .datepicker + .trigger + .icon-error {
11543
11543
  margin-left: -50px; }
11544
11544
  .datepicker + .audible + .trigger + .icon-error {
@@ -11569,7 +11569,7 @@ html[dir='rtl'] .popupmenu.colorpicker li a {
11569
11569
  transition: none; }
11570
11570
  .monthview-popup.popover.is-range-week tr:focus {
11571
11571
  border-radius: 50px;
11572
- box-shadow: 0 0 0 1px #368ac0;
11572
+ box-shadow: 0 0 0 1px #50535A;
11573
11573
  outline: none; }
11574
11574
  .monthview-popup.popover .tooltip-content {
11575
11575
  padding: 0; }
@@ -11765,11 +11765,11 @@ div.multiselect {
11765
11765
  color: #ff9426; }
11766
11766
  div.dropdown.is-placeholder.info,
11767
11767
  div.multiselect.is-placeholder.info {
11768
- color: #368ac0; }
11768
+ color: #50535A; }
11769
11769
  div.dropdown:focus, div.dropdown.is-focused,
11770
11770
  div.multiselect:focus,
11771
11771
  div.multiselect.is-focused {
11772
- border: solid 1px #368ac0;
11772
+ border: solid 1px #50535A;
11773
11773
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
11774
11774
  outline: none;
11775
11775
  outline-color: transparent; }
@@ -11797,10 +11797,10 @@ div.multiselect {
11797
11797
  color: #ffffff !important; }
11798
11798
  div.dropdown.info,
11799
11799
  div.multiselect.info {
11800
- border-color: #368ac0; }
11800
+ border-color: #50535A; }
11801
11801
  div.dropdown.info:focus,
11802
11802
  div.multiselect.info:focus {
11803
- border-color: #368ac0 !important;
11803
+ border-color: #50535A !important;
11804
11804
  color: #ffffff !important; }
11805
11805
  div.dropdown.text-align-reverse,
11806
11806
  div.multiselect.text-align-reverse {
@@ -11881,10 +11881,10 @@ div.multiselect {
11881
11881
  cursor: default; }
11882
11882
  div.dropdown:active:not([disabled]):not(.is-disabled):not(.is-readonly),
11883
11883
  div.multiselect:active:not([disabled]):not(.is-disabled):not(.is-readonly) {
11884
- border-color: #368ac0; }
11884
+ border-color: #50535A; }
11885
11885
  div.dropdown:active:not([disabled]):not(.is-disabled):not(.is-readonly) + .icon,
11886
11886
  div.multiselect:active:not([disabled]):not(.is-disabled):not(.is-readonly) + .icon {
11887
- color: #368ac0; }
11887
+ color: #50535A; }
11888
11888
  div.dropdown:hover:not([disabled]):not(.is-disabled):not(.is-readonly):not(.is-open):not(.error),
11889
11889
  div.multiselect:hover:not([disabled]):not(.is-disabled):not(.is-readonly):not(.is-open):not(.error) {
11890
11890
  border-color: #ffffff; }
@@ -11919,7 +11919,7 @@ div.multiselect {
11919
11919
  color: #888B94; }
11920
11920
  div.dropdown:focus,
11921
11921
  div.multiselect:focus {
11922
- border-color: #368ac0 !important; }
11922
+ border-color: #50535A !important; }
11923
11923
  div.dropdown.has-tags,
11924
11924
  div.multiselect.has-tags {
11925
11925
  line-height: normal;
@@ -11962,7 +11962,7 @@ div.multiselect {
11962
11962
  -o-user-select: none;
11963
11963
  user-select: none;
11964
11964
  background-color: transparent;
11965
- border: 1px solid #368ac0;
11965
+ border: 1px solid #50535A;
11966
11966
  border-radius: 3px;
11967
11967
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 4px 2px rgba(141, 201, 230, 0.3);
11968
11968
  font-size: 1.4rem;
@@ -12039,11 +12039,11 @@ div.multiselect {
12039
12039
  background-color: #656871;
12040
12040
  outline: none; }
12041
12041
  .dropdown-list li.is-focused:not(.is-disabled) {
12042
- background-color: #368ac0; }
12042
+ background-color: #50535A; }
12043
12043
  .dropdown-list li.is-focused:not(.is-disabled) a {
12044
12044
  color: #ffffff; }
12045
12045
  .dropdown-list li.is-focused:not(.is-disabled).is-selected {
12046
- background-color: #368ac0; }
12046
+ background-color: #50535A; }
12047
12047
  .dropdown-list li.is-focused:not(.is-disabled).is-selected a {
12048
12048
  color: #ffffff; }
12049
12049
  .dropdown-list li.is-focused:not(.is-disabled) .listoption-icon {
@@ -12051,7 +12051,7 @@ div.multiselect {
12051
12051
  .dropdown-list li.is-focused:not(.is-disabled) .badge {
12052
12052
  background-color: #ffffff;
12053
12053
  border-color: #ffffff;
12054
- color: #368ac0 !important; }
12054
+ color: #50535A !important; }
12055
12055
  .dropdown-list li .listoption-icon {
12056
12056
  color: #DEE1E8;
12057
12057
  height: 16px;
@@ -12166,8 +12166,8 @@ div.multiselect {
12166
12166
  .dropdown-list.multiple li.is-focused:not(.is-disabled) > a {
12167
12167
  color: #DEE1E8; }
12168
12168
  .dropdown-list.multiple li.is-selected::before {
12169
- background-color: #368ac0;
12170
- border-color: #368ac0; }
12169
+ background-color: #50535A;
12170
+ border-color: #50535A; }
12171
12171
  .dropdown-list.multiple li.is-selected::after {
12172
12172
  -webkit-transform: scaleX(-1) rotate(135deg);
12173
12173
  -moz-transform: scaleX(-1) rotate(135deg);
@@ -12871,9 +12871,9 @@ html[dir='rtl'].is-firefox div.multiselect.has-tags {
12871
12871
  display: none !important; }
12872
12872
 
12873
12873
  .icon-empty-state {
12874
- color: #368ac0;
12874
+ color: #50535A;
12875
12875
  display: inline-block;
12876
- fill: #368ac0;
12876
+ fill: #50535A;
12877
12877
  height: 65px;
12878
12878
  position: relative;
12879
12879
  width: 65px; }
@@ -13232,7 +13232,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13232
13232
  .field-options ~ .btn-actions:hover {
13233
13233
  opacity: 1; }
13234
13234
  .field-options ~ .btn-actions.is-active {
13235
- border-color: #368ac0;
13235
+ border-color: #50535A;
13236
13236
  opacity: 1; }
13237
13237
  .field-options ~ .btn-actions:focus, .field-options ~ .btn-actions:active {
13238
13238
  color: transparent;
@@ -13240,7 +13240,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13240
13240
  .field-options ~ .btn-actions:focus:not(.hide-focus) {
13241
13241
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13242
13242
  .field-options ~ .btn-actions:focus:not(.hide-focus) .icon {
13243
- color: #368ac0; }
13243
+ color: #50535A; }
13244
13244
  .field-options ~ a.btn-actions {
13245
13245
  display: inline;
13246
13246
  padding: 0 5px; }
@@ -13321,7 +13321,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13321
13321
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):hover {
13322
13322
  opacity: 1; }
13323
13323
  .field.is-fieldoptions .btn-actions:not(.is-checkbox).is-active {
13324
- border-color: #368ac0;
13324
+ border-color: #50535A;
13325
13325
  opacity: 1; }
13326
13326
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus, .field.is-fieldoptions .btn-actions:not(.is-checkbox):active {
13327
13327
  color: transparent;
@@ -13329,7 +13329,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13329
13329
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus:not(.hide-focus) {
13330
13330
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13331
13331
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus:not(.hide-focus) .icon {
13332
- color: #368ac0; }
13332
+ color: #50535A; }
13333
13333
 
13334
13334
  .field.is-fieldoptions .colorpicker-container ~ .btn-actions {
13335
13335
  left: -10px;
@@ -13566,7 +13566,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13566
13566
  padding-bottom: 9px;
13567
13567
  padding-top: 6px; }
13568
13568
  .summary-form .data.field-options:focus, .summary-form .data.field-options:active {
13569
- border: solid 1px #368ac0;
13569
+ border: solid 1px #50535A;
13570
13570
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
13571
13571
  outline: none;
13572
13572
  outline-color: transparent; }
@@ -13587,9 +13587,9 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13587
13587
  width: 16px; }
13588
13588
 
13589
13589
  .radio-group.is-active .field-options {
13590
- border-color: #368ac0; }
13590
+ border-color: #50535A; }
13591
13591
  .radio-group.is-active .field-options.is-focused {
13592
- border: solid 1px #368ac0;
13592
+ border: solid 1px #50535A;
13593
13593
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
13594
13594
  outline: none;
13595
13595
  outline-color: transparent; }
@@ -13605,14 +13605,14 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13605
13605
 
13606
13606
  .field.is-active div.dropdown:not(.is-open),
13607
13607
  .field.is-active .field-options:not([disabled]):not(.colorpicker):not(.spinbox) {
13608
- border-color: #368ac0; }
13608
+ border-color: #50535A; }
13609
13609
 
13610
13610
  .field.is-active .colorpicker-container {
13611
- border-color: #368ac0; }
13611
+ border-color: #50535A; }
13612
13612
 
13613
13613
  .field.is-active .spinbox-wrapper > .spinbox,
13614
13614
  .field.is-active .spinbox-wrapper > .spinbox-control {
13615
- border-color: #368ac0; }
13615
+ border-color: #50535A; }
13616
13616
 
13617
13617
  .field.is-active .spinbox-wrapper.is-focused .down {
13618
13618
  box-shadow: -3px 0 3px 0 rgba(141, 201, 230, 0.3), 0 3px 3px 0 rgba(141, 201, 230, 0.3), 0 -3px 3px 0 rgba(141, 201, 230, 0.3); }
@@ -13627,7 +13627,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13627
13627
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13628
13628
 
13629
13629
  .field.is-active .btn-actions {
13630
- border-color: #368ac0;
13630
+ border-color: #50535A;
13631
13631
  opacity: 1; }
13632
13632
 
13633
13633
  .is-firefox .field-options ~ .btn-actions {
@@ -14060,7 +14060,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14060
14060
  color: #ffffff; }
14061
14061
  .field-fileupload .trigger:active .icon,
14062
14062
  .field-fileupload .trigger-close:active .icon {
14063
- color: #368ac0; }
14063
+ color: #50535A; }
14064
14064
 
14065
14065
  .field-fileupload label.fileupload {
14066
14066
  display: inline-block; }
@@ -14124,14 +14124,14 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14124
14124
  color: #bdbdbd;
14125
14125
  cursor: default; }
14126
14126
  .fileupload-wrapper.is-disabled .container.drop-area .icon {
14127
- color: #999999;
14127
+ color: #414247;
14128
14128
  cursor: default; }
14129
14129
  .fileupload-wrapper.is-disabled .container.drop-area:hover {
14130
14130
  background-color: #f0f0f0;
14131
14131
  border: 1px dashed #bdbdbd;
14132
14132
  color: #bdbdbd; }
14133
14133
  .fileupload-wrapper.is-disabled .container.drop-area:hover .icon {
14134
- color: #999999;
14134
+ color: #414247;
14135
14135
  cursor: default; }
14136
14136
  .fileupload-wrapper .container {
14137
14137
  border: 1px dashed #656871;
@@ -14178,7 +14178,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14178
14178
  border-color: transparent;
14179
14179
  box-shadow: none; }
14180
14180
  .fileupload-wrapper .container.drop-area.is-focus .hyperlink {
14181
- border-color: #368ac0;
14181
+ border-color: #50535A;
14182
14182
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14183
14183
  .fileupload-wrapper .container.drop-area .icon {
14184
14184
  color: #888B94; }
@@ -14193,7 +14193,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14193
14193
  color: #737373; }
14194
14194
  .fileupload-wrapper .container.drop-area.hover {
14195
14195
  background-color: rgba(28, 24, 25, 0.3);
14196
- border-color: #368ac0;
14196
+ border-color: #50535A;
14197
14197
  color: #737373; }
14198
14198
  .fileupload-wrapper .container.drop-area.hover .icon {
14199
14199
  color: #737373; }
@@ -14588,7 +14588,7 @@ html[dir='rtl'] .btn.fontpicker {
14588
14588
  background-color: #313236;
14589
14589
  border-color: #313236; }
14590
14590
  .subheader .go-button:not(.hide-focus) {
14591
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14591
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14592
14592
  .subheader .full-searchfield-container .searchfield-wrapper.context.has-focus .searchfield,
14593
14593
  .subheader .full-searchfield-container .searchfield-wrapper.context.has-focus .btn {
14594
14594
  border-color: #888B94; }
@@ -15135,7 +15135,7 @@ html[dir='rtl'] .header .flex-toolbar .toolbar-section.search-categories.search
15135
15135
  min-width: 55px;
15136
15136
  width: 55px; }
15137
15137
  .hierarchy .leaf .image-placeholder {
15138
- border: 2px solid #999999; }
15138
+ border: 2px solid #414247; }
15139
15139
  .hierarchy .leaf .detail {
15140
15140
  flex-grow: 1;
15141
15141
  margin-left: 20px;
@@ -15370,7 +15370,7 @@ html[dir='rtl'] .header .flex-toolbar .toolbar-section.search-categories.search
15370
15370
  .hierarchy.layout-is-paging .chart .back {
15371
15371
  position: relative; }
15372
15372
  .hierarchy.layout-is-paging .chart .back button {
15373
- background: #368ac0;
15373
+ background: #50535A;
15374
15374
  color: #ffffff;
15375
15375
  display: block;
15376
15376
  margin: 0 0 0 122px;
@@ -15897,9 +15897,9 @@ html[dir='rtl'] .hierarchy .sub-level {
15897
15897
  color: #ffffff;
15898
15898
  display: inline-block; }
15899
15899
  .listbuilder .listview li:hover:not(.is-disabled):not(.is-selected):focus, .listbuilder .listview li:focus:not(.is-disabled):not(.is-selected):focus {
15900
- border-color: #368ac0; }
15900
+ border-color: #50535A; }
15901
15901
  .listbuilder .listview li.is-selected {
15902
- background-color: #368ac0 !important; }
15902
+ background-color: #50535A !important; }
15903
15903
  .listbuilder .listview li.is-selected.is-disabled {
15904
15904
  background-color: #50535A; }
15905
15905
  .listbuilder .listview li.is-selected .edit-input {
@@ -15914,12 +15914,12 @@ html[dir='rtl'] .hierarchy .sub-level {
15914
15914
  color: #ffffff;
15915
15915
  font-weight: 700; }
15916
15916
  .listbuilder .listview li.is-selected:hover:not(.is-disabled), .listbuilder .listview li.is-selected:focus:not(.is-disabled) {
15917
- background-color: #368ac0; }
15917
+ background-color: #50535A; }
15918
15918
  .listbuilder .listview li.is-selected:hover:not(.is-disabled) .handle, .listbuilder .listview li.is-selected:focus:not(.is-disabled) .handle {
15919
15919
  color: #ffffff;
15920
15920
  display: inline-block; }
15921
15921
  .listbuilder .listview li.is-selected:hover:not(.is-disabled):focus, .listbuilder .listview li.is-selected:focus:not(.is-disabled):focus {
15922
- border-color: #368ac0; }
15922
+ border-color: #50535A; }
15923
15923
  .listbuilder .listview li.is-editing {
15924
15924
  outline-style: none;
15925
15925
  -webkit-touch-callout: auto;
@@ -15958,7 +15958,7 @@ html[dir='rtl'] .hierarchy .sub-level {
15958
15958
  .pager-toolbar > li > .btn-icon {
15959
15959
  border: 1px solid transparent;
15960
15960
  border-radius: 2px;
15961
- color: #368ac0;
15961
+ color: #50535A;
15962
15962
  cursor: pointer;
15963
15963
  height: 28px;
15964
15964
  margin: 0 2px;
@@ -15974,7 +15974,7 @@ html[dir='rtl'] .hierarchy .sub-level {
15974
15974
  .pager-toolbar > li > .btn-icon[disabled] .icon {
15975
15975
  color: #50535A; }
15976
15976
  .pager-toolbar > li > .btn-icon:focus {
15977
- border: 1px solid #368ac0;
15977
+ border: 1px solid #50535A;
15978
15978
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
15979
15979
  .pager-toolbar > li > .btn-icon .audible {
15980
15980
  color: #ffffff; }
@@ -15990,14 +15990,14 @@ html[dir='rtl'] .hierarchy .sub-level {
15990
15990
  min-width: 19px;
15991
15991
  width: auto; }
15992
15992
  .pager-toolbar > li.pager-no:hover > .btn-icon {
15993
- border-bottom: 1px solid #368ac0; }
15993
+ border-bottom: 1px solid #50535A; }
15994
15994
  .pager-toolbar > li.pager-no:hover > .btn-icon[disabled] {
15995
15995
  border-bottom: 1px solid transparent; }
15996
15996
  .pager-toolbar > li.selected > .btn-icon {
15997
15997
  color: #ffffff;
15998
15998
  font-weight: 700; }
15999
15999
  .pager-toolbar > li.selected:hover > .btn-icon {
16000
- border-bottom: 1px solid #368ac0; }
16000
+ border-bottom: 1px solid #50535A; }
16001
16001
  .pager-toolbar > li.selected:hover > .btn-icon:focus {
16002
16002
  border-bottom: 1px solid transparent; }
16003
16003
  .pager-toolbar > li:not(.selected) .btn-icon:not([disabled]):active svg, .pager-toolbar > li:not(.selected) .btn-icon:not([disabled]):hover svg {
@@ -16243,9 +16243,9 @@ html[dir='rtl'] .pager-pagesize {
16243
16243
  .searchfield-wrapper.context.has-categories > .searchfield {
16244
16244
  width: calc(100% - 39px); }
16245
16245
  .searchfield-wrapper.context.has-focus .btn {
16246
- border-color: #368ac0; }
16246
+ border-color: #50535A; }
16247
16247
  .searchfield-wrapper.context.has-focus .searchfield {
16248
- border-color: #368ac0; }
16248
+ border-color: #50535A; }
16249
16249
  .searchfield-wrapper.is-hovered .btn {
16250
16250
  border-color: #C8CBD4;
16251
16251
  color: #C8CBD4; }
@@ -16254,19 +16254,19 @@ html[dir='rtl'] .pager-pagesize {
16254
16254
  .searchfield-wrapper.has-focus:not(.toolbar-searchfield-wrapper) {
16255
16255
  box-shadow: 0 0 4px 1px rgba(54, 138, 192, 0.3); }
16256
16256
  .searchfield-wrapper.has-focus .btn {
16257
- border-color: #368ac0; }
16257
+ border-color: #50535A; }
16258
16258
  .searchfield-wrapper.has-focus .btn:focus, .searchfield-wrapper.has-focus .btn:active {
16259
- color: #368ac0; }
16259
+ color: #50535A; }
16260
16260
  .searchfield-wrapper.has-focus .btn:focus .icon, .searchfield-wrapper.has-focus .btn:active .icon {
16261
- color: #368ac0; }
16261
+ color: #50535A; }
16262
16262
  .searchfield-wrapper.has-focus .searchfield {
16263
- border-color: #368ac0; }
16263
+ border-color: #50535A; }
16264
16264
  .searchfield-wrapper.has-focus input:focus {
16265
16265
  box-shadow: none; }
16266
16266
  .searchfield-wrapper.has-focus.has-categories .searchfield {
16267
16267
  box-shadow: none; }
16268
16268
  .searchfield-wrapper.has-focus.has-categories.show-category .searchfield {
16269
- border-left-color: #368ac0; }
16269
+ border-left-color: #50535A; }
16270
16270
  .searchfield-wrapper.has-focus.has-categories.show-category .searchfield:focus {
16271
16271
  box-shadow: none; }
16272
16272
  .searchfield-wrapper.has-focus.has-go-button {
@@ -16303,9 +16303,9 @@ html[dir='rtl'] .pager-pagesize {
16303
16303
  .searchfield-wrapper .btn:focus {
16304
16304
  box-shadow: none; }
16305
16305
  .searchfield-wrapper .btn.is-open {
16306
- color: #368ac0; }
16306
+ color: #50535A; }
16307
16307
  .searchfield-wrapper .btn.is-open .icon {
16308
- color: #368ac0; }
16308
+ color: #50535A; }
16309
16309
  .searchfield-wrapper.has-categories > * {
16310
16310
  vertical-align: top; }
16311
16311
  .searchfield-wrapper.has-categories.show-category .btn {
@@ -16561,7 +16561,7 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16561
16561
  background-color: #50535A;
16562
16562
  outline: none; }
16563
16563
  .listview li:focus {
16564
- border-color: #69b5dd !important;
16564
+ border-color: #888B94 !important;
16565
16565
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
16566
16566
  outline: none; }
16567
16567
  .listview li.error, .listview li.alert, .listview li.border-color {
@@ -16740,16 +16740,16 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16740
16740
  background-color: inherit; }
16741
16741
  .listview li.is-selected:not(.hide-selected-color),
16742
16742
  .listview tr.is-selected:not(.hide-selected-color) {
16743
- background-color: rgba(54, 138, 192, 0.3); }
16743
+ background-color: rgba(80, 83, 90, 0.3); }
16744
16744
  .listview li.is-selected:not(.hide-selected-color):hover,
16745
16745
  .listview tr.is-selected:not(.hide-selected-color):hover {
16746
- background-color: rgba(54, 138, 192, 0.3); }
16746
+ background-color: rgba(80, 83, 90, 0.3); }
16747
16747
  .listview li.is-activated,
16748
16748
  .listview tr.is-activated {
16749
- background-color: rgba(54, 138, 192, 0.3); }
16749
+ background-color: rgba(80, 83, 90, 0.3); }
16750
16750
  .listview li.is-activated:hover,
16751
16751
  .listview tr.is-activated:hover {
16752
- background-color: rgba(54, 138, 192, 0.3); }
16752
+ background-color: rgba(80, 83, 90, 0.3); }
16753
16753
  .listview tr.is-selected td:first-child {
16754
16754
  padding: 13px 15px; }
16755
16755
  .listview .listview-checkbox {
@@ -16901,7 +16901,7 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16901
16901
  .listview-search .searchfield-wrapper.has-listview-filters .btn-icon.close svg.close {
16902
16902
  position: static; }
16903
16903
  .listview-search .searchfield-wrapper.has-focus input {
16904
- border: 1px solid #368ac0; }
16904
+ border: 1px solid #50535A; }
16905
16905
 
16906
16906
  .listview-search .searchfield-filter-wrapper {
16907
16907
  left: 0; }
@@ -17089,7 +17089,7 @@ html[dir='rtl'].is-firefox .listview .alert-text::before {
17089
17089
  .lookup-wrapper .lookup.is-not-editable:not([disabled]) + .trigger {
17090
17090
  cursor: pointer; }
17091
17091
  .lookup-wrapper .lookup.is-not-editable:focus {
17092
- border: solid 1px #368ac0;
17092
+ border: solid 1px #50535A;
17093
17093
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
17094
17094
  outline: none;
17095
17095
  outline-color: transparent; }
@@ -17380,7 +17380,7 @@ html[dir='rtl'][class*='theme-classic-'] .modal-content .toolbar .buttonset .sea
17380
17380
  height: 100%;
17381
17381
  margin-bottom: 0; }
17382
17382
  .masthead .toolbar .popupmenu li.is-checked > a::before {
17383
- border-color: #368ac0 #368ac0 #368ac0 transparent; }
17383
+ border-color: #50535A #50535A #50535A transparent; }
17384
17384
  .masthead .toolbar .title {
17385
17385
  height: 100%;
17386
17386
  padding: 0; }
@@ -17752,7 +17752,7 @@ body.modal-engaged .overlay {
17752
17752
  .modal-content h1.is-success .icon {
17753
17753
  color: #80ce4d; }
17754
17754
  .modal-content h1.is-info .icon {
17755
- color: #368ac0; }
17755
+ color: #50535A; }
17756
17756
  .modal-content h2 {
17757
17757
  font-size: 16px;
17758
17758
  font-size: 1.6rem;
@@ -17849,7 +17849,7 @@ body.modal-engaged .overlay {
17849
17849
  .modal-buttonset button:nth-child(1) {
17850
17850
  border-left: 1px solid transparent; }
17851
17851
  .modal-buttonset button:focus:not(.hide-focus) {
17852
- border: 1px solid #368ac0;
17852
+ border: 1px solid #50535A;
17853
17853
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
17854
17854
  outline: none;
17855
17855
  outline-color: transparent; }
@@ -17918,7 +17918,7 @@ html[dir='rtl'] .modal-buttonset button {
17918
17918
  html[dir='rtl'] .modal-buttonset button:last-child {
17919
17919
  border-left-color: transparent; }
17920
17920
  html[dir='rtl'] .modal-buttonset button:last-child:focus {
17921
- border-left-color: #368ac0; }
17921
+ border-left-color: #50535A; }
17922
17922
 
17923
17923
  html[dir='rtl'] .modal-content {
17924
17924
  padding: 0; }
@@ -18055,8 +18055,8 @@ html[dir='rtl'] .modal-content {
18055
18055
  background-color: #2578a9;
18056
18056
  border-color: #2578a9; }
18057
18057
  .process-indicator .display .separator.lighter {
18058
- background-color: #368ac0;
18059
- border-color: #368ac0; }
18058
+ background-color: #50535A;
18059
+ border-color: #50535A; }
18060
18060
  .process-indicator .display .separator.lightest {
18061
18061
  background-color: #54a1d3;
18062
18062
  border-color: #54a1d3; }
@@ -18191,7 +18191,7 @@ html[dir='rtl'] .modal-content {
18191
18191
  background-color: #2578a9;
18192
18192
  border: 0; }
18193
18193
  .indicator.lighter {
18194
- background-color: #368ac0;
18194
+ background-color: #50535A;
18195
18195
  border: 0; }
18196
18196
  .indicator.lightest {
18197
18197
  background-color: #54a1d3;
@@ -18444,7 +18444,7 @@ html[dir='rtl'] .indicator.more-info::before {
18444
18444
  -o-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18445
18445
  -ms-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18446
18446
  transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18447
- background: #368ac0;
18447
+ background: #50535A;
18448
18448
  border-radius: 4px;
18449
18449
  height: 6px;
18450
18450
  left: 0;
@@ -18483,10 +18483,10 @@ html[dir='rtl'] .progress .progress-bar {
18483
18483
  width: 22px; }
18484
18484
  .rating input:focus + label {
18485
18485
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
18486
- outline: #368ac0; }
18486
+ outline: #50535A; }
18487
18487
  .rating:not(.is-readonly) .inline input:active + svg.icon,
18488
18488
  .rating:not(.is-readonly) input:active + label > svg.icon {
18489
- color: #368ac0; }
18489
+ color: #50535A; }
18490
18490
 
18491
18491
  .rating-text {
18492
18492
  color: #888B94;
@@ -18497,7 +18497,7 @@ html[dir='rtl'] .progress .progress-bar {
18497
18497
 
18498
18498
  .rating:not(.is-readonly) .inline input:hover + svg.icon,
18499
18499
  .rating:not(.is-readonly) input:hover + label > svg.icon {
18500
- color: #368ac0; }
18500
+ color: #50535A; }
18501
18501
 
18502
18502
  .rating .inline .is-filled + svg.icon,
18503
18503
  .rating .is-filled + label > svg.icon {
@@ -18669,11 +18669,11 @@ html[dir='rtl'] .progress .progress-bar {
18669
18669
  background-color: #414247;
18670
18670
  border-bottom-color: #313236; }
18671
18671
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield::-webkit-input-placeholder {
18672
- color: #999999; }
18672
+ color: #414247; }
18673
18673
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield::-moz-placeholder {
18674
- color: #999999; }
18674
+ color: #414247; }
18675
18675
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield:-ms-input-placeholder {
18676
- color: #999999; }
18676
+ color: #414247; }
18677
18677
  .toolbar-searchfield-wrapper.active {
18678
18678
  /* stylelint-disable */
18679
18679
  /* stylelint-enable */ }
@@ -18693,7 +18693,7 @@ html[dir='rtl'] .progress .progress-bar {
18693
18693
  .toolbar-searchfield-wrapper.has-focus .searchfield {
18694
18694
  border-color: transparent; }
18695
18695
  .toolbar-searchfield-wrapper.has-focus .searchfield:focus {
18696
- border-color: #368ac0; }
18696
+ border-color: #50535a; }
18697
18697
  .toolbar-searchfield-wrapper.has-focus.active .inline ~ .icon {
18698
18698
  top: 15px; }
18699
18699
  .toolbar-searchfield-wrapper.has-focus.active.toolbar-searchfield-wrapper.has-categories .searchfield {
@@ -19302,7 +19302,7 @@ input[type='range'] {
19302
19302
  -webkit-user-select: none;
19303
19303
  width: 8px; }
19304
19304
  .slider-wrapper > .tick.complete::after {
19305
- background-color: #368ac0; }
19305
+ background-color: #50535A; }
19306
19306
  .slider-wrapper > .tick::after {
19307
19307
  background-color: #888B94;
19308
19308
  border-radius: 50%;
@@ -19359,8 +19359,8 @@ input[type='range'] {
19359
19359
  margin-left: 0; }
19360
19360
 
19361
19361
  .slider-handle {
19362
- background-color: #368ac0;
19363
- border: 6px solid #368ac0;
19362
+ background-color: #50535A;
19363
+ border: 6px solid #50535A;
19364
19364
  border-radius: 16px;
19365
19365
  box-shadow: 0 0 0 20px transparent;
19366
19366
  color: transparent;
@@ -19434,7 +19434,7 @@ input[type='range'] {
19434
19434
  .slider-handle:focus, .slider-handle:active {
19435
19435
  outline: 0; }
19436
19436
  .slider-handle:focus:not(.hide-focus), .slider-handle:active:not(.hide-focus) {
19437
- border-color: #368ac0; }
19437
+ border-color: #50535A; }
19438
19438
  .slider-handle:focus::before, .slider-handle:focus::after {
19439
19439
  -webkit-transform: scale(0.96);
19440
19440
  -moz-transform: scale(0.96);
@@ -19450,7 +19450,7 @@ input[type='range'] {
19450
19450
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
19451
19451
 
19452
19452
  .slider-range {
19453
- background-color: #368ac0;
19453
+ background-color: #50535A;
19454
19454
  cursor: pointer;
19455
19455
  display: block;
19456
19456
  position: absolute; }
@@ -19515,7 +19515,7 @@ input.spinbox {
19515
19515
  input.spinbox.is-hovered {
19516
19516
  border-color: #C8CBD4 !important; }
19517
19517
  input.spinbox.no-hover {
19518
- border-color: #368ac0 !important; }
19518
+ border-color: #50535A !important; }
19519
19519
 
19520
19520
  input[type='number'] {
19521
19521
  -moz-appearance: textfield; }
@@ -19596,9 +19596,9 @@ input::-webkit-inner-spin-button {
19596
19596
  .spinbox-wrapper.is-focused.is-disabled {
19597
19597
  box-shadow: none; }
19598
19598
  .spinbox-wrapper.is-focused > .spinbox-control {
19599
- border-color: #368ac0 !important; }
19599
+ border-color: #50535A !important; }
19600
19600
  .spinbox-wrapper.is-focused > .spinbox-control.is-active {
19601
- border-color: #368ac0;
19601
+ border-color: #50535A;
19602
19602
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
19603
19603
  .spinbox-wrapper.is-focused > .spinbox-control.is-disabled {
19604
19604
  background-color: transparent;
@@ -19694,9 +19694,9 @@ html[dir='rtl'] .spinbox-wrapper .icon-error {
19694
19694
  right: auto; }
19695
19695
 
19696
19696
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control {
19697
- border-color: #368ac0; }
19697
+ border-color: #50535A; }
19698
19698
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control.is-active {
19699
- border-color: #368ac0; }
19699
+ border-color: #50535A; }
19700
19700
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control.is-disabled {
19701
19701
  border-color: #656871; }
19702
19702
 
@@ -20040,19 +20040,19 @@ html[dir='rtl'] .splitter {
20040
20040
  color: #ffffff;
20041
20041
  display: inline-block; }
20042
20042
  .swaplist .is-multiselect li:hover:not(.is-disabled):not(.is-selected):focus, .swaplist .is-multiselect li:focus:not(.is-disabled):not(.is-selected):focus {
20043
- border-color: #368ac0; }
20043
+ border-color: #50535A; }
20044
20044
  .swaplist .is-multiselect li.is-selected {
20045
- background-color: #368ac0; }
20045
+ background-color: #50535A; }
20046
20046
  .swaplist .is-multiselect li.is-selected p {
20047
20047
  color: #ffffff;
20048
20048
  font-weight: 700; }
20049
20049
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled), .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled) {
20050
- background-color: #368ac0; }
20050
+ background-color: #50535A; }
20051
20051
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled) .handle, .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled) .handle {
20052
20052
  color: #ffffff;
20053
20053
  display: inline-block; }
20054
20054
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled):focus, .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled):focus {
20055
- border-color: #368ac0; }
20055
+ border-color: #50535A; }
20056
20056
  .swaplist .is-multiselect li.is-dragging {
20057
20057
  background-color: #f0f0f0;
20058
20058
  border: 1px solid transparent;
@@ -20066,7 +20066,7 @@ html[dir='rtl'] .splitter {
20066
20066
  border: 1px solid transparent;
20067
20067
  opacity: 0.4;
20068
20068
  padding: 9px 20px 8px;
20069
- background-color: #368ac0;
20069
+ background-color: #50535A;
20070
20070
  color: #ffffff;
20071
20071
  opacity: 0.7;
20072
20072
  position: fixed;
@@ -20093,7 +20093,7 @@ html[dir='rtl'] .splitter {
20093
20093
  border: 1px solid transparent;
20094
20094
  opacity: 0.4;
20095
20095
  padding: 9px 20px 8px;
20096
- background-color: #368ac0;
20096
+ background-color: #50535A;
20097
20097
  color: #ffffff;
20098
20098
  opacity: 0.7;
20099
20099
  position: fixed;
@@ -20299,7 +20299,7 @@ html[dir='rtl'] .swaplist .handle {
20299
20299
  -o-transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20300
20300
  -ms-transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20301
20301
  transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20302
- background-color: rgba(54, 138, 192, 0);
20302
+ background-color: rgba(80, 83, 90, 0);
20303
20303
  bottom: 0;
20304
20304
  display: inline-block;
20305
20305
  height: 3px;
@@ -20307,7 +20307,7 @@ html[dir='rtl'] .swaplist .handle {
20307
20307
  position: absolute;
20308
20308
  width: 20px; }
20309
20309
  .animated-bar.visible {
20310
- background-color: #368ac0; }
20310
+ background-color: #50535a; }
20311
20311
 
20312
20312
  .tab-focus-indicator {
20313
20313
  border: 1px solid transparent;
@@ -20321,7 +20321,7 @@ html[dir='rtl'] .swaplist .handle {
20321
20321
  pointer-events: none;
20322
20322
  z-index: 10; }
20323
20323
  .tab-focus-indicator.is-visible {
20324
- border-color: #368ac0;
20324
+ border-color: #50535A;
20325
20325
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
20326
20326
 
20327
20327
  .tab-panel {
@@ -20419,7 +20419,7 @@ html[dir='rtl'] .swaplist .handle {
20419
20419
  .tab-container.has-counts > .tab-list-container .tab-list .tab:hover {
20420
20420
  border-bottom: 5px solid #ffffff; }
20421
20421
  .tab-container.has-counts > .tab-list-container .tab-list .tab.is-selected {
20422
- border-bottom: 5px solid #368ac0; }
20422
+ border-bottom: 5px solid #50535A; }
20423
20423
 
20424
20424
  .tab-container.horizontal,
20425
20425
  .tab-container.header-tabs {
@@ -20564,7 +20564,7 @@ html[dir='rtl'] .swaplist .handle {
20564
20564
  border-bottom: 4px solid #ffffff; }
20565
20565
  .tab-container.horizontal > .tab-list-container .tab.is-selected,
20566
20566
  .tab-container.header-tabs > .tab-list-container .tab.is-selected {
20567
- border-bottom: 4px solid #368ac0; }
20567
+ border-bottom: 4px solid #50535A; }
20568
20568
  .tab-container.horizontal > .tab-list-container .tab:not(.separator):hover::before,
20569
20569
  .tab-container.header-tabs > .tab-list-container .tab:not(.separator):hover::before {
20570
20570
  background-color: #ffffff;
@@ -20575,7 +20575,7 @@ html[dir='rtl'] .swaplist .handle {
20575
20575
  width: calc(100% - 1px); }
20576
20576
  .tab-container.horizontal > .tab-list-container .tab.is-focused::after,
20577
20577
  .tab-container.header-tabs > .tab-list-container .tab.is-focused::after {
20578
- border-color: #368ac0; }
20578
+ border-color: #50535A; }
20579
20579
  .tab-container.horizontal > .tab-list-container .tab.is-disabled,
20580
20580
  .tab-container.header-tabs > .tab-list-container .tab.is-disabled {
20581
20581
  color: #656871 !important; }
@@ -20833,9 +20833,9 @@ html[dir='rtl'] .swaplist .handle {
20833
20833
  .tab-container.horizontal > .tab-list-container .tab:hover.is-disabled {
20834
20834
  color: #656871; }
20835
20835
  .tab-container.horizontal > .tab-list-container .tab.is-selected {
20836
- color: #368ac0; }
20836
+ color: #50535A; }
20837
20837
  .tab-container.horizontal > .tab-list-container .tab.is-selected .icon:not(.is-error):not(.icon-error) {
20838
- color: #368ac0; }
20838
+ color: #50535A; }
20839
20839
  .tab-container.horizontal .tab-more,
20840
20840
  .tab-container.horizontal .add-tab-button {
20841
20841
  background-color: transparent;
@@ -20854,7 +20854,7 @@ html[dir='rtl'] .swaplist .handle {
20854
20854
  .tab-container.horizontal .tab-more.is-open, .tab-container.horizontal .tab-more.is-selected,
20855
20855
  .tab-container.horizontal .add-tab-button.is-open,
20856
20856
  .tab-container.horizontal .add-tab-button.is-selected {
20857
- color: #368ac0; }
20857
+ color: #50535A; }
20858
20858
  .tab-container.horizontal .tab-more.is-open span, .tab-container.horizontal .tab-more.is-selected span,
20859
20859
  .tab-container.horizontal .add-tab-button.is-open span,
20860
20860
  .tab-container.horizontal .add-tab-button.is-selected span {
@@ -20862,7 +20862,7 @@ html[dir='rtl'] .swaplist .handle {
20862
20862
  .tab-container.horizontal .tab-more.is-open .icon:not(.is-error):not(.icon-error), .tab-container.horizontal .tab-more.is-selected .icon:not(.is-error):not(.icon-error),
20863
20863
  .tab-container.horizontal .add-tab-button.is-open .icon:not(.is-error):not(.icon-error),
20864
20864
  .tab-container.horizontal .add-tab-button.is-selected .icon:not(.is-error):not(.icon-error) {
20865
- color: #368ac0; }
20865
+ color: #50535A; }
20866
20866
  .tab-container.horizontal .tab-more {
20867
20867
  padding: 12px 4px 11px 14px; }
20868
20868
  .tab-container.horizontal .tab-more::before {
@@ -20892,10 +20892,10 @@ html[dir='rtl'] .swaplist .handle {
20892
20892
  margin-bottom: 20px; }
20893
20893
 
20894
20894
  .tab-panel-container .info-message .icon-info.icon {
20895
- color: #368ac0 !important; }
20895
+ color: #50535A !important; }
20896
20896
 
20897
20897
  .tab-panel-container .info-message .message-text {
20898
- color: #368ac0 !important; }
20898
+ color: #50535A !important; }
20899
20899
 
20900
20900
  html[dir='rtl'] .tab-container.horizontal::before {
20901
20901
  background-image: linear-gradient(to left, #313236, rgba(49, 50, 54, 0)); }
@@ -21045,11 +21045,11 @@ html[dir='rtl'] .tab-container.horizontal.alternate::after {
21045
21045
  .tab-container.vertical > .tab-list-container > .tab-list > .tab:hover a {
21046
21046
  text-decoration: none; }
21047
21047
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected {
21048
- background-color: #368ac0; }
21048
+ background-color: #50535A; }
21049
21049
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected a {
21050
21050
  color: #ffffff; }
21051
21051
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected:hover {
21052
- background-color: #368ac0; }
21052
+ background-color: #50535A; }
21053
21053
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected:hover a {
21054
21054
  color: #ffffff; }
21055
21055
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-disabled {
@@ -21115,11 +21115,11 @@ html[dir='rtl'] .tab-container.horizontal.alternate::after {
21115
21115
  .tab-container.vertical > .tab-list > .tab:hover a {
21116
21116
  text-decoration: none; }
21117
21117
  .tab-container.vertical > .tab-list > .tab.is-selected {
21118
- background-color: #368ac0; }
21118
+ background-color: #50535A; }
21119
21119
  .tab-container.vertical > .tab-list > .tab.is-selected a {
21120
21120
  color: #ffffff; }
21121
21121
  .tab-container.vertical > .tab-list > .tab.is-selected:hover {
21122
- background-color: #368ac0; }
21122
+ background-color: #50535A; }
21123
21123
  .tab-container.vertical > .tab-list > .tab.is-selected:hover a {
21124
21124
  color: #ffffff; }
21125
21125
  .tab-container.vertical > .tab-list > .tab.is-disabled {
@@ -21984,10 +21984,10 @@ html.is-firefox[dir='rtl'] .tab-container > .tab-list-container .tab .icon-alert
21984
21984
  .timeline .indicator {
21985
21985
  border: 2px solid #ABAEB7; }
21986
21986
  .timeline .indicator.processing {
21987
- border: 2px solid #368ac0; }
21987
+ border: 2px solid #50535A; }
21988
21988
  .timeline .indicator.complete {
21989
- background-color: #368ac0;
21990
- border: 2px solid #368ac0; }
21989
+ background-color: #50535A;
21990
+ border: 2px solid #50535A; }
21991
21991
 
21992
21992
  .timeline-block {
21993
21993
  margin-bottom: 20px;
@@ -22030,7 +22030,7 @@ html.is-firefox[dir='rtl'] .tab-container > .tab-list-container .tab .icon-alert
22030
22030
  .timeline-block .content {
22031
22031
  margin-left: 6em; }
22032
22032
  .timeline-block .content .heading {
22033
- color: #368ac0; }
22033
+ color: #50535A; }
22034
22034
 
22035
22035
  @media (min-width: 767px) {
22036
22036
  .timeline::before {
@@ -22125,16 +22125,16 @@ html[dir='rtl'] .timeline-block .content {
22125
22125
  color: #ffffff; }
22126
22126
  .timepicker + .trigger:active,
22127
22127
  .timepicker + .tooltip-description + .trigger:active {
22128
- color: #368ac0; }
22128
+ color: #50535A; }
22129
22129
  .timepicker ~ .icon-error {
22130
22130
  margin-left: -51px;
22131
22131
  right: auto !important; }
22132
22132
  .timepicker.error ~ .trigger {
22133
22133
  color: #e84f4f; }
22134
22134
  .timepicker.is-open {
22135
- border-color: #368ac0; }
22135
+ border-color: #50535A; }
22136
22136
  .timepicker.is-open + .trigger {
22137
- color: #368ac0; }
22137
+ color: #50535A; }
22138
22138
  .timepicker + .trigger + .icon-error {
22139
22139
  right: 50px; }
22140
22140
  .timepicker + .audible + .trigger + .icon-error {
@@ -22443,7 +22443,7 @@ html.is-firefox[lang='zh-CN'] #timepicker-popup select.period + .dropdown-wrappe
22443
22443
  opacity: 0; } }
22444
22444
 
22445
22445
  .toast-progress {
22446
- background-color: #368ac0;
22446
+ background-color: #50535A;
22447
22447
  bottom: 0;
22448
22448
  height: 3px;
22449
22449
  left: 0;
@@ -22925,7 +22925,7 @@ html[dir='rtl'] .toolbar-section .searchfield-wrapper {
22925
22925
  padding: 0 30px 0 45px; }
22926
22926
 
22927
22927
  .contextual-toolbar {
22928
- background-color: #368ac0;
22928
+ background-color: #50535A;
22929
22929
  margin: 0;
22930
22930
  overflow: hidden !important; }
22931
22931
  .contextual-toolbar.toolbar {
@@ -23481,7 +23481,7 @@ html[dir='rtl'] .popover-content-area {
23481
23481
  .tree a:visited {
23482
23482
  color: #ABAEB7; }
23483
23483
  .tree a:not(.hide-focus):focus {
23484
- border: 1px solid #368ac0;
23484
+ border: 1px solid #50535A;
23485
23485
  border-radius: 2px;
23486
23486
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
23487
23487
  color: #ABAEB7; }
@@ -23594,8 +23594,8 @@ html[dir='rtl'] .popover-content-area {
23594
23594
  top: 0; }
23595
23595
 
23596
23596
  .tree.is-multiselect li.is-selected > a .tree-checkbox::before {
23597
- background-color: #368ac0;
23598
- border-color: #368ac0; }
23597
+ background-color: #50535A;
23598
+ border-color: #50535A; }
23599
23599
 
23600
23600
  .tree.is-multiselect li.is-selected > a .tree-checkbox::after {
23601
23601
  -webkit-transform: scaleX(-1) rotate(135deg);
@@ -23645,8 +23645,8 @@ html[dir='rtl'] .popover-content-area {
23645
23645
  top: 1px; }
23646
23646
 
23647
23647
  .tree.is-multiselect li.is-partial > a .tree-checkbox::before {
23648
- background-color: #368ac0;
23649
- border-color: #368ac0; }
23648
+ background-color: #50535A;
23649
+ border-color: #50535A; }
23650
23650
 
23651
23651
  .tree.is-multiselect li.is-partial > a .tree-checkbox::after {
23652
23652
  -webkit-transform: scaleX(-1) rotate(135deg);
@@ -23721,8 +23721,8 @@ html[dir='rtl'] .popover-content-area {
23721
23721
  .tree .is-dragging-clone,
23722
23722
  .tree .is-selected .is-dragging-clone:hover,
23723
23723
  .tree .is-dragging-clone:hover {
23724
- background-color: #368ac0;
23725
- border: 1px solid #368ac0;
23724
+ background-color: #50535A;
23725
+ border: 1px solid #50535A;
23726
23726
  color: #ffffff;
23727
23727
  line-height: 25px;
23728
23728
  padding: 0 5px; }
@@ -23834,7 +23834,7 @@ html[dir='rtl'] .sidebar .tree {
23834
23834
  -o-transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23835
23835
  -ms-transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23836
23836
  transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23837
- background-color: #368ac0;
23837
+ background-color: #50535A;
23838
23838
  height: 2px;
23839
23839
  left: 0;
23840
23840
  position: absolute;
@@ -23861,7 +23861,7 @@ html[dir='rtl'] .sidebar .tree {
23861
23861
  top: 0;
23862
23862
  width: 10px; }
23863
23863
  .wizard-header .tick::before {
23864
- border: 1px solid rgba(54, 138, 192, 0);
23864
+ border: 1px solid rgba(80, 83, 90, 0);
23865
23865
  border-radius: 0;
23866
23866
  content: '';
23867
23867
  height: 0;
@@ -23884,7 +23884,7 @@ html[dir='rtl'] .sidebar .tree {
23884
23884
  overflow: hidden;
23885
23885
  text-overflow: ellipsis; }
23886
23886
  .wizard-header .tick.current, .wizard-header .tick.complete {
23887
- color: #368ac0; }
23887
+ color: #50535A; }
23888
23888
  .wizard-header .tick.current::after, .wizard-header .tick.complete::after {
23889
23889
  border: 0;
23890
23890
  left: 2px;
@@ -23898,10 +23898,10 @@ html[dir='rtl'] .sidebar .tree {
23898
23898
  -o-box-shadow: 0 0 0 2px #313236;
23899
23899
  -ms-box-shadow: 0 0 0 2px #313236;
23900
23900
  box-shadow: 0 0 0 2px #313236;
23901
- background-color: #368ac0;
23901
+ background-color: #50535A;
23902
23902
  border-radius: 50%; }
23903
23903
  .wizard-header .tick.current::before {
23904
- border: 1px solid #368ac0;
23904
+ border: 1px solid #50535a;
23905
23905
  border-radius: 50%;
23906
23906
  height: 18.2px;
23907
23907
  left: -3px;
@@ -23910,7 +23910,7 @@ html[dir='rtl'] .sidebar .tree {
23910
23910
  .wizard-header .tick.current .label {
23911
23911
  font-weight: 700; }
23912
23912
  .wizard-header .tick.complete {
23913
- background-color: #368ac0; }
23913
+ background-color: #50535A; }
23914
23914
  .wizard-header .tick.is-disabled {
23915
23915
  outline-style: none;
23916
23916
  -webkit-touch-callout: none;
@@ -23950,7 +23950,7 @@ html[dir='rtl'] .sidebar .tree {
23950
23950
  position: absolute;
23951
23951
  width: calc(100% - 6px); }
23952
23952
  .wizard-header a.tick:focus:not(.hide-focus):not(.is-disabled):not([disabled]) .label {
23953
- box-shadow: 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
23953
+ box-shadow: 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
23954
23954
 
23955
23955
  .header .wizard {
23956
23956
  margin: 0 20px; }
@@ -24083,7 +24083,7 @@ html[dir='rtl'] .wizard-toolbar .wizard {
24083
24083
  .calendar .calendar-events .accordion-header > button svg {
24084
24084
  top: 0; }
24085
24085
  .calendar .calendar-events .accordion-header.is-focused:not(.hide-focus) {
24086
- border-top-color: #368ac0; }
24086
+ border-top-color: #50535A; }
24087
24087
  .calendar .calendar-event-legend {
24088
24088
  display: none; }
24089
24089
  .calendar .calendar-monthview {
@@ -24168,7 +24168,7 @@ html[dir='rtl'] .wizard-toolbar .wizard {
24168
24168
  padding: 0 10px 10px;
24169
24169
  text-decoration: none; }
24170
24170
  .calendar .calendar-upcoming-event:focus {
24171
- border-color: #368ac0 !important;
24171
+ border-color: #50535A !important;
24172
24172
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
24173
24173
  outline: none; }
24174
24174
  .calendar .calendar-upcoming-event .calendar-upcoming-date {
@@ -24634,7 +24634,7 @@ html[dir='rtl'] .calendar-upcoming-events .calendar-upcoming-duration {
24634
24634
  box-shadow: none;
24635
24635
  padding: 8px 36px 7px 8px; }
24636
24636
  .calendar-toolbar .datepicker:focus {
24637
- border: solid 1px #368ac0;
24637
+ border: solid 1px #50535A;
24638
24638
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
24639
24639
  outline: none;
24640
24640
  outline-color: transparent; }
@@ -24731,17 +24731,17 @@ html[dir='rtl'] .calendar-upcoming-events .calendar-upcoming-duration {
24731
24731
  .calendar-toolbar.is-inpage .btn-inpage-cal {
24732
24732
  margin-right: 0; }
24733
24733
  .calendar-toolbar.is-inpage .btn-inpage-cal.active:not([disabled]) .icon {
24734
- color: #368ac0; }
24734
+ color: #50535A; }
24735
24735
 
24736
24736
  .calendar-toolbar.is-inpage .apply {
24737
24737
  padding: 9px 3px; }
24738
24738
 
24739
24739
  .calendar-toolbar.is-inpage .today {
24740
- --ripple-background: #368ac0;
24740
+ --ripple-background: #50535A;
24741
24741
  padding: 9px 3px; }
24742
24742
 
24743
24743
  .calendar-toolbar.is-inpage .btn-cal-month-year.active:not([disabled]) .icon {
24744
- color: #368ac0; }
24744
+ color: #50535A; }
24745
24745
 
24746
24746
  .calendar-toolbar.is-inpage .btn-cal-month-year .icon {
24747
24747
  margin-left: 5px;
@@ -25076,9 +25076,9 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25076
25076
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-alert td:first-child:last-child {
25077
25077
  border-right: 1px solid #ff9426; }
25078
25078
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-info td:first-child:first-child {
25079
- border-left: 1px solid #368ac0; }
25079
+ border-left: 1px solid #50535A; }
25080
25080
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-info td:first-child:last-child {
25081
- border-right: 1px solid #368ac0; }
25081
+ border-right: 1px solid #50535A; }
25082
25082
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-in-progress td:first-child:first-child {
25083
25083
  border-left: 1px solid #ABAEB7; }
25084
25084
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-in-progress td:first-child:last-child {
@@ -25104,9 +25104,9 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25104
25104
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-alert td:last-child:last-child {
25105
25105
  border-right: 1px solid #ff9426; }
25106
25106
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-info td:last-child:first-child {
25107
- border-left: 1px solid #368ac0; }
25107
+ border-left: 1px solid #50535A; }
25108
25108
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-info td:last-child:last-child {
25109
- border-right: 1px solid #368ac0; }
25109
+ border-right: 1px solid #50535A; }
25110
25110
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-in-progress td:last-child:first-child {
25111
25111
  border-left: 1px solid #ABAEB7; }
25112
25112
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-in-progress td:last-child:last-child {
@@ -25209,7 +25209,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25209
25209
  .datagrid-container.is-gridlist th:focus {
25210
25210
  background-color: #414247;
25211
25211
  box-shadow: 0 0 4px 1px rgba(101, 104, 113, 0.4);
25212
- outline: 1px solid #368ac0 !important; }
25212
+ outline: 1px solid #50535A !important; }
25213
25213
  .datagrid-container.is-gridlist th.is-active {
25214
25214
  background-color: #1C1819; }
25215
25215
  .datagrid-container.is-gridlist th.is-sorted-asc .sort-asc .icon,
@@ -25247,7 +25247,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25247
25247
  color: #50535A !important; }
25248
25248
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper input:focus,
25249
25249
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper div.dropdown:focus {
25250
- border-color: #368ac0 !important; }
25250
+ border-color: #50535A !important; }
25251
25251
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper input:hover:not(:disabled):not(:focus),
25252
25252
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper div.dropdown:hover:not(:disabled):not(:focus) {
25253
25253
  border-color: #ffffff !important; }
@@ -25260,7 +25260,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25260
25260
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .btn-filter:disabled .icon {
25261
25261
  color: #50535A !important; }
25262
25262
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .btn-filter.is-open .icon {
25263
- color: #368ac0 !important; }
25263
+ color: #50535A !important; }
25264
25264
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .datepicker + .icon,
25265
25265
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .dropdown + .icon {
25266
25266
  color: #ABAEB7 !important; }
@@ -25616,11 +25616,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25616
25616
  width: calc(100% - 38px); }
25617
25617
  .datagrid.medium-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control {
25618
25618
  border: 0;
25619
- border-right: 1px solid #368ac0;
25619
+ border-right: 1px solid #50535A;
25620
25620
  padding: 11px 10px;
25621
25621
  width: 35px; }
25622
25622
  .datagrid.medium-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control.up {
25623
- border-left: 1px solid #368ac0; }
25623
+ border-left: 1px solid #50535A; }
25624
25624
  .datagrid.medium-rowheight tbody tr td.is-editing .dropdown-wrapper {
25625
25625
  margin-top: 0; }
25626
25626
  .datagrid.medium-rowheight tbody tr td.is-editing .dropdown {
@@ -25837,11 +25837,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25837
25837
  width: calc(100% - 34px); }
25838
25838
  .datagrid.small-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control, .datagrid.extra-small-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control {
25839
25839
  border: 0;
25840
- border-right: 1px solid #368ac0;
25840
+ border-right: 1px solid #50535A;
25841
25841
  padding: 3px 15px;
25842
25842
  width: 30px; }
25843
25843
  .datagrid.small-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control.up, .datagrid.extra-small-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control.up {
25844
- border-left: 1px solid #368ac0;
25844
+ border-left: 1px solid #50535A;
25845
25845
  padding: 2px 10px; }
25846
25846
  .datagrid.small-rowheight tbody tr td.error.datagrid-trigger-cell .icon-error, .datagrid.extra-small-rowheight tbody tr td.error.datagrid-trigger-cell .icon-error {
25847
25847
  margin-top: auto; }
@@ -26021,7 +26021,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26021
26021
  .datagrid > tbody > tr.is-dragging-clone .handle {
26022
26022
  top: 2px; }
26023
26023
  .datagrid > tbody > tr.is-active-row {
26024
- outline: 1px solid #368ac0;
26024
+ outline: 1px solid #50535A;
26025
26025
  outline-offset: -1px; }
26026
26026
  .datagrid > tbody > tr .is-editor ul,
26027
26027
  .datagrid > tbody > tr .is-editor ol {
@@ -26296,12 +26296,12 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26296
26296
  visibility: visible !important;
26297
26297
  width: 10px; }
26298
26298
  .datagrid > tbody > tr.rowstatus-row-info td {
26299
- border-bottom: 1px solid #368ac0 !important;
26300
- box-shadow: 0 -2px 1px -1px #368ac0; }
26299
+ border-bottom: 1px solid #50535A !important;
26300
+ box-shadow: 0 -2px 1px -1px #50535A; }
26301
26301
  .datagrid > tbody > tr.rowstatus-row-info td.rowstatus-cell {
26302
26302
  position: relative; }
26303
26303
  .datagrid > tbody > tr.rowstatus-row-info td.rowstatus-cell::before {
26304
- background-color: #368ac0;
26304
+ background-color: #50535A;
26305
26305
  content: '';
26306
26306
  display: block;
26307
26307
  height: 32px;
@@ -26438,7 +26438,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26438
26438
  white-space: nowrap; }
26439
26439
  .datagrid td:focus, .datagrid td.is-focused {
26440
26440
  box-shadow: 0 0 4px 1px rgba(101, 104, 113, 0.4);
26441
- outline: 1px solid #368ac0;
26441
+ outline: 1px solid #50535A;
26442
26442
  outline-offset: -1px;
26443
26443
  transform: scale(1); }
26444
26444
  .datagrid td .is-singleline * {
@@ -26459,7 +26459,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26459
26459
  .datagrid td .word-wrap .hyperlink:hover {
26460
26460
  display: inline; }
26461
26461
  .datagrid td .word-wrap .hyperlink:focus {
26462
- border-bottom: 1px solid #368ac0 !important; }
26462
+ border-bottom: 1px solid #50535A !important; }
26463
26463
  .datagrid td .word-wrap .hyperlink:focus::after {
26464
26464
  border-color: transparent; }
26465
26465
  .datagrid td .word-wrap .micro-text {
@@ -26566,7 +26566,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26566
26566
  display: inline-block;
26567
26567
  font-size: 1.4rem; }
26568
26568
  .datagrid td .hyperlink:hover {
26569
- color: #368ac0; }
26569
+ color: #50535A; }
26570
26570
  .datagrid td .hyperlink:focus {
26571
26571
  outline: none; }
26572
26572
  .datagrid td .hyperlink.micro-text {
@@ -26601,7 +26601,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26601
26601
  display: block;
26602
26602
  min-height: 50px; }
26603
26603
  .datagrid td.is-editing .datagrid-cell-wrapper {
26604
- border: 1px solid #368ac0;
26604
+ border: 1px solid #50535A;
26605
26605
  left: 0;
26606
26606
  position: absolute;
26607
26607
  text-overflow: clip;
@@ -26756,11 +26756,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26756
26756
  width: calc(100% - 38px); }
26757
26757
  .datagrid td.is-editing .spinbox-wrapper .spinbox-control {
26758
26758
  border: 0;
26759
- border-right: 1px solid #368ac0;
26759
+ border-right: 1px solid #50535A;
26760
26760
  padding: 18px 10px 31px;
26761
26761
  width: 36px; }
26762
26762
  .datagrid td.is-editing .spinbox-wrapper .spinbox-control.up {
26763
- border-left: 1px solid #368ac0; }
26763
+ border-left: 1px solid #50535A; }
26764
26764
  .datagrid td .datagrid-cell-wrapper .is-placeholder {
26765
26765
  color: #888B94; }
26766
26766
  .datagrid td .is-inline.dropdown-wrapper {
@@ -27172,7 +27172,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
27172
27172
  padding: 0 17px;
27173
27173
  -webkit-text-size-adjust: none; }
27174
27174
  .datagrid-rowgroup-header td:focus, .datagrid-rowgroup-header td.is-focused {
27175
- border: 1px solid #368ac0;
27175
+ border: 1px solid #50535A;
27176
27176
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
27177
27177
  .datagrid-rowgroup-header td span {
27178
27178
  color: #C8CBD4;
@@ -27315,8 +27315,8 @@ td .btn-actions {
27315
27315
  margin-top: 1px;
27316
27316
  margin-left: unset; }
27317
27317
  .datagrid-radio.is-checked::before {
27318
- background-color: #368ac0;
27319
- border: 1px solid #368ac0; }
27318
+ background-color: #50535A;
27319
+ border: 1px solid #50535A; }
27320
27320
  .datagrid-radio.is-checked::after {
27321
27321
  background-color: #ffffff;
27322
27322
  border: 2px solid #ffffff;
@@ -27356,8 +27356,8 @@ td .btn-actions {
27356
27356
  margin-left: 0;
27357
27357
  top: -4px; }
27358
27358
  .datagrid-checkbox.is-checked::before {
27359
- background-color: #368ac0;
27360
- border-color: #368ac0; }
27359
+ background-color: #50535A;
27360
+ border-color: #50535A; }
27361
27361
  .datagrid-checkbox:focus::before {
27362
27362
  border: solid 1px #69b5dd !important;
27363
27363
  box-shadow: 0 0 4px 3px rgba(105, 181, 221, 0.3); }
@@ -28499,18 +28499,18 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28499
28499
  top: -2px; }
28500
28500
 
28501
28501
  .ie .datagrid-wrapper tbody tr.is-active-row td {
28502
- border-bottom: 1px solid #368ac0;
28503
- border-top: 1px solid #368ac0;
28502
+ border-bottom: 1px solid #50535A;
28503
+ border-top: 1px solid #50535A;
28504
28504
  outline: 0; }
28505
28505
  .ie .datagrid-wrapper tbody tr.is-active-row td .datagrid-cell-wrapper {
28506
28506
  margin-bottom: -1px;
28507
28507
  margin-top: -1px; }
28508
28508
  .ie .datagrid-wrapper tbody tr.is-active-row td:first-child {
28509
- border-left: 1px solid #368ac0; }
28509
+ border-left: 1px solid #50535A; }
28510
28510
  .ie .datagrid-wrapper tbody tr.is-active-row td:first-child .datagrid-cell-wrapper {
28511
28511
  margin-left: -1px; }
28512
28512
  .ie .datagrid-wrapper tbody tr.is-active-row td:last-child {
28513
- border-right: 1px solid #368ac0; }
28513
+ border-right: 1px solid #50535A; }
28514
28514
 
28515
28515
  .editor-container .label {
28516
28516
  cursor: default; }
@@ -28565,7 +28565,7 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28565
28565
  .editor-container.is-active .toolbar.formatter-toolbar,
28566
28566
  .editor-container.is-active .flex-toolbar.formatter-toolbar, .editor-container.is-active:hover:not(.error) .toolbar.formatter-toolbar,
28567
28567
  .editor-container.is-active:hover:not(.error) .flex-toolbar.formatter-toolbar {
28568
- border-color: #368ac0;
28568
+ border-color: #50535A;
28569
28569
  box-shadow: -2px -2px 3px 0 rgba(141, 201, 230, 0.3); }
28570
28570
  .editor-container.is-active .toolbar.formatter-toolbar.error,
28571
28571
  .editor-container.is-active .flex-toolbar.formatter-toolbar.error, .editor-container.is-active:hover:not(.error) .toolbar.formatter-toolbar.error,
@@ -28575,7 +28575,7 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28575
28575
  .editor-container.is-active .editor,
28576
28576
  .editor-container.is-active .editor-source, .editor-container.is-active:hover:not(.error) .editor,
28577
28577
  .editor-container.is-active:hover:not(.error) .editor-source {
28578
- border-color: #368ac0 #368ac0;
28578
+ border-color: #50535A #50535A;
28579
28579
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28580
28580
  .editor-container.is-active .editor.error,
28581
28581
  .editor-container.is-active .editor-source.error, .editor-container.is-active:hover:not(.error) .editor.error,
@@ -28884,25 +28884,25 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28884
28884
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error),
28885
28885
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open,
28886
28886
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) {
28887
- color: #69b5dd; }
28887
+ color: #888B94; }
28888
28888
  .toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) span, .toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) span, .toolbar.formatter-toolbar [class^='btn'].is-open span, .toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) span,
28889
28889
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) span,
28890
28890
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) span,
28891
28891
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open span,
28892
28892
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) span {
28893
- color: #69b5dd; }
28893
+ color: #888B94; }
28894
28894
  .toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) .icon, .toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) .icon, .toolbar.formatter-toolbar [class^='btn'].is-open .icon, .toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) .icon,
28895
28895
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) .icon,
28896
28896
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) .icon,
28897
28897
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open .icon,
28898
28898
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) .icon {
28899
- color: #69b5dd; }
28899
+ color: #888B94; }
28900
28900
  .toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus):not(.hide-focus), .toolbar.formatter-toolbar [class^='btn'].is-active:not(.error):not(.hide-focus), .toolbar.formatter-toolbar [class^='btn'].is-open:not(.hide-focus), .toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled):not(.hide-focus),
28901
28901
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus):not(.hide-focus),
28902
28902
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error):not(.hide-focus),
28903
28903
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:not(.hide-focus),
28904
28904
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled):not(.hide-focus) {
28905
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28905
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28906
28906
  .toolbar.formatter-toolbar [class^='btn'].is-active,
28907
28907
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active {
28908
28908
  box-shadow: none; }
@@ -29192,7 +29192,7 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29192
29192
  .form-compact .columns label.required:not(.inline)::after,
29193
29193
  .form-compact .columns .checkbox-group legend.required:not(.inline)::after,
29194
29194
  .form-compact .columns .radio-group legend.required:not(.inline)::after {
29195
- color: #368ac0;
29195
+ color: #50535A;
29196
29196
  content: '●';
29197
29197
  top: 0; }
29198
29198
  .form-compact .column label,
@@ -29228,9 +29228,9 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29228
29228
  .form-compact .column.is-focused input,
29229
29229
  .form-compact .columns.is-focused input {
29230
29230
  background-color: #134d71;
29231
- border-bottom-color: #368ac0;
29232
- border-left-color: #368ac0;
29233
- border-right-color: #368ac0;
29231
+ border-bottom-color: #50535A;
29232
+ border-left-color: #50535A;
29233
+ border-right-color: #50535A;
29234
29234
  border-top-color: transparent; }
29235
29235
  .form-compact .column.is-focused input.radio,
29236
29236
  .form-compact .columns.is-focused input.radio {
@@ -29246,13 +29246,13 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29246
29246
  .form-compact .columns.is-focused .radio-group,
29247
29247
  .form-compact .columns.is-focused .checkbox-group {
29248
29248
  background-color: #134d71;
29249
- border-bottom-color: #368ac0; }
29249
+ border-bottom-color: #50535A; }
29250
29250
  .form-compact .column.is-focused .radio-group::after,
29251
29251
  .form-compact .column.is-focused .checkbox-group::after,
29252
29252
  .form-compact .columns.is-focused .radio-group::after,
29253
29253
  .form-compact .columns.is-focused .checkbox-group::after {
29254
- border-left-color: #368ac0;
29255
- border-right-color: #368ac0; }
29254
+ border-left-color: #50535A;
29255
+ border-right-color: #50535A; }
29256
29256
  .form-compact .column.is-focused .radio-group label,
29257
29257
  .form-compact .column.is-focused .checkbox-group label,
29258
29258
  .form-compact .columns.is-focused .radio-group label,
@@ -29622,7 +29622,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29622
29622
  top: 0; }
29623
29623
  .monthview .btn-monthyear-pane.active span,
29624
29624
  .monthview .btn-monthyear-pane.active .icon {
29625
- color: #368ac0; }
29625
+ color: #50535A; }
29626
29626
  .monthview .btn-monthyear-pane.active .icon {
29627
29627
  transform: rotateX(180deg); }
29628
29628
  .monthview .btn-monthyear-pane .icon-opened,
@@ -29676,14 +29676,14 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29676
29676
  display: block;
29677
29677
  padding: 5px; }
29678
29678
  .monthview .monthview-monthyear-pane .picklist .picklist-item a:focus {
29679
- border-color: #368ac0;
29679
+ border-color: #50535A;
29680
29680
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
29681
29681
  outline: none;
29682
29682
  -moz-outline-style: none; }
29683
29683
  .monthview .monthview-monthyear-pane .picklist .picklist-item.is-selected a {
29684
29684
  color: #ffffff;
29685
29685
  font-weight: 700;
29686
- background-color: #368ac0;
29686
+ background-color: #50535A;
29687
29687
  width: 100%; }
29688
29688
  .monthview .monthview-monthyear-pane .picklist .picklist-item.is-selected a .icon {
29689
29689
  color: #ffffff; }
@@ -29694,7 +29694,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29694
29694
  .monthview .monthview-monthyear-pane .picklist .picklist-item .icon:hover {
29695
29695
  color: #ffffff; }
29696
29696
  .monthview .monthview-monthyear-pane .picklist .picklist-item .icon:active {
29697
- color: #368ac0; }
29697
+ color: #50535A; }
29698
29698
  .monthview .monthview-monthyear-pane .picklist .picklist-item.up .icon {
29699
29699
  top: 3px; }
29700
29700
  .monthview tr {
@@ -29796,14 +29796,14 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29796
29796
  .monthview td.range-next.include-disabled:first-of-type .day-text::before, .monthview td.range-next:first-of-type .day-text::before {
29797
29797
  background: none; }
29798
29798
  .monthview td.range-selection.include-disabled .day-text, .monthview td.range-selection .day-text {
29799
- background-color: #368ac0;
29799
+ background-color: #50535A;
29800
29800
  border-radius: 50% 0 0 50%;
29801
29801
  color: #ffffff;
29802
29802
  position: relative;
29803
29803
  transition: none;
29804
29804
  z-index: 1; }
29805
29805
  .monthview td.range-selection.include-disabled .day-text::before, .monthview td.range-selection .day-text::before {
29806
- background: radial-gradient(circle at 35px 50%, transparent 50%, #368ac0 50%);
29806
+ background: radial-gradient(circle at 35px 50%, transparent 50%, #50535A 50%);
29807
29807
  content: '';
29808
29808
  display: inline-block;
29809
29809
  height: 36px;
@@ -29813,10 +29813,10 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29813
29813
  z-index: -1;
29814
29814
  margin-left: -1px; }
29815
29815
  .monthview td.range-selection.include-disabled:hover .day-text, .monthview td.range-selection:hover .day-text {
29816
- background-color: #368ac0;
29816
+ background-color: #50535A;
29817
29817
  color: #ffffff; }
29818
29818
  .monthview td.range-selection.include-disabled.is-today .day-text, .monthview td.range-selection.is-today .day-text {
29819
- background-color: #368ac0;
29819
+ background-color: #50535A;
29820
29820
  color: #ffffff; }
29821
29821
  .monthview td.range-selection.include-disabled:focus, .monthview td.range-selection.include-disabled.is-selected:focus, .monthview td.range-selection:focus, .monthview td.range-selection.is-selected:focus {
29822
29822
  border-color: transparent;
@@ -29878,19 +29878,19 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29878
29878
  .monthview td.is-disabled .day-text::before, .monthview td.is-disabled:active .day-text::before {
29879
29879
  background: none; }
29880
29880
  .monthview td.is-selected .day-text, .monthview td.is-selected:hover .day-text {
29881
- background-color: #368ac0;
29881
+ background-color: #50535A;
29882
29882
  color: #ffffff;
29883
29883
  font-weight: 700; }
29884
29884
  .monthview td:not(.is-disabled):focus {
29885
- border-color: #368ac0;
29885
+ border-color: #50535A;
29886
29886
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
29887
29887
  outline: none;
29888
29888
  -moz-outline-style: none; }
29889
29889
  .monthview td:active .day-text {
29890
- background-color: #368ac0;
29890
+ background-color: #50535A;
29891
29891
  color: #ffffff; }
29892
29892
  .monthview.is-timepicker td:focus {
29893
- border-color: #368ac0; }
29893
+ border-color: #50535A; }
29894
29894
  .monthview .datepicker-timepicker {
29895
29895
  border: 0;
29896
29896
  box-shadow: none;
@@ -29958,13 +29958,13 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29958
29958
  color: #ABAEB7; }
29959
29959
  .monthview.is-fullsize.monthview td.is-selected {
29960
29960
  background-color: #313236;
29961
- box-shadow: inset 0 5px 0 0 #368ac0; }
29961
+ box-shadow: inset 0 5px 0 0 #50535A; }
29962
29962
  .monthview.is-fullsize.monthview td.is-selected .day-text {
29963
29963
  background-color: inherit;
29964
29964
  color: #ABAEB7; }
29965
29965
  .monthview.is-fullsize.monthview td.is-selected:focus {
29966
29966
  border-color: transparent;
29967
- box-shadow: 0 0 2px 2px rgba(141, 201, 230, 0.3), inset 0 5px 0 0 #368ac0; }
29967
+ box-shadow: 0 0 2px 2px rgba(141, 201, 230, 0.3), inset 0 5px 0 0 #50535A; }
29968
29968
  .monthview.is-fullsize.monthview thead th {
29969
29969
  padding-bottom: 5px;
29970
29970
  text-transform: none; }
@@ -29995,7 +29995,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29995
29995
  display: inline-block;
29996
29996
  padding: 8px 10px; }
29997
29997
  .monthview.is-inpage .monthview-monthyear-pane .picklist .picklist-item.up:not(.is-selected) a, .monthview.is-inpage .monthview-monthyear-pane .picklist .picklist-item.down:not(.is-selected) a {
29998
- --ripple-background: #368ac0; }
29998
+ --ripple-background: #50535A; }
29999
29999
  .monthview.is-inpage .monthview-monthyear-pane.is-expanded {
30000
30000
  min-height: calc(100% - 50px); }
30001
30001
  .monthview.is-inpage .monthview-monthyear-pane.is-expanded .content {
@@ -30053,7 +30053,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
30053
30053
  border: none;
30054
30054
  box-shadow: none; }
30055
30055
  .monthview.is-inpage .monthview-table td:not(.is-disabled):focus .day-container {
30056
- border-color: #368ac0;
30056
+ border-color: #50535A;
30057
30057
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
30058
30058
  outline: none;
30059
30059
  -moz-outline-style: none;
@@ -30155,7 +30155,7 @@ html[dir='rtl'] .monthview td.range-next.include-disabled:first-of-type .day-tex
30155
30155
  html[dir='rtl'] .monthview td.range-selection.include-disabled .day-text, html[dir='rtl'] .monthview td.range-selection .day-text {
30156
30156
  border-radius: 0 50% 50% 0; }
30157
30157
  html[dir='rtl'] .monthview td.range-selection.include-disabled .day-text::before, html[dir='rtl'] .monthview td.range-selection .day-text::before {
30158
- background: radial-gradient(circle at -10px 50%, transparent 50%, #368ac0 50%);
30158
+ background: radial-gradient(circle at -10px 50%, transparent 50%, #50535A 50%);
30159
30159
  left: -100%; }
30160
30160
 
30161
30161
  html[dir='rtl'] .monthview td.range-selection.include-disabled + .range-selection.is-selected .day-text, html[dir='rtl'] .monthview td.range-selection.include-disabled.end-date .day-text, html[dir='rtl'] .monthview td.range-selection.include-disabled:last-of-type .day-text, html[dir='rtl'] .monthview td.range-selection + .range-selection.is-selected .day-text, html[dir='rtl'] .monthview td.range-selection.end-date .day-text, html[dir='rtl'] .monthview td.range-selection:last-of-type .day-text {
@@ -30212,8 +30212,8 @@ html[dir='rtl'] .monthview-footer button {
30212
30212
  text-align: left;
30213
30213
  z-index: 3; }
30214
30214
  .week-view .week-view-table-header th .week-view-header-wrapper.is-today {
30215
- box-shadow: 0 4px 0 0 #368ac0;
30216
- color: #368ac0;
30215
+ box-shadow: 0 4px 0 0 #50535A;
30216
+ color: #50535A;
30217
30217
  font-weight: 700; }
30218
30218
  .week-view .week-view-table-header .week-view-header-wrapper {
30219
30219
  padding: 0 5px; }
@@ -30292,7 +30292,7 @@ html[dir='rtl'] .monthview-footer button {
30292
30292
  padding: 0;
30293
30293
  position: relative; }
30294
30294
  .week-view .week-view-time-marker {
30295
- border: 1px solid #368ac0;
30295
+ border: 1px solid #50535A;
30296
30296
  display: block;
30297
30297
  height: 1px;
30298
30298
  margin-top: -2px;
@@ -30628,7 +30628,7 @@ html[dir='rtl'] .week-view .calendar-event .calendar-event-content {
30628
30628
  .chart-legend .chart-legend-item[tabindex='-1'] {
30629
30629
  cursor: inherit; }
30630
30630
  .chart-legend .chart-legend-item[tabindex='0']:focus {
30631
- border-color: #368ac0;
30631
+ border-color: #50535A;
30632
30632
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
30633
30633
  outline: none; }
30634
30634
  .chart-legend .chart-legend-item.is-two-column {
@@ -30747,11 +30747,11 @@ html[dir='rtl'] .week-view .calendar-event .calendar-event-content {
30747
30747
  .colored.label .value.alert-neutral {
30748
30748
  color: #ABAEB7; }
30749
30749
  .colored.label .value.dark {
30750
- color: #368ac0; }
30750
+ color: #50535A; }
30751
30751
  .colored.label .value.good {
30752
30752
  color: #80ce4d; }
30753
30753
  .colored.label .value.primary {
30754
- color: #368ac0; }
30754
+ color: #50535A; }
30755
30755
 
30756
30756
  .svg-patterns {
30757
30757
  position: fixed;
@@ -30901,7 +30901,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
30901
30901
  cursor: pointer;
30902
30902
  -webkit-tap-highlight-color: transparent; }
30903
30903
  .bullet-chart .marker {
30904
- stroke: #368ac0;
30904
+ stroke: #50535A;
30905
30905
  stroke-width: 2px; }
30906
30906
  .bullet-chart .tick line {
30907
30907
  stroke: #C8CBD4;
@@ -31034,13 +31034,13 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31034
31034
  color: #ABAEB7; }
31035
31035
  .chart-completion-target .chart-percent-text.dark,
31036
31036
  .chart-completion .chart-percent-text.dark {
31037
- color: #368ac0; }
31037
+ color: #50535A; }
31038
31038
  .chart-completion-target .chart-percent-text.good,
31039
31039
  .chart-completion .chart-percent-text.good {
31040
31040
  color: #80ce4d; }
31041
31041
  .chart-completion-target .chart-percent-text.primary,
31042
31042
  .chart-completion .chart-percent-text.primary {
31043
- color: #368ac0; }
31043
+ color: #50535A; }
31044
31044
  .chart-completion-target .chart-percent-text.inverse,
31045
31045
  .chart-completion .chart-percent-text.inverse {
31046
31046
  color: #ffffff; }
@@ -31105,16 +31105,16 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31105
31105
  color: #80ce4d; }
31106
31106
  .chart-completion-target .completed.primary,
31107
31107
  .chart-completion .completed.primary {
31108
- background-color: #368ac0; }
31108
+ background-color: #50535A; }
31109
31109
  .chart-completion-target .completed.primary span,
31110
31110
  .chart-completion .completed.primary span {
31111
- color: #368ac0; }
31111
+ color: #50535A; }
31112
31112
  .chart-completion-target .completed.dark,
31113
31113
  .chart-completion .completed.dark {
31114
- background-color: #368ac0; }
31114
+ background-color: #50535A; }
31115
31115
  .chart-completion-target .completed.dark span,
31116
31116
  .chart-completion .completed.dark span {
31117
- color: #368ac0; }
31117
+ color: #50535A; }
31118
31118
  .chart-completion-target .completed::after,
31119
31119
  .chart-completion .completed::after {
31120
31120
  background-color: inherit;
@@ -31237,7 +31237,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31237
31237
  .chart-completion .completed.bar.dark,
31238
31238
  .chart-completion .completed-label.bar.dark,
31239
31239
  .chart-completion .target-line.bar.dark {
31240
- background-color: #368ac0; }
31240
+ background-color: #50535A; }
31241
31241
  .chart-completion-target .total.bar.good,
31242
31242
  .chart-completion-target .remaining.bar.good,
31243
31243
  .chart-completion-target .completed.bar.good,
@@ -31259,7 +31259,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31259
31259
  .chart-completion .completed.bar.primary,
31260
31260
  .chart-completion .completed-label.bar.primary,
31261
31261
  .chart-completion .target-line.bar.primary {
31262
- background-color: #368ac0; }
31262
+ background-color: #50535A; }
31263
31263
  .chart-completion-target .total .text.error-color, .chart-completion-target .total .text.error,
31264
31264
  .chart-completion-target .total .value.error-color,
31265
31265
  .chart-completion-target .total .value.error,
@@ -31383,7 +31383,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31383
31383
  .chart-completion .completed-label .value.dark,
31384
31384
  .chart-completion .target-line .text.dark,
31385
31385
  .chart-completion .target-line .value.dark {
31386
- color: #368ac0; }
31386
+ color: #50535A; }
31387
31387
  .chart-completion-target .total .text.good,
31388
31388
  .chart-completion-target .total .value.good,
31389
31389
  .chart-completion-target .remaining .text.good,
@@ -31425,7 +31425,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31425
31425
  .chart-completion .completed-label .value.primary,
31426
31426
  .chart-completion .target-line .text.primary,
31427
31427
  .chart-completion .target-line .value.primary {
31428
- color: #368ac0; }
31428
+ color: #50535A; }
31429
31429
 
31430
31430
  .chart-completion-target-padding .total.bar.chart-completion-target {
31431
31431
  margin-bottom: 60px; }
@@ -31452,7 +31452,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31452
31452
 
31453
31453
  .completion-chart .remaining .dark,
31454
31454
  .completion-chart .info .dark {
31455
- color: #368ac0; }
31455
+ color: #50535A; }
31456
31456
 
31457
31457
  .completion-chart .remaining .good,
31458
31458
  .completion-chart .info .good {
@@ -31460,7 +31460,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31460
31460
 
31461
31461
  .completion-chart .remaining .primary,
31462
31462
  .completion-chart .info .primary {
31463
- color: #368ac0; }
31463
+ color: #50535A; }
31464
31464
 
31465
31465
  .completion-chart .name {
31466
31466
  position: relative; }
@@ -31623,7 +31623,7 @@ html[dir='rtl'] .chart-pie.has-right-legend .chart-legend-item-text {
31623
31623
  .step-chart .step-chart-step.is-inprogress {
31624
31624
  background-color: #eb9d9d; }
31625
31625
  .step-chart .step-chart-step.is-complete {
31626
- background-color: #368ac0; }
31626
+ background-color: #50535A; }
31627
31627
 
31628
31628
  html[dir='rtl'] .step-chart .step-chart-label-small {
31629
31629
  float: left; }
@@ -32901,8 +32901,8 @@ html[dir='rtl'] .signin .error-message .message-text {
32901
32901
  .step-process-container .tree li .icon.icon-tree {
32902
32902
  display: none; }
32903
32903
  .step-process-container .tree li.is-selected, .step-process-container .tree li.is-selected:hover, .step-process-container .tree li.is-selected.is-focused {
32904
- background-color: #368ac0;
32905
- border-bottom-color: #368ac0;
32904
+ background-color: #50535A;
32905
+ border-bottom-color: #50535A;
32906
32906
  color: #ffffff; }
32907
32907
  .step-process-container .tree li.is-selected > a .tree-text, .step-process-container .tree li.is-selected:hover > a .tree-text, .step-process-container .tree li.is-selected.is-focused > a .tree-text {
32908
32908
  color: #ffffff; }
@@ -32926,7 +32926,7 @@ html[dir='rtl'] .signin .error-message .message-text {
32926
32926
  padding: 15px 60px 15px 45px;
32927
32927
  position: relative; }
32928
32928
  .step-process-container .tree li > a:not(.hide-focus):focus {
32929
- border: 1px solid #368ac0; }
32929
+ border: 1px solid #50535A; }
32930
32930
  .step-process-container .tree li > a span {
32931
32931
  display: inline-block;
32932
32932
  font-size: 1.4rem;
@@ -34205,10 +34205,10 @@ html[dir='rtl'] .step-process-container .tree li.folder > a .icon-tree {
34205
34205
  background: #80ce4d; }
34206
34206
 
34207
34207
  .primary-bg-color {
34208
- background: #368ac0; }
34208
+ background: #50535A; }
34209
34209
 
34210
34210
  .primary-color {
34211
- color: #368ac0 !important; }
34211
+ color: #50535A !important; }
34212
34212
 
34213
34213
  .palette-grid {
34214
34214
  display: table;