| @@ -1,507 +1,479 @@ | ||
| 1 | 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 | - background: #fff; | |
| 22 | - -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); | |
| 23 | - 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); | |
| 2 | + background: transparent; | |
| 3 | + overflow: hidden; | |
| 4 | + max-height: 0; | |
| 5 | + opacity: 0; | |
| 6 | + visibility: hidden; | |
| 7 | + text-align: center; | |
| 8 | + padding: 0; | |
| 9 | + -webkit-animation: none; | |
| 10 | + animation: none; | |
| 11 | + direction: ltr; | |
| 12 | + border: 0; | |
| 13 | + font-size: 14px; | |
| 14 | + line-height: 24px; | |
| 15 | + border-radius: 5px; | |
| 16 | + position: absolute; | |
| 17 | + width: 307.875px; | |
| 18 | + -webkit-box-sizing: border-box; | |
| 19 | + box-sizing: border-box; | |
| 20 | + -ms-touch-action: manipulation; | |
| 21 | + touch-action: manipulation; | |
| 22 | + background: #fff; | |
| 23 | + -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); | |
| 24 | + 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); | |
| 24 | 25 | } |
| 25 | 26 | .flatpickr-calendar.open, |
| 26 | 27 | .flatpickr-calendar.inline { |
| 27 | - opacity: 1; | |
| 28 | - max-height: 640px; | |
| 29 | - visibility: visible; | |
| 28 | + opacity: 1; | |
| 29 | + visibility: visible; | |
| 30 | + overflow: visible; | |
| 31 | + max-height: 640px; | |
| 30 | 32 | } |
| 31 | 33 | .flatpickr-calendar.open { |
| 32 | - display: inline-block; | |
| 33 | - z-index: 99999; | |
| 34 | + display: inline-block; | |
| 35 | + z-index: 99999; | |
| 34 | 36 | } |
| 35 | 37 | .flatpickr-calendar.animate.open { |
| 36 | - -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 37 | - animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 38 | + -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 39 | + animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 38 | 40 | } |
| 39 | 41 | .flatpickr-calendar.inline { |
| 40 | - display: block; | |
| 41 | - position: relative; | |
| 42 | - top: 2px; | |
| 42 | + display: block; | |
| 43 | + position: relative; | |
| 44 | + top: 2px; | |
| 43 | 45 | } |
| 44 | 46 | .flatpickr-calendar.static { |
| 45 | - position: absolute; | |
| 46 | - top: calc(100% + 2px); | |
| 47 | + position: absolute; | |
| 48 | + top: calc(100% + 2px); | |
| 47 | 49 | } |
| 48 | 50 | .flatpickr-calendar.static.open { |
| 49 | - z-index: 999; | |
| 50 | - display: block; | |
| 51 | + z-index: 999; | |
| 52 | + display: block; | |
| 51 | 53 | } |
| 52 | -.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) { | |
| 53 | - -webkit-box-shadow: none !important; | |
| 54 | - box-shadow: none !important; | |
| 54 | +.flatpickr-calendar.hasWeeks { | |
| 55 | + width: auto; | |
| 55 | 56 | } |
| 56 | -.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) { | |
| 57 | - -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 58 | - box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 59 | -} | |
| 60 | 57 | .flatpickr-calendar .hasWeeks .dayContainer, |
| 61 | 58 | .flatpickr-calendar .hasTime .dayContainer { |
| 62 | - border-bottom: 0; | |
| 63 | - border-bottom-right-radius: 0; | |
| 64 | - border-bottom-left-radius: 0; | |
| 59 | + border-bottom: 0; | |
| 60 | + border-bottom-right-radius: 0; | |
| 61 | + border-bottom-left-radius: 0; | |
| 65 | 62 | } |
| 66 | 63 | .flatpickr-calendar .hasWeeks .dayContainer { |
| 67 | - border-left: 0; | |
| 64 | + border-left: 0; | |
| 68 | 65 | } |
| 69 | -.flatpickr-calendar.hasTime .flatpickr-time { | |
| 70 | - height: 40px; | |
| 71 | - border-top: 1px solid #e6e6e6; | |
| 66 | +.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time { | |
| 67 | + height: 40px; | |
| 68 | + border-top: 1px solid #e6e6e6; | |
| 72 | 69 | } |
| 73 | 70 | .flatpickr-calendar.noCalendar.hasTime .flatpickr-time { |
| 74 | - height: auto; | |
| 71 | + height: auto; | |
| 75 | 72 | } |
| 76 | 73 | .flatpickr-calendar:before, |
| 77 | 74 | .flatpickr-calendar:after { |
| 78 | - position: absolute; | |
| 79 | - display: block; | |
| 80 | - pointer-events: none; | |
| 81 | - border: solid transparent; | |
| 82 | - content: ''; | |
| 83 | - height: 0; | |
| 84 | - width: 0; | |
| 85 | - left: 22px; | |
| 75 | + position: absolute; | |
| 76 | + display: block; | |
| 77 | + pointer-events: none; | |
| 78 | + border: solid transparent; | |
| 79 | + content: ''; | |
| 80 | + height: 0; | |
| 81 | + width: 0; | |
| 82 | + left: 22px; | |
| 86 | 83 | } |
| 87 | 84 | .flatpickr-calendar.rightMost:before, |
| 88 | -.flatpickr-calendar.arrowRight:before, | |
| 89 | -.flatpickr-calendar.rightMost:after, | |
| 90 | -.flatpickr-calendar.arrowRight:after { | |
| 91 | - left: auto; | |
| 92 | - right: 22px; | |
| 85 | +.flatpickr-calendar.rightMost:after { | |
| 86 | + left: auto; | |
| 87 | + right: 22px; | |
| 93 | 88 | } |
| 94 | -.flatpickr-calendar.arrowCenter:before, | |
| 95 | -.flatpickr-calendar.arrowCenter:after { | |
| 96 | - left: 50%; | |
| 97 | - right: 50%; | |
| 98 | -} | |
| 99 | 89 | .flatpickr-calendar:before { |
| 100 | - border-width: 5px; | |
| 101 | - margin: 0 -5px; | |
| 90 | + border-width: 5px; | |
| 91 | + margin: 0 -5px; | |
| 102 | 92 | } |
| 103 | 93 | .flatpickr-calendar:after { |
| 104 | - border-width: 4px; | |
| 105 | - margin: 0 -4px; | |
| 94 | + border-width: 4px; | |
| 95 | + margin: 0 -4px; | |
| 106 | 96 | } |
| 107 | 97 | .flatpickr-calendar.arrowTop:before, |
| 108 | 98 | .flatpickr-calendar.arrowTop:after { |
| 109 | - bottom: 100%; | |
| 99 | + bottom: 100%; | |
| 110 | 100 | } |
| 111 | 101 | .flatpickr-calendar.arrowTop:before { |
| 112 | - border-bottom-color: #e6e6e6; | |
| 102 | + border-bottom-color: #e6e6e6; | |
| 113 | 103 | } |
| 114 | 104 | .flatpickr-calendar.arrowTop:after { |
| 115 | - border-bottom-color: #fff; | |
| 105 | + border-bottom-color: #fff; | |
| 116 | 106 | } |
| 117 | 107 | .flatpickr-calendar.arrowBottom:before, |
| 118 | 108 | .flatpickr-calendar.arrowBottom:after { |
| 119 | - top: 100%; | |
| 109 | + top: 100%; | |
| 120 | 110 | } |
| 121 | 111 | .flatpickr-calendar.arrowBottom:before { |
| 122 | - border-top-color: #e6e6e6; | |
| 112 | + border-top-color: #e6e6e6; | |
| 123 | 113 | } |
| 124 | 114 | .flatpickr-calendar.arrowBottom:after { |
| 125 | - border-top-color: #fff; | |
| 115 | + border-top-color: #fff; | |
| 126 | 116 | } |
| 127 | 117 | .flatpickr-calendar:focus { |
| 128 | - outline: 0; | |
| 118 | + outline: 0; | |
| 129 | 119 | } |
| 130 | 120 | .flatpickr-wrapper { |
| 131 | - position: relative; | |
| 132 | - display: inline-block; | |
| 121 | + position: relative; | |
| 122 | + display: inline-block; | |
| 133 | 123 | } |
| 134 | -.flatpickr-months { | |
| 135 | - display: -webkit-box; | |
| 136 | - display: -webkit-flex; | |
| 137 | - display: -ms-flexbox; | |
| 138 | - display: flex; | |
| 124 | +.flatpickr-month { | |
| 125 | + background: transparent; | |
| 126 | + color: rgba(0,0,0,0.9); | |
| 127 | + fill: rgba(0,0,0,0.9); | |
| 128 | + height: 28px; | |
| 129 | + line-height: 1; | |
| 130 | + text-align: center; | |
| 131 | + position: relative; | |
| 132 | + -webkit-user-select: none; | |
| 133 | + -moz-user-select: none; | |
| 134 | + -ms-user-select: none; | |
| 135 | + user-select: none; | |
| 136 | + overflow: hidden; | |
| 139 | 137 | } |
| 140 | -.flatpickr-months .flatpickr-month { | |
| 141 | - background: transparent; | |
| 142 | - color: rgba(0,0,0,0.9); | |
| 143 | - fill: rgba(0,0,0,0.9); | |
| 144 | - height: 34px; | |
| 145 | - line-height: 1; | |
| 146 | - text-align: center; | |
| 147 | - position: relative; | |
| 148 | - -webkit-user-select: none; | |
| 149 | - -moz-user-select: none; | |
| 150 | - -ms-user-select: none; | |
| 151 | - user-select: none; | |
| 152 | - overflow: hidden; | |
| 153 | - -webkit-box-flex: 1; | |
| 154 | - -webkit-flex: 1; | |
| 155 | - -ms-flex: 1; | |
| 156 | - flex: 1; | |
| 138 | +.flatpickr-prev-month, | |
| 139 | +.flatpickr-next-month { | |
| 140 | + text-decoration: none; | |
| 141 | + cursor: pointer; | |
| 142 | + position: absolute; | |
| 143 | + top: 0px; | |
| 144 | + line-height: 16px; | |
| 145 | + height: 28px; | |
| 146 | + padding: 10px calc(3.57% - 1.5px); | |
| 147 | + z-index: 3; | |
| 157 | 148 | } |
| 158 | -.flatpickr-months .flatpickr-prev-month, | |
| 159 | -.flatpickr-months .flatpickr-next-month { | |
| 160 | - -webkit-user-select: none; | |
| 161 | - -moz-user-select: none; | |
| 162 | - -ms-user-select: none; | |
| 163 | - user-select: none; | |
| 164 | - text-decoration: none; | |
| 165 | - cursor: pointer; | |
| 166 | - position: absolute; | |
| 167 | - top: 0; | |
| 168 | - height: 34px; | |
| 169 | - padding: 10px; | |
| 170 | - z-index: 3; | |
| 171 | - color: rgba(0,0,0,0.9); | |
| 172 | - fill: rgba(0,0,0,0.9); | |
| 149 | +.flatpickr-prev-month i, | |
| 150 | +.flatpickr-next-month i { | |
| 151 | + position: relative; | |
| 173 | 152 | } |
| 174 | -.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, | |
| 175 | -.flatpickr-months .flatpickr-next-month.flatpickr-disabled { | |
| 176 | - display: none; | |
| 153 | +.flatpickr-prev-month.flatpickr-prev-month, | |
| 154 | +.flatpickr-next-month.flatpickr-prev-month { | |
| 155 | + /* | |
| 156 | + /*rtl:begin:ignore*/ | |
| 157 | + /* | |
| 158 | + */ | |
| 159 | + left: 0; | |
| 160 | + /* | |
| 161 | + /*rtl:end:ignore*/ | |
| 162 | + /* | |
| 163 | + */ | |
| 177 | 164 | } |
| 178 | -.flatpickr-months .flatpickr-prev-month i, | |
| 179 | -.flatpickr-months .flatpickr-next-month i { | |
| 180 | - position: relative; | |
| 165 | +/* | |
| 166 | + /*rtl:begin:ignore*/ | |
| 167 | +/* | |
| 168 | + /*rtl:end:ignore*/ | |
| 169 | +.flatpickr-prev-month.flatpickr-next-month, | |
| 170 | +.flatpickr-next-month.flatpickr-next-month { | |
| 171 | + /* | |
| 172 | + /*rtl:begin:ignore*/ | |
| 173 | + /* | |
| 174 | + */ | |
| 175 | + right: 0; | |
| 176 | + /* | |
| 177 | + /*rtl:end:ignore*/ | |
| 178 | + /* | |
| 179 | + */ | |
| 181 | 180 | } |
| 182 | -.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, | |
| 183 | -.flatpickr-months .flatpickr-next-month.flatpickr-prev-month { | |
| 184 | - left: 0; | |
| 181 | +/* | |
| 182 | + /*rtl:begin:ignore*/ | |
| 183 | +/* | |
| 184 | + /*rtl:end:ignore*/ | |
| 185 | +.flatpickr-prev-month:hover, | |
| 186 | +.flatpickr-next-month:hover { | |
| 187 | + color: #959ea9; | |
| 185 | 188 | } |
| 186 | -.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, | |
| 187 | -.flatpickr-months .flatpickr-next-month.flatpickr-next-month { | |
| 188 | - right: 0; | |
| 189 | +.flatpickr-prev-month:hover svg, | |
| 190 | +.flatpickr-next-month:hover svg { | |
| 191 | + fill: #f64747; | |
| 189 | 192 | } |
| 190 | -.flatpickr-months .flatpickr-prev-month:hover, | |
| 191 | -.flatpickr-months .flatpickr-next-month:hover { | |
| 192 | - color: #959ea9; | |
| 193 | +.flatpickr-prev-month svg, | |
| 194 | +.flatpickr-next-month svg { | |
| 195 | + width: 14px; | |
| 193 | 196 | } |
| 194 | -.flatpickr-months .flatpickr-prev-month:hover svg, | |
| 195 | -.flatpickr-months .flatpickr-next-month:hover svg { | |
| 196 | - fill: #f64747; | |
| 197 | +.flatpickr-prev-month svg path, | |
| 198 | +.flatpickr-next-month svg path { | |
| 199 | + -webkit-transition: fill 0.1s; | |
| 200 | + transition: fill 0.1s; | |
| 201 | + fill: inherit; | |
| 197 | 202 | } |
| 198 | -.flatpickr-months .flatpickr-prev-month svg, | |
| 199 | -.flatpickr-months .flatpickr-next-month svg { | |
| 200 | - width: 14px; | |
| 201 | - height: 14px; | |
| 202 | -} | |
| 203 | -.flatpickr-months .flatpickr-prev-month svg path, | |
| 204 | -.flatpickr-months .flatpickr-next-month svg path { | |
| 205 | - -webkit-transition: fill 0.1s; | |
| 206 | - transition: fill 0.1s; | |
| 207 | - fill: inherit; | |
| 208 | -} | |
| 209 | 203 | .numInputWrapper { |
| 210 | - position: relative; | |
| 211 | - height: auto; | |
| 204 | + position: relative; | |
| 205 | + height: auto; | |
| 212 | 206 | } |
| 213 | 207 | .numInputWrapper input, |
| 214 | 208 | .numInputWrapper span { |
| 215 | - display: inline-block; | |
| 209 | + display: inline-block; | |
| 216 | 210 | } |
| 217 | 211 | .numInputWrapper input { |
| 218 | - width: 100%; | |
| 212 | + width: 100%; | |
| 219 | 213 | } |
| 220 | -.numInputWrapper input::-ms-clear { | |
| 221 | - display: none; | |
| 222 | -} | |
| 223 | -.numInputWrapper input::-webkit-outer-spin-button, | |
| 224 | -.numInputWrapper input::-webkit-inner-spin-button { | |
| 225 | - margin: 0; | |
| 226 | - -webkit-appearance: none; | |
| 227 | -} | |
| 228 | 214 | .numInputWrapper span { |
| 229 | - position: absolute; | |
| 230 | - right: 0; | |
| 231 | - width: 14px; | |
| 232 | - padding: 0 4px 0 2px; | |
| 233 | - height: 50%; | |
| 234 | - line-height: 50%; | |
| 235 | - opacity: 0; | |
| 236 | - cursor: pointer; | |
| 237 | - border: 1px solid rgba(57,57,57,0.15); | |
| 238 | - -webkit-box-sizing: border-box; | |
| 239 | - box-sizing: border-box; | |
| 215 | + position: absolute; | |
| 216 | + right: 0; | |
| 217 | + width: 14px; | |
| 218 | + padding: 0 4px 0 2px; | |
| 219 | + height: 50%; | |
| 220 | + line-height: 50%; | |
| 221 | + opacity: 0; | |
| 222 | + cursor: pointer; | |
| 223 | + border: 1px solid rgba(57,57,57,0.05); | |
| 224 | + -webkit-box-sizing: border-box; | |
| 225 | + box-sizing: border-box; | |
| 240 | 226 | } |
| 241 | 227 | .numInputWrapper span:hover { |
| 242 | - background: rgba(0,0,0,0.1); | |
| 228 | + background: rgba(0,0,0,0.1); | |
| 243 | 229 | } |
| 244 | 230 | .numInputWrapper span:active { |
| 245 | - background: rgba(0,0,0,0.2); | |
| 231 | + background: rgba(0,0,0,0.2); | |
| 246 | 232 | } |
| 247 | 233 | .numInputWrapper span:after { |
| 248 | - display: block; | |
| 249 | - content: ""; | |
| 250 | - position: absolute; | |
| 234 | + display: block; | |
| 235 | + content: ""; | |
| 236 | + position: absolute; | |
| 237 | + top: 33%; | |
| 251 | 238 | } |
| 252 | 239 | .numInputWrapper span.arrowUp { |
| 253 | - top: 0; | |
| 254 | - border-bottom: 0; | |
| 240 | + top: 0; | |
| 241 | + border-bottom: 0; | |
| 255 | 242 | } |
| 256 | 243 | .numInputWrapper span.arrowUp:after { |
| 257 | - border-left: 4px solid transparent; | |
| 258 | - border-right: 4px solid transparent; | |
| 259 | - border-bottom: 4px solid rgba(57,57,57,0.6); | |
| 260 | - top: 26%; | |
| 244 | + border-left: 4px solid transparent; | |
| 245 | + border-right: 4px solid transparent; | |
| 246 | + border-bottom: 4px solid rgba(57,57,57,0.6); | |
| 261 | 247 | } |
| 262 | 248 | .numInputWrapper span.arrowDown { |
| 263 | - top: 50%; | |
| 249 | + top: 50%; | |
| 264 | 250 | } |
| 265 | 251 | .numInputWrapper span.arrowDown:after { |
| 266 | - border-left: 4px solid transparent; | |
| 267 | - border-right: 4px solid transparent; | |
| 268 | - border-top: 4px solid rgba(57,57,57,0.6); | |
| 269 | - top: 40%; | |
| 252 | + border-left: 4px solid transparent; | |
| 253 | + border-right: 4px solid transparent; | |
| 254 | + border-top: 4px solid rgba(57,57,57,0.6); | |
| 270 | 255 | } |
| 271 | 256 | .numInputWrapper span svg { |
| 272 | - width: inherit; | |
| 273 | - height: auto; | |
| 257 | + width: inherit; | |
| 258 | + height: auto; | |
| 274 | 259 | } |
| 275 | 260 | .numInputWrapper span svg path { |
| 276 | - fill: rgba(0,0,0,0.5); | |
| 261 | + fill: rgba(0,0,0,0.5); | |
| 277 | 262 | } |
| 278 | 263 | .numInputWrapper:hover { |
| 279 | - background: rgba(0,0,0,0.05); | |
| 264 | + background: rgba(0,0,0,0.05); | |
| 280 | 265 | } |
| 281 | 266 | .numInputWrapper:hover span { |
| 282 | - opacity: 1; | |
| 267 | + opacity: 1; | |
| 283 | 268 | } |
| 284 | 269 | .flatpickr-current-month { |
| 285 | - font-size: 135%; | |
| 286 | - line-height: inherit; | |
| 287 | - font-weight: 300; | |
| 288 | - color: inherit; | |
| 289 | - position: absolute; | |
| 290 | - width: 75%; | |
| 291 | - left: 12.5%; | |
| 292 | - padding: 7.48px 0 0 0; | |
| 293 | - line-height: 1; | |
| 294 | - height: 34px; | |
| 295 | - /* Start Custom Elementor Code */ | |
| 296 | - display: flex; | |
| 297 | - justify-content: center; | |
| 298 | - align-items: center; | |
| 299 | - /* End Custom Elementor Code */ | |
| 300 | - text-align: center; | |
| 301 | - -webkit-transform: translate3d(0px, 0px, 0px); | |
| 302 | - transform: translate3d(0px, 0px, 0px); | |
| 270 | + font-size: 135%; | |
| 271 | + line-height: inherit; | |
| 272 | + font-weight: 300; | |
| 273 | + color: inherit; | |
| 274 | + position: absolute; | |
| 275 | + width: 75%; | |
| 276 | + left: 12.5%; | |
| 277 | + padding: 6.16px 0 0 0; | |
| 278 | + line-height: 1; | |
| 279 | + height: 28px; | |
| 280 | + display: inline-block; | |
| 281 | + text-align: center; | |
| 282 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 283 | + transform: translate3d(0px, 0px, 0px); | |
| 303 | 284 | } |
| 285 | +.flatpickr-current-month.slideLeft { | |
| 286 | + -webkit-transform: translate3d(-100%, 0px, 0px); | |
| 287 | + transform: translate3d(-100%, 0px, 0px); | |
| 288 | + -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 289 | + animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 290 | +} | |
| 291 | +.flatpickr-current-month.slideLeftNew { | |
| 292 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 293 | + transform: translate3d(100%, 0px, 0px); | |
| 294 | + -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 295 | + animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 296 | +} | |
| 297 | +.flatpickr-current-month.slideRight { | |
| 298 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 299 | + transform: translate3d(100%, 0px, 0px); | |
| 300 | + -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 301 | + animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 302 | +} | |
| 303 | +.flatpickr-current-month.slideRightNew { | |
| 304 | + -webkit-transform: translate3d(0, 0, 0px); | |
| 305 | + transform: translate3d(0, 0, 0px); | |
| 306 | + -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 307 | + animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 308 | +} | |
| 304 | 309 | .flatpickr-current-month span.cur-month { |
| 305 | - font-family: inherit; | |
| 306 | - font-weight: 700; | |
| 307 | - color: inherit; | |
| 308 | - display: inline-block; | |
| 309 | - margin-left: 0.5ch; | |
| 310 | - padding: 0; | |
| 310 | + font-family: inherit; | |
| 311 | + font-weight: 700; | |
| 312 | + color: inherit; | |
| 313 | + display: inline-block; | |
| 314 | + margin-left: 0.5ch; | |
| 315 | + padding: 0; | |
| 311 | 316 | } |
| 312 | 317 | .flatpickr-current-month span.cur-month:hover { |
| 313 | - background: rgba(0,0,0,0.05); | |
| 318 | + background: rgba(0,0,0,0.05); | |
| 314 | 319 | } |
| 315 | 320 | .flatpickr-current-month .numInputWrapper { |
| 316 | - width: 6ch; | |
| 317 | - width: 7ch\0; | |
| 318 | - display: inline-block; | |
| 321 | + width: 6ch; | |
| 322 | + width: 7ch\0; | |
| 323 | + display: inline-block; | |
| 319 | 324 | } |
| 320 | 325 | .flatpickr-current-month .numInputWrapper span.arrowUp:after { |
| 321 | - border-bottom-color: rgba(0,0,0,0.9); | |
| 326 | + border-bottom-color: rgba(0,0,0,0.9); | |
| 322 | 327 | } |
| 323 | 328 | .flatpickr-current-month .numInputWrapper span.arrowDown:after { |
| 324 | - border-top-color: rgba(0,0,0,0.9); | |
| 329 | + border-top-color: rgba(0,0,0,0.9); | |
| 325 | 330 | } |
| 326 | 331 | .flatpickr-current-month input.cur-year { |
| 327 | - background: transparent; | |
| 328 | - -webkit-box-sizing: border-box; | |
| 329 | - box-sizing: border-box; | |
| 330 | - color: inherit; | |
| 331 | - cursor: text; | |
| 332 | - padding: 0 0 0 0.5ch; | |
| 333 | - margin: 0; | |
| 334 | - display: inline-block; | |
| 335 | - font-size: inherit; | |
| 336 | - font-family: inherit; | |
| 337 | - font-weight: 300; | |
| 338 | - line-height: inherit; | |
| 339 | - height: auto; | |
| 340 | - border: 0; | |
| 341 | - border-radius: 0; | |
| 342 | - vertical-align: initial; | |
| 343 | - -webkit-appearance: textfield; | |
| 344 | - -moz-appearance: textfield; | |
| 345 | - appearance: textfield; | |
| 332 | + background: transparent; | |
| 333 | + -webkit-box-sizing: border-box; | |
| 334 | + box-sizing: border-box; | |
| 335 | + color: inherit; | |
| 336 | + cursor: default; | |
| 337 | + padding: 0 0 0 0.5ch; | |
| 338 | + margin: 0; | |
| 339 | + display: inline-block; | |
| 340 | + font-size: inherit; | |
| 341 | + font-family: inherit; | |
| 342 | + font-weight: 300; | |
| 343 | + line-height: inherit; | |
| 344 | + height: initial; | |
| 345 | + border: 0; | |
| 346 | + border-radius: 0; | |
| 347 | + vertical-align: initial; | |
| 346 | 348 | } |
| 347 | 349 | .flatpickr-current-month input.cur-year:focus { |
| 348 | - outline: 0; | |
| 350 | + outline: 0; | |
| 349 | 351 | } |
| 350 | 352 | .flatpickr-current-month input.cur-year[disabled], |
| 351 | 353 | .flatpickr-current-month input.cur-year[disabled]:hover { |
| 352 | - font-size: 100%; | |
| 353 | - color: rgba(0,0,0,0.5); | |
| 354 | - background: transparent; | |
| 355 | - pointer-events: none; | |
| 354 | + font-size: 100%; | |
| 355 | + color: rgba(0,0,0,0.5); | |
| 356 | + background: transparent; | |
| 357 | + pointer-events: none; | |
| 356 | 358 | } |
| 357 | -.flatpickr-current-month .flatpickr-monthDropdown-months { | |
| 358 | - appearance: menulist; | |
| 359 | - background: transparent; | |
| 360 | - border: none; | |
| 361 | - border-radius: 0; | |
| 362 | - box-sizing: border-box; | |
| 363 | - color: inherit; | |
| 364 | - cursor: pointer; | |
| 365 | - font-size: inherit; | |
| 366 | - font-family: inherit; | |
| 367 | - font-weight: 300; | |
| 368 | - height: auto; | |
| 369 | - line-height: inherit; | |
| 370 | - margin: -1px 0 0 0; | |
| 371 | - outline: none; | |
| 372 | - padding: 0 0 0 0.5ch; | |
| 373 | - position: relative; | |
| 374 | - vertical-align: initial; | |
| 375 | - -webkit-box-sizing: border-box; | |
| 376 | - -webkit-appearance: menulist; | |
| 377 | - -moz-appearance: menulist; | |
| 378 | - width: auto; | |
| 379 | -} | |
| 380 | -.flatpickr-current-month .flatpickr-monthDropdown-months:focus, | |
| 381 | -.flatpickr-current-month .flatpickr-monthDropdown-months:active { | |
| 382 | - outline: none; | |
| 383 | -} | |
| 384 | -.flatpickr-current-month .flatpickr-monthDropdown-months:hover { | |
| 385 | - background: rgba(0,0,0,0.05); | |
| 386 | -} | |
| 387 | -.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month { | |
| 388 | - background-color: transparent; | |
| 389 | - outline: none; | |
| 390 | - padding: 0; | |
| 391 | -} | |
| 392 | 359 | .flatpickr-weekdays { |
| 393 | - background: transparent; | |
| 394 | - text-align: center; | |
| 395 | - overflow: hidden; | |
| 396 | - width: 100%; | |
| 397 | - display: -webkit-box; | |
| 398 | - display: -webkit-flex; | |
| 399 | - display: -ms-flexbox; | |
| 400 | - display: flex; | |
| 401 | - -webkit-box-align: center; | |
| 402 | - -webkit-align-items: center; | |
| 403 | - -ms-flex-align: center; | |
| 404 | - align-items: center; | |
| 405 | - height: 28px; | |
| 360 | + background: transparent; | |
| 361 | + text-align: center; | |
| 362 | + overflow: hidden; | |
| 363 | + width: 100%; | |
| 364 | + display: -webkit-box; | |
| 365 | + display: -webkit-flex; | |
| 366 | + display: -ms-flexbox; | |
| 367 | + display: flex; | |
| 368 | + -webkit-box-align: center; | |
| 369 | + -webkit-align-items: center; | |
| 370 | + -ms-flex-align: center; | |
| 371 | + align-items: center; | |
| 372 | + height: 28px; | |
| 406 | 373 | } |
| 407 | -.flatpickr-weekdays .flatpickr-weekdaycontainer { | |
| 408 | - display: -webkit-box; | |
| 409 | - display: -webkit-flex; | |
| 410 | - display: -ms-flexbox; | |
| 411 | - display: flex; | |
| 412 | - -webkit-box-flex: 1; | |
| 413 | - -webkit-flex: 1; | |
| 414 | - -ms-flex: 1; | |
| 415 | - flex: 1; | |
| 416 | -} | |
| 417 | 374 | span.flatpickr-weekday { |
| 418 | - cursor: default; | |
| 419 | - font-size: 90%; | |
| 420 | - background: transparent; | |
| 421 | - color: rgba(0,0,0,0.54); | |
| 422 | - line-height: 1; | |
| 423 | - margin: 0; | |
| 424 | - text-align: center; | |
| 425 | - display: block; | |
| 426 | - -webkit-box-flex: 1; | |
| 427 | - -webkit-flex: 1; | |
| 428 | - -ms-flex: 1; | |
| 429 | - flex: 1; | |
| 430 | - font-weight: bolder; | |
| 375 | + cursor: default; | |
| 376 | + font-size: 90%; | |
| 377 | + background: transparent; | |
| 378 | + color: rgba(0,0,0,0.54); | |
| 379 | + line-height: 1; | |
| 380 | + margin: 0; | |
| 381 | + text-align: center; | |
| 382 | + display: block; | |
| 383 | + -webkit-box-flex: 1; | |
| 384 | + -webkit-flex: 1; | |
| 385 | + -ms-flex: 1; | |
| 386 | + flex: 1; | |
| 387 | + font-weight: bolder; | |
| 431 | 388 | } |
| 432 | 389 | .dayContainer, |
| 433 | 390 | .flatpickr-weeks { |
| 434 | - padding: 1px 0 0 0; | |
| 391 | + padding: 1px 0 0 0; | |
| 435 | 392 | } |
| 436 | 393 | .flatpickr-days { |
| 437 | - position: relative; | |
| 438 | - overflow: hidden; | |
| 439 | - display: -webkit-box; | |
| 440 | - display: -webkit-flex; | |
| 441 | - display: -ms-flexbox; | |
| 442 | - display: flex; | |
| 443 | - -webkit-box-align: start; | |
| 444 | - -webkit-align-items: flex-start; | |
| 445 | - -ms-flex-align: start; | |
| 446 | - align-items: flex-start; | |
| 447 | - width: 307.875px; | |
| 394 | + position: relative; | |
| 395 | + overflow: hidden; | |
| 396 | + display: -webkit-box; | |
| 397 | + display: -webkit-flex; | |
| 398 | + display: -ms-flexbox; | |
| 399 | + display: flex; | |
| 400 | + width: 307.875px; | |
| 448 | 401 | } |
| 449 | 402 | .flatpickr-days:focus { |
| 450 | - outline: 0; | |
| 403 | + outline: 0; | |
| 451 | 404 | } |
| 452 | 405 | .dayContainer { |
| 453 | - padding: 0; | |
| 454 | - outline: 0; | |
| 455 | - text-align: left; | |
| 456 | - width: 307.875px; | |
| 457 | - min-width: 307.875px; | |
| 458 | - max-width: 307.875px; | |
| 459 | - -webkit-box-sizing: border-box; | |
| 460 | - box-sizing: border-box; | |
| 461 | - display: inline-block; | |
| 462 | - display: -ms-flexbox; | |
| 463 | - display: -webkit-box; | |
| 464 | - display: -webkit-flex; | |
| 465 | - display: flex; | |
| 466 | - -webkit-flex-wrap: wrap; | |
| 467 | - flex-wrap: wrap; | |
| 468 | - -ms-flex-wrap: wrap; | |
| 469 | - -ms-flex-pack: justify; | |
| 470 | - -webkit-justify-content: space-around; | |
| 471 | - justify-content: space-around; | |
| 472 | - -webkit-transform: translate3d(0px, 0px, 0px); | |
| 473 | - transform: translate3d(0px, 0px, 0px); | |
| 474 | - opacity: 1; | |
| 406 | + padding: 0; | |
| 407 | + outline: 0; | |
| 408 | + text-align: left; | |
| 409 | + width: 307.875px; | |
| 410 | + min-width: 307.875px; | |
| 411 | + max-width: 307.875px; | |
| 412 | + -webkit-box-sizing: border-box; | |
| 413 | + box-sizing: border-box; | |
| 414 | + display: inline-block; | |
| 415 | + display: -ms-flexbox; | |
| 416 | + display: -webkit-box; | |
| 417 | + display: -webkit-flex; | |
| 418 | + display: flex; | |
| 419 | + -webkit-flex-wrap: wrap; | |
| 420 | + flex-wrap: wrap; | |
| 421 | + -ms-flex-wrap: wrap; | |
| 422 | + -ms-flex-pack: justify; | |
| 423 | + -webkit-justify-content: space-around; | |
| 424 | + justify-content: space-around; | |
| 425 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 426 | + transform: translate3d(0px, 0px, 0px); | |
| 427 | + opacity: 1; | |
| 475 | 428 | } |
| 476 | -.dayContainer + .dayContainer { | |
| 477 | - -webkit-box-shadow: -1px 0 0 #e6e6e6; | |
| 478 | - box-shadow: -1px 0 0 #e6e6e6; | |
| 429 | +.flatpickr-calendar.animate .dayContainer.slideLeft { | |
| 430 | + -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 431 | + animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 479 | 432 | } |
| 433 | +.flatpickr-calendar.animate .dayContainer.slideLeft, | |
| 434 | +.flatpickr-calendar.animate .dayContainer.slideLeftNew { | |
| 435 | + -webkit-transform: translate3d(-100%, 0px, 0px); | |
| 436 | + transform: translate3d(-100%, 0px, 0px); | |
| 437 | +} | |
| 438 | +.flatpickr-calendar.animate .dayContainer.slideLeftNew { | |
| 439 | + -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 440 | + animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 441 | +} | |
| 442 | +.flatpickr-calendar.animate .dayContainer.slideRight { | |
| 443 | + -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 444 | + animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 445 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 446 | + transform: translate3d(100%, 0px, 0px); | |
| 447 | +} | |
| 448 | +.flatpickr-calendar.animate .dayContainer.slideRightNew { | |
| 449 | + -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 450 | + animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); | |
| 451 | +} | |
| 480 | 452 | .flatpickr-day { |
| 481 | - background: none; | |
| 482 | - border: 1px solid transparent; | |
| 483 | - border-radius: 150px; | |
| 484 | - -webkit-box-sizing: border-box; | |
| 485 | - box-sizing: border-box; | |
| 486 | - color: #393939; | |
| 487 | - cursor: pointer; | |
| 488 | - font-weight: 400; | |
| 489 | - width: 14.2857143%; | |
| 490 | - -webkit-flex-basis: 14.2857143%; | |
| 491 | - -ms-flex-preferred-size: 14.2857143%; | |
| 492 | - flex-basis: 14.2857143%; | |
| 493 | - max-width: 39px; | |
| 494 | - height: 39px; | |
| 495 | - line-height: 39px; | |
| 496 | - margin: 0; | |
| 497 | - display: inline-block; | |
| 498 | - position: relative; | |
| 499 | - -webkit-box-pack: center; | |
| 500 | - -webkit-justify-content: center; | |
| 501 | - -ms-flex-pack: center; | |
| 502 | - justify-content: center; | |
| 503 | - text-align: center; | |
| 453 | + background: none; | |
| 454 | + border: 1px solid transparent; | |
| 455 | + border-radius: 150px; | |
| 456 | + -webkit-box-sizing: border-box; | |
| 457 | + box-sizing: border-box; | |
| 458 | + color: #393939; | |
| 459 | + cursor: pointer; | |
| 460 | + font-weight: 400; | |
| 461 | + width: 14.2857143%; | |
| 462 | + -webkit-flex-basis: 14.2857143%; | |
| 463 | + -ms-flex-preferred-size: 14.2857143%; | |
| 464 | + flex-basis: 14.2857143%; | |
| 465 | + max-width: 39px; | |
| 466 | + height: 39px; | |
| 467 | + line-height: 39px; | |
| 468 | + margin: 0; | |
| 469 | + display: inline-block; | |
| 470 | + position: relative; | |
| 471 | + -webkit-box-pack: center; | |
| 472 | + -webkit-justify-content: center; | |
| 473 | + -ms-flex-pack: center; | |
| 474 | + justify-content: center; | |
| 475 | + text-align: center; | |
| 504 | 476 | } |
| 505 | 477 | .flatpickr-day.inRange, |
| 506 | 478 | .flatpickr-day.prevMonthDay.inRange, |
| 507 | 479 | .flatpickr-day.nextMonthDay.inRange, |
| @@ -513,21 +485,21 @@ | ||
| 513 | 485 | .flatpickr-day.nextMonthDay:hover, |
| 514 | 486 | .flatpickr-day:focus, |
| 515 | 487 | .flatpickr-day.prevMonthDay:focus, |
| 516 | 488 | .flatpickr-day.nextMonthDay:focus { |
| 517 | - cursor: pointer; | |
| 518 | - outline: 0; | |
| 519 | - background: #e6e6e6; | |
| 520 | - border-color: #e6e6e6; | |
| 489 | + cursor: pointer; | |
| 490 | + outline: 0; | |
| 491 | + background: #e6e6e6; | |
| 492 | + border-color: #e6e6e6; | |
| 521 | 493 | } |
| 522 | 494 | .flatpickr-day.today { |
| 523 | - border-color: #959ea9; | |
| 495 | + border-color: #959ea9; | |
| 524 | 496 | } |
| 525 | 497 | .flatpickr-day.today:hover, |
| 526 | 498 | .flatpickr-day.today:focus { |
| 527 | - border-color: #959ea9; | |
| 528 | - background: #959ea9; | |
| 529 | - color: #fff; | |
| 499 | + border-color: #959ea9; | |
| 500 | + background: #959ea9; | |
| 501 | + color: #fff; | |
| 530 | 502 | } |
| 531 | 503 | .flatpickr-day.selected, |
| 532 | 504 | .flatpickr-day.startRange, |
| 533 | 505 | .flatpickr-day.endRange, |
| @@ -545,231 +517,332 @@ | ||
| 545 | 517 | .flatpickr-day.endRange.prevMonthDay, |
| 546 | 518 | .flatpickr-day.selected.nextMonthDay, |
| 547 | 519 | .flatpickr-day.startRange.nextMonthDay, |
| 548 | 520 | .flatpickr-day.endRange.nextMonthDay { |
| 549 | - background: #569ff7; | |
| 550 | - -webkit-box-shadow: none; | |
| 551 | - box-shadow: none; | |
| 552 | - color: #fff; | |
| 553 | - border-color: #569ff7; | |
| 521 | + background: #569ff7; | |
| 522 | + -webkit-box-shadow: none; | |
| 523 | + box-shadow: none; | |
| 524 | + color: #fff; | |
| 525 | + border-color: #569ff7; | |
| 554 | 526 | } |
| 555 | 527 | .flatpickr-day.selected.startRange, |
| 556 | 528 | .flatpickr-day.startRange.startRange, |
| 557 | 529 | .flatpickr-day.endRange.startRange { |
| 558 | - border-radius: 50px 0 0 50px; | |
| 530 | + border-radius: 50px 0 0 50px; | |
| 559 | 531 | } |
| 560 | 532 | .flatpickr-day.selected.endRange, |
| 561 | 533 | .flatpickr-day.startRange.endRange, |
| 562 | 534 | .flatpickr-day.endRange.endRange { |
| 563 | - border-radius: 0 50px 50px 0; | |
| 535 | + border-radius: 0 50px 50px 0; | |
| 564 | 536 | } |
| 565 | -.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), | |
| 566 | -.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), | |
| 567 | -.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) { | |
| 568 | - -webkit-box-shadow: -10px 0 0 #569ff7; | |
| 569 | - box-shadow: -10px 0 0 #569ff7; | |
| 537 | +.flatpickr-day.selected.startRange + .endRange, | |
| 538 | +.flatpickr-day.startRange.startRange + .endRange, | |
| 539 | +.flatpickr-day.endRange.startRange + .endRange { | |
| 540 | + -webkit-box-shadow: -10px 0 0 #569ff7; | |
| 541 | + box-shadow: -10px 0 0 #569ff7; | |
| 570 | 542 | } |
| 571 | 543 | .flatpickr-day.selected.startRange.endRange, |
| 572 | 544 | .flatpickr-day.startRange.startRange.endRange, |
| 573 | 545 | .flatpickr-day.endRange.startRange.endRange { |
| 574 | - border-radius: 50px; | |
| 546 | + border-radius: 50px; | |
| 575 | 547 | } |
| 576 | 548 | .flatpickr-day.inRange { |
| 577 | - border-radius: 0; | |
| 578 | - -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 579 | - box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 549 | + border-radius: 0; | |
| 550 | + -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 551 | + box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; | |
| 580 | 552 | } |
| 581 | -.flatpickr-day.flatpickr-disabled, | |
| 582 | -.flatpickr-day.flatpickr-disabled:hover, | |
| 553 | +.flatpickr-day.disabled, | |
| 554 | +.flatpickr-day.disabled:hover { | |
| 555 | + pointer-events: none; | |
| 556 | +} | |
| 557 | +.flatpickr-day.disabled, | |
| 558 | +.flatpickr-day.disabled:hover, | |
| 583 | 559 | .flatpickr-day.prevMonthDay, |
| 584 | 560 | .flatpickr-day.nextMonthDay, |
| 585 | 561 | .flatpickr-day.notAllowed, |
| 586 | 562 | .flatpickr-day.notAllowed.prevMonthDay, |
| 587 | 563 | .flatpickr-day.notAllowed.nextMonthDay { |
| 588 | - color: rgba(57,57,57,0.3); | |
| 589 | - background: transparent; | |
| 590 | - border-color: transparent; | |
| 591 | - cursor: default; | |
| 564 | + color: rgba(57,57,57,0.3); | |
| 565 | + background: transparent; | |
| 566 | + border-color: transparent; | |
| 567 | + cursor: default; | |
| 592 | 568 | } |
| 593 | -.flatpickr-day.flatpickr-disabled, | |
| 594 | -.flatpickr-day.flatpickr-disabled:hover { | |
| 595 | - cursor: not-allowed; | |
| 596 | - color: rgba(57,57,57,0.1); | |
| 597 | -} | |
| 598 | 569 | .flatpickr-day.week.selected { |
| 599 | - border-radius: 0; | |
| 600 | - -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; | |
| 601 | - box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; | |
| 570 | + border-radius: 0; | |
| 571 | + -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; | |
| 572 | + box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; | |
| 602 | 573 | } |
| 603 | -.flatpickr-day.hidden { | |
| 604 | - visibility: hidden; | |
| 605 | -} | |
| 606 | 574 | .rangeMode .flatpickr-day { |
| 607 | - margin-top: 1px; | |
| 575 | + margin-top: 1px; | |
| 608 | 576 | } |
| 609 | 577 | .flatpickr-weekwrapper { |
| 610 | - float: left; | |
| 578 | + display: inline-block; | |
| 579 | + float: left; | |
| 611 | 580 | } |
| 612 | 581 | .flatpickr-weekwrapper .flatpickr-weeks { |
| 613 | - padding: 0 12px; | |
| 614 | - -webkit-box-shadow: 1px 0 0 #e6e6e6; | |
| 615 | - box-shadow: 1px 0 0 #e6e6e6; | |
| 582 | + padding: 0 12px; | |
| 583 | + -webkit-box-shadow: 1px 0 0 #e6e6e6; | |
| 584 | + box-shadow: 1px 0 0 #e6e6e6; | |
| 616 | 585 | } |
| 617 | 586 | .flatpickr-weekwrapper .flatpickr-weekday { |
| 618 | - float: none; | |
| 619 | - width: 100%; | |
| 620 | - line-height: 28px; | |
| 587 | + float: none; | |
| 588 | + width: 100%; | |
| 589 | + line-height: 28px; | |
| 621 | 590 | } |
| 622 | -.flatpickr-weekwrapper span.flatpickr-day, | |
| 623 | -.flatpickr-weekwrapper span.flatpickr-day:hover { | |
| 624 | - display: block; | |
| 625 | - width: 100%; | |
| 626 | - max-width: none; | |
| 627 | - color: rgba(57,57,57,0.3); | |
| 628 | - background: transparent; | |
| 629 | - cursor: default; | |
| 630 | - border: none; | |
| 591 | +.flatpickr-weekwrapper span.flatpickr-day { | |
| 592 | + display: block; | |
| 593 | + width: 100%; | |
| 594 | + max-width: none; | |
| 631 | 595 | } |
| 632 | 596 | .flatpickr-innerContainer { |
| 633 | - display: block; | |
| 634 | - display: -webkit-box; | |
| 635 | - display: -webkit-flex; | |
| 636 | - display: -ms-flexbox; | |
| 637 | - display: flex; | |
| 638 | - -webkit-box-sizing: border-box; | |
| 639 | - box-sizing: border-box; | |
| 640 | - overflow: hidden; | |
| 597 | + display: block; | |
| 598 | + display: -webkit-box; | |
| 599 | + display: -webkit-flex; | |
| 600 | + display: -ms-flexbox; | |
| 601 | + display: flex; | |
| 602 | + -webkit-box-sizing: border-box; | |
| 603 | + box-sizing: border-box; | |
| 604 | + overflow: hidden; | |
| 641 | 605 | } |
| 642 | 606 | .flatpickr-rContainer { |
| 643 | - display: inline-block; | |
| 644 | - padding: 0; | |
| 645 | - -webkit-box-sizing: border-box; | |
| 646 | - box-sizing: border-box; | |
| 607 | + display: inline-block; | |
| 608 | + padding: 0; | |
| 609 | + -webkit-box-sizing: border-box; | |
| 610 | + box-sizing: border-box; | |
| 647 | 611 | } |
| 648 | 612 | .flatpickr-time { |
| 649 | - text-align: center; | |
| 650 | - outline: 0; | |
| 651 | - display: block; | |
| 652 | - height: 0; | |
| 653 | - line-height: 40px; | |
| 654 | - max-height: 40px; | |
| 655 | - -webkit-box-sizing: border-box; | |
| 656 | - box-sizing: border-box; | |
| 657 | - overflow: hidden; | |
| 658 | - display: -webkit-box; | |
| 659 | - display: -webkit-flex; | |
| 660 | - display: -ms-flexbox; | |
| 661 | - display: flex; | |
| 613 | + text-align: center; | |
| 614 | + outline: 0; | |
| 615 | + display: block; | |
| 616 | + height: 0; | |
| 617 | + line-height: 40px; | |
| 618 | + max-height: 40px; | |
| 619 | + -webkit-box-sizing: border-box; | |
| 620 | + box-sizing: border-box; | |
| 621 | + overflow: hidden; | |
| 622 | + display: -webkit-box; | |
| 623 | + display: -webkit-flex; | |
| 624 | + display: -ms-flexbox; | |
| 625 | + display: flex; | |
| 662 | 626 | } |
| 663 | 627 | .flatpickr-time:after { |
| 664 | - content: ""; | |
| 665 | - display: table; | |
| 666 | - clear: both; | |
| 628 | + content: ""; | |
| 629 | + display: table; | |
| 630 | + clear: both; | |
| 667 | 631 | } |
| 668 | 632 | .flatpickr-time .numInputWrapper { |
| 669 | - -webkit-box-flex: 1; | |
| 670 | - -webkit-flex: 1; | |
| 671 | - -ms-flex: 1; | |
| 672 | - flex: 1; | |
| 673 | - width: 40%; | |
| 674 | - height: 40px; | |
| 675 | - float: left; | |
| 633 | + -webkit-box-flex: 1; | |
| 634 | + -webkit-flex: 1; | |
| 635 | + -ms-flex: 1; | |
| 636 | + flex: 1; | |
| 637 | + width: 40%; | |
| 638 | + height: 40px; | |
| 639 | + float: left; | |
| 676 | 640 | } |
| 677 | 641 | .flatpickr-time .numInputWrapper span.arrowUp:after { |
| 678 | - border-bottom-color: #393939; | |
| 642 | + border-bottom-color: #393939; | |
| 679 | 643 | } |
| 680 | 644 | .flatpickr-time .numInputWrapper span.arrowDown:after { |
| 681 | - border-top-color: #393939; | |
| 645 | + border-top-color: #393939; | |
| 682 | 646 | } |
| 683 | 647 | .flatpickr-time.hasSeconds .numInputWrapper { |
| 684 | - width: 26%; | |
| 648 | + width: 26%; | |
| 685 | 649 | } |
| 686 | 650 | .flatpickr-time.time24hr .numInputWrapper { |
| 687 | - width: 49%; | |
| 651 | + width: 49%; | |
| 688 | 652 | } |
| 689 | 653 | .flatpickr-time input { |
| 690 | - background: transparent; | |
| 691 | - -webkit-box-shadow: none; | |
| 692 | - box-shadow: none; | |
| 693 | - border: 0; | |
| 694 | - border-radius: 0; | |
| 695 | - text-align: center; | |
| 696 | - margin: 0; | |
| 697 | - padding: 0; | |
| 698 | - height: inherit; | |
| 699 | - line-height: inherit; | |
| 700 | - color: #393939; | |
| 701 | - font-size: 14px; | |
| 702 | - position: relative; | |
| 703 | - -webkit-box-sizing: border-box; | |
| 704 | - box-sizing: border-box; | |
| 705 | - -webkit-appearance: textfield; | |
| 706 | - -moz-appearance: textfield; | |
| 707 | - appearance: textfield; | |
| 654 | + background: transparent; | |
| 655 | + -webkit-box-shadow: none; | |
| 656 | + box-shadow: none; | |
| 657 | + border: 0; | |
| 658 | + border-radius: 0; | |
| 659 | + text-align: center; | |
| 660 | + margin: 0; | |
| 661 | + padding: 0; | |
| 662 | + height: inherit; | |
| 663 | + line-height: inherit; | |
| 664 | + cursor: pointer; | |
| 665 | + color: #393939; | |
| 666 | + font-size: 14px; | |
| 667 | + position: relative; | |
| 668 | + -webkit-box-sizing: border-box; | |
| 669 | + box-sizing: border-box; | |
| 708 | 670 | } |
| 709 | 671 | .flatpickr-time input.flatpickr-hour { |
| 710 | - font-weight: bold; | |
| 672 | + font-weight: bold; | |
| 711 | 673 | } |
| 712 | 674 | .flatpickr-time input.flatpickr-minute, |
| 713 | 675 | .flatpickr-time input.flatpickr-second { |
| 714 | - font-weight: 400; | |
| 676 | + font-weight: 400; | |
| 715 | 677 | } |
| 716 | 678 | .flatpickr-time input:focus { |
| 717 | - outline: 0; | |
| 718 | - border: 0; | |
| 679 | + outline: 0; | |
| 680 | + border: 0; | |
| 719 | 681 | } |
| 720 | 682 | .flatpickr-time .flatpickr-time-separator, |
| 721 | 683 | .flatpickr-time .flatpickr-am-pm { |
| 722 | - height: inherit; | |
| 723 | - float: left; | |
| 724 | - line-height: inherit; | |
| 725 | - color: #393939; | |
| 726 | - font-weight: bold; | |
| 727 | - width: 2%; | |
| 728 | - -webkit-user-select: none; | |
| 729 | - -moz-user-select: none; | |
| 730 | - -ms-user-select: none; | |
| 731 | - user-select: none; | |
| 732 | - -webkit-align-self: center; | |
| 733 | - -ms-flex-item-align: center; | |
| 734 | - align-self: center; | |
| 684 | + height: inherit; | |
| 685 | + display: inline-block; | |
| 686 | + float: left; | |
| 687 | + line-height: inherit; | |
| 688 | + color: #393939; | |
| 689 | + font-weight: bold; | |
| 690 | + width: 2%; | |
| 691 | + -webkit-user-select: none; | |
| 692 | + -moz-user-select: none; | |
| 693 | + -ms-user-select: none; | |
| 694 | + user-select: none; | |
| 695 | + -webkit-align-self: center; | |
| 696 | + -ms-flex-item-align: center; | |
| 697 | + align-self: center; | |
| 735 | 698 | } |
| 736 | 699 | .flatpickr-time .flatpickr-am-pm { |
| 737 | - outline: 0; | |
| 738 | - width: 18%; | |
| 739 | - cursor: pointer; | |
| 740 | - text-align: center; | |
| 741 | - font-weight: 400; | |
| 700 | + outline: 0; | |
| 701 | + width: 18%; | |
| 702 | + cursor: pointer; | |
| 703 | + text-align: center; | |
| 704 | + font-weight: 400; | |
| 742 | 705 | } |
| 743 | -.flatpickr-time input:hover, | |
| 744 | 706 | .flatpickr-time .flatpickr-am-pm:hover, |
| 745 | -.flatpickr-time input:focus, | |
| 746 | 707 | .flatpickr-time .flatpickr-am-pm:focus { |
| 747 | - background: #eee; | |
| 708 | + background: #f0f0f0; | |
| 748 | 709 | } |
| 749 | 710 | .flatpickr-input[readonly] { |
| 750 | - cursor: pointer; | |
| 711 | + cursor: pointer; | |
| 751 | 712 | } |
| 752 | 713 | @-webkit-keyframes fpFadeInDown { |
| 753 | - from { | |
| 754 | - opacity: 0; | |
| 755 | - -webkit-transform: translate3d(0, -20px, 0); | |
| 756 | - transform: translate3d(0, -20px, 0); | |
| 757 | - } | |
| 758 | - to { | |
| 759 | - opacity: 1; | |
| 760 | - -webkit-transform: translate3d(0, 0, 0); | |
| 761 | - transform: translate3d(0, 0, 0); | |
| 762 | - } | |
| 714 | + from { | |
| 715 | + opacity: 0; | |
| 716 | + -webkit-transform: translate3d(0, -20px, 0); | |
| 717 | + transform: translate3d(0, -20px, 0); | |
| 718 | + } | |
| 719 | + to { | |
| 720 | + opacity: 1; | |
| 721 | + -webkit-transform: translate3d(0, 0, 0); | |
| 722 | + transform: translate3d(0, 0, 0); | |
| 723 | + } | |
| 763 | 724 | } |
| 764 | 725 | @keyframes fpFadeInDown { |
| 765 | - from { | |
| 766 | - opacity: 0; | |
| 767 | - -webkit-transform: translate3d(0, -20px, 0); | |
| 768 | - transform: translate3d(0, -20px, 0); | |
| 769 | - } | |
| 770 | - to { | |
| 771 | - opacity: 1; | |
| 772 | - -webkit-transform: translate3d(0, 0, 0); | |
| 773 | - transform: translate3d(0, 0, 0); | |
| 774 | - } | |
| 726 | + from { | |
| 727 | + opacity: 0; | |
| 728 | + -webkit-transform: translate3d(0, -20px, 0); | |
| 729 | + transform: translate3d(0, -20px, 0); | |
| 730 | + } | |
| 731 | + to { | |
| 732 | + opacity: 1; | |
| 733 | + -webkit-transform: translate3d(0, 0, 0); | |
| 734 | + transform: translate3d(0, 0, 0); | |
| 735 | + } | |
| 775 | 736 | } |
| 737 | +@-webkit-keyframes fpSlideLeft { | |
| 738 | + from { | |
| 739 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 740 | + transform: translate3d(0px, 0px, 0px); | |
| 741 | + } | |
| 742 | + to { | |
| 743 | + -webkit-transform: translate3d(-100%, 0px, 0px); | |
| 744 | + transform: translate3d(-100%, 0px, 0px); | |
| 745 | + } | |
| 746 | +} | |
| 747 | +@keyframes fpSlideLeft { | |
| 748 | + from { | |
| 749 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 750 | + transform: translate3d(0px, 0px, 0px); | |
| 751 | + } | |
| 752 | + to { | |
| 753 | + -webkit-transform: translate3d(-100%, 0px, 0px); | |
| 754 | + transform: translate3d(-100%, 0px, 0px); | |
| 755 | + } | |
| 756 | +} | |
| 757 | +@-webkit-keyframes fpSlideLeftNew { | |
| 758 | + from { | |
| 759 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 760 | + transform: translate3d(100%, 0px, 0px); | |
| 761 | + } | |
| 762 | + to { | |
| 763 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 764 | + transform: translate3d(0px, 0px, 0px); | |
| 765 | + } | |
| 766 | +} | |
| 767 | +@keyframes fpSlideLeftNew { | |
| 768 | + from { | |
| 769 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 770 | + transform: translate3d(100%, 0px, 0px); | |
| 771 | + } | |
| 772 | + to { | |
| 773 | + -webkit-transform: translate3d(0px, 0px, 0px); | |
| 774 | + transform: translate3d(0px, 0px, 0px); | |
| 775 | + } | |
| 776 | +} | |
| 777 | +@-webkit-keyframes fpSlideRight { | |
| 778 | + from { | |
| 779 | + -webkit-transform: translate3d(0, 0, 0px); | |
| 780 | + transform: translate3d(0, 0, 0px); | |
| 781 | + } | |
| 782 | + to { | |
| 783 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 784 | + transform: translate3d(100%, 0px, 0px); | |
| 785 | + } | |
| 786 | +} | |
| 787 | +@keyframes fpSlideRight { | |
| 788 | + from { | |
| 789 | + -webkit-transform: translate3d(0, 0, 0px); | |
| 790 | + transform: translate3d(0, 0, 0px); | |
| 791 | + } | |
| 792 | + to { | |
| 793 | + -webkit-transform: translate3d(100%, 0px, 0px); | |
| 794 | + transform: translate3d(100%, 0px, 0px); | |
| 795 | + } | |
| 796 | +} | |
| 797 | +@-webkit-keyframes fpSlideRightNew { | |
| 798 | + from { | |
| 799 | + -webkit-transform: translate3d(-100%, 0, 0px); | |
| 800 | + transform: translate3d(-100%, 0, 0px); | |
| 801 | + } | |
| 802 | + to { | |
| 803 | + -webkit-transform: translate3d(0, 0, 0px); | |
| 804 | + transform: translate3d(0, 0, 0px); | |
| 805 | + } | |
| 806 | +} | |
| 807 | +@keyframes fpSlideRightNew { | |
| 808 | + from { | |
| 809 | + -webkit-transform: translate3d(-100%, 0, 0px); | |
| 810 | + transform: translate3d(-100%, 0, 0px); | |
| 811 | + } | |
| 812 | + to { | |
| 813 | + -webkit-transform: translate3d(0, 0, 0px); | |
| 814 | + transform: translate3d(0, 0, 0px); | |
| 815 | + } | |
| 816 | +} | |
| 817 | +@-webkit-keyframes fpFadeOut { | |
| 818 | + from { | |
| 819 | + opacity: 1; | |
| 820 | + } | |
| 821 | + to { | |
| 822 | + opacity: 0; | |
| 823 | + } | |
| 824 | +} | |
| 825 | +@keyframes fpFadeOut { | |
| 826 | + from { | |
| 827 | + opacity: 1; | |
| 828 | + } | |
| 829 | + to { | |
| 830 | + opacity: 0; | |
| 831 | + } | |
| 832 | +} | |
| 833 | +@-webkit-keyframes fpFadeIn { | |
| 834 | + from { | |
| 835 | + opacity: 0; | |
| 836 | + } | |
| 837 | + to { | |
| 838 | + opacity: 1; | |
| 839 | + } | |
| 840 | +} | |
| 841 | +@keyframes fpFadeIn { | |
| 842 | + from { | |
| 843 | + opacity: 0; | |
| 844 | + } | |
| 845 | + to { | |
| 846 | + opacity: 1; | |
| 847 | + } | |
| 848 | +} | |