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