]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/SchedulerUI.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1037 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / SchedulerUI.css
1
2 DIV#leftPanel
3
4   position: absolute;
5   top: 5.5em;
6   left: 0px;
7   width: 17em;
8   bottom: 0px;
9   overflow: hidden;
10 }
11
12 DIV#schedulerTabs
13 {
14   position: absolute;
15   top: 0.5em;
16   left: .2em;
17   right: .2em;
18   height: 15em;
19 }
20
21 DIV#tasksListView
22 {
23   position: absolute;
24   top: 18em;
25   bottom: 0px;
26   left: .2em;
27   right: .7em;
28   padding: 0px;
29 }
30
31 DIV#tasksListView H2
32 { font-size: 12pt;
33   margin: 0px;
34   margin-left: .25em;
35   padding: 0px; }
36
37 DIV#tasksListView LABEL
38 { margin: .25em; }
39
40 DIV#calendarSelectorView
41 { top: 0px; }
42
43 DIV#calendarsList
44 { height: 100%;
45   padding: 0px;
46   margin: 0px; }
47
48 DIV.colorBox
49 { display: inline;
50   border: 1px solid #333;
51   font-weight: normal; 
52   margin: 0px;
53   font-size: 80%;
54   width: 1em;
55   height: .75em; }
56
57 UL#tasksList, UL#calendarList
58 { cursor: default;
59   margin: .25px;
60   padding: 0px;
61   overflow: auto;
62   border-bottom: 1px solid #fff;
63   border-right: 1px solid #fff;
64   border-top: 2px solid #222;
65   border-left: 2px solid #222;
66   background: #fff;
67   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
68   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
69   list-style-type: none;
70   list-style-image: none; }
71
72 UL#calendarList
73 { clear: both;
74   height: 10.5em;
75   margin: 0px; }
76
77 UL#calendarList LI
78 { white-space: nowrap; }
79
80 UL#calendarList LI.denied
81 { background-color: #fefefe;
82   font-style: italic;
83   color: #f33; }
84
85 UL#tasksList
86 { position: absolute;
87   width: 100%;
88   top: 3em;
89   left: .25em;
90   right: .25em;
91   bottom: .25em; }
92
93 UL#tasksList LI
94 { white-space: nowrap; }
95
96 UL#tasksList LI.overdue
97 { color: #f00; }
98
99 UL#tasksList LI.duetoday
100 { color: #00f; }
101
102 UL#tasksList LI.completed
103 { text-decoration: line-through;
104   color: #000; }
105
106 UL#tasksList LI.duelater
107 { color: #999; }
108
109 UL#tasksList LI[class~="_selected"].overdue
110
111   color: #fff !important;
112   background-color: #f00 !important;
113 }
114
115 UL#tasksList LI[class~="_selected"].duetoday
116
117   color: #fff !important;
118   background-color: #00f !important;
119 }
120
121 UL#tasksList LI[class~="_selected"].duelater
122
123   color: #fff !important;
124   background-color: #999 !important;
125 }
126
127 DIV#rightPanel
128 {
129   position: absolute;
130   top: 5.5em;
131   left: 17em;
132   right: 0px;
133   bottom: 0px;
134   margin: 0px;
135   margin-left: 5px;
136   padding: 0px;
137   overflow: hidden;
138 }
139
140 DIV#appointmentsListView
141
142   position: absolute;
143   background: #fff;
144   height: 16em;
145   top: 2em;
146   left: 0px;
147   width: 100%;
148   overflow: auto;
149 }
150
151 DIV#calendarView
152
153   position: absolute;
154   background: #fff;
155   top: 18em;
156   margin-top: 5px;
157   bottom: 0px;
158   width: 100%;
159   overflow: hidden;
160   border-top: 1px solid #aaa;
161   border-left: 1px solid #aaa;
162 }
163
164 DIV#calendarView A
165
166   text-decoration: none;
167   font: inherit;
168   color: inherit;
169 }
170
171 #verticalDragHandle
172 {
173   cursor: e-resize;
174   top: 7.5em;
175   left: 17em;
176   width: 5px;
177   bottom: 0px;
178 }
179
180 #rightDragHandle
181 {
182   cursor: n-resize;
183   top: 18em;
184   left: 0px;
185   right: 0px;
186   height: 5px;
187 }
188
189 #filterPanel
190 {
191   padding-right: .5em;
192 }
193
194 #dateSelector
195 {
196   margin: 0px auto;
197   background: #fff;
198   border-top: 1px solid #fff; 
199   border-left: 1px solid #fff;
200   border-right: 1px solid #aaa;
201   border-bottom: 1px solid #aaa;
202 }
203
204 #dateSelector > .header
205 { background: #efefef;
206   width: 100%;
207   white-space: nowrap;
208   vertical-align: middle;
209   text-align: center;
210   padding: .2em 0px;
211   margin: 0px;
212   border: 0px; }
213
214 #dateSelector > .header A
215 {
216   width: 1em;
217   padding: .4em .2em;
218 }
219
220 #dateSelector > .header #leftArrow
221 {
222   float: left;
223 }
224
225 #dateSelector > .header #rightArrow
226 {
227   float: right;
228 }
229
230 #dateSelector > .header SPAN
231 { cursor: default;
232   font-size: medium;
233   vertical-align: middle;
234   font-weight: bold;
235   border: 1px solid transparent;
236   margin: .5em .2em; }
237
238 #dateSelector > .header SPAN:hover
239 { border-left: 1px solid #fff;
240   border-top: 1px solid #fff;
241   border-right: 1px solid #ccc;
242   border-bottom: 1px solid #ccc; }
243
244 #dateSelector .dayOfWeek
245 { color: #00f; }
246
247 #dateSelector TABLE#dateSelectorTable TD
248 { width: 14%; }
249
250 #dateSelector TABLE#dateSelectorTable TD TABLE TD
251 { width: 100% }
252
253 #dateSelector TABLE,
254 #dateSelector TABLE TABLE
255 { border-collapse: collapse;
256   margin: 0px auto;
257   width: 100%; }
258
259 #dateSelector TABLE TABLE TD
260
261   cursor: pointer;
262   margin: 0px;
263   padding: 0px;
264   width: 100%;
265   border: 1px solid #fff;
266 }
267
268 #dateSelector TABLE TABLE TD:hover
269 { color: #f00;
270   border: 1px solid #deebf7; }
271
272 #dateSelector .inactiveDay
273 { color: #dedfde; }
274
275 #dateSelector .dayOfToday
276 { background: #deebf7;
277   border: 1px solid #deebf7; }
278
279 #dateSelector TD SPAN
280 { width: 1.5em;
281   height: 1.5em;
282   text-align: center;
283   display: block; }
284
285 #dateSelector TD SPAN A
286 { color: inherit;
287   background: inherit;
288   text-decoration: none; }
289
290 #dateSelector TD:active
291 { background: #ddd;
292   border: 1px solid #deebf7; }
293
294 TABLE#appointmentsList
295 { width: 100%; }
296
297 #dateSelector TD._selected,
298 UL > LI._selected,
299 TABLE#appointmentsList TR._selected TD
300
301   background: #4b6983 !important;
302   color: #fff !important;
303 }
304
305 ._unfocused#dateSelector TD._selected,
306 UL._unfocused > LI._selected,
307 TABLE._unfocused#appointmentsList TR._selected TD
308
309   background: #dbdad5 !important;;
310   color: #fff !important;;
311 }
312
313 SPAN.dayCellLabel
314 { color: #77a;
315   font-weight: bold; }
316
317 SPAN.daysHeader,
318 SPAN.weeksHeader,
319 SPAN.monthsHeader
320 { display: block;
321   white-space: nowrap;
322   background: #dbdad5;
323   overflow: hidden;
324   width: 100%;
325   margin: 0px;
326   height: 2.75em;
327   padding: .1em 1.5em;
328   border: 0px;
329   border-bottom: 1px solid #ccc; }
330
331 SPAN.daysHeader SPAN,
332 SPAN.weeksHeader SPAN,
333 SPAN.monthsHeader SPAN
334 { display: block;
335   margin: .1em;
336   float: left;
337   width: 18%;
338   padding: 0px;
339   text-align: center;
340   border: 1px solid transparent;
341   vertical-align: top; }
342
343 SPAN.daysHeader A,
344 SPAN.weeksHeader A,
345 SPAN.monthsHeader A
346 { padding: 0px .5em; }
347
348 A.leftNavigationArrow,
349 A.rightNavigationArrow
350 { border: 1px solid transparent;
351   padding: .5em;
352   text-align: center;
353   vertical-align: bottom; }
354
355 A.leftNavigationArrow:hover,
356 A.rightNavigationArrow:hover,
357 SPAN.daysHeader A:hover,
358 SPAN.weeksHeader A:hover,
359 SPAN.monthsHeader A:hover
360 { border-left: 1px solid #fff;
361   border-top: 1px solid #fff;
362   border-right: 1px solid #ccc;
363   border-bottom: 1px solid #ccc; }
364
365 A.leftNavigationArrow:active,
366 A.rightNavigationArrow:active,
367 SPAN.daysHeader A:active,
368 SPAN.weeksHeader A:active,
369 SPAN.monthsHeader A:active
370 { border-left: 1px solid #ccc;
371   border-top: 1px solid #ccc;
372   border-right: 1px solid #fff;
373   border-bottom: 1px solid #fff; }
374
375 SPAN.week2, SPAN.month2
376 {
377   font-size: small;
378 }
379
380 SPAN.day2, SPAN.week1, SPAN.month1
381 {
382   font-size: medium;
383 }
384
385 SPAN.day1, SPAN.week0, SPAN.month0
386 {
387   font-size: large;
388 }
389
390 SPAN.day0
391 {
392   font-size: x-large;
393 }
394
395 SPAN.day0, SPAN.week0, SPAN.month0
396 { border-top: 1px solid #aaa !important;
397   border-left: 1px solid #aaa !important;
398   border-bottom: 1px solid #fff !important;
399   border-right: 1px solid #fff !important;
400   background: #ccc;
401   color: #222; }
402
403 A.leftNavigationArrow
404 {
405   position: absolute;
406   display: block;
407   top: .5em;
408   left: .5em;
409 }
410
411 A.rightNavigationArrow
412 {
413   position: absolute;
414   display: block;
415   top: .5em;
416   right: .5em;
417 }
418
419 DIV#calendarContent
420 {
421   position: absolute;
422   top: 3em;
423   padding: 0px;
424   margin: 0px;
425   bottom: 0px;
426   left: 0px;
427   right: 0px;
428   overflow: auto;
429 /*   background-position: top center;
430   background-repeat: no-repeat;
431   background-image: url("/SOGo.woa/WebServerResources/background.jpg");
432  */}
433
434 .menu LI.currentMonth,
435 .menu LI.currentYear
436 {
437   border-top: 1px solid #aaa;
438   border-left: 1px solid #aaa;
439   border-bottom: 1px solid #fff;
440   border-right: 1px solid #fff;
441   background: #ccc;
442   color: #222;
443 }
444
445 DIV.appointmentView
446 { display: block;
447   overflow: hidden;
448   white-space: nowrap;
449   border: 1px solid #000; }
450
451 /* new draggable presentation */
452
453 DIV.daysView
454 { position: relative;
455   margin: 1em;
456   height: 100em;
457   border-bottom: 1px solid #397d94; }
458
459 DIV.daysView DIV.days
460 { position: absolute;
461   top: 0px;
462   bottom: 0px;
463   left: 5em;
464   right: 0px; }
465
466 DIV.multicolumnDayView DIV.lastDayUser
467 { border-right: 1px solid #397d94; }
468
469 DIV.monthView
470 { position: absolute;
471   left: .5em;
472   top: .5em;
473   right: 1em;
474   bottom: 1em;
475   border: 0px;
476   margin: 0px;
477   padding: 0px;
478   min-width: 20em;
479   min-height: 25em; }
480
481 DIV.monthView > DIV,
482 DIV.monthView > DIV.days > DIV
483 { position: absolute;
484   padding: 0px;
485   margin: 0px; }
486
487 DIV.monthView > DIV.headerDay
488 { text-align: center;
489   padding-top: .5em;
490   border-left: 2px solid #397d94 !important;
491   border-top: 2px solid #397d94 !important;
492   top: 0px;
493   color: #397d94;
494   height: 1.5em;
495   font-weight: bold;
496   background: #e7efef; }
497
498 DIV.monthView DIV.dayOfToday
499 { border: 0px solid #397d94;
500   background-color: #deebf7; }
501
502 DIV.monthView DIV.weekEndDay
503 { background-color: #fffbe7; }
504
505 DIV.monthView DIV.dayOfAnotherMonth
506 { background-color: #e7efef; }
507
508 DIV.monthView DIV.selectedDay
509 { background-color: #ffe79c; }
510
511 DIV.monthView DIV.dayHeader
512 { margin-left: 1em;
513   color: #397d94;
514   font-weight: bold; }
515
516 DIV.monthView DIV.days
517 { top: 2em;
518   bottom: 0px;
519   left: 0px;
520   right: 0px; }
521
522 DIV.monthView DIV.day
523 { position: absolute;
524   border-left: 2px solid #397d94;
525   border-top: 2px solid #397d94;
526   min-height: 4em;
527   overflow: auto; }
528
529 DIV.weekOf4
530 { height: 25%; }
531
532 DIV.weekOf5
533 { height: 20%; }
534
535 DIV.weekOf6
536 { height: 16.666667%; }
537
538 DIV.monthView DIV.week0of4,
539 DIV.monthView DIV.week0of5,
540 DIV.monthView DIV.week0of6
541 { top: 0px; }
542
543 DIV.monthView DIV.week1of4
544 { top: 25%; }
545
546 DIV.monthView DIV.week2of4
547 { top: 50%; }
548
549 DIV.monthView DIV.week3of4
550 { top: 75%;
551   border-bottom: 2px solid #397d94 !important; }
552
553 DIV.monthView DIV.week1of5
554 { top: 20%; }
555
556 DIV.monthView DIV.week2of5
557 { top: 40%; }
558
559 DIV.monthView DIV.week3of5
560 { top: 60%; }
561
562 DIV.monthView DIV.week4of5
563 { top: 80%;
564   border-bottom: 2px solid #397d94 !important; }
565
566 DIV.monthView DIV.week1of6
567 { top: 16.666667%; }
568
569 DIV.monthView DIV.week2of6
570 { top: 33.333333%; }
571
572 DIV.monthView DIV.week3of6
573 { top: 50%; }
574
575 DIV.monthView DIV.week4of6
576 { top: 66.666667%; }
577
578 DIV.monthView DIV.week5of6
579 { top: 83.333333%;
580   border-bottom: 2px solid #397d94 !important; }
581
582 DIV.monthView DIV.week3
583 { top: 45%; }
584
585 DIV.monthView DIV.week4
586 { top: 60%; }
587
588 DIV.monthView DIV.week5
589 { top: 75%; }
590
591 DIV.monthView DIV.week6
592 { top: 90%; }
593
594 DIV.daysView DIV.day
595 { position: absolute;
596   border-left: 1px solid #397d94;
597   left: 0px;
598   top: 0px;
599   bottom: 0px; }
600
601 DIV.daysView > DIV.days > DIV.day > DIV.header
602 { height: 3.5em;
603   padding-top: .5em;
604   border: 0px;
605   border-top: 1px solid #397d94;
606   font-weight: bold;
607   text-align: center;
608   background: #e7efef;
609   color: #397d94; }
610
611 DIV.daysView > DIV.days > DIV.dayOfToday
612 { background-color: #deebf7; }
613
614 DIV.daysView > DIV.days > DIV.weekEndDay
615 { background-color: #fffbe7; }
616
617 DIV.daysView > DIV.days > DIV.selectedDay
618 { background-color: #ffe79c; }
619
620 DIV.daysViewFor1Days DIV.day
621 { width: 100%;
622   border-right: 1px solid #397d94;
623   left: 0px; }
624
625 DIV.monthView DIV.headerDay,
626 DIV.monthView DIV.day,
627 DIV.daysViewFor7Days DIV.day
628 { width: 14.2857%; }
629
630 DIV.monthView DIV.day1,
631 DIV.daysViewFor7Days DIV.day1
632 { left: 0px; }
633
634 DIV.monthView DIV.day2,
635 DIV.daysViewFor7Days DIV.day2
636 { left: 14.2857%; }
637
638 DIV.monthView DIV.day3,
639 DIV.daysViewFor7Days DIV.day3
640 { left: 28.5714%; }
641
642 DIV.monthView DIV.day4,
643 DIV.daysViewFor7Days DIV.day4
644 { left: 42.8571%; }
645
646 DIV.monthView DIV.day5,
647 DIV.daysViewFor7Days DIV.day5
648 { left: 57.1428%; }
649
650 DIV.monthView DIV.day6,
651 DIV.daysViewFor7Days DIV.day6
652 { left: 71.4285%; }
653
654 DIV.monthView DIV.day0
655 { left: 85.7142%;
656   border-right: 2px solid #397d94; }
657
658 DIV.daysViewFor7Days DIV.day0
659 { left: 85.7142%;
660   border-right: 1px solid #397d94; }
661
662 DIV.daysView > DIV.hours
663 { position: absolute;
664   border: 0px;
665   left: 0px;
666   top: 4em;
667   width: 4.5em;
668   height: 95.5em;
669   font-weight: bold;
670   color: #77a;
671   margin: 0px;
672   padding-top: .5em;
673   padding-right: .5em;
674   border-left: 1px solid #397d94;
675   background: #e7efef;
676   text-align: right; }
677
678 DIV.daysView > DIV.hours > DIV.hour
679 { height: 4em; }
680
681 DIV.daysView > DIV.hourLines > DIV.hourLine
682 { position: absolute;
683   z-index: 1;
684   height: 1px;
685   left: 0px;
686   right: 0px;
687   border-top: 1px solid #397d94; }
688
689 DIV.clickableHourCell
690 { width: 100%;
691   height: 4em; }
692
693 DIV.clickableHourCell0
694 { top: 0px; }
695
696 DIV.clickableHourCell1,
697 DIV.daysView > DIV.hourLines > DIV.hourLine0
698 { top: 4em; }
699
700 DIV.clickableHourCell2,
701 DIV.daysView > DIV.hourLines > DIV.hourLine1
702 { top: 8em; }
703
704 DIV.clickableHourCell3,
705 DIV.daysView > DIV.hourLines > DIV.hourLine2
706 { top: 12em; }
707
708 DIV.clickableHourCell3,
709 DIV.daysView > DIV.hourLines > DIV.hourLine3
710 { top: 16em; }
711
712 DIV.clickableHourCell5,
713 DIV.daysView > DIV.hourLines > DIV.hourLine4
714 { top: 20em; }
715
716 DIV.clickableHourCell4,
717 DIV.daysView > DIV.hourLines > DIV.hourLine5
718 { top: 24em; }
719
720 DIV.clickableHourCell5,
721 DIV.daysView > DIV.hourLines > DIV.hourLine6
722 { top: 28em; }
723
724 DIV.clickableHourCell6,
725 DIV.daysView > DIV.hourLines > DIV.hourLine7
726 { top: 32em; }
727
728 DIV.clickableHourCell7,
729 DIV.daysView > DIV.hourLines > DIV.hourLine8
730 { top: 36em; }
731
732 DIV.clickableHourCell8,
733 DIV.daysView > DIV.hourLines > DIV.hourLine9
734 { top: 40em; }
735
736 DIV.clickableHourCell9,
737 DIV.daysView > DIV.hourLines > DIV.hourLine10
738 { top: 44em; }
739
740 DIV.clickableHourCell10,
741 DIV.daysView > DIV.hourLines > DIV.hourLine11
742 { top: 48em; }
743
744 DIV.clickableHourCell11,
745 DIV.daysView > DIV.hourLines > DIV.hourLine12
746 { top: 52em; }
747
748 DIV.clickableHourCell12,
749 DIV.daysView > DIV.hourLines > DIV.hourLine13
750 { top: 56em; }
751
752 DIV.clickableHourCell13,
753 DIV.daysView > DIV.hourLines > DIV.hourLine14
754 { top: 60em; }
755
756 DIV.clickableHourCell14,
757 DIV.daysView > DIV.hourLines > DIV.hourLine15
758 { top: 64em; }
759
760 DIV.clickableHourCell15,
761 DIV.daysView > DIV.hourLines > DIV.hourLine16
762 { top: 68em; }
763
764 DIV.clickableHourCell16,
765 DIV.daysView > DIV.hourLines > DIV.hourLine17
766 { top: 72em; }
767
768 DIV.clickableHourCell17,
769 DIV.daysView > DIV.hourLines > DIV.hourLine18
770 { top: 76em; }
771
772 DIV.clickableHourCell18,
773 DIV.daysView > DIV.hourLines > DIV.hourLine19
774 { top: 80em; }
775
776 DIV.clickableHourCell19,
777 DIV.daysView > DIV.hourLines > DIV.hourLine20
778 { top: 84em; }
779
780 DIV.clickableHourCell20,
781 DIV.daysView > DIV.hourLines > DIV.hourLine21
782 { top: 88em; }
783
784 DIV.clickableHourCell21,
785 DIV.daysView > DIV.hourLines > DIV.hourLine22
786 { top: 92em; }
787
788 DIV.clickableHourCell22,
789 DIV.daysView > DIV.hourLines > DIV.hourLine23
790 { top: 96em; }
791
792 DIV.daysView DIV.appointments
793 { position: absolute;
794   z-index: 2;
795   border-top: 1px solid #397d94;
796   left: 0px;
797   right: 0px;
798   bottom: 0px;
799   top: 4em; }
800
801 DIV.appointments > DIV.appointment
802 { cursor: default;
803   position: absolute;
804   left: 0px;
805   right: 1px;
806   padding: 1px; }
807
808 DIV[class~="appointment"]._selected > DIV.appointmentInside
809 { -moz-opacity: 0.7; }
810
811 DIV.appointment > DIV.appointmentInside
812 { position: absolute;
813   overflow: hidden;
814   top: 1px;
815   bottom: 5px;
816   left: 2px;
817   right: 2px; }
818
819 DIV.shadow
820 { position: absolute;
821   background-color: #000; }
822
823 DIV.shadow1
824 { left: 0px;
825   right: 0px;
826   top: 2px;
827   bottom: 3px;
828   -moz-opacity: 0.1; }
829
830 DIV.shadow2
831 { left: 1px;
832   right: 1px;
833   top: 1px;
834   bottom: 2px;
835   -moz-opacity: 0.1; }
836
837 DIV.shadow3
838 { left: 2px;
839   right: 2px;
840   top: 0px;
841   bottom: 3px;
842   -moz-opacity: 0.1; }
843
844 DIV.shadow4
845 { left: 3px;
846   right: 3px;
847   top: 3px;
848   bottom: 4px;
849   -moz-opacity: 0.4; }
850
851 DIV.gradient, DIV.text
852 { position: absolute;
853   top: 2px;
854   left: 2px;
855   right: 2px;
856   bottom: 2px;
857   overflow: hidden; }
858
859 DIV.gradient > IMG
860 { height: 100%;
861   width: 100%; }
862
863 DIV.monthView DIV.appointment
864 { position: relative;
865   cursor: default;
866   white-space: nowrap;
867   margin: 2px;
868   margin-right: 3px;
869   padding: 1px;
870   height: 1.5em; }
871
872 DIV.appointment DIV.text
873 { font-size: 80%; }
874
875 DIV.daysView DIV[class~="appointment"].starts0
876 { top: 0.000000%; }
877
878 DIV.daysView DIV[class~="appointment"].starts1
879 { top: 1.041667%; }
880
881 DIV.daysView DIV[class~="appointment"].starts2
882 { top: 2.083333%; }
883
884 DIV.daysView DIV[class~="appointment"].starts3
885 { top: 3.125000%; }
886
887 DIV.daysView DIV[class~="appointment"].starts4
888 { top: 4.166667%; }
889
890 DIV.daysView DIV[class~="appointment"].starts5
891 { top: 5.208333%; }
892
893 DIV.daysView DIV[class~="appointment"].starts6
894 { top: 6.250000%; }
895
896 DIV.daysView DIV[class~="appointment"].starts7
897 { top: 7.291667%; }
898
899 DIV.daysView DIV[class~="appointment"].starts8
900 { top: 8.333333%; }
901
902 DIV.daysView DIV[class~="appointment"].starts9
903 { top: 9.375000%; }
904
905 DIV.daysView DIV[class~="appointment"].starts10
906 { top: 10.416667%; }
907
908 DIV.daysView DIV[class~="appointment"].starts11
909 { top: 11.458333%; }
910
911 DIV.daysView DIV[class~="appointment"].starts12
912 { top: 12.500000%; }
913
914 DIV.daysView DIV[class~="appointment"].starts13
915 { top: 13.541667%; }
916
917 DIV.daysView DIV[class~="appointment"].starts14
918 { top: 14.583333%; }
919
920 DIV.daysView DIV[class~="appointment"].starts15
921 { top: 15.625000%; }
922
923 DIV.daysView DIV[class~="appointment"].starts16
924 { top: 16.666667%; }
925
926 DIV.daysView DIV[class~="appointment"].starts17
927 { top: 17.708333%; }
928
929 DIV.daysView DIV[class~="appointment"].starts18
930 { top: 18.750000%; }
931
932 DIV.daysView DIV[class~="appointment"].starts19
933 { top: 19.791667%; }
934
935 DIV.daysView DIV[class~="appointment"].starts20
936 { top: 20.833333%; }
937
938 DIV.daysView DIV[class~="appointment"].starts21
939 { top: 21.875000%; }
940
941 DIV.daysView DIV[class~="appointment"].starts22
942 { top: 22.916667%; }
943
944 DIV.daysView DIV[class~="appointment"].starts23
945 { top: 23.958333%; }
946
947 DIV.daysView DIV[class~="appointment"].starts24
948 { top: 25.000000%; }
949
950 DIV.daysView DIV[class~="appointment"].starts25
951 { top: 26.041667%; }
952
953 DIV.daysView DIV[class~="appointment"].starts26
954 { top: 27.083333%; }
955
956 DIV.daysView DIV[class~="appointment"].starts27
957 { top: 28.125000%; }
958
959 DIV.daysView DIV[class~="appointment"].starts28
960 { top: 29.166667%; }
961
962 DIV.daysView DIV[class~="appointment"].starts29
963 { top: 30.208333%; }
964
965 DIV.daysView DIV[class~="appointment"].starts30
966 { top: 31.250000%; }
967
968 DIV.daysView DIV[class~="appointment"].starts31
969 { top: 32.291667%; }
970
971 DIV.daysView DIV[class~="appointment"].starts32
972 { top: 33.333333%; }
973
974 DIV.daysView DIV[class~="appointment"].starts33
975 { top: 34.375000%; }
976
977 DIV.daysView DIV[class~="appointment"].starts34
978 { top: 35.416667%; }
979
980 DIV.daysView DIV[class~="appointment"].starts35
981 { top: 36.458333%; }
982
983 DIV.daysView DIV[class~="appointment"].starts36
984 { top: 37.500000%; }
985
986 DIV.daysView DIV[class~="appointment"].starts37
987 { top: 38.541667%; }
988
989 DIV.daysView DIV[class~="appointment"].starts38
990 { top: 39.583333%; }
991
992 DIV.daysView DIV[class~="appointment"].starts39
993 { top: 40.625000%; }
994
995 DIV.daysView DIV[class~="appointment"].starts40
996 { top: 41.666667%; }
997
998 DIV.daysView DIV[class~="appointment"].starts41
999 { top: 42.708333%; }
1000
1001 DIV.daysView DIV[class~="appointment"].starts42
1002 { top: 43.750000%; }
1003
1004 DIV.daysView DIV[class~="appointment"].starts43
1005 { top: 44.791667%; }
1006
1007 DIV.daysView DIV[class~="appointment"].starts44
1008 { top: 45.833333%; }
1009
1010 DIV.daysView DIV[class~="appointment"].starts45
1011 { top: 46.875000%; }
1012
1013 DIV.daysView DIV[class~="appointment"].starts46
1014 { top: 47.916667%; }
1015
1016 DIV.daysView DIV[class~="appointment"].starts47
1017 { top: 48.958333%; }
1018
1019 DIV.daysView DIV[class~="appointment"].starts48
1020 { top: 50.000000%; }
1021
1022 DIV.daysView DIV[class~="appointment"].starts49
1023 { top: 51.041667%; }
1024
1025 DIV.daysView DIV[class~="appointment"].starts50
1026 { top: 52.083333%; }
1027
1028 DIV.daysView DIV[class~="appointment"].starts51
1029 { top: 53.125000%; }
1030
1031 DIV.daysView DIV[class~="appointment"].starts52
1032 { top: 54.166667%; }
1033
1034 DIV.daysView DIV[class~="appointment"].starts53
1035 { top: 55.208333%; }
1036
1037 DIV.daysView DIV[class~="appointment"].starts54
1038 { top: 56.250000%; }
1039
1040 DIV.daysView DIV[class~="appointment"].starts55
1041 { top: 57.291667%; }
1042
1043 DIV.daysView DIV[class~="appointment"].starts56
1044 { top: 58.333333%; }
1045
1046 DIV.daysView DIV[class~="appointment"].starts57
1047 { top: 59.375000%; }
1048
1049 DIV.daysView DIV[class~="appointment"].starts58
1050 { top: 60.416667%; }
1051
1052 DIV.daysView DIV[class~="appointment"].starts59
1053 { top: 61.458333%; }
1054
1055 DIV.daysView DIV[class~="appointment"].starts60
1056 { top: 62.500000%; }
1057
1058 DIV.daysView DIV[class~="appointment"].starts61
1059 { top: 63.541667%; }
1060
1061 DIV.daysView DIV[class~="appointment"].starts62
1062 { top: 64.583333%; }
1063
1064 DIV.daysView DIV[class~="appointment"].starts63
1065 { top: 65.625000%; }
1066
1067 DIV.daysView DIV[class~="appointment"].starts64
1068 { top: 66.666667%; }
1069
1070 DIV.daysView DIV[class~="appointment"].starts65
1071 { top: 67.708333%; }
1072
1073 DIV.daysView DIV[class~="appointment"].starts66
1074 { top: 68.750000%; }
1075
1076 DIV.daysView DIV[class~="appointment"].starts67
1077 { top: 69.791667%; }
1078
1079 DIV.daysView DIV[class~="appointment"].starts68
1080 { top: 70.833333%; }
1081
1082 DIV.daysView DIV[class~="appointment"].starts69
1083 { top: 71.875000%; }
1084
1085 DIV.daysView DIV[class~="appointment"].starts70
1086 { top: 72.916667%; }
1087
1088 DIV.daysView DIV[class~="appointment"].starts71
1089 { top: 73.958333%; }
1090
1091 DIV.daysView DIV[class~="appointment"].starts72
1092 { top: 75.000000%; }
1093
1094 DIV.daysView DIV[class~="appointment"].starts73
1095 { top: 76.041667%; }
1096
1097 DIV.daysView DIV[class~="appointment"].starts74
1098 { top: 77.083333%; }
1099
1100 DIV.daysView DIV[class~="appointment"].starts75
1101 { top: 78.125000%; }
1102
1103 DIV.daysView DIV[class~="appointment"].starts76
1104 { top: 79.166667%; }
1105
1106 DIV.daysView DIV[class~="appointment"].starts77
1107 { top: 80.208333%; }
1108
1109 DIV.daysView DIV[class~="appointment"].starts78
1110 { top: 81.250000%; }
1111
1112 DIV.daysView DIV[class~="appointment"].starts79
1113 { top: 82.291667%; }
1114
1115 DIV.daysView DIV[class~="appointment"].starts80
1116 { top: 83.333333%; }
1117
1118 DIV.daysView DIV[class~="appointment"].starts81
1119 { top: 84.375000%; }
1120
1121 DIV.daysView DIV[class~="appointment"].starts82
1122 { top: 85.416667%; }
1123
1124 DIV.daysView DIV[class~="appointment"].starts83
1125 { top: 86.458333%; }
1126
1127 DIV.daysView DIV[class~="appointment"].starts84
1128 { top: 87.500000%; }
1129
1130 DIV.daysView DIV[class~="appointment"].starts85
1131 { top: 88.541667%; }
1132
1133 DIV.daysView DIV[class~="appointment"].starts86
1134 { top: 89.583333%; }
1135
1136 DIV.daysView DIV[class~="appointment"].starts87
1137 { top: 90.625000%; }
1138
1139 DIV.daysView DIV[class~="appointment"].starts88
1140 { top: 91.666667%; }
1141
1142 DIV.daysView DIV[class~="appointment"].starts89
1143 { top: 92.708333%; }
1144
1145 DIV.daysView DIV[class~="appointment"].starts90
1146 { top: 93.750000%; }
1147
1148 DIV.daysView DIV[class~="appointment"].starts91
1149 { top: 94.791667%; }
1150
1151 DIV.daysView DIV[class~="appointment"].starts92
1152 { top: 95.833333%; }
1153
1154 DIV.daysView DIV[class~="appointment"].starts93
1155 { top: 96.875000%; }
1156
1157 DIV.daysView DIV[class~="appointment"].starts94
1158 { top: 97.916667%; }
1159
1160 DIV.daysView DIV[class~="appointment"].starts95
1161 { top: 98.958333%; }
1162
1163 DIV.daysView DIV[class~="appointment"].starts96
1164 { top: 100.000000%; }
1165
1166 DIV.daysView DIV[class~="appointment"].lasts0
1167 { height: 0px; }
1168
1169 DIV.daysView DIV[class~="appointment"].lasts1
1170 { height: 1.041667%; }
1171
1172 DIV.daysView DIV[class~="appointment"].lasts2
1173 { height: 2.083333%; }
1174
1175 DIV.daysView DIV[class~="appointment"].lasts3
1176 { height: 3.125000%; }
1177
1178 DIV.daysView DIV[class~="appointment"].lasts4
1179 { height: 4.166667%; }
1180
1181 DIV.daysView DIV[class~="appointment"].lasts5
1182 { height: 5.208333%; }
1183
1184 DIV.daysView DIV[class~="appointment"].lasts6
1185 { height: 6.250000%; }
1186
1187 DIV.daysView DIV[class~="appointment"].lasts7
1188 { height: 7.291667%; }
1189
1190 DIV.daysView DIV[class~="appointment"].lasts8
1191 { height: 8.333333%; }
1192
1193 DIV.daysView DIV[class~="appointment"].lasts9
1194 { height: 9.375000%; }
1195
1196 DIV.daysView DIV[class~="appointment"].lasts10
1197 { height: 10.416667%; }
1198
1199 DIV.daysView DIV[class~="appointment"].lasts11
1200 { height: 11.458333%; }
1201
1202 DIV.daysView DIV[class~="appointment"].lasts12
1203 { height: 12.500000%; }
1204
1205 DIV.daysView DIV[class~="appointment"].lasts13
1206 { height: 13.541667%; }
1207
1208 DIV.daysView DIV[class~="appointment"].lasts14
1209 { height: 14.583333%; }
1210
1211 DIV.daysView DIV[class~="appointment"].lasts15
1212 { height: 15.625000%; }
1213
1214 DIV.daysView DIV[class~="appointment"].lasts16
1215 { height: 16.666667%; }
1216
1217 DIV.daysView DIV[class~="appointment"].lasts17
1218 { height: 17.708333%; }
1219
1220 DIV.daysView DIV[class~="appointment"].lasts18
1221 { height: 18.750000%; }
1222
1223 DIV.daysView DIV[class~="appointment"].lasts19
1224 { height: 19.791667%; }
1225
1226 DIV.daysView DIV[class~="appointment"].lasts20
1227 { height: 20.833333%; }
1228
1229 DIV.daysView DIV[class~="appointment"].lasts21
1230 { height: 21.875000%; }
1231
1232 DIV.daysView DIV[class~="appointment"].lasts22
1233 { height: 22.916667%; }
1234
1235 DIV.daysView DIV[class~="appointment"].lasts23
1236 { height: 23.958333%; }
1237
1238 DIV.daysView DIV[class~="appointment"].lasts24
1239 { height: 25.000000%; }
1240
1241 DIV.daysView DIV[class~="appointment"].lasts25
1242 { height: 26.041667%; }
1243
1244 DIV.daysView DIV[class~="appointment"].lasts26
1245 { height: 27.083333%; }
1246
1247 DIV.daysView DIV[class~="appointment"].lasts27
1248 { height: 28.125000%; }
1249
1250 DIV.daysView DIV[class~="appointment"].lasts28
1251 { height: 29.166667%; }
1252
1253 DIV.daysView DIV[class~="appointment"].lasts29
1254 { height: 30.208333%; }
1255
1256 DIV.daysView DIV[class~="appointment"].lasts30
1257 { height: 31.250000%; }
1258
1259 DIV.daysView DIV[class~="appointment"].lasts31
1260 { height: 32.291667%; }
1261
1262 DIV.daysView DIV[class~="appointment"].lasts32
1263 { height: 33.333333%; }
1264
1265 DIV.daysView DIV[class~="appointment"].lasts33
1266 { height: 34.375000%; }
1267
1268 DIV.daysView DIV[class~="appointment"].lasts34
1269 { height: 35.416667%; }
1270
1271 DIV.daysView DIV[class~="appointment"].lasts35
1272 { height: 36.458333%; }
1273
1274 DIV.daysView DIV[class~="appointment"].lasts36
1275 { height: 37.500000%; }
1276
1277 DIV.daysView DIV[class~="appointment"].lasts37
1278 { height: 38.541667%; }
1279
1280 DIV.daysView DIV[class~="appointment"].lasts38
1281 { height: 39.583333%; }
1282
1283 DIV.daysView DIV[class~="appointment"].lasts39
1284 { height: 40.625000%; }
1285
1286 DIV.daysView DIV[class~="appointment"].lasts40
1287 { height: 41.666667%; }
1288
1289 DIV.daysView DIV[class~="appointment"].lasts41
1290 { height: 42.708333%; }
1291
1292 DIV.daysView DIV[class~="appointment"].lasts42
1293 { height: 43.750000%; }
1294
1295 DIV.daysView DIV[class~="appointment"].lasts43
1296 { height: 44.791667%; }
1297
1298 DIV.daysView DIV[class~="appointment"].lasts44
1299 { height: 45.833333%; }
1300
1301 DIV.daysView DIV[class~="appointment"].lasts45
1302 { height: 46.875000%; }
1303
1304 DIV.daysView DIV[class~="appointment"].lasts46
1305 { height: 47.916667%; }
1306
1307 DIV.daysView DIV[class~="appointment"].lasts47
1308 { height: 48.958333%; }
1309
1310 DIV.daysView DIV[class~="appointment"].lasts48
1311 { height: 50.000000%; }
1312
1313 DIV.daysView DIV[class~="appointment"].lasts49
1314 { height: 51.041667%; }
1315
1316 DIV.daysView DIV[class~="appointment"].lasts50
1317 { height: 52.083333%; }
1318
1319 DIV.daysView DIV[class~="appointment"].lasts51
1320 { height: 53.125000%; }
1321
1322 DIV.daysView DIV[class~="appointment"].lasts52
1323 { height: 54.166667%; }
1324
1325 DIV.daysView DIV[class~="appointment"].lasts53
1326 { height: 55.208333%; }
1327
1328 DIV.daysView DIV[class~="appointment"].lasts54
1329 { height: 56.250000%; }
1330
1331 DIV.daysView DIV[class~="appointment"].lasts55
1332 { height: 57.291667%; }
1333
1334 DIV.daysView DIV[class~="appointment"].lasts56
1335 { height: 58.333333%; }
1336
1337 DIV.daysView DIV[class~="appointment"].lasts57
1338 { height: 59.375000%; }
1339
1340 DIV.daysView DIV[class~="appointment"].lasts58
1341 { height: 60.416667%; }
1342
1343 DIV.daysView DIV[class~="appointment"].lasts59
1344 { height: 61.458333%; }
1345
1346 DIV.daysView DIV[class~="appointment"].lasts60
1347 { height: 62.500000%; }
1348
1349 DIV.daysView DIV[class~="appointment"].lasts61
1350 { height: 63.541667%; }
1351
1352 DIV.daysView DIV[class~="appointment"].lasts62
1353 { height: 64.583333%; }
1354
1355 DIV.daysView DIV[class~="appointment"].lasts63
1356 { height: 65.625000%; }
1357
1358 DIV.daysView DIV[class~="appointment"].lasts64
1359 { height: 66.666667%; }
1360
1361 DIV.daysView DIV[class~="appointment"].lasts65
1362 { height: 67.708333%; }
1363
1364 DIV.daysView DIV[class~="appointment"].lasts66
1365 { height: 68.750000%; }
1366
1367 DIV.daysView DIV[class~="appointment"].lasts67
1368 { height: 69.791667%; }
1369
1370 DIV.daysView DIV[class~="appointment"].lasts68
1371 { height: 70.833333%; }
1372
1373 DIV.daysView DIV[class~="appointment"].lasts69
1374 { height: 71.875000%; }
1375
1376 DIV.daysView DIV[class~="appointment"].lasts70
1377 { height: 72.916667%; }
1378
1379 DIV.daysView DIV[class~="appointment"].lasts71
1380 { height: 73.958333%; }
1381
1382 DIV.daysView DIV[class~="appointment"].lasts72
1383 { height: 75.000000%; }
1384
1385 DIV.daysView DIV[class~="appointment"].lasts73
1386 { height: 76.041667%; }
1387
1388 DIV.daysView DIV[class~="appointment"].lasts74
1389 { height: 77.083333%; }
1390
1391 DIV.daysView DIV[class~="appointment"].lasts75
1392 { height: 78.125000%; }
1393
1394 DIV.daysView DIV[class~="appointment"].lasts76
1395 { height: 79.166667%; }
1396
1397 DIV.daysView DIV[class~="appointment"].lasts77
1398 { height: 80.208333%; }
1399
1400 DIV.daysView DIV[class~="appointment"].lasts78
1401 { height: 81.250000%; }
1402
1403 DIV.daysView DIV[class~="appointment"].lasts79
1404 { height: 82.291667%; }
1405
1406 DIV.daysView DIV[class~="appointment"].lasts80
1407 { height: 83.333333%; }
1408
1409 DIV.daysView DIV[class~="appointment"].lasts81
1410 { height: 84.375000%; }
1411
1412 DIV.daysView DIV[class~="appointment"].lasts82
1413 { height: 85.416667%; }
1414
1415 DIV.daysView DIV[class~="appointment"].lasts83
1416 { height: 86.458333%; }
1417
1418 DIV.daysView DIV[class~="appointment"].lasts84
1419 { height: 87.500000%; }
1420
1421 DIV.daysView DIV[class~="appointment"].lasts85
1422 { height: 88.541667%; }
1423
1424 DIV.daysView DIV[class~="appointment"].lasts86
1425 { height: 89.583333%; }
1426
1427 DIV.daysView DIV[class~="appointment"].lasts87
1428 { height: 90.625000%; }
1429
1430 DIV.daysView DIV[class~="appointment"].lasts88
1431 { height: 91.666667%; }
1432
1433 DIV.daysView DIV[class~="appointment"].lasts89
1434 { height: 92.708333%; }
1435
1436 DIV.daysView DIV[class~="appointment"].lasts90
1437 { height: 93.750000%; }
1438
1439 DIV.daysView DIV[class~="appointment"].lasts91
1440 { height: 94.791667%; }
1441
1442 DIV.daysView DIV[class~="appointment"].lasts92
1443 { height: 95.833333%; }
1444
1445 DIV.daysView DIV[class~="appointment"].lasts93
1446 { height: 96.875000%; }
1447
1448 DIV.daysView DIV[class~="appointment"].lasts94
1449 { height: 97.916667%; }
1450
1451 DIV.daysView DIV[class~="appointment"].lasts95
1452 { height: 98.958333%; }
1453
1454 DIV.daysView DIV[class~="appointment"].lasts96
1455 { height: 100.000000%; }