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