]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge pull request #2350 from annando/1602-vier-aside-img
[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 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: 580px; */
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 /* photo album page */
2939 .photo-top-image-wrapper {
2940   position: relative;
2941   float: left;
2942   margin-top: 15px;
2943   margin-right: 15px;
2944   width: 200px; height: 200px;
2945   overflow: hidden;
2946 }
2947 .photo-top-album-name {
2948   width: 100%;
2949   min-height: 2em;
2950   position: absolute;
2951   bottom: 0px;
2952   padding: 0px 3px;
2953   padding-top: 0.5em;
2954   background-color: rgb(255, 255, 255);
2955 }
2956 #photo-top-end {
2957   clear: both;
2958 }
2959
2960 #photo-top-links {
2961   margin-bottom: 30px;
2962   margin-left: 30px;
2963 }
2964
2965 #photos-upload-newalbum-div {
2966   float: left;
2967   width: 175px;
2968 }
2969 img.photo-top-photo {
2970   width: 100%;
2971   height: 100%;
2972   object-fit: cover;
2973 }
2974
2975 .menu-profile-list{
2976   height: auto;
2977   overflow: auto;
2978   min-height: 16px;
2979   list-style: none;
2980         }
2981 .menu-profile-list:hover{
2982         background: #E7F2F7;
2983         }
2984 .menu-profile-list-item{
2985         padding-left: 5px;
2986         vertical-align: middle;
2987         }
2988 .menu-profile-list-item:hover{
2989         text-decoration: none;
2990    }
2991
2992 .autocomplete {
2993   width: 350px;
2994   color: black;
2995   border: 1px solid rgb(210, 210, 210);
2996   background-color: white;
2997   cursor: pointer;
2998   text-align: left;
2999   max-height: 350px;
3000   overflow: auto;
3001   display: block;
3002   background-position: initial initial;
3003   background-repeat: initial initial;
3004 }
3005 .mail-list-wrapper {
3006   background-color: #f6f7f8;
3007   margin-bottom: 5px;
3008   width: 100%;
3009   height: auto;
3010   overflow: hidden;
3011 }
3012 .mail-list-wrapper span {
3013   display: block;
3014   float: left;
3015   width: 20%;
3016   overflow: hidden;
3017 }
3018 .mail-list-wrapper .mail-subject {
3019   width: 30%;
3020   padding: 4px 0px 0px 4px;
3021 }
3022 .mail-list-wrapper .mail-subject a {
3023   display: block;
3024 }
3025 .mail-list-wrapper .mail-subject.unseen a {
3026   font-weight: bold;
3027 }
3028 .mail-list-wrapper .mail-date {
3029   padding: 4px 4px 0px 4px;
3030 }
3031 .mail-list-wrapper .mail-from {
3032   padding: 4px 4px 0px 4px;
3033 }
3034 .mail-list-wrapper .mail-count {
3035   padding: 4px 4px 0px 4px;
3036   text-align: right;
3037 }
3038 .mail-list-wrapper .mail-delete {
3039   float: right;
3040 }
3041 #mail-display-subject {
3042   background-color: #f6f7f8;
3043   color: #2d2d2d;
3044   margin-bottom: 10px;
3045   width: 100%;
3046   height: auto;
3047   overflow: hidden;
3048 }
3049 #mail-display-subject span {
3050   float: left;
3051   overflow: hidden;
3052   padding: 4px 0px 0px 10px;
3053 }
3054 #mail-display-subject .mail-delete {
3055   float: right;
3056   opacity: 0.5;
3057   -webkit-transition: all 0.2s ease-in-out;
3058   -moz-transition: all 0.2s ease-in-out;
3059   -o-transition: all 0.2s ease-in-out;
3060   -ms-transition: all 0.2s ease-in-out;
3061   transition: all 0.2s ease-in-out;
3062 }
3063 #mail-display-subject:hover .mail-delete {
3064   opacity: 1;
3065   -webkit-transition: all 0.2s ease-in-out;
3066   -moz-transition: all 0.2s ease-in-out;
3067   -o-transition: all 0.2s ease-in-out;
3068   -ms-transition: all 0.2s ease-in-out;
3069   transition: all 0.2s ease-in-out;
3070 }
3071
3072 .mail-list-outside-wrapper-end {
3073         clear: both;
3074 }
3075 .mail-list-outside-wrapper {
3076         margin-top: 30px;
3077 }
3078 .mail-list-delete-wrapper {
3079         float: right;
3080         margin-right: 30px;
3081         margin-top: 15px;
3082 }
3083 .mail-list-delete-icon {
3084         border: none;
3085 }
3086 .mail-conv-sender,
3087 .mail-conv-detail {
3088         float: left;
3089 }
3090 .mail-conv-detail {
3091         margin-left: 20px;
3092         width: 500px;
3093 }
3094 .mail-conv-subject {
3095     font-size: 1.4em;
3096     margin: 10px 0;
3097 }
3098 .mail-conv-outside-wrapper-end {
3099         clear: both;
3100 }
3101 .mail-conv-outside-wrapper {
3102         margin-top: 30px;
3103 }
3104 .mail-conv-delete-wrapper {
3105         float: right;
3106         margin-right: 30px;
3107         margin-top: 15px;
3108 }
3109 .mail-conv-break {
3110         clear: both;
3111 }
3112 .mail-conv-delete-icon {
3113         border: none;
3114 }
3115
3116 .icon.tilted-icon{
3117   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3118   -webkit-transform: rotate(-20deg);
3119   -moz-transform: rotate(-20deg);
3120   -ms-transform: rotate(-20deg);
3121   -o-transform: rotate(-20deg);
3122   transform: rotate(-20deg);
3123   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3124   padding-top:1px;
3125 }
3126
3127 #profile-edit-wrapper {
3128     line-height: 30px;
3129 }
3130 #profile-edit-wrapper .field{
3131   margin-bottom:0;
3132   padding-bottom:0;
3133 }
3134 #profile-edit-wrapper input[type=text],
3135 #profile-edit-wrapper select{
3136   width:250px;
3137 }
3138 #profile-edit-wrapper #profile-edit-dob select{
3139   width:auto;
3140 }
3141 #profile-edit-wrapper,
3142 #profile-edit-wrapper .toggle-section-content{
3143   margin-bottom:15px;
3144 }
3145 .profile-edit-submit-wrapper{
3146   margin-top:15px;
3147 }
3148 #profile-edit-default-desc{
3149   display:inline-block;
3150   padding:15px;
3151   width:auto;
3152   border:1px solid #511919;
3153 }
3154 #profile-edit-wrapper .toggle-section-content{
3155   background:#ededed;
3156   max-width:599px;
3157   padding:5px;
3158 }
3159
3160 .btn{
3161   outline:none;
3162   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3163   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3164   box-shadow:inset 0px 1px 0px 0px #ffffff;
3165   background-color:#ededed;
3166   -webkit-border-top-left-radius:0px;
3167   -moz-border-radius-topleft:0px;
3168   border-top-left-radius:0px;
3169   -webkit-border-top-right-radius:0px;
3170   -moz-border-radius-topright:0px;
3171   border-top-right-radius:0px;
3172   -webkit-border-bottom-right-radius:0px;
3173   -moz-border-radius-bottomright:0px;
3174   border-bottom-right-radius:0px;
3175   -webkit-border-bottom-left-radius:0px;
3176   -moz-border-radius-bottomleft:0px;
3177   border-bottom-left-radius:0px;
3178   text-indent:0;
3179   border:1px solid #dcdcdc;
3180   display:inline-block;
3181   color:#777777;
3182   font-family:Arial, sans-serif;
3183   font-size:15px;
3184   font-weight:bold;
3185   font-style:normal;
3186   height:40px;
3187   line-height:40px;
3188   padding:0 15px;
3189   text-align:center;
3190   text-shadow:1px 1px 0px #ffffff;
3191 }
3192   .btn:hover{
3193     background-color:#e6e6e6;
3194     text-decoration:none;
3195   }
3196   .btn:active{
3197     position:relative;
3198     top:1px;
3199   }
3200 .profile-view-actions{
3201   float:right;
3202 }
3203 /* videos page */
3204 .videos .video-top-wrapper {
3205   width: 300px;
3206   float: left;
3207   margin: 0px 10px 10px 0px;
3208   position: relative;
3209 }
3210 .videos .video-top-wrapper .video-js {
3211   width: 300px!important;
3212   height: 232px!important;
3213 }
3214 .videos .video-top-wrapper .video-delete {
3215   position: absolute;
3216   opacity: 0;
3217   right: 0px;
3218   top: 0px;
3219   transition: opacity 0.5s;
3220 }
3221 .videos .video-top-wrapper:hover .video-delete {
3222   opacity: 1;
3223 }
3224
3225 /* upload/select popup */
3226 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3227  #message-preview { margin-top: 15px; }
3228  #message-preview span { width: 100%; }
3229  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3230  #message-preview .mail-list-wrapper { padding: 3px; }
3231  #message-preview .mail-date { opacity:0.6; font-size:10px; }