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