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