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