@elliemae/ds-basic 2.0.0-alpha.12 → 2.0.0-alpha.13
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.
package/css/dimsum.css
CHANGED
|
@@ -1667,7 +1667,7 @@ template {
|
|
|
1667
1667
|
height: calc(100vh + 1.875rem); } }
|
|
1668
1668
|
|
|
1669
1669
|
:root {
|
|
1670
|
-
font-family:
|
|
1670
|
+
font-family: Roboto;
|
|
1671
1671
|
font-size: 13px;
|
|
1672
1672
|
color: #333333;
|
|
1673
1673
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -1748,12 +1748,12 @@ a {
|
|
|
1748
1748
|
|
|
1749
1749
|
.em-ds-selectbox__control {
|
|
1750
1750
|
border-radius: 2px;
|
|
1751
|
-
border: solid 1px #
|
|
1751
|
+
border: solid 1px #8c93a6;
|
|
1752
1752
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
1753
1753
|
background: transparent;
|
|
1754
1754
|
height: 2.16rem;
|
|
1755
1755
|
outline: none;
|
|
1756
|
-
color: #
|
|
1756
|
+
color: #25292f;
|
|
1757
1757
|
display: flex;
|
|
1758
1758
|
flex-wrap: nowrap;
|
|
1759
1759
|
justify-content: space-between;
|
|
@@ -1766,23 +1766,23 @@ a {
|
|
|
1766
1766
|
.em-ds-selectbox__control:focus-within .em-ds-selectbox__indicator-separator {
|
|
1767
1767
|
background-color: transparent; }
|
|
1768
1768
|
.em-ds-selectbox__control:active {
|
|
1769
|
-
border-color: #
|
|
1770
|
-
color: #
|
|
1769
|
+
border-color: #006aa9;
|
|
1770
|
+
color: #25292f; }
|
|
1771
1771
|
.em-ds-selectbox__control:active .em-ds-selectbox__indicator {
|
|
1772
|
-
color: #
|
|
1772
|
+
color: #ffffff; }
|
|
1773
1773
|
.em-ds-selectbox__control:disabled, .em-ds-selectbox__control--is-disabled {
|
|
1774
1774
|
cursor: not-allowed;
|
|
1775
1775
|
pointer-events: none;
|
|
1776
1776
|
border-radius: 2px;
|
|
1777
1777
|
border: none;
|
|
1778
|
-
box-shadow: inset 0 0 0 1px #
|
|
1778
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
1779
1779
|
cursor: not-allowed;
|
|
1780
1780
|
pointer-events: none;
|
|
1781
1781
|
border-radius: 2px;
|
|
1782
|
-
background: #
|
|
1782
|
+
background: #ebedf0;
|
|
1783
1783
|
color: #616b7f; }
|
|
1784
1784
|
.em-ds-selectbox__control:disabled .em-ds-selectbox__indicator-separator, .em-ds-selectbox__control--is-disabled .em-ds-selectbox__indicator-separator {
|
|
1785
|
-
background-color: #
|
|
1785
|
+
background-color: #8c93a6; }
|
|
1786
1786
|
.em-ds-selectbox__control--is-focused .em-ds-selectbox__indicator-separator {
|
|
1787
1787
|
background-color: transparent; }
|
|
1788
1788
|
|
|
@@ -1806,12 +1806,12 @@ a {
|
|
|
1806
1806
|
display: block;
|
|
1807
1807
|
overflow: hidden; }
|
|
1808
1808
|
.em-ds-selectbox__option--is-focused {
|
|
1809
|
-
background-color: #
|
|
1809
|
+
background-color: #ebf6ff; }
|
|
1810
1810
|
.em-ds-selectbox__option--is-selected {
|
|
1811
1811
|
background-color: #1e79c2;
|
|
1812
|
-
color: #
|
|
1812
|
+
color: #ffffff; }
|
|
1813
1813
|
.em-ds-selectbox__option--is-selected svg, .em-ds-selectbox__option--is-selected svg:not([fill]) {
|
|
1814
|
-
fill: #
|
|
1814
|
+
fill: #ffffff; }
|
|
1815
1815
|
|
|
1816
1816
|
.floating-label-input-controller .em-ds-selectbox__dropdown-indicator {
|
|
1817
1817
|
margin-top: -0.15385rem; }
|
|
@@ -1839,7 +1839,7 @@ a {
|
|
|
1839
1839
|
margin-bottom: 0;
|
|
1840
1840
|
height: 60%;
|
|
1841
1841
|
width: 1px;
|
|
1842
|
-
background-color: #
|
|
1842
|
+
background-color: #cbcfd7; }
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
VARIANTS
|
|
@@ -1858,7 +1858,7 @@ VARIANTS
|
|
|
1858
1858
|
|
|
1859
1859
|
.em-ds-selectbox--variant-active-input .em-ds-selectbox__value-container {
|
|
1860
1860
|
outline: none;
|
|
1861
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1861
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1862
1862
|
border-radius: 2px; }
|
|
1863
1863
|
|
|
1864
1864
|
.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicator-separator,
|
|
@@ -1868,7 +1868,7 @@ VARIANTS
|
|
|
1868
1868
|
.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicators,
|
|
1869
1869
|
.em-ds-selectbox--variant-active-icon .em-ds-selectbox__indicators {
|
|
1870
1870
|
outline: none;
|
|
1871
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1871
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1872
1872
|
border-radius: 2px; }
|
|
1873
1873
|
|
|
1874
1874
|
.em-ds-selectbox--variant-focus-icon .em-ds-selectbox__indicators {
|
|
@@ -1881,16 +1881,16 @@ VARIANTS
|
|
|
1881
1881
|
cursor: not-allowed;
|
|
1882
1882
|
pointer-events: none;
|
|
1883
1883
|
border-radius: 2px;
|
|
1884
|
-
background: #
|
|
1884
|
+
background: #ebedf0;
|
|
1885
1885
|
color: #616b7f; }
|
|
1886
1886
|
|
|
1887
1887
|
.em-ds-selectbox--variant-error .em-ds-selectbox__control {
|
|
1888
|
-
box-shadow: inset 0 0 0 1px #
|
|
1888
|
+
box-shadow: inset 0 0 0 1px #c64252;
|
|
1889
1889
|
border-radius: 2px; }
|
|
1890
1890
|
|
|
1891
1891
|
.combobox-menu-menu {
|
|
1892
1892
|
outline: none;
|
|
1893
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1893
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1894
1894
|
border-radius: 2px;
|
|
1895
1895
|
padding: 0;
|
|
1896
1896
|
box-shadow: none;
|
|
@@ -1900,9 +1900,9 @@ VARIANTS
|
|
|
1900
1900
|
overflow: hidden; }
|
|
1901
1901
|
.combobox-menu-list .em-ds-selectbox__option--is-selected {
|
|
1902
1902
|
background-color: #1e79c2;
|
|
1903
|
-
color: #
|
|
1903
|
+
color: #ffffff; }
|
|
1904
1904
|
.combobox-menu-list .em-ds-selectbox__option--is-selected svg, .combobox-menu-list .em-ds-selectbox__option--is-selected svg:not([fill]) {
|
|
1905
|
-
fill: #
|
|
1905
|
+
fill: #ffffff; }
|
|
1906
1906
|
|
|
1907
1907
|
.combobox-menu-list.combobox-menu-list-is-multi .em-ds-selectbox__option--is-selected {
|
|
1908
1908
|
background-color: transparent; }
|
|
@@ -1912,14 +1912,14 @@ VARIANTS
|
|
|
1912
1912
|
|
|
1913
1913
|
.em-ds-selectbox__value-container:focus-within {
|
|
1914
1914
|
outline: none;
|
|
1915
|
-
box-shadow: inset 0 0 0 1px #
|
|
1915
|
+
box-shadow: inset 0 0 0 1px #006aa9;
|
|
1916
1916
|
border-radius: 2px; }
|
|
1917
1917
|
|
|
1918
1918
|
.em-ds-selectbox__value-container.em-ds-selectbox__value-container--has-value {
|
|
1919
1919
|
flex-wrap: nowrap;
|
|
1920
1920
|
flex-direction: row;
|
|
1921
1921
|
align-items: center;
|
|
1922
|
-
color: #
|
|
1922
|
+
color: #25292f; }
|
|
1923
1923
|
|
|
1924
1924
|
.em-ds-selectbox__value-container--is-multi.em-ds-selectbox__value-container--has-value {
|
|
1925
1925
|
flex-wrap: nowrap; }
|
|
@@ -1940,10 +1940,10 @@ VARIANTS
|
|
|
1940
1940
|
.em-ds-combobox-container {
|
|
1941
1941
|
width: 100%;
|
|
1942
1942
|
height: 2.16rem;
|
|
1943
|
-
background: #
|
|
1943
|
+
background: #ffffff; }
|
|
1944
1944
|
.em-ds-combobox-container input[type="text"] {
|
|
1945
|
-
background: #
|
|
1946
|
-
color: #
|
|
1945
|
+
background: #ffffff !important;
|
|
1946
|
+
color: #25292f !important; }
|
|
1947
1947
|
|
|
1948
1948
|
.em-ds-combobox__control {
|
|
1949
1949
|
border-radius: 2px;
|
|
@@ -1964,7 +1964,7 @@ VARIANTS
|
|
|
1964
1964
|
width: 100%;
|
|
1965
1965
|
height: 100%;
|
|
1966
1966
|
pointer-events: none;
|
|
1967
|
-
border: solid 1px #
|
|
1967
|
+
border: solid 1px #8c93a6;
|
|
1968
1968
|
border-radius: 2px; }
|
|
1969
1969
|
.em-ds-combobox__control.with-error {
|
|
1970
1970
|
outline: none;
|
|
@@ -1978,7 +1978,7 @@ VARIANTS
|
|
|
1978
1978
|
width: 100%;
|
|
1979
1979
|
height: 100%;
|
|
1980
1980
|
pointer-events: none;
|
|
1981
|
-
border: solid 1px #
|
|
1981
|
+
border: solid 1px #c64252;
|
|
1982
1982
|
border-radius: 2px; }
|
|
1983
1983
|
.em-ds-combobox__control:hover {
|
|
1984
1984
|
outline: none;
|
|
@@ -2023,14 +2023,14 @@ VARIANTS
|
|
|
2023
2023
|
width: 100%;
|
|
2024
2024
|
height: 100%;
|
|
2025
2025
|
pointer-events: none;
|
|
2026
|
-
border: solid 1px #
|
|
2026
|
+
border: solid 1px #c64252;
|
|
2027
2027
|
border-radius: 2px; }
|
|
2028
2028
|
|
|
2029
2029
|
.em-ds-combobox-container.is-disabled {
|
|
2030
2030
|
cursor: not-allowed;
|
|
2031
2031
|
pointer-events: none;
|
|
2032
2032
|
border-radius: 2px;
|
|
2033
|
-
background: #
|
|
2033
|
+
background: #ebedf0;
|
|
2034
2034
|
color: #616b7f; }
|
|
2035
2035
|
.em-ds-combobox-container.is-disabled input[type="text"] {
|
|
2036
2036
|
background: #EBEEF1 !important; }
|
|
@@ -2047,7 +2047,7 @@ VARIANTS
|
|
|
2047
2047
|
font-style: italic; }
|
|
2048
2048
|
|
|
2049
2049
|
.em-ds-combobox__value-container {
|
|
2050
|
-
color: #
|
|
2050
|
+
color: #25292f;
|
|
2051
2051
|
height: 2.16rem;
|
|
2052
2052
|
padding: 0 0.61538rem !important; }
|
|
2053
2053
|
.em-ds-combobox__value-container span {
|
|
@@ -2065,7 +2065,7 @@ VARIANTS
|
|
|
2065
2065
|
|
|
2066
2066
|
.em-ds-combobox__indicator-separator {
|
|
2067
2067
|
align-self: stretch;
|
|
2068
|
-
background-color: #
|
|
2068
|
+
background-color: #8c93a6;
|
|
2069
2069
|
margin-bottom: 0.30769rem;
|
|
2070
2070
|
margin-top: 0.30769rem;
|
|
2071
2071
|
width: 1px; }
|
|
@@ -2073,9 +2073,9 @@ VARIANTS
|
|
|
2073
2073
|
.em-ds-combobox__menu {
|
|
2074
2074
|
margin: 0;
|
|
2075
2075
|
top: 100%;
|
|
2076
|
-
background: #
|
|
2076
|
+
background: #ffffff;
|
|
2077
2077
|
border-radius: 2px;
|
|
2078
|
-
border: solid 1px #
|
|
2078
|
+
border: solid 1px #8c93a6;
|
|
2079
2079
|
-ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2080
2080
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2081
2081
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
@@ -2112,7 +2112,7 @@ VARIANTS
|
|
|
2112
2112
|
box-shadow: none;
|
|
2113
2113
|
outline: none;
|
|
2114
2114
|
position: relative;
|
|
2115
|
-
border-color: solid #
|
|
2115
|
+
border-color: solid #006aa9 1px; }
|
|
2116
2116
|
.em-ds-button.dropdown-indicator.active:after {
|
|
2117
2117
|
box-shadow: none !important;
|
|
2118
2118
|
border-color: transparent; }
|
|
@@ -2125,7 +2125,7 @@ VARIANTS
|
|
|
2125
2125
|
width: 100%;
|
|
2126
2126
|
height: 100%;
|
|
2127
2127
|
pointer-events: none;
|
|
2128
|
-
border: solid 1px #
|
|
2128
|
+
border: solid 1px #006aa9;
|
|
2129
2129
|
border-radius: 2px; }
|
|
2130
2130
|
|
|
2131
2131
|
.combobox-menu-wrapper-external .em-ds-menu {
|
|
@@ -2147,15 +2147,15 @@ VARIANTS
|
|
|
2147
2147
|
outline: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
2148
2148
|
outline-offset: calc(0.30769rem * -0.25); }
|
|
2149
2149
|
.em-ds-combobox__option:active {
|
|
2150
|
-
background-color: #
|
|
2150
|
+
background-color: #ebf6ff; }
|
|
2151
2151
|
.em-ds-combobox__option--is-selected {
|
|
2152
|
-
background-color: #
|
|
2153
|
-
color: #
|
|
2152
|
+
background-color: #ebf6ff;
|
|
2153
|
+
color: #25292f; }
|
|
2154
2154
|
.em-ds-combobox__option--is-selected svg, .em-ds-combobox__option--is-selected svg:not([fill]) {
|
|
2155
|
-
fill: #
|
|
2155
|
+
fill: #ffffff; }
|
|
2156
2156
|
|
|
2157
2157
|
.combobox-menu-list-is-multi .em-ds-combobox__option--is-selected {
|
|
2158
|
-
background-color: #
|
|
2158
|
+
background-color: #ebf6ff; }
|
|
2159
2159
|
|
|
2160
2160
|
.em-ds-expandable-input {
|
|
2161
2161
|
display: flex;
|
|
@@ -2164,7 +2164,7 @@ VARIANTS
|
|
|
2164
2164
|
outline: none;
|
|
2165
2165
|
color: #697489;
|
|
2166
2166
|
box-sizing: border-box;
|
|
2167
|
-
background: #
|
|
2167
|
+
background: #ffffff;
|
|
2168
2168
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2169
2169
|
width: 2.4rem;
|
|
2170
2170
|
border-radius: 2px; }
|
|
@@ -2194,7 +2194,7 @@ VARIANTS
|
|
|
2194
2194
|
width: 100%; }
|
|
2195
2195
|
.em-ds-expandable-input--opened {
|
|
2196
2196
|
width: 100%;
|
|
2197
|
-
box-shadow: inset 0 0 0 1px #
|
|
2197
|
+
box-shadow: inset 0 0 0 1px #cbcfd7;
|
|
2198
2198
|
border-radius: 2px; }
|
|
2199
2199
|
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input {
|
|
2200
2200
|
opacity: 1;
|
|
@@ -2243,7 +2243,7 @@ VARIANTS
|
|
|
2243
2243
|
color: #697489; }
|
|
2244
2244
|
.em-ds-input-times-group .em-ds-input-times-group__divider--value {
|
|
2245
2245
|
font-style: unset;
|
|
2246
|
-
color: #
|
|
2246
|
+
color: #25292f; }
|
|
2247
2247
|
.em-ds-input-times-group__input {
|
|
2248
2248
|
text-align: center;
|
|
2249
2249
|
border: none;
|
|
@@ -2265,7 +2265,7 @@ VARIANTS
|
|
|
2265
2265
|
color: #697489;
|
|
2266
2266
|
font-style: italic; }
|
|
2267
2267
|
.em-ds-input-times-group__input:focus {
|
|
2268
|
-
background: #
|
|
2268
|
+
background: #a3d6ff; }
|
|
2269
2269
|
.em-ds-input-times-group__input::placeholder {
|
|
2270
2270
|
text-align: center;
|
|
2271
2271
|
font-style: italic; }
|
|
@@ -2284,7 +2284,7 @@ VARIANTS
|
|
|
2284
2284
|
.em-ds-input-times-group__am-pm-input::-ms-expand {
|
|
2285
2285
|
display: none; }
|
|
2286
2286
|
.em-ds-input-times-group__am-pm-input:focus {
|
|
2287
|
-
background: #
|
|
2287
|
+
background: #a3d6ff; }
|
|
2288
2288
|
|
|
2289
2289
|
.em-ds-input-addon-group {
|
|
2290
2290
|
display: flex;
|
|
@@ -2351,7 +2351,7 @@ VARIANTS
|
|
|
2351
2351
|
align-items: flex-start;
|
|
2352
2352
|
position: relative;
|
|
2353
2353
|
cursor: pointer;
|
|
2354
|
-
color: #
|
|
2354
|
+
color: #25292f; }
|
|
2355
2355
|
.em-ds-form-element-checkbox__label .em-ds-form-element-checkbox__input-button {
|
|
2356
2356
|
pointer-events: none; }
|
|
2357
2357
|
.em-ds-form-element-checkbox__label:first-child:not(:last-child) {
|
|
@@ -2375,20 +2375,20 @@ VARIANTS
|
|
|
2375
2375
|
outline: none;
|
|
2376
2376
|
border: calc(0.30769rem * 0.25) solid #1e79c2; }
|
|
2377
2377
|
.em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button.checkbox-true {
|
|
2378
|
-
background-color: #
|
|
2378
|
+
background-color: #ebf6ff; }
|
|
2379
2379
|
|
|
2380
2380
|
.em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
|
|
2381
2381
|
outline: none;
|
|
2382
|
-
background-color: #
|
|
2382
|
+
background-color: #ebf6ff; }
|
|
2383
2383
|
|
|
2384
2384
|
.em-ds-form-element-checkbox__input-button {
|
|
2385
2385
|
position: relative;
|
|
2386
2386
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2387
2387
|
width: 1.23077rem;
|
|
2388
2388
|
height: 1.23077rem;
|
|
2389
|
-
border: solid 1px #
|
|
2389
|
+
border: solid 1px #8c93a6;
|
|
2390
2390
|
border-radius: 0.15385rem;
|
|
2391
|
-
background: #
|
|
2391
|
+
background: #ffffff;
|
|
2392
2392
|
display: inline-flex;
|
|
2393
2393
|
justify-content: center;
|
|
2394
2394
|
align-items: center;
|
|
@@ -2426,34 +2426,34 @@ VARIANTS
|
|
|
2426
2426
|
border-radius: 2px; }
|
|
2427
2427
|
.em-ds-form-element-checkbox__input-button:active:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-active:not(.disabled) {
|
|
2428
2428
|
outline: none;
|
|
2429
|
-
background-color: #
|
|
2429
|
+
background-color: #ebf6ff; }
|
|
2430
2430
|
.em-ds-form-element-checkbox__input-button.disabled {
|
|
2431
2431
|
cursor: not-allowed;
|
|
2432
2432
|
pointer-events: none; }
|
|
2433
2433
|
|
|
2434
2434
|
.em-ds-form-element-checkbox--error:hover .em-ds-form-element-checkbox__input-button {
|
|
2435
|
-
border-color: #
|
|
2435
|
+
border-color: #c64252; }
|
|
2436
2436
|
|
|
2437
2437
|
.em-ds-form-element-checkbox--error:active .em-ds-form-element-checkbox__input-button {
|
|
2438
|
-
background-color: #
|
|
2438
|
+
background-color: #f7cdd2; }
|
|
2439
2439
|
|
|
2440
2440
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button {
|
|
2441
|
-
border-color: #
|
|
2441
|
+
border-color: #c64252; }
|
|
2442
2442
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-mixed:after {
|
|
2443
|
-
background: #
|
|
2443
|
+
background: #c64252; }
|
|
2444
2444
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-true:after {
|
|
2445
|
-
border-color: #
|
|
2445
|
+
border-color: #c64252; }
|
|
2446
2446
|
|
|
2447
2447
|
.em-ds-form-element-checkbox--disabled:hover .em-ds-form-element-checkbox__input-button {
|
|
2448
|
-
border-color: #
|
|
2448
|
+
border-color: #8c93a6; }
|
|
2449
2449
|
|
|
2450
2450
|
.em-ds-form-element-checkbox--disabled:active .em-ds-form-element-checkbox__input-button {
|
|
2451
|
-
background: #
|
|
2451
|
+
background: #ebedf0; }
|
|
2452
2452
|
|
|
2453
2453
|
.em-ds-form-element-checkbox__input-button.variant-disabled, .em-ds-form-element-checkbox__input-button[aria-disabled='true'] {
|
|
2454
2454
|
pointer-events: none;
|
|
2455
|
-
border-color: #
|
|
2456
|
-
background: #
|
|
2455
|
+
border-color: #8c93a6;
|
|
2456
|
+
background: #ebedf0;
|
|
2457
2457
|
color: #697489; }
|
|
2458
2458
|
.em-ds-form-element-checkbox__input-button.variant-disabled.checkbox-mixed:after, .em-ds-form-element-checkbox__input-button[aria-disabled='true'].checkbox-mixed:after {
|
|
2459
2459
|
background: #697489; }
|
|
@@ -2471,7 +2471,7 @@ VARIANTS
|
|
|
2471
2471
|
-webkit-tap-highlight-color: transparent;
|
|
2472
2472
|
width: 1.5rem;
|
|
2473
2473
|
height: 1.5rem;
|
|
2474
|
-
border: 2px solid #
|
|
2474
|
+
border: 2px solid #8c93a6; }
|
|
2475
2475
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2476
2476
|
outline: none;
|
|
2477
2477
|
border: 2px solid #1e79c2;
|
|
@@ -2503,7 +2503,7 @@ VARIANTS
|
|
|
2503
2503
|
-webkit-tap-highlight-color: transparent;
|
|
2504
2504
|
width: 1.5rem;
|
|
2505
2505
|
height: 1.5rem;
|
|
2506
|
-
border: 2px solid #
|
|
2506
|
+
border: 2px solid #8c93a6; }
|
|
2507
2507
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2508
2508
|
outline: none;
|
|
2509
2509
|
border: 2px solid #1e79c2;
|
|
@@ -2535,7 +2535,7 @@ VARIANTS
|
|
|
2535
2535
|
-webkit-tap-highlight-color: transparent;
|
|
2536
2536
|
width: 1.5rem;
|
|
2537
2537
|
height: 1.5rem;
|
|
2538
|
-
border: 2px solid #
|
|
2538
|
+
border: 2px solid #8c93a6; }
|
|
2539
2539
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2540
2540
|
outline: none;
|
|
2541
2541
|
border: 2px solid #1e79c2;
|
|
@@ -2567,7 +2567,7 @@ VARIANTS
|
|
|
2567
2567
|
-webkit-tap-highlight-color: transparent;
|
|
2568
2568
|
width: 1.5rem;
|
|
2569
2569
|
height: 1.5rem;
|
|
2570
|
-
border: 2px solid #
|
|
2570
|
+
border: 2px solid #8c93a6; }
|
|
2571
2571
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2572
2572
|
outline: none;
|
|
2573
2573
|
border: 2px solid #1e79c2;
|
|
@@ -2599,7 +2599,7 @@ VARIANTS
|
|
|
2599
2599
|
-webkit-tap-highlight-color: transparent;
|
|
2600
2600
|
width: 1.5rem;
|
|
2601
2601
|
height: 1.5rem;
|
|
2602
|
-
border: 2px solid #
|
|
2602
|
+
border: 2px solid #8c93a6; }
|
|
2603
2603
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2604
2604
|
outline: none;
|
|
2605
2605
|
border: 2px solid #1e79c2;
|
|
@@ -2631,7 +2631,7 @@ VARIANTS
|
|
|
2631
2631
|
-webkit-tap-highlight-color: transparent;
|
|
2632
2632
|
width: 1.5rem;
|
|
2633
2633
|
height: 1.5rem;
|
|
2634
|
-
border: 2px solid #
|
|
2634
|
+
border: 2px solid #8c93a6; }
|
|
2635
2635
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2636
2636
|
outline: none;
|
|
2637
2637
|
border: 2px solid #1e79c2;
|
|
@@ -2663,7 +2663,7 @@ VARIANTS
|
|
|
2663
2663
|
-webkit-tap-highlight-color: transparent;
|
|
2664
2664
|
width: 1.5rem;
|
|
2665
2665
|
height: 1.5rem;
|
|
2666
|
-
border: 2px solid #
|
|
2666
|
+
border: 2px solid #8c93a6; }
|
|
2667
2667
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2668
2668
|
outline: none;
|
|
2669
2669
|
border: 2px solid #1e79c2;
|
|
@@ -2695,7 +2695,7 @@ VARIANTS
|
|
|
2695
2695
|
-webkit-tap-highlight-color: transparent;
|
|
2696
2696
|
width: 1.5rem;
|
|
2697
2697
|
height: 1.5rem;
|
|
2698
|
-
border: 2px solid #
|
|
2698
|
+
border: 2px solid #8c93a6; }
|
|
2699
2699
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2700
2700
|
outline: none;
|
|
2701
2701
|
border: 2px solid #1e79c2;
|
|
@@ -2968,15 +2968,15 @@ fieldset.em-ds-form-item-content {
|
|
|
2968
2968
|
height: 2.16rem;
|
|
2969
2969
|
width: 100%;
|
|
2970
2970
|
outline: none;
|
|
2971
|
-
color: #
|
|
2971
|
+
color: #25292f;
|
|
2972
2972
|
box-sizing: border-box;
|
|
2973
2973
|
display: flex;
|
|
2974
|
-
background: #
|
|
2974
|
+
background: #ffffff;
|
|
2975
2975
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2976
2976
|
padding: 0 0.61538rem;
|
|
2977
2977
|
z-index: 1;
|
|
2978
2978
|
border-radius: 2px;
|
|
2979
|
-
border: solid 1px #
|
|
2979
|
+
border: solid 1px #8c93a6;
|
|
2980
2980
|
text-overflow: ellipsis; }
|
|
2981
2981
|
.em-ds-input::-ms-clear {
|
|
2982
2982
|
display: none; }
|
|
@@ -2993,9 +2993,9 @@ fieldset.em-ds-form-item-content {
|
|
|
2993
2993
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
2994
2994
|
border-radius: 2px; }
|
|
2995
2995
|
.em-ds-input:active {
|
|
2996
|
-
color: #
|
|
2996
|
+
color: #25292f;
|
|
2997
2997
|
outline: none;
|
|
2998
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
2998
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
2999
2999
|
border-radius: 2px; }
|
|
3000
3000
|
.em-ds-input::-webkit-input-placeholder {
|
|
3001
3001
|
color: #697489;
|
|
@@ -3015,8 +3015,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3015
3015
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
3016
3016
|
border-radius: 2px; }
|
|
3017
3017
|
.em-ds-input:disabled, .em-ds-input.input-disabled {
|
|
3018
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3019
|
-
background: #
|
|
3018
|
+
border: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3019
|
+
background: #e0e3e8 !important;
|
|
3020
3020
|
color: #616b7f; }
|
|
3021
3021
|
.em-ds-input:disabled::-webkit-input-placeholder, .em-ds-input.input-disabled::-webkit-input-placeholder {
|
|
3022
3022
|
color: #5C6574; }
|
|
@@ -3081,17 +3081,17 @@ fieldset.em-ds-form-item-content {
|
|
|
3081
3081
|
opacity: 1; }
|
|
3082
3082
|
|
|
3083
3083
|
.em-ds-input--disabled {
|
|
3084
|
-
border-color: #
|
|
3084
|
+
border-color: #8c93a6; }
|
|
3085
3085
|
.em-ds-input--disabled:focus-within, .em-ds-input--disabled:hover {
|
|
3086
|
-
border-color: #
|
|
3086
|
+
border-color: #8c93a6; }
|
|
3087
3087
|
.em-ds-input--disabled:active {
|
|
3088
|
-
border-color: #
|
|
3088
|
+
border-color: #8c93a6; }
|
|
3089
3089
|
.em-ds-input--disabled .em-ds-input__input {
|
|
3090
3090
|
color: #616b7f;
|
|
3091
3091
|
cursor: not-allowed; }
|
|
3092
3092
|
|
|
3093
3093
|
.em-ds-input--error {
|
|
3094
|
-
border-color: #
|
|
3094
|
+
border-color: #c64252; }
|
|
3095
3095
|
.em-ds-input--error:focus, .em-ds-input--error:focus-within {
|
|
3096
3096
|
outline: none;
|
|
3097
3097
|
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
@@ -3101,7 +3101,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3101
3101
|
color: #697489; }
|
|
3102
3102
|
|
|
3103
3103
|
.em-ds-input--readonly {
|
|
3104
|
-
border-color: #
|
|
3104
|
+
border-color: #e0e3e8;
|
|
3105
3105
|
cursor: not-allowed; }
|
|
3106
3106
|
.em-ds-input--readonly .em-ds-input__input {
|
|
3107
3107
|
color: #697489; }
|
|
@@ -3116,8 +3116,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3116
3116
|
border: calc(0.30769rem * 0.25) solid #1e79c2; }
|
|
3117
3117
|
|
|
3118
3118
|
.em-ds-form-item--variant-disabled .em-ds-input {
|
|
3119
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3120
|
-
background: #
|
|
3119
|
+
border: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3120
|
+
background: #e0e3e8 !important;
|
|
3121
3121
|
color: #616b7f; }
|
|
3122
3122
|
.em-ds-form-item--variant-disabled .em-ds-input::-webkit-input-placeholder {
|
|
3123
3123
|
color: #697489; }
|
|
@@ -3130,11 +3130,11 @@ fieldset.em-ds-form-item-content {
|
|
|
3130
3130
|
|
|
3131
3131
|
.em-ds-form-item--variant-read-only .em-ds-input {
|
|
3132
3132
|
border: none;
|
|
3133
|
-
border-top: calc(0.30769rem * 0.25) solid #
|
|
3133
|
+
border-top: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3134
3134
|
background: none; }
|
|
3135
3135
|
|
|
3136
3136
|
.em-ds-form-item--error .em-ds-input {
|
|
3137
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3137
|
+
border: calc(0.30769rem * 0.25) solid #c64252; }
|
|
3138
3138
|
.em-ds-form-item--error .em-ds-input:focus, .em-ds-form-item--error .em-ds-input:focus-within {
|
|
3139
3139
|
outline: none;
|
|
3140
3140
|
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
@@ -3210,7 +3210,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3210
3210
|
color: #697489; }
|
|
3211
3211
|
.em-ds-input-date-group .em-ds-input-date-group__divider--value {
|
|
3212
3212
|
font-style: unset;
|
|
3213
|
-
color: #
|
|
3213
|
+
color: #25292f; }
|
|
3214
3214
|
.em-ds-input-date-group__input {
|
|
3215
3215
|
text-align: center;
|
|
3216
3216
|
border: none;
|
|
@@ -3235,22 +3235,22 @@ fieldset.em-ds-form-item-content {
|
|
|
3235
3235
|
min-width: 2.58462rem;
|
|
3236
3236
|
max-width: 3.32308rem; }
|
|
3237
3237
|
.em-ds-input-date-group__input:focus {
|
|
3238
|
-
background: #
|
|
3238
|
+
background: #a3d6ff; }
|
|
3239
3239
|
.em-ds-input-date-group__input:active {
|
|
3240
3240
|
outline: none;
|
|
3241
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3241
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
3242
3242
|
border-radius: 2px; }
|
|
3243
3243
|
|
|
3244
3244
|
.em-ds-input-addon-wrapper {
|
|
3245
3245
|
border-radius: 2px;
|
|
3246
3246
|
display: flex;
|
|
3247
|
-
box-shadow: inset 0 0 0 1px #
|
|
3247
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
3248
3248
|
height: 2.16rem;
|
|
3249
3249
|
width: 100%; }
|
|
3250
3250
|
.em-ds-input-addon-wrapper > * {
|
|
3251
3251
|
height: 100%; }
|
|
3252
3252
|
.em-ds-input-addon-wrapper .em-ds-input-addon-wrapper__addon--error {
|
|
3253
|
-
border: 1px solid #
|
|
3253
|
+
border: 1px solid #c64252;
|
|
3254
3254
|
border-radius: 2px;
|
|
3255
3255
|
border-top-left-radius: unset;
|
|
3256
3256
|
border-bottom-left-radius: unset;
|
|
@@ -3297,7 +3297,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3297
3297
|
top: 10%;
|
|
3298
3298
|
right: 2.16rem;
|
|
3299
3299
|
width: calc(0.30769rem * 0.25);
|
|
3300
|
-
background: #
|
|
3300
|
+
background: #cbcfd7;
|
|
3301
3301
|
pointer-events: none; }
|
|
3302
3302
|
.em-ds-input-addon-wrapper__addon.em-ds-input-addon-wrapper__addon--right > .em-ds-input-addon-wrapper__clearable:not(.em-ds-input__clearable):focus-within:before {
|
|
3303
3303
|
display: none; }
|
|
@@ -3381,30 +3381,30 @@ fieldset.em-ds-form-item-content {
|
|
|
3381
3381
|
width: calc(100% + 2px);
|
|
3382
3382
|
height: calc(100% + 2px);
|
|
3383
3383
|
pointer-events: none;
|
|
3384
|
-
border: solid 1px #
|
|
3384
|
+
border: solid 1px #a3d6ff; }
|
|
3385
3385
|
.em-ds-form-element-toggle:after, .em-ds-form-element-toggle:before {
|
|
3386
3386
|
border-radius: 1.23077rem; }
|
|
3387
3387
|
|
|
3388
3388
|
.em-ds-form-element-toggle-box {
|
|
3389
3389
|
border-radius: 0.61538rem;
|
|
3390
|
-
border: solid 1px #
|
|
3390
|
+
border: solid 1px #353c46;
|
|
3391
3391
|
height: 1.23077rem;
|
|
3392
3392
|
width: calc((1.84615rem * 0.9166) * 2);
|
|
3393
3393
|
background: #697489;
|
|
3394
|
-
color: #
|
|
3394
|
+
color: #ffffff;
|
|
3395
3395
|
transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, opacity 0.1s ease 0s;
|
|
3396
3396
|
display: flex;
|
|
3397
3397
|
justify-content: flex-end;
|
|
3398
3398
|
position: relative;
|
|
3399
3399
|
cursor: pointer; }
|
|
3400
3400
|
.em-ds-form-element-toggle-box:hover {
|
|
3401
|
-
background: #
|
|
3401
|
+
background: #464f5c; }
|
|
3402
3402
|
|
|
3403
3403
|
.em-ds-form-element-toggle__input {
|
|
3404
3404
|
border-radius: 50%;
|
|
3405
3405
|
height: calc(1.23077rem - (0.30769rem * 0.5));
|
|
3406
3406
|
width: calc(1.23077rem - (0.30769rem * 0.5));
|
|
3407
|
-
background: #
|
|
3407
|
+
background: #ffffff;
|
|
3408
3408
|
transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, opacity 0.1s ease 0s;
|
|
3409
3409
|
display: inline-block;
|
|
3410
3410
|
position: absolute;
|
|
@@ -3488,50 +3488,50 @@ fieldset.em-ds-form-item-content {
|
|
|
3488
3488
|
|
|
3489
3489
|
.em-ds-form-element-toggle--checked .em-ds-form-element-toggle-box {
|
|
3490
3490
|
justify-content: flex-start;
|
|
3491
|
-
border: solid 1px #
|
|
3491
|
+
border: solid 1px #006aa9;
|
|
3492
3492
|
background: #1e79c2;
|
|
3493
|
-
color: #
|
|
3493
|
+
color: #ffffff; }
|
|
3494
3494
|
|
|
3495
3495
|
.em-ds-form-element-toggle--checked .em-ds-form-element-toggle__input {
|
|
3496
3496
|
margin-left: calc((0.30769rem * 0.5) * (-0.5)); }
|
|
3497
3497
|
|
|
3498
3498
|
.em-ds-form-element-toggle--checked:hover .em-ds-form-element-toggle-box {
|
|
3499
3499
|
border: solid 1px #005181;
|
|
3500
|
-
background: #
|
|
3500
|
+
background: #006aa9; }
|
|
3501
3501
|
|
|
3502
3502
|
.em-ds-form-element-toggle--checked:focus:before {
|
|
3503
|
-
border: solid 2px #
|
|
3503
|
+
border: solid 2px #006aa9; }
|
|
3504
3504
|
|
|
3505
3505
|
.em-ds-form-element-toggle--checked:focus:after {
|
|
3506
|
-
border: solid 1px #
|
|
3506
|
+
border: solid 1px #a3d6ff; }
|
|
3507
3507
|
|
|
3508
3508
|
.em-ds-form-element-toggle--checked:active {
|
|
3509
|
-
background: #
|
|
3509
|
+
background: #006aa9; }
|
|
3510
3510
|
|
|
3511
3511
|
.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle-box {
|
|
3512
3512
|
cursor: not-allowed;
|
|
3513
3513
|
border: solid 1px transparent;
|
|
3514
|
-
background: #
|
|
3514
|
+
background: #e0e3e8;
|
|
3515
3515
|
color: #5C6574; }
|
|
3516
3516
|
|
|
3517
3517
|
.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle__input {
|
|
3518
|
-
background: #
|
|
3518
|
+
background: #ffffff; }
|
|
3519
3519
|
|
|
3520
3520
|
.em-ds-form-element-toggle--disabled:hover .em-ds-form-element-toggle-box {
|
|
3521
3521
|
border: solid 1px transparent;
|
|
3522
|
-
background: #
|
|
3522
|
+
background: #e0e3e8; }
|
|
3523
3523
|
|
|
3524
3524
|
.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle-box {
|
|
3525
3525
|
cursor: not-allowed;
|
|
3526
|
-
border: solid 1px #
|
|
3526
|
+
border: solid 1px #353c46;
|
|
3527
3527
|
background: #697489;
|
|
3528
|
-
color: #
|
|
3528
|
+
color: #ffffff; }
|
|
3529
3529
|
|
|
3530
3530
|
.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle__input {
|
|
3531
|
-
background: #
|
|
3531
|
+
background: #e0e3e8; }
|
|
3532
3532
|
|
|
3533
3533
|
.em-ds-form-element-toggle--readonly:hover .em-ds-form-element-toggle-box {
|
|
3534
|
-
border: solid 1px #
|
|
3534
|
+
border: solid 1px #353c46;
|
|
3535
3535
|
background: #697489; }
|
|
3536
3536
|
|
|
3537
3537
|
.em-ds-form-element-toggle--readonly:focus {
|
|
@@ -3574,7 +3574,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3574
3574
|
top: 10%;
|
|
3575
3575
|
left: 0;
|
|
3576
3576
|
width: calc(0.30769rem * 0.25);
|
|
3577
|
-
background: #
|
|
3577
|
+
background: #cbcfd7;
|
|
3578
3578
|
pointer-events: none;
|
|
3579
3579
|
border: none; }
|
|
3580
3580
|
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__outline svg .em-ds-labeled-outline__outline__path, .em-ds-labeled-outline:focus-within svg:not([fill]) .em-ds-labeled-outline__outline__path, .em-ds-labeled-outline:hover .em-ds-labeled-outline__outline svg .em-ds-labeled-outline__outline__path, .em-ds-labeled-outline:hover svg:not([fill]) .em-ds-labeled-outline__outline__path {
|
|
@@ -3629,7 +3629,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3629
3629
|
top: 10%;
|
|
3630
3630
|
left: 0;
|
|
3631
3631
|
width: calc(0.30769rem * 0.25);
|
|
3632
|
-
background: #
|
|
3632
|
+
background: #cbcfd7;
|
|
3633
3633
|
pointer-events: none;
|
|
3634
3634
|
border: none; }
|
|
3635
3635
|
.em-ds-labeled-outline .floating-label-input-controller .em-ds__control--is-focused {
|
|
@@ -3666,7 +3666,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3666
3666
|
top: 10%;
|
|
3667
3667
|
left: 0;
|
|
3668
3668
|
width: calc(0.30769rem * 0.25);
|
|
3669
|
-
background: #
|
|
3669
|
+
background: #cbcfd7;
|
|
3670
3670
|
pointer-events: none;
|
|
3671
3671
|
border: none; }
|
|
3672
3672
|
.em-ds-labeled-outline--has-value .em-ds-form-required-mark {
|
|
@@ -3680,7 +3680,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3680
3680
|
left: 0;
|
|
3681
3681
|
opacity: 0;
|
|
3682
3682
|
transition: opacity 100ms cubic-bezier(0.64, 0, 0.35, 1), border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3683
|
-
background-color: #
|
|
3683
|
+
background-color: #ffffff; }
|
|
3684
3684
|
.em-ds-labeled-outline__outline svg, .em-ds-labeled-outline__outline svg:not([fill]) {
|
|
3685
3685
|
width: 100%;
|
|
3686
3686
|
height: 100%; }
|
|
@@ -3695,13 +3695,13 @@ fieldset.em-ds-form-item-content {
|
|
|
3695
3695
|
height: 100%;
|
|
3696
3696
|
transition: opacity 100ms cubic-bezier(0.64, 0, 0.35, 1), border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3697
3697
|
opacity: 1;
|
|
3698
|
-
border: 0.07692rem solid #
|
|
3698
|
+
border: 0.07692rem solid #cbcfd7; }
|
|
3699
3699
|
|
|
3700
3700
|
.em-ds-labeled-outline__outline__path {
|
|
3701
3701
|
stroke-width: 1px;
|
|
3702
3702
|
transition: stroke 100ms cubic-bezier(0.64, 0, 0.35, 1), stroke-width 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3703
3703
|
fill: transparent;
|
|
3704
|
-
stroke: #
|
|
3704
|
+
stroke: #cbcfd7; }
|
|
3705
3705
|
|
|
3706
3706
|
.em-ds-labeled-outline__label {
|
|
3707
3707
|
position: absolute;
|
|
@@ -3715,10 +3715,10 @@ fieldset.em-ds-form-item-content {
|
|
|
3715
3715
|
cursor: not-allowed; }
|
|
3716
3716
|
|
|
3717
3717
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__outline__path {
|
|
3718
|
-
stroke: #
|
|
3718
|
+
stroke: #e0e3e8; }
|
|
3719
3719
|
|
|
3720
3720
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__idle {
|
|
3721
|
-
border-color: #
|
|
3721
|
+
border-color: #e0e3e8; }
|
|
3722
3722
|
|
|
3723
3723
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__label {
|
|
3724
3724
|
color: #697489; }
|
|
@@ -3727,22 +3727,22 @@ fieldset.em-ds-form-item-content {
|
|
|
3727
3727
|
cursor: not-allowed; }
|
|
3728
3728
|
|
|
3729
3729
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__outline__path {
|
|
3730
|
-
stroke: #
|
|
3730
|
+
stroke: #e0e3e8; }
|
|
3731
3731
|
|
|
3732
3732
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__idle {
|
|
3733
|
-
border-color: #
|
|
3733
|
+
border-color: #e0e3e8; }
|
|
3734
3734
|
|
|
3735
3735
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__label {
|
|
3736
3736
|
color: #697489; }
|
|
3737
3737
|
|
|
3738
3738
|
.em-ds-labeled-outline--error input:focus ~ .em-ds-labeled-outline__outline svg {
|
|
3739
|
-
filter: drop-shadow(0px 0px 2px #
|
|
3739
|
+
filter: drop-shadow(0px 0px 2px #c64252); }
|
|
3740
3740
|
|
|
3741
3741
|
.em-ds-labeled-outline--error .em-ds-labeled-outline__outline__path {
|
|
3742
|
-
stroke: #
|
|
3742
|
+
stroke: #c64252; }
|
|
3743
3743
|
|
|
3744
3744
|
.em-ds-labeled-outline--error .em-ds-labeled-outline__idle {
|
|
3745
|
-
border-color: #
|
|
3745
|
+
border-color: #c64252; }
|
|
3746
3746
|
|
|
3747
3747
|
.em-ds-input-mask {
|
|
3748
3748
|
position: relative;
|
|
@@ -3752,8 +3752,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3752
3752
|
color: #697489;
|
|
3753
3753
|
box-sizing: border-box;
|
|
3754
3754
|
display: block;
|
|
3755
|
-
border: solid 1px #
|
|
3756
|
-
background: #
|
|
3755
|
+
border: solid 1px #cbcfd7;
|
|
3756
|
+
background: #ffffff;
|
|
3757
3757
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3758
3758
|
border-radius: 2px; }
|
|
3759
3759
|
.em-ds-input-mask:focus-within {
|
|
@@ -3775,7 +3775,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3775
3775
|
border: none;
|
|
3776
3776
|
padding: 0 0.61538rem; }
|
|
3777
3777
|
.em-ds-input-mask__input:active {
|
|
3778
|
-
color: #
|
|
3778
|
+
color: #25292f; }
|
|
3779
3779
|
.em-ds-input-mask__input::-webkit-input-placeholder {
|
|
3780
3780
|
color: #697489;
|
|
3781
3781
|
font-style: italic; }
|
|
@@ -3808,24 +3808,24 @@ fieldset.em-ds-form-item-content {
|
|
|
3808
3808
|
right: 0; }
|
|
3809
3809
|
|
|
3810
3810
|
.em-ds-input-mask--disabled {
|
|
3811
|
-
border-color: #
|
|
3811
|
+
border-color: #e0e3e8; }
|
|
3812
3812
|
.em-ds-input-mask--disabled:focus-within, .em-ds-input-mask--disabled:hover {
|
|
3813
|
-
border-color: #
|
|
3813
|
+
border-color: #e0e3e8; }
|
|
3814
3814
|
.em-ds-input-mask--disabled:active {
|
|
3815
|
-
border-color: #
|
|
3815
|
+
border-color: #e0e3e8; }
|
|
3816
3816
|
.em-ds-input-mask--disabled .em-ds-input-mask__input {
|
|
3817
3817
|
color: #697489;
|
|
3818
3818
|
cursor: not-allowed; }
|
|
3819
3819
|
|
|
3820
3820
|
.em-ds-input-mask--error {
|
|
3821
|
-
border-color: #
|
|
3821
|
+
border-color: #c64252; }
|
|
3822
3822
|
.em-ds-input-mask--error:focus, .em-ds-input-mask--error:hover, .em-ds-input-mask--error:active {
|
|
3823
|
-
border-color: #
|
|
3823
|
+
border-color: #c64252; }
|
|
3824
3824
|
.em-ds-input-mask--error .em-ds-input-mask__input {
|
|
3825
3825
|
color: #697489; }
|
|
3826
3826
|
|
|
3827
3827
|
.em-ds-input-mask--readonly {
|
|
3828
|
-
border-color: #
|
|
3828
|
+
border-color: #e0e3e8;
|
|
3829
3829
|
cursor: not-allowed; }
|
|
3830
3830
|
.em-ds-input-mask--readonly .em-ds-input-mask__input {
|
|
3831
3831
|
color: #697489; }
|
|
@@ -3840,19 +3840,19 @@ fieldset.em-ds-form-item-content {
|
|
|
3840
3840
|
outline: none;
|
|
3841
3841
|
color: #697489;
|
|
3842
3842
|
display: flex;
|
|
3843
|
-
background: #
|
|
3843
|
+
background: #ffffff;
|
|
3844
3844
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3845
3845
|
border-radius: 2px;
|
|
3846
|
-
box-shadow: inset 0 0 0 1px #
|
|
3846
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
3847
3847
|
padding: 1px; }
|
|
3848
3848
|
.em-ds-form-element-textarea:focus-within {
|
|
3849
3849
|
padding: 0; }
|
|
3850
3850
|
.em-ds-form-element-textarea:hover {
|
|
3851
3851
|
outline: none;
|
|
3852
|
-
box-shadow: inset 0 0 0 1px #
|
|
3852
|
+
box-shadow: inset 0 0 0 1px #006aa9;
|
|
3853
3853
|
border-radius: 2px; }
|
|
3854
3854
|
.em-ds-form-element-textarea--error {
|
|
3855
|
-
box-shadow: inset 0 0 0 1px #
|
|
3855
|
+
box-shadow: inset 0 0 0 1px #c64252; }
|
|
3856
3856
|
|
|
3857
3857
|
.em-ds-form-element-textarea__textarea {
|
|
3858
3858
|
min-height: 2.16rem;
|
|
@@ -3868,7 +3868,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3868
3868
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
3869
3869
|
border-radius: 2px; }
|
|
3870
3870
|
.em-ds-form-element-textarea__textarea:active {
|
|
3871
|
-
color: #
|
|
3871
|
+
color: #25292f; }
|
|
3872
3872
|
.em-ds-form-element-textarea__textarea::-webkit-input-placeholder {
|
|
3873
3873
|
color: #697489;
|
|
3874
3874
|
font-style: italic; }
|
|
@@ -3883,24 +3883,24 @@ fieldset.em-ds-form-item-content {
|
|
|
3883
3883
|
font-style: italic; }
|
|
3884
3884
|
|
|
3885
3885
|
.em-ds-form-element-textarea--disabled {
|
|
3886
|
-
border-color: #
|
|
3886
|
+
border-color: #e0e3e8; }
|
|
3887
3887
|
.em-ds-form-element-textarea--disabled:focus-within, .em-ds-form-element-textarea--disabled:hover {
|
|
3888
|
-
border-color: #
|
|
3888
|
+
border-color: #e0e3e8; }
|
|
3889
3889
|
.em-ds-form-element-textarea--disabled:active {
|
|
3890
|
-
border-color: #
|
|
3890
|
+
border-color: #e0e3e8; }
|
|
3891
3891
|
.em-ds-form-element-textarea--disabled .em-ds-form-element-textarea__textarea {
|
|
3892
3892
|
color: #697489;
|
|
3893
3893
|
cursor: not-allowed; }
|
|
3894
3894
|
|
|
3895
3895
|
.em-ds-form-element-textarea--error {
|
|
3896
|
-
border-color: #
|
|
3896
|
+
border-color: #c64252; }
|
|
3897
3897
|
.em-ds-form-element-textarea--error:focus, .em-ds-form-element-textarea--error:hover, .em-ds-form-element-textarea--error:active {
|
|
3898
|
-
border-color: #
|
|
3898
|
+
border-color: #c64252; }
|
|
3899
3899
|
.em-ds-form-element-textarea--error .em-ds-form-element-textarea__textarea {
|
|
3900
3900
|
color: #697489; }
|
|
3901
3901
|
|
|
3902
3902
|
.em-ds-form-element-textarea--readonly {
|
|
3903
|
-
border-color: #
|
|
3903
|
+
border-color: #e0e3e8;
|
|
3904
3904
|
cursor: not-allowed; }
|
|
3905
3905
|
.em-ds-form-element-textarea--readonly .em-ds-form-element-textarea__textarea {
|
|
3906
3906
|
color: #697489; }
|
|
@@ -3911,7 +3911,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3911
3911
|
.em-ds-counter__textarea span {
|
|
3912
3912
|
margin: 0 0.09231rem; }
|
|
3913
3913
|
.em-ds-counter__textarea--limit-error {
|
|
3914
|
-
color: #
|
|
3914
|
+
color: #c64252; }
|
|
3915
3915
|
|
|
3916
3916
|
@media (max-width: 48rem) {
|
|
3917
3917
|
.em-ds-form-element-textarea__textarea {
|
|
@@ -3971,7 +3971,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3971
3971
|
line-height: normal;
|
|
3972
3972
|
font-weight: 400;
|
|
3973
3973
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3974
|
-
color: #
|
|
3974
|
+
color: #25292f;
|
|
3975
3975
|
line-height: 100%;
|
|
3976
3976
|
position: relative;
|
|
3977
3977
|
bottom: -1px; }
|
|
@@ -3983,8 +3983,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3983
3983
|
min-width: 1.23077rem;
|
|
3984
3984
|
height: 1.23077rem;
|
|
3985
3985
|
margin-right: 0.61538rem;
|
|
3986
|
-
border: solid 1px #
|
|
3987
|
-
background: #
|
|
3986
|
+
border: solid 1px #8c93a6;
|
|
3987
|
+
background: #ffffff;
|
|
3988
3988
|
display: inline-flex;
|
|
3989
3989
|
justify-content: center;
|
|
3990
3990
|
align-items: center;
|
|
@@ -4006,69 +4006,69 @@ fieldset.em-ds-form-item-content {
|
|
|
4006
4006
|
width: fit-content;
|
|
4007
4007
|
padding-bottom: 1.23077rem; }
|
|
4008
4008
|
.em-ds-form-element-radio circle.unchecked {
|
|
4009
|
-
fill: #
|
|
4009
|
+
fill: #ffffff; }
|
|
4010
4010
|
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
|
|
4011
4011
|
border-color: #1e79c2;
|
|
4012
|
-
background-color: #
|
|
4012
|
+
background-color: #ebf6ff; }
|
|
4013
4013
|
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover circle.unchecked {
|
|
4014
|
-
fill: #
|
|
4014
|
+
fill: #ebf6ff; }
|
|
4015
4015
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4016
4016
|
box-shadow: none; }
|
|
4017
4017
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus:not(:active) {
|
|
4018
|
-
border: solid 2px #
|
|
4018
|
+
border: solid 2px #006aa9; }
|
|
4019
4019
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active {
|
|
4020
|
-
background-color: #
|
|
4020
|
+
background-color: #ffffff; }
|
|
4021
4021
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active circle.unchecked {
|
|
4022
|
-
fill: #
|
|
4022
|
+
fill: #ffffff; }
|
|
4023
4023
|
.em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4024
4024
|
fill: #1e79c2; }
|
|
4025
4025
|
|
|
4026
4026
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
|
|
4027
|
-
border-color: #
|
|
4027
|
+
border-color: #c64252; }
|
|
4028
4028
|
|
|
4029
4029
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button:not(:focus) {
|
|
4030
|
-
border-color: #
|
|
4030
|
+
border-color: #c64252; }
|
|
4031
4031
|
|
|
4032
4032
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
|
|
4033
|
-
border-color: #
|
|
4033
|
+
border-color: #c64252; }
|
|
4034
4034
|
|
|
4035
4035
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active circle.unchecked {
|
|
4036
|
-
fill: #
|
|
4036
|
+
fill: #ebedf0; }
|
|
4037
4037
|
|
|
4038
4038
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4039
|
-
fill: #
|
|
4039
|
+
fill: #c64252; }
|
|
4040
4040
|
|
|
4041
4041
|
.em-ds-form-element-radio--disabled circle.checked {
|
|
4042
|
-
fill: #
|
|
4042
|
+
fill: #8c93a6; }
|
|
4043
4043
|
|
|
4044
4044
|
.em-ds-form-element-radio--disabled circle.unchecked {
|
|
4045
|
-
fill: #
|
|
4045
|
+
fill: #ebedf0; }
|
|
4046
4046
|
|
|
4047
4047
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label {
|
|
4048
4048
|
cursor: not-allowed; }
|
|
4049
4049
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
|
|
4050
|
-
border-color: #
|
|
4051
|
-
background-color: #
|
|
4050
|
+
border-color: #8c93a6;
|
|
4051
|
+
background-color: #ebedf0; }
|
|
4052
4052
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover circle.unchecked {
|
|
4053
|
-
fill: #
|
|
4053
|
+
fill: #ebedf0; }
|
|
4054
4054
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
|
|
4055
|
-
background-color: #
|
|
4055
|
+
background-color: #ebedf0; }
|
|
4056
4056
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active circle.unchecked {
|
|
4057
|
-
fill: #
|
|
4057
|
+
fill: #ebedf0; }
|
|
4058
4058
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button {
|
|
4059
|
-
background-color: #
|
|
4059
|
+
background-color: #ebedf0; }
|
|
4060
4060
|
|
|
4061
4061
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label-text {
|
|
4062
4062
|
color: #697489; }
|
|
4063
4063
|
|
|
4064
4064
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button {
|
|
4065
4065
|
pointer-events: none;
|
|
4066
|
-
background: #
|
|
4066
|
+
background: #ebedf0; }
|
|
4067
4067
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button:hover {
|
|
4068
|
-
border-color: #
|
|
4068
|
+
border-color: #8c93a6; }
|
|
4069
4069
|
|
|
4070
4070
|
.em-ds-form-element-radio--readonly .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
|
|
4071
|
-
border-color: #
|
|
4071
|
+
border-color: #8c93a6; }
|
|
4072
4072
|
|
|
4073
4073
|
.em-ds-form-element-radio--readonly .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4074
4074
|
fill: #697489; }
|
|
@@ -4082,17 +4082,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4082
4082
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4083
4083
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4084
4084
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4085
|
-
border: solid 2px #
|
|
4085
|
+
border: solid 2px #8c93a6; }
|
|
4086
4086
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4087
|
-
border: solid 3px #
|
|
4087
|
+
border: solid 3px #006aa9; }
|
|
4088
4088
|
.em-ds-form-element-radio__input-button {
|
|
4089
4089
|
width: calc(1.23077rem * 1.22);
|
|
4090
4090
|
min-width: calc(1.23077rem * 1.22);
|
|
4091
4091
|
height: calc(1.23077rem * 1.22);
|
|
4092
|
-
border: solid 2px #
|
|
4092
|
+
border: solid 2px #8c93a6;
|
|
4093
4093
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4094
4094
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4095
|
-
border: solid 2px #
|
|
4095
|
+
border: solid 2px #c64252; } }
|
|
4096
4096
|
|
|
4097
4097
|
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
4098
4098
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4103,17 +4103,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4103
4103
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4104
4104
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4105
4105
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4106
|
-
border: solid 2px #
|
|
4106
|
+
border: solid 2px #8c93a6; }
|
|
4107
4107
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4108
|
-
border: solid 3px #
|
|
4108
|
+
border: solid 3px #006aa9; }
|
|
4109
4109
|
.em-ds-form-element-radio__input-button {
|
|
4110
4110
|
width: calc(1.23077rem * 1.22);
|
|
4111
4111
|
min-width: calc(1.23077rem * 1.22);
|
|
4112
4112
|
height: calc(1.23077rem * 1.22);
|
|
4113
|
-
border: solid 2px #
|
|
4113
|
+
border: solid 2px #8c93a6;
|
|
4114
4114
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4115
4115
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4116
|
-
border: solid 2px #
|
|
4116
|
+
border: solid 2px #c64252; } }
|
|
4117
4117
|
|
|
4118
4118
|
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
4119
4119
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4124,17 +4124,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4124
4124
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4125
4125
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4126
4126
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4127
|
-
border: solid 2px #
|
|
4127
|
+
border: solid 2px #8c93a6; }
|
|
4128
4128
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4129
|
-
border: solid 3px #
|
|
4129
|
+
border: solid 3px #006aa9; }
|
|
4130
4130
|
.em-ds-form-element-radio__input-button {
|
|
4131
4131
|
width: calc(1.23077rem * 1.22);
|
|
4132
4132
|
min-width: calc(1.23077rem * 1.22);
|
|
4133
4133
|
height: calc(1.23077rem * 1.22);
|
|
4134
|
-
border: solid 2px #
|
|
4134
|
+
border: solid 2px #8c93a6;
|
|
4135
4135
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4136
4136
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4137
|
-
border: solid 2px #
|
|
4137
|
+
border: solid 2px #c64252; } }
|
|
4138
4138
|
|
|
4139
4139
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
4140
4140
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4145,17 +4145,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4145
4145
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4146
4146
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4147
4147
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4148
|
-
border: solid 2px #
|
|
4148
|
+
border: solid 2px #8c93a6; }
|
|
4149
4149
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4150
|
-
border: solid 3px #
|
|
4150
|
+
border: solid 3px #006aa9; }
|
|
4151
4151
|
.em-ds-form-element-radio__input-button {
|
|
4152
4152
|
width: calc(1.23077rem * 1.22);
|
|
4153
4153
|
min-width: calc(1.23077rem * 1.22);
|
|
4154
4154
|
height: calc(1.23077rem * 1.22);
|
|
4155
|
-
border: solid 2px #
|
|
4155
|
+
border: solid 2px #8c93a6;
|
|
4156
4156
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4157
4157
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4158
|
-
border: solid 2px #
|
|
4158
|
+
border: solid 2px #c64252; } }
|
|
4159
4159
|
|
|
4160
4160
|
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
4161
4161
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4166,17 +4166,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4166
4166
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4167
4167
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4168
4168
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4169
|
-
border: solid 2px #
|
|
4169
|
+
border: solid 2px #8c93a6; }
|
|
4170
4170
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4171
|
-
border: solid 3px #
|
|
4171
|
+
border: solid 3px #006aa9; }
|
|
4172
4172
|
.em-ds-form-element-radio__input-button {
|
|
4173
4173
|
width: calc(1.23077rem * 1.22);
|
|
4174
4174
|
min-width: calc(1.23077rem * 1.22);
|
|
4175
4175
|
height: calc(1.23077rem * 1.22);
|
|
4176
|
-
border: solid 2px #
|
|
4176
|
+
border: solid 2px #8c93a6;
|
|
4177
4177
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4178
4178
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4179
|
-
border: solid 2px #
|
|
4179
|
+
border: solid 2px #c64252; } }
|
|
4180
4180
|
|
|
4181
4181
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
4182
4182
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4187,17 +4187,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4187
4187
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4188
4188
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4189
4189
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4190
|
-
border: solid 2px #
|
|
4190
|
+
border: solid 2px #8c93a6; }
|
|
4191
4191
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4192
|
-
border: solid 3px #
|
|
4192
|
+
border: solid 3px #006aa9; }
|
|
4193
4193
|
.em-ds-form-element-radio__input-button {
|
|
4194
4194
|
width: calc(1.23077rem * 1.22);
|
|
4195
4195
|
min-width: calc(1.23077rem * 1.22);
|
|
4196
4196
|
height: calc(1.23077rem * 1.22);
|
|
4197
|
-
border: solid 2px #
|
|
4197
|
+
border: solid 2px #8c93a6;
|
|
4198
4198
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4199
4199
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4200
|
-
border: solid 2px #
|
|
4200
|
+
border: solid 2px #c64252; } }
|
|
4201
4201
|
|
|
4202
4202
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
4203
4203
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4208,17 +4208,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4208
4208
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4209
4209
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4210
4210
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4211
|
-
border: solid 2px #
|
|
4211
|
+
border: solid 2px #8c93a6; }
|
|
4212
4212
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4213
|
-
border: solid 3px #
|
|
4213
|
+
border: solid 3px #006aa9; }
|
|
4214
4214
|
.em-ds-form-element-radio__input-button {
|
|
4215
4215
|
width: calc(1.23077rem * 1.22);
|
|
4216
4216
|
min-width: calc(1.23077rem * 1.22);
|
|
4217
4217
|
height: calc(1.23077rem * 1.22);
|
|
4218
|
-
border: solid 2px #
|
|
4218
|
+
border: solid 2px #8c93a6;
|
|
4219
4219
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4220
4220
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4221
|
-
border: solid 2px #
|
|
4221
|
+
border: solid 2px #c64252; } }
|
|
4222
4222
|
|
|
4223
4223
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
4224
4224
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4229,17 +4229,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4229
4229
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4230
4230
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4231
4231
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4232
|
-
border: solid 2px #
|
|
4232
|
+
border: solid 2px #8c93a6; }
|
|
4233
4233
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4234
|
-
border: solid 3px #
|
|
4234
|
+
border: solid 3px #006aa9; }
|
|
4235
4235
|
.em-ds-form-element-radio__input-button {
|
|
4236
4236
|
width: calc(1.23077rem * 1.22);
|
|
4237
4237
|
min-width: calc(1.23077rem * 1.22);
|
|
4238
4238
|
height: calc(1.23077rem * 1.22);
|
|
4239
|
-
border: solid 2px #
|
|
4239
|
+
border: solid 2px #8c93a6;
|
|
4240
4240
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4241
4241
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4242
|
-
border: solid 2px #
|
|
4242
|
+
border: solid 2px #c64252; } }
|
|
4243
4243
|
|
|
4244
4244
|
.em-ds-radio-group-form-item-layout-wrapper {
|
|
4245
4245
|
display: inline-flex; }
|
|
@@ -4382,7 +4382,7 @@ fieldset.em-ds-form-item-content {
|
|
|
4382
4382
|
padding-top: 0.5rem; } }
|
|
4383
4383
|
|
|
4384
4384
|
.em-ds-form-required-mark {
|
|
4385
|
-
color: #
|
|
4385
|
+
color: #c64252;
|
|
4386
4386
|
font-size: 0.75rem;
|
|
4387
4387
|
margin-left: 0.30769rem;
|
|
4388
4388
|
position: relative;
|
|
@@ -4407,7 +4407,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4407
4407
|
line-height: normal;
|
|
4408
4408
|
font-weight: 400; }
|
|
4409
4409
|
.em-ds-determinate-progress-indicator--disabled {
|
|
4410
|
-
color: #
|
|
4410
|
+
color: #8c93a6; }
|
|
4411
4411
|
.em-ds-determinate-progress-indicator .em-ds-truncated-tooltip-text {
|
|
4412
4412
|
width: initial; }
|
|
4413
4413
|
.em-ds-determinate-progress-indicator__title {
|
|
@@ -4422,7 +4422,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4422
4422
|
grid-area: progressbar;
|
|
4423
4423
|
height: 0.15385rem;
|
|
4424
4424
|
position: relative;
|
|
4425
|
-
background: #
|
|
4425
|
+
background: #e0e3e8;
|
|
4426
4426
|
border-radius: 0.07692rem; }
|
|
4427
4427
|
.em-ds-determinate-progress-indicator .em-ds-progress-bar__progress {
|
|
4428
4428
|
transition: width 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
@@ -4432,28 +4432,28 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4432
4432
|
margin-left: 0.15385rem; }
|
|
4433
4433
|
|
|
4434
4434
|
.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__title {
|
|
4435
|
-
color: #
|
|
4435
|
+
color: #8c93a6; }
|
|
4436
4436
|
|
|
4437
4437
|
.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__counter {
|
|
4438
|
-
color: #
|
|
4438
|
+
color: #cbcfd7; }
|
|
4439
4439
|
|
|
4440
4440
|
.em-ds-determinate-progress-indicator--disabled .em-ds-progress-bar__progress {
|
|
4441
|
-
background: #
|
|
4441
|
+
background: #cbcfd7; }
|
|
4442
4442
|
|
|
4443
4443
|
.em-ds-progress-bar__progress--default {
|
|
4444
4444
|
background-color: #697489; }
|
|
4445
4445
|
|
|
4446
4446
|
.em-ds-progress-bar__progress--success {
|
|
4447
|
-
background-color: #
|
|
4447
|
+
background-color: #207e56; }
|
|
4448
4448
|
|
|
4449
4449
|
.em-ds-progress-bar__progress--warning {
|
|
4450
|
-
background-color: #
|
|
4450
|
+
background-color: #d17a00; }
|
|
4451
4451
|
|
|
4452
4452
|
.em-ds-progress-bar__progress--info {
|
|
4453
|
-
background-color: #
|
|
4453
|
+
background-color: #1394e5; }
|
|
4454
4454
|
|
|
4455
4455
|
.em-ds-progress-bar__progress--error {
|
|
4456
|
-
background-color: #
|
|
4456
|
+
background-color: #c64252; }
|
|
4457
4457
|
|
|
4458
4458
|
.em-ds-page-header-main-section {
|
|
4459
4459
|
display: flex;
|
|
@@ -4533,7 +4533,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4533
4533
|
align-items: flex-end;
|
|
4534
4534
|
justify-content: flex-end; }
|
|
4535
4535
|
.em-ds-page-header--with-bottom-separator {
|
|
4536
|
-
border-bottom: 0.11538rem solid #
|
|
4536
|
+
border-bottom: 0.11538rem solid #8c93a6; }
|
|
4537
4537
|
.em-ds-page-header .em-ds-page-header-breadcrumb a:first-child {
|
|
4538
4538
|
padding-left: 1px; }
|
|
4539
4539
|
|
|
@@ -4573,14 +4573,14 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4573
4573
|
display: block;
|
|
4574
4574
|
content: '';
|
|
4575
4575
|
height: 1.84615rem;
|
|
4576
|
-
background: #
|
|
4576
|
+
background: #464f5c;
|
|
4577
4577
|
width: 1px;
|
|
4578
4578
|
margin-right: 0.61538rem; }
|
|
4579
4579
|
.em-ds-page-header-v2-summary .ph-summary-value {
|
|
4580
|
-
color: #
|
|
4580
|
+
color: #353c46;
|
|
4581
4581
|
padding-right: 0.61538rem; }
|
|
4582
4582
|
.em-ds-page-header-v2-summary .ph-summary-label {
|
|
4583
|
-
color: #
|
|
4583
|
+
color: #464f5c; }
|
|
4584
4584
|
.em-ds-page-header-v2-summary .ph-summary-space {
|
|
4585
4585
|
width: 3.69231rem; }
|
|
4586
4586
|
|
|
@@ -4632,7 +4632,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4632
4632
|
|
|
4633
4633
|
.em-ds-toolbar {
|
|
4634
4634
|
display: inline-block;
|
|
4635
|
-
background: #
|
|
4635
|
+
background: #ffffff;
|
|
4636
4636
|
border-radius: 2px;
|
|
4637
4637
|
display: flex;
|
|
4638
4638
|
justify-content: center;
|
|
@@ -4669,9 +4669,9 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4669
4669
|
height: 100%; }
|
|
4670
4670
|
|
|
4671
4671
|
.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon {
|
|
4672
|
-
border-left: solid 1px #
|
|
4672
|
+
border-left: solid 1px #006aa9; }
|
|
4673
4673
|
.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon .em-ds-button {
|
|
4674
|
-
border: solid 1px #
|
|
4674
|
+
border: solid 1px #006aa9; }
|
|
4675
4675
|
|
|
4676
4676
|
.em-ds-time-picker .em-ds-input-addon-wrapper {
|
|
4677
4677
|
min-width: 9.84615rem; }
|
|
@@ -4679,7 +4679,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4679
4679
|
width: 0; }
|
|
4680
4680
|
|
|
4681
4681
|
.em-ds-time-picker-menu {
|
|
4682
|
-
background-color: #
|
|
4682
|
+
background-color: #ffffff;
|
|
4683
4683
|
position: relative;
|
|
4684
4684
|
flex-direction: column;
|
|
4685
4685
|
display: flex;
|
|
@@ -4688,8 +4688,8 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4688
4688
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4689
4689
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19); }
|
|
4690
4690
|
.em-ds-time-picker-menu .em-ds-time-picker-menu__header {
|
|
4691
|
-
background-color: #
|
|
4692
|
-
color: #
|
|
4691
|
+
background-color: #f6f7f9;
|
|
4692
|
+
color: #464f5c;
|
|
4693
4693
|
font-weight: bold;
|
|
4694
4694
|
text-align: center;
|
|
4695
4695
|
padding: 1.23077rem 0;
|
|
@@ -4706,16 +4706,16 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4706
4706
|
border-right: unset; }
|
|
4707
4707
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__header {
|
|
4708
4708
|
height: 100%;
|
|
4709
|
-
background-color: #
|
|
4709
|
+
background-color: #f6f7f9;
|
|
4710
4710
|
text-align: center;
|
|
4711
|
-
color: #
|
|
4711
|
+
color: #25292f;
|
|
4712
4712
|
padding: 0.55385rem 0;
|
|
4713
4713
|
font-size: 0.923rem; }
|
|
4714
4714
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel {
|
|
4715
4715
|
outline: none;
|
|
4716
4716
|
position: relative;
|
|
4717
|
-
background: #
|
|
4718
|
-
border-right: 0.07692rem solid #
|
|
4717
|
+
background: #ffffff;
|
|
4718
|
+
border-right: 0.07692rem solid #b0b9c8; }
|
|
4719
4719
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel:focus {
|
|
4720
4720
|
-ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4721
4721
|
-o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
@@ -4736,7 +4736,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4736
4736
|
width: 2.46154rem;
|
|
4737
4737
|
height: 2.46154rem;
|
|
4738
4738
|
cursor: pointer;
|
|
4739
|
-
color: #
|
|
4739
|
+
color: #25292f;
|
|
4740
4740
|
vertical-align: center;
|
|
4741
4741
|
text-align: center;
|
|
4742
4742
|
border-radius: 50%;
|
|
@@ -4758,19 +4758,19 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4758
4758
|
color: #697489; }
|
|
4759
4759
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item:hover :not(.em-ds-time-picker-panel__item--disabled) :not(.em-ds-time-picker-panel__item--selected) {
|
|
4760
4760
|
border: 1px solid #1e79c2;
|
|
4761
|
-
box-shadow: inset 0 0 0 1px #
|
|
4761
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
4762
4762
|
font-weight: lighter;
|
|
4763
4763
|
color: #1e79c2; }
|
|
4764
4764
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled:hover {
|
|
4765
4765
|
color: #697489; }
|
|
4766
4766
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected {
|
|
4767
4767
|
font-weight: 600;
|
|
4768
|
-
color: #
|
|
4768
|
+
color: #ffffff; }
|
|
4769
4769
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected:hover {
|
|
4770
4770
|
border: solid 1px #1e79c2;
|
|
4771
4771
|
font-weight: bolder;
|
|
4772
|
-
box-shadow: inset 0 0 0 1px #
|
|
4773
|
-
color: #
|
|
4772
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
4773
|
+
color: #ffffff; }
|
|
4774
4774
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected::after {
|
|
4775
4775
|
background: #fff; }
|
|
4776
4776
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel--scrolling .em-ds-time-picker-panel__item-list {
|
|
@@ -4802,8 +4802,8 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4802
4802
|
fill: #1e79c2; }
|
|
4803
4803
|
|
|
4804
4804
|
.em-ds-time-picker.variant-disabled > .em-ds-input {
|
|
4805
|
-
background: #
|
|
4806
|
-
border-color: #
|
|
4805
|
+
background: #ebedf0;
|
|
4806
|
+
border-color: #8c93a6;
|
|
4807
4807
|
pointer-events: none; }
|
|
4808
4808
|
.em-ds-time-picker.variant-disabled > .em-ds-input input,
|
|
4809
4809
|
.em-ds-time-picker.variant-disabled > .em-ds-input select {
|
|
@@ -4839,29 +4839,29 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4839
4839
|
position: absolute;
|
|
4840
4840
|
top: 0;
|
|
4841
4841
|
right: 0;
|
|
4842
|
-
fill: #
|
|
4842
|
+
fill: #b0b9c8; }
|
|
4843
4843
|
.Toastify__toast-container .toast-close-button:focus {
|
|
4844
4844
|
position: absolute !important; }
|
|
4845
4845
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--default {
|
|
4846
|
-
border-color: #
|
|
4846
|
+
border-color: #8c93a6; }
|
|
4847
4847
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--info {
|
|
4848
|
-
border-color: #
|
|
4848
|
+
border-color: #52a6ec; }
|
|
4849
4849
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--success {
|
|
4850
|
-
border-color: #
|
|
4850
|
+
border-color: #207e56; }
|
|
4851
4851
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--warning {
|
|
4852
|
-
border-color: #
|
|
4852
|
+
border-color: #d17a00; }
|
|
4853
4853
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--error {
|
|
4854
|
-
border-color: #
|
|
4854
|
+
border-color: #c64252; }
|
|
4855
4855
|
.Toastify__toast-container.with-progressbar .Toastify__toast--default {
|
|
4856
|
-
border-color: #
|
|
4856
|
+
border-color: #b0b9c8; }
|
|
4857
4857
|
.Toastify__toast-container.with-progressbar .Toastify__toast--info {
|
|
4858
|
-
border-color: #
|
|
4858
|
+
border-color: #a3d6ff; }
|
|
4859
4859
|
.Toastify__toast-container.with-progressbar .Toastify__toast--success {
|
|
4860
|
-
border-color: #
|
|
4860
|
+
border-color: #d4f0e5; }
|
|
4861
4861
|
.Toastify__toast-container.with-progressbar .Toastify__toast--warning {
|
|
4862
|
-
border-color: #
|
|
4862
|
+
border-color: #fbb431; }
|
|
4863
4863
|
.Toastify__toast-container.with-progressbar .Toastify__toast--error {
|
|
4864
|
-
border-color: #
|
|
4864
|
+
border-color: #f7cdd2; }
|
|
4865
4865
|
|
|
4866
4866
|
@media only screen and (max-width: 480px) {
|
|
4867
4867
|
.Toastify__toast-container {
|
|
@@ -4888,19 +4888,19 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4888
4888
|
max-height: 39.38462rem;
|
|
4889
4889
|
cursor: pointer;
|
|
4890
4890
|
direction: ltr;
|
|
4891
|
-
background-color: #
|
|
4891
|
+
background-color: #ffffff;
|
|
4892
4892
|
border-left: 0.30769rem solid;
|
|
4893
4893
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
|
|
4894
4894
|
.Toastify__toast--default .em-ds-toast-content__icon-message svg {
|
|
4895
|
-
fill: #
|
|
4895
|
+
fill: #8c93a6; }
|
|
4896
4896
|
.Toastify__toast--info .em-ds-toast-content__icon-message svg {
|
|
4897
|
-
fill: #
|
|
4897
|
+
fill: #52a6ec; }
|
|
4898
4898
|
.Toastify__toast--success .em-ds-toast-content__icon-message svg {
|
|
4899
|
-
fill: #
|
|
4899
|
+
fill: #207e56; }
|
|
4900
4900
|
.Toastify__toast--warning .em-ds-toast-content__icon-message svg {
|
|
4901
|
-
fill: #
|
|
4901
|
+
fill: #d17a00; }
|
|
4902
4902
|
.Toastify__toast--error .em-ds-toast-content__icon-message svg {
|
|
4903
|
-
fill: #
|
|
4903
|
+
fill: #c64252; }
|
|
4904
4904
|
.Toastify__toast--rtl {
|
|
4905
4905
|
direction: rtl; }
|
|
4906
4906
|
.Toastify__toast-body {
|
|
@@ -4920,20 +4920,20 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4920
4920
|
z-index: 9999;
|
|
4921
4921
|
opacity: 0.7;
|
|
4922
4922
|
animation: Toastify__trackProgress linear 1;
|
|
4923
|
-
background-color: #
|
|
4923
|
+
background-color: #ebf6ff; }
|
|
4924
4924
|
.Toastify__progress-bar--rtl {
|
|
4925
4925
|
right: 0;
|
|
4926
4926
|
left: initial; }
|
|
4927
4927
|
.Toastify__progress-bar--default {
|
|
4928
|
-
background-color: #
|
|
4928
|
+
background-color: #8c93a6; }
|
|
4929
4929
|
.Toastify__progress-bar--info {
|
|
4930
|
-
background-color: #
|
|
4930
|
+
background-color: #52a6ec; }
|
|
4931
4931
|
.Toastify__progress-bar--success {
|
|
4932
|
-
background-color: #
|
|
4932
|
+
background-color: #207e56; }
|
|
4933
4933
|
.Toastify__progress-bar--warning {
|
|
4934
|
-
background-color: #
|
|
4934
|
+
background-color: #d17a00; }
|
|
4935
4935
|
.Toastify__progress-bar--error {
|
|
4936
|
-
background-color: #
|
|
4936
|
+
background-color: #c64252; }
|
|
4937
4937
|
|
|
4938
4938
|
@keyframes Toastify__trackProgress {
|
|
4939
4939
|
0% {
|
|
@@ -5181,7 +5181,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5181
5181
|
min-width: 4.32rem;
|
|
5182
5182
|
padding: 0.30769rem 1.23077rem;
|
|
5183
5183
|
position: relative;
|
|
5184
|
-
background-color: #
|
|
5184
|
+
background-color: #ffffff;
|
|
5185
5185
|
border-radius: 2px;
|
|
5186
5186
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
5187
5187
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -5199,9 +5199,9 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5199
5199
|
pointer-events: none;
|
|
5200
5200
|
background-color: transparent; }
|
|
5201
5201
|
.em-ds-tooltip__arrow .stroke {
|
|
5202
|
-
fill: #
|
|
5202
|
+
fill: #ffffff; }
|
|
5203
5203
|
.em-ds-tooltip__arrow .fill {
|
|
5204
|
-
fill: #
|
|
5204
|
+
fill: #ffffff; }
|
|
5205
5205
|
.em-ds-tooltip__arrow[data-placement^="top"] {
|
|
5206
5206
|
transform: rotateZ(180deg); }
|
|
5207
5207
|
.em-ds-tooltip__arrow[data-placement^="right"] {
|
|
@@ -5218,7 +5218,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5218
5218
|
white-space: normal;
|
|
5219
5219
|
word-wrap: break-word;
|
|
5220
5220
|
display: inline-block;
|
|
5221
|
-
color: #
|
|
5221
|
+
color: #464f5c;
|
|
5222
5222
|
max-width: 16.73846rem; }
|
|
5223
5223
|
|
|
5224
5224
|
.tooltip-container--toolbar {
|
|
@@ -5236,7 +5236,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5236
5236
|
text-align: left;
|
|
5237
5237
|
vertical-align: middle; }
|
|
5238
5238
|
.em-ds-tooltip__text {
|
|
5239
|
-
color: #
|
|
5239
|
+
color: #25292f; }
|
|
5240
5240
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5241
5241
|
height: 1.47692rem; } }
|
|
5242
5242
|
|
|
@@ -5252,7 +5252,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5252
5252
|
text-align: left;
|
|
5253
5253
|
vertical-align: middle; }
|
|
5254
5254
|
.em-ds-tooltip__text {
|
|
5255
|
-
color: #
|
|
5255
|
+
color: #25292f; }
|
|
5256
5256
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5257
5257
|
height: 1.47692rem; } }
|
|
5258
5258
|
|
|
@@ -5268,7 +5268,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5268
5268
|
text-align: left;
|
|
5269
5269
|
vertical-align: middle; }
|
|
5270
5270
|
.em-ds-tooltip__text {
|
|
5271
|
-
color: #
|
|
5271
|
+
color: #25292f; }
|
|
5272
5272
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5273
5273
|
height: 1.47692rem; } }
|
|
5274
5274
|
|
|
@@ -5284,7 +5284,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5284
5284
|
text-align: left;
|
|
5285
5285
|
vertical-align: middle; }
|
|
5286
5286
|
.em-ds-tooltip__text {
|
|
5287
|
-
color: #
|
|
5287
|
+
color: #25292f; }
|
|
5288
5288
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5289
5289
|
height: 1.47692rem; } }
|
|
5290
5290
|
|
|
@@ -5300,7 +5300,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5300
5300
|
text-align: left;
|
|
5301
5301
|
vertical-align: middle; }
|
|
5302
5302
|
.em-ds-tooltip__text {
|
|
5303
|
-
color: #
|
|
5303
|
+
color: #25292f; }
|
|
5304
5304
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5305
5305
|
height: 1.47692rem; } }
|
|
5306
5306
|
|
|
@@ -5316,7 +5316,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5316
5316
|
text-align: left;
|
|
5317
5317
|
vertical-align: middle; }
|
|
5318
5318
|
.em-ds-tooltip__text {
|
|
5319
|
-
color: #
|
|
5319
|
+
color: #25292f; }
|
|
5320
5320
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5321
5321
|
height: 1.47692rem; } }
|
|
5322
5322
|
|
|
@@ -5332,7 +5332,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5332
5332
|
text-align: left;
|
|
5333
5333
|
vertical-align: middle; }
|
|
5334
5334
|
.em-ds-tooltip__text {
|
|
5335
|
-
color: #
|
|
5335
|
+
color: #25292f; }
|
|
5336
5336
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5337
5337
|
height: 1.47692rem; } }
|
|
5338
5338
|
|
|
@@ -5348,7 +5348,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5348
5348
|
text-align: left;
|
|
5349
5349
|
vertical-align: middle; }
|
|
5350
5350
|
.em-ds-tooltip__text {
|
|
5351
|
-
color: #
|
|
5351
|
+
color: #25292f; }
|
|
5352
5352
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5353
5353
|
height: 1.47692rem; } }
|
|
5354
5354
|
|
|
@@ -5358,11 +5358,11 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5358
5358
|
max-width: 19.2rem;
|
|
5359
5359
|
min-width: 4.32rem;
|
|
5360
5360
|
padding: 0.61538rem 1.23077rem;
|
|
5361
|
-
background-color: #
|
|
5361
|
+
background-color: #ffffff;
|
|
5362
5362
|
white-space: normal;
|
|
5363
5363
|
word-wrap: break-word;
|
|
5364
5364
|
display: inline-block;
|
|
5365
|
-
color: #
|
|
5365
|
+
color: #464f5c;
|
|
5366
5366
|
border-radius: 2px;
|
|
5367
5367
|
-ms-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
5368
5368
|
-o-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
@@ -5385,7 +5385,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5385
5385
|
fill: #697489;
|
|
5386
5386
|
fill-opacity: .4; }
|
|
5387
5387
|
.em-ds-popover__arrow .fill {
|
|
5388
|
-
fill: #
|
|
5388
|
+
fill: #ffffff; }
|
|
5389
5389
|
.em-ds-popover__arrow[data-placement^="top"] {
|
|
5390
5390
|
top: 100%; }
|
|
5391
5391
|
.em-ds-popover__arrow[data-placement^="bottom"] {
|
|
@@ -5486,22 +5486,22 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5486
5486
|
fill: #333333 !important; }
|
|
5487
5487
|
|
|
5488
5488
|
.em-ds-icon--color-neutral-800 {
|
|
5489
|
-
fill: #
|
|
5489
|
+
fill: #25292f !important; }
|
|
5490
5490
|
|
|
5491
5491
|
.em-ds-icon--color-neutral-800 svg {
|
|
5492
|
-
fill: #
|
|
5492
|
+
fill: #25292f !important; }
|
|
5493
5493
|
|
|
5494
5494
|
.em-ds-icon--color-neutral-700 {
|
|
5495
|
-
fill: #
|
|
5495
|
+
fill: #353c46 !important; }
|
|
5496
5496
|
|
|
5497
5497
|
.em-ds-icon--color-neutral-700 svg {
|
|
5498
|
-
fill: #
|
|
5498
|
+
fill: #353c46 !important; }
|
|
5499
5499
|
|
|
5500
5500
|
.em-ds-icon--color-neutral-600 {
|
|
5501
|
-
fill: #
|
|
5501
|
+
fill: #464f5c !important; }
|
|
5502
5502
|
|
|
5503
5503
|
.em-ds-icon--color-neutral-600 svg {
|
|
5504
|
-
fill: #
|
|
5504
|
+
fill: #464f5c !important; }
|
|
5505
5505
|
|
|
5506
5506
|
.em-ds-icon--color-neutral-500 {
|
|
5507
5507
|
fill: #697489 !important; }
|
|
@@ -5510,46 +5510,46 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5510
5510
|
fill: #697489 !important; }
|
|
5511
5511
|
|
|
5512
5512
|
.em-ds-icon--color-neutral-400 {
|
|
5513
|
-
fill: #
|
|
5513
|
+
fill: #8c93a6 !important; }
|
|
5514
5514
|
|
|
5515
5515
|
.em-ds-icon--color-neutral-400 svg {
|
|
5516
|
-
fill: #
|
|
5516
|
+
fill: #8c93a6 !important; }
|
|
5517
5517
|
|
|
5518
5518
|
.em-ds-icon--color-neutral-300 {
|
|
5519
|
-
fill: #
|
|
5519
|
+
fill: #b0b9c8 !important; }
|
|
5520
5520
|
|
|
5521
5521
|
.em-ds-icon--color-neutral-300 svg {
|
|
5522
|
-
fill: #
|
|
5522
|
+
fill: #b0b9c8 !important; }
|
|
5523
5523
|
|
|
5524
5524
|
.em-ds-icon--color-neutral-200 {
|
|
5525
|
-
fill: #
|
|
5525
|
+
fill: #cbcfd7 !important; }
|
|
5526
5526
|
|
|
5527
5527
|
.em-ds-icon--color-neutral-200 svg {
|
|
5528
|
-
fill: #
|
|
5528
|
+
fill: #cbcfd7 !important; }
|
|
5529
5529
|
|
|
5530
5530
|
.em-ds-icon--color-neutral-100 {
|
|
5531
|
-
fill: #
|
|
5531
|
+
fill: #e0e3e8 !important; }
|
|
5532
5532
|
|
|
5533
5533
|
.em-ds-icon--color-neutral-100 svg {
|
|
5534
|
-
fill: #
|
|
5534
|
+
fill: #e0e3e8 !important; }
|
|
5535
5535
|
|
|
5536
5536
|
.em-ds-icon--color-neutral-80 {
|
|
5537
|
-
fill: #
|
|
5537
|
+
fill: #ebedf0 !important; }
|
|
5538
5538
|
|
|
5539
5539
|
.em-ds-icon--color-neutral-80 svg {
|
|
5540
|
-
fill: #
|
|
5540
|
+
fill: #ebedf0 !important; }
|
|
5541
5541
|
|
|
5542
5542
|
.em-ds-icon--color-neutral-50 {
|
|
5543
|
-
fill: #
|
|
5543
|
+
fill: #f6f7f9 !important; }
|
|
5544
5544
|
|
|
5545
5545
|
.em-ds-icon--color-neutral-50 svg {
|
|
5546
|
-
fill: #
|
|
5546
|
+
fill: #f6f7f9 !important; }
|
|
5547
5547
|
|
|
5548
5548
|
.em-ds-icon--color-neutral-0 {
|
|
5549
|
-
fill: #
|
|
5549
|
+
fill: #ffffff !important; }
|
|
5550
5550
|
|
|
5551
5551
|
.em-ds-icon--color-neutral-0 svg {
|
|
5552
|
-
fill: #
|
|
5552
|
+
fill: #ffffff !important; }
|
|
5553
5553
|
|
|
5554
5554
|
.em-ds-icon--color-brand-primary-900 {
|
|
5555
5555
|
fill: !important; }
|
|
@@ -5564,10 +5564,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5564
5564
|
fill: #005181 !important; }
|
|
5565
5565
|
|
|
5566
5566
|
.em-ds-icon--color-brand-primary-700 {
|
|
5567
|
-
fill: #
|
|
5567
|
+
fill: #006aa9 !important; }
|
|
5568
5568
|
|
|
5569
5569
|
.em-ds-icon--color-brand-primary-700 svg {
|
|
5570
|
-
fill: #
|
|
5570
|
+
fill: #006aa9 !important; }
|
|
5571
5571
|
|
|
5572
5572
|
.em-ds-icon--color-brand-primary-600 {
|
|
5573
5573
|
fill: #1e79c2 !important; }
|
|
@@ -5576,34 +5576,34 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5576
5576
|
fill: #1e79c2 !important; }
|
|
5577
5577
|
|
|
5578
5578
|
.em-ds-icon--color-brand-primary-500 {
|
|
5579
|
-
fill: #
|
|
5579
|
+
fill: #1394e5 !important; }
|
|
5580
5580
|
|
|
5581
5581
|
.em-ds-icon--color-brand-primary-500 svg {
|
|
5582
|
-
fill: #
|
|
5582
|
+
fill: #1394e5 !important; }
|
|
5583
5583
|
|
|
5584
5584
|
.em-ds-icon--color-brand-primary-400 {
|
|
5585
|
-
fill: #
|
|
5585
|
+
fill: #52a6ec !important; }
|
|
5586
5586
|
|
|
5587
5587
|
.em-ds-icon--color-brand-primary-400 svg {
|
|
5588
|
-
fill: #
|
|
5588
|
+
fill: #52a6ec !important; }
|
|
5589
5589
|
|
|
5590
5590
|
.em-ds-icon--color-brand-primary-300 {
|
|
5591
|
-
fill: #
|
|
5591
|
+
fill: #a3d6ff !important; }
|
|
5592
5592
|
|
|
5593
5593
|
.em-ds-icon--color-brand-primary-300 svg {
|
|
5594
|
-
fill: #
|
|
5594
|
+
fill: #a3d6ff !important; }
|
|
5595
5595
|
|
|
5596
5596
|
.em-ds-icon--color-brand-primary-200 {
|
|
5597
|
-
fill: #
|
|
5597
|
+
fill: #ebf6ff !important; }
|
|
5598
5598
|
|
|
5599
5599
|
.em-ds-icon--color-brand-primary-200 svg {
|
|
5600
|
-
fill: #
|
|
5600
|
+
fill: #ebf6ff !important; }
|
|
5601
5601
|
|
|
5602
5602
|
.em-ds-icon--color-brand-primary-100 {
|
|
5603
|
-
fill: #
|
|
5603
|
+
fill: #f6fbff !important; }
|
|
5604
5604
|
|
|
5605
5605
|
.em-ds-icon--color-brand-primary-100 svg {
|
|
5606
|
-
fill: #
|
|
5606
|
+
fill: #f6fbff !important; }
|
|
5607
5607
|
|
|
5608
5608
|
.em-ds-icon--color-brand-secondary-900 {
|
|
5609
5609
|
fill: !important; }
|
|
@@ -5660,10 +5660,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5660
5660
|
fill: !important; }
|
|
5661
5661
|
|
|
5662
5662
|
.em-ds-icon--color-success-900 {
|
|
5663
|
-
fill: #
|
|
5663
|
+
fill: #207e56 !important; }
|
|
5664
5664
|
|
|
5665
5665
|
.em-ds-icon--color-success-900 svg {
|
|
5666
|
-
fill: #
|
|
5666
|
+
fill: #207e56 !important; }
|
|
5667
5667
|
|
|
5668
5668
|
.em-ds-icon--color-success-800 {
|
|
5669
5669
|
fill: !important; }
|
|
@@ -5696,10 +5696,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5696
5696
|
fill: !important; }
|
|
5697
5697
|
|
|
5698
5698
|
.em-ds-icon--color-success-300 {
|
|
5699
|
-
fill: #
|
|
5699
|
+
fill: #d4f0e5 !important; }
|
|
5700
5700
|
|
|
5701
5701
|
.em-ds-icon--color-success-300 svg {
|
|
5702
|
-
fill: #
|
|
5702
|
+
fill: #d4f0e5 !important; }
|
|
5703
5703
|
|
|
5704
5704
|
.em-ds-icon--color-success-200 {
|
|
5705
5705
|
fill: !important; }
|
|
@@ -5714,10 +5714,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5714
5714
|
fill: !important; }
|
|
5715
5715
|
|
|
5716
5716
|
.em-ds-icon--color-warning-900 {
|
|
5717
|
-
fill: #
|
|
5717
|
+
fill: #d17a00 !important; }
|
|
5718
5718
|
|
|
5719
5719
|
.em-ds-icon--color-warning-900 svg {
|
|
5720
|
-
fill: #
|
|
5720
|
+
fill: #d17a00 !important; }
|
|
5721
5721
|
|
|
5722
5722
|
.em-ds-icon--color-warning-800 {
|
|
5723
5723
|
fill: !important; }
|
|
@@ -5726,28 +5726,28 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5726
5726
|
fill: !important; }
|
|
5727
5727
|
|
|
5728
5728
|
.em-ds-icon--color-warning-700 {
|
|
5729
|
-
fill: #
|
|
5729
|
+
fill: #ff9400 !important; }
|
|
5730
5730
|
|
|
5731
5731
|
.em-ds-icon--color-warning-700 svg {
|
|
5732
|
-
fill: #
|
|
5732
|
+
fill: #ff9400 !important; }
|
|
5733
5733
|
|
|
5734
5734
|
.em-ds-icon--color-warning-600 {
|
|
5735
|
-
fill: #
|
|
5735
|
+
fill: #fbb431 !important; }
|
|
5736
5736
|
|
|
5737
5737
|
.em-ds-icon--color-warning-600 svg {
|
|
5738
|
-
fill: #
|
|
5738
|
+
fill: #fbb431 !important; }
|
|
5739
5739
|
|
|
5740
5740
|
.em-ds-icon--color-warning-500 {
|
|
5741
|
-
fill: #
|
|
5741
|
+
fill: #fbb431 !important; }
|
|
5742
5742
|
|
|
5743
5743
|
.em-ds-icon--color-warning-500 svg {
|
|
5744
|
-
fill: #
|
|
5744
|
+
fill: #fbb431 !important; }
|
|
5745
5745
|
|
|
5746
5746
|
.em-ds-icon--color-warning-400 {
|
|
5747
|
-
fill: #
|
|
5747
|
+
fill: #fbde31 !important; }
|
|
5748
5748
|
|
|
5749
5749
|
.em-ds-icon--color-warning-400 svg {
|
|
5750
|
-
fill: #
|
|
5750
|
+
fill: #fbde31 !important; }
|
|
5751
5751
|
|
|
5752
5752
|
.em-ds-icon--color-warning-300 {
|
|
5753
5753
|
fill: !important; }
|
|
@@ -5768,10 +5768,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5768
5768
|
fill: !important; }
|
|
5769
5769
|
|
|
5770
5770
|
.em-ds-icon--color-danger-900 {
|
|
5771
|
-
fill: #
|
|
5771
|
+
fill: #c64252 !important; }
|
|
5772
5772
|
|
|
5773
5773
|
.em-ds-icon--color-danger-900 svg {
|
|
5774
|
-
fill: #
|
|
5774
|
+
fill: #c64252 !important; }
|
|
5775
5775
|
|
|
5776
5776
|
.em-ds-icon--color-danger-800 {
|
|
5777
5777
|
fill: !important; }
|
|
@@ -5810,10 +5810,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5810
5810
|
fill: !important; }
|
|
5811
5811
|
|
|
5812
5812
|
.em-ds-icon--color-danger-200 {
|
|
5813
|
-
fill: #
|
|
5813
|
+
fill: #f7cdd2 !important; }
|
|
5814
5814
|
|
|
5815
5815
|
.em-ds-icon--color-danger-200 svg {
|
|
5816
|
-
fill: #
|
|
5816
|
+
fill: #f7cdd2 !important; }
|
|
5817
5817
|
|
|
5818
5818
|
.em-ds-icon--color-danger-100 {
|
|
5819
5819
|
fill: !important; }
|
|
@@ -5885,21 +5885,21 @@ div.em-ds-button {
|
|
|
5885
5885
|
width: 100%; }
|
|
5886
5886
|
|
|
5887
5887
|
.em-ds-button--primary {
|
|
5888
|
-
color: #
|
|
5888
|
+
color: #ffffff;
|
|
5889
5889
|
background-color: #1e79c2;
|
|
5890
5890
|
border: solid 0.07692rem #1e79c2; }
|
|
5891
5891
|
.em-ds-button--primary .em-ds-icon {
|
|
5892
|
-
fill: #
|
|
5892
|
+
fill: #ffffff; }
|
|
5893
5893
|
.em-ds-button--primary:hover:not([disabled]), .em-ds-button--primary.em-ds-button--variant-hover {
|
|
5894
|
-
background-color: #
|
|
5895
|
-
border: solid 0.07692rem #
|
|
5894
|
+
background-color: #006aa9;
|
|
5895
|
+
border: solid 0.07692rem #006aa9; }
|
|
5896
5896
|
.em-ds-button--primary:active, .em-ds-button--primary.em-ds-button--variant-active {
|
|
5897
|
-
background-color: #
|
|
5898
|
-
border: solid 0.07692rem #
|
|
5897
|
+
background-color: #006aa9;
|
|
5898
|
+
border: solid 0.07692rem #006aa9; }
|
|
5899
5899
|
.em-ds-button--primary:disabled, .em-ds-button--primary.em-ds-button--variant-disabled {
|
|
5900
5900
|
color: #5c6574;
|
|
5901
|
-
background-color: #
|
|
5902
|
-
border-color: #
|
|
5901
|
+
background-color: #e0e3e8;
|
|
5902
|
+
border-color: #e0e3e8;
|
|
5903
5903
|
cursor: not-allowed; }
|
|
5904
5904
|
.em-ds-button--primary:disabled .em-ds-icon, .em-ds-button--primary.em-ds-button--variant-disabled .em-ds-icon {
|
|
5905
5905
|
fill: #5c6574; }
|
|
@@ -5910,7 +5910,7 @@ div.em-ds-button {
|
|
|
5910
5910
|
left: 1px;
|
|
5911
5911
|
width: calc(100% - 2px);
|
|
5912
5912
|
height: calc(100% - 2px);
|
|
5913
|
-
border: solid 0.15385rem #
|
|
5913
|
+
border: solid 0.15385rem #ffffff; }
|
|
5914
5914
|
.em-ds-button--primary.em-ds-button--s:focus::after, .em-ds-button--primary.em-ds-button--s.em-ds-button--variant-focus::after {
|
|
5915
5915
|
position: absolute;
|
|
5916
5916
|
content: '';
|
|
@@ -5918,7 +5918,7 @@ div.em-ds-button {
|
|
|
5918
5918
|
left: 0;
|
|
5919
5919
|
width: 100%;
|
|
5920
5920
|
height: 100%;
|
|
5921
|
-
border: solid 0.07692rem #
|
|
5921
|
+
border: solid 0.07692rem #ffffff; }
|
|
5922
5922
|
|
|
5923
5923
|
.em-ds-button--text {
|
|
5924
5924
|
color: #1e79c2;
|
|
@@ -5928,19 +5928,19 @@ div.em-ds-button {
|
|
|
5928
5928
|
border: none;
|
|
5929
5929
|
font-weight: 600; }
|
|
5930
5930
|
.em-ds-input-addon-group__addon .em-ds-button--text {
|
|
5931
|
-
border: solid 0.07692rem #
|
|
5931
|
+
border: solid 0.07692rem #8c93a6; }
|
|
5932
5932
|
.em-ds-button--text .em-ds-icon {
|
|
5933
5933
|
fill: #1e79c2; }
|
|
5934
5934
|
.em-ds-button--text:hover:not([disabled]), .em-ds-button--text.em-ds-button--variant-hover {
|
|
5935
|
-
color: #
|
|
5936
|
-
background-color: #
|
|
5935
|
+
color: #006aa9;
|
|
5936
|
+
background-color: #ebf6ff; }
|
|
5937
5937
|
.em-ds-button--text:active, .em-ds-button--text.em-ds-button--variant-active {
|
|
5938
|
-
color: #
|
|
5938
|
+
color: #006aa9; }
|
|
5939
5939
|
.em-ds-button--text:active .em-ds-icon, .em-ds-button--text.em-ds-button--variant-active .em-ds-icon {
|
|
5940
|
-
fill: #
|
|
5940
|
+
fill: #006aa9; }
|
|
5941
5941
|
.em-ds-button--text:disabled, .em-ds-button--text.em-ds-button--variant-disabled {
|
|
5942
5942
|
color: #697489;
|
|
5943
|
-
background: #
|
|
5943
|
+
background: #ffffff;
|
|
5944
5944
|
cursor: not-allowed; }
|
|
5945
5945
|
.em-ds-button--text:disabled .em-ds-icon, .em-ds-button--text.em-ds-button--variant-disabled .em-ds-icon {
|
|
5946
5946
|
fill: #697489; }
|
|
@@ -5952,29 +5952,29 @@ div.em-ds-button {
|
|
|
5952
5952
|
width: 100%;
|
|
5953
5953
|
height: 100%;
|
|
5954
5954
|
border-radius: 2px;
|
|
5955
|
-
border: solid 0.15385rem #
|
|
5955
|
+
border: solid 0.15385rem #006aa9; }
|
|
5956
5956
|
|
|
5957
5957
|
.em-ds-button--secondary {
|
|
5958
5958
|
color: #1e79c2;
|
|
5959
|
-
background-color: #
|
|
5960
|
-
border: solid 0.07692rem #
|
|
5959
|
+
background-color: #ffffff;
|
|
5960
|
+
border: solid 0.07692rem #8c93a6;
|
|
5961
5961
|
border-radius: 2px; }
|
|
5962
5962
|
.em-ds-input-addon-group__addon .em-ds-button--secondary {
|
|
5963
|
-
border: solid 0.07692rem #
|
|
5963
|
+
border: solid 0.07692rem #8c93a6; }
|
|
5964
5964
|
.em-ds-button--secondary .em-ds-icon {
|
|
5965
5965
|
fill: #1e79c2; }
|
|
5966
5966
|
.em-ds-button--secondary:hover:not([disabled]), .em-ds-button--secondary.em-ds-button--variant-hover {
|
|
5967
|
-
border: solid 0.07692rem #
|
|
5967
|
+
border: solid 0.07692rem #006aa9; }
|
|
5968
5968
|
.em-ds-button--secondary:hover:not([disabled]) .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-hover .em-ds-icon {
|
|
5969
|
-
fill: #
|
|
5969
|
+
fill: #006aa9; }
|
|
5970
5970
|
.em-ds-button--secondary:active, .em-ds-button--secondary.em-ds-button--variant-active {
|
|
5971
|
-
color: #
|
|
5972
|
-
border: solid 0.07692rem #
|
|
5971
|
+
color: #006aa9;
|
|
5972
|
+
border: solid 0.07692rem #006aa9; }
|
|
5973
5973
|
.em-ds-button--secondary:active .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-active .em-ds-icon {
|
|
5974
|
-
fill: #
|
|
5974
|
+
fill: #006aa9; }
|
|
5975
5975
|
.em-ds-button--secondary:disabled, .em-ds-button--secondary.em-ds-button--variant-disabled {
|
|
5976
5976
|
color: #697489;
|
|
5977
|
-
background-color: #
|
|
5977
|
+
background-color: #ffffff;
|
|
5978
5978
|
cursor: not-allowed; }
|
|
5979
5979
|
.em-ds-button--secondary:disabled .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-disabled .em-ds-icon {
|
|
5980
5980
|
fill: #697489; }
|
|
@@ -5986,7 +5986,7 @@ div.em-ds-button {
|
|
|
5986
5986
|
width: calc(100% + 2px);
|
|
5987
5987
|
height: calc(100% + 2px);
|
|
5988
5988
|
border-radius: 2px;
|
|
5989
|
-
border: solid 0.15385rem #
|
|
5989
|
+
border: solid 0.15385rem #006aa9; }
|
|
5990
5990
|
|
|
5991
5991
|
.em-ds-button--link {
|
|
5992
5992
|
line-height: 1.5;
|
|
@@ -6006,9 +6006,9 @@ div.em-ds-button {
|
|
|
6006
6006
|
-webkit-text-decoration-line: underline;
|
|
6007
6007
|
text-decoration-line: underline; }
|
|
6008
6008
|
.em-ds-button--link:active {
|
|
6009
|
-
color: #
|
|
6009
|
+
color: #006aa9; }
|
|
6010
6010
|
.em-ds-button--link:disabled {
|
|
6011
|
-
color: #
|
|
6011
|
+
color: #8c93a6;
|
|
6012
6012
|
cursor: not-allowed; }
|
|
6013
6013
|
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper {
|
|
6014
6014
|
outline: none;
|
|
@@ -6032,9 +6032,9 @@ div.em-ds-button {
|
|
|
6032
6032
|
height: calc(100% + 4px); }
|
|
6033
6033
|
|
|
6034
6034
|
.em-ds-button-success.em-ds-button--text {
|
|
6035
|
-
color: #
|
|
6035
|
+
color: #207e56; }
|
|
6036
6036
|
.em-ds-button-success.em-ds-button--text:focus, .em-ds-button-success.em-ds-button--text:focus:not([disabled]), .em-ds-button-success.em-ds-button--text.em-ds-button--variant-focus {
|
|
6037
|
-
color: #
|
|
6037
|
+
color: #207e56; }
|
|
6038
6038
|
.em-ds-button-success.em-ds-button--text:focus::after, .em-ds-button-success.em-ds-button--text:focus:not([disabled])::after, .em-ds-button-success.em-ds-button--text.em-ds-button--variant-focus::after {
|
|
6039
6039
|
position: absolute;
|
|
6040
6040
|
content: '';
|
|
@@ -6043,9 +6043,9 @@ div.em-ds-button {
|
|
|
6043
6043
|
width: 100%;
|
|
6044
6044
|
height: 100%;
|
|
6045
6045
|
border-radius: 2px;
|
|
6046
|
-
border: solid 0.15385rem #
|
|
6046
|
+
border: solid 0.15385rem #207e56; }
|
|
6047
6047
|
.em-ds-button-success.em-ds-button--text:hover, .em-ds-button-success.em-ds-button--text:hover:not([disabled]), .em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover {
|
|
6048
|
-
color: #
|
|
6048
|
+
color: #207e56; }
|
|
6049
6049
|
.em-ds-button-success.em-ds-button--text:hover span.label-wrapper.no-icon:before, .em-ds-button-success.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon:before, .em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon:before {
|
|
6050
6050
|
background-color: transparent;
|
|
6051
6051
|
border-radius: 2px; }
|
|
@@ -6055,9 +6055,9 @@ div.em-ds-button {
|
|
|
6055
6055
|
fill: #16553a; }
|
|
6056
6056
|
|
|
6057
6057
|
.em-ds-button-danger.em-ds-button--text {
|
|
6058
|
-
color: #
|
|
6058
|
+
color: #c64252; }
|
|
6059
6059
|
.em-ds-button-danger.em-ds-button--text:focus, .em-ds-button-danger.em-ds-button--text:focus:not([disabled]), .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-focus {
|
|
6060
|
-
color: #
|
|
6060
|
+
color: #c64252; }
|
|
6061
6061
|
.em-ds-button-danger.em-ds-button--text:focus::after, .em-ds-button-danger.em-ds-button--text:focus:not([disabled])::after, .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-focus::after {
|
|
6062
6062
|
position: absolute;
|
|
6063
6063
|
content: '';
|
|
@@ -6066,9 +6066,9 @@ div.em-ds-button {
|
|
|
6066
6066
|
width: 100%;
|
|
6067
6067
|
height: 100%;
|
|
6068
6068
|
border-radius: 2px;
|
|
6069
|
-
border: solid 0.15385rem #
|
|
6069
|
+
border: solid 0.15385rem #c64252; }
|
|
6070
6070
|
.em-ds-button-danger.em-ds-button--text:hover, .em-ds-button-danger.em-ds-button--text:hover:not([disabled]), .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover {
|
|
6071
|
-
color: #
|
|
6071
|
+
color: #c64252; }
|
|
6072
6072
|
.em-ds-button-danger.em-ds-button--text:hover span.label-wrapper.no-icon:before, .em-ds-button-danger.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon:before, .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon:before {
|
|
6073
6073
|
background-color: transparent;
|
|
6074
6074
|
border-radius: 2px; }
|
|
@@ -6078,9 +6078,9 @@ div.em-ds-button {
|
|
|
6078
6078
|
fill: #a4313f; }
|
|
6079
6079
|
|
|
6080
6080
|
.em-ds-button-warning.em-ds-button--text {
|
|
6081
|
-
color: #
|
|
6081
|
+
color: #d17a00; }
|
|
6082
6082
|
.em-ds-button-warning.em-ds-button--text:focus, .em-ds-button-warning.em-ds-button--text:focus:not([disabled]), .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-focus {
|
|
6083
|
-
color: #
|
|
6083
|
+
color: #d17a00; }
|
|
6084
6084
|
.em-ds-button-warning.em-ds-button--text:focus::after, .em-ds-button-warning.em-ds-button--text:focus:not([disabled])::after, .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-focus::after {
|
|
6085
6085
|
position: absolute;
|
|
6086
6086
|
content: '';
|
|
@@ -6089,9 +6089,9 @@ div.em-ds-button {
|
|
|
6089
6089
|
width: 100%;
|
|
6090
6090
|
height: 100%;
|
|
6091
6091
|
border-radius: 2px;
|
|
6092
|
-
border: solid 0.15385rem #
|
|
6092
|
+
border: solid 0.15385rem #d17a00; }
|
|
6093
6093
|
.em-ds-button-warning.em-ds-button--text:hover, .em-ds-button-warning.em-ds-button--text:hover:not([disabled]), .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover {
|
|
6094
|
-
color: #
|
|
6094
|
+
color: #d17a00; }
|
|
6095
6095
|
.em-ds-button-warning.em-ds-button--text:hover span.label-wrapper.no-icon:before, .em-ds-button-warning.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon:before, .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon:before {
|
|
6096
6096
|
background-color: transparent;
|
|
6097
6097
|
border-radius: 2px; }
|
|
@@ -6307,18 +6307,18 @@ div.em-ds-button {
|
|
|
6307
6307
|
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--end {
|
|
6308
6308
|
justify-content: flex-end; }
|
|
6309
6309
|
.em-ds-separator-wrapper .em-ds-separator {
|
|
6310
|
-
border-top: 0.5px solid #
|
|
6310
|
+
border-top: 0.5px solid #25292f; }
|
|
6311
6311
|
.em-ds-separator-wrapper .em-ds-separator--vertical {
|
|
6312
6312
|
width: 1px;
|
|
6313
6313
|
border: inherit;
|
|
6314
|
-
border-left: 0.5px solid #
|
|
6314
|
+
border-left: 0.5px solid #25292f;
|
|
6315
6315
|
height: 100%; }
|
|
6316
6316
|
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--group-level, .em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--non-form {
|
|
6317
|
-
border-left: 1.2px solid #
|
|
6317
|
+
border-left: 1.2px solid #b0b9c8; }
|
|
6318
6318
|
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--dashed {
|
|
6319
6319
|
width: 2px;
|
|
6320
6320
|
border: none;
|
|
6321
|
-
background-image: linear-gradient(#
|
|
6321
|
+
background-image: linear-gradient(#b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
|
|
6322
6322
|
background-position: right;
|
|
6323
6323
|
background-size: 1px 5px;
|
|
6324
6324
|
background-repeat: repeat-y; }
|
|
@@ -6326,12 +6326,12 @@ div.em-ds-button {
|
|
|
6326
6326
|
flex: 100%;
|
|
6327
6327
|
height: 1px; }
|
|
6328
6328
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--group-level {
|
|
6329
|
-
border-color: #
|
|
6329
|
+
border-color: #464f5c; }
|
|
6330
6330
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--non-form {
|
|
6331
|
-
border-color: #
|
|
6331
|
+
border-color: #b0b9c8; }
|
|
6332
6332
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--dashed {
|
|
6333
6333
|
border: none;
|
|
6334
|
-
background-image: linear-gradient(to right, #
|
|
6334
|
+
background-image: linear-gradient(to right, #b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
|
|
6335
6335
|
background-position: bottom;
|
|
6336
6336
|
background-size: 5px 1px;
|
|
6337
6337
|
background-repeat: repeat-x; }
|
|
@@ -6399,7 +6399,7 @@ div.em-ds-button {
|
|
|
6399
6399
|
text-align: center; }
|
|
6400
6400
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--neutral700,
|
|
6401
6401
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--neutral700 {
|
|
6402
|
-
color: #
|
|
6402
|
+
color: #353c46; }
|
|
6403
6403
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--s {
|
|
6404
6404
|
font-size: 1rem; }
|
|
6405
6405
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--m {
|
|
@@ -6420,7 +6420,7 @@ div.em-ds-button {
|
|
|
6420
6420
|
|
|
6421
6421
|
.em-ds-group-box__content {
|
|
6422
6422
|
padding: 1.84615rem 0;
|
|
6423
|
-
border: 1px solid #
|
|
6423
|
+
border: 1px solid #cbcfd7; }
|
|
6424
6424
|
.em-ds-group-box__content--no-border-top {
|
|
6425
6425
|
border-top: none; }
|
|
6426
6426
|
.em-ds-group-box__content.em-ds-group-box__content--group-box {
|
|
@@ -6461,11 +6461,11 @@ div.em-ds-button {
|
|
|
6461
6461
|
width: 100%;
|
|
6462
6462
|
height: 2.76972rem;
|
|
6463
6463
|
padding: 0 0;
|
|
6464
|
-
color: #
|
|
6464
|
+
color: #25292f;
|
|
6465
6465
|
display: flex;
|
|
6466
6466
|
flex-direction: row;
|
|
6467
6467
|
align-items: center;
|
|
6468
|
-
border-bottom: 1px solid #
|
|
6468
|
+
border-bottom: 1px solid #cbcfd7; }
|
|
6469
6469
|
|
|
6470
6470
|
.em-ds-group-box__label--no-border {
|
|
6471
6471
|
border: none; }
|
|
@@ -6475,7 +6475,7 @@ div.em-ds-button {
|
|
|
6475
6475
|
font-size: 1.0769rem;
|
|
6476
6476
|
padding: 12px 0; }
|
|
6477
6477
|
.em-ds-group-box__label.em-ds-group-box__label--group-box.em-ds-group-box__label--border-bottom {
|
|
6478
|
-
border-bottom: 1px solid #
|
|
6478
|
+
border-bottom: 1px solid #cbcfd7; }
|
|
6479
6479
|
|
|
6480
6480
|
.em-ds-group-box__content--category-box .em-ds-group-box__wrapper--group-box:first-child {
|
|
6481
6481
|
border-left: none; }
|
|
@@ -6493,13 +6493,13 @@ div.em-ds-button {
|
|
|
6493
6493
|
border-right: none; }
|
|
6494
6494
|
|
|
6495
6495
|
.em-ds-group-box__wrapper--no-border .em-ds-group-box__content--category-box .em-ds-group-box__wrapper:first-child .em-ds-group-box__content {
|
|
6496
|
-
border-left: 1px solid #
|
|
6496
|
+
border-left: 1px solid #cbcfd7; }
|
|
6497
6497
|
|
|
6498
6498
|
.em-ds-group-box__wrapper--no-border .em-ds-group-box__content--category-box .em-ds-group-box__wrapper:first-child .em-ds-group-box__content--no-border {
|
|
6499
6499
|
border-left: none; }
|
|
6500
6500
|
|
|
6501
6501
|
.em-ds-group-box__wrapper--no-border .em-ds-group-box__content--category-box .em-ds-group-box__wrapper:last-child .em-ds-group-box__content {
|
|
6502
|
-
border-right: 1px solid #
|
|
6502
|
+
border-right: 1px solid #cbcfd7; }
|
|
6503
6503
|
|
|
6504
6504
|
.em-ds-group-box__wrapper--no-border .em-ds-group-box__content--category-box .em-ds-group-box__wrapper:last-child .em-ds-group-box__content--no-border {
|
|
6505
6505
|
border-right: none; }
|
|
@@ -6561,7 +6561,7 @@ div.em-ds-button {
|
|
|
6561
6561
|
font-size: 1.2307rem;
|
|
6562
6562
|
width: 100%;
|
|
6563
6563
|
margin: 0 0 0 0.30769rem;
|
|
6564
|
-
color: #
|
|
6564
|
+
color: #353c46;
|
|
6565
6565
|
text-decoration: none;
|
|
6566
6566
|
height: 2.46154rem;
|
|
6567
6567
|
margin-top: 7px; }
|
|
@@ -6867,79 +6867,79 @@ div.em-ds-button {
|
|
|
6867
6867
|
overflow: hidden; } }
|
|
6868
6868
|
|
|
6869
6869
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6870
|
-
border-bottom: 1px solid #
|
|
6870
|
+
border-bottom: 1px solid #cbcfd7; }
|
|
6871
6871
|
|
|
6872
6872
|
@media (max-width: 48rem) {
|
|
6873
6873
|
.em-ds-accordion {
|
|
6874
6874
|
overflow: hidden; }
|
|
6875
6875
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6876
|
-
border-top: 1px solid #
|
|
6876
|
+
border-top: 1px solid #cbcfd7;
|
|
6877
6877
|
border-bottom: none; }
|
|
6878
6878
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6879
|
-
border-bottom: 1px solid #
|
|
6879
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6880
6880
|
|
|
6881
6881
|
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
6882
6882
|
.em-ds-accordion {
|
|
6883
6883
|
overflow: hidden; }
|
|
6884
6884
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6885
|
-
border-top: 1px solid #
|
|
6885
|
+
border-top: 1px solid #cbcfd7;
|
|
6886
6886
|
border-bottom: none; }
|
|
6887
6887
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6888
|
-
border-bottom: 1px solid #
|
|
6888
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6889
6889
|
|
|
6890
6890
|
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
6891
6891
|
.em-ds-accordion {
|
|
6892
6892
|
overflow: hidden; }
|
|
6893
6893
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6894
|
-
border-top: 1px solid #
|
|
6894
|
+
border-top: 1px solid #cbcfd7;
|
|
6895
6895
|
border-bottom: none; }
|
|
6896
6896
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6897
|
-
border-bottom: 1px solid #
|
|
6897
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6898
6898
|
|
|
6899
6899
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
6900
6900
|
.em-ds-accordion {
|
|
6901
6901
|
overflow: hidden; }
|
|
6902
6902
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6903
|
-
border-top: 1px solid #
|
|
6903
|
+
border-top: 1px solid #cbcfd7;
|
|
6904
6904
|
border-bottom: none; }
|
|
6905
6905
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6906
|
-
border-bottom: 1px solid #
|
|
6906
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6907
6907
|
|
|
6908
6908
|
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6909
6909
|
.em-ds-accordion {
|
|
6910
6910
|
overflow: hidden; }
|
|
6911
6911
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6912
|
-
border-top: 1px solid #
|
|
6912
|
+
border-top: 1px solid #cbcfd7;
|
|
6913
6913
|
border-bottom: none; }
|
|
6914
6914
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6915
|
-
border-bottom: 1px solid #
|
|
6915
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6916
6916
|
|
|
6917
6917
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6918
6918
|
.em-ds-accordion {
|
|
6919
6919
|
overflow: hidden; }
|
|
6920
6920
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6921
|
-
border-top: 1px solid #
|
|
6921
|
+
border-top: 1px solid #cbcfd7;
|
|
6922
6922
|
border-bottom: none; }
|
|
6923
6923
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6924
|
-
border-bottom: 1px solid #
|
|
6924
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6925
6925
|
|
|
6926
6926
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
6927
6927
|
.em-ds-accordion {
|
|
6928
6928
|
overflow: hidden; }
|
|
6929
6929
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6930
|
-
border-top: 1px solid #
|
|
6930
|
+
border-top: 1px solid #cbcfd7;
|
|
6931
6931
|
border-bottom: none; }
|
|
6932
6932
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6933
|
-
border-bottom: 1px solid #
|
|
6933
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6934
6934
|
|
|
6935
6935
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
6936
6936
|
.em-ds-accordion {
|
|
6937
6937
|
overflow: hidden; }
|
|
6938
6938
|
.em-ds-accordion .em-ds-accordion-item {
|
|
6939
|
-
border-top: 1px solid #
|
|
6939
|
+
border-top: 1px solid #cbcfd7;
|
|
6940
6940
|
border-bottom: none; }
|
|
6941
6941
|
.em-ds-accordion .em-ds-accordion-item:last-child {
|
|
6942
|
-
border-bottom: 1px solid #
|
|
6942
|
+
border-bottom: 1px solid #cbcfd7; } }
|
|
6943
6943
|
|
|
6944
6944
|
.em-ds-accordion .em-ds-accordion-item__container {
|
|
6945
6945
|
overflow: hidden;
|
|
@@ -6975,19 +6975,19 @@ div.em-ds-button {
|
|
|
6975
6975
|
padding: 1rem 0 1.5rem 0; } }
|
|
6976
6976
|
|
|
6977
6977
|
.em-ds-card {
|
|
6978
|
-
border: 1px solid #
|
|
6978
|
+
border: 1px solid #f6f7f9;
|
|
6979
6979
|
border-radius: 0;
|
|
6980
6980
|
-ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
6981
6981
|
-o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
6982
6982
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3); }
|
|
6983
6983
|
.em-ds-card .em-ds-card-header {
|
|
6984
|
-
color: #
|
|
6985
|
-
background: #
|
|
6984
|
+
color: #464f5c;
|
|
6985
|
+
background: #f6f7f9;
|
|
6986
6986
|
padding: 6px 15px;
|
|
6987
6987
|
border-bottom: 1px solid transparent;
|
|
6988
6988
|
border-radius: 0; }
|
|
6989
6989
|
.em-ds-card .em-ds-card-header .em-ds-card-header__heading {
|
|
6990
|
-
color: #
|
|
6990
|
+
color: #464f5c;
|
|
6991
6991
|
font-family: inherit;
|
|
6992
6992
|
font-size: 18pt; }
|
|
6993
6993
|
.em-ds-card .em-ds-card-header .em-ds-card-header__pull-right {
|
|
@@ -7036,7 +7036,7 @@ div.em-ds-button {
|
|
|
7036
7036
|
display: block;
|
|
7037
7037
|
height: 1px;
|
|
7038
7038
|
width: 100%;
|
|
7039
|
-
background-color: #
|
|
7039
|
+
background-color: #e0e3e8; }
|
|
7040
7040
|
.em-ds-menu-separator:first-child {
|
|
7041
7041
|
display: none; }
|
|
7042
7042
|
|
|
@@ -7048,11 +7048,11 @@ div.em-ds-button {
|
|
|
7048
7048
|
max-width: 34.46154rem; }
|
|
7049
7049
|
|
|
7050
7050
|
.em-ds-menu {
|
|
7051
|
-
border: 1px solid #
|
|
7051
|
+
border: 1px solid #cbcfd7;
|
|
7052
7052
|
margin: 0;
|
|
7053
7053
|
padding: 0.61538rem 0;
|
|
7054
|
-
background: #
|
|
7055
|
-
color: #
|
|
7054
|
+
background: #ffffff;
|
|
7055
|
+
color: #25292f;
|
|
7056
7056
|
list-style: none;
|
|
7057
7057
|
min-width: 9.84615rem;
|
|
7058
7058
|
border-radius: 2px;
|
|
@@ -7060,7 +7060,7 @@ div.em-ds-button {
|
|
|
7060
7060
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
7061
7061
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
|
|
7062
7062
|
.em-ds-menu .em-ds-separator {
|
|
7063
|
-
border-color: #
|
|
7063
|
+
border-color: #b0b9c8; }
|
|
7064
7064
|
.em-ds-menu--type-phone {
|
|
7065
7065
|
margin-top: 0.30769rem; }
|
|
7066
7066
|
|
|
@@ -7108,12 +7108,12 @@ div.em-ds-button {
|
|
|
7108
7108
|
.em-ds-menu-item:focus-within .em-ds-menu-item__addon:last-child {
|
|
7109
7109
|
opacity: 1; }
|
|
7110
7110
|
.em-ds-menu-item:focus {
|
|
7111
|
-
background-color: #
|
|
7111
|
+
background-color: #ebf6ff;
|
|
7112
7112
|
outline: none; }
|
|
7113
7113
|
.em-ds-menu-item:focus .em-ds-menu-item__addon:last-child {
|
|
7114
7114
|
opacity: 1; }
|
|
7115
7115
|
.em-ds-menu-item:active {
|
|
7116
|
-
background-color: #
|
|
7116
|
+
background-color: #ebf6ff; }
|
|
7117
7117
|
.em-ds-menu-item:active .em-ds-menu-item__addon:last-child {
|
|
7118
7118
|
opacity: 1; }
|
|
7119
7119
|
.em-ds-menu-item[role='menuitemcheckbox'] .checkable-mark svg, .em-ds-menu-item[role='menuitemradio'] .checkable-mark svg {
|
|
@@ -7145,13 +7145,13 @@ div.em-ds-button {
|
|
|
7145
7145
|
.em-ds-menu-item--menu-type-phone .em-ds-menu-item__custom-phone-render {
|
|
7146
7146
|
margin: 0;
|
|
7147
7147
|
padding: 0;
|
|
7148
|
-
color: #
|
|
7148
|
+
color: #006aa9;
|
|
7149
7149
|
font-weight: 600;
|
|
7150
7150
|
font-size: 1rem; }
|
|
7151
7151
|
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__content {
|
|
7152
|
-
color: #
|
|
7152
|
+
color: #ffffff; }
|
|
7153
7153
|
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__custom-phone-render {
|
|
7154
|
-
color: #
|
|
7154
|
+
color: #ffffff; }
|
|
7155
7155
|
|
|
7156
7156
|
.em-ds-menu-search-group__search-wrapper {
|
|
7157
7157
|
padding: 0 0.61538rem 0.61538rem; }
|
|
@@ -7165,7 +7165,7 @@ div.em-ds-button {
|
|
|
7165
7165
|
.em-ds-menu--menu-combo-box {
|
|
7166
7166
|
padding: 0;
|
|
7167
7167
|
padding-top: 0.61538rem;
|
|
7168
|
-
border: 1px solid #
|
|
7168
|
+
border: 1px solid #cbcfd7; }
|
|
7169
7169
|
.em-ds-menu--menu-combo-box .em-ds-combobox-container {
|
|
7170
7170
|
height: auto; }
|
|
7171
7171
|
.em-ds-menu--menu-combo-box .em-ds-combobox__menu {
|
|
@@ -7181,7 +7181,7 @@ div.em-ds-button {
|
|
|
7181
7181
|
outline: none;
|
|
7182
7182
|
display: inline-flex;
|
|
7183
7183
|
align-items: center;
|
|
7184
|
-
background-color: #
|
|
7184
|
+
background-color: #ebf6ff;
|
|
7185
7185
|
padding: 0 0.30769rem;
|
|
7186
7186
|
border-radius: 1.23077rem;
|
|
7187
7187
|
white-space: nowrap;
|
|
@@ -7189,7 +7189,7 @@ div.em-ds-button {
|
|
|
7189
7189
|
.em-ds-pill__label {
|
|
7190
7190
|
padding-top: 0.15385rem;
|
|
7191
7191
|
margin: 0 0.61538rem;
|
|
7192
|
-
color: #
|
|
7192
|
+
color: #25292f;
|
|
7193
7193
|
font-size: 1rem;
|
|
7194
7194
|
line-height: normal;
|
|
7195
7195
|
font-weight: 400; }
|
|
@@ -7236,20 +7236,20 @@ div.em-ds-button {
|
|
|
7236
7236
|
|
|
7237
7237
|
.em-ds-pill.input-pill {
|
|
7238
7238
|
cursor: pointer;
|
|
7239
|
-
background: #
|
|
7240
|
-
border: solid 1px #
|
|
7239
|
+
background: #ffffff;
|
|
7240
|
+
border: solid 1px #cbcfd7;
|
|
7241
7241
|
width: 9em; }
|
|
7242
7242
|
.em-ds-pill.input-pill .em-ds-pill__label {
|
|
7243
7243
|
margin: 0 0.30769rem 0 0.61538rem; }
|
|
7244
7244
|
.em-ds-pill.input-pill.em-ds-input-pill--value {
|
|
7245
|
-
background-color: #
|
|
7245
|
+
background-color: #ebf6ff;
|
|
7246
7246
|
border: unset; }
|
|
7247
7247
|
.em-ds-pill.input-pill.em-ds-input-pill--value .em-ds-input {
|
|
7248
|
-
background-color: #
|
|
7248
|
+
background-color: #ebf6ff; }
|
|
7249
7249
|
.em-ds-pill.input-pill.em-ds-input-pill--value:active, .em-ds-pill.input-pill.em-ds-input-pill--value:focus-within, .em-ds-pill.input-pill.em-ds-input-pill--value[aria-expanded="true"] {
|
|
7250
|
-
background-color: #
|
|
7250
|
+
background-color: #ffffff; }
|
|
7251
7251
|
.em-ds-pill.input-pill.em-ds-input-pill--value:active .em-ds-input, .em-ds-pill.input-pill.em-ds-input-pill--value:focus-within .em-ds-input, .em-ds-pill.input-pill.em-ds-input-pill--value[aria-expanded="true"] .em-ds-input {
|
|
7252
|
-
background-color: #
|
|
7252
|
+
background-color: #ffffff; }
|
|
7253
7253
|
.em-ds-pill.input-pill .em-ds-input {
|
|
7254
7254
|
color: #005181;
|
|
7255
7255
|
padding: unset;
|
|
@@ -7519,7 +7519,7 @@ div.em-ds-button {
|
|
|
7519
7519
|
display: none; }
|
|
7520
7520
|
|
|
7521
7521
|
.em-ds-indeterminate-progress-indicator__bar {
|
|
7522
|
-
background-color: #
|
|
7522
|
+
background-color: #e0e3e8;
|
|
7523
7523
|
overflow: hidden; }
|
|
7524
7524
|
|
|
7525
7525
|
.em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
@@ -7529,23 +7529,23 @@ div.em-ds-button {
|
|
|
7529
7529
|
0% {
|
|
7530
7530
|
transform: scaleX(0.015);
|
|
7531
7531
|
transform-origin: 0% 0%;
|
|
7532
|
-
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #
|
|
7532
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7533
7533
|
25% {
|
|
7534
7534
|
transform: scaleX(0.4); }
|
|
7535
7535
|
50% {
|
|
7536
7536
|
transform: scaleX(0.015);
|
|
7537
7537
|
transform-origin: 100% 0%;
|
|
7538
|
-
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #
|
|
7538
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7539
7539
|
50.1% {
|
|
7540
7540
|
transform: scaleX(0.015);
|
|
7541
7541
|
transform-origin: 100% 0%;
|
|
7542
|
-
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #
|
|
7542
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7543
7543
|
75% {
|
|
7544
7544
|
transform: scaleX(0.4); }
|
|
7545
7545
|
100% {
|
|
7546
7546
|
transform: scaleX(0.015);
|
|
7547
7547
|
transform-origin: 0% 0%;
|
|
7548
|
-
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #
|
|
7548
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); } }
|
|
7549
7549
|
|
|
7550
7550
|
@keyframes processingSuccess {
|
|
7551
7551
|
0%, 30% {
|
|
@@ -7578,7 +7578,7 @@ div.em-ds-button {
|
|
|
7578
7578
|
width: 50%; }
|
|
7579
7579
|
100% {
|
|
7580
7580
|
transform: translateX(0%);
|
|
7581
|
-
background-color: #
|
|
7581
|
+
background-color: #207e56; } }
|
|
7582
7582
|
|
|
7583
7583
|
@keyframes processingFail {
|
|
7584
7584
|
0%, 30% {
|
|
@@ -7630,11 +7630,11 @@ div.em-ds-button {
|
|
|
7630
7630
|
background-color: #697489;
|
|
7631
7631
|
width: 50%; }
|
|
7632
7632
|
.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7633
|
-
background-color: #
|
|
7633
|
+
background-color: #207e56; }
|
|
7634
7634
|
.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7635
7635
|
background-color: #e34256; }
|
|
7636
7636
|
.em-ds-indeterminate-progress-indicator-processing .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7637
|
-
background-color: #
|
|
7637
|
+
background-color: #1394e5;
|
|
7638
7638
|
width: 50%; }
|
|
7639
7639
|
.em-ds-indeterminate-progress-indicator-processing.animated .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7640
7640
|
width: 100%;
|
|
@@ -7645,7 +7645,7 @@ div.em-ds-button {
|
|
|
7645
7645
|
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
7646
7646
|
animation: labelAnimation 1s ease-in-out; }
|
|
7647
7647
|
.em-ds-indeterminate-progress-indicator-processing-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7648
|
-
background-color: #
|
|
7648
|
+
background-color: #1394e5;
|
|
7649
7649
|
width: 50%;
|
|
7650
7650
|
animation: processingSuccess 4s infinite;
|
|
7651
7651
|
animation-fill-mode: forwards; }
|
|
@@ -7655,7 +7655,7 @@ div.em-ds-button {
|
|
|
7655
7655
|
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
7656
7656
|
animation: labelAnimation 1s ease-in-out; }
|
|
7657
7657
|
.em-ds-indeterminate-progress-indicator-processing-fail .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7658
|
-
background-color: #
|
|
7658
|
+
background-color: #1394e5;
|
|
7659
7659
|
width: 50%;
|
|
7660
7660
|
animation: processingFail 4s infinite;
|
|
7661
7661
|
animation-fill-mode: forwards; }
|
|
@@ -7670,11 +7670,11 @@ div.em-ds-button {
|
|
|
7670
7670
|
.em-ds-page-number {
|
|
7671
7671
|
position: relative;
|
|
7672
7672
|
display: inline-flex;
|
|
7673
|
-
border: 0.07692rem solid #
|
|
7673
|
+
border: 0.07692rem solid #cbcfd7;
|
|
7674
7674
|
margin: 0.61538rem 0;
|
|
7675
7675
|
border-radius: 2px; }
|
|
7676
7676
|
.em-ds-page-number .em-ds-time-picker-panel:not(:last-child) {
|
|
7677
|
-
border-right: 0.07692rem solid #
|
|
7677
|
+
border-right: 0.07692rem solid #cbcfd7; }
|
|
7678
7678
|
.em-ds-page-number__pages {
|
|
7679
7679
|
display: flex;
|
|
7680
7680
|
flex-direction: row;
|
|
@@ -7700,7 +7700,7 @@ div.em-ds-button {
|
|
|
7700
7700
|
padding: 0.61538rem 14px; }
|
|
7701
7701
|
.em-ds-page-number__limiter {
|
|
7702
7702
|
width: 1px;
|
|
7703
|
-
background: #
|
|
7703
|
+
background: #cbcfd7;
|
|
7704
7704
|
height: calc(2.46154rem - 1.23077rem);
|
|
7705
7705
|
margin-top: calc(0.30769rem * 1.5);
|
|
7706
7706
|
margin-left: 0.61538rem; }
|
|
@@ -7721,7 +7721,7 @@ div.em-ds-button {
|
|
|
7721
7721
|
margin-top: 1.23077rem; }
|
|
7722
7722
|
|
|
7723
7723
|
.em-ds-circular-progress-indicator__track {
|
|
7724
|
-
stroke: #
|
|
7724
|
+
stroke: #e0e3e8; }
|
|
7725
7725
|
|
|
7726
7726
|
.em-ds-circular-progress-indicator__arc-blue {
|
|
7727
7727
|
transform-origin: 33px 33px;
|
|
@@ -7788,7 +7788,7 @@ div.em-ds-button {
|
|
|
7788
7788
|
justify-content: center;
|
|
7789
7789
|
align-items: center; }
|
|
7790
7790
|
.em-ds-shuttle__empty-container span {
|
|
7791
|
-
color: #
|
|
7791
|
+
color: #b0b9c8; }
|
|
7792
7792
|
|
|
7793
7793
|
.em-ds-shuttle-wrapper {
|
|
7794
7794
|
position: relative;
|
|
@@ -7810,7 +7810,7 @@ div.em-ds-button {
|
|
|
7810
7810
|
.em-ds-shuttle-wrapper .em-ds-shuttle-list {
|
|
7811
7811
|
flex: 1 1 50%;
|
|
7812
7812
|
position: relative;
|
|
7813
|
-
border: 1px solid #
|
|
7813
|
+
border: 1px solid #cbcfd7;
|
|
7814
7814
|
padding: 0;
|
|
7815
7815
|
min-height: 22.89231rem;
|
|
7816
7816
|
height: 100%;
|
|
@@ -7830,7 +7830,7 @@ div.em-ds-button {
|
|
|
7830
7830
|
top: 0; }
|
|
7831
7831
|
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel {
|
|
7832
7832
|
width: 3.93846rem;
|
|
7833
|
-
background-color: #
|
|
7833
|
+
background-color: #ffffff;
|
|
7834
7834
|
position: absolute;
|
|
7835
7835
|
top: 0;
|
|
7836
7836
|
right: 0;
|
|
@@ -7889,13 +7889,13 @@ div.em-ds-button {
|
|
|
7889
7889
|
align-items: center;
|
|
7890
7890
|
overflow: hidden;
|
|
7891
7891
|
position: relative;
|
|
7892
|
-
border-bottom: 1px solid #
|
|
7893
|
-
background-color: #
|
|
7892
|
+
border-bottom: 1px solid #e0e3e8;
|
|
7893
|
+
background-color: #ffffff; }
|
|
7894
7894
|
.em-ds-shuttle-list-item.drag-helper {
|
|
7895
|
-
border: 1px solid #
|
|
7895
|
+
border: 1px solid #e0e3e8; }
|
|
7896
7896
|
.em-ds-shuttle-list-item__parent-helper-text {
|
|
7897
7897
|
margin-left: 0.61538rem;
|
|
7898
|
-
color: #
|
|
7898
|
+
color: #006aa9; }
|
|
7899
7899
|
.em-ds-shuttle-list-item__content {
|
|
7900
7900
|
display: flex;
|
|
7901
7901
|
align-items: center;
|
|
@@ -7903,7 +7903,7 @@ div.em-ds-button {
|
|
|
7903
7903
|
height: 2.76923rem;
|
|
7904
7904
|
padding-left: 0.61538rem;
|
|
7905
7905
|
padding-right: 0.61538rem;
|
|
7906
|
-
border-left: 4px solid #
|
|
7906
|
+
border-left: 4px solid #e0e3e8;
|
|
7907
7907
|
cursor: default;
|
|
7908
7908
|
pointer-events: none;
|
|
7909
7909
|
max-width: calc(100% - 72px); }
|
|
@@ -7919,7 +7919,7 @@ div.em-ds-button {
|
|
|
7919
7919
|
cursor: pointer;
|
|
7920
7920
|
pointer-events: all; }
|
|
7921
7921
|
.em-ds-shuttle-list-item__content--can-hover:hover {
|
|
7922
|
-
background-color: #
|
|
7922
|
+
background-color: #f6fbff; }
|
|
7923
7923
|
.em-ds-shuttle-list-item__icon-wrapper {
|
|
7924
7924
|
margin-right: 0.61538rem; }
|
|
7925
7925
|
.em-ds-shuttle-list-item__actions {
|
|
@@ -7931,11 +7931,11 @@ div.em-ds-button {
|
|
|
7931
7931
|
cursor: pointer;
|
|
7932
7932
|
height: 2.76923rem;
|
|
7933
7933
|
width: 2.76923rem;
|
|
7934
|
-
border-left: 1px solid #
|
|
7934
|
+
border-left: 1px solid #e0e3e8; }
|
|
7935
7935
|
.em-ds-shuttle-list-item__actions .em-ds-button svg, .em-ds-shuttle-list-item__actions .em-ds-button svg:not([fill]) {
|
|
7936
7936
|
fill: #1e79c2; }
|
|
7937
7937
|
.em-ds-shuttle-list-item__actions .em-ds-button:hover:not(:disabled) {
|
|
7938
|
-
background-color: #
|
|
7938
|
+
background-color: #f6fbff; }
|
|
7939
7939
|
.em-ds-shuttle-list-item__actions .em-ds-button:disabled {
|
|
7940
7940
|
cursor: auto; }
|
|
7941
7941
|
.em-ds-shuttle-list-item__actions .em-ds-button:disabled svg {
|
|
@@ -7945,10 +7945,10 @@ div.em-ds-button {
|
|
|
7945
7945
|
position: absolute;
|
|
7946
7946
|
width: 100%;
|
|
7947
7947
|
z-index: 10;
|
|
7948
|
-
background-color: #
|
|
7948
|
+
background-color: #ffffff;
|
|
7949
7949
|
height: 2.21538rem;
|
|
7950
7950
|
top: -2.21538rem;
|
|
7951
|
-
border-bottom: 1px solid #
|
|
7951
|
+
border-bottom: 1px solid #e0e3e8;
|
|
7952
7952
|
align-items: center;
|
|
7953
7953
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1); }
|
|
7954
7954
|
.em-ds-shuttle-search-box .em-ds-input-addon-wrapper {
|
|
@@ -7968,10 +7968,10 @@ div.em-ds-button {
|
|
|
7968
7968
|
position: absolute;
|
|
7969
7969
|
width: 100%;
|
|
7970
7970
|
z-index: 10;
|
|
7971
|
-
background-color: #
|
|
7971
|
+
background-color: #ffffff;
|
|
7972
7972
|
height: 2.76923rem;
|
|
7973
7973
|
bottom: -43px;
|
|
7974
|
-
border-top: 1px solid #
|
|
7974
|
+
border-top: 1px solid #e0e3e8;
|
|
7975
7975
|
align-items: center;
|
|
7976
7976
|
transition: 400ms cubic-bezier(0, 0, 0.42, 1); }
|
|
7977
7977
|
.em-ds-shuttle-infinite-scroll-indicator--opened {
|
|
@@ -8018,7 +8018,7 @@ body.ReactModal__Body--open {
|
|
|
8018
8018
|
flex-direction: column;
|
|
8019
8019
|
width: 100%;
|
|
8020
8020
|
pointer-events: auto;
|
|
8021
|
-
background-color: #
|
|
8021
|
+
background-color: #ffffff;
|
|
8022
8022
|
background-clip: padding-box;
|
|
8023
8023
|
min-width: 9.84615rem; }
|
|
8024
8024
|
.em-ds-modal:focus {
|
|
@@ -8045,10 +8045,10 @@ body.ReactModal__Body--open {
|
|
|
8045
8045
|
margin: 1.84615rem auto; }
|
|
8046
8046
|
|
|
8047
8047
|
.em-ds-modal-modal-header {
|
|
8048
|
-
background: #
|
|
8048
|
+
background: #f6f7f9;
|
|
8049
8049
|
display: flex;
|
|
8050
8050
|
align-items: flex-start;
|
|
8051
|
-
border-bottom: solid 1px #
|
|
8051
|
+
border-bottom: solid 1px #ebedf0;
|
|
8052
8052
|
padding: 1.23077rem;
|
|
8053
8053
|
flex: 0 0 auto; }
|
|
8054
8054
|
|
|
@@ -8056,7 +8056,7 @@ body.ReactModal__Body--open {
|
|
|
8056
8056
|
font-size: 1.3846rem;
|
|
8057
8057
|
line-height: 1.2;
|
|
8058
8058
|
font-weight: 400;
|
|
8059
|
-
color: #
|
|
8059
|
+
color: #353c46;
|
|
8060
8060
|
word-break: break-word; }
|
|
8061
8061
|
|
|
8062
8062
|
.em-ds-modal-modal-header__icon {
|
|
@@ -8078,7 +8078,7 @@ body.ReactModal__Body--open {
|
|
|
8078
8078
|
display: flex;
|
|
8079
8079
|
align-items: center;
|
|
8080
8080
|
justify-content: flex-end;
|
|
8081
|
-
border-top: solid 1px #
|
|
8081
|
+
border-top: solid 1px #ebedf0;
|
|
8082
8082
|
padding: 1.23077rem;
|
|
8083
8083
|
flex: 0 0 auto; }
|
|
8084
8084
|
|
|
@@ -8104,15 +8104,15 @@ body.ReactModal__Body--open {
|
|
|
8104
8104
|
height: 4.92308rem;
|
|
8105
8105
|
width: 4.92308rem; }
|
|
8106
8106
|
.em-ds-modal-feedback--modal-type-warning .em-ds-icon {
|
|
8107
|
-
fill: #
|
|
8107
|
+
fill: #ff9400; }
|
|
8108
8108
|
.em-ds-modal-feedback--modal-type-error .em-ds-icon {
|
|
8109
|
-
fill: #
|
|
8109
|
+
fill: #c64252; }
|
|
8110
8110
|
.em-ds-modal-feedback--modal-type-success .em-ds-icon {
|
|
8111
|
-
fill: #
|
|
8111
|
+
fill: #207e56; }
|
|
8112
8112
|
.em-ds-modal-feedback--modal-type-help .em-ds-icon {
|
|
8113
|
-
fill: #
|
|
8113
|
+
fill: #52a6ec; }
|
|
8114
8114
|
.em-ds-modal-feedback--modal-type-info .em-ds-icon {
|
|
8115
|
-
fill: #
|
|
8115
|
+
fill: #52a6ec; }
|
|
8116
8116
|
|
|
8117
8117
|
.em-ds-modal-v2 {
|
|
8118
8118
|
position: relative;
|
|
@@ -8120,7 +8120,7 @@ body.ReactModal__Body--open {
|
|
|
8120
8120
|
flex-direction: column;
|
|
8121
8121
|
width: auto;
|
|
8122
8122
|
pointer-events: auto;
|
|
8123
|
-
background-color: #
|
|
8123
|
+
background-color: #ffffff;
|
|
8124
8124
|
background-clip: padding-box;
|
|
8125
8125
|
min-width: 300px;
|
|
8126
8126
|
box-shadow: 0 10px 20px 0 #697489;
|
|
@@ -8148,14 +8148,14 @@ body.ReactModal__Body--open {
|
|
|
8148
8148
|
height: 3.69231rem;
|
|
8149
8149
|
display: flex;
|
|
8150
8150
|
align-items: flex-start;
|
|
8151
|
-
border-bottom: solid 1px #
|
|
8151
|
+
border-bottom: solid 1px #ebedf0;
|
|
8152
8152
|
padding-top: 10px;
|
|
8153
8153
|
padding-left: 1.23077rem;
|
|
8154
8154
|
padding-right: 1.23077rem;
|
|
8155
8155
|
flex: 0 0 auto;
|
|
8156
8156
|
width: calc(100% - 1px); }
|
|
8157
8157
|
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close {
|
|
8158
|
-
background: #
|
|
8158
|
+
background: #ffffff;
|
|
8159
8159
|
margin-left: auto; }
|
|
8160
8160
|
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close--form {
|
|
8161
8161
|
background: none;
|
|
@@ -8213,13 +8213,13 @@ body.ReactModal__Body--open {
|
|
|
8213
8213
|
height: 4.92308rem;
|
|
8214
8214
|
width: 4.92308rem; }
|
|
8215
8215
|
.em-ds-modal-v2__modal-feedback--information .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--information .em-ds-icon svg:not([fill]) {
|
|
8216
|
-
fill: #
|
|
8216
|
+
fill: #006aa9; }
|
|
8217
8217
|
.em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg:not([fill]) {
|
|
8218
|
-
fill: #
|
|
8218
|
+
fill: #fbb431; }
|
|
8219
8219
|
.em-ds-modal-v2__modal-feedback--error .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--error .em-ds-icon svg:not([fill]) {
|
|
8220
|
-
fill: #
|
|
8220
|
+
fill: #c64252; }
|
|
8221
8221
|
.em-ds-modal-v2__modal-feedback--success .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--success .em-ds-icon svg:not([fill]) {
|
|
8222
|
-
fill: #
|
|
8222
|
+
fill: #207e56; }
|
|
8223
8223
|
|
|
8224
8224
|
.em-ds-modal-v2-type-information,
|
|
8225
8225
|
.em-ds-modal-v2-type-decision {
|
|
@@ -8229,7 +8229,7 @@ body.ReactModal__Body--open {
|
|
|
8229
8229
|
font-size: 1.3846rem;
|
|
8230
8230
|
line-height: 1.2;
|
|
8231
8231
|
font-weight: 400;
|
|
8232
|
-
color: #
|
|
8232
|
+
color: #353c46;
|
|
8233
8233
|
word-break: break-word;
|
|
8234
8234
|
padding-bottom: 1.23077rem;
|
|
8235
8235
|
padding-right: 1.23077rem;
|
|
@@ -8247,7 +8247,7 @@ body.ReactModal__Body--open {
|
|
|
8247
8247
|
overflow-y: auto;
|
|
8248
8248
|
max-height: calc(80vh - 133px);
|
|
8249
8249
|
font-size: 0.923rem;
|
|
8250
|
-
color: #
|
|
8250
|
+
color: #353c46;
|
|
8251
8251
|
font-size: 1rem;
|
|
8252
8252
|
line-height: normal;
|
|
8253
8253
|
font-weight: 400; }
|
|
@@ -8273,7 +8273,7 @@ body.ReactModal__Body--open {
|
|
|
8273
8273
|
display: flex;
|
|
8274
8274
|
align-items: center;
|
|
8275
8275
|
justify-content: flex-end;
|
|
8276
|
-
border-top: solid 1px #
|
|
8276
|
+
border-top: solid 1px #ebedf0;
|
|
8277
8277
|
padding: 1.23077rem;
|
|
8278
8278
|
flex: 0 0 auto; }
|
|
8279
8279
|
.em-ds-modal-v2__modal-footer-actions {
|
|
@@ -8330,7 +8330,7 @@ body.ReactModal__Body--open {
|
|
|
8330
8330
|
|
|
8331
8331
|
.em-ds-modal-slide__content {
|
|
8332
8332
|
height: calc(var(--height, 100%) * 1px);
|
|
8333
|
-
background: #
|
|
8333
|
+
background: #ffffff;
|
|
8334
8334
|
-ms-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
8335
8335
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
8336
8336
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
@@ -8340,8 +8340,8 @@ body.ReactModal__Body--open {
|
|
|
8340
8340
|
flex-direction: column;
|
|
8341
8341
|
display: flex;
|
|
8342
8342
|
overflow-y: auto;
|
|
8343
|
-
border: 1px solid #
|
|
8344
|
-
border-left: 2px solid #
|
|
8343
|
+
border: 1px solid #b0b9c8;
|
|
8344
|
+
border-left: 2px solid #b0b9c8;
|
|
8345
8345
|
animation: contentAnimationIn calc(var(--fade-in, 500) * 0.5ms) linear; }
|
|
8346
8346
|
.em-ds-modal-slide__content--disappearing {
|
|
8347
8347
|
animation: contentAnimationOut calc(var(--fade-out, 500) * 1ms) linear; }
|
|
@@ -8383,7 +8383,7 @@ body.ReactModal__Body--open {
|
|
|
8383
8383
|
justify-content: center; }
|
|
8384
8384
|
.em-ds-modal-slide__header .em-ds-modal-slide__title {
|
|
8385
8385
|
font-size: 1.3846rem;
|
|
8386
|
-
color: #
|
|
8386
|
+
color: #353c46; }
|
|
8387
8387
|
|
|
8388
8388
|
.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-wrapper {
|
|
8389
8389
|
flex: 1;
|
|
@@ -8409,12 +8409,12 @@ body.ReactModal__Body--open {
|
|
|
8409
8409
|
left: 0; }
|
|
8410
8410
|
|
|
8411
8411
|
.em-ds-menu-s {
|
|
8412
|
-
border: 1px solid #
|
|
8412
|
+
border: 1px solid #cbcfd7;
|
|
8413
8413
|
margin: 0;
|
|
8414
8414
|
display: inline-block;
|
|
8415
8415
|
padding: 0.61538rem 0;
|
|
8416
|
-
background: #
|
|
8417
|
-
color: #
|
|
8416
|
+
background: #ffffff;
|
|
8417
|
+
color: #25292f;
|
|
8418
8418
|
list-style: none;
|
|
8419
8419
|
width: 100%;
|
|
8420
8420
|
min-width: 9.84615rem;
|
|
@@ -8439,7 +8439,7 @@ body.ReactModal__Body--open {
|
|
|
8439
8439
|
display: block;
|
|
8440
8440
|
height: 1px;
|
|
8441
8441
|
width: 100%;
|
|
8442
|
-
background-color: #
|
|
8442
|
+
background-color: #e0e3e8; }
|
|
8443
8443
|
|
|
8444
8444
|
.em-ds-menu-items {
|
|
8445
8445
|
display: flex;
|
|
@@ -8463,11 +8463,11 @@ body.ReactModal__Body--open {
|
|
|
8463
8463
|
height: 16px;
|
|
8464
8464
|
width: 16px; }
|
|
8465
8465
|
.em-ds-menu-items:hover, .em-ds-menu-items--active {
|
|
8466
|
-
background-color: #
|
|
8466
|
+
background-color: #ebf6ff; }
|
|
8467
8467
|
.em-ds-menu-items .menu-item-icon {
|
|
8468
8468
|
height: 16px;
|
|
8469
8469
|
width: 16px;
|
|
8470
|
-
fill: #
|
|
8470
|
+
fill: #464f5c;
|
|
8471
8471
|
margin-right: 0.92308rem; }
|
|
8472
8472
|
.em-ds-menu-items .menu-item-icon svg {
|
|
8473
8473
|
height: 16px;
|
|
@@ -8491,14 +8491,14 @@ body.ReactModal__Body--open {
|
|
|
8491
8491
|
flex: 1; }
|
|
8492
8492
|
.em-ds-menu-items--selected {
|
|
8493
8493
|
background: #1e79c2;
|
|
8494
|
-
color: #
|
|
8494
|
+
color: #ffffff; }
|
|
8495
8495
|
.em-ds-menu-items--selected svg, .em-ds-menu-items--selected svg:not([fill]) {
|
|
8496
|
-
fill: #
|
|
8496
|
+
fill: #ffffff; }
|
|
8497
8497
|
.em-ds-menu-items:active {
|
|
8498
8498
|
background-color: #1e79c2;
|
|
8499
|
-
color: #
|
|
8499
|
+
color: #ffffff; }
|
|
8500
8500
|
.em-ds-menu-items:active svg, .em-ds-menu-items:active svg:not([fill]) {
|
|
8501
|
-
fill: #
|
|
8501
|
+
fill: #ffffff; }
|
|
8502
8502
|
|
|
8503
8503
|
.em-ds-menu-select__icon {
|
|
8504
8504
|
padding: 0 0.30769rem 0 0.30769rem; }
|
|
@@ -8517,14 +8517,14 @@ body.ReactModal__Body--open {
|
|
|
8517
8517
|
position: relative;
|
|
8518
8518
|
display: flex;
|
|
8519
8519
|
flex-direction: column;
|
|
8520
|
-
background: #
|
|
8520
|
+
background: #ffffff;
|
|
8521
8521
|
width: 100%;
|
|
8522
8522
|
height: 100%; }
|
|
8523
8523
|
.em-ds-filter-bar + .em-ds-data-grid {
|
|
8524
8524
|
height: calc(100% - 44px); }
|
|
8525
8525
|
.em-ds-data-grid .em-ds-data-grid-header {
|
|
8526
8526
|
overflow: hidden;
|
|
8527
|
-
border-bottom: 0.07692rem solid #
|
|
8527
|
+
border-bottom: 0.07692rem solid #cbcfd7; }
|
|
8528
8528
|
.em-ds-data-grid .em-ds-data-grid-header__row {
|
|
8529
8529
|
margin-left: 3px;
|
|
8530
8530
|
display: flex; }
|
|
@@ -8563,16 +8563,16 @@ _:-ms-fullscreen,
|
|
|
8563
8563
|
line-height: normal;
|
|
8564
8564
|
font-weight: 600;
|
|
8565
8565
|
text-transform: uppercase;
|
|
8566
|
-
background-color: #
|
|
8566
|
+
background-color: #ffffff;
|
|
8567
8567
|
flex: 1 1 0%;
|
|
8568
8568
|
display: flex;
|
|
8569
8569
|
align-items: center;
|
|
8570
8570
|
font-size: 0.923rem;
|
|
8571
8571
|
text-align: left;
|
|
8572
|
-
border-right: 0.07692rem solid #
|
|
8572
|
+
border-right: 0.07692rem solid #ebedf0;
|
|
8573
8573
|
box-sizing: border-box;
|
|
8574
8574
|
padding: 0 0.61538rem;
|
|
8575
|
-
color: #
|
|
8575
|
+
color: #353c46;
|
|
8576
8576
|
min-height: 1.84615rem;
|
|
8577
8577
|
height: auto; }
|
|
8578
8578
|
.em-ds-data-grid-header__cell.em-ds-data-grid-header__cell--wrapText {
|
|
@@ -8639,10 +8639,10 @@ _:-ms-fullscreen,
|
|
|
8639
8639
|
display: none !important; }
|
|
8640
8640
|
|
|
8641
8641
|
.em-ds-data-grid-body__row {
|
|
8642
|
-
color: #
|
|
8642
|
+
color: #353c46;
|
|
8643
8643
|
display: flex;
|
|
8644
8644
|
position: relative;
|
|
8645
|
-
background-color: #
|
|
8645
|
+
background-color: #ffffff;
|
|
8646
8646
|
margin-left: 2px;
|
|
8647
8647
|
margin-right: 0.30769rem;
|
|
8648
8648
|
width: 100%;
|
|
@@ -8653,7 +8653,7 @@ _:-ms-fullscreen,
|
|
|
8653
8653
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8654
8654
|
z-index: 1; }
|
|
8655
8655
|
.em-ds-data-grid-body__row:not(:last-child) {
|
|
8656
|
-
border-bottom: 0.07692rem solid #
|
|
8656
|
+
border-bottom: 0.07692rem solid #ebedf0; }
|
|
8657
8657
|
.em-ds-data-grid-body__row:last-child {
|
|
8658
8658
|
margin-bottom: 0.61538rem; }
|
|
8659
8659
|
.em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded="true"] {
|
|
@@ -8757,7 +8757,7 @@ _:-ms-fullscreen,
|
|
|
8757
8757
|
user-select: none; }
|
|
8758
8758
|
|
|
8759
8759
|
.em-ds-data-grid .em-ds-data-grid-body__row.select-highlight {
|
|
8760
|
-
background-color: #
|
|
8760
|
+
background-color: #f6fbff; }
|
|
8761
8761
|
|
|
8762
8762
|
.em-ds-data-grid-body__row .em-ds-form-element-radio,
|
|
8763
8763
|
.em-ds-data-grid-body__row .em-ds-form-element-checkbox,
|
|
@@ -8783,8 +8783,8 @@ _:-ms-fullscreen,
|
|
|
8783
8783
|
|
|
8784
8784
|
.em-ds-data-grid .toolbar-trigger {
|
|
8785
8785
|
order: 3;
|
|
8786
|
-
border-left: 1px solid #
|
|
8787
|
-
border-right: 1px solid #
|
|
8786
|
+
border-left: 1px solid #e0e3e8;
|
|
8787
|
+
border-right: 1px solid #e0e3e8;
|
|
8788
8788
|
background-color: white; }
|
|
8789
8789
|
.em-ds-data-grid .toolbar-trigger span {
|
|
8790
8790
|
fill: #697489; }
|
|
@@ -8902,7 +8902,7 @@ _:-ms-fullscreen,
|
|
|
8902
8902
|
position: relative;
|
|
8903
8903
|
right: -8px;
|
|
8904
8904
|
margin-bottom: -1px;
|
|
8905
|
-
border-right: 1px solid #
|
|
8905
|
+
border-right: 1px solid #e0e3e8; }
|
|
8906
8906
|
|
|
8907
8907
|
.em-ds-data-grid-sort-header {
|
|
8908
8908
|
cursor: pointer;
|
|
@@ -8944,7 +8944,7 @@ _:-ms-fullscreen,
|
|
|
8944
8944
|
justify-content: flex-end;
|
|
8945
8945
|
align-items: center; }
|
|
8946
8946
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .button-disabled span {
|
|
8947
|
-
color: #
|
|
8947
|
+
color: #8c93a6;
|
|
8948
8948
|
cursor: not-allowed;
|
|
8949
8949
|
pointer-events: none; }
|
|
8950
8950
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span {
|
|
@@ -8952,8 +8952,8 @@ _:-ms-fullscreen,
|
|
|
8952
8952
|
line-height: normal;
|
|
8953
8953
|
font-weight: 600;
|
|
8954
8954
|
color: #1e79c2;
|
|
8955
|
-
background-color: #
|
|
8956
|
-
border: solid 1px #
|
|
8955
|
+
background-color: #ffffff;
|
|
8956
|
+
border: solid 1px #8c93a6;
|
|
8957
8957
|
display: inline-flex;
|
|
8958
8958
|
box-sizing: border-box;
|
|
8959
8959
|
padding: 0.30769rem 0.61538rem;
|
|
@@ -8965,22 +8965,22 @@ _:-ms-fullscreen,
|
|
|
8965
8965
|
margin-right: 0.30769rem;
|
|
8966
8966
|
cursor: pointer; }
|
|
8967
8967
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:hover:not([disabled]) {
|
|
8968
|
-
border: solid 1px #
|
|
8968
|
+
border: solid 1px #1394e5; }
|
|
8969
8969
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:active {
|
|
8970
|
-
color: #
|
|
8971
|
-
border: solid 1px #
|
|
8970
|
+
color: #006aa9;
|
|
8971
|
+
border: solid 1px #006aa9; }
|
|
8972
8972
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:first-child {
|
|
8973
8973
|
margin-right: 0.36923rem; }
|
|
8974
8974
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:last-child {
|
|
8975
8975
|
margin-left: 0.36923rem; }
|
|
8976
8976
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span {
|
|
8977
|
-
color: #
|
|
8977
|
+
color: #ffffff;
|
|
8978
8978
|
background-color: #1e79c2;
|
|
8979
|
-
border: solid 1px #
|
|
8979
|
+
border: solid 1px #006aa9; }
|
|
8980
8980
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:hover:not([disabled]) {
|
|
8981
|
-
background-color: #
|
|
8981
|
+
background-color: #1394e5; }
|
|
8982
8982
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:active {
|
|
8983
|
-
background-color: #
|
|
8983
|
+
background-color: #006aa9; }
|
|
8984
8984
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .ellipsis {
|
|
8985
8985
|
margin-right: 0.61538rem; }
|
|
8986
8986
|
|
|
@@ -9079,7 +9079,7 @@ _:-ms-fullscreen,
|
|
|
9079
9079
|
font-size: 1rem;
|
|
9080
9080
|
line-height: normal;
|
|
9081
9081
|
font-weight: 600;
|
|
9082
|
-
color: #
|
|
9082
|
+
color: #353c46; }
|
|
9083
9083
|
.em-ds-data-grid-expandable-column__description {
|
|
9084
9084
|
font-size: 0.8461rem;
|
|
9085
9085
|
line-height: normal;
|
|
@@ -9140,9 +9140,9 @@ _:-ms-fullscreen,
|
|
|
9140
9140
|
min-height: 0; }
|
|
9141
9141
|
|
|
9142
9142
|
.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) {
|
|
9143
|
-
background-color: #
|
|
9143
|
+
background-color: #f6f7f9; }
|
|
9144
9144
|
.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) > .em-ds-data-grid-body__cell {
|
|
9145
|
-
background-color: #
|
|
9145
|
+
background-color: #f6f7f9; }
|
|
9146
9146
|
|
|
9147
9147
|
_:-ms-fullscreen,
|
|
9148
9148
|
:root .em-ds-data-grid-body.expandable .em-ds-data-grid-expanded-row-details-wrapper--ie-flex-basis-auto {
|
|
@@ -9175,24 +9175,24 @@ _:-ms-fullscreen,
|
|
|
9175
9175
|
padding: 0; }
|
|
9176
9176
|
|
|
9177
9177
|
.icc-success {
|
|
9178
|
-
color: #
|
|
9178
|
+
color: #207e56; }
|
|
9179
9179
|
|
|
9180
9180
|
.icc-danger {
|
|
9181
|
-
color: #
|
|
9181
|
+
color: #c64252; }
|
|
9182
9182
|
|
|
9183
9183
|
.icc-warning {
|
|
9184
|
-
color: #
|
|
9184
|
+
color: #d17a00; }
|
|
9185
9185
|
|
|
9186
9186
|
.icc-info {
|
|
9187
9187
|
color: #1e79c2; }
|
|
9188
9188
|
|
|
9189
9189
|
.em-ds-data-grid-group-row-header {
|
|
9190
9190
|
min-height: 24px;
|
|
9191
|
-
background-color: #
|
|
9191
|
+
background-color: #ebf6ff;
|
|
9192
9192
|
display: flex;
|
|
9193
9193
|
align-items: center;
|
|
9194
9194
|
padding: 0 0.61538rem;
|
|
9195
|
-
border-top: solid 1px #
|
|
9195
|
+
border-top: solid 1px #1394e5; }
|
|
9196
9196
|
.em-ds-data-grid-group-row-header__title {
|
|
9197
9197
|
font-weight: 600;
|
|
9198
9198
|
font-size: 12px; }
|
|
@@ -9201,11 +9201,11 @@ body > .em-ds-tree-item {
|
|
|
9201
9201
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
|
|
9202
9202
|
|
|
9203
9203
|
.em-ds-tree-item {
|
|
9204
|
-
color: #
|
|
9204
|
+
color: #25292f;
|
|
9205
9205
|
display: flex;
|
|
9206
9206
|
align-items: center;
|
|
9207
9207
|
position: relative;
|
|
9208
|
-
background-color: #
|
|
9208
|
+
background-color: #ffffff;
|
|
9209
9209
|
padding: 0 0.30769rem;
|
|
9210
9210
|
min-height: 36px; }
|
|
9211
9211
|
.em-ds-tree-item--fixed-height {
|
|
@@ -9234,15 +9234,15 @@ body > .em-ds-tree-item {
|
|
|
9234
9234
|
.em-ds-tree-item--invalid-drop-before {
|
|
9235
9235
|
border-top-width: 2px;
|
|
9236
9236
|
border-top-style: solid;
|
|
9237
|
-
border-top-color: #
|
|
9237
|
+
border-top-color: #c64252; }
|
|
9238
9238
|
.em-ds-tree-item--invalid-drop-in {
|
|
9239
9239
|
border-width: 2px;
|
|
9240
9240
|
border-style: solid;
|
|
9241
|
-
border-color: #
|
|
9241
|
+
border-color: #c64252; }
|
|
9242
9242
|
.em-ds-tree-item--invalid-drop-after {
|
|
9243
9243
|
border-bottom-width: 2px;
|
|
9244
9244
|
border-bottom-style: solid;
|
|
9245
|
-
border-bottom-color: #
|
|
9245
|
+
border-bottom-color: #c64252; }
|
|
9246
9246
|
.em-ds-tree-item .em-ds-tree-item__value {
|
|
9247
9247
|
min-width: 0;
|
|
9248
9248
|
width: 100%;
|
|
@@ -9261,7 +9261,7 @@ body > .em-ds-tree-item {
|
|
|
9261
9261
|
.em-ds-tree-item__addons .em-ds-icon {
|
|
9262
9262
|
fill: #005181; }
|
|
9263
9263
|
.em-ds-tree-item.selected {
|
|
9264
|
-
background-color: #
|
|
9264
|
+
background-color: #ebf6ff; }
|
|
9265
9265
|
.em-ds-tree-item .drag-handle {
|
|
9266
9266
|
transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
9267
9267
|
align-items: center;
|
|
@@ -9294,11 +9294,11 @@ body > .em-ds-tree-item {
|
|
|
9294
9294
|
.em-ds-tree-item .tree-item-radio {
|
|
9295
9295
|
padding-bottom: 0; }
|
|
9296
9296
|
.em-ds-tree-item.hover {
|
|
9297
|
-
background-color: #
|
|
9297
|
+
background-color: #ebedf0; }
|
|
9298
9298
|
.em-ds-tree-item.hover .drag-handle {
|
|
9299
9299
|
fill: #005181; }
|
|
9300
9300
|
.em-ds-tree-item.hover.selected {
|
|
9301
|
-
background-color: #
|
|
9301
|
+
background-color: #ebf6ff; }
|
|
9302
9302
|
.em-ds-tree-item:focus {
|
|
9303
9303
|
outline: none;
|
|
9304
9304
|
box-shadow: unset;
|
|
@@ -9342,14 +9342,14 @@ body > .em-ds-tree-item {
|
|
|
9342
9342
|
|
|
9343
9343
|
.tree-text-highlight {
|
|
9344
9344
|
font-weight: bold;
|
|
9345
|
-
background-color: #
|
|
9345
|
+
background-color: #fbb431; }
|
|
9346
9346
|
|
|
9347
9347
|
.em-ds-query-builder-row {
|
|
9348
9348
|
display: grid;
|
|
9349
9349
|
height: 2.46154rem;
|
|
9350
9350
|
width: 100%; }
|
|
9351
9351
|
.em-ds-query-builder-row.has-open-tooltip, .em-ds-query-builder-row:hover {
|
|
9352
|
-
background: #
|
|
9352
|
+
background: #ffffff; }
|
|
9353
9353
|
.em-ds-query-builder-row.has-open-tooltip::after {
|
|
9354
9354
|
content: '';
|
|
9355
9355
|
display: block;
|
|
@@ -9391,7 +9391,7 @@ body > .em-ds-tree-item {
|
|
|
9391
9391
|
display: block;
|
|
9392
9392
|
content: '';
|
|
9393
9393
|
position: absolute;
|
|
9394
|
-
border: solid 1px #
|
|
9394
|
+
border: solid 1px #c64252;
|
|
9395
9395
|
height: 100%;
|
|
9396
9396
|
width: 100%;
|
|
9397
9397
|
top: 0;
|
|
@@ -9414,7 +9414,7 @@ body > .em-ds-tree-item {
|
|
|
9414
9414
|
-ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9415
9415
|
-o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9416
9416
|
box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9417
|
-
background: #
|
|
9417
|
+
background: #ffffff; }
|
|
9418
9418
|
.em-ds-query-builder-row__input-controller {
|
|
9419
9419
|
width: 100%;
|
|
9420
9420
|
height: 2.46154rem; }
|
|
@@ -9455,15 +9455,15 @@ body > .em-ds-tree-item {
|
|
|
9455
9455
|
border-radius: 0; }
|
|
9456
9456
|
|
|
9457
9457
|
.em-ds-query-builder-row-input {
|
|
9458
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9458
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9459
9459
|
.em-ds-query-builder-row-input.child-type-value {
|
|
9460
9460
|
border: none; }
|
|
9461
9461
|
|
|
9462
9462
|
.em-ds-query-builder-row__drag-controller {
|
|
9463
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9463
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9464
9464
|
|
|
9465
9465
|
.em-ds-query-builder-row-controller {
|
|
9466
|
-
border-left: solid calc(0.30769rem * 0.5) #
|
|
9466
|
+
border-left: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9467
9467
|
|
|
9468
9468
|
.em-ds-query-builder-condition-controller {
|
|
9469
9469
|
position: relative; }
|
|
@@ -9471,7 +9471,7 @@ body > .em-ds-tree-item {
|
|
|
9471
9471
|
fill: #005181; }
|
|
9472
9472
|
|
|
9473
9473
|
.em-ds-query-builder-condition-controller-actions {
|
|
9474
|
-
background: #
|
|
9474
|
+
background: #ffffff;
|
|
9475
9475
|
display: flex;
|
|
9476
9476
|
flex-direction: row;
|
|
9477
9477
|
height: 2.46154rem; }
|
|
@@ -9482,7 +9482,7 @@ body > .em-ds-tree-item {
|
|
|
9482
9482
|
margin: 0;
|
|
9483
9483
|
height: 2.46154rem;
|
|
9484
9484
|
width: 2.46154rem;
|
|
9485
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9485
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0;
|
|
9486
9486
|
padding: 0.30769rem 0.61538rem; }
|
|
9487
9487
|
.em-ds-query-builder-condition-controller-actions .em-ds-icon-button.no-border-right {
|
|
9488
9488
|
border-right: none; }
|
|
@@ -9495,7 +9495,7 @@ body > .em-ds-tree-item {
|
|
|
9495
9495
|
.em-ds-query-builder-condition-controller__add-rule,
|
|
9496
9496
|
.em-ds-query-builder-condition-controller__remove-rule {
|
|
9497
9497
|
height: 2.46154rem;
|
|
9498
|
-
border-right: solid 0.07692rem #
|
|
9498
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9499
9499
|
.em-ds-query-builder-condition-controller__add-rule-container .em-ds-icon,
|
|
9500
9500
|
.em-ds-query-builder-condition-controller__add-rule .em-ds-icon,
|
|
9501
9501
|
.em-ds-query-builder-condition-controller__remove-rule .em-ds-icon {
|
|
@@ -9523,10 +9523,10 @@ body > .em-ds-tree-item {
|
|
|
9523
9523
|
opacity: 1; }
|
|
9524
9524
|
|
|
9525
9525
|
.em-ds-query-builder-and-or-controller--default {
|
|
9526
|
-
background: #
|
|
9526
|
+
background: #fbb431; }
|
|
9527
9527
|
|
|
9528
9528
|
.em-ds-query-builder-and-or-controller--active {
|
|
9529
|
-
background: #
|
|
9529
|
+
background: #a3d6ff; }
|
|
9530
9530
|
|
|
9531
9531
|
.em-ds-query-builder-and-or-controller-content {
|
|
9532
9532
|
position: relative;
|
|
@@ -9560,7 +9560,7 @@ body > .em-ds-tree-item {
|
|
|
9560
9560
|
opacity: 1; }
|
|
9561
9561
|
|
|
9562
9562
|
.em-ds-query-builder-and-or-controller-actions {
|
|
9563
|
-
background: #
|
|
9563
|
+
background: #ffffff;
|
|
9564
9564
|
display: flex;
|
|
9565
9565
|
flex-direction: row;
|
|
9566
9566
|
align-items: center;
|
|
@@ -9571,17 +9571,17 @@ body > .em-ds-tree-item {
|
|
|
9571
9571
|
margin: 0;
|
|
9572
9572
|
height: 2.46154rem;
|
|
9573
9573
|
width: 2.46154rem;
|
|
9574
|
-
border-right: solid 0.07692rem #
|
|
9574
|
+
border-right: solid 0.07692rem #f6f7f9;
|
|
9575
9575
|
padding: 0.30769rem 0.61538rem; }
|
|
9576
9576
|
.em-ds-query-builder-and-or-controller-actions .em-ds-form-element-toggle {
|
|
9577
9577
|
margin: 0 0.61538rem;
|
|
9578
|
-
border-right: solid 0.07692rem #
|
|
9578
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9579
9579
|
.em-ds-query-builder-and-or-controller-actions .em-ds-icon {
|
|
9580
9580
|
fill: #005181; }
|
|
9581
9581
|
|
|
9582
9582
|
.em-ds-query-builder-and-or-controller__add-rule-container {
|
|
9583
9583
|
height: 2.46154rem;
|
|
9584
|
-
border-right: solid 0.07692rem #
|
|
9584
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9585
9585
|
.em-ds-query-builder-and-or-controller__add-rule-container .em-ds-icon--s {
|
|
9586
9586
|
height: calc(1.23077rem * 0.8);
|
|
9587
9587
|
width: calc(1.23077rem * 0.8); }
|
|
@@ -9592,7 +9592,7 @@ body > .em-ds-tree-item {
|
|
|
9592
9592
|
text-align: center; }
|
|
9593
9593
|
.em-ds-query-builder-and-or-controller__condition-display > .separator {
|
|
9594
9594
|
margin: 0.30769rem auto;
|
|
9595
|
-
background: #
|
|
9595
|
+
background: #e0e3e8;
|
|
9596
9596
|
height: 1px;
|
|
9597
9597
|
width: 50%; }
|
|
9598
9598
|
|
|
@@ -9601,7 +9601,7 @@ body > .em-ds-tree-item {
|
|
|
9601
9601
|
display: inline-block; }
|
|
9602
9602
|
|
|
9603
9603
|
.em-ds-query-builder-and-or-controller__condition-separator {
|
|
9604
|
-
border-bottom: solid calc(0.30769rem * 0.25) #
|
|
9604
|
+
border-bottom: solid calc(0.30769rem * 0.25) #353c46;
|
|
9605
9605
|
margin: 0.30769rem;
|
|
9606
9606
|
width: 50%; }
|
|
9607
9607
|
|
|
@@ -9622,7 +9622,7 @@ body > .em-ds-tree-item {
|
|
|
9622
9622
|
bottom: 0.30769rem; }
|
|
9623
9623
|
.em-ds-query-builder-drag-group .separator {
|
|
9624
9624
|
margin: 0.30769rem 0;
|
|
9625
|
-
background: #
|
|
9625
|
+
background: #e0e3e8;
|
|
9626
9626
|
height: 1px;
|
|
9627
9627
|
width: 80%; }
|
|
9628
9628
|
|
|
@@ -9659,10 +9659,10 @@ body > .em-ds-tree-item {
|
|
|
9659
9659
|
margin-bottom: 0; }
|
|
9660
9660
|
|
|
9661
9661
|
.nestable-item > .nestable-list.nestable-child-count-single .is-or-filter .nestable-item-name--filter {
|
|
9662
|
-
background: #
|
|
9662
|
+
background: #fbb431; }
|
|
9663
9663
|
|
|
9664
9664
|
.nestable-item > .nestable-list.nestable-child-count-single .is-and-filter .nestable-item-name--filter {
|
|
9665
|
-
background: #
|
|
9665
|
+
background: #a3d6ff; }
|
|
9666
9666
|
|
|
9667
9667
|
.nestable-item > .nestable-list.nestable-child-count-single .nestable-item-name--filter {
|
|
9668
9668
|
padding: 1px;
|
|
@@ -9672,10 +9672,10 @@ body > .em-ds-tree-item {
|
|
|
9672
9672
|
box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5); }
|
|
9673
9673
|
|
|
9674
9674
|
.nested-main-group > .nestable > .nestable-child-count-single .is-or-filter .nestable-item-name--filter {
|
|
9675
|
-
background: #
|
|
9675
|
+
background: #fbb431; }
|
|
9676
9676
|
|
|
9677
9677
|
.nested-main-group > .nestable > .nestable-child-count-single .is-and-filter .nestable-item-name--filter {
|
|
9678
|
-
background: #
|
|
9678
|
+
background: #a3d6ff; }
|
|
9679
9679
|
|
|
9680
9680
|
.nested-main-group > .nestable > .nestable-child-count-single .nestable-item-name--filter {
|
|
9681
9681
|
padding: 1px;
|
|
@@ -9726,11 +9726,11 @@ body > .em-ds-tree-item {
|
|
|
9726
9726
|
left: 0;
|
|
9727
9727
|
right: 0;
|
|
9728
9728
|
bottom: 0;
|
|
9729
|
-
background: #
|
|
9729
|
+
background: #a3d6ff; }
|
|
9730
9730
|
|
|
9731
9731
|
.nestable-item-type-group.is-or-group .nestable-item.is-dragging:before,
|
|
9732
9732
|
.nested-main-group.is-or-group .nestable-item.is-dragging:before {
|
|
9733
|
-
background: #
|
|
9733
|
+
background: #fbb431; }
|
|
9734
9734
|
|
|
9735
9735
|
.nestable-item-icon {
|
|
9736
9736
|
margin-right: 5px;
|
|
@@ -9761,27 +9761,27 @@ body > .em-ds-tree-item {
|
|
|
9761
9761
|
top: 40%;
|
|
9762
9762
|
height: 0.30769rem;
|
|
9763
9763
|
width: 0.61538rem;
|
|
9764
|
-
background: #
|
|
9764
|
+
background: #a3d6ff;
|
|
9765
9765
|
z-index: -1; }
|
|
9766
9766
|
|
|
9767
9767
|
.nestable-item-type-group.is-or-group .nestable-item-type-group:after,
|
|
9768
9768
|
.nested-main-group.is-or-group .nestable-item-type-group:after {
|
|
9769
|
-
background: #
|
|
9769
|
+
background: #fbb431; }
|
|
9770
9770
|
|
|
9771
9771
|
.nestable-item-type-group.is-and-group .nestable-item-type-group:after,
|
|
9772
9772
|
.nested-main-group.is-and-group .nestable-item-type-group:after {
|
|
9773
|
-
background: #
|
|
9773
|
+
background: #a3d6ff; }
|
|
9774
9774
|
|
|
9775
9775
|
.nestable-list.nestable-child-count-multiple > .nestable-item-name--filter {
|
|
9776
9776
|
padding-bottom: 0; }
|
|
9777
9777
|
|
|
9778
9778
|
.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-or-filter {
|
|
9779
|
-
background: #
|
|
9779
|
+
background: #fbb431;
|
|
9780
9780
|
padding: calc(0.30769rem * 0.5);
|
|
9781
9781
|
padding-bottom: 0.30769rem; }
|
|
9782
9782
|
|
|
9783
9783
|
.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-and-filter {
|
|
9784
|
-
background: #
|
|
9784
|
+
background: #a3d6ff;
|
|
9785
9785
|
padding: calc(0.30769rem * 0.5);
|
|
9786
9786
|
padding-bottom: 0.30769rem; }
|
|
9787
9787
|
|
|
@@ -9802,7 +9802,7 @@ body > .em-ds-tree-item {
|
|
|
9802
9802
|
.em-ds-query-builder-output .em-ds-accordion-item:last-child {
|
|
9803
9803
|
border: none; }
|
|
9804
9804
|
.em-ds-query-builder-output .em-ds-accordion-item__title {
|
|
9805
|
-
color: #
|
|
9805
|
+
color: #006aa9; }
|
|
9806
9806
|
.em-ds-query-builder-output .em-ds-accordion-item__title h2 {
|
|
9807
9807
|
font-size: 1rem;
|
|
9808
9808
|
line-height: normal;
|
|
@@ -9828,7 +9828,7 @@ body > .em-ds-tree-item {
|
|
|
9828
9828
|
background: none; }
|
|
9829
9829
|
|
|
9830
9830
|
.em-ds-query-builder-addon-search-field__btn-selector--btn-placeholder {
|
|
9831
|
-
color: #
|
|
9831
|
+
color: #e0e3e8;
|
|
9832
9832
|
font-style: italic; }
|
|
9833
9833
|
|
|
9834
9834
|
.em-ds-query-builder-addon-search-field__dropdown-field-selector {
|
|
@@ -9839,7 +9839,7 @@ body > .em-ds-tree-item {
|
|
|
9839
9839
|
width: 100%; }
|
|
9840
9840
|
|
|
9841
9841
|
.advanced-search-option {
|
|
9842
|
-
border-top: solid 1px #
|
|
9842
|
+
border-top: solid 1px #e0e3e8; }
|
|
9843
9843
|
|
|
9844
9844
|
.modal-search-field .datagrid-tab-content {
|
|
9845
9845
|
height: calc(100vh - 19.69231rem); }
|
|
@@ -9869,7 +9869,7 @@ body > .em-ds-tree-item {
|
|
|
9869
9869
|
|
|
9870
9870
|
.em-ds-date-time-predefined-range-selector hr {
|
|
9871
9871
|
margin: 1.23077rem 0;
|
|
9872
|
-
border: solid 0.03846rem #
|
|
9872
|
+
border: solid 0.03846rem #e0e3e8; }
|
|
9873
9873
|
|
|
9874
9874
|
.em-ds-date-time-predefined-range-selector .SingleDatePickerInput,
|
|
9875
9875
|
.em-ds-date-time-predefined-range-selector .em-ds-input-addon-group,
|
|
@@ -9971,9 +9971,9 @@ body > .em-ds-tree-item {
|
|
|
9971
9971
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button[aria-checked="true"],
|
|
9972
9972
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button[aria-checked="true"],
|
|
9973
9973
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button[aria-checked="true"] {
|
|
9974
|
-
color: #
|
|
9974
|
+
color: #ffffff;
|
|
9975
9975
|
background-color: #1e79c2;
|
|
9976
|
-
border: solid 1px #
|
|
9976
|
+
border: solid 1px #006aa9; }
|
|
9977
9977
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-radio__label-text,
|
|
9978
9978
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-checkbox__label-text,
|
|
9979
9979
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-radio__label-text,
|
|
@@ -9982,7 +9982,7 @@ body > .em-ds-tree-item {
|
|
|
9982
9982
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-checkbox__label-text,
|
|
9983
9983
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-radio__label-text,
|
|
9984
9984
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button[aria-checked="true"] + .em-ds-form-element-checkbox__label-text {
|
|
9985
|
-
color: #
|
|
9985
|
+
color: #ffffff; }
|
|
9986
9986
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button:focus, .em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus,
|
|
9987
9987
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button:focus,
|
|
9988
9988
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus,
|
|
@@ -10011,9 +10011,9 @@ body > .em-ds-tree-item {
|
|
|
10011
10011
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-radio__input:checked + .em-ds-form-element-checkbox__input-button,
|
|
10012
10012
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input:checked + .em-ds-form-element-radio__input-button,
|
|
10013
10013
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input:checked + .em-ds-form-element-checkbox__input-button {
|
|
10014
|
-
color: #
|
|
10014
|
+
color: #ffffff;
|
|
10015
10015
|
background-color: #1e79c2;
|
|
10016
|
-
border: solid 1px #
|
|
10016
|
+
border: solid 1px #006aa9; }
|
|
10017
10017
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button + .em-ds-form-element-radio__label-text,
|
|
10018
10018
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button + .em-ds-form-element-checkbox__label-text,
|
|
10019
10019
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-checkbox__input-button + .em-ds-form-element-radio__label-text,
|
|
@@ -10046,7 +10046,7 @@ body > .em-ds-tree-item {
|
|
|
10046
10046
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input:checked + .em-ds-form-element-radio__input-button + .em-ds-form-element-checkbox__label-text,
|
|
10047
10047
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input:checked + .em-ds-form-element-checkbox__input-button + .em-ds-form-element-radio__label-text,
|
|
10048
10048
|
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input:checked + .em-ds-form-element-checkbox__input-button + .em-ds-form-element-checkbox__label-text {
|
|
10049
|
-
color: #
|
|
10049
|
+
color: #ffffff; }
|
|
10050
10050
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:focus, .em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input.em-ds-button--variant-focus,
|
|
10051
10051
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input:focus,
|
|
10052
10052
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input.em-ds-button--variant-focus,
|
|
@@ -10079,7 +10079,7 @@ body > .em-ds-tree-item {
|
|
|
10079
10079
|
width: 2.95385rem;
|
|
10080
10080
|
height: 2.95385rem;
|
|
10081
10081
|
margin-right: 0.61538rem;
|
|
10082
|
-
background: #
|
|
10082
|
+
background: #e0e3e8;
|
|
10083
10083
|
border: none;
|
|
10084
10084
|
display: inline-flex;
|
|
10085
10085
|
justify-content: center;
|
|
@@ -10181,7 +10181,7 @@ body > .em-ds-tree-item {
|
|
|
10181
10181
|
line-height: 2.46154rem;
|
|
10182
10182
|
padding-left: 0.30769rem;
|
|
10183
10183
|
padding-right: 0.30769rem;
|
|
10184
|
-
color: #
|
|
10184
|
+
color: #cbcfd7; }
|
|
10185
10185
|
|
|
10186
10186
|
.SingleDatePickerInput {
|
|
10187
10187
|
border: none;
|
|
@@ -10260,7 +10260,7 @@ body > .em-ds-tree-item {
|
|
|
10260
10260
|
.em-ds-date-range-picker__header .em-ds-input-addon-group {
|
|
10261
10261
|
width: 100%; }
|
|
10262
10262
|
.em-ds-date-range-picker__header--invalidDate .em-ds-input-addon-group .em-ds-input {
|
|
10263
|
-
border: solid 1px #
|
|
10263
|
+
border: solid 1px #c64252; }
|
|
10264
10264
|
|
|
10265
10265
|
.em-ds-date-switcher__header {
|
|
10266
10266
|
display: flex;
|
|
@@ -10285,7 +10285,7 @@ body > .em-ds-tree-item {
|
|
|
10285
10285
|
.DateInput_input {
|
|
10286
10286
|
border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
|
|
10287
10287
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
10288
|
-
border: solid 1px #
|
|
10288
|
+
border: solid 1px #cbcfd7;
|
|
10289
10289
|
border-right: none;
|
|
10290
10290
|
height: calc(1.84615rem * 1.16666);
|
|
10291
10291
|
padding: 0 0.61538rem;
|
|
@@ -10294,8 +10294,8 @@ body > .em-ds-tree-item {
|
|
|
10294
10294
|
.DateInput_input:focus, .DateInput_input:hover {
|
|
10295
10295
|
border-color: #1e79c2; }
|
|
10296
10296
|
.DateInput_input:active {
|
|
10297
|
-
border-color: #
|
|
10298
|
-
color: #
|
|
10297
|
+
border-color: #006aa9;
|
|
10298
|
+
color: #25292f; }
|
|
10299
10299
|
.DateInput_input::-webkit-input-placeholder {
|
|
10300
10300
|
color: #697489;
|
|
10301
10301
|
font-style: italic; }
|
|
@@ -10310,15 +10310,15 @@ body > .em-ds-tree-item {
|
|
|
10310
10310
|
font-style: italic; }
|
|
10311
10311
|
|
|
10312
10312
|
.DateInput_input__disabled {
|
|
10313
|
-
background: #
|
|
10313
|
+
background: #ffffff;
|
|
10314
10314
|
pointer-events: none;
|
|
10315
|
-
border-color: #
|
|
10315
|
+
border-color: #e0e3e8;
|
|
10316
10316
|
color: #697489;
|
|
10317
10317
|
cursor: not-allowed; }
|
|
10318
10318
|
.DateInput_input__disabled:focus, .DateInput_input__disabled:hover {
|
|
10319
|
-
border-color: #
|
|
10319
|
+
border-color: #e0e3e8; }
|
|
10320
10320
|
.DateInput_input__disabled:active {
|
|
10321
|
-
border-color: #
|
|
10321
|
+
border-color: #e0e3e8; }
|
|
10322
10322
|
|
|
10323
10323
|
.em-ds-datepicker {
|
|
10324
10324
|
z-index: 0; }
|
|
@@ -10335,7 +10335,7 @@ body > .em-ds-tree-item {
|
|
|
10335
10335
|
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
|
|
10336
10336
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth,
|
|
10337
10337
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth {
|
|
10338
|
-
background: #
|
|
10338
|
+
background: #f6f7f9; }
|
|
10339
10339
|
|
|
10340
10340
|
.em-ds-datepicker .CalendarDay__default,
|
|
10341
10341
|
.em-ds-datepicker .CalendarDay__selected,
|
|
@@ -10357,7 +10357,7 @@ body > .em-ds-tree-item {
|
|
|
10357
10357
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected,
|
|
10358
10358
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:active,
|
|
10359
10359
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
|
|
10360
|
-
background: #
|
|
10360
|
+
background: #ffffff;
|
|
10361
10361
|
text-align: center;
|
|
10362
10362
|
border: none; }
|
|
10363
10363
|
.em-ds-datepicker .CalendarDay__default:focus,
|
|
@@ -10392,7 +10392,7 @@ body > .em-ds-tree-item {
|
|
|
10392
10392
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus,
|
|
10393
10393
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
|
|
10394
10394
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
|
|
10395
|
-
background: #
|
|
10395
|
+
background: #ffffff;
|
|
10396
10396
|
border: none; }
|
|
10397
10397
|
.em-ds-datepicker .CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
10398
10398
|
.em-ds-datepicker .CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
@@ -10404,7 +10404,7 @@ body > .em-ds-tree-item {
|
|
|
10404
10404
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
10405
10405
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
10406
10406
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker__day-contents {
|
|
10407
|
-
background: #
|
|
10407
|
+
background: #ffffff;
|
|
10408
10408
|
border: solid 1px #1e79c2;
|
|
10409
10409
|
color: #1e79c2; }
|
|
10410
10410
|
|
|
@@ -10414,7 +10414,7 @@ body > .em-ds-tree-item {
|
|
|
10414
10414
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected,
|
|
10415
10415
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected {
|
|
10416
10416
|
background: #fff;
|
|
10417
|
-
color: #
|
|
10417
|
+
color: #ffffff;
|
|
10418
10418
|
border: none; }
|
|
10419
10419
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents,
|
|
10420
10420
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents,
|
|
@@ -10428,7 +10428,7 @@ body > .em-ds-tree-item {
|
|
|
10428
10428
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents {
|
|
10429
10429
|
background-color: #1e79c2;
|
|
10430
10430
|
border: solid 1px #1e79c2;
|
|
10431
|
-
color: #
|
|
10431
|
+
color: #ffffff; }
|
|
10432
10432
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
10433
10433
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
|
|
10434
10434
|
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
@@ -10439,7 +10439,7 @@ body > .em-ds-tree-item {
|
|
|
10439
10439
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
|
|
10440
10440
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
10441
10441
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover {
|
|
10442
|
-
box-shadow: inset 0 0 0 1px #
|
|
10442
|
+
box-shadow: inset 0 0 0 1px #a3d6ff; }
|
|
10443
10443
|
.em-ds-datepicker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
10444
10444
|
.SingleDatePicker_picker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
10445
10445
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
@@ -10458,14 +10458,14 @@ body > .em-ds-tree-item {
|
|
|
10458
10458
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end .em-ds-datepicker-range__day-contents {
|
|
10459
10459
|
background-color: #1e79c2;
|
|
10460
10460
|
border: solid 1px #1e79c2;
|
|
10461
|
-
color: #
|
|
10461
|
+
color: #ffffff; }
|
|
10462
10462
|
|
|
10463
10463
|
.em-ds-datepicker .CalendarDay__selected:hover,
|
|
10464
10464
|
.SingleDatePicker_picker .CalendarDay__selected:hover,
|
|
10465
10465
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover,
|
|
10466
10466
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
|
|
10467
10467
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
|
|
10468
|
-
color: #
|
|
10468
|
+
color: #ffffff; }
|
|
10469
10469
|
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
10470
10470
|
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10471
10471
|
.SingleDatePicker_picker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
@@ -10477,7 +10477,7 @@ body > .em-ds-tree-item {
|
|
|
10477
10477
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
10478
10478
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents {
|
|
10479
10479
|
background-color: #1e79c2;
|
|
10480
|
-
color: #
|
|
10480
|
+
color: #ffffff; }
|
|
10481
10481
|
|
|
10482
10482
|
.em-ds-datepicker .CalendarDay.CalendarDay__blocked_calendar,
|
|
10483
10483
|
.SingleDatePicker_picker .CalendarDay.CalendarDay__blocked_calendar,
|
|
@@ -10534,7 +10534,7 @@ body > .em-ds-tree-item {
|
|
|
10534
10534
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth_table {
|
|
10535
10535
|
border-collapse: collapse;
|
|
10536
10536
|
border-spacing: 0;
|
|
10537
|
-
background-color: #
|
|
10537
|
+
background-color: #ffffff;
|
|
10538
10538
|
width: calc(2.46154rem * 9.93) !important;
|
|
10539
10539
|
margin-left: calc(1.84615rem * (-0.5));
|
|
10540
10540
|
margin-top: 1.23077rem; }
|
|
@@ -10545,7 +10545,7 @@ body > .em-ds-tree-item {
|
|
|
10545
10545
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader,
|
|
10546
10546
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader {
|
|
10547
10547
|
position: absolute;
|
|
10548
|
-
color: #
|
|
10548
|
+
color: #25292f;
|
|
10549
10549
|
height: 1.84615rem;
|
|
10550
10550
|
top: calc(2.46154rem * 1.55);
|
|
10551
10551
|
z-index: 2;
|
|
@@ -10602,26 +10602,26 @@ body > .em-ds-tree-item {
|
|
|
10602
10602
|
justify-content: center;
|
|
10603
10603
|
width: 2.46154rem;
|
|
10604
10604
|
height: 2.46154rem;
|
|
10605
|
-
color: #
|
|
10605
|
+
color: #25292f;
|
|
10606
10606
|
border-radius: 50%;
|
|
10607
10607
|
position: relative;
|
|
10608
10608
|
z-index: 2;
|
|
10609
10609
|
border: solid 1px transparent; }
|
|
10610
10610
|
|
|
10611
10611
|
.CalendarDay__outside .em-ds-datepicker__day-contents {
|
|
10612
|
-
color: #
|
|
10612
|
+
color: #cbcfd7; }
|
|
10613
10613
|
|
|
10614
10614
|
.CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
10615
10615
|
.CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10616
10616
|
.CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
10617
10617
|
.CalendarDay__default:focus .em-ds-datepicker-range__day-contents {
|
|
10618
|
-
background: #
|
|
10618
|
+
background: #ffffff;
|
|
10619
10619
|
border: solid 1px #1e79c2;
|
|
10620
10620
|
color: #1e79c2; }
|
|
10621
10621
|
|
|
10622
10622
|
.without-selected-date .CalendarDay__today .em-ds-datepicker-range__day-contents {
|
|
10623
10623
|
border: solid 1px #697489;
|
|
10624
|
-
color: #
|
|
10624
|
+
color: #25292f; }
|
|
10625
10625
|
|
|
10626
10626
|
.em-ds-datepicker .DayPickerNavigation,
|
|
10627
10627
|
.SingleDatePicker_picker .DayPickerNavigation,
|
|
@@ -10653,32 +10653,32 @@ body > .em-ds-tree-item {
|
|
|
10653
10653
|
.em-ds-datepicker__picker:hover:not([disabled]) {
|
|
10654
10654
|
border: solid 1px #1e79c2; }
|
|
10655
10655
|
.em-ds-datepicker__picker.disabled {
|
|
10656
|
-
border: solid 1px #
|
|
10656
|
+
border: solid 1px #e0e3e8;
|
|
10657
10657
|
pointer-events: none; }
|
|
10658
10658
|
|
|
10659
10659
|
.em-ds-form-item--error .em-ds-datepicker .em-ds-input {
|
|
10660
10660
|
border-right-color: transparent; }
|
|
10661
10661
|
|
|
10662
10662
|
.em-ds-form-item--error .em-ds-datepicker .em-ds-datepicker-range__picker {
|
|
10663
|
-
border-top-color: #
|
|
10664
|
-
border-right-color: #
|
|
10665
|
-
border-bottom-color: #
|
|
10663
|
+
border-top-color: #c64252;
|
|
10664
|
+
border-right-color: #c64252;
|
|
10665
|
+
border-bottom-color: #c64252; }
|
|
10666
10666
|
|
|
10667
10667
|
.em-ds-date-time-picker__wrapper {
|
|
10668
10668
|
display: flex;
|
|
10669
10669
|
flex-direction: row;
|
|
10670
10670
|
margin-top: 0.61538rem;
|
|
10671
10671
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
10672
|
-
background-color: #
|
|
10672
|
+
background-color: #ffffff; }
|
|
10673
10673
|
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper {
|
|
10674
|
-
background-color: #
|
|
10674
|
+
background-color: #f6f7f9;
|
|
10675
10675
|
display: flex;
|
|
10676
10676
|
flex-direction: column; }
|
|
10677
10677
|
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper .em-ds-time-picker-menu {
|
|
10678
10678
|
border: unset;
|
|
10679
10679
|
box-shadow: unset; }
|
|
10680
10680
|
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller {
|
|
10681
|
-
border-right: 0.07692rem solid #
|
|
10681
|
+
border-right: 0.07692rem solid #cbcfd7; }
|
|
10682
10682
|
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker {
|
|
10683
10683
|
box-shadow: unset; }
|
|
10684
10684
|
|
|
@@ -10692,9 +10692,9 @@ body > .em-ds-tree-item {
|
|
|
10692
10692
|
border-right-color: transparent; }
|
|
10693
10693
|
|
|
10694
10694
|
.em-ds-form-item--error .em-ds-datetimepicker .em-ds-datepicker-range__picker {
|
|
10695
|
-
border-top-color: #
|
|
10696
|
-
border-right-color: #
|
|
10697
|
-
border-bottom-color: #
|
|
10695
|
+
border-top-color: #c64252;
|
|
10696
|
+
border-right-color: #c64252;
|
|
10697
|
+
border-bottom-color: #c64252; }
|
|
10698
10698
|
|
|
10699
10699
|
.em-ds-datepicker-wrapper-input-date-range-picker-controller {
|
|
10700
10700
|
display: flex;
|
|
@@ -10726,12 +10726,12 @@ body > .em-ds-tree-item {
|
|
|
10726
10726
|
.em-ds-datepicker-range .DateInput_input,
|
|
10727
10727
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input,
|
|
10728
10728
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input {
|
|
10729
|
-
border: solid 1px #
|
|
10729
|
+
border: solid 1px #cbcfd7;
|
|
10730
10730
|
border-radius: calc(0.30769rem * 0.5); }
|
|
10731
10731
|
.em-ds-datepicker-range .DateInput_input:disabled,
|
|
10732
10732
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input:disabled,
|
|
10733
10733
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input:disabled {
|
|
10734
|
-
background-color: #
|
|
10734
|
+
background-color: #ffffff; }
|
|
10735
10735
|
|
|
10736
10736
|
.em-ds-datepicker-range .DateRangePickerInput_arrow,
|
|
10737
10737
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput_arrow,
|
|
@@ -10742,14 +10742,14 @@ body > .em-ds-tree-item {
|
|
|
10742
10742
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input__focused,
|
|
10743
10743
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input__focused {
|
|
10744
10744
|
border: solid 1px #1e79c2;
|
|
10745
|
-
box-shadow: #
|
|
10745
|
+
box-shadow: #52a6ec; }
|
|
10746
10746
|
|
|
10747
10747
|
.em-ds-datepicker-range .DateRangePickerInput__disabled,
|
|
10748
10748
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled,
|
|
10749
10749
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled {
|
|
10750
|
-
background: #
|
|
10750
|
+
background: #ffffff;
|
|
10751
10751
|
pointer-events: none;
|
|
10752
|
-
border-color: #
|
|
10752
|
+
border-color: #e0e3e8;
|
|
10753
10753
|
color: #697489;
|
|
10754
10754
|
cursor: not-allowed; }
|
|
10755
10755
|
.em-ds-datepicker-range .DateRangePickerInput__disabled:focus, .em-ds-datepicker-range .DateRangePickerInput__disabled:hover,
|
|
@@ -10757,15 +10757,15 @@ body > .em-ds-tree-item {
|
|
|
10757
10757
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:hover,
|
|
10758
10758
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:focus,
|
|
10759
10759
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:hover {
|
|
10760
|
-
border-color: #
|
|
10760
|
+
border-color: #e0e3e8; }
|
|
10761
10761
|
.em-ds-datepicker-range .DateRangePickerInput__disabled:active,
|
|
10762
10762
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:active,
|
|
10763
10763
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:active {
|
|
10764
|
-
border-color: #
|
|
10764
|
+
border-color: #e0e3e8; }
|
|
10765
10765
|
.em-ds-datepicker-range .DateRangePickerInput__disabled .DateInput_input__focused,
|
|
10766
10766
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled .DateInput_input__focused,
|
|
10767
10767
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled .DateInput_input__focused {
|
|
10768
|
-
border: solid 1px #
|
|
10768
|
+
border: solid 1px #e0e3e8 !important;
|
|
10769
10769
|
box-shadow: none; }
|
|
10770
10770
|
|
|
10771
10771
|
.em-ds-datepicker-range .CalendarDay__default,
|
|
@@ -10774,7 +10774,7 @@ body > .em-ds-tree-item {
|
|
|
10774
10774
|
padding: 0 !important;
|
|
10775
10775
|
position: relative;
|
|
10776
10776
|
border: none;
|
|
10777
|
-
background-color: #
|
|
10777
|
+
background-color: #ffffff;
|
|
10778
10778
|
text-align: center;
|
|
10779
10779
|
transition: all 100ms cubic-bezier(0.18, 0.67, 0.6, 1.22); }
|
|
10780
10780
|
.em-ds-datepicker-range .CalendarDay__default:focus,
|
|
@@ -10788,7 +10788,7 @@ body > .em-ds-tree-item {
|
|
|
10788
10788
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
|
|
10789
10789
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
|
|
10790
10790
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
|
|
10791
|
-
color: #
|
|
10791
|
+
color: #ffffff; }
|
|
10792
10792
|
.em-ds-datepicker-range .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10793
10793
|
.em-ds-datepicker-range .CalendarDay__default:focus .em-ds-datepicker-range__day-contents,
|
|
10794
10794
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
@@ -10796,13 +10796,13 @@ body > .em-ds-tree-item {
|
|
|
10796
10796
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10797
10797
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker-range__day-contents {
|
|
10798
10798
|
border: solid 1px #1e79c2;
|
|
10799
|
-
box-shadow: inset 0 0 0 1px #
|
|
10799
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
10800
10800
|
color: #1e79c2; }
|
|
10801
10801
|
|
|
10802
10802
|
.em-ds-datepicker-range .CalendarDay__selected,
|
|
10803
10803
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected,
|
|
10804
10804
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected {
|
|
10805
|
-
color: #
|
|
10805
|
+
color: #ffffff; }
|
|
10806
10806
|
|
|
10807
10807
|
.em-ds-datepicker-range .CalendarDay__selected:hover,
|
|
10808
10808
|
.em-ds-datepicker-range .CalendarDay__selected:focus,
|
|
@@ -10810,36 +10810,36 @@ body > .em-ds-tree-item {
|
|
|
10810
10810
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus,
|
|
10811
10811
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
|
|
10812
10812
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus {
|
|
10813
|
-
color: #
|
|
10813
|
+
color: #ffffff; }
|
|
10814
10814
|
.em-ds-datepicker-range .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10815
10815
|
.em-ds-datepicker-range .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
|
|
10816
10816
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10817
10817
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
|
|
10818
10818
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10819
10819
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents {
|
|
10820
|
-
color: #
|
|
10820
|
+
color: #ffffff;
|
|
10821
10821
|
background: #1e79c2;
|
|
10822
|
-
box-shadow: inset 0 0 0 1px #
|
|
10822
|
+
box-shadow: inset 0 0 0 1px #a3d6ff; }
|
|
10823
10823
|
|
|
10824
10824
|
.em-ds-datepicker-range .CalendarDay__selected_span,
|
|
10825
10825
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span,
|
|
10826
10826
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span {
|
|
10827
|
-
background: #
|
|
10827
|
+
background: #ebf6ff;
|
|
10828
10828
|
position: relative;
|
|
10829
10829
|
z-index: 3; }
|
|
10830
10830
|
.em-ds-datepicker-range .CalendarDay__selected_span:after,
|
|
10831
10831
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
|
|
10832
10832
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span:after {
|
|
10833
10833
|
content: "";
|
|
10834
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10835
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10834
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10835
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10836
10836
|
position: absolute;
|
|
10837
10837
|
width: 100%;
|
|
10838
10838
|
z-index: 1;
|
|
10839
10839
|
top: 0;
|
|
10840
10840
|
bottom: 0;
|
|
10841
10841
|
left: 0;
|
|
10842
|
-
background: #
|
|
10842
|
+
background: #ebf6ff; }
|
|
10843
10843
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
10844
10844
|
.em-ds-datepicker-range .CalendarDay__selected_span:after,
|
|
10845
10845
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
|
|
@@ -10864,7 +10864,7 @@ body > .em-ds-tree-item {
|
|
|
10864
10864
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:before {
|
|
10865
10865
|
content: "";
|
|
10866
10866
|
position: absolute;
|
|
10867
|
-
background-color: #
|
|
10867
|
+
background-color: #ffffff;
|
|
10868
10868
|
top: 0;
|
|
10869
10869
|
bottom: 0;
|
|
10870
10870
|
z-index: 2; }
|
|
@@ -10876,15 +10876,15 @@ body > .em-ds-tree-item {
|
|
|
10876
10876
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:after,
|
|
10877
10877
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:after {
|
|
10878
10878
|
content: "";
|
|
10879
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10880
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10879
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10880
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10881
10881
|
position: absolute;
|
|
10882
10882
|
width: 100%;
|
|
10883
10883
|
z-index: 1;
|
|
10884
10884
|
top: 0;
|
|
10885
10885
|
bottom: 0;
|
|
10886
10886
|
left: 0;
|
|
10887
|
-
background-color: #
|
|
10887
|
+
background-color: #ebf6ff; }
|
|
10888
10888
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
10889
10889
|
.em-ds-datepicker-range .CalendarDay__selected_start:after,
|
|
10890
10890
|
.em-ds-datepicker-range .CalendarDay__selected_end:after,
|
|
@@ -10898,12 +10898,12 @@ body > .em-ds-tree-item {
|
|
|
10898
10898
|
.em-ds-datepicker-range .em-ds-range-picker__non-selected .CalendarDay__selected_start,
|
|
10899
10899
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__non-selected .CalendarDay__selected_start,
|
|
10900
10900
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__non-selected .CalendarDay__selected_start {
|
|
10901
|
-
background-color: #
|
|
10901
|
+
background-color: #ffffff; }
|
|
10902
10902
|
|
|
10903
10903
|
.em-ds-datepicker-range .CalendarDay__selected_start.CalendarDay__selected_end,
|
|
10904
10904
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start.CalendarDay__selected_end,
|
|
10905
10905
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start.CalendarDay__selected_end {
|
|
10906
|
-
background-color: #
|
|
10906
|
+
background-color: #ffffff; }
|
|
10907
10907
|
|
|
10908
10908
|
.em-ds-datepicker-range .CalendarDay__selected_start:before,
|
|
10909
10909
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:before,
|
|
@@ -10923,7 +10923,7 @@ body > .em-ds-tree-item {
|
|
|
10923
10923
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span,
|
|
10924
10924
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover,
|
|
10925
10925
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span {
|
|
10926
|
-
background: #
|
|
10926
|
+
background: #ebf6ff; }
|
|
10927
10927
|
.em-ds-datepicker-range .CalendarDay__hovered_span:hover:after,
|
|
10928
10928
|
.em-ds-datepicker-range .CalendarDay__hovered_span:after,
|
|
10929
10929
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:hover:after,
|
|
@@ -10931,8 +10931,8 @@ body > .em-ds-tree-item {
|
|
|
10931
10931
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover:after,
|
|
10932
10932
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:after {
|
|
10933
10933
|
content: "";
|
|
10934
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10935
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10934
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10935
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10936
10936
|
position: absolute;
|
|
10937
10937
|
width: 100%;
|
|
10938
10938
|
z-index: 1;
|
|
@@ -10949,7 +10949,7 @@ body > .em-ds-tree-item {
|
|
|
10949
10949
|
top: 0;
|
|
10950
10950
|
bottom: 0;
|
|
10951
10951
|
left: 50%;
|
|
10952
|
-
background: #
|
|
10952
|
+
background: #ffffff;
|
|
10953
10953
|
z-index: 0; }
|
|
10954
10954
|
|
|
10955
10955
|
.em-ds-datepicker-range .DateRangePicker + .em-ds-datepicker__picker,
|
|
@@ -10960,7 +10960,7 @@ body > .em-ds-tree-item {
|
|
|
10960
10960
|
.em-ds-datepicker-range .CalendarMonth,
|
|
10961
10961
|
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
|
|
10962
10962
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth {
|
|
10963
|
-
background: #
|
|
10963
|
+
background: #f6f7f9;
|
|
10964
10964
|
text-align: center;
|
|
10965
10965
|
vertical-align: top;
|
|
10966
10966
|
-webkit-user-select: none;
|
|
@@ -10971,7 +10971,7 @@ body > .em-ds-tree-item {
|
|
|
10971
10971
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth_table {
|
|
10972
10972
|
border-collapse: collapse;
|
|
10973
10973
|
border-spacing: 0;
|
|
10974
|
-
background-color: #
|
|
10974
|
+
background-color: #ffffff;
|
|
10975
10975
|
width: calc(2.46154rem * 9.93) !important;
|
|
10976
10976
|
margin-left: calc(0.30769rem * (-3)); }
|
|
10977
10977
|
|
|
@@ -10988,7 +10988,7 @@ body > .em-ds-tree-item {
|
|
|
10988
10988
|
.em-ds-datepicker-range .em-ds-range-picker__icon,
|
|
10989
10989
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon,
|
|
10990
10990
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon {
|
|
10991
|
-
border: solid 1px #
|
|
10991
|
+
border: solid 1px #cbcfd7;
|
|
10992
10992
|
border-radius: 0.30769rem;
|
|
10993
10993
|
display: inline-block;
|
|
10994
10994
|
padding: calc(1.23077rem * (0.625)); }
|
|
@@ -10999,21 +10999,21 @@ body > .em-ds-tree-item {
|
|
|
10999
10999
|
.em-ds-datepicker-range .em-ds-range-picker__icon.disabled,
|
|
11000
11000
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon.disabled,
|
|
11001
11001
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon.disabled {
|
|
11002
|
-
border: solid 1px #
|
|
11002
|
+
border: solid 1px #e0e3e8; }
|
|
11003
11003
|
|
|
11004
11004
|
.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-form-item__feedback {
|
|
11005
11005
|
margin-right: -36px; }
|
|
11006
11006
|
|
|
11007
11007
|
.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-datepicker__picker {
|
|
11008
|
-
border: solid 1px #
|
|
11008
|
+
border: solid 1px #c64252; }
|
|
11009
11009
|
|
|
11010
11010
|
.em-ds-datepicker__label-from,
|
|
11011
11011
|
.em-ds-datepicker__label-to {
|
|
11012
11012
|
position: absolute;
|
|
11013
11013
|
margin-top: 0;
|
|
11014
11014
|
z-index: 1;
|
|
11015
|
-
color: #
|
|
11016
|
-
background: #
|
|
11015
|
+
color: #cbcfd7;
|
|
11016
|
+
background: #ffffff;
|
|
11017
11017
|
padding: 0px calc(0.30769rem * 1.5);
|
|
11018
11018
|
max-height: 0.30769rem; }
|
|
11019
11019
|
.em-ds-datepicker__label-from span,
|
|
@@ -11034,7 +11034,7 @@ body > .em-ds-tree-item {
|
|
|
11034
11034
|
|
|
11035
11035
|
.em-ds-code-editor-file-name {
|
|
11036
11036
|
padding-bottom: 1.23077rem;
|
|
11037
|
-
border-bottom: 1px solid #
|
|
11037
|
+
border-bottom: 1px solid #f6f7f9; }
|
|
11038
11038
|
|
|
11039
11039
|
.em-ds-code-editor-find-replace-btn {
|
|
11040
11040
|
display: flex;
|
|
@@ -11085,7 +11085,7 @@ body > .em-ds-tree-item {
|
|
|
11085
11085
|
visibility: hidden;
|
|
11086
11086
|
min-width: 4.92308rem;
|
|
11087
11087
|
max-width: 9.84615rem;
|
|
11088
|
-
background-color: #
|
|
11088
|
+
background-color: #464f5c;
|
|
11089
11089
|
color: #fff;
|
|
11090
11090
|
text-align: center;
|
|
11091
11091
|
border-radius: 0.30769rem;
|
|
@@ -11105,7 +11105,7 @@ body > .em-ds-tree-item {
|
|
|
11105
11105
|
margin-left: -0.30769rem;
|
|
11106
11106
|
border-width: 0.30769rem;
|
|
11107
11107
|
border-style: solid;
|
|
11108
|
-
border-color: #
|
|
11108
|
+
border-color: #464f5c transparent transparent transparent; }
|
|
11109
11109
|
.ds-ql-custom-toolbar .tooltip button:hover + .tooltiptext, .ds-ql-custom-toolbar .tooltip span:hover + select + .tooltiptext {
|
|
11110
11110
|
visibility: visible;
|
|
11111
11111
|
opacity: 1; }
|
|
@@ -12172,10 +12172,10 @@ body > .em-ds-tree-item {
|
|
|
12172
12172
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element .content .value {
|
|
12173
12173
|
font-weight: 600; }
|
|
12174
12174
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:hover {
|
|
12175
|
-
background-color: #
|
|
12175
|
+
background-color: #e0e3e8;
|
|
12176
12176
|
cursor: pointer; }
|
|
12177
12177
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:focus {
|
|
12178
|
-
background-color: #
|
|
12178
|
+
background-color: #ebf6ff; }
|
|
12179
12179
|
|
|
12180
12180
|
.em-ds-modal-image-library .em-ds-modal__body {
|
|
12181
12181
|
padding: 0px;
|
|
@@ -12205,10 +12205,10 @@ body > .em-ds-tree-item {
|
|
|
12205
12205
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element .content {
|
|
12206
12206
|
padding: 0 1.23077rem; }
|
|
12207
12207
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:hover {
|
|
12208
|
-
background-color: #
|
|
12208
|
+
background-color: #e0e3e8;
|
|
12209
12209
|
cursor: pointer; }
|
|
12210
12210
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:focus {
|
|
12211
|
-
background-color: #
|
|
12211
|
+
background-color: #ebf6ff; }
|
|
12212
12212
|
.em-ds-modal-image-library .wrapper .col-2 {
|
|
12213
12213
|
flex: 5;
|
|
12214
12214
|
border-left: 1px solid #ebedf0;
|
|
@@ -12241,8 +12241,8 @@ body > .em-ds-tree-item {
|
|
|
12241
12241
|
|
|
12242
12242
|
.em-ds-divider {
|
|
12243
12243
|
margin: 0.15385rem 0.30769rem;
|
|
12244
|
-
border-right: 0.07692rem solid #
|
|
12245
|
-
border-bottom: 0.07692rem solid #
|
|
12244
|
+
border-right: 0.07692rem solid #e0e3e8;
|
|
12245
|
+
border-bottom: 0.07692rem solid #e0e3e8; }
|
|
12246
12246
|
|
|
12247
12247
|
.em-ds-uploader-wrapper {
|
|
12248
12248
|
display: inline-flex;
|
|
@@ -12250,7 +12250,7 @@ body > .em-ds-tree-item {
|
|
|
12250
12250
|
.em-ds-uploader-wrapper .em-ds-uploader {
|
|
12251
12251
|
position: relative;
|
|
12252
12252
|
display: inline-flex;
|
|
12253
|
-
border: 0.07692rem solid #
|
|
12253
|
+
border: 0.07692rem solid #cbcfd7;
|
|
12254
12254
|
padding: 0.46154rem 1.23077rem;
|
|
12255
12255
|
border-radius: 4px;
|
|
12256
12256
|
align-items: center;
|
|
@@ -12265,7 +12265,7 @@ body > .em-ds-tree-item {
|
|
|
12265
12265
|
font-size: 1rem;
|
|
12266
12266
|
line-height: normal;
|
|
12267
12267
|
font-weight: 400;
|
|
12268
|
-
color: #
|
|
12268
|
+
color: #353c46; }
|
|
12269
12269
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions {
|
|
12270
12270
|
display: flex; }
|
|
12271
12271
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions .em-ds-button {
|
|
@@ -12282,9 +12282,9 @@ body > .em-ds-tree-item {
|
|
|
12282
12282
|
left: 0;
|
|
12283
12283
|
width: 100%;
|
|
12284
12284
|
height: 100%;
|
|
12285
|
-
background-color: #
|
|
12286
|
-
color: #
|
|
12287
|
-
border: 0.07692rem solid #
|
|
12285
|
+
background-color: #1394e5;
|
|
12286
|
+
color: #ffffff;
|
|
12287
|
+
border: 0.07692rem solid #1394e5;
|
|
12288
12288
|
border-radius: 4px;
|
|
12289
12289
|
font-size: 1rem;
|
|
12290
12290
|
line-height: normal;
|
|
@@ -12293,7 +12293,7 @@ body > .em-ds-tree-item {
|
|
|
12293
12293
|
justify-content: center;
|
|
12294
12294
|
align-items: center; }
|
|
12295
12295
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-drag-active .em-ds-icon {
|
|
12296
|
-
fill: #
|
|
12296
|
+
fill: #ffffff;
|
|
12297
12297
|
margin-right: 0.61538rem; }
|
|
12298
12298
|
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader--drag-active {
|
|
12299
12299
|
border: 0.07692rem solid transparent; }
|
|
@@ -12306,12 +12306,12 @@ body > .em-ds-tree-item {
|
|
|
12306
12306
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
12307
12307
|
border-radius: 2px; }
|
|
12308
12308
|
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus {
|
|
12309
|
-
background-color: #
|
|
12310
|
-
border: 0.07692rem dashed #
|
|
12309
|
+
background-color: #f6fbff;
|
|
12310
|
+
border: 0.07692rem dashed #1394e5; }
|
|
12311
12311
|
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover .em-ds-divider, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus .em-ds-divider {
|
|
12312
|
-
border-color: #
|
|
12312
|
+
border-color: #a3d6ff; }
|
|
12313
12313
|
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover .em-ds-uploader-icon-wrapper, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus .em-ds-uploader-icon-wrapper {
|
|
12314
|
-
fill: #
|
|
12314
|
+
fill: #1394e5; }
|
|
12315
12315
|
.em-ds-uploader-wrapper__accepted-types {
|
|
12316
12316
|
margin-top: 0.15385rem;
|
|
12317
12317
|
font-size: 0.8461rem;
|
|
@@ -12349,7 +12349,7 @@ body > .em-ds-tree-item {
|
|
|
12349
12349
|
height: 2.46154rem;
|
|
12350
12350
|
border-radius: 50%;
|
|
12351
12351
|
font-size: 1.2307rem;
|
|
12352
|
-
border: 0.07692rem solid #
|
|
12352
|
+
border: 0.07692rem solid #cbcfd7;
|
|
12353
12353
|
color: #1e79c2;
|
|
12354
12354
|
position: relative;
|
|
12355
12355
|
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
@@ -12375,7 +12375,7 @@ body > .em-ds-tree-item {
|
|
|
12375
12375
|
content: '';
|
|
12376
12376
|
transition: all 300ms cubic-bezier(0.36, 0, 1, 1);
|
|
12377
12377
|
height: 1px;
|
|
12378
|
-
background-image: linear-gradient(to right, #
|
|
12378
|
+
background-image: linear-gradient(to right, #cbcfd7 40%, rgba(255, 255, 255, 0) 0%);
|
|
12379
12379
|
background-position: top;
|
|
12380
12380
|
background-size: 3px 1px;
|
|
12381
12381
|
background-repeat: repeat-x; }
|
|
@@ -12384,20 +12384,20 @@ body > .em-ds-tree-item {
|
|
|
12384
12384
|
border-color: #1e79c2; }
|
|
12385
12385
|
|
|
12386
12386
|
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__label {
|
|
12387
|
-
color: #
|
|
12387
|
+
color: #25292f; }
|
|
12388
12388
|
|
|
12389
12389
|
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__bullet {
|
|
12390
|
-
border-color: #
|
|
12391
|
-
color: #
|
|
12390
|
+
border-color: #006aa9;
|
|
12391
|
+
color: #006aa9;
|
|
12392
12392
|
font-weight: bold;
|
|
12393
12393
|
border-width: 1.5px; }
|
|
12394
12394
|
|
|
12395
12395
|
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__label {
|
|
12396
|
-
color: #
|
|
12396
|
+
color: #006aa9;
|
|
12397
12397
|
font-weight: bold; }
|
|
12398
12398
|
|
|
12399
12399
|
.em-ds-wizard-steps-indicator-step--completed:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
12400
|
-
background: #
|
|
12400
|
+
background: #006aa9;
|
|
12401
12401
|
background-size: initial; }
|
|
12402
12402
|
|
|
12403
12403
|
.em-ds-card-array__wrapper {
|
|
@@ -12439,7 +12439,7 @@ body > .em-ds-tree-item {
|
|
|
12439
12439
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
12440
12440
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
12441
12441
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
12442
|
-
background: #
|
|
12442
|
+
background: #ffffff;
|
|
12443
12443
|
padding: 0.61538rem; }
|
|
12444
12444
|
|
|
12445
12445
|
.em-ds-comments__comments {
|
|
@@ -12463,7 +12463,7 @@ body > .em-ds-tree-item {
|
|
|
12463
12463
|
left: 1; }
|
|
12464
12464
|
|
|
12465
12465
|
.em-ds-comments__area {
|
|
12466
|
-
border-top: solid 1px #
|
|
12466
|
+
border-top: solid 1px #e0e3e8;
|
|
12467
12467
|
padding: 0.61538rem 1.84615rem;
|
|
12468
12468
|
height: 9.99385rem;
|
|
12469
12469
|
width: calc(3.69231rem * 7 - 2px); }
|
|
@@ -12502,8 +12502,8 @@ body > .em-ds-tree-item {
|
|
|
12502
12502
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
12503
12503
|
border-radius: 2px; }
|
|
12504
12504
|
.em-ds-comments__comment-card-wrapper--borderBottom {
|
|
12505
|
-
border-top: solid 0 #
|
|
12506
|
-
border-bottom: solid 1px #
|
|
12505
|
+
border-top: solid 0 #e0e3e8;
|
|
12506
|
+
border-bottom: solid 1px #e0e3e8;
|
|
12507
12507
|
margin-bottom: 1.23077rem; }
|
|
12508
12508
|
|
|
12509
12509
|
.em-ds-comments__comment-empty {
|
|
@@ -12513,18 +12513,18 @@ body > .em-ds-tree-item {
|
|
|
12513
12513
|
.em-ds-comments__comment-empty-icon {
|
|
12514
12514
|
padding: 1.23077rem 1.84615rem; }
|
|
12515
12515
|
.em-ds-comments__comment-empty-icon svg, .em-ds-comments__comment-empty-icon svg:not([fill]) {
|
|
12516
|
-
fill: #
|
|
12516
|
+
fill: #cbcfd7; }
|
|
12517
12517
|
|
|
12518
12518
|
.em-ds-comments__comment-empty-label {
|
|
12519
12519
|
padding: 0 1.84615rem 1.23077rem 1.84615rem;
|
|
12520
12520
|
color: #697489; }
|
|
12521
12521
|
|
|
12522
12522
|
.em-ds-comments__comment-card-header {
|
|
12523
|
-
border-top: solid 1px #
|
|
12523
|
+
border-top: solid 1px #e0e3e8;
|
|
12524
12524
|
display: flex;
|
|
12525
12525
|
padding: 0.30769rem 0.30769rem 0.30769rem 0.61538rem; }
|
|
12526
12526
|
.em-ds-comments__comment-card-header--borderBottom {
|
|
12527
|
-
border-top: solid 0 #
|
|
12527
|
+
border-top: solid 0 #e0e3e8; }
|
|
12528
12528
|
|
|
12529
12529
|
.em-ds-comments__comment-card-left {
|
|
12530
12530
|
flex: 1; }
|
|
@@ -12532,7 +12532,7 @@ body > .em-ds-tree-item {
|
|
|
12532
12532
|
.em-ds-comments__comment-card-name {
|
|
12533
12533
|
font-size: 1.0769rem;
|
|
12534
12534
|
font-weight: 600;
|
|
12535
|
-
color: #
|
|
12535
|
+
color: #353c46;
|
|
12536
12536
|
padding-bottom: 0.15385rem; }
|
|
12537
12537
|
|
|
12538
12538
|
.em-ds-comments__comment-card-data {
|