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