@elliemae/ds-basic 3.36.0-rc.0 → 3.37.0-next.0

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,3 @@
1
- @import url(~react-dates/lib/css/_datepicker.css);
2
1
  @font-face {
3
2
  font-family: 'proxima-nova';
4
3
  src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff") format("woff");
@@ -6645,6 +6644,881 @@ div.em-ds-button {
6645
6644
  100% {
6646
6645
  transform: rotate(0deg); } }
6647
6646
 
6647
+ /* ********************************************************************
6648
+ * HARDCODED IMPORT FROM THIRD PARTY LIBRARY *
6649
+ ***********************************************************************
6650
+ * react-dates start *
6651
+ ********************************************************************* */
6652
+ .PresetDateRangePicker_panel {
6653
+ padding: 0 22px 11px; }
6654
+
6655
+ .PresetDateRangePicker_button {
6656
+ position: relative;
6657
+ height: 100%;
6658
+ text-align: center;
6659
+ background: 0 0;
6660
+ border: 2px solid #00a699;
6661
+ color: #00a699;
6662
+ padding: 4px 12px;
6663
+ margin-right: 8px;
6664
+ font: inherit;
6665
+ font-weight: 700;
6666
+ line-height: normal;
6667
+ overflow: visible;
6668
+ box-sizing: border-box;
6669
+ cursor: pointer; }
6670
+
6671
+ .PresetDateRangePicker_button:active {
6672
+ outline: 0; }
6673
+
6674
+ .PresetDateRangePicker_button__selected {
6675
+ color: #fff;
6676
+ background: #00a699; }
6677
+
6678
+ .SingleDatePickerInput {
6679
+ display: inline-block;
6680
+ background-color: #fff; }
6681
+
6682
+ .SingleDatePickerInput__withBorder {
6683
+ border-radius: 2px;
6684
+ border: 1px solid #dbdbdb; }
6685
+
6686
+ .SingleDatePickerInput__rtl {
6687
+ direction: rtl; }
6688
+
6689
+ .SingleDatePickerInput__disabled {
6690
+ background-color: #f2f2f2; }
6691
+
6692
+ .SingleDatePickerInput__block {
6693
+ display: block; }
6694
+
6695
+ .SingleDatePickerInput__showClearDate {
6696
+ padding-right: 30px; }
6697
+
6698
+ .SingleDatePickerInput_clearDate {
6699
+ background: 0 0;
6700
+ border: 0;
6701
+ color: inherit;
6702
+ font: inherit;
6703
+ line-height: normal;
6704
+ overflow: visible;
6705
+ cursor: pointer;
6706
+ padding: 10px;
6707
+ margin: 0 10px 0 5px;
6708
+ position: absolute;
6709
+ right: 0;
6710
+ top: 50%;
6711
+ transform: translateY(-50%); }
6712
+
6713
+ .SingleDatePickerInput_clearDate__default:focus,
6714
+ .SingleDatePickerInput_clearDate__default:hover {
6715
+ background: #dbdbdb;
6716
+ border-radius: 50%; }
6717
+
6718
+ .SingleDatePickerInput_clearDate__small {
6719
+ padding: 6px; }
6720
+
6721
+ .SingleDatePickerInput_clearDate__hide {
6722
+ visibility: hidden; }
6723
+
6724
+ .SingleDatePickerInput_clearDate_svg {
6725
+ fill: #82888a;
6726
+ height: 12px;
6727
+ width: 15px;
6728
+ vertical-align: middle; }
6729
+
6730
+ .SingleDatePickerInput_clearDate_svg__small {
6731
+ height: 9px; }
6732
+
6733
+ .SingleDatePickerInput_calendarIcon {
6734
+ background: 0 0;
6735
+ border: 0;
6736
+ color: inherit;
6737
+ font: inherit;
6738
+ line-height: normal;
6739
+ overflow: visible;
6740
+ cursor: pointer;
6741
+ display: inline-block;
6742
+ vertical-align: middle;
6743
+ padding: 10px;
6744
+ margin: 0 5px 0 10px; }
6745
+
6746
+ .SingleDatePickerInput_calendarIcon_svg {
6747
+ fill: #82888a;
6748
+ height: 15px;
6749
+ width: 14px;
6750
+ vertical-align: middle; }
6751
+
6752
+ .SingleDatePicker {
6753
+ position: relative;
6754
+ display: inline-block; }
6755
+
6756
+ .SingleDatePicker__block {
6757
+ display: block; }
6758
+
6759
+ .SingleDatePicker_picker {
6760
+ z-index: 1;
6761
+ background-color: #fff;
6762
+ position: absolute; }
6763
+
6764
+ .SingleDatePicker_picker__rtl {
6765
+ direction: rtl; }
6766
+
6767
+ .SingleDatePicker_picker__directionLeft {
6768
+ left: 0; }
6769
+
6770
+ .SingleDatePicker_picker__directionRight {
6771
+ right: 0; }
6772
+
6773
+ .SingleDatePicker_picker__portal {
6774
+ background-color: rgba(0, 0, 0, 0.3);
6775
+ position: fixed;
6776
+ top: 0;
6777
+ left: 0;
6778
+ height: 100%;
6779
+ width: 100%; }
6780
+
6781
+ .SingleDatePicker_picker__fullScreenPortal {
6782
+ background-color: #fff; }
6783
+
6784
+ .SingleDatePicker_closeButton {
6785
+ background: 0 0;
6786
+ border: 0;
6787
+ color: inherit;
6788
+ font: inherit;
6789
+ line-height: normal;
6790
+ overflow: visible;
6791
+ cursor: pointer;
6792
+ position: absolute;
6793
+ top: 0;
6794
+ right: 0;
6795
+ padding: 15px;
6796
+ z-index: 2; }
6797
+
6798
+ .SingleDatePicker_closeButton:focus,
6799
+ .SingleDatePicker_closeButton:hover {
6800
+ color: #b0b3b4;
6801
+ text-decoration: none; }
6802
+
6803
+ .SingleDatePicker_closeButton_svg {
6804
+ height: 15px;
6805
+ width: 15px;
6806
+ fill: #cacccd; }
6807
+
6808
+ .DayPickerKeyboardShortcuts_buttonReset {
6809
+ background: 0 0;
6810
+ border: 0;
6811
+ border-radius: 0;
6812
+ color: inherit;
6813
+ font: inherit;
6814
+ line-height: normal;
6815
+ overflow: visible;
6816
+ padding: 0;
6817
+ cursor: pointer;
6818
+ font-size: 14px; }
6819
+
6820
+ .DayPickerKeyboardShortcuts_buttonReset:active {
6821
+ outline: 0; }
6822
+
6823
+ .DayPickerKeyboardShortcuts_show {
6824
+ width: 33px;
6825
+ height: 26px;
6826
+ position: absolute;
6827
+ z-index: 2; }
6828
+
6829
+ .DayPickerKeyboardShortcuts_show::before {
6830
+ content: "";
6831
+ display: block;
6832
+ position: absolute; }
6833
+
6834
+ .DayPickerKeyboardShortcuts_show__bottomRight {
6835
+ bottom: 0;
6836
+ right: 0; }
6837
+
6838
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
6839
+ border-top: 26px solid transparent;
6840
+ border-right: 33px solid #00a699;
6841
+ bottom: 0;
6842
+ right: 0; }
6843
+
6844
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
6845
+ border-right: 33px solid #008489; }
6846
+
6847
+ .DayPickerKeyboardShortcuts_show__topRight {
6848
+ top: 0;
6849
+ right: 0; }
6850
+
6851
+ .DayPickerKeyboardShortcuts_show__topRight::before {
6852
+ border-bottom: 26px solid transparent;
6853
+ border-right: 33px solid #00a699;
6854
+ top: 0;
6855
+ right: 0; }
6856
+
6857
+ .DayPickerKeyboardShortcuts_show__topRight:hover::before {
6858
+ border-right: 33px solid #008489; }
6859
+
6860
+ .DayPickerKeyboardShortcuts_show__topLeft {
6861
+ top: 0;
6862
+ left: 0; }
6863
+
6864
+ .DayPickerKeyboardShortcuts_show__topLeft::before {
6865
+ border-bottom: 26px solid transparent;
6866
+ border-left: 33px solid #00a699;
6867
+ top: 0;
6868
+ left: 0; }
6869
+
6870
+ .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
6871
+ border-left: 33px solid #008489; }
6872
+
6873
+ .DayPickerKeyboardShortcuts_showSpan {
6874
+ color: #fff;
6875
+ position: absolute; }
6876
+
6877
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight {
6878
+ bottom: 0;
6879
+ right: 5px; }
6880
+
6881
+ .DayPickerKeyboardShortcuts_showSpan__topRight {
6882
+ top: 1px;
6883
+ right: 5px; }
6884
+
6885
+ .DayPickerKeyboardShortcuts_showSpan__topLeft {
6886
+ top: 1px;
6887
+ left: 5px; }
6888
+
6889
+ .DayPickerKeyboardShortcuts_panel {
6890
+ overflow: auto;
6891
+ background: #fff;
6892
+ border: 1px solid #dbdbdb;
6893
+ border-radius: 2px;
6894
+ position: absolute;
6895
+ top: 0;
6896
+ bottom: 0;
6897
+ right: 0;
6898
+ left: 0;
6899
+ z-index: 2;
6900
+ padding: 22px;
6901
+ margin: 33px;
6902
+ text-align: left; }
6903
+
6904
+ .DayPickerKeyboardShortcuts_title {
6905
+ font-size: 16px;
6906
+ font-weight: 700;
6907
+ margin: 0; }
6908
+
6909
+ .DayPickerKeyboardShortcuts_list {
6910
+ list-style: none;
6911
+ padding: 0;
6912
+ font-size: 14px; }
6913
+
6914
+ .DayPickerKeyboardShortcuts_close {
6915
+ position: absolute;
6916
+ right: 22px;
6917
+ top: 22px;
6918
+ z-index: 2; }
6919
+
6920
+ .DayPickerKeyboardShortcuts_close:active {
6921
+ outline: 0; }
6922
+
6923
+ .DayPickerKeyboardShortcuts_closeSvg {
6924
+ height: 15px;
6925
+ width: 15px;
6926
+ fill: #cacccd; }
6927
+
6928
+ .DayPickerKeyboardShortcuts_closeSvg:focus,
6929
+ .DayPickerKeyboardShortcuts_closeSvg:hover {
6930
+ fill: #82888a; }
6931
+
6932
+ .CalendarDay {
6933
+ box-sizing: border-box;
6934
+ cursor: pointer;
6935
+ font-size: 14px;
6936
+ text-align: center; }
6937
+
6938
+ .CalendarDay:active {
6939
+ outline: 0; }
6940
+
6941
+ .CalendarDay__defaultCursor {
6942
+ cursor: default; }
6943
+
6944
+ .CalendarDay__default {
6945
+ border: 1px solid #e4e7e7;
6946
+ color: #484848;
6947
+ background: #fff; }
6948
+
6949
+ .CalendarDay__default:hover {
6950
+ background: #e4e7e7;
6951
+ border: 1px solid #e4e7e7;
6952
+ color: inherit; }
6953
+
6954
+ .CalendarDay__hovered_offset {
6955
+ background: #f4f5f5;
6956
+ border: 1px double #e4e7e7;
6957
+ color: inherit; }
6958
+
6959
+ .CalendarDay__outside {
6960
+ border: 0;
6961
+ background: #fff;
6962
+ color: #484848; }
6963
+
6964
+ .CalendarDay__outside:hover {
6965
+ border: 0; }
6966
+
6967
+ .CalendarDay__blocked_minimum_nights {
6968
+ background: #fff;
6969
+ border: 1px solid #eceeee;
6970
+ color: #cacccd; }
6971
+
6972
+ .CalendarDay__blocked_minimum_nights:active,
6973
+ .CalendarDay__blocked_minimum_nights:hover {
6974
+ background: #fff;
6975
+ color: #cacccd; }
6976
+
6977
+ .CalendarDay__highlighted_calendar {
6978
+ background: #ffe8bc;
6979
+ color: #484848; }
6980
+
6981
+ .CalendarDay__highlighted_calendar:active,
6982
+ .CalendarDay__highlighted_calendar:hover {
6983
+ background: #ffce71;
6984
+ color: #484848; }
6985
+
6986
+ .CalendarDay__selected_span {
6987
+ background: #66e2da;
6988
+ border: 1px double #33dacd;
6989
+ color: #fff; }
6990
+
6991
+ .CalendarDay__selected_span:active,
6992
+ .CalendarDay__selected_span:hover {
6993
+ background: #33dacd;
6994
+ border: 1px double #33dacd;
6995
+ color: #fff; }
6996
+
6997
+ .CalendarDay__selected,
6998
+ .CalendarDay__selected:active,
6999
+ .CalendarDay__selected:hover {
7000
+ background: #00a699;
7001
+ border: 1px double #00a699;
7002
+ color: #fff; }
7003
+
7004
+ .CalendarDay__hovered_span,
7005
+ .CalendarDay__hovered_span:hover {
7006
+ background: #b2f1ec;
7007
+ border: 1px double #80e8e0;
7008
+ color: #007a87; }
7009
+
7010
+ .CalendarDay__hovered_span:active {
7011
+ background: #80e8e0;
7012
+ border: 1px double #80e8e0;
7013
+ color: #007a87; }
7014
+
7015
+ .CalendarDay__blocked_calendar,
7016
+ .CalendarDay__blocked_calendar:active,
7017
+ .CalendarDay__blocked_calendar:hover {
7018
+ background: #cacccd;
7019
+ border: 1px solid #cacccd;
7020
+ color: #82888a; }
7021
+
7022
+ .CalendarDay__blocked_out_of_range,
7023
+ .CalendarDay__blocked_out_of_range:active,
7024
+ .CalendarDay__blocked_out_of_range:hover {
7025
+ background: #fff;
7026
+ border: 1px solid #e4e7e7;
7027
+ color: #cacccd; }
7028
+
7029
+ .CalendarDay__hovered_start_first_possible_end {
7030
+ background: #eceeee;
7031
+ border: 1px double #eceeee; }
7032
+
7033
+ .CalendarDay__hovered_start_blocked_min_nights {
7034
+ background: #eceeee;
7035
+ border: 1px double #e4e7e7; }
7036
+
7037
+ .CalendarMonth {
7038
+ background: #fff;
7039
+ text-align: center;
7040
+ vertical-align: top;
7041
+ -webkit-user-select: none;
7042
+ user-select: none; }
7043
+
7044
+ .CalendarMonth_table {
7045
+ border-collapse: collapse;
7046
+ border-spacing: 0; }
7047
+
7048
+ .CalendarMonth_verticalSpacing {
7049
+ border-collapse: separate; }
7050
+
7051
+ .CalendarMonth_caption {
7052
+ color: #484848;
7053
+ font-size: 18px;
7054
+ text-align: center;
7055
+ padding-top: 22px;
7056
+ padding-bottom: 37px;
7057
+ caption-side: initial; }
7058
+
7059
+ .CalendarMonth_caption__verticalScrollable {
7060
+ padding-top: 12px;
7061
+ padding-bottom: 7px; }
7062
+
7063
+ .CalendarMonthGrid {
7064
+ background: #fff;
7065
+ text-align: left;
7066
+ z-index: 0; }
7067
+
7068
+ .CalendarMonthGrid__animating {
7069
+ z-index: 1; }
7070
+
7071
+ .CalendarMonthGrid__horizontal {
7072
+ position: absolute;
7073
+ left: 9px; }
7074
+
7075
+ .CalendarMonthGrid__vertical,
7076
+ .CalendarMonthGrid__vertical_scrollable {
7077
+ margin: 0 auto; }
7078
+
7079
+ .CalendarMonthGrid_month__horizontal {
7080
+ display: inline-block;
7081
+ vertical-align: top;
7082
+ min-height: 100%; }
7083
+
7084
+ .CalendarMonthGrid_month__hideForAnimation {
7085
+ position: absolute;
7086
+ z-index: -1;
7087
+ opacity: 0;
7088
+ pointer-events: none; }
7089
+
7090
+ .CalendarMonthGrid_month__hidden {
7091
+ visibility: hidden; }
7092
+
7093
+ .DayPickerNavigation {
7094
+ position: relative;
7095
+ z-index: 2; }
7096
+
7097
+ .DayPickerNavigation__horizontal {
7098
+ height: 0; }
7099
+
7100
+ .DayPickerNavigation__verticalScrollable_prevNav {
7101
+ z-index: 1; }
7102
+
7103
+ .DayPickerNavigation__verticalDefault {
7104
+ position: absolute;
7105
+ width: 100%;
7106
+ height: 52px;
7107
+ bottom: 0;
7108
+ left: 0; }
7109
+
7110
+ .DayPickerNavigation__verticalScrollableDefault {
7111
+ position: relative; }
7112
+
7113
+ .DayPickerNavigation__bottom {
7114
+ height: auto; }
7115
+
7116
+ .DayPickerNavigation__bottomDefault {
7117
+ -webkit-box-pack: justify;
7118
+ -ms-flex-pack: justify;
7119
+ display: flex;
7120
+ justify-content: space-between; }
7121
+
7122
+ .DayPickerNavigation_button {
7123
+ cursor: pointer;
7124
+ -webkit-user-select: none;
7125
+ user-select: none;
7126
+ border: 0;
7127
+ padding: 0;
7128
+ margin: 0; }
7129
+
7130
+ .DayPickerNavigation_button__default {
7131
+ border: 1px solid #e4e7e7;
7132
+ background-color: #fff;
7133
+ color: #757575; }
7134
+
7135
+ .DayPickerNavigation_button__default:focus,
7136
+ .DayPickerNavigation_button__default:hover {
7137
+ border: 1px solid #c4c4c4; }
7138
+
7139
+ .DayPickerNavigation_button__default:active {
7140
+ background: #f2f2f2; }
7141
+
7142
+ .DayPickerNavigation_button__disabled {
7143
+ cursor: default;
7144
+ border: 1px solid #f2f2f2; }
7145
+
7146
+ .DayPickerNavigation_button__disabled:focus,
7147
+ .DayPickerNavigation_button__disabled:hover {
7148
+ border: 1px solid #f2f2f2; }
7149
+
7150
+ .DayPickerNavigation_button__disabled:active {
7151
+ background: 0 0; }
7152
+
7153
+ .DayPickerNavigation_button__horizontalDefault {
7154
+ position: absolute;
7155
+ top: 18px;
7156
+ line-height: .78;
7157
+ border-radius: 3px;
7158
+ padding: 6px 9px; }
7159
+
7160
+ .DayPickerNavigation_bottomButton__horizontalDefault {
7161
+ position: static;
7162
+ margin: -10px 22px 30px; }
7163
+
7164
+ .DayPickerNavigation_leftButton__horizontalDefault {
7165
+ left: 22px; }
7166
+
7167
+ .DayPickerNavigation_rightButton__horizontalDefault {
7168
+ right: 22px; }
7169
+
7170
+ .DayPickerNavigation_button__verticalDefault {
7171
+ padding: 5px;
7172
+ background: #fff;
7173
+ box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
7174
+ position: relative;
7175
+ display: inline-block;
7176
+ text-align: center;
7177
+ height: 100%;
7178
+ width: 50%; }
7179
+
7180
+ .DayPickerNavigation_nextButton__verticalDefault {
7181
+ border-left: 0; }
7182
+
7183
+ .DayPickerNavigation_nextButton__verticalScrollableDefault,
7184
+ .DayPickerNavigation_prevButton__verticalScrollableDefault {
7185
+ width: 100%; }
7186
+
7187
+ .DayPickerNavigation_svg__horizontal {
7188
+ height: 19px;
7189
+ width: 19px;
7190
+ fill: #82888a;
7191
+ display: block; }
7192
+
7193
+ .DayPickerNavigation_svg__vertical {
7194
+ height: 42px;
7195
+ width: 42px;
7196
+ fill: #484848; }
7197
+
7198
+ .DayPickerNavigation_svg__disabled {
7199
+ fill: #f2f2f2; }
7200
+
7201
+ .DayPicker {
7202
+ background: #fff;
7203
+ position: relative;
7204
+ text-align: left; }
7205
+
7206
+ .DayPicker__horizontal {
7207
+ background: #fff; }
7208
+
7209
+ .DayPicker__verticalScrollable {
7210
+ height: 100%; }
7211
+
7212
+ .DayPicker__hidden {
7213
+ visibility: hidden; }
7214
+
7215
+ .DayPicker__withBorder {
7216
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
7217
+ border-radius: 3px; }
7218
+
7219
+ .DayPicker_portal__horizontal {
7220
+ box-shadow: none;
7221
+ position: absolute;
7222
+ left: 50%;
7223
+ top: 50%; }
7224
+
7225
+ .DayPicker_portal__vertical {
7226
+ position: initial; }
7227
+
7228
+ .DayPicker_focusRegion {
7229
+ outline: 0; }
7230
+
7231
+ .DayPicker_calendarInfo__horizontal,
7232
+ .DayPicker_wrapper__horizontal {
7233
+ display: inline-block;
7234
+ vertical-align: top; }
7235
+
7236
+ .DayPicker_weekHeaders {
7237
+ position: relative; }
7238
+
7239
+ .DayPicker_weekHeaders__horizontal {
7240
+ margin-left: 9px; }
7241
+
7242
+ .DayPicker_weekHeader {
7243
+ color: #757575;
7244
+ position: absolute;
7245
+ top: 62px;
7246
+ z-index: 2;
7247
+ text-align: left; }
7248
+
7249
+ .DayPicker_weekHeader__vertical {
7250
+ left: 50%; }
7251
+
7252
+ .DayPicker_weekHeader__verticalScrollable {
7253
+ top: 0;
7254
+ display: table-row;
7255
+ border-bottom: 1px solid #dbdbdb;
7256
+ background: #fff;
7257
+ margin-left: 0;
7258
+ left: 0;
7259
+ width: 100%;
7260
+ text-align: center; }
7261
+
7262
+ .DayPicker_weekHeader_ul {
7263
+ list-style: none;
7264
+ margin: 1px 0;
7265
+ padding-left: 0;
7266
+ padding-right: 0;
7267
+ font-size: 14px; }
7268
+
7269
+ .DayPicker_weekHeader_li {
7270
+ display: inline-block;
7271
+ text-align: center; }
7272
+
7273
+ .DayPicker_transitionContainer {
7274
+ position: relative;
7275
+ overflow: hidden;
7276
+ border-radius: 3px; }
7277
+
7278
+ .DayPicker_transitionContainer__horizontal {
7279
+ transition: height .2s ease-in-out; }
7280
+
7281
+ .DayPicker_transitionContainer__vertical {
7282
+ width: 100%; }
7283
+
7284
+ .DayPicker_transitionContainer__verticalScrollable {
7285
+ padding-top: 20px;
7286
+ height: 100%;
7287
+ position: absolute;
7288
+ top: 0;
7289
+ bottom: 0;
7290
+ right: 0;
7291
+ left: 0;
7292
+ overflow-y: scroll; }
7293
+
7294
+ .DateInput {
7295
+ margin: 0;
7296
+ padding: 0;
7297
+ background: #fff;
7298
+ position: relative;
7299
+ display: inline-block;
7300
+ width: 130px;
7301
+ vertical-align: middle; }
7302
+
7303
+ .DateInput__small {
7304
+ width: 97px; }
7305
+
7306
+ .DateInput__block {
7307
+ width: 100%; }
7308
+
7309
+ .DateInput__disabled {
7310
+ background: #f2f2f2;
7311
+ color: #dbdbdb; }
7312
+
7313
+ .DateInput_input {
7314
+ font-weight: 200;
7315
+ font-size: 19px;
7316
+ line-height: 24px;
7317
+ color: #484848;
7318
+ background-color: #fff;
7319
+ width: 100%;
7320
+ padding: 11px 11px 9px;
7321
+ border: 0;
7322
+ border-top: 0;
7323
+ border-right: 0;
7324
+ border-bottom: 2px solid transparent;
7325
+ border-left: 0;
7326
+ border-radius: 0; }
7327
+
7328
+ .DateInput_input__small {
7329
+ font-size: 15px;
7330
+ line-height: 18px;
7331
+ letter-spacing: .2px;
7332
+ padding: 7px 7px 5px; }
7333
+
7334
+ .DateInput_input__regular {
7335
+ font-weight: auto; }
7336
+
7337
+ .DateInput_input__readOnly {
7338
+ -webkit-user-select: none;
7339
+ user-select: none; }
7340
+
7341
+ .DateInput_input__focused {
7342
+ outline: 0;
7343
+ background: #fff;
7344
+ border: 0;
7345
+ border-top: 0;
7346
+ border-right: 0;
7347
+ border-bottom: 2px solid #008489;
7348
+ border-left: 0; }
7349
+
7350
+ .DateInput_input__disabled {
7351
+ background: #f2f2f2;
7352
+ font-style: italic; }
7353
+
7354
+ .DateInput_screenReaderMessage {
7355
+ border: 0;
7356
+ clip: rect(0, 0, 0, 0);
7357
+ height: 1px;
7358
+ margin: -1px;
7359
+ overflow: hidden;
7360
+ padding: 0;
7361
+ position: absolute;
7362
+ width: 1px; }
7363
+
7364
+ .DateInput_fang {
7365
+ position: absolute;
7366
+ width: 20px;
7367
+ height: 10px;
7368
+ left: 22px;
7369
+ z-index: 2; }
7370
+
7371
+ .DateInput_fangShape {
7372
+ fill: #fff; }
7373
+
7374
+ .DateInput_fangStroke {
7375
+ stroke: #dbdbdb;
7376
+ fill: transparent; }
7377
+
7378
+ .DateRangePickerInput {
7379
+ background-color: #fff;
7380
+ display: inline-block; }
7381
+
7382
+ .DateRangePickerInput__disabled {
7383
+ background: #f2f2f2; }
7384
+
7385
+ .DateRangePickerInput__withBorder {
7386
+ border-radius: 2px;
7387
+ border: 1px solid #dbdbdb; }
7388
+
7389
+ .DateRangePickerInput__rtl {
7390
+ direction: rtl; }
7391
+
7392
+ .DateRangePickerInput__block {
7393
+ display: block; }
7394
+
7395
+ .DateRangePickerInput__showClearDates {
7396
+ padding-right: 30px; }
7397
+
7398
+ .DateRangePickerInput_arrow {
7399
+ display: inline-block;
7400
+ vertical-align: middle;
7401
+ color: #484848; }
7402
+
7403
+ .DateRangePickerInput_arrow_svg {
7404
+ vertical-align: middle;
7405
+ fill: #484848;
7406
+ height: 24px;
7407
+ width: 24px; }
7408
+
7409
+ .DateRangePickerInput_clearDates {
7410
+ background: 0 0;
7411
+ border: 0;
7412
+ color: inherit;
7413
+ font: inherit;
7414
+ line-height: normal;
7415
+ overflow: visible;
7416
+ cursor: pointer;
7417
+ padding: 10px;
7418
+ margin: 0 10px 0 5px;
7419
+ position: absolute;
7420
+ right: 0;
7421
+ top: 50%;
7422
+ transform: translateY(-50%); }
7423
+
7424
+ .DateRangePickerInput_clearDates__small {
7425
+ padding: 6px; }
7426
+
7427
+ .DateRangePickerInput_clearDates_default:focus,
7428
+ .DateRangePickerInput_clearDates_default:hover {
7429
+ background: #dbdbdb;
7430
+ border-radius: 50%; }
7431
+
7432
+ .DateRangePickerInput_clearDates__hide {
7433
+ visibility: hidden; }
7434
+
7435
+ .DateRangePickerInput_clearDates_svg {
7436
+ fill: #82888a;
7437
+ height: 12px;
7438
+ width: 15px;
7439
+ vertical-align: middle; }
7440
+
7441
+ .DateRangePickerInput_clearDates_svg__small {
7442
+ height: 9px; }
7443
+
7444
+ .DateRangePickerInput_calendarIcon {
7445
+ background: 0 0;
7446
+ border: 0;
7447
+ color: inherit;
7448
+ font: inherit;
7449
+ line-height: normal;
7450
+ overflow: visible;
7451
+ cursor: pointer;
7452
+ display: inline-block;
7453
+ vertical-align: middle;
7454
+ padding: 10px;
7455
+ margin: 0 5px 0 10px; }
7456
+
7457
+ .DateRangePickerInput_calendarIcon_svg {
7458
+ fill: #82888a;
7459
+ height: 15px;
7460
+ width: 14px;
7461
+ vertical-align: middle; }
7462
+
7463
+ .DateRangePicker {
7464
+ position: relative;
7465
+ display: inline-block; }
7466
+
7467
+ .DateRangePicker__block {
7468
+ display: block; }
7469
+
7470
+ .DateRangePicker_picker {
7471
+ z-index: 1;
7472
+ background-color: #fff;
7473
+ position: absolute; }
7474
+
7475
+ .DateRangePicker_picker__rtl {
7476
+ direction: rtl; }
7477
+
7478
+ .DateRangePicker_picker__directionLeft {
7479
+ left: 0; }
7480
+
7481
+ .DateRangePicker_picker__directionRight {
7482
+ right: 0; }
7483
+
7484
+ .DateRangePicker_picker__portal {
7485
+ background-color: rgba(0, 0, 0, 0.3);
7486
+ position: fixed;
7487
+ top: 0;
7488
+ left: 0;
7489
+ height: 100%;
7490
+ width: 100%; }
7491
+
7492
+ .DateRangePicker_picker__fullScreenPortal {
7493
+ background-color: #fff; }
7494
+
7495
+ .DateRangePicker_closeButton {
7496
+ background: 0 0;
7497
+ border: 0;
7498
+ color: inherit;
7499
+ font: inherit;
7500
+ line-height: normal;
7501
+ overflow: visible;
7502
+ cursor: pointer;
7503
+ position: absolute;
7504
+ top: 0;
7505
+ right: 0;
7506
+ padding: 15px;
7507
+ z-index: 2; }
7508
+
7509
+ .DateRangePicker_closeButton:focus,
7510
+ .DateRangePicker_closeButton:hover {
7511
+ color: #b0b3b4;
7512
+ text-decoration: none; }
7513
+
7514
+ .DateRangePicker_closeButton_svg {
7515
+ height: 15px;
7516
+ width: 15px;
7517
+ fill: #cacccd; }
7518
+
7519
+ /* ********************************************************************
7520
+ * react-dates end *
7521
+ ********************************************************************* */
6648
7522
  @keyframes pulse {
6649
7523
  0% {
6650
7524
  box-shadow: 0 0 0 0 #1e79c2; }