matcha-theme 18.0.27 → 18.0.28

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.
Files changed (67) hide show
  1. package/README.md +304 -0
  2. package/abstracts/_breakpoints.scss +33 -0
  3. package/abstracts/_colors.scss +833 -0
  4. package/abstracts/_elevation.scss +102 -0
  5. package/abstracts/_functions.scss +424 -0
  6. package/abstracts/_grid.scss +163 -0
  7. package/abstracts/_order.scss +46 -0
  8. package/abstracts/_position.scss +51 -0
  9. package/abstracts/_sizes.scss +95 -0
  10. package/abstracts/_spacings.scss +216 -0
  11. package/abstracts/_typography.scss +124 -0
  12. package/base/_helpers.scss +2181 -0
  13. package/base/_reset.scss +9 -0
  14. package/base/_typography.scss +244 -0
  15. package/components/matcha-audio-player.scss +37 -0
  16. package/components/matcha-buttons.scss +165 -0
  17. package/components/matcha-cards.scss +93 -0
  18. package/components/matcha-color-pick.scss +32 -0
  19. package/components/matcha-draggable.scss +25 -0
  20. package/components/matcha-header.scss +327 -0
  21. package/components/matcha-horizontal-tree.scss +277 -0
  22. package/components/matcha-menu.scss +71 -0
  23. package/components/matcha-progress-bar.scss +107 -0
  24. package/components/matcha-scrollbar.scss +36 -0
  25. package/components/matcha-scrollbox-shadow.scss +127 -0
  26. package/components/matcha-table.scss +279 -0
  27. package/css/matcha-style.css +76772 -0
  28. package/fonts/CircularStd-Black.eot +0 -0
  29. package/fonts/CircularStd-Black.svg +3426 -0
  30. package/fonts/CircularStd-Black.ttf +0 -0
  31. package/fonts/CircularStd-Black.woff +0 -0
  32. package/fonts/CircularStd-Black.woff2 +0 -0
  33. package/fonts/CircularStd-Bold.eot +0 -0
  34. package/fonts/CircularStd-Bold.otf +0 -0
  35. package/fonts/CircularStd-Bold.svg +13532 -0
  36. package/fonts/CircularStd-Bold.ttf +0 -0
  37. package/fonts/CircularStd-Bold.woff +0 -0
  38. package/fonts/CircularStd-Bold.woff2 +0 -0
  39. package/fonts/CircularStd-Medium.eot +0 -0
  40. package/fonts/CircularStd-Medium.otf +0 -0
  41. package/fonts/CircularStd-Medium.svg +13511 -0
  42. package/fonts/CircularStd-Medium.ttf +0 -0
  43. package/fonts/CircularStd-Medium.woff +0 -0
  44. package/fonts/CircularStd-Medium.woff2 +0 -0
  45. package/fonts/CircularStd-Regular.eot +0 -0
  46. package/fonts/CircularStd-Regular.otf +0 -0
  47. package/fonts/CircularStd-Regular.svg +2378 -0
  48. package/fonts/CircularStd-Regular.ttf +0 -0
  49. package/fonts/CircularStd-Regular.woff +0 -0
  50. package/fonts/CircularStd-Regular.woff2 +0 -0
  51. package/main.scss +135 -0
  52. package/package.json +2 -2
  53. package/tokens/_animations.scss +37 -0
  54. package/tokens/_breakpoints.scss +38 -0
  55. package/tokens/_color-tokens.scss +1216 -0
  56. package/tokens/_elevation-tokens.scss +14 -0
  57. package/tokens/_spacing-tokens.scss +96 -0
  58. package/tokens/_typography-tokens.scss +25 -0
  59. package/vendors/angular-editor.scss +56 -0
  60. package/vendors/angular-material-fixes.scss +261 -0
  61. package/vendors/calendar.scss +2880 -0
  62. package/vendors/charts.scss +92 -0
  63. package/vendors/ng5-slider.scss +56 -0
  64. package/vendors/ngx-material-timepicker.scss +50 -0
  65. package/core.scss +0 -1210
  66. package/matcha-core.css +0 -62385
  67. package/matcha-core.min.css +0 -1
