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