@elliemae/ds-basic 2.1.0-rc.7 → 2.2.0-alpha.1
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 +646 -651
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/package.json +44 -44
- package/styles/base/fonts/font-base.scss +1 -7
- package/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +1 -7
- package/styles/components/packages/ds-basic/styles/themes/theme-default.scss +28 -30
- package/styles/components/packages/ds-button/DSButton.scss +7 -7
- package/styles/components/packages/ds-date-picker/components/DatePickerPicker/DatePickerPicker.scss +1 -1
- package/styles/themes/theme-default.scss +28 -30
package/css/dimsum.css
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
@import url(
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'proxima-nova';
|
|
4
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff2") format("woff2"), url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff") format("woff");
|
|
5
|
-
font-weight: normal;
|
|
6
|
-
font-style: normal; }
|
|
7
|
-
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
|
|
8
2
|
/**
|
|
9
3
|
Ellie Mae Default Theme
|
|
10
4
|
Below, you will find the default theme for DimSum. You can modify the theme's
|
|
@@ -21,6 +15,7 @@ Change these color values below to your brand colors.
|
|
|
21
15
|
* 1. Correct the line height in all browsers.
|
|
22
16
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
23
17
|
*/
|
|
18
|
+
@import url(~react-dates/lib/css/_datepicker.css);
|
|
24
19
|
html {
|
|
25
20
|
line-height: 1.15;
|
|
26
21
|
/* 1 */
|
|
@@ -1667,7 +1662,7 @@ template {
|
|
|
1667
1662
|
height: calc(100vh + 1.875rem); } }
|
|
1668
1663
|
|
|
1669
1664
|
:root {
|
|
1670
|
-
font-family:
|
|
1665
|
+
font-family: Roboto;
|
|
1671
1666
|
font-size: 13px;
|
|
1672
1667
|
color: #333333;
|
|
1673
1668
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -1748,12 +1743,12 @@ a {
|
|
|
1748
1743
|
|
|
1749
1744
|
.em-ds-selectbox__control {
|
|
1750
1745
|
border-radius: 2px;
|
|
1751
|
-
border: solid 1px #
|
|
1746
|
+
border: solid 1px #8c93a6;
|
|
1752
1747
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
1753
1748
|
background: transparent;
|
|
1754
1749
|
height: 2.16rem;
|
|
1755
1750
|
outline: none;
|
|
1756
|
-
color: #
|
|
1751
|
+
color: #25292f;
|
|
1757
1752
|
display: flex;
|
|
1758
1753
|
flex-wrap: nowrap;
|
|
1759
1754
|
justify-content: space-between;
|
|
@@ -1766,23 +1761,23 @@ a {
|
|
|
1766
1761
|
.em-ds-selectbox__control:focus-within .em-ds-selectbox__indicator-separator {
|
|
1767
1762
|
background-color: transparent; }
|
|
1768
1763
|
.em-ds-selectbox__control:active {
|
|
1769
|
-
border-color: #
|
|
1770
|
-
color: #
|
|
1764
|
+
border-color: #006aa9;
|
|
1765
|
+
color: #25292f; }
|
|
1771
1766
|
.em-ds-selectbox__control:active .em-ds-selectbox__indicator {
|
|
1772
|
-
color: #
|
|
1767
|
+
color: #ffffff; }
|
|
1773
1768
|
.em-ds-selectbox__control:disabled, .em-ds-selectbox__control--is-disabled {
|
|
1774
1769
|
cursor: not-allowed;
|
|
1775
1770
|
pointer-events: none;
|
|
1776
1771
|
border-radius: 2px;
|
|
1777
1772
|
border: none;
|
|
1778
|
-
box-shadow: inset 0 0 0 1px #
|
|
1773
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
1779
1774
|
cursor: not-allowed;
|
|
1780
1775
|
pointer-events: none;
|
|
1781
1776
|
border-radius: 2px;
|
|
1782
|
-
background: #
|
|
1777
|
+
background: #ebedf0;
|
|
1783
1778
|
color: #616b7f; }
|
|
1784
1779
|
.em-ds-selectbox__control:disabled .em-ds-selectbox__indicator-separator, .em-ds-selectbox__control--is-disabled .em-ds-selectbox__indicator-separator {
|
|
1785
|
-
background-color: #
|
|
1780
|
+
background-color: #8c93a6; }
|
|
1786
1781
|
.em-ds-selectbox__control--is-focused .em-ds-selectbox__indicator-separator {
|
|
1787
1782
|
background-color: transparent; }
|
|
1788
1783
|
|
|
@@ -1806,12 +1801,12 @@ a {
|
|
|
1806
1801
|
display: block;
|
|
1807
1802
|
overflow: hidden; }
|
|
1808
1803
|
.em-ds-selectbox__option--is-focused {
|
|
1809
|
-
background-color: #
|
|
1804
|
+
background-color: #ebf6ff; }
|
|
1810
1805
|
.em-ds-selectbox__option--is-selected {
|
|
1811
1806
|
background-color: #1e79c2;
|
|
1812
|
-
color: #
|
|
1807
|
+
color: #ffffff; }
|
|
1813
1808
|
.em-ds-selectbox__option--is-selected svg, .em-ds-selectbox__option--is-selected svg:not([fill]) {
|
|
1814
|
-
fill: #
|
|
1809
|
+
fill: #ffffff; }
|
|
1815
1810
|
|
|
1816
1811
|
.floating-label-input-controller .em-ds-selectbox__dropdown-indicator {
|
|
1817
1812
|
margin-top: -0.15385rem; }
|
|
@@ -1839,7 +1834,7 @@ a {
|
|
|
1839
1834
|
margin-bottom: 0;
|
|
1840
1835
|
height: 60%;
|
|
1841
1836
|
width: 1px;
|
|
1842
|
-
background-color: #
|
|
1837
|
+
background-color: #cbcfd7; }
|
|
1843
1838
|
|
|
1844
1839
|
/**
|
|
1845
1840
|
VARIANTS
|
|
@@ -1858,7 +1853,7 @@ VARIANTS
|
|
|
1858
1853
|
|
|
1859
1854
|
.em-ds-selectbox--variant-active-input .em-ds-selectbox__value-container {
|
|
1860
1855
|
outline: none;
|
|
1861
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1856
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1862
1857
|
border-radius: 2px; }
|
|
1863
1858
|
|
|
1864
1859
|
.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicator-separator,
|
|
@@ -1868,7 +1863,7 @@ VARIANTS
|
|
|
1868
1863
|
.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicators,
|
|
1869
1864
|
.em-ds-selectbox--variant-active-icon .em-ds-selectbox__indicators {
|
|
1870
1865
|
outline: none;
|
|
1871
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1866
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1872
1867
|
border-radius: 2px; }
|
|
1873
1868
|
|
|
1874
1869
|
.em-ds-selectbox--variant-focus-icon .em-ds-selectbox__indicators {
|
|
@@ -1881,16 +1876,16 @@ VARIANTS
|
|
|
1881
1876
|
cursor: not-allowed;
|
|
1882
1877
|
pointer-events: none;
|
|
1883
1878
|
border-radius: 2px;
|
|
1884
|
-
background: #
|
|
1879
|
+
background: #ebedf0;
|
|
1885
1880
|
color: #616b7f; }
|
|
1886
1881
|
|
|
1887
1882
|
.em-ds-selectbox--variant-error .em-ds-selectbox__control {
|
|
1888
|
-
box-shadow: inset 0 0 0 1px #
|
|
1883
|
+
box-shadow: inset 0 0 0 1px #c64252;
|
|
1889
1884
|
border-radius: 2px; }
|
|
1890
1885
|
|
|
1891
1886
|
.combobox-menu-menu {
|
|
1892
1887
|
outline: none;
|
|
1893
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
1888
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
1894
1889
|
border-radius: 2px;
|
|
1895
1890
|
padding: 0;
|
|
1896
1891
|
box-shadow: none;
|
|
@@ -1900,9 +1895,9 @@ VARIANTS
|
|
|
1900
1895
|
overflow: hidden; }
|
|
1901
1896
|
.combobox-menu-list .em-ds-selectbox__option--is-selected {
|
|
1902
1897
|
background-color: #1e79c2;
|
|
1903
|
-
color: #
|
|
1898
|
+
color: #ffffff; }
|
|
1904
1899
|
.combobox-menu-list .em-ds-selectbox__option--is-selected svg, .combobox-menu-list .em-ds-selectbox__option--is-selected svg:not([fill]) {
|
|
1905
|
-
fill: #
|
|
1900
|
+
fill: #ffffff; }
|
|
1906
1901
|
|
|
1907
1902
|
.combobox-menu-list.combobox-menu-list-is-multi .em-ds-selectbox__option--is-selected {
|
|
1908
1903
|
background-color: transparent; }
|
|
@@ -1912,14 +1907,14 @@ VARIANTS
|
|
|
1912
1907
|
|
|
1913
1908
|
.em-ds-selectbox__value-container:focus-within {
|
|
1914
1909
|
outline: none;
|
|
1915
|
-
box-shadow: inset 0 0 0 1px #
|
|
1910
|
+
box-shadow: inset 0 0 0 1px #006aa9;
|
|
1916
1911
|
border-radius: 2px; }
|
|
1917
1912
|
|
|
1918
1913
|
.em-ds-selectbox__value-container.em-ds-selectbox__value-container--has-value {
|
|
1919
1914
|
flex-wrap: nowrap;
|
|
1920
1915
|
flex-direction: row;
|
|
1921
1916
|
align-items: center;
|
|
1922
|
-
color: #
|
|
1917
|
+
color: #25292f; }
|
|
1923
1918
|
|
|
1924
1919
|
.em-ds-selectbox__value-container--is-multi.em-ds-selectbox__value-container--has-value {
|
|
1925
1920
|
flex-wrap: nowrap; }
|
|
@@ -1940,10 +1935,10 @@ VARIANTS
|
|
|
1940
1935
|
.em-ds-combobox-container {
|
|
1941
1936
|
width: 100%;
|
|
1942
1937
|
height: 2.16rem;
|
|
1943
|
-
background: #
|
|
1938
|
+
background: #ffffff; }
|
|
1944
1939
|
.em-ds-combobox-container input[type="text"] {
|
|
1945
|
-
background: #
|
|
1946
|
-
color: #
|
|
1940
|
+
background: #ffffff !important;
|
|
1941
|
+
color: #25292f !important; }
|
|
1947
1942
|
|
|
1948
1943
|
.em-ds-combobox__control {
|
|
1949
1944
|
border-radius: 2px;
|
|
@@ -1964,7 +1959,7 @@ VARIANTS
|
|
|
1964
1959
|
width: 100%;
|
|
1965
1960
|
height: 100%;
|
|
1966
1961
|
pointer-events: none;
|
|
1967
|
-
border: solid 1px #
|
|
1962
|
+
border: solid 1px #8c93a6;
|
|
1968
1963
|
border-radius: 2px; }
|
|
1969
1964
|
.em-ds-combobox__control.with-error {
|
|
1970
1965
|
outline: none;
|
|
@@ -1978,7 +1973,7 @@ VARIANTS
|
|
|
1978
1973
|
width: 100%;
|
|
1979
1974
|
height: 100%;
|
|
1980
1975
|
pointer-events: none;
|
|
1981
|
-
border: solid 1px #
|
|
1976
|
+
border: solid 1px #c64252;
|
|
1982
1977
|
border-radius: 2px; }
|
|
1983
1978
|
.em-ds-combobox__control:hover {
|
|
1984
1979
|
outline: none;
|
|
@@ -2023,14 +2018,14 @@ VARIANTS
|
|
|
2023
2018
|
width: 100%;
|
|
2024
2019
|
height: 100%;
|
|
2025
2020
|
pointer-events: none;
|
|
2026
|
-
border: solid 1px #
|
|
2021
|
+
border: solid 1px #c64252;
|
|
2027
2022
|
border-radius: 2px; }
|
|
2028
2023
|
|
|
2029
2024
|
.em-ds-combobox-container.is-disabled {
|
|
2030
2025
|
cursor: not-allowed;
|
|
2031
2026
|
pointer-events: none;
|
|
2032
2027
|
border-radius: 2px;
|
|
2033
|
-
background: #
|
|
2028
|
+
background: #ebedf0;
|
|
2034
2029
|
color: #616b7f; }
|
|
2035
2030
|
.em-ds-combobox-container.is-disabled input[type="text"] {
|
|
2036
2031
|
background: #EBEEF1 !important; }
|
|
@@ -2047,7 +2042,7 @@ VARIANTS
|
|
|
2047
2042
|
font-style: italic; }
|
|
2048
2043
|
|
|
2049
2044
|
.em-ds-combobox__value-container {
|
|
2050
|
-
color: #
|
|
2045
|
+
color: #25292f;
|
|
2051
2046
|
height: 2.16rem;
|
|
2052
2047
|
padding: 0 0.61538rem !important; }
|
|
2053
2048
|
.em-ds-combobox__value-container span {
|
|
@@ -2065,7 +2060,7 @@ VARIANTS
|
|
|
2065
2060
|
|
|
2066
2061
|
.em-ds-combobox__indicator-separator {
|
|
2067
2062
|
align-self: stretch;
|
|
2068
|
-
background-color: #
|
|
2063
|
+
background-color: #8c93a6;
|
|
2069
2064
|
margin-bottom: 0.30769rem;
|
|
2070
2065
|
margin-top: 0.30769rem;
|
|
2071
2066
|
width: 1px; }
|
|
@@ -2073,9 +2068,9 @@ VARIANTS
|
|
|
2073
2068
|
.em-ds-combobox__menu {
|
|
2074
2069
|
margin: 0;
|
|
2075
2070
|
top: 100%;
|
|
2076
|
-
background: #
|
|
2071
|
+
background: #ffffff;
|
|
2077
2072
|
border-radius: 2px;
|
|
2078
|
-
border: solid 1px #
|
|
2073
|
+
border: solid 1px #8c93a6;
|
|
2079
2074
|
-ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2080
2075
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2081
2076
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
@@ -2112,7 +2107,7 @@ VARIANTS
|
|
|
2112
2107
|
box-shadow: none;
|
|
2113
2108
|
outline: none;
|
|
2114
2109
|
position: relative;
|
|
2115
|
-
border-color: solid #
|
|
2110
|
+
border-color: solid #006aa9 1px; }
|
|
2116
2111
|
.em-ds-button.dropdown-indicator.active:after {
|
|
2117
2112
|
box-shadow: none !important;
|
|
2118
2113
|
border-color: transparent; }
|
|
@@ -2125,7 +2120,7 @@ VARIANTS
|
|
|
2125
2120
|
width: 100%;
|
|
2126
2121
|
height: 100%;
|
|
2127
2122
|
pointer-events: none;
|
|
2128
|
-
border: solid 1px #
|
|
2123
|
+
border: solid 1px #006aa9;
|
|
2129
2124
|
border-radius: 2px; }
|
|
2130
2125
|
|
|
2131
2126
|
.combobox-menu-wrapper-external .em-ds-menu {
|
|
@@ -2147,15 +2142,15 @@ VARIANTS
|
|
|
2147
2142
|
outline: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
2148
2143
|
outline-offset: calc(0.30769rem * -0.25); }
|
|
2149
2144
|
.em-ds-combobox__option:active {
|
|
2150
|
-
background-color: #
|
|
2145
|
+
background-color: #ebf6ff; }
|
|
2151
2146
|
.em-ds-combobox__option--is-selected {
|
|
2152
|
-
background-color: #
|
|
2153
|
-
color: #
|
|
2147
|
+
background-color: #ebf6ff;
|
|
2148
|
+
color: #25292f; }
|
|
2154
2149
|
.em-ds-combobox__option--is-selected svg, .em-ds-combobox__option--is-selected svg:not([fill]) {
|
|
2155
|
-
fill: #
|
|
2150
|
+
fill: #ffffff; }
|
|
2156
2151
|
|
|
2157
2152
|
.combobox-menu-list-is-multi .em-ds-combobox__option--is-selected {
|
|
2158
|
-
background-color: #
|
|
2153
|
+
background-color: #ebf6ff; }
|
|
2159
2154
|
|
|
2160
2155
|
.em-ds-expandable-input {
|
|
2161
2156
|
display: flex;
|
|
@@ -2164,7 +2159,7 @@ VARIANTS
|
|
|
2164
2159
|
outline: none;
|
|
2165
2160
|
color: #697489;
|
|
2166
2161
|
box-sizing: border-box;
|
|
2167
|
-
background: #
|
|
2162
|
+
background: #ffffff;
|
|
2168
2163
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2169
2164
|
width: 2.4rem;
|
|
2170
2165
|
border-radius: 2px; }
|
|
@@ -2194,7 +2189,7 @@ VARIANTS
|
|
|
2194
2189
|
width: 100%; }
|
|
2195
2190
|
.em-ds-expandable-input--opened {
|
|
2196
2191
|
width: 100%;
|
|
2197
|
-
box-shadow: inset 0 0 0 1px #
|
|
2192
|
+
box-shadow: inset 0 0 0 1px #cbcfd7;
|
|
2198
2193
|
border-radius: 2px; }
|
|
2199
2194
|
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input {
|
|
2200
2195
|
opacity: 1;
|
|
@@ -2243,7 +2238,7 @@ VARIANTS
|
|
|
2243
2238
|
color: #697489; }
|
|
2244
2239
|
.em-ds-input-times-group .em-ds-input-times-group__divider--value {
|
|
2245
2240
|
font-style: unset;
|
|
2246
|
-
color: #
|
|
2241
|
+
color: #25292f; }
|
|
2247
2242
|
.em-ds-input-times-group__input {
|
|
2248
2243
|
text-align: center;
|
|
2249
2244
|
border: none;
|
|
@@ -2265,7 +2260,7 @@ VARIANTS
|
|
|
2265
2260
|
color: #697489;
|
|
2266
2261
|
font-style: italic; }
|
|
2267
2262
|
.em-ds-input-times-group__input:focus {
|
|
2268
|
-
background: #
|
|
2263
|
+
background: #a3d6ff; }
|
|
2269
2264
|
.em-ds-input-times-group__input::placeholder {
|
|
2270
2265
|
text-align: center;
|
|
2271
2266
|
font-style: italic; }
|
|
@@ -2284,7 +2279,7 @@ VARIANTS
|
|
|
2284
2279
|
.em-ds-input-times-group__am-pm-input::-ms-expand {
|
|
2285
2280
|
display: none; }
|
|
2286
2281
|
.em-ds-input-times-group__am-pm-input:focus {
|
|
2287
|
-
background: #
|
|
2282
|
+
background: #a3d6ff; }
|
|
2288
2283
|
|
|
2289
2284
|
.em-ds-input-addon-group {
|
|
2290
2285
|
display: flex;
|
|
@@ -2351,7 +2346,7 @@ VARIANTS
|
|
|
2351
2346
|
align-items: flex-start;
|
|
2352
2347
|
position: relative;
|
|
2353
2348
|
cursor: pointer;
|
|
2354
|
-
color: #
|
|
2349
|
+
color: #25292f; }
|
|
2355
2350
|
.em-ds-form-element-checkbox__label .em-ds-form-element-checkbox__input-button {
|
|
2356
2351
|
pointer-events: none; }
|
|
2357
2352
|
.em-ds-form-element-checkbox__label:first-child:not(:last-child) {
|
|
@@ -2375,20 +2370,20 @@ VARIANTS
|
|
|
2375
2370
|
outline: none;
|
|
2376
2371
|
border: calc(0.30769rem * 0.25) solid #1e79c2; }
|
|
2377
2372
|
.em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button.checkbox-true {
|
|
2378
|
-
background-color: #
|
|
2373
|
+
background-color: #ebf6ff; }
|
|
2379
2374
|
|
|
2380
2375
|
.em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
|
|
2381
2376
|
outline: none;
|
|
2382
|
-
background-color: #
|
|
2377
|
+
background-color: #ebf6ff; }
|
|
2383
2378
|
|
|
2384
2379
|
.em-ds-form-element-checkbox__input-button {
|
|
2385
2380
|
position: relative;
|
|
2386
2381
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2387
2382
|
width: 1.23077rem;
|
|
2388
2383
|
height: 1.23077rem;
|
|
2389
|
-
border: solid 1px #
|
|
2384
|
+
border: solid 1px #8c93a6;
|
|
2390
2385
|
border-radius: 0.15385rem;
|
|
2391
|
-
background: #
|
|
2386
|
+
background: #ffffff;
|
|
2392
2387
|
display: inline-flex;
|
|
2393
2388
|
justify-content: center;
|
|
2394
2389
|
align-items: center;
|
|
@@ -2426,34 +2421,34 @@ VARIANTS
|
|
|
2426
2421
|
border-radius: 2px; }
|
|
2427
2422
|
.em-ds-form-element-checkbox__input-button:active:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-active:not(.disabled) {
|
|
2428
2423
|
outline: none;
|
|
2429
|
-
background-color: #
|
|
2424
|
+
background-color: #ebf6ff; }
|
|
2430
2425
|
.em-ds-form-element-checkbox__input-button.disabled {
|
|
2431
2426
|
cursor: not-allowed;
|
|
2432
2427
|
pointer-events: none; }
|
|
2433
2428
|
|
|
2434
2429
|
.em-ds-form-element-checkbox--error:hover .em-ds-form-element-checkbox__input-button {
|
|
2435
|
-
border-color: #
|
|
2430
|
+
border-color: #c64252; }
|
|
2436
2431
|
|
|
2437
2432
|
.em-ds-form-element-checkbox--error:active .em-ds-form-element-checkbox__input-button {
|
|
2438
|
-
background-color: #
|
|
2433
|
+
background-color: #f7cdd2; }
|
|
2439
2434
|
|
|
2440
2435
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button {
|
|
2441
|
-
border-color: #
|
|
2436
|
+
border-color: #c64252; }
|
|
2442
2437
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-mixed:after {
|
|
2443
|
-
background: #
|
|
2438
|
+
background: #c64252; }
|
|
2444
2439
|
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-true:after {
|
|
2445
|
-
border-color: #
|
|
2440
|
+
border-color: #c64252; }
|
|
2446
2441
|
|
|
2447
2442
|
.em-ds-form-element-checkbox--disabled:hover .em-ds-form-element-checkbox__input-button {
|
|
2448
|
-
border-color: #
|
|
2443
|
+
border-color: #8c93a6; }
|
|
2449
2444
|
|
|
2450
2445
|
.em-ds-form-element-checkbox--disabled:active .em-ds-form-element-checkbox__input-button {
|
|
2451
|
-
background: #
|
|
2446
|
+
background: #ebedf0; }
|
|
2452
2447
|
|
|
2453
2448
|
.em-ds-form-element-checkbox__input-button.variant-disabled, .em-ds-form-element-checkbox__input-button[aria-disabled='true'] {
|
|
2454
2449
|
pointer-events: none;
|
|
2455
|
-
border-color: #
|
|
2456
|
-
background: #
|
|
2450
|
+
border-color: #8c93a6;
|
|
2451
|
+
background: #ebedf0;
|
|
2457
2452
|
color: #697489; }
|
|
2458
2453
|
.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
2454
|
background: #697489; }
|
|
@@ -2471,7 +2466,7 @@ VARIANTS
|
|
|
2471
2466
|
-webkit-tap-highlight-color: transparent;
|
|
2472
2467
|
width: 1.5rem;
|
|
2473
2468
|
height: 1.5rem;
|
|
2474
|
-
border: 2px solid #
|
|
2469
|
+
border: 2px solid #8c93a6; }
|
|
2475
2470
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2476
2471
|
outline: none;
|
|
2477
2472
|
border: 2px solid #1e79c2;
|
|
@@ -2503,7 +2498,7 @@ VARIANTS
|
|
|
2503
2498
|
-webkit-tap-highlight-color: transparent;
|
|
2504
2499
|
width: 1.5rem;
|
|
2505
2500
|
height: 1.5rem;
|
|
2506
|
-
border: 2px solid #
|
|
2501
|
+
border: 2px solid #8c93a6; }
|
|
2507
2502
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2508
2503
|
outline: none;
|
|
2509
2504
|
border: 2px solid #1e79c2;
|
|
@@ -2535,7 +2530,7 @@ VARIANTS
|
|
|
2535
2530
|
-webkit-tap-highlight-color: transparent;
|
|
2536
2531
|
width: 1.5rem;
|
|
2537
2532
|
height: 1.5rem;
|
|
2538
|
-
border: 2px solid #
|
|
2533
|
+
border: 2px solid #8c93a6; }
|
|
2539
2534
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2540
2535
|
outline: none;
|
|
2541
2536
|
border: 2px solid #1e79c2;
|
|
@@ -2567,7 +2562,7 @@ VARIANTS
|
|
|
2567
2562
|
-webkit-tap-highlight-color: transparent;
|
|
2568
2563
|
width: 1.5rem;
|
|
2569
2564
|
height: 1.5rem;
|
|
2570
|
-
border: 2px solid #
|
|
2565
|
+
border: 2px solid #8c93a6; }
|
|
2571
2566
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2572
2567
|
outline: none;
|
|
2573
2568
|
border: 2px solid #1e79c2;
|
|
@@ -2599,7 +2594,7 @@ VARIANTS
|
|
|
2599
2594
|
-webkit-tap-highlight-color: transparent;
|
|
2600
2595
|
width: 1.5rem;
|
|
2601
2596
|
height: 1.5rem;
|
|
2602
|
-
border: 2px solid #
|
|
2597
|
+
border: 2px solid #8c93a6; }
|
|
2603
2598
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2604
2599
|
outline: none;
|
|
2605
2600
|
border: 2px solid #1e79c2;
|
|
@@ -2631,7 +2626,7 @@ VARIANTS
|
|
|
2631
2626
|
-webkit-tap-highlight-color: transparent;
|
|
2632
2627
|
width: 1.5rem;
|
|
2633
2628
|
height: 1.5rem;
|
|
2634
|
-
border: 2px solid #
|
|
2629
|
+
border: 2px solid #8c93a6; }
|
|
2635
2630
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2636
2631
|
outline: none;
|
|
2637
2632
|
border: 2px solid #1e79c2;
|
|
@@ -2663,7 +2658,7 @@ VARIANTS
|
|
|
2663
2658
|
-webkit-tap-highlight-color: transparent;
|
|
2664
2659
|
width: 1.5rem;
|
|
2665
2660
|
height: 1.5rem;
|
|
2666
|
-
border: 2px solid #
|
|
2661
|
+
border: 2px solid #8c93a6; }
|
|
2667
2662
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2668
2663
|
outline: none;
|
|
2669
2664
|
border: 2px solid #1e79c2;
|
|
@@ -2695,7 +2690,7 @@ VARIANTS
|
|
|
2695
2690
|
-webkit-tap-highlight-color: transparent;
|
|
2696
2691
|
width: 1.5rem;
|
|
2697
2692
|
height: 1.5rem;
|
|
2698
|
-
border: 2px solid #
|
|
2693
|
+
border: 2px solid #8c93a6; }
|
|
2699
2694
|
.em-ds-form-element-checkbox__input-button:focus:not(.disabled), .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
|
|
2700
2695
|
outline: none;
|
|
2701
2696
|
border: 2px solid #1e79c2;
|
|
@@ -2968,15 +2963,15 @@ fieldset.em-ds-form-item-content {
|
|
|
2968
2963
|
height: 2.16rem;
|
|
2969
2964
|
width: 100%;
|
|
2970
2965
|
outline: none;
|
|
2971
|
-
color: #
|
|
2966
|
+
color: #25292f;
|
|
2972
2967
|
box-sizing: border-box;
|
|
2973
2968
|
display: flex;
|
|
2974
|
-
background: #
|
|
2969
|
+
background: #ffffff;
|
|
2975
2970
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2976
2971
|
padding: 0 0.61538rem;
|
|
2977
2972
|
z-index: 1;
|
|
2978
2973
|
border-radius: 2px;
|
|
2979
|
-
border: solid 1px #
|
|
2974
|
+
border: solid 1px #8c93a6;
|
|
2980
2975
|
text-overflow: ellipsis; }
|
|
2981
2976
|
.em-ds-input::-ms-clear {
|
|
2982
2977
|
display: none; }
|
|
@@ -2993,9 +2988,9 @@ fieldset.em-ds-form-item-content {
|
|
|
2993
2988
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
2994
2989
|
border-radius: 2px; }
|
|
2995
2990
|
.em-ds-input:active {
|
|
2996
|
-
color: #
|
|
2991
|
+
color: #25292f;
|
|
2997
2992
|
outline: none;
|
|
2998
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
2993
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
2999
2994
|
border-radius: 2px; }
|
|
3000
2995
|
.em-ds-input::-webkit-input-placeholder {
|
|
3001
2996
|
color: #697489;
|
|
@@ -3015,8 +3010,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3015
3010
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
3016
3011
|
border-radius: 2px; }
|
|
3017
3012
|
.em-ds-input:disabled, .em-ds-input.input-disabled {
|
|
3018
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3019
|
-
background: #
|
|
3013
|
+
border: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3014
|
+
background: #e0e3e8 !important;
|
|
3020
3015
|
color: #616b7f; }
|
|
3021
3016
|
.em-ds-input:disabled::-webkit-input-placeholder, .em-ds-input.input-disabled::-webkit-input-placeholder {
|
|
3022
3017
|
color: #5C6574; }
|
|
@@ -3081,17 +3076,17 @@ fieldset.em-ds-form-item-content {
|
|
|
3081
3076
|
opacity: 1; }
|
|
3082
3077
|
|
|
3083
3078
|
.em-ds-input--disabled {
|
|
3084
|
-
border-color: #
|
|
3079
|
+
border-color: #8c93a6; }
|
|
3085
3080
|
.em-ds-input--disabled:focus-within, .em-ds-input--disabled:hover {
|
|
3086
|
-
border-color: #
|
|
3081
|
+
border-color: #8c93a6; }
|
|
3087
3082
|
.em-ds-input--disabled:active {
|
|
3088
|
-
border-color: #
|
|
3083
|
+
border-color: #8c93a6; }
|
|
3089
3084
|
.em-ds-input--disabled .em-ds-input__input {
|
|
3090
3085
|
color: #616b7f;
|
|
3091
3086
|
cursor: not-allowed; }
|
|
3092
3087
|
|
|
3093
3088
|
.em-ds-input--error {
|
|
3094
|
-
border-color: #
|
|
3089
|
+
border-color: #c64252; }
|
|
3095
3090
|
.em-ds-input--error:focus, .em-ds-input--error:focus-within {
|
|
3096
3091
|
outline: none;
|
|
3097
3092
|
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
@@ -3101,7 +3096,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3101
3096
|
color: #697489; }
|
|
3102
3097
|
|
|
3103
3098
|
.em-ds-input--readonly {
|
|
3104
|
-
border-color: #
|
|
3099
|
+
border-color: #e0e3e8;
|
|
3105
3100
|
cursor: not-allowed; }
|
|
3106
3101
|
.em-ds-input--readonly .em-ds-input__input {
|
|
3107
3102
|
color: #697489; }
|
|
@@ -3116,8 +3111,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3116
3111
|
border: calc(0.30769rem * 0.25) solid #1e79c2; }
|
|
3117
3112
|
|
|
3118
3113
|
.em-ds-form-item--variant-disabled .em-ds-input {
|
|
3119
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3120
|
-
background: #
|
|
3114
|
+
border: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3115
|
+
background: #e0e3e8 !important;
|
|
3121
3116
|
color: #616b7f; }
|
|
3122
3117
|
.em-ds-form-item--variant-disabled .em-ds-input::-webkit-input-placeholder {
|
|
3123
3118
|
color: #697489; }
|
|
@@ -3130,11 +3125,11 @@ fieldset.em-ds-form-item-content {
|
|
|
3130
3125
|
|
|
3131
3126
|
.em-ds-form-item--variant-read-only .em-ds-input {
|
|
3132
3127
|
border: none;
|
|
3133
|
-
border-top: calc(0.30769rem * 0.25) solid #
|
|
3128
|
+
border-top: calc(0.30769rem * 0.25) solid #8c93a6;
|
|
3134
3129
|
background: none; }
|
|
3135
3130
|
|
|
3136
3131
|
.em-ds-form-item--error .em-ds-input {
|
|
3137
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3132
|
+
border: calc(0.30769rem * 0.25) solid #c64252; }
|
|
3138
3133
|
.em-ds-form-item--error .em-ds-input:focus, .em-ds-form-item--error .em-ds-input:focus-within {
|
|
3139
3134
|
outline: none;
|
|
3140
3135
|
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
@@ -3210,7 +3205,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3210
3205
|
color: #697489; }
|
|
3211
3206
|
.em-ds-input-date-group .em-ds-input-date-group__divider--value {
|
|
3212
3207
|
font-style: unset;
|
|
3213
|
-
color: #
|
|
3208
|
+
color: #25292f; }
|
|
3214
3209
|
.em-ds-input-date-group__input {
|
|
3215
3210
|
text-align: center;
|
|
3216
3211
|
border: none;
|
|
@@ -3235,22 +3230,22 @@ fieldset.em-ds-form-item-content {
|
|
|
3235
3230
|
min-width: 2.58462rem;
|
|
3236
3231
|
max-width: 3.32308rem; }
|
|
3237
3232
|
.em-ds-input-date-group__input:focus {
|
|
3238
|
-
background: #
|
|
3233
|
+
background: #a3d6ff; }
|
|
3239
3234
|
.em-ds-input-date-group__input:active {
|
|
3240
3235
|
outline: none;
|
|
3241
|
-
border: calc(0.30769rem * 0.25) solid #
|
|
3236
|
+
border: calc(0.30769rem * 0.25) solid #006aa9;
|
|
3242
3237
|
border-radius: 2px; }
|
|
3243
3238
|
|
|
3244
3239
|
.em-ds-input-addon-wrapper {
|
|
3245
3240
|
border-radius: 2px;
|
|
3246
3241
|
display: flex;
|
|
3247
|
-
box-shadow: inset 0 0 0 1px #
|
|
3242
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
3248
3243
|
height: 2.16rem;
|
|
3249
3244
|
width: 100%; }
|
|
3250
3245
|
.em-ds-input-addon-wrapper > * {
|
|
3251
3246
|
height: 100%; }
|
|
3252
3247
|
.em-ds-input-addon-wrapper .em-ds-input-addon-wrapper__addon--error {
|
|
3253
|
-
border: 1px solid #
|
|
3248
|
+
border: 1px solid #c64252;
|
|
3254
3249
|
border-radius: 2px;
|
|
3255
3250
|
border-top-left-radius: unset;
|
|
3256
3251
|
border-bottom-left-radius: unset;
|
|
@@ -3297,7 +3292,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3297
3292
|
top: 10%;
|
|
3298
3293
|
right: 2.16rem;
|
|
3299
3294
|
width: calc(0.30769rem * 0.25);
|
|
3300
|
-
background: #
|
|
3295
|
+
background: #cbcfd7;
|
|
3301
3296
|
pointer-events: none; }
|
|
3302
3297
|
.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
3298
|
display: none; }
|
|
@@ -3381,30 +3376,30 @@ fieldset.em-ds-form-item-content {
|
|
|
3381
3376
|
width: calc(100% + 2px);
|
|
3382
3377
|
height: calc(100% + 2px);
|
|
3383
3378
|
pointer-events: none;
|
|
3384
|
-
border: solid 1px #
|
|
3379
|
+
border: solid 1px #a3d6ff; }
|
|
3385
3380
|
.em-ds-form-element-toggle:after, .em-ds-form-element-toggle:before {
|
|
3386
3381
|
border-radius: 1.23077rem; }
|
|
3387
3382
|
|
|
3388
3383
|
.em-ds-form-element-toggle-box {
|
|
3389
3384
|
border-radius: 0.61538rem;
|
|
3390
|
-
border: solid 1px #
|
|
3385
|
+
border: solid 1px #353c46;
|
|
3391
3386
|
height: 1.23077rem;
|
|
3392
3387
|
width: calc((1.84615rem * 0.9166) * 2);
|
|
3393
3388
|
background: #697489;
|
|
3394
|
-
color: #
|
|
3389
|
+
color: #ffffff;
|
|
3395
3390
|
transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, opacity 0.1s ease 0s;
|
|
3396
3391
|
display: flex;
|
|
3397
3392
|
justify-content: flex-end;
|
|
3398
3393
|
position: relative;
|
|
3399
3394
|
cursor: pointer; }
|
|
3400
3395
|
.em-ds-form-element-toggle-box:hover {
|
|
3401
|
-
background: #
|
|
3396
|
+
background: #464f5c; }
|
|
3402
3397
|
|
|
3403
3398
|
.em-ds-form-element-toggle__input {
|
|
3404
3399
|
border-radius: 50%;
|
|
3405
3400
|
height: calc(1.23077rem - (0.30769rem * 0.5));
|
|
3406
3401
|
width: calc(1.23077rem - (0.30769rem * 0.5));
|
|
3407
|
-
background: #
|
|
3402
|
+
background: #ffffff;
|
|
3408
3403
|
transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, opacity 0.1s ease 0s;
|
|
3409
3404
|
display: inline-block;
|
|
3410
3405
|
position: absolute;
|
|
@@ -3488,50 +3483,50 @@ fieldset.em-ds-form-item-content {
|
|
|
3488
3483
|
|
|
3489
3484
|
.em-ds-form-element-toggle--checked .em-ds-form-element-toggle-box {
|
|
3490
3485
|
justify-content: flex-start;
|
|
3491
|
-
border: solid 1px #
|
|
3486
|
+
border: solid 1px #006aa9;
|
|
3492
3487
|
background: #1e79c2;
|
|
3493
|
-
color: #
|
|
3488
|
+
color: #ffffff; }
|
|
3494
3489
|
|
|
3495
3490
|
.em-ds-form-element-toggle--checked .em-ds-form-element-toggle__input {
|
|
3496
3491
|
margin-left: calc((0.30769rem * 0.5) * (-0.5)); }
|
|
3497
3492
|
|
|
3498
3493
|
.em-ds-form-element-toggle--checked:hover .em-ds-form-element-toggle-box {
|
|
3499
3494
|
border: solid 1px #005181;
|
|
3500
|
-
background: #
|
|
3495
|
+
background: #006aa9; }
|
|
3501
3496
|
|
|
3502
3497
|
.em-ds-form-element-toggle--checked:focus:before {
|
|
3503
|
-
border: solid 2px #
|
|
3498
|
+
border: solid 2px #006aa9; }
|
|
3504
3499
|
|
|
3505
3500
|
.em-ds-form-element-toggle--checked:focus:after {
|
|
3506
|
-
border: solid 1px #
|
|
3501
|
+
border: solid 1px #a3d6ff; }
|
|
3507
3502
|
|
|
3508
3503
|
.em-ds-form-element-toggle--checked:active {
|
|
3509
|
-
background: #
|
|
3504
|
+
background: #006aa9; }
|
|
3510
3505
|
|
|
3511
3506
|
.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle-box {
|
|
3512
3507
|
cursor: not-allowed;
|
|
3513
3508
|
border: solid 1px transparent;
|
|
3514
|
-
background: #
|
|
3509
|
+
background: #e0e3e8;
|
|
3515
3510
|
color: #5C6574; }
|
|
3516
3511
|
|
|
3517
3512
|
.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle__input {
|
|
3518
|
-
background: #
|
|
3513
|
+
background: #ffffff; }
|
|
3519
3514
|
|
|
3520
3515
|
.em-ds-form-element-toggle--disabled:hover .em-ds-form-element-toggle-box {
|
|
3521
3516
|
border: solid 1px transparent;
|
|
3522
|
-
background: #
|
|
3517
|
+
background: #e0e3e8; }
|
|
3523
3518
|
|
|
3524
3519
|
.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle-box {
|
|
3525
3520
|
cursor: not-allowed;
|
|
3526
|
-
border: solid 1px #
|
|
3521
|
+
border: solid 1px #353c46;
|
|
3527
3522
|
background: #697489;
|
|
3528
|
-
color: #
|
|
3523
|
+
color: #ffffff; }
|
|
3529
3524
|
|
|
3530
3525
|
.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle__input {
|
|
3531
|
-
background: #
|
|
3526
|
+
background: #e0e3e8; }
|
|
3532
3527
|
|
|
3533
3528
|
.em-ds-form-element-toggle--readonly:hover .em-ds-form-element-toggle-box {
|
|
3534
|
-
border: solid 1px #
|
|
3529
|
+
border: solid 1px #353c46;
|
|
3535
3530
|
background: #697489; }
|
|
3536
3531
|
|
|
3537
3532
|
.em-ds-form-element-toggle--readonly:focus {
|
|
@@ -3574,7 +3569,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3574
3569
|
top: 10%;
|
|
3575
3570
|
left: 0;
|
|
3576
3571
|
width: calc(0.30769rem * 0.25);
|
|
3577
|
-
background: #
|
|
3572
|
+
background: #cbcfd7;
|
|
3578
3573
|
pointer-events: none;
|
|
3579
3574
|
border: none; }
|
|
3580
3575
|
.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 +3624,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3629
3624
|
top: 10%;
|
|
3630
3625
|
left: 0;
|
|
3631
3626
|
width: calc(0.30769rem * 0.25);
|
|
3632
|
-
background: #
|
|
3627
|
+
background: #cbcfd7;
|
|
3633
3628
|
pointer-events: none;
|
|
3634
3629
|
border: none; }
|
|
3635
3630
|
.em-ds-labeled-outline .floating-label-input-controller .em-ds__control--is-focused {
|
|
@@ -3666,7 +3661,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3666
3661
|
top: 10%;
|
|
3667
3662
|
left: 0;
|
|
3668
3663
|
width: calc(0.30769rem * 0.25);
|
|
3669
|
-
background: #
|
|
3664
|
+
background: #cbcfd7;
|
|
3670
3665
|
pointer-events: none;
|
|
3671
3666
|
border: none; }
|
|
3672
3667
|
.em-ds-labeled-outline--has-value .em-ds-form-required-mark {
|
|
@@ -3680,7 +3675,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3680
3675
|
left: 0;
|
|
3681
3676
|
opacity: 0;
|
|
3682
3677
|
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: #
|
|
3678
|
+
background-color: #ffffff; }
|
|
3684
3679
|
.em-ds-labeled-outline__outline svg, .em-ds-labeled-outline__outline svg:not([fill]) {
|
|
3685
3680
|
width: 100%;
|
|
3686
3681
|
height: 100%; }
|
|
@@ -3695,13 +3690,13 @@ fieldset.em-ds-form-item-content {
|
|
|
3695
3690
|
height: 100%;
|
|
3696
3691
|
transition: opacity 100ms cubic-bezier(0.64, 0, 0.35, 1), border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3697
3692
|
opacity: 1;
|
|
3698
|
-
border: 0.07692rem solid #
|
|
3693
|
+
border: 0.07692rem solid #cbcfd7; }
|
|
3699
3694
|
|
|
3700
3695
|
.em-ds-labeled-outline__outline__path {
|
|
3701
3696
|
stroke-width: 1px;
|
|
3702
3697
|
transition: stroke 100ms cubic-bezier(0.64, 0, 0.35, 1), stroke-width 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3703
3698
|
fill: transparent;
|
|
3704
|
-
stroke: #
|
|
3699
|
+
stroke: #cbcfd7; }
|
|
3705
3700
|
|
|
3706
3701
|
.em-ds-labeled-outline__label {
|
|
3707
3702
|
position: absolute;
|
|
@@ -3715,10 +3710,10 @@ fieldset.em-ds-form-item-content {
|
|
|
3715
3710
|
cursor: not-allowed; }
|
|
3716
3711
|
|
|
3717
3712
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__outline__path {
|
|
3718
|
-
stroke: #
|
|
3713
|
+
stroke: #e0e3e8; }
|
|
3719
3714
|
|
|
3720
3715
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__idle {
|
|
3721
|
-
border-color: #
|
|
3716
|
+
border-color: #e0e3e8; }
|
|
3722
3717
|
|
|
3723
3718
|
.em-ds-labeled-outline--disabled .em-ds-labeled-outline__label {
|
|
3724
3719
|
color: #697489; }
|
|
@@ -3727,22 +3722,22 @@ fieldset.em-ds-form-item-content {
|
|
|
3727
3722
|
cursor: not-allowed; }
|
|
3728
3723
|
|
|
3729
3724
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__outline__path {
|
|
3730
|
-
stroke: #
|
|
3725
|
+
stroke: #e0e3e8; }
|
|
3731
3726
|
|
|
3732
3727
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__idle {
|
|
3733
|
-
border-color: #
|
|
3728
|
+
border-color: #e0e3e8; }
|
|
3734
3729
|
|
|
3735
3730
|
.em-ds-labeled-outline--readonly .em-ds-labeled-outline__label {
|
|
3736
3731
|
color: #697489; }
|
|
3737
3732
|
|
|
3738
3733
|
.em-ds-labeled-outline--error input:focus ~ .em-ds-labeled-outline__outline svg {
|
|
3739
|
-
filter: drop-shadow(0px 0px 2px #
|
|
3734
|
+
filter: drop-shadow(0px 0px 2px #c64252); }
|
|
3740
3735
|
|
|
3741
3736
|
.em-ds-labeled-outline--error .em-ds-labeled-outline__outline__path {
|
|
3742
|
-
stroke: #
|
|
3737
|
+
stroke: #c64252; }
|
|
3743
3738
|
|
|
3744
3739
|
.em-ds-labeled-outline--error .em-ds-labeled-outline__idle {
|
|
3745
|
-
border-color: #
|
|
3740
|
+
border-color: #c64252; }
|
|
3746
3741
|
|
|
3747
3742
|
.em-ds-input-mask {
|
|
3748
3743
|
position: relative;
|
|
@@ -3752,8 +3747,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3752
3747
|
color: #697489;
|
|
3753
3748
|
box-sizing: border-box;
|
|
3754
3749
|
display: block;
|
|
3755
|
-
border: solid 1px #
|
|
3756
|
-
background: #
|
|
3750
|
+
border: solid 1px #cbcfd7;
|
|
3751
|
+
background: #ffffff;
|
|
3757
3752
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3758
3753
|
border-radius: 2px; }
|
|
3759
3754
|
.em-ds-input-mask:focus-within {
|
|
@@ -3775,7 +3770,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3775
3770
|
border: none;
|
|
3776
3771
|
padding: 0 0.61538rem; }
|
|
3777
3772
|
.em-ds-input-mask__input:active {
|
|
3778
|
-
color: #
|
|
3773
|
+
color: #25292f; }
|
|
3779
3774
|
.em-ds-input-mask__input::-webkit-input-placeholder {
|
|
3780
3775
|
color: #697489;
|
|
3781
3776
|
font-style: italic; }
|
|
@@ -3808,24 +3803,24 @@ fieldset.em-ds-form-item-content {
|
|
|
3808
3803
|
right: 0; }
|
|
3809
3804
|
|
|
3810
3805
|
.em-ds-input-mask--disabled {
|
|
3811
|
-
border-color: #
|
|
3806
|
+
border-color: #e0e3e8; }
|
|
3812
3807
|
.em-ds-input-mask--disabled:focus-within, .em-ds-input-mask--disabled:hover {
|
|
3813
|
-
border-color: #
|
|
3808
|
+
border-color: #e0e3e8; }
|
|
3814
3809
|
.em-ds-input-mask--disabled:active {
|
|
3815
|
-
border-color: #
|
|
3810
|
+
border-color: #e0e3e8; }
|
|
3816
3811
|
.em-ds-input-mask--disabled .em-ds-input-mask__input {
|
|
3817
3812
|
color: #697489;
|
|
3818
3813
|
cursor: not-allowed; }
|
|
3819
3814
|
|
|
3820
3815
|
.em-ds-input-mask--error {
|
|
3821
|
-
border-color: #
|
|
3816
|
+
border-color: #c64252; }
|
|
3822
3817
|
.em-ds-input-mask--error:focus, .em-ds-input-mask--error:hover, .em-ds-input-mask--error:active {
|
|
3823
|
-
border-color: #
|
|
3818
|
+
border-color: #c64252; }
|
|
3824
3819
|
.em-ds-input-mask--error .em-ds-input-mask__input {
|
|
3825
3820
|
color: #697489; }
|
|
3826
3821
|
|
|
3827
3822
|
.em-ds-input-mask--readonly {
|
|
3828
|
-
border-color: #
|
|
3823
|
+
border-color: #e0e3e8;
|
|
3829
3824
|
cursor: not-allowed; }
|
|
3830
3825
|
.em-ds-input-mask--readonly .em-ds-input-mask__input {
|
|
3831
3826
|
color: #697489; }
|
|
@@ -3840,19 +3835,19 @@ fieldset.em-ds-form-item-content {
|
|
|
3840
3835
|
outline: none;
|
|
3841
3836
|
color: #697489;
|
|
3842
3837
|
display: flex;
|
|
3843
|
-
background: #
|
|
3838
|
+
background: #ffffff;
|
|
3844
3839
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3845
3840
|
border-radius: 2px;
|
|
3846
|
-
box-shadow: inset 0 0 0 1px #
|
|
3841
|
+
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
3847
3842
|
padding: 1px; }
|
|
3848
3843
|
.em-ds-form-element-textarea:focus-within {
|
|
3849
3844
|
padding: 0; }
|
|
3850
3845
|
.em-ds-form-element-textarea:hover {
|
|
3851
3846
|
outline: none;
|
|
3852
|
-
box-shadow: inset 0 0 0 1px #
|
|
3847
|
+
box-shadow: inset 0 0 0 1px #006aa9;
|
|
3853
3848
|
border-radius: 2px; }
|
|
3854
3849
|
.em-ds-form-element-textarea--error {
|
|
3855
|
-
box-shadow: inset 0 0 0 1px #
|
|
3850
|
+
box-shadow: inset 0 0 0 1px #c64252; }
|
|
3856
3851
|
|
|
3857
3852
|
.em-ds-form-element-textarea__textarea {
|
|
3858
3853
|
min-height: 2.16rem;
|
|
@@ -3868,7 +3863,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3868
3863
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
3869
3864
|
border-radius: 2px; }
|
|
3870
3865
|
.em-ds-form-element-textarea__textarea:active {
|
|
3871
|
-
color: #
|
|
3866
|
+
color: #25292f; }
|
|
3872
3867
|
.em-ds-form-element-textarea__textarea::-webkit-input-placeholder {
|
|
3873
3868
|
color: #697489;
|
|
3874
3869
|
font-style: italic; }
|
|
@@ -3883,24 +3878,24 @@ fieldset.em-ds-form-item-content {
|
|
|
3883
3878
|
font-style: italic; }
|
|
3884
3879
|
|
|
3885
3880
|
.em-ds-form-element-textarea--disabled {
|
|
3886
|
-
border-color: #
|
|
3881
|
+
border-color: #e0e3e8; }
|
|
3887
3882
|
.em-ds-form-element-textarea--disabled:focus-within, .em-ds-form-element-textarea--disabled:hover {
|
|
3888
|
-
border-color: #
|
|
3883
|
+
border-color: #e0e3e8; }
|
|
3889
3884
|
.em-ds-form-element-textarea--disabled:active {
|
|
3890
|
-
border-color: #
|
|
3885
|
+
border-color: #e0e3e8; }
|
|
3891
3886
|
.em-ds-form-element-textarea--disabled .em-ds-form-element-textarea__textarea {
|
|
3892
3887
|
color: #697489;
|
|
3893
3888
|
cursor: not-allowed; }
|
|
3894
3889
|
|
|
3895
3890
|
.em-ds-form-element-textarea--error {
|
|
3896
|
-
border-color: #
|
|
3891
|
+
border-color: #c64252; }
|
|
3897
3892
|
.em-ds-form-element-textarea--error:focus, .em-ds-form-element-textarea--error:hover, .em-ds-form-element-textarea--error:active {
|
|
3898
|
-
border-color: #
|
|
3893
|
+
border-color: #c64252; }
|
|
3899
3894
|
.em-ds-form-element-textarea--error .em-ds-form-element-textarea__textarea {
|
|
3900
3895
|
color: #697489; }
|
|
3901
3896
|
|
|
3902
3897
|
.em-ds-form-element-textarea--readonly {
|
|
3903
|
-
border-color: #
|
|
3898
|
+
border-color: #e0e3e8;
|
|
3904
3899
|
cursor: not-allowed; }
|
|
3905
3900
|
.em-ds-form-element-textarea--readonly .em-ds-form-element-textarea__textarea {
|
|
3906
3901
|
color: #697489; }
|
|
@@ -3911,7 +3906,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3911
3906
|
.em-ds-counter__textarea span {
|
|
3912
3907
|
margin: 0 0.09231rem; }
|
|
3913
3908
|
.em-ds-counter__textarea--limit-error {
|
|
3914
|
-
color: #
|
|
3909
|
+
color: #c64252; }
|
|
3915
3910
|
|
|
3916
3911
|
@media (max-width: 48rem) {
|
|
3917
3912
|
.em-ds-form-element-textarea__textarea {
|
|
@@ -3971,7 +3966,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3971
3966
|
line-height: normal;
|
|
3972
3967
|
font-weight: 400;
|
|
3973
3968
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3974
|
-
color: #
|
|
3969
|
+
color: #25292f;
|
|
3975
3970
|
line-height: 100%;
|
|
3976
3971
|
position: relative;
|
|
3977
3972
|
bottom: -1px; }
|
|
@@ -3983,8 +3978,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3983
3978
|
min-width: 1.23077rem;
|
|
3984
3979
|
height: 1.23077rem;
|
|
3985
3980
|
margin-right: 0.61538rem;
|
|
3986
|
-
border: solid 1px #
|
|
3987
|
-
background: #
|
|
3981
|
+
border: solid 1px #8c93a6;
|
|
3982
|
+
background: #ffffff;
|
|
3988
3983
|
display: inline-flex;
|
|
3989
3984
|
justify-content: center;
|
|
3990
3985
|
align-items: center;
|
|
@@ -4006,69 +4001,69 @@ fieldset.em-ds-form-item-content {
|
|
|
4006
4001
|
width: fit-content;
|
|
4007
4002
|
padding-bottom: 1.23077rem; }
|
|
4008
4003
|
.em-ds-form-element-radio circle.unchecked {
|
|
4009
|
-
fill: #
|
|
4004
|
+
fill: #ffffff; }
|
|
4010
4005
|
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
|
|
4011
4006
|
border-color: #1e79c2;
|
|
4012
|
-
background-color: #
|
|
4007
|
+
background-color: #ebf6ff; }
|
|
4013
4008
|
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover circle.unchecked {
|
|
4014
|
-
fill: #
|
|
4009
|
+
fill: #ebf6ff; }
|
|
4015
4010
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4016
4011
|
box-shadow: none; }
|
|
4017
4012
|
.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 #
|
|
4013
|
+
border: solid 2px #006aa9; }
|
|
4019
4014
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active {
|
|
4020
|
-
background-color: #
|
|
4015
|
+
background-color: #ffffff; }
|
|
4021
4016
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active circle.unchecked {
|
|
4022
|
-
fill: #
|
|
4017
|
+
fill: #ffffff; }
|
|
4023
4018
|
.em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4024
4019
|
fill: #1e79c2; }
|
|
4025
4020
|
|
|
4026
4021
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
|
|
4027
|
-
border-color: #
|
|
4022
|
+
border-color: #c64252; }
|
|
4028
4023
|
|
|
4029
4024
|
.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: #
|
|
4025
|
+
border-color: #c64252; }
|
|
4031
4026
|
|
|
4032
4027
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
|
|
4033
|
-
border-color: #
|
|
4028
|
+
border-color: #c64252; }
|
|
4034
4029
|
|
|
4035
4030
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active circle.unchecked {
|
|
4036
|
-
fill: #
|
|
4031
|
+
fill: #ebedf0; }
|
|
4037
4032
|
|
|
4038
4033
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4039
|
-
fill: #
|
|
4034
|
+
fill: #c64252; }
|
|
4040
4035
|
|
|
4041
4036
|
.em-ds-form-element-radio--disabled circle.checked {
|
|
4042
|
-
fill: #
|
|
4037
|
+
fill: #8c93a6; }
|
|
4043
4038
|
|
|
4044
4039
|
.em-ds-form-element-radio--disabled circle.unchecked {
|
|
4045
|
-
fill: #
|
|
4040
|
+
fill: #ebedf0; }
|
|
4046
4041
|
|
|
4047
4042
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label {
|
|
4048
4043
|
cursor: not-allowed; }
|
|
4049
4044
|
.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: #
|
|
4045
|
+
border-color: #8c93a6;
|
|
4046
|
+
background-color: #ebedf0; }
|
|
4052
4047
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover circle.unchecked {
|
|
4053
|
-
fill: #
|
|
4048
|
+
fill: #ebedf0; }
|
|
4054
4049
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
|
|
4055
|
-
background-color: #
|
|
4050
|
+
background-color: #ebedf0; }
|
|
4056
4051
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active circle.unchecked {
|
|
4057
|
-
fill: #
|
|
4052
|
+
fill: #ebedf0; }
|
|
4058
4053
|
.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: #
|
|
4054
|
+
background-color: #ebedf0; }
|
|
4060
4055
|
|
|
4061
4056
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label-text {
|
|
4062
4057
|
color: #697489; }
|
|
4063
4058
|
|
|
4064
4059
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button {
|
|
4065
4060
|
pointer-events: none;
|
|
4066
|
-
background: #
|
|
4061
|
+
background: #ebedf0; }
|
|
4067
4062
|
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button:hover {
|
|
4068
|
-
border-color: #
|
|
4063
|
+
border-color: #8c93a6; }
|
|
4069
4064
|
|
|
4070
4065
|
.em-ds-form-element-radio--readonly .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
|
|
4071
|
-
border-color: #
|
|
4066
|
+
border-color: #8c93a6; }
|
|
4072
4067
|
|
|
4073
4068
|
.em-ds-form-element-radio--readonly .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button circle.checked {
|
|
4074
4069
|
fill: #697489; }
|
|
@@ -4082,17 +4077,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4082
4077
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4083
4078
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4084
4079
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4085
|
-
border: solid 2px #
|
|
4080
|
+
border: solid 2px #8c93a6; }
|
|
4086
4081
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4087
|
-
border: solid 3px #
|
|
4082
|
+
border: solid 3px #006aa9; }
|
|
4088
4083
|
.em-ds-form-element-radio__input-button {
|
|
4089
4084
|
width: calc(1.23077rem * 1.22);
|
|
4090
4085
|
min-width: calc(1.23077rem * 1.22);
|
|
4091
4086
|
height: calc(1.23077rem * 1.22);
|
|
4092
|
-
border: solid 2px #
|
|
4087
|
+
border: solid 2px #8c93a6;
|
|
4093
4088
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4094
4089
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4095
|
-
border: solid 2px #
|
|
4090
|
+
border: solid 2px #c64252; } }
|
|
4096
4091
|
|
|
4097
4092
|
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
4098
4093
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4103,17 +4098,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4103
4098
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4104
4099
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4105
4100
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4106
|
-
border: solid 2px #
|
|
4101
|
+
border: solid 2px #8c93a6; }
|
|
4107
4102
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4108
|
-
border: solid 3px #
|
|
4103
|
+
border: solid 3px #006aa9; }
|
|
4109
4104
|
.em-ds-form-element-radio__input-button {
|
|
4110
4105
|
width: calc(1.23077rem * 1.22);
|
|
4111
4106
|
min-width: calc(1.23077rem * 1.22);
|
|
4112
4107
|
height: calc(1.23077rem * 1.22);
|
|
4113
|
-
border: solid 2px #
|
|
4108
|
+
border: solid 2px #8c93a6;
|
|
4114
4109
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4115
4110
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4116
|
-
border: solid 2px #
|
|
4111
|
+
border: solid 2px #c64252; } }
|
|
4117
4112
|
|
|
4118
4113
|
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
4119
4114
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4124,17 +4119,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4124
4119
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4125
4120
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4126
4121
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4127
|
-
border: solid 2px #
|
|
4122
|
+
border: solid 2px #8c93a6; }
|
|
4128
4123
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4129
|
-
border: solid 3px #
|
|
4124
|
+
border: solid 3px #006aa9; }
|
|
4130
4125
|
.em-ds-form-element-radio__input-button {
|
|
4131
4126
|
width: calc(1.23077rem * 1.22);
|
|
4132
4127
|
min-width: calc(1.23077rem * 1.22);
|
|
4133
4128
|
height: calc(1.23077rem * 1.22);
|
|
4134
|
-
border: solid 2px #
|
|
4129
|
+
border: solid 2px #8c93a6;
|
|
4135
4130
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4136
4131
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4137
|
-
border: solid 2px #
|
|
4132
|
+
border: solid 2px #c64252; } }
|
|
4138
4133
|
|
|
4139
4134
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
4140
4135
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4145,17 +4140,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4145
4140
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4146
4141
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4147
4142
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4148
|
-
border: solid 2px #
|
|
4143
|
+
border: solid 2px #8c93a6; }
|
|
4149
4144
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4150
|
-
border: solid 3px #
|
|
4145
|
+
border: solid 3px #006aa9; }
|
|
4151
4146
|
.em-ds-form-element-radio__input-button {
|
|
4152
4147
|
width: calc(1.23077rem * 1.22);
|
|
4153
4148
|
min-width: calc(1.23077rem * 1.22);
|
|
4154
4149
|
height: calc(1.23077rem * 1.22);
|
|
4155
|
-
border: solid 2px #
|
|
4150
|
+
border: solid 2px #8c93a6;
|
|
4156
4151
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4157
4152
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4158
|
-
border: solid 2px #
|
|
4153
|
+
border: solid 2px #c64252; } }
|
|
4159
4154
|
|
|
4160
4155
|
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
4161
4156
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4166,17 +4161,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4166
4161
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4167
4162
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4168
4163
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4169
|
-
border: solid 2px #
|
|
4164
|
+
border: solid 2px #8c93a6; }
|
|
4170
4165
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4171
|
-
border: solid 3px #
|
|
4166
|
+
border: solid 3px #006aa9; }
|
|
4172
4167
|
.em-ds-form-element-radio__input-button {
|
|
4173
4168
|
width: calc(1.23077rem * 1.22);
|
|
4174
4169
|
min-width: calc(1.23077rem * 1.22);
|
|
4175
4170
|
height: calc(1.23077rem * 1.22);
|
|
4176
|
-
border: solid 2px #
|
|
4171
|
+
border: solid 2px #8c93a6;
|
|
4177
4172
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4178
4173
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4179
|
-
border: solid 2px #
|
|
4174
|
+
border: solid 2px #c64252; } }
|
|
4180
4175
|
|
|
4181
4176
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
4182
4177
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4187,17 +4182,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4187
4182
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4188
4183
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4189
4184
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4190
|
-
border: solid 2px #
|
|
4185
|
+
border: solid 2px #8c93a6; }
|
|
4191
4186
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4192
|
-
border: solid 3px #
|
|
4187
|
+
border: solid 3px #006aa9; }
|
|
4193
4188
|
.em-ds-form-element-radio__input-button {
|
|
4194
4189
|
width: calc(1.23077rem * 1.22);
|
|
4195
4190
|
min-width: calc(1.23077rem * 1.22);
|
|
4196
4191
|
height: calc(1.23077rem * 1.22);
|
|
4197
|
-
border: solid 2px #
|
|
4192
|
+
border: solid 2px #8c93a6;
|
|
4198
4193
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4199
4194
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4200
|
-
border: solid 2px #
|
|
4195
|
+
border: solid 2px #c64252; } }
|
|
4201
4196
|
|
|
4202
4197
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
4203
4198
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4208,17 +4203,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4208
4203
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4209
4204
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4210
4205
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4211
|
-
border: solid 2px #
|
|
4206
|
+
border: solid 2px #8c93a6; }
|
|
4212
4207
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4213
|
-
border: solid 3px #
|
|
4208
|
+
border: solid 3px #006aa9; }
|
|
4214
4209
|
.em-ds-form-element-radio__input-button {
|
|
4215
4210
|
width: calc(1.23077rem * 1.22);
|
|
4216
4211
|
min-width: calc(1.23077rem * 1.22);
|
|
4217
4212
|
height: calc(1.23077rem * 1.22);
|
|
4218
|
-
border: solid 2px #
|
|
4213
|
+
border: solid 2px #8c93a6;
|
|
4219
4214
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4220
4215
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4221
|
-
border: solid 2px #
|
|
4216
|
+
border: solid 2px #c64252; } }
|
|
4222
4217
|
|
|
4223
4218
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
4224
4219
|
.em-ds-form-element-radio__label-text {
|
|
@@ -4229,17 +4224,17 @@ fieldset.em-ds-form-item-content {
|
|
|
4229
4224
|
.em-ds-form-element-radio .em-ds-form-element-radio__label {
|
|
4230
4225
|
padding: calc(0.30769rem * 0.81) 0; }
|
|
4231
4226
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4232
|
-
border: solid 2px #
|
|
4227
|
+
border: solid 2px #8c93a6; }
|
|
4233
4228
|
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
|
|
4234
|
-
border: solid 3px #
|
|
4229
|
+
border: solid 3px #006aa9; }
|
|
4235
4230
|
.em-ds-form-element-radio__input-button {
|
|
4236
4231
|
width: calc(1.23077rem * 1.22);
|
|
4237
4232
|
min-width: calc(1.23077rem * 1.22);
|
|
4238
4233
|
height: calc(1.23077rem * 1.22);
|
|
4239
|
-
border: solid 2px #
|
|
4234
|
+
border: solid 2px #8c93a6;
|
|
4240
4235
|
margin-right: calc(1.23077rem * 0.81); }
|
|
4241
4236
|
.em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
|
|
4242
|
-
border: solid 2px #
|
|
4237
|
+
border: solid 2px #c64252; } }
|
|
4243
4238
|
|
|
4244
4239
|
.em-ds-radio-group-form-item-layout-wrapper {
|
|
4245
4240
|
display: inline-flex; }
|
|
@@ -4382,7 +4377,7 @@ fieldset.em-ds-form-item-content {
|
|
|
4382
4377
|
padding-top: 0.5rem; } }
|
|
4383
4378
|
|
|
4384
4379
|
.em-ds-form-required-mark {
|
|
4385
|
-
color: #
|
|
4380
|
+
color: #c64252;
|
|
4386
4381
|
font-size: 0.75rem;
|
|
4387
4382
|
margin-left: 0.30769rem;
|
|
4388
4383
|
position: relative;
|
|
@@ -4407,7 +4402,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4407
4402
|
line-height: normal;
|
|
4408
4403
|
font-weight: 400; }
|
|
4409
4404
|
.em-ds-determinate-progress-indicator--disabled {
|
|
4410
|
-
color: #
|
|
4405
|
+
color: #8c93a6; }
|
|
4411
4406
|
.em-ds-determinate-progress-indicator .em-ds-truncated-tooltip-text {
|
|
4412
4407
|
width: initial; }
|
|
4413
4408
|
.em-ds-determinate-progress-indicator__title {
|
|
@@ -4422,7 +4417,7 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4422
4417
|
grid-area: progressbar;
|
|
4423
4418
|
height: 0.15385rem;
|
|
4424
4419
|
position: relative;
|
|
4425
|
-
background: #
|
|
4420
|
+
background: #e0e3e8;
|
|
4426
4421
|
border-radius: 0.07692rem; }
|
|
4427
4422
|
.em-ds-determinate-progress-indicator .em-ds-progress-bar__progress {
|
|
4428
4423
|
transition: width 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
@@ -4432,28 +4427,28 @@ legend.em-ds-label--group .em-ds-form-required-mark {
|
|
|
4432
4427
|
margin-left: 0.15385rem; }
|
|
4433
4428
|
|
|
4434
4429
|
.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__title {
|
|
4435
|
-
color: #
|
|
4430
|
+
color: #8c93a6; }
|
|
4436
4431
|
|
|
4437
4432
|
.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__counter {
|
|
4438
|
-
color: #
|
|
4433
|
+
color: #cbcfd7; }
|
|
4439
4434
|
|
|
4440
4435
|
.em-ds-determinate-progress-indicator--disabled .em-ds-progress-bar__progress {
|
|
4441
|
-
background: #
|
|
4436
|
+
background: #cbcfd7; }
|
|
4442
4437
|
|
|
4443
4438
|
.em-ds-progress-bar__progress--default {
|
|
4444
4439
|
background-color: #697489; }
|
|
4445
4440
|
|
|
4446
4441
|
.em-ds-progress-bar__progress--success {
|
|
4447
|
-
background-color: #
|
|
4442
|
+
background-color: #207e56; }
|
|
4448
4443
|
|
|
4449
4444
|
.em-ds-progress-bar__progress--warning {
|
|
4450
|
-
background-color: #
|
|
4445
|
+
background-color: #d17a00; }
|
|
4451
4446
|
|
|
4452
4447
|
.em-ds-progress-bar__progress--info {
|
|
4453
|
-
background-color: #
|
|
4448
|
+
background-color: #1394e5; }
|
|
4454
4449
|
|
|
4455
4450
|
.em-ds-progress-bar__progress--error {
|
|
4456
|
-
background-color: #
|
|
4451
|
+
background-color: #c64252; }
|
|
4457
4452
|
|
|
4458
4453
|
.em-ds-page-header-main-section {
|
|
4459
4454
|
display: flex;
|
|
@@ -4533,7 +4528,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4533
4528
|
align-items: flex-end;
|
|
4534
4529
|
justify-content: flex-end; }
|
|
4535
4530
|
.em-ds-page-header--with-bottom-separator {
|
|
4536
|
-
border-bottom: 0.11538rem solid #
|
|
4531
|
+
border-bottom: 0.11538rem solid #8c93a6; }
|
|
4537
4532
|
.em-ds-page-header .em-ds-page-header-breadcrumb a:first-child {
|
|
4538
4533
|
padding-left: 1px; }
|
|
4539
4534
|
|
|
@@ -4573,14 +4568,14 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4573
4568
|
display: block;
|
|
4574
4569
|
content: '';
|
|
4575
4570
|
height: 1.84615rem;
|
|
4576
|
-
background: #
|
|
4571
|
+
background: #464f5c;
|
|
4577
4572
|
width: 1px;
|
|
4578
4573
|
margin-right: 0.61538rem; }
|
|
4579
4574
|
.em-ds-page-header-v2-summary .ph-summary-value {
|
|
4580
|
-
color: #
|
|
4575
|
+
color: #353c46;
|
|
4581
4576
|
padding-right: 0.61538rem; }
|
|
4582
4577
|
.em-ds-page-header-v2-summary .ph-summary-label {
|
|
4583
|
-
color: #
|
|
4578
|
+
color: #464f5c; }
|
|
4584
4579
|
.em-ds-page-header-v2-summary .ph-summary-space {
|
|
4585
4580
|
width: 3.69231rem; }
|
|
4586
4581
|
|
|
@@ -4632,7 +4627,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4632
4627
|
|
|
4633
4628
|
.em-ds-toolbar {
|
|
4634
4629
|
display: inline-block;
|
|
4635
|
-
background: #
|
|
4630
|
+
background: #ffffff;
|
|
4636
4631
|
border-radius: 2px;
|
|
4637
4632
|
display: flex;
|
|
4638
4633
|
justify-content: center;
|
|
@@ -4669,9 +4664,9 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4669
4664
|
height: 100%; }
|
|
4670
4665
|
|
|
4671
4666
|
.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon {
|
|
4672
|
-
border-left: solid 1px #
|
|
4667
|
+
border-left: solid 1px #006aa9; }
|
|
4673
4668
|
.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon .em-ds-button {
|
|
4674
|
-
border: solid 1px #
|
|
4669
|
+
border: solid 1px #006aa9; }
|
|
4675
4670
|
|
|
4676
4671
|
.em-ds-time-picker .em-ds-input-addon-wrapper {
|
|
4677
4672
|
min-width: 9.84615rem; }
|
|
@@ -4679,7 +4674,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4679
4674
|
width: 0; }
|
|
4680
4675
|
|
|
4681
4676
|
.em-ds-time-picker-menu {
|
|
4682
|
-
background-color: #
|
|
4677
|
+
background-color: #ffffff;
|
|
4683
4678
|
position: relative;
|
|
4684
4679
|
flex-direction: column;
|
|
4685
4680
|
display: flex;
|
|
@@ -4688,8 +4683,8 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4688
4683
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4689
4684
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19); }
|
|
4690
4685
|
.em-ds-time-picker-menu .em-ds-time-picker-menu__header {
|
|
4691
|
-
background-color: #
|
|
4692
|
-
color: #
|
|
4686
|
+
background-color: #f6f7f9;
|
|
4687
|
+
color: #464f5c;
|
|
4693
4688
|
font-weight: bold;
|
|
4694
4689
|
text-align: center;
|
|
4695
4690
|
padding: 1.23077rem 0;
|
|
@@ -4706,16 +4701,16 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4706
4701
|
border-right: unset; }
|
|
4707
4702
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__header {
|
|
4708
4703
|
height: 100%;
|
|
4709
|
-
background-color: #
|
|
4704
|
+
background-color: #f6f7f9;
|
|
4710
4705
|
text-align: center;
|
|
4711
|
-
color: #
|
|
4706
|
+
color: #25292f;
|
|
4712
4707
|
padding: 0.55385rem 0;
|
|
4713
4708
|
font-size: 0.923rem; }
|
|
4714
4709
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel {
|
|
4715
4710
|
outline: none;
|
|
4716
4711
|
position: relative;
|
|
4717
|
-
background: #
|
|
4718
|
-
border-right: 0.07692rem solid #
|
|
4712
|
+
background: #ffffff;
|
|
4713
|
+
border-right: 0.07692rem solid #b0b9c8; }
|
|
4719
4714
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel:focus {
|
|
4720
4715
|
-ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4721
4716
|
-o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
@@ -4736,7 +4731,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4736
4731
|
width: 2.46154rem;
|
|
4737
4732
|
height: 2.46154rem;
|
|
4738
4733
|
cursor: pointer;
|
|
4739
|
-
color: #
|
|
4734
|
+
color: #25292f;
|
|
4740
4735
|
vertical-align: center;
|
|
4741
4736
|
text-align: center;
|
|
4742
4737
|
border-radius: 50%;
|
|
@@ -4758,19 +4753,19 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4758
4753
|
color: #697489; }
|
|
4759
4754
|
.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
4755
|
border: 1px solid #1e79c2;
|
|
4761
|
-
box-shadow: inset 0 0 0 1px #
|
|
4756
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
4762
4757
|
font-weight: lighter;
|
|
4763
4758
|
color: #1e79c2; }
|
|
4764
4759
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled:hover {
|
|
4765
4760
|
color: #697489; }
|
|
4766
4761
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected {
|
|
4767
4762
|
font-weight: 600;
|
|
4768
|
-
color: #
|
|
4763
|
+
color: #ffffff; }
|
|
4769
4764
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected:hover {
|
|
4770
4765
|
border: solid 1px #1e79c2;
|
|
4771
4766
|
font-weight: bolder;
|
|
4772
|
-
box-shadow: inset 0 0 0 1px #
|
|
4773
|
-
color: #
|
|
4767
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
4768
|
+
color: #ffffff; }
|
|
4774
4769
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected::after {
|
|
4775
4770
|
background: #fff; }
|
|
4776
4771
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel--scrolling .em-ds-time-picker-panel__item-list {
|
|
@@ -4802,8 +4797,8 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4802
4797
|
fill: #1e79c2; }
|
|
4803
4798
|
|
|
4804
4799
|
.em-ds-time-picker.variant-disabled > .em-ds-input {
|
|
4805
|
-
background: #
|
|
4806
|
-
border-color: #
|
|
4800
|
+
background: #ebedf0;
|
|
4801
|
+
border-color: #8c93a6;
|
|
4807
4802
|
pointer-events: none; }
|
|
4808
4803
|
.em-ds-time-picker.variant-disabled > .em-ds-input input,
|
|
4809
4804
|
.em-ds-time-picker.variant-disabled > .em-ds-input select {
|
|
@@ -4839,29 +4834,29 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4839
4834
|
position: absolute;
|
|
4840
4835
|
top: 0;
|
|
4841
4836
|
right: 0;
|
|
4842
|
-
fill: #
|
|
4837
|
+
fill: #b0b9c8; }
|
|
4843
4838
|
.Toastify__toast-container .toast-close-button:focus {
|
|
4844
4839
|
position: absolute !important; }
|
|
4845
4840
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--default {
|
|
4846
|
-
border-color: #
|
|
4841
|
+
border-color: #8c93a6; }
|
|
4847
4842
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--info {
|
|
4848
|
-
border-color: #
|
|
4843
|
+
border-color: #52a6ec; }
|
|
4849
4844
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--success {
|
|
4850
|
-
border-color: #
|
|
4845
|
+
border-color: #207e56; }
|
|
4851
4846
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--warning {
|
|
4852
|
-
border-color: #
|
|
4847
|
+
border-color: #d17a00; }
|
|
4853
4848
|
.Toastify__toast-container:not(.with-progressbar) .Toastify__toast--error {
|
|
4854
|
-
border-color: #
|
|
4849
|
+
border-color: #c64252; }
|
|
4855
4850
|
.Toastify__toast-container.with-progressbar .Toastify__toast--default {
|
|
4856
|
-
border-color: #
|
|
4851
|
+
border-color: #b0b9c8; }
|
|
4857
4852
|
.Toastify__toast-container.with-progressbar .Toastify__toast--info {
|
|
4858
|
-
border-color: #
|
|
4853
|
+
border-color: #a3d6ff; }
|
|
4859
4854
|
.Toastify__toast-container.with-progressbar .Toastify__toast--success {
|
|
4860
|
-
border-color: #
|
|
4855
|
+
border-color: #d4f0e5; }
|
|
4861
4856
|
.Toastify__toast-container.with-progressbar .Toastify__toast--warning {
|
|
4862
|
-
border-color: #
|
|
4857
|
+
border-color: #fbb431; }
|
|
4863
4858
|
.Toastify__toast-container.with-progressbar .Toastify__toast--error {
|
|
4864
|
-
border-color: #
|
|
4859
|
+
border-color: #f7cdd2; }
|
|
4865
4860
|
|
|
4866
4861
|
@media only screen and (max-width: 480px) {
|
|
4867
4862
|
.Toastify__toast-container {
|
|
@@ -4888,19 +4883,19 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4888
4883
|
max-height: 39.38462rem;
|
|
4889
4884
|
cursor: pointer;
|
|
4890
4885
|
direction: ltr;
|
|
4891
|
-
background-color: #
|
|
4886
|
+
background-color: #ffffff;
|
|
4892
4887
|
border-left: 0.30769rem solid;
|
|
4893
4888
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
|
|
4894
4889
|
.Toastify__toast--default .em-ds-toast-content__icon-message svg {
|
|
4895
|
-
fill: #
|
|
4890
|
+
fill: #8c93a6; }
|
|
4896
4891
|
.Toastify__toast--info .em-ds-toast-content__icon-message svg {
|
|
4897
|
-
fill: #
|
|
4892
|
+
fill: #52a6ec; }
|
|
4898
4893
|
.Toastify__toast--success .em-ds-toast-content__icon-message svg {
|
|
4899
|
-
fill: #
|
|
4894
|
+
fill: #207e56; }
|
|
4900
4895
|
.Toastify__toast--warning .em-ds-toast-content__icon-message svg {
|
|
4901
|
-
fill: #
|
|
4896
|
+
fill: #d17a00; }
|
|
4902
4897
|
.Toastify__toast--error .em-ds-toast-content__icon-message svg {
|
|
4903
|
-
fill: #
|
|
4898
|
+
fill: #c64252; }
|
|
4904
4899
|
.Toastify__toast--rtl {
|
|
4905
4900
|
direction: rtl; }
|
|
4906
4901
|
.Toastify__toast-body {
|
|
@@ -4920,20 +4915,20 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4920
4915
|
z-index: 9999;
|
|
4921
4916
|
opacity: 0.7;
|
|
4922
4917
|
animation: Toastify__trackProgress linear 1;
|
|
4923
|
-
background-color: #
|
|
4918
|
+
background-color: #ebf6ff; }
|
|
4924
4919
|
.Toastify__progress-bar--rtl {
|
|
4925
4920
|
right: 0;
|
|
4926
4921
|
left: initial; }
|
|
4927
4922
|
.Toastify__progress-bar--default {
|
|
4928
|
-
background-color: #
|
|
4923
|
+
background-color: #8c93a6; }
|
|
4929
4924
|
.Toastify__progress-bar--info {
|
|
4930
|
-
background-color: #
|
|
4925
|
+
background-color: #52a6ec; }
|
|
4931
4926
|
.Toastify__progress-bar--success {
|
|
4932
|
-
background-color: #
|
|
4927
|
+
background-color: #207e56; }
|
|
4933
4928
|
.Toastify__progress-bar--warning {
|
|
4934
|
-
background-color: #
|
|
4929
|
+
background-color: #d17a00; }
|
|
4935
4930
|
.Toastify__progress-bar--error {
|
|
4936
|
-
background-color: #
|
|
4931
|
+
background-color: #c64252; }
|
|
4937
4932
|
|
|
4938
4933
|
@keyframes Toastify__trackProgress {
|
|
4939
4934
|
0% {
|
|
@@ -5181,7 +5176,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5181
5176
|
min-width: 4.32rem;
|
|
5182
5177
|
padding: 0.30769rem 1.23077rem;
|
|
5183
5178
|
position: relative;
|
|
5184
|
-
background-color: #
|
|
5179
|
+
background-color: #ffffff;
|
|
5185
5180
|
border-radius: 2px;
|
|
5186
5181
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
5187
5182
|
-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 +5194,9 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5199
5194
|
pointer-events: none;
|
|
5200
5195
|
background-color: transparent; }
|
|
5201
5196
|
.em-ds-tooltip__arrow .stroke {
|
|
5202
|
-
fill: #
|
|
5197
|
+
fill: #ffffff; }
|
|
5203
5198
|
.em-ds-tooltip__arrow .fill {
|
|
5204
|
-
fill: #
|
|
5199
|
+
fill: #ffffff; }
|
|
5205
5200
|
.em-ds-tooltip__arrow[data-placement^="top"] {
|
|
5206
5201
|
transform: rotateZ(180deg); }
|
|
5207
5202
|
.em-ds-tooltip__arrow[data-placement^="right"] {
|
|
@@ -5218,7 +5213,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5218
5213
|
white-space: normal;
|
|
5219
5214
|
word-wrap: break-word;
|
|
5220
5215
|
display: inline-block;
|
|
5221
|
-
color: #
|
|
5216
|
+
color: #464f5c;
|
|
5222
5217
|
max-width: 16.73846rem; }
|
|
5223
5218
|
|
|
5224
5219
|
.tooltip-container--toolbar {
|
|
@@ -5236,7 +5231,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5236
5231
|
text-align: left;
|
|
5237
5232
|
vertical-align: middle; }
|
|
5238
5233
|
.em-ds-tooltip__text {
|
|
5239
|
-
color: #
|
|
5234
|
+
color: #25292f; }
|
|
5240
5235
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5241
5236
|
height: 1.47692rem; } }
|
|
5242
5237
|
|
|
@@ -5252,7 +5247,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5252
5247
|
text-align: left;
|
|
5253
5248
|
vertical-align: middle; }
|
|
5254
5249
|
.em-ds-tooltip__text {
|
|
5255
|
-
color: #
|
|
5250
|
+
color: #25292f; }
|
|
5256
5251
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5257
5252
|
height: 1.47692rem; } }
|
|
5258
5253
|
|
|
@@ -5268,7 +5263,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5268
5263
|
text-align: left;
|
|
5269
5264
|
vertical-align: middle; }
|
|
5270
5265
|
.em-ds-tooltip__text {
|
|
5271
|
-
color: #
|
|
5266
|
+
color: #25292f; }
|
|
5272
5267
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5273
5268
|
height: 1.47692rem; } }
|
|
5274
5269
|
|
|
@@ -5284,7 +5279,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5284
5279
|
text-align: left;
|
|
5285
5280
|
vertical-align: middle; }
|
|
5286
5281
|
.em-ds-tooltip__text {
|
|
5287
|
-
color: #
|
|
5282
|
+
color: #25292f; }
|
|
5288
5283
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5289
5284
|
height: 1.47692rem; } }
|
|
5290
5285
|
|
|
@@ -5300,7 +5295,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5300
5295
|
text-align: left;
|
|
5301
5296
|
vertical-align: middle; }
|
|
5302
5297
|
.em-ds-tooltip__text {
|
|
5303
|
-
color: #
|
|
5298
|
+
color: #25292f; }
|
|
5304
5299
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5305
5300
|
height: 1.47692rem; } }
|
|
5306
5301
|
|
|
@@ -5316,7 +5311,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5316
5311
|
text-align: left;
|
|
5317
5312
|
vertical-align: middle; }
|
|
5318
5313
|
.em-ds-tooltip__text {
|
|
5319
|
-
color: #
|
|
5314
|
+
color: #25292f; }
|
|
5320
5315
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5321
5316
|
height: 1.47692rem; } }
|
|
5322
5317
|
|
|
@@ -5332,7 +5327,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5332
5327
|
text-align: left;
|
|
5333
5328
|
vertical-align: middle; }
|
|
5334
5329
|
.em-ds-tooltip__text {
|
|
5335
|
-
color: #
|
|
5330
|
+
color: #25292f; }
|
|
5336
5331
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5337
5332
|
height: 1.47692rem; } }
|
|
5338
5333
|
|
|
@@ -5348,7 +5343,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5348
5343
|
text-align: left;
|
|
5349
5344
|
vertical-align: middle; }
|
|
5350
5345
|
.em-ds-tooltip__text {
|
|
5351
|
-
color: #
|
|
5346
|
+
color: #25292f; }
|
|
5352
5347
|
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5353
5348
|
height: 1.47692rem; } }
|
|
5354
5349
|
|
|
@@ -5358,11 +5353,11 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5358
5353
|
max-width: 19.2rem;
|
|
5359
5354
|
min-width: 4.32rem;
|
|
5360
5355
|
padding: 0.61538rem 1.23077rem;
|
|
5361
|
-
background-color: #
|
|
5356
|
+
background-color: #ffffff;
|
|
5362
5357
|
white-space: normal;
|
|
5363
5358
|
word-wrap: break-word;
|
|
5364
5359
|
display: inline-block;
|
|
5365
|
-
color: #
|
|
5360
|
+
color: #464f5c;
|
|
5366
5361
|
border-radius: 2px;
|
|
5367
5362
|
-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
5363
|
-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 +5380,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5385
5380
|
fill: #697489;
|
|
5386
5381
|
fill-opacity: .4; }
|
|
5387
5382
|
.em-ds-popover__arrow .fill {
|
|
5388
|
-
fill: #
|
|
5383
|
+
fill: #ffffff; }
|
|
5389
5384
|
.em-ds-popover__arrow[data-placement^="top"] {
|
|
5390
5385
|
top: 100%; }
|
|
5391
5386
|
.em-ds-popover__arrow[data-placement^="bottom"] {
|
|
@@ -5486,22 +5481,22 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5486
5481
|
fill: #333333 !important; }
|
|
5487
5482
|
|
|
5488
5483
|
.em-ds-icon--color-neutral-800 {
|
|
5489
|
-
fill: #
|
|
5484
|
+
fill: #25292f !important; }
|
|
5490
5485
|
|
|
5491
5486
|
.em-ds-icon--color-neutral-800 svg {
|
|
5492
|
-
fill: #
|
|
5487
|
+
fill: #25292f !important; }
|
|
5493
5488
|
|
|
5494
5489
|
.em-ds-icon--color-neutral-700 {
|
|
5495
|
-
fill: #
|
|
5490
|
+
fill: #353c46 !important; }
|
|
5496
5491
|
|
|
5497
5492
|
.em-ds-icon--color-neutral-700 svg {
|
|
5498
|
-
fill: #
|
|
5493
|
+
fill: #353c46 !important; }
|
|
5499
5494
|
|
|
5500
5495
|
.em-ds-icon--color-neutral-600 {
|
|
5501
|
-
fill: #
|
|
5496
|
+
fill: #464f5c !important; }
|
|
5502
5497
|
|
|
5503
5498
|
.em-ds-icon--color-neutral-600 svg {
|
|
5504
|
-
fill: #
|
|
5499
|
+
fill: #464f5c !important; }
|
|
5505
5500
|
|
|
5506
5501
|
.em-ds-icon--color-neutral-500 {
|
|
5507
5502
|
fill: #697489 !important; }
|
|
@@ -5510,46 +5505,46 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5510
5505
|
fill: #697489 !important; }
|
|
5511
5506
|
|
|
5512
5507
|
.em-ds-icon--color-neutral-400 {
|
|
5513
|
-
fill: #
|
|
5508
|
+
fill: #8c93a6 !important; }
|
|
5514
5509
|
|
|
5515
5510
|
.em-ds-icon--color-neutral-400 svg {
|
|
5516
|
-
fill: #
|
|
5511
|
+
fill: #8c93a6 !important; }
|
|
5517
5512
|
|
|
5518
5513
|
.em-ds-icon--color-neutral-300 {
|
|
5519
|
-
fill: #
|
|
5514
|
+
fill: #b0b9c8 !important; }
|
|
5520
5515
|
|
|
5521
5516
|
.em-ds-icon--color-neutral-300 svg {
|
|
5522
|
-
fill: #
|
|
5517
|
+
fill: #b0b9c8 !important; }
|
|
5523
5518
|
|
|
5524
5519
|
.em-ds-icon--color-neutral-200 {
|
|
5525
|
-
fill: #
|
|
5520
|
+
fill: #cbcfd7 !important; }
|
|
5526
5521
|
|
|
5527
5522
|
.em-ds-icon--color-neutral-200 svg {
|
|
5528
|
-
fill: #
|
|
5523
|
+
fill: #cbcfd7 !important; }
|
|
5529
5524
|
|
|
5530
5525
|
.em-ds-icon--color-neutral-100 {
|
|
5531
|
-
fill: #
|
|
5526
|
+
fill: #e0e3e8 !important; }
|
|
5532
5527
|
|
|
5533
5528
|
.em-ds-icon--color-neutral-100 svg {
|
|
5534
|
-
fill: #
|
|
5529
|
+
fill: #e0e3e8 !important; }
|
|
5535
5530
|
|
|
5536
5531
|
.em-ds-icon--color-neutral-80 {
|
|
5537
|
-
fill: #
|
|
5532
|
+
fill: #ebedf0 !important; }
|
|
5538
5533
|
|
|
5539
5534
|
.em-ds-icon--color-neutral-80 svg {
|
|
5540
|
-
fill: #
|
|
5535
|
+
fill: #ebedf0 !important; }
|
|
5541
5536
|
|
|
5542
5537
|
.em-ds-icon--color-neutral-50 {
|
|
5543
|
-
fill: #
|
|
5538
|
+
fill: #f6f7f9 !important; }
|
|
5544
5539
|
|
|
5545
5540
|
.em-ds-icon--color-neutral-50 svg {
|
|
5546
|
-
fill: #
|
|
5541
|
+
fill: #f6f7f9 !important; }
|
|
5547
5542
|
|
|
5548
5543
|
.em-ds-icon--color-neutral-0 {
|
|
5549
|
-
fill: #
|
|
5544
|
+
fill: #ffffff !important; }
|
|
5550
5545
|
|
|
5551
5546
|
.em-ds-icon--color-neutral-0 svg {
|
|
5552
|
-
fill: #
|
|
5547
|
+
fill: #ffffff !important; }
|
|
5553
5548
|
|
|
5554
5549
|
.em-ds-icon--color-brand-primary-900 {
|
|
5555
5550
|
fill: !important; }
|
|
@@ -5564,10 +5559,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5564
5559
|
fill: #005181 !important; }
|
|
5565
5560
|
|
|
5566
5561
|
.em-ds-icon--color-brand-primary-700 {
|
|
5567
|
-
fill: #
|
|
5562
|
+
fill: #006aa9 !important; }
|
|
5568
5563
|
|
|
5569
5564
|
.em-ds-icon--color-brand-primary-700 svg {
|
|
5570
|
-
fill: #
|
|
5565
|
+
fill: #006aa9 !important; }
|
|
5571
5566
|
|
|
5572
5567
|
.em-ds-icon--color-brand-primary-600 {
|
|
5573
5568
|
fill: #1e79c2 !important; }
|
|
@@ -5576,34 +5571,34 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5576
5571
|
fill: #1e79c2 !important; }
|
|
5577
5572
|
|
|
5578
5573
|
.em-ds-icon--color-brand-primary-500 {
|
|
5579
|
-
fill: #
|
|
5574
|
+
fill: #1394e5 !important; }
|
|
5580
5575
|
|
|
5581
5576
|
.em-ds-icon--color-brand-primary-500 svg {
|
|
5582
|
-
fill: #
|
|
5577
|
+
fill: #1394e5 !important; }
|
|
5583
5578
|
|
|
5584
5579
|
.em-ds-icon--color-brand-primary-400 {
|
|
5585
|
-
fill: #
|
|
5580
|
+
fill: #52a6ec !important; }
|
|
5586
5581
|
|
|
5587
5582
|
.em-ds-icon--color-brand-primary-400 svg {
|
|
5588
|
-
fill: #
|
|
5583
|
+
fill: #52a6ec !important; }
|
|
5589
5584
|
|
|
5590
5585
|
.em-ds-icon--color-brand-primary-300 {
|
|
5591
|
-
fill: #
|
|
5586
|
+
fill: #a3d6ff !important; }
|
|
5592
5587
|
|
|
5593
5588
|
.em-ds-icon--color-brand-primary-300 svg {
|
|
5594
|
-
fill: #
|
|
5589
|
+
fill: #a3d6ff !important; }
|
|
5595
5590
|
|
|
5596
5591
|
.em-ds-icon--color-brand-primary-200 {
|
|
5597
|
-
fill: #
|
|
5592
|
+
fill: #ebf6ff !important; }
|
|
5598
5593
|
|
|
5599
5594
|
.em-ds-icon--color-brand-primary-200 svg {
|
|
5600
|
-
fill: #
|
|
5595
|
+
fill: #ebf6ff !important; }
|
|
5601
5596
|
|
|
5602
5597
|
.em-ds-icon--color-brand-primary-100 {
|
|
5603
|
-
fill: #
|
|
5598
|
+
fill: #f6fbff !important; }
|
|
5604
5599
|
|
|
5605
5600
|
.em-ds-icon--color-brand-primary-100 svg {
|
|
5606
|
-
fill: #
|
|
5601
|
+
fill: #f6fbff !important; }
|
|
5607
5602
|
|
|
5608
5603
|
.em-ds-icon--color-brand-secondary-900 {
|
|
5609
5604
|
fill: !important; }
|
|
@@ -5660,10 +5655,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5660
5655
|
fill: !important; }
|
|
5661
5656
|
|
|
5662
5657
|
.em-ds-icon--color-success-900 {
|
|
5663
|
-
fill: #
|
|
5658
|
+
fill: #207e56 !important; }
|
|
5664
5659
|
|
|
5665
5660
|
.em-ds-icon--color-success-900 svg {
|
|
5666
|
-
fill: #
|
|
5661
|
+
fill: #207e56 !important; }
|
|
5667
5662
|
|
|
5668
5663
|
.em-ds-icon--color-success-800 {
|
|
5669
5664
|
fill: !important; }
|
|
@@ -5696,10 +5691,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5696
5691
|
fill: !important; }
|
|
5697
5692
|
|
|
5698
5693
|
.em-ds-icon--color-success-300 {
|
|
5699
|
-
fill: #
|
|
5694
|
+
fill: #d4f0e5 !important; }
|
|
5700
5695
|
|
|
5701
5696
|
.em-ds-icon--color-success-300 svg {
|
|
5702
|
-
fill: #
|
|
5697
|
+
fill: #d4f0e5 !important; }
|
|
5703
5698
|
|
|
5704
5699
|
.em-ds-icon--color-success-200 {
|
|
5705
5700
|
fill: !important; }
|
|
@@ -5714,10 +5709,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5714
5709
|
fill: !important; }
|
|
5715
5710
|
|
|
5716
5711
|
.em-ds-icon--color-warning-900 {
|
|
5717
|
-
fill: #
|
|
5712
|
+
fill: #d17a00 !important; }
|
|
5718
5713
|
|
|
5719
5714
|
.em-ds-icon--color-warning-900 svg {
|
|
5720
|
-
fill: #
|
|
5715
|
+
fill: #d17a00 !important; }
|
|
5721
5716
|
|
|
5722
5717
|
.em-ds-icon--color-warning-800 {
|
|
5723
5718
|
fill: !important; }
|
|
@@ -5726,28 +5721,28 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5726
5721
|
fill: !important; }
|
|
5727
5722
|
|
|
5728
5723
|
.em-ds-icon--color-warning-700 {
|
|
5729
|
-
fill: #
|
|
5724
|
+
fill: #ff9400 !important; }
|
|
5730
5725
|
|
|
5731
5726
|
.em-ds-icon--color-warning-700 svg {
|
|
5732
|
-
fill: #
|
|
5727
|
+
fill: #ff9400 !important; }
|
|
5733
5728
|
|
|
5734
5729
|
.em-ds-icon--color-warning-600 {
|
|
5735
|
-
fill: #
|
|
5730
|
+
fill: #fbb431 !important; }
|
|
5736
5731
|
|
|
5737
5732
|
.em-ds-icon--color-warning-600 svg {
|
|
5738
|
-
fill: #
|
|
5733
|
+
fill: #fbb431 !important; }
|
|
5739
5734
|
|
|
5740
5735
|
.em-ds-icon--color-warning-500 {
|
|
5741
|
-
fill: #
|
|
5736
|
+
fill: #fbb431 !important; }
|
|
5742
5737
|
|
|
5743
5738
|
.em-ds-icon--color-warning-500 svg {
|
|
5744
|
-
fill: #
|
|
5739
|
+
fill: #fbb431 !important; }
|
|
5745
5740
|
|
|
5746
5741
|
.em-ds-icon--color-warning-400 {
|
|
5747
|
-
fill: #
|
|
5742
|
+
fill: #fbde31 !important; }
|
|
5748
5743
|
|
|
5749
5744
|
.em-ds-icon--color-warning-400 svg {
|
|
5750
|
-
fill: #
|
|
5745
|
+
fill: #fbde31 !important; }
|
|
5751
5746
|
|
|
5752
5747
|
.em-ds-icon--color-warning-300 {
|
|
5753
5748
|
fill: !important; }
|
|
@@ -5768,10 +5763,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5768
5763
|
fill: !important; }
|
|
5769
5764
|
|
|
5770
5765
|
.em-ds-icon--color-danger-900 {
|
|
5771
|
-
fill: #
|
|
5766
|
+
fill: #c64252 !important; }
|
|
5772
5767
|
|
|
5773
5768
|
.em-ds-icon--color-danger-900 svg {
|
|
5774
|
-
fill: #
|
|
5769
|
+
fill: #c64252 !important; }
|
|
5775
5770
|
|
|
5776
5771
|
.em-ds-icon--color-danger-800 {
|
|
5777
5772
|
fill: !important; }
|
|
@@ -5810,10 +5805,10 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5810
5805
|
fill: !important; }
|
|
5811
5806
|
|
|
5812
5807
|
.em-ds-icon--color-danger-200 {
|
|
5813
|
-
fill: #
|
|
5808
|
+
fill: #f7cdd2 !important; }
|
|
5814
5809
|
|
|
5815
5810
|
.em-ds-icon--color-danger-200 svg {
|
|
5816
|
-
fill: #
|
|
5811
|
+
fill: #f7cdd2 !important; }
|
|
5817
5812
|
|
|
5818
5813
|
.em-ds-icon--color-danger-100 {
|
|
5819
5814
|
fill: !important; }
|
|
@@ -5885,21 +5880,21 @@ div.em-ds-button {
|
|
|
5885
5880
|
width: 100%; }
|
|
5886
5881
|
|
|
5887
5882
|
.em-ds-button--primary {
|
|
5888
|
-
color: #
|
|
5883
|
+
color: #ffffff;
|
|
5889
5884
|
background-color: #1e79c2;
|
|
5890
5885
|
border: solid 0.07692rem #1e79c2; }
|
|
5891
5886
|
.em-ds-button--primary .em-ds-icon {
|
|
5892
|
-
fill: #
|
|
5887
|
+
fill: #ffffff; }
|
|
5893
5888
|
.em-ds-button--primary:hover:not([disabled]), .em-ds-button--primary.em-ds-button--variant-hover {
|
|
5894
|
-
background-color: #
|
|
5895
|
-
border: solid 0.07692rem #
|
|
5889
|
+
background-color: #006aa9;
|
|
5890
|
+
border: solid 0.07692rem #006aa9; }
|
|
5896
5891
|
.em-ds-button--primary:active, .em-ds-button--primary.em-ds-button--variant-active {
|
|
5897
|
-
background-color: #
|
|
5898
|
-
border: solid 0.07692rem #
|
|
5892
|
+
background-color: #006aa9;
|
|
5893
|
+
border: solid 0.07692rem #006aa9; }
|
|
5899
5894
|
.em-ds-button--primary:disabled, .em-ds-button--primary.em-ds-button--variant-disabled {
|
|
5900
5895
|
color: #5c6574;
|
|
5901
|
-
background-color: #
|
|
5902
|
-
border-color: #
|
|
5896
|
+
background-color: #e0e3e8;
|
|
5897
|
+
border-color: #e0e3e8;
|
|
5903
5898
|
cursor: not-allowed; }
|
|
5904
5899
|
.em-ds-button--primary:disabled .em-ds-icon, .em-ds-button--primary.em-ds-button--variant-disabled .em-ds-icon {
|
|
5905
5900
|
fill: #5c6574; }
|
|
@@ -5910,7 +5905,7 @@ div.em-ds-button {
|
|
|
5910
5905
|
left: 1px;
|
|
5911
5906
|
width: calc(100% - 2px);
|
|
5912
5907
|
height: calc(100% - 2px);
|
|
5913
|
-
border: solid 0.15385rem #
|
|
5908
|
+
border: solid 0.15385rem #ffffff; }
|
|
5914
5909
|
.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
5910
|
position: absolute;
|
|
5916
5911
|
content: '';
|
|
@@ -5918,7 +5913,7 @@ div.em-ds-button {
|
|
|
5918
5913
|
left: 0;
|
|
5919
5914
|
width: 100%;
|
|
5920
5915
|
height: 100%;
|
|
5921
|
-
border: solid 0.07692rem #
|
|
5916
|
+
border: solid 0.07692rem #ffffff; }
|
|
5922
5917
|
|
|
5923
5918
|
.em-ds-button--text {
|
|
5924
5919
|
color: #1e79c2;
|
|
@@ -5928,19 +5923,19 @@ div.em-ds-button {
|
|
|
5928
5923
|
border: none;
|
|
5929
5924
|
font-weight: 600; }
|
|
5930
5925
|
.em-ds-input-addon-group__addon .em-ds-button--text {
|
|
5931
|
-
border: solid 0.07692rem #
|
|
5926
|
+
border: solid 0.07692rem #8c93a6; }
|
|
5932
5927
|
.em-ds-button--text .em-ds-icon {
|
|
5933
5928
|
fill: #1e79c2; }
|
|
5934
5929
|
.em-ds-button--text:hover:not([disabled]), .em-ds-button--text.em-ds-button--variant-hover {
|
|
5935
|
-
color: #
|
|
5936
|
-
background-color: #
|
|
5930
|
+
color: #006aa9;
|
|
5931
|
+
background-color: #ebf6ff; }
|
|
5937
5932
|
.em-ds-button--text:active, .em-ds-button--text.em-ds-button--variant-active {
|
|
5938
|
-
color: #
|
|
5933
|
+
color: #006aa9; }
|
|
5939
5934
|
.em-ds-button--text:active .em-ds-icon, .em-ds-button--text.em-ds-button--variant-active .em-ds-icon {
|
|
5940
|
-
fill: #
|
|
5935
|
+
fill: #006aa9; }
|
|
5941
5936
|
.em-ds-button--text:disabled, .em-ds-button--text.em-ds-button--variant-disabled {
|
|
5942
5937
|
color: #697489;
|
|
5943
|
-
background: #
|
|
5938
|
+
background: #ffffff;
|
|
5944
5939
|
cursor: not-allowed; }
|
|
5945
5940
|
.em-ds-button--text:disabled .em-ds-icon, .em-ds-button--text.em-ds-button--variant-disabled .em-ds-icon {
|
|
5946
5941
|
fill: #697489; }
|
|
@@ -5952,29 +5947,29 @@ div.em-ds-button {
|
|
|
5952
5947
|
width: 100%;
|
|
5953
5948
|
height: 100%;
|
|
5954
5949
|
border-radius: 2px;
|
|
5955
|
-
border: solid 0.15385rem #
|
|
5950
|
+
border: solid 0.15385rem #006aa9; }
|
|
5956
5951
|
|
|
5957
5952
|
.em-ds-button--secondary {
|
|
5958
5953
|
color: #1e79c2;
|
|
5959
|
-
background-color: #
|
|
5960
|
-
border: solid 0.07692rem #
|
|
5954
|
+
background-color: #ffffff;
|
|
5955
|
+
border: solid 0.07692rem #8c93a6;
|
|
5961
5956
|
border-radius: 2px; }
|
|
5962
5957
|
.em-ds-input-addon-group__addon .em-ds-button--secondary {
|
|
5963
|
-
border: solid 0.07692rem #
|
|
5958
|
+
border: solid 0.07692rem #8c93a6; }
|
|
5964
5959
|
.em-ds-button--secondary .em-ds-icon {
|
|
5965
5960
|
fill: #1e79c2; }
|
|
5966
5961
|
.em-ds-button--secondary:hover:not([disabled]), .em-ds-button--secondary.em-ds-button--variant-hover {
|
|
5967
|
-
border: solid 0.07692rem #
|
|
5962
|
+
border: solid 0.07692rem #006aa9; }
|
|
5968
5963
|
.em-ds-button--secondary:hover:not([disabled]) .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-hover .em-ds-icon {
|
|
5969
|
-
fill: #
|
|
5964
|
+
fill: #006aa9; }
|
|
5970
5965
|
.em-ds-button--secondary:active, .em-ds-button--secondary.em-ds-button--variant-active {
|
|
5971
|
-
color: #
|
|
5972
|
-
border: solid 0.07692rem #
|
|
5966
|
+
color: #006aa9;
|
|
5967
|
+
border: solid 0.07692rem #006aa9; }
|
|
5973
5968
|
.em-ds-button--secondary:active .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-active .em-ds-icon {
|
|
5974
|
-
fill: #
|
|
5969
|
+
fill: #006aa9; }
|
|
5975
5970
|
.em-ds-button--secondary:disabled, .em-ds-button--secondary.em-ds-button--variant-disabled {
|
|
5976
5971
|
color: #697489;
|
|
5977
|
-
background-color: #
|
|
5972
|
+
background-color: #ffffff;
|
|
5978
5973
|
cursor: not-allowed; }
|
|
5979
5974
|
.em-ds-button--secondary:disabled .em-ds-icon, .em-ds-button--secondary.em-ds-button--variant-disabled .em-ds-icon {
|
|
5980
5975
|
fill: #697489; }
|
|
@@ -5986,7 +5981,7 @@ div.em-ds-button {
|
|
|
5986
5981
|
width: calc(100% + 2px);
|
|
5987
5982
|
height: calc(100% + 2px);
|
|
5988
5983
|
border-radius: 2px;
|
|
5989
|
-
border: solid 0.15385rem #
|
|
5984
|
+
border: solid 0.15385rem #006aa9; }
|
|
5990
5985
|
|
|
5991
5986
|
.em-ds-button--link {
|
|
5992
5987
|
line-height: 1.5;
|
|
@@ -6006,15 +6001,15 @@ div.em-ds-button {
|
|
|
6006
6001
|
-webkit-text-decoration-line: underline;
|
|
6007
6002
|
text-decoration-line: underline; }
|
|
6008
6003
|
.em-ds-button--link:active {
|
|
6009
|
-
color: #
|
|
6004
|
+
color: #006aa9; }
|
|
6010
6005
|
.em-ds-button--link:disabled {
|
|
6011
|
-
color: #
|
|
6006
|
+
color: #8c93a6;
|
|
6012
6007
|
cursor: not-allowed; }
|
|
6013
6008
|
.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
6009
|
outline: none;
|
|
6015
6010
|
position: relative; }
|
|
6016
6011
|
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper:after, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper:after {
|
|
6017
|
-
content:
|
|
6012
|
+
content: '';
|
|
6018
6013
|
position: absolute;
|
|
6019
6014
|
top: 0;
|
|
6020
6015
|
left: 0;
|
|
@@ -6032,9 +6027,9 @@ div.em-ds-button {
|
|
|
6032
6027
|
height: calc(100% + 4px); }
|
|
6033
6028
|
|
|
6034
6029
|
.em-ds-button-success.em-ds-button--text {
|
|
6035
|
-
color: #
|
|
6030
|
+
color: #207e56; }
|
|
6036
6031
|
.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: #
|
|
6032
|
+
color: #207e56; }
|
|
6038
6033
|
.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
6034
|
position: absolute;
|
|
6040
6035
|
content: '';
|
|
@@ -6043,9 +6038,9 @@ div.em-ds-button {
|
|
|
6043
6038
|
width: 100%;
|
|
6044
6039
|
height: 100%;
|
|
6045
6040
|
border-radius: 2px;
|
|
6046
|
-
border: solid 0.15385rem #
|
|
6041
|
+
border: solid 0.15385rem #207e56; }
|
|
6047
6042
|
.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: #
|
|
6043
|
+
color: #207e56; }
|
|
6049
6044
|
.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
6045
|
background-color: transparent;
|
|
6051
6046
|
border-radius: 2px; }
|
|
@@ -6055,9 +6050,9 @@ div.em-ds-button {
|
|
|
6055
6050
|
fill: #16553a; }
|
|
6056
6051
|
|
|
6057
6052
|
.em-ds-button-danger.em-ds-button--text {
|
|
6058
|
-
color: #
|
|
6053
|
+
color: #c64252; }
|
|
6059
6054
|
.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: #
|
|
6055
|
+
color: #c64252; }
|
|
6061
6056
|
.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
6057
|
position: absolute;
|
|
6063
6058
|
content: '';
|
|
@@ -6066,9 +6061,9 @@ div.em-ds-button {
|
|
|
6066
6061
|
width: 100%;
|
|
6067
6062
|
height: 100%;
|
|
6068
6063
|
border-radius: 2px;
|
|
6069
|
-
border: solid 0.15385rem #
|
|
6064
|
+
border: solid 0.15385rem #c64252; }
|
|
6070
6065
|
.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: #
|
|
6066
|
+
color: #c64252; }
|
|
6072
6067
|
.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
6068
|
background-color: transparent;
|
|
6074
6069
|
border-radius: 2px; }
|
|
@@ -6078,9 +6073,9 @@ div.em-ds-button {
|
|
|
6078
6073
|
fill: #a4313f; }
|
|
6079
6074
|
|
|
6080
6075
|
.em-ds-button-warning.em-ds-button--text {
|
|
6081
|
-
color: #
|
|
6076
|
+
color: #d17a00; }
|
|
6082
6077
|
.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: #
|
|
6078
|
+
color: #d17a00; }
|
|
6084
6079
|
.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
6080
|
position: absolute;
|
|
6086
6081
|
content: '';
|
|
@@ -6089,9 +6084,9 @@ div.em-ds-button {
|
|
|
6089
6084
|
width: 100%;
|
|
6090
6085
|
height: 100%;
|
|
6091
6086
|
border-radius: 2px;
|
|
6092
|
-
border: solid 0.15385rem #
|
|
6087
|
+
border: solid 0.15385rem #d17a00; }
|
|
6093
6088
|
.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: #
|
|
6089
|
+
color: #d17a00; }
|
|
6095
6090
|
.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
6091
|
background-color: transparent;
|
|
6097
6092
|
border-radius: 2px; }
|
|
@@ -6307,18 +6302,18 @@ div.em-ds-button {
|
|
|
6307
6302
|
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--end {
|
|
6308
6303
|
justify-content: flex-end; }
|
|
6309
6304
|
.em-ds-separator-wrapper .em-ds-separator {
|
|
6310
|
-
border-top: 0.5px solid #
|
|
6305
|
+
border-top: 0.5px solid #25292f; }
|
|
6311
6306
|
.em-ds-separator-wrapper .em-ds-separator--vertical {
|
|
6312
6307
|
width: 1px;
|
|
6313
6308
|
border: inherit;
|
|
6314
|
-
border-left: 0.5px solid #
|
|
6309
|
+
border-left: 0.5px solid #25292f;
|
|
6315
6310
|
height: 100%; }
|
|
6316
6311
|
.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 #
|
|
6312
|
+
border-left: 1.2px solid #b0b9c8; }
|
|
6318
6313
|
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--dashed {
|
|
6319
6314
|
width: 2px;
|
|
6320
6315
|
border: none;
|
|
6321
|
-
background-image: linear-gradient(#
|
|
6316
|
+
background-image: linear-gradient(#b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
|
|
6322
6317
|
background-position: right;
|
|
6323
6318
|
background-size: 1px 5px;
|
|
6324
6319
|
background-repeat: repeat-y; }
|
|
@@ -6326,12 +6321,12 @@ div.em-ds-button {
|
|
|
6326
6321
|
flex: 100%;
|
|
6327
6322
|
height: 1px; }
|
|
6328
6323
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--group-level {
|
|
6329
|
-
border-color: #
|
|
6324
|
+
border-color: #464f5c; }
|
|
6330
6325
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--non-form {
|
|
6331
|
-
border-color: #
|
|
6326
|
+
border-color: #b0b9c8; }
|
|
6332
6327
|
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--dashed {
|
|
6333
6328
|
border: none;
|
|
6334
|
-
background-image: linear-gradient(to right, #
|
|
6329
|
+
background-image: linear-gradient(to right, #b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
|
|
6335
6330
|
background-position: bottom;
|
|
6336
6331
|
background-size: 5px 1px;
|
|
6337
6332
|
background-repeat: repeat-x; }
|
|
@@ -6399,7 +6394,7 @@ div.em-ds-button {
|
|
|
6399
6394
|
text-align: center; }
|
|
6400
6395
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--neutral700,
|
|
6401
6396
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--neutral700 {
|
|
6402
|
-
color: #
|
|
6397
|
+
color: #353c46; }
|
|
6403
6398
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--s {
|
|
6404
6399
|
font-size: 1rem; }
|
|
6405
6400
|
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--m {
|
|
@@ -6420,7 +6415,7 @@ div.em-ds-button {
|
|
|
6420
6415
|
|
|
6421
6416
|
.em-ds-group-box__content {
|
|
6422
6417
|
padding: 1.84615rem 0;
|
|
6423
|
-
border: 1px solid #
|
|
6418
|
+
border: 1px solid #cbcfd7; }
|
|
6424
6419
|
.em-ds-group-box__content--no-border-top {
|
|
6425
6420
|
border-top: none; }
|
|
6426
6421
|
.em-ds-group-box__content.em-ds-group-box__content--group-box {
|
|
@@ -6461,11 +6456,11 @@ div.em-ds-button {
|
|
|
6461
6456
|
width: 100%;
|
|
6462
6457
|
height: 2.76972rem;
|
|
6463
6458
|
padding: 0 0;
|
|
6464
|
-
color: #
|
|
6459
|
+
color: #25292f;
|
|
6465
6460
|
display: flex;
|
|
6466
6461
|
flex-direction: row;
|
|
6467
6462
|
align-items: center;
|
|
6468
|
-
border-bottom: 1px solid #
|
|
6463
|
+
border-bottom: 1px solid #cbcfd7; }
|
|
6469
6464
|
|
|
6470
6465
|
.em-ds-group-box__label--no-border {
|
|
6471
6466
|
border: none; }
|
|
@@ -6475,7 +6470,7 @@ div.em-ds-button {
|
|
|
6475
6470
|
font-size: 1.0769rem;
|
|
6476
6471
|
padding: 12px 0; }
|
|
6477
6472
|
.em-ds-group-box__label.em-ds-group-box__label--group-box.em-ds-group-box__label--border-bottom {
|
|
6478
|
-
border-bottom: 1px solid #
|
|
6473
|
+
border-bottom: 1px solid #cbcfd7; }
|
|
6479
6474
|
|
|
6480
6475
|
.em-ds-group-box__content--category-box .em-ds-group-box__wrapper--group-box:first-child {
|
|
6481
6476
|
border-left: none; }
|
|
@@ -6493,13 +6488,13 @@ div.em-ds-button {
|
|
|
6493
6488
|
border-right: none; }
|
|
6494
6489
|
|
|
6495
6490
|
.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 #
|
|
6491
|
+
border-left: 1px solid #cbcfd7; }
|
|
6497
6492
|
|
|
6498
6493
|
.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
6494
|
border-left: none; }
|
|
6500
6495
|
|
|
6501
6496
|
.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 #
|
|
6497
|
+
border-right: 1px solid #cbcfd7; }
|
|
6503
6498
|
|
|
6504
6499
|
.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
6500
|
border-right: none; }
|
|
@@ -6530,19 +6525,19 @@ div.em-ds-button {
|
|
|
6530
6525
|
text-align: center; }
|
|
6531
6526
|
|
|
6532
6527
|
.em-ds-card {
|
|
6533
|
-
border: 1px solid #
|
|
6528
|
+
border: 1px solid #f6f7f9;
|
|
6534
6529
|
border-radius: 0;
|
|
6535
6530
|
-ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
6536
6531
|
-o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
6537
6532
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3); }
|
|
6538
6533
|
.em-ds-card .em-ds-card-header {
|
|
6539
|
-
color: #
|
|
6540
|
-
background: #
|
|
6534
|
+
color: #464f5c;
|
|
6535
|
+
background: #f6f7f9;
|
|
6541
6536
|
padding: 6px 15px;
|
|
6542
6537
|
border-bottom: 1px solid transparent;
|
|
6543
6538
|
border-radius: 0; }
|
|
6544
6539
|
.em-ds-card .em-ds-card-header .em-ds-card-header__heading {
|
|
6545
|
-
color: #
|
|
6540
|
+
color: #464f5c;
|
|
6546
6541
|
font-family: inherit;
|
|
6547
6542
|
font-size: 18pt; }
|
|
6548
6543
|
.em-ds-card .em-ds-card-header .em-ds-card-header__pull-right {
|
|
@@ -6591,7 +6586,7 @@ div.em-ds-button {
|
|
|
6591
6586
|
display: block;
|
|
6592
6587
|
height: 1px;
|
|
6593
6588
|
width: 100%;
|
|
6594
|
-
background-color: #
|
|
6589
|
+
background-color: #e0e3e8; }
|
|
6595
6590
|
.em-ds-menu-separator:first-child {
|
|
6596
6591
|
display: none; }
|
|
6597
6592
|
|
|
@@ -6603,11 +6598,11 @@ div.em-ds-button {
|
|
|
6603
6598
|
max-width: 34.46154rem; }
|
|
6604
6599
|
|
|
6605
6600
|
.em-ds-menu {
|
|
6606
|
-
border: 1px solid #
|
|
6601
|
+
border: 1px solid #cbcfd7;
|
|
6607
6602
|
margin: 0;
|
|
6608
6603
|
padding: 0.61538rem 0;
|
|
6609
|
-
background: #
|
|
6610
|
-
color: #
|
|
6604
|
+
background: #ffffff;
|
|
6605
|
+
color: #25292f;
|
|
6611
6606
|
list-style: none;
|
|
6612
6607
|
min-width: 9.84615rem;
|
|
6613
6608
|
border-radius: 2px;
|
|
@@ -6615,7 +6610,7 @@ div.em-ds-button {
|
|
|
6615
6610
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
6616
6611
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
|
|
6617
6612
|
.em-ds-menu .em-ds-separator {
|
|
6618
|
-
border-color: #
|
|
6613
|
+
border-color: #b0b9c8; }
|
|
6619
6614
|
.em-ds-menu--type-phone {
|
|
6620
6615
|
margin-top: 0.30769rem; }
|
|
6621
6616
|
|
|
@@ -6663,12 +6658,12 @@ div.em-ds-button {
|
|
|
6663
6658
|
.em-ds-menu-item:focus-within .em-ds-menu-item__addon:last-child {
|
|
6664
6659
|
opacity: 1; }
|
|
6665
6660
|
.em-ds-menu-item:focus {
|
|
6666
|
-
background-color: #
|
|
6661
|
+
background-color: #ebf6ff;
|
|
6667
6662
|
outline: none; }
|
|
6668
6663
|
.em-ds-menu-item:focus .em-ds-menu-item__addon:last-child {
|
|
6669
6664
|
opacity: 1; }
|
|
6670
6665
|
.em-ds-menu-item:active {
|
|
6671
|
-
background-color: #
|
|
6666
|
+
background-color: #ebf6ff; }
|
|
6672
6667
|
.em-ds-menu-item:active .em-ds-menu-item__addon:last-child {
|
|
6673
6668
|
opacity: 1; }
|
|
6674
6669
|
.em-ds-menu-item[role='menuitemcheckbox'] .checkable-mark svg, .em-ds-menu-item[role='menuitemradio'] .checkable-mark svg {
|
|
@@ -6700,13 +6695,13 @@ div.em-ds-button {
|
|
|
6700
6695
|
.em-ds-menu-item--menu-type-phone .em-ds-menu-item__custom-phone-render {
|
|
6701
6696
|
margin: 0;
|
|
6702
6697
|
padding: 0;
|
|
6703
|
-
color: #
|
|
6698
|
+
color: #006aa9;
|
|
6704
6699
|
font-weight: 600;
|
|
6705
6700
|
font-size: 1rem; }
|
|
6706
6701
|
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__content {
|
|
6707
|
-
color: #
|
|
6702
|
+
color: #ffffff; }
|
|
6708
6703
|
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__custom-phone-render {
|
|
6709
|
-
color: #
|
|
6704
|
+
color: #ffffff; }
|
|
6710
6705
|
|
|
6711
6706
|
.em-ds-menu-search-group__search-wrapper {
|
|
6712
6707
|
padding: 0 0.61538rem 0.61538rem; }
|
|
@@ -6720,7 +6715,7 @@ div.em-ds-button {
|
|
|
6720
6715
|
.em-ds-menu--menu-combo-box {
|
|
6721
6716
|
padding: 0;
|
|
6722
6717
|
padding-top: 0.61538rem;
|
|
6723
|
-
border: 1px solid #
|
|
6718
|
+
border: 1px solid #cbcfd7; }
|
|
6724
6719
|
.em-ds-menu--menu-combo-box .em-ds-combobox-container {
|
|
6725
6720
|
height: auto; }
|
|
6726
6721
|
.em-ds-menu--menu-combo-box .em-ds-combobox__menu {
|
|
@@ -6736,7 +6731,7 @@ div.em-ds-button {
|
|
|
6736
6731
|
outline: none;
|
|
6737
6732
|
display: inline-flex;
|
|
6738
6733
|
align-items: center;
|
|
6739
|
-
background-color: #
|
|
6734
|
+
background-color: #ebf6ff;
|
|
6740
6735
|
padding: 0 0.30769rem;
|
|
6741
6736
|
border-radius: 1.23077rem;
|
|
6742
6737
|
white-space: nowrap;
|
|
@@ -6744,7 +6739,7 @@ div.em-ds-button {
|
|
|
6744
6739
|
.em-ds-pill__label {
|
|
6745
6740
|
padding-top: 0.15385rem;
|
|
6746
6741
|
margin: 0 0.61538rem;
|
|
6747
|
-
color: #
|
|
6742
|
+
color: #25292f;
|
|
6748
6743
|
font-size: 1rem;
|
|
6749
6744
|
line-height: normal;
|
|
6750
6745
|
font-weight: 400; }
|
|
@@ -6791,20 +6786,20 @@ div.em-ds-button {
|
|
|
6791
6786
|
|
|
6792
6787
|
.em-ds-pill.input-pill {
|
|
6793
6788
|
cursor: pointer;
|
|
6794
|
-
background: #
|
|
6795
|
-
border: solid 1px #
|
|
6789
|
+
background: #ffffff;
|
|
6790
|
+
border: solid 1px #cbcfd7;
|
|
6796
6791
|
width: 9em; }
|
|
6797
6792
|
.em-ds-pill.input-pill .em-ds-pill__label {
|
|
6798
6793
|
margin: 0 0.30769rem 0 0.61538rem; }
|
|
6799
6794
|
.em-ds-pill.input-pill.em-ds-input-pill--value {
|
|
6800
|
-
background-color: #
|
|
6795
|
+
background-color: #ebf6ff;
|
|
6801
6796
|
border: unset; }
|
|
6802
6797
|
.em-ds-pill.input-pill.em-ds-input-pill--value .em-ds-input {
|
|
6803
|
-
background-color: #
|
|
6798
|
+
background-color: #ebf6ff; }
|
|
6804
6799
|
.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"] {
|
|
6805
|
-
background-color: #
|
|
6800
|
+
background-color: #ffffff; }
|
|
6806
6801
|
.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 {
|
|
6807
|
-
background-color: #
|
|
6802
|
+
background-color: #ffffff; }
|
|
6808
6803
|
.em-ds-pill.input-pill .em-ds-input {
|
|
6809
6804
|
color: #005181;
|
|
6810
6805
|
padding: unset;
|
|
@@ -7074,7 +7069,7 @@ div.em-ds-button {
|
|
|
7074
7069
|
display: none; }
|
|
7075
7070
|
|
|
7076
7071
|
.em-ds-indeterminate-progress-indicator__bar {
|
|
7077
|
-
background-color: #
|
|
7072
|
+
background-color: #e0e3e8;
|
|
7078
7073
|
overflow: hidden; }
|
|
7079
7074
|
|
|
7080
7075
|
.em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
@@ -7084,23 +7079,23 @@ div.em-ds-button {
|
|
|
7084
7079
|
0% {
|
|
7085
7080
|
transform: scaleX(0.015);
|
|
7086
7081
|
transform-origin: 0% 0%;
|
|
7087
|
-
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #
|
|
7082
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7088
7083
|
25% {
|
|
7089
7084
|
transform: scaleX(0.4); }
|
|
7090
7085
|
50% {
|
|
7091
7086
|
transform: scaleX(0.015);
|
|
7092
7087
|
transform-origin: 100% 0%;
|
|
7093
|
-
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #
|
|
7088
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7094
7089
|
50.1% {
|
|
7095
7090
|
transform: scaleX(0.015);
|
|
7096
7091
|
transform-origin: 100% 0%;
|
|
7097
|
-
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #
|
|
7092
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
7098
7093
|
75% {
|
|
7099
7094
|
transform: scaleX(0.4); }
|
|
7100
7095
|
100% {
|
|
7101
7096
|
transform: scaleX(0.015);
|
|
7102
7097
|
transform-origin: 0% 0%;
|
|
7103
|
-
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #
|
|
7098
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); } }
|
|
7104
7099
|
|
|
7105
7100
|
@keyframes processingSuccess {
|
|
7106
7101
|
0%, 30% {
|
|
@@ -7133,7 +7128,7 @@ div.em-ds-button {
|
|
|
7133
7128
|
width: 50%; }
|
|
7134
7129
|
100% {
|
|
7135
7130
|
transform: translateX(0%);
|
|
7136
|
-
background-color: #
|
|
7131
|
+
background-color: #207e56; } }
|
|
7137
7132
|
|
|
7138
7133
|
@keyframes processingFail {
|
|
7139
7134
|
0%, 30% {
|
|
@@ -7185,11 +7180,11 @@ div.em-ds-button {
|
|
|
7185
7180
|
background-color: #697489;
|
|
7186
7181
|
width: 50%; }
|
|
7187
7182
|
.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7188
|
-
background-color: #
|
|
7183
|
+
background-color: #207e56; }
|
|
7189
7184
|
.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7190
7185
|
background-color: #e34256; }
|
|
7191
7186
|
.em-ds-indeterminate-progress-indicator-processing .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7192
|
-
background-color: #
|
|
7187
|
+
background-color: #1394e5;
|
|
7193
7188
|
width: 50%; }
|
|
7194
7189
|
.em-ds-indeterminate-progress-indicator-processing.animated .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7195
7190
|
width: 100%;
|
|
@@ -7200,7 +7195,7 @@ div.em-ds-button {
|
|
|
7200
7195
|
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
7201
7196
|
animation: labelAnimation 1s ease-in-out; }
|
|
7202
7197
|
.em-ds-indeterminate-progress-indicator-processing-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7203
|
-
background-color: #
|
|
7198
|
+
background-color: #1394e5;
|
|
7204
7199
|
width: 50%;
|
|
7205
7200
|
animation: processingSuccess 4s infinite;
|
|
7206
7201
|
animation-fill-mode: forwards; }
|
|
@@ -7210,7 +7205,7 @@ div.em-ds-button {
|
|
|
7210
7205
|
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
7211
7206
|
animation: labelAnimation 1s ease-in-out; }
|
|
7212
7207
|
.em-ds-indeterminate-progress-indicator-processing-fail .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
7213
|
-
background-color: #
|
|
7208
|
+
background-color: #1394e5;
|
|
7214
7209
|
width: 50%;
|
|
7215
7210
|
animation: processingFail 4s infinite;
|
|
7216
7211
|
animation-fill-mode: forwards; }
|
|
@@ -7225,11 +7220,11 @@ div.em-ds-button {
|
|
|
7225
7220
|
.em-ds-page-number {
|
|
7226
7221
|
position: relative;
|
|
7227
7222
|
display: inline-flex;
|
|
7228
|
-
border: 0.07692rem solid #
|
|
7223
|
+
border: 0.07692rem solid #cbcfd7;
|
|
7229
7224
|
margin: 0.61538rem 0;
|
|
7230
7225
|
border-radius: 2px; }
|
|
7231
7226
|
.em-ds-page-number .em-ds-time-picker-panel:not(:last-child) {
|
|
7232
|
-
border-right: 0.07692rem solid #
|
|
7227
|
+
border-right: 0.07692rem solid #cbcfd7; }
|
|
7233
7228
|
.em-ds-page-number__pages {
|
|
7234
7229
|
display: flex;
|
|
7235
7230
|
flex-direction: row;
|
|
@@ -7255,7 +7250,7 @@ div.em-ds-button {
|
|
|
7255
7250
|
padding: 0.61538rem 14px; }
|
|
7256
7251
|
.em-ds-page-number__limiter {
|
|
7257
7252
|
width: 1px;
|
|
7258
|
-
background: #
|
|
7253
|
+
background: #cbcfd7;
|
|
7259
7254
|
height: calc(2.46154rem - 1.23077rem);
|
|
7260
7255
|
margin-top: calc(0.30769rem * 1.5);
|
|
7261
7256
|
margin-left: 0.61538rem; }
|
|
@@ -7276,7 +7271,7 @@ div.em-ds-button {
|
|
|
7276
7271
|
margin-top: 1.23077rem; }
|
|
7277
7272
|
|
|
7278
7273
|
.em-ds-circular-progress-indicator__track {
|
|
7279
|
-
stroke: #
|
|
7274
|
+
stroke: #e0e3e8; }
|
|
7280
7275
|
|
|
7281
7276
|
.em-ds-circular-progress-indicator__arc-blue {
|
|
7282
7277
|
transform-origin: 33px 33px;
|
|
@@ -7343,7 +7338,7 @@ div.em-ds-button {
|
|
|
7343
7338
|
justify-content: center;
|
|
7344
7339
|
align-items: center; }
|
|
7345
7340
|
.em-ds-shuttle__empty-container span {
|
|
7346
|
-
color: #
|
|
7341
|
+
color: #b0b9c8; }
|
|
7347
7342
|
|
|
7348
7343
|
.em-ds-shuttle-wrapper {
|
|
7349
7344
|
position: relative;
|
|
@@ -7365,7 +7360,7 @@ div.em-ds-button {
|
|
|
7365
7360
|
.em-ds-shuttle-wrapper .em-ds-shuttle-list {
|
|
7366
7361
|
flex: 1 1 50%;
|
|
7367
7362
|
position: relative;
|
|
7368
|
-
border: 1px solid #
|
|
7363
|
+
border: 1px solid #cbcfd7;
|
|
7369
7364
|
padding: 0;
|
|
7370
7365
|
min-height: 22.89231rem;
|
|
7371
7366
|
height: 100%;
|
|
@@ -7385,7 +7380,7 @@ div.em-ds-button {
|
|
|
7385
7380
|
top: 0; }
|
|
7386
7381
|
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel {
|
|
7387
7382
|
width: 3.93846rem;
|
|
7388
|
-
background-color: #
|
|
7383
|
+
background-color: #ffffff;
|
|
7389
7384
|
position: absolute;
|
|
7390
7385
|
top: 0;
|
|
7391
7386
|
right: 0;
|
|
@@ -7444,13 +7439,13 @@ div.em-ds-button {
|
|
|
7444
7439
|
align-items: center;
|
|
7445
7440
|
overflow: hidden;
|
|
7446
7441
|
position: relative;
|
|
7447
|
-
border-bottom: 1px solid #
|
|
7448
|
-
background-color: #
|
|
7442
|
+
border-bottom: 1px solid #e0e3e8;
|
|
7443
|
+
background-color: #ffffff; }
|
|
7449
7444
|
.em-ds-shuttle-list-item.drag-helper {
|
|
7450
|
-
border: 1px solid #
|
|
7445
|
+
border: 1px solid #e0e3e8; }
|
|
7451
7446
|
.em-ds-shuttle-list-item__parent-helper-text {
|
|
7452
7447
|
margin-left: 0.61538rem;
|
|
7453
|
-
color: #
|
|
7448
|
+
color: #006aa9; }
|
|
7454
7449
|
.em-ds-shuttle-list-item__content {
|
|
7455
7450
|
display: flex;
|
|
7456
7451
|
align-items: center;
|
|
@@ -7458,7 +7453,7 @@ div.em-ds-button {
|
|
|
7458
7453
|
height: 2.76923rem;
|
|
7459
7454
|
padding-left: 0.61538rem;
|
|
7460
7455
|
padding-right: 0.61538rem;
|
|
7461
|
-
border-left: 4px solid #
|
|
7456
|
+
border-left: 4px solid #e0e3e8;
|
|
7462
7457
|
cursor: default;
|
|
7463
7458
|
pointer-events: none;
|
|
7464
7459
|
max-width: calc(100% - 72px); }
|
|
@@ -7474,7 +7469,7 @@ div.em-ds-button {
|
|
|
7474
7469
|
cursor: pointer;
|
|
7475
7470
|
pointer-events: all; }
|
|
7476
7471
|
.em-ds-shuttle-list-item__content--can-hover:hover {
|
|
7477
|
-
background-color: #
|
|
7472
|
+
background-color: #f6fbff; }
|
|
7478
7473
|
.em-ds-shuttle-list-item__icon-wrapper {
|
|
7479
7474
|
margin-right: 0.61538rem; }
|
|
7480
7475
|
.em-ds-shuttle-list-item__actions {
|
|
@@ -7486,11 +7481,11 @@ div.em-ds-button {
|
|
|
7486
7481
|
cursor: pointer;
|
|
7487
7482
|
height: 2.76923rem;
|
|
7488
7483
|
width: 2.76923rem;
|
|
7489
|
-
border-left: 1px solid #
|
|
7484
|
+
border-left: 1px solid #e0e3e8; }
|
|
7490
7485
|
.em-ds-shuttle-list-item__actions .em-ds-button svg, .em-ds-shuttle-list-item__actions .em-ds-button svg:not([fill]) {
|
|
7491
7486
|
fill: #1e79c2; }
|
|
7492
7487
|
.em-ds-shuttle-list-item__actions .em-ds-button:hover:not(:disabled) {
|
|
7493
|
-
background-color: #
|
|
7488
|
+
background-color: #f6fbff; }
|
|
7494
7489
|
.em-ds-shuttle-list-item__actions .em-ds-button:disabled {
|
|
7495
7490
|
cursor: auto; }
|
|
7496
7491
|
.em-ds-shuttle-list-item__actions .em-ds-button:disabled svg {
|
|
@@ -7500,10 +7495,10 @@ div.em-ds-button {
|
|
|
7500
7495
|
position: absolute;
|
|
7501
7496
|
width: 100%;
|
|
7502
7497
|
z-index: 10;
|
|
7503
|
-
background-color: #
|
|
7498
|
+
background-color: #ffffff;
|
|
7504
7499
|
height: 2.21538rem;
|
|
7505
7500
|
top: -2.21538rem;
|
|
7506
|
-
border-bottom: 1px solid #
|
|
7501
|
+
border-bottom: 1px solid #e0e3e8;
|
|
7507
7502
|
align-items: center;
|
|
7508
7503
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1); }
|
|
7509
7504
|
.em-ds-shuttle-search-box .em-ds-input-addon-wrapper {
|
|
@@ -7523,10 +7518,10 @@ div.em-ds-button {
|
|
|
7523
7518
|
position: absolute;
|
|
7524
7519
|
width: 100%;
|
|
7525
7520
|
z-index: 10;
|
|
7526
|
-
background-color: #
|
|
7521
|
+
background-color: #ffffff;
|
|
7527
7522
|
height: 2.76923rem;
|
|
7528
7523
|
bottom: -43px;
|
|
7529
|
-
border-top: 1px solid #
|
|
7524
|
+
border-top: 1px solid #e0e3e8;
|
|
7530
7525
|
align-items: center;
|
|
7531
7526
|
transition: 400ms cubic-bezier(0, 0, 0.42, 1); }
|
|
7532
7527
|
.em-ds-shuttle-infinite-scroll-indicator--opened {
|
|
@@ -7573,7 +7568,7 @@ body.ReactModal__Body--open {
|
|
|
7573
7568
|
flex-direction: column;
|
|
7574
7569
|
width: 100%;
|
|
7575
7570
|
pointer-events: auto;
|
|
7576
|
-
background-color: #
|
|
7571
|
+
background-color: #ffffff;
|
|
7577
7572
|
background-clip: padding-box;
|
|
7578
7573
|
min-width: 9.84615rem; }
|
|
7579
7574
|
.em-ds-modal:focus {
|
|
@@ -7600,10 +7595,10 @@ body.ReactModal__Body--open {
|
|
|
7600
7595
|
margin: 1.84615rem auto; }
|
|
7601
7596
|
|
|
7602
7597
|
.em-ds-modal-modal-header {
|
|
7603
|
-
background: #
|
|
7598
|
+
background: #f6f7f9;
|
|
7604
7599
|
display: flex;
|
|
7605
7600
|
align-items: flex-start;
|
|
7606
|
-
border-bottom: solid 1px #
|
|
7601
|
+
border-bottom: solid 1px #ebedf0;
|
|
7607
7602
|
padding: 1.23077rem;
|
|
7608
7603
|
flex: 0 0 auto; }
|
|
7609
7604
|
|
|
@@ -7611,7 +7606,7 @@ body.ReactModal__Body--open {
|
|
|
7611
7606
|
font-size: 1.3846rem;
|
|
7612
7607
|
line-height: 1.2;
|
|
7613
7608
|
font-weight: 400;
|
|
7614
|
-
color: #
|
|
7609
|
+
color: #353c46;
|
|
7615
7610
|
word-break: break-word; }
|
|
7616
7611
|
|
|
7617
7612
|
.em-ds-modal-modal-header__icon {
|
|
@@ -7633,7 +7628,7 @@ body.ReactModal__Body--open {
|
|
|
7633
7628
|
display: flex;
|
|
7634
7629
|
align-items: center;
|
|
7635
7630
|
justify-content: flex-end;
|
|
7636
|
-
border-top: solid 1px #
|
|
7631
|
+
border-top: solid 1px #ebedf0;
|
|
7637
7632
|
padding: 1.23077rem;
|
|
7638
7633
|
flex: 0 0 auto; }
|
|
7639
7634
|
|
|
@@ -7659,15 +7654,15 @@ body.ReactModal__Body--open {
|
|
|
7659
7654
|
height: 4.92308rem;
|
|
7660
7655
|
width: 4.92308rem; }
|
|
7661
7656
|
.em-ds-modal-feedback--modal-type-warning .em-ds-icon {
|
|
7662
|
-
fill: #
|
|
7657
|
+
fill: #ff9400; }
|
|
7663
7658
|
.em-ds-modal-feedback--modal-type-error .em-ds-icon {
|
|
7664
|
-
fill: #
|
|
7659
|
+
fill: #c64252; }
|
|
7665
7660
|
.em-ds-modal-feedback--modal-type-success .em-ds-icon {
|
|
7666
|
-
fill: #
|
|
7661
|
+
fill: #207e56; }
|
|
7667
7662
|
.em-ds-modal-feedback--modal-type-help .em-ds-icon {
|
|
7668
|
-
fill: #
|
|
7663
|
+
fill: #52a6ec; }
|
|
7669
7664
|
.em-ds-modal-feedback--modal-type-info .em-ds-icon {
|
|
7670
|
-
fill: #
|
|
7665
|
+
fill: #52a6ec; }
|
|
7671
7666
|
|
|
7672
7667
|
.em-ds-modal-v2 {
|
|
7673
7668
|
position: relative;
|
|
@@ -7675,7 +7670,7 @@ body.ReactModal__Body--open {
|
|
|
7675
7670
|
flex-direction: column;
|
|
7676
7671
|
width: auto;
|
|
7677
7672
|
pointer-events: auto;
|
|
7678
|
-
background-color: #
|
|
7673
|
+
background-color: #ffffff;
|
|
7679
7674
|
background-clip: padding-box;
|
|
7680
7675
|
min-width: 300px;
|
|
7681
7676
|
box-shadow: 0 10px 20px 0 #697489;
|
|
@@ -7703,14 +7698,14 @@ body.ReactModal__Body--open {
|
|
|
7703
7698
|
height: 3.69231rem;
|
|
7704
7699
|
display: flex;
|
|
7705
7700
|
align-items: flex-start;
|
|
7706
|
-
border-bottom: solid 1px #
|
|
7701
|
+
border-bottom: solid 1px #ebedf0;
|
|
7707
7702
|
padding-top: 10px;
|
|
7708
7703
|
padding-left: 1.23077rem;
|
|
7709
7704
|
padding-right: 1.23077rem;
|
|
7710
7705
|
flex: 0 0 auto;
|
|
7711
7706
|
width: calc(100% - 1px); }
|
|
7712
7707
|
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close {
|
|
7713
|
-
background: #
|
|
7708
|
+
background: #ffffff;
|
|
7714
7709
|
margin-left: auto; }
|
|
7715
7710
|
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close--form {
|
|
7716
7711
|
background: none;
|
|
@@ -7768,13 +7763,13 @@ body.ReactModal__Body--open {
|
|
|
7768
7763
|
height: 4.92308rem;
|
|
7769
7764
|
width: 4.92308rem; }
|
|
7770
7765
|
.em-ds-modal-v2__modal-feedback--information .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--information .em-ds-icon svg:not([fill]) {
|
|
7771
|
-
fill: #
|
|
7766
|
+
fill: #006aa9; }
|
|
7772
7767
|
.em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg:not([fill]) {
|
|
7773
|
-
fill: #
|
|
7768
|
+
fill: #fbb431; }
|
|
7774
7769
|
.em-ds-modal-v2__modal-feedback--error .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--error .em-ds-icon svg:not([fill]) {
|
|
7775
|
-
fill: #
|
|
7770
|
+
fill: #c64252; }
|
|
7776
7771
|
.em-ds-modal-v2__modal-feedback--success .em-ds-icon svg, .em-ds-modal-v2__modal-feedback--success .em-ds-icon svg:not([fill]) {
|
|
7777
|
-
fill: #
|
|
7772
|
+
fill: #207e56; }
|
|
7778
7773
|
|
|
7779
7774
|
.em-ds-modal-v2-type-information,
|
|
7780
7775
|
.em-ds-modal-v2-type-decision {
|
|
@@ -7784,7 +7779,7 @@ body.ReactModal__Body--open {
|
|
|
7784
7779
|
font-size: 1.3846rem;
|
|
7785
7780
|
line-height: 1.2;
|
|
7786
7781
|
font-weight: 400;
|
|
7787
|
-
color: #
|
|
7782
|
+
color: #353c46;
|
|
7788
7783
|
word-break: break-word;
|
|
7789
7784
|
padding-bottom: 1.23077rem;
|
|
7790
7785
|
padding-right: 1.23077rem;
|
|
@@ -7802,7 +7797,7 @@ body.ReactModal__Body--open {
|
|
|
7802
7797
|
overflow-y: auto;
|
|
7803
7798
|
max-height: calc(80vh - 133px);
|
|
7804
7799
|
font-size: 0.923rem;
|
|
7805
|
-
color: #
|
|
7800
|
+
color: #353c46;
|
|
7806
7801
|
font-size: 1rem;
|
|
7807
7802
|
line-height: normal;
|
|
7808
7803
|
font-weight: 400; }
|
|
@@ -7828,7 +7823,7 @@ body.ReactModal__Body--open {
|
|
|
7828
7823
|
display: flex;
|
|
7829
7824
|
align-items: center;
|
|
7830
7825
|
justify-content: flex-end;
|
|
7831
|
-
border-top: solid 1px #
|
|
7826
|
+
border-top: solid 1px #ebedf0;
|
|
7832
7827
|
padding: 1.23077rem;
|
|
7833
7828
|
flex: 0 0 auto; }
|
|
7834
7829
|
.em-ds-modal-v2__modal-footer-actions {
|
|
@@ -7885,7 +7880,7 @@ body.ReactModal__Body--open {
|
|
|
7885
7880
|
|
|
7886
7881
|
.em-ds-modal-slide__content {
|
|
7887
7882
|
height: calc(var(--height, 100%) * 1px);
|
|
7888
|
-
background: #
|
|
7883
|
+
background: #ffffff;
|
|
7889
7884
|
-ms-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7890
7885
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7891
7886
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
@@ -7895,8 +7890,8 @@ body.ReactModal__Body--open {
|
|
|
7895
7890
|
flex-direction: column;
|
|
7896
7891
|
display: flex;
|
|
7897
7892
|
overflow-y: auto;
|
|
7898
|
-
border: 1px solid #
|
|
7899
|
-
border-left: 2px solid #
|
|
7893
|
+
border: 1px solid #b0b9c8;
|
|
7894
|
+
border-left: 2px solid #b0b9c8;
|
|
7900
7895
|
animation: contentAnimationIn calc(var(--fade-in, 500) * 0.5ms) linear; }
|
|
7901
7896
|
.em-ds-modal-slide__content--disappearing {
|
|
7902
7897
|
animation: contentAnimationOut calc(var(--fade-out, 500) * 1ms) linear; }
|
|
@@ -7938,7 +7933,7 @@ body.ReactModal__Body--open {
|
|
|
7938
7933
|
justify-content: center; }
|
|
7939
7934
|
.em-ds-modal-slide__header .em-ds-modal-slide__title {
|
|
7940
7935
|
font-size: 1.3846rem;
|
|
7941
|
-
color: #
|
|
7936
|
+
color: #353c46; }
|
|
7942
7937
|
|
|
7943
7938
|
.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-wrapper {
|
|
7944
7939
|
flex: 1;
|
|
@@ -7964,12 +7959,12 @@ body.ReactModal__Body--open {
|
|
|
7964
7959
|
left: 0; }
|
|
7965
7960
|
|
|
7966
7961
|
.em-ds-menu-s {
|
|
7967
|
-
border: 1px solid #
|
|
7962
|
+
border: 1px solid #cbcfd7;
|
|
7968
7963
|
margin: 0;
|
|
7969
7964
|
display: inline-block;
|
|
7970
7965
|
padding: 0.61538rem 0;
|
|
7971
|
-
background: #
|
|
7972
|
-
color: #
|
|
7966
|
+
background: #ffffff;
|
|
7967
|
+
color: #25292f;
|
|
7973
7968
|
list-style: none;
|
|
7974
7969
|
width: 100%;
|
|
7975
7970
|
min-width: 9.84615rem;
|
|
@@ -7994,7 +7989,7 @@ body.ReactModal__Body--open {
|
|
|
7994
7989
|
display: block;
|
|
7995
7990
|
height: 1px;
|
|
7996
7991
|
width: 100%;
|
|
7997
|
-
background-color: #
|
|
7992
|
+
background-color: #e0e3e8; }
|
|
7998
7993
|
|
|
7999
7994
|
.em-ds-menu-items {
|
|
8000
7995
|
display: flex;
|
|
@@ -8018,11 +8013,11 @@ body.ReactModal__Body--open {
|
|
|
8018
8013
|
height: 16px;
|
|
8019
8014
|
width: 16px; }
|
|
8020
8015
|
.em-ds-menu-items:hover, .em-ds-menu-items--active {
|
|
8021
|
-
background-color: #
|
|
8016
|
+
background-color: #ebf6ff; }
|
|
8022
8017
|
.em-ds-menu-items .menu-item-icon {
|
|
8023
8018
|
height: 16px;
|
|
8024
8019
|
width: 16px;
|
|
8025
|
-
fill: #
|
|
8020
|
+
fill: #464f5c;
|
|
8026
8021
|
margin-right: 0.92308rem; }
|
|
8027
8022
|
.em-ds-menu-items .menu-item-icon svg {
|
|
8028
8023
|
height: 16px;
|
|
@@ -8046,14 +8041,14 @@ body.ReactModal__Body--open {
|
|
|
8046
8041
|
flex: 1; }
|
|
8047
8042
|
.em-ds-menu-items--selected {
|
|
8048
8043
|
background: #1e79c2;
|
|
8049
|
-
color: #
|
|
8044
|
+
color: #ffffff; }
|
|
8050
8045
|
.em-ds-menu-items--selected svg, .em-ds-menu-items--selected svg:not([fill]) {
|
|
8051
|
-
fill: #
|
|
8046
|
+
fill: #ffffff; }
|
|
8052
8047
|
.em-ds-menu-items:active {
|
|
8053
8048
|
background-color: #1e79c2;
|
|
8054
|
-
color: #
|
|
8049
|
+
color: #ffffff; }
|
|
8055
8050
|
.em-ds-menu-items:active svg, .em-ds-menu-items:active svg:not([fill]) {
|
|
8056
|
-
fill: #
|
|
8051
|
+
fill: #ffffff; }
|
|
8057
8052
|
|
|
8058
8053
|
.em-ds-menu-select__icon {
|
|
8059
8054
|
padding: 0 0.30769rem 0 0.30769rem; }
|
|
@@ -8072,14 +8067,14 @@ body.ReactModal__Body--open {
|
|
|
8072
8067
|
position: relative;
|
|
8073
8068
|
display: flex;
|
|
8074
8069
|
flex-direction: column;
|
|
8075
|
-
background: #
|
|
8070
|
+
background: #ffffff;
|
|
8076
8071
|
width: 100%;
|
|
8077
8072
|
height: 100%; }
|
|
8078
8073
|
.em-ds-filter-bar + .em-ds-data-grid {
|
|
8079
8074
|
height: calc(100% - 44px); }
|
|
8080
8075
|
.em-ds-data-grid .em-ds-data-grid-header {
|
|
8081
8076
|
overflow: hidden;
|
|
8082
|
-
border-bottom: 0.07692rem solid #
|
|
8077
|
+
border-bottom: 0.07692rem solid #cbcfd7; }
|
|
8083
8078
|
.em-ds-data-grid .em-ds-data-grid-header__row {
|
|
8084
8079
|
margin-left: 3px;
|
|
8085
8080
|
display: flex; }
|
|
@@ -8118,16 +8113,16 @@ _:-ms-fullscreen,
|
|
|
8118
8113
|
line-height: normal;
|
|
8119
8114
|
font-weight: 600;
|
|
8120
8115
|
text-transform: uppercase;
|
|
8121
|
-
background-color: #
|
|
8116
|
+
background-color: #ffffff;
|
|
8122
8117
|
flex: 1 1 0%;
|
|
8123
8118
|
display: flex;
|
|
8124
8119
|
align-items: center;
|
|
8125
8120
|
font-size: 0.923rem;
|
|
8126
8121
|
text-align: left;
|
|
8127
|
-
border-right: 0.07692rem solid #
|
|
8122
|
+
border-right: 0.07692rem solid #ebedf0;
|
|
8128
8123
|
box-sizing: border-box;
|
|
8129
8124
|
padding: 0 0.61538rem;
|
|
8130
|
-
color: #
|
|
8125
|
+
color: #353c46;
|
|
8131
8126
|
min-height: 1.84615rem;
|
|
8132
8127
|
height: auto; }
|
|
8133
8128
|
.em-ds-data-grid-header__cell.em-ds-data-grid-header__cell--wrapText {
|
|
@@ -8194,10 +8189,10 @@ _:-ms-fullscreen,
|
|
|
8194
8189
|
display: none !important; }
|
|
8195
8190
|
|
|
8196
8191
|
.em-ds-data-grid-body__row {
|
|
8197
|
-
color: #
|
|
8192
|
+
color: #353c46;
|
|
8198
8193
|
display: flex;
|
|
8199
8194
|
position: relative;
|
|
8200
|
-
background-color: #
|
|
8195
|
+
background-color: #ffffff;
|
|
8201
8196
|
margin-left: 2px;
|
|
8202
8197
|
margin-right: 0.30769rem;
|
|
8203
8198
|
width: 100%;
|
|
@@ -8208,7 +8203,7 @@ _:-ms-fullscreen,
|
|
|
8208
8203
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8209
8204
|
z-index: 1; }
|
|
8210
8205
|
.em-ds-data-grid-body__row:not(:last-child) {
|
|
8211
|
-
border-bottom: 0.07692rem solid #
|
|
8206
|
+
border-bottom: 0.07692rem solid #ebedf0; }
|
|
8212
8207
|
.em-ds-data-grid-body__row:last-child {
|
|
8213
8208
|
margin-bottom: 0.61538rem; }
|
|
8214
8209
|
.em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded="true"] {
|
|
@@ -8312,7 +8307,7 @@ _:-ms-fullscreen,
|
|
|
8312
8307
|
user-select: none; }
|
|
8313
8308
|
|
|
8314
8309
|
.em-ds-data-grid .em-ds-data-grid-body__row.select-highlight {
|
|
8315
|
-
background-color: #
|
|
8310
|
+
background-color: #f6fbff; }
|
|
8316
8311
|
|
|
8317
8312
|
.em-ds-data-grid-body__row .em-ds-form-element-radio,
|
|
8318
8313
|
.em-ds-data-grid-body__row .em-ds-form-element-checkbox,
|
|
@@ -8338,8 +8333,8 @@ _:-ms-fullscreen,
|
|
|
8338
8333
|
|
|
8339
8334
|
.em-ds-data-grid .toolbar-trigger {
|
|
8340
8335
|
order: 3;
|
|
8341
|
-
border-left: 1px solid #
|
|
8342
|
-
border-right: 1px solid #
|
|
8336
|
+
border-left: 1px solid #e0e3e8;
|
|
8337
|
+
border-right: 1px solid #e0e3e8;
|
|
8343
8338
|
background-color: white; }
|
|
8344
8339
|
.em-ds-data-grid .toolbar-trigger span {
|
|
8345
8340
|
fill: #697489; }
|
|
@@ -8457,7 +8452,7 @@ _:-ms-fullscreen,
|
|
|
8457
8452
|
position: relative;
|
|
8458
8453
|
right: -8px;
|
|
8459
8454
|
margin-bottom: -1px;
|
|
8460
|
-
border-right: 1px solid #
|
|
8455
|
+
border-right: 1px solid #e0e3e8; }
|
|
8461
8456
|
|
|
8462
8457
|
.em-ds-data-grid-sort-header {
|
|
8463
8458
|
cursor: pointer;
|
|
@@ -8499,7 +8494,7 @@ _:-ms-fullscreen,
|
|
|
8499
8494
|
justify-content: flex-end;
|
|
8500
8495
|
align-items: center; }
|
|
8501
8496
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .button-disabled span {
|
|
8502
|
-
color: #
|
|
8497
|
+
color: #8c93a6;
|
|
8503
8498
|
cursor: not-allowed;
|
|
8504
8499
|
pointer-events: none; }
|
|
8505
8500
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span {
|
|
@@ -8507,8 +8502,8 @@ _:-ms-fullscreen,
|
|
|
8507
8502
|
line-height: normal;
|
|
8508
8503
|
font-weight: 600;
|
|
8509
8504
|
color: #1e79c2;
|
|
8510
|
-
background-color: #
|
|
8511
|
-
border: solid 1px #
|
|
8505
|
+
background-color: #ffffff;
|
|
8506
|
+
border: solid 1px #8c93a6;
|
|
8512
8507
|
display: inline-flex;
|
|
8513
8508
|
box-sizing: border-box;
|
|
8514
8509
|
padding: 0.30769rem 0.61538rem;
|
|
@@ -8520,22 +8515,22 @@ _:-ms-fullscreen,
|
|
|
8520
8515
|
margin-right: 0.30769rem;
|
|
8521
8516
|
cursor: pointer; }
|
|
8522
8517
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:hover:not([disabled]) {
|
|
8523
|
-
border: solid 1px #
|
|
8518
|
+
border: solid 1px #1394e5; }
|
|
8524
8519
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:active {
|
|
8525
|
-
color: #
|
|
8526
|
-
border: solid 1px #
|
|
8520
|
+
color: #006aa9;
|
|
8521
|
+
border: solid 1px #006aa9; }
|
|
8527
8522
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:first-child {
|
|
8528
8523
|
margin-right: 0.36923rem; }
|
|
8529
8524
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:last-child {
|
|
8530
8525
|
margin-left: 0.36923rem; }
|
|
8531
8526
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span {
|
|
8532
|
-
color: #
|
|
8527
|
+
color: #ffffff;
|
|
8533
8528
|
background-color: #1e79c2;
|
|
8534
|
-
border: solid 1px #
|
|
8529
|
+
border: solid 1px #006aa9; }
|
|
8535
8530
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:hover:not([disabled]) {
|
|
8536
|
-
background-color: #
|
|
8531
|
+
background-color: #1394e5; }
|
|
8537
8532
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:active {
|
|
8538
|
-
background-color: #
|
|
8533
|
+
background-color: #006aa9; }
|
|
8539
8534
|
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .ellipsis {
|
|
8540
8535
|
margin-right: 0.61538rem; }
|
|
8541
8536
|
|
|
@@ -8634,7 +8629,7 @@ _:-ms-fullscreen,
|
|
|
8634
8629
|
font-size: 1rem;
|
|
8635
8630
|
line-height: normal;
|
|
8636
8631
|
font-weight: 600;
|
|
8637
|
-
color: #
|
|
8632
|
+
color: #353c46; }
|
|
8638
8633
|
.em-ds-data-grid-expandable-column__description {
|
|
8639
8634
|
font-size: 0.8461rem;
|
|
8640
8635
|
line-height: normal;
|
|
@@ -8695,9 +8690,9 @@ _:-ms-fullscreen,
|
|
|
8695
8690
|
min-height: 0; }
|
|
8696
8691
|
|
|
8697
8692
|
.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) {
|
|
8698
|
-
background-color: #
|
|
8693
|
+
background-color: #f6f7f9; }
|
|
8699
8694
|
.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) > .em-ds-data-grid-body__cell {
|
|
8700
|
-
background-color: #
|
|
8695
|
+
background-color: #f6f7f9; }
|
|
8701
8696
|
|
|
8702
8697
|
_:-ms-fullscreen,
|
|
8703
8698
|
:root .em-ds-data-grid-body.expandable .em-ds-data-grid-expanded-row-details-wrapper--ie-flex-basis-auto {
|
|
@@ -8730,24 +8725,24 @@ _:-ms-fullscreen,
|
|
|
8730
8725
|
padding: 0; }
|
|
8731
8726
|
|
|
8732
8727
|
.icc-success {
|
|
8733
|
-
color: #
|
|
8728
|
+
color: #207e56; }
|
|
8734
8729
|
|
|
8735
8730
|
.icc-danger {
|
|
8736
|
-
color: #
|
|
8731
|
+
color: #c64252; }
|
|
8737
8732
|
|
|
8738
8733
|
.icc-warning {
|
|
8739
|
-
color: #
|
|
8734
|
+
color: #d17a00; }
|
|
8740
8735
|
|
|
8741
8736
|
.icc-info {
|
|
8742
8737
|
color: #1e79c2; }
|
|
8743
8738
|
|
|
8744
8739
|
.em-ds-data-grid-group-row-header {
|
|
8745
8740
|
min-height: 24px;
|
|
8746
|
-
background-color: #
|
|
8741
|
+
background-color: #ebf6ff;
|
|
8747
8742
|
display: flex;
|
|
8748
8743
|
align-items: center;
|
|
8749
8744
|
padding: 0 0.61538rem;
|
|
8750
|
-
border-top: solid 1px #
|
|
8745
|
+
border-top: solid 1px #1394e5; }
|
|
8751
8746
|
.em-ds-data-grid-group-row-header__title {
|
|
8752
8747
|
font-weight: 600;
|
|
8753
8748
|
font-size: 12px; }
|
|
@@ -8756,11 +8751,11 @@ body > .em-ds-tree-item {
|
|
|
8756
8751
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
|
|
8757
8752
|
|
|
8758
8753
|
.em-ds-tree-item {
|
|
8759
|
-
color: #
|
|
8754
|
+
color: #25292f;
|
|
8760
8755
|
display: flex;
|
|
8761
8756
|
align-items: center;
|
|
8762
8757
|
position: relative;
|
|
8763
|
-
background-color: #
|
|
8758
|
+
background-color: #ffffff;
|
|
8764
8759
|
padding: 0 0.30769rem;
|
|
8765
8760
|
min-height: 36px; }
|
|
8766
8761
|
.em-ds-tree-item--fixed-height {
|
|
@@ -8789,15 +8784,15 @@ body > .em-ds-tree-item {
|
|
|
8789
8784
|
.em-ds-tree-item--invalid-drop-before {
|
|
8790
8785
|
border-top-width: 2px;
|
|
8791
8786
|
border-top-style: solid;
|
|
8792
|
-
border-top-color: #
|
|
8787
|
+
border-top-color: #c64252; }
|
|
8793
8788
|
.em-ds-tree-item--invalid-drop-in {
|
|
8794
8789
|
border-width: 2px;
|
|
8795
8790
|
border-style: solid;
|
|
8796
|
-
border-color: #
|
|
8791
|
+
border-color: #c64252; }
|
|
8797
8792
|
.em-ds-tree-item--invalid-drop-after {
|
|
8798
8793
|
border-bottom-width: 2px;
|
|
8799
8794
|
border-bottom-style: solid;
|
|
8800
|
-
border-bottom-color: #
|
|
8795
|
+
border-bottom-color: #c64252; }
|
|
8801
8796
|
.em-ds-tree-item .em-ds-tree-item__value {
|
|
8802
8797
|
min-width: 0;
|
|
8803
8798
|
width: 100%;
|
|
@@ -8816,7 +8811,7 @@ body > .em-ds-tree-item {
|
|
|
8816
8811
|
.em-ds-tree-item__addons .em-ds-icon {
|
|
8817
8812
|
fill: #005181; }
|
|
8818
8813
|
.em-ds-tree-item.selected {
|
|
8819
|
-
background-color: #
|
|
8814
|
+
background-color: #ebf6ff; }
|
|
8820
8815
|
.em-ds-tree-item .drag-handle {
|
|
8821
8816
|
transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
8822
8817
|
align-items: center;
|
|
@@ -8849,11 +8844,11 @@ body > .em-ds-tree-item {
|
|
|
8849
8844
|
.em-ds-tree-item .tree-item-radio {
|
|
8850
8845
|
padding-bottom: 0; }
|
|
8851
8846
|
.em-ds-tree-item.hover {
|
|
8852
|
-
background-color: #
|
|
8847
|
+
background-color: #ebedf0; }
|
|
8853
8848
|
.em-ds-tree-item.hover .drag-handle {
|
|
8854
8849
|
fill: #005181; }
|
|
8855
8850
|
.em-ds-tree-item.hover.selected {
|
|
8856
|
-
background-color: #
|
|
8851
|
+
background-color: #ebf6ff; }
|
|
8857
8852
|
.em-ds-tree-item:focus {
|
|
8858
8853
|
outline: none;
|
|
8859
8854
|
box-shadow: unset;
|
|
@@ -8897,14 +8892,14 @@ body > .em-ds-tree-item {
|
|
|
8897
8892
|
|
|
8898
8893
|
.tree-text-highlight {
|
|
8899
8894
|
font-weight: bold;
|
|
8900
|
-
background-color: #
|
|
8895
|
+
background-color: #fbb431; }
|
|
8901
8896
|
|
|
8902
8897
|
.em-ds-query-builder-row {
|
|
8903
8898
|
display: grid;
|
|
8904
8899
|
height: 2.46154rem;
|
|
8905
8900
|
width: 100%; }
|
|
8906
8901
|
.em-ds-query-builder-row.has-open-tooltip, .em-ds-query-builder-row:hover {
|
|
8907
|
-
background: #
|
|
8902
|
+
background: #ffffff; }
|
|
8908
8903
|
.em-ds-query-builder-row.has-open-tooltip::after {
|
|
8909
8904
|
content: '';
|
|
8910
8905
|
display: block;
|
|
@@ -8946,7 +8941,7 @@ body > .em-ds-tree-item {
|
|
|
8946
8941
|
display: block;
|
|
8947
8942
|
content: '';
|
|
8948
8943
|
position: absolute;
|
|
8949
|
-
border: solid 1px #
|
|
8944
|
+
border: solid 1px #c64252;
|
|
8950
8945
|
height: 100%;
|
|
8951
8946
|
width: 100%;
|
|
8952
8947
|
top: 0;
|
|
@@ -8969,7 +8964,7 @@ body > .em-ds-tree-item {
|
|
|
8969
8964
|
-ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8970
8965
|
-o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8971
8966
|
box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8972
|
-
background: #
|
|
8967
|
+
background: #ffffff; }
|
|
8973
8968
|
.em-ds-query-builder-row__input-controller {
|
|
8974
8969
|
width: 100%;
|
|
8975
8970
|
height: 2.46154rem; }
|
|
@@ -9010,15 +9005,15 @@ body > .em-ds-tree-item {
|
|
|
9010
9005
|
border-radius: 0; }
|
|
9011
9006
|
|
|
9012
9007
|
.em-ds-query-builder-row-input {
|
|
9013
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9008
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9014
9009
|
.em-ds-query-builder-row-input.child-type-value {
|
|
9015
9010
|
border: none; }
|
|
9016
9011
|
|
|
9017
9012
|
.em-ds-query-builder-row__drag-controller {
|
|
9018
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9013
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9019
9014
|
|
|
9020
9015
|
.em-ds-query-builder-row-controller {
|
|
9021
|
-
border-left: solid calc(0.30769rem * 0.5) #
|
|
9016
|
+
border-left: solid calc(0.30769rem * 0.5) #ebedf0; }
|
|
9022
9017
|
|
|
9023
9018
|
.em-ds-query-builder-condition-controller {
|
|
9024
9019
|
position: relative; }
|
|
@@ -9026,7 +9021,7 @@ body > .em-ds-tree-item {
|
|
|
9026
9021
|
fill: #005181; }
|
|
9027
9022
|
|
|
9028
9023
|
.em-ds-query-builder-condition-controller-actions {
|
|
9029
|
-
background: #
|
|
9024
|
+
background: #ffffff;
|
|
9030
9025
|
display: flex;
|
|
9031
9026
|
flex-direction: row;
|
|
9032
9027
|
height: 2.46154rem; }
|
|
@@ -9037,7 +9032,7 @@ body > .em-ds-tree-item {
|
|
|
9037
9032
|
margin: 0;
|
|
9038
9033
|
height: 2.46154rem;
|
|
9039
9034
|
width: 2.46154rem;
|
|
9040
|
-
border-right: solid calc(0.30769rem * 0.5) #
|
|
9035
|
+
border-right: solid calc(0.30769rem * 0.5) #ebedf0;
|
|
9041
9036
|
padding: 0.30769rem 0.61538rem; }
|
|
9042
9037
|
.em-ds-query-builder-condition-controller-actions .em-ds-icon-button.no-border-right {
|
|
9043
9038
|
border-right: none; }
|
|
@@ -9050,7 +9045,7 @@ body > .em-ds-tree-item {
|
|
|
9050
9045
|
.em-ds-query-builder-condition-controller__add-rule,
|
|
9051
9046
|
.em-ds-query-builder-condition-controller__remove-rule {
|
|
9052
9047
|
height: 2.46154rem;
|
|
9053
|
-
border-right: solid 0.07692rem #
|
|
9048
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9054
9049
|
.em-ds-query-builder-condition-controller__add-rule-container .em-ds-icon,
|
|
9055
9050
|
.em-ds-query-builder-condition-controller__add-rule .em-ds-icon,
|
|
9056
9051
|
.em-ds-query-builder-condition-controller__remove-rule .em-ds-icon {
|
|
@@ -9078,10 +9073,10 @@ body > .em-ds-tree-item {
|
|
|
9078
9073
|
opacity: 1; }
|
|
9079
9074
|
|
|
9080
9075
|
.em-ds-query-builder-and-or-controller--default {
|
|
9081
|
-
background: #
|
|
9076
|
+
background: #fbb431; }
|
|
9082
9077
|
|
|
9083
9078
|
.em-ds-query-builder-and-or-controller--active {
|
|
9084
|
-
background: #
|
|
9079
|
+
background: #a3d6ff; }
|
|
9085
9080
|
|
|
9086
9081
|
.em-ds-query-builder-and-or-controller-content {
|
|
9087
9082
|
position: relative;
|
|
@@ -9115,7 +9110,7 @@ body > .em-ds-tree-item {
|
|
|
9115
9110
|
opacity: 1; }
|
|
9116
9111
|
|
|
9117
9112
|
.em-ds-query-builder-and-or-controller-actions {
|
|
9118
|
-
background: #
|
|
9113
|
+
background: #ffffff;
|
|
9119
9114
|
display: flex;
|
|
9120
9115
|
flex-direction: row;
|
|
9121
9116
|
align-items: center;
|
|
@@ -9126,17 +9121,17 @@ body > .em-ds-tree-item {
|
|
|
9126
9121
|
margin: 0;
|
|
9127
9122
|
height: 2.46154rem;
|
|
9128
9123
|
width: 2.46154rem;
|
|
9129
|
-
border-right: solid 0.07692rem #
|
|
9124
|
+
border-right: solid 0.07692rem #f6f7f9;
|
|
9130
9125
|
padding: 0.30769rem 0.61538rem; }
|
|
9131
9126
|
.em-ds-query-builder-and-or-controller-actions .em-ds-form-element-toggle {
|
|
9132
9127
|
margin: 0 0.61538rem;
|
|
9133
|
-
border-right: solid 0.07692rem #
|
|
9128
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9134
9129
|
.em-ds-query-builder-and-or-controller-actions .em-ds-icon {
|
|
9135
9130
|
fill: #005181; }
|
|
9136
9131
|
|
|
9137
9132
|
.em-ds-query-builder-and-or-controller__add-rule-container {
|
|
9138
9133
|
height: 2.46154rem;
|
|
9139
|
-
border-right: solid 0.07692rem #
|
|
9134
|
+
border-right: solid 0.07692rem #f6f7f9; }
|
|
9140
9135
|
.em-ds-query-builder-and-or-controller__add-rule-container .em-ds-icon--s {
|
|
9141
9136
|
height: calc(1.23077rem * 0.8);
|
|
9142
9137
|
width: calc(1.23077rem * 0.8); }
|
|
@@ -9147,7 +9142,7 @@ body > .em-ds-tree-item {
|
|
|
9147
9142
|
text-align: center; }
|
|
9148
9143
|
.em-ds-query-builder-and-or-controller__condition-display > .separator {
|
|
9149
9144
|
margin: 0.30769rem auto;
|
|
9150
|
-
background: #
|
|
9145
|
+
background: #e0e3e8;
|
|
9151
9146
|
height: 1px;
|
|
9152
9147
|
width: 50%; }
|
|
9153
9148
|
|
|
@@ -9156,7 +9151,7 @@ body > .em-ds-tree-item {
|
|
|
9156
9151
|
display: inline-block; }
|
|
9157
9152
|
|
|
9158
9153
|
.em-ds-query-builder-and-or-controller__condition-separator {
|
|
9159
|
-
border-bottom: solid calc(0.30769rem * 0.25) #
|
|
9154
|
+
border-bottom: solid calc(0.30769rem * 0.25) #353c46;
|
|
9160
9155
|
margin: 0.30769rem;
|
|
9161
9156
|
width: 50%; }
|
|
9162
9157
|
|
|
@@ -9177,7 +9172,7 @@ body > .em-ds-tree-item {
|
|
|
9177
9172
|
bottom: 0.30769rem; }
|
|
9178
9173
|
.em-ds-query-builder-drag-group .separator {
|
|
9179
9174
|
margin: 0.30769rem 0;
|
|
9180
|
-
background: #
|
|
9175
|
+
background: #e0e3e8;
|
|
9181
9176
|
height: 1px;
|
|
9182
9177
|
width: 80%; }
|
|
9183
9178
|
|
|
@@ -9214,10 +9209,10 @@ body > .em-ds-tree-item {
|
|
|
9214
9209
|
margin-bottom: 0; }
|
|
9215
9210
|
|
|
9216
9211
|
.nestable-item > .nestable-list.nestable-child-count-single .is-or-filter .nestable-item-name--filter {
|
|
9217
|
-
background: #
|
|
9212
|
+
background: #fbb431; }
|
|
9218
9213
|
|
|
9219
9214
|
.nestable-item > .nestable-list.nestable-child-count-single .is-and-filter .nestable-item-name--filter {
|
|
9220
|
-
background: #
|
|
9215
|
+
background: #a3d6ff; }
|
|
9221
9216
|
|
|
9222
9217
|
.nestable-item > .nestable-list.nestable-child-count-single .nestable-item-name--filter {
|
|
9223
9218
|
padding: 1px;
|
|
@@ -9227,10 +9222,10 @@ body > .em-ds-tree-item {
|
|
|
9227
9222
|
box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5); }
|
|
9228
9223
|
|
|
9229
9224
|
.nested-main-group > .nestable > .nestable-child-count-single .is-or-filter .nestable-item-name--filter {
|
|
9230
|
-
background: #
|
|
9225
|
+
background: #fbb431; }
|
|
9231
9226
|
|
|
9232
9227
|
.nested-main-group > .nestable > .nestable-child-count-single .is-and-filter .nestable-item-name--filter {
|
|
9233
|
-
background: #
|
|
9228
|
+
background: #a3d6ff; }
|
|
9234
9229
|
|
|
9235
9230
|
.nested-main-group > .nestable > .nestable-child-count-single .nestable-item-name--filter {
|
|
9236
9231
|
padding: 1px;
|
|
@@ -9281,11 +9276,11 @@ body > .em-ds-tree-item {
|
|
|
9281
9276
|
left: 0;
|
|
9282
9277
|
right: 0;
|
|
9283
9278
|
bottom: 0;
|
|
9284
|
-
background: #
|
|
9279
|
+
background: #a3d6ff; }
|
|
9285
9280
|
|
|
9286
9281
|
.nestable-item-type-group.is-or-group .nestable-item.is-dragging:before,
|
|
9287
9282
|
.nested-main-group.is-or-group .nestable-item.is-dragging:before {
|
|
9288
|
-
background: #
|
|
9283
|
+
background: #fbb431; }
|
|
9289
9284
|
|
|
9290
9285
|
.nestable-item-icon {
|
|
9291
9286
|
margin-right: 5px;
|
|
@@ -9316,27 +9311,27 @@ body > .em-ds-tree-item {
|
|
|
9316
9311
|
top: 40%;
|
|
9317
9312
|
height: 0.30769rem;
|
|
9318
9313
|
width: 0.61538rem;
|
|
9319
|
-
background: #
|
|
9314
|
+
background: #a3d6ff;
|
|
9320
9315
|
z-index: -1; }
|
|
9321
9316
|
|
|
9322
9317
|
.nestable-item-type-group.is-or-group .nestable-item-type-group:after,
|
|
9323
9318
|
.nested-main-group.is-or-group .nestable-item-type-group:after {
|
|
9324
|
-
background: #
|
|
9319
|
+
background: #fbb431; }
|
|
9325
9320
|
|
|
9326
9321
|
.nestable-item-type-group.is-and-group .nestable-item-type-group:after,
|
|
9327
9322
|
.nested-main-group.is-and-group .nestable-item-type-group:after {
|
|
9328
|
-
background: #
|
|
9323
|
+
background: #a3d6ff; }
|
|
9329
9324
|
|
|
9330
9325
|
.nestable-list.nestable-child-count-multiple > .nestable-item-name--filter {
|
|
9331
9326
|
padding-bottom: 0; }
|
|
9332
9327
|
|
|
9333
9328
|
.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-or-filter {
|
|
9334
|
-
background: #
|
|
9329
|
+
background: #fbb431;
|
|
9335
9330
|
padding: calc(0.30769rem * 0.5);
|
|
9336
9331
|
padding-bottom: 0.30769rem; }
|
|
9337
9332
|
|
|
9338
9333
|
.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-and-filter {
|
|
9339
|
-
background: #
|
|
9334
|
+
background: #a3d6ff;
|
|
9340
9335
|
padding: calc(0.30769rem * 0.5);
|
|
9341
9336
|
padding-bottom: 0.30769rem; }
|
|
9342
9337
|
|
|
@@ -9357,7 +9352,7 @@ body > .em-ds-tree-item {
|
|
|
9357
9352
|
.em-ds-query-builder-output .em-ds-accordion-item:last-child {
|
|
9358
9353
|
border: none; }
|
|
9359
9354
|
.em-ds-query-builder-output .em-ds-accordion-item__title {
|
|
9360
|
-
color: #
|
|
9355
|
+
color: #006aa9; }
|
|
9361
9356
|
.em-ds-query-builder-output .em-ds-accordion-item__title h2 {
|
|
9362
9357
|
font-size: 1rem;
|
|
9363
9358
|
line-height: normal;
|
|
@@ -9383,7 +9378,7 @@ body > .em-ds-tree-item {
|
|
|
9383
9378
|
background: none; }
|
|
9384
9379
|
|
|
9385
9380
|
.em-ds-query-builder-addon-search-field__btn-selector--btn-placeholder {
|
|
9386
|
-
color: #
|
|
9381
|
+
color: #e0e3e8;
|
|
9387
9382
|
font-style: italic; }
|
|
9388
9383
|
|
|
9389
9384
|
.em-ds-query-builder-addon-search-field__dropdown-field-selector {
|
|
@@ -9394,7 +9389,7 @@ body > .em-ds-tree-item {
|
|
|
9394
9389
|
width: 100%; }
|
|
9395
9390
|
|
|
9396
9391
|
.advanced-search-option {
|
|
9397
|
-
border-top: solid 1px #
|
|
9392
|
+
border-top: solid 1px #e0e3e8; }
|
|
9398
9393
|
|
|
9399
9394
|
.modal-search-field .datagrid-tab-content {
|
|
9400
9395
|
height: calc(100vh - 19.69231rem); }
|
|
@@ -9424,7 +9419,7 @@ body > .em-ds-tree-item {
|
|
|
9424
9419
|
|
|
9425
9420
|
.em-ds-date-time-predefined-range-selector hr {
|
|
9426
9421
|
margin: 1.23077rem 0;
|
|
9427
|
-
border: solid 0.03846rem #
|
|
9422
|
+
border: solid 0.03846rem #e0e3e8; }
|
|
9428
9423
|
|
|
9429
9424
|
.em-ds-date-time-predefined-range-selector .SingleDatePickerInput,
|
|
9430
9425
|
.em-ds-date-time-predefined-range-selector .em-ds-input-addon-group,
|
|
@@ -9526,9 +9521,9 @@ body > .em-ds-tree-item {
|
|
|
9526
9521
|
.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"],
|
|
9527
9522
|
.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"],
|
|
9528
9523
|
.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"] {
|
|
9529
|
-
color: #
|
|
9524
|
+
color: #ffffff;
|
|
9530
9525
|
background-color: #1e79c2;
|
|
9531
|
-
border: solid 1px #
|
|
9526
|
+
border: solid 1px #006aa9; }
|
|
9532
9527
|
.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,
|
|
9533
9528
|
.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,
|
|
9534
9529
|
.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,
|
|
@@ -9537,7 +9532,7 @@ body > .em-ds-tree-item {
|
|
|
9537
9532
|
.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,
|
|
9538
9533
|
.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,
|
|
9539
9534
|
.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 {
|
|
9540
|
-
color: #
|
|
9535
|
+
color: #ffffff; }
|
|
9541
9536
|
.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,
|
|
9542
9537
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button:focus,
|
|
9543
9538
|
.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,
|
|
@@ -9566,9 +9561,9 @@ body > .em-ds-tree-item {
|
|
|
9566
9561
|
.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,
|
|
9567
9562
|
.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,
|
|
9568
9563
|
.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 {
|
|
9569
|
-
color: #
|
|
9564
|
+
color: #ffffff;
|
|
9570
9565
|
background-color: #1e79c2;
|
|
9571
|
-
border: solid 1px #
|
|
9566
|
+
border: solid 1px #006aa9; }
|
|
9572
9567
|
.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,
|
|
9573
9568
|
.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,
|
|
9574
9569
|
.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,
|
|
@@ -9601,7 +9596,7 @@ body > .em-ds-tree-item {
|
|
|
9601
9596
|
.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,
|
|
9602
9597
|
.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,
|
|
9603
9598
|
.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 {
|
|
9604
|
-
color: #
|
|
9599
|
+
color: #ffffff; }
|
|
9605
9600
|
.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,
|
|
9606
9601
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__input:focus,
|
|
9607
9602
|
.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,
|
|
@@ -9634,7 +9629,7 @@ body > .em-ds-tree-item {
|
|
|
9634
9629
|
width: 2.95385rem;
|
|
9635
9630
|
height: 2.95385rem;
|
|
9636
9631
|
margin-right: 0.61538rem;
|
|
9637
|
-
background: #
|
|
9632
|
+
background: #e0e3e8;
|
|
9638
9633
|
border: none;
|
|
9639
9634
|
display: inline-flex;
|
|
9640
9635
|
justify-content: center;
|
|
@@ -9736,7 +9731,7 @@ body > .em-ds-tree-item {
|
|
|
9736
9731
|
line-height: 2.46154rem;
|
|
9737
9732
|
padding-left: 0.30769rem;
|
|
9738
9733
|
padding-right: 0.30769rem;
|
|
9739
|
-
color: #
|
|
9734
|
+
color: #cbcfd7; }
|
|
9740
9735
|
|
|
9741
9736
|
.SingleDatePickerInput {
|
|
9742
9737
|
border: none;
|
|
@@ -9815,7 +9810,7 @@ body > .em-ds-tree-item {
|
|
|
9815
9810
|
.em-ds-date-range-picker__header .em-ds-input-addon-group {
|
|
9816
9811
|
width: 100%; }
|
|
9817
9812
|
.em-ds-date-range-picker__header--invalidDate .em-ds-input-addon-group .em-ds-input {
|
|
9818
|
-
border: solid 1px #
|
|
9813
|
+
border: solid 1px #c64252; }
|
|
9819
9814
|
|
|
9820
9815
|
.em-ds-date-switcher__header {
|
|
9821
9816
|
display: flex;
|
|
@@ -9840,7 +9835,7 @@ body > .em-ds-tree-item {
|
|
|
9840
9835
|
.DateInput_input {
|
|
9841
9836
|
border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
|
|
9842
9837
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
9843
|
-
border: solid 1px #
|
|
9838
|
+
border: solid 1px #cbcfd7;
|
|
9844
9839
|
border-right: none;
|
|
9845
9840
|
height: calc(1.84615rem * 1.16666);
|
|
9846
9841
|
padding: 0 0.61538rem;
|
|
@@ -9849,8 +9844,8 @@ body > .em-ds-tree-item {
|
|
|
9849
9844
|
.DateInput_input:focus, .DateInput_input:hover {
|
|
9850
9845
|
border-color: #1e79c2; }
|
|
9851
9846
|
.DateInput_input:active {
|
|
9852
|
-
border-color: #
|
|
9853
|
-
color: #
|
|
9847
|
+
border-color: #006aa9;
|
|
9848
|
+
color: #25292f; }
|
|
9854
9849
|
.DateInput_input::-webkit-input-placeholder {
|
|
9855
9850
|
color: #697489;
|
|
9856
9851
|
font-style: italic; }
|
|
@@ -9865,15 +9860,15 @@ body > .em-ds-tree-item {
|
|
|
9865
9860
|
font-style: italic; }
|
|
9866
9861
|
|
|
9867
9862
|
.DateInput_input__disabled {
|
|
9868
|
-
background: #
|
|
9863
|
+
background: #ffffff;
|
|
9869
9864
|
pointer-events: none;
|
|
9870
|
-
border-color: #
|
|
9865
|
+
border-color: #e0e3e8;
|
|
9871
9866
|
color: #697489;
|
|
9872
9867
|
cursor: not-allowed; }
|
|
9873
9868
|
.DateInput_input__disabled:focus, .DateInput_input__disabled:hover {
|
|
9874
|
-
border-color: #
|
|
9869
|
+
border-color: #e0e3e8; }
|
|
9875
9870
|
.DateInput_input__disabled:active {
|
|
9876
|
-
border-color: #
|
|
9871
|
+
border-color: #e0e3e8; }
|
|
9877
9872
|
|
|
9878
9873
|
.em-ds-datepicker {
|
|
9879
9874
|
z-index: 0; }
|
|
@@ -9890,7 +9885,7 @@ body > .em-ds-tree-item {
|
|
|
9890
9885
|
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
|
|
9891
9886
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth,
|
|
9892
9887
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth {
|
|
9893
|
-
background: #
|
|
9888
|
+
background: #f6f7f9; }
|
|
9894
9889
|
|
|
9895
9890
|
.em-ds-datepicker .CalendarDay__default,
|
|
9896
9891
|
.em-ds-datepicker .CalendarDay__selected,
|
|
@@ -9912,7 +9907,7 @@ body > .em-ds-tree-item {
|
|
|
9912
9907
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected,
|
|
9913
9908
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:active,
|
|
9914
9909
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
|
|
9915
|
-
background: #
|
|
9910
|
+
background: #ffffff;
|
|
9916
9911
|
text-align: center;
|
|
9917
9912
|
border: none; }
|
|
9918
9913
|
.em-ds-datepicker .CalendarDay__default:focus,
|
|
@@ -9947,7 +9942,7 @@ body > .em-ds-tree-item {
|
|
|
9947
9942
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus,
|
|
9948
9943
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
|
|
9949
9944
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
|
|
9950
|
-
background: #
|
|
9945
|
+
background: #ffffff;
|
|
9951
9946
|
border: none; }
|
|
9952
9947
|
.em-ds-datepicker .CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
9953
9948
|
.em-ds-datepicker .CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
@@ -9959,7 +9954,7 @@ body > .em-ds-tree-item {
|
|
|
9959
9954
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
9960
9955
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
9961
9956
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker__day-contents {
|
|
9962
|
-
background: #
|
|
9957
|
+
background: #ffffff;
|
|
9963
9958
|
border: solid 1px #1e79c2;
|
|
9964
9959
|
color: #1e79c2; }
|
|
9965
9960
|
|
|
@@ -9969,7 +9964,7 @@ body > .em-ds-tree-item {
|
|
|
9969
9964
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected,
|
|
9970
9965
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected {
|
|
9971
9966
|
background: #fff;
|
|
9972
|
-
color: #
|
|
9967
|
+
color: #ffffff;
|
|
9973
9968
|
border: none; }
|
|
9974
9969
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents,
|
|
9975
9970
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents,
|
|
@@ -9983,7 +9978,7 @@ body > .em-ds-tree-item {
|
|
|
9983
9978
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents {
|
|
9984
9979
|
background-color: #1e79c2;
|
|
9985
9980
|
border: solid 1px #1e79c2;
|
|
9986
|
-
color: #
|
|
9981
|
+
color: #ffffff; }
|
|
9987
9982
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
9988
9983
|
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
|
|
9989
9984
|
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
@@ -9994,7 +9989,7 @@ body > .em-ds-tree-item {
|
|
|
9994
9989
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
|
|
9995
9990
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
|
|
9996
9991
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover {
|
|
9997
|
-
box-shadow: inset 0 0 0 1px #
|
|
9992
|
+
box-shadow: inset 0 0 0 1px #a3d6ff; }
|
|
9998
9993
|
.em-ds-datepicker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
9999
9994
|
.SingleDatePicker_picker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
10000
9995
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
|
|
@@ -10013,14 +10008,14 @@ body > .em-ds-tree-item {
|
|
|
10013
10008
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end .em-ds-datepicker-range__day-contents {
|
|
10014
10009
|
background-color: #1e79c2;
|
|
10015
10010
|
border: solid 1px #1e79c2;
|
|
10016
|
-
color: #
|
|
10011
|
+
color: #ffffff; }
|
|
10017
10012
|
|
|
10018
10013
|
.em-ds-datepicker .CalendarDay__selected:hover,
|
|
10019
10014
|
.SingleDatePicker_picker .CalendarDay__selected:hover,
|
|
10020
10015
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover,
|
|
10021
10016
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
|
|
10022
10017
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
|
|
10023
|
-
color: #
|
|
10018
|
+
color: #ffffff; }
|
|
10024
10019
|
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
10025
10020
|
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10026
10021
|
.SingleDatePicker_picker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
@@ -10032,7 +10027,7 @@ body > .em-ds-tree-item {
|
|
|
10032
10027
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
|
|
10033
10028
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents {
|
|
10034
10029
|
background-color: #1e79c2;
|
|
10035
|
-
color: #
|
|
10030
|
+
color: #ffffff; }
|
|
10036
10031
|
|
|
10037
10032
|
.em-ds-datepicker .CalendarDay.CalendarDay__blocked_calendar,
|
|
10038
10033
|
.SingleDatePicker_picker .CalendarDay.CalendarDay__blocked_calendar,
|
|
@@ -10089,7 +10084,7 @@ body > .em-ds-tree-item {
|
|
|
10089
10084
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth_table {
|
|
10090
10085
|
border-collapse: collapse;
|
|
10091
10086
|
border-spacing: 0;
|
|
10092
|
-
background-color: #
|
|
10087
|
+
background-color: #ffffff;
|
|
10093
10088
|
width: calc(2.46154rem * 9.93) !important;
|
|
10094
10089
|
margin-left: calc(1.84615rem * (-0.5));
|
|
10095
10090
|
margin-top: 1.23077rem; }
|
|
@@ -10100,7 +10095,7 @@ body > .em-ds-tree-item {
|
|
|
10100
10095
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader,
|
|
10101
10096
|
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader {
|
|
10102
10097
|
position: absolute;
|
|
10103
|
-
color: #
|
|
10098
|
+
color: #25292f;
|
|
10104
10099
|
height: 1.84615rem;
|
|
10105
10100
|
top: calc(2.46154rem * 1.55);
|
|
10106
10101
|
z-index: 2;
|
|
@@ -10157,26 +10152,26 @@ body > .em-ds-tree-item {
|
|
|
10157
10152
|
justify-content: center;
|
|
10158
10153
|
width: 2.46154rem;
|
|
10159
10154
|
height: 2.46154rem;
|
|
10160
|
-
color: #
|
|
10155
|
+
color: #25292f;
|
|
10161
10156
|
border-radius: 50%;
|
|
10162
10157
|
position: relative;
|
|
10163
10158
|
z-index: 2;
|
|
10164
10159
|
border: solid 1px transparent; }
|
|
10165
10160
|
|
|
10166
10161
|
.CalendarDay__outside .em-ds-datepicker__day-contents {
|
|
10167
|
-
color: #
|
|
10162
|
+
color: #cbcfd7; }
|
|
10168
10163
|
|
|
10169
10164
|
.CalendarDay__default:hover .em-ds-datepicker__day-contents,
|
|
10170
10165
|
.CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10171
10166
|
.CalendarDay__default:focus .em-ds-datepicker__day-contents,
|
|
10172
10167
|
.CalendarDay__default:focus .em-ds-datepicker-range__day-contents {
|
|
10173
|
-
background: #
|
|
10168
|
+
background: #ffffff;
|
|
10174
10169
|
border: solid 1px #1e79c2;
|
|
10175
10170
|
color: #1e79c2; }
|
|
10176
10171
|
|
|
10177
10172
|
.without-selected-date .CalendarDay__today .em-ds-datepicker-range__day-contents {
|
|
10178
10173
|
border: solid 1px #697489;
|
|
10179
|
-
color: #
|
|
10174
|
+
color: #25292f; }
|
|
10180
10175
|
|
|
10181
10176
|
.em-ds-datepicker .DayPickerNavigation,
|
|
10182
10177
|
.SingleDatePicker_picker .DayPickerNavigation,
|
|
@@ -10208,32 +10203,32 @@ body > .em-ds-tree-item {
|
|
|
10208
10203
|
.em-ds-datepicker__picker:hover:not([disabled]) {
|
|
10209
10204
|
border: solid 1px #1e79c2; }
|
|
10210
10205
|
.em-ds-datepicker__picker.disabled {
|
|
10211
|
-
border: solid 1px #
|
|
10206
|
+
border: solid 1px #e0e3e8;
|
|
10212
10207
|
pointer-events: none; }
|
|
10213
10208
|
|
|
10214
10209
|
.em-ds-form-item--error .em-ds-datepicker .em-ds-input {
|
|
10215
10210
|
border-right-color: transparent; }
|
|
10216
10211
|
|
|
10217
10212
|
.em-ds-form-item--error .em-ds-datepicker .em-ds-datepicker-range__picker {
|
|
10218
|
-
border-top-color: #
|
|
10219
|
-
border-right-color: #
|
|
10220
|
-
border-bottom-color: #
|
|
10213
|
+
border-top-color: #c64252;
|
|
10214
|
+
border-right-color: #c64252;
|
|
10215
|
+
border-bottom-color: #c64252; }
|
|
10221
10216
|
|
|
10222
10217
|
.em-ds-date-time-picker__wrapper {
|
|
10223
10218
|
display: flex;
|
|
10224
10219
|
flex-direction: row;
|
|
10225
10220
|
margin-top: 0.61538rem;
|
|
10226
10221
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
10227
|
-
background-color: #
|
|
10222
|
+
background-color: #ffffff; }
|
|
10228
10223
|
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper {
|
|
10229
|
-
background-color: #
|
|
10224
|
+
background-color: #f6f7f9;
|
|
10230
10225
|
display: flex;
|
|
10231
10226
|
flex-direction: column; }
|
|
10232
10227
|
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper .em-ds-time-picker-menu {
|
|
10233
10228
|
border: unset;
|
|
10234
10229
|
box-shadow: unset; }
|
|
10235
10230
|
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller {
|
|
10236
|
-
border-right: 0.07692rem solid #
|
|
10231
|
+
border-right: 0.07692rem solid #cbcfd7; }
|
|
10237
10232
|
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker {
|
|
10238
10233
|
box-shadow: unset; }
|
|
10239
10234
|
|
|
@@ -10247,9 +10242,9 @@ body > .em-ds-tree-item {
|
|
|
10247
10242
|
border-right-color: transparent; }
|
|
10248
10243
|
|
|
10249
10244
|
.em-ds-form-item--error .em-ds-datetimepicker .em-ds-datepicker-range__picker {
|
|
10250
|
-
border-top-color: #
|
|
10251
|
-
border-right-color: #
|
|
10252
|
-
border-bottom-color: #
|
|
10245
|
+
border-top-color: #c64252;
|
|
10246
|
+
border-right-color: #c64252;
|
|
10247
|
+
border-bottom-color: #c64252; }
|
|
10253
10248
|
|
|
10254
10249
|
.em-ds-datepicker-wrapper-input-date-range-picker-controller {
|
|
10255
10250
|
display: flex;
|
|
@@ -10281,12 +10276,12 @@ body > .em-ds-tree-item {
|
|
|
10281
10276
|
.em-ds-datepicker-range .DateInput_input,
|
|
10282
10277
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input,
|
|
10283
10278
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input {
|
|
10284
|
-
border: solid 1px #
|
|
10279
|
+
border: solid 1px #cbcfd7;
|
|
10285
10280
|
border-radius: calc(0.30769rem * 0.5); }
|
|
10286
10281
|
.em-ds-datepicker-range .DateInput_input:disabled,
|
|
10287
10282
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input:disabled,
|
|
10288
10283
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input:disabled {
|
|
10289
|
-
background-color: #
|
|
10284
|
+
background-color: #ffffff; }
|
|
10290
10285
|
|
|
10291
10286
|
.em-ds-datepicker-range .DateRangePickerInput_arrow,
|
|
10292
10287
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput_arrow,
|
|
@@ -10297,14 +10292,14 @@ body > .em-ds-tree-item {
|
|
|
10297
10292
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input__focused,
|
|
10298
10293
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input__focused {
|
|
10299
10294
|
border: solid 1px #1e79c2;
|
|
10300
|
-
box-shadow: #
|
|
10295
|
+
box-shadow: #52a6ec; }
|
|
10301
10296
|
|
|
10302
10297
|
.em-ds-datepicker-range .DateRangePickerInput__disabled,
|
|
10303
10298
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled,
|
|
10304
10299
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled {
|
|
10305
|
-
background: #
|
|
10300
|
+
background: #ffffff;
|
|
10306
10301
|
pointer-events: none;
|
|
10307
|
-
border-color: #
|
|
10302
|
+
border-color: #e0e3e8;
|
|
10308
10303
|
color: #697489;
|
|
10309
10304
|
cursor: not-allowed; }
|
|
10310
10305
|
.em-ds-datepicker-range .DateRangePickerInput__disabled:focus, .em-ds-datepicker-range .DateRangePickerInput__disabled:hover,
|
|
@@ -10312,15 +10307,15 @@ body > .em-ds-tree-item {
|
|
|
10312
10307
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:hover,
|
|
10313
10308
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:focus,
|
|
10314
10309
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:hover {
|
|
10315
|
-
border-color: #
|
|
10310
|
+
border-color: #e0e3e8; }
|
|
10316
10311
|
.em-ds-datepicker-range .DateRangePickerInput__disabled:active,
|
|
10317
10312
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:active,
|
|
10318
10313
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:active {
|
|
10319
|
-
border-color: #
|
|
10314
|
+
border-color: #e0e3e8; }
|
|
10320
10315
|
.em-ds-datepicker-range .DateRangePickerInput__disabled .DateInput_input__focused,
|
|
10321
10316
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled .DateInput_input__focused,
|
|
10322
10317
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled .DateInput_input__focused {
|
|
10323
|
-
border: solid 1px #
|
|
10318
|
+
border: solid 1px #e0e3e8 !important;
|
|
10324
10319
|
box-shadow: none; }
|
|
10325
10320
|
|
|
10326
10321
|
.em-ds-datepicker-range .CalendarDay__default,
|
|
@@ -10329,7 +10324,7 @@ body > .em-ds-tree-item {
|
|
|
10329
10324
|
padding: 0 !important;
|
|
10330
10325
|
position: relative;
|
|
10331
10326
|
border: none;
|
|
10332
|
-
background-color: #
|
|
10327
|
+
background-color: #ffffff;
|
|
10333
10328
|
text-align: center;
|
|
10334
10329
|
transition: all 100ms cubic-bezier(0.18, 0.67, 0.6, 1.22); }
|
|
10335
10330
|
.em-ds-datepicker-range .CalendarDay__default:focus,
|
|
@@ -10343,7 +10338,7 @@ body > .em-ds-tree-item {
|
|
|
10343
10338
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
|
|
10344
10339
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
|
|
10345
10340
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
|
|
10346
|
-
color: #
|
|
10341
|
+
color: #ffffff; }
|
|
10347
10342
|
.em-ds-datepicker-range .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10348
10343
|
.em-ds-datepicker-range .CalendarDay__default:focus .em-ds-datepicker-range__day-contents,
|
|
10349
10344
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
@@ -10351,13 +10346,13 @@ body > .em-ds-tree-item {
|
|
|
10351
10346
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
|
|
10352
10347
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus .em-ds-datepicker-range__day-contents {
|
|
10353
10348
|
border: solid 1px #1e79c2;
|
|
10354
|
-
box-shadow: inset 0 0 0 1px #
|
|
10349
|
+
box-shadow: inset 0 0 0 1px #a3d6ff;
|
|
10355
10350
|
color: #1e79c2; }
|
|
10356
10351
|
|
|
10357
10352
|
.em-ds-datepicker-range .CalendarDay__selected,
|
|
10358
10353
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected,
|
|
10359
10354
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected {
|
|
10360
|
-
color: #
|
|
10355
|
+
color: #ffffff; }
|
|
10361
10356
|
|
|
10362
10357
|
.em-ds-datepicker-range .CalendarDay__selected:hover,
|
|
10363
10358
|
.em-ds-datepicker-range .CalendarDay__selected:focus,
|
|
@@ -10365,36 +10360,36 @@ body > .em-ds-tree-item {
|
|
|
10365
10360
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus,
|
|
10366
10361
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
|
|
10367
10362
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus {
|
|
10368
|
-
color: #
|
|
10363
|
+
color: #ffffff; }
|
|
10369
10364
|
.em-ds-datepicker-range .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10370
10365
|
.em-ds-datepicker-range .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
|
|
10371
10366
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10372
10367
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
|
|
10373
10368
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
|
|
10374
10369
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents {
|
|
10375
|
-
color: #
|
|
10370
|
+
color: #ffffff;
|
|
10376
10371
|
background: #1e79c2;
|
|
10377
|
-
box-shadow: inset 0 0 0 1px #
|
|
10372
|
+
box-shadow: inset 0 0 0 1px #a3d6ff; }
|
|
10378
10373
|
|
|
10379
10374
|
.em-ds-datepicker-range .CalendarDay__selected_span,
|
|
10380
10375
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span,
|
|
10381
10376
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span {
|
|
10382
|
-
background: #
|
|
10377
|
+
background: #ebf6ff;
|
|
10383
10378
|
position: relative;
|
|
10384
10379
|
z-index: 3; }
|
|
10385
10380
|
.em-ds-datepicker-range .CalendarDay__selected_span:after,
|
|
10386
10381
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
|
|
10387
10382
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span:after {
|
|
10388
10383
|
content: "";
|
|
10389
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10390
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10384
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10385
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10391
10386
|
position: absolute;
|
|
10392
10387
|
width: 100%;
|
|
10393
10388
|
z-index: 1;
|
|
10394
10389
|
top: 0;
|
|
10395
10390
|
bottom: 0;
|
|
10396
10391
|
left: 0;
|
|
10397
|
-
background: #
|
|
10392
|
+
background: #ebf6ff; }
|
|
10398
10393
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
10399
10394
|
.em-ds-datepicker-range .CalendarDay__selected_span:after,
|
|
10400
10395
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
|
|
@@ -10419,7 +10414,7 @@ body > .em-ds-tree-item {
|
|
|
10419
10414
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:before {
|
|
10420
10415
|
content: "";
|
|
10421
10416
|
position: absolute;
|
|
10422
|
-
background-color: #
|
|
10417
|
+
background-color: #ffffff;
|
|
10423
10418
|
top: 0;
|
|
10424
10419
|
bottom: 0;
|
|
10425
10420
|
z-index: 2; }
|
|
@@ -10431,15 +10426,15 @@ body > .em-ds-tree-item {
|
|
|
10431
10426
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:after,
|
|
10432
10427
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:after {
|
|
10433
10428
|
content: "";
|
|
10434
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10435
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10429
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10430
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10436
10431
|
position: absolute;
|
|
10437
10432
|
width: 100%;
|
|
10438
10433
|
z-index: 1;
|
|
10439
10434
|
top: 0;
|
|
10440
10435
|
bottom: 0;
|
|
10441
10436
|
left: 0;
|
|
10442
|
-
background-color: #
|
|
10437
|
+
background-color: #ebf6ff; }
|
|
10443
10438
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
10444
10439
|
.em-ds-datepicker-range .CalendarDay__selected_start:after,
|
|
10445
10440
|
.em-ds-datepicker-range .CalendarDay__selected_end:after,
|
|
@@ -10453,12 +10448,12 @@ body > .em-ds-tree-item {
|
|
|
10453
10448
|
.em-ds-datepicker-range .em-ds-range-picker__non-selected .CalendarDay__selected_start,
|
|
10454
10449
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__non-selected .CalendarDay__selected_start,
|
|
10455
10450
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__non-selected .CalendarDay__selected_start {
|
|
10456
|
-
background-color: #
|
|
10451
|
+
background-color: #ffffff; }
|
|
10457
10452
|
|
|
10458
10453
|
.em-ds-datepicker-range .CalendarDay__selected_start.CalendarDay__selected_end,
|
|
10459
10454
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start.CalendarDay__selected_end,
|
|
10460
10455
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start.CalendarDay__selected_end {
|
|
10461
|
-
background-color: #
|
|
10456
|
+
background-color: #ffffff; }
|
|
10462
10457
|
|
|
10463
10458
|
.em-ds-datepicker-range .CalendarDay__selected_start:before,
|
|
10464
10459
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:before,
|
|
@@ -10478,7 +10473,7 @@ body > .em-ds-tree-item {
|
|
|
10478
10473
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span,
|
|
10479
10474
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover,
|
|
10480
10475
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span {
|
|
10481
|
-
background: #
|
|
10476
|
+
background: #ebf6ff; }
|
|
10482
10477
|
.em-ds-datepicker-range .CalendarDay__hovered_span:hover:after,
|
|
10483
10478
|
.em-ds-datepicker-range .CalendarDay__hovered_span:after,
|
|
10484
10479
|
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:hover:after,
|
|
@@ -10486,8 +10481,8 @@ body > .em-ds-tree-item {
|
|
|
10486
10481
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover:after,
|
|
10487
10482
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:after {
|
|
10488
10483
|
content: "";
|
|
10489
|
-
border-top: calc(0.30769rem * 0.75) solid #
|
|
10490
|
-
border-bottom: calc(0.30769rem * 0.75) solid #
|
|
10484
|
+
border-top: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10485
|
+
border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
|
|
10491
10486
|
position: absolute;
|
|
10492
10487
|
width: 100%;
|
|
10493
10488
|
z-index: 1;
|
|
@@ -10504,7 +10499,7 @@ body > .em-ds-tree-item {
|
|
|
10504
10499
|
top: 0;
|
|
10505
10500
|
bottom: 0;
|
|
10506
10501
|
left: 50%;
|
|
10507
|
-
background: #
|
|
10502
|
+
background: #ffffff;
|
|
10508
10503
|
z-index: 0; }
|
|
10509
10504
|
|
|
10510
10505
|
.em-ds-datepicker-range .DateRangePicker + .em-ds-datepicker__picker,
|
|
@@ -10515,7 +10510,7 @@ body > .em-ds-tree-item {
|
|
|
10515
10510
|
.em-ds-datepicker-range .CalendarMonth,
|
|
10516
10511
|
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
|
|
10517
10512
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth {
|
|
10518
|
-
background: #
|
|
10513
|
+
background: #f6f7f9;
|
|
10519
10514
|
text-align: center;
|
|
10520
10515
|
vertical-align: top;
|
|
10521
10516
|
-webkit-user-select: none;
|
|
@@ -10526,7 +10521,7 @@ body > .em-ds-tree-item {
|
|
|
10526
10521
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth_table {
|
|
10527
10522
|
border-collapse: collapse;
|
|
10528
10523
|
border-spacing: 0;
|
|
10529
|
-
background-color: #
|
|
10524
|
+
background-color: #ffffff;
|
|
10530
10525
|
width: calc(2.46154rem * 9.93) !important;
|
|
10531
10526
|
margin-left: calc(0.30769rem * (-3)); }
|
|
10532
10527
|
|
|
@@ -10543,7 +10538,7 @@ body > .em-ds-tree-item {
|
|
|
10543
10538
|
.em-ds-datepicker-range .em-ds-range-picker__icon,
|
|
10544
10539
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon,
|
|
10545
10540
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon {
|
|
10546
|
-
border: solid 1px #
|
|
10541
|
+
border: solid 1px #cbcfd7;
|
|
10547
10542
|
border-radius: 0.30769rem;
|
|
10548
10543
|
display: inline-block;
|
|
10549
10544
|
padding: calc(1.23077rem * (0.625)); }
|
|
@@ -10554,21 +10549,21 @@ body > .em-ds-tree-item {
|
|
|
10554
10549
|
.em-ds-datepicker-range .em-ds-range-picker__icon.disabled,
|
|
10555
10550
|
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon.disabled,
|
|
10556
10551
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon.disabled {
|
|
10557
|
-
border: solid 1px #
|
|
10552
|
+
border: solid 1px #e0e3e8; }
|
|
10558
10553
|
|
|
10559
10554
|
.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-form-item__feedback {
|
|
10560
10555
|
margin-right: -36px; }
|
|
10561
10556
|
|
|
10562
10557
|
.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-datepicker__picker {
|
|
10563
|
-
border: solid 1px #
|
|
10558
|
+
border: solid 1px #c64252; }
|
|
10564
10559
|
|
|
10565
10560
|
.em-ds-datepicker__label-from,
|
|
10566
10561
|
.em-ds-datepicker__label-to {
|
|
10567
10562
|
position: absolute;
|
|
10568
10563
|
margin-top: 0;
|
|
10569
10564
|
z-index: 1;
|
|
10570
|
-
color: #
|
|
10571
|
-
background: #
|
|
10565
|
+
color: #cbcfd7;
|
|
10566
|
+
background: #ffffff;
|
|
10572
10567
|
padding: 0px calc(0.30769rem * 1.5);
|
|
10573
10568
|
max-height: 0.30769rem; }
|
|
10574
10569
|
.em-ds-datepicker__label-from span,
|
|
@@ -10589,7 +10584,7 @@ body > .em-ds-tree-item {
|
|
|
10589
10584
|
|
|
10590
10585
|
.em-ds-code-editor-file-name {
|
|
10591
10586
|
padding-bottom: 1.23077rem;
|
|
10592
|
-
border-bottom: 1px solid #
|
|
10587
|
+
border-bottom: 1px solid #f6f7f9; }
|
|
10593
10588
|
|
|
10594
10589
|
.em-ds-code-editor-find-replace-btn {
|
|
10595
10590
|
display: flex;
|
|
@@ -10640,7 +10635,7 @@ body > .em-ds-tree-item {
|
|
|
10640
10635
|
visibility: hidden;
|
|
10641
10636
|
min-width: 4.92308rem;
|
|
10642
10637
|
max-width: 9.84615rem;
|
|
10643
|
-
background-color: #
|
|
10638
|
+
background-color: #464f5c;
|
|
10644
10639
|
color: #fff;
|
|
10645
10640
|
text-align: center;
|
|
10646
10641
|
border-radius: 0.30769rem;
|
|
@@ -10660,7 +10655,7 @@ body > .em-ds-tree-item {
|
|
|
10660
10655
|
margin-left: -0.30769rem;
|
|
10661
10656
|
border-width: 0.30769rem;
|
|
10662
10657
|
border-style: solid;
|
|
10663
|
-
border-color: #
|
|
10658
|
+
border-color: #464f5c transparent transparent transparent; }
|
|
10664
10659
|
.ds-ql-custom-toolbar .tooltip button:hover + .tooltiptext, .ds-ql-custom-toolbar .tooltip span:hover + select + .tooltiptext {
|
|
10665
10660
|
visibility: visible;
|
|
10666
10661
|
opacity: 1; }
|
|
@@ -11727,10 +11722,10 @@ body > .em-ds-tree-item {
|
|
|
11727
11722
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element .content .value {
|
|
11728
11723
|
font-weight: 600; }
|
|
11729
11724
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:hover {
|
|
11730
|
-
background-color: #
|
|
11725
|
+
background-color: #e0e3e8;
|
|
11731
11726
|
cursor: pointer; }
|
|
11732
11727
|
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:focus {
|
|
11733
|
-
background-color: #
|
|
11728
|
+
background-color: #ebf6ff; }
|
|
11734
11729
|
|
|
11735
11730
|
.em-ds-modal-image-library .em-ds-modal__body {
|
|
11736
11731
|
padding: 0px;
|
|
@@ -11760,10 +11755,10 @@ body > .em-ds-tree-item {
|
|
|
11760
11755
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element .content {
|
|
11761
11756
|
padding: 0 1.23077rem; }
|
|
11762
11757
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:hover {
|
|
11763
|
-
background-color: #
|
|
11758
|
+
background-color: #e0e3e8;
|
|
11764
11759
|
cursor: pointer; }
|
|
11765
11760
|
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:focus {
|
|
11766
|
-
background-color: #
|
|
11761
|
+
background-color: #ebf6ff; }
|
|
11767
11762
|
.em-ds-modal-image-library .wrapper .col-2 {
|
|
11768
11763
|
flex: 5;
|
|
11769
11764
|
border-left: 1px solid #ebedf0;
|
|
@@ -11796,8 +11791,8 @@ body > .em-ds-tree-item {
|
|
|
11796
11791
|
|
|
11797
11792
|
.em-ds-divider {
|
|
11798
11793
|
margin: 0.15385rem 0.30769rem;
|
|
11799
|
-
border-right: 0.07692rem solid #
|
|
11800
|
-
border-bottom: 0.07692rem solid #
|
|
11794
|
+
border-right: 0.07692rem solid #e0e3e8;
|
|
11795
|
+
border-bottom: 0.07692rem solid #e0e3e8; }
|
|
11801
11796
|
|
|
11802
11797
|
.em-ds-uploader-wrapper {
|
|
11803
11798
|
display: inline-flex;
|
|
@@ -11805,7 +11800,7 @@ body > .em-ds-tree-item {
|
|
|
11805
11800
|
.em-ds-uploader-wrapper .em-ds-uploader {
|
|
11806
11801
|
position: relative;
|
|
11807
11802
|
display: inline-flex;
|
|
11808
|
-
border: 0.07692rem solid #
|
|
11803
|
+
border: 0.07692rem solid #cbcfd7;
|
|
11809
11804
|
padding: 0.46154rem 1.23077rem;
|
|
11810
11805
|
border-radius: 4px;
|
|
11811
11806
|
align-items: center;
|
|
@@ -11820,7 +11815,7 @@ body > .em-ds-tree-item {
|
|
|
11820
11815
|
font-size: 1rem;
|
|
11821
11816
|
line-height: normal;
|
|
11822
11817
|
font-weight: 400;
|
|
11823
|
-
color: #
|
|
11818
|
+
color: #353c46; }
|
|
11824
11819
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions {
|
|
11825
11820
|
display: flex; }
|
|
11826
11821
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions .em-ds-button {
|
|
@@ -11837,9 +11832,9 @@ body > .em-ds-tree-item {
|
|
|
11837
11832
|
left: 0;
|
|
11838
11833
|
width: 100%;
|
|
11839
11834
|
height: 100%;
|
|
11840
|
-
background-color: #
|
|
11841
|
-
color: #
|
|
11842
|
-
border: 0.07692rem solid #
|
|
11835
|
+
background-color: #1394e5;
|
|
11836
|
+
color: #ffffff;
|
|
11837
|
+
border: 0.07692rem solid #1394e5;
|
|
11843
11838
|
border-radius: 4px;
|
|
11844
11839
|
font-size: 1rem;
|
|
11845
11840
|
line-height: normal;
|
|
@@ -11848,7 +11843,7 @@ body > .em-ds-tree-item {
|
|
|
11848
11843
|
justify-content: center;
|
|
11849
11844
|
align-items: center; }
|
|
11850
11845
|
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-drag-active .em-ds-icon {
|
|
11851
|
-
fill: #
|
|
11846
|
+
fill: #ffffff;
|
|
11852
11847
|
margin-right: 0.61538rem; }
|
|
11853
11848
|
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader--drag-active {
|
|
11854
11849
|
border: 0.07692rem solid transparent; }
|
|
@@ -11861,12 +11856,12 @@ body > .em-ds-tree-item {
|
|
|
11861
11856
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
11862
11857
|
border-radius: 2px; }
|
|
11863
11858
|
.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 {
|
|
11864
|
-
background-color: #
|
|
11865
|
-
border: 0.07692rem dashed #
|
|
11859
|
+
background-color: #f6fbff;
|
|
11860
|
+
border: 0.07692rem dashed #1394e5; }
|
|
11866
11861
|
.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 {
|
|
11867
|
-
border-color: #
|
|
11862
|
+
border-color: #a3d6ff; }
|
|
11868
11863
|
.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 {
|
|
11869
|
-
fill: #
|
|
11864
|
+
fill: #1394e5; }
|
|
11870
11865
|
.em-ds-uploader-wrapper__accepted-types {
|
|
11871
11866
|
margin-top: 0.15385rem;
|
|
11872
11867
|
font-size: 0.8461rem;
|
|
@@ -11904,7 +11899,7 @@ body > .em-ds-tree-item {
|
|
|
11904
11899
|
height: 2.46154rem;
|
|
11905
11900
|
border-radius: 50%;
|
|
11906
11901
|
font-size: 1.2307rem;
|
|
11907
|
-
border: 0.07692rem solid #
|
|
11902
|
+
border: 0.07692rem solid #cbcfd7;
|
|
11908
11903
|
color: #1e79c2;
|
|
11909
11904
|
position: relative;
|
|
11910
11905
|
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
@@ -11930,7 +11925,7 @@ body > .em-ds-tree-item {
|
|
|
11930
11925
|
content: '';
|
|
11931
11926
|
transition: all 300ms cubic-bezier(0.36, 0, 1, 1);
|
|
11932
11927
|
height: 1px;
|
|
11933
|
-
background-image: linear-gradient(to right, #
|
|
11928
|
+
background-image: linear-gradient(to right, #cbcfd7 40%, rgba(255, 255, 255, 0) 0%);
|
|
11934
11929
|
background-position: top;
|
|
11935
11930
|
background-size: 3px 1px;
|
|
11936
11931
|
background-repeat: repeat-x; }
|
|
@@ -11939,20 +11934,20 @@ body > .em-ds-tree-item {
|
|
|
11939
11934
|
border-color: #1e79c2; }
|
|
11940
11935
|
|
|
11941
11936
|
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__label {
|
|
11942
|
-
color: #
|
|
11937
|
+
color: #25292f; }
|
|
11943
11938
|
|
|
11944
11939
|
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__bullet {
|
|
11945
|
-
border-color: #
|
|
11946
|
-
color: #
|
|
11940
|
+
border-color: #006aa9;
|
|
11941
|
+
color: #006aa9;
|
|
11947
11942
|
font-weight: bold;
|
|
11948
11943
|
border-width: 1.5px; }
|
|
11949
11944
|
|
|
11950
11945
|
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__label {
|
|
11951
|
-
color: #
|
|
11946
|
+
color: #006aa9;
|
|
11952
11947
|
font-weight: bold; }
|
|
11953
11948
|
|
|
11954
11949
|
.em-ds-wizard-steps-indicator-step--completed:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
11955
|
-
background: #
|
|
11950
|
+
background: #006aa9;
|
|
11956
11951
|
background-size: initial; }
|
|
11957
11952
|
|
|
11958
11953
|
.em-ds-card-array__wrapper {
|
|
@@ -11994,7 +11989,7 @@ body > .em-ds-tree-item {
|
|
|
11994
11989
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11995
11990
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11996
11991
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11997
|
-
background: #
|
|
11992
|
+
background: #ffffff;
|
|
11998
11993
|
padding: 0.61538rem; }
|
|
11999
11994
|
|
|
12000
11995
|
.em-ds-comments__comments {
|
|
@@ -12018,7 +12013,7 @@ body > .em-ds-tree-item {
|
|
|
12018
12013
|
left: 1; }
|
|
12019
12014
|
|
|
12020
12015
|
.em-ds-comments__area {
|
|
12021
|
-
border-top: solid 1px #
|
|
12016
|
+
border-top: solid 1px #e0e3e8;
|
|
12022
12017
|
padding: 0.61538rem 1.84615rem;
|
|
12023
12018
|
height: 9.99385rem;
|
|
12024
12019
|
width: calc(3.69231rem * 7 - 2px); }
|
|
@@ -12057,8 +12052,8 @@ body > .em-ds-tree-item {
|
|
|
12057
12052
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
12058
12053
|
border-radius: 2px; }
|
|
12059
12054
|
.em-ds-comments__comment-card-wrapper--borderBottom {
|
|
12060
|
-
border-top: solid 0 #
|
|
12061
|
-
border-bottom: solid 1px #
|
|
12055
|
+
border-top: solid 0 #e0e3e8;
|
|
12056
|
+
border-bottom: solid 1px #e0e3e8;
|
|
12062
12057
|
margin-bottom: 1.23077rem; }
|
|
12063
12058
|
|
|
12064
12059
|
.em-ds-comments__comment-empty {
|
|
@@ -12068,18 +12063,18 @@ body > .em-ds-tree-item {
|
|
|
12068
12063
|
.em-ds-comments__comment-empty-icon {
|
|
12069
12064
|
padding: 1.23077rem 1.84615rem; }
|
|
12070
12065
|
.em-ds-comments__comment-empty-icon svg, .em-ds-comments__comment-empty-icon svg:not([fill]) {
|
|
12071
|
-
fill: #
|
|
12066
|
+
fill: #cbcfd7; }
|
|
12072
12067
|
|
|
12073
12068
|
.em-ds-comments__comment-empty-label {
|
|
12074
12069
|
padding: 0 1.84615rem 1.23077rem 1.84615rem;
|
|
12075
12070
|
color: #697489; }
|
|
12076
12071
|
|
|
12077
12072
|
.em-ds-comments__comment-card-header {
|
|
12078
|
-
border-top: solid 1px #
|
|
12073
|
+
border-top: solid 1px #e0e3e8;
|
|
12079
12074
|
display: flex;
|
|
12080
12075
|
padding: 0.30769rem 0.30769rem 0.30769rem 0.61538rem; }
|
|
12081
12076
|
.em-ds-comments__comment-card-header--borderBottom {
|
|
12082
|
-
border-top: solid 0 #
|
|
12077
|
+
border-top: solid 0 #e0e3e8; }
|
|
12083
12078
|
|
|
12084
12079
|
.em-ds-comments__comment-card-left {
|
|
12085
12080
|
flex: 1; }
|
|
@@ -12087,7 +12082,7 @@ body > .em-ds-tree-item {
|
|
|
12087
12082
|
.em-ds-comments__comment-card-name {
|
|
12088
12083
|
font-size: 1.0769rem;
|
|
12089
12084
|
font-weight: 600;
|
|
12090
|
-
color: #
|
|
12085
|
+
color: #353c46;
|
|
12091
12086
|
padding-bottom: 0.15385rem; }
|
|
12092
12087
|
|
|
12093
12088
|
.em-ds-comments__comment-card-data {
|