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