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