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