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