@elliemae/ds-basic 3.51.0-next.1 → 3.51.0-next.2

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.
@@ -1,4 +1,899 @@
1
- @import url(~react-dates/lib/css/_datepicker.css);
1
+ /* ********************************************************************
2
+ * HARDCODED IMPORT FROM THIRD PARTY LIBRARY *
3
+ ***********************************************************************
4
+ * react-dates start *
5
+ ********************************************************************* */
6
+ .PresetDateRangePicker_panel {
7
+ padding: 0 22px 11px;
8
+ }
9
+ .PresetDateRangePicker_button {
10
+ position: relative;
11
+ height: 100%;
12
+ text-align: center;
13
+ background: 0 0;
14
+ border: 2px solid #00a699;
15
+ color: #00a699;
16
+ padding: 4px 12px;
17
+ margin-right: 8px;
18
+ font: inherit;
19
+ font-weight: 700;
20
+ line-height: normal;
21
+ overflow: visible;
22
+ -moz-box-sizing: border-box;
23
+ box-sizing: border-box;
24
+ cursor: pointer;
25
+ }
26
+ .PresetDateRangePicker_button:active {
27
+ outline: 0;
28
+ }
29
+ .PresetDateRangePicker_button__selected {
30
+ color: #fff;
31
+ background: #00a699;
32
+ }
33
+ .SingleDatePickerInput {
34
+ display: inline-block;
35
+ background-color: #fff;
36
+ }
37
+ .SingleDatePickerInput__withBorder {
38
+ border-radius: 2px;
39
+ border: 1px solid #dbdbdb;
40
+ }
41
+ .SingleDatePickerInput__rtl {
42
+ direction: rtl;
43
+ }
44
+ .SingleDatePickerInput__disabled {
45
+ background-color: #f2f2f2;
46
+ }
47
+ .SingleDatePickerInput__block {
48
+ display: block;
49
+ }
50
+ .SingleDatePickerInput__showClearDate {
51
+ padding-right: 30px;
52
+ }
53
+ .SingleDatePickerInput_clearDate {
54
+ background: 0 0;
55
+ border: 0;
56
+ color: inherit;
57
+ font: inherit;
58
+ line-height: normal;
59
+ overflow: visible;
60
+ cursor: pointer;
61
+ padding: 10px;
62
+ margin: 0 10px 0 5px;
63
+ position: absolute;
64
+ right: 0;
65
+ top: 50%;
66
+ -webkit-transform: translateY(-50%);
67
+ -ms-transform: translateY(-50%);
68
+ transform: translateY(-50%);
69
+ }
70
+ .SingleDatePickerInput_clearDate__default:focus,
71
+ .SingleDatePickerInput_clearDate__default:hover {
72
+ background: #dbdbdb;
73
+ border-radius: 50%;
74
+ }
75
+ .SingleDatePickerInput_clearDate__small {
76
+ padding: 6px;
77
+ }
78
+ .SingleDatePickerInput_clearDate__hide {
79
+ visibility: hidden;
80
+ }
81
+ .SingleDatePickerInput_clearDate_svg {
82
+ fill: #82888a;
83
+ height: 12px;
84
+ width: 15px;
85
+ vertical-align: middle;
86
+ }
87
+ .SingleDatePickerInput_clearDate_svg__small {
88
+ height: 9px;
89
+ }
90
+ .SingleDatePickerInput_calendarIcon {
91
+ background: 0 0;
92
+ border: 0;
93
+ color: inherit;
94
+ font: inherit;
95
+ line-height: normal;
96
+ overflow: visible;
97
+ cursor: pointer;
98
+ display: inline-block;
99
+ vertical-align: middle;
100
+ padding: 10px;
101
+ margin: 0 5px 0 10px;
102
+ }
103
+ .SingleDatePickerInput_calendarIcon_svg {
104
+ fill: #82888a;
105
+ height: 15px;
106
+ width: 14px;
107
+ vertical-align: middle;
108
+ }
109
+ .SingleDatePicker {
110
+ position: relative;
111
+ display: inline-block;
112
+ }
113
+ .SingleDatePicker__block {
114
+ display: block;
115
+ }
116
+ .SingleDatePicker_picker {
117
+ z-index: 1;
118
+ background-color: #fff;
119
+ position: absolute;
120
+ }
121
+ .SingleDatePicker_picker__rtl {
122
+ direction: rtl;
123
+ }
124
+ .SingleDatePicker_picker__directionLeft {
125
+ left: 0;
126
+ }
127
+ .SingleDatePicker_picker__directionRight {
128
+ right: 0;
129
+ }
130
+ .SingleDatePicker_picker__portal {
131
+ background-color: rgba(0, 0, 0, 0.3);
132
+ position: fixed;
133
+ top: 0;
134
+ left: 0;
135
+ height: 100%;
136
+ width: 100%;
137
+ }
138
+ .SingleDatePicker_picker__fullScreenPortal {
139
+ background-color: #fff;
140
+ }
141
+ .SingleDatePicker_closeButton {
142
+ background: 0 0;
143
+ border: 0;
144
+ color: inherit;
145
+ font: inherit;
146
+ line-height: normal;
147
+ overflow: visible;
148
+ cursor: pointer;
149
+ position: absolute;
150
+ top: 0;
151
+ right: 0;
152
+ padding: 15px;
153
+ z-index: 2;
154
+ }
155
+ .SingleDatePicker_closeButton:focus,
156
+ .SingleDatePicker_closeButton:hover {
157
+ color: darken(#cacccd, 10%);
158
+ text-decoration: none;
159
+ }
160
+ .SingleDatePicker_closeButton_svg {
161
+ height: 15px;
162
+ width: 15px;
163
+ fill: #cacccd;
164
+ }
165
+ .DayPickerKeyboardShortcuts_buttonReset {
166
+ background: 0 0;
167
+ border: 0;
168
+ border-radius: 0;
169
+ color: inherit;
170
+ font: inherit;
171
+ line-height: normal;
172
+ overflow: visible;
173
+ padding: 0;
174
+ cursor: pointer;
175
+ font-size: 14px;
176
+ }
177
+ .DayPickerKeyboardShortcuts_buttonReset:active {
178
+ outline: 0;
179
+ }
180
+ .DayPickerKeyboardShortcuts_show {
181
+ width: 33px;
182
+ height: 26px;
183
+ position: absolute;
184
+ z-index: 2;
185
+ }
186
+ .DayPickerKeyboardShortcuts_show::before {
187
+ content: '';
188
+ display: block;
189
+ position: absolute;
190
+ }
191
+ .DayPickerKeyboardShortcuts_show__bottomRight {
192
+ bottom: 0;
193
+ right: 0;
194
+ }
195
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
196
+ border-top: 26px solid transparent;
197
+ border-right: 33px solid #00a699;
198
+ bottom: 0;
199
+ right: 0;
200
+ }
201
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
202
+ border-right: 33px solid #008489;
203
+ }
204
+ .DayPickerKeyboardShortcuts_show__topRight {
205
+ top: 0;
206
+ right: 0;
207
+ }
208
+ .DayPickerKeyboardShortcuts_show__topRight::before {
209
+ border-bottom: 26px solid transparent;
210
+ border-right: 33px solid #00a699;
211
+ top: 0;
212
+ right: 0;
213
+ }
214
+ .DayPickerKeyboardShortcuts_show__topRight:hover::before {
215
+ border-right: 33px solid #008489;
216
+ }
217
+ .DayPickerKeyboardShortcuts_show__topLeft {
218
+ top: 0;
219
+ left: 0;
220
+ }
221
+ .DayPickerKeyboardShortcuts_show__topLeft::before {
222
+ border-bottom: 26px solid transparent;
223
+ border-left: 33px solid #00a699;
224
+ top: 0;
225
+ left: 0;
226
+ }
227
+ .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
228
+ border-left: 33px solid #008489;
229
+ }
230
+ .DayPickerKeyboardShortcuts_showSpan {
231
+ color: #fff;
232
+ position: absolute;
233
+ }
234
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight {
235
+ bottom: 0;
236
+ right: 5px;
237
+ }
238
+ .DayPickerKeyboardShortcuts_showSpan__topRight {
239
+ top: 1px;
240
+ right: 5px;
241
+ }
242
+ .DayPickerKeyboardShortcuts_showSpan__topLeft {
243
+ top: 1px;
244
+ left: 5px;
245
+ }
246
+ .DayPickerKeyboardShortcuts_panel {
247
+ overflow: auto;
248
+ background: #fff;
249
+ border: 1px solid #dbdbdb;
250
+ border-radius: 2px;
251
+ position: absolute;
252
+ top: 0;
253
+ bottom: 0;
254
+ right: 0;
255
+ left: 0;
256
+ z-index: 2;
257
+ padding: 22px;
258
+ margin: 33px;
259
+ text-align: left;
260
+ }
261
+ .DayPickerKeyboardShortcuts_title {
262
+ font-size: 16px;
263
+ font-weight: 700;
264
+ margin: 0;
265
+ }
266
+ .DayPickerKeyboardShortcuts_list {
267
+ list-style: none;
268
+ padding: 0;
269
+ font-size: 14px;
270
+ }
271
+ .DayPickerKeyboardShortcuts_close {
272
+ position: absolute;
273
+ right: 22px;
274
+ top: 22px;
275
+ z-index: 2;
276
+ }
277
+ .DayPickerKeyboardShortcuts_close:active {
278
+ outline: 0;
279
+ }
280
+ .DayPickerKeyboardShortcuts_closeSvg {
281
+ height: 15px;
282
+ width: 15px;
283
+ fill: #cacccd;
284
+ }
285
+ .DayPickerKeyboardShortcuts_closeSvg:focus,
286
+ .DayPickerKeyboardShortcuts_closeSvg:hover {
287
+ fill: #82888a;
288
+ }
289
+ .CalendarDay {
290
+ -moz-box-sizing: border-box;
291
+ box-sizing: border-box;
292
+ cursor: pointer;
293
+ font-size: 14px;
294
+ text-align: center;
295
+ }
296
+ .CalendarDay:active {
297
+ outline: 0;
298
+ }
299
+ .CalendarDay__defaultCursor {
300
+ cursor: default;
301
+ }
302
+ .CalendarDay__default {
303
+ border: 1px solid #e4e7e7;
304
+ color: #484848;
305
+ background: #fff;
306
+ }
307
+ .CalendarDay__default:hover {
308
+ background: #e4e7e7;
309
+ border: 1px solid #e4e7e7;
310
+ color: inherit;
311
+ }
312
+ .CalendarDay__hovered_offset {
313
+ background: #f4f5f5;
314
+ border: 1px double #e4e7e7;
315
+ color: inherit;
316
+ }
317
+ .CalendarDay__outside {
318
+ border: 0;
319
+ background: #fff;
320
+ color: #484848;
321
+ }
322
+ .CalendarDay__outside:hover {
323
+ border: 0;
324
+ }
325
+ .CalendarDay__blocked_minimum_nights {
326
+ background: #fff;
327
+ border: 1px solid #eceeee;
328
+ color: #cacccd;
329
+ }
330
+ .CalendarDay__blocked_minimum_nights:active,
331
+ .CalendarDay__blocked_minimum_nights:hover {
332
+ background: #fff;
333
+ color: #cacccd;
334
+ }
335
+ .CalendarDay__highlighted_calendar {
336
+ background: #ffe8bc;
337
+ color: #484848;
338
+ }
339
+ .CalendarDay__highlighted_calendar:active,
340
+ .CalendarDay__highlighted_calendar:hover {
341
+ background: #ffce71;
342
+ color: #484848;
343
+ }
344
+ .CalendarDay__selected_span {
345
+ background: #66e2da;
346
+ border: 1px double #33dacd;
347
+ color: #fff;
348
+ }
349
+ .CalendarDay__selected_span:active,
350
+ .CalendarDay__selected_span:hover {
351
+ background: #33dacd;
352
+ border: 1px double #33dacd;
353
+ color: #fff;
354
+ }
355
+ .CalendarDay__selected,
356
+ .CalendarDay__selected:active,
357
+ .CalendarDay__selected:hover {
358
+ background: #00a699;
359
+ border: 1px double #00a699;
360
+ color: #fff;
361
+ }
362
+ .CalendarDay__hovered_span,
363
+ .CalendarDay__hovered_span:hover {
364
+ background: #b2f1ec;
365
+ border: 1px double #80e8e0;
366
+ color: #007a87;
367
+ }
368
+ .CalendarDay__hovered_span:active {
369
+ background: #80e8e0;
370
+ border: 1px double #80e8e0;
371
+ color: #007a87;
372
+ }
373
+ .CalendarDay__blocked_calendar,
374
+ .CalendarDay__blocked_calendar:active,
375
+ .CalendarDay__blocked_calendar:hover {
376
+ background: #cacccd;
377
+ border: 1px solid #cacccd;
378
+ color: #82888a;
379
+ }
380
+ .CalendarDay__blocked_out_of_range,
381
+ .CalendarDay__blocked_out_of_range:active,
382
+ .CalendarDay__blocked_out_of_range:hover {
383
+ background: #fff;
384
+ border: 1px solid #e4e7e7;
385
+ color: #cacccd;
386
+ }
387
+ .CalendarDay__hovered_start_first_possible_end {
388
+ background: #eceeee;
389
+ border: 1px double #eceeee;
390
+ }
391
+ .CalendarDay__hovered_start_blocked_min_nights {
392
+ background: #eceeee;
393
+ border: 1px double #e4e7e7;
394
+ }
395
+ .CalendarMonth {
396
+ background: #fff;
397
+ text-align: center;
398
+ vertical-align: top;
399
+ -webkit-user-select: none;
400
+ -moz-user-select: none;
401
+ -ms-user-select: none;
402
+ user-select: none;
403
+ }
404
+ .CalendarMonth_table {
405
+ border-collapse: collapse;
406
+ border-spacing: 0;
407
+ }
408
+ .CalendarMonth_verticalSpacing {
409
+ border-collapse: separate;
410
+ }
411
+ .CalendarMonth_caption {
412
+ color: #484848;
413
+ font-size: 18px;
414
+ text-align: center;
415
+ padding-top: 22px;
416
+ padding-bottom: 37px;
417
+ caption-side: initial;
418
+ }
419
+ .CalendarMonth_caption__verticalScrollable {
420
+ padding-top: 12px;
421
+ padding-bottom: 7px;
422
+ }
423
+ .CalendarMonthGrid {
424
+ background: #fff;
425
+ text-align: left;
426
+ z-index: 0;
427
+ }
428
+ .CalendarMonthGrid__animating {
429
+ z-index: 1;
430
+ }
431
+ .CalendarMonthGrid__horizontal {
432
+ position: absolute;
433
+ left: 9px;
434
+ }
435
+ .CalendarMonthGrid__vertical,
436
+ .CalendarMonthGrid__vertical_scrollable {
437
+ margin: 0 auto;
438
+ }
439
+ .CalendarMonthGrid_month__horizontal {
440
+ display: inline-block;
441
+ vertical-align: top;
442
+ min-height: 100%;
443
+ }
444
+ .CalendarMonthGrid_month__hideForAnimation {
445
+ position: absolute;
446
+ z-index: -1;
447
+ opacity: 0;
448
+ pointer-events: none;
449
+ }
450
+ .CalendarMonthGrid_month__hidden {
451
+ visibility: hidden;
452
+ }
453
+ .DayPickerNavigation {
454
+ position: relative;
455
+ z-index: 2;
456
+ }
457
+ .DayPickerNavigation__horizontal {
458
+ height: 0;
459
+ }
460
+ .DayPickerNavigation__verticalScrollable_prevNav {
461
+ z-index: 1;
462
+ }
463
+ .DayPickerNavigation__verticalDefault {
464
+ position: absolute;
465
+ width: 100%;
466
+ height: 52px;
467
+ bottom: 0;
468
+ left: 0;
469
+ }
470
+ .DayPickerNavigation__verticalScrollableDefault {
471
+ position: relative;
472
+ }
473
+ .DayPickerNavigation__bottom {
474
+ height: auto;
475
+ }
476
+ .DayPickerNavigation__bottomDefault {
477
+ -webkit-box-pack: justify;
478
+ -ms-flex-pack: justify;
479
+ display: -webkit-box;
480
+ display: -moz-box;
481
+ display: -ms-flexbox;
482
+ display: -webkit-flex;
483
+ display: flex;
484
+ -webkit-justify-content: space-between;
485
+ justify-content: space-between;
486
+ }
487
+ .DayPickerNavigation_button {
488
+ cursor: pointer;
489
+ -webkit-user-select: none;
490
+ -moz-user-select: none;
491
+ -ms-user-select: none;
492
+ user-select: none;
493
+ border: 0;
494
+ padding: 0;
495
+ margin: 0;
496
+ }
497
+ .DayPickerNavigation_button__default {
498
+ border: 1px solid #e4e7e7;
499
+ background-color: #fff;
500
+ color: #757575;
501
+ }
502
+ .DayPickerNavigation_button__default:focus,
503
+ .DayPickerNavigation_button__default:hover {
504
+ border: 1px solid #c4c4c4;
505
+ }
506
+ .DayPickerNavigation_button__default:active {
507
+ background: #f2f2f2;
508
+ }
509
+ .DayPickerNavigation_button__disabled {
510
+ cursor: default;
511
+ border: 1px solid #f2f2f2;
512
+ }
513
+ .DayPickerNavigation_button__disabled:focus,
514
+ .DayPickerNavigation_button__disabled:hover {
515
+ border: 1px solid #f2f2f2;
516
+ }
517
+ .DayPickerNavigation_button__disabled:active {
518
+ background: 0 0;
519
+ }
520
+ .DayPickerNavigation_button__horizontalDefault {
521
+ position: absolute;
522
+ top: 18px;
523
+ line-height: 0.78;
524
+ border-radius: 3px;
525
+ padding: 6px 9px;
526
+ }
527
+ .DayPickerNavigation_bottomButton__horizontalDefault {
528
+ position: static;
529
+ margin: -10px 22px 30px;
530
+ }
531
+ .DayPickerNavigation_leftButton__horizontalDefault {
532
+ left: 22px;
533
+ }
534
+ .DayPickerNavigation_rightButton__horizontalDefault {
535
+ right: 22px;
536
+ }
537
+ .DayPickerNavigation_button__verticalDefault {
538
+ padding: 5px;
539
+ background: #fff;
540
+ box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
541
+ position: relative;
542
+ display: inline-block;
543
+ text-align: center;
544
+ height: 100%;
545
+ width: 50%;
546
+ }
547
+ .DayPickerNavigation_nextButton__verticalDefault {
548
+ border-left: 0;
549
+ }
550
+ .DayPickerNavigation_nextButton__verticalScrollableDefault,
551
+ .DayPickerNavigation_prevButton__verticalScrollableDefault {
552
+ width: 100%;
553
+ }
554
+ .DayPickerNavigation_svg__horizontal {
555
+ height: 19px;
556
+ width: 19px;
557
+ fill: #82888a;
558
+ display: block;
559
+ }
560
+ .DayPickerNavigation_svg__vertical {
561
+ height: 42px;
562
+ width: 42px;
563
+ fill: #484848;
564
+ }
565
+ .DayPickerNavigation_svg__disabled {
566
+ fill: #f2f2f2;
567
+ }
568
+ .DayPicker {
569
+ background: #fff;
570
+ position: relative;
571
+ text-align: left;
572
+ }
573
+ .DayPicker__horizontal {
574
+ background: #fff;
575
+ }
576
+ .DayPicker__verticalScrollable {
577
+ height: 100%;
578
+ }
579
+ .DayPicker__hidden {
580
+ visibility: hidden;
581
+ }
582
+ .DayPicker__withBorder {
583
+ box-shadow:
584
+ 0 2px 6px rgba(0, 0, 0, 0.05),
585
+ 0 0 0 1px rgba(0, 0, 0, 0.07);
586
+ border-radius: 3px;
587
+ }
588
+ .DayPicker_portal__horizontal {
589
+ box-shadow: none;
590
+ position: absolute;
591
+ left: 50%;
592
+ top: 50%;
593
+ }
594
+ .DayPicker_portal__vertical {
595
+ position: initial;
596
+ }
597
+ .DayPicker_focusRegion {
598
+ outline: 0;
599
+ }
600
+ .DayPicker_calendarInfo__horizontal,
601
+ .DayPicker_wrapper__horizontal {
602
+ display: inline-block;
603
+ vertical-align: top;
604
+ }
605
+ .DayPicker_weekHeaders {
606
+ position: relative;
607
+ }
608
+ .DayPicker_weekHeaders__horizontal {
609
+ margin-left: 9px;
610
+ }
611
+ .DayPicker_weekHeader {
612
+ color: #757575;
613
+ position: absolute;
614
+ top: 62px;
615
+ z-index: 2;
616
+ text-align: left;
617
+ }
618
+ .DayPicker_weekHeader__vertical {
619
+ left: 50%;
620
+ }
621
+ .DayPicker_weekHeader__verticalScrollable {
622
+ top: 0;
623
+ display: table-row;
624
+ border-bottom: 1px solid #dbdbdb;
625
+ background: #fff;
626
+ margin-left: 0;
627
+ left: 0;
628
+ width: 100%;
629
+ text-align: center;
630
+ }
631
+ .DayPicker_weekHeader_ul {
632
+ list-style: none;
633
+ margin: 1px 0;
634
+ padding-left: 0;
635
+ padding-right: 0;
636
+ font-size: 14px;
637
+ }
638
+ .DayPicker_weekHeader_li {
639
+ display: inline-block;
640
+ text-align: center;
641
+ }
642
+ .DayPicker_transitionContainer {
643
+ position: relative;
644
+ overflow: hidden;
645
+ border-radius: 3px;
646
+ }
647
+ .DayPicker_transitionContainer__horizontal {
648
+ -webkit-transition: height 0.2s ease-in-out;
649
+ -moz-transition: height 0.2s ease-in-out;
650
+ transition: height 0.2s ease-in-out;
651
+ }
652
+ .DayPicker_transitionContainer__vertical {
653
+ width: 100%;
654
+ }
655
+ .DayPicker_transitionContainer__verticalScrollable {
656
+ padding-top: 20px;
657
+ height: 100%;
658
+ position: absolute;
659
+ top: 0;
660
+ bottom: 0;
661
+ right: 0;
662
+ left: 0;
663
+ overflow-y: scroll;
664
+ }
665
+ .DateInput {
666
+ margin: 0;
667
+ padding: 0;
668
+ background: #fff;
669
+ position: relative;
670
+ display: inline-block;
671
+ width: 130px;
672
+ vertical-align: middle;
673
+ }
674
+ .DateInput__small {
675
+ width: 97px;
676
+ }
677
+ .DateInput__block {
678
+ width: 100%;
679
+ }
680
+ .DateInput__disabled {
681
+ background: #f2f2f2;
682
+ color: #dbdbdb;
683
+ }
684
+ .DateInput_input {
685
+ font-weight: 200;
686
+ font-size: 19px;
687
+ line-height: 24px;
688
+ color: #484848;
689
+ background-color: #fff;
690
+ width: 100%;
691
+ padding: 11px 11px 9px;
692
+ border: 0;
693
+ border-top: 0;
694
+ border-right: 0;
695
+ border-bottom: 2px solid transparent;
696
+ border-left: 0;
697
+ border-radius: 0;
698
+ }
699
+ .DateInput_input__small {
700
+ font-size: 15px;
701
+ line-height: 18px;
702
+ letter-spacing: 0.2px;
703
+ padding: 7px 7px 5px;
704
+ }
705
+ .DateInput_input__regular {
706
+ font-weight: auto;
707
+ }
708
+ .DateInput_input__readOnly {
709
+ -webkit-user-select: none;
710
+ -moz-user-select: none;
711
+ -ms-user-select: none;
712
+ user-select: none;
713
+ }
714
+ .DateInput_input__focused {
715
+ outline: 0;
716
+ background: #fff;
717
+ border: 0;
718
+ border-top: 0;
719
+ border-right: 0;
720
+ border-bottom: 2px solid #008489;
721
+ border-left: 0;
722
+ }
723
+ .DateInput_input__disabled {
724
+ background: #f2f2f2;
725
+ font-style: italic;
726
+ }
727
+ .DateInput_screenReaderMessage {
728
+ border: 0;
729
+ clip: rect(0, 0, 0, 0);
730
+ height: 1px;
731
+ margin: -1px;
732
+ overflow: hidden;
733
+ padding: 0;
734
+ position: absolute;
735
+ width: 1px;
736
+ }
737
+ .DateInput_fang {
738
+ position: absolute;
739
+ width: 20px;
740
+ height: 10px;
741
+ left: 22px;
742
+ z-index: 2;
743
+ }
744
+ .DateInput_fangShape {
745
+ fill: #fff;
746
+ }
747
+ .DateInput_fangStroke {
748
+ stroke: #dbdbdb;
749
+ fill: transparent;
750
+ }
751
+ .DateRangePickerInput {
752
+ background-color: #fff;
753
+ display: inline-block;
754
+ }
755
+ .DateRangePickerInput__disabled {
756
+ background: #f2f2f2;
757
+ }
758
+ .DateRangePickerInput__withBorder {
759
+ border-radius: 2px;
760
+ border: 1px solid #dbdbdb;
761
+ }
762
+ .DateRangePickerInput__rtl {
763
+ direction: rtl;
764
+ }
765
+ .DateRangePickerInput__block {
766
+ display: block;
767
+ }
768
+ .DateRangePickerInput__showClearDates {
769
+ padding-right: 30px;
770
+ }
771
+ .DateRangePickerInput_arrow {
772
+ display: inline-block;
773
+ vertical-align: middle;
774
+ color: #484848;
775
+ }
776
+ .DateRangePickerInput_arrow_svg {
777
+ vertical-align: middle;
778
+ fill: #484848;
779
+ height: 24px;
780
+ width: 24px;
781
+ }
782
+ .DateRangePickerInput_clearDates {
783
+ background: 0 0;
784
+ border: 0;
785
+ color: inherit;
786
+ font: inherit;
787
+ line-height: normal;
788
+ overflow: visible;
789
+ cursor: pointer;
790
+ padding: 10px;
791
+ margin: 0 10px 0 5px;
792
+ position: absolute;
793
+ right: 0;
794
+ top: 50%;
795
+ -webkit-transform: translateY(-50%);
796
+ -ms-transform: translateY(-50%);
797
+ transform: translateY(-50%);
798
+ }
799
+ .DateRangePickerInput_clearDates__small {
800
+ padding: 6px;
801
+ }
802
+ .DateRangePickerInput_clearDates_default:focus,
803
+ .DateRangePickerInput_clearDates_default:hover {
804
+ background: #dbdbdb;
805
+ border-radius: 50%;
806
+ }
807
+ .DateRangePickerInput_clearDates__hide {
808
+ visibility: hidden;
809
+ }
810
+ .DateRangePickerInput_clearDates_svg {
811
+ fill: #82888a;
812
+ height: 12px;
813
+ width: 15px;
814
+ vertical-align: middle;
815
+ }
816
+ .DateRangePickerInput_clearDates_svg__small {
817
+ height: 9px;
818
+ }
819
+ .DateRangePickerInput_calendarIcon {
820
+ background: 0 0;
821
+ border: 0;
822
+ color: inherit;
823
+ font: inherit;
824
+ line-height: normal;
825
+ overflow: visible;
826
+ cursor: pointer;
827
+ display: inline-block;
828
+ vertical-align: middle;
829
+ padding: 10px;
830
+ margin: 0 5px 0 10px;
831
+ }
832
+ .DateRangePickerInput_calendarIcon_svg {
833
+ fill: #82888a;
834
+ height: 15px;
835
+ width: 14px;
836
+ vertical-align: middle;
837
+ }
838
+ .DateRangePicker {
839
+ position: relative;
840
+ display: inline-block;
841
+ }
842
+ .DateRangePicker__block {
843
+ display: block;
844
+ }
845
+ .DateRangePicker_picker {
846
+ z-index: 1;
847
+ background-color: #fff;
848
+ position: absolute;
849
+ }
850
+ .DateRangePicker_picker__rtl {
851
+ direction: rtl;
852
+ }
853
+ .DateRangePicker_picker__directionLeft {
854
+ left: 0;
855
+ }
856
+ .DateRangePicker_picker__directionRight {
857
+ right: 0;
858
+ }
859
+ .DateRangePicker_picker__portal {
860
+ background-color: rgba(0, 0, 0, 0.3);
861
+ position: fixed;
862
+ top: 0;
863
+ left: 0;
864
+ height: 100%;
865
+ width: 100%;
866
+ }
867
+ .DateRangePicker_picker__fullScreenPortal {
868
+ background-color: #fff;
869
+ }
870
+ .DateRangePicker_closeButton {
871
+ background: 0 0;
872
+ border: 0;
873
+ color: inherit;
874
+ font: inherit;
875
+ line-height: normal;
876
+ overflow: visible;
877
+ cursor: pointer;
878
+ position: absolute;
879
+ top: 0;
880
+ right: 0;
881
+ padding: 15px;
882
+ z-index: 2;
883
+ }
884
+ .DateRangePicker_closeButton:focus,
885
+ .DateRangePicker_closeButton:hover {
886
+ color: darken(#cacccd, 10%);
887
+ text-decoration: none;
888
+ }
889
+ .DateRangePicker_closeButton_svg {
890
+ height: 15px;
891
+ width: 15px;
892
+ fill: #cacccd;
893
+ }
894
+ /* ********************************************************************
895
+ * react-dates end *
896
+ ********************************************************************* */
2
897
  @font-face {
3
898
  font-family: 'proxima-nova';
4
899
  src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff") format("woff");