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