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