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