ids-enterprise 4.62.2 → 4.62.3

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 +6 -6
  31. package/dist/svg/theme-classic-svg.html +213 -213
  32. package/dist/svg/theme-new-svg-empty.html +5 -5
  33. package/dist/svg/theme-new-svg.html +204 -204
  34. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * IDS Enterprise Components - v4.62.2
4
- * Date: 2022-05-24T13:48:44.414Z
5
- * Revision: eff35b8bad35143d448cc751629f19de382fe242
3
+ * IDS Enterprise Components - v4.62.3
4
+ * Date: 2022-05-24T15:53:50.313Z
5
+ * Revision: 923087221a5bbf322320a84dcb27ea1e3496f595
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 {
@@ -3788,7 +3788,7 @@ html[dir='rtl'] .alert-text {
3788
3788
  user-select: none;
3789
3789
  -webkit-touch-callout: none;
3790
3790
  background: transparent none repeat scroll 0 0;
3791
- border: 1px solid #368ac0;
3791
+ border: 1px solid #50535A;
3792
3792
  cursor: e-resize;
3793
3793
  height: inherit;
3794
3794
  left: 48px;
@@ -3899,7 +3899,7 @@ input.longpress-target {
3899
3899
  width: 10px; }
3900
3900
  .tag.is-linkable:not(.hide-focus),
3901
3901
  .badge.is-linkable:not(.hide-focus) {
3902
- border-color: #368ac0;
3902
+ border-color: #50535A;
3903
3903
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
3904
3904
  .tag.is-linkable:hover, .tag.is-linkable.is-focused:not(.hide-focus),
3905
3905
  .badge.is-linkable:hover,
@@ -3923,7 +3923,7 @@ input.longpress-target {
3923
3923
  width: 10px; }
3924
3924
  .tag.is-focused:not(.hide-focus),
3925
3925
  .badge.is-focused:not(.hide-focus) {
3926
- border-color: #368ac0;
3926
+ border-color: #50535A;
3927
3927
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
3928
3928
  .tag.is-focused:not(.hide-focus) a,
3929
3929
  .badge.is-focused:not(.hide-focus) a {
@@ -4003,7 +4003,7 @@ input.longpress-target {
4003
4003
  .badge.secondary.is-focused:not(.hide-focus),
4004
4004
  .badge.secondary.is-linkable.is-focused:not(.hide-focus),
4005
4005
  .badge.secondary.is-dismissible.is-focused:not(.hide-focus) {
4006
- border-color: #368ac0; }
4006
+ border-color: #50535A; }
4007
4007
  .tag.secondary.is-disabled,
4008
4008
  .badge.secondary.is-disabled {
4009
4009
  background-color: #454545;
@@ -4121,7 +4121,7 @@ input.longpress-target {
4121
4121
  color: #ABAEB7; }
4122
4122
  .tag.info,
4123
4123
  .badge.info {
4124
- background-color: #368ac0;
4124
+ background-color: #50535A;
4125
4125
  color: #ffffff; }
4126
4126
  .tag.info .btn-dismissible,
4127
4127
  .tag.info .btn-linkable,
@@ -5023,7 +5023,7 @@ a.btn-close {
5023
5023
  .btn-secondary:focus {
5024
5024
  border: 1px solid transparent; }
5025
5025
  .btn-secondary:focus:not(.hide-focus) {
5026
- box-shadow: 0 0 0 2px #313236, 0 0 0 3px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5026
+ box-shadow: 0 0 0 2px #313236, 0 0 0 3px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5027
5027
  .btn-secondary:focus:active {
5028
5028
  background-color: #888B94;
5029
5029
  box-shadow: none; }
@@ -5084,7 +5084,7 @@ a.btn-close {
5084
5084
  .btn-close:focus:not(.hide-focus),
5085
5085
  .btn-actions:focus:not(.hide-focus),
5086
5086
  .btn-menu:focus:not(.hide-focus) {
5087
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5087
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5088
5088
  .btn:focus:not(.hide-focus):active,
5089
5089
  .btn-tertiary:focus:not(.hide-focus):active,
5090
5090
  .btn-icon:focus:not(.hide-focus):active,
@@ -5170,10 +5170,10 @@ a.btn-close {
5170
5170
 
5171
5171
  .btn-menu.is-open,
5172
5172
  .btn-actions.is-open {
5173
- color: #368ac0; }
5173
+ color: #50535A; }
5174
5174
  .btn-menu.is-open .icon,
5175
5175
  .btn-actions.is-open .icon {
5176
- color: #368ac0; }
5176
+ color: #50535A; }
5177
5177
 
5178
5178
  .btn {
5179
5179
  padding: 0 15px; }
@@ -5245,7 +5245,7 @@ a.btn-close {
5245
5245
  top: 0; }
5246
5246
 
5247
5247
  .btn-icon.has-content .icon {
5248
- color: #368ac0; }
5248
+ color: #50535A; }
5249
5249
 
5250
5250
  .btn-icon.has-content:hover .icon {
5251
5251
  color: #1d5f8a; }
@@ -5406,7 +5406,7 @@ html[lang^='fr-'] [class^='btn'] {
5406
5406
  border-color: #ffffff;
5407
5407
  color: #ffffff; }
5408
5408
  .btn-secondary-border:focus {
5409
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5409
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
5410
5410
  .btn-secondary-border:disabled {
5411
5411
  cursor: default;
5412
5412
  opacity: 0.5; }
@@ -5432,9 +5432,9 @@ html[lang^='fr-'] [class^='btn'] {
5432
5432
  .btn-link .icon {
5433
5433
  color: #69b5dd; }
5434
5434
  .btn-link:hover {
5435
- color: #368ac0; }
5435
+ color: #50535A; }
5436
5436
  .btn-link:hover .icon {
5437
- color: #368ac0; }
5437
+ color: #50535A; }
5438
5438
 
5439
5439
  @media (max-width: 480px) {
5440
5440
  .page-container button.btn, .page-container button.btn-secondary {
@@ -5997,7 +5997,7 @@ html[dir='rtl'] .input-hideshow-text {
5997
5997
  -ms-transition: border-color 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
5998
5998
  transition: border-color 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
5999
5999
  .hyperlink:hover:not([disabled]) {
6000
- color: #368ac0; }
6000
+ color: #50535A; }
6001
6001
  .hyperlink.show-visited:visited, .hyperlink.force-visited {
6002
6002
  color: #c7b4db; }
6003
6003
  .hyperlink.show-visited:visited:focus:not(.hide-focus), .hyperlink.show-visited:visited:active, .hyperlink.force-visited:focus:not(.hide-focus), .hyperlink.force-visited:active {
@@ -6005,7 +6005,7 @@ html[dir='rtl'] .input-hideshow-text {
6005
6005
  .hyperlink:focus:not(.hide-focus), .hyperlink:active {
6006
6006
  outline: none; }
6007
6007
  .hyperlink:focus:not(.hide-focus) {
6008
- border-color: #368ac0;
6008
+ border-color: #50535A;
6009
6009
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
6010
6010
  .hyperlink[disabled] {
6011
6011
  color: #656871;
@@ -6045,7 +6045,7 @@ p .hyperlink {
6045
6045
  .link-list li {
6046
6046
  line-height: 25px; }
6047
6047
  .link-list li svg {
6048
- color: #368ac0;
6048
+ color: #50535A;
6049
6049
  height: 16px;
6050
6050
  left: 6px;
6051
6051
  margin-right: 2px;
@@ -6271,11 +6271,11 @@ textarea {
6271
6271
  color: #ff9426; }
6272
6272
  input.is-placeholder.info,
6273
6273
  textarea.is-placeholder.info {
6274
- color: #368ac0; }
6274
+ color: #50535A; }
6275
6275
  input:focus, input.is-focused,
6276
6276
  textarea:focus,
6277
6277
  textarea.is-focused {
6278
- border: solid 1px #368ac0;
6278
+ border: solid 1px #50535A;
6279
6279
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
6280
6280
  outline: none;
6281
6281
  outline-color: transparent; }
@@ -6303,10 +6303,10 @@ textarea {
6303
6303
  color: #ffffff !important; }
6304
6304
  input.info,
6305
6305
  textarea.info {
6306
- border-color: #368ac0; }
6306
+ border-color: #50535A; }
6307
6307
  input.info:focus,
6308
6308
  textarea.info:focus {
6309
- border-color: #368ac0 !important;
6309
+ border-color: #50535A !important;
6310
6310
  color: #ffffff !important; }
6311
6311
 
6312
6312
  textarea[rows] {
@@ -6327,7 +6327,7 @@ textarea[rows] {
6327
6327
  .input-style.is-placeholder {
6328
6328
  color: #888B94; }
6329
6329
  .input-style.is-focused {
6330
- border: solid 1px #368ac0;
6330
+ border: solid 1px #50535A;
6331
6331
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
6332
6332
  outline: none;
6333
6333
  outline-color: transparent; }
@@ -6541,26 +6541,26 @@ span.required::after {
6541
6541
  .info,
6542
6542
  .info-message,
6543
6543
  .info-message p {
6544
- color: #368ac0; }
6544
+ color: #50535A; }
6545
6545
 
6546
6546
  .info::-webkit-input-placeholder {
6547
- color: #368ac0;
6547
+ color: #50535A;
6548
6548
  opacity: 1; }
6549
6549
 
6550
6550
  .info::-moz-placeholder {
6551
- color: #368ac0;
6551
+ color: #50535A;
6552
6552
  opacity: 1; }
6553
6553
 
6554
6554
  .info:-ms-input-placeholder {
6555
- color: #368ac0;
6555
+ color: #50535A;
6556
6556
  opacity: 1; }
6557
6557
 
6558
6558
  ::selection {
6559
- background: #368ac0;
6559
+ background: #50535A;
6560
6560
  color: #ffffff; }
6561
6561
 
6562
6562
  ::-moz-selection {
6563
- background: #368ac0;
6563
+ background: #50535A;
6564
6564
  color: #ffffff; }
6565
6565
 
6566
6566
  .is-number-mask {
@@ -6816,7 +6816,7 @@ span.required::after {
6816
6816
 
6817
6817
  .custom-icon-message,
6818
6818
  .info-message {
6819
- color: #368ac0;
6819
+ color: #50535A;
6820
6820
  display: block;
6821
6821
  font-size: 1.2rem;
6822
6822
  line-height: 1.2rem;
@@ -7129,20 +7129,20 @@ html[dir='rtl'] .skip-link {
7129
7129
  background-color: #8dc9e6; }
7130
7130
  .switch input:checked ~ .label-text::after,
7131
7131
  .switch input:checked ~ label::after {
7132
- background: #368ac0;
7133
- border-color: #368ac0;
7132
+ background: #50535A;
7133
+ border-color: #50535A;
7134
7134
  left: 15px; }
7135
7135
  .switch input:not(:disabled):active ~ .label-text::after,
7136
7136
  .switch input:not(:disabled):not(.hide-focus):focus ~ .label-text::after,
7137
7137
  .switch input:not(:disabled):active ~ label::after,
7138
7138
  .switch input:not(:disabled):not(.hide-focus):focus ~ label::after {
7139
7139
  background-color: #888B94;
7140
- box-shadow: 0 0 0 3px #3f505f, 0 0 0 4px #368ac0; }
7140
+ box-shadow: 0 0 0 3px #3f505f, 0 0 0 4px #50535A; }
7141
7141
  .switch input:not(:disabled):checked:active ~ .label-text::after,
7142
7142
  .switch input:not(:disabled):checked:focus ~ .label-text::after,
7143
7143
  .switch input:not(:disabled):checked:active ~ label::after,
7144
7144
  .switch input:not(:disabled):checked:focus ~ label::after {
7145
- background-color: #368ac0; }
7145
+ background-color: #50535A; }
7146
7146
  .switch input:not(:disabled):checked:hover ~ .label-text::after,
7147
7147
  .switch input:not(:disabled):checked:hover ~ label::after {
7148
7148
  background-color: #2578a9; }
@@ -7208,7 +7208,7 @@ html[dir='rtl'] .switch input:checked ~ label::after {
7208
7208
  overflow: auto;
7209
7209
  width: 100%; }
7210
7210
  .ids-virtual-scroll:focus {
7211
- border: solid 1px #368ac0;
7211
+ border: solid 1px #50535A;
7212
7212
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
7213
7213
  outline: none;
7214
7214
  outline-color: transparent; }
@@ -7267,7 +7267,7 @@ html[dir='rtl'] .switch input:checked ~ label::after {
7267
7267
  .modal.about .modal-body:hover {
7268
7268
  border-color: #ABAEB7; }
7269
7269
  .modal.about .modal-body:focus, .modal.about .modal-body.focusbody {
7270
- border: solid 1px #368ac0;
7270
+ border: solid 1px #50535A;
7271
7271
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
7272
7272
  outline: none;
7273
7273
  outline-color: transparent; }
@@ -7342,10 +7342,10 @@ html[dir='rtl'] .modal.about .close-container {
7342
7342
  .btn-expander:focus {
7343
7343
  box-shadow: none; }
7344
7344
  .btn-expander:focus:not(.hide-focus) {
7345
- border-color: #368ac0;
7345
+ border-color: #50535A;
7346
7346
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7347
7347
  .btn-expander:focus:active {
7348
- background-color: #368ac0; }
7348
+ background-color: #50535A; }
7349
7349
  .btn-expander:active .icon {
7350
7350
  color: #ffffff; }
7351
7351
  .btn-expander:active .plus-minus::before, .btn-expander:active .plus-minus::after {
@@ -7497,10 +7497,10 @@ html[dir='rtl'] .modal.about .close-container {
7497
7497
  .accordion.panel .accordion-header {
7498
7498
  border-bottom-color: #212224; }
7499
7499
  .accordion.panel .accordion-header.is-focused:not(.hide-focus) {
7500
- border-bottom-color: #368ac0; }
7500
+ border-bottom-color: #50535A; }
7501
7501
  .accordion.panel .accordion-header.is-selected, .accordion.panel .accordion-header.is-selected:hover, .accordion.panel .accordion-header.is-focused.is-selected {
7502
- background-color: #368ac0;
7503
- border-bottom-color: #368ac0;
7502
+ background-color: #50535A;
7503
+ border-bottom-color: #50535A;
7504
7504
  color: #ffffff; }
7505
7505
  .accordion.panel .accordion-header.is-selected > a, .accordion.panel .accordion-header.is-selected:hover > a, .accordion.panel .accordion-header.is-focused.is-selected > a {
7506
7506
  color: #ffffff; }
@@ -7519,7 +7519,7 @@ html[dir='rtl'] .modal.about .close-container {
7519
7519
  .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) {
7520
7520
  border: 1px solid #ffffff; }
7521
7521
  .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 {
7522
- border-bottom-color: #368ac0; }
7522
+ border-bottom-color: #50535A; }
7523
7523
  .accordion.panel .accordion-header.filtered.has-filtered-children:not(:hover):not(.is-selected) > a {
7524
7524
  color: #5c5c5c; }
7525
7525
  .accordion.panel .accordion-header.filtered.has-filtered-children:not(:hover):not(.is-selected) > .icon {
@@ -7556,7 +7556,7 @@ html[dir='rtl'] .modal.about .close-container {
7556
7556
  .accordion.panel.alternate .accordion-header {
7557
7557
  border-bottom-color: #1C1819; }
7558
7558
  .accordion.panel.alternate .accordion-header.is-focused:not(.hide-focus) {
7559
- border-bottom-color: #368ac0; }
7559
+ border-bottom-color: #50535A; }
7560
7560
  .accordion.panel.alternate .accordion-pane {
7561
7561
  background-color: #1C1819; }
7562
7562
  .accordion.panel.alternate .accordion-pane .accordion-header {
@@ -7564,10 +7564,10 @@ html[dir='rtl'] .modal.about .close-container {
7564
7564
  .accordion.panel.alternate .accordion-pane .accordion-header:last-child {
7565
7565
  border-bottom-color: transparent; }
7566
7566
  .accordion.panel.alternate .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7567
- border-bottom-color: #368ac0;
7567
+ border-bottom-color: #50535A;
7568
7568
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7569
7569
  .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 {
7570
- border-bottom-color: #368ac0; }
7570
+ border-bottom-color: #50535A; }
7571
7571
  .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 {
7572
7572
  background-color: transparent; }
7573
7573
  .accordion.panel.alternate .accordion-pane .accordion-content {
@@ -7591,7 +7591,7 @@ html[dir='rtl'] .modal.about .close-container {
7591
7591
  .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 {
7592
7592
  color: #ffffff; }
7593
7593
  .accordion.panel.inverse .accordion-header.is-focused:not(.hide-focus) {
7594
- border-color: #368ac0; }
7594
+ border-color: #50535A; }
7595
7595
  .accordion.panel.inverse .accordion-header.is-selected, .accordion.panel.inverse .accordion-header.is-selected:hover, .accordion.panel.inverse .accordion-header.is-focused.is-selected {
7596
7596
  color: #ffffff; }
7597
7597
  .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 {
@@ -7619,7 +7619,7 @@ html[dir='rtl'] .modal.about .close-container {
7619
7619
  .accordion.panel.inverse .accordion-pane .accordion-header:last-child {
7620
7620
  border-bottom-color: transparent; }
7621
7621
  .accordion.panel.inverse .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7622
- border-bottom-color: #368ac0;
7622
+ border-bottom-color: #50535A;
7623
7623
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7624
7624
  .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 {
7625
7625
  color: #ffffff; }
@@ -7721,10 +7721,10 @@ html[dir='rtl'] .modal.about .close-container {
7721
7721
  .accordion-header > [class^='btn']:focus {
7722
7722
  box-shadow: none; }
7723
7723
  .accordion-header > [class^='btn']:focus:not(.hide-focus) {
7724
- border-color: #368ac0;
7724
+ border-color: #50535A;
7725
7725
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7726
7726
  .accordion-header > [class^='btn']:focus:active {
7727
- background-color: #368ac0; }
7727
+ background-color: #50535A; }
7728
7728
  .accordion-header > [class^='btn']:active .icon {
7729
7729
  color: #ffffff; }
7730
7730
  .accordion-header > [class^='btn']:active .plus-minus::before, .accordion-header > [class^='btn']:active .plus-minus::after {
@@ -7775,7 +7775,7 @@ html[dir='rtl'] .modal.about .close-container {
7775
7775
  .accordion-header:hover .icon.plus-minus::before, .accordion-header:hover .icon.plus-minus::after {
7776
7776
  background-color: #ffffff; }
7777
7777
  .accordion-header.is-focused:not(.hide-focus) {
7778
- border-color: #368ac0;
7778
+ border-color: #50535A;
7779
7779
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
7780
7780
  .accordion-header.has-chevron > [class^='btn'] {
7781
7781
  padding: 0; }
@@ -7884,9 +7884,9 @@ html[dir='rtl'] .modal.about .close-container {
7884
7884
  .accordion-pane .accordion-header.list-item.is-disabled > a {
7885
7885
  color: #656871; }
7886
7886
  .accordion-pane .accordion-header.is-focused:not(.hide-focus) {
7887
- border-color: #368ac0; }
7887
+ border-color: #50535A; }
7888
7888
  .accordion-pane .accordion-header.is-focused:not(.hide-focus):last-child {
7889
- border-bottom-color: #368ac0; }
7889
+ border-bottom-color: #50535A; }
7890
7890
  .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 {
7891
7891
  color: #ffffff !important; }
7892
7892
  .accordion-pane .accordion-header.is-disabled {
@@ -8896,7 +8896,7 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8896
8896
  right: auto; } }
8897
8897
 
8898
8898
  .popupmenu.autocomplete {
8899
- border: 1px solid #368ac0;
8899
+ border: 1px solid #50535A;
8900
8900
  border-radius: 0 0 3px 3px;
8901
8901
  border-top: 1px solid #888B94;
8902
8902
  box-shadow: 0 2px 5px 1px rgba(141, 201, 230, 0.3);
@@ -8912,7 +8912,7 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8912
8912
  .popupmenu.autocomplete li:hover {
8913
8913
  background-color: #656871; }
8914
8914
  .popupmenu.autocomplete li.is-selected {
8915
- background-color: #368ac0;
8915
+ background-color: #50535A;
8916
8916
  color: #ffffff; }
8917
8917
  .popupmenu.autocomplete + .arrow {
8918
8918
  display: none; }
@@ -8935,11 +8935,11 @@ html[dir='rtl'].ie11 .application-menu + .page-container {
8935
8935
 
8936
8936
  input.autocomplete.is-open {
8937
8937
  background-color: #313236;
8938
- border: 1px solid #368ac0;
8938
+ border: 1px solid #50535A;
8939
8939
  border-bottom: 1px solid #888B94;
8940
8940
  border-radius: 3px 3px 0 0; }
8941
8941
  input.autocomplete.is-open.is-ontop {
8942
- border: 1px solid #368ac0;
8942
+ border: 1px solid #50535A;
8943
8943
  border-radius: 0 0 3px 3px;
8944
8944
  border-top: 1px solid #888B94;
8945
8945
  box-shadow: 0 -2px 5px 1px rgba(141, 201, 230, 0.3); }
@@ -8967,7 +8967,7 @@ input.autocomplete.is-open {
8967
8967
  height: 75px;
8968
8968
  width: 75px; }
8969
8969
  .blockgrid .block img:focus {
8970
- border: solid 1px #368ac0;
8970
+ border: solid 1px #50535A;
8971
8971
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
8972
8972
  outline: none;
8973
8973
  outline-color: transparent; }
@@ -8981,27 +8981,27 @@ input.autocomplete.is-open {
8981
8981
  padding: 5%;
8982
8982
  padding-left: 45px; }
8983
8983
  .blockgrid .block.is-selected {
8984
- background-color: rgba(54, 138, 192, 0.3);
8985
- box-shadow: 0 0 0 1px rgba(54, 138, 192, 0.3); }
8984
+ background-color: rgba(80, 83, 90, 0.3);
8985
+ box-shadow: 0 0 0 1px rgba(80, 83, 90, 0.3); }
8986
8986
  .blockgrid .block.is-selectable {
8987
8987
  border: 1px transparent solid;
8988
8988
  border-radius: 3px;
8989
8989
  outline: none; }
8990
8990
  .blockgrid .block.is-selectable.is-selected {
8991
8991
  background-color: transparent;
8992
- border: 1px #368ac0 solid;
8993
- box-shadow: 0 0 0 1px #368ac0; }
8992
+ border: 1px #50535A solid;
8993
+ box-shadow: 0 0 0 1px #50535A; }
8994
8994
  .blockgrid .block.is-selectable.is-selected:hover {
8995
8995
  background-color: transparent; }
8996
8996
  .blockgrid .block.is-selectable.is-selected input.checkbox + label {
8997
8997
  display: block; }
8998
8998
  .blockgrid .block.is-selectable.is-activated {
8999
- background-color: rgba(54, 138, 192, 0.3); }
8999
+ background-color: rgba(80, 83, 90, 0.3); }
9000
9000
  .blockgrid .block.is-selectable.is-activated.is-selected {
9001
- border: 1px #368ac0 solid;
9002
- box-shadow: 0 0 0 1px #368ac0; }
9001
+ border: 1px #50535A solid;
9002
+ box-shadow: 0 0 0 1px #50535A; }
9003
9003
  .blockgrid .block.is-selectable.is-activated:hover {
9004
- background-color: rgba(54, 138, 192, 0.3); }
9004
+ background-color: rgba(80, 83, 90, 0.3); }
9005
9005
  .blockgrid .block.is-selectable:hover {
9006
9006
  background-color: #50535A;
9007
9007
  border-radius: 3px;
@@ -9009,12 +9009,12 @@ input.autocomplete.is-open {
9009
9009
  .blockgrid .block.is-selectable:hover input.checkbox + label {
9010
9010
  display: block; }
9011
9011
  .blockgrid .block.is-selectable:focus {
9012
- border: 1px #368ac0 solid;
9012
+ border: 1px #50535A solid;
9013
9013
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
9014
9014
  .blockgrid .block.is-selectable:focus input.checkbox + label {
9015
9015
  display: block; }
9016
9016
  .blockgrid .block.is-selectable.has-focus {
9017
- border: 1px #368ac0 solid; }
9017
+ border: 1px #50535A solid; }
9018
9018
  .blockgrid .block input.checkbox:focus + label {
9019
9019
  display: block; }
9020
9020
  .blockgrid .block input.checkbox + label {
@@ -9337,7 +9337,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9337
9337
  margin-left: 0; }
9338
9338
 
9339
9339
  .cards.single .card.is-selectable:focus-visible {
9340
- border: solid 1px #368ac0;
9340
+ border: solid 1px #50535A;
9341
9341
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
9342
9342
  outline: none;
9343
9343
  outline-color: transparent; }
@@ -9345,7 +9345,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9345
9345
  .cards .card {
9346
9346
  cursor: pointer; }
9347
9347
  .cards .card.is-selected {
9348
- background-color: rgba(54, 138, 192, 0.3);
9348
+ background-color: rgba(80, 83, 90, 0.3);
9349
9349
  border: 2px solid #368ac0; }
9350
9350
  .cards .card.is-selected .card-content {
9351
9351
  border: none; }
@@ -9577,7 +9577,7 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
9577
9577
  .card.expandable-area .btn-expander:focus:not(.hide-focus),
9578
9578
  .small-widget.expandable-area .btn-expander:focus:not(.hide-focus),
9579
9579
  .widget.expandable-area .btn-expander:focus:not(.hide-focus) {
9580
- border-color: #368ac0; }
9580
+ border-color: #50535A; }
9581
9581
  .card.editable-hover-border,
9582
9582
  .small-widget.editable-hover-border,
9583
9583
  .widget.editable-hover-border {
@@ -10147,18 +10147,18 @@ html[dir='rtl'] .busy-sm .busy-indicator .bar {
10147
10147
  .widget-header [class^='btn'].is-selected,
10148
10148
  .widget-header [class^='btn'].is-selected:focus,
10149
10149
  .widget-header [class^='btn'].is-selected:hover {
10150
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0;
10151
- color: #368ac0; }
10150
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A;
10151
+ color: #50535A; }
10152
10152
  .card-header [class^='btn'].is-selected span, .card-header [class^='btn'].is-selected:focus span, .card-header [class^='btn'].is-selected:hover span,
10153
10153
  .widget-header [class^='btn'].is-selected span,
10154
10154
  .widget-header [class^='btn'].is-selected:focus span,
10155
10155
  .widget-header [class^='btn'].is-selected:hover span {
10156
- color: #368ac0; }
10156
+ color: #50535A; }
10157
10157
  .card-header [class^='btn'].is-selected .icon, .card-header [class^='btn'].is-selected:focus .icon, .card-header [class^='btn'].is-selected:hover .icon,
10158
10158
  .widget-header [class^='btn'].is-selected .icon,
10159
10159
  .widget-header [class^='btn'].is-selected:focus .icon,
10160
10160
  .widget-header [class^='btn'].is-selected:hover .icon {
10161
- color: #368ac0; }
10161
+ color: #50535A; }
10162
10162
  .card-header > h2,
10163
10163
  .card-header > h1,
10164
10164
  .card-header > button,
@@ -10332,7 +10332,7 @@ a.btn.card {
10332
10332
  min-height: 50px; }
10333
10333
  button.btn.card:focus:not(.hide-focus),
10334
10334
  a.btn.card:focus:not(.hide-focus) {
10335
- box-shadow: 0 0 0 2px #313236, 0 0 0 3px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
10335
+ box-shadow: 0 0 0 2px #313236, 0 0 0 3px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
10336
10336
 
10337
10337
  a.btn.card {
10338
10338
  align-items: center;
@@ -10399,7 +10399,7 @@ html[dir='rtl'] .widget-content .widget-group-action {
10399
10399
  display: none; }
10400
10400
  .circlepager.is-active .btn-next,
10401
10401
  .circlepager.is-active .btn-previous {
10402
- border: 1px solid #999999;
10402
+ border: 1px solid #414247;
10403
10403
  border-radius: 50%;
10404
10404
  display: none;
10405
10405
  height: 32px;
@@ -10470,16 +10470,16 @@ html[dir='rtl'] .widget-content .widget-group-action {
10470
10470
  border-color: #C8CBD4; }
10471
10471
  .circlepager.is-active .circlepager-controls .control-button:focus::before {
10472
10472
  background-color: transparent;
10473
- border-color: #368ac0; }
10473
+ border-color: #50535A; }
10474
10474
  .circlepager.is-active .circlepager-controls .control-button.is-active::before {
10475
- background-color: #368ac0;
10476
- border-color: #368ac0; }
10475
+ background-color: #50535A;
10476
+ border-color: #50535A; }
10477
10477
  .circlepager.is-active .circlepager-controls .control-button.is-active:hover::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:focus::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[disabled], .circlepager.is-active .circlepager-controls .control-button.is-disable {
10484
10484
  background-color: transparent;
10485
10485
  border-color: #656871; }
@@ -10515,9 +10515,9 @@ html[dir='rtl'] .widget-content .widget-group-action {
10515
10515
  .circlepager.is-bullets-nav-hidden .controls .control-button::before {
10516
10516
  display: none; }
10517
10517
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active {
10518
- border: 1px solid #999999;
10518
+ border: 1px solid #414247;
10519
10519
  border-radius: 2px;
10520
- color: #999999;
10520
+ color: #414247;
10521
10521
  cursor: default;
10522
10522
  display: inline-block;
10523
10523
  height: auto;
@@ -10525,10 +10525,10 @@ html[dir='rtl'] .widget-content .widget-group-action {
10525
10525
  width: auto; }
10526
10526
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active:hover {
10527
10527
  background-color: #1C1819;
10528
- border-color: #999999; }
10528
+ border-color: #414247; }
10529
10529
  .circlepager.is-bullets-nav-hidden .controls .control-button.is-active:focus {
10530
10530
  background-color: #1C1819;
10531
- border-color: #999999; }
10531
+ border-color: #414247; }
10532
10532
 
10533
10533
  .card .card-footer .circlepager-controls,
10534
10534
  .widget .widget-footer .circlepager-controls {
@@ -10584,19 +10584,19 @@ html[dir='rtl'] .widget-content .widget-group-action {
10584
10584
  .card .card-footer .circlepager-controls .control-button:focus::before,
10585
10585
  .widget .widget-footer .circlepager-controls .control-button:focus::before {
10586
10586
  background-color: transparent;
10587
- border-color: #368ac0; }
10587
+ border-color: #50535A; }
10588
10588
  .card .card-footer .circlepager-controls .control-button.is-active::before,
10589
10589
  .widget .widget-footer .circlepager-controls .control-button.is-active::before {
10590
- background-color: #368ac0;
10591
- border-color: #368ac0; }
10590
+ background-color: #50535A;
10591
+ border-color: #50535A; }
10592
10592
  .card .card-footer .circlepager-controls .control-button.is-active:hover::before,
10593
10593
  .widget .widget-footer .circlepager-controls .control-button.is-active:hover::before {
10594
- background-color: #368ac0;
10595
- border-color: #368ac0; }
10594
+ background-color: #50535A;
10595
+ border-color: #50535A; }
10596
10596
  .card .card-footer .circlepager-controls .control-button.is-active:focus::before,
10597
10597
  .widget .widget-footer .circlepager-controls .control-button.is-active:focus::before {
10598
- background-color: #368ac0;
10599
- border-color: #368ac0; }
10598
+ background-color: #50535A;
10599
+ border-color: #50535A; }
10600
10600
  .card .card-footer .circlepager-controls .control-button[disabled], .card .card-footer .circlepager-controls .control-button.is-disable,
10601
10601
  .widget .widget-footer .circlepager-controls .control-button[disabled],
10602
10602
  .widget .widget-footer .circlepager-controls .control-button.is-disable {
@@ -10824,7 +10824,7 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
10824
10824
  -o-transform: rotate(45deg);
10825
10825
  -ms-transform: rotate(45deg);
10826
10826
  transform: rotate(45deg);
10827
- border-color: #368ac0 #368ac0 #368ac0 transparent;
10827
+ border-color: #50535A #50535A #50535A transparent;
10828
10828
  border-style: solid;
10829
10829
  border-width: 0 2px 2px 0;
10830
10830
  content: '';
@@ -10855,8 +10855,8 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
10855
10855
  margin-top: 0;
10856
10856
  top: 8px; }
10857
10857
  .popupmenu li.is-multiselectable.is-checked::before {
10858
- background-color: #368ac0;
10859
- border-color: #368ac0;
10858
+ background-color: #50535A;
10859
+ border-color: #50535A;
10860
10860
  margin-left: 7px;
10861
10861
  margin-top: 0;
10862
10862
  top: 8px; }
@@ -11031,8 +11031,8 @@ html[dir='rtl'] .circlepager.is-active .controls .control-button {
11031
11031
  margin-top: 0;
11032
11032
  top: 8px; }
11033
11033
  .popupmenu.is-multiselectable li.is-checked::before {
11034
- background-color: #368ac0;
11035
- border-color: #368ac0;
11034
+ background-color: #50535A;
11035
+ border-color: #50535A;
11036
11036
  margin-left: 7px;
11037
11037
  margin-top: 0;
11038
11038
  top: 8px; }
@@ -11220,7 +11220,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11220
11220
  position: absolute;
11221
11221
  right: 0; }
11222
11222
  .colorpicker-container.is-focused {
11223
- border-color: #368ac0;
11223
+ border-color: #50535A;
11224
11224
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
11225
11225
  .colorpicker-container:hover:not(.is-focused):not(.is-open):not(.is-disabled) {
11226
11226
  border-color: #C8CBD4; }
@@ -11260,12 +11260,12 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11260
11260
  color: #ABAEB7;
11261
11261
  cursor: pointer; }
11262
11262
  .colorpicker-container.is-readonly.is-focused {
11263
- border-color: #368ac0 !important; }
11263
+ border-color: #50535A !important; }
11264
11264
  .colorpicker-container.is-readonly .icon:not(.icon-error) {
11265
11265
  color: #888B94;
11266
11266
  cursor: default; }
11267
11267
  .colorpicker-container.is-open {
11268
- border-color: #368ac0; }
11268
+ border-color: #50535A; }
11269
11269
  .colorpicker-container .trigger {
11270
11270
  cursor: pointer;
11271
11271
  display: inline-block;
@@ -11300,9 +11300,9 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11300
11300
  top: 9px;
11301
11301
  width: 16px; }
11302
11302
  .colorpicker-container .swatch:hover:not(:disabled) .icon {
11303
- color: #368ac0; }
11303
+ color: #50535A; }
11304
11304
  .colorpicker-container .swatch:active .icon {
11305
- color: #368ac0; }
11305
+ color: #50535A; }
11306
11306
  .colorpicker-container .swatch.is-empty, .colorpicker-container .swatch.is-invalid {
11307
11307
  background-color: #ffffff;
11308
11308
  border: 1px solid #888B94; }
@@ -11351,7 +11351,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11351
11351
  padding: 0; }
11352
11352
  .popupmenu.colorpicker li a:focus {
11353
11353
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
11354
- outline: 1px solid #368ac0; }
11354
+ outline: 1px solid #50535A; }
11355
11355
  .popupmenu.colorpicker li a.is-selected::after {
11356
11356
  -webkit-transform: scaleX(-1) rotate(135deg);
11357
11357
  -moz-transform: scaleX(-1) rotate(135deg);
@@ -11374,7 +11374,7 @@ html[dir='rtl'].ie .submenu > a > .icon.icon-dropdown {
11374
11374
  .popupmenu.colorpicker.popupmenu-short.has-icons li a {
11375
11375
  padding: 0; }
11376
11376
  .popupmenu.colorpicker .swatch {
11377
- background-color: #999999;
11377
+ background-color: #414247;
11378
11378
  display: block;
11379
11379
  height: 20px;
11380
11380
  width: 20px; }
@@ -11531,11 +11531,11 @@ html[dir='rtl'] .popupmenu.colorpicker li a {
11531
11531
  color: #ffffff; }
11532
11532
  .datepicker + .trigger:active,
11533
11533
  .datepicker + .tooltip-description + .trigger:active {
11534
- color: #368ac0; }
11534
+ color: #50535A; }
11535
11535
  .datepicker.is-open {
11536
- border-color: #368ac0; }
11536
+ border-color: #50535A; }
11537
11537
  .datepicker.is-open + .trigger {
11538
- color: #368ac0; }
11538
+ color: #50535A; }
11539
11539
  .datepicker + .trigger + .icon-error {
11540
11540
  margin-left: -50px; }
11541
11541
  .datepicker + .audible + .trigger + .icon-error {
@@ -11566,7 +11566,7 @@ html[dir='rtl'] .popupmenu.colorpicker li a {
11566
11566
  transition: none; }
11567
11567
  .monthview-popup.popover.is-range-week tr:focus {
11568
11568
  border-radius: 50px;
11569
- box-shadow: 0 0 0 1px #368ac0;
11569
+ box-shadow: 0 0 0 1px #50535A;
11570
11570
  outline: none; }
11571
11571
  .monthview-popup.popover .tooltip-content {
11572
11572
  padding: 0; }
@@ -11756,11 +11756,11 @@ div.multiselect {
11756
11756
  color: #ff9426; }
11757
11757
  div.dropdown.is-placeholder.info,
11758
11758
  div.multiselect.is-placeholder.info {
11759
- color: #368ac0; }
11759
+ color: #50535A; }
11760
11760
  div.dropdown:focus, div.dropdown.is-focused,
11761
11761
  div.multiselect:focus,
11762
11762
  div.multiselect.is-focused {
11763
- border: solid 1px #368ac0;
11763
+ border: solid 1px #50535A;
11764
11764
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
11765
11765
  outline: none;
11766
11766
  outline-color: transparent; }
@@ -11788,10 +11788,10 @@ div.multiselect {
11788
11788
  color: #ffffff !important; }
11789
11789
  div.dropdown.info,
11790
11790
  div.multiselect.info {
11791
- border-color: #368ac0; }
11791
+ border-color: #50535A; }
11792
11792
  div.dropdown.info:focus,
11793
11793
  div.multiselect.info:focus {
11794
- border-color: #368ac0 !important;
11794
+ border-color: #50535A !important;
11795
11795
  color: #ffffff !important; }
11796
11796
  div.dropdown.text-align-reverse,
11797
11797
  div.multiselect.text-align-reverse {
@@ -11872,10 +11872,10 @@ div.multiselect {
11872
11872
  cursor: default; }
11873
11873
  div.dropdown:active:not([disabled]):not(.is-disabled):not(.is-readonly),
11874
11874
  div.multiselect:active:not([disabled]):not(.is-disabled):not(.is-readonly) {
11875
- border-color: #368ac0; }
11875
+ border-color: #50535A; }
11876
11876
  div.dropdown:active:not([disabled]):not(.is-disabled):not(.is-readonly) + .icon,
11877
11877
  div.multiselect:active:not([disabled]):not(.is-disabled):not(.is-readonly) + .icon {
11878
- color: #368ac0; }
11878
+ color: #50535A; }
11879
11879
  div.dropdown:hover:not([disabled]):not(.is-disabled):not(.is-readonly):not(.is-open):not(.error),
11880
11880
  div.multiselect:hover:not([disabled]):not(.is-disabled):not(.is-readonly):not(.is-open):not(.error) {
11881
11881
  border-color: #ffffff; }
@@ -11910,7 +11910,7 @@ div.multiselect {
11910
11910
  color: #888B94; }
11911
11911
  div.dropdown:focus,
11912
11912
  div.multiselect:focus {
11913
- border-color: #368ac0 !important; }
11913
+ border-color: #50535A !important; }
11914
11914
  div.dropdown.has-tags,
11915
11915
  div.multiselect.has-tags {
11916
11916
  line-height: normal;
@@ -11953,7 +11953,7 @@ div.multiselect {
11953
11953
  -o-user-select: none;
11954
11954
  user-select: none;
11955
11955
  background-color: transparent;
11956
- border: 1px solid #368ac0;
11956
+ border: 1px solid #50535A;
11957
11957
  border-radius: 3px;
11958
11958
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 4px 2px rgba(141, 201, 230, 0.3);
11959
11959
  font-size: 1.4rem;
@@ -12030,11 +12030,11 @@ div.multiselect {
12030
12030
  background-color: #656871;
12031
12031
  outline: none; }
12032
12032
  .dropdown-list li.is-focused:not(.is-disabled) {
12033
- background-color: #368ac0; }
12033
+ background-color: #50535A; }
12034
12034
  .dropdown-list li.is-focused:not(.is-disabled) a {
12035
12035
  color: #ffffff; }
12036
12036
  .dropdown-list li.is-focused:not(.is-disabled).is-selected {
12037
- background-color: #368ac0; }
12037
+ background-color: #50535A; }
12038
12038
  .dropdown-list li.is-focused:not(.is-disabled).is-selected a {
12039
12039
  color: #ffffff; }
12040
12040
  .dropdown-list li.is-focused:not(.is-disabled) .listoption-icon {
@@ -12042,7 +12042,7 @@ div.multiselect {
12042
12042
  .dropdown-list li.is-focused:not(.is-disabled) .badge {
12043
12043
  background-color: #ffffff;
12044
12044
  border-color: #ffffff;
12045
- color: #368ac0 !important; }
12045
+ color: #50535A !important; }
12046
12046
  .dropdown-list li .listoption-icon {
12047
12047
  color: #DEE1E8;
12048
12048
  height: 16px;
@@ -12157,8 +12157,8 @@ div.multiselect {
12157
12157
  .dropdown-list.multiple li.is-focused:not(.is-disabled) > a {
12158
12158
  color: #DEE1E8; }
12159
12159
  .dropdown-list.multiple li.is-selected::before {
12160
- background-color: #368ac0;
12161
- border-color: #368ac0; }
12160
+ background-color: #50535A;
12161
+ border-color: #50535A; }
12162
12162
  .dropdown-list.multiple li.is-selected::after {
12163
12163
  -webkit-transform: scaleX(-1) rotate(135deg);
12164
12164
  -moz-transform: scaleX(-1) rotate(135deg);
@@ -12870,9 +12870,9 @@ html[dir='rtl'].is-firefox div.multiselect.has-tags {
12870
12870
  display: none !important; }
12871
12871
 
12872
12872
  .icon-empty-state {
12873
- color: #368ac0;
12873
+ color: #50535A;
12874
12874
  display: inline-block;
12875
- fill: #368ac0;
12875
+ fill: #50535A;
12876
12876
  height: 65px;
12877
12877
  position: relative;
12878
12878
  width: 65px; }
@@ -13229,7 +13229,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13229
13229
  .field-options ~ .btn-actions:hover {
13230
13230
  opacity: 1; }
13231
13231
  .field-options ~ .btn-actions.is-active {
13232
- border-color: #368ac0;
13232
+ border-color: #50535A;
13233
13233
  opacity: 1; }
13234
13234
  .field-options ~ .btn-actions:focus, .field-options ~ .btn-actions:active {
13235
13235
  color: transparent;
@@ -13237,7 +13237,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13237
13237
  .field-options ~ .btn-actions:focus:not(.hide-focus) {
13238
13238
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13239
13239
  .field-options ~ .btn-actions:focus:not(.hide-focus) .icon {
13240
- color: #368ac0; }
13240
+ color: #50535A; }
13241
13241
  .field-options ~ a.btn-actions {
13242
13242
  display: inline;
13243
13243
  padding: 0 5px; }
@@ -13318,7 +13318,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13318
13318
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):hover {
13319
13319
  opacity: 1; }
13320
13320
  .field.is-fieldoptions .btn-actions:not(.is-checkbox).is-active {
13321
- border-color: #368ac0;
13321
+ border-color: #50535A;
13322
13322
  opacity: 1; }
13323
13323
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus, .field.is-fieldoptions .btn-actions:not(.is-checkbox):active {
13324
13324
  color: transparent;
@@ -13326,7 +13326,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13326
13326
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus:not(.hide-focus) {
13327
13327
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13328
13328
  .field.is-fieldoptions .btn-actions:not(.is-checkbox):focus:not(.hide-focus) .icon {
13329
- color: #368ac0; }
13329
+ color: #50535A; }
13330
13330
 
13331
13331
  .field.is-fieldoptions .colorpicker-container ~ .btn-actions {
13332
13332
  left: -10px;
@@ -13562,7 +13562,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13562
13562
  padding-bottom: 9px;
13563
13563
  padding-top: 6px; }
13564
13564
  .summary-form .data.field-options:focus, .summary-form .data.field-options:active {
13565
- border: solid 1px #368ac0;
13565
+ border: solid 1px #50535A;
13566
13566
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
13567
13567
  outline: none;
13568
13568
  outline-color: transparent; }
@@ -13583,9 +13583,9 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13583
13583
  width: 16px; }
13584
13584
 
13585
13585
  .radio-group.is-active .field-options {
13586
- border-color: #368ac0; }
13586
+ border-color: #50535A; }
13587
13587
  .radio-group.is-active .field-options.is-focused {
13588
- border: solid 1px #368ac0;
13588
+ border: solid 1px #50535A;
13589
13589
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
13590
13590
  outline: none;
13591
13591
  outline-color: transparent; }
@@ -13601,14 +13601,14 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13601
13601
 
13602
13602
  .field.is-active div.dropdown:not(.is-open),
13603
13603
  .field.is-active .field-options:not([disabled]):not(.colorpicker):not(.spinbox) {
13604
- border-color: #368ac0; }
13604
+ border-color: #50535A; }
13605
13605
 
13606
13606
  .field.is-active .colorpicker-container {
13607
- border-color: #368ac0; }
13607
+ border-color: #50535A; }
13608
13608
 
13609
13609
  .field.is-active .spinbox-wrapper > .spinbox,
13610
13610
  .field.is-active .spinbox-wrapper > .spinbox-control {
13611
- border-color: #368ac0; }
13611
+ border-color: #50535A; }
13612
13612
 
13613
13613
  .field.is-active .spinbox-wrapper.is-focused .down {
13614
13614
  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); }
@@ -13623,7 +13623,7 @@ html[dir='rtl'] .dropdown-list.ffdropdown > .trigger {
13623
13623
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
13624
13624
 
13625
13625
  .field.is-active .btn-actions {
13626
- border-color: #368ac0;
13626
+ border-color: #50535A;
13627
13627
  opacity: 1; }
13628
13628
 
13629
13629
  .is-firefox .field-options ~ .btn-actions {
@@ -14056,7 +14056,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14056
14056
  color: #ffffff; }
14057
14057
  .field-fileupload .trigger:active .icon,
14058
14058
  .field-fileupload .trigger-close:active .icon {
14059
- color: #368ac0; }
14059
+ color: #50535A; }
14060
14060
 
14061
14061
  .field-fileupload label.fileupload {
14062
14062
  display: inline-block; }
@@ -14120,14 +14120,14 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14120
14120
  color: #bdbdbd;
14121
14121
  cursor: default; }
14122
14122
  .fileupload-wrapper.is-disabled .container.drop-area .icon {
14123
- color: #999999;
14123
+ color: #414247;
14124
14124
  cursor: default; }
14125
14125
  .fileupload-wrapper.is-disabled .container.drop-area:hover {
14126
14126
  background-color: #f0f0f0;
14127
14127
  border: 1px dashed #bdbdbd;
14128
14128
  color: #bdbdbd; }
14129
14129
  .fileupload-wrapper.is-disabled .container.drop-area:hover .icon {
14130
- color: #999999;
14130
+ color: #414247;
14131
14131
  cursor: default; }
14132
14132
  .fileupload-wrapper .container {
14133
14133
  border: 1px dashed #656871;
@@ -14174,7 +14174,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14174
14174
  border-color: transparent;
14175
14175
  box-shadow: none; }
14176
14176
  .fileupload-wrapper .container.drop-area.is-focus .hyperlink {
14177
- border-color: #368ac0;
14177
+ border-color: #50535A;
14178
14178
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14179
14179
  .fileupload-wrapper .container.drop-area .icon {
14180
14180
  color: #888B94; }
@@ -14189,7 +14189,7 @@ html[dir='rtl'].is-safari .fieldset-title::after {
14189
14189
  color: #737373; }
14190
14190
  .fileupload-wrapper .container.drop-area.hover {
14191
14191
  background-color: rgba(28, 24, 25, 0.3);
14192
- border-color: #368ac0;
14192
+ border-color: #50535A;
14193
14193
  color: #737373; }
14194
14194
  .fileupload-wrapper .container.drop-area.hover .icon {
14195
14195
  color: #737373; }
@@ -14570,7 +14570,7 @@ html[dir='rtl'] .btn.fontpicker {
14570
14570
  background-color: #313236;
14571
14571
  border-color: #313236; }
14572
14572
  .subheader .go-button:not(.hide-focus) {
14573
- box-shadow: 0 0 0 1px #313236, 0 0 0 2px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14573
+ box-shadow: 0 0 0 1px #313236, 0 0 0 2px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
14574
14574
  .subheader .full-searchfield-container .searchfield-wrapper.context.has-focus .searchfield,
14575
14575
  .subheader .full-searchfield-container .searchfield-wrapper.context.has-focus .btn {
14576
14576
  border-color: #888B94; }
@@ -15112,7 +15112,7 @@ html[dir='rtl'] .header .flex-toolbar .toolbar-section.search-categories.search
15112
15112
  min-width: 55px;
15113
15113
  width: 55px; }
15114
15114
  .hierarchy .leaf .image-placeholder {
15115
- border: 2px solid #999999; }
15115
+ border: 2px solid #414247; }
15116
15116
  .hierarchy .leaf .detail {
15117
15117
  flex-grow: 1;
15118
15118
  margin-left: 20px;
@@ -15347,7 +15347,7 @@ html[dir='rtl'] .header .flex-toolbar .toolbar-section.search-categories.search
15347
15347
  .hierarchy.layout-is-paging .chart .back {
15348
15348
  position: relative; }
15349
15349
  .hierarchy.layout-is-paging .chart .back button {
15350
- background: #368ac0;
15350
+ background: #50535A;
15351
15351
  color: #ffffff;
15352
15352
  display: block;
15353
15353
  margin: 0 0 0 122px;
@@ -15874,9 +15874,9 @@ html[dir='rtl'] .hierarchy .sub-level {
15874
15874
  color: #ffffff;
15875
15875
  display: inline-block; }
15876
15876
  .listbuilder .listview li:hover:not(.is-disabled):not(.is-selected):focus, .listbuilder .listview li:focus:not(.is-disabled):not(.is-selected):focus {
15877
- border-color: #368ac0; }
15877
+ border-color: #50535A; }
15878
15878
  .listbuilder .listview li.is-selected {
15879
- background-color: #368ac0 !important; }
15879
+ background-color: #50535A !important; }
15880
15880
  .listbuilder .listview li.is-selected.is-disabled {
15881
15881
  background-color: #50535A; }
15882
15882
  .listbuilder .listview li.is-selected .edit-input {
@@ -15891,12 +15891,12 @@ html[dir='rtl'] .hierarchy .sub-level {
15891
15891
  color: #ffffff;
15892
15892
  font-weight: 700; }
15893
15893
  .listbuilder .listview li.is-selected:hover:not(.is-disabled), .listbuilder .listview li.is-selected:focus:not(.is-disabled) {
15894
- background-color: #368ac0; }
15894
+ background-color: #50535A; }
15895
15895
  .listbuilder .listview li.is-selected:hover:not(.is-disabled) .handle, .listbuilder .listview li.is-selected:focus:not(.is-disabled) .handle {
15896
15896
  color: #ffffff;
15897
15897
  display: inline-block; }
15898
15898
  .listbuilder .listview li.is-selected:hover:not(.is-disabled):focus, .listbuilder .listview li.is-selected:focus:not(.is-disabled):focus {
15899
- border-color: #368ac0; }
15899
+ border-color: #50535A; }
15900
15900
  .listbuilder .listview li.is-editing {
15901
15901
  outline-style: none;
15902
15902
  -webkit-touch-callout: auto;
@@ -15935,7 +15935,7 @@ html[dir='rtl'] .hierarchy .sub-level {
15935
15935
  .pager-toolbar > li > .btn-icon {
15936
15936
  border: 1px solid transparent;
15937
15937
  border-radius: 2px;
15938
- color: #368ac0;
15938
+ color: #50535A;
15939
15939
  cursor: pointer;
15940
15940
  height: 28px;
15941
15941
  margin: 0 2px;
@@ -15951,7 +15951,7 @@ html[dir='rtl'] .hierarchy .sub-level {
15951
15951
  .pager-toolbar > li > .btn-icon[disabled] .icon {
15952
15952
  color: #50535A; }
15953
15953
  .pager-toolbar > li > .btn-icon:focus {
15954
- border: 1px solid #368ac0;
15954
+ border: 1px solid #50535A;
15955
15955
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
15956
15956
  .pager-toolbar > li > .btn-icon .audible {
15957
15957
  color: #ffffff; }
@@ -15967,14 +15967,14 @@ html[dir='rtl'] .hierarchy .sub-level {
15967
15967
  min-width: 19px;
15968
15968
  width: auto; }
15969
15969
  .pager-toolbar > li.pager-no:hover > .btn-icon {
15970
- border-bottom: 1px solid #368ac0; }
15970
+ border-bottom: 1px solid #50535A; }
15971
15971
  .pager-toolbar > li.pager-no:hover > .btn-icon[disabled] {
15972
15972
  border-bottom: 1px solid transparent; }
15973
15973
  .pager-toolbar > li.selected > .btn-icon {
15974
15974
  color: #ffffff;
15975
15975
  font-weight: 700; }
15976
15976
  .pager-toolbar > li.selected:hover > .btn-icon {
15977
- border-bottom: 1px solid #368ac0; }
15977
+ border-bottom: 1px solid #50535A; }
15978
15978
  .pager-toolbar > li.selected:hover > .btn-icon:focus {
15979
15979
  border-bottom: 1px solid transparent; }
15980
15980
  .pager-toolbar > li:not(.selected) .btn-icon:not([disabled]):active svg, .pager-toolbar > li:not(.selected) .btn-icon:not([disabled]):hover svg {
@@ -16217,9 +16217,9 @@ html[dir='rtl'] .pager-pagesize {
16217
16217
  .searchfield-wrapper.context.has-categories > .searchfield {
16218
16218
  width: calc(100% - 39px); }
16219
16219
  .searchfield-wrapper.context.has-focus .btn {
16220
- border-color: #368ac0; }
16220
+ border-color: #50535A; }
16221
16221
  .searchfield-wrapper.context.has-focus .searchfield {
16222
- border-color: #368ac0; }
16222
+ border-color: #50535A; }
16223
16223
  .searchfield-wrapper.is-hovered .btn {
16224
16224
  border-color: #C8CBD4;
16225
16225
  color: #C8CBD4; }
@@ -16230,20 +16230,20 @@ html[dir='rtl'] .pager-pagesize {
16230
16230
  .searchfield-wrapper.has-focus:not(.toolbar-searchfield-wrapper) {
16231
16231
  box-shadow: 0 0 4px 1px rgba(54, 138, 192, 0.3); }
16232
16232
  .searchfield-wrapper.has-focus .btn {
16233
- border-color: #368ac0; }
16233
+ border-color: #50535A; }
16234
16234
  .searchfield-wrapper.has-focus .btn:focus, .searchfield-wrapper.has-focus .btn:active {
16235
- color: #368ac0; }
16235
+ color: #50535A; }
16236
16236
  .searchfield-wrapper.has-focus .btn:focus .icon, .searchfield-wrapper.has-focus .btn:active .icon {
16237
- color: #368ac0; }
16237
+ color: #50535A; }
16238
16238
  .searchfield-wrapper.has-focus .searchfield {
16239
- border-color: #368ac0; }
16239
+ border-color: #50535A; }
16240
16240
  .searchfield-wrapper.has-focus input:focus {
16241
16241
  box-shadow: none; }
16242
16242
  .searchfield-wrapper.has-focus.has-categories .searchfield {
16243
16243
  border-left-color: transparent;
16244
16244
  box-shadow: none; }
16245
16245
  .searchfield-wrapper.has-focus.has-categories.show-category .searchfield {
16246
- border-left-color: #368ac0; }
16246
+ border-left-color: #50535A; }
16247
16247
  .searchfield-wrapper.has-focus.has-categories.show-category .searchfield:focus {
16248
16248
  box-shadow: none; }
16249
16249
  .searchfield-wrapper.has-focus.has-go-button {
@@ -16280,9 +16280,9 @@ html[dir='rtl'] .pager-pagesize {
16280
16280
  .searchfield-wrapper .btn:focus {
16281
16281
  box-shadow: none; }
16282
16282
  .searchfield-wrapper .btn.is-open {
16283
- color: #368ac0; }
16283
+ color: #50535A; }
16284
16284
  .searchfield-wrapper .btn.is-open .icon {
16285
- color: #368ac0; }
16285
+ color: #50535A; }
16286
16286
  .searchfield-wrapper.has-categories > * {
16287
16287
  vertical-align: top; }
16288
16288
  .searchfield-wrapper.has-categories.show-category .btn {
@@ -16541,7 +16541,7 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16541
16541
  background-color: #50535A;
16542
16542
  outline: none; }
16543
16543
  .listview li:focus {
16544
- border-color: #69b5dd !important;
16544
+ border-color: #888B94 !important;
16545
16545
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
16546
16546
  outline: none; }
16547
16547
  .listview li.error, .listview li.alert, .listview li.border-color {
@@ -16720,16 +16720,16 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16720
16720
  background-color: inherit; }
16721
16721
  .listview li.is-selected:not(.hide-selected-color),
16722
16722
  .listview tr.is-selected:not(.hide-selected-color) {
16723
- background-color: rgba(54, 138, 192, 0.3); }
16723
+ background-color: rgba(80, 83, 90, 0.3); }
16724
16724
  .listview li.is-selected:not(.hide-selected-color):hover,
16725
16725
  .listview tr.is-selected:not(.hide-selected-color):hover {
16726
- background-color: rgba(54, 138, 192, 0.3); }
16726
+ background-color: rgba(80, 83, 90, 0.3); }
16727
16727
  .listview li.is-activated,
16728
16728
  .listview tr.is-activated {
16729
- background-color: rgba(54, 138, 192, 0.3); }
16729
+ background-color: rgba(80, 83, 90, 0.3); }
16730
16730
  .listview li.is-activated:hover,
16731
16731
  .listview tr.is-activated:hover {
16732
- background-color: rgba(54, 138, 192, 0.3); }
16732
+ background-color: rgba(80, 83, 90, 0.3); }
16733
16733
  .listview tr.is-selected td:first-child {
16734
16734
  padding: 13px 15px; }
16735
16735
  .listview .listview-checkbox {
@@ -16874,7 +16874,7 @@ html[class*='theme-classic-'] .application-menu.has-searchfield .searchfield-wra
16874
16874
  .listview-search .searchfield-wrapper.has-listview-filters .btn-icon {
16875
16875
  top: 7px; }
16876
16876
  .listview-search .searchfield-wrapper.has-focus input {
16877
- border: 1px solid #368ac0; }
16877
+ border: 1px solid #50535A; }
16878
16878
 
16879
16879
  .listview-search .searchfield-filter-wrapper {
16880
16880
  left: 0; }
@@ -17061,7 +17061,7 @@ html[dir='rtl'].is-firefox .listview .alert-text::before {
17061
17061
  .lookup-wrapper .lookup.is-not-editable:not([disabled]) + .trigger {
17062
17062
  cursor: pointer; }
17063
17063
  .lookup-wrapper .lookup.is-not-editable:focus {
17064
- border: solid 1px #368ac0;
17064
+ border: solid 1px #50535A;
17065
17065
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
17066
17066
  outline: none;
17067
17067
  outline-color: transparent; }
@@ -17352,7 +17352,7 @@ html[dir='rtl'][class*='theme-classic-'] .modal-content .toolbar .buttonset .sea
17352
17352
  height: 100%;
17353
17353
  margin-bottom: 0; }
17354
17354
  .masthead .toolbar .popupmenu li.is-checked > a::before {
17355
- border-color: #368ac0 #368ac0 #368ac0 transparent; }
17355
+ border-color: #50535A #50535A #50535A transparent; }
17356
17356
  .masthead .toolbar .title {
17357
17357
  height: 100%;
17358
17358
  padding: 0; }
@@ -17724,7 +17724,7 @@ body.modal-engaged .overlay {
17724
17724
  .modal-content h1.is-success .icon {
17725
17725
  color: #80ce4d; }
17726
17726
  .modal-content h1.is-info .icon {
17727
- color: #368ac0; }
17727
+ color: #50535A; }
17728
17728
  .modal-content h2 {
17729
17729
  font-size: 16px;
17730
17730
  font-size: 1.6rem;
@@ -17821,7 +17821,7 @@ body.modal-engaged .overlay {
17821
17821
  .modal-buttonset button:nth-child(1) {
17822
17822
  border-left: 1px solid transparent; }
17823
17823
  .modal-buttonset button:focus:not(.hide-focus) {
17824
- border: 1px solid #368ac0;
17824
+ border: 1px solid #50535A;
17825
17825
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
17826
17826
  outline: none;
17827
17827
  outline-color: transparent; }
@@ -17890,7 +17890,7 @@ html[dir='rtl'] .modal-buttonset button {
17890
17890
  html[dir='rtl'] .modal-buttonset button:last-child {
17891
17891
  border-left-color: transparent; }
17892
17892
  html[dir='rtl'] .modal-buttonset button:last-child:focus {
17893
- border-left-color: #368ac0; }
17893
+ border-left-color: #50535A; }
17894
17894
 
17895
17895
  html[dir='rtl'] .modal-content {
17896
17896
  padding: 0; }
@@ -18027,8 +18027,8 @@ html[dir='rtl'] .modal-content {
18027
18027
  background-color: #2578a9;
18028
18028
  border-color: #2578a9; }
18029
18029
  .process-indicator .display .separator.lighter {
18030
- background-color: #368ac0;
18031
- border-color: #368ac0; }
18030
+ background-color: #50535A;
18031
+ border-color: #50535A; }
18032
18032
  .process-indicator .display .separator.lightest {
18033
18033
  background-color: #54a1d3;
18034
18034
  border-color: #54a1d3; }
@@ -18163,7 +18163,7 @@ html[dir='rtl'] .modal-content {
18163
18163
  background-color: #2578a9;
18164
18164
  border: 0; }
18165
18165
  .indicator.lighter {
18166
- background-color: #368ac0;
18166
+ background-color: #50535A;
18167
18167
  border: 0; }
18168
18168
  .indicator.lightest {
18169
18169
  background-color: #54a1d3;
@@ -18416,7 +18416,7 @@ html[dir='rtl'] .indicator.more-info::before {
18416
18416
  -o-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18417
18417
  -ms-transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18418
18418
  transition: width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
18419
- background: #368ac0;
18419
+ background: #50535A;
18420
18420
  border-radius: 4px;
18421
18421
  height: 6px;
18422
18422
  left: 0;
@@ -18455,10 +18455,10 @@ html[dir='rtl'] .progress .progress-bar {
18455
18455
  width: 22px; }
18456
18456
  .rating input:focus + label {
18457
18457
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
18458
- outline: #368ac0; }
18458
+ outline: #50535A; }
18459
18459
  .rating:not(.is-readonly) .inline input:active + svg.icon,
18460
18460
  .rating:not(.is-readonly) input:active + label > svg.icon {
18461
- color: #368ac0; }
18461
+ color: #50535A; }
18462
18462
 
18463
18463
  .rating-text {
18464
18464
  color: #888B94;
@@ -18469,7 +18469,7 @@ html[dir='rtl'] .progress .progress-bar {
18469
18469
 
18470
18470
  .rating:not(.is-readonly) .inline input:hover + svg.icon,
18471
18471
  .rating:not(.is-readonly) input:hover + label > svg.icon {
18472
- color: #368ac0; }
18472
+ color: #50535A; }
18473
18473
 
18474
18474
  .rating .inline .is-filled + svg.icon,
18475
18475
  .rating .is-filled + label > svg.icon {
@@ -18643,11 +18643,11 @@ html[dir='rtl'] .progress .progress-bar {
18643
18643
  background-color: #414247;
18644
18644
  border-bottom-color: #313236; }
18645
18645
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield::-webkit-input-placeholder {
18646
- color: #999999; }
18646
+ color: #414247; }
18647
18647
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield::-moz-placeholder {
18648
- color: #999999; }
18648
+ color: #414247; }
18649
18649
  .toolbar-searchfield-wrapper.is-open.alternate .searchfield:-ms-input-placeholder {
18650
- color: #999999; }
18650
+ color: #414247; }
18651
18651
  .toolbar-searchfield-wrapper.active {
18652
18652
  /* stylelint-disable */
18653
18653
  /* stylelint-enable */ }
@@ -18667,7 +18667,7 @@ html[dir='rtl'] .progress .progress-bar {
18667
18667
  .toolbar-searchfield-wrapper.has-focus .searchfield {
18668
18668
  border-color: transparent; }
18669
18669
  .toolbar-searchfield-wrapper.has-focus .searchfield:focus {
18670
- border-color: #368ac0; }
18670
+ border-color: #50535a; }
18671
18671
  .toolbar-searchfield-wrapper.has-focus.active .inline ~ .icon {
18672
18672
  top: 15px; }
18673
18673
  .toolbar-searchfield-wrapper.has-focus.active.toolbar-searchfield-wrapper.has-categories .searchfield {
@@ -19260,7 +19260,7 @@ input[type='range'] {
19260
19260
  -webkit-user-select: none;
19261
19261
  width: 8px; }
19262
19262
  .slider-wrapper > .tick.complete::after {
19263
- background-color: #368ac0; }
19263
+ background-color: #50535A; }
19264
19264
  .slider-wrapper > .tick::after {
19265
19265
  background-color: #888B94;
19266
19266
  border-radius: 50%;
@@ -19317,8 +19317,8 @@ input[type='range'] {
19317
19317
  margin-left: 0; }
19318
19318
 
19319
19319
  .slider-handle {
19320
- background-color: #368ac0;
19321
- border: 6px solid #368ac0;
19320
+ background-color: #50535A;
19321
+ border: 6px solid #50535A;
19322
19322
  border-radius: 16px;
19323
19323
  box-shadow: 0 0 0 20px transparent;
19324
19324
  color: transparent;
@@ -19392,7 +19392,7 @@ input[type='range'] {
19392
19392
  .slider-handle:focus, .slider-handle:active {
19393
19393
  outline: 0; }
19394
19394
  .slider-handle:focus:not(.hide-focus), .slider-handle:active:not(.hide-focus) {
19395
- border-color: #368ac0; }
19395
+ border-color: #50535A; }
19396
19396
  .slider-handle:focus::before, .slider-handle:focus::after {
19397
19397
  -webkit-transform: scale(0.96);
19398
19398
  -moz-transform: scale(0.96);
@@ -19408,7 +19408,7 @@ input[type='range'] {
19408
19408
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
19409
19409
 
19410
19410
  .slider-range {
19411
- background-color: #368ac0;
19411
+ background-color: #50535A;
19412
19412
  cursor: pointer;
19413
19413
  display: block;
19414
19414
  position: absolute; }
@@ -19473,7 +19473,7 @@ input.spinbox {
19473
19473
  input.spinbox.is-hovered {
19474
19474
  border-color: #C8CBD4 !important; }
19475
19475
  input.spinbox.no-hover {
19476
- border-color: #368ac0 !important; }
19476
+ border-color: #50535A !important; }
19477
19477
 
19478
19478
  input[type='number'] {
19479
19479
  -moz-appearance: textfield; }
@@ -19554,9 +19554,9 @@ input::-webkit-inner-spin-button {
19554
19554
  .spinbox-wrapper.is-focused.is-disabled {
19555
19555
  box-shadow: none; }
19556
19556
  .spinbox-wrapper.is-focused > .spinbox-control {
19557
- border-color: #368ac0 !important; }
19557
+ border-color: #50535A !important; }
19558
19558
  .spinbox-wrapper.is-focused > .spinbox-control.is-active {
19559
- border-color: #368ac0;
19559
+ border-color: #50535A;
19560
19560
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
19561
19561
  .spinbox-wrapper.is-focused > .spinbox-control.is-disabled {
19562
19562
  background-color: transparent;
@@ -19652,9 +19652,9 @@ html[dir='rtl'] .spinbox-wrapper .icon-error {
19652
19652
  right: auto; }
19653
19653
 
19654
19654
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control {
19655
- border-color: #368ac0; }
19655
+ border-color: #50535A; }
19656
19656
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control.is-active {
19657
- border-color: #368ac0; }
19657
+ border-color: #50535A; }
19658
19658
  html[dir='rtl'] .spinbox-wrapper.is-focused > .spinbox-control.is-disabled {
19659
19659
  border-color: #656871; }
19660
19660
 
@@ -19998,19 +19998,19 @@ html[dir='rtl'] .splitter {
19998
19998
  color: #ffffff;
19999
19999
  display: inline-block; }
20000
20000
  .swaplist .is-multiselect li:hover:not(.is-disabled):not(.is-selected):focus, .swaplist .is-multiselect li:focus:not(.is-disabled):not(.is-selected):focus {
20001
- border-color: #368ac0; }
20001
+ border-color: #50535A; }
20002
20002
  .swaplist .is-multiselect li.is-selected {
20003
- background-color: #368ac0; }
20003
+ background-color: #50535A; }
20004
20004
  .swaplist .is-multiselect li.is-selected p {
20005
20005
  color: #ffffff;
20006
20006
  font-weight: 700; }
20007
20007
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled), .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled) {
20008
- background-color: #368ac0; }
20008
+ background-color: #50535A; }
20009
20009
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled) .handle, .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled) .handle {
20010
20010
  color: #ffffff;
20011
20011
  display: inline-block; }
20012
20012
  .swaplist .is-multiselect li.is-selected:hover:not(.is-disabled):focus, .swaplist .is-multiselect li.is-selected:focus:not(.is-disabled):focus {
20013
- border-color: #368ac0; }
20013
+ border-color: #50535A; }
20014
20014
  .swaplist .is-multiselect li.is-dragging {
20015
20015
  background-color: #f0f0f0;
20016
20016
  border: 1px solid transparent;
@@ -20024,7 +20024,7 @@ html[dir='rtl'] .splitter {
20024
20024
  border: 1px solid transparent;
20025
20025
  opacity: 0.4;
20026
20026
  padding: 9px 20px 8px;
20027
- background-color: #368ac0;
20027
+ background-color: #50535A;
20028
20028
  color: #ffffff;
20029
20029
  opacity: 0.7;
20030
20030
  position: fixed;
@@ -20051,7 +20051,7 @@ html[dir='rtl'] .splitter {
20051
20051
  border: 1px solid transparent;
20052
20052
  opacity: 0.4;
20053
20053
  padding: 9px 20px 8px;
20054
- background-color: #368ac0;
20054
+ background-color: #50535A;
20055
20055
  color: #ffffff;
20056
20056
  opacity: 0.7;
20057
20057
  position: fixed;
@@ -20254,7 +20254,7 @@ html[dir='rtl'] .swaplist .handle {
20254
20254
  -o-transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20255
20255
  -ms-transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20256
20256
  transition: background-color 0.25s ease, left 0.25s ease, right 0.25s ease, width 0.25s ease;
20257
- background-color: rgba(54, 138, 192, 0);
20257
+ background-color: rgba(80, 83, 90, 0);
20258
20258
  bottom: 0;
20259
20259
  display: inline-block;
20260
20260
  height: 3px;
@@ -20262,7 +20262,7 @@ html[dir='rtl'] .swaplist .handle {
20262
20262
  position: absolute;
20263
20263
  width: 20px; }
20264
20264
  .animated-bar.visible {
20265
- background-color: #368ac0; }
20265
+ background-color: #50535a; }
20266
20266
 
20267
20267
  .tab-focus-indicator {
20268
20268
  border: 1px solid transparent;
@@ -20276,7 +20276,7 @@ html[dir='rtl'] .swaplist .handle {
20276
20276
  pointer-events: none;
20277
20277
  z-index: 10; }
20278
20278
  .tab-focus-indicator.is-visible {
20279
- border-color: #368ac0;
20279
+ border-color: #50535A;
20280
20280
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
20281
20281
 
20282
20282
  .tab-panel {
@@ -20374,7 +20374,7 @@ html[dir='rtl'] .swaplist .handle {
20374
20374
  .tab-container.has-counts > .tab-list-container .tab-list .tab:hover {
20375
20375
  border-bottom: 5px solid #ffffff; }
20376
20376
  .tab-container.has-counts > .tab-list-container .tab-list .tab.is-selected {
20377
- border-bottom: 5px solid #368ac0; }
20377
+ border-bottom: 5px solid #50535A; }
20378
20378
 
20379
20379
  .tab-container.horizontal,
20380
20380
  .tab-container.header-tabs {
@@ -20519,7 +20519,7 @@ html[dir='rtl'] .swaplist .handle {
20519
20519
  border-bottom: 4px solid #ffffff; }
20520
20520
  .tab-container.horizontal > .tab-list-container .tab.is-selected,
20521
20521
  .tab-container.header-tabs > .tab-list-container .tab.is-selected {
20522
- border-bottom: 4px solid #368ac0; }
20522
+ border-bottom: 4px solid #50535A; }
20523
20523
  .tab-container.horizontal > .tab-list-container .tab:not(.separator):hover::before,
20524
20524
  .tab-container.header-tabs > .tab-list-container .tab:not(.separator):hover::before {
20525
20525
  background-color: #ffffff;
@@ -20530,7 +20530,7 @@ html[dir='rtl'] .swaplist .handle {
20530
20530
  width: calc(100% - 1px); }
20531
20531
  .tab-container.horizontal > .tab-list-container .tab.is-focused::after,
20532
20532
  .tab-container.header-tabs > .tab-list-container .tab.is-focused::after {
20533
- border-color: #368ac0; }
20533
+ border-color: #50535A; }
20534
20534
  .tab-container.horizontal > .tab-list-container .tab.is-disabled,
20535
20535
  .tab-container.header-tabs > .tab-list-container .tab.is-disabled {
20536
20536
  color: #656871 !important; }
@@ -20788,9 +20788,9 @@ html[dir='rtl'] .swaplist .handle {
20788
20788
  .tab-container.horizontal > .tab-list-container .tab:hover.is-disabled {
20789
20789
  color: #656871; }
20790
20790
  .tab-container.horizontal > .tab-list-container .tab.is-selected {
20791
- color: #368ac0; }
20791
+ color: #50535A; }
20792
20792
  .tab-container.horizontal > .tab-list-container .tab.is-selected .icon:not(.is-error):not(.icon-error) {
20793
- color: #368ac0; }
20793
+ color: #50535A; }
20794
20794
  .tab-container.horizontal .tab-more,
20795
20795
  .tab-container.horizontal .add-tab-button {
20796
20796
  background-color: transparent;
@@ -20809,7 +20809,7 @@ html[dir='rtl'] .swaplist .handle {
20809
20809
  .tab-container.horizontal .tab-more.is-open, .tab-container.horizontal .tab-more.is-selected,
20810
20810
  .tab-container.horizontal .add-tab-button.is-open,
20811
20811
  .tab-container.horizontal .add-tab-button.is-selected {
20812
- color: #368ac0; }
20812
+ color: #50535A; }
20813
20813
  .tab-container.horizontal .tab-more.is-open span, .tab-container.horizontal .tab-more.is-selected span,
20814
20814
  .tab-container.horizontal .add-tab-button.is-open span,
20815
20815
  .tab-container.horizontal .add-tab-button.is-selected span {
@@ -20817,7 +20817,7 @@ html[dir='rtl'] .swaplist .handle {
20817
20817
  .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),
20818
20818
  .tab-container.horizontal .add-tab-button.is-open .icon:not(.is-error):not(.icon-error),
20819
20819
  .tab-container.horizontal .add-tab-button.is-selected .icon:not(.is-error):not(.icon-error) {
20820
- color: #368ac0; }
20820
+ color: #50535A; }
20821
20821
  .tab-container.horizontal .tab-more {
20822
20822
  padding: 12px 4px 11px 14px; }
20823
20823
  .tab-container.horizontal .tab-more::before {
@@ -20847,10 +20847,10 @@ html[dir='rtl'] .swaplist .handle {
20847
20847
  margin-bottom: 20px; }
20848
20848
 
20849
20849
  .tab-panel-container .info-message .icon-info.icon {
20850
- color: #368ac0 !important; }
20850
+ color: #50535A !important; }
20851
20851
 
20852
20852
  .tab-panel-container .info-message .message-text {
20853
- color: #368ac0 !important; }
20853
+ color: #50535A !important; }
20854
20854
 
20855
20855
  html[dir='rtl'] .tab-container.horizontal::before {
20856
20856
  background-image: linear-gradient(to left, #313236, rgba(49, 50, 54, 0)); }
@@ -21000,11 +21000,11 @@ html[dir='rtl'] .tab-container.horizontal.alternate::after {
21000
21000
  .tab-container.vertical > .tab-list-container > .tab-list > .tab:hover a {
21001
21001
  text-decoration: none; }
21002
21002
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected {
21003
- background-color: #368ac0; }
21003
+ background-color: #50535A; }
21004
21004
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected a {
21005
21005
  color: #ffffff; }
21006
21006
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected:hover {
21007
- background-color: #368ac0; }
21007
+ background-color: #50535A; }
21008
21008
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-selected:hover a {
21009
21009
  color: #ffffff; }
21010
21010
  .tab-container.vertical > .tab-list-container > .tab-list > .tab.is-disabled {
@@ -21070,11 +21070,11 @@ html[dir='rtl'] .tab-container.horizontal.alternate::after {
21070
21070
  .tab-container.vertical > .tab-list > .tab:hover a {
21071
21071
  text-decoration: none; }
21072
21072
  .tab-container.vertical > .tab-list > .tab.is-selected {
21073
- background-color: #368ac0; }
21073
+ background-color: #50535A; }
21074
21074
  .tab-container.vertical > .tab-list > .tab.is-selected a {
21075
21075
  color: #ffffff; }
21076
21076
  .tab-container.vertical > .tab-list > .tab.is-selected:hover {
21077
- background-color: #368ac0; }
21077
+ background-color: #50535A; }
21078
21078
  .tab-container.vertical > .tab-list > .tab.is-selected:hover a {
21079
21079
  color: #ffffff; }
21080
21080
  .tab-container.vertical > .tab-list > .tab.is-disabled {
@@ -21948,10 +21948,10 @@ html.is-firefox[dir='rtl'] .tab-container > .tab-list-container .tab .icon-alert
21948
21948
  .timeline .indicator {
21949
21949
  border: 2px solid #ABAEB7; }
21950
21950
  .timeline .indicator.processing {
21951
- border: 2px solid #368ac0; }
21951
+ border: 2px solid #50535A; }
21952
21952
  .timeline .indicator.complete {
21953
- background-color: #368ac0;
21954
- border: 2px solid #368ac0; }
21953
+ background-color: #50535A;
21954
+ border: 2px solid #50535A; }
21955
21955
 
21956
21956
  .timeline-block {
21957
21957
  margin-bottom: 20px;
@@ -21994,7 +21994,7 @@ html.is-firefox[dir='rtl'] .tab-container > .tab-list-container .tab .icon-alert
21994
21994
  .timeline-block .content {
21995
21995
  margin-left: 6em; }
21996
21996
  .timeline-block .content .heading {
21997
- color: #368ac0; }
21997
+ color: #50535A; }
21998
21998
 
21999
21999
  @media (min-width: 767px) {
22000
22000
  .timeline::before {
@@ -22089,16 +22089,16 @@ html[dir='rtl'] .timeline-block .content {
22089
22089
  color: #ffffff; }
22090
22090
  .timepicker + .trigger:active,
22091
22091
  .timepicker + .tooltip-description + .trigger:active {
22092
- color: #368ac0; }
22092
+ color: #50535A; }
22093
22093
  .timepicker ~ .icon-error {
22094
22094
  margin-left: -51px;
22095
22095
  right: auto !important; }
22096
22096
  .timepicker.error ~ .trigger {
22097
22097
  color: #e84f4f; }
22098
22098
  .timepicker.is-open {
22099
- border-color: #368ac0; }
22099
+ border-color: #50535A; }
22100
22100
  .timepicker.is-open + .trigger {
22101
- color: #368ac0; }
22101
+ color: #50535A; }
22102
22102
  .timepicker + .trigger + .icon-error {
22103
22103
  right: 50px; }
22104
22104
  .timepicker + .audible + .trigger + .icon-error {
@@ -22407,7 +22407,7 @@ html.is-firefox[lang='zh-CN'] #timepicker-popup select.period + .dropdown-wrappe
22407
22407
  opacity: 0; } }
22408
22408
 
22409
22409
  .toast-progress {
22410
- background-color: #368ac0;
22410
+ background-color: #50535A;
22411
22411
  bottom: 0;
22412
22412
  height: 3px;
22413
22413
  left: 0;
@@ -22824,7 +22824,7 @@ html[dir='rtl'] .toolbar-section .searchfield-wrapper {
22824
22824
  padding: 0 30px 0 45px; }
22825
22825
 
22826
22826
  .contextual-toolbar {
22827
- background-color: #368ac0;
22827
+ background-color: #50535A;
22828
22828
  margin: 0;
22829
22829
  overflow: hidden !important; }
22830
22830
  .contextual-toolbar.toolbar {
@@ -23380,7 +23380,7 @@ html[dir='rtl'] .popover-content-area {
23380
23380
  .tree a:visited {
23381
23381
  color: #ABAEB7; }
23382
23382
  .tree a:not(.hide-focus):focus {
23383
- border: 1px solid #368ac0;
23383
+ border: 1px solid #50535A;
23384
23384
  border-radius: 2px;
23385
23385
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
23386
23386
  color: #ABAEB7; }
@@ -23493,8 +23493,8 @@ html[dir='rtl'] .popover-content-area {
23493
23493
  top: 0; }
23494
23494
 
23495
23495
  .tree.is-multiselect li.is-selected > a .tree-checkbox::before {
23496
- background-color: #368ac0;
23497
- border-color: #368ac0; }
23496
+ background-color: #50535A;
23497
+ border-color: #50535A; }
23498
23498
 
23499
23499
  .tree.is-multiselect li.is-selected > a .tree-checkbox::after {
23500
23500
  -webkit-transform: scaleX(-1) rotate(135deg);
@@ -23544,8 +23544,8 @@ html[dir='rtl'] .popover-content-area {
23544
23544
  top: 1px; }
23545
23545
 
23546
23546
  .tree.is-multiselect li.is-partial > a .tree-checkbox::before {
23547
- background-color: #368ac0;
23548
- border-color: #368ac0; }
23547
+ background-color: #50535A;
23548
+ border-color: #50535A; }
23549
23549
 
23550
23550
  .tree.is-multiselect li.is-partial > a .tree-checkbox::after {
23551
23551
  -webkit-transform: scaleX(-1) rotate(135deg);
@@ -23620,8 +23620,8 @@ html[dir='rtl'] .popover-content-area {
23620
23620
  .tree .is-dragging-clone,
23621
23621
  .tree .is-selected .is-dragging-clone:hover,
23622
23622
  .tree .is-dragging-clone:hover {
23623
- background-color: #368ac0;
23624
- border: 1px solid #368ac0;
23623
+ background-color: #50535A;
23624
+ border: 1px solid #50535A;
23625
23625
  color: #ffffff;
23626
23626
  line-height: 25px;
23627
23627
  padding: 0 5px; }
@@ -23733,7 +23733,7 @@ html[dir='rtl'] .sidebar .tree {
23733
23733
  -o-transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23734
23734
  -ms-transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23735
23735
  transition: width 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
23736
- background-color: #368ac0;
23736
+ background-color: #50535A;
23737
23737
  height: 2px;
23738
23738
  left: 0;
23739
23739
  position: absolute;
@@ -23760,7 +23760,7 @@ html[dir='rtl'] .sidebar .tree {
23760
23760
  top: 0;
23761
23761
  width: 10px; }
23762
23762
  .wizard-header .tick::before {
23763
- border: 1px solid rgba(54, 138, 192, 0);
23763
+ border: 1px solid rgba(80, 83, 90, 0);
23764
23764
  border-radius: 0;
23765
23765
  content: '';
23766
23766
  height: 0;
@@ -23783,7 +23783,7 @@ html[dir='rtl'] .sidebar .tree {
23783
23783
  overflow: hidden;
23784
23784
  text-overflow: ellipsis; }
23785
23785
  .wizard-header .tick.current, .wizard-header .tick.complete {
23786
- color: #368ac0; }
23786
+ color: #50535A; }
23787
23787
  .wizard-header .tick.current::after, .wizard-header .tick.complete::after {
23788
23788
  border: 0;
23789
23789
  left: 2px;
@@ -23797,10 +23797,10 @@ html[dir='rtl'] .sidebar .tree {
23797
23797
  -o-box-shadow: 0 0 0 2px #313236;
23798
23798
  -ms-box-shadow: 0 0 0 2px #313236;
23799
23799
  box-shadow: 0 0 0 2px #313236;
23800
- background-color: #368ac0;
23800
+ background-color: #50535A;
23801
23801
  border-radius: 50%; }
23802
23802
  .wizard-header .tick.current::before {
23803
- border: 1px solid #368ac0;
23803
+ border: 1px solid #50535a;
23804
23804
  border-radius: 50%;
23805
23805
  height: 18.2px;
23806
23806
  left: -3px;
@@ -23809,7 +23809,7 @@ html[dir='rtl'] .sidebar .tree {
23809
23809
  .wizard-header .tick.current .label {
23810
23810
  font-weight: 700; }
23811
23811
  .wizard-header .tick.complete {
23812
- background-color: #368ac0; }
23812
+ background-color: #50535A; }
23813
23813
  .wizard-header .tick.is-disabled {
23814
23814
  outline-style: none;
23815
23815
  -webkit-touch-callout: none;
@@ -23849,7 +23849,7 @@ html[dir='rtl'] .sidebar .tree {
23849
23849
  position: absolute;
23850
23850
  width: calc(100% - 6px); }
23851
23851
  .wizard-header a.tick:focus:not(.hide-focus):not(.is-disabled):not([disabled]) .label {
23852
- box-shadow: 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
23852
+ box-shadow: 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
23853
23853
 
23854
23854
  .header .wizard {
23855
23855
  margin: 0 20px; }
@@ -23982,7 +23982,7 @@ html[dir='rtl'] .wizard-toolbar .wizard {
23982
23982
  .calendar .calendar-events .accordion-header > button svg {
23983
23983
  top: 0; }
23984
23984
  .calendar .calendar-events .accordion-header.is-focused:not(.hide-focus) {
23985
- border-top-color: #368ac0; }
23985
+ border-top-color: #50535A; }
23986
23986
  .calendar .calendar-event-legend {
23987
23987
  display: none; }
23988
23988
  .calendar .calendar-monthview {
@@ -24067,7 +24067,7 @@ html[dir='rtl'] .wizard-toolbar .wizard {
24067
24067
  padding: 0 10px 10px;
24068
24068
  text-decoration: none; }
24069
24069
  .calendar .calendar-upcoming-event:focus {
24070
- border-color: #368ac0 !important;
24070
+ border-color: #50535A !important;
24071
24071
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
24072
24072
  outline: none; }
24073
24073
  .calendar .calendar-upcoming-event .calendar-upcoming-date {
@@ -24533,7 +24533,7 @@ html[dir='rtl'] .calendar-upcoming-events .calendar-upcoming-duration {
24533
24533
  box-shadow: none;
24534
24534
  padding: 8px 36px 7px 8px; }
24535
24535
  .calendar-toolbar .datepicker:focus {
24536
- border: solid 1px #368ac0;
24536
+ border: solid 1px #50535A;
24537
24537
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
24538
24538
  outline: none;
24539
24539
  outline-color: transparent; }
@@ -24630,17 +24630,17 @@ html[dir='rtl'] .calendar-upcoming-events .calendar-upcoming-duration {
24630
24630
  .calendar-toolbar.is-inpage .btn-inpage-cal {
24631
24631
  margin-right: 0; }
24632
24632
  .calendar-toolbar.is-inpage .btn-inpage-cal.active:not([disabled]) .icon {
24633
- color: #368ac0; }
24633
+ color: #50535A; }
24634
24634
 
24635
24635
  .calendar-toolbar.is-inpage .apply {
24636
24636
  padding: 9px 3px; }
24637
24637
 
24638
24638
  .calendar-toolbar.is-inpage .today {
24639
- --ripple-background: #368ac0;
24639
+ --ripple-background: #50535A;
24640
24640
  padding: 9px 3px; }
24641
24641
 
24642
24642
  .calendar-toolbar.is-inpage .btn-cal-month-year.active:not([disabled]) .icon {
24643
- color: #368ac0; }
24643
+ color: #50535A; }
24644
24644
 
24645
24645
  .calendar-toolbar.is-inpage .btn-cal-month-year .icon {
24646
24646
  margin-left: 5px;
@@ -24975,9 +24975,9 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
24975
24975
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-alert td:first-child:last-child {
24976
24976
  border-right: 1px solid #ff9426; }
24977
24977
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-info td:first-child:first-child {
24978
- border-left: 1px solid #368ac0; }
24978
+ border-left: 1px solid #50535A; }
24979
24979
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-info td:first-child:last-child {
24980
- border-right: 1px solid #368ac0; }
24980
+ border-right: 1px solid #50535A; }
24981
24981
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-in-progress td:first-child:first-child {
24982
24982
  border-left: 1px solid #ABAEB7; }
24983
24983
  .datagrid-container .datagrid-wrapper:first-of-type tr.rowstatus-row-in-progress td:first-child:last-child {
@@ -25003,9 +25003,9 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25003
25003
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-alert td:last-child:last-child {
25004
25004
  border-right: 1px solid #ff9426; }
25005
25005
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-info td:last-child:first-child {
25006
- border-left: 1px solid #368ac0; }
25006
+ border-left: 1px solid #50535A; }
25007
25007
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-info td:last-child:last-child {
25008
- border-right: 1px solid #368ac0; }
25008
+ border-right: 1px solid #50535A; }
25009
25009
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-in-progress td:last-child:first-child {
25010
25010
  border-left: 1px solid #ABAEB7; }
25011
25011
  .datagrid-container .datagrid-wrapper:last-of-type tr.rowstatus-row-in-progress td:last-child:last-child {
@@ -25108,7 +25108,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25108
25108
  .datagrid-container.is-gridlist th:focus {
25109
25109
  background-color: #414247;
25110
25110
  box-shadow: 0 0 4px 1px rgba(101, 104, 113, 0.4);
25111
- outline: 1px solid #368ac0 !important; }
25111
+ outline: 1px solid #50535A !important; }
25112
25112
  .datagrid-container.is-gridlist th.is-active {
25113
25113
  background-color: #1C1819; }
25114
25114
  .datagrid-container.is-gridlist th.is-sorted-asc .sort-asc .icon,
@@ -25146,7 +25146,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25146
25146
  color: #50535A !important; }
25147
25147
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper input:focus,
25148
25148
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper div.dropdown:focus {
25149
- border-color: #368ac0 !important; }
25149
+ border-color: #50535A !important; }
25150
25150
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper input:hover:not(:disabled):not(:focus),
25151
25151
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper div.dropdown:hover:not(:disabled):not(:focus) {
25152
25152
  border-color: #ffffff !important; }
@@ -25159,7 +25159,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25159
25159
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .btn-filter:disabled .icon {
25160
25160
  color: #50535A !important; }
25161
25161
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .btn-filter.is-open .icon {
25162
- color: #368ac0 !important; }
25162
+ color: #50535A !important; }
25163
25163
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .datepicker + .icon,
25164
25164
  .datagrid-container.is-gridlist .datagrid-header .is-filterable .datagrid-filter-wrapper .dropdown + .icon {
25165
25165
  color: #ABAEB7 !important; }
@@ -25514,11 +25514,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25514
25514
  width: calc(100% - 38px); }
25515
25515
  .datagrid.medium-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control {
25516
25516
  border: 0;
25517
- border-right: 1px solid #368ac0;
25517
+ border-right: 1px solid #50535A;
25518
25518
  padding: 11px 10px;
25519
25519
  width: 35px; }
25520
25520
  .datagrid.medium-rowheight tbody tr td.is-editing .spinbox-wrapper .spinbox-control.up {
25521
- border-left: 1px solid #368ac0; }
25521
+ border-left: 1px solid #50535A; }
25522
25522
  .datagrid.medium-rowheight tbody tr td.is-editing .dropdown-wrapper {
25523
25523
  margin-top: 0; }
25524
25524
  .datagrid.medium-rowheight tbody tr td.is-editing .dropdown {
@@ -25735,11 +25735,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25735
25735
  width: calc(100% - 34px); }
25736
25736
  .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 {
25737
25737
  border: 0;
25738
- border-right: 1px solid #368ac0;
25738
+ border-right: 1px solid #50535A;
25739
25739
  padding: 3px 15px;
25740
25740
  width: 30px; }
25741
25741
  .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 {
25742
- border-left: 1px solid #368ac0;
25742
+ border-left: 1px solid #50535A;
25743
25743
  padding: 2px 10px; }
25744
25744
  .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 {
25745
25745
  margin-top: auto; }
@@ -25917,7 +25917,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
25917
25917
  .datagrid > tbody > tr.is-dragging-clone .handle {
25918
25918
  top: 2px; }
25919
25919
  .datagrid > tbody > tr.is-active-row {
25920
- outline: 1px solid #368ac0;
25920
+ outline: 1px solid #50535A;
25921
25921
  outline-offset: -1px; }
25922
25922
  .datagrid > tbody > tr .is-editor ul,
25923
25923
  .datagrid > tbody > tr .is-editor ol {
@@ -26189,12 +26189,12 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26189
26189
  visibility: visible !important;
26190
26190
  width: 10px; }
26191
26191
  .datagrid > tbody > tr.rowstatus-row-info td {
26192
- border-bottom: 1px solid #368ac0 !important;
26193
- box-shadow: 0 -2px 1px -1px #368ac0; }
26192
+ border-bottom: 1px solid #50535A !important;
26193
+ box-shadow: 0 -2px 1px -1px #50535A; }
26194
26194
  .datagrid > tbody > tr.rowstatus-row-info td.rowstatus-cell {
26195
26195
  position: relative; }
26196
26196
  .datagrid > tbody > tr.rowstatus-row-info td.rowstatus-cell::before {
26197
- background-color: #368ac0;
26197
+ background-color: #50535A;
26198
26198
  content: '';
26199
26199
  display: block;
26200
26200
  height: 32px;
@@ -26331,7 +26331,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26331
26331
  white-space: nowrap; }
26332
26332
  .datagrid td:focus, .datagrid td.is-focused {
26333
26333
  box-shadow: 0 0 4px 1px rgba(101, 104, 113, 0.4);
26334
- outline: 1px solid #368ac0;
26334
+ outline: 1px solid #50535A;
26335
26335
  outline-offset: -1px;
26336
26336
  transform: scale(1); }
26337
26337
  .datagrid td .is-singleline * {
@@ -26352,7 +26352,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26352
26352
  .datagrid td .word-wrap .hyperlink:hover {
26353
26353
  display: inline; }
26354
26354
  .datagrid td .word-wrap .hyperlink:focus {
26355
- border-bottom: 1px solid #368ac0 !important; }
26355
+ border-bottom: 1px solid #50535A !important; }
26356
26356
  .datagrid td .word-wrap .hyperlink:focus::after {
26357
26357
  border-color: transparent; }
26358
26358
  .datagrid td .word-wrap .micro-text {
@@ -26459,7 +26459,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26459
26459
  display: inline-block;
26460
26460
  font-size: 1.4rem; }
26461
26461
  .datagrid td .hyperlink:hover {
26462
- color: #368ac0; }
26462
+ color: #50535A; }
26463
26463
  .datagrid td .hyperlink:focus {
26464
26464
  outline: none; }
26465
26465
  .datagrid td .hyperlink.micro-text {
@@ -26494,7 +26494,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26494
26494
  display: block;
26495
26495
  min-height: 50px; }
26496
26496
  .datagrid td.is-editing .datagrid-cell-wrapper {
26497
- border: 1px solid #368ac0;
26497
+ border: 1px solid #50535A;
26498
26498
  left: 0;
26499
26499
  position: absolute;
26500
26500
  text-overflow: clip;
@@ -26648,11 +26648,11 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
26648
26648
  width: calc(100% - 38px); }
26649
26649
  .datagrid td.is-editing .spinbox-wrapper .spinbox-control {
26650
26650
  border: 0;
26651
- border-right: 1px solid #368ac0;
26651
+ border-right: 1px solid #50535A;
26652
26652
  padding: 18px 10px 31px;
26653
26653
  width: 36px; }
26654
26654
  .datagrid td.is-editing .spinbox-wrapper .spinbox-control.up {
26655
- border-left: 1px solid #368ac0; }
26655
+ border-left: 1px solid #50535A; }
26656
26656
  .datagrid td .datagrid-cell-wrapper .is-placeholder {
26657
26657
  color: #888B94; }
26658
26658
  .datagrid td .is-inline.dropdown-wrapper {
@@ -27064,7 +27064,7 @@ html[dir='rtl'] .modal.contextual-action-panel .modal-header .flex-toolbar .tool
27064
27064
  padding: 0 17px;
27065
27065
  -webkit-text-size-adjust: none; }
27066
27066
  .datagrid-rowgroup-header td:focus, .datagrid-rowgroup-header td.is-focused {
27067
- border: 1px solid #368ac0;
27067
+ border: 1px solid #50535A;
27068
27068
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
27069
27069
  .datagrid-rowgroup-header td span {
27070
27070
  color: #C8CBD4;
@@ -27207,8 +27207,8 @@ td .btn-actions {
27207
27207
  margin-top: 1px;
27208
27208
  margin-left: unset; }
27209
27209
  .datagrid-radio.is-checked::before {
27210
- background-color: #368ac0;
27211
- border: 1px solid #368ac0; }
27210
+ background-color: #50535A;
27211
+ border: 1px solid #50535A; }
27212
27212
  .datagrid-radio.is-checked::after {
27213
27213
  background-color: #ffffff;
27214
27214
  border: 2px solid #ffffff;
@@ -27248,8 +27248,8 @@ td .btn-actions {
27248
27248
  margin-left: 0;
27249
27249
  top: -4px; }
27250
27250
  .datagrid-checkbox.is-checked::before {
27251
- background-color: #368ac0;
27252
- border-color: #368ac0; }
27251
+ background-color: #50535A;
27252
+ border-color: #50535A; }
27253
27253
  .datagrid-checkbox:focus::before {
27254
27254
  border: solid 1px #69b5dd !important;
27255
27255
  box-shadow: 0 0 4px 3px rgba(105, 181, 221, 0.3); }
@@ -28370,18 +28370,18 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28370
28370
  top: -2px; }
28371
28371
 
28372
28372
  .ie .datagrid-wrapper tbody tr.is-active-row td {
28373
- border-bottom: 1px solid #368ac0;
28374
- border-top: 1px solid #368ac0;
28373
+ border-bottom: 1px solid #50535A;
28374
+ border-top: 1px solid #50535A;
28375
28375
  outline: 0; }
28376
28376
  .ie .datagrid-wrapper tbody tr.is-active-row td .datagrid-cell-wrapper {
28377
28377
  margin-bottom: -1px;
28378
28378
  margin-top: -1px; }
28379
28379
  .ie .datagrid-wrapper tbody tr.is-active-row td:first-child {
28380
- border-left: 1px solid #368ac0; }
28380
+ border-left: 1px solid #50535A; }
28381
28381
  .ie .datagrid-wrapper tbody tr.is-active-row td:first-child .datagrid-cell-wrapper {
28382
28382
  margin-left: -1px; }
28383
28383
  .ie .datagrid-wrapper tbody tr.is-active-row td:last-child {
28384
- border-right: 1px solid #368ac0; }
28384
+ border-right: 1px solid #50535A; }
28385
28385
 
28386
28386
  .editor-container .label {
28387
28387
  cursor: default; }
@@ -28436,7 +28436,7 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28436
28436
  .editor-container.is-active .toolbar.formatter-toolbar,
28437
28437
  .editor-container.is-active .flex-toolbar.formatter-toolbar, .editor-container.is-active:hover:not(.error) .toolbar.formatter-toolbar,
28438
28438
  .editor-container.is-active:hover:not(.error) .flex-toolbar.formatter-toolbar {
28439
- border-color: #368ac0;
28439
+ border-color: #50535A;
28440
28440
  box-shadow: -2px -2px 3px 0 rgba(141, 201, 230, 0.3); }
28441
28441
  .editor-container.is-active .toolbar.formatter-toolbar.error,
28442
28442
  .editor-container.is-active .flex-toolbar.formatter-toolbar.error, .editor-container.is-active:hover:not(.error) .toolbar.formatter-toolbar.error,
@@ -28446,7 +28446,7 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28446
28446
  .editor-container.is-active .editor,
28447
28447
  .editor-container.is-active .editor-source, .editor-container.is-active:hover:not(.error) .editor,
28448
28448
  .editor-container.is-active:hover:not(.error) .editor-source {
28449
- border-color: #368ac0 #368ac0;
28449
+ border-color: #50535A #50535A;
28450
28450
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28451
28451
  .editor-container.is-active .editor.error,
28452
28452
  .editor-container.is-active .editor-source.error, .editor-container.is-active:hover:not(.error) .editor.error,
@@ -28755,25 +28755,25 @@ html[dir='rtl'] .dropdown-list.datagrid-filter-dropdown > .trigger .icon {
28755
28755
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error),
28756
28756
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open,
28757
28757
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) {
28758
- color: #69b5dd; }
28758
+ color: #888B94; }
28759
28759
  .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,
28760
28760
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) span,
28761
28761
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) span,
28762
28762
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open span,
28763
28763
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) span {
28764
- color: #69b5dd; }
28764
+ color: #888B94; }
28765
28765
  .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,
28766
28766
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus) .icon,
28767
28767
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error) .icon,
28768
28768
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open .icon,
28769
28769
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled) .icon {
28770
- color: #69b5dd; }
28770
+ color: #888B94; }
28771
28771
  .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),
28772
28772
  .flex-toolbar.formatter-toolbar [class^='btn']:focus:not(.hide-focus):not(.hide-focus),
28773
28773
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active:not(.error):not(.hide-focus),
28774
28774
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:not(.hide-focus),
28775
28775
  .flex-toolbar.formatter-toolbar [class^='btn'].is-open:hover:not(:disabled):not(.hide-focus) {
28776
- box-shadow: 0 0 0 2px transparent, 0 0 0 1px #368ac0, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28776
+ box-shadow: 0 0 0 2px transparent, 0 0 0 1px #50535A, 0 0 4px 2px rgba(141, 201, 230, 0.3); }
28777
28777
  .toolbar.formatter-toolbar [class^='btn'].is-active,
28778
28778
  .flex-toolbar.formatter-toolbar [class^='btn'].is-active {
28779
28779
  box-shadow: none; }
@@ -29063,7 +29063,7 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29063
29063
  .form-compact .columns label.required:not(.inline)::after,
29064
29064
  .form-compact .columns .checkbox-group legend.required:not(.inline)::after,
29065
29065
  .form-compact .columns .radio-group legend.required:not(.inline)::after {
29066
- color: #368ac0;
29066
+ color: #50535A;
29067
29067
  content: '●';
29068
29068
  top: 0; }
29069
29069
  .form-compact .column label,
@@ -29099,9 +29099,9 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29099
29099
  .form-compact .column.is-focused input,
29100
29100
  .form-compact .columns.is-focused input {
29101
29101
  background-color: #134d71;
29102
- border-bottom-color: #368ac0;
29103
- border-left-color: #368ac0;
29104
- border-right-color: #368ac0;
29102
+ border-bottom-color: #50535A;
29103
+ border-left-color: #50535A;
29104
+ border-right-color: #50535A;
29105
29105
  border-top-color: transparent; }
29106
29106
  .form-compact .column.is-focused input.radio,
29107
29107
  .form-compact .columns.is-focused input.radio {
@@ -29117,13 +29117,13 @@ html[dir='rtl'] .flex-toolbar.formatter-toolbar .toolbar-section.more .btn-actio
29117
29117
  .form-compact .columns.is-focused .radio-group,
29118
29118
  .form-compact .columns.is-focused .checkbox-group {
29119
29119
  background-color: #134d71;
29120
- border-bottom-color: #368ac0; }
29120
+ border-bottom-color: #50535A; }
29121
29121
  .form-compact .column.is-focused .radio-group::after,
29122
29122
  .form-compact .column.is-focused .checkbox-group::after,
29123
29123
  .form-compact .columns.is-focused .radio-group::after,
29124
29124
  .form-compact .columns.is-focused .checkbox-group::after {
29125
- border-left-color: #368ac0;
29126
- border-right-color: #368ac0; }
29125
+ border-left-color: #50535A;
29126
+ border-right-color: #50535A; }
29127
29127
  .form-compact .column.is-focused .radio-group label,
29128
29128
  .form-compact .column.is-focused .checkbox-group label,
29129
29129
  .form-compact .columns.is-focused .radio-group label,
@@ -29493,7 +29493,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29493
29493
  top: 0; }
29494
29494
  .monthview .btn-monthyear-pane.active span,
29495
29495
  .monthview .btn-monthyear-pane.active .icon {
29496
- color: #368ac0; }
29496
+ color: #50535A; }
29497
29497
  .monthview .btn-monthyear-pane.active .icon {
29498
29498
  transform: rotateX(180deg); }
29499
29499
  .monthview .btn-monthyear-pane .icon-opened,
@@ -29544,7 +29544,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29544
29544
  text-decoration: none;
29545
29545
  user-select: none; }
29546
29546
  .monthview .monthview-monthyear-pane .picklist .picklist-item a:focus {
29547
- border-color: #368ac0;
29547
+ border-color: #50535A;
29548
29548
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
29549
29549
  outline: none;
29550
29550
  -moz-outline-style: none; }
@@ -29555,9 +29555,9 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29555
29555
  .monthview .monthview-monthyear-pane .picklist .picklist-item .icon:hover {
29556
29556
  color: #ffffff; }
29557
29557
  .monthview .monthview-monthyear-pane .picklist .picklist-item .icon:active {
29558
- color: #368ac0; }
29558
+ color: #50535A; }
29559
29559
  .monthview .monthview-monthyear-pane .picklist .picklist-item.is-selected a {
29560
- background-color: #368ac0;
29560
+ background-color: #50535A;
29561
29561
  color: #ffffff;
29562
29562
  font-weight: 700; }
29563
29563
  .monthview .monthview-monthyear-pane .picklist .picklist-item.is-selected a .icon {
@@ -29663,14 +29663,14 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29663
29663
  .monthview td.range-next.include-disabled:first-of-type .day-text::before, .monthview td.range-next:first-of-type .day-text::before {
29664
29664
  background: none; }
29665
29665
  .monthview td.range-selection.include-disabled .day-text, .monthview td.range-selection .day-text {
29666
- background-color: #368ac0;
29666
+ background-color: #50535A;
29667
29667
  border-radius: 50% 0 0 50%;
29668
29668
  color: #ffffff;
29669
29669
  position: relative;
29670
29670
  transition: none;
29671
29671
  z-index: 1; }
29672
29672
  .monthview td.range-selection.include-disabled .day-text::before, .monthview td.range-selection .day-text::before {
29673
- background: radial-gradient(circle at 35px 50%, transparent 50%, #368ac0 50%);
29673
+ background: radial-gradient(circle at 35px 50%, transparent 50%, #50535A 50%);
29674
29674
  content: '';
29675
29675
  display: inline-block;
29676
29676
  height: 36px;
@@ -29680,10 +29680,10 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29680
29680
  z-index: -1;
29681
29681
  margin-left: -1px; }
29682
29682
  .monthview td.range-selection.include-disabled:hover .day-text, .monthview td.range-selection:hover .day-text {
29683
- background-color: #368ac0;
29683
+ background-color: #50535A;
29684
29684
  color: #ffffff; }
29685
29685
  .monthview td.range-selection.include-disabled.is-today .day-text, .monthview td.range-selection.is-today .day-text {
29686
- background-color: #368ac0;
29686
+ background-color: #50535A;
29687
29687
  color: #ffffff; }
29688
29688
  .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 {
29689
29689
  border-color: transparent;
@@ -29745,19 +29745,19 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29745
29745
  .monthview td.is-disabled .day-text::before, .monthview td.is-disabled:active .day-text::before {
29746
29746
  background: none; }
29747
29747
  .monthview td.is-selected .day-text, .monthview td.is-selected:hover .day-text {
29748
- background-color: #368ac0;
29748
+ background-color: #50535A;
29749
29749
  color: #ffffff;
29750
29750
  font-weight: 700; }
29751
29751
  .monthview td:not(.is-disabled):focus {
29752
- border-color: #368ac0;
29752
+ border-color: #50535A;
29753
29753
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
29754
29754
  outline: none;
29755
29755
  -moz-outline-style: none; }
29756
29756
  .monthview td:active .day-text {
29757
- background-color: #368ac0;
29757
+ background-color: #50535A;
29758
29758
  color: #ffffff; }
29759
29759
  .monthview.is-timepicker td:focus {
29760
- border-color: #368ac0; }
29760
+ border-color: #50535A; }
29761
29761
  .monthview .datepicker-timepicker {
29762
29762
  border: 0;
29763
29763
  box-shadow: none;
@@ -29825,13 +29825,13 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29825
29825
  color: #ABAEB7; }
29826
29826
  .monthview.is-fullsize.monthview td.is-selected {
29827
29827
  background-color: #313236;
29828
- box-shadow: inset 0 5px 0 0 #368ac0; }
29828
+ box-shadow: inset 0 5px 0 0 #50535A; }
29829
29829
  .monthview.is-fullsize.monthview td.is-selected .day-text {
29830
29830
  background-color: inherit;
29831
29831
  color: #ABAEB7; }
29832
29832
  .monthview.is-fullsize.monthview td.is-selected:focus {
29833
29833
  border-color: transparent;
29834
- box-shadow: 0 0 2px 2px rgba(141, 201, 230, 0.3), inset 0 5px 0 0 #368ac0; }
29834
+ box-shadow: 0 0 2px 2px rgba(141, 201, 230, 0.3), inset 0 5px 0 0 #50535A; }
29835
29835
  .monthview.is-fullsize.monthview thead th {
29836
29836
  padding-bottom: 5px;
29837
29837
  text-transform: none; }
@@ -29866,7 +29866,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29866
29866
  display: inline-block;
29867
29867
  padding: 8px 10px; }
29868
29868
  .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 {
29869
- --ripple-background: #368ac0; }
29869
+ --ripple-background: #50535A; }
29870
29870
  .monthview.is-inpage .monthview-monthyear-pane.is-expanded {
29871
29871
  min-height: calc(100% - 50px); }
29872
29872
  .monthview.is-inpage .monthview-monthyear-pane.is-expanded .content {
@@ -29924,7 +29924,7 @@ html[dir='rtl'] .form-compact label.inline .checkbox:checked ~ .label-text::afte
29924
29924
  border: none;
29925
29925
  box-shadow: none; }
29926
29926
  .monthview.is-inpage .monthview-table td:not(.is-disabled):focus .day-container {
29927
- border-color: #368ac0;
29927
+ border-color: #50535A;
29928
29928
  box-shadow: 0 0 4px 2px rgba(141, 201, 230, 0.3);
29929
29929
  outline: none;
29930
29930
  -moz-outline-style: none;
@@ -30021,7 +30021,7 @@ html[dir='rtl'] .monthview td.range-next.include-disabled:first-of-type .day-tex
30021
30021
  html[dir='rtl'] .monthview td.range-selection.include-disabled .day-text, html[dir='rtl'] .monthview td.range-selection .day-text {
30022
30022
  border-radius: 0 50% 50% 0; }
30023
30023
  html[dir='rtl'] .monthview td.range-selection.include-disabled .day-text::before, html[dir='rtl'] .monthview td.range-selection .day-text::before {
30024
- background: radial-gradient(circle at -10px 50%, transparent 50%, #368ac0 50%);
30024
+ background: radial-gradient(circle at -10px 50%, transparent 50%, #50535A 50%);
30025
30025
  left: -100%; }
30026
30026
 
30027
30027
  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 {
@@ -30078,8 +30078,8 @@ html[dir='rtl'] .monthview-footer button {
30078
30078
  text-align: left;
30079
30079
  z-index: 3; }
30080
30080
  .week-view .week-view-table-header th .week-view-header-wrapper.is-today {
30081
- box-shadow: 0 4px 0 0 #368ac0;
30082
- color: #368ac0;
30081
+ box-shadow: 0 4px 0 0 #50535A;
30082
+ color: #50535A;
30083
30083
  font-weight: 700; }
30084
30084
  .week-view .week-view-table-header .week-view-header-wrapper {
30085
30085
  padding: 0 5px; }
@@ -30158,7 +30158,7 @@ html[dir='rtl'] .monthview-footer button {
30158
30158
  padding: 0;
30159
30159
  position: relative; }
30160
30160
  .week-view .week-view-time-marker {
30161
- border: 1px solid #368ac0;
30161
+ border: 1px solid #50535A;
30162
30162
  display: block;
30163
30163
  height: 1px;
30164
30164
  margin-top: -2px;
@@ -30494,7 +30494,7 @@ html[dir='rtl'] .week-view .calendar-event .calendar-event-content {
30494
30494
  .chart-legend .chart-legend-item[tabindex='-1'] {
30495
30495
  cursor: inherit; }
30496
30496
  .chart-legend .chart-legend-item[tabindex='0']:focus {
30497
- border-color: #368ac0;
30497
+ border-color: #50535A;
30498
30498
  box-shadow: 0 0 4px 1px rgba(141, 201, 230, 0.3);
30499
30499
  outline: none; }
30500
30500
  .chart-legend .chart-legend-item.is-two-column {
@@ -30613,11 +30613,11 @@ html[dir='rtl'] .week-view .calendar-event .calendar-event-content {
30613
30613
  .colored.label .value.alert-neutral {
30614
30614
  color: #ABAEB7; }
30615
30615
  .colored.label .value.dark {
30616
- color: #368ac0; }
30616
+ color: #50535A; }
30617
30617
  .colored.label .value.good {
30618
30618
  color: #80ce4d; }
30619
30619
  .colored.label .value.primary {
30620
- color: #368ac0; }
30620
+ color: #50535A; }
30621
30621
 
30622
30622
  .svg-patterns {
30623
30623
  position: fixed;
@@ -30767,7 +30767,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
30767
30767
  cursor: pointer;
30768
30768
  -webkit-tap-highlight-color: transparent; }
30769
30769
  .bullet-chart .marker {
30770
- stroke: #368ac0;
30770
+ stroke: #50535A;
30771
30771
  stroke-width: 2px; }
30772
30772
  .bullet-chart .tick line {
30773
30773
  stroke: #C8CBD4;
@@ -30900,13 +30900,13 @@ html[dir='rtl'] .chart-container.bar-chart svg {
30900
30900
  color: #ABAEB7; }
30901
30901
  .chart-completion-target .chart-percent-text.dark,
30902
30902
  .chart-completion .chart-percent-text.dark {
30903
- color: #368ac0; }
30903
+ color: #50535A; }
30904
30904
  .chart-completion-target .chart-percent-text.good,
30905
30905
  .chart-completion .chart-percent-text.good {
30906
30906
  color: #80ce4d; }
30907
30907
  .chart-completion-target .chart-percent-text.primary,
30908
30908
  .chart-completion .chart-percent-text.primary {
30909
- color: #368ac0; }
30909
+ color: #50535A; }
30910
30910
  .chart-completion-target .chart-percent-text.inverse,
30911
30911
  .chart-completion .chart-percent-text.inverse {
30912
30912
  color: #ffffff; }
@@ -30971,16 +30971,16 @@ html[dir='rtl'] .chart-container.bar-chart svg {
30971
30971
  color: #80ce4d; }
30972
30972
  .chart-completion-target .completed.primary,
30973
30973
  .chart-completion .completed.primary {
30974
- background-color: #368ac0; }
30974
+ background-color: #50535A; }
30975
30975
  .chart-completion-target .completed.primary span,
30976
30976
  .chart-completion .completed.primary span {
30977
- color: #368ac0; }
30977
+ color: #50535A; }
30978
30978
  .chart-completion-target .completed.dark,
30979
30979
  .chart-completion .completed.dark {
30980
- background-color: #368ac0; }
30980
+ background-color: #50535A; }
30981
30981
  .chart-completion-target .completed.dark span,
30982
30982
  .chart-completion .completed.dark span {
30983
- color: #368ac0; }
30983
+ color: #50535A; }
30984
30984
  .chart-completion-target .completed::after,
30985
30985
  .chart-completion .completed::after {
30986
30986
  background-color: inherit;
@@ -31103,7 +31103,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31103
31103
  .chart-completion .completed.bar.dark,
31104
31104
  .chart-completion .completed-label.bar.dark,
31105
31105
  .chart-completion .target-line.bar.dark {
31106
- background-color: #368ac0; }
31106
+ background-color: #50535A; }
31107
31107
  .chart-completion-target .total.bar.good,
31108
31108
  .chart-completion-target .remaining.bar.good,
31109
31109
  .chart-completion-target .completed.bar.good,
@@ -31125,7 +31125,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31125
31125
  .chart-completion .completed.bar.primary,
31126
31126
  .chart-completion .completed-label.bar.primary,
31127
31127
  .chart-completion .target-line.bar.primary {
31128
- background-color: #368ac0; }
31128
+ background-color: #50535A; }
31129
31129
  .chart-completion-target .total .text.error-color, .chart-completion-target .total .text.error,
31130
31130
  .chart-completion-target .total .value.error-color,
31131
31131
  .chart-completion-target .total .value.error,
@@ -31249,7 +31249,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31249
31249
  .chart-completion .completed-label .value.dark,
31250
31250
  .chart-completion .target-line .text.dark,
31251
31251
  .chart-completion .target-line .value.dark {
31252
- color: #368ac0; }
31252
+ color: #50535A; }
31253
31253
  .chart-completion-target .total .text.good,
31254
31254
  .chart-completion-target .total .value.good,
31255
31255
  .chart-completion-target .remaining .text.good,
@@ -31291,7 +31291,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31291
31291
  .chart-completion .completed-label .value.primary,
31292
31292
  .chart-completion .target-line .text.primary,
31293
31293
  .chart-completion .target-line .value.primary {
31294
- color: #368ac0; }
31294
+ color: #50535A; }
31295
31295
 
31296
31296
  .chart-completion-target-padding .total.bar.chart-completion-target {
31297
31297
  margin-bottom: 60px; }
@@ -31318,7 +31318,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31318
31318
 
31319
31319
  .completion-chart .remaining .dark,
31320
31320
  .completion-chart .info .dark {
31321
- color: #368ac0; }
31321
+ color: #50535A; }
31322
31322
 
31323
31323
  .completion-chart .remaining .good,
31324
31324
  .completion-chart .info .good {
@@ -31326,7 +31326,7 @@ html[dir='rtl'] .chart-container.bar-chart svg {
31326
31326
 
31327
31327
  .completion-chart .remaining .primary,
31328
31328
  .completion-chart .info .primary {
31329
- color: #368ac0; }
31329
+ color: #50535A; }
31330
31330
 
31331
31331
  .completion-chart .name {
31332
31332
  position: relative; }
@@ -31489,7 +31489,7 @@ html[dir='rtl'] .chart-pie.has-right-legend .chart-legend-item-text {
31489
31489
  .step-chart .step-chart-step.is-inprogress {
31490
31490
  background-color: #eb9d9d; }
31491
31491
  .step-chart .step-chart-step.is-complete {
31492
- background-color: #368ac0; }
31492
+ background-color: #50535A; }
31493
31493
 
31494
31494
  html[dir='rtl'] .step-chart .step-chart-label-small {
31495
31495
  float: left; }
@@ -32767,8 +32767,8 @@ html[dir='rtl'] .signin .error-message .message-text {
32767
32767
  .step-process-container .tree li .icon.icon-tree {
32768
32768
  display: none; }
32769
32769
  .step-process-container .tree li.is-selected, .step-process-container .tree li.is-selected:hover, .step-process-container .tree li.is-selected.is-focused {
32770
- background-color: #368ac0;
32771
- border-bottom-color: #368ac0;
32770
+ background-color: #50535A;
32771
+ border-bottom-color: #50535A;
32772
32772
  color: #ffffff; }
32773
32773
  .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 {
32774
32774
  color: #ffffff; }
@@ -32792,7 +32792,7 @@ html[dir='rtl'] .signin .error-message .message-text {
32792
32792
  padding: 15px 60px 15px 45px;
32793
32793
  position: relative; }
32794
32794
  .step-process-container .tree li > a:not(.hide-focus):focus {
32795
- border: 1px solid #368ac0; }
32795
+ border: 1px solid #50535A; }
32796
32796
  .step-process-container .tree li > a span {
32797
32797
  display: inline-block;
32798
32798
  font-size: 1.4rem;
@@ -34071,10 +34071,10 @@ html[dir='rtl'] .step-process-container .tree li.folder > a .icon-tree {
34071
34071
  background: #80ce4d; }
34072
34072
 
34073
34073
  .primary-bg-color {
34074
- background: #368ac0; }
34074
+ background: #50535A; }
34075
34075
 
34076
34076
  .primary-color {
34077
- color: #368ac0 !important; }
34077
+ color: #50535A !important; }
34078
34078
 
34079
34079
  .palette-grid {
34080
34080
  display: table;