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