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