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