@@ -0,0 +1,2880 @@
1
+ // @import url("https://unpkg.com/matcha-icons@latest/matcha-icons.css");
2
+ @mixin vendor-calendar-theme($theme) {
3
+ $is-dark-theme: map-get($theme, is-dark);
4
+ $primary: map-get($theme, primary);
5
+ $accent: map-get($theme, accent);
6
+ $warn: map-get($theme, warn);
7
+ $background: map-get($theme, background);
8
+ $foreground: map-get($theme, foreground);
9
+
10
+ /* Colors
11
+ --------------------------------------------------------------------------------------------------*/
12
+ .full-calendar {
13
+ background-color: map-get($background, background);
14
+ }
15
+
16
+ .fc-day-top {
17
+ &.active {
18
+ .fc-day-number {
19
+ background-color: map-get($accent, default);
20
+ color: map-get($foreground, text-inverse);
21
+ }
22
+ }
23
+ }
24
+
25
+ .fc-day-number {
26
+ &:hover {
27
+ background-color: map-get($primary, default);
28
+ color: map-get($foreground, text-inverse);
29
+ }
30
+ }
31
+
32
+ .fc-button-primary {
33
+ background-color: map-get($background, background);
34
+
35
+ .fc-icon {
36
+ color: map-get($foreground, placeholder);
37
+ }
38
+
39
+ .fc-day-header {
40
+ span {
41
+ color: map-get($foreground, placeholder);
42
+ }
43
+ }
44
+
45
+ &:hover {
46
+ background-color: map-get($foreground, placeholder);
47
+
48
+ .fc-icon {
49
+ color: map-get($foreground, text);
50
+ }
51
+ }
52
+ }
53
+
54
+ .fc-unthemed th,
55
+ .fc-unthemed td,
56
+ .fc-unthemed thead,
57
+ .fc-unthemed tbody,
58
+ .fc-unthemed .fc-divider,
59
+ .fc-unthemed .fc-row,
60
+ .fc-unthemed .fc-content,
61
+ .fc-unthemed .fc-popover,
62
+ .fc-unthemed .fc-list-view,
63
+ .fc-unthemed .fc-list-heading td {
64
+ border-color: map-get($foreground, placeholder);
65
+ }
66
+
67
+ .fc-unthemed .fc-popover {
68
+ background-color: map-get($foreground, card);
69
+ }
70
+
71
+ .fc-unthemed .fc-divider,
72
+ .fc-unthemed .fc-popover .fc-header,
73
+ .fc-unthemed .fc-list-heading td {
74
+ background: map-get($foreground, placeholder);
75
+ }
76
+
77
+ .fc-unthemed td.fc-today {
78
+ background-color: map-get($background, background);
79
+ }
80
+
81
+ .fc-unthemed .fc-disabled-day {
82
+ background: map-get($foreground, placeholder);
83
+ opacity: 0.3;
84
+ }
85
+
86
+ .fc-toolbar h2 {
87
+ color: map-get($foreground, label);
88
+ }
89
+
90
+ .fc-day-header {
91
+ span {
92
+ color: map-get($foreground, placeholder);
93
+ }
94
+ }
95
+
96
+ .fc-unthemed td.fc-today {
97
+ background-color: transparent;
98
+ }
99
+
100
+ .fc-day-top.fc-today {
101
+ .fc-day-number {
102
+ background-color: map-get($foreground, label);
103
+ color: map-get($foreground, text-inverse);
104
+ }
105
+ }
106
+
107
+ .fc-button-primary:not(:disabled):active,
108
+ .fc-button-primary:not(:disabled).fc-button-active {
109
+ background-color: transparent;
110
+ border-color: transparent;
111
+ }
112
+
113
+ .fc-button-primary {
114
+ color: map-get($background, background);
115
+ background-color: map-get($background, card);
116
+ border-color: #2c3e50;
117
+ }
118
+
119
+ .fc-button-primary:hover {
120
+ color: map-get($background, background);
121
+ background-color: map-get($background, card-alpha);
122
+ border-color: map-get($background, disabled);
123
+ }
124
+
125
+ .fc-button-primary:focus {
126
+ -webkit-box-shadow: 0 0 0 2px rgba(76, 91, 106, 0.5);
127
+ box-shadow: 0 0 0 2px rgba(76, 91, 106, 0.5);
128
+ }
129
+
130
+ .fc-button-primary:disabled {
131
+ color: map-get($background, background);
132
+ background-color: map-get($background, disabled);
133
+ border-color: #2c3e50;
134
+ }
135
+
136
+ .fc-button-primary:not(:disabled):active,
137
+ .fc-button-primary:not(:disabled).fc-button-active {
138
+ color: map-get($background, background);
139
+ background-color: map-get($background, disabled);
140
+ border-color: #151e27;
141
+ }
142
+
143
+ .fc-button-primary:not(:disabled):active:focus,
144
+ .fc-button-primary:not(:disabled).fc-button-active:focus {
145
+ -webkit-box-shadow: 0 0 0 2px rgba(76, 91, 106, 0.5);
146
+ box-shadow: 0 0 0 2px rgba(76, 91, 106, 0.5);
147
+ }
148
+
149
+ /* COMPONENT STYLE
150
+ --------------------------------------------------------------------------------------------------*/
151
+ .full-calendar {
152
+ display: block;
153
+ border-radius: 8px;
154
+ padding: 16px;
155
+ }
156
+
157
+ .fc-day-top {
158
+ &.active {
159
+ .fc-day-number {
160
+ border-radius: 8px;
161
+ }
162
+ }
163
+ }
164
+
165
+ .fc-day-number {
166
+ display: flex;
167
+ padding: 0;
168
+ margin: 0 auto;
169
+ font-size: 16px;
170
+ line-height: 42px;
171
+ width: 42px;
172
+ height: 42px;
173
+ justify-content: center;
174
+ text-align: center;
175
+ cursor: pointer;
176
+
177
+ &:hover {
178
+ border-radius: 999px;
179
+ }
180
+ }
181
+
182
+ .fc-button-primary {
183
+ border: none;
184
+ padding: 4px;
185
+ border-radius: 100px;
186
+ line-height: 20px;
187
+ height: 40px;
188
+ width: 40px;
189
+
190
+ .fc-icon {
191
+ font-size: 32px;
192
+ }
193
+
194
+ .fc-day-header {
195
+ span {
196
+ display: flex;
197
+ width: 32px;
198
+ float: none;
199
+ padding: 0;
200
+ line-height: 34px;
201
+ height: 32px;
202
+ margin: 0 auto;
203
+ align-content: center;
204
+ justify-content: center;
205
+ }
206
+ }
207
+ }
208
+
209
+ .fc-toolbar h2 {
210
+ font-size: 16px;
211
+ text-transform: uppercase;
212
+ }
213
+
214
+ .fc-day-header {
215
+ span {
216
+ font-size: 16px;
217
+ text-transform: capitalize;
218
+ }
219
+ }
220
+
221
+ .fc-day-top.fc-today {
222
+ .fc-day-number {
223
+ border-radius: 999px;
224
+ }
225
+ }
226
+
227
+ .fc-button-primary:focus {
228
+ box-shadow: none;
229
+ }
230
+
231
+ .fc-button-primary:not(:disabled):active:focus,
232
+ .fc-button-primary:not(:disabled).fc-button-active:focus {
233
+ box-shadow: none;
234
+ }
235
+
236
+ .fc-unthemed th,
237
+ .fc-unthemed td,
238
+ .fc-unthemed thead,
239
+ .fc-unthemed tbody,
240
+ .fc-unthemed .fc-divider,
241
+ .fc-unthemed .fc-row,
242
+ .fc-unthemed .fc-content,
243
+ .fc-unthemed .fc-popover,
244
+ .fc-unthemed .fc-list-view,
245
+ .fc-unthemed .fc-list-heading td {
246
+ border: 0 !important;
247
+ text-align: center;
248
+ padding-top: 6px;
249
+ }
250
+
251
+ .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
252
+ float: none;
253
+ margin: 8px auto;
254
+ }
255
+
256
+ .fc-day-grid-container {
257
+ height: auto !important;
258
+ }
259
+
260
+ //full calendar core
261
+ //=======================================
262
+
263
+ /*!
264
+ FullCalendar Core Package v4.2.0
265
+ Docs & License: https://fullcalendar.io/
266
+ (c) 2019 Adam Shaw
267
+ */
268
+ .fc {
269
+ direction: ltr;
270
+ text-align: left;
271
+ }
272
+
273
+ .fc-rtl {
274
+ text-align: right;
275
+ }
276
+
277
+ body .fc {
278
+ /* extra precedence to overcome jqui */
279
+ font-size: 16px;
280
+ }
281
+
282
+ /* Colors
283
+ --------------------------------------------------------------------------------------------------*/
284
+ .fc-highlight {
285
+ /* when user is selecting cells */
286
+ background: #bce8f1;
287
+ opacity: 0.3;
288
+ }
289
+
290
+ .fc-bgevent {
291
+ /* default look for background events */
292
+ background: #8fdf82;
293
+ opacity: 0.3;
294
+ }
295
+
296
+ .fc-nonbusiness {
297
+ /* default look for non-business-hours areas */
298
+ /* will inherit .fc-bgevent's styles */
299
+ background: #d7d7d7;
300
+ }
301
+
302
+ .fc-popover {
303
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
304
+ }
305
+
306
+ .fc-row .fc-highlight-skeleton td,
307
+ .fc-row .fc-bgevent-skeleton td {
308
+ border-color: transparent;
309
+ }
310
+
311
+ /* Popover
312
+ --------------------------------------------------------------------------------------------------*/
313
+ .fc-popover {
314
+ position: absolute;
315
+ }
316
+
317
+ .fc-popover .fc-header {
318
+ /* TODO: be more consistent with fc-head/fc-body */
319
+ display: flex;
320
+ flex-direction: row;
321
+ justify-content: space-between;
322
+ align-items: center;
323
+ padding: 2px 4px;
324
+ }
325
+
326
+ .fc-rtl .fc-popover .fc-header {
327
+ flex-direction: row-reverse;
328
+ }
329
+
330
+ .fc-popover .fc-header .fc-title {
331
+ margin: 0 2px;
332
+ }
333
+
334
+ .fc-popover .fc-header .fc-close {
335
+ cursor: pointer;
336
+ opacity: 0.65;
337
+ font-size: 1.1em;
338
+ }
339
+
340
+ /* Misc Reusable Components
341
+ --------------------------------------------------------------------------------------------------*/
342
+ .fc-divider {
343
+ border-style: solid;
344
+ border-width: 1px;
345
+ }
346
+
347
+ hr.fc-divider {
348
+ height: 0;
349
+ margin: 0;
350
+ padding: 0 0 2px;
351
+ /* height is unreliable across browsers, so use padding */
352
+ border-width: 1px 0;
353
+ }
354
+
355
+ .fc-bg,
356
+ .fc-bgevent-skeleton,
357
+ .fc-highlight-skeleton,
358
+ .fc-mirror-skeleton {
359
+ /* these element should always cling to top-left/right corners */
360
+ position: absolute;
361
+ top: 0;
362
+ left: 0;
363
+ right: 0;
364
+ }
365
+
366
+ .fc-bg {
367
+ bottom: 0;
368
+ /* strech bg to bottom edge */
369
+ }
370
+
371
+ .fc-bg table {
372
+ height: 100%;
373
+ /* strech bg to bottom edge */
374
+ }
375
+
376
+ /* Tables
377
+ --------------------------------------------------------------------------------------------------*/
378
+ .fc table {
379
+ width: 100%;
380
+ box-sizing: border-box;
381
+ /* fix scrollbar issue in firefox */
382
+ table-layout: fixed;
383
+ border-collapse: collapse;
384
+ border-spacing: 0;
385
+ font-size: 1em;
386
+ /* normalize cross-browser */
387
+ }
388
+
389
+ .fc th {
390
+ text-align: center;
391
+ }
392
+
393
+ .fc th,
394
+ .fc td {
395
+ border-style: solid;
396
+ border-width: 1px;
397
+ padding: 0;
398
+ vertical-align: top;
399
+ }
400
+
401
+ .fc td.fc-today {
402
+ border-style: double;
403
+ /* overcome neighboring borders */
404
+ }
405
+
406
+ /* Internal Nav Links
407
+ --------------------------------------------------------------------------------------------------*/
408
+ a[data-goto] {
409
+ cursor: pointer;
410
+ }
411
+
412
+ a[data-goto]:hover {
413
+ text-decoration: underline;
414
+ }
415
+
416
+ /* Fake Table Rows
417
+ --------------------------------------------------------------------------------------------------*/
418
+ .fc .fc-row {
419
+ /* extra precedence to overcome themes forcing a 1px border */
420
+ /* no visible border by default. but make available if need be (scrollbar width compensation) */
421
+ border-style: solid;
422
+ border-width: 0;
423
+ }
424
+
425
+ .fc-row table {
426
+ /* don't put left/right border on anything within a fake row.
427
+ the outer tbody will worry about this */
428
+ border-left: 0 hidden transparent;
429
+ border-right: 0 hidden transparent;
430
+ /* no bottom borders on rows */
431
+ border-bottom: 0 hidden transparent;
432
+ }
433
+
434
+ .fc-row:first-child table {
435
+ border-top: 0 hidden transparent;
436
+ /* no top border on first row */
437
+ }
438
+
439
+ /* Day Row (used within the header and the DayGrid)
440
+ --------------------------------------------------------------------------------------------------*/
441
+ .fc-row {
442
+ position: relative;
443
+ }
444
+
445
+ .fc-row .fc-bg {
446
+ z-index: 1;
447
+ }
448
+
449
+ /* highlighting cells & background event skeleton */
450
+ .fc-row .fc-bgevent-skeleton,
451
+ .fc-row .fc-highlight-skeleton {
452
+ bottom: 0;
453
+ /* stretch skeleton to bottom of row */
454
+ }
455
+
456
+ .fc-row .fc-bgevent-skeleton table,
457
+ .fc-row .fc-highlight-skeleton table {
458
+ height: 100%;
459
+ /* stretch skeleton to bottom of row */
460
+ }
461
+
462
+ .fc-row .fc-bgevent-skeleton {
463
+ z-index: 2;
464
+ }
465
+
466
+ .fc-row .fc-highlight-skeleton {
467
+ z-index: 3;
468
+ }
469
+
470
+ /*
471
+ row content (which contains day/week numbers and events) as well as "mirror" (which contains
472
+ temporary rendered events).
473
+ */
474
+ .fc-row .fc-content-skeleton {
475
+ position: relative;
476
+ z-index: 4;
477
+ padding-bottom: 2px;
478
+ /* matches the space above the events */
479
+ }
480
+
481
+ .fc-row .fc-mirror-skeleton {
482
+ z-index: 5;
483
+ }
484
+
485
+ .fc .fc-row .fc-content-skeleton table,
486
+ .fc .fc-row .fc-content-skeleton td,
487
+ .fc .fc-row .fc-mirror-skeleton td {
488
+ /* see-through to the background below */
489
+ /* extra precedence to prevent theme-provided backgrounds */
490
+ background: none;
491
+ /* in case <td>s are globally styled */
492
+ border-color: transparent;
493
+ }
494
+
495
+ .fc-row .fc-content-skeleton td,
496
+ .fc-row .fc-mirror-skeleton td {
497
+ /* don't put a border between events and/or the day number */
498
+ border-bottom: 0;
499
+ }
500
+
501
+ .fc-row .fc-content-skeleton tbody td,
502
+ .fc-row .fc-mirror-skeleton tbody td {
503
+ /* don't put a border between event cells */
504
+ border-top: 0;
505
+ }
506
+
507
+ /* Scrolling Container
508
+ --------------------------------------------------------------------------------------------------*/
509
+ .fc-scroller {
510
+ -webkit-overflow-scrolling: touch;
511
+ }
512
+
513
+ /* TODO: move to timegrid/daygrid */
514
+ .fc-scroller>.fc-day-grid,
515
+ .fc-scroller>.fc-time-grid {
516
+ position: relative;
517
+ /* re-scope all positions */
518
+ width: 100%;
519
+ /* hack to force re-sizing this inner element when scrollbars appear/disappear */
520
+ }
521
+
522
+ /* Global Event Styles
523
+ --------------------------------------------------------------------------------------------------*/
524
+ .fc-event {
525
+ position: relative;
526
+ /* for resize handle and other inner positioning */
527
+ display: block;
528
+ /* make the <a> tag block */
529
+ font-size: 0.85em;
530
+ line-height: 1.4;
531
+ border-radius: 3px;
532
+ border: 1px solid #3788d8;
533
+ }
534
+
535
+ .fc-event,
536
+ .fc-event-dot {
537
+ background-color: #3788d8;
538
+ /* default BACKGROUND color */
539
+ }
540
+
541
+ .fc-event,
542
+ .fc-event:hover {
543
+ color: #fff;
544
+ /* default TEXT color */
545
+ text-decoration: none;
546
+ /* if <a> has an href */
547
+ }
548
+
549
+ .fc-event[href],
550
+ .fc-event.fc-draggable {
551
+ cursor: pointer;
552
+ /* give events with links and draggable events a hand mouse pointer */
553
+ }
554
+
555
+ .fc-not-allowed,
556
+ .fc-not-allowed .fc-event {
557
+ /* to override an event's custom cursor */
558
+ cursor: not-allowed;
559
+ }
560
+
561
+ .fc-event .fc-content {
562
+ position: relative;
563
+ z-index: 2;
564
+ }
565
+
566
+ /* resizer (cursor AND touch devices) */
567
+ .fc-event .fc-resizer {
568
+ position: absolute;
569
+ z-index: 4;
570
+ }
571
+
572
+ /* resizer (touch devices) */
573
+ .fc-event .fc-resizer {
574
+ display: none;
575
+ }
576
+
577
+ .fc-event.fc-allow-mouse-resize .fc-resizer,
578
+ .fc-event.fc-selected .fc-resizer {
579
+ /* only show when hovering or selected (with touch) */
580
+ display: block;
581
+ }
582
+
583
+ /* hit area */
584
+ .fc-event.fc-selected .fc-resizer:before {
585
+ /* 40x40 touch area */
586
+ content: "";
587
+ position: absolute;
588
+ z-index: 9999;
589
+ /* user of this util can scope within a lower z-index */
590
+ top: 50%;
591
+ left: 50%;
592
+ width: 40px;
593
+ height: 40px;
594
+ margin-left: -20px;
595
+ margin-top: -20px;
596
+ }
597
+
598
+ /* Event Selection (only for touch devices)
599
+ --------------------------------------------------------------------------------------------------*/
600
+ .fc-event.fc-selected {
601
+ z-index: 9999 !important;
602
+ /* overcomes inline z-index */
603
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
604
+ }
605
+
606
+ .fc-event.fc-selected:after {
607
+ content: "";
608
+ position: absolute;
609
+ z-index: 1;
610
+ /* same z-index as fc-bg, behind text */
611
+ /* overcome the borders */
612
+ top: -1px;
613
+ right: -1px;
614
+ bottom: -1px;
615
+ left: -1px;
616
+ /* darkening effect */
617
+ background: #000;
618
+ opacity: 0.25;
619
+ }
620
+
621
+ /* Event Dragging
622
+ --------------------------------------------------------------------------------------------------*/
623
+ .fc-event.fc-dragging.fc-selected {
624
+ box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
625
+ }
626
+
627
+ .fc-event.fc-dragging:not(.fc-selected) {
628
+ opacity: 0.75;
629
+ }
630
+
631
+ /* Horizontal Events
632
+ --------------------------------------------------------------------------------------------------*/
633
+ /* bigger touch area when selected */
634
+ .fc-h-event.fc-selected:before {
635
+ content: "";
636
+ position: absolute;
637
+ z-index: 3;
638
+ /* below resizers */
639
+ top: -10px;
640
+ bottom: -10px;
641
+ left: 0;
642
+ right: 0;
643
+ }
644
+
645
+ /* events that are continuing to/from another week. kill rounded corners and butt up against edge */
646
+ .fc-ltr .fc-h-event.fc-not-start,
647
+ .fc-rtl .fc-h-event.fc-not-end {
648
+ margin-left: 0;
649
+ border-left-width: 0;
650
+ padding-left: 1px;
651
+ /* replace the border with padding */
652
+ border-top-left-radius: 0;
653
+ border-bottom-left-radius: 0;
654
+ }
655
+
656
+ .fc-ltr .fc-h-event.fc-not-end,
657
+ .fc-rtl .fc-h-event.fc-not-start {
658
+ margin-right: 0;
659
+ border-right-width: 0;
660
+ padding-right: 1px;
661
+ /* replace the border with padding */
662
+ border-top-right-radius: 0;
663
+ border-bottom-right-radius: 0;
664
+ }
665
+
666
+ /* resizer (cursor AND touch devices) */
667
+ /* left resizer */
668
+ .fc-ltr .fc-h-event .fc-start-resizer,
669
+ .fc-rtl .fc-h-event .fc-end-resizer {
670
+ cursor: w-resize;
671
+ left: -1px;
672
+ /* overcome border */
673
+ }
674
+
675
+ /* right resizer */
676
+ .fc-ltr .fc-h-event .fc-end-resizer,
677
+ .fc-rtl .fc-h-event .fc-start-resizer {
678
+ cursor: e-resize;
679
+ right: -1px;
680
+ /* overcome border */
681
+ }
682
+
683
+ /* resizer (mouse devices) */
684
+ .fc-h-event.fc-allow-mouse-resize .fc-resizer {
685
+ width: 7px;
686
+ top: -1px;
687
+ /* overcome top border */
688
+ bottom: -1px;
689
+ /* overcome bottom border */
690
+ }
691
+
692
+ /* resizer (touch devices) */
693
+ .fc-h-event.fc-selected .fc-resizer {
694
+ /* 8x8 little dot */
695
+ border-radius: 4px;
696
+ border-width: 1px;
697
+ width: 6px;
698
+ height: 6px;
699
+ border-style: solid;
700
+ border-color: inherit;
701
+ background: #fff;
702
+ /* vertically center */
703
+ top: 50%;
704
+ margin-top: -4px;
705
+ }
706
+
707
+ /* left resizer */
708
+ .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
709
+ .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
710
+ margin-left: -4px;
711
+ /* centers the 8x8 dot on the left edge */
712
+ }
713
+
714
+ /* right resizer */
715
+ .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
716
+ .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
717
+ margin-right: -4px;
718
+ /* centers the 8x8 dot on the right edge */
719
+ }
720
+
721
+ /* DayGrid events
722
+ ----------------------------------------------------------------------------------------------------
723
+ We use the full "fc-day-grid-event" class instead of using descendants because the event won't
724
+ be a descendant of the grid when it is being dragged.
725
+ */
726
+ .fc-day-grid-event {
727
+ margin: 1px 2px 0;
728
+ /* spacing between events and edges */
729
+ padding: 0 1px;
730
+ }
731
+
732
+ tr:first-child>td>.fc-day-grid-event {
733
+ margin-top: 2px;
734
+ /* a little bit more space before the first event */
735
+ }
736
+
737
+ .fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event {
738
+ margin-top: 0;
739
+ /* except for mirror skeleton */
740
+ }
741
+
742
+ .fc-day-grid-event .fc-content {
743
+ /* force events to be one-line tall */
744
+ white-space: nowrap;
745
+ overflow: hidden;
746
+ }
747
+
748
+ .fc-day-grid-event .fc-time {
749
+ font-weight: bold;
750
+ }
751
+
752
+ /* resizer (cursor devices) */
753
+ /* left resizer */
754
+ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
755
+ .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
756
+ margin-left: -2px;
757
+ /* to the day cell's edge */
758
+ }
759
+
760
+ /* right resizer */
761
+ .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
762
+ .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
763
+ margin-right: -2px;
764
+ /* to the day cell's edge */
765
+ }
766
+
767
+ /* Event Limiting
768
+ --------------------------------------------------------------------------------------------------*/
769
+ /* "more" link that represents hidden events */
770
+ a.fc-more {
771
+ margin: 1px 3px;
772
+ font-size: 0.85em;
773
+ cursor: pointer;
774
+ text-decoration: none;
775
+ }
776
+
777
+ a.fc-more:hover {
778
+ text-decoration: underline;
779
+ }
780
+
781
+ .fc-limited {
782
+ /* rows and cells that are hidden because of a "more" link */
783
+ display: none;
784
+ }
785
+
786
+ /* popover that appears when "more" link is clicked */
787
+ .fc-day-grid .fc-row {
788
+ z-index: 1;
789
+ /* make the "more" popover one higher than this */
790
+ }
791
+
792
+ .fc-more-popover {
793
+ z-index: 2;
794
+ width: 220px;
795
+ }
796
+
797
+ .fc-more-popover .fc-event-container {
798
+ padding: 10px;
799
+ }
800
+
801
+ /* Now Indicator
802
+ --------------------------------------------------------------------------------------------------*/
803
+ .fc-now-indicator {
804
+ position: absolute;
805
+ border: 0 solid red;
806
+ }
807
+
808
+ /* Utilities
809
+ --------------------------------------------------------------------------------------------------*/
810
+ .fc-unselectable {
811
+ -webkit-user-select: none;
812
+ -khtml-user-select: none;
813
+ -moz-user-select: none;
814
+ -ms-user-select: none;
815
+ user-select: none;
816
+ -webkit-touch-callout: none;
817
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
818
+ }
819
+
820
+ .fc-icon {
821
+ /* use !important to prevent issues with browser extensions that change fonts */
822
+ font-family: "MatchaIcons" !important;
823
+ speak: none;
824
+ font-style: normal;
825
+ font-weight: normal;
826
+ font-variant: normal;
827
+ text-transform: none;
828
+ line-height: 1;
829
+ /* Better Font Rendering =========== */
830
+ -webkit-font-smoothing: antialiased;
831
+ -moz-osx-font-smoothing: grayscale;
832
+ }
833
+
834
+ .fc-icon-chevron-left:before {
835
+ content: "\e9b1";
836
+ }
837
+
838
+ .fc-icon-chevron-right:before {
839
+ content: "\e9e0";
840
+ }
841
+
842
+ .fc-icon-chevrons-left:before {
843
+ content: "\e902";
844
+ }
845
+
846
+ .fc-icon-chevrons-right:before {
847
+ content: "\e903";
848
+ }
849
+
850
+ .fc-icon-minus-square:before {
851
+ content: "\e904";
852
+ }
853
+
854
+ .fc-icon-plus-square:before {
855
+ content: "\e905";
856
+ }
857
+
858
+ .fc-icon-x:before {
859
+ content: "\e906";
860
+ }
861
+
862
+ .fc-icon {
863
+ display: inline-block;
864
+ width: 1em;
865
+ height: 1em;
866
+ text-align: center;
867
+ }
868
+
869
+ /* Buttons
870
+ --------------------------------------------------------------------------------------------------
871
+ Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
872
+ */
873
+ /* reset */
874
+ .fc-button {
875
+ border-radius: 0;
876
+ overflow: visible;
877
+ text-transform: none;
878
+ margin: 0;
879
+ font-family: inherit;
880
+ font-size: inherit;
881
+ line-height: inherit;
882
+ }
883
+
884
+ .fc-button:focus {
885
+ outline: 1px dotted;
886
+ outline: 5px auto -webkit-focus-ring-color;
887
+ }
888
+
889
+ .fc-button {
890
+ -webkit-appearance: button;
891
+ }
892
+
893
+ .fc-button:not(:disabled) {
894
+ cursor: pointer;
895
+ }
896
+
897
+ .fc-button::-moz-focus-inner {
898
+ padding: 0;
899
+ border-style: none;
900
+ }
901
+
902
+ /* theme */
903
+ .fc-button {
904
+ display: flex;
905
+ font-weight: 400;
906
+ text-align: center;
907
+ vertical-align: middle;
908
+ -webkit-user-select: none;
909
+ -moz-user-select: none;
910
+ -ms-user-select: none;
911
+ user-select: none;
912
+ background-color: transparent;
913
+ border: 0px solid transparent;
914
+ padding: 8px;
915
+ font-size: 24px;
916
+ line-height: 24px;
917
+ border-radius: 0.25em;
918
+ }
919
+
920
+ .fc-button:hover {
921
+ color: #212529;
922
+ text-decoration: none;
923
+ }
924
+
925
+ .fc-button:focus {
926
+ outline: 0;
927
+ -webkit-box-shadow: 0 0 0 2px rgba(44, 62, 80, 0.25);
928
+ box-shadow: 0 0 0 2px rgba(44, 62, 80, 0.25);
929
+ }
930
+
931
+ .fc-button:disabled {
932
+ opacity: 0.65;
933
+ }
934
+
935
+ /* icons within buttons */
936
+ .fc-button .fc-icon {
937
+ vertical-align: middle;
938
+ font-size: 24px;
939
+ }
940
+
941
+ /* Buttons Groups
942
+ --------------------------------------------------------------------------------------------------*/
943
+ .fc-button-group {
944
+ position: relative;
945
+ display: -webkit-inline-box;
946
+ display: -ms-inline-flexbox;
947
+ display: inline-flex;
948
+ vertical-align: middle;
949
+ }
950
+
951
+ .fc-button-group>.fc-button {
952
+ position: relative;
953
+ -webkit-box-flex: 1;
954
+ -ms-flex: 1 1 auto;
955
+ flex: 1 1 auto;
956
+ }
957
+
958
+ .fc-button-group>.fc-button:hover {
959
+ z-index: 1;
960
+ }
961
+
962
+ .fc-button-group>.fc-button:focus,
963
+ .fc-button-group>.fc-button:active,
964
+ .fc-button-group>.fc-button.fc-button-active {
965
+ z-index: 1;
966
+ }
967
+
968
+ .fc-button-group>.fc-button:not(:first-child) {
969
+ margin-left: -1px;
970
+ }
971
+
972
+ .fc-button-group>.fc-button:not(:last-child) {
973
+ border-top-right-radius: 0;
974
+ border-bottom-right-radius: 0;
975
+ }
976
+
977
+ .fc-button-group>.fc-button:not(:first-child) {
978
+ border-top-left-radius: 0;
979
+ border-bottom-left-radius: 0;
980
+ }
981
+
982
+ /* Popover
983
+ --------------------------------------------------------------------------------------------------*/
984
+ .fc-unthemed .fc-popover {
985
+ border-width: 1px;
986
+ border-style: solid;
987
+ }
988
+
989
+ /* List View
990
+ --------------------------------------------------------------------------------------------------*/
991
+ .fc-unthemed .fc-list-item:hover td {
992
+ background-color: #f5f5f5;
993
+ }
994
+
995
+ /* Toolbar
996
+ --------------------------------------------------------------------------------------------------*/
997
+ .fc-toolbar {
998
+ display: flex;
999
+ justify-content: space-between;
1000
+ align-items: center;
1001
+ }
1002
+
1003
+ .fc-toolbar.fc-header-toolbar {
1004
+ margin-bottom: 16px;
1005
+ }
1006
+
1007
+ .fc-toolbar.fc-footer-toolbar {
1008
+ margin-top: 24px;
1009
+ }
1010
+
1011
+ /* inner content */
1012
+ .fc-toolbar>*> :not(:first-child) {
1013
+ margin-left: 8px;
1014
+ }
1015
+
1016
+ .fc-toolbar h2 {
1017
+ font-size: 16px;
1018
+ margin: 0;
1019
+ }
1020
+
1021
+ /* View Structure
1022
+ --------------------------------------------------------------------------------------------------*/
1023
+ .fc-view-container {
1024
+ position: relative;
1025
+ }
1026
+
1027
+ /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
1028
+ /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
1029
+ .fc-view-container *,
1030
+ .fc-view-container *:before,
1031
+ .fc-view-container *:after {
1032
+ -webkit-box-sizing: content-box;
1033
+ -moz-box-sizing: content-box;
1034
+ box-sizing: content-box;
1035
+ }
1036
+
1037
+ .fc-view,
1038
+ .fc-view>table {
1039
+ /* so dragged elements can be above the view's main element */
1040
+ position: relative;
1041
+ z-index: 1;
1042
+ }
1043
+
1044
+ @media print {
1045
+ .fc {
1046
+ max-width: 100% !important;
1047
+ }
1048
+
1049
+ /* Global Event Restyling
1050
+ --------------------------------------------------------------------------------------------------*/
1051
+ .fc-event {
1052
+ background: #fff !important;
1053
+ color: #000 !important;
1054
+ page-break-inside: avoid;
1055
+ }
1056
+
1057
+ .fc-event .fc-resizer {
1058
+ display: none;
1059
+ }
1060
+
1061
+ /* Table & Day-Row Restyling
1062
+ --------------------------------------------------------------------------------------------------*/
1063
+ .fc th,
1064
+ .fc td,
1065
+ .fc hr,
1066
+ .fc thead,
1067
+ .fc tbody,
1068
+ .fc-row {
1069
+ border-color: #ccc !important;
1070
+ background: #fff !important;
1071
+ }
1072
+
1073
+ /* kill the overlaid, absolutely-positioned components */
1074
+ /* common... */
1075
+ .fc-bg,
1076
+ .fc-bgevent-skeleton,
1077
+ .fc-highlight-skeleton,
1078
+ .fc-mirror-skeleton,
1079
+ .fc-bgevent-container,
1080
+ .fc-business-container,
1081
+ .fc-highlight-container,
1082
+ .fc-mirror-container {
1083
+ display: none;
1084
+ }
1085
+
1086
+ /* don't force a min-height on rows (for DayGrid) */
1087
+ .fc tbody .fc-row {
1088
+ height: auto !important;
1089
+ /* undo height that JS set in distributeHeight */
1090
+ min-height: 0 !important;
1091
+ /* undo the min-height from each view's specific stylesheet */
1092
+ }
1093
+
1094
+ .fc tbody .fc-row .fc-content-skeleton {
1095
+ position: static;
1096
+ /* undo .fc-rigid */
1097
+ padding-bottom: 0 !important;
1098
+ /* use a more border-friendly method for this... */
1099
+ }
1100
+
1101
+ .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
1102
+ /* only works in newer browsers */
1103
+ padding-bottom: 1em;
1104
+ /* ...gives space within the skeleton. also ensures min height in a way */
1105
+ }
1106
+
1107
+ .fc tbody .fc-row .fc-content-skeleton table {
1108
+ /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
1109
+ making it look more like 3em. for other browers, it will already be this tall */
1110
+ height: 1em;
1111
+ }
1112
+
1113
+ /* Undo month-view event limiting. Display all events and hide the "more" links
1114
+ --------------------------------------------------------------------------------------------------*/
1115
+ .fc-more-cell,
1116
+ .fc-more {
1117
+ display: none !important;
1118
+ }
1119
+
1120
+ .fc tr.fc-limited {
1121
+ display: table-row !important;
1122
+ }
1123
+
1124
+ .fc td.fc-limited {
1125
+ display: table-cell !important;
1126
+ }
1127
+
1128
+ .fc-popover {
1129
+ display: none;
1130
+ /* never display the "more.." popover in print mode */
1131
+ }
1132
+
1133
+ /* TimeGrid Restyling
1134
+ --------------------------------------------------------------------------------------------------*/
1135
+ /* undo the min-height 100% trick used to fill the container's height */
1136
+ .fc-time-grid {
1137
+ min-height: 0 !important;
1138
+ }
1139
+
1140
+ /* don't display the side axis at all ("all-day" and time cells) */
1141
+ .fc-timeGrid-view .fc-axis {
1142
+ display: none;
1143
+ }
1144
+
1145
+ /* don't display the horizontal lines */
1146
+ .fc-slats,
1147
+ .fc-time-grid hr {
1148
+ /* this hr is used when height is underused and needs to be filled */
1149
+ display: none !important;
1150
+ /* important overrides inline declaration */
1151
+ }
1152
+
1153
+ /* let the container that holds the events be naturally positioned and create real height */
1154
+ .fc-time-grid .fc-content-skeleton {
1155
+ position: static;
1156
+ }
1157
+
1158
+ /* in case there are no events, we still want some height */
1159
+ .fc-time-grid .fc-content-skeleton table {
1160
+ height: 4em;
1161
+ }
1162
+
1163
+ /* kill the horizontal spacing made by the event container. event margins will be done below */
1164
+ .fc-time-grid .fc-event-container {
1165
+ margin: 0 !important;
1166
+ }
1167
+
1168
+ /* TimeGrid *Event* Restyling
1169
+ --------------------------------------------------------------------------------------------------*/
1170
+ /* naturally position events, vertically stacking them */
1171
+ .fc-time-grid .fc-event {
1172
+ position: static !important;
1173
+ margin: 3px 2px !important;
1174
+ }
1175
+
1176
+ /* for events that continue to a future day, give the bottom border back */
1177
+ .fc-time-grid .fc-event.fc-not-end {
1178
+ border-bottom-width: 1px !important;
1179
+ }
1180
+
1181
+ /* indicate the event continues via "..." text */
1182
+ .fc-time-grid .fc-event.fc-not-end:after {
1183
+ content: "...";
1184
+ }
1185
+
1186
+ /* for events that are continuations from previous days, give the top border back */
1187
+ .fc-time-grid .fc-event.fc-not-start {
1188
+ border-top-width: 1px !important;
1189
+ }
1190
+
1191
+ /* indicate the event is a continuation via "..." text */
1192
+ .fc-time-grid .fc-event.fc-not-start:before {
1193
+ content: "...";
1194
+ }
1195
+
1196
+ /* time */
1197
+ /* undo a previous declaration and let the time text span to a second line */
1198
+ .fc-time-grid .fc-event .fc-time {
1199
+ white-space: normal !important;
1200
+ }
1201
+
1202
+ /* hide the the time that is normally displayed... */
1203
+ .fc-time-grid .fc-event .fc-time span {
1204
+ display: none;
1205
+ }
1206
+
1207
+ /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
1208
+ .fc-time-grid .fc-event .fc-time:after {
1209
+ content: attr(data-full);
1210
+ }
1211
+
1212
+ /* Vertical Scroller & Containers
1213
+ --------------------------------------------------------------------------------------------------*/
1214
+ /* kill the scrollbars and allow natural height */
1215
+ .fc-scroller,
1216
+ .fc-day-grid-container,
1217
+ .fc-time-grid-container {
1218
+ /* */
1219
+ overflow: visible !important;
1220
+ height: auto !important;
1221
+ }
1222
+
1223
+ /* kill the horizontal border/padding used to compensate for scrollbars */
1224
+ .fc-row {
1225
+ border: 0 !important;
1226
+ margin: 0 !important;
1227
+ }
1228
+
1229
+ /* Button Controls
1230
+ --------------------------------------------------------------------------------------------------*/
1231
+ .fc-button-group,
1232
+ .fc button {
1233
+ display: none;
1234
+ /* don't display any button-related controls */
1235
+ }
1236
+ }
1237
+
1238
+ //============================================
1239
+ //daygrid
1240
+
1241
+ /*!
1242
+ FullCalendar Day Grid Plugin v4.2.0
1243
+ Docs & License: https://fullcalendar.io/
1244
+ (c) 2019 Adam Shaw
1245
+ */
1246
+ /* DayGridView
1247
+ --------------------------------------------------------------------------------------------------*/
1248
+ /* day row structure */
1249
+ .fc-dayGridWeek-view .fc-content-skeleton,
1250
+ .fc-dayGridDay-view .fc-content-skeleton {
1251
+ /* there may be week numbers in these views, so no padding-top */
1252
+ padding-bottom: 1em;
1253
+ /* ensure a space at bottom of cell for user selecting/clicking */
1254
+ }
1255
+
1256
+ .fc-dayGrid-view .fc-body .fc-row {
1257
+ min-height: 4em;
1258
+ /* ensure that all rows are at least this tall */
1259
+ }
1260
+
1261
+ /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
1262
+ .fc-row.fc-rigid {
1263
+ overflow: hidden;
1264
+ }
1265
+
1266
+ .fc-row.fc-rigid .fc-content-skeleton {
1267
+ position: absolute;
1268
+ top: 0;
1269
+ left: 0;
1270
+ right: 0;
1271
+ }
1272
+
1273
+ /* week and day number styling */
1274
+ .fc-day-top.fc-other-month {
1275
+ opacity: 0.3;
1276
+ }
1277
+
1278
+ .fc-dayGrid-view .fc-week-number,
1279
+ .fc-dayGrid-view .fc-day-number {
1280
+ padding: 2px;
1281
+ }
1282
+
1283
+ .fc-dayGrid-view th.fc-week-number,
1284
+ .fc-dayGrid-view th.fc-day-number {
1285
+ padding: 0 2px;
1286
+ /* column headers can't have as much v space */
1287
+ }
1288
+
1289
+ .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
1290
+ border-radius: 8px;
1291
+ }
1292
+
1293
+ .fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
1294
+ border-radius: 8px;
1295
+ }
1296
+
1297
+ .fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
1298
+ border-radius: 8px;
1299
+ }
1300
+
1301
+ .fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
1302
+ border-radius: 8px;
1303
+ }
1304
+
1305
+ .fc-dayGrid-view .fc-day-top .fc-week-number {
1306
+ min-width: 1.5em;
1307
+ text-align: center;
1308
+ background-color: #f2f2f2;
1309
+ color: #808080;
1310
+ }
1311
+
1312
+ /* when week/day number have own column */
1313
+ .fc-dayGrid-view td.fc-week-number {
1314
+ text-align: center;
1315
+ }
1316
+
1317
+ .fc-dayGrid-view td.fc-week-number>* {
1318
+ /* work around the way we do column resizing and ensure a minimum width */
1319
+ display: inline-block;
1320
+ min-width: 1.25em;
1321
+ }
1322
+
1323
+ //=========================================
1324
+ // Angular Calendar
1325
+ .cal-month-view .cal-header {
1326
+ text-align: center;
1327
+ font-weight: bolder;
1328
+ }
1329
+
1330
+ .cal-month-view .cal-header .cal-cell {
1331
+ padding: 5px 0;
1332
+ overflow: hidden;
1333
+ -o-text-overflow: ellipsis;
1334
+ text-overflow: ellipsis;
1335
+ display: block;
1336
+ white-space: nowrap;
1337
+ }
1338
+
1339
+ .cal-month-view .cal-days {
1340
+ border: 1px solid;
1341
+ border-bottom: 0;
1342
+ }
1343
+
1344
+ .cal-month-view .cal-cell-top {
1345
+ min-height: 78px;
1346
+ -webkit-box-flex: 1;
1347
+ -ms-flex: 1;
1348
+ flex: 1;
1349
+ }
1350
+
1351
+ .cal-month-view .cal-cell-row {
1352
+ display: -webkit-box;
1353
+ display: -ms-flexbox;
1354
+ -js-display: flex;
1355
+ display: flex;
1356
+ }
1357
+
1358
+ .cal-month-view .cal-cell {
1359
+ float: left;
1360
+ -webkit-box-flex: 1;
1361
+ -ms-flex: 1;
1362
+ flex: 1;
1363
+ display: -webkit-box;
1364
+ display: -ms-flexbox;
1365
+ -js-display: flex;
1366
+ display: flex;
1367
+ -webkit-box-orient: vertical;
1368
+ -webkit-box-direction: normal;
1369
+ -ms-flex-direction: column;
1370
+ flex-direction: column;
1371
+ -webkit-box-align: stretch;
1372
+ -ms-flex-align: stretch;
1373
+ align-items: stretch;
1374
+ }
1375
+
1376
+ .cal-month-view .cal-day-cell {
1377
+ min-height: 100px;
1378
+ }
1379
+
1380
+ @media all and (-ms-high-contrast: none) {
1381
+ .cal-month-view .cal-day-cell {
1382
+ display: block;
1383
+ }
1384
+ }
1385
+
1386
+ .cal-month-view .cal-day-cell:not(:last-child) {
1387
+ border-right: 1px solid;
1388
+ }
1389
+
1390
+ .cal-month-view .cal-days .cal-cell-row {
1391
+ border-bottom: 1px solid;
1392
+ }
1393
+
1394
+ .cal-month-view .cal-day-badge {
1395
+ margin-top: 18px;
1396
+ margin-left: 10px;
1397
+ display: inline-block;
1398
+ min-width: 10px;
1399
+ padding: 3px 7px;
1400
+ font-size: 12px;
1401
+ font-weight: 700;
1402
+ line-height: 1;
1403
+ text-align: center;
1404
+ white-space: nowrap;
1405
+ vertical-align: middle;
1406
+ border-radius: 10px;
1407
+ }
1408
+
1409
+ .cal-month-view .cal-day-number {
1410
+ font-size: 1.2em;
1411
+ font-weight: 400;
1412
+ opacity: 0.5;
1413
+ margin-top: 15px;
1414
+ margin-right: 15px;
1415
+ float: right;
1416
+ margin-bottom: 10px;
1417
+ }
1418
+
1419
+ .cal-month-view .cal-events {
1420
+ -webkit-box-flex: 1;
1421
+ -ms-flex: 1;
1422
+ flex: 1;
1423
+ -webkit-box-align: end;
1424
+ -ms-flex-align: end;
1425
+ align-items: flex-end;
1426
+ margin: 3px;
1427
+ line-height: 10px;
1428
+ display: -webkit-box;
1429
+ display: -ms-flexbox;
1430
+ -js-display: flex;
1431
+ display: flex;
1432
+ -ms-flex-wrap: wrap;
1433
+ flex-wrap: wrap;
1434
+ }
1435
+
1436
+ .cal-month-view .cal-event {
1437
+ width: 10px;
1438
+ height: 10px;
1439
+ border-radius: 50%;
1440
+ display: inline-block;
1441
+ margin: 2px;
1442
+ }
1443
+
1444
+ .cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
1445
+ cursor: pointer;
1446
+ }
1447
+
1448
+ .cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
1449
+ opacity: 0.1;
1450
+ cursor: default;
1451
+ }
1452
+
1453
+ .cal-month-view .cal-day-cell.cal-today .cal-day-number {
1454
+ font-size: 1.9em;
1455
+ }
1456
+
1457
+ .cal-month-view .cal-open-day-events {
1458
+ padding: 15px;
1459
+ }
1460
+
1461
+ .cal-month-view .cal-open-day-events .cal-event {
1462
+ position: relative;
1463
+ top: 2px;
1464
+ }
1465
+
1466
+ .cal-month-view .cal-out-month .cal-day-badge,
1467
+ .cal-month-view .cal-out-month .cal-event {
1468
+ opacity: 0.3;
1469
+ }
1470
+
1471
+ .cal-month-view .cal-draggable {
1472
+ cursor: move;
1473
+ }
1474
+
1475
+ .cal-month-view .cal-drag-active * {
1476
+ pointer-events: none;
1477
+ }
1478
+
1479
+ .cal-month-view .cal-event-title {
1480
+ cursor: pointer;
1481
+ }
1482
+
1483
+ .cal-month-view .cal-event-title:hover {
1484
+ text-decoration: underline;
1485
+ }
1486
+
1487
+ .cal-month-view {
1488
+ background-color: #fff;
1489
+ }
1490
+
1491
+ .cal-month-view .cal-cell-row:hover {
1492
+ background-color: #fafafa;
1493
+ }
1494
+
1495
+ .cal-month-view .cal-cell-row .cal-cell:hover,
1496
+ .cal-month-view .cal-cell.cal-has-events.cal-open {
1497
+ background-color: #ededed;
1498
+ }
1499
+
1500
+ .cal-month-view .cal-days {
1501
+ border-color: #e1e1e1;
1502
+ }
1503
+
1504
+ .cal-month-view .cal-day-cell:not(:last-child) {
1505
+ border-right-color: #e1e1e1;
1506
+ }
1507
+
1508
+ .cal-month-view .cal-days .cal-cell-row {
1509
+ border-bottom-color: #e1e1e1;
1510
+ }
1511
+
1512
+ .cal-month-view .cal-day-badge {
1513
+ background-color: #b94a48;
1514
+ color: #fff;
1515
+ }
1516
+
1517
+ .cal-month-view .cal-event {
1518
+ background-color: #1e90ff;
1519
+ border-color: #d1e8ff;
1520
+ color: #fff;
1521
+ }
1522
+
1523
+ .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
1524
+ color: #8b0000;
1525
+ }
1526
+
1527
+ .cal-month-view .cal-day-cell.cal-today {
1528
+ background-color: #e8fde7;
1529
+ }
1530
+
1531
+ .cal-month-view .cal-day-cell.cal-drag-over {
1532
+ background-color: #e0e0e0 !important;
1533
+ }
1534
+
1535
+ .cal-month-view .cal-open-day-events {
1536
+ color: #fff;
1537
+ background-color: #555;
1538
+ -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
1539
+ box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
1540
+ }
1541
+
1542
+ .cal-week-view {
1543
+ /* stylelint-disable-next-line selector-type-no-unknown */
1544
+ }
1545
+
1546
+ .cal-week-view * {
1547
+ -webkit-box-sizing: border-box;
1548
+ box-sizing: border-box;
1549
+ }
1550
+
1551
+ .cal-week-view .cal-day-headers {
1552
+ display: -webkit-box;
1553
+ display: -ms-flexbox;
1554
+ -js-display: flex;
1555
+ display: flex;
1556
+ padding-left: 70px;
1557
+ border: 1px solid;
1558
+ }
1559
+
1560
+ .cal-week-view .cal-day-headers .cal-header {
1561
+ -webkit-box-flex: 1;
1562
+ -ms-flex: 1;
1563
+ flex: 1;
1564
+ text-align: center;
1565
+ padding: 5px;
1566
+ }
1567
+
1568
+ .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
1569
+ border-right: 1px solid;
1570
+ }
1571
+
1572
+ .cal-week-view .cal-day-headers .cal-header:first-child {
1573
+ border-left: 1px solid;
1574
+ }
1575
+
1576
+ .cal-week-view .cal-day-headers span {
1577
+ font-weight: 400;
1578
+ opacity: 0.5;
1579
+ }
1580
+
1581
+ .cal-week-view .cal-day-column {
1582
+ -webkit-box-flex: 1;
1583
+ -ms-flex-positive: 1;
1584
+ flex-grow: 1;
1585
+ border-left: solid 1px;
1586
+ }
1587
+
1588
+ .cal-week-view .cal-event {
1589
+ font-size: 12px;
1590
+ border: 1px solid;
1591
+ }
1592
+
1593
+ .cal-week-view .cal-time-label-column {
1594
+ width: 70px;
1595
+ height: 100%;
1596
+ }
1597
+
1598
+ .cal-week-view .cal-all-day-events {
1599
+ border: solid 1px;
1600
+ border-top: 0;
1601
+ border-bottom-width: 3px;
1602
+ padding-top: 3px;
1603
+ position: relative;
1604
+ }
1605
+
1606
+ .cal-week-view .cal-all-day-events .cal-day-columns {
1607
+ height: 100%;
1608
+ width: 100%;
1609
+ display: -webkit-box;
1610
+ display: -ms-flexbox;
1611
+ -js-display: flex;
1612
+ display: flex;
1613
+ position: absolute;
1614
+ top: 0;
1615
+ z-index: 0;
1616
+ }
1617
+
1618
+ .cal-week-view .cal-all-day-events .cal-events-row {
1619
+ position: relative;
1620
+ height: 31px;
1621
+ margin-left: 70px;
1622
+ }
1623
+
1624
+ .cal-week-view .cal-all-day-events .cal-event-container {
1625
+ display: inline-block;
1626
+ position: absolute;
1627
+ }
1628
+
1629
+ .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
1630
+ z-index: 1;
1631
+ pointer-events: none;
1632
+ }
1633
+
1634
+ .cal-week-view .cal-all-day-events .cal-event {
1635
+ padding: 0 5px;
1636
+ margin-left: 2px;
1637
+ margin-right: 2px;
1638
+ height: 28px;
1639
+ line-height: 28px;
1640
+ }
1641
+
1642
+ .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
1643
+ border-top-left-radius: 5px;
1644
+ border-bottom-left-radius: 5px;
1645
+ }
1646
+
1647
+ .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
1648
+ border-top-right-radius: 5px;
1649
+ border-bottom-right-radius: 5px;
1650
+ }
1651
+
1652
+ .cal-week-view .cal-all-day-events .cal-time-label-column {
1653
+ display: -webkit-box;
1654
+ display: -ms-flexbox;
1655
+ -js-display: flex;
1656
+ display: flex;
1657
+ -webkit-box-align: center;
1658
+ -ms-flex-align: center;
1659
+ align-items: center;
1660
+ -webkit-box-pack: center;
1661
+ -ms-flex-pack: center;
1662
+ justify-content: center;
1663
+ font-size: 14px;
1664
+ }
1665
+
1666
+ .cal-week-view .cal-all-day-events .cal-resize-handle {
1667
+ width: 6px;
1668
+ height: 100%;
1669
+ cursor: col-resize;
1670
+ position: absolute;
1671
+ top: 0;
1672
+ }
1673
+
1674
+ .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
1675
+ right: 0;
1676
+ }
1677
+
1678
+ .cal-week-view .cal-event,
1679
+ .cal-week-view .cal-header {
1680
+ overflow: hidden;
1681
+ -o-text-overflow: ellipsis;
1682
+ text-overflow: ellipsis;
1683
+ white-space: nowrap;
1684
+ }
1685
+
1686
+ .cal-week-view .cal-drag-active {
1687
+ pointer-events: none;
1688
+ z-index: 1;
1689
+ }
1690
+
1691
+ .cal-week-view .cal-drag-active * {
1692
+ pointer-events: none;
1693
+ }
1694
+
1695
+ .cal-week-view .cal-time-events {
1696
+ position: relative;
1697
+ border: solid 1px;
1698
+ border-top: 0;
1699
+ display: -webkit-box;
1700
+ display: -ms-flexbox;
1701
+ -js-display: flex;
1702
+ display: flex;
1703
+ }
1704
+
1705
+ .cal-week-view .cal-time-events .cal-day-columns {
1706
+ display: -webkit-box;
1707
+ display: -ms-flexbox;
1708
+ -js-display: flex;
1709
+ display: flex;
1710
+ -webkit-box-flex: 1;
1711
+ -ms-flex-positive: 1;
1712
+ flex-grow: 1;
1713
+ }
1714
+
1715
+ .cal-week-view .cal-time-events .cal-day-column {
1716
+ position: relative;
1717
+ }
1718
+
1719
+ .cal-week-view .cal-time-events .cal-event-container {
1720
+ position: absolute;
1721
+ z-index: 1;
1722
+ }
1723
+
1724
+ .cal-week-view .cal-time-events .cal-event {
1725
+ width: calc(100% - 2px);
1726
+ height: calc(100% - 2px);
1727
+ margin: 1px;
1728
+ padding: 0 5px;
1729
+ line-height: 25px;
1730
+ }
1731
+
1732
+ .cal-week-view .cal-time-events .cal-resize-handle {
1733
+ width: 100%;
1734
+ height: 4px;
1735
+ cursor: row-resize;
1736
+ position: absolute;
1737
+ }
1738
+
1739
+ .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
1740
+ bottom: 0;
1741
+ }
1742
+
1743
+ .cal-week-view .cal-hour-segment {
1744
+ position: relative;
1745
+ }
1746
+
1747
+ .cal-week-view .cal-hour-segment::after {
1748
+ content: "\00a0";
1749
+ }
1750
+
1751
+ .cal-week-view .cal-event-container:not(.cal-draggable) {
1752
+ cursor: pointer;
1753
+ }
1754
+
1755
+ .cal-week-view .cal-draggable {
1756
+ cursor: move;
1757
+ }
1758
+
1759
+ .cal-week-view mwl-calendar-week-view-hour-segment,
1760
+ .cal-week-view .cal-hour-segment {
1761
+ display: block;
1762
+ }
1763
+
1764
+ .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
1765
+ .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
1766
+ border-bottom: thin dashed;
1767
+ }
1768
+
1769
+ .cal-week-view .cal-time {
1770
+ font-weight: bold;
1771
+ padding-top: 5px;
1772
+ width: 70px;
1773
+ text-align: center;
1774
+ }
1775
+
1776
+ .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
1777
+ display: none;
1778
+ }
1779
+
1780
+ .cal-week-view .cal-starts-within-day .cal-event {
1781
+ border-top-left-radius: 5px;
1782
+ border-top-right-radius: 5px;
1783
+ }
1784
+
1785
+ .cal-week-view .cal-ends-within-day .cal-event {
1786
+ border-bottom-left-radius: 5px;
1787
+ border-bottom-right-radius: 5px;
1788
+ }
1789
+
1790
+ .cal-week-view {
1791
+ background-color: #fff;
1792
+ }
1793
+
1794
+ .cal-week-view .cal-day-headers {
1795
+ border-color: #e1e1e1;
1796
+ }
1797
+
1798
+ .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
1799
+ border-right-color: #e1e1e1;
1800
+ }
1801
+
1802
+ .cal-week-view .cal-day-headers .cal-header:first-child {
1803
+ border-left-color: #e1e1e1;
1804
+ }
1805
+
1806
+ .cal-week-view .cal-day-headers .cal-header:hover,
1807
+ .cal-week-view .cal-day-headers .cal-drag-over {
1808
+ background-color: #ededed;
1809
+ }
1810
+
1811
+ .cal-week-view .cal-day-column {
1812
+ border-left-color: #e1e1e1;
1813
+ }
1814
+
1815
+ .cal-week-view .cal-event {
1816
+ background-color: #d1e8ff;
1817
+ border-color: #1e90ff;
1818
+ color: #1e90ff;
1819
+ }
1820
+
1821
+ .cal-week-view .cal-all-day-events {
1822
+ border-color: #e1e1e1;
1823
+ }
1824
+
1825
+ .cal-week-view .cal-header.cal-today {
1826
+ background-color: #e8fde7;
1827
+ }
1828
+
1829
+ .cal-week-view .cal-header.cal-weekend span {
1830
+ color: #8b0000;
1831
+ }
1832
+
1833
+ .cal-week-view .cal-time-events {
1834
+ border-color: #e1e1e1;
1835
+ }
1836
+
1837
+ .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
1838
+ background-color: #ededed;
1839
+ }
1840
+
1841
+ .cal-week-view .cal-hour-odd {
1842
+ background-color: #fafafa;
1843
+ }
1844
+
1845
+ .cal-week-view .cal-drag-over .cal-hour-segment {
1846
+ background-color: #ededed;
1847
+ }
1848
+
1849
+ .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
1850
+ .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
1851
+ border-bottom-color: #e1e1e1;
1852
+ }
1853
+
1854
+ .cal-day-view {
1855
+ /* stylelint-disable-next-line selector-type-no-unknown */
1856
+ }
1857
+
1858
+ .cal-day-view * {
1859
+ -webkit-box-sizing: border-box;
1860
+ box-sizing: border-box;
1861
+ }
1862
+
1863
+ .cal-day-view .cal-hour-rows {
1864
+ width: 100%;
1865
+ border: solid 1px;
1866
+ overflow-x: auto;
1867
+ position: relative;
1868
+ }
1869
+
1870
+ .cal-day-view mwl-calendar-day-view-hour-segment,
1871
+ .cal-day-view .cal-hour-segment {
1872
+ display: block;
1873
+ }
1874
+
1875
+ .cal-day-view .cal-hour-segment::after {
1876
+ content: "\00a0";
1877
+ }
1878
+
1879
+ .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
1880
+ .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
1881
+ border-bottom: thin dashed;
1882
+ }
1883
+
1884
+ .cal-day-view .cal-time {
1885
+ font-weight: bold;
1886
+ width: 70px;
1887
+ height: 100%;
1888
+ display: -webkit-box;
1889
+ display: -ms-flexbox;
1890
+ -js-display: flex;
1891
+ display: flex;
1892
+ -webkit-box-pack: center;
1893
+ -ms-flex-pack: center;
1894
+ justify-content: center;
1895
+ -webkit-box-align: center;
1896
+ -ms-flex-align: center;
1897
+ align-items: center;
1898
+ }
1899
+
1900
+ .cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
1901
+ display: none;
1902
+ }
1903
+
1904
+ .cal-day-view .cal-drag-active .cal-hour-segment {
1905
+ pointer-events: none;
1906
+ }
1907
+
1908
+ .cal-day-view .cal-event-container {
1909
+ position: absolute;
1910
+ cursor: pointer;
1911
+ }
1912
+
1913
+ .cal-day-view .cal-event-container.resize-active {
1914
+ z-index: 1;
1915
+ pointer-events: none;
1916
+ }
1917
+
1918
+ .cal-day-view .cal-event {
1919
+ padding: 5px;
1920
+ font-size: 12px;
1921
+ border: 1px solid;
1922
+ -webkit-box-sizing: border-box;
1923
+ box-sizing: border-box;
1924
+ overflow: hidden;
1925
+ -o-text-overflow: ellipsis;
1926
+ text-overflow: ellipsis;
1927
+ white-space: nowrap;
1928
+ height: 100%;
1929
+ }
1930
+
1931
+ .cal-day-view .cal-all-day-events>* {
1932
+ cursor: pointer;
1933
+ }
1934
+
1935
+ .cal-day-view .cal-draggable {
1936
+ cursor: move;
1937
+ }
1938
+
1939
+ .cal-day-view .cal-starts-within-day .cal-event {
1940
+ border-top-left-radius: 5px;
1941
+ border-top-right-radius: 5px;
1942
+ }
1943
+
1944
+ .cal-day-view .cal-ends-within-day .cal-event {
1945
+ border-bottom-left-radius: 5px;
1946
+ border-bottom-right-radius: 5px;
1947
+ }
1948
+
1949
+ .cal-day-view .cal-drag-active {
1950
+ z-index: 1;
1951
+ }
1952
+
1953
+ .cal-day-view .cal-drag-active * {
1954
+ pointer-events: none;
1955
+ }
1956
+
1957
+ .cal-day-view .cal-resize-handle {
1958
+ width: 100%;
1959
+ height: 4px;
1960
+ cursor: row-resize;
1961
+ position: absolute;
1962
+ }
1963
+
1964
+ .cal-day-view .cal-resize-handle.cal-resize-handle-after-end {
1965
+ bottom: 0;
1966
+ }
1967
+
1968
+ .cal-day-view {
1969
+ background-color: #fff;
1970
+ }
1971
+
1972
+ .cal-day-view .cal-hour-rows {
1973
+ border-color: #e1e1e1;
1974
+ }
1975
+
1976
+ .cal-day-view .cal-hour:nth-child(odd) {
1977
+ background-color: #fafafa;
1978
+ }
1979
+
1980
+ .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
1981
+ .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
1982
+ border-bottom-color: #e1e1e1;
1983
+ }
1984
+
1985
+ .cal-day-view .cal-hour-segment:hover,
1986
+ .cal-day-view .cal-drag-over .cal-hour-segment {
1987
+ background-color: #ededed;
1988
+ }
1989
+
1990
+ .cal-day-view .cal-event {
1991
+ background-color: #d1e8ff;
1992
+ border-color: #1e90ff;
1993
+ color: #1e90ff;
1994
+ }
1995
+
1996
+ .cal-tooltip {
1997
+ position: absolute;
1998
+ z-index: 1070;
1999
+ display: block;
2000
+ font-style: normal;
2001
+ font-weight: normal;
2002
+ letter-spacing: normal;
2003
+ line-break: auto;
2004
+ line-height: 1.5;
2005
+ text-align: start;
2006
+ text-decoration: none;
2007
+ text-shadow: none;
2008
+ text-transform: none;
2009
+ white-space: normal;
2010
+ word-break: normal;
2011
+ word-spacing: normal;
2012
+ font-size: 11px;
2013
+ word-wrap: break-word;
2014
+ opacity: 0.9;
2015
+ }
2016
+
2017
+ .cal-tooltip.cal-tooltip-top {
2018
+ padding: 5px 0;
2019
+ margin-top: -3px;
2020
+ }
2021
+
2022
+ .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
2023
+ bottom: 0;
2024
+ left: 50%;
2025
+ margin-left: -5px;
2026
+ border-width: 5px 5px 0;
2027
+ }
2028
+
2029
+ .cal-tooltip.cal-tooltip-right {
2030
+ padding: 0 5px;
2031
+ margin-left: 3px;
2032
+ }
2033
+
2034
+ .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
2035
+ top: 50%;
2036
+ left: 0;
2037
+ margin-top: -5px;
2038
+ border-width: 5px 5px 5px 0;
2039
+ }
2040
+
2041
+ .cal-tooltip.cal-tooltip-bottom {
2042
+ padding: 5px 0;
2043
+ margin-top: 3px;
2044
+ }
2045
+
2046
+ .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
2047
+ top: 0;
2048
+ left: 50%;
2049
+ margin-left: -5px;
2050
+ border-width: 0 5px 5px;
2051
+ }
2052
+
2053
+ .cal-tooltip.cal-tooltip-left {
2054
+ padding: 0 5px;
2055
+ margin-left: -3px;
2056
+ }
2057
+
2058
+ .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
2059
+ top: 50%;
2060
+ right: 0;
2061
+ margin-top: -5px;
2062
+ border-width: 5px 0 5px 5px;
2063
+ }
2064
+
2065
+ .cal-tooltip-inner {
2066
+ max-width: 200px;
2067
+ padding: 3px 8px;
2068
+ text-align: center;
2069
+ border-radius: 0.25rem;
2070
+ }
2071
+
2072
+ .cal-tooltip-arrow {
2073
+ position: absolute;
2074
+ width: 0;
2075
+ height: 0;
2076
+ border-color: transparent;
2077
+ border-style: solid;
2078
+ }
2079
+
2080
+ .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
2081
+ border-top-color: #000;
2082
+ }
2083
+
2084
+ .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
2085
+ border-right-color: #000;
2086
+ }
2087
+
2088
+ .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
2089
+ border-bottom-color: #000;
2090
+ }
2091
+
2092
+ .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
2093
+ border-left-color: #000;
2094
+ }
2095
+
2096
+ .cal-tooltip-inner {
2097
+ color: #fff;
2098
+ background-color: #000;
2099
+ }
2100
+
2101
+ // Angular Calendar
2102
+ .cal-month-view {
2103
+ background-color: transparent;
2104
+
2105
+ .cal-header {
2106
+ text-align: center;
2107
+ font-family: "CircularStd";
2108
+ font-weight: 700;
2109
+
2110
+ .cal-cell {
2111
+ padding: 5px 0;
2112
+ overflow: hidden;
2113
+ -o-text-overflow: ellipsis;
2114
+ text-overflow: ellipsis;
2115
+ display: block;
2116
+ white-space: nowrap;
2117
+ }
2118
+ }
2119
+
2120
+ .cal-days {
2121
+ border: 1px solid;
2122
+ border-bottom: 0;
2123
+ }
2124
+
2125
+ .cal-cell-top {
2126
+ min-height: 78px;
2127
+ -webkit-box-flex: 1;
2128
+ -ms-flex: 1;
2129
+ flex: 1;
2130
+ }
2131
+
2132
+ .cal-cell-row {
2133
+ display: -webkit-box;
2134
+ display: -ms-flexbox;
2135
+ -js-display: flex;
2136
+ display: flex;
2137
+ }
2138
+
2139
+ .cal-cell {
2140
+ float: left;
2141
+ -webkit-box-flex: 1;
2142
+ -ms-flex: 1;
2143
+ flex: 1;
2144
+ display: -webkit-box;
2145
+ display: -ms-flexbox;
2146
+ -js-display: flex;
2147
+ display: flex;
2148
+ -webkit-box-orient: vertical;
2149
+ -webkit-box-direction: normal;
2150
+ -ms-flex-direction: column;
2151
+ flex-direction: column;
2152
+ -webkit-box-align: stretch;
2153
+ -ms-flex-align: stretch;
2154
+ align-items: stretch;
2155
+ }
2156
+
2157
+ .cal-day-cell {
2158
+ min-height: 100px;
2159
+ }
2160
+
2161
+ .cal-day-cell:not(:last-child) {
2162
+ border-right: 1px solid;
2163
+ }
2164
+
2165
+ .cal-days .cal-cell-row {
2166
+ border-bottom: 1px solid;
2167
+ }
2168
+
2169
+ .cal-day-badge {
2170
+ margin-top: 18px;
2171
+ margin-left: 10px;
2172
+ display: inline-block;
2173
+ min-width: 10px;
2174
+ padding: 3px 7px;
2175
+ font-size: 12px;
2176
+ font-family: "CircularStd";
2177
+ font-weight: 700;
2178
+ line-height: 1;
2179
+ text-align: center;
2180
+ white-space: nowrap;
2181
+ vertical-align: middle;
2182
+ border-radius: 10px;
2183
+ }
2184
+
2185
+ .cal-day-number {
2186
+ color: map-get($foreground, foreground);
2187
+ opacity: 1;
2188
+ font-size: 1.2em;
2189
+ margin-top: 15px;
2190
+ margin-right: 15px;
2191
+ float: right;
2192
+ margin-bottom: 10px;
2193
+ }
2194
+
2195
+ .cal-events {
2196
+ -webkit-box-flex: 1;
2197
+ -ms-flex: 1;
2198
+ flex: 1;
2199
+ -webkit-box-align: end;
2200
+ -ms-flex-align: end;
2201
+ align-items: flex-end;
2202
+ margin: 3px;
2203
+ line-height: 10px;
2204
+ display: -webkit-box;
2205
+ display: -ms-flexbox;
2206
+ -js-display: flex;
2207
+ display: flex;
2208
+ -ms-flex-wrap: wrap;
2209
+ flex-wrap: wrap;
2210
+ }
2211
+
2212
+ .cal-event {
2213
+ width: 10px;
2214
+ height: 10px;
2215
+ border-radius: 50%;
2216
+ display: inline-block;
2217
+ margin: 2px;
2218
+ }
2219
+
2220
+ .cal-day-cell.cal-in-month.cal-has-events {
2221
+ cursor: pointer;
2222
+ }
2223
+
2224
+ .cal-day-cell.cal-out-month .cal-day-number {
2225
+ opacity: 0.1;
2226
+ cursor: default;
2227
+ }
2228
+
2229
+ .cal-day-cell.cal-today .cal-day-number {
2230
+ font-size: 24px;
2231
+ }
2232
+
2233
+ .cal-open-day-events {
2234
+ padding: 16px;
2235
+ }
2236
+
2237
+ .cal-open-day-events .cal-event {
2238
+ position: relative;
2239
+ top: 2px;
2240
+ }
2241
+
2242
+ .cal-out-month .cal-day-badge,
2243
+ .cal-out-month .cal-event {
2244
+ opacity: 0.3;
2245
+ }
2246
+
2247
+ .cal-draggable {
2248
+ cursor: move;
2249
+ }
2250
+
2251
+ .cal-drag-active * {
2252
+ pointer-events: none;
2253
+ }
2254
+
2255
+ .cal-event-title {
2256
+ cursor: pointer;
2257
+ }
2258
+
2259
+ .cal-event-title:hover {
2260
+ text-decoration: underline;
2261
+ }
2262
+
2263
+ .cal-cell-row:hover {
2264
+ background-color: map-get($background, disabled);
2265
+ }
2266
+
2267
+ .cal-cell-row .cal-cell:hover,
2268
+ .cal-cell.cal-has-events.cal-open {
2269
+ background-color: map-get($background, disabled);
2270
+ }
2271
+
2272
+ .cal-days {
2273
+ border-color: map-get($background, disabled);
2274
+ }
2275
+
2276
+ .cal-day-cell:not(:last-child) {
2277
+ border-right-color: map-get($background, disabled);
2278
+ }
2279
+
2280
+ .cal-days .cal-cell-row {
2281
+ border-bottom-color: map-get($background, disabled);
2282
+ }
2283
+
2284
+ .cal-day-badge {
2285
+ background-color: map-get($foreground, graphic-red);
2286
+ color: map-get($foreground, text-inverse);
2287
+ }
2288
+
2289
+ .cal-event {
2290
+ background-color: map-get($foreground, graphic-blue);
2291
+ border-color: map-get($background, disabled);
2292
+ color: #fff;
2293
+ }
2294
+
2295
+ .cal-day-cell.cal-weekend .cal-day-number {
2296
+ color: map-get($foreground, graphic-red);
2297
+ }
2298
+
2299
+ .cal-day-cell.cal-today {
2300
+ background-color: map-get($background, disabled);
2301
+ }
2302
+
2303
+ .cal-day-cell.cal-drag-over {
2304
+ background-color: #e0e0e0 !important;
2305
+ }
2306
+
2307
+ .cal-open-day-events {
2308
+ color: map-get($foreground, text);
2309
+ background-color: map-get($background, disabled);
2310
+ -webkit-box-shadow: none;
2311
+ box-shadow: none;
2312
+ }
2313
+ }
2314
+
2315
+ @media all and (-ms-high-contrast: none) {
2316
+ .cal-month-view .cal-day-cell {
2317
+ display: block;
2318
+ }
2319
+ }
2320
+
2321
+ .cal-week-view {
2322
+ /* stylelint-disable-next-line selector-type-no-unknown */
2323
+ }
2324
+
2325
+ .cal-week-view * {
2326
+ -webkit-box-sizing: border-box;
2327
+ box-sizing: border-box;
2328
+ }
2329
+
2330
+ .cal-week-view .cal-day-headers {
2331
+ display: -webkit-box;
2332
+ display: -ms-flexbox;
2333
+ -js-display: flex;
2334
+ display: flex;
2335
+ padding-left: 70px;
2336
+ border: 1px solid;
2337
+ }
2338
+
2339
+ .cal-week-view .cal-day-headers .cal-header {
2340
+ -webkit-box-flex: 1;
2341
+ -ms-flex: 1;
2342
+ flex: 1;
2343
+ text-align: center;
2344
+ padding: 5px;
2345
+ }
2346
+
2347
+ .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
2348
+ border-right: 1px solid;
2349
+ }
2350
+
2351
+ .cal-week-view .cal-day-headers .cal-header:first-child {
2352
+ border-left: 1px solid;
2353
+ }
2354
+
2355
+ .cal-week-view .cal-day-headers span {
2356
+ opacity: 0.5;
2357
+ }
2358
+
2359
+ .cal-week-view .cal-day-column {
2360
+ -webkit-box-flex: 1;
2361
+ -ms-flex-positive: 1;
2362
+ flex-grow: 1;
2363
+ border-left: solid 1px;
2364
+ }
2365
+
2366
+ .cal-week-view .cal-event {
2367
+ font-size: 12px;
2368
+ border: 1px solid;
2369
+ }
2370
+
2371
+ .cal-week-view .cal-time-label-column {
2372
+ width: 70px;
2373
+ height: 100%;
2374
+ }
2375
+
2376
+ .cal-week-view .cal-all-day-events {
2377
+ border: solid 1px;
2378
+ border-top: 0;
2379
+ border-bottom-width: 3px;
2380
+ padding-top: 3px;
2381
+ position: relative;
2382
+ }
2383
+
2384
+ .cal-week-view .cal-all-day-events .cal-day-columns {
2385
+ height: 100%;
2386
+ width: 100%;
2387
+ display: -webkit-box;
2388
+ display: -ms-flexbox;
2389
+ -js-display: flex;
2390
+ display: flex;
2391
+ position: absolute;
2392
+ top: 0;
2393
+ z-index: 0;
2394
+ }
2395
+
2396
+ .cal-week-view .cal-all-day-events .cal-events-row {
2397
+ position: relative;
2398
+ height: 31px;
2399
+ margin-left: 70px;
2400
+ }
2401
+
2402
+ .cal-week-view .cal-all-day-events .cal-event-container {
2403
+ display: inline-block;
2404
+ position: absolute;
2405
+ }
2406
+
2407
+ .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
2408
+ z-index: 1;
2409
+ pointer-events: none;
2410
+ }
2411
+
2412
+ .cal-week-view .cal-all-day-events .cal-event {
2413
+ padding: 0 5px;
2414
+ margin-left: 2px;
2415
+ margin-right: 2px;
2416
+ height: 28px;
2417
+ line-height: 28px;
2418
+ }
2419
+
2420
+ .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
2421
+ border-top-left-radius: 5px;
2422
+ border-bottom-left-radius: 5px;
2423
+ }
2424
+
2425
+ .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
2426
+ border-top-right-radius: 5px;
2427
+ border-bottom-right-radius: 5px;
2428
+ }
2429
+
2430
+ .cal-week-view .cal-all-day-events .cal-time-label-column {
2431
+ display: -webkit-box;
2432
+ display: -ms-flexbox;
2433
+ -js-display: flex;
2434
+ display: flex;
2435
+ -webkit-box-align: center;
2436
+ -ms-flex-align: center;
2437
+ align-items: center;
2438
+ -webkit-box-pack: center;
2439
+ -ms-flex-pack: center;
2440
+ justify-content: center;
2441
+ font-size: 14px;
2442
+ }
2443
+
2444
+ .cal-week-view .cal-all-day-events .cal-resize-handle {
2445
+ width: 6px;
2446
+ height: 100%;
2447
+ cursor: col-resize;
2448
+ position: absolute;
2449
+ top: 0;
2450
+ }
2451
+
2452
+ .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
2453
+ right: 0;
2454
+ }
2455
+
2456
+ .cal-week-view .cal-event,
2457
+ .cal-week-view .cal-header {
2458
+ overflow: hidden;
2459
+ -o-text-overflow: ellipsis;
2460
+ text-overflow: ellipsis;
2461
+ white-space: nowrap;
2462
+ }
2463
+
2464
+ .cal-week-view .cal-drag-active {
2465
+ pointer-events: none;
2466
+ z-index: 1;
2467
+ }
2468
+
2469
+ .cal-week-view .cal-drag-active * {
2470
+ pointer-events: none;
2471
+ }
2472
+
2473
+ .cal-week-view .cal-time-events {
2474
+ position: relative;
2475
+ border: solid 1px;
2476
+ border-top: 0;
2477
+ display: -webkit-box;
2478
+ display: -ms-flexbox;
2479
+ -js-display: flex;
2480
+ display: flex;
2481
+ }
2482
+
2483
+ .cal-week-view .cal-time-events .cal-day-columns {
2484
+ display: -webkit-box;
2485
+ display: -ms-flexbox;
2486
+ -js-display: flex;
2487
+ display: flex;
2488
+ -webkit-box-flex: 1;
2489
+ -ms-flex-positive: 1;
2490
+ flex-grow: 1;
2491
+ }
2492
+
2493
+ .cal-week-view .cal-time-events .cal-day-column {
2494
+ position: relative;
2495
+ }
2496
+
2497
+ .cal-week-view .cal-time-events .cal-event-container {
2498
+ position: absolute;
2499
+ z-index: 1;
2500
+ }
2501
+
2502
+ .cal-week-view .cal-time-events .cal-event {
2503
+ width: calc(100% - 2px);
2504
+ height: calc(100% - 2px);
2505
+ margin: 1px;
2506
+ padding: 0 5px;
2507
+ line-height: 25px;
2508
+ }
2509
+
2510
+ .cal-week-view .cal-time-events .cal-resize-handle {
2511
+ width: 100%;
2512
+ height: 4px;
2513
+ cursor: row-resize;
2514
+ position: absolute;
2515
+ }
2516
+
2517
+ .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
2518
+ bottom: 0;
2519
+ }
2520
+
2521
+ .cal-week-view .cal-hour-segment {
2522
+ position: relative;
2523
+ }
2524
+
2525
+ .cal-week-view .cal-hour-segment::after {
2526
+ content: "\00a0";
2527
+ }
2528
+
2529
+ .cal-week-view .cal-event-container:not(.cal-draggable) {
2530
+ cursor: pointer;
2531
+ }
2532
+
2533
+ .cal-week-view .cal-draggable {
2534
+ cursor: move;
2535
+ }
2536
+
2537
+ .cal-week-view mwl-calendar-week-view-hour-segment,
2538
+ .cal-week-view .cal-hour-segment {
2539
+ display: block;
2540
+ }
2541
+
2542
+ .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
2543
+ .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
2544
+ border-bottom: thin dashed;
2545
+ }
2546
+
2547
+ .cal-week-view .cal-time {
2548
+ font-family: "CircularStd";
2549
+ font-weight: 700;
2550
+ padding-top: 5px;
2551
+ width: 70px;
2552
+ text-align: center;
2553
+ }
2554
+
2555
+ .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
2556
+ display: none;
2557
+ }
2558
+
2559
+ .cal-week-view .cal-starts-within-day .cal-event {
2560
+ border-top-left-radius: 5px;
2561
+ border-top-right-radius: 5px;
2562
+ }
2563
+
2564
+ .cal-week-view .cal-ends-within-day .cal-event {
2565
+ border-bottom-left-radius: 5px;
2566
+ border-bottom-right-radius: 5px;
2567
+ }
2568
+
2569
+ .cal-week-view {
2570
+ background-color: #fff;
2571
+ }
2572
+
2573
+ .cal-week-view .cal-day-headers {
2574
+ border-color: #e1e1e1;
2575
+ }
2576
+
2577
+ .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
2578
+ border-right-color: #e1e1e1;
2579
+ }
2580
+
2581
+ .cal-week-view .cal-day-headers .cal-header:first-child {
2582
+ border-left-color: #e1e1e1;
2583
+ }
2584
+
2585
+ .cal-week-view .cal-day-headers .cal-header:hover,
2586
+ .cal-week-view .cal-day-headers .cal-drag-over {
2587
+ background-color: #ededed;
2588
+ }
2589
+
2590
+ .cal-week-view .cal-day-column {
2591
+ border-left-color: #e1e1e1;
2592
+ }
2593
+
2594
+ .cal-week-view .cal-event {
2595
+ background-color: map-get($foreground, graphic-blue);
2596
+ border-color: map-get($foreground, graphic-blue);
2597
+ color: map-get($foreground, graphic-blue);
2598
+ }
2599
+
2600
+ .cal-week-view .cal-all-day-events {
2601
+ border-color: #e1e1e1;
2602
+ }
2603
+
2604
+ .cal-week-view .cal-header.cal-today {
2605
+ background-color: #e8fde7;
2606
+ }
2607
+
2608
+ .cal-week-view .cal-header.cal-weekend span {
2609
+ color: #8b0000;
2610
+ }
2611
+
2612
+ .cal-week-view .cal-time-events {
2613
+ border-color: #e1e1e1;
2614
+ }
2615
+
2616
+ .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
2617
+ background-color: #ededed;
2618
+ }
2619
+
2620
+ .cal-week-view .cal-hour-odd {
2621
+ background-color: #fafafa;
2622
+ }
2623
+
2624
+ .cal-week-view .cal-drag-over .cal-hour-segment {
2625
+ background-color: #ededed;
2626
+ }
2627
+
2628
+ .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
2629
+ .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
2630
+ border-bottom-color: #e1e1e1;
2631
+ }
2632
+
2633
+ .cal-day-view {
2634
+ /* stylelint-disable-next-line selector-type-no-unknown */
2635
+ }
2636
+
2637
+ .cal-day-view * {
2638
+ -webkit-box-sizing: border-box;
2639
+ box-sizing: border-box;
2640
+ }
2641
+
2642
+ .cal-day-view .cal-hour-rows {
2643
+ width: 100%;
2644
+ border: solid 1px;
2645
+ overflow-x: auto;
2646
+ position: relative;
2647
+ }
2648
+
2649
+ .cal-day-view mwl-calendar-day-view-hour-segment,
2650
+ .cal-day-view .cal-hour-segment {
2651
+ display: block;
2652
+ }
2653
+
2654
+ .cal-day-view .cal-hour-segment::after {
2655
+ content: "\00a0";
2656
+ }
2657
+
2658
+ .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
2659
+ .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
2660
+ border-bottom: thin dashed;
2661
+ }
2662
+
2663
+ .cal-day-view .cal-time {
2664
+ font-family: "CircularStd";
2665
+ font-weight: 700;
2666
+ width: 70px;
2667
+ height: 100%;
2668
+ display: -webkit-box;
2669
+ display: -ms-flexbox;
2670
+ -js-display: flex;
2671
+ display: flex;
2672
+ -webkit-box-pack: center;
2673
+ -ms-flex-pack: center;
2674
+ justify-content: center;
2675
+ -webkit-box-align: center;
2676
+ -ms-flex-align: center;
2677
+ align-items: center;
2678
+ }
2679
+
2680
+ .cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
2681
+ display: none;
2682
+ }
2683
+
2684
+ .cal-day-view .cal-drag-active .cal-hour-segment {
2685
+ pointer-events: none;
2686
+ }
2687
+
2688
+ .cal-day-view .cal-event-container {
2689
+ position: absolute;
2690
+ cursor: pointer;
2691
+ }
2692
+
2693
+ .cal-day-view .cal-event-container.resize-active {
2694
+ z-index: 1;
2695
+ pointer-events: none;
2696
+ }
2697
+
2698
+ .cal-day-view .cal-event {
2699
+ padding: 5px;
2700
+ font-size: 12px;
2701
+ border: 1px solid;
2702
+ -webkit-box-sizing: border-box;
2703
+ box-sizing: border-box;
2704
+ overflow: hidden;
2705
+ -o-text-overflow: ellipsis;
2706
+ text-overflow: ellipsis;
2707
+ white-space: nowrap;
2708
+ height: 100%;
2709
+ }
2710
+
2711
+ .cal-day-view .cal-all-day-events>* {
2712
+ cursor: pointer;
2713
+ }
2714
+
2715
+ .cal-day-view .cal-draggable {
2716
+ cursor: move;
2717
+ }
2718
+
2719
+ .cal-day-view .cal-starts-within-day .cal-event {
2720
+ border-top-left-radius: 5px;
2721
+ border-top-right-radius: 5px;
2722
+ }
2723
+
2724
+ .cal-day-view .cal-ends-within-day .cal-event {
2725
+ border-bottom-left-radius: 5px;
2726
+ border-bottom-right-radius: 5px;
2727
+ }
2728
+
2729
+ .cal-day-view .cal-drag-active {
2730
+ z-index: 1;
2731
+ }
2732
+
2733
+ .cal-day-view .cal-drag-active * {
2734
+ pointer-events: none;
2735
+ }
2736
+
2737
+ .cal-day-view .cal-resize-handle {
2738
+ width: 100%;
2739
+ height: 4px;
2740
+ cursor: row-resize;
2741
+ position: absolute;
2742
+ }
2743
+
2744
+ .cal-day-view .cal-resize-handle.cal-resize-handle-after-end {
2745
+ bottom: 0;
2746
+ }
2747
+
2748
+ .cal-day-view {
2749
+ background-color: #fff;
2750
+ }
2751
+
2752
+ .cal-day-view .cal-hour-rows {
2753
+ border-color: #e1e1e1;
2754
+ }
2755
+
2756
+ .cal-day-view .cal-hour:nth-child(odd) {
2757
+ background-color: #fafafa;
2758
+ }
2759
+
2760
+ .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
2761
+ .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
2762
+ border-bottom-color: #e1e1e1;
2763
+ }
2764
+
2765
+ .cal-day-view .cal-hour-segment:hover,
2766
+ .cal-day-view .cal-drag-over .cal-hour-segment {
2767
+ background-color: #ededed;
2768
+ }
2769
+
2770
+ .cal-day-view .cal-event {
2771
+ background-color: map-get($foreground, graphic-blue);
2772
+ border-color: map-get($foreground, graphic-blue);
2773
+ color: map-get($foreground, graphic-blue);
2774
+ }
2775
+
2776
+ .cal-tooltip {
2777
+ position: absolute;
2778
+ z-index: 1070;
2779
+ display: block;
2780
+ font-style: normal;
2781
+ font-weight: normal;
2782
+ letter-spacing: normal;
2783
+ line-break: auto;
2784
+ line-height: 1.5;
2785
+ text-align: start;
2786
+ text-decoration: none;
2787
+ text-shadow: none;
2788
+ text-transform: none;
2789
+ white-space: normal;
2790
+ word-break: normal;
2791
+ word-spacing: normal;
2792
+ font-size: 11px;
2793
+ word-wrap: break-word;
2794
+ opacity: 0.9;
2795
+ }
2796
+
2797
+ .cal-tooltip.cal-tooltip-top {
2798
+ padding: 5px 0;
2799
+ margin-top: -3px;
2800
+ }
2801
+
2802
+ .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
2803
+ bottom: 0;
2804
+ left: 50%;
2805
+ margin-left: -5px;
2806
+ border-width: 5px 5px 0;
2807
+ }
2808
+
2809
+ .cal-tooltip.cal-tooltip-right {
2810
+ padding: 0 5px;
2811
+ margin-left: 3px;
2812
+ }
2813
+
2814
+ .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
2815
+ top: 50%;
2816
+ left: 0;
2817
+ margin-top: -5px;
2818
+ border-width: 5px 5px 5px 0;
2819
+ }
2820
+
2821
+ .cal-tooltip.cal-tooltip-bottom {
2822
+ padding: 5px 0;
2823
+ margin-top: 3px;
2824
+ }
2825
+
2826
+ .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
2827
+ top: 0;
2828
+ left: 50%;
2829
+ margin-left: -5px;
2830
+ border-width: 0 5px 5px;
2831
+ }
2832
+
2833
+ .cal-tooltip.cal-tooltip-left {
2834
+ padding: 0 5px;
2835
+ margin-left: -3px;
2836
+ }
2837
+
2838
+ .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
2839
+ top: 50%;
2840
+ right: 0;
2841
+ margin-top: -5px;
2842
+ border-width: 5px 0 5px 5px;
2843
+ }
2844
+
2845
+ .cal-tooltip-inner {
2846
+ max-width: 200px;
2847
+ padding: 3px 8px;
2848
+ text-align: center;
2849
+ border-radius: 0.25rem;
2850
+ }
2851
+
2852
+ .cal-tooltip-arrow {
2853
+ position: absolute;
2854
+ width: 0;
2855
+ height: 0;
2856
+ border-color: transparent;
2857
+ border-style: solid;
2858
+ }
2859
+
2860
+ .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
2861
+ border-top-color: #000;
2862
+ }
2863
+
2864
+ .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
2865
+ border-right-color: #000;
2866
+ }
2867
+
2868
+ .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
2869
+ border-bottom-color: #000;
2870
+ }
2871
+
2872
+ .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
2873
+ border-left-color: #000;
2874
+ }
2875
+
2876
+ .cal-tooltip-inner {
2877
+ color: #fff;
2878
+ background-color: #000;
2879
+ }
2880
+ }