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