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