]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
some work on vier nav-notification-menu
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img {
11   border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19 /*        width: 80%;*/
20 }
21
22 #adminpage .screenshot img {
23   width: 640px;
24 }
25
26 #pending-update {
27         float:right;
28         color: #ffffff;
29         font-weight: bold;
30         background-color: #FF0000;
31         padding: 0em 0.3em;
32 }
33
34 .admin.linklist {
35         border: 0px;
36         padding: 0px;
37         list-style: none;
38         margin-top: 0px;
39 }
40
41 .admin.link {
42         list-style-position: inside;
43         font-size: 1em;
44 /*        padding-left: 5px;
45         margin: 5px; */
46 }
47
48 #adminpage dl {
49         clear: left;
50         margin-bottom: 2px;
51         padding-bottom: 2px;
52         border-bottom: 1px solid black;
53 }
54
55 #adminpage dt {
56         width: 200px;
57         float: left;
58         font-weight: bold;
59 }
60
61 #adminpage dd {
62         margin-left: 200px;
63 }
64 #adminpage h3 {
65         border-bottom: 1px solid #898989;
66         margin-bottom: 5px;
67         margin-top: 10px;
68 }
69
70 #adminpage .submit {
71         clear:left;
72 }
73
74 #adminpage #pluginslist {
75         margin: 0px; padding: 0px;
76 }
77
78 #adminpage .plugin {
79         list-style: none;
80         display: block;
81         /* border: 1px solid #888888; */
82         padding: 1em;
83         margin-bottom: 5px;
84         clear: left;
85 }
86
87 #adminpage .toggleplugin {
88         float:left;
89         margin-right: 1em;
90 }
91
92 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
93 #adminpage table th { text-align: left;}
94 #adminpage td .icon { float: left;}
95 #adminpage table#users img { width: 16px; height: 16px; }
96 #adminpage table tr:hover { background-color: #eeeeee; }
97 #adminpage .selectall { text-align: right; }
98 /* icons */
99
100 /*
101 .article        { background-position: -50px  0px;}
102 .block          { background-position: -90px  0px;}
103 .drophide       { background-position: -130px 0px;}
104
105 .noglobe        { background-position: -70px  -20px;}
106 .no             { background-position: -90px  -20px;}
107 .recycle        { background-position: -190px -20px;}
108 .remote-link    { background-position: -210px -20px;}
109 .share          { background-position: -230px -20px;}
110
111 .tools          { background-position: -50px  -40px;}
112
113 .youtube        { background-position: -130px -40px;}
114
115 .language       { background-position: -210px -40px;}
116
117 .prev           { background-position: -90px  -60px;}
118 .next           { background-position: -110px -60px;}
119 .tagged     { background-position: -130px -60px;}
120 */
121
122 .icon.drop, .icon.drophide {
123  float: left;
124 }
125
126
127 .icon {
128   background-color: transparent ;
129   background-repeat: no-repeat;
130   width: 18px;
131   height: 18px;
132   /* display: block; */
133   display: inline-block;
134   overflow: hidden;
135   padding: 1px;
136   color: #999;
137   vertical-align: text-top;
138 }
139
140 .icon:hover {
141   text-decoration: none;
142   color: #000;
143 }
144
145 .icon a:hover {
146 }
147
148 .icon.text {
149   text-indent: 0px;
150 }
151 .icon.s10 {
152 /*  min-width: 10px;
153   height: 10px; */
154  /* font-size: 10px; */
155 }
156 .icon.s10.text {
157   padding: 2px 0px 0px 15px;
158   font-size: 10px;
159 }
160 .icon.s16 {
161   min-width: 16px;
162   height: 16px;
163 }
164 .icon.s16.text {
165   padding: 4px 0px 0px 20px;
166   font-size: 10px;
167 }
168 .wall-item-decor .icon.s22.lock {
169   color: #888;
170 }
171 .wall-item-decor .icon.s22.lock:hover {
172   color: #000;
173   text-decoration: none;
174 }
175 .icon.s22 {
176   min-width: 22px;
177   height: 22px;
178 }
179 /*.icon.s22.notify {
180   color: gray;
181 }*/
182 .icon.s22.text {
183   padding: 10px 0px 0px 25px;
184   width: 230px;
185   font-size: 1em;
186 }
187 .icon.s48 {
188   width: 48px;
189   height: 48px;
190 }
191 .sparkle {
192         cursor: url('lock.cur'), pointer;
193 }
194
195 #birthday-title, #event-title {
196   font-weight: bold;
197   margin-bottom: 5px;
198 }
199
200 div.pager a {
201   margin-left: 5px;
202   margin-right: 5px;
203 }
204
205 span.pager_first a, span.pager_n a,
206 span.pager_last a, span.pager_prev a, span.pager_next a,
207 span.scroll_loader_text {
208   color: darkgray;
209 }
210
211 div.pager {
212   clear: left;
213   text-align: center;
214 /*
215   height: 1.2em;
216   padding-bottom: 12px;
217   color: black;
218   background-color: #f2f2f2;
219   margin-top: 5px;
220   padding: 1%;
221   height: 1em;
222   margin-bottom: 5px;
223 */
224 }
225
226 .birthday-notice, .event-notice {
227   margin-top: 5px;
228   margin-bottom: 5px;
229   background-color: #F5F5F5;
230 }
231
232 #live-network {
233 /*  border-bottom: 1px solid #BDCDD4; */
234   border-bottom: 1px solid #D2D2D2;
235   width: 100%;
236   height: 10px;
237 }
238
239 .pager a {
240 }
241
242 .pager a.pager_older {
243   float: right;
244 }
245
246 .pager a.pager_newer {
247   float: left;
248 }
249
250 #contact-edit-drop-link-end {
251   /* clear: both; */
252 }
253
254 #contact-edit-links ul {
255   list-style: none;
256   list-style-type: none;
257 }
258
259 .hide-comments-outer {
260   margin-left: 80px;
261   margin-bottom: 5px;
262   width: 660px;
263   border-bottom: 1px solid #BDCDD4;
264   border-top: 1px solid #BDCDD4;
265
266   padding: 8px;
267 }
268
269 /* global */
270 body {
271 /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
272   font-family: system,-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
273   font-size: 14px;
274   /* font-size: 13px;
275   line-height: 19.5px; */
276   font-weight: 400;
277   font-style: normal;
278   /* background-color: #ffffff; */
279   /* background-color: #FAFAFA; */
280   background-color: rgb(229, 229, 229);
281   color: #2d2d2d;
282   margin: 0px 0px 0px 0px;
283   display: table;
284 }
285
286 a {
287         color: #36C;
288         /* color: #3e3e8c; */
289         /* color: #3465A4; */
290         /*color: #3E3E8C; */
291         text-decoration: none;
292 }
293 a:hover {
294         /* color: blue; */
295         text-decoration: underline
296 }
297
298 .wall-item-name-link {
299 /*  float: left;*/
300 }
301
302 .wall-item-photo {
303   width: 48px;
304   height: 48px;
305   overflow: hidden;
306   display: block;
307 }
308
309 .left {
310   float: left;
311 }
312 .right {
313   float: right;
314 }
315 .hidden {
316   display: none;
317 }
318 .clear {
319   clear: both;
320 }
321 .fakelink {
322   color: #36c;
323   /* color: #3e3e8c; */
324   /* color: #3465A4; */
325   /* color: #3E3E8C; */
326   text-decoration: none;
327   cursor: pointer;
328 }
329 .fakelink:hover {
330   /*color: blue;*/
331   /*color: #005c94; */
332   text-decoration: underline;
333 }
334 code {
335   font-family: Courier, monospace;
336   white-space: pre;
337   display: block;
338   overflow: auto;
339   border: 1px solid #444;
340   background: #EEE;
341   color: #444;
342   padding: 10px;
343   margin-top: 20px;
344   max-width: 640px;
345   white-space: pre-wrap;
346 }
347 .badge {
348   display: inline-block;
349   min-width: 10px;
350   padding: 3px 7px;
351   font-size: 10px;
352   font-weight: 700;
353   line-height: 1;
354   color: #fff;
355   text-align: center;
356   white-space: nowrap;
357   vertical-align: baseline;
358   /* background-color: #737373*/;
359   background-color: #36C;
360   border-radius: 4px;
361   opacity: 0.3;
362 }
363 #panel {
364   position: absolute;
365   width: 10em;
366   background: #ffffff;
367   color: #2d2d2d;
368   margin: 0px;
369   padding: 1em;
370   list-style: none;
371   /*border: 3px solid #364e59;*/
372   z-index: 100000;
373   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
374 }
375 /* tool */
376 .tool {
377   height: auto;
378   overflow: auto;
379   padding: 0px;
380 }
381 #saved-search-ul .tool:hover,
382 #nets-sidebar .tool:hover,
383 #sidebar-group-list .tool:hover {
384         background: #EEE;
385 }
386 /*#sidebar-group-list .notify {
387         min-width: 10px;
388         text-align: center;
389         color: #FFF;
390         background-color: #CB4437;
391         font: bold 10px Arial;
392         padding: 3px;
393         border-radius: 10px;
394         display: none;
395 }*/
396 #sidebar-group-list .notify {
397   display: none;
398 }
399 #sidebar-group-list .notify.show { display: inline-block; }
400 .tool .label {
401 /*  float: left; */
402 }
403 .tool .action {
404   float: right;
405 }
406 .tool a {
407 /*  color: #000; */
408 }
409 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #forum-widget-collapse:hover, .admin.link a:hover, aside h4 a:hover, right_aside h4 a:hover {
410   /* text-decoration: underline; */
411   text-decoration: none;
412   color: black;
413 }
414
415 .groupsideedit, .savedsearchdrop {
416   float: right;
417   opacity: 0.3;
418 }
419 .groupsideedit:hover, .savedsearchdrop:hover {
420   opacity: 1;
421 }
422
423 .sidebar-group-li:hover, #sidebar-new-group:hover, #sidebar-edit-groups:hover,#forum-widget-collapse:hover,
424 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forumlist-sidebar li:hover, #forumlist-sidebar-right li:hover,
425 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover,
426 #sidebar-photos-albums li:hover, .photos-upload-link:hover {
427   /* background-color: #ddd; */
428 /*  background-color: #e5e5e5; */
429   background-color: #F5F5F5;
430 }
431
432 #message-new a {
433   color: black;
434 }
435
436 .sidebar-group-element {
437 /*  color: #000; */
438 }
439
440 .group-selected, .nets-selected, .fileas-selected, .forum-selected {
441   font-weight: bold;
442 }
443
444 #forum-widget-showmore, #sidebar-new-group, #sidebar-edit-groups, #forum-widget-collapse, #forumlist-rsidebar-right, #sidebar-ungrouped,
445 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
446   padding-left: 10px;
447   padding-top: 3px;
448   padding-bottom: 3px;
449   padding-right: 5px;
450   display: block;
451 }
452
453 .photos-upload-link {
454   padding-top: 3px;
455   padding-bottom: 3px;
456   display: block;
457 }
458
459 #forumlist-sidebar {
460   padding-top: 3px;
461   padding-bottom: 3px;
462   display: block;
463 }
464
465 .forum-widget-entry {
466   padding-left: 10px;
467   padding-right: 5px;
468 }
469
470 #forumlist-sidebar .notify, #forumlist-sidebar-right .notify {
471   display: none;
472 }
473
474 #forumlist-sidebar .notify.show, #forumlist-sidebar-right .notify.show {
475   display: inline-block;
476 }
477
478 a.nets-link, .side-link a, #sidebar-new-group a, #sidebar-edit-groups a, a.savedsearchterm,a.fileas-link, aside h4 a, right_aside h4 a {
479   display: block;
480   color: #737373;
481 }
482
483 a.sidebar-group-element {
484   color: #737373;
485 }
486
487 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form {
488   margin-left: 10px;
489   margin-top: 3px;
490   margin-bottom: 3px;
491 }
492
493 .posted-date-selector-months {
494   margin-left: 10px;
495 }
496
497 #sidebar-ungrouped, .side-link {
498   padding-top: 5px;
499 }
500
501 #sidebar-ungrouped a {
502   color: black;
503 }
504
505 #forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a, #sidebar-photos-albums a {
506   color: #737373;
507 }
508
509 #forumlist-sidebar, #forumlist-sidebar-right {
510   margin-top: 2px;
511 }
512
513 /* popup notifications */
514 div.jGrowl div.notice {
515   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
516   color: #ffffff;
517   padding-left: 58px;
518 }
519 div.jGrowl div.info {
520   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
521   color: #ffffff;
522   padding-left: 58px;
523 }
524
525 div.jGrowl.top-right {
526   top: 40px;
527   z-index: 90;
528 }
529
530 /* header */
531 header {
532   position: fixed;
533   /* left: 43%;
534   right: 43%; */
535   left: 25px;
536   top: 0px;
537   margin: 0px;
538   padding: 0px;
539   /*width: 100%; height: 12px; */
540
541   z-index: 110;
542   color: #ffffff;
543 }
544 header #site-location {
545   display: none;
546 }
547 header #banner {
548   overflow: hidden;
549   text-align: center;
550   width: 100%;
551 }
552 header #banner a,
553 header #banner a:active,
554 header #banner a:visited,
555 header #banner a:link,
556 header #banner a:hover {
557   color: #ffffff;
558   text-decoration: none;
559   outline: none;
560   vertical-align: bottom;
561 }
562 header #banner #logo-img {
563   height: 22px;
564   margin-top: 5px;
565 }
566 header #banner #logo-text {
567   font-size: 22px;
568 }
569 /* nav */
570 nav {
571   min-width: 1000px;
572   width: 100%;
573   height: 32px;
574   position: fixed;
575   left: 0px;
576   top: 0px;
577   padding: 0px;
578   padding-left: 0px;
579   /* background: #2d2d2d; */
580   background: rgb(36, 76, 94);
581   /*background: #364A84;
582     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
583     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
584     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
585     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
586     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
587     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
588     background: linear-gradient(top, #516499 0%,#364a84 100%); */
589   color: #ffffff;
590   z-index: 100;
591   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
592 }
593
594 nav .icon {
595   color: #ccc;
596   padding:0;
597 }
598
599 nav a:active,
600 nav a:visited,
601 nav a:link,
602 nav a {
603   text-decoration: none;
604   outline: none;
605   color: #ccc;
606   padding-bottom: 8px;
607   padding-top: 8px;
608   cursor: pointer;
609 }
610
611 nav a:hover .icon {
612   color: #fff;
613 }
614
615 nav a:hover {
616   text-decoration: none;
617   outline: none;
618   color: #fff;
619   padding-bottom: 8px;
620   padding-top: 8px;
621 }
622
623 nav ul {
624   margin: 0px;
625   padding: 0px 10px;
626 }
627 nav ul li {
628   list-style: none;
629   margin: 0px;
630   /* padding: 1px 1px 3px 1px; */
631   float: left;
632 }
633 nav ul li .menu-popup {
634   left: 0px;
635   right: auto;
636 }
637
638 nav #search-box #search-text {
639   /*background-image:  url('icons/lupe.png');
640   background-repeat:no-repeat; */
641   padding-left:0px;
642   /*border-top-left-radius: 15px;
643   border-top-right-radius: 15px;
644   border-bottom-right-radius: 15px;
645   border-bottom-left-radius: 15px;*/
646   position: relative;
647   height: 17px;
648   margin: 4px 0px 4px 4px;
649   width: 150px;
650   max-width: 150px;
651   background-color: #eee;
652 }
653
654 nav .nav-menu-icon {
655   position: relative;
656   height: 22px;
657   padding: 5px;
658   margin: 0px 10px;
659   -moz-border-radius: 5px 5px 0 0;
660   -webkit-border-radius: 5px 5px 0 0;
661   border-radius: 5px 5px 0 0;
662 }
663 nav .nav-menu-icon.selected {
664   background-color: #364e59;
665 }
666 nav .nav-menu img,
667 nav .nav-menu-icon img {
668   width: 22px;
669   height: 22px;
670   -webkit-border-radius: 4px;
671   -moz-border-radius: 4px;
672   border-radius: 4px;
673 }
674 nav .nav-menu img {
675   margin-top: -3px;
676   margin-right: 4px;
677 }
678
679 nav .nav-menu-icon .nav-notify {
680   top: 3px;
681 }
682 nav .nav-menu-label {
683   margin: 3px 5px 0px;
684 }
685 nav .nav-menu {
686   position: relative;
687   height: 16px;
688   padding: 5px;
689   padding-left: 5px;
690   padding-right: 5px;
691   margin: 3px 3px 0px;
692   font-size: 13px;
693   /* border-bottom: 3px solid #364A84; */
694   color: #ccc;
695   font-weight: bold;
696 }
697 /*nav .nav-menu.selected a {
698   color: white;
699 }*/
700
701 nav .nav-menu.selected {
702   border-bottom: 3px solid #9eabb0;
703  /*  background-color: #364E59; */
704 }
705
706 nav .nav-menu:hover {
707     /* color: #fff !important; */
708     color: #fff;
709     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
710 /*    background: #4c619c; */
711     text-decoration: none;
712 }
713
714 .manage-notify {
715    background-color: #F80;
716   -moz-border-radius: 5px 5px 5px 5px;
717   -webkit-border-radius: 5px 5px 5px 5px;
718   border-radius: 5px 5px 5px 5px;
719   font-size: 10px;
720   padding: 1px 3px;
721   top: 0px;
722   min-width: 15px;
723   text-align: center;
724   color: white;
725   float: right;
726   margin-top: -14px;
727   margin-right: -20px;
728 }
729
730 nav .nav-notify {
731   display: none;
732   position: absolute;
733  /*  background-color: #36c; */
734    background-color: #F80;
735   /* background-color: #19aeff; */
736   -moz-border-radius: 5px 5px 5px 5px;
737   -webkit-border-radius: 5px 5px 5px 5px;
738   border-radius: 5px 5px 5px 5px;
739   font-size: 10px;
740   padding: 1px 3px;
741   top: 0px;
742   /* right: -10px; */
743   right: -5px;
744   min-width: 15px;
745   /* text-align: right; */
746   text-align: center;
747   color: white;
748 }
749
750 nav .nav-notify.show {
751   display: block;
752 }
753 nav #nav-help-link,
754 nav #nav-search-link,
755 nav #nav-directory-link,
756 nav #nav-apps-link,
757 nav #nav-apps-link,
758 nav #nav-login-link,
759 nav #nav-notifications-linkmenu,
760 nav #nav-site-linkmenu,
761 nav #nav-contacts-linkmenu,
762 nav #nav-user-linklabel {
763   float: right;
764 }
765 nav #nav-user-linklabel {
766   padding-left: 0px;
767   margin-top: 0px;
768 }
769 nav #nav-help-link .menu-popup,
770 nav #nav-search-link .menu-popup,
771 nav #nav-directory-link .menu-popup,
772 nav #nav-apps-link .menu-popup,
773 nav #nav-notifications-linkmenu .menu-popup,
774 nav #nav-contacts-linkmenu .menu-popup,
775 nav #nav-site-linkmenu .menu-popup {
776   right: 0px;
777   left: auto;
778 }
779 nav #nav-site-linkmenu {
780   margin-left: 0px;
781   margin-right: 0px;
782 }
783 .contact-entry-photo:hover .contact-photo-menu,
784 .contact-photo-wrapper:hover .menu-popup,
785 nav #nav-user-linklabel:hover #nav-user-menu,
786 nav #nav-user-linkmenu:hover #nav-user-menu,
787 nav #nav-apps-link:hover #nav-apps-menu,
788 nav #nav-site-linkmenu:hover #nav-site-menu,
789 nav #nav-notifications-linkmenu:hover #nav-notifications-menu {
790   display:block;
791   visibility:visible;
792   opacity:1;
793 }
794 nav #nav-notifications-linkmenu {
795   margin-left: 0px;
796   margin-right: 5px;
797 }
798 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
799   color: white;
800 }
801 nav #nav-messages-linkmenu.selected,
802 nav #nav-user-linklabel.selected,
803 nav #nav-apps-link.selected {
804   background-color: #364e59;
805   border-bottom-style: none;
806 }
807
808 nav #nav-notifications-linkmenu.on .icon-bell:before{
809   content: "\f0f3";
810 }
811
812 /* nav #nav-community-link { */
813 nav ul {
814   margin-left: 210px;
815 }
816
817 nav #nav-user-linkmenu {
818   float: right;
819   padding-left: 0px;
820   padding-right: 0px;
821   margin-right: 5px;
822 }
823
824 #nav-notifications-mark-all {
825         /* padding: 1px 1px 2px 26px; */
826         /* border-bottom: 1px solid #364E59; */
827         /* margin: 0px 0px 2px 0px;
828         padding: 5px 10px; */
829 }
830
831 #nav-notifications-see-all {
832         /* padding: 1px 1px 2px 26px; */
833         /* border-bottom: 1px solid #364E59; */
834         /* margin: 0px 0px 2px 0px;
835         padding: 5px 10px; */
836 }
837
838 #mail-update {
839   top: 56px;
840 }
841
842 .notify-unseen { background-color: #FFF; }
843
844 .notify-seen {
845         background: none repeat scroll 0 0 #EEE;
846         }
847
848 ul.menu-popup {
849   visibility:hidden;
850   opacity:0;
851   z-index:1;
852   transition:all 0.2s ease-in-out;
853   /* display: none; */
854   position: absolute;
855   width: 11em;
856   background: #ffffff;
857   color: #2d2d2d;
858   margin: 0px;
859   padding: 0px;
860   list-style: none;
861   border: 3px solid #364e59;
862   z-index: 100000;
863   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
864 }
865 ul.menu-popup a {
866   display: block;
867   color: #2d2d2d;
868   padding: 5px 10px;
869   text-decoration: none;
870 }
871 ul.menu-popup a:hover {
872   /* background-color: #bdcdd4; */
873   background-color: #e5e5e5;
874 }
875 ul.menu-popup .menu-sep {
876   border-top: 1px solid #9eabb0;
877 }
878 ul.menu-popup li {
879   float: none;
880   overflow: auto;
881   height: auto;
882   display: block;
883 }
884 ul.menu-popup li img {
885   float: left;
886   width: 16px;
887   height: 16px;
888   padding-right: 5px;
889 }
890 ul.menu-popup .empty {
891   padding: 5px;
892   text-align: center;
893   color: #9eabb0;
894 }
895 /* autocomplete popup */
896 .acpopup {
897   max-height: 150px;
898   background-color: #ffffff;
899   color: #2d2d2d;
900   border: 1px solid #MenuBorder;
901   overflow: auto;
902   z-index: 100000;
903   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
904 }
905 .acpopupitem {
906   color: #2d2d2d;
907   padding: 4px;
908   clear: left;
909 }
910 .acpopupitem img {
911   float: left;
912   margin-right: 4px;
913 }
914 .acpopupitem.selected {
915   background-color: #bdcdd4;
916 }
917 #nav-notifications-menu {
918   width: 400px;
919   max-height: 550px;
920   overflow: hidden;
921   posistion: absolute;
922 }
923 /* #nav-notifications-menu a {
924         display: inline;
925         padding: 5px 0px;
926         margin: 0px 0px 2px 0px;
927 }
928 #nav-notifications-menu li:hover {
929   background-color: #bdcdd4;
930 }*/
931
932
933 /* Ã¼berleugung das zu löschen: begin*/
934 #nav-notifications-menu > li {
935   display: block;
936   color: #737373;
937   cursor: pointer;
938 }
939
940 #nav-notifications-menu > li:hover {
941   background-color: #e5e5e5;
942   color: #000;
943 }
944
945 #nav-notifications-menu img {
946   width: 35px;
947   height: 35px;
948   border-radius: 5px;
949 }
950
951 #nav-notifications-menu .notif-desc-wrapper a {
952   display: inline;
953 /*  color: #2d2d2d;*/
954   padding: 0px;
955 }
956
957 #nav-notifications-menu .contactname {
958   font-weight: bold;
959 }
960 #nav-notifications-menu .notif-when {
961   font-size: 10px;
962   color: #9eabb0;
963   display: block;
964 }
965
966 .notif-image {
967         width: 32px;
968         height: 32px;
969         padding: 7px 7px 0px 0px;
970 }
971
972 /* Ã¼berlegung das zu löschen Ende*/
973 .notif-entry-wrapper {
974   padding: 5px;
975   min-height: 35px;
976   border-bottom: 1px solid #DDDDDD;
977 }
978
979 .notif-photo-wrapper {
980   float: left;
981   margin-right: 5px;
982 }
983
984 .notif-photo-wrapper a {
985   padding: 0 !important;
986 }
987
988 .notif-desc-wrapper {
989   overflow: hidden;
990 }
991
992 right_aside {
993   display: none;
994   vertical-align: top;
995   width: 185px;
996   padding-top: 10px;
997   padding-right: 20px;
998   padding-bottom: 0px;
999   padding-left: 10px;
1000   background-color: #FFFFFF;
1001   font-size: 13px;
1002   overflow-y: auto;
1003   z-index: 2;
1004   /* line-height: 17px; */
1005   color: #737373;
1006   box-shadow: 1px 2px 0px 0px #D8D8D8;
1007   top: 32px;
1008   position: absolute;
1009   margin-left: calc(100% - 215px);
1010 }
1011
1012 /* aside */
1013 aside {
1014   /* display: table-cell; */
1015   vertical-align: top;
1016   width: 185px;
1017   /* padding: 32px 10px 10px 20px; */
1018   padding: 10px 10px 0px 20px;
1019   /* border-right: 1px solid #D2D2D2; */
1020   /* background-color: #ECECF2; */
1021   /* background-color: #F2F2F2; */
1022   background-color: #FFFFFF;
1023   font-size: 13px;
1024   /* background: #F1F1F1; */
1025   /* top: 0px; */
1026   top: 32px;
1027   overflow-y: auto;
1028   z-index: 2;
1029   /* line-height: 17px; */
1030   position: fixed;
1031   /* overflow: auto; */
1032   height: 100%;
1033   height: calc(100% - 42px);
1034   /* overflow: scroll; */
1035   box-shadow: 1px 2px 0px 0px #D8D8D8;
1036   color: #737373;
1037 }
1038 aside .vcard .fn {
1039   font-size: 18px;
1040   font-weight: bold;
1041   margin-bottom: 5px;
1042   float: left;
1043 }
1044 aside .vcard .title {
1045   margin-bottom: 5px;
1046   float: left;
1047 }
1048 aside .vcard dl {
1049   height: auto;
1050   overflow: auto;
1051 }
1052 aside .vcard .account-type {
1053   margin-bottom: 13px;
1054   font-size: 14px;
1055   font-weight: bold;
1056 }
1057
1058 aside select {
1059   background-color: white;
1060   width: 165px;
1061   border-color: #ccc;
1062 }
1063
1064 aside .vcard dt {
1065   float: left;
1066   margin-left: 0px;
1067   /* width: 35%; */
1068   text-align: right;
1069   color: #999999;
1070 }
1071 aside .vcard dd {
1072   float: left;
1073   margin-left: 4px;
1074   /* width: 60%; */
1075 }
1076 aside #profile-photo-wrapper img {
1077   width: 175px;
1078 }
1079 aside #profile-extra-links ul {
1080   padding: 0px;
1081   margin: 0px;
1082 }
1083 aside #profile-extra-links li {
1084   padding: 0px;
1085   padding-bottom: 4px;
1086   margin: 0px;
1087   list-style: none;
1088 }
1089 aside #subscribe-feed-link,
1090 aside #dfrn-request-link,
1091 aside #wallmessage-link {
1092   display: block;
1093   -moz-border-radius: 5px 5px 5px 5px;
1094   -webkit-border-radius: 5px 5px 5px 5px;
1095   border-radius: 5px 5px 5px 5px;
1096   color: #ffffff;
1097   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1098   font-weight: bold;
1099   text-transform: uppercase;
1100   padding: 4px 2px 2px 35px;
1101 }
1102 aside #subscribe-feed-link:hover,
1103 aside #dfrn-request-link:hover,
1104 aside #wallmessage-link:hover {
1105   text-decoration: none;
1106   background-color: #36c;
1107   /* background-color: #19aeff; */
1108 }
1109 aside #profiles-menu {
1110   width: 14em;
1111   left: 10px;
1112 }
1113
1114 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside input {
1115   width: 140px;
1116   height: 17px;
1117   padding-left: 10px;
1118   /*border-top-left-radius: 15px;
1119   border-top-right-radius: 15px;
1120   border-bottom-right-radius: 15px;
1121   border-bottom-left-radius: 15px;
1122   -moz-border-bottom-colors: #dbdbdb;
1123   -moz-border-top-colors: #999;
1124   -moz-border-left-colors: #999;
1125   -moz-border-right-colors: #dbdbdb;*/
1126 }
1127
1128 aside h4, right_aside h4 {
1129   margin-bottom: 0px;
1130   margin-top: 0px;
1131   font-size: 1.17em;
1132 }
1133
1134 .nets-ul {
1135   margin-top: 0px;
1136 }
1137
1138 #contact-block {
1139   overflow: auto;
1140   height: auto;
1141 }
1142 #contact-block .contact-block-h4 {
1143   float: left;
1144   margin: 5px 0px;
1145 }
1146 #contact-block .allcontact-link {
1147   float: right;
1148   margin: 5px 0px;
1149 }
1150 #contact-block .contact-block-content {
1151   clear: both;
1152   overflow: auto;
1153   height: auto;
1154 }
1155 #contact-block .contact-block-link {
1156   float: left;
1157   margin: 0px 2px 2px 0px;
1158 }
1159 #contact-block .contact-block-link img {
1160   width: 48px;
1161   height: 48px;
1162 }
1163 .group_selected {
1164   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1165   float: left;
1166   height: 22px;
1167   width: 22px;
1168 }
1169 .group_unselected {
1170   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1171   float: left;
1172   height: 22px;
1173   width: 22px;
1174 }
1175 /* widget */
1176 .widget {
1177   margin-bottom: 1em;
1178   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1179         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1180 /*  font-size: 12px; */
1181 }
1182 .widget h3 {
1183   padding: 0px;
1184   margin: 2px;
1185 }
1186 .widget .action {
1187   opacity: 0.1;
1188   -webkit-transition: all 0.2s ease-in-out;
1189   -moz-transition: all 0.2s ease-in-out;
1190   -o-transition: all 0.2s ease-in-out;
1191   -ms-transition: all 0.2s ease-in-out;
1192   transition: all 0.2s ease-in-out;
1193 }
1194 .widget input.action {
1195   opacity: 0.5;
1196   -webkit-transition: all 0.2s ease-in-out;
1197   -moz-transition: all 0.2s ease-in-out;
1198   -o-transition: all 0.2s ease-in-out;
1199   -ms-transition: all 0.2s ease-in-out;
1200   transition: all 0.2s ease-in-out;
1201 }
1202 .widget:hover .title .action {
1203   opacity: 1;
1204   -webkit-transition: all 0.2s ease-in-out;
1205   -moz-transition: all 0.2s ease-in-out;
1206   -o-transition: all 0.2s ease-in-out;
1207   -ms-transition: all 0.2s ease-in-out;
1208   transition: all 0.2s ease-in-out;
1209 }
1210 .widget .tool:hover .action {
1211   opacity: 1;
1212   -webkit-transition: all 0.2s ease-in-out;
1213   -moz-transition: all 0.2s ease-in-out;
1214   -o-transition: all 0.2s ease-in-out;
1215   -ms-transition: all 0.2s ease-in-out;
1216   transition: all 0.2s ease-in-out;
1217 }
1218 .widget .tool:hover .action.ticked {
1219   opacity: 1;
1220   -webkit-transition: all 0.2s ease-in-out;
1221   -moz-transition: all 0.2s ease-in-out;
1222   -o-transition: all 0.2s ease-in-out;
1223   -ms-transition: all 0.2s ease-in-out;
1224   transition: all 0.2s ease-in-out;
1225 }
1226 .widget ul {
1227   padding: 0px;
1228   margin-top: 0px;
1229   margin-bottom: 0px;
1230 }
1231 .widget ul li {
1232   padding-left: 10px;
1233   /* min-height: 20px; */
1234   list-style: none;
1235   padding-top: 3px;
1236   padding-bottom: 3px;
1237   margin: 0px;
1238 }
1239 .widget .tool.selected {
1240   background: url('../../../images/selected.png') no-repeat left center;
1241 }
1242 /* widget: search */
1243 #add-search-popup {
1244   width: 200px;
1245   top: 18px;
1246 }
1247 /* section */
1248 section {
1249   /*font-size: 13px;
1250   line-height: 19.5px;*/
1251   font-size: 14.95px;
1252   line-height: 21px;
1253   display: table-cell;
1254   vertical-align: top;
1255   top: 32px;
1256   width: 766px;
1257   max-width: 766px;
1258   padding: 10px 10px 10px 10px;
1259   /* background-color: white; */
1260   /* background-color: rgb(252, 252, 252); */
1261   /* background-color: #FAFAFA; */
1262   background-color: inherit;
1263   /* border-bottom: 1px solid lightgray;
1264   border-right: 1px solid lightgray;
1265   border-left: 1px solid lightgray; */
1266   position: absolute;
1267   left: 215px;
1268   left: calc(215px + (100% - (215px + 766px)) / 6);
1269   /* left: calc(215px + (100% - 215px) / 10); */
1270 }
1271
1272 section.minimal {
1273   top: 0px;
1274   left: 0px;
1275   position: absolute;
1276   width: 100%;
1277   height: 100%;
1278 }
1279
1280 /* Contact-Header for the Network Stream */
1281 #viewcontact_wrapper-network {
1282   width: 100%;
1283   min-height: 100px;
1284   background-color: #FAFAFA;
1285   box-shadow: 1px 2px 0px 0px #D8D8D8;
1286   border-bottom: 1px solid #D2D2D2;
1287 }
1288 #contact-entry-wrapper-network {
1289   float: none;
1290   width: auto;
1291   height: auto;
1292   padding: 10px;
1293   margin: 0;
1294 }
1295 #contact-entry-accounttype-network {
1296   font-size: 20px;
1297 }
1298 #contact-entry-name-network {
1299   font-size: 24.5px;
1300 }
1301 .contact-entry-photo img {
1302   border-radius: 4px;
1303 }
1304
1305 /* wall item */
1306 .tread-wrapper {
1307 /*    border-bottom: 1px solid #BDCDD4; */
1308   border-bottom: 1px solid #D2D2D2;
1309   position: relative;
1310   padding: 5px;
1311   margin-bottom: 10px;
1312   box-shadow: 1px 2px 0px 0px #D8D8D8;
1313   background-color: #FFFFFF;
1314  /* width: 755px; */
1315 }
1316 .wall-item-decor {
1317   position: absolute;
1318   left: 755px;
1319   left: calc(100% - 16px);
1320 /*  top: -10px; */
1321   width: 16px;
1322 }
1323 .unstarred {
1324   display: none;
1325 }
1326 .wall-item-container {
1327   display: table;
1328   width: 745px;
1329   width: calc(100% - 10px);
1330 }
1331
1332 .wall-item-content hr {
1333   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1334   color: rgb(221, 221, 221);
1335   clear: both;
1336   float: none;
1337   width: 100%;
1338   height: 0.1em;
1339   /* margin: 0px 0px 1.45em; */
1340   border: medium none;
1341 }
1342
1343 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1344   display: table-row;
1345 }
1346 .wall-item-bottom {
1347   /* font-size: 14px; */
1348 }
1349 .wall-item-container .wall-item-tags,
1350 .wall-item-container .wall-item-links,
1351 .wall-item-container .wall-item-actions {
1352   opacity: 0.2;
1353   -webkit-transition: all 0.2s ease-in-out;
1354   -moz-transition: all 0.2s ease-in-out;
1355   -o-transition: all 0.2s ease-in-out;
1356   -ms-transition: all 0.2s ease-in-out;
1357   transition: all 0.2s ease-in-out;
1358 }
1359 .wall-item-container:hover .wall-item-tags,
1360 .wall-item-container:hover .wall-item-links,
1361 .wall-item-container:hover .wall-item-actions {
1362   opacity: 1;
1363   -webkit-transition: all 0.2s ease-in-out;
1364   -moz-transition: all 0.2s ease-in-out;
1365   -o-transition: all 0.2s ease-in-out;
1366   -ms-transition: all 0.2s ease-in-out;
1367   transition: all 0.2s ease-in-out;
1368 }
1369 .wall-item-container .wall-item-info {
1370   display: table-cell;
1371   vertical-align: top;
1372   text-align: left;
1373   width: 80px;
1374 }
1375 .wall-item-container {
1376   /* padding-right: 30px; */
1377   padding-right: 0px;
1378 }
1379 .wall-item-container .wall-item-ago {
1380   word-wrap: break-word;
1381   width: 50px;
1382   margin-left: 10px;
1383   color: #999;
1384   font-size: 12px;
1385 }
1386
1387 .wall-item-network {
1388   color: #999;
1389   font-size: 12px;
1390   text-align: right;
1391   float: right;
1392 }
1393
1394 .wall-item-network-end {
1395   clear: both;
1396 }
1397
1398 .wall-item-location {
1399   width: 350px;
1400   float: left;
1401   font-size: 12px;
1402 }
1403
1404 .wall-item-container .wall-item-content {
1405   /* font-size: 14px; */
1406   max-width: 660px;
1407   word-wrap: break-word;
1408   /* line-height: 1.36; */
1409   padding-bottom: 6px;
1410 }
1411
1412 .wall-item-container .wall-item-content img {
1413   max-width: 100%;
1414   vertical-align: middle;
1415   /* max-width: 650px; */
1416   /* max-width: 580px; */
1417 }
1418 .children .wall-item-container .wall-item-item .wall-item-content img {
1419   /* max-width: 650px; */
1420   /* max-width: 580px; */
1421   max-width: 100%;
1422 }
1423 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1424   display: table-cell;
1425   vertical-align: middle;
1426   /* font-size: 17px; */
1427 }
1428 .mail-list-wrapper a,
1429 .wall-item-container .wall-item-bottom a,
1430 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1431 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1432 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1433   color: #999;
1434 }
1435 .mail-list-wrapper a:hover,
1436 .wall-item-container .wall-item-bottom a:hover,
1437 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1438 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1439 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1440   color: #000;
1441   text-decoration: none;
1442 }
1443 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1444   opacity: 0.5;
1445   -webkit-transition: all 0.2s ease-in-out;
1446   -moz-transition: all 0.2s ease-in-out;
1447   -o-transition: all 0.2s ease-in-out;
1448   -ms-transition: all 0.2s ease-in-out;
1449   transition: all 0.2s ease-in-out;
1450 }
1451 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1452   opacity: 1;
1453   -webkit-transition: all 0.2s ease-in-out;
1454   -moz-transition: all 0.2s ease-in-out;
1455   -o-transition: all 0.2s ease-in-out;
1456   -ms-transition: all 0.2s ease-in-out;
1457   transition: all 0.2s ease-in-out;
1458 }
1459
1460 .wall-item-container .wall-item-name:hover {
1461   color: #36c;
1462 }
1463
1464 .wall-item-container .wall-item-name {
1465   color: black;
1466   font-weight: bold;
1467   -webkit-transition: all 0.2s ease-in-out;
1468   -moz-transition: all 0.2s ease-in-out;
1469   -o-transition: all 0.2s ease-in-out;
1470   -ms-transition: all 0.2s ease-in-out;
1471   transition: all 0.2s ease-in-out;
1472 }
1473
1474 .toplevel_item:hover .wall-item-name,
1475 .wall-item-container:hover .wall-item-name {
1476   color: #36c;
1477   font-weight: bold;
1478   -webkit-transition: all 0.2s ease-in-out;
1479   -moz-transition: all 0.2s ease-in-out;
1480   -o-transition: all 0.2s ease-in-out;
1481   -ms-transition: all 0.2s ease-in-out;
1482   transition: all 0.2s ease-in-out;
1483 }
1484
1485 .wall-item-container .wall-item-content a,
1486 .toplevel_item .fakelink,
1487 .wall-item-container .fakelink {
1488   color: black;
1489   -webkit-transition: all 0.2s ease-in-out;
1490   -moz-transition: all 0.2s ease-in-out;
1491   -o-transition: all 0.2s ease-in-out;
1492   -ms-transition: all 0.2s ease-in-out;
1493   transition: all 0.2s ease-in-out;
1494   /* color: darkblue; */
1495   /* color: #3E3E8C; */
1496   word-break: break-word;
1497 }
1498
1499 .toplevel_item:hover .fakelink,
1500 .wall-item-container:hover .fakelink,
1501 .toplevel_item:hover .wall-item-content a,
1502 .wall-item-container:hover .wall-item-content a {
1503   color: #36c;
1504   -webkit-transition: all 0.2s ease-in-out;
1505   -moz-transition: all 0.2s ease-in-out;
1506   -o-transition: all 0.2s ease-in-out;
1507   -ms-transition: all 0.2s ease-in-out;
1508   transition: all 0.2s ease-in-out;
1509 }
1510
1511 .toplevel_item:hover .togglecomment,
1512 .wall-item-container:hover .togglecomment {
1513   color: #999;
1514 }
1515
1516 .wall-item-container .wall-item-actions-author {
1517   width: 100%;
1518   margin-bottom: 0.3em;
1519 }
1520 .wall-item-container .wall-item-actions-social,
1521 .wall-item-container .wall-item-actions-isevent {
1522   float: left;
1523   margin-bottom: 1px;
1524 }
1525 .wall-item-container .wall-item-actions-social a,
1526 .wall-item-container .wall-item-actions-isevent a {
1527   float: left;
1528   margin-right: 1em;
1529   cursor: pointer;
1530 }
1531 .wall-item-container .wall-item-actions-tools {
1532   float: right;
1533   width: 80px;
1534 }
1535 .wall-item-container .wall-item-actions-tools a {
1536   float: right;
1537   margin-left: 10px;
1538   cursor: pointer;
1539 }
1540 .wall-item-container .wall-item-actions-tools input {
1541   float: right;
1542   margin-left: 10px;
1543 }
1544 .wall-item-container.comment {
1545   margin-top: 5px;
1546   margin-bottom: 5px;
1547   margin-left: 80px;
1548   width: 665px;
1549   width: calc(100% - 90px);
1550   border-bottom: 1px solid hsl(198, 21%, 79%);
1551 }
1552 .wall-item-container.thread_level_2 {
1553   margin-left: 80px;
1554   width: calc(100% - 90px);
1555 }
1556 .wall-item-container.thread_level_3 {
1557   margin-left: 95px;
1558   width: calc(100% - 105px);
1559 }
1560 .wall-item-container.thread_level_4 {
1561   margin-left: 110px;
1562   width: calc(100% - 120px);
1563 }
1564 .wall-item-container.thread_level_5 {
1565   margin-left: 125px;
1566   width: calc(100% - 135px);
1567 }
1568 .wall-item-container.thread_level_6 {
1569   margin-left: 140px;
1570   width: calc(100% - 150px);
1571 }
1572 .wall-item-container.thread_level_7 {
1573   margin-left: 155px;
1574   width: calc(100% - 165px);
1575 }
1576
1577 .wall-item-container.comment .wall-item-content {
1578   max-width: 585px;
1579 }
1580 .wall-item-container.thread_level_3 .wall-item-content {
1581   max-width: 570px;
1582 }
1583 .wall-item-container.thread_level_4 .wall-item-content {
1584   max-width: 555px;
1585 }
1586 .wall-item-container.thread_level_5 .wall-item-content {
1587   max-width: 540px;
1588 }
1589 .wall-item-container.thread_level_6 .wall-item-content {
1590   max-width: 525px;
1591 }
1592 .wall-item-container.thread_level_7 .wall-item-content {
1593   max-width: 510px;
1594 }
1595
1596 .children .wall-item-comment-wrapper textarea {
1597   width: 570px;
1598 }
1599 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea {
1600   width: 555px;
1601 }
1602 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea {
1603   width: 540px;
1604 }
1605 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea {
1606   width: 525px;
1607 }
1608 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea {
1609   width: 510px;
1610 }
1611 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1612   width: 495px;
1613 }
1614
1615 .children .wall-item-bottom .comment-edit-preview {
1616   width: 575px;
1617 }
1618 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview {
1619   width: 560px;
1620 }
1621 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview {
1622   width: 545px;
1623 }
1624 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview {
1625   width: 530px;
1626 }
1627 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview {
1628   width: 515px;
1629 }
1630 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1631   width: 500px;
1632 }
1633
1634 .wall-item-container.comment .contact-photo {
1635   width: 32px;
1636   height: 32px;
1637   margin-left: 16px;
1638   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1639
1640 }
1641 .wall-item-container.comment {
1642   top: 15px !important;
1643   left: 15px !important;
1644 }
1645 .wall-item-container.comment .wall-item-links {
1646   padding-left: 12px;
1647 }
1648 .wall-item-bottom .wall-item-comment-wrapper {
1649   margin: 1px 5px 1px 0px;
1650 }
1651 .wall-item-comment-wrapper {
1652   margin: 1px 15px 1px 80px;
1653 }
1654 .wall-item-comment-wrapper.photo {
1655   margin: 1px 15px 1px 0px;
1656 }
1657 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1658   margin-left: 0px;
1659   width: 665px;
1660   width: 100%;
1661   border-bottom: 1px solid hsl(198, 21%, 79%);
1662 }
1663
1664
1665 .wall-item-comment-wrapper .comment-edit-photo {
1666   display: none;
1667 }
1668 .wall-item-comment-wrapper textarea {
1669   height: 1.2em;
1670   width: 100%;
1671   font-size: 13px;
1672   color: #999999;
1673   border: 1px solid #DDD;
1674   padding: 0.3em;
1675 }
1676 .wall-item-comment-wrapper .comment-edit-text-full {
1677   /* font-size: 14px; */
1678   height: 4em;
1679   color: #2d2d2d;
1680   border: 1px solid #2d2d2d;
1681 }
1682
1683 .fakelink.togglecomment {
1684   float: left;
1685   margin-right: 1em;
1686 }
1687
1688 .comment-edit-preview .contact-photo {
1689   width: 32px;
1690   height: 32px;
1691   margin-left: 16px;
1692   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1693
1694 }
1695 .comment-edit-preview {
1696   /* width: 660px; */
1697   width: 100%;
1698   border: 1px solid #2d2d2d;
1699   margin-top: 10px;
1700   top: 15px !important;
1701   left: 15px !important;
1702 }
1703 .comment-edit-preview .wall-item-links {
1704   padding-left: 12px;
1705 }
1706 .comment-edit-preview .wall-item-container {
1707   /* width: 700px; */
1708   width: 100%;
1709 }
1710 .comment-edit-preview .tread-wrapper {
1711   /* width: 700px; */
1712   width: 100%;
1713   padding: 0;
1714   margin: 10px 0px 0px 0px;
1715   border-bottom: 0px;
1716   box-shadow: none;
1717 }
1718
1719 .wall-item-bottom .comment-edit-preview {
1720   width: 575px;
1721   margin-bottom: 5px;
1722 }
1723
1724 .shiny {
1725   /* border-right: 10px solid #fce94f; */
1726 /*      border-right: 1px solid #A7C7F7;
1727         padding-right: 12px; */
1728 }
1729
1730 #profile-jot-form {
1731   box-shadow: 1px 2px 0px 0px #D8D8D8;
1732   background-color: #fafafa;
1733   padding: 10px;
1734 }
1735
1736 #profile-jot-form #profile-jot-text {
1737   height: 2.0em;
1738   /* width: 99%; */
1739   width: 752px;
1740   width: calc(100% - 10px);
1741   font-size: 15px;
1742   color: #999999;
1743   border: 1px solid #DDD;
1744   padding: 0.3em;
1745   margin-bottom: 10px;
1746 }
1747
1748 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1749
1750          border-radius: 5px 5px 5px 5px;
1751     font-weight: bold;
1752     height: 20px;
1753     margin: 0 0 5px;
1754     /* width: 60%; */
1755     /* width: 762px; */
1756     width: 100%;
1757     border: 1px solid #d2d2d2;
1758 }
1759
1760 #profile-jot-form #jot-title:-webkit-input-placeholder {
1761   font-weight: normal;
1762 }
1763 #profile-jot-form #jot-title:-moz-placeholder {
1764   font-weight: normal;
1765 }
1766 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1767 /*  width: 785px; */
1768   width: 100%;
1769   height: 100px;
1770 }
1771
1772 #profile-jot-perms {
1773   float: right;
1774 }
1775
1776 #jot-preview-content {
1777   padding-top: 25px;
1778 }
1779
1780 #jot-preview-content .tread-wrapper {
1781   background-color: #fce94f;
1782 }
1783
1784 .wall-item-tags {
1785   padding-top: 1px;
1786   padding-bottom: 2px;
1787   font-size: 12px;
1788   /*display: none;*/
1789 }
1790
1791 .tag {
1792   color: rgb(153,153,153);
1793   /*padding-left: 3px;
1794   font-size: 10px;*/
1795 }
1796 .tag a {
1797   /*padding-right: 8px;*/
1798   color: rgb(153,153,153);
1799 }
1800 .wwto {
1801   position: absolute !important;
1802   width: 25px;
1803   height: 25px;
1804   background: #FFFFFF;
1805   border: 2px solid #364e59;
1806   height: 25px;
1807   width: 25px;
1808   overflow: hidden;
1809   padding: 1px;
1810   position: absolute !important;
1811   top: 40px;
1812   left: 30px;
1813   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1814 }
1815 .wwto .contact-photo {
1816   width: auto;
1817   height: 25px;
1818 }
1819 /* contacts menu */
1820 .contact-photo-wrapper {
1821   position: relative;
1822   width: 80px;
1823 }
1824
1825 .contact-photo-wrapper.wwto {
1826   width: 25px;
1827 }
1828
1829 .contact-photo {
1830   width: 48px;
1831   height: 48px;
1832   overflow: hidden;
1833   display: block;
1834   -webkit-border-radius: 4px;
1835   -moz-border-radius: 4px;
1836   border-radius: 4px;
1837 }
1838
1839 .contact-photo img {
1840   width: 48px;
1841   height: 48px;
1842 }
1843
1844 .contact-wrapper {
1845   float: left;
1846   width: 90px;
1847   height: 90px;
1848   margin-bottom: 15px;
1849 }
1850 .contact-wrapper .contact-photo {
1851   width: 80px;
1852   height: 80px;
1853 }
1854 .contact-wrapper .contact-photo img {
1855   width: 80px;
1856   height: 80px;
1857 }
1858 .contact-wrapper {
1859   left: 0px;
1860   top: 63px;
1861 }
1862 .contact-photo {
1863   width: 48px;
1864   height: 48px;
1865 }
1866 .contact-photo img {
1867   width: 48px;
1868   height: 48px;
1869 }
1870 .contact-name {
1871   /* text-align: center; */
1872   /*font-weight: bold;*/
1873   font-size: 12px;
1874 }
1875 .contact-details {
1876   color: #999999;
1877 }
1878 /* editor */
1879 .jothidden {
1880   display: none;
1881 }
1882 #jot {
1883   width: 785px;
1884   margin: 0px 2em 20px 0px;
1885 }
1886 #jot .profile-jot-text {
1887   height: 1.2em;
1888   width: 99%;
1889   font-size: 10px;
1890   color: #999999;
1891   border: 1px solid #DDD;
1892   padding: 0.3em;
1893 }
1894 #jot #jot-tools {
1895   margin: 0px;
1896   padding: 0px;
1897   height: 40px;
1898   overflow: none;
1899   width: 783px;
1900   background-color: #0e232e;
1901   border-bottom: 2px solid #9eabb0;
1902 }
1903 #jot #jot-tools li {
1904   list-style: none;
1905   float: left;
1906   width: 80px;
1907   height: 40px;
1908   border-bottom: 2px solid #9eabb0;
1909 }
1910 #jot #jot-tools li a {
1911   display: block;
1912   color: #cccccc;
1913   width: 100%;
1914   height: 40px;
1915   text-align: center;
1916   line-height: 40px;
1917   overflow: hidden;
1918 }
1919 #jot #jot-tools li:hover {
1920   background-color: #364e59;
1921   border-bottom: 2px solid #bdcdd4;
1922 }
1923 #jot #jot-tools li.perms {
1924   float: right;
1925   width: 40px;
1926 }
1927 #jot #jot-tools li.perms a.unlock {
1928   width: 30px;
1929   border-left: 10px solid #cccccc;
1930   background-color: #cccccc;
1931   background-position: left center;
1932 }
1933 #jot #jot-tools li.perms a.lock {
1934   width: 30px;
1935   border-left: 10px solid #666666;
1936   background-color: #666666;
1937 }
1938 #jot #jot-tools li.submit {
1939   float: right;
1940   background-color: #cccccc;
1941   border-bottom: 2px solid #cccccc;
1942   border-right: 1px solid #666666;
1943   border-left: 1px solid #666666;
1944 }
1945 #jot #jot-tools li.submit input {
1946   border: 0px;
1947   margin: 0px;
1948   padding: 0px;
1949   background-color: #cccccc;
1950   color: #666666;
1951   width: 80px;
1952   height: 40px;
1953   line-height: 40px;
1954 }
1955 #jot #jot-tools li.submit input:hover {
1956   background-color: #bdcdd4;
1957   color: #666666;
1958 }
1959 #jot #jot-tools li.loading {
1960   float: right;
1961   background-color: #ffffff;
1962   width: 20px;
1963   vertical-align: center;
1964   text-align: center;
1965   border-top: 2px solid #9eabb0;
1966   height: 38px;
1967 }
1968 #jot #jot-tools li.loading img {
1969   margin-top: 10px;
1970 }
1971 /* #jot */
1972 #jot-title {
1973   border: 0px;
1974   margin: 0px;
1975   height: 20px;
1976   width: 700px;
1977   font-weight: bold;
1978   border: 1px solid #ffffff;
1979 }
1980 #jot #jot-title:-webkit-input-placeholder {
1981   font-weight: normal;
1982 }
1983 #jot #jot-title:-moz-placeholder {
1984   font-weight: normal;
1985 }
1986 #jot #jot-title:hover {
1987   border: 1px solid #999999;
1988 }
1989 #jot #jot-title:focus {
1990   border: 1px solid #999999;
1991 }
1992 #jot #character-counter {
1993   width: 80px;
1994   float: right;
1995   text-align: right;
1996   height: 20px;
1997   line-height: 20px;
1998   padding-right: 20px;
1999 }
2000
2001 #profile-jot-submit {
2002   float: right;
2003   margin-left: 15px;
2004 }
2005 #profile-upload-wrapper {
2006   float: left;
2007   margin-left: 15px;
2008 }
2009 #profile-attach-wrapper {
2010   float: left;
2011   margin-left: 15px;
2012 }
2013 #profile-link-wrapper {
2014   float: left;
2015   margin-left: 15px;
2016   cursor: pointer;
2017 }
2018 #profile-video-wrapper {
2019   float: left;
2020   margin-left: 15px;
2021   cursor: pointer;
2022 }
2023 #profile-audio-wrapper {
2024   float: left;
2025   margin-left: 15px;
2026   cursor: pointer;
2027 }
2028 #profile-location-wrapper {
2029   float: left;
2030   margin-left: 15px;
2031   cursor: pointer;
2032 }
2033 #profile-nolocation-wrapper {
2034   float: left;
2035   margin-left: 15px;
2036   cursor: pointer;
2037 }
2038 #profile-smiley-wrapper {
2039   float: left;
2040   margin-left: 15px;
2041   cursor: pointer;
2042   margin-top: 3px;
2043   height: 10px;
2044 }
2045 #jot-perms-icon {
2046   float: right;
2047   margin-left: 15px;
2048 }
2049 #jot-preview-link {
2050   float: right;
2051 }
2052 #profile-jot-end {
2053   clear: both;
2054 }
2055 #profile-jot-text_tbl {
2056   width: 780px;
2057 }
2058 #profile-jot-wrapper {
2059   margin-bottom: 10px;
2060 }
2061
2062 /** buttons **/
2063 /*input[type="submit"] {
2064         border: 0px;
2065     background-color: @ButtonBackgroundColor;
2066     color: @ButtonColor;
2067     padding: 0px 10px;
2068         .rounded(5px);
2069     height: 18px;
2070 }*/
2071 /** acl **/
2072 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2073   display: block!important;
2074 }
2075 #acl-wrapper {
2076   width: 690px;
2077   float: left;
2078 }
2079 #acl-search {
2080   float: right;
2081   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2082   padding-right: 20px;
2083 }
2084 #acl-showall {
2085   float: left;
2086   display: block;
2087   width: auto;
2088   height: 18px;
2089   background-color: #cccccc;
2090   background-image: url("../../../images/show_all_off.png");
2091   background-position: 7px 7px;
2092   background-repeat: no-repeat;
2093   padding: 7px 5px 0px 30px;
2094   color: #999999;
2095   -moz-border-radius: 5px 5px 5px 5px;
2096   -webkit-border-radius: 5px 5px 5px 5px;
2097   border-radius: 5px 5px 5px 5px;
2098 }
2099 #acl-showall.selected {
2100   color: #000000;
2101   background-color: #ff9900;
2102   background-image: url("../../../images/show_all_on.png");
2103 }
2104 #acl-list {
2105   height: 210px;
2106   border: 1px solid #cccccc;
2107   clear: both;
2108   margin-top: 30px;
2109   overflow: auto;
2110 }
2111 .acl-list-item {
2112   display: block;
2113   width: 150px;
2114   height: 30px;
2115   border: 1px solid #cccccc;
2116   margin: 5px;
2117   float: left;
2118 }
2119 .acl-list-item img {
2120   width: 22px;
2121   height: 22px;
2122   float: left;
2123   margin: 4px;
2124 }
2125 .acl-list-item p {
2126   height: 12px;
2127   font-size: 10px;
2128   margin: 0px;
2129   padding: 2px 0px 1px;
2130   overflow: hidden;
2131 }
2132 .acl-list-item a {
2133   font-size: 8px;
2134   display: block;
2135   width: 40px;
2136   height: 10px;
2137   float: left;
2138   color: #999999;
2139   background-color: #cccccc;
2140   background-position: 3px 3px;
2141   background-repeat: no-repeat;
2142   margin-right: 5px;
2143   -webkit-border-radius: 2px ;
2144   -moz-border-radius: 2px;
2145   border-radius: 2px;
2146   padding-left: 15px;
2147 }
2148 #acl-wrapper a:hover {
2149   text-decoration: none;
2150   color: #000000;
2151 }
2152 .acl-button-show {
2153   background-image: url("../../../images/show_off.png");
2154 }
2155 .acl-button-hide {
2156   background-image: url("../../../images/hide_off.png");
2157 }
2158 .acl-button-show.selected {
2159   color: #000000;
2160   background-color: #9ade00;
2161   background-image: url("../../../images/show_on.png");
2162 }
2163 .acl-button-hide.selected {
2164   color: #000000;
2165   background-color: #ff4141;
2166   background-image: url("../../../images/hide_on.png");
2167 }
2168 .acl-list-item.groupshow {
2169   border-color: #9ade00;
2170 }
2171 .acl-list-item.grouphide {
2172   border-color: #ff4141;
2173 }
2174 /** /acl **/
2175 /** tab buttons **/
2176 div.pager, ul.tabs {
2177   list-style-type: none;
2178   padding-bottom: 10px;
2179   padding-left: 10px;
2180   padding-top: 0px;
2181   margin-bottom: 5px;
2182   line-height: 28px;
2183   height: 20px;
2184 /*  font-size: 11px; */
2185   font-size: 13px;
2186   font-weight: bold;
2187   /* margin-bottom: 30px; */
2188   background-color: #FAFAFA;
2189   box-shadow: 1px 2px 0px 0px #D8D8D8;
2190   border-bottom: 1px solid #D2D2D2;
2191 }
2192 ul.tabs li {
2193   float: left;
2194   /* margin-left: 7px; */
2195 }
2196 /*ul.tabs li .active {
2197   border-bottom: 1px solid #005c94;
2198 }*/
2199
2200 ul.tabs a, div.pager a {
2201     /* min-width: 34px; */
2202 /*    display: block;
2203     float: left; */
2204     padding: 0px;
2205     padding-bottom: 6px;
2206 /*    padding: 0px 12px 0px 12px; */
2207 /*    color: #444; */
2208     color: darkgray;
2209 }
2210
2211 ul.tabs a {
2212 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2213     margin-right: 15px;
2214     margin-left: 5px;
2215 }
2216
2217 #birthday-notice, #event-notice {
2218     box-shadow: 1px 2px 0px 0px #D8D8D8;
2219     margin-bottom: 5px;
2220 }
2221
2222 #birthday-wrapper, #event-wrapper {
2223     background-color: #FAFAFA;
2224     box-shadow: 1px 2px 0px 0px #D8D8D8;
2225     padding-left: 10px;
2226     padding-right: 10px;
2227     padding-top: 5px;
2228     padding-bottom: 5px;
2229     margin-bottom: 0px;
2230 }
2231
2232 .birthday-notice, .event-notice  {
2233     padding: 2px 7px 2px 7px;
2234     color: darkgrey;
2235    font-weight: bold;
2236 }
2237 .comment-edit-submit-wrapper .fakelink {
2238     padding: 2px 7px 2px 7px;
2239     color: black;
2240 }
2241
2242 .comment-edit-submit-wrapper .fakelink {
2243 /*    border: 1px solid lightgray; */
2244     background: #F2F2F2;
2245     margin-top: 2px;
2246     margin-bottom: 2px;
2247 }
2248
2249 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2250 .comment-edit-submit-wrapper .fakelink:hover {
2251     color: black;
2252 }
2253
2254 span.pager_current, span.pager_n a:hover,
2255 span.pager_first a:hover, span.pager_last a:hover,
2256 span.pager_prev a:hover, span.pager_next a:hover,
2257 ul.tabs a:hover {
2258   border-bottom: 2px solid #244C5E;
2259   text-decoration: none;
2260   color: grey;
2261   padding-bottom: 6px;
2262 }
2263
2264 ul.tabs li .active, span.pager_current a {
2265   border-bottom: 2px solid #244C5E;
2266   text-decoration: none;
2267   color: black;
2268 }
2269
2270 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2271 /*    background-color: #e5e5e5; */
2272   color: grey;
2273     text-decoration: none;
2274 /*    border: 1px solid darkgray; */
2275 }
2276
2277 .comment-edit-bb {
2278   float:right;
2279 }
2280 .comment-edit-bb a {
2281   color: #888;
2282   padding: 0px 5px 1px 5px;
2283 }
2284
2285 .comment-edit-bb a:hover {
2286   color: #000;
2287   text-decoration: none;
2288 }
2289
2290 /**
2291  * Form fields
2292  */
2293 .field {
2294   margin-bottom: 10px;
2295   padding-bottom: 10px;
2296   overflow: auto;
2297   width: 100%;
2298 }
2299 .field label {
2300   float: left;
2301   width: 200px;
2302 }
2303 .field input, .field textarea {
2304   max-width: 400px;
2305 }
2306 .field textarea {
2307   height: 100px;
2308 }
2309 .field .field_help {
2310   display: block;
2311   margin-left: 200px;
2312   color: #666666;
2313 }
2314 .field .onoff {
2315   float: left;
2316   width: 80px;
2317   margin-right:1em;
2318 }
2319 .field .onoff a {
2320   display: block;
2321   border: 1px solid #666666;
2322   background-image: url("../../../images/onoff.jpg");
2323   background-repeat: no-repeat;
2324   padding: 4px 2px 2px 2px;
2325   font-size:14px;
2326   height: 16px;
2327   line-height:16px;
2328   text-decoration: none;
2329   text-align: center;
2330   text-transform: uppercase;
2331   border-radius:4px;
2332 }
2333 .field .onoff .off {
2334   border-color: #B0B0B0;
2335   padding-left: 36px;
2336   background-position: left center;
2337   background-color: #cccccc;
2338   color: #9C9C9C;
2339 }
2340 .field .onoff .on {
2341   font-weight:bold;
2342   border-color: #8EB8EE;
2343   padding-right: 36px;
2344   background-position: right center;
2345   background-color: #D7E3F1;
2346   color: #36c;
2347 }
2348 .field .hidden {
2349   display: none!important;
2350 }
2351 .field.radio .field_help {
2352   margin-left: 0px;
2353 }
2354 aside form {
2355   overflow-x: hidden;
2356 }
2357 aside form .field label {
2358   float: left;
2359   width: 170px;
2360 }
2361
2362 aside #div_id_remember label {
2363  float:  inherit;
2364 }
2365
2366 aside div #login-submit-button {
2367   margin-left:0px;
2368 }
2369
2370 aside #register-link, aside #lost-password-link {
2371   display: block;
2372 }
2373
2374 aside #id_username,
2375 aside div #id_openid_url,
2376 aside #id_password {
2377   width: 170px;
2378   max-width: 170px;
2379 }
2380
2381 #profile-edit-links-end {
2382         clear: both;
2383         margin-bottom: 15px;
2384 }
2385
2386 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2387
2388 #profile-edit-links li {
2389   float: left;
2390   list-style: none;
2391 }
2392
2393 .profile-edit-side-div {
2394 /*  display: none; */
2395   float: right;
2396 }
2397
2398 /* aside div.clear {
2399   clear: none;
2400   float: left;
2401 } */
2402
2403 #register-form label,
2404 #profile-edit-wrapper label {
2405   width: 200px;
2406   float: left;
2407 }
2408
2409 #register-name-end,
2410 #register-email-end,
2411 #register-nickname-end {
2412   clear: both;
2413 }
2414
2415 .required {
2416   display: inline;
2417   color: #B20202;
2418 }
2419
2420 /* oauth */
2421 .oauthapp {
2422   height: auto;
2423   overflow: auto;
2424   border-bottom: 2px solid #cccccc;
2425   padding-bottom: 1em;
2426   margin-bottom: 1em;
2427 }
2428 .oauthapp img {
2429   float: left;
2430   width: 48px;
2431   height: 48px;
2432   margin: 10px;
2433 }
2434 .oauthapp img.noicon {
2435   background-image: url("../../../images/icons/48/plugin.png");
2436   background-position: center center;
2437   background-repeat: no-repeat;
2438 }
2439 .oauthapp a {
2440   float: left;
2441 }
2442 /* contacts */
2443 /*.contact-entry-wrapper {
2444   width: 120px;
2445   height: 130px;
2446   float: left;
2447   overflow: hidden;
2448   margin-left: 5px;
2449 }*/
2450
2451 .contact-entry-wrapper {
2452   float: left;
2453   width: 363px;
2454   height: 100px;
2455   padding-right: 10px;
2456   margin: 0 10px 10px 0px;
2457 }
2458 .contact-entry-wrapper .contact-entry-photo-wrapper {
2459   float: left;
2460   margin-right: 10px;
2461   width: 80px;
2462   height: 80px;
2463 }
2464 .contact-entry-photo-wrapper {
2465   position: relative;
2466 }
2467 .contact-entry-desc {
2468   overflow: hidden;
2469 }
2470 .contact-entry-name {
2471   font-weight: bold;
2472 }
2473 .contact-entry-details {
2474   font-size: 13px;
2475   color: #999999;
2476   white-space: nowrap;
2477   overflow: hidden;
2478   text-overflow: ellipsis;
2479 }
2480 /* photo */
2481 .lframe {
2482   float: left;
2483   margin: 0px 10px 10px 0px;
2484 }
2485 .contact-entry-photo a img {
2486   width: 80px;
2487   height: 80px;
2488 }
2489 /* profile match wrapper */
2490 .profile-match-wrapper {
2491   float: left;
2492   width: 90px;
2493   height: 90px;
2494   margin-bottom: 20px;
2495 }
2496 .profile-match-wrapper .contact-photo {
2497   width: 80px;
2498   height: 80px;
2499 }
2500 .profile-match-wrapper .contact-photo img {
2501   width: 80px;
2502   height: 80px;
2503 }
2504 .profile-match-wrapper {
2505   left: 0px;
2506   top: 63px;
2507 }
2508
2509 .contact-photo-menu-button {
2510         position: relative;
2511         background-image: url("../../../images/icons/16/menu.png");
2512         background-position: top left;
2513         background-repeat: no-repeat;
2514         margin: 0px 0px -16px 0px;
2515         padding: 0px;
2516         width: 16px;
2517         height: 16px;
2518         top: -20px; left:0px;
2519         overflow: hidden;
2520         text-indent: 40px;
2521         display: none;
2522
2523 }
2524 .contact-photo-menu {
2525         width: 11em;
2526         /*border: 3px solid #364e59;*/
2527         color: #2d2d2d;
2528         background: #FFFFFF;
2529         position: absolute;
2530         /*position: relative;*/
2531         left: 0px; /*top: 0px;*/
2532         display: none;
2533         z-index: 10000;
2534         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2535 }
2536 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2537 .contact-photo-menu li a {
2538         display: block;
2539         padding: 5px 10px;
2540         color: #2d2d2d;
2541         text-decoration: none;
2542 }
2543 .contact-photo-menu li a:hover {
2544         background-color: #bdcdd4;
2545 }
2546
2547 /* page footer */
2548 footer {
2549   /* height: 100px; */
2550   display: table-row;
2551 }
2552
2553 blockquote {
2554     border-left: 1px solid #D2D2D2;
2555     padding-left: 9px;
2556     margin: 0 0 0 .8ex;
2557     color: #777;
2558 }
2559
2560 .oembed {
2561     /* font-size: large; */
2562     font-size: larger;
2563     font-weight: bold;
2564     display: block;
2565 }
2566
2567 /* ================== */
2568 /* = Contacts Block = */
2569 /* ================== */
2570
2571 .contact-block-img {
2572         width: 42px;
2573         height: 42px;
2574         padding-right: 2px;
2575 }
2576 .contact-block-div {
2577         float: left;
2578 }
2579
2580 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2581 #contact-block-end { clear: both; }
2582
2583 #group-edit-wrapper {
2584         margin-bottom: 10px;
2585 }
2586
2587 #group-members-end {
2588         clear: both;
2589 }
2590
2591 /*
2592 #group-separator,
2593 #prof-separator { display: none;}
2594 */
2595
2596 #message-to-select {
2597   height: 150px;
2598 }
2599
2600 #prvmail-upload {
2601   margin-left: 10px;
2602 }
2603
2604 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2605         margin-bottom: 10px;
2606         margin-top: 20px;
2607 }
2608
2609 #prvmail-submit {
2610         float: left;
2611         margin-top: 10px;
2612 }
2613 #prvmail-upload-wrapper,
2614 #prvmail-link-wrapper,
2615 #prvmail-rotator-wrapper {
2616         float: left;
2617         margin-top: 10px;
2618         margin-right: 10px;
2619         width: 24px;
2620 }
2621
2622 #prvmail-end {
2623         clear: both;
2624 }
2625
2626 .mail-list-sender,
2627 .mail-list-detail {
2628         float: left;
2629 }
2630 .mail-list-detail {
2631         margin-left: 20px;
2632 }
2633
2634 .mail-list-subject {
2635         font-size: 1.1em;
2636         margin-top: 10px;
2637 }
2638 a.mail-list-link {
2639     display: block;
2640     font-size: 1.3em;
2641     padding: 4px 0;
2642 }
2643
2644 /*
2645 *a.mail-list-link:hover {
2646 *       background-color: #15607B;
2647 *       color: #F5F6FB;
2648 *}
2649 */
2650
2651 .mail-list-outside-wrapper-end {
2652         clear: both;
2653 }
2654
2655 .mail-list-outside-wrapper {
2656         margin-top: 30px;
2657 }
2658
2659 .mail-list-delete-wrapper {
2660         float: right;
2661         margin-right: 30px;
2662         margin-top: 15px;
2663 }
2664
2665 .mail-list-delete-icon {
2666         border: none;
2667 }
2668
2669 .mail-conv-sender,
2670 .mail-conv-detail {
2671         float: left;
2672 }
2673 .mail-conv-detail {
2674         margin-left: 20px;
2675         width: 500px;
2676 }
2677
2678 .mail-conv-subject {
2679     font-size: 1.4em;
2680     margin: 10px 0;
2681 }
2682
2683 .mail-conv-outside-wrapper-end {
2684         clear: both;
2685 }
2686
2687 .mail-conv-outside-wrapper {
2688         margin-top: 30px;
2689 }
2690
2691 .mail-conv-delete-wrapper {
2692         float: right;
2693         margin-right: 30px;
2694         margin-top: 15px;
2695 }
2696 .mail-conv-break {
2697         clear: both;
2698 }
2699
2700 .mail-conv-delete-icon {
2701         border: none;
2702 }
2703
2704
2705 /* ========== */
2706 /* = Events = */
2707 /* ========== */
2708 .eventcal {
2709         float: left;
2710         font-size: 20px;
2711 }
2712
2713 .vevent {
2714         border: 1px solid #CCCCCC;
2715         max-width: 600px;
2716         position: relative;
2717         margin-top: 4px;
2718         margin-right: 4px;
2719         margin-bottom: 15px;
2720 }
2721
2722 .vevent .event-description, .vevent .event-location {
2723         margin-left: 10px;
2724         margin-right: 10px;
2725 }
2726 .vevent .event-start {
2727         margin-left: 10px;
2728         margin-right: 10px;
2729 }
2730
2731 #new-event-link {
2732         margin-bottom: 10px;
2733 }
2734
2735 .edit-event-link, .plink-event-link {
2736         float: left;
2737         margin-top: 4px;
2738         margin-right: 4px;
2739         margin-bottom: 15px;
2740 }
2741
2742 .event-description:before {
2743         content: url('../../../images/calendar.png');
2744         margin-right: 15px;
2745 }
2746
2747 .event-start, .event-end {
2748         margin-left: 10px;
2749         width: 330px;
2750         clear: both;
2751 }
2752
2753 .event-start .dtstart, .event-end .dtend {
2754         float: right;
2755 }
2756
2757 .event-list-date {
2758         margin-bottom: 10px;
2759 }
2760
2761 .prevcal, .nextcal {
2762         float: left;
2763         margin-left: 32px;
2764         margin-right: 32px;
2765         margin-top: 64px;
2766 }
2767 .event-calendar-end {
2768         clear: both;
2769 }
2770
2771
2772 .calendar {
2773         font-family: Courier, monospace;
2774 }
2775 .today {
2776         font-weight: bold;
2777         color: #FF0000;
2778 }
2779 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2780   float: none;
2781 }
2782 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2783   margin-bottom: 10px;
2784   margin-top: 20px;
2785 }
2786
2787 .settings-block {
2788         /* border: 1px solid #AAA; */
2789         padding-left: 5px;
2790         padding-right: 5px;
2791 }
2792
2793 .app-title {
2794   margin: 0px;
2795 }
2796
2797 #identity-manage-desc {
2798         margin-top:15px;
2799         margin-bottom: 15px;
2800 }
2801
2802 #identity-manage-choose {
2803         margin-bottom: 15px;
2804 }
2805
2806 #identity-submit {
2807         margin-top: 20px;
2808 }
2809
2810 #photo-prev-link, #photo-next-link {
2811         padding: 10px;
2812         float: left;
2813 }
2814
2815 #photo-photo {
2816         float: left;
2817 }
2818
2819 #photo-photo-end {
2820         clear: both;
2821 }
2822
2823 .profile-match-photo {
2824         float: left;
2825         text-align: center;
2826         width: 120px;
2827 }
2828
2829 .profile-match-name {
2830         float: left;
2831         text-align: center;
2832         width: 120px;
2833         overflow: hidden;
2834 }
2835
2836 .profile-match-break,
2837 .profile-match-end {
2838         clear: both;
2839 }
2840
2841 .profile-match-connect {
2842         text-align: center;
2843         font-weight: bold;
2844 }
2845
2846 .profile-match-wrapper {
2847         float: left;
2848         padding: 10px;
2849         width: 120px;
2850         height: 120px;
2851         scroll: auto;
2852 }
2853 #profile-match-wrapper-end {
2854         clear: both;
2855 }
2856
2857 /* ============= */
2858 /* = Directory = */
2859 /* ============= */
2860 /* contacts menu */
2861 .contact-photo-wrapper {
2862   position: relative;
2863 }
2864 .contact-photo {
2865   width: 48px;
2866   height: 48px;
2867   overflow: hidden;
2868   display: block;
2869 }
2870 .contact-photo img {
2871   width: 48px;
2872   height: 48px;
2873 }
2874 .contact-photo-menu-button {
2875   display: none;
2876   /* position: absolute; */
2877   /* position: absolute; */
2878   left: -2px;
2879   top: -20px;
2880 }
2881 .contact-wrapper {
2882   float: left;
2883   width: 90px;
2884   height: 90px;
2885   margin-bottom: 15px;
2886 }
2887 .contact-wrapper .contact-photo {
2888   width: 80px;
2889   height: 80px;
2890 }
2891 .contact-wrapper .contact-photo img {
2892   width: 80px;
2893   height: 80px;
2894 }
2895 .contact-wrapper .contact-photo-menu-button {
2896   left: 0px;
2897   top: 63px;
2898 }
2899 .directory-item {
2900   float: left;
2901   width: 200px;
2902   height: 200px;
2903 }
2904 .directory-item .contact-photo {
2905   width: 175px;
2906   height: 175px;
2907 }
2908 .directory-item .contact-photo img {
2909   width: 175px;
2910   height: 175px;
2911 }
2912 .contact-name {
2913   text-align: center;
2914   font-weight: bold;
2915   font-size: 12px;
2916 }
2917 .contact-details {
2918   color: #999999;
2919 }
2920
2921 .photo-top-image-wrapper {
2922         position: relative;
2923         float: left;
2924         margin-top: 15px;
2925         margin-right: 15px;
2926         width: 200px; height: 200px;
2927         overflow: hidden;
2928 }
2929 .photo-top-album-name {
2930         width: 100%;
2931         min-height: 2em;
2932         position: absolute;
2933         bottom: 0px;
2934         padding: 0px 3px;
2935         padding-top: 0.5em;
2936         background-color: rgb(255, 255, 255);
2937 }
2938 #photo-top-end {
2939         clear: both;
2940 }
2941
2942 #photo-top-links {
2943         margin-bottom: 30px;
2944         margin-left: 30px;
2945 }
2946
2947 #photos-upload-newalbum-div {
2948         float: left;
2949         width: 175px;
2950 }
2951
2952 .menu-profile-list{
2953   height: auto;
2954   overflow: auto;
2955   min-height: 16px;
2956   list-style: none;
2957         }
2958 .menu-profile-list:hover{
2959         background: #E7F2F7;
2960         }
2961 .menu-profile-list-item{
2962         padding-left: 5px;
2963         vertical-align: middle;
2964         }
2965 .menu-profile-list-item:hover{
2966         text-decoration: none;
2967    }
2968
2969 .autocomplete {
2970   width: 350px;
2971   color: black;
2972   border: 1px solid rgb(210, 210, 210);
2973   background-color: white;
2974   cursor: pointer;
2975   text-align: left;
2976   max-height: 350px;
2977   overflow: auto;
2978   display: block;
2979   background-position: initial initial;
2980   background-repeat: initial initial;
2981 }
2982 .mail-list-wrapper {
2983   background-color: #f6f7f8;
2984   margin-bottom: 5px;
2985   width: 100%;
2986   height: auto;
2987   overflow: hidden;
2988 }
2989 .mail-list-wrapper span {
2990   display: block;
2991   float: left;
2992   width: 20%;
2993   overflow: hidden;
2994 }
2995 .mail-list-wrapper .mail-subject {
2996   width: 30%;
2997   padding: 4px 0px 0px 4px;
2998 }
2999 .mail-list-wrapper .mail-subject a {
3000   display: block;
3001 }
3002 .mail-list-wrapper .mail-subject.unseen a {
3003   font-weight: bold;
3004 }
3005 .mail-list-wrapper .mail-date {
3006   padding: 4px 4px 0px 4px;
3007 }
3008 .mail-list-wrapper .mail-from {
3009   padding: 4px 4px 0px 4px;
3010 }
3011 .mail-list-wrapper .mail-count {
3012   padding: 4px 4px 0px 4px;
3013   text-align: right;
3014 }
3015 .mail-list-wrapper .mail-delete {
3016   float: right;
3017 }
3018 #mail-display-subject {
3019   background-color: #f6f7f8;
3020   color: #2d2d2d;
3021   margin-bottom: 10px;
3022   width: 100%;
3023   height: auto;
3024   overflow: hidden;
3025 }
3026 #mail-display-subject span {
3027   float: left;
3028   overflow: hidden;
3029   padding: 4px 0px 0px 10px;
3030 }
3031 #mail-display-subject .mail-delete {
3032   float: right;
3033   opacity: 0.5;
3034   -webkit-transition: all 0.2s ease-in-out;
3035   -moz-transition: all 0.2s ease-in-out;
3036   -o-transition: all 0.2s ease-in-out;
3037   -ms-transition: all 0.2s ease-in-out;
3038   transition: all 0.2s ease-in-out;
3039 }
3040 #mail-display-subject:hover .mail-delete {
3041   opacity: 1;
3042   -webkit-transition: all 0.2s ease-in-out;
3043   -moz-transition: all 0.2s ease-in-out;
3044   -o-transition: all 0.2s ease-in-out;
3045   -ms-transition: all 0.2s ease-in-out;
3046   transition: all 0.2s ease-in-out;
3047 }
3048
3049 .mail-list-outside-wrapper-end {
3050         clear: both;
3051 }
3052 .mail-list-outside-wrapper {
3053         margin-top: 30px;
3054 }
3055 .mail-list-delete-wrapper {
3056         float: right;
3057         margin-right: 30px;
3058         margin-top: 15px;
3059 }
3060 .mail-list-delete-icon {
3061         border: none;
3062 }
3063 .mail-conv-sender,
3064 .mail-conv-detail {
3065         float: left;
3066 }
3067 .mail-conv-detail {
3068         margin-left: 20px;
3069         width: 500px;
3070 }
3071 .mail-conv-subject {
3072     font-size: 1.4em;
3073     margin: 10px 0;
3074 }
3075 .mail-conv-outside-wrapper-end {
3076         clear: both;
3077 }
3078 .mail-conv-outside-wrapper {
3079         margin-top: 30px;
3080 }
3081 .mail-conv-delete-wrapper {
3082         float: right;
3083         margin-right: 30px;
3084         margin-top: 15px;
3085 }
3086 .mail-conv-break {
3087         clear: both;
3088 }
3089 .mail-conv-delete-icon {
3090         border: none;
3091 }
3092
3093 .icon.tilted-icon{
3094   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3095   -webkit-transform: rotate(-20deg);
3096   -moz-transform: rotate(-20deg);
3097   -ms-transform: rotate(-20deg);
3098   -o-transform: rotate(-20deg);
3099   transform: rotate(-20deg);
3100   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3101   padding-top:1px;
3102 }
3103
3104 #profile-edit-wrapper {
3105     line-height: 30px;
3106 }
3107 #profile-edit-wrapper .field{
3108   margin-bottom:0;
3109   padding-bottom:0;
3110 }
3111 #profile-edit-wrapper input[type=text],
3112 #profile-edit-wrapper select{
3113   width:250px;
3114 }
3115 #profile-edit-wrapper #profile-edit-dob select{
3116   width:auto;
3117 }
3118 #profile-edit-wrapper,
3119 #profile-edit-wrapper .toggle-section-content{
3120   margin-bottom:15px;
3121 }
3122 .profile-edit-submit-wrapper{
3123   margin-top:15px;
3124 }
3125 #profile-edit-default-desc{
3126   display:inline-block;
3127   padding:15px;
3128   width:auto;
3129   border:1px solid #511919;
3130 }
3131 #profile-edit-wrapper .toggle-section-content{
3132   background:#ededed;
3133   max-width:599px;
3134   padding:5px;
3135 }
3136
3137 .btn{
3138   outline:none;
3139   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3140   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3141   box-shadow:inset 0px 1px 0px 0px #ffffff;
3142   background-color:#ededed;
3143   -webkit-border-top-left-radius:0px;
3144   -moz-border-radius-topleft:0px;
3145   border-top-left-radius:0px;
3146   -webkit-border-top-right-radius:0px;
3147   -moz-border-radius-topright:0px;
3148   border-top-right-radius:0px;
3149   -webkit-border-bottom-right-radius:0px;
3150   -moz-border-radius-bottomright:0px;
3151   border-bottom-right-radius:0px;
3152   -webkit-border-bottom-left-radius:0px;
3153   -moz-border-radius-bottomleft:0px;
3154   border-bottom-left-radius:0px;
3155   text-indent:0;
3156   border:1px solid #dcdcdc;
3157   display:inline-block;
3158   color:#777777;
3159   font-family:Arial, sans-serif;
3160   font-size:15px;
3161   font-weight:bold;
3162   font-style:normal;
3163   height:40px;
3164   line-height:40px;
3165   padding:0 15px;
3166   text-align:center;
3167   text-shadow:1px 1px 0px #ffffff;
3168 }
3169   .btn:hover{
3170     background-color:#e6e6e6;
3171     text-decoration:none;
3172   }
3173   .btn:active{
3174     position:relative;
3175     top:1px;
3176   }
3177 .profile-view-actions{
3178   float:right;
3179 }
3180 /* videos page */
3181 .videos .video-top-wrapper {
3182   width: 300px;
3183   float: left;
3184   margin: 0px 10px 10px 0px;
3185   position: relative;
3186 }
3187 .videos .video-top-wrapper .video-js {
3188   width: 300px!important;
3189   height: 232px!important;
3190 }
3191 .videos .video-top-wrapper .video-delete {
3192   position: absolute;
3193   opacity: 0;
3194   right: 0px;
3195   top: 0px;
3196   transition: opacity 0.5s;
3197 }
3198 .videos .video-top-wrapper:hover .video-delete {
3199   opacity: 1;
3200 }
3201
3202 /* upload/select popup */
3203 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3204  #message-preview { margin-top: 15px; }
3205  #message-preview span { width: 100%; }
3206  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3207  #message-preview .mail-list-wrapper { padding: 3px; }
3208  #message-preview .mail-date { opacity:0.6; font-size:10px; }