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