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