]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
ebe8a895b4998304418f068da00faa83c482441e
[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 .wall-item-network {
1430   color: #999;
1431   font-size: 12px;
1432   text-align: right;
1433   float: right;
1434 }
1435
1436 .wall-item-network-end {
1437   clear: both;
1438 }
1439
1440 .wall-item-location {
1441   width: 350px;
1442   float: left;
1443   font-size: 12px;
1444 }
1445
1446 .wall-item-container .wall-item-content {
1447   /* font-size: 14px; */
1448   max-width: 660px;
1449   word-wrap: break-word;
1450   word-break: break-word;
1451   /* line-height: 1.36; */
1452   padding-bottom: 6px;
1453 }
1454
1455 .wall-item-container .wall-item-content img {
1456   max-width: 100%;
1457   vertical-align: middle;
1458   /* max-width: 650px; */
1459   /* max-width: 580px; */
1460 }
1461 .children .wall-item-container .wall-item-item .wall-item-content img {
1462   /* max-width: 650px; */
1463   max-width: 520px;
1464   /* max-width: 100%; */
1465 }
1466 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1467   display: table-cell;
1468   vertical-align: middle;
1469   /* font-size: 17px; */
1470 }
1471 .mail-list-wrapper a,
1472 .wall-item-container .wall-item-bottom a,
1473 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1474 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1475 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1476   color: #999;
1477 }
1478 .mail-list-wrapper a:hover,
1479 .wall-item-container .wall-item-bottom a:hover,
1480 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1481 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1482 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1483   color: #000;
1484   text-decoration: none;
1485 }
1486 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1487   opacity: 0.5;
1488   -webkit-transition: all 0.2s ease-in-out;
1489   -moz-transition: all 0.2s ease-in-out;
1490   -o-transition: all 0.2s ease-in-out;
1491   -ms-transition: all 0.2s ease-in-out;
1492   transition: all 0.2s ease-in-out;
1493 }
1494 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1495   opacity: 1;
1496   -webkit-transition: all 0.2s ease-in-out;
1497   -moz-transition: all 0.2s ease-in-out;
1498   -o-transition: all 0.2s ease-in-out;
1499   -ms-transition: all 0.2s ease-in-out;
1500   transition: all 0.2s ease-in-out;
1501 }
1502
1503 .wall-item-container .wall-item-name:hover {
1504   color: #36c;
1505 }
1506
1507 .wall-item-container .wall-item-name {
1508   color: black;
1509   font-weight: bold;
1510   -webkit-transition: all 0.2s ease-in-out;
1511   -moz-transition: all 0.2s ease-in-out;
1512   -o-transition: all 0.2s ease-in-out;
1513   -ms-transition: all 0.2s ease-in-out;
1514   transition: all 0.2s ease-in-out;
1515 }
1516
1517 .toplevel_item:hover .wall-item-name,
1518 .wall-item-container:hover .wall-item-name {
1519   color: #36c;
1520   font-weight: bold;
1521   -webkit-transition: all 0.2s ease-in-out;
1522   -moz-transition: all 0.2s ease-in-out;
1523   -o-transition: all 0.2s ease-in-out;
1524   -ms-transition: all 0.2s ease-in-out;
1525   transition: all 0.2s ease-in-out;
1526 }
1527
1528 .wall-item-container .wall-item-content a,
1529 .toplevel_item .fakelink,
1530 .wall-item-container .fakelink {
1531   color: black;
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   /* color: darkblue; */
1538   /* color: #3E3E8C; */
1539   word-break: break-word;
1540 }
1541
1542 .toplevel_item:hover .fakelink,
1543 .wall-item-container:hover .fakelink,
1544 .toplevel_item:hover .wall-item-content a,
1545 .wall-item-container:hover .wall-item-content a {
1546   color: #36c;
1547   -webkit-transition: all 0.2s ease-in-out;
1548   -moz-transition: all 0.2s ease-in-out;
1549   -o-transition: all 0.2s ease-in-out;
1550   -ms-transition: all 0.2s ease-in-out;
1551   transition: all 0.2s ease-in-out;
1552 }
1553
1554 .toplevel_item:hover .togglecomment,
1555 .wall-item-container:hover .togglecomment {
1556   color: #999;
1557 }
1558
1559 .wall-item-container .wall-item-actions-author {
1560   width: 100%;
1561   margin-bottom: 0.3em;
1562 }
1563 .wall-item-container .wall-item-actions-social,
1564 .wall-item-container .wall-item-actions-isevent {
1565   float: left;
1566   margin-bottom: 1px;
1567 }
1568 .wall-item-container .wall-item-actions-social a,
1569 .wall-item-container .wall-item-actions-isevent a {
1570   float: left;
1571   margin-right: 1em;
1572   cursor: pointer;
1573 }
1574 .wall-item-container .wall-item-actions-tools {
1575   float: right;
1576   width: 80px;
1577 }
1578 .wall-item-container .wall-item-actions-tools a {
1579   float: right;
1580   margin-left: 10px;
1581   cursor: pointer;
1582 }
1583 .wall-item-container .wall-item-actions-tools input {
1584   float: right;
1585   margin-left: 10px;
1586 }
1587 .wall-item-container.comment {
1588   margin-top: 5px;
1589   margin-bottom: 5px;
1590   margin-left: 80px;
1591   width: 665px;
1592   width: calc(100% - 90px);
1593   border-bottom: 1px solid hsl(198, 21%, 79%);
1594 }
1595 .wall-item-container.thread_level_2 {
1596   margin-left: 80px;
1597   width: calc(100% - 90px);
1598 }
1599 .wall-item-container.thread_level_3 {
1600   margin-left: 95px;
1601   width: calc(100% - 105px);
1602 }
1603 .wall-item-container.thread_level_4 {
1604   margin-left: 110px;
1605   width: calc(100% - 120px);
1606 }
1607 .wall-item-container.thread_level_5 {
1608   margin-left: 125px;
1609   width: calc(100% - 135px);
1610 }
1611 .wall-item-container.thread_level_6 {
1612   margin-left: 140px;
1613   width: calc(100% - 150px);
1614 }
1615 .wall-item-container.thread_level_7 {
1616   margin-left: 155px;
1617   width: calc(100% - 165px);
1618 }
1619
1620 .wall-item-container.comment .wall-item-content,
1621 .wall-item-container.thread_level_3 .wall-item-content,
1622 .wall-item-container.thread_level_4 .wall-item-content,
1623 .wall-item-container.thread_level_5 .wall-item-content,
1624 .wall-item-container.thread_level_6 .wall-item-content,
1625 .wall-item-container.thread_level_7 .wall-item-content {
1626   max-width: calc(100% - 1px);
1627 }
1628
1629 .children .wall-item-comment-wrapper textarea, 
1630 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea,
1631 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea,
1632 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
1633 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
1634 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1635   width: calc(100% - 11px);
1636 }
1637
1638 .children .wall-item-bottom .comment-edit-preview,
1639 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview,
1640 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview,
1641 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
1642 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
1643 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1644   width: calc(100% - 6px);
1645 }
1646
1647
1648 .wall-item-container.comment .contact-photo {
1649   width: 32px;
1650   height: 32px;
1651   margin-left: 16px;
1652   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1653
1654 }
1655 .wall-item-container.comment {
1656   top: 15px !important;
1657   left: 15px !important;
1658 }
1659 .wall-item-container.comment .wall-item-links {
1660   padding-left: 12px;
1661 }
1662 .wall-item-bottom .wall-item-comment-wrapper {
1663   margin: 1px 5px 1px 0px;
1664 }
1665 .wall-item-comment-wrapper {
1666   margin: 1px 15px 1px 80px;
1667 }
1668 .wall-item-comment-wrapper.photo {
1669   margin: 1px 15px 1px 0px;
1670 }
1671 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1672   margin-left: 0px;
1673   width: 665px;
1674   width: 100%;
1675   border-bottom: 1px solid hsl(198, 21%, 79%);
1676 }
1677
1678
1679 .wall-item-comment-wrapper .comment-edit-photo {
1680   display: none;
1681 }
1682 .wall-item-comment-wrapper textarea {
1683   height: 1.2em;
1684   width: 100%;
1685   font-size: 13px;
1686   color: #999999;
1687   border: 1px solid #DDD;
1688   padding: 0.3em;
1689 }
1690 .wall-item-comment-wrapper .comment-edit-text-full {
1691   /* font-size: 14px; */
1692   height: 4em;
1693   color: #2d2d2d;
1694   border: 1px solid #2d2d2d;
1695 }
1696
1697 .fakelink.togglecomment {
1698   float: left;
1699   margin-right: 1em;
1700 }
1701
1702 .comment-edit-preview .contact-photo {
1703   width: 32px;
1704   height: 32px;
1705   margin-left: 16px;
1706   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1707
1708 }
1709 .comment-edit-preview {
1710   /* width: 660px; */
1711   width: 100%;
1712   border: 1px solid #2d2d2d;
1713   margin-top: 10px;
1714   top: 15px !important;
1715   left: 15px !important;
1716 }
1717 .comment-edit-preview .wall-item-links {
1718   padding-left: 12px;
1719 }
1720 .comment-edit-preview .wall-item-container {
1721   /* width: 700px; */
1722   width: 100%;
1723 }
1724 .comment-edit-preview .tread-wrapper {
1725   /* width: 700px; */
1726   width: 100%;
1727   padding: 0;
1728   margin: 10px 0px 0px 0px;
1729   border-bottom: 0px;
1730   box-shadow: none;
1731 }
1732
1733 .wall-item-bottom .comment-edit-preview {
1734   width: 575px;
1735   margin-bottom: 5px;
1736 }
1737
1738 .shiny {
1739   /* border-right: 10px solid #fce94f; */
1740 /*      border-right: 1px solid #A7C7F7;
1741         padding-right: 12px; */
1742 }
1743
1744 #profile-jot-form {
1745   box-shadow: 1px 2px 0px 0px #D8D8D8;
1746   background-color: #fafafa;
1747   padding: 10px;
1748 }
1749
1750 #profile-jot-form #profile-jot-text {
1751   height: 2.0em;
1752   /* width: 99%; */
1753   width: 752px;
1754   width: calc(100% - 10px);
1755   font-size: 15px;
1756   color: #999999;
1757   border: 1px solid #DDD;
1758   padding: 0.3em;
1759   margin-bottom: 10px;
1760 }
1761
1762 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1763
1764          border-radius: 5px 5px 5px 5px;
1765     font-weight: bold;
1766     height: 20px;
1767     margin: 0 0 5px;
1768     /* width: 60%; */
1769     /* width: 762px; */
1770     width: 100%;
1771     border: 1px solid #d2d2d2;
1772 }
1773
1774 #profile-jot-form #jot-title:-webkit-input-placeholder {
1775   font-weight: normal;
1776 }
1777 #profile-jot-form #jot-title:-moz-placeholder {
1778   font-weight: normal;
1779 }
1780 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1781 /*  width: 785px; */
1782   width: 100%;
1783   height: 100px;
1784 }
1785
1786 #profile-jot-perms {
1787   float: right;
1788 }
1789
1790 #jot-preview-content {
1791   padding-top: 4px;
1792   clear: both;
1793 }
1794
1795 #jot-preview-content .tread-wrapper {
1796   background-color: #fce94f;
1797 }
1798
1799 .wall-item-tags {
1800   padding-top: 1px;
1801   padding-bottom: 2px;
1802   font-size: 12px;
1803   /*display: none;*/
1804 }
1805
1806 .tag {
1807   color: rgb(153,153,153);
1808   /*padding-left: 3px;
1809   font-size: 10px;*/
1810 }
1811 .tag a {
1812   /*padding-right: 8px;*/
1813   color: rgb(153,153,153);
1814 }
1815 .wwto {
1816   position: absolute !important;
1817   width: 25px;
1818   height: 25px;
1819   background: #FFFFFF;
1820   border: 2px solid #364e59;
1821   height: 25px;
1822   width: 25px;
1823   overflow: hidden;
1824   padding: 1px;
1825   position: absolute !important;
1826   top: 40px;
1827   left: 30px;
1828   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1829 }
1830 .wwto .contact-photo {
1831   width: auto;
1832   height: 25px;
1833 }
1834 /* contacts menu */
1835 .contact-photo-wrapper {
1836   position: relative;
1837   width: 80px;
1838 }
1839
1840 .contact-photo-wrapper.wwto {
1841   width: 25px;
1842 }
1843
1844 .contact-photo {
1845   width: 48px;
1846   height: 48px;
1847   overflow: hidden;
1848   display: block;
1849   -webkit-border-radius: 4px;
1850   -moz-border-radius: 4px;
1851   border-radius: 4px;
1852 }
1853
1854 .contact-photo img {
1855   width: 48px;
1856   height: 48px;
1857 }
1858
1859 .contact-wrapper {
1860   float: left;
1861   width: 90px;
1862   height: 90px;
1863   margin-bottom: 15px;
1864 }
1865 .contact-wrapper .contact-photo {
1866   width: 80px;
1867   height: 80px;
1868 }
1869 .contact-wrapper .contact-photo img {
1870   width: 80px;
1871   height: 80px;
1872 }
1873 .contact-wrapper {
1874   left: 0px;
1875   top: 63px;
1876 }
1877 .contact-photo {
1878   width: 48px;
1879   height: 48px;
1880 }
1881 .contact-photo img {
1882   width: 48px;
1883   height: 48px;
1884 }
1885 .contact-name {
1886   /* text-align: center; */
1887   /*font-weight: bold;*/
1888   font-size: 12px;
1889 }
1890 .contact-details {
1891   color: #999999;
1892 }
1893 /* editor */
1894 .jothidden {
1895   display: none;
1896 }
1897 #jot {
1898   width: 785px;
1899   margin: 0px 2em 20px 0px;
1900 }
1901 #jot .profile-jot-text {
1902   height: 1.2em;
1903   width: 99%;
1904   font-size: 10px;
1905   color: #999999;
1906   border: 1px solid #DDD;
1907   padding: 0.3em;
1908 }
1909 #jot #jot-tools {
1910   margin: 0px;
1911   padding: 0px;
1912   height: 40px;
1913   overflow: none;
1914   width: 783px;
1915   background-color: #0e232e;
1916   border-bottom: 2px solid #9eabb0;
1917 }
1918 #jot #jot-tools li {
1919   list-style: none;
1920   float: left;
1921   width: 80px;
1922   height: 40px;
1923   border-bottom: 2px solid #9eabb0;
1924 }
1925 #jot #jot-tools li a {
1926   display: block;
1927   color: #cccccc;
1928   width: 100%;
1929   height: 40px;
1930   text-align: center;
1931   line-height: 40px;
1932   overflow: hidden;
1933 }
1934 #jot #jot-tools li:hover {
1935   background-color: #364e59;
1936   border-bottom: 2px solid #bdcdd4;
1937 }
1938 #jot #jot-tools li.perms {
1939   float: right;
1940   width: 40px;
1941 }
1942 #jot #jot-tools li.perms a.unlock {
1943   width: 30px;
1944   border-left: 10px solid #cccccc;
1945   background-color: #cccccc;
1946   background-position: left center;
1947 }
1948 #jot #jot-tools li.perms a.lock {
1949   width: 30px;
1950   border-left: 10px solid #666666;
1951   background-color: #666666;
1952 }
1953 #jot #jot-tools li.submit {
1954   float: right;
1955   background-color: #cccccc;
1956   border-bottom: 2px solid #cccccc;
1957   border-right: 1px solid #666666;
1958   border-left: 1px solid #666666;
1959 }
1960 #jot #jot-tools li.submit input {
1961   border: 0px;
1962   margin: 0px;
1963   padding: 0px;
1964   background-color: #cccccc;
1965   color: #666666;
1966   width: 80px;
1967   height: 40px;
1968   line-height: 40px;
1969 }
1970 #jot #jot-tools li.submit input:hover {
1971   background-color: #bdcdd4;
1972   color: #666666;
1973 }
1974 #jot #jot-tools li.loading {
1975   float: right;
1976   background-color: #ffffff;
1977   width: 20px;
1978   vertical-align: center;
1979   text-align: center;
1980   border-top: 2px solid #9eabb0;
1981   height: 38px;
1982 }
1983 #jot #jot-tools li.loading img {
1984   margin-top: 10px;
1985 }
1986 /* #jot */
1987 #jot-title {
1988   border: 0px;
1989   margin: 0px;
1990   height: 20px;
1991   width: 700px;
1992   font-weight: bold;
1993   border: 1px solid #ffffff;
1994 }
1995 #jot #jot-title:-webkit-input-placeholder {
1996   font-weight: normal;
1997 }
1998 #jot #jot-title:-moz-placeholder {
1999   font-weight: normal;
2000 }
2001 #jot #jot-title:hover {
2002   border: 1px solid #999999;
2003 }
2004 #jot #jot-title:focus {
2005   border: 1px solid #999999;
2006 }
2007 #jot #character-counter {
2008   width: 80px;
2009   float: right;
2010   text-align: right;
2011   height: 20px;
2012   line-height: 20px;
2013   padding-right: 20px;
2014 }
2015
2016 #profile-jot-submit {
2017   float: right;
2018   margin-left: 15px;
2019 }
2020 #profile-upload-wrapper {
2021   float: left;
2022   margin-left: 15px;
2023 }
2024 #profile-attach-wrapper {
2025   float: left;
2026   margin-left: 15px;
2027 }
2028 #profile-link-wrapper {
2029   float: left;
2030   margin-left: 15px;
2031   cursor: pointer;
2032 }
2033 #profile-video-wrapper {
2034   float: left;
2035   margin-left: 15px;
2036   cursor: pointer;
2037 }
2038 #profile-audio-wrapper {
2039   float: left;
2040   margin-left: 15px;
2041   cursor: pointer;
2042 }
2043 #profile-location-wrapper {
2044   float: left;
2045   margin-left: 15px;
2046   cursor: pointer;
2047 }
2048 #profile-nolocation-wrapper {
2049   float: left;
2050   margin-left: 15px;
2051   cursor: pointer;
2052 }
2053 #profile-smiley-wrapper {
2054   float: left;
2055   margin-left: 15px;
2056   cursor: pointer;
2057   margin-top: 3px;
2058   height: 10px;
2059   display: inline-block;
2060 }
2061 #smileybutton {
2062   position: absolute;
2063   z-index: 99;
2064 }
2065 table.smiley-preview{
2066   background-color: #FFF;
2067   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2068 }
2069 #jot-perms-icon {
2070   float: right;
2071   margin-left: 15px;
2072 }
2073 #jot-preview-link {
2074   float: right;
2075 }
2076 #profile-jot-end {
2077   clear: both;
2078 }
2079 #profile-jot-text_tbl {
2080   width: 780px;
2081 }
2082 #profile-jot-wrapper {
2083   margin-bottom: 10px;
2084 }
2085
2086 /** buttons **/
2087 /*input[type="submit"] {
2088         border: 0px;
2089     background-color: @ButtonBackgroundColor;
2090     color: @ButtonColor;
2091     padding: 0px 10px;
2092         .rounded(5px);
2093     height: 18px;
2094 }*/
2095 /** acl **/
2096 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2097   display: block!important;
2098 }
2099 #acl-wrapper {
2100   width: 690px;
2101   float: left;
2102 }
2103 #acl-search {
2104   float: right;
2105   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2106   padding-right: 20px;
2107 }
2108 #acl-showall {
2109   float: left;
2110   display: block;
2111   width: auto;
2112   height: 18px;
2113   background-color: #cccccc;
2114   background-image: url("../../../images/show_all_off.png");
2115   background-position: 7px 7px;
2116   background-repeat: no-repeat;
2117   padding: 7px 5px 0px 30px;
2118   color: #999999;
2119   -moz-border-radius: 5px 5px 5px 5px;
2120   -webkit-border-radius: 5px 5px 5px 5px;
2121   border-radius: 5px 5px 5px 5px;
2122 }
2123 #acl-showall.selected {
2124   color: #000000;
2125   background-color: #ff9900;
2126   background-image: url("../../../images/show_all_on.png");
2127 }
2128 #acl-list {
2129   height: 210px;
2130   border: 1px solid #cccccc;
2131   clear: both;
2132   margin-top: 30px;
2133   overflow: auto;
2134 }
2135 .acl-list-item {
2136   display: block;
2137   width: 150px;
2138   height: 30px;
2139   border: 1px solid #cccccc;
2140   margin: 5px;
2141   float: left;
2142 }
2143 .acl-list-item img {
2144   width: 22px;
2145   height: 22px;
2146   float: left;
2147   margin: 4px;
2148 }
2149 .acl-list-item p {
2150   height: 12px;
2151   font-size: 10px;
2152   margin: 0px;
2153   padding: 2px 0px 1px;
2154   overflow: hidden;
2155 }
2156 .acl-list-item a {
2157   font-size: 8px;
2158   display: block;
2159   width: 40px;
2160   height: 10px;
2161   float: left;
2162   color: #999999;
2163   background-color: #cccccc;
2164   background-position: 3px 3px;
2165   background-repeat: no-repeat;
2166   margin-right: 5px;
2167   -webkit-border-radius: 2px ;
2168   -moz-border-radius: 2px;
2169   border-radius: 2px;
2170   padding-left: 15px;
2171 }
2172 #acl-wrapper a:hover {
2173   text-decoration: none;
2174   color: #000000;
2175 }
2176 .acl-button-show {
2177   background-image: url("../../../images/show_off.png");
2178 }
2179 .acl-button-hide {
2180   background-image: url("../../../images/hide_off.png");
2181 }
2182 .acl-button-show.selected {
2183   color: #000000;
2184   background-color: #9ade00;
2185   background-image: url("../../../images/show_on.png");
2186 }
2187 .acl-button-hide.selected {
2188   color: #000000;
2189   background-color: #ff4141;
2190   background-image: url("../../../images/hide_on.png");
2191 }
2192 .acl-list-item.groupshow {
2193   border-color: #9ade00;
2194 }
2195 .acl-list-item.grouphide {
2196   border-color: #ff4141;
2197 }
2198 /** /acl **/
2199 /** tab buttons **/
2200 div.pager, ul.tabs {
2201   list-style-type: none;
2202   padding-bottom: 10px;
2203   padding-left: 10px;
2204   padding-top: 0px;
2205   margin-bottom: 5px;
2206   line-height: 28px;
2207   height: 20px;
2208 /*  font-size: 11px; */
2209   font-size: 13px;
2210   font-weight: bold;
2211   /* margin-bottom: 30px; */
2212   background-color: #FAFAFA;
2213   box-shadow: 1px 2px 0px 0px #D8D8D8;
2214   border-bottom: 1px solid #D2D2D2;
2215 }
2216 ul.tabs li {
2217   float: left;
2218   /* margin-left: 7px; */
2219 }
2220 /*ul.tabs li .active {
2221   border-bottom: 1px solid #005c94;
2222 }*/
2223
2224 ul.tabs a, div.pager a {
2225     /* min-width: 34px; */
2226 /*    display: block;
2227     float: left; */
2228     padding: 0px;
2229     padding-bottom: 6px;
2230 /*    padding: 0px 12px 0px 12px; */
2231 /*    color: #444; */
2232     color: darkgray;
2233 }
2234
2235 ul.tabs a {
2236 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2237     margin-right: 15px;
2238     margin-left: 5px;
2239 }
2240
2241 #birthday-notice, #event-notice {
2242     box-shadow: 1px 2px 0px 0px #D8D8D8;
2243     margin-bottom: 5px;
2244 }
2245
2246 #birthday-wrapper, #event-wrapper {
2247     background-color: #FAFAFA;
2248     box-shadow: 1px 2px 0px 0px #D8D8D8;
2249     padding-left: 10px;
2250     padding-right: 10px;
2251     padding-top: 5px;
2252     padding-bottom: 5px;
2253     margin-bottom: 0px;
2254 }
2255
2256 .birthday-notice, .event-notice  {
2257     padding: 2px 7px 2px 7px;
2258     color: darkgrey;
2259    font-weight: bold;
2260 }
2261 .comment-edit-submit-wrapper .fakelink {
2262     padding: 2px 7px 2px 7px;
2263     color: black;
2264 }
2265
2266 .comment-edit-submit-wrapper .fakelink {
2267 /*    border: 1px solid lightgray; */
2268     background: #F2F2F2;
2269     margin-top: 2px;
2270     margin-bottom: 2px;
2271 }
2272
2273 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2274 .comment-edit-submit-wrapper .fakelink:hover {
2275     color: black;
2276 }
2277
2278 span.pager_current, span.pager_n a:hover,
2279 span.pager_first a:hover, span.pager_last a:hover,
2280 span.pager_prev a:hover, span.pager_next a:hover,
2281 ul.tabs a:hover {
2282   border-bottom: 2px solid #244C5E;
2283   text-decoration: none;
2284   color: grey;
2285   padding-bottom: 6px;
2286 }
2287
2288 ul.tabs li .active, span.pager_current a {
2289   border-bottom: 2px solid #244C5E;
2290   text-decoration: none;
2291   color: black;
2292 }
2293
2294 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2295 /*    background-color: #e5e5e5; */
2296   color: grey;
2297     text-decoration: none;
2298 /*    border: 1px solid darkgray; */
2299 }
2300
2301 .comment-edit-bb {
2302   float:right;
2303 }
2304 .comment-edit-bb a {
2305   color: #888;
2306   padding: 0px 5px 1px 5px;
2307 }
2308
2309 .comment-edit-bb a:hover {
2310   color: #000;
2311   text-decoration: none;
2312 }
2313
2314 /**
2315  * Form fields
2316  */
2317 .field {
2318   margin-bottom: 10px;
2319   padding-bottom: 10px;
2320   overflow: auto;
2321   width: 100%;
2322 }
2323 .field label {
2324   float: left;
2325   width: 200px;
2326 }
2327 .field input, .field textarea {
2328   max-width: 400px;
2329 }
2330 .field textarea {
2331   height: 100px;
2332 }
2333 .field .field_help {
2334   display: block;
2335   margin-left: 200px;
2336   color: #666666;
2337 }
2338 .field .onoff {
2339   float: left;
2340   width: 80px;
2341   margin-right:1em;
2342 }
2343 .field .onoff a {
2344   display: block;
2345   border: 1px solid #666666;
2346   background-image: url("../../../images/onoff.jpg");
2347   background-repeat: no-repeat;
2348   padding: 4px 2px 2px 2px;
2349   font-size:14px;
2350   height: 16px;
2351   line-height:16px;
2352   text-decoration: none;
2353   text-align: center;
2354   text-transform: uppercase;
2355   border-radius:4px;
2356 }
2357 .field .onoff .off {
2358   border-color: #B0B0B0;
2359   padding-left: 36px;
2360   background-position: left center;
2361   background-color: #cccccc;
2362   color: #9C9C9C;
2363 }
2364 .field .onoff .on {
2365   font-weight:bold;
2366   border-color: #8EB8EE;
2367   padding-right: 36px;
2368   background-position: right center;
2369   background-color: #D7E3F1;
2370   color: #36c;
2371 }
2372 .field .hidden {
2373   display: none!important;
2374 }
2375 .field.radio .field_help {
2376   margin-left: 0px;
2377 }
2378 aside form {
2379   overflow-x: hidden;
2380 }
2381 aside form fieldset {
2382   margin: 0px;
2383   padding: 0px;
2384   border: 0px none;
2385 }
2386 aside form .field label {
2387   float: left;
2388   width: 170px;
2389 }
2390
2391 aside #div_id_remember label {
2392  float:  inherit;
2393 }
2394
2395 aside div #login-submit-button {
2396   margin-left:0px;
2397 }
2398
2399 aside #register-link, aside #lost-password-link {
2400   display: block;
2401 }
2402
2403 aside #id_username,
2404 aside div #id_openid_url,
2405 aside #id_password {
2406   width: 170px;
2407   max-width: 170px;
2408 }
2409
2410 #profile-edit-links-end {
2411         clear: both;
2412         margin-bottom: 15px;
2413 }
2414
2415 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2416
2417 #profile-edit-links li {
2418   float: left;
2419   list-style: none;
2420 }
2421
2422 .profile-edit-side-div {
2423 /*  display: none; */
2424   float: right;
2425 }
2426
2427 /* aside div.clear {
2428   clear: none;
2429   float: left;
2430 } */
2431
2432 #register-form label,
2433 #profile-edit-wrapper label {
2434   width: 200px;
2435   float: left;
2436 }
2437
2438 #register-name-end,
2439 #register-email-end,
2440 #register-nickname-end {
2441   clear: both;
2442 }
2443
2444 .required {
2445   display: inline;
2446   color: #B20202;
2447 }
2448
2449 /* oauth */
2450 .oauthapp {
2451   height: auto;
2452   overflow: auto;
2453   border-bottom: 2px solid #cccccc;
2454   padding-bottom: 1em;
2455   margin-bottom: 1em;
2456 }
2457 .oauthapp img {
2458   float: left;
2459   width: 48px;
2460   height: 48px;
2461   margin: 10px;
2462 }
2463 .oauthapp img.noicon {
2464   background-image: url("../../../images/icons/48/plugin.png");
2465   background-position: center center;
2466   background-repeat: no-repeat;
2467 }
2468 .oauthapp a {
2469   float: left;
2470 }
2471 /* contacts */
2472 /*.contact-entry-wrapper {
2473   width: 120px;
2474   height: 130px;
2475   float: left;
2476   overflow: hidden;
2477   margin-left: 5px;
2478 }*/
2479
2480 .contact-entry-wrapper {
2481   float: left;
2482   width: 363px;
2483   height: 100px;
2484   padding-right: 10px;
2485   margin: 0 10px 10px 0px;
2486 }
2487 .contact-entry-wrapper .contact-entry-photo-wrapper {
2488   float: left;
2489   margin-right: 10px;
2490   width: 80px;
2491   height: 80px;
2492 }
2493 .contact-entry-photo-wrapper {
2494   position: relative;
2495 }
2496 .contact-entry-desc {
2497   overflow: hidden;
2498 }
2499 .contact-entry-name {
2500   font-weight: bold;
2501 }
2502 .contact-entry-details {
2503   font-size: 13px;
2504   color: #999999;
2505   white-space: nowrap;
2506   overflow: hidden;
2507   text-overflow: ellipsis;
2508 }
2509 /* photo */
2510 .lframe {
2511   float: left;
2512   margin: 0px 10px 10px 0px;
2513 }
2514 .contact-entry-photo a img {
2515   width: 80px;
2516   height: 80px;
2517 }
2518 /* profile match wrapper */
2519 .profile-match-wrapper {
2520   float: left;
2521   width: 90px;
2522   height: 90px;
2523   margin-bottom: 20px;
2524 }
2525 .profile-match-wrapper .contact-photo {
2526   width: 80px;
2527   height: 80px;
2528 }
2529 .profile-match-wrapper .contact-photo img {
2530   width: 80px;
2531   height: 80px;
2532 }
2533 .profile-match-wrapper {
2534   left: 0px;
2535   top: 63px;
2536 }
2537
2538 .contact-photo-menu-button {
2539         position: relative;
2540         background-image: url("../../../images/icons/16/menu.png");
2541         background-position: top left;
2542         background-repeat: no-repeat;
2543         margin: 0px 0px -16px 0px;
2544         padding: 0px;
2545         width: 16px;
2546         height: 16px;
2547         top: -20px; left:0px;
2548         overflow: hidden;
2549         text-indent: 40px;
2550         display: none;
2551
2552 }
2553 .contact-photo-menu {
2554         width: 11em;
2555         /*border: 3px solid #364e59;*/
2556         color: #2d2d2d;
2557         background: #FFFFFF;
2558         position: absolute;
2559         /*position: relative;*/
2560         left: 0px; /*top: 0px;*/
2561         display: none;
2562         z-index: 10000;
2563         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2564 }
2565 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2566 .contact-photo-menu li a {
2567         display: block;
2568         padding: 5px 10px;
2569         color: #2d2d2d;
2570         text-decoration: none;
2571 }
2572 .contact-photo-menu li a:hover {
2573         background-color: #bdcdd4;
2574 }
2575
2576 /* page footer */
2577 footer {
2578   /* height: 100px; */
2579   display: table-row;
2580 }
2581
2582 blockquote {
2583     border-left: 1px solid #D2D2D2;
2584     padding-left: 9px;
2585     margin: 0 0 0 .8ex;
2586     color: #777;
2587 }
2588
2589 .oembed {
2590     /* font-size: large; */
2591     font-size: larger;
2592     font-weight: bold;
2593     display: block;
2594 }
2595
2596 .oembed.video .embed_video > div {
2597     position: absolute; top: 0px; left: 0px;
2598     background-color: rgba(0,0,0,0.5);
2599 }
2600 .oembed.video .embed_video > div::before {
2601     font-family: FontAwesome;
2602     font-weight: normal;
2603     font-style: normal;
2604     display: inline-block;
2605     text-decoration: inherit;
2606     vertical-align: top;
2607     font-size: 3em;
2608     content: "\f01d"; /* icon-play-circle */
2609     color: #fff;
2610     bottom: 10px;
2611     right: 10px;
2612     position: absolute;
2613 }
2614
2615 /* ================== */
2616 /* = Contacts Block = */
2617 /* ================== */
2618
2619 .contact-block-img {
2620         width: 42px;
2621         height: 42px;
2622         padding-right: 2px;
2623 }
2624 .contact-block-div {
2625         float: left;
2626 }
2627
2628 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2629 #contact-block-end { clear: both; }
2630
2631 #group-edit-wrapper {
2632         margin-bottom: 10px;
2633 }
2634
2635 #group-members-end {
2636         clear: both;
2637 }
2638
2639 /*
2640 #group-separator,
2641 #prof-separator { display: none;}
2642 */
2643
2644 #message-to-select {
2645   height: 150px;
2646 }
2647
2648 #prvmail-upload {
2649   margin-left: 10px;
2650 }
2651
2652 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2653         margin-bottom: 10px;
2654         margin-top: 20px;
2655 }
2656
2657 #prvmail-submit {
2658         float: left;
2659         margin-top: 10px;
2660 }
2661 #prvmail-upload-wrapper,
2662 #prvmail-link-wrapper,
2663 #prvmail-rotator-wrapper {
2664         float: left;
2665         margin-top: 10px;
2666         margin-right: 10px;
2667         width: 24px;
2668 }
2669
2670 #prvmail-end {
2671         clear: both;
2672 }
2673
2674 .mail-list-sender,
2675 .mail-list-detail {
2676         float: left;
2677 }
2678 .mail-list-detail {
2679         margin-left: 20px;
2680 }
2681
2682 .mail-list-subject {
2683         font-size: 1.1em;
2684         margin-top: 10px;
2685 }
2686 a.mail-list-link {
2687     display: block;
2688     font-size: 1.3em;
2689     padding: 4px 0;
2690 }
2691
2692 /*
2693 *a.mail-list-link:hover {
2694 *       background-color: #15607B;
2695 *       color: #F5F6FB;
2696 *}
2697 */
2698
2699 .mail-list-outside-wrapper-end {
2700         clear: both;
2701 }
2702
2703 .mail-list-outside-wrapper {
2704         margin-top: 30px;
2705 }
2706
2707 .mail-list-delete-wrapper {
2708         float: right;
2709         margin-right: 30px;
2710         margin-top: 15px;
2711 }
2712
2713 .mail-list-delete-icon {
2714         border: none;
2715 }
2716
2717 .mail-conv-sender,
2718 .mail-conv-detail {
2719         float: left;
2720 }
2721 .mail-conv-detail {
2722         margin-left: 20px;
2723         width: 500px;
2724 }
2725
2726 .mail-conv-subject {
2727     font-size: 1.4em;
2728     margin: 10px 0;
2729 }
2730
2731 .mail-conv-outside-wrapper-end {
2732         clear: both;
2733 }
2734
2735 .mail-conv-outside-wrapper {
2736         margin-top: 30px;
2737 }
2738
2739 .mail-conv-delete-wrapper {
2740         float: right;
2741         margin-right: 30px;
2742         margin-top: 15px;
2743 }
2744 .mail-conv-break {
2745         clear: both;
2746 }
2747
2748 .mail-conv-delete-icon {
2749         border: none;
2750 }
2751
2752
2753 /* ========== */
2754 /* = Events = */
2755 /* ========== */
2756 .eventcal {
2757         float: left;
2758         font-size: 20px;
2759 }
2760
2761 .vevent {
2762         border: 1px solid #CCCCCC;
2763         max-width: 600px;
2764         position: relative;
2765         margin-top: 4px;
2766         margin-right: 4px;
2767         margin-bottom: 15px;
2768 }
2769
2770 .vevent .event-summary,
2771 .vevent .event-description,
2772 .vevent .event-location {
2773         margin-left: 10px;
2774         margin-right: 10px;
2775 }
2776 .vevent .event-start {
2777         margin-left: 10px;
2778         margin-right: 10px;
2779 }
2780
2781 #new-event-link {
2782         margin-bottom: 10px;
2783 }
2784
2785 .edit-event-link, .plink-event-link {
2786         float: left;
2787         margin-top: 4px;
2788         margin-right: 4px;
2789         margin-bottom: 15px;
2790 }
2791
2792 .event-description:before {
2793         content: url('../../../images/calendar.png');
2794         margin-right: 15px;
2795 }
2796
2797 .event-start, .event-end {
2798         margin-left: 10px;
2799         width: 330px;
2800         clear: both;
2801 }
2802
2803 .event-start .dtstart, .event-end .dtend {
2804         float: right;
2805 }
2806
2807 .event-list-date {
2808         margin-bottom: 10px;
2809 }
2810
2811 .prevcal, .nextcal {
2812         float: left;
2813         margin-left: 32px;
2814         margin-right: 32px;
2815         margin-top: 64px;
2816 }
2817 .event-calendar-end {
2818         clear: both;
2819 }
2820
2821
2822 .calendar {
2823         font-family: Courier, monospace;
2824 }
2825 .today {
2826         font-weight: bold;
2827         color: #FF0000;
2828 }
2829 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2830   float: none;
2831 }
2832 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2833   margin-bottom: 10px;
2834   margin-top: 20px;
2835 }
2836
2837 .settings-block {
2838         /* border: 1px solid #AAA; */
2839         padding-left: 5px;
2840         padding-right: 5px;
2841 }
2842
2843 .app-title {
2844   margin: 0px;
2845 }
2846
2847 #identity-manage-desc {
2848         margin-top:15px;
2849         margin-bottom: 15px;
2850 }
2851
2852 #identity-manage-choose {
2853         margin-bottom: 15px;
2854 }
2855
2856 #identity-submit {
2857         margin-top: 20px;
2858 }
2859
2860 #photo-prev-link, #photo-next-link {
2861         padding: 10px;
2862         float: left;
2863 }
2864
2865 #photo-photo {
2866         float: left;
2867 }
2868
2869 #photo-photo-end {
2870         clear: both;
2871 }
2872
2873 .profile-match-photo {
2874         float: left;
2875         text-align: center;
2876         width: 120px;
2877 }
2878
2879 .profile-match-name {
2880         float: left;
2881         text-align: center;
2882         width: 120px;
2883         overflow: hidden;
2884 }
2885
2886 .profile-match-break,
2887 .profile-match-end {
2888         clear: both;
2889 }
2890
2891 .profile-match-connect {
2892         text-align: center;
2893         font-weight: bold;
2894 }
2895
2896 .profile-match-wrapper {
2897         float: left;
2898         padding: 10px;
2899         width: 120px;
2900         height: 120px;
2901         scroll: auto;
2902 }
2903 #profile-match-wrapper-end {
2904         clear: both;
2905 }
2906
2907 /* ============= */
2908 /* = Directory = */
2909 /* ============= */
2910 /* contacts menu */
2911 .contact-photo-wrapper {
2912   position: relative;
2913 }
2914 .contact-photo {
2915   width: 48px;
2916   height: 48px;
2917   overflow: hidden;
2918   display: block;
2919 }
2920 .contact-photo img {
2921   width: 48px;
2922   height: 48px;
2923 }
2924 .contact-photo-menu-button {
2925   display: none;
2926   /* position: absolute; */
2927   /* position: absolute; */
2928   left: -2px;
2929   top: -20px;
2930 }
2931 .contact-wrapper {
2932   float: left;
2933   width: 90px;
2934   height: 90px;
2935   margin-bottom: 15px;
2936 }
2937 .contact-wrapper .contact-photo {
2938   width: 80px;
2939   height: 80px;
2940 }
2941 .contact-wrapper .contact-photo img {
2942   width: 80px;
2943   height: 80px;
2944 }
2945 .contact-wrapper .contact-photo-menu-button {
2946   left: 0px;
2947   top: 63px;
2948 }
2949 .directory-item {
2950   float: left;
2951   width: 200px;
2952   height: 200px;
2953 }
2954 .directory-item .contact-photo {
2955   width: 175px;
2956   height: 175px;
2957 }
2958 .directory-item .contact-photo img {
2959   width: 175px;
2960   height: 175px;
2961 }
2962 .contact-name {
2963   text-align: center;
2964   font-weight: bold;
2965   font-size: 12px;
2966 }
2967 .contact-details {
2968   color: #999999;
2969 }
2970
2971 /* contact edit page */
2972 #contact-edit-nav-wrapper {
2973   margin-top: 24px;
2974 }
2975 #contact-edit-status-wrapper {
2976   border-color: #c9d8f6;
2977   background-color: #e0e8fa;
2978   border-radius: 3px;
2979 }
2980
2981 #contact-edit-contact-status {
2982   font-weight: bold;
2983 }
2984
2985 #contact-edit-drop-link-end {
2986   /* clear: both; */
2987 }
2988
2989 #contact-edit-links ul {
2990   list-style: none;
2991   list-style-type: none;
2992 }
2993
2994 a.btn#contact-edit-actions-button {
2995   cursor: pointer;
2996   border-radius: 3px;
2997   font-size: inherit;
2998   font-weight: normal;
2999   height: auto;
3000   line-height: inherit;
3001   padding: 5px 10px;
3002 }
3003
3004 #lost-contact-message, #insecure-message,
3005 #block-message, #ignore-message, #archive-message {
3006   color: #CB4437;
3007 }
3008
3009 /* photo album page */
3010 .photo-top-image-wrapper {
3011   position: relative;
3012   float: left;
3013   margin-top: 15px;
3014   margin-right: 15px;
3015   width: 200px; height: 200px;
3016   overflow: hidden;
3017 }
3018 .photo-top-album-name {
3019   width: 100%;
3020   min-height: 2em;
3021   position: absolute;
3022   bottom: 0px;
3023   padding: 0px 3px;
3024   padding-top: 0.5em;
3025   background-color: rgb(255, 255, 255);
3026 }
3027 #photo-top-end {
3028   clear: both;
3029 }
3030
3031 #photo-top-links {
3032   margin-bottom: 30px;
3033   margin-left: 30px;
3034 }
3035
3036 #photos-upload-newalbum-div {
3037   float: left;
3038   width: 175px;
3039 }
3040 img.photo-top-photo {
3041   width: 100%;
3042   height: 100%;
3043   object-fit: cover;
3044 }
3045
3046 .menu-profile-list{
3047   height: auto;
3048   overflow: auto;
3049   min-height: 16px;
3050   list-style: none;
3051         }
3052 .menu-profile-list:hover{
3053         background: #E7F2F7;
3054         }
3055 .menu-profile-list-item{
3056         padding-left: 5px;
3057         vertical-align: middle;
3058         }
3059 .menu-profile-list-item:hover{
3060         text-decoration: none;
3061    }
3062
3063 .autocomplete {
3064   width: 350px;
3065   color: black;
3066   border: 1px solid rgb(210, 210, 210);
3067   background-color: white;
3068   cursor: pointer;
3069   text-align: left;
3070   max-height: 350px;
3071   overflow: auto;
3072   display: block;
3073   background-position: initial initial;
3074   background-repeat: initial initial;
3075 }
3076 .mail-list-wrapper {
3077   background-color: #f6f7f8;
3078   margin-bottom: 5px;
3079   width: 100%;
3080   height: auto;
3081   overflow: hidden;
3082 }
3083 .mail-list-wrapper span {
3084   display: block;
3085   float: left;
3086   width: 20%;
3087   overflow: hidden;
3088 }
3089 .mail-list-wrapper .mail-subject {
3090   width: 30%;
3091   padding: 4px 0px 0px 4px;
3092 }
3093 .mail-list-wrapper .mail-subject a {
3094   display: block;
3095 }
3096 .mail-list-wrapper .mail-subject.unseen a {
3097   font-weight: bold;
3098 }
3099 .mail-list-wrapper .mail-date {
3100   padding: 4px 4px 0px 4px;
3101 }
3102 .mail-list-wrapper .mail-from {
3103   padding: 4px 4px 0px 4px;
3104 }
3105 .mail-list-wrapper .mail-count {
3106   padding: 4px 4px 0px 4px;
3107   text-align: right;
3108 }
3109 .mail-list-wrapper .mail-delete {
3110   float: right;
3111 }
3112 #mail-display-subject {
3113   background-color: #f6f7f8;
3114   color: #2d2d2d;
3115   margin-bottom: 10px;
3116   width: 100%;
3117   height: auto;
3118   overflow: hidden;
3119 }
3120 #mail-display-subject span {
3121   float: left;
3122   overflow: hidden;
3123   padding: 4px 0px 0px 10px;
3124 }
3125 #mail-display-subject .mail-delete {
3126   float: right;
3127   opacity: 0.5;
3128   -webkit-transition: all 0.2s ease-in-out;
3129   -moz-transition: all 0.2s ease-in-out;
3130   -o-transition: all 0.2s ease-in-out;
3131   -ms-transition: all 0.2s ease-in-out;
3132   transition: all 0.2s ease-in-out;
3133 }
3134 #mail-display-subject:hover .mail-delete {
3135   opacity: 1;
3136   -webkit-transition: all 0.2s ease-in-out;
3137   -moz-transition: all 0.2s ease-in-out;
3138   -o-transition: all 0.2s ease-in-out;
3139   -ms-transition: all 0.2s ease-in-out;
3140   transition: all 0.2s ease-in-out;
3141 }
3142
3143 .mail-list-outside-wrapper-end {
3144         clear: both;
3145 }
3146 .mail-list-outside-wrapper {
3147         margin-top: 30px;
3148 }
3149 .mail-list-delete-wrapper {
3150         float: right;
3151         margin-right: 30px;
3152         margin-top: 15px;
3153 }
3154 .mail-list-delete-icon {
3155         border: none;
3156 }
3157 .mail-conv-sender,
3158 .mail-conv-detail {
3159         float: left;
3160 }
3161 .mail-conv-detail {
3162         margin-left: 20px;
3163         width: 500px;
3164 }
3165 .mail-conv-subject {
3166     font-size: 1.4em;
3167     margin: 10px 0;
3168 }
3169 .mail-conv-outside-wrapper-end {
3170         clear: both;
3171 }
3172 .mail-conv-outside-wrapper {
3173         margin-top: 30px;
3174 }
3175 .mail-conv-delete-wrapper {
3176         float: right;
3177         margin-right: 30px;
3178         margin-top: 15px;
3179 }
3180 .mail-conv-break {
3181         clear: both;
3182 }
3183 .mail-conv-delete-icon {
3184         border: none;
3185 }
3186
3187 .icon.tilted-icon{
3188   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3189   -webkit-transform: rotate(-20deg);
3190   -moz-transform: rotate(-20deg);
3191   -ms-transform: rotate(-20deg);
3192   -o-transform: rotate(-20deg);
3193   transform: rotate(-20deg);
3194   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3195   padding-top:1px;
3196 }
3197
3198 #profile-edit-wrapper {
3199     line-height: 30px;
3200 }
3201 #profile-edit-wrapper .field{
3202   margin-bottom:0;
3203   padding-bottom:0;
3204 }
3205 #profile-edit-wrapper input[type=text],
3206 #profile-edit-wrapper select{
3207   width:250px;
3208 }
3209 #profile-edit-wrapper #profile-edit-dob select{
3210   width:auto;
3211 }
3212 #profile-edit-wrapper,
3213 #profile-edit-wrapper .toggle-section-content{
3214   margin-bottom:15px;
3215 }
3216 .profile-edit-submit-wrapper{
3217   margin-top:15px;
3218 }
3219 #profile-edit-default-desc{
3220   display:inline-block;
3221   padding:15px;
3222   width:auto;
3223   border:1px solid #511919;
3224 }
3225 #profile-edit-wrapper .toggle-section-content{
3226   background:#ededed;
3227   max-width:599px;
3228   padding:5px;
3229 }
3230
3231 .btn{
3232   outline:none;
3233   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3234   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3235   box-shadow:inset 0px 1px 0px 0px #ffffff;
3236   background-color:#ededed;
3237   -webkit-border-top-left-radius:0px;
3238   -moz-border-radius-topleft:0px;
3239   border-top-left-radius:0px;
3240   -webkit-border-top-right-radius:0px;
3241   -moz-border-radius-topright:0px;
3242   border-top-right-radius:0px;
3243   -webkit-border-bottom-right-radius:0px;
3244   -moz-border-radius-bottomright:0px;
3245   border-bottom-right-radius:0px;
3246   -webkit-border-bottom-left-radius:0px;
3247   -moz-border-radius-bottomleft:0px;
3248   border-bottom-left-radius:0px;
3249   text-indent:0;
3250   border:1px solid #dcdcdc;
3251   display:inline-block;
3252   color:#777777;
3253   font-family:Arial, sans-serif;
3254   font-size:15px;
3255   font-weight:bold;
3256   font-style:normal;
3257   height:40px;
3258   line-height:40px;
3259   padding:0 15px;
3260   text-align:center;
3261   text-shadow:1px 1px 0px #ffffff;
3262 }
3263   .btn:hover{
3264     background-color:#e6e6e6;
3265     text-decoration:none;
3266   }
3267   .btn:active{
3268     position:relative;
3269     top:1px;
3270   }
3271 .profile-view-actions{
3272   float:right;
3273 }
3274 /* videos page */
3275 .videos .video-top-wrapper {
3276   width: 300px;
3277   float: left;
3278   margin: 0px 10px 10px 0px;
3279   position: relative;
3280 }
3281 .videos .video-top-wrapper .video-js {
3282   width: 300px!important;
3283   height: 232px!important;
3284 }
3285 .videos .video-top-wrapper .video-delete {
3286   position: absolute;
3287   opacity: 0;
3288   right: 0px;
3289   top: 0px;
3290   transition: opacity 0.5s;
3291 }
3292 .videos .video-top-wrapper:hover .video-delete {
3293   opacity: 1;
3294 }
3295
3296 /* upload/select popup */
3297   fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3298   #message-preview { margin-top: 15px; }
3299   #message-preview span { width: 100%; }
3300   #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3301   #message-preview .mail-list-wrapper { padding: 3px; }
3302   #message-preview .mail-date { opacity:0.6; font-size:10px; }
3303
3304 /* colorbox */
3305 #colorbox img {
3306   max-width: 100%;
3307 }