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