survey-analytics 2.5.27 → 2.5.29
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/fesm/shared.mjs +1 -1
- package/fesm/shared2.mjs +4 -4
- package/fesm/shared2.mjs.map +1 -1
- package/fesm/survey.analytics.core.mjs +1 -1
- package/fesm/survey.analytics.mjs +1 -1
- package/fesm/survey.analytics.mongo.mjs +1 -1
- package/fesm/survey.analytics.tabulator.mjs +1 -1
- package/package.json +2 -2
- package/survey.analytics.core.css +2 -54
- package/survey.analytics.core.css.map +1 -1
- package/survey.analytics.core.js +4 -4
- package/survey.analytics.core.js.map +1 -1
- package/survey.analytics.core.min.css +1 -1
- package/survey.analytics.core.min.js +2 -2
- package/survey.analytics.css +2 -54
- package/survey.analytics.css.map +1 -1
- package/survey.analytics.js +4 -4
- package/survey.analytics.js.map +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +2 -2
- package/survey.analytics.mongo.js +1 -1
- package/survey.analytics.mongo.min.js +1 -1
- package/survey.analytics.tabulator.css +2 -74
- package/survey.analytics.tabulator.css.map +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
width: 100%;
|
|
6
6
|
background: var(--sjs2-color-bg-brand-primary, #19B394);
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
@media screen and (max-width: 600px) {
|
|
10
9
|
.sa-commercial {
|
|
11
10
|
padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
|
|
12
11
|
}
|
|
13
12
|
}
|
|
13
|
+
|
|
14
14
|
.sa-commercial__text {
|
|
15
15
|
text-decoration: none;
|
|
16
16
|
color: var(--sjs2-color-fg-static-main-primary, #FFF);
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
font-weight: 600;
|
|
22
22
|
line-height: var(--sjs2-line-height-semantic-default, 24px);
|
|
23
23
|
}
|
|
24
|
-
|
|
25
24
|
@media screen and (max-width: 600px) {
|
|
26
25
|
.sa-commercial__text {
|
|
27
26
|
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
@@ -43,24 +42,22 @@
|
|
|
43
42
|
text-underline-offset: 10%;
|
|
44
43
|
text-underline-position: from-font;
|
|
45
44
|
}
|
|
46
|
-
|
|
47
45
|
@media screen and (max-width: 600px) {
|
|
48
46
|
.sa-commercial__text a {
|
|
49
47
|
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
50
48
|
line-height: var(--sjs2-line-height-semantic-small, 16px);
|
|
51
49
|
}
|
|
52
50
|
}
|
|
51
|
+
|
|
53
52
|
.sa-table {
|
|
54
53
|
font-size: var(--root-font-size, 14px);
|
|
55
54
|
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
56
55
|
}
|
|
57
|
-
|
|
58
56
|
.sa-table button {
|
|
59
57
|
cursor: pointer;
|
|
60
58
|
background-color: inherit;
|
|
61
59
|
outline: none;
|
|
62
60
|
}
|
|
63
|
-
|
|
64
61
|
.sa-table select {
|
|
65
62
|
line-height: initial;
|
|
66
63
|
appearance: none;
|
|
@@ -79,17 +76,14 @@
|
|
|
79
76
|
font-size: inherit;
|
|
80
77
|
padding: 0.25em 2em 0.25em 0.87em;
|
|
81
78
|
}
|
|
82
|
-
|
|
83
79
|
.sa-table select:focus {
|
|
84
80
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");
|
|
85
81
|
border-color: #d4d4d4;
|
|
86
82
|
outline: none;
|
|
87
83
|
}
|
|
88
|
-
|
|
89
84
|
.sa-table select::-ms-expand {
|
|
90
85
|
display: none;
|
|
91
86
|
}
|
|
92
|
-
|
|
93
87
|
.sa-table input {
|
|
94
88
|
height: 34px;
|
|
95
89
|
border: none;
|
|
@@ -100,7 +94,6 @@
|
|
|
100
94
|
padding: 0.25em 1.5em 0.25em 0.87em;
|
|
101
95
|
background: transparent;
|
|
102
96
|
}
|
|
103
|
-
|
|
104
97
|
.sa-table input:focus {
|
|
105
98
|
border-color: var(--main-color, #1ab394);
|
|
106
99
|
outline: none;
|
|
@@ -120,7 +113,6 @@
|
|
|
120
113
|
.sa-table__detail {
|
|
121
114
|
border-top: 1px solid #d4d4d4;
|
|
122
115
|
}
|
|
123
|
-
|
|
124
116
|
.sa-table__detail td {
|
|
125
117
|
box-sizing: border-box;
|
|
126
118
|
padding: 20px;
|
|
@@ -128,13 +120,11 @@
|
|
|
128
120
|
border-right: none;
|
|
129
121
|
white-space: initial;
|
|
130
122
|
}
|
|
131
|
-
|
|
132
123
|
.sa-table__detail td:first-child {
|
|
133
124
|
width: 267px;
|
|
134
125
|
border-left: none;
|
|
135
126
|
font-weight: bold;
|
|
136
127
|
}
|
|
137
|
-
|
|
138
128
|
.sa-table__detail td:nth-child(2) {
|
|
139
129
|
width: 208px;
|
|
140
130
|
}
|
|
@@ -166,7 +156,6 @@ a.sa-table__btn {
|
|
|
166
156
|
border-color: #a0a0a0;
|
|
167
157
|
color: #a0a0a0;
|
|
168
158
|
}
|
|
169
|
-
|
|
170
159
|
.sa-table__btn--gray:hover {
|
|
171
160
|
background-color: #9b9b9b;
|
|
172
161
|
color: var(--text-color-inverse, #fff);
|
|
@@ -176,7 +165,6 @@ a.sa-table__btn {
|
|
|
176
165
|
border-color: var(--main-color, #1ab394);
|
|
177
166
|
color: var(--main-color, #1ab394);
|
|
178
167
|
}
|
|
179
|
-
|
|
180
168
|
.sa-table__btn--green:hover {
|
|
181
169
|
background-color: var(--main-color, #1ab394);
|
|
182
170
|
color: var(--text-color-inverse, #fff);
|
|
@@ -188,15 +176,12 @@ a.sa-table__btn {
|
|
|
188
176
|
padding: 0;
|
|
189
177
|
border: none;
|
|
190
178
|
}
|
|
191
|
-
|
|
192
179
|
.sa-table__svg-button use {
|
|
193
180
|
fill: var(--svg-color, rgba(159, 159, 159, 0.4));
|
|
194
181
|
}
|
|
195
|
-
|
|
196
182
|
.sa-table__svg-button:hover use {
|
|
197
183
|
fill: var(--svg-hover-color, #9f9f9f);
|
|
198
184
|
}
|
|
199
|
-
|
|
200
185
|
.sa-table__svg-button svg {
|
|
201
186
|
width: 15px;
|
|
202
187
|
height: 15px;
|
|
@@ -206,28 +191,23 @@ a.sa-table__btn {
|
|
|
206
191
|
margin-bottom: 10px;
|
|
207
192
|
white-space: normal;
|
|
208
193
|
}
|
|
209
|
-
|
|
210
194
|
.sa-table__action-container .sa-table__svg-button {
|
|
211
195
|
float: right;
|
|
212
196
|
margin: 0 0 13px 13px;
|
|
213
197
|
pointer-events: all;
|
|
214
198
|
}
|
|
215
|
-
|
|
216
199
|
.sa-table__action-container:after {
|
|
217
200
|
content: "";
|
|
218
201
|
display: table;
|
|
219
202
|
clear: both;
|
|
220
203
|
}
|
|
221
|
-
|
|
222
204
|
.sa-table__action-container .sa-table__drag-button {
|
|
223
205
|
float: left;
|
|
224
206
|
cursor: move;
|
|
225
207
|
}
|
|
226
|
-
|
|
227
208
|
.sa-table__action-container .sa-table__drag-button use {
|
|
228
209
|
fill: var(--main-color, #1ab394);
|
|
229
210
|
}
|
|
230
|
-
|
|
231
211
|
.sa-table__action-container .sa-table__drag-button:hover use {
|
|
232
212
|
fill: var(--main-color, #1ab394);
|
|
233
213
|
}
|
|
@@ -259,7 +239,6 @@ a.sa-table__btn {
|
|
|
259
239
|
pointer-events: all;
|
|
260
240
|
margin-left: 20px;
|
|
261
241
|
}
|
|
262
|
-
|
|
263
242
|
.sa-table__show-column.sa-table__show-column:focus {
|
|
264
243
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ") !important;
|
|
265
244
|
}
|
|
@@ -530,55 +509,4 @@ a.sa-table__btn {
|
|
|
530
509
|
.sa-nested-table-container .sa-nested-table tbody td {
|
|
531
510
|
color: #333;
|
|
532
511
|
}
|
|
533
|
-
|
|
534
|
-
.sa-commercial {
|
|
535
|
-
box-sizing: border-box;
|
|
536
|
-
padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);
|
|
537
|
-
justify-content: center;
|
|
538
|
-
width: 100%;
|
|
539
|
-
background: var(--sjs2-color-bg-brand-primary, #19B394);
|
|
540
|
-
}
|
|
541
|
-
@media screen and (max-width: 600px) {
|
|
542
|
-
.sa-commercial {
|
|
543
|
-
padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.sa-commercial__text {
|
|
548
|
-
text-decoration: none;
|
|
549
|
-
color: var(--sjs2-color-fg-static-main-primary, #FFF);
|
|
550
|
-
text-align: center;
|
|
551
|
-
font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
552
|
-
font-size: var(--sjs2-font-size-semantic-default, 16px);
|
|
553
|
-
font-style: normal;
|
|
554
|
-
font-weight: 600;
|
|
555
|
-
line-height: var(--sjs2-line-height-semantic-default, 24px);
|
|
556
|
-
}
|
|
557
|
-
@media screen and (max-width: 600px) {
|
|
558
|
-
.sa-commercial__text {
|
|
559
|
-
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
560
|
-
line-height: var(--sjs2-line-height-semantic-small, 16px);
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
.sa-commercial__text a {
|
|
564
|
-
color: var(--sjs2-color-fg-static-main-primary, #FFF);
|
|
565
|
-
text-align: center;
|
|
566
|
-
font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
567
|
-
font-size: var(--sjs2-font-size-semantic-default, 16px);
|
|
568
|
-
font-style: normal;
|
|
569
|
-
font-weight: 600;
|
|
570
|
-
line-height: var(--sjs2-line-height-semantic-default, 24px);
|
|
571
|
-
text-decoration-line: underline;
|
|
572
|
-
text-decoration-style: solid;
|
|
573
|
-
text-decoration-skip-ink: auto;
|
|
574
|
-
text-decoration-thickness: 5%;
|
|
575
|
-
text-underline-offset: 10%;
|
|
576
|
-
text-underline-position: from-font;
|
|
577
|
-
}
|
|
578
|
-
@media screen and (max-width: 600px) {
|
|
579
|
-
.sa-commercial__text a {
|
|
580
|
-
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
581
|
-
line-height: var(--sjs2-line-height-semantic-small, 16px);
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
512
|
/*# sourceMappingURL=survey.analytics.tabulator.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["file:///azp/_work/
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["file:///azp/_work/18/s/survey-analytics/src/utils/utils.scss","file:///azp/_work/18/s/survey-analytics/src/tables/table.scss","file:///azp/_work/18/s/survey-analytics/src/tables/tabulator.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;IACA;;;;ACyCN;EACE,WA7De;EA8Df,aAhEY;;AAkEZ;EACE;EACA;EACA;;AAGF;EACE;EAvDF;EACA;EACA;EACA;EACA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,cAjDW;EAkDX;;AAEF;EACE;;AAmCF;EA9BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,cAzES;EA0ET;;;AAwBJ;EACE,kBAzFgB;;;AA4FlB;EACE;EACA;EACA;EACA;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA,WAnHe;EAoHf;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE,cAvJU;EAwJV,OAxJU;;AAyJV;EACE,kBApJQ;EAqJR,OAjJiB;;;AAqJrB;EACE,cAnKW;EAoKX,OApKW;;AAqKX;EACE,kBAtKS;EAuKT,OA1JiB;;;AA8JrB;EACE;EACA;EACA;EACA;;AACA;EACE,MA1KQ;;AA6KR;EACE,MA7KY;;AAgLhB;EACE;EACA;;;AAIJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE,MA/MO;;AAiNT;EACE,MAlNO;;;AAuNb;AAAA;EAEE;EACA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EAEA;EACA,qBACE;EAEF,iBACE;EAEF;EACA;EACA;EACA;;AACA;EACE;;;AAKJ;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE,kBAtQgB;;;AAyQlB;EACE,kBA1QgB;;;AA6QlB;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;ACxRF;EACE;EACA,kBDPgB;ECQhB;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAIJ;EACE;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;AACA;EACE;;;AAIF;EACE;;;AAMF;EACE;EACA;EACA;EACA,ODxEQ;ECyER;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EDpEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC6DE;EACA;;AAGF;ED1EA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECmEE;EACA;EACA;;AAGF;EAvGA;EACA;EACA;EAEA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EA4FE;EACA;;AAGF;EA7GA;EACA;EACA;EAEA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EAkGE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA,kBDxHe;;AC0Hf;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA,kBDhKa;;ACmKf;EACE,kBD3JY;;AC8Jd;EACE,kBDxKa;;AC2Kf;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA,kBDjLS;;ACoLX;EACE,YD3LO;;;ACgMb;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAKF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.sa-commercial{box-sizing:border-box;padding:var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);justify-content:center;width:100%;background:var(--sjs2-color-bg-brand-primary, #19B394)}@media screen and (max-width: 600px){.sa-commercial{padding:var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px)}}.sa-commercial__text{text-decoration:none;color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px)}@media screen and (max-width: 600px){.sa-commercial__text{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}.sa-commercial__text a{color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:5%;text-underline-offset:10%;text-underline-position:from-font}@media screen and (max-width: 600px){.sa-commercial__text a{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}.sa-table{font-size:var(--root-font-size, 14px);font-family:var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif)}.sa-table button{cursor:pointer;background-color:inherit;outline:none}.sa-table select{line-height:initial;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.57em 100%;height:34px;border-radius:2px;border:solid 1px #d4d4d4;box-sizing:border-box;font-family:inherit;font-size:inherit;padding:.25em 2em .25em .87em}.sa-table select:focus{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");border-color:#d4d4d4;outline:none}.sa-table select::-ms-expand{display:none}.sa-table input{height:34px;border:none;border-bottom:.06em solid #d4d4d4;box-sizing:border-box;font-family:inherit;font-size:inherit;padding:.25em 1.5em .25em .87em;background:rgba(0,0,0,0)}.sa-table input:focus{border-color:var(--main-color, #1ab394);outline:none}.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row{background-color:#f7f7f7}.sa-table__detail-table.sa-table__detail-table{width:100%;border-collapse:collapse;border-right:1px solid #d4d4d4;border-bottom:none}.sa-table__detail{border-top:1px solid #d4d4d4}.sa-table__detail td{box-sizing:border-box;padding:20px;border-left:none;border-right:none;white-space:initial}.sa-table__detail td:first-child{width:267px;border-left:none;font-weight:bold}.sa-table__detail td:nth-child(2){width:208px}.sa-table__btn{height:34px;width:154px;font-size:var(--root-font-size, 14px);font-weight:bold;background-color:rgba(0,0,0,0);box-sizing:border-box;border:solid 2px;border-radius:17px;padding:0;outline:none}a.sa-table__btn{display:inline-block;text-align:center;padding-top:5px}.sa-table__btn--small{width:99px}.sa-table__btn--gray{border-color:#a0a0a0;color:#a0a0a0}.sa-table__btn--gray:hover{background-color:#9b9b9b;color:var(--text-color-inverse, #fff)}.sa-table__btn--green{border-color:var(--main-color, #1ab394);color:var(--main-color, #1ab394)}.sa-table__btn--green:hover{background-color:var(--main-color, #1ab394);color:var(--text-color-inverse, #fff)}.sa-table__svg-button{width:15px;height:15px;padding:0;border:none}.sa-table__svg-button use{fill:var(--svg-color, rgba(159, 159, 159, 0.4))}.sa-table__svg-button:hover use{fill:var(--svg-hover-color, #9f9f9f)}.sa-table__svg-button svg{width:15px;height:15px}.sa-table__action-container{margin-bottom:10px;white-space:normal}.sa-table__action-container .sa-table__svg-button{float:right;margin:0 0 13px 13px;pointer-events:all}.sa-table__action-container:after{content:"";display:table;clear:both}.sa-table__action-container .sa-table__drag-button{float:left;cursor:move}.sa-table__action-container .sa-table__drag-button use{fill:var(--main-color, #1ab394)}.sa-table__action-container .sa-table__drag-button:hover use{fill:var(--main-color, #1ab394)}.sa-table__global-filter.sa-table__global-filter,.sa-table__filter.sa-table__filter{background:rgba(0,0,0,0);background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E");background-repeat:no-repeat,repeat;background-position:left .7em top 50%,0 0;background-size:1em 100%;padding-left:35px;border:solid 1px #d4d4d4;pointer-events:all}.sa-table__filter.sa-table__filter{width:100%}.sa-table__show-column.sa-table__show-column{background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-position:left .7em top 50%,right .7em top 50%;background-size:1em 100%,.57em 100%;padding-left:35px;border:solid 1px #d4d4d4;pointer-events:all;margin-left:20px}.sa-table__show-column.sa-table__show-column:focus{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ") !important}.sa-table__entries{float:right;white-space:nowrap}.sa-table__entries-label{font-weight:bold}.sa-table__entries-label--right{margin-right:5px}.sa-table__entries-label--left{margin-left:5px}.sa-table__detail-row{background-color:#f7f7f7}.sa-table__detail-table{background-color:#f7f7f7}.sa-table input.sa-table__row-extension{height:auto}.sa-table__row-extension+.sa-table__row-extension{margin-left:10px;vertical-align:middle}.sa-table__header-extensions{float:left;margin-left:10px;width:calc(100% - 540px)}.sa-table__header-extension+.sa-table__header-extension{margin-left:10px}.sa-tabulator__header{padding:20px 13px;background-color:#f7f7f7;overflow:auto;display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.sa-tabulator__header:after{content:"";clear:both;display:block}.sa-tabulator__header .sa-table__header-space{display:flex;flex-grow:1}.sa-tabulator__header .sa-table__entries{float:none;line-height:34px;display:flex;flex-grow:1}.sa-tabulator__downloads-bar{float:left}.sa-tabulator__downloads-bar .sa-table__btn{margin-left:10px}.sa-tabulator__pagination-container{float:right;margin-top:8px;min-width:200px;text-align:right}.sa-tabulator__filter-container{margin-bottom:20px}.sa-tabulator__filter-container input{box-sizing:border-box}.tabulator-col.tabulator-moving .sa-table__filter.sa-table__filter{pointer-events:none}.sa-tabulator .tabulator-page{margin-right:15px;padding:1px;vertical-align:middle;color:#a0a0a0;cursor:pointer;outline:none;border:none}.sa-tabulator .tabulator-page:last-child{margin-right:0}.sa-tabulator .tabulator-page:disabled{cursor:default}.sa-tabulator .tabulator-page[aria-label~=Prev]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-size:9px 100%;height:10px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(90deg);margin-right:20px}.sa-tabulator .tabulator-page[aria-label~=Next]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-size:9px 100%;height:10px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(270deg);margin-left:20px;margin-right:0}.sa-tabulator .tabulator-page[aria-label~=First]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-size:9px 100%;background-position:left 0,left 5px;height:20px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(90deg);margin-right:10px}.sa-tabulator .tabulator-page[aria-label~=Last]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-size:9px 100%;background-position:left 0,left 5px;height:20px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(270deg);margin-left:10px}.sa-tabulator .tabulator-page.active{font-weight:bold;border-bottom:1px solid #a0a0a0}.sa-tabulator .tabulator{border:1px solid #ddd;background-color:#fff}.sa-tabulator .tabulator .tabulator-row .tabulator-cell{padding:20px;border-top:1px solid #ddd;border-right:1px solid #ddd}.sa-tabulator .tabulator .tabulator-header .tabulator-col{padding:13px 20px;border-right:1px solid #ddd}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:0}.sa-tabulator .tabulator .tabulator-header{border-bottom:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{background-color:#fff}.sa-tabulator .tabulator .tabulator-header,.sa-tabulator .tabulator .tabulator-header .tabulator-col{background-color:#fff}.sa-tabulator .tabulator .tabulator-header .tabulator-col:first-child{pointer-events:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{display:none}.sa-tabulator .tabulator .tabulator-row.tabulator-selectable:hover{cursor:default;background-color:#fff}.sa-tabulator .tabulator .tabulator-row.tabulator-selectable.sa-table__detail-row:hover{background-color:#f7f7f7}.sa-tabulator .tabulator .tabulator-row.tabulator-row-even{background-color:#fff}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content{border-top:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar{height:10px;width:10px;background-color:#e2e2e2}.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb{background:var(--main-color, #1ab394)}.sa-nested-table-container{padding:8px 0;max-width:100%;overflow-x:auto}.sa-nested-table-container .sa-nested-table{width:100%;border-collapse:collapse;font-size:12px;background-color:#f9f9f9;border:1px solid #e0e0e0}.sa-nested-table-container .sa-nested-table th,.sa-nested-table-container .sa-nested-table td{padding:6px 10px;text-align:left;border:1px solid #e0e0e0}.sa-nested-table-container .sa-nested-table thead{background-color:#f0f0f0;font-weight:600}.sa-nested-table-container .sa-nested-table thead th{color:#555}.sa-nested-table-container .sa-nested-table tbody tr:nth-child(even){background-color:#fff}.sa-nested-table-container .sa-nested-table tbody tr:nth-child(odd){background-color:#f9f9f9}.sa-nested-table-container .sa-nested-table tbody tr:hover{background-color:#f5f5f5}.sa-nested-table-container .sa-nested-table tbody td{color:#333}.sa-commercial{box-sizing:border-box;padding:var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);justify-content:center;width:100%;background:var(--sjs2-color-bg-brand-primary, #19B394)}@media screen and (max-width: 600px){.sa-commercial{padding:var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px)}}.sa-commercial__text{text-decoration:none;color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px)}@media screen and (max-width: 600px){.sa-commercial__text{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}.sa-commercial__text a{color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:5%;text-underline-offset:10%;text-underline-position:from-font}@media screen and (max-width: 600px){.sa-commercial__text a{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}
|
|
1
|
+
.sa-commercial{box-sizing:border-box;padding:var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);justify-content:center;width:100%;background:var(--sjs2-color-bg-brand-primary, #19B394)}@media screen and (max-width: 600px){.sa-commercial{padding:var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px)}}.sa-commercial__text{text-decoration:none;color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px)}@media screen and (max-width: 600px){.sa-commercial__text{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}.sa-commercial__text a{color:var(--sjs2-color-fg-static-main-primary, #FFF);text-align:center;font-family:var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);font-size:var(--sjs2-font-size-semantic-default, 16px);font-style:normal;font-weight:600;line-height:var(--sjs2-line-height-semantic-default, 24px);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:5%;text-underline-offset:10%;text-underline-position:from-font}@media screen and (max-width: 600px){.sa-commercial__text a{font-size:var(--sjs2-font-size-semantic-small, 12px);line-height:var(--sjs2-line-height-semantic-small, 16px)}}.sa-table{font-size:var(--root-font-size, 14px);font-family:var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif)}.sa-table button{cursor:pointer;background-color:inherit;outline:none}.sa-table select{line-height:initial;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.57em 100%;height:34px;border-radius:2px;border:solid 1px #d4d4d4;box-sizing:border-box;font-family:inherit;font-size:inherit;padding:.25em 2em .25em .87em}.sa-table select:focus{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");border-color:#d4d4d4;outline:none}.sa-table select::-ms-expand{display:none}.sa-table input{height:34px;border:none;border-bottom:.06em solid #d4d4d4;box-sizing:border-box;font-family:inherit;font-size:inherit;padding:.25em 1.5em .25em .87em;background:rgba(0,0,0,0)}.sa-table input:focus{border-color:var(--main-color, #1ab394);outline:none}.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row{background-color:#f7f7f7}.sa-table__detail-table.sa-table__detail-table{width:100%;border-collapse:collapse;border-right:1px solid #d4d4d4;border-bottom:none}.sa-table__detail{border-top:1px solid #d4d4d4}.sa-table__detail td{box-sizing:border-box;padding:20px;border-left:none;border-right:none;white-space:initial}.sa-table__detail td:first-child{width:267px;border-left:none;font-weight:bold}.sa-table__detail td:nth-child(2){width:208px}.sa-table__btn{height:34px;width:154px;font-size:var(--root-font-size, 14px);font-weight:bold;background-color:rgba(0,0,0,0);box-sizing:border-box;border:solid 2px;border-radius:17px;padding:0;outline:none}a.sa-table__btn{display:inline-block;text-align:center;padding-top:5px}.sa-table__btn--small{width:99px}.sa-table__btn--gray{border-color:#a0a0a0;color:#a0a0a0}.sa-table__btn--gray:hover{background-color:#9b9b9b;color:var(--text-color-inverse, #fff)}.sa-table__btn--green{border-color:var(--main-color, #1ab394);color:var(--main-color, #1ab394)}.sa-table__btn--green:hover{background-color:var(--main-color, #1ab394);color:var(--text-color-inverse, #fff)}.sa-table__svg-button{width:15px;height:15px;padding:0;border:none}.sa-table__svg-button use{fill:var(--svg-color, rgba(159, 159, 159, 0.4))}.sa-table__svg-button:hover use{fill:var(--svg-hover-color, #9f9f9f)}.sa-table__svg-button svg{width:15px;height:15px}.sa-table__action-container{margin-bottom:10px;white-space:normal}.sa-table__action-container .sa-table__svg-button{float:right;margin:0 0 13px 13px;pointer-events:all}.sa-table__action-container:after{content:"";display:table;clear:both}.sa-table__action-container .sa-table__drag-button{float:left;cursor:move}.sa-table__action-container .sa-table__drag-button use{fill:var(--main-color, #1ab394)}.sa-table__action-container .sa-table__drag-button:hover use{fill:var(--main-color, #1ab394)}.sa-table__global-filter.sa-table__global-filter,.sa-table__filter.sa-table__filter{background:rgba(0,0,0,0);background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E");background-repeat:no-repeat,repeat;background-position:left .7em top 50%,0 0;background-size:1em 100%;padding-left:35px;border:solid 1px #d4d4d4;pointer-events:all}.sa-table__filter.sa-table__filter{width:100%}.sa-table__show-column.sa-table__show-column{background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-position:left .7em top 50%,right .7em top 50%;background-size:1em 100%,.57em 100%;padding-left:35px;border:solid 1px #d4d4d4;pointer-events:all;margin-left:20px}.sa-table__show-column.sa-table__show-column:focus{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ") !important}.sa-table__entries{float:right;white-space:nowrap}.sa-table__entries-label{font-weight:bold}.sa-table__entries-label--right{margin-right:5px}.sa-table__entries-label--left{margin-left:5px}.sa-table__detail-row{background-color:#f7f7f7}.sa-table__detail-table{background-color:#f7f7f7}.sa-table input.sa-table__row-extension{height:auto}.sa-table__row-extension+.sa-table__row-extension{margin-left:10px;vertical-align:middle}.sa-table__header-extensions{float:left;margin-left:10px;width:calc(100% - 540px)}.sa-table__header-extension+.sa-table__header-extension{margin-left:10px}.sa-tabulator__header{padding:20px 13px;background-color:#f7f7f7;overflow:auto;display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.sa-tabulator__header:after{content:"";clear:both;display:block}.sa-tabulator__header .sa-table__header-space{display:flex;flex-grow:1}.sa-tabulator__header .sa-table__entries{float:none;line-height:34px;display:flex;flex-grow:1}.sa-tabulator__downloads-bar{float:left}.sa-tabulator__downloads-bar .sa-table__btn{margin-left:10px}.sa-tabulator__pagination-container{float:right;margin-top:8px;min-width:200px;text-align:right}.sa-tabulator__filter-container{margin-bottom:20px}.sa-tabulator__filter-container input{box-sizing:border-box}.tabulator-col.tabulator-moving .sa-table__filter.sa-table__filter{pointer-events:none}.sa-tabulator .tabulator-page{margin-right:15px;padding:1px;vertical-align:middle;color:#a0a0a0;cursor:pointer;outline:none;border:none}.sa-tabulator .tabulator-page:last-child{margin-right:0}.sa-tabulator .tabulator-page:disabled{cursor:default}.sa-tabulator .tabulator-page[aria-label~=Prev]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-size:9px 100%;height:10px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(90deg);margin-right:20px}.sa-tabulator .tabulator-page[aria-label~=Next]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,repeat;background-size:9px 100%;height:10px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(270deg);margin-left:20px;margin-right:0}.sa-tabulator .tabulator-page[aria-label~=First]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-size:9px 100%;background-position:left 0,left 5px;height:20px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(90deg);margin-right:10px}.sa-tabulator .tabulator-page[aria-label~=Last]{display:inline-block;background:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat,no-repeat;background-size:9px 100%;background-position:left 0,left 5px;height:20px;width:10px;white-space:nowrap;overflow:hidden;text-indent:-9999px;transform:rotate(270deg);margin-left:10px}.sa-tabulator .tabulator-page.active{font-weight:bold;border-bottom:1px solid #a0a0a0}.sa-tabulator .tabulator{border:1px solid #ddd;background-color:#fff}.sa-tabulator .tabulator .tabulator-row .tabulator-cell{padding:20px;border-top:1px solid #ddd;border-right:1px solid #ddd}.sa-tabulator .tabulator .tabulator-header .tabulator-col{padding:13px 20px;border-right:1px solid #ddd}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:0}.sa-tabulator .tabulator .tabulator-header{border-bottom:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{background-color:#fff}.sa-tabulator .tabulator .tabulator-header,.sa-tabulator .tabulator .tabulator-header .tabulator-col{background-color:#fff}.sa-tabulator .tabulator .tabulator-header .tabulator-col:first-child{pointer-events:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{display:none}.sa-tabulator .tabulator .tabulator-row.tabulator-selectable:hover{cursor:default;background-color:#fff}.sa-tabulator .tabulator .tabulator-row.tabulator-selectable.sa-table__detail-row:hover{background-color:#f7f7f7}.sa-tabulator .tabulator .tabulator-row.tabulator-row-even{background-color:#fff}.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content{border-top:none}.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar{height:10px;width:10px;background-color:#e2e2e2}.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb{background:var(--main-color, #1ab394)}.sa-nested-table-container{padding:8px 0;max-width:100%;overflow-x:auto}.sa-nested-table-container .sa-nested-table{width:100%;border-collapse:collapse;font-size:12px;background-color:#f9f9f9;border:1px solid #e0e0e0}.sa-nested-table-container .sa-nested-table th,.sa-nested-table-container .sa-nested-table td{padding:6px 10px;text-align:left;border:1px solid #e0e0e0}.sa-nested-table-container .sa-nested-table thead{background-color:#f0f0f0;font-weight:600}.sa-nested-table-container .sa-nested-table thead th{color:#555}.sa-nested-table-container .sa-nested-table tbody tr:nth-child(even){background-color:#fff}.sa-nested-table-container .sa-nested-table tbody tr:nth-child(odd){background-color:#f9f9f9}.sa-nested-table-container .sa-nested-table tbody tr:hover{background-color:#f5f5f5}.sa-nested-table-container .sa-nested-table tbody td{color:#333}
|