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