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