]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
483fd8573d664269fd5e757b2dc5c53417e9d623
[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, .textcomplete-item.active {
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 #nav-search-box #nav-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
904 .acpopup, .acpopup-mce {
905   background-color: #ffffff;
906   border: 1px solid #MenuBorder;
907   overflow: auto;
908   z-index: 100000;
909   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
910 }
911 acpopup-mce {
912   color: #2d2d2d;
913   max-height: 150px;
914 }
915 nav .acpopup {
916   top: 31px !important;
917   margin-left: -23px
918 }
919 .acpopupitem {
920   color: #2d2d2d;
921   padding: 4px;
922   clear: left;
923 }
924 .acpopupitem img {
925   float: left;
926   margin-right: 4px;
927 }
928 .acpopupitem.selected {
929   background-color: #bdcdd4;
930 }
931 .textcomplete-item {
932   float: none;
933 }
934 .textcomplete-item a {
935   color: #737373;
936 }
937 .textcomplete-item a:hover {
938   color: #000;
939   padding: 3px 20px;
940 }
941 .textcomplete-item a .forum, .forum .acpopup-sub-text {
942   color: #36C;
943   opacity: 0.8;
944 }
945 .textcomplete-item a .forum:hover {
946   opacity: 1.0;
947 }
948 img.acpopup-img {
949   border-radius: 4px;
950 }
951
952 #nav-notifications-menu {
953   width: 400px;
954   max-height: 550px;
955   overflow: auto;
956 }
957 /* #nav-notifications-menu a {
958         display: inline;
959         padding: 5px 0px;
960         margin: 0px 0px 2px 0px;
961 }
962 #nav-notifications-menu li:hover {
963   background-color: #bdcdd4;
964 }*/
965
966 #nav-notifications-menu > li {
967   display: block;
968   color: #737373;
969   cursor: pointer;
970 }
971
972 #nav-notifications-menu > li:hover {
973   background-color: #e5e5e5;
974   color: #000;
975 }
976 #nav-notifications-mark-all a {
977   color: #737373;
978 }
979
980 #nav-notifications-menu img {
981   width: 32px;
982   height: 32px;
983   border-radius: 5px;
984   margin: 0;
985   padding: 0;
986 }
987
988 #nav-notifications-menu .notif-desc-wrapper a {
989   display: inline;
990   padding: 0px;
991 }
992
993 #nav-notifications-menu .contactname {
994   font-weight: bold;
995 }
996 #nav-notifications-menu .notif-when {
997   font-size: 10px;
998   color: #9eabb0;
999   display: block;
1000 }
1001
1002 .notif-image {
1003         width: 32px;
1004         height: 32px;
1005         padding: 7px 7px 0px 0px;
1006 }
1007
1008 .notif-entry-wrapper {
1009   padding: 5px 10px;
1010   min-height: 32px;
1011   /*border-bottom: 1px solid #DDDDDD;*/
1012 }
1013
1014 .notif-photo-wrapper {
1015   float: left;
1016   margin-right: 10px;
1017 }
1018
1019 .notif-photo-wrapper a {
1020   padding: 0 !important;
1021 }
1022
1023 .notif-desc-wrapper {
1024   overflow: hidden;
1025 }
1026
1027 right_aside {
1028   display: none;
1029   vertical-align: top;
1030   width: 185px;
1031   padding-top: 10px;
1032   padding-right: 20px;
1033   padding-bottom: 0px;
1034   padding-left: 10px;
1035   background-color: #FFFFFF;
1036   font-size: 13px;
1037   overflow-y: auto;
1038   z-index: 2;
1039   /* line-height: 17px; */
1040   color: #737373;
1041   box-shadow: 1px 2px 0px 0px #D8D8D8;
1042   top: 32px;
1043   position: absolute;
1044   margin-left: calc(100% - 215px);
1045 }
1046
1047 /* aside */
1048 aside {
1049   /* display: table-cell; */
1050   vertical-align: top;
1051   width: 185px;
1052   /* padding: 32px 10px 10px 20px; */
1053   padding: 10px 10px 0px 20px;
1054   /* border-right: 1px solid #D2D2D2; */
1055   /* background-color: #ECECF2; */
1056   /* background-color: #F2F2F2; */
1057   background-color: #FFFFFF;
1058   font-size: 13px;
1059   /* background: #F1F1F1; */
1060   /* top: 0px; */
1061   top: 32px;
1062   overflow-y: auto;
1063   z-index: 2;
1064   /* line-height: 17px; */
1065   position: fixed;
1066   /* overflow: auto; */
1067   height: 100%;
1068   height: calc(100% - 42px);
1069   /* overflow: scroll; */
1070   box-shadow: 1px 2px 0px 0px #D8D8D8;
1071   color: #737373;
1072 }
1073 aside .vcard .tool {
1074   clear: both;
1075 }
1076 aside .vcard .fn {
1077   font-size: 18px;
1078   font-weight: bold;
1079   margin-bottom: 5px;
1080   float: left;
1081 }
1082 aside .vcard .title {
1083   margin-bottom: 5px;
1084 }
1085 aside .vcard dl {
1086   height: auto;
1087   overflow: auto;
1088   word-break: break-word;
1089 }
1090 aside .vcard .account-type {
1091   margin-bottom: 13px;
1092   font-size: 14px;
1093   font-weight: bold;
1094 }
1095
1096 aside select {
1097   background-color: white;
1098   width: 165px;
1099   border-color: #ccc;
1100 }
1101
1102 aside .vcard dt {
1103   float: left;
1104   margin-left: 0px;
1105   /* width: 35%; */
1106   text-align: right;
1107   color: #999999;
1108 }
1109 aside .vcard dd {
1110   float: left;
1111   margin-left: 4px;
1112   /* width: 60%; */
1113 }
1114 aside #profile-photo-wrapper img {
1115   width: 175px;
1116 }
1117 aside #profile-extra-links ul {
1118   padding: 0px;
1119   margin: 0px;
1120 }
1121 aside #profile-extra-links li {
1122   padding: 0px;
1123   padding-bottom: 4px;
1124   margin: 0px;
1125   list-style: none;
1126 }
1127 aside #subscribe-feed-link,
1128 aside #dfrn-request-link,
1129 aside #wallmessage-link {
1130   display: block;
1131   -moz-border-radius: 5px 5px 5px 5px;
1132   -webkit-border-radius: 5px 5px 5px 5px;
1133   border-radius: 5px 5px 5px 5px;
1134   color: #ffffff;
1135   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1136   font-weight: bold;
1137   text-transform: uppercase;
1138   padding: 4px 2px 2px 35px;
1139 }
1140 aside #subscribe-feed-link:hover,
1141 aside #dfrn-request-link:hover,
1142 aside #wallmessage-link:hover {
1143   text-decoration: none;
1144   background-color: #36c;
1145   /* background-color: #19aeff; */
1146 }
1147 aside #profiles-menu {
1148   width: 14em;
1149   left: 10px;
1150 }
1151
1152 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside input {
1153   width: 140px;
1154   height: 17px;
1155   padding-left: 10px;
1156   /*border-top-left-radius: 15px;
1157   border-top-right-radius: 15px;
1158   border-bottom-right-radius: 15px;
1159   border-bottom-left-radius: 15px;
1160   -moz-border-bottom-colors: #dbdbdb;
1161   -moz-border-top-colors: #999;
1162   -moz-border-left-colors: #999;
1163   -moz-border-right-colors: #dbdbdb;*/
1164 }
1165
1166 aside h4, right_aside h4 {
1167   margin-bottom: 0px;
1168   margin-top: 0px;
1169   font-size: 1.17em;
1170 }
1171
1172 aside img {
1173   max-width: 175px;
1174 }
1175
1176 .nets-ul {
1177   margin-top: 0px;
1178 }
1179
1180 #contact-block {
1181   overflow: auto;
1182   height: auto;
1183 }
1184 #contact-block .contact-block-h4 {
1185   float: left;
1186   margin: 5px 0px;
1187 }
1188 #contact-block .allcontact-link {
1189   float: right;
1190   margin: 5px 0px;
1191 }
1192 #contact-block .contact-block-content {
1193   clear: both;
1194   overflow: auto;
1195   height: auto;
1196 }
1197 #contact-block .contact-block-link {
1198   float: left;
1199   margin: 0px 2px 2px 0px;
1200 }
1201 #contact-block .contact-block-link img {
1202   width: 48px;
1203   height: 48px;
1204 }
1205 .group_selected {
1206   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1207   float: left;
1208   height: 22px;
1209   width: 22px;
1210 }
1211 .group_unselected {
1212   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1213   float: left;
1214   height: 22px;
1215   width: 22px;
1216 }
1217 /* widget */
1218 .widget {
1219   margin-bottom: 1em;
1220   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1221         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1222 /*  font-size: 12px; */
1223 }
1224 .widget h3 {
1225   padding: 0px;
1226   margin: 2px;
1227 }
1228 .widget .action {
1229   opacity: 0.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 input.action {
1237   opacity: 0.5;
1238   -webkit-transition: all 0.2s ease-in-out;
1239   -moz-transition: all 0.2s ease-in-out;
1240   -o-transition: all 0.2s ease-in-out;
1241   -ms-transition: all 0.2s ease-in-out;
1242   transition: all 0.2s ease-in-out;
1243 }
1244 .widget:hover .title .action {
1245   opacity: 1;
1246   -webkit-transition: all 0.2s ease-in-out;
1247   -moz-transition: all 0.2s ease-in-out;
1248   -o-transition: all 0.2s ease-in-out;
1249   -ms-transition: all 0.2s ease-in-out;
1250   transition: all 0.2s ease-in-out;
1251 }
1252 .widget .tool:hover .action {
1253   opacity: 1;
1254   -webkit-transition: all 0.2s ease-in-out;
1255   -moz-transition: all 0.2s ease-in-out;
1256   -o-transition: all 0.2s ease-in-out;
1257   -ms-transition: all 0.2s ease-in-out;
1258   transition: all 0.2s ease-in-out;
1259 }
1260 .widget .tool:hover .action.ticked {
1261   opacity: 1;
1262   -webkit-transition: all 0.2s ease-in-out;
1263   -moz-transition: all 0.2s ease-in-out;
1264   -o-transition: all 0.2s ease-in-out;
1265   -ms-transition: all 0.2s ease-in-out;
1266   transition: all 0.2s ease-in-out;
1267 }
1268 .widget ul {
1269   padding: 0px;
1270   margin-top: 0px;
1271   margin-bottom: 0px;
1272 }
1273 .widget ul li {
1274   padding-left: 10px;
1275   /* min-height: 20px; */
1276   list-style: none;
1277   padding-top: 3px;
1278   padding-bottom: 3px;
1279   margin: 0px;
1280 }
1281 .widget .tool.selected {
1282   background: url('../../../images/selected.png') no-repeat left center;
1283 }
1284 /* widget: search */
1285 #add-search-popup {
1286   width: 200px;
1287   top: 18px;
1288 }
1289 /* section */
1290 section {
1291   /*font-size: 13px;
1292   line-height: 19.5px;*/
1293   font-size: 14.95px;
1294   line-height: 21px;
1295   display: table-cell;
1296   vertical-align: top;
1297   top: 32px;
1298   width: 766px;
1299   max-width: 766px;
1300   padding: 10px 10px 10px 10px;
1301   /* background-color: white; */
1302   /* background-color: rgb(252, 252, 252); */
1303   /* background-color: #FAFAFA; */
1304   background-color: inherit;
1305   /* border-bottom: 1px solid lightgray;
1306   border-right: 1px solid lightgray;
1307   border-left: 1px solid lightgray; */
1308   position: absolute;
1309   left: 215px;
1310   left: calc(215px + (100% - (215px + 766px)) / 6);
1311   /* left: calc(215px + (100% - 215px) / 10); */
1312 }
1313
1314 section.minimal {
1315   top: 0px;
1316   left: 0px;
1317   position: absolute;
1318   width: 100%;
1319   height: 100%;
1320 }
1321
1322 /* Contact-Header for the Network Stream */
1323 #viewcontact_wrapper-network {
1324   width: 100%;
1325   min-height: 100px;
1326   background-color: #FAFAFA;
1327   box-shadow: 1px 2px 0px 0px #D8D8D8;
1328   border-bottom: 1px solid #D2D2D2;
1329 }
1330 #contact-entry-wrapper-network {
1331   float: none;
1332   width: auto;
1333   height: auto;
1334   padding: 10px;
1335   margin: 0;
1336 }
1337 #contact-entry-accounttype-network {
1338   font-size: 20px;
1339 }
1340 #contact-entry-name-network {
1341   font-size: 24.5px;
1342 }
1343 .contact-entry-photo img {
1344   border-radius: 4px;
1345 }
1346
1347 /* wall item */
1348 .tread-wrapper {
1349 /*    border-bottom: 1px solid #BDCDD4; */
1350   border-bottom: 1px solid #D2D2D2;
1351   position: relative;
1352   padding: 5px;
1353   margin-bottom: 10px;
1354   box-shadow: 1px 2px 0px 0px #D8D8D8;
1355   background-color: #FFFFFF;
1356  /* width: 755px; */
1357 }
1358 .wall-item-decor {
1359   position: absolute;
1360   left: 755px;
1361   left: calc(100% - 16px);
1362 /*  top: -10px; */
1363   width: 16px;
1364 }
1365 .unstarred {
1366   display: none;
1367 }
1368 .wall-item-container {
1369   display: table;
1370   width: 745px;
1371   width: calc(100% - 10px);
1372 }
1373
1374 .wall-item-content hr {
1375   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1376   color: rgb(221, 221, 221);
1377   clear: both;
1378   float: none;
1379   width: 100%;
1380   height: 0.1em;
1381   /* margin: 0px 0px 1.45em; */
1382   border: medium none;
1383 }
1384
1385 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1386   display: table-row;
1387 }
1388 .wall-item-bottom {
1389   /* font-size: 14px; */
1390 }
1391 .wall-item-container .wall-item-tags,
1392 .wall-item-container .wall-item-links,
1393 .wall-item-container .wall-item-actions {
1394   opacity: 0.2;
1395   -webkit-transition: all 0.2s ease-in-out;
1396   -moz-transition: all 0.2s ease-in-out;
1397   -o-transition: all 0.2s ease-in-out;
1398   -ms-transition: all 0.2s ease-in-out;
1399   transition: all 0.2s ease-in-out;
1400 }
1401 .wall-item-container:hover .wall-item-tags,
1402 .wall-item-container:hover .wall-item-links,
1403 .wall-item-container:hover .wall-item-actions {
1404   opacity: 1;
1405   -webkit-transition: all 0.2s ease-in-out;
1406   -moz-transition: all 0.2s ease-in-out;
1407   -o-transition: all 0.2s ease-in-out;
1408   -ms-transition: all 0.2s ease-in-out;
1409   transition: all 0.2s ease-in-out;
1410 }
1411 .wall-item-container .wall-item-info {
1412   display: table-cell;
1413   vertical-align: top;
1414   text-align: left;
1415   width: 80px;
1416 }
1417 .wall-item-container {
1418   /* padding-right: 30px; */
1419   padding-right: 0px;
1420 }
1421 .wall-item-container .wall-item-ago {
1422   word-wrap: break-word;
1423   width: 50px;
1424   margin-left: 10px;
1425   color: #999;
1426   font-size: 12px;
1427 }
1428
1429 .shared-time {
1430   color: #999;
1431   font-size: 12px;
1432 }
1433
1434 .shared_header {
1435   line-height: 14px;
1436 }
1437
1438 .wall-item-network {
1439   color: #999;
1440   font-size: 12px;
1441   text-align: right;
1442   float: right;
1443 }
1444
1445 .wall-item-network-end {
1446   clear: both;
1447 }
1448
1449 .wall-item-location {
1450   width: 350px;
1451   float: left;
1452   font-size: 12px;
1453 }
1454
1455 .wall-item-container .wall-item-content {
1456   /* font-size: 14px; */
1457   max-width: 660px;
1458   word-wrap: break-word;
1459   word-break: break-word;
1460   /* line-height: 1.36; */
1461   padding-bottom: 6px;
1462 }
1463
1464 .wall-item-container .wall-item-content img {
1465   max-width: 100%;
1466   vertical-align: middle;
1467   /* max-width: 650px; */
1468   /* max-width: 580px; */
1469 }
1470 .children .wall-item-container .wall-item-item .wall-item-content img {
1471   /* max-width: 650px; */
1472   max-width: 520px;
1473   /* max-width: 100%; */
1474 }
1475 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1476   display: table-cell;
1477   vertical-align: middle;
1478   /* font-size: 17px; */
1479 }
1480 .mail-list-wrapper a,
1481 .wall-item-container .wall-item-bottom a,
1482 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1483 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1484 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1485   color: #999;
1486 }
1487 .mail-list-wrapper a:hover,
1488 .wall-item-container .wall-item-bottom a:hover,
1489 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1490 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1491 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1492   color: #000;
1493   text-decoration: none;
1494 }
1495 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1496   opacity: 0.5;
1497   -webkit-transition: all 0.2s ease-in-out;
1498   -moz-transition: all 0.2s ease-in-out;
1499   -o-transition: all 0.2s ease-in-out;
1500   -ms-transition: all 0.2s ease-in-out;
1501   transition: all 0.2s ease-in-out;
1502 }
1503 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1504   opacity: 1;
1505   -webkit-transition: all 0.2s ease-in-out;
1506   -moz-transition: all 0.2s ease-in-out;
1507   -o-transition: all 0.2s ease-in-out;
1508   -ms-transition: all 0.2s ease-in-out;
1509   transition: all 0.2s ease-in-out;
1510 }
1511
1512 .wall-item-container .wall-item-name:hover {
1513   color: #36c;
1514 }
1515
1516 .wall-item-container .wall-item-name,
1517 .wall-item-container .shared-author {
1518   color: black;
1519   font-weight: bold;
1520   -webkit-transition: all 0.2s ease-in-out;
1521   -moz-transition: all 0.2s ease-in-out;
1522   -o-transition: all 0.2s ease-in-out;
1523   -ms-transition: all 0.2s ease-in-out;
1524   transition: all 0.2s ease-in-out;
1525 }
1526
1527 .toplevel_item:hover .wall-item-name,
1528 .wall-item-container:hover .wall-item-name,
1529 .toplevel_item:hover .shared-author,
1530 .wall-item-container:hover .shared-author {
1531   color: #36c;
1532   font-weight: bold;
1533   -webkit-transition: all 0.2s ease-in-out;
1534   -moz-transition: all 0.2s ease-in-out;
1535   -o-transition: all 0.2s ease-in-out;
1536   -ms-transition: all 0.2s ease-in-out;
1537   transition: all 0.2s ease-in-out;
1538 }
1539
1540 .wall-item-container .wall-item-content a,
1541 .toplevel_item .fakelink,
1542 .wall-item-container .fakelink {
1543   color: black;
1544   -webkit-transition: all 0.2s ease-in-out;
1545   -moz-transition: all 0.2s ease-in-out;
1546   -o-transition: all 0.2s ease-in-out;
1547   -ms-transition: all 0.2s ease-in-out;
1548   transition: all 0.2s ease-in-out;
1549   /* color: darkblue; */
1550   /* color: #3E3E8C; */
1551   word-break: break-word;
1552 }
1553
1554 .toplevel_item:hover .fakelink,
1555 .wall-item-container:hover .fakelink,
1556 .toplevel_item:hover .wall-item-content a,
1557 .wall-item-container:hover .wall-item-content a {
1558   color: #36c;
1559   -webkit-transition: all 0.2s ease-in-out;
1560   -moz-transition: all 0.2s ease-in-out;
1561   -o-transition: all 0.2s ease-in-out;
1562   -ms-transition: all 0.2s ease-in-out;
1563   transition: all 0.2s ease-in-out;
1564 }
1565
1566 .toplevel_item:hover .togglecomment,
1567 .wall-item-container:hover .togglecomment {
1568   color: #999;
1569 }
1570
1571 .wall-item-container .wall-item-actions-author {
1572   width: 100%;
1573   margin-bottom: 0.3em;
1574 }
1575 .wall-item-container .wall-item-actions-social,
1576 .wall-item-container .wall-item-actions-isevent {
1577   float: left;
1578   margin-bottom: 1px;
1579 }
1580 .wall-item-container .wall-item-actions-social a,
1581 .wall-item-container .wall-item-actions-isevent a {
1582   float: left;
1583   margin-right: 1em;
1584   cursor: pointer;
1585 }
1586 .wall-item-container .wall-item-actions-tools {
1587   float: right;
1588   width: 80px;
1589 }
1590 .wall-item-container .wall-item-actions-tools a {
1591   float: right;
1592   margin-left: 10px;
1593   cursor: pointer;
1594 }
1595 .wall-item-container .wall-item-actions-tools input {
1596   float: right;
1597   margin-left: 10px;
1598 }
1599 .wall-item-container.comment {
1600   margin-top: 5px;
1601   margin-bottom: 5px;
1602   margin-left: 80px;
1603   width: 665px;
1604   width: calc(100% - 90px);
1605   border-bottom: 1px solid hsl(198, 21%, 79%);
1606 }
1607 .wall-item-container.thread_level_2 {
1608   margin-left: 80px;
1609   width: calc(100% - 90px);
1610 }
1611 .wall-item-container.thread_level_3 {
1612   margin-left: 95px;
1613   width: calc(100% - 105px);
1614 }
1615 .wall-item-container.thread_level_4 {
1616   margin-left: 110px;
1617   width: calc(100% - 120px);
1618 }
1619 .wall-item-container.thread_level_5 {
1620   margin-left: 125px;
1621   width: calc(100% - 135px);
1622 }
1623 .wall-item-container.thread_level_6 {
1624   margin-left: 140px;
1625   width: calc(100% - 150px);
1626 }
1627 .wall-item-container.thread_level_7 {
1628   margin-left: 155px;
1629   width: calc(100% - 165px);
1630 }
1631
1632 .wall-item-container.comment .wall-item-content,
1633 .wall-item-container.thread_level_3 .wall-item-content,
1634 .wall-item-container.thread_level_4 .wall-item-content,
1635 .wall-item-container.thread_level_5 .wall-item-content,
1636 .wall-item-container.thread_level_6 .wall-item-content,
1637 .wall-item-container.thread_level_7 .wall-item-content {
1638   max-width: calc(100% - 1px);
1639 }
1640
1641 .children .wall-item-comment-wrapper textarea, 
1642 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea,
1643 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea,
1644 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
1645 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
1646 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1647   width: calc(100% - 11px);
1648 }
1649
1650 .children .wall-item-bottom .comment-edit-preview,
1651 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview,
1652 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview,
1653 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
1654 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
1655 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1656   width: calc(100% - 6px);
1657 }
1658
1659
1660 .wall-item-container.comment .contact-photo {
1661   width: 32px;
1662   height: 32px;
1663   margin-left: 16px;
1664   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1665
1666 }
1667 .wall-item-container.comment {
1668   top: 15px !important;
1669   left: 15px !important;
1670 }
1671 .wall-item-container.comment .wall-item-links {
1672   padding-left: 12px;
1673 }
1674 .wall-item-bottom .wall-item-comment-wrapper {
1675   margin: 1px 5px 1px 0px;
1676 }
1677 .wall-item-comment-wrapper {
1678   margin: 1px 15px 1px 80px;
1679 }
1680 .wall-item-comment-wrapper.photo {
1681   margin: 1px 15px 1px 0px;
1682 }
1683 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1684   margin-left: 0px;
1685   width: 665px;
1686   width: 100%;
1687   border-bottom: 1px solid hsl(198, 21%, 79%);
1688 }
1689
1690
1691 .wall-item-comment-wrapper .comment-edit-photo {
1692   display: none;
1693 }
1694 .wall-item-comment-wrapper textarea {
1695   height: 1.2em;
1696   width: 100%;
1697   font-size: 13px;
1698   color: #999999;
1699   border: 1px solid #DDD;
1700   padding: 0.3em;
1701 }
1702 .wall-item-comment-wrapper .comment-edit-text-full {
1703   /* font-size: 14px; */
1704   height: 4em;
1705   color: #2d2d2d;
1706   border: 1px solid #2d2d2d;
1707 }
1708
1709 .fakelink.togglecomment {
1710   float: left;
1711   margin-right: 1em;
1712 }
1713
1714 .comment-edit-preview .contact-photo {
1715   width: 32px;
1716   height: 32px;
1717   margin-left: 16px;
1718   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1719
1720 }
1721 .comment-edit-preview {
1722   /* width: 660px; */
1723   width: 100%;
1724   border: 1px solid #2d2d2d;
1725   margin-top: 10px;
1726   top: 15px !important;
1727   left: 15px !important;
1728 }
1729 .comment-edit-preview .wall-item-links {
1730   padding-left: 12px;
1731 }
1732 .comment-edit-preview .wall-item-container {
1733   /* width: 700px; */
1734   width: 100%;
1735 }
1736 .comment-edit-preview .tread-wrapper {
1737   /* width: 700px; */
1738   width: 100%;
1739   padding: 0;
1740   margin: 10px 0px 0px 0px;
1741   border-bottom: 0px;
1742   box-shadow: none;
1743 }
1744
1745 .wall-item-bottom .comment-edit-preview {
1746   width: 575px;
1747   margin-bottom: 5px;
1748 }
1749
1750 .shiny {
1751   /* border-right: 10px solid #fce94f; */
1752 /*      border-right: 1px solid #A7C7F7;
1753         padding-right: 12px; */
1754 }
1755
1756 #profile-jot-form {
1757   box-shadow: 1px 2px 0px 0px #D8D8D8;
1758   background-color: #fafafa;
1759   padding: 10px;
1760 }
1761
1762 #profile-jot-form #profile-jot-text {
1763   height: 2.0em;
1764   /* width: 99%; */
1765   width: 752px;
1766   width: calc(100% - 10px);
1767   font-size: 15px;
1768   color: #999999;
1769   border: 1px solid #DDD;
1770   padding: 0.3em;
1771   margin-bottom: 10px;
1772 }
1773
1774 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1775
1776          border-radius: 5px 5px 5px 5px;
1777     font-weight: bold;
1778     height: 20px;
1779     margin: 0 0 5px;
1780     /* width: 60%; */
1781     /* width: 762px; */
1782     width: 100%;
1783     border: 1px solid #d2d2d2;
1784 }
1785
1786 #profile-jot-form #jot-title:-webkit-input-placeholder {
1787   font-weight: normal;
1788 }
1789 #profile-jot-form #jot-title:-moz-placeholder {
1790   font-weight: normal;
1791 }
1792 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1793 /*  width: 785px; */
1794   width: 100%;
1795   height: 100px;
1796 }
1797
1798 #profile-jot-perms {
1799   float: right;
1800 }
1801
1802 #jot-preview-content {
1803   padding-top: 4px;
1804   clear: both;
1805 }
1806
1807 #jot-preview-content .tread-wrapper {
1808   background-color: #fce94f;
1809 }
1810
1811 .wall-item-tags {
1812   padding-top: 1px;
1813   padding-bottom: 2px;
1814   font-size: 12px;
1815   /*display: none;*/
1816 }
1817
1818 .tag {
1819   color: rgb(153,153,153);
1820   /*padding-left: 3px;
1821   font-size: 10px;*/
1822 }
1823 .tag a {
1824   /*padding-right: 8px;*/
1825   color: rgb(153,153,153);
1826 }
1827 .wwto {
1828   position: absolute !important;
1829   width: 25px;
1830   height: 25px;
1831   background: #FFFFFF;
1832   border: 2px solid #364e59;
1833   height: 25px;
1834   width: 25px;
1835   overflow: hidden;
1836   padding: 1px;
1837   position: absolute !important;
1838   top: 40px;
1839   left: 30px;
1840   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1841 }
1842 .wwto .contact-photo {
1843   width: auto;
1844   height: 25px;
1845 }
1846 /* contacts menu */
1847 .contact-photo-wrapper {
1848   position: relative;
1849   width: 80px;
1850 }
1851
1852 .contact-photo-wrapper.wwto {
1853   width: 25px;
1854 }
1855
1856 .contact-photo {
1857   width: 48px;
1858   height: 48px;
1859   overflow: hidden;
1860   display: block;
1861   -webkit-border-radius: 4px;
1862   -moz-border-radius: 4px;
1863   border-radius: 4px;
1864 }
1865
1866 .contact-photo img {
1867   width: 48px;
1868   height: 48px;
1869 }
1870
1871 .contact-wrapper {
1872   float: left;
1873   width: 90px;
1874   height: 90px;
1875   margin-bottom: 15px;
1876 }
1877 .contact-wrapper .contact-photo {
1878   width: 80px;
1879   height: 80px;
1880 }
1881 .contact-wrapper .contact-photo img {
1882   width: 80px;
1883   height: 80px;
1884 }
1885 .contact-wrapper {
1886   left: 0px;
1887   top: 63px;
1888 }
1889 .contact-photo {
1890   width: 48px;
1891   height: 48px;
1892 }
1893 .contact-photo img {
1894   width: 48px;
1895   height: 48px;
1896 }
1897 .contact-name {
1898   /* text-align: center; */
1899   /*font-weight: bold;*/
1900   font-size: 12px;
1901 }
1902 .contact-details {
1903   color: #999999;
1904 }
1905 /* editor */
1906 .jothidden {
1907   display: none;
1908 }
1909 #jot {
1910   width: 785px;
1911   margin: 0px 2em 20px 0px;
1912 }
1913 #jot .profile-jot-text {
1914   height: 1.2em;
1915   width: 99%;
1916   font-size: 10px;
1917   color: #999999;
1918   border: 1px solid #DDD;
1919   padding: 0.3em;
1920 }
1921 #jot #jot-tools {
1922   margin: 0px;
1923   padding: 0px;
1924   height: 40px;
1925   overflow: none;
1926   width: 783px;
1927   background-color: #0e232e;
1928   border-bottom: 2px solid #9eabb0;
1929 }
1930 #jot #jot-tools li {
1931   list-style: none;
1932   float: left;
1933   width: 80px;
1934   height: 40px;
1935   border-bottom: 2px solid #9eabb0;
1936 }
1937 #jot #jot-tools li a {
1938   display: block;
1939   color: #cccccc;
1940   width: 100%;
1941   height: 40px;
1942   text-align: center;
1943   line-height: 40px;
1944   overflow: hidden;
1945 }
1946 #jot #jot-tools li:hover {
1947   background-color: #364e59;
1948   border-bottom: 2px solid #bdcdd4;
1949 }
1950 #jot #jot-tools li.perms {
1951   float: right;
1952   width: 40px;
1953 }
1954 #jot #jot-tools li.perms a.unlock {
1955   width: 30px;
1956   border-left: 10px solid #cccccc;
1957   background-color: #cccccc;
1958   background-position: left center;
1959 }
1960 #jot #jot-tools li.perms a.lock {
1961   width: 30px;
1962   border-left: 10px solid #666666;
1963   background-color: #666666;
1964 }
1965 #jot #jot-tools li.submit {
1966   float: right;
1967   background-color: #cccccc;
1968   border-bottom: 2px solid #cccccc;
1969   border-right: 1px solid #666666;
1970   border-left: 1px solid #666666;
1971 }
1972 #jot #jot-tools li.submit input {
1973   border: 0px;
1974   margin: 0px;
1975   padding: 0px;
1976   background-color: #cccccc;
1977   color: #666666;
1978   width: 80px;
1979   height: 40px;
1980   line-height: 40px;
1981 }
1982 #jot #jot-tools li.submit input:hover {
1983   background-color: #bdcdd4;
1984   color: #666666;
1985 }
1986 #jot #jot-tools li.loading {
1987   float: right;
1988   background-color: #ffffff;
1989   width: 20px;
1990   vertical-align: center;
1991   text-align: center;
1992   border-top: 2px solid #9eabb0;
1993   height: 38px;
1994 }
1995 #jot #jot-tools li.loading img {
1996   margin-top: 10px;
1997 }
1998 /* #jot */
1999 #jot-title {
2000   border: 0px;
2001   margin: 0px;
2002   height: 20px;
2003   width: 700px;
2004   font-weight: bold;
2005   border: 1px solid #ffffff;
2006 }
2007 #jot #jot-title:-webkit-input-placeholder {
2008   font-weight: normal;
2009 }
2010 #jot #jot-title:-moz-placeholder {
2011   font-weight: normal;
2012 }
2013 #jot #jot-title:hover {
2014   border: 1px solid #999999;
2015 }
2016 #jot #jot-title:focus {
2017   border: 1px solid #999999;
2018 }
2019 #jot #character-counter {
2020   width: 80px;
2021   float: right;
2022   text-align: right;
2023   height: 20px;
2024   line-height: 20px;
2025   padding-right: 20px;
2026 }
2027
2028 #profile-jot-submit {
2029   float: right;
2030   margin-left: 15px;
2031 }
2032 #profile-upload-wrapper {
2033   float: left;
2034   margin-left: 15px;
2035 }
2036 #profile-attach-wrapper {
2037   float: left;
2038   margin-left: 15px;
2039 }
2040 #profile-link-wrapper {
2041   float: left;
2042   margin-left: 15px;
2043   cursor: pointer;
2044 }
2045 #profile-video-wrapper {
2046   float: left;
2047   margin-left: 15px;
2048   cursor: pointer;
2049 }
2050 #profile-audio-wrapper {
2051   float: left;
2052   margin-left: 15px;
2053   cursor: pointer;
2054 }
2055 #profile-location-wrapper {
2056   float: left;
2057   margin-left: 15px;
2058   cursor: pointer;
2059 }
2060 #profile-nolocation-wrapper {
2061   float: left;
2062   margin-left: 15px;
2063   cursor: pointer;
2064 }
2065 #profile-smiley-wrapper {
2066   float: left;
2067   margin-left: 15px;
2068   cursor: pointer;
2069   margin-top: 3px;
2070   height: 10px;
2071   display: inline-block;
2072 }
2073 #smileybutton {
2074   position: absolute;
2075   z-index: 99;
2076 }
2077 table.smiley-preview{
2078   background-color: #FFF;
2079   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2080 }
2081 #jot-perms-icon {
2082   float: right;
2083   margin-left: 15px;
2084 }
2085 #jot-preview-link {
2086   float: right;
2087 }
2088 #profile-jot-end {
2089   clear: both;
2090 }
2091 #profile-jot-text_tbl {
2092   width: 780px;
2093 }
2094 #profile-jot-wrapper {
2095   margin-bottom: 10px;
2096 }
2097
2098 /** buttons **/
2099 /*input[type="submit"] {
2100         border: 0px;
2101     background-color: @ButtonBackgroundColor;
2102     color: @ButtonColor;
2103     padding: 0px 10px;
2104         .rounded(5px);
2105     height: 18px;
2106 }*/
2107 /** acl **/
2108 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2109   display: block!important;
2110 }
2111 #acl-wrapper {
2112   width: 690px;
2113   float: left;
2114 }
2115 #acl-search {
2116   float: right;
2117   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2118   padding-right: 20px;
2119 }
2120 #acl-showall {
2121   float: left;
2122   display: block;
2123   width: auto;
2124   height: 18px;
2125   background-color: #cccccc;
2126   background-image: url("../../../images/show_all_off.png");
2127   background-position: 7px 7px;
2128   background-repeat: no-repeat;
2129   padding: 7px 5px 0px 30px;
2130   color: #999999;
2131   -moz-border-radius: 5px 5px 5px 5px;
2132   -webkit-border-radius: 5px 5px 5px 5px;
2133   border-radius: 5px 5px 5px 5px;
2134 }
2135 #acl-showall.selected {
2136   color: #000000;
2137   background-color: #ff9900;
2138   background-image: url("../../../images/show_all_on.png");
2139 }
2140 #acl-list {
2141   height: 210px;
2142   border: 1px solid #cccccc;
2143   clear: both;
2144   margin-top: 30px;
2145   overflow: auto;
2146 }
2147 .acl-list-item {
2148   display: block;
2149   width: 150px;
2150   height: 30px;
2151   border: 1px solid #cccccc;
2152   margin: 5px;
2153   float: left;
2154 }
2155 .acl-list-item img {
2156   width: 22px;
2157   height: 22px;
2158   float: left;
2159   margin: 4px;
2160 }
2161 .acl-list-item p {
2162   height: 12px;
2163   font-size: 10px;
2164   margin: 0px;
2165   padding: 2px 0px 1px;
2166   overflow: hidden;
2167 }
2168 .acl-list-item a {
2169   font-size: 8px;
2170   display: block;
2171   width: 40px;
2172   height: 10px;
2173   float: left;
2174   color: #999999;
2175   background-color: #cccccc;
2176   background-position: 3px 3px;
2177   background-repeat: no-repeat;
2178   margin-right: 5px;
2179   -webkit-border-radius: 2px ;
2180   -moz-border-radius: 2px;
2181   border-radius: 2px;
2182   padding-left: 15px;
2183 }
2184 #acl-wrapper a:hover {
2185   text-decoration: none;
2186   color: #000000;
2187 }
2188 .acl-button-show {
2189   background-image: url("../../../images/show_off.png");
2190 }
2191 .acl-button-hide {
2192   background-image: url("../../../images/hide_off.png");
2193 }
2194 .acl-button-show.selected {
2195   color: #000000;
2196   background-color: #9ade00;
2197   background-image: url("../../../images/show_on.png");
2198 }
2199 .acl-button-hide.selected {
2200   color: #000000;
2201   background-color: #ff4141;
2202   background-image: url("../../../images/hide_on.png");
2203 }
2204 .acl-list-item.groupshow {
2205   border-color: #9ade00;
2206 }
2207 .acl-list-item.grouphide {
2208   border-color: #ff4141;
2209 }
2210 /** /acl **/
2211 /** tab buttons **/
2212 div.pager, ul.tabs {
2213   list-style-type: none;
2214   padding-bottom: 10px;
2215   padding-left: 10px;
2216   padding-top: 0px;
2217   margin-bottom: 5px;
2218   line-height: 28px;
2219   height: 20px;
2220 /*  font-size: 11px; */
2221   font-size: 13px;
2222   font-weight: bold;
2223   /* margin-bottom: 30px; */
2224   background-color: #FAFAFA;
2225   box-shadow: 1px 2px 0px 0px #D8D8D8;
2226   border-bottom: 1px solid #D2D2D2;
2227 }
2228 ul.tabs li {
2229   float: left;
2230   /* margin-left: 7px; */
2231 }
2232 /*ul.tabs li .active {
2233   border-bottom: 1px solid #005c94;
2234 }*/
2235
2236 ul.tabs a, div.pager a {
2237     /* min-width: 34px; */
2238 /*    display: block;
2239     float: left; */
2240     padding: 0px;
2241     padding-bottom: 6px;
2242 /*    padding: 0px 12px 0px 12px; */
2243 /*    color: #444; */
2244     color: darkgray;
2245 }
2246
2247 ul.tabs a {
2248 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2249     margin-right: 15px;
2250     margin-left: 5px;
2251 }
2252
2253 #birthday-notice, #event-notice {
2254     box-shadow: 1px 2px 0px 0px #D8D8D8;
2255     margin-bottom: 5px;
2256 }
2257
2258 #birthday-wrapper, #event-wrapper {
2259     background-color: #FAFAFA;
2260     box-shadow: 1px 2px 0px 0px #D8D8D8;
2261     padding-left: 10px;
2262     padding-right: 10px;
2263     padding-top: 5px;
2264     padding-bottom: 5px;
2265     margin-bottom: 0px;
2266 }
2267
2268 .birthday-notice, .event-notice  {
2269     padding: 2px 7px 2px 7px;
2270     color: darkgrey;
2271    font-weight: bold;
2272 }
2273 .comment-edit-submit-wrapper .fakelink {
2274     padding: 2px 7px 2px 7px;
2275     color: black;
2276 }
2277
2278 .comment-edit-submit-wrapper .fakelink {
2279 /*    border: 1px solid lightgray; */
2280     background: #F2F2F2;
2281     margin-top: 2px;
2282     margin-bottom: 2px;
2283 }
2284
2285 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2286 .comment-edit-submit-wrapper .fakelink:hover {
2287     color: black;
2288 }
2289
2290 span.pager_current, span.pager_n a:hover,
2291 span.pager_first a:hover, span.pager_last a:hover,
2292 span.pager_prev a:hover, span.pager_next a:hover,
2293 ul.tabs a:hover {
2294   border-bottom: 2px solid #244C5E;
2295   text-decoration: none;
2296   color: grey;
2297   padding-bottom: 6px;
2298 }
2299
2300 ul.tabs li .active, span.pager_current a {
2301   border-bottom: 2px solid #244C5E;
2302   text-decoration: none;
2303   color: black;
2304 }
2305
2306 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2307 /*    background-color: #e5e5e5; */
2308   color: grey;
2309     text-decoration: none;
2310 /*    border: 1px solid darkgray; */
2311 }
2312
2313 .comment-edit-bb {
2314   float:right;
2315 }
2316 .comment-edit-bb a {
2317   color: #888;
2318   padding: 0px 5px 1px 5px;
2319 }
2320
2321 .comment-edit-bb a:hover {
2322   color: #000;
2323   text-decoration: none;
2324 }
2325
2326 /**
2327  * Form fields
2328  */
2329 .field {
2330   margin-bottom: 10px;
2331   padding-bottom: 10px;
2332   overflow: auto;
2333   width: 100%;
2334 }
2335 .field label {
2336   float: left;
2337   width: 200px;
2338 }
2339 .field input, .field textarea {
2340   max-width: 400px;
2341 }
2342 .field textarea {
2343   height: 100px;
2344 }
2345 .field .field_help {
2346   display: block;
2347   margin-left: 200px;
2348   color: #666666;
2349 }
2350 .field .onoff {
2351   float: left;
2352   width: 80px;
2353   margin-right:1em;
2354 }
2355 .field .onoff a {
2356   display: block;
2357   border: 1px solid #666666;
2358   background-image: url("../../../images/onoff.jpg");
2359   background-repeat: no-repeat;
2360   padding: 4px 2px 2px 2px;
2361   font-size:14px;
2362   height: 16px;
2363   line-height:16px;
2364   text-decoration: none;
2365   text-align: center;
2366   text-transform: uppercase;
2367   border-radius:4px;
2368 }
2369 .field .onoff .off {
2370   border-color: #B0B0B0;
2371   padding-left: 36px;
2372   background-position: left center;
2373   background-color: #cccccc;
2374   color: #9C9C9C;
2375 }
2376 .field .onoff .on {
2377   font-weight:bold;
2378   border-color: #8EB8EE;
2379   padding-right: 36px;
2380   background-position: right center;
2381   background-color: #D7E3F1;
2382   color: #36c;
2383 }
2384 .field .hidden {
2385   display: none!important;
2386 }
2387 .field.radio .field_help {
2388   margin-left: 0px;
2389 }
2390 aside form {
2391   overflow-x: hidden;
2392 }
2393 aside form fieldset {
2394   margin: 0px;
2395   padding: 0px;
2396   border: 0px none;
2397 }
2398 aside form .field label {
2399   float: left;
2400   width: 170px;
2401 }
2402
2403 aside #div_id_remember label {
2404  float:  inherit;
2405 }
2406
2407 aside div #login-submit-button {
2408   margin-left:0px;
2409 }
2410
2411 aside #register-link, aside #lost-password-link {
2412   display: block;
2413 }
2414
2415 aside #id_username,
2416 aside div #id_openid_url,
2417 aside #id_password {
2418   width: 170px;
2419   max-width: 170px;
2420 }
2421
2422 #profile-edit-links-end {
2423         clear: both;
2424         margin-bottom: 15px;
2425 }
2426
2427 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2428
2429 #profile-edit-links li {
2430   float: left;
2431   list-style: none;
2432 }
2433
2434 .profile-edit-side-div {
2435 /*  display: none; */
2436   float: right;
2437 }
2438
2439 /* aside div.clear {
2440   clear: none;
2441   float: left;
2442 } */
2443
2444 #register-form label,
2445 #profile-edit-wrapper label {
2446   width: 200px;
2447   float: left;
2448 }
2449
2450 #register-name-end,
2451 #register-email-end,
2452 #register-nickname-end {
2453   clear: both;
2454 }
2455
2456 .required {
2457   display: inline;
2458   color: #B20202;
2459 }
2460
2461 /* oauth */
2462 .oauthapp {
2463   height: auto;
2464   overflow: auto;
2465   border-bottom: 2px solid #cccccc;
2466   padding-bottom: 1em;
2467   margin-bottom: 1em;
2468 }
2469 .oauthapp img {
2470   float: left;
2471   width: 48px;
2472   height: 48px;
2473   margin: 10px;
2474 }
2475 .oauthapp img.noicon {
2476   background-image: url("../../../images/icons/48/plugin.png");
2477   background-position: center center;
2478   background-repeat: no-repeat;
2479 }
2480 .oauthapp a {
2481   float: left;
2482 }
2483 /* contacts */
2484 /*.contact-entry-wrapper {
2485   width: 120px;
2486   height: 130px;
2487   float: left;
2488   overflow: hidden;
2489   margin-left: 5px;
2490 }*/
2491
2492 .contact-entry-wrapper {
2493   float: left;
2494   width: 363px;
2495   height: 100px;
2496   padding-right: 10px;
2497   margin: 0 10px 10px 0px;
2498 }
2499 .contact-entry-wrapper .contact-entry-photo-wrapper {
2500   float: left;
2501   margin-right: 10px;
2502   width: 80px;
2503   height: 80px;
2504 }
2505 .contact-entry-photo-wrapper {
2506   position: relative;
2507 }
2508 .contact-entry-desc {
2509   overflow: hidden;
2510 }
2511 .contact-entry-name {
2512   font-weight: bold;
2513 }
2514 .contact-entry-details {
2515   font-size: 13px;
2516   color: #999999;
2517   white-space: nowrap;
2518   overflow: hidden;
2519   text-overflow: ellipsis;
2520 }
2521 /* photo */
2522 .lframe {
2523   float: left;
2524   margin: 0px 10px 10px 0px;
2525 }
2526 .contact-entry-photo a img {
2527   width: 80px;
2528   height: 80px;
2529 }
2530 /* profile match wrapper */
2531 .profile-match-wrapper {
2532   float: left;
2533   width: 90px;
2534   height: 90px;
2535   margin-bottom: 20px;
2536 }
2537 .profile-match-wrapper .contact-photo {
2538   width: 80px;
2539   height: 80px;
2540 }
2541 .profile-match-wrapper .contact-photo img {
2542   width: 80px;
2543   height: 80px;
2544 }
2545 .profile-match-wrapper {
2546   left: 0px;
2547   top: 63px;
2548 }
2549
2550 .contact-photo-menu-button {
2551         position: relative;
2552         background-image: url("../../../images/icons/16/menu.png");
2553         background-position: top left;
2554         background-repeat: no-repeat;
2555         margin: 0px 0px -16px 0px;
2556         padding: 0px;
2557         width: 16px;
2558         height: 16px;
2559         top: -20px; left:0px;
2560         overflow: hidden;
2561         text-indent: 40px;
2562         display: none;
2563
2564 }
2565 .contact-photo-menu {
2566         width: 11em;
2567         /*border: 3px solid #364e59;*/
2568         color: #2d2d2d;
2569         background: #FFFFFF;
2570         position: absolute;
2571         /*position: relative;*/
2572         left: 0px; /*top: 0px;*/
2573         display: none;
2574         z-index: 10000;
2575         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2576 }
2577 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2578 .contact-photo-menu li a {
2579         display: block;
2580         padding: 5px 10px;
2581         color: #2d2d2d;
2582         text-decoration: none;
2583 }
2584 .contact-photo-menu li a:hover {
2585         background-color: #bdcdd4;
2586 }
2587
2588 /* page footer */
2589 footer {
2590   /* height: 100px; */
2591   display: table-row;
2592 }
2593
2594 blockquote {
2595     border-left: 1px solid #D2D2D2;
2596     padding-left: 9px;
2597     margin: 0 0 0 .8ex;
2598     color: #777;
2599 }
2600
2601 .oembed {
2602     /* font-size: large; */
2603     font-size: larger;
2604     font-weight: bold;
2605     display: block;
2606 }
2607
2608 .oembed.video .embed_video > div {
2609     position: absolute; top: 0px; left: 0px;
2610     background-color: rgba(0,0,0,0.5);
2611 }
2612 .oembed.video .embed_video > div::before {
2613     font-family: FontAwesome;
2614     font-weight: normal;
2615     font-style: normal;
2616     display: inline-block;
2617     text-decoration: inherit;
2618     vertical-align: top;
2619     font-size: 3em;
2620     content: "\f01d"; /* icon-play-circle */
2621     color: #fff;
2622     bottom: 10px;
2623     right: 10px;
2624     position: absolute;
2625 }
2626
2627 /* ================== */
2628 /* = Contacts Block = */
2629 /* ================== */
2630
2631 .contact-block-img {
2632         width: 42px;
2633         height: 42px;
2634         padding-right: 2px;
2635 }
2636 .contact-block-div {
2637         float: left;
2638 }
2639
2640 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2641 #contact-block-end { clear: both; }
2642
2643 #group-edit-wrapper {
2644         margin-bottom: 10px;
2645 }
2646
2647 #group-members-end {
2648         clear: both;
2649 }
2650
2651 /*
2652 #group-separator,
2653 #prof-separator { display: none;}
2654 */
2655
2656 #message-to-select {
2657   height: 150px;
2658 }
2659
2660 #prvmail-upload {
2661   margin-left: 10px;
2662 }
2663
2664 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2665         margin-bottom: 10px;
2666         margin-top: 20px;
2667 }
2668
2669 #prvmail-submit {
2670         float: left;
2671         margin-top: 10px;
2672 }
2673 #prvmail-upload-wrapper,
2674 #prvmail-link-wrapper,
2675 #prvmail-rotator-wrapper {
2676         float: left;
2677         margin-top: 10px;
2678         margin-right: 10px;
2679         width: 24px;
2680 }
2681
2682 #prvmail-end {
2683         clear: both;
2684 }
2685
2686 .mail-list-sender,
2687 .mail-list-detail {
2688         float: left;
2689 }
2690 .mail-list-detail {
2691         margin-left: 20px;
2692 }
2693
2694 .mail-list-subject {
2695         font-size: 1.1em;
2696         margin-top: 10px;
2697 }
2698 a.mail-list-link {
2699     display: block;
2700     font-size: 1.3em;
2701     padding: 4px 0;
2702 }
2703
2704 /*
2705 *a.mail-list-link:hover {
2706 *       background-color: #15607B;
2707 *       color: #F5F6FB;
2708 *}
2709 */
2710
2711 .mail-list-outside-wrapper-end {
2712         clear: both;
2713 }
2714
2715 .mail-list-outside-wrapper {
2716         margin-top: 30px;
2717 }
2718
2719 .mail-list-delete-wrapper {
2720         float: right;
2721         margin-right: 30px;
2722         margin-top: 15px;
2723 }
2724
2725 .mail-list-delete-icon {
2726         border: none;
2727 }
2728
2729 .mail-conv-sender,
2730 .mail-conv-detail {
2731         float: left;
2732 }
2733 .mail-conv-detail {
2734         margin-left: 20px;
2735         width: 500px;
2736 }
2737
2738 .mail-conv-subject {
2739     font-size: 1.4em;
2740     margin: 10px 0;
2741 }
2742
2743 .mail-conv-outside-wrapper-end {
2744         clear: both;
2745 }
2746
2747 .mail-conv-outside-wrapper {
2748         margin-top: 30px;
2749 }
2750
2751 .mail-conv-delete-wrapper {
2752         float: right;
2753         margin-right: 30px;
2754         margin-top: 15px;
2755 }
2756 .mail-conv-break {
2757         clear: both;
2758 }
2759
2760 .mail-conv-delete-icon {
2761         border: none;
2762 }
2763
2764
2765 /* ========== */
2766 /* = Events = */
2767 /* ========== */
2768 .eventcal {
2769         float: left;
2770         font-size: 20px;
2771 }
2772
2773 .vevent {
2774         border: 1px solid #CCCCCC;
2775         max-width: 600px;
2776         position: relative;
2777         margin-top: 4px;
2778         margin-right: 4px;
2779         margin-bottom: 15px;
2780 }
2781
2782 .vevent .event-summary,
2783 .vevent .event-description,
2784 .vevent .event-location {
2785         margin-left: 10px;
2786         margin-right: 10px;
2787 }
2788 .vevent .event-start {
2789         margin-left: 10px;
2790         margin-right: 10px;
2791 }
2792
2793 #new-event-link {
2794         margin-bottom: 10px;
2795 }
2796
2797 .edit-event-link, .plink-event-link {
2798         float: left;
2799         margin-top: 4px;
2800         margin-right: 4px;
2801         margin-bottom: 15px;
2802 }
2803
2804 .event-description:before {
2805         content: url('../../../images/calendar.png');
2806         margin-right: 15px;
2807 }
2808
2809 .event-start, .event-end {
2810         margin-left: 10px;
2811         width: 330px;
2812         clear: both;
2813 }
2814
2815 .event-start .dtstart, .event-end .dtend {
2816         float: right;
2817 }
2818
2819 .event-list-date {
2820         margin-bottom: 10px;
2821 }
2822
2823 .prevcal, .nextcal {
2824         float: left;
2825         margin-left: 32px;
2826         margin-right: 32px;
2827         margin-top: 64px;
2828 }
2829 .event-calendar-end {
2830         clear: both;
2831 }
2832
2833
2834 .calendar {
2835         font-family: Courier, monospace;
2836 }
2837 .today {
2838         font-weight: bold;
2839         color: #FF0000;
2840 }
2841 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2842   float: none;
2843 }
2844 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2845   margin-bottom: 10px;
2846   margin-top: 20px;
2847 }
2848
2849 .settings-block {
2850         /* border: 1px solid #AAA; */
2851         padding-left: 5px;
2852         padding-right: 5px;
2853 }
2854
2855 .app-title {
2856   margin: 0px;
2857 }
2858
2859 #identity-manage-desc {
2860         margin-top:15px;
2861         margin-bottom: 15px;
2862 }
2863
2864 #identity-manage-choose {
2865         margin-bottom: 15px;
2866 }
2867
2868 #identity-submit {
2869         margin-top: 20px;
2870 }
2871
2872 #photo-prev-link, #photo-next-link {
2873         padding: 10px;
2874         float: left;
2875 }
2876
2877 #photo-photo {
2878         float: left;
2879 }
2880
2881 #photo-photo-end {
2882         clear: both;
2883 }
2884
2885 .profile-match-photo {
2886         float: left;
2887         text-align: center;
2888         width: 120px;
2889 }
2890
2891 .profile-match-name {
2892         float: left;
2893         text-align: center;
2894         width: 120px;
2895         overflow: hidden;
2896 }
2897
2898 .profile-match-break,
2899 .profile-match-end {
2900         clear: both;
2901 }
2902
2903 .profile-match-connect {
2904         text-align: center;
2905         font-weight: bold;
2906 }
2907
2908 .profile-match-wrapper {
2909         float: left;
2910         padding: 10px;
2911         width: 120px;
2912         height: 120px;
2913         scroll: auto;
2914 }
2915 #profile-match-wrapper-end {
2916         clear: both;
2917 }
2918
2919 /* ============= */
2920 /* = Directory = */
2921 /* ============= */
2922 /* contacts menu */
2923 .contact-photo-wrapper {
2924   position: relative;
2925 }
2926 .contact-photo {
2927   width: 48px;
2928   height: 48px;
2929   overflow: hidden;
2930   display: block;
2931 }
2932 .contact-photo img {
2933   width: 48px;
2934   height: 48px;
2935 }
2936 .contact-photo-menu-button {
2937   display: none;
2938   /* position: absolute; */
2939   /* position: absolute; */
2940   left: -2px;
2941   top: -20px;
2942 }
2943 .contact-wrapper {
2944   float: left;
2945   width: 90px;
2946   height: 90px;
2947   margin-bottom: 15px;
2948 }
2949 .contact-wrapper .contact-photo {
2950   width: 80px;
2951   height: 80px;
2952 }
2953 .contact-wrapper .contact-photo img {
2954   width: 80px;
2955   height: 80px;
2956 }
2957 .contact-wrapper .contact-photo-menu-button {
2958   left: 0px;
2959   top: 63px;
2960 }
2961 .directory-item {
2962   float: left;
2963   width: 200px;
2964   height: 200px;
2965 }
2966 .directory-item .contact-photo {
2967   width: 175px;
2968   height: 175px;
2969 }
2970 .directory-item .contact-photo img {
2971   width: 175px;
2972   height: 175px;
2973 }
2974 .contact-name {
2975   text-align: center;
2976   font-weight: bold;
2977   font-size: 12px;
2978 }
2979 .contact-details {
2980   color: #999999;
2981 }
2982
2983 /* contact edit page */
2984 #contact-edit-nav-wrapper {
2985   margin-top: 24px;
2986 }
2987 #contact-edit-status-wrapper {
2988   border-color: #c9d8f6;
2989   background-color: #e0e8fa;
2990   border-radius: 3px;
2991 }
2992
2993 #contact-edit-contact-status {
2994   font-weight: bold;
2995 }
2996
2997 #contact-edit-drop-link-end {
2998   /* clear: both; */
2999 }
3000
3001 #contact-edit-links ul {
3002   list-style: none;
3003   list-style-type: none;
3004 }
3005
3006 a.btn#contact-edit-actions-button {
3007   cursor: pointer;
3008   border-radius: 3px;
3009   font-size: inherit;
3010   font-weight: normal;
3011   height: auto;
3012   line-height: inherit;
3013   padding: 5px 10px;
3014 }
3015
3016 #lost-contact-message, #insecure-message,
3017 #block-message, #ignore-message, #archive-message {
3018   color: #CB4437;
3019 }
3020
3021 /* photo album page */
3022 .photo-top-image-wrapper {
3023   position: relative;
3024   float: left;
3025   margin-top: 15px;
3026   margin-right: 15px;
3027   width: 200px; height: 200px;
3028   overflow: hidden;
3029 }
3030 .photo-top-album-name {
3031   width: 100%;
3032   min-height: 2em;
3033   position: absolute;
3034   bottom: 0px;
3035   padding: 0px 3px;
3036   padding-top: 0.5em;
3037   background-color: rgb(255, 255, 255);
3038 }
3039 #photo-top-end {
3040   clear: both;
3041 }
3042
3043 #photo-top-links {
3044   margin-bottom: 30px;
3045   margin-left: 30px;
3046 }
3047
3048 #photos-upload-newalbum-div {
3049   float: left;
3050   width: 175px;
3051 }
3052 img.photo-top-photo {
3053   width: 100%;
3054   height: 100%;
3055   object-fit: cover;
3056 }
3057
3058 .menu-profile-list{
3059   height: auto;
3060   overflow: auto;
3061   min-height: 16px;
3062   list-style: none;
3063         }
3064 .menu-profile-list:hover{
3065         background: #E7F2F7;
3066         }
3067 .menu-profile-list-item{
3068         padding-left: 5px;
3069         vertical-align: middle;
3070         }
3071 .menu-profile-list-item:hover{
3072         text-decoration: none;
3073    }
3074
3075 .autocomplete {
3076   width: 350px;
3077   color: black;
3078   border: 1px solid rgb(210, 210, 210);
3079   background-color: white;
3080   cursor: pointer;
3081   text-align: left;
3082   max-height: 350px;
3083   overflow: auto;
3084   display: block;
3085   background-position: initial initial;
3086   background-repeat: initial initial;
3087 }
3088 .mail-list-wrapper {
3089   background-color: #f6f7f8;
3090   margin-bottom: 5px;
3091   width: 100%;
3092   height: auto;
3093   overflow: hidden;
3094 }
3095 .mail-list-wrapper span {
3096   display: block;
3097   float: left;
3098   width: 20%;
3099   overflow: hidden;
3100 }
3101 .mail-list-wrapper .mail-subject {
3102   width: 30%;
3103   padding: 4px 0px 0px 4px;
3104 }
3105 .mail-list-wrapper .mail-subject a {
3106   display: block;
3107 }
3108 .mail-list-wrapper .mail-subject.unseen a {
3109   font-weight: bold;
3110 }
3111 .mail-list-wrapper .mail-date {
3112   padding: 4px 4px 0px 4px;
3113 }
3114 .mail-list-wrapper .mail-from {
3115   padding: 4px 4px 0px 4px;
3116 }
3117 .mail-list-wrapper .mail-count {
3118   padding: 4px 4px 0px 4px;
3119   text-align: right;
3120 }
3121 .mail-list-wrapper .mail-delete {
3122   float: right;
3123 }
3124 #mail-display-subject {
3125   background-color: #f6f7f8;
3126   color: #2d2d2d;
3127   margin-bottom: 10px;
3128   width: 100%;
3129   height: auto;
3130   overflow: hidden;
3131 }
3132 #mail-display-subject span {
3133   float: left;
3134   overflow: hidden;
3135   padding: 4px 0px 0px 10px;
3136 }
3137 #mail-display-subject .mail-delete {
3138   float: right;
3139   opacity: 0.5;
3140   -webkit-transition: all 0.2s ease-in-out;
3141   -moz-transition: all 0.2s ease-in-out;
3142   -o-transition: all 0.2s ease-in-out;
3143   -ms-transition: all 0.2s ease-in-out;
3144   transition: all 0.2s ease-in-out;
3145 }
3146 #mail-display-subject:hover .mail-delete {
3147   opacity: 1;
3148   -webkit-transition: all 0.2s ease-in-out;
3149   -moz-transition: all 0.2s ease-in-out;
3150   -o-transition: all 0.2s ease-in-out;
3151   -ms-transition: all 0.2s ease-in-out;
3152   transition: all 0.2s ease-in-out;
3153 }
3154
3155 .mail-list-outside-wrapper-end {
3156         clear: both;
3157 }
3158 .mail-list-outside-wrapper {
3159         margin-top: 30px;
3160 }
3161 .mail-list-delete-wrapper {
3162         float: right;
3163         margin-right: 30px;
3164         margin-top: 15px;
3165 }
3166 .mail-list-delete-icon {
3167         border: none;
3168 }
3169 .mail-conv-sender,
3170 .mail-conv-detail {
3171         float: left;
3172 }
3173 .mail-conv-detail {
3174         margin-left: 20px;
3175         width: 500px;
3176 }
3177 .mail-conv-subject {
3178     font-size: 1.4em;
3179     margin: 10px 0;
3180 }
3181 .mail-conv-outside-wrapper-end {
3182         clear: both;
3183 }
3184 .mail-conv-outside-wrapper {
3185         margin-top: 30px;
3186 }
3187 .mail-conv-delete-wrapper {
3188         float: right;
3189         margin-right: 30px;
3190         margin-top: 15px;
3191 }
3192 .mail-conv-break {
3193         clear: both;
3194 }
3195 .mail-conv-delete-icon {
3196         border: none;
3197 }
3198
3199 .icon.tilted-icon{
3200   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3201   -webkit-transform: rotate(-20deg);
3202   -moz-transform: rotate(-20deg);
3203   -ms-transform: rotate(-20deg);
3204   -o-transform: rotate(-20deg);
3205   transform: rotate(-20deg);
3206   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3207   padding-top:1px;
3208 }
3209
3210 #profile-edit-wrapper {
3211     line-height: 30px;
3212 }
3213 #profile-edit-wrapper .field{
3214   margin-bottom:0;
3215   padding-bottom:0;
3216 }
3217 #profile-edit-wrapper input[type=text],
3218 #profile-edit-wrapper select{
3219   width:250px;
3220 }
3221 #profile-edit-wrapper #profile-edit-dob select{
3222   width:auto;
3223 }
3224 #profile-edit-wrapper,
3225 #profile-edit-wrapper .toggle-section-content{
3226   margin-bottom:15px;
3227 }
3228 .profile-edit-submit-wrapper{
3229   margin-top:15px;
3230 }
3231 #profile-edit-default-desc{
3232   display:inline-block;
3233   padding:15px;
3234   width:auto;
3235   border:1px solid #511919;
3236 }
3237 #profile-edit-wrapper .toggle-section-content{
3238   background:#ededed;
3239   max-width:599px;
3240   padding:5px;
3241 }
3242
3243 .btn{
3244   outline:none;
3245   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3246   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3247   box-shadow:inset 0px 1px 0px 0px #ffffff;
3248   background-color:#ededed;
3249   -webkit-border-top-left-radius:0px;
3250   -moz-border-radius-topleft:0px;
3251   border-top-left-radius:0px;
3252   -webkit-border-top-right-radius:0px;
3253   -moz-border-radius-topright:0px;
3254   border-top-right-radius:0px;
3255   -webkit-border-bottom-right-radius:0px;
3256   -moz-border-radius-bottomright:0px;
3257   border-bottom-right-radius:0px;
3258   -webkit-border-bottom-left-radius:0px;
3259   -moz-border-radius-bottomleft:0px;
3260   border-bottom-left-radius:0px;
3261   text-indent:0;
3262   border:1px solid #dcdcdc;
3263   display:inline-block;
3264   color:#777777;
3265   font-family:Arial, sans-serif;
3266   font-size:15px;
3267   font-weight:bold;
3268   font-style:normal;
3269   height:40px;
3270   line-height:40px;
3271   padding:0 15px;
3272   text-align:center;
3273   text-shadow:1px 1px 0px #ffffff;
3274 }
3275   .btn:hover{
3276     background-color:#e6e6e6;
3277     text-decoration:none;
3278   }
3279   .btn:active{
3280     position:relative;
3281     top:1px;
3282   }
3283 .profile-view-actions{
3284   float:right;
3285 }
3286 /* videos page */
3287 .videos .video-top-wrapper {
3288   width: 300px;
3289   float: left;
3290   margin: 0px 10px 10px 0px;
3291   position: relative;
3292 }
3293 .videos .video-top-wrapper .video-js {
3294   width: 300px!important;
3295   height: 232px!important;
3296 }
3297 .videos .video-top-wrapper .video-delete {
3298   position: absolute;
3299   opacity: 0;
3300   right: 0px;
3301   top: 0px;
3302   transition: opacity 0.5s;
3303 }
3304 .videos .video-top-wrapper:hover .video-delete {
3305   opacity: 1;
3306 }
3307
3308 /* upload/select popup */
3309   fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3310   #message-preview { margin-top: 15px; }
3311   #message-preview span { width: 100%; }
3312   #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3313   #message-preview .mail-list-wrapper { padding: 3px; }
3314   #message-preview .mail-date { opacity:0.6; font-size:10px; }
3315
3316 /* colorbox */
3317 #colorbox img {
3318   max-width: 100%;
3319 }