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