@verdocs/web-sdk 4.2.70 → 4.2.76
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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/verdocs-contact-picker_2.cjs.entry.js +5 -6
- package/dist/cjs/verdocs-field-attachment_13.cjs.entry.js +1 -1
- package/dist/cjs/verdocs-organization-card_2.cjs.entry.js +9 -3
- package/dist/cjs/verdocs-preview_10.cjs.entry.js +4 -5
- package/dist/cjs/verdocs-web-sdk.cjs.js +1 -1
- package/dist/collection/components/controls/verdocs-portal/verdocs-portal.js +12 -6
- package/dist/collection/components/embeds/verdocs-send/verdocs-send.js +4 -5
- package/dist/collection/components/envelopes/verdocs-contact-picker/verdocs-contact-picker.js +5 -6
- package/dist/collection/components/fields/verdocs-field-date/verdocs-field-date.css +0 -1710
- package/dist/components/verdocs-contact-picker2.js +5 -6
- package/dist/components/verdocs-field-date2.js +1 -1
- package/dist/components/verdocs-portal2.js +10 -4
- package/dist/components/verdocs-send2.js +4 -5
- package/dist/esm/loader.js +1 -1
- package/dist/esm/verdocs-contact-picker_2.entry.js +5 -6
- package/dist/esm/verdocs-field-attachment_13.entry.js +1 -1
- package/dist/esm/verdocs-organization-card_2.entry.js +9 -3
- package/dist/esm/verdocs-preview_10.entry.js +4 -5
- package/dist/esm/verdocs-web-sdk.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/verdocs-contact-picker_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-attachment_13.entry.js +1 -1
- package/dist/esm-es5/verdocs-organization-card_2.entry.js +1 -1
- package/dist/esm-es5/verdocs-preview_10.entry.js +1 -1
- package/dist/esm-es5/verdocs-web-sdk.js +1 -1
- package/dist/verdocs-web-sdk/p-1dc77449.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-34325ad6.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-00e963de.system.entry.js → p-4275b4b5.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-73b7249a.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-18355fdc.system.entry.js → p-78d37e83.system.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-912f8ad2.entry.js +1 -0
- package/dist/verdocs-web-sdk/{p-7864e5d5.entry.js → p-d2ad8536.entry.js} +1 -1
- package/dist/verdocs-web-sdk/p-db46606c.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-e3a7db09.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +3 -4
- package/dist/verdocs-web-sdk/p-20f34f2d.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-3e750ce4.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-449f5d0a.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-821bd253.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-9b967885.entry.js +0 -1
@@ -1,813 +1,3 @@
|
|
1
|
-
.flatpickr-calendar {
|
2
|
-
background: transparent;
|
3
|
-
opacity: 0;
|
4
|
-
display: none;
|
5
|
-
text-align: center;
|
6
|
-
visibility: hidden;
|
7
|
-
padding: 0;
|
8
|
-
-webkit-animation: none;
|
9
|
-
animation: none;
|
10
|
-
direction: ltr;
|
11
|
-
border: 0;
|
12
|
-
font-size: 14px;
|
13
|
-
line-height: 24px;
|
14
|
-
border-radius: 5px;
|
15
|
-
position: absolute;
|
16
|
-
width: 307.875px;
|
17
|
-
-webkit-box-sizing: border-box;
|
18
|
-
box-sizing: border-box;
|
19
|
-
-ms-touch-action: manipulation;
|
20
|
-
touch-action: manipulation;
|
21
|
-
-webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
|
22
|
-
box-shadow: 0 3px 13px rgba(0,0,0,0.08);
|
23
|
-
}
|
24
|
-
.flatpickr-calendar.open,
|
25
|
-
.flatpickr-calendar.inline {
|
26
|
-
opacity: 1;
|
27
|
-
max-height: 640px;
|
28
|
-
visibility: visible;
|
29
|
-
}
|
30
|
-
.flatpickr-calendar.open {
|
31
|
-
display: inline-block;
|
32
|
-
z-index: 99999;
|
33
|
-
}
|
34
|
-
.flatpickr-calendar.animate.open {
|
35
|
-
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
36
|
-
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
37
|
-
}
|
38
|
-
.flatpickr-calendar.inline {
|
39
|
-
display: block;
|
40
|
-
position: relative;
|
41
|
-
top: 2px;
|
42
|
-
}
|
43
|
-
.flatpickr-calendar.static {
|
44
|
-
position: absolute;
|
45
|
-
top: calc(100% + 2px);
|
46
|
-
}
|
47
|
-
.flatpickr-calendar.static.open {
|
48
|
-
z-index: 999;
|
49
|
-
display: block;
|
50
|
-
}
|
51
|
-
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
|
52
|
-
-webkit-box-shadow: none !important;
|
53
|
-
box-shadow: none !important;
|
54
|
-
}
|
55
|
-
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
|
56
|
-
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
57
|
-
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
58
|
-
}
|
59
|
-
.flatpickr-calendar .hasWeeks .dayContainer,
|
60
|
-
.flatpickr-calendar .hasTime .dayContainer {
|
61
|
-
border-bottom: 0;
|
62
|
-
border-bottom-right-radius: 0;
|
63
|
-
border-bottom-left-radius: 0;
|
64
|
-
}
|
65
|
-
.flatpickr-calendar .hasWeeks .dayContainer {
|
66
|
-
border-left: 0;
|
67
|
-
}
|
68
|
-
.flatpickr-calendar.hasTime .flatpickr-time {
|
69
|
-
height: 40px;
|
70
|
-
border-top: 1px solid #eceef1;
|
71
|
-
}
|
72
|
-
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
|
73
|
-
border-bottom: 0;
|
74
|
-
}
|
75
|
-
.flatpickr-calendar.hasTime .flatpickr-time {
|
76
|
-
border: 1px solid #eceef1;
|
77
|
-
}
|
78
|
-
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
79
|
-
height: auto;
|
80
|
-
}
|
81
|
-
.flatpickr-calendar:before,
|
82
|
-
.flatpickr-calendar:after {
|
83
|
-
position: absolute;
|
84
|
-
display: block;
|
85
|
-
pointer-events: none;
|
86
|
-
border: solid transparent;
|
87
|
-
content: '';
|
88
|
-
height: 0;
|
89
|
-
width: 0;
|
90
|
-
left: 22px;
|
91
|
-
}
|
92
|
-
.flatpickr-calendar.rightMost:before,
|
93
|
-
.flatpickr-calendar.arrowRight:before,
|
94
|
-
.flatpickr-calendar.rightMost:after,
|
95
|
-
.flatpickr-calendar.arrowRight:after {
|
96
|
-
left: auto;
|
97
|
-
right: 22px;
|
98
|
-
}
|
99
|
-
.flatpickr-calendar.arrowCenter:before,
|
100
|
-
.flatpickr-calendar.arrowCenter:after {
|
101
|
-
left: 50%;
|
102
|
-
right: 50%;
|
103
|
-
}
|
104
|
-
.flatpickr-calendar:before {
|
105
|
-
border-width: 5px;
|
106
|
-
margin: 0 -5px;
|
107
|
-
}
|
108
|
-
.flatpickr-calendar:after {
|
109
|
-
border-width: 4px;
|
110
|
-
margin: 0 -4px;
|
111
|
-
}
|
112
|
-
.flatpickr-calendar.arrowTop:before,
|
113
|
-
.flatpickr-calendar.arrowTop:after {
|
114
|
-
bottom: 100%;
|
115
|
-
}
|
116
|
-
.flatpickr-calendar.arrowTop:before {
|
117
|
-
border-bottom-color: #eceef1;
|
118
|
-
}
|
119
|
-
.flatpickr-calendar.arrowTop:after {
|
120
|
-
border-bottom-color: #eceef1;
|
121
|
-
}
|
122
|
-
.flatpickr-calendar.arrowBottom:before,
|
123
|
-
.flatpickr-calendar.arrowBottom:after {
|
124
|
-
top: 100%;
|
125
|
-
}
|
126
|
-
.flatpickr-calendar.arrowBottom:before {
|
127
|
-
border-top-color: #eceef1;
|
128
|
-
}
|
129
|
-
.flatpickr-calendar.arrowBottom:after {
|
130
|
-
border-top-color: #eceef1;
|
131
|
-
}
|
132
|
-
.flatpickr-calendar:focus {
|
133
|
-
outline: 0;
|
134
|
-
}
|
135
|
-
.flatpickr-wrapper {
|
136
|
-
position: relative;
|
137
|
-
display: inline-block;
|
138
|
-
}
|
139
|
-
.flatpickr-months {
|
140
|
-
display: -webkit-box;
|
141
|
-
display: -webkit-flex;
|
142
|
-
display: -ms-flexbox;
|
143
|
-
display: flex;
|
144
|
-
}
|
145
|
-
.flatpickr-months .flatpickr-month {
|
146
|
-
border-radius: 5px 5px 0 0;
|
147
|
-
background: #eceef1;
|
148
|
-
color: #5a6171;
|
149
|
-
fill: #5a6171;
|
150
|
-
height: 34px;
|
151
|
-
line-height: 1;
|
152
|
-
text-align: center;
|
153
|
-
position: relative;
|
154
|
-
-webkit-user-select: none;
|
155
|
-
-moz-user-select: none;
|
156
|
-
-ms-user-select: none;
|
157
|
-
user-select: none;
|
158
|
-
overflow: hidden;
|
159
|
-
-webkit-box-flex: 1;
|
160
|
-
-webkit-flex: 1;
|
161
|
-
-ms-flex: 1;
|
162
|
-
flex: 1;
|
163
|
-
}
|
164
|
-
.flatpickr-months .flatpickr-prev-month,
|
165
|
-
.flatpickr-months .flatpickr-next-month {
|
166
|
-
-webkit-user-select: none;
|
167
|
-
-moz-user-select: none;
|
168
|
-
-ms-user-select: none;
|
169
|
-
user-select: none;
|
170
|
-
text-decoration: none;
|
171
|
-
cursor: pointer;
|
172
|
-
position: absolute;
|
173
|
-
top: 0;
|
174
|
-
height: 34px;
|
175
|
-
padding: 10px;
|
176
|
-
z-index: 3;
|
177
|
-
color: #5a6171;
|
178
|
-
fill: #5a6171;
|
179
|
-
}
|
180
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
|
181
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
|
182
|
-
display: none;
|
183
|
-
}
|
184
|
-
.flatpickr-months .flatpickr-prev-month i,
|
185
|
-
.flatpickr-months .flatpickr-next-month i {
|
186
|
-
position: relative;
|
187
|
-
}
|
188
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
|
189
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
|
190
|
-
/*
|
191
|
-
/*rtl:begin:ignore*/
|
192
|
-
/*
|
193
|
-
*/
|
194
|
-
left: 0;
|
195
|
-
/*
|
196
|
-
/*rtl:end:ignore*/
|
197
|
-
/*
|
198
|
-
*/
|
199
|
-
}
|
200
|
-
/*
|
201
|
-
/*rtl:begin:ignore*/
|
202
|
-
/*
|
203
|
-
/*rtl:end:ignore*/
|
204
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
|
205
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
|
206
|
-
/*
|
207
|
-
/*rtl:begin:ignore*/
|
208
|
-
/*
|
209
|
-
*/
|
210
|
-
right: 0;
|
211
|
-
/*
|
212
|
-
/*rtl:end:ignore*/
|
213
|
-
/*
|
214
|
-
*/
|
215
|
-
}
|
216
|
-
/*
|
217
|
-
/*rtl:begin:ignore*/
|
218
|
-
/*
|
219
|
-
/*rtl:end:ignore*/
|
220
|
-
.flatpickr-months .flatpickr-prev-month:hover,
|
221
|
-
.flatpickr-months .flatpickr-next-month:hover {
|
222
|
-
color: #bbb;
|
223
|
-
}
|
224
|
-
.flatpickr-months .flatpickr-prev-month:hover svg,
|
225
|
-
.flatpickr-months .flatpickr-next-month:hover svg {
|
226
|
-
fill: #f64747;
|
227
|
-
}
|
228
|
-
.flatpickr-months .flatpickr-prev-month svg,
|
229
|
-
.flatpickr-months .flatpickr-next-month svg {
|
230
|
-
width: 14px;
|
231
|
-
height: 14px;
|
232
|
-
}
|
233
|
-
.flatpickr-months .flatpickr-prev-month svg path,
|
234
|
-
.flatpickr-months .flatpickr-next-month svg path {
|
235
|
-
-webkit-transition: fill 0.1s;
|
236
|
-
transition: fill 0.1s;
|
237
|
-
fill: inherit;
|
238
|
-
}
|
239
|
-
.numInputWrapper {
|
240
|
-
position: relative;
|
241
|
-
height: auto;
|
242
|
-
}
|
243
|
-
.numInputWrapper input,
|
244
|
-
.numInputWrapper span {
|
245
|
-
display: inline-block;
|
246
|
-
}
|
247
|
-
.numInputWrapper input {
|
248
|
-
width: 100%;
|
249
|
-
}
|
250
|
-
.numInputWrapper input::-ms-clear {
|
251
|
-
display: none;
|
252
|
-
}
|
253
|
-
.numInputWrapper input::-webkit-outer-spin-button,
|
254
|
-
.numInputWrapper input::-webkit-inner-spin-button {
|
255
|
-
margin: 0;
|
256
|
-
-webkit-appearance: none;
|
257
|
-
}
|
258
|
-
.numInputWrapper span {
|
259
|
-
position: absolute;
|
260
|
-
right: 0;
|
261
|
-
width: 14px;
|
262
|
-
padding: 0 4px 0 2px;
|
263
|
-
height: 50%;
|
264
|
-
line-height: 50%;
|
265
|
-
opacity: 0;
|
266
|
-
cursor: pointer;
|
267
|
-
border: 1px solid rgba(72,72,72,0.15);
|
268
|
-
-webkit-box-sizing: border-box;
|
269
|
-
box-sizing: border-box;
|
270
|
-
}
|
271
|
-
.numInputWrapper span:hover {
|
272
|
-
background: rgba(0,0,0,0.1);
|
273
|
-
}
|
274
|
-
.numInputWrapper span:active {
|
275
|
-
background: rgba(0,0,0,0.2);
|
276
|
-
}
|
277
|
-
.numInputWrapper span:after {
|
278
|
-
display: block;
|
279
|
-
content: "";
|
280
|
-
position: absolute;
|
281
|
-
}
|
282
|
-
.numInputWrapper span.arrowUp {
|
283
|
-
top: 0;
|
284
|
-
border-bottom: 0;
|
285
|
-
}
|
286
|
-
.numInputWrapper span.arrowUp:after {
|
287
|
-
border-left: 4px solid transparent;
|
288
|
-
border-right: 4px solid transparent;
|
289
|
-
border-bottom: 4px solid rgba(72,72,72,0.6);
|
290
|
-
top: 26%;
|
291
|
-
}
|
292
|
-
.numInputWrapper span.arrowDown {
|
293
|
-
top: 50%;
|
294
|
-
}
|
295
|
-
.numInputWrapper span.arrowDown:after {
|
296
|
-
border-left: 4px solid transparent;
|
297
|
-
border-right: 4px solid transparent;
|
298
|
-
border-top: 4px solid rgba(72,72,72,0.6);
|
299
|
-
top: 40%;
|
300
|
-
}
|
301
|
-
.numInputWrapper span svg {
|
302
|
-
width: inherit;
|
303
|
-
height: auto;
|
304
|
-
}
|
305
|
-
.numInputWrapper span svg path {
|
306
|
-
fill: rgba(90,97,113,0.5);
|
307
|
-
}
|
308
|
-
.numInputWrapper:hover {
|
309
|
-
background: rgba(0,0,0,0.05);
|
310
|
-
}
|
311
|
-
.numInputWrapper:hover span {
|
312
|
-
opacity: 1;
|
313
|
-
}
|
314
|
-
.flatpickr-current-month {
|
315
|
-
font-size: 135%;
|
316
|
-
line-height: inherit;
|
317
|
-
font-weight: 300;
|
318
|
-
color: inherit;
|
319
|
-
position: absolute;
|
320
|
-
width: 75%;
|
321
|
-
left: 12.5%;
|
322
|
-
padding: 7.48px 0 0 0;
|
323
|
-
line-height: 1;
|
324
|
-
height: 34px;
|
325
|
-
display: inline-block;
|
326
|
-
text-align: center;
|
327
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
328
|
-
transform: translate3d(0px, 0px, 0px);
|
329
|
-
}
|
330
|
-
.flatpickr-current-month span.cur-month {
|
331
|
-
font-family: inherit;
|
332
|
-
font-weight: 700;
|
333
|
-
color: inherit;
|
334
|
-
display: inline-block;
|
335
|
-
margin-left: 0.5ch;
|
336
|
-
padding: 0;
|
337
|
-
}
|
338
|
-
.flatpickr-current-month span.cur-month:hover {
|
339
|
-
background: rgba(0,0,0,0.05);
|
340
|
-
}
|
341
|
-
.flatpickr-current-month .numInputWrapper {
|
342
|
-
width: 6ch;
|
343
|
-
width: 7ch\0;
|
344
|
-
display: inline-block;
|
345
|
-
}
|
346
|
-
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
|
347
|
-
border-bottom-color: #5a6171;
|
348
|
-
}
|
349
|
-
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
|
350
|
-
border-top-color: #5a6171;
|
351
|
-
}
|
352
|
-
.flatpickr-current-month input.cur-year {
|
353
|
-
background: transparent;
|
354
|
-
-webkit-box-sizing: border-box;
|
355
|
-
box-sizing: border-box;
|
356
|
-
color: inherit;
|
357
|
-
cursor: text;
|
358
|
-
padding: 0 0 0 0.5ch;
|
359
|
-
margin: 0;
|
360
|
-
display: inline-block;
|
361
|
-
font-size: inherit;
|
362
|
-
font-family: inherit;
|
363
|
-
font-weight: 300;
|
364
|
-
line-height: inherit;
|
365
|
-
height: auto;
|
366
|
-
border: 0;
|
367
|
-
border-radius: 0;
|
368
|
-
vertical-align: initial;
|
369
|
-
-webkit-appearance: textfield;
|
370
|
-
-moz-appearance: textfield;
|
371
|
-
appearance: textfield;
|
372
|
-
}
|
373
|
-
.flatpickr-current-month input.cur-year:focus {
|
374
|
-
outline: 0;
|
375
|
-
}
|
376
|
-
.flatpickr-current-month input.cur-year[disabled],
|
377
|
-
.flatpickr-current-month input.cur-year[disabled]:hover {
|
378
|
-
font-size: 100%;
|
379
|
-
color: rgba(90,97,113,0.5);
|
380
|
-
background: transparent;
|
381
|
-
pointer-events: none;
|
382
|
-
}
|
383
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months {
|
384
|
-
appearance: menulist;
|
385
|
-
background: #eceef1;
|
386
|
-
border: none;
|
387
|
-
border-radius: 0;
|
388
|
-
box-sizing: border-box;
|
389
|
-
color: inherit;
|
390
|
-
cursor: pointer;
|
391
|
-
font-size: inherit;
|
392
|
-
font-family: inherit;
|
393
|
-
font-weight: 300;
|
394
|
-
height: auto;
|
395
|
-
line-height: inherit;
|
396
|
-
margin: -1px 0 0 0;
|
397
|
-
outline: none;
|
398
|
-
padding: 0 0 0 0.5ch;
|
399
|
-
position: relative;
|
400
|
-
vertical-align: initial;
|
401
|
-
-webkit-box-sizing: border-box;
|
402
|
-
-webkit-appearance: menulist;
|
403
|
-
-moz-appearance: menulist;
|
404
|
-
width: auto;
|
405
|
-
}
|
406
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
|
407
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
|
408
|
-
outline: none;
|
409
|
-
}
|
410
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
|
411
|
-
background: rgba(0,0,0,0.05);
|
412
|
-
}
|
413
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
|
414
|
-
background-color: #eceef1;
|
415
|
-
outline: none;
|
416
|
-
padding: 0;
|
417
|
-
}
|
418
|
-
.flatpickr-weekdays {
|
419
|
-
background: #eceef1;
|
420
|
-
text-align: center;
|
421
|
-
overflow: hidden;
|
422
|
-
width: 100%;
|
423
|
-
display: -webkit-box;
|
424
|
-
display: -webkit-flex;
|
425
|
-
display: -ms-flexbox;
|
426
|
-
display: flex;
|
427
|
-
-webkit-box-align: center;
|
428
|
-
-webkit-align-items: center;
|
429
|
-
-ms-flex-align: center;
|
430
|
-
align-items: center;
|
431
|
-
height: 28px;
|
432
|
-
}
|
433
|
-
.flatpickr-weekdays .flatpickr-weekdaycontainer {
|
434
|
-
display: -webkit-box;
|
435
|
-
display: -webkit-flex;
|
436
|
-
display: -ms-flexbox;
|
437
|
-
display: flex;
|
438
|
-
-webkit-box-flex: 1;
|
439
|
-
-webkit-flex: 1;
|
440
|
-
-ms-flex: 1;
|
441
|
-
flex: 1;
|
442
|
-
}
|
443
|
-
span.flatpickr-weekday {
|
444
|
-
cursor: default;
|
445
|
-
font-size: 90%;
|
446
|
-
background: #eceef1;
|
447
|
-
color: #5a6171;
|
448
|
-
line-height: 1;
|
449
|
-
margin: 0;
|
450
|
-
text-align: center;
|
451
|
-
display: block;
|
452
|
-
-webkit-box-flex: 1;
|
453
|
-
-webkit-flex: 1;
|
454
|
-
-ms-flex: 1;
|
455
|
-
flex: 1;
|
456
|
-
font-weight: bolder;
|
457
|
-
}
|
458
|
-
.dayContainer,
|
459
|
-
.flatpickr-weeks {
|
460
|
-
padding: 1px 0 0 0;
|
461
|
-
}
|
462
|
-
.flatpickr-days {
|
463
|
-
position: relative;
|
464
|
-
overflow: hidden;
|
465
|
-
display: -webkit-box;
|
466
|
-
display: -webkit-flex;
|
467
|
-
display: -ms-flexbox;
|
468
|
-
display: flex;
|
469
|
-
-webkit-box-align: start;
|
470
|
-
-webkit-align-items: flex-start;
|
471
|
-
-ms-flex-align: start;
|
472
|
-
align-items: flex-start;
|
473
|
-
width: 307.875px;
|
474
|
-
border-left: 1px solid #eceef1;
|
475
|
-
border-right: 1px solid #eceef1;
|
476
|
-
}
|
477
|
-
.flatpickr-days:focus {
|
478
|
-
outline: 0;
|
479
|
-
}
|
480
|
-
.dayContainer {
|
481
|
-
padding: 0;
|
482
|
-
outline: 0;
|
483
|
-
text-align: left;
|
484
|
-
width: 307.875px;
|
485
|
-
min-width: 307.875px;
|
486
|
-
max-width: 307.875px;
|
487
|
-
-webkit-box-sizing: border-box;
|
488
|
-
box-sizing: border-box;
|
489
|
-
display: inline-block;
|
490
|
-
display: -ms-flexbox;
|
491
|
-
display: -webkit-box;
|
492
|
-
display: -webkit-flex;
|
493
|
-
display: flex;
|
494
|
-
-webkit-flex-wrap: wrap;
|
495
|
-
flex-wrap: wrap;
|
496
|
-
-ms-flex-wrap: wrap;
|
497
|
-
-ms-flex-pack: justify;
|
498
|
-
-webkit-justify-content: space-around;
|
499
|
-
justify-content: space-around;
|
500
|
-
-webkit-transform: translate3d(0px, 0px, 0px);
|
501
|
-
transform: translate3d(0px, 0px, 0px);
|
502
|
-
opacity: 1;
|
503
|
-
}
|
504
|
-
.dayContainer + .dayContainer {
|
505
|
-
-webkit-box-shadow: -1px 0 0 #eceef1;
|
506
|
-
box-shadow: -1px 0 0 #eceef1;
|
507
|
-
}
|
508
|
-
.flatpickr-day {
|
509
|
-
background: none;
|
510
|
-
border: 1px solid transparent;
|
511
|
-
border-radius: 150px;
|
512
|
-
-webkit-box-sizing: border-box;
|
513
|
-
box-sizing: border-box;
|
514
|
-
color: #484848;
|
515
|
-
cursor: pointer;
|
516
|
-
font-weight: 400;
|
517
|
-
width: 14.2857143%;
|
518
|
-
-webkit-flex-basis: 14.2857143%;
|
519
|
-
-ms-flex-preferred-size: 14.2857143%;
|
520
|
-
flex-basis: 14.2857143%;
|
521
|
-
max-width: 39px;
|
522
|
-
height: 39px;
|
523
|
-
line-height: 39px;
|
524
|
-
margin: 0;
|
525
|
-
display: inline-block;
|
526
|
-
position: relative;
|
527
|
-
-webkit-box-pack: center;
|
528
|
-
-webkit-justify-content: center;
|
529
|
-
-ms-flex-pack: center;
|
530
|
-
justify-content: center;
|
531
|
-
text-align: center;
|
532
|
-
}
|
533
|
-
.flatpickr-day.inRange,
|
534
|
-
.flatpickr-day.prevMonthDay.inRange,
|
535
|
-
.flatpickr-day.nextMonthDay.inRange,
|
536
|
-
.flatpickr-day.today.inRange,
|
537
|
-
.flatpickr-day.prevMonthDay.today.inRange,
|
538
|
-
.flatpickr-day.nextMonthDay.today.inRange,
|
539
|
-
.flatpickr-day:hover,
|
540
|
-
.flatpickr-day.prevMonthDay:hover,
|
541
|
-
.flatpickr-day.nextMonthDay:hover,
|
542
|
-
.flatpickr-day:focus,
|
543
|
-
.flatpickr-day.prevMonthDay:focus,
|
544
|
-
.flatpickr-day.nextMonthDay:focus {
|
545
|
-
cursor: pointer;
|
546
|
-
outline: 0;
|
547
|
-
background: #e2e2e2;
|
548
|
-
border-color: #e2e2e2;
|
549
|
-
}
|
550
|
-
.flatpickr-day.today {
|
551
|
-
border-color: #bbb;
|
552
|
-
}
|
553
|
-
.flatpickr-day.today:hover,
|
554
|
-
.flatpickr-day.today:focus {
|
555
|
-
border-color: #bbb;
|
556
|
-
background: #bbb;
|
557
|
-
color: #fff;
|
558
|
-
}
|
559
|
-
.flatpickr-day.selected,
|
560
|
-
.flatpickr-day.startRange,
|
561
|
-
.flatpickr-day.endRange,
|
562
|
-
.flatpickr-day.selected.inRange,
|
563
|
-
.flatpickr-day.startRange.inRange,
|
564
|
-
.flatpickr-day.endRange.inRange,
|
565
|
-
.flatpickr-day.selected:focus,
|
566
|
-
.flatpickr-day.startRange:focus,
|
567
|
-
.flatpickr-day.endRange:focus,
|
568
|
-
.flatpickr-day.selected:hover,
|
569
|
-
.flatpickr-day.startRange:hover,
|
570
|
-
.flatpickr-day.endRange:hover,
|
571
|
-
.flatpickr-day.selected.prevMonthDay,
|
572
|
-
.flatpickr-day.startRange.prevMonthDay,
|
573
|
-
.flatpickr-day.endRange.prevMonthDay,
|
574
|
-
.flatpickr-day.selected.nextMonthDay,
|
575
|
-
.flatpickr-day.startRange.nextMonthDay,
|
576
|
-
.flatpickr-day.endRange.nextMonthDay {
|
577
|
-
background: #ff5a5f;
|
578
|
-
-webkit-box-shadow: none;
|
579
|
-
box-shadow: none;
|
580
|
-
color: #fff;
|
581
|
-
border-color: #ff5a5f;
|
582
|
-
}
|
583
|
-
.flatpickr-day.selected.startRange,
|
584
|
-
.flatpickr-day.startRange.startRange,
|
585
|
-
.flatpickr-day.endRange.startRange {
|
586
|
-
border-radius: 50px 0 0 50px;
|
587
|
-
}
|
588
|
-
.flatpickr-day.selected.endRange,
|
589
|
-
.flatpickr-day.startRange.endRange,
|
590
|
-
.flatpickr-day.endRange.endRange {
|
591
|
-
border-radius: 0 50px 50px 0;
|
592
|
-
}
|
593
|
-
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
594
|
-
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
595
|
-
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
596
|
-
-webkit-box-shadow: -10px 0 0 #ff5a5f;
|
597
|
-
box-shadow: -10px 0 0 #ff5a5f;
|
598
|
-
}
|
599
|
-
.flatpickr-day.selected.startRange.endRange,
|
600
|
-
.flatpickr-day.startRange.startRange.endRange,
|
601
|
-
.flatpickr-day.endRange.startRange.endRange {
|
602
|
-
border-radius: 50px;
|
603
|
-
}
|
604
|
-
.flatpickr-day.inRange {
|
605
|
-
border-radius: 0;
|
606
|
-
-webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
|
607
|
-
box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
|
608
|
-
}
|
609
|
-
.flatpickr-day.flatpickr-disabled,
|
610
|
-
.flatpickr-day.flatpickr-disabled:hover,
|
611
|
-
.flatpickr-day.prevMonthDay,
|
612
|
-
.flatpickr-day.nextMonthDay,
|
613
|
-
.flatpickr-day.notAllowed,
|
614
|
-
.flatpickr-day.notAllowed.prevMonthDay,
|
615
|
-
.flatpickr-day.notAllowed.nextMonthDay {
|
616
|
-
color: rgba(72,72,72,0.3);
|
617
|
-
background: transparent;
|
618
|
-
border-color: transparent;
|
619
|
-
cursor: default;
|
620
|
-
}
|
621
|
-
.flatpickr-day.flatpickr-disabled,
|
622
|
-
.flatpickr-day.flatpickr-disabled:hover {
|
623
|
-
cursor: not-allowed;
|
624
|
-
color: rgba(72,72,72,0.1);
|
625
|
-
}
|
626
|
-
.flatpickr-day.week.selected {
|
627
|
-
border-radius: 0;
|
628
|
-
-webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
|
629
|
-
box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
|
630
|
-
}
|
631
|
-
.flatpickr-day.hidden {
|
632
|
-
visibility: hidden;
|
633
|
-
}
|
634
|
-
.rangeMode .flatpickr-day {
|
635
|
-
margin-top: 1px;
|
636
|
-
}
|
637
|
-
.flatpickr-weekwrapper {
|
638
|
-
float: left;
|
639
|
-
}
|
640
|
-
.flatpickr-weekwrapper .flatpickr-weeks {
|
641
|
-
padding: 0 12px;
|
642
|
-
border-left: 1px solid #eceef1;
|
643
|
-
}
|
644
|
-
.flatpickr-weekwrapper .flatpickr-weekday {
|
645
|
-
float: none;
|
646
|
-
width: 100%;
|
647
|
-
line-height: 28px;
|
648
|
-
}
|
649
|
-
.flatpickr-weekwrapper span.flatpickr-day,
|
650
|
-
.flatpickr-weekwrapper span.flatpickr-day:hover {
|
651
|
-
display: block;
|
652
|
-
width: 100%;
|
653
|
-
max-width: none;
|
654
|
-
color: rgba(72,72,72,0.3);
|
655
|
-
background: transparent;
|
656
|
-
cursor: default;
|
657
|
-
border: none;
|
658
|
-
}
|
659
|
-
.flatpickr-innerContainer {
|
660
|
-
display: block;
|
661
|
-
display: -webkit-box;
|
662
|
-
display: -webkit-flex;
|
663
|
-
display: -ms-flexbox;
|
664
|
-
display: flex;
|
665
|
-
-webkit-box-sizing: border-box;
|
666
|
-
box-sizing: border-box;
|
667
|
-
overflow: hidden;
|
668
|
-
background: #fff;
|
669
|
-
border-bottom: 1px solid #eceef1;
|
670
|
-
}
|
671
|
-
.flatpickr-rContainer {
|
672
|
-
display: inline-block;
|
673
|
-
padding: 0;
|
674
|
-
-webkit-box-sizing: border-box;
|
675
|
-
box-sizing: border-box;
|
676
|
-
}
|
677
|
-
.flatpickr-time {
|
678
|
-
text-align: center;
|
679
|
-
outline: 0;
|
680
|
-
display: block;
|
681
|
-
height: 0;
|
682
|
-
line-height: 40px;
|
683
|
-
max-height: 40px;
|
684
|
-
-webkit-box-sizing: border-box;
|
685
|
-
box-sizing: border-box;
|
686
|
-
overflow: hidden;
|
687
|
-
display: -webkit-box;
|
688
|
-
display: -webkit-flex;
|
689
|
-
display: -ms-flexbox;
|
690
|
-
display: flex;
|
691
|
-
background: #fff;
|
692
|
-
border-radius: 0 0 5px 5px;
|
693
|
-
}
|
694
|
-
.flatpickr-time:after {
|
695
|
-
content: "";
|
696
|
-
display: table;
|
697
|
-
clear: both;
|
698
|
-
}
|
699
|
-
.flatpickr-time .numInputWrapper {
|
700
|
-
-webkit-box-flex: 1;
|
701
|
-
-webkit-flex: 1;
|
702
|
-
-ms-flex: 1;
|
703
|
-
flex: 1;
|
704
|
-
width: 40%;
|
705
|
-
height: 40px;
|
706
|
-
float: left;
|
707
|
-
}
|
708
|
-
.flatpickr-time .numInputWrapper span.arrowUp:after {
|
709
|
-
border-bottom-color: #484848;
|
710
|
-
}
|
711
|
-
.flatpickr-time .numInputWrapper span.arrowDown:after {
|
712
|
-
border-top-color: #484848;
|
713
|
-
}
|
714
|
-
.flatpickr-time.hasSeconds .numInputWrapper {
|
715
|
-
width: 26%;
|
716
|
-
}
|
717
|
-
.flatpickr-time.time24hr .numInputWrapper {
|
718
|
-
width: 49%;
|
719
|
-
}
|
720
|
-
.flatpickr-time input {
|
721
|
-
background: transparent;
|
722
|
-
-webkit-box-shadow: none;
|
723
|
-
box-shadow: none;
|
724
|
-
border: 0;
|
725
|
-
border-radius: 0;
|
726
|
-
text-align: center;
|
727
|
-
margin: 0;
|
728
|
-
padding: 0;
|
729
|
-
height: inherit;
|
730
|
-
line-height: inherit;
|
731
|
-
color: #484848;
|
732
|
-
font-size: 14px;
|
733
|
-
position: relative;
|
734
|
-
-webkit-box-sizing: border-box;
|
735
|
-
box-sizing: border-box;
|
736
|
-
-webkit-appearance: textfield;
|
737
|
-
-moz-appearance: textfield;
|
738
|
-
appearance: textfield;
|
739
|
-
}
|
740
|
-
.flatpickr-time input.flatpickr-hour {
|
741
|
-
font-weight: bold;
|
742
|
-
}
|
743
|
-
.flatpickr-time input.flatpickr-minute,
|
744
|
-
.flatpickr-time input.flatpickr-second {
|
745
|
-
font-weight: 400;
|
746
|
-
}
|
747
|
-
.flatpickr-time input:focus {
|
748
|
-
outline: 0;
|
749
|
-
border: 0;
|
750
|
-
}
|
751
|
-
.flatpickr-time .flatpickr-time-separator,
|
752
|
-
.flatpickr-time .flatpickr-am-pm {
|
753
|
-
height: inherit;
|
754
|
-
float: left;
|
755
|
-
line-height: inherit;
|
756
|
-
color: #484848;
|
757
|
-
font-weight: bold;
|
758
|
-
width: 2%;
|
759
|
-
-webkit-user-select: none;
|
760
|
-
-moz-user-select: none;
|
761
|
-
-ms-user-select: none;
|
762
|
-
user-select: none;
|
763
|
-
-webkit-align-self: center;
|
764
|
-
-ms-flex-item-align: center;
|
765
|
-
align-self: center;
|
766
|
-
}
|
767
|
-
.flatpickr-time .flatpickr-am-pm {
|
768
|
-
outline: 0;
|
769
|
-
width: 18%;
|
770
|
-
cursor: pointer;
|
771
|
-
text-align: center;
|
772
|
-
font-weight: 400;
|
773
|
-
}
|
774
|
-
.flatpickr-time input:hover,
|
775
|
-
.flatpickr-time .flatpickr-am-pm:hover,
|
776
|
-
.flatpickr-time input:focus,
|
777
|
-
.flatpickr-time .flatpickr-am-pm:focus {
|
778
|
-
background: #eaeaea;
|
779
|
-
}
|
780
|
-
.flatpickr-input[readonly] {
|
781
|
-
cursor: pointer;
|
782
|
-
}
|
783
|
-
@-webkit-keyframes fpFadeInDown {
|
784
|
-
from {
|
785
|
-
opacity: 0;
|
786
|
-
-webkit-transform: translate3d(0, -20px, 0);
|
787
|
-
transform: translate3d(0, -20px, 0);
|
788
|
-
}
|
789
|
-
to {
|
790
|
-
opacity: 1;
|
791
|
-
-webkit-transform: translate3d(0, 0, 0);
|
792
|
-
transform: translate3d(0, 0, 0);
|
793
|
-
}
|
794
|
-
}
|
795
|
-
@keyframes fpFadeInDown {
|
796
|
-
from {
|
797
|
-
opacity: 0;
|
798
|
-
-webkit-transform: translate3d(0, -20px, 0);
|
799
|
-
transform: translate3d(0, -20px, 0);
|
800
|
-
}
|
801
|
-
to {
|
802
|
-
opacity: 1;
|
803
|
-
-webkit-transform: translate3d(0, 0, 0);
|
804
|
-
transform: translate3d(0, 0, 0);
|
805
|
-
}
|
806
|
-
}
|
807
|
-
span.flatpickr-day.selected {
|
808
|
-
font-weight: bold;
|
809
|
-
}
|
810
|
-
|
811
1
|
@keyframes verdocs-field-pulse {
|
812
2
|
0% {
|
813
3
|
background-color: rgba(0, 0, 0, 0.35);
|
@@ -902,906 +92,6 @@ verdocs-field-date .settings-icon:hover {
|
|
902
92
|
opacity: 1;
|
903
93
|
}
|
904
94
|
|
905
|
-
.flatpickr-calendar {
|
906
|
-
font-family: "Inter", -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
|
907
|
-
}
|
908
|
-
|
909
|
-
.flatpickr-calendar {
|
910
|
-
background: transparent;
|
911
|
-
opacity: 0;
|
912
|
-
display: none;
|
913
|
-
text-align: center;
|
914
|
-
visibility: hidden;
|
915
|
-
padding: 0;
|
916
|
-
-webkit-animation: none;
|
917
|
-
animation: none;
|
918
|
-
direction: ltr;
|
919
|
-
border: 0;
|
920
|
-
font-size: 14px;
|
921
|
-
line-height: 24px;
|
922
|
-
border-radius: 5px;
|
923
|
-
position: absolute;
|
924
|
-
width: 307.875px;
|
925
|
-
-webkit-box-sizing: border-box;
|
926
|
-
box-sizing: border-box;
|
927
|
-
-ms-touch-action: manipulation;
|
928
|
-
touch-action: manipulation;
|
929
|
-
background: #fff;
|
930
|
-
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
|
931
|
-
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
|
932
|
-
}
|
933
|
-
|
934
|
-
.flatpickr-calendar.open,
|
935
|
-
.flatpickr-calendar.inline {
|
936
|
-
opacity: 1;
|
937
|
-
max-height: 640px;
|
938
|
-
visibility: visible;
|
939
|
-
}
|
940
|
-
|
941
|
-
.flatpickr-calendar.open {
|
942
|
-
display: inline-block;
|
943
|
-
z-index: 99999;
|
944
|
-
}
|
945
|
-
|
946
|
-
.flatpickr-calendar.animate.open {
|
947
|
-
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
948
|
-
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
949
|
-
}
|
950
|
-
|
951
|
-
.flatpickr-calendar.inline {
|
952
|
-
display: block;
|
953
|
-
position: relative;
|
954
|
-
top: 2px;
|
955
|
-
}
|
956
|
-
|
957
|
-
.flatpickr-calendar.static {
|
958
|
-
position: absolute;
|
959
|
-
top: calc(100% + 2px);
|
960
|
-
}
|
961
|
-
|
962
|
-
.flatpickr-calendar.static.open {
|
963
|
-
z-index: 999;
|
964
|
-
display: block;
|
965
|
-
}
|
966
|
-
|
967
|
-
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
|
968
|
-
-webkit-box-shadow: none !important;
|
969
|
-
box-shadow: none !important;
|
970
|
-
}
|
971
|
-
|
972
|
-
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
|
973
|
-
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
974
|
-
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
975
|
-
}
|
976
|
-
|
977
|
-
.flatpickr-calendar .hasWeeks .dayContainer,
|
978
|
-
.flatpickr-calendar .hasTime .dayContainer {
|
979
|
-
border-bottom: 0;
|
980
|
-
border-bottom-right-radius: 0;
|
981
|
-
border-bottom-left-radius: 0;
|
982
|
-
}
|
983
|
-
|
984
|
-
.flatpickr-calendar .hasWeeks .dayContainer {
|
985
|
-
border-left: 0;
|
986
|
-
}
|
987
|
-
|
988
|
-
.flatpickr-calendar.hasTime .flatpickr-time {
|
989
|
-
height: 40px;
|
990
|
-
border-top: 1px solid #e6e6e6;
|
991
|
-
}
|
992
|
-
|
993
|
-
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
994
|
-
height: auto;
|
995
|
-
}
|
996
|
-
|
997
|
-
.flatpickr-calendar:before,
|
998
|
-
.flatpickr-calendar:after {
|
999
|
-
position: absolute;
|
1000
|
-
display: block;
|
1001
|
-
pointer-events: none;
|
1002
|
-
border: solid transparent;
|
1003
|
-
content: "";
|
1004
|
-
height: 0;
|
1005
|
-
width: 0;
|
1006
|
-
left: 22px;
|
1007
|
-
}
|
1008
|
-
|
1009
|
-
.flatpickr-calendar.rightMost:before,
|
1010
|
-
.flatpickr-calendar.arrowRight:before,
|
1011
|
-
.flatpickr-calendar.rightMost:after,
|
1012
|
-
.flatpickr-calendar.arrowRight:after {
|
1013
|
-
left: auto;
|
1014
|
-
right: 22px;
|
1015
|
-
}
|
1016
|
-
|
1017
|
-
.flatpickr-calendar.arrowCenter:before,
|
1018
|
-
.flatpickr-calendar.arrowCenter:after {
|
1019
|
-
left: 50%;
|
1020
|
-
right: 50%;
|
1021
|
-
}
|
1022
|
-
|
1023
|
-
.flatpickr-calendar:before {
|
1024
|
-
border-width: 5px;
|
1025
|
-
margin: 0 -5px;
|
1026
|
-
}
|
1027
|
-
|
1028
|
-
.flatpickr-calendar:after {
|
1029
|
-
border-width: 4px;
|
1030
|
-
margin: 0 -4px;
|
1031
|
-
}
|
1032
|
-
|
1033
|
-
.flatpickr-calendar.arrowTop:before,
|
1034
|
-
.flatpickr-calendar.arrowTop:after {
|
1035
|
-
bottom: 100%;
|
1036
|
-
}
|
1037
|
-
|
1038
|
-
.flatpickr-calendar.arrowTop:before {
|
1039
|
-
border-bottom-color: #e6e6e6;
|
1040
|
-
}
|
1041
|
-
|
1042
|
-
.flatpickr-calendar.arrowTop:after {
|
1043
|
-
border-bottom-color: #fff;
|
1044
|
-
}
|
1045
|
-
|
1046
|
-
.flatpickr-calendar.arrowBottom:before,
|
1047
|
-
.flatpickr-calendar.arrowBottom:after {
|
1048
|
-
top: 100%;
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
.flatpickr-calendar.arrowBottom:before {
|
1052
|
-
border-top-color: #e6e6e6;
|
1053
|
-
}
|
1054
|
-
|
1055
|
-
.flatpickr-calendar.arrowBottom:after {
|
1056
|
-
border-top-color: #fff;
|
1057
|
-
}
|
1058
|
-
|
1059
|
-
.flatpickr-calendar:focus {
|
1060
|
-
outline: 0;
|
1061
|
-
}
|
1062
|
-
|
1063
|
-
.flatpickr-wrapper {
|
1064
|
-
position: relative;
|
1065
|
-
display: inline-block;
|
1066
|
-
}
|
1067
|
-
|
1068
|
-
.flatpickr-months {
|
1069
|
-
display: -webkit-box;
|
1070
|
-
display: -webkit-flex;
|
1071
|
-
display: -ms-flexbox;
|
1072
|
-
display: flex;
|
1073
|
-
}
|
1074
|
-
|
1075
|
-
.flatpickr-months .flatpickr-month {
|
1076
|
-
background: transparent;
|
1077
|
-
color: rgba(0, 0, 0, 0.9);
|
1078
|
-
fill: rgba(0, 0, 0, 0.9);
|
1079
|
-
height: 34px;
|
1080
|
-
line-height: 1;
|
1081
|
-
text-align: center;
|
1082
|
-
position: relative;
|
1083
|
-
-webkit-user-select: none;
|
1084
|
-
-moz-user-select: none;
|
1085
|
-
-ms-user-select: none;
|
1086
|
-
user-select: none;
|
1087
|
-
overflow: hidden;
|
1088
|
-
-webkit-box-flex: 1;
|
1089
|
-
-webkit-flex: 1;
|
1090
|
-
-ms-flex: 1;
|
1091
|
-
flex: 1;
|
1092
|
-
}
|
1093
|
-
|
1094
|
-
.flatpickr-months .flatpickr-prev-month,
|
1095
|
-
.flatpickr-months .flatpickr-next-month {
|
1096
|
-
-webkit-user-select: none;
|
1097
|
-
-moz-user-select: none;
|
1098
|
-
-ms-user-select: none;
|
1099
|
-
user-select: none;
|
1100
|
-
text-decoration: none;
|
1101
|
-
cursor: pointer;
|
1102
|
-
position: absolute;
|
1103
|
-
top: 0;
|
1104
|
-
height: 34px;
|
1105
|
-
padding: 10px;
|
1106
|
-
z-index: 3;
|
1107
|
-
color: rgba(0, 0, 0, 0.9);
|
1108
|
-
fill: rgba(0, 0, 0, 0.9);
|
1109
|
-
}
|
1110
|
-
|
1111
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
|
1112
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
|
1113
|
-
display: none;
|
1114
|
-
}
|
1115
|
-
|
1116
|
-
.flatpickr-months .flatpickr-prev-month i,
|
1117
|
-
.flatpickr-months .flatpickr-next-month i {
|
1118
|
-
position: relative;
|
1119
|
-
}
|
1120
|
-
|
1121
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
|
1122
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
|
1123
|
-
/*
|
1124
|
-
/*rtl:begin:ignore*/
|
1125
|
-
left: 0; /*
|
1126
|
-
/*rtl:end:ignore*/
|
1127
|
-
} /*
|
1128
|
-
/*rtl:begin:ignore*/
|
1129
|
-
/*
|
1130
|
-
/*rtl:end:ignore*/
|
1131
|
-
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
|
1132
|
-
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
|
1133
|
-
/*
|
1134
|
-
/*rtl:begin:ignore*/
|
1135
|
-
right: 0; /*
|
1136
|
-
/*rtl:end:ignore*/
|
1137
|
-
} /*
|
1138
|
-
/*rtl:begin:ignore*/
|
1139
|
-
/*
|
1140
|
-
/*rtl:end:ignore*/
|
1141
|
-
.flatpickr-months .flatpickr-prev-month:hover,
|
1142
|
-
.flatpickr-months .flatpickr-next-month:hover {
|
1143
|
-
color: #959ea9;
|
1144
|
-
}
|
1145
|
-
|
1146
|
-
.flatpickr-months .flatpickr-prev-month:hover svg,
|
1147
|
-
.flatpickr-months .flatpickr-next-month:hover svg {
|
1148
|
-
fill: #f64747;
|
1149
|
-
}
|
1150
|
-
|
1151
|
-
.flatpickr-months .flatpickr-prev-month svg,
|
1152
|
-
.flatpickr-months .flatpickr-next-month svg {
|
1153
|
-
width: 14px;
|
1154
|
-
height: 14px;
|
1155
|
-
}
|
1156
|
-
|
1157
|
-
.flatpickr-months .flatpickr-prev-month svg path,
|
1158
|
-
.flatpickr-months .flatpickr-next-month svg path {
|
1159
|
-
-webkit-transition: fill 0.1s;
|
1160
|
-
transition: fill 0.1s;
|
1161
|
-
fill: inherit;
|
1162
|
-
}
|
1163
|
-
|
1164
|
-
.numInputWrapper {
|
1165
|
-
position: relative;
|
1166
|
-
height: auto;
|
1167
|
-
}
|
1168
|
-
|
1169
|
-
.numInputWrapper input,
|
1170
|
-
.numInputWrapper span {
|
1171
|
-
display: inline-block;
|
1172
|
-
}
|
1173
|
-
|
1174
|
-
.numInputWrapper input {
|
1175
|
-
width: 100%;
|
1176
|
-
}
|
1177
|
-
|
1178
|
-
.numInputWrapper input::-ms-clear {
|
1179
|
-
display: none;
|
1180
|
-
}
|
1181
|
-
|
1182
|
-
.numInputWrapper input::-webkit-outer-spin-button,
|
1183
|
-
.numInputWrapper input::-webkit-inner-spin-button {
|
1184
|
-
margin: 0;
|
1185
|
-
-webkit-appearance: none;
|
1186
|
-
}
|
1187
|
-
|
1188
|
-
.numInputWrapper span {
|
1189
|
-
position: absolute;
|
1190
|
-
right: 0;
|
1191
|
-
width: 14px;
|
1192
|
-
padding: 0 4px 0 2px;
|
1193
|
-
height: 50%;
|
1194
|
-
line-height: 50%;
|
1195
|
-
opacity: 0;
|
1196
|
-
cursor: pointer;
|
1197
|
-
border: 1px solid rgba(57, 57, 57, 0.15);
|
1198
|
-
-webkit-box-sizing: border-box;
|
1199
|
-
box-sizing: border-box;
|
1200
|
-
}
|
1201
|
-
|
1202
|
-
.numInputWrapper span:hover {
|
1203
|
-
background: rgba(0, 0, 0, 0.1);
|
1204
|
-
}
|
1205
|
-
|
1206
|
-
.numInputWrapper span:active {
|
1207
|
-
background: rgba(0, 0, 0, 0.2);
|
1208
|
-
}
|
1209
|
-
|
1210
|
-
.numInputWrapper span:after {
|
1211
|
-
display: block;
|
1212
|
-
content: "";
|
1213
|
-
position: absolute;
|
1214
|
-
}
|
1215
|
-
|
1216
|
-
.numInputWrapper span.arrowUp {
|
1217
|
-
top: 0;
|
1218
|
-
border-bottom: 0;
|
1219
|
-
}
|
1220
|
-
|
1221
|
-
.numInputWrapper span.arrowUp:after {
|
1222
|
-
border-left: 4px solid transparent;
|
1223
|
-
border-right: 4px solid transparent;
|
1224
|
-
border-bottom: 4px solid rgba(57, 57, 57, 0.6);
|
1225
|
-
top: 26%;
|
1226
|
-
}
|
1227
|
-
|
1228
|
-
.numInputWrapper span.arrowDown {
|
1229
|
-
top: 50%;
|
1230
|
-
}
|
1231
|
-
|
1232
|
-
.numInputWrapper span.arrowDown:after {
|
1233
|
-
border-left: 4px solid transparent;
|
1234
|
-
border-right: 4px solid transparent;
|
1235
|
-
border-top: 4px solid rgba(57, 57, 57, 0.6);
|
1236
|
-
top: 40%;
|
1237
|
-
}
|
1238
|
-
|
1239
|
-
.numInputWrapper span svg {
|
1240
|
-
width: inherit;
|
1241
|
-
height: auto;
|
1242
|
-
}
|
1243
|
-
|
1244
|
-
.numInputWrapper span svg path {
|
1245
|
-
fill: rgba(0, 0, 0, 0.5);
|
1246
|
-
}
|
1247
|
-
|
1248
|
-
.numInputWrapper:hover {
|
1249
|
-
background: rgba(0, 0, 0, 0.05);
|
1250
|
-
}
|
1251
|
-
|
1252
|
-
.numInputWrapper:hover span {
|
1253
|
-
opacity: 1;
|
1254
|
-
}
|
1255
|
-
|
1256
|
-
.flatpickr-current-month {
|
1257
|
-
font-size: 135%;
|
1258
|
-
line-height: inherit;
|
1259
|
-
font-weight: 300;
|
1260
|
-
color: inherit;
|
1261
|
-
position: absolute;
|
1262
|
-
width: 75%;
|
1263
|
-
left: 12.5%;
|
1264
|
-
padding: 7.48px 0 0 0;
|
1265
|
-
line-height: 1;
|
1266
|
-
height: 34px;
|
1267
|
-
display: inline-block;
|
1268
|
-
text-align: center;
|
1269
|
-
-webkit-transform: translate3d(0, 0, 0);
|
1270
|
-
transform: translate3d(0, 0, 0);
|
1271
|
-
}
|
1272
|
-
|
1273
|
-
.flatpickr-current-month span.cur-month {
|
1274
|
-
font-family: inherit;
|
1275
|
-
font-weight: 700;
|
1276
|
-
color: inherit;
|
1277
|
-
display: inline-block;
|
1278
|
-
margin-left: 0.5ch;
|
1279
|
-
padding: 0;
|
1280
|
-
}
|
1281
|
-
|
1282
|
-
.flatpickr-current-month span.cur-month:hover {
|
1283
|
-
background: rgba(0, 0, 0, 0.05);
|
1284
|
-
}
|
1285
|
-
|
1286
|
-
.flatpickr-current-month .numInputWrapper {
|
1287
|
-
width: 6ch;
|
1288
|
-
width: 7ch\0 ;
|
1289
|
-
display: inline-block;
|
1290
|
-
}
|
1291
|
-
|
1292
|
-
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
|
1293
|
-
border-bottom-color: rgba(0, 0, 0, 0.9);
|
1294
|
-
}
|
1295
|
-
|
1296
|
-
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
|
1297
|
-
border-top-color: rgba(0, 0, 0, 0.9);
|
1298
|
-
}
|
1299
|
-
|
1300
|
-
.flatpickr-current-month input.cur-year {
|
1301
|
-
background: transparent;
|
1302
|
-
-webkit-box-sizing: border-box;
|
1303
|
-
box-sizing: border-box;
|
1304
|
-
color: inherit;
|
1305
|
-
cursor: text;
|
1306
|
-
padding: 0 0 0 0.5ch;
|
1307
|
-
margin: 0;
|
1308
|
-
display: inline-block;
|
1309
|
-
font-size: inherit;
|
1310
|
-
font-family: inherit;
|
1311
|
-
font-weight: 300;
|
1312
|
-
line-height: inherit;
|
1313
|
-
height: auto;
|
1314
|
-
border: 0;
|
1315
|
-
border-radius: 0;
|
1316
|
-
vertical-align: initial;
|
1317
|
-
-webkit-appearance: textfield;
|
1318
|
-
-moz-appearance: textfield;
|
1319
|
-
appearance: textfield;
|
1320
|
-
}
|
1321
|
-
|
1322
|
-
.flatpickr-current-month input.cur-year:focus {
|
1323
|
-
outline: 0;
|
1324
|
-
}
|
1325
|
-
|
1326
|
-
.flatpickr-current-month input.cur-year[disabled],
|
1327
|
-
.flatpickr-current-month input.cur-year[disabled]:hover {
|
1328
|
-
font-size: 100%;
|
1329
|
-
color: rgba(0, 0, 0, 0.5);
|
1330
|
-
background: transparent;
|
1331
|
-
pointer-events: none;
|
1332
|
-
}
|
1333
|
-
|
1334
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months {
|
1335
|
-
appearance: menulist;
|
1336
|
-
background: transparent;
|
1337
|
-
border: none;
|
1338
|
-
border-radius: 0;
|
1339
|
-
box-sizing: border-box;
|
1340
|
-
color: inherit;
|
1341
|
-
cursor: pointer;
|
1342
|
-
font-size: inherit;
|
1343
|
-
font-family: inherit;
|
1344
|
-
font-weight: 300;
|
1345
|
-
height: auto;
|
1346
|
-
line-height: inherit;
|
1347
|
-
margin: -1px 0 0 0;
|
1348
|
-
outline: none;
|
1349
|
-
padding: 0 0 0 0.5ch;
|
1350
|
-
position: relative;
|
1351
|
-
vertical-align: initial;
|
1352
|
-
-webkit-box-sizing: border-box;
|
1353
|
-
-webkit-appearance: menulist;
|
1354
|
-
-moz-appearance: menulist;
|
1355
|
-
width: auto;
|
1356
|
-
}
|
1357
|
-
|
1358
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
|
1359
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
|
1360
|
-
outline: none;
|
1361
|
-
}
|
1362
|
-
|
1363
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
|
1364
|
-
background: rgba(0, 0, 0, 0.05);
|
1365
|
-
}
|
1366
|
-
|
1367
|
-
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
|
1368
|
-
background-color: transparent;
|
1369
|
-
outline: none;
|
1370
|
-
padding: 0;
|
1371
|
-
}
|
1372
|
-
|
1373
|
-
.flatpickr-weekdays {
|
1374
|
-
background: transparent;
|
1375
|
-
text-align: center;
|
1376
|
-
overflow: hidden;
|
1377
|
-
width: 100%;
|
1378
|
-
display: -webkit-box;
|
1379
|
-
display: -webkit-flex;
|
1380
|
-
display: -ms-flexbox;
|
1381
|
-
display: flex;
|
1382
|
-
-webkit-box-align: center;
|
1383
|
-
-webkit-align-items: center;
|
1384
|
-
-ms-flex-align: center;
|
1385
|
-
align-items: center;
|
1386
|
-
height: 28px;
|
1387
|
-
}
|
1388
|
-
|
1389
|
-
.flatpickr-weekdays .flatpickr-weekdaycontainer {
|
1390
|
-
display: -webkit-box;
|
1391
|
-
display: -webkit-flex;
|
1392
|
-
display: -ms-flexbox;
|
1393
|
-
display: flex;
|
1394
|
-
-webkit-box-flex: 1;
|
1395
|
-
-webkit-flex: 1;
|
1396
|
-
-ms-flex: 1;
|
1397
|
-
flex: 1;
|
1398
|
-
}
|
1399
|
-
|
1400
|
-
span.flatpickr-weekday {
|
1401
|
-
cursor: default;
|
1402
|
-
font-size: 90%;
|
1403
|
-
background: transparent;
|
1404
|
-
color: rgba(0, 0, 0, 0.54);
|
1405
|
-
line-height: 1;
|
1406
|
-
margin: 0;
|
1407
|
-
text-align: center;
|
1408
|
-
display: block;
|
1409
|
-
-webkit-box-flex: 1;
|
1410
|
-
-webkit-flex: 1;
|
1411
|
-
-ms-flex: 1;
|
1412
|
-
flex: 1;
|
1413
|
-
font-weight: bolder;
|
1414
|
-
}
|
1415
|
-
|
1416
|
-
.dayContainer,
|
1417
|
-
.flatpickr-weeks {
|
1418
|
-
padding: 1px 0 0 0;
|
1419
|
-
}
|
1420
|
-
|
1421
|
-
.flatpickr-days {
|
1422
|
-
position: relative;
|
1423
|
-
overflow: hidden;
|
1424
|
-
display: -webkit-box;
|
1425
|
-
display: -webkit-flex;
|
1426
|
-
display: -ms-flexbox;
|
1427
|
-
display: flex;
|
1428
|
-
-webkit-box-align: start;
|
1429
|
-
-webkit-align-items: flex-start;
|
1430
|
-
-ms-flex-align: start;
|
1431
|
-
align-items: flex-start;
|
1432
|
-
width: 307.875px;
|
1433
|
-
}
|
1434
|
-
|
1435
|
-
.flatpickr-days:focus {
|
1436
|
-
outline: 0;
|
1437
|
-
}
|
1438
|
-
|
1439
|
-
.dayContainer {
|
1440
|
-
padding: 0;
|
1441
|
-
outline: 0;
|
1442
|
-
text-align: left;
|
1443
|
-
width: 307.875px;
|
1444
|
-
min-width: 307.875px;
|
1445
|
-
max-width: 307.875px;
|
1446
|
-
-webkit-box-sizing: border-box;
|
1447
|
-
box-sizing: border-box;
|
1448
|
-
display: inline-block;
|
1449
|
-
display: -ms-flexbox;
|
1450
|
-
display: -webkit-box;
|
1451
|
-
display: -webkit-flex;
|
1452
|
-
display: flex;
|
1453
|
-
-webkit-flex-wrap: wrap;
|
1454
|
-
flex-wrap: wrap;
|
1455
|
-
-ms-flex-wrap: wrap;
|
1456
|
-
-ms-flex-pack: justify;
|
1457
|
-
-webkit-justify-content: space-around;
|
1458
|
-
justify-content: space-around;
|
1459
|
-
-webkit-transform: translate3d(0, 0, 0);
|
1460
|
-
transform: translate3d(0, 0, 0);
|
1461
|
-
opacity: 1;
|
1462
|
-
}
|
1463
|
-
|
1464
|
-
.dayContainer + .dayContainer {
|
1465
|
-
-webkit-box-shadow: -1px 0 0 #e6e6e6;
|
1466
|
-
box-shadow: -1px 0 0 #e6e6e6;
|
1467
|
-
}
|
1468
|
-
|
1469
|
-
.flatpickr-day {
|
1470
|
-
background: none;
|
1471
|
-
border: 1px solid transparent;
|
1472
|
-
border-radius: 150px;
|
1473
|
-
-webkit-box-sizing: border-box;
|
1474
|
-
box-sizing: border-box;
|
1475
|
-
color: #393939;
|
1476
|
-
cursor: pointer;
|
1477
|
-
font-weight: 400;
|
1478
|
-
width: 14.2857143%;
|
1479
|
-
-webkit-flex-basis: 14.2857143%;
|
1480
|
-
-ms-flex-preferred-size: 14.2857143%;
|
1481
|
-
flex-basis: 14.2857143%;
|
1482
|
-
max-width: 39px;
|
1483
|
-
height: 39px;
|
1484
|
-
line-height: 39px;
|
1485
|
-
margin: 0;
|
1486
|
-
display: inline-block;
|
1487
|
-
position: relative;
|
1488
|
-
-webkit-box-pack: center;
|
1489
|
-
-webkit-justify-content: center;
|
1490
|
-
-ms-flex-pack: center;
|
1491
|
-
justify-content: center;
|
1492
|
-
text-align: center;
|
1493
|
-
}
|
1494
|
-
|
1495
|
-
.flatpickr-day.inRange,
|
1496
|
-
.flatpickr-day.prevMonthDay.inRange,
|
1497
|
-
.flatpickr-day.nextMonthDay.inRange,
|
1498
|
-
.flatpickr-day.today.inRange,
|
1499
|
-
.flatpickr-day.prevMonthDay.today.inRange,
|
1500
|
-
.flatpickr-day.nextMonthDay.today.inRange,
|
1501
|
-
.flatpickr-day:hover,
|
1502
|
-
.flatpickr-day.prevMonthDay:hover,
|
1503
|
-
.flatpickr-day.nextMonthDay:hover,
|
1504
|
-
.flatpickr-day:focus,
|
1505
|
-
.flatpickr-day.prevMonthDay:focus,
|
1506
|
-
.flatpickr-day.nextMonthDay:focus {
|
1507
|
-
cursor: pointer;
|
1508
|
-
outline: 0;
|
1509
|
-
background: #e6e6e6;
|
1510
|
-
border-color: #e6e6e6;
|
1511
|
-
}
|
1512
|
-
|
1513
|
-
.flatpickr-day.today {
|
1514
|
-
border-color: #959ea9;
|
1515
|
-
}
|
1516
|
-
|
1517
|
-
.flatpickr-day.today:hover,
|
1518
|
-
.flatpickr-day.today:focus {
|
1519
|
-
border-color: #959ea9;
|
1520
|
-
background: #959ea9;
|
1521
|
-
color: #fff;
|
1522
|
-
}
|
1523
|
-
|
1524
|
-
.flatpickr-day.selected,
|
1525
|
-
.flatpickr-day.startRange,
|
1526
|
-
.flatpickr-day.endRange,
|
1527
|
-
.flatpickr-day.selected.inRange,
|
1528
|
-
.flatpickr-day.startRange.inRange,
|
1529
|
-
.flatpickr-day.endRange.inRange,
|
1530
|
-
.flatpickr-day.selected:focus,
|
1531
|
-
.flatpickr-day.startRange:focus,
|
1532
|
-
.flatpickr-day.endRange:focus,
|
1533
|
-
.flatpickr-day.selected:hover,
|
1534
|
-
.flatpickr-day.startRange:hover,
|
1535
|
-
.flatpickr-day.endRange:hover,
|
1536
|
-
.flatpickr-day.selected.prevMonthDay,
|
1537
|
-
.flatpickr-day.startRange.prevMonthDay,
|
1538
|
-
.flatpickr-day.endRange.prevMonthDay,
|
1539
|
-
.flatpickr-day.selected.nextMonthDay,
|
1540
|
-
.flatpickr-day.startRange.nextMonthDay,
|
1541
|
-
.flatpickr-day.endRange.nextMonthDay {
|
1542
|
-
background: #569ff7;
|
1543
|
-
-webkit-box-shadow: none;
|
1544
|
-
box-shadow: none;
|
1545
|
-
color: #fff;
|
1546
|
-
border-color: #569ff7;
|
1547
|
-
}
|
1548
|
-
|
1549
|
-
.flatpickr-day.selected.startRange,
|
1550
|
-
.flatpickr-day.startRange.startRange,
|
1551
|
-
.flatpickr-day.endRange.startRange {
|
1552
|
-
border-radius: 50px 0 0 50px;
|
1553
|
-
}
|
1554
|
-
|
1555
|
-
.flatpickr-day.selected.endRange,
|
1556
|
-
.flatpickr-day.startRange.endRange,
|
1557
|
-
.flatpickr-day.endRange.endRange {
|
1558
|
-
border-radius: 0 50px 50px 0;
|
1559
|
-
}
|
1560
|
-
|
1561
|
-
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
1562
|
-
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
1563
|
-
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
1564
|
-
-webkit-box-shadow: -10px 0 0 #569ff7;
|
1565
|
-
box-shadow: -10px 0 0 #569ff7;
|
1566
|
-
}
|
1567
|
-
|
1568
|
-
.flatpickr-day.selected.startRange.endRange,
|
1569
|
-
.flatpickr-day.startRange.startRange.endRange,
|
1570
|
-
.flatpickr-day.endRange.startRange.endRange {
|
1571
|
-
border-radius: 50px;
|
1572
|
-
}
|
1573
|
-
|
1574
|
-
.flatpickr-day.inRange {
|
1575
|
-
border-radius: 0;
|
1576
|
-
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
1577
|
-
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
|
1578
|
-
}
|
1579
|
-
|
1580
|
-
.flatpickr-day.flatpickr-disabled,
|
1581
|
-
.flatpickr-day.flatpickr-disabled:hover,
|
1582
|
-
.flatpickr-day.prevMonthDay,
|
1583
|
-
.flatpickr-day.nextMonthDay,
|
1584
|
-
.flatpickr-day.notAllowed,
|
1585
|
-
.flatpickr-day.notAllowed.prevMonthDay,
|
1586
|
-
.flatpickr-day.notAllowed.nextMonthDay {
|
1587
|
-
color: rgba(57, 57, 57, 0.3);
|
1588
|
-
background: transparent;
|
1589
|
-
border-color: transparent;
|
1590
|
-
cursor: default;
|
1591
|
-
}
|
1592
|
-
|
1593
|
-
.flatpickr-day.flatpickr-disabled,
|
1594
|
-
.flatpickr-day.flatpickr-disabled:hover {
|
1595
|
-
cursor: not-allowed;
|
1596
|
-
color: rgba(57, 57, 57, 0.1);
|
1597
|
-
}
|
1598
|
-
|
1599
|
-
.flatpickr-day.week.selected {
|
1600
|
-
border-radius: 0;
|
1601
|
-
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
|
1602
|
-
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
|
1603
|
-
}
|
1604
|
-
|
1605
|
-
.flatpickr-day.hidden {
|
1606
|
-
visibility: hidden;
|
1607
|
-
}
|
1608
|
-
|
1609
|
-
.rangeMode .flatpickr-day {
|
1610
|
-
margin-top: 1px;
|
1611
|
-
}
|
1612
|
-
|
1613
|
-
.flatpickr-weekwrapper {
|
1614
|
-
float: left;
|
1615
|
-
}
|
1616
|
-
|
1617
|
-
.flatpickr-weekwrapper .flatpickr-weeks {
|
1618
|
-
padding: 0 12px;
|
1619
|
-
-webkit-box-shadow: 1px 0 0 #e6e6e6;
|
1620
|
-
box-shadow: 1px 0 0 #e6e6e6;
|
1621
|
-
}
|
1622
|
-
|
1623
|
-
.flatpickr-weekwrapper .flatpickr-weekday {
|
1624
|
-
float: none;
|
1625
|
-
width: 100%;
|
1626
|
-
line-height: 28px;
|
1627
|
-
}
|
1628
|
-
|
1629
|
-
.flatpickr-weekwrapper span.flatpickr-day,
|
1630
|
-
.flatpickr-weekwrapper span.flatpickr-day:hover {
|
1631
|
-
display: block;
|
1632
|
-
width: 100%;
|
1633
|
-
max-width: none;
|
1634
|
-
color: rgba(57, 57, 57, 0.3);
|
1635
|
-
background: transparent;
|
1636
|
-
cursor: default;
|
1637
|
-
border: none;
|
1638
|
-
}
|
1639
|
-
|
1640
|
-
.flatpickr-innerContainer {
|
1641
|
-
display: block;
|
1642
|
-
display: -webkit-box;
|
1643
|
-
display: -webkit-flex;
|
1644
|
-
display: -ms-flexbox;
|
1645
|
-
display: flex;
|
1646
|
-
-webkit-box-sizing: border-box;
|
1647
|
-
box-sizing: border-box;
|
1648
|
-
overflow: hidden;
|
1649
|
-
}
|
1650
|
-
|
1651
|
-
.flatpickr-rContainer {
|
1652
|
-
display: inline-block;
|
1653
|
-
padding: 0;
|
1654
|
-
-webkit-box-sizing: border-box;
|
1655
|
-
box-sizing: border-box;
|
1656
|
-
}
|
1657
|
-
|
1658
|
-
.flatpickr-time {
|
1659
|
-
text-align: center;
|
1660
|
-
outline: 0;
|
1661
|
-
display: block;
|
1662
|
-
height: 0;
|
1663
|
-
line-height: 40px;
|
1664
|
-
max-height: 40px;
|
1665
|
-
-webkit-box-sizing: border-box;
|
1666
|
-
box-sizing: border-box;
|
1667
|
-
overflow: hidden;
|
1668
|
-
display: -webkit-box;
|
1669
|
-
display: -webkit-flex;
|
1670
|
-
display: -ms-flexbox;
|
1671
|
-
display: flex;
|
1672
|
-
}
|
1673
|
-
|
1674
|
-
.flatpickr-time:after {
|
1675
|
-
content: "";
|
1676
|
-
display: table;
|
1677
|
-
clear: both;
|
1678
|
-
}
|
1679
|
-
|
1680
|
-
.flatpickr-time .numInputWrapper {
|
1681
|
-
-webkit-box-flex: 1;
|
1682
|
-
-webkit-flex: 1;
|
1683
|
-
-ms-flex: 1;
|
1684
|
-
flex: 1;
|
1685
|
-
width: 40%;
|
1686
|
-
height: 40px;
|
1687
|
-
float: left;
|
1688
|
-
}
|
1689
|
-
|
1690
|
-
.flatpickr-time .numInputWrapper span.arrowUp:after {
|
1691
|
-
border-bottom-color: #393939;
|
1692
|
-
}
|
1693
|
-
|
1694
|
-
.flatpickr-time .numInputWrapper span.arrowDown:after {
|
1695
|
-
border-top-color: #393939;
|
1696
|
-
}
|
1697
|
-
|
1698
|
-
.flatpickr-time.hasSeconds .numInputWrapper {
|
1699
|
-
width: 26%;
|
1700
|
-
}
|
1701
|
-
|
1702
|
-
.flatpickr-time.time24hr .numInputWrapper {
|
1703
|
-
width: 49%;
|
1704
|
-
}
|
1705
|
-
|
1706
|
-
.flatpickr-time input {
|
1707
|
-
background: transparent;
|
1708
|
-
-webkit-box-shadow: none;
|
1709
|
-
box-shadow: none;
|
1710
|
-
border: 0;
|
1711
|
-
border-radius: 0;
|
1712
|
-
text-align: center;
|
1713
|
-
margin: 0;
|
1714
|
-
padding: 0;
|
1715
|
-
height: inherit;
|
1716
|
-
line-height: inherit;
|
1717
|
-
color: #393939;
|
1718
|
-
font-size: 14px;
|
1719
|
-
position: relative;
|
1720
|
-
-webkit-box-sizing: border-box;
|
1721
|
-
box-sizing: border-box;
|
1722
|
-
-webkit-appearance: textfield;
|
1723
|
-
-moz-appearance: textfield;
|
1724
|
-
appearance: textfield;
|
1725
|
-
}
|
1726
|
-
|
1727
|
-
.flatpickr-time input.flatpickr-hour {
|
1728
|
-
font-weight: bold;
|
1729
|
-
}
|
1730
|
-
|
1731
|
-
.flatpickr-time input.flatpickr-minute,
|
1732
|
-
.flatpickr-time input.flatpickr-second {
|
1733
|
-
font-weight: 400;
|
1734
|
-
}
|
1735
|
-
|
1736
|
-
.flatpickr-time input:focus {
|
1737
|
-
outline: 0;
|
1738
|
-
border: 0;
|
1739
|
-
}
|
1740
|
-
|
1741
|
-
.flatpickr-time .flatpickr-time-separator,
|
1742
|
-
.flatpickr-time .flatpickr-am-pm {
|
1743
|
-
height: inherit;
|
1744
|
-
float: left;
|
1745
|
-
line-height: inherit;
|
1746
|
-
color: #393939;
|
1747
|
-
font-weight: bold;
|
1748
|
-
width: 2%;
|
1749
|
-
-webkit-user-select: none;
|
1750
|
-
-moz-user-select: none;
|
1751
|
-
-ms-user-select: none;
|
1752
|
-
user-select: none;
|
1753
|
-
-webkit-align-self: center;
|
1754
|
-
-ms-flex-item-align: center;
|
1755
|
-
align-self: center;
|
1756
|
-
}
|
1757
|
-
|
1758
|
-
.flatpickr-time .flatpickr-am-pm {
|
1759
|
-
outline: 0;
|
1760
|
-
width: 18%;
|
1761
|
-
cursor: pointer;
|
1762
|
-
text-align: center;
|
1763
|
-
font-weight: 400;
|
1764
|
-
}
|
1765
|
-
|
1766
|
-
.flatpickr-time input:hover,
|
1767
|
-
.flatpickr-time .flatpickr-am-pm:hover,
|
1768
|
-
.flatpickr-time input:focus,
|
1769
|
-
.flatpickr-time .flatpickr-am-pm:focus {
|
1770
|
-
background: #eee;
|
1771
|
-
}
|
1772
|
-
|
1773
|
-
.flatpickr-input[readonly] {
|
1774
|
-
cursor: pointer;
|
1775
|
-
}
|
1776
|
-
|
1777
|
-
@-webkit-keyframes fpFadeInDown {
|
1778
|
-
from {
|
1779
|
-
opacity: 0;
|
1780
|
-
-webkit-transform: translate3d(0, -20px, 0);
|
1781
|
-
transform: translate3d(0, -20px, 0);
|
1782
|
-
}
|
1783
|
-
to {
|
1784
|
-
opacity: 1;
|
1785
|
-
-webkit-transform: translate3d(0, 0, 0);
|
1786
|
-
transform: translate3d(0, 0, 0);
|
1787
|
-
}
|
1788
|
-
}
|
1789
|
-
@keyframes fpFadeInDown {
|
1790
|
-
from {
|
1791
|
-
opacity: 0;
|
1792
|
-
-webkit-transform: translate3d(0, -20px, 0);
|
1793
|
-
transform: translate3d(0, -20px, 0);
|
1794
|
-
}
|
1795
|
-
to {
|
1796
|
-
opacity: 1;
|
1797
|
-
-webkit-transform: translate3d(0, 0, 0);
|
1798
|
-
transform: translate3d(0, 0, 0);
|
1799
|
-
}
|
1800
|
-
}
|
1801
|
-
.flatpickr-calendar div {
|
1802
|
-
flex-direction: row;
|
1803
|
-
}
|
1804
|
-
|
1805
95
|
.air-datepicker-cell.-year-.-other-decade-,
|
1806
96
|
.air-datepicker-cell.-day-.-other-month- {
|
1807
97
|
color: var(--adp-color-other-month);
|