]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Imported mails were deleted the second time the poller ran - when moving or deleting...
[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 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   display: block;
129   overflow: hidden;
130   padding: 1px;
131   color: #999;
132
133
134 .icon:hover {
135   text-decoration: none;
136   color: #000;
137 }
138
139 .icon a:hover {
140 }
141
142 .icon.text {
143   text-indent: 0px;
144 }
145 .icon.s10 {
146   min-width: 10px;
147   height: 10px;
148 }
149 .icon.s10.text {
150   padding: 2px 0px 0px 15px;
151   font-size: 10px;
152 }
153 .icon.s16 {
154   min-width: 16px;
155   height: 16px;
156 }
157 .icon.s16.text {
158   padding: 4px 0px 0px 20px;
159   font-size: 10px;
160 }
161 .wall-item-decor .icon.s22.lock {
162   color: #888;
163 }
164 .wall-item-decor .icon.s22.lock:hover {
165   color: #000;
166   text-decoration: none;
167 }
168 .icon.s22 {
169   min-width: 22px;
170   height: 22px;
171 }
172 /*.icon.s22.notify {
173   color: gray;
174 }*/
175 .icon.s22.text {
176   padding: 10px 0px 0px 25px;
177   width: 230px;
178   font-size: 1em;
179 }
180 .icon.s48 {
181   width: 48px;
182   height: 48px;
183 }
184 .sparkle {
185         cursor: url('lock.cur'), pointer;
186 }
187
188 #birthday-title, #event-title {
189   font-weight: bold;
190   margin-bottom: 5px;
191 }
192
193 div.pager {
194 /* .birthday-notice { */
195   text-align: center;
196   height: 1.2em;
197   padding-bottom: 12px;
198   color: black;
199   /*-webkit-border-radius: 6px;
200   -moz-border-radius: 6px;
201   border-radius: 6px;*/
202   background-color: #f2f2f2;
203   clear: left;
204   margin-top: 5px;
205   padding: 1%;
206   height: 1em;
207   margin-bottom: 5px;
208 }*/
209
210 .birthday-notice {
211   margin-top: 5px;
212   margin-bottom: 5px;
213 }
214
215 #live-network {
216 /*  border-bottom: 1px solid #BDCDD4; */
217   border-bottom: 1px solid #D2D2D2;
218   width: 100%;
219   height: 10px;
220 }
221
222 .pager a {
223 }
224
225 .pager a.pager_older {
226   float: right;
227 }
228
229 .pager a.pager_newer {
230   float: left;
231 }
232
233 .shared_header {
234   height: 32px;
235   color: #999;
236   border-top: 1px solid #D2D2D2;
237   padding-top: 5px;
238   margin-top: 5px;
239 }
240
241 .shared_header a {
242   color: black;
243   -webkit-transition: all 0.2s ease-in-out;
244   -moz-transition: all 0.2s ease-in-out;
245   -o-transition: all 0.2s ease-in-out;
246   -ms-transition: all 0.2s ease-in-out;
247   transition: all 0.2s ease-in-out;
248 }
249
250 .shared_header a:hover {
251   color: #36c;
252 }
253
254 .shared_header img {
255   -webkit-border-radius: 4px;
256   -moz-border-radius: 4px;
257   border-radius: 4px;
258   float: left;
259 }
260
261 .shared_header span {
262   margin-left: 9px;
263 }
264
265 blockquote.shared_content {
266   margin-left: 32px;
267   color: #000;
268   border: none;
269 }
270
271 #contact-edit-drop-link-end {
272   /* clear: both; */
273 }
274
275 #contact-edit-links ul {
276   list-style: none;
277   list-style-type: none;
278 }
279
280 .hide-comments-outer {
281   margin-left: 80px;
282   margin-bottom: 5px;
283   width: 660px;
284   border-bottom: 1px solid #BDCDD4;
285   border-top: 1px solid #BDCDD4;
286
287   padding: 8px;
288 }
289
290 /* global */
291 body {
292   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
293   font-size: 14px;
294   /* background-color: #ffffff; */
295   /* background-color: #ddd; */
296   background-color: #F2F2F2;
297   color: #2d2d2d;
298   /* margin: 37px 0px 0px 0px; */
299   margin: 0px 0px 0px 0px;
300   display: table;
301   /* width: 100% */
302 }
303 h4 {
304   font-size: 1.1em;
305 }
306
307 a {
308         color: #36C;
309         /* color: #3e3e8c; */
310         /* color: #3465A4; */
311         /*color: #3E3E8C; */
312         text-decoration: none;
313 }
314 a:hover {
315         /* color: blue; */
316         text-decoration: underline
317 }
318
319 .wall-item-name-link {
320 /*  float: left;*/
321 }
322
323 .wall-item-photo {
324   width: 48px;
325   height: 48px;
326   overflow: hidden;
327   display: block;
328 }
329
330 .left {
331   float: left;
332 }
333 .right {
334   float: right;
335 }
336 .hidden {
337   display: none;
338 }
339 .clear {
340   clear: both;
341 }
342 .fakelink {
343   color: #36c;
344   /* color: #3e3e8c; */
345   /* color: #3465A4; */
346   /* color: #3E3E8C; */
347   text-decoration: none;
348   cursor: pointer;
349 }
350 .fakelink:hover {
351   /*color: blue;*/
352   /*color: #005c94; */
353   text-decoration: underline;
354 }
355 code {
356   font-family: Courier, monospace;
357   white-space: pre;
358   display: block;
359   overflow: auto;
360   border: 1px solid #444;
361   background: #EEE;
362   color: #444;
363   padding: 10px;
364   margin-top: 20px;
365   max-width: 640px;
366 }
367 #panel {
368   position: absolute;
369   width: 10em;
370   background: #ffffff;
371   color: #2d2d2d;
372   margin: 0px;
373   padding: 1em;
374   list-style: none;
375   border: 3px solid #364e59;
376   z-index: 100000;
377   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
378   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
379   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
380 }
381 /* tool */
382 .tool {
383   height: auto;
384   overflow: auto;
385   padding: 0px;
386 }
387 #saved-search-ul .tool:hover,
388 #nets-sidebar .tool:hover,
389 #sidebar-group-list .tool:hover {
390         background: #EEE;
391 }
392 .tool .label {
393 /*  float: left; */
394 }
395 .tool .action {
396   float: right;
397 }
398 .tool a {
399 /*  color: #000; */
400 }
401 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
402   /* text-decoration: underline; */
403   text-decoration: none;
404   color: black;
405 }
406
407 .groupsideedit, .savedsearchdrop {
408   float: right;
409   opacity: 0.3;
410 }
411 .groupsideedit:hover, .savedsearchdrop:hover {
412   opacity: 1;
413 }
414
415 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
416 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
417 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
418   /* background-color: #ddd; */
419   background-color: #e5e5e5;
420 }
421
422 #message-new a {
423   color: black;
424 }
425
426 .sidebar-group-element {
427 /*  color: #000; */
428 }
429
430 .group-selected, .nets-selected, .fileas-selected {
431   font-weight: bold;
432 }
433
434 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
435 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
436   padding-left: 10px;
437   padding-top: 3px;
438   padding-bottom: 3px;
439   padding-right: 5px;
440   display: block;
441 }
442
443 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
444   display: block;
445   color: black;
446 }
447
448 a.sidebar-group-element {
449   color: black;
450 }
451
452 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
453   margin-left: 10px;
454   margin-top: 3px;
455   margin-bottom: 3px;
456 }
457
458 #sidebar-ungrouped, .side-link {
459   padding-top: 5px;
460 }
461
462 #sidebar-ungrouped a {
463   color: black;
464 }
465
466 #forum-list a, .tool a, .admin.link a {
467   color: black;
468 }
469
470 #forum-list {
471   margin-top: 2px;
472 }
473
474 /* popup notifications */
475 div.jGrowl div.notice {
476   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
477   color: #ffffff;
478   padding-left: 58px;
479 }
480 div.jGrowl div.info {
481   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
482   color: #ffffff;
483   padding-left: 58px;
484 }
485 /* header */
486 header {
487   position: fixed;
488   /* left: 43%;
489   right: 43%; */
490   left: 25px;
491   top: 0px;
492   margin: 0px;
493   padding: 0px;
494   /*width: 100%; height: 12px; */
495
496   z-index: 110;
497   color: #ffffff;
498 }
499 header #site-location {
500   display: none;
501 }
502 header #banner {
503   overflow: hidden;
504   text-align: center;
505   width: 100%;
506 }
507 header #banner a,
508 header #banner a:active,
509 header #banner a:visited,
510 header #banner a:link,
511 header #banner a:hover {
512   color: #ffffff;
513   text-decoration: none;
514   outline: none;
515   vertical-align: bottom;
516 }
517 header #banner #logo-img {
518   height: 22px;
519   margin-top: 5px;
520 }
521 header #banner #logo-text {
522   font-size: 22px;
523 }
524 /* nav */
525 nav {
526   min-width: 1000px;
527   width: 100%;
528   height: 32px;
529   position: fixed;
530   left: 0px;
531   top: 0px;
532   padding: 0px;
533   padding-left: 0px;
534   background: #2d2d2d;
535   /*background: #364A84;
536     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
537     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
538     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
539     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
540     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
541     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
542     background: linear-gradient(top, #516499 0%,#364a84 100%); */
543   color: #ffffff;
544   z-index: 100;
545   /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
546   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
547   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
548   border-bottom: 5px solid #F80; */
549 }
550
551 nav .icon {
552   color: #ccc;
553 }
554
555 nav a:active,
556 nav a:visited,
557 nav a:link,
558 nav a {
559   text-decoration: none;
560   outline: none;
561   color: #ccc;
562   padding-bottom: 8px;
563   padding-top: 8px;
564 }
565
566 nav a:hover .icon {
567   color: #fff;
568 }
569
570 nav a:hover {
571   text-decoration: none;
572   outline: none;
573   color: #fff;
574   padding-bottom: 8px;
575   padding-top: 8px;
576 }
577
578 nav ul {
579   margin: 0px;
580   padding: 0px 10px;
581 }
582 nav ul li {
583   list-style: none;
584   margin: 0px;
585   /* padding: 1px 1px 3px 1px; */
586   float: left;
587 }
588 nav ul li .menu-popup {
589   left: 0px;
590   right: auto;
591 }
592
593 nav #search-box #search-text {
594   /*background-image:  url('icons/lupe.png');
595   background-repeat:no-repeat; */
596   padding-left:0px;
597   /*border-top-left-radius: 15px;
598   border-top-right-radius: 15px;
599   border-bottom-right-radius: 15px;
600   border-bottom-left-radius: 15px;*/
601   position: relative;
602   height: 17px;
603   margin: 4px 0px 4px 4px;
604   width: 150px;
605   max-width: 150px;
606   background-color: #eee;
607 }
608
609 nav .nav-menu-icon {
610   position: relative;
611   height: 22px;
612   padding: 5px;
613   margin: 0px 10px;
614   -moz-border-radius: 5px 5px 0 0;
615   -webkit-border-radius: 5px 5px 0 0;
616   border-radius: 5px 5px 0 0;
617 }
618 nav .nav-menu-icon.selected {
619   background-color: #364e59;
620 }
621 nav .nav-menu-icon img {
622   width: 22px;
623   height: 22px;
624   -webkit-border-radius: 4px;
625   -moz-border-radius: 4px;
626   border-radius: 4px;
627 }
628 nav .nav-menu-icon .nav-notify {
629   top: 3px;
630 }
631 nav .nav-menu-label {
632   margin: 3px 5px 0px;
633 }
634 nav .nav-menu {
635   position: relative;
636   height: 16px;
637   padding: 5px;
638   padding-left: 5px;
639   padding-right: 5px;
640   margin: 3px 3px 0px;
641   font-size: 13px;
642   /* border-bottom: 3px solid #364A84; */
643   color: #ccc;
644   font-weight: bold;
645 }
646 /*nav .nav-menu.selected a {
647   color: white;
648 }*/
649
650 nav .nav-menu.selected {
651   border-bottom: 3px solid #9eabb0;
652  /*  background-color: #364E59; */
653 }
654
655 nav .nav-menu:hover {
656     /* color: #fff !important; */
657     color: #fff;
658     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
659 /*    background: #4c619c; */
660     text-decoration: none;
661 }
662 nav .nav-notify {
663   display: none;
664   position: absolute;
665  /*  background-color: #36c; */
666    background-color: #F80;
667   /* background-color: #19aeff; */
668   -moz-border-radius: 5px 5px 5px 5px;
669   -webkit-border-radius: 5px 5px 5px 5px;
670   border-radius: 5px 5px 5px 5px;
671   font-size: 10px;
672   padding: 1px 3px;
673   top: 0px;
674   /* right: -10px; */
675   right: -5px;
676   min-width: 15px;
677   /* text-align: right; */
678   text-align: center;
679   color: white;
680 }
681 nav .nav-notify.show {
682   display: block;
683 }
684 nav #nav-help-link,
685 nav #nav-search-link,
686 nav #nav-directory-link,
687 nav #nav-apps-link,
688 nav #nav-notifications-linkmenu,
689 nav #nav-site-linkmenu,
690 nav #nav-user-linklabel {
691   float: right;
692 }
693 nav #nav-user-linklabel {
694   padding-left: 0px;
695   margin-left: 0px;
696 }
697 nav #nav-help-link .menu-popup,
698 nav #nav-search-link .menu-popup,
699 nav #nav-directory-link .menu-popup,
700 nav #nav-apps-link .menu-popup,
701 nav #nav-notifications-linkmenu .menu-popup,
702 nav #nav-site-linkmenu .menu-popup {
703   right: 0px;
704   left: auto;
705 }
706 nav #nav-site-linkmenu {
707   margin-left: 0px;
708   margin-right: 0px;
709 }
710 nav #nav-notifications-linkmenu {
711   margin-left: 0px;
712   margin-right: 5px;
713 }
714 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
715   color: white;
716 }
717 nav #nav-messages-linkmenu.selected,
718 nav #nav-user-linklabel.selected,
719 nav #nav-apps-link.selected {
720   background-color: #364e59;
721 }
722
723 /* nav #nav-community-link { */
724 nav ul {
725   margin-left: 210px;
726 }
727
728 nav #nav-user-linkmenu {
729   float: right;
730   padding-left: 0px;
731   padding-right: 0px;
732   margin-right: 5px;
733 }
734
735 #nav-notifications-mark-all {
736         /* padding: 1px 1px 2px 26px; */
737         /* border-bottom: 1px solid #364E59; */
738         /* margin: 0px 0px 2px 0px;
739         padding: 5px 10px; */
740 }
741
742 #nav-notifications-see-all {
743         /* padding: 1px 1px 2px 26px; */
744         /* border-bottom: 1px solid #364E59; */
745         /* margin: 0px 0px 2px 0px;
746         padding: 5px 10px; */
747 }
748
749 .notify-seen {
750         background: none repeat scroll 0 0 #DDDDDD;
751         }
752
753 ul.menu-popup {
754   position: absolute;
755   display: none;
756   width: 11em;
757   background: #ffffff;
758   color: #2d2d2d;
759   margin: 0px;
760   padding: 0px;
761   list-style: none;
762   border: 3px solid #364e59;
763   z-index: 100000;
764   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
765   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
766   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
767 }
768 ul.menu-popup a {
769   display: block;
770   color: #2d2d2d;
771   padding: 5px 10px;
772   text-decoration: none;
773 }
774 ul.menu-popup a:hover {
775   /* background-color: #bdcdd4; */
776   background-color: #e5e5e5;
777 }
778 ul.menu-popup .menu-sep {
779   border-top: 1px solid #9eabb0;
780 }
781 ul.menu-popup li {
782   float: none;
783   overflow: auto;
784   height: auto;
785   display: block;
786 }
787 ul.menu-popup li img {
788   float: left;
789   width: 16px;
790   height: 16px;
791   padding-right: 5px;
792 }
793 ul.menu-popup .empty {
794   padding: 5px;
795   text-align: center;
796   color: #9eabb0;
797 }
798 /* autocomplete popup */
799 .acpopup {
800   max-height: 150px;
801   background-color: #ffffff;
802   color: #2d2d2d;
803   border: 1px solid #MenuBorder;
804   overflow: auto;
805   z-index: 100000;
806   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
807   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
808   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
809 }
810 .acpopupitem {
811   color: #2d2d2d;
812   padding: 4px;
813   clear: left;
814 }
815 .acpopupitem img {
816   float: left;
817   margin-right: 4px;
818 }
819 .acpopupitem.selected {
820   background-color: #bdcdd4;
821 }
822 #nav-notifications-menu {
823   width: 400px;
824   max-height: 550px;
825   overflow: auto;
826 }
827 /* #nav-notifications-menu a {
828         display: inline;
829         padding: 5px 0px;
830         margin: 0px 0px 2px 0px;
831 }
832 #nav-notifications-menu li:hover {
833   background-color: #bdcdd4;
834 }*/
835
836 #nav-notifications-menu img {
837   float: left;
838   margin-right: 5px;
839 }
840 #nav-notifications-menu .contactname {
841   font-weight: bold;
842 }
843 #nav-notifications-menu .notif-when {
844   font-size: 10px;
845   color: #9eabb0;
846   display: block;
847 }
848
849 .notif-image {
850         width: 32px;
851         height: 32px;
852         padding: 7px 7px 0px 0px;
853 }
854
855 right_aside {
856   width: 0px;
857   top: 32px;
858   display: block;
859 }
860
861 /* aside */
862 aside {
863   /* display: table-cell; */
864   vertical-align: top;
865   width: 185px;
866   padding: 32px 10px 10px 20px;
867   /* border-right: 1px solid #D2D2D2; */
868   /* background-color: #ECECF2; */
869   background-color: #F2F2F2;
870   font-size: 13px;
871   /* background: #F1F1F1; */
872   top: 0px;
873   overflow-y: auto;
874   z-index: 2;
875
876   position: fixed;
877   /* overflow: auto; */
878   height: 100%;
879   /* overflow: scroll; */
880 }
881 aside .vcard .fn {
882   font-size: 18px;
883   font-weight: bold;
884   margin-bottom: 5px;
885   float: left;
886 }
887 aside .vcard .title {
888   margin-bottom: 5px;
889 }
890 aside .vcard dl {
891   height: auto;
892   overflow: auto;
893 }
894
895 aside select {
896   background-color: white;
897   width: 165px;
898   border-color: #ccc;
899 }
900
901 aside .vcard dt {
902   float: left;
903   margin-left: 0px;
904   /* width: 35%; */
905   text-align: right;
906   color: #999999;
907 }
908 aside .vcard dd {
909   float: left;
910   margin-left: 4px;
911   /* width: 60%; */
912 }
913 aside #profile-extra-links ul {
914   padding: 0px;
915   margin: 0px;
916 }
917 aside #profile-extra-links li {
918   padding: 0px;
919   margin: 0px;
920   list-style: none;
921 }
922 aside #dfrn-request-link {
923   display: block;
924   -moz-border-radius: 5px 5px 5px 5px;
925   -webkit-border-radius: 5px 5px 5px 5px;
926   border-radius: 5px 5px 5px 5px;
927   color: #ffffff;
928   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
929   font-weight: bold;
930   text-transform: uppercase;
931   padding: 4px 2px 2px 35px;
932 }
933 aside #dfrn-request-link:hover {
934   text-decoration: none;
935   background-color: #36c;
936   /* background-color: #19aeff; */
937 }
938 aside #profiles-menu {
939   width: 20em;
940 }
941
942 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
943   width: 150px;
944   height: 17px;
945   padding-left: 10px;
946   /*border-top-left-radius: 15px;
947   border-top-right-radius: 15px;
948   border-bottom-right-radius: 15px;
949   border-bottom-left-radius: 15px;
950   -moz-border-bottom-colors: #dbdbdb;
951   -moz-border-top-colors: #999;
952   -moz-border-left-colors: #999;
953   -moz-border-right-colors: #dbdbdb;*/
954 }
955
956 aside h4 {
957   margin-bottom: 0px;
958   margin-top: 0px;
959   font-size: 1.17em;
960 }
961
962 .nets-ul {
963   margin-top: 0px;
964 }
965
966 #contact-block {
967   overflow: auto;
968   height: auto;
969 }
970 #contact-block .contact-block-h4 {
971   float: left;
972   margin: 5px 0px;
973 }
974 #contact-block .allcontact-link {
975   float: right;
976   margin: 5px 0px;
977 }
978 #contact-block .contact-block-content {
979   clear: both;
980   overflow: auto;
981   height: auto;
982 }
983 #contact-block .contact-block-link {
984   float: left;
985   margin: 0px 2px 2px 0px;
986 }
987 #contact-block .contact-block-link img {
988   width: 48px;
989   height: 48px;
990 }
991 .group_selected {
992   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
993   float: left;
994   height: 22px;
995   width: 22px;
996 }
997 .group_unselected {
998   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
999   float: left;
1000   height: 22px;
1001   width: 22px;
1002 }
1003 /* widget */
1004 .widget {
1005   margin-bottom: 1em;
1006   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1007         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1008 /*  font-size: 12px; */
1009 }
1010 .widget h3 {
1011   padding: 0px;
1012   margin: 2px;
1013 }
1014 .widget .action {
1015   opacity: 0.1;
1016   -webkit-transition: all 0.2s ease-in-out;
1017   -moz-transition: all 0.2s ease-in-out;
1018   -o-transition: all 0.2s ease-in-out;
1019   -ms-transition: all 0.2s ease-in-out;
1020   transition: all 0.2s ease-in-out;
1021 }
1022 .widget input.action {
1023   opacity: 0.5;
1024   -webkit-transition: all 0.2s ease-in-out;
1025   -moz-transition: all 0.2s ease-in-out;
1026   -o-transition: all 0.2s ease-in-out;
1027   -ms-transition: all 0.2s ease-in-out;
1028   transition: all 0.2s ease-in-out;
1029 }
1030 .widget:hover .title .action {
1031   opacity: 1;
1032   -webkit-transition: all 0.2s ease-in-out;
1033   -moz-transition: all 0.2s ease-in-out;
1034   -o-transition: all 0.2s ease-in-out;
1035   -ms-transition: all 0.2s ease-in-out;
1036   transition: all 0.2s ease-in-out;
1037 }
1038 .widget .tool:hover .action {
1039   opacity: 1;
1040   -webkit-transition: all 0.2s ease-in-out;
1041   -moz-transition: all 0.2s ease-in-out;
1042   -o-transition: all 0.2s ease-in-out;
1043   -ms-transition: all 0.2s ease-in-out;
1044   transition: all 0.2s ease-in-out;
1045 }
1046 .widget .tool:hover .action.ticked {
1047   opacity: 1;
1048   -webkit-transition: all 0.2s ease-in-out;
1049   -moz-transition: all 0.2s ease-in-out;
1050   -o-transition: all 0.2s ease-in-out;
1051   -ms-transition: all 0.2s ease-in-out;
1052   transition: all 0.2s ease-in-out;
1053 }
1054 .widget ul {
1055   padding: 0px;
1056   margin-top: 0px;
1057   margin-bottom: 0px;
1058 }
1059 .widget ul li {
1060   padding-left: 10px;
1061   /* min-height: 20px; */
1062   list-style: none;
1063   padding-top: 3px;
1064   padding-bottom: 3px;
1065   margin: 0px;
1066 }
1067 .widget .tool.selected {
1068   background: url('../../../images/selected.png') no-repeat left center;
1069 }
1070 /* widget: search */
1071 #add-search-popup {
1072   width: 200px;
1073   top: 18px;
1074 }
1075 /* section */
1076 section {
1077   display: table-cell;
1078   vertical-align: top;
1079   top: 32px;
1080   width: 766px;
1081   max-width: 766px;
1082   padding: 10px 10px 10px 10px;
1083   background-color: white;
1084   border-bottom: 1px solid lightgray;
1085   border-right: 1px solid lightgray;
1086   border-left: 1px solid lightgray;
1087
1088   position: absolute;
1089   left: 215px;
1090 }
1091 /* wall item */
1092 .tread-wrapper {
1093 /*    border-bottom: 1px solid #BDCDD4; */
1094 border-bottom: 1px solid #D2D2D2;
1095   position: relative;
1096   padding: 5px;
1097   margin-bottom: 0px;
1098   /* width: 755px; */
1099 }
1100 .wall-item-decor {
1101   position: absolute;
1102   left: 755px;
1103   top: -10px;
1104   width: 16px;
1105 }
1106 .unstarred {
1107   display: none;
1108 }
1109 .wall-item-container {
1110   display: table;
1111   width: 745px;
1112 }
1113 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1114   display: table-row;
1115 }
1116 .wall-item-bottom {
1117   font-size: 14px;
1118 }
1119 .wall-item-container .wall-item-bottom {
1120   opacity: 0;
1121   -webkit-transition: all 0.2s ease-in-out;
1122   -moz-transition: all 0.2s ease-in-out;
1123   -o-transition: all 0.2s ease-in-out;
1124   -ms-transition: all 0.2s ease-in-out;
1125   transition: all 0.2s ease-in-out;
1126 }
1127 .wall-item-container:hover .wall-item-bottom {
1128   opacity: 1;
1129   -webkit-transition: all 0.2s ease-in-out;
1130   -moz-transition: all 0.2s ease-in-out;
1131   -o-transition: all 0.2s ease-in-out;
1132   -ms-transition: all 0.2s ease-in-out;
1133   transition: all 0.2s ease-in-out;
1134 }
1135 .wall-item-container .wall-item-info {
1136   display: table-cell;
1137   vertical-align: top;
1138   text-align: left;
1139   width: 80px;
1140 }
1141 .wall-item-container {
1142   /* padding-right: 30px; */
1143   padding-right: 0px;
1144 }
1145 .wall-item-container .wall-item-ago {
1146   word-wrap: break-word;
1147   width: 50px;
1148   margin-left: 10px;
1149   color: #999;
1150   font-size: 12px;
1151 }
1152 .wall-item-location {
1153   width: 350px;
1154   float: left;
1155   font-size: 12px;
1156 }
1157
1158 .wall-item-container .wall-item-content {
1159   font-size: 14px;
1160   max-width: 660px;
1161   word-wrap: break-word;
1162   line-height: 1.36;
1163   padding-bottom: 6px;
1164 }
1165
1166 .wall-item-container .wall-item-content img {
1167   max-width: 650px;
1168   /* max-width: 580px; */
1169 }
1170 .children .wall-item-container .wall-item-item .wall-item-content img {
1171   /* max-width: 650px; */
1172   max-width: 580px;
1173 }
1174 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1175   display: table-cell;
1176   vertical-align: middle;
1177   /* font-size: 17px; */
1178 }
1179 .mail-list-wrapper a,
1180 .wall-item-container .wall-item-bottom a,
1181 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1182 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1183 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1184   color: #999;
1185 }
1186 .mail-list-wrapper a:hover,
1187 .wall-item-container .wall-item-bottom a:hover,
1188 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1189 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1190 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1191   color: #000;
1192   text-decoration: none;
1193 }
1194 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1195   opacity: 0.5;
1196   -webkit-transition: all 0.2s ease-in-out;
1197   -moz-transition: all 0.2s ease-in-out;
1198   -o-transition: all 0.2s ease-in-out;
1199   -ms-transition: all 0.2s ease-in-out;
1200   transition: all 0.2s ease-in-out;
1201 }
1202 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1203   opacity: 1;
1204   -webkit-transition: all 0.2s ease-in-out;
1205   -moz-transition: all 0.2s ease-in-out;
1206   -o-transition: all 0.2s ease-in-out;
1207   -ms-transition: all 0.2s ease-in-out;
1208   transition: all 0.2s ease-in-out;
1209 }
1210
1211 .wall-item-container .wall-item-name:hover {
1212   color: #36c;
1213 }
1214
1215 .wall-item-container .wall-item-name {
1216   color: black;
1217   font-weight: bold;
1218   -webkit-transition: all 0.2s ease-in-out;
1219   -moz-transition: all 0.2s ease-in-out;
1220   -o-transition: all 0.2s ease-in-out;
1221   -ms-transition: all 0.2s ease-in-out;
1222   transition: all 0.2s ease-in-out;
1223 }
1224
1225 .toplevel_item:hover .wall-item-name,
1226 .wall-item-container:hover .wall-item-name {
1227   color: #36c;
1228   font-weight: bold;
1229   -webkit-transition: all 0.2s ease-in-out;
1230   -moz-transition: all 0.2s ease-in-out;
1231   -o-transition: all 0.2s ease-in-out;
1232   -ms-transition: all 0.2s ease-in-out;
1233   transition: all 0.2s ease-in-out;
1234 }
1235
1236 /* .wall-item-container .wall-item-content a, */
1237 .toplevel_item .fakelink,
1238 .wall-item-container .fakelink {
1239   color: black;
1240   -webkit-transition: all 0.2s ease-in-out;
1241   -moz-transition: all 0.2s ease-in-out;
1242   -o-transition: all 0.2s ease-in-out;
1243   -ms-transition: all 0.2s ease-in-out;
1244   transition: all 0.2s ease-in-out;
1245   /* color: darkblue; */
1246   /* color: #3E3E8C; */
1247 }
1248
1249 .toplevel_item:hover .fakelink,
1250 .wall-item-container:hover .fakelink,
1251 .toplevel_item:hover .wall-item-content a,
1252 .wall-item-container:hover .wall-item-content a {
1253   color: #36c;
1254   -webkit-transition: all 0.2s ease-in-out;
1255   -moz-transition: all 0.2s ease-in-out;
1256   -o-transition: all 0.2s ease-in-out;
1257   -ms-transition: all 0.2s ease-in-out;
1258   transition: all 0.2s ease-in-out;
1259 }
1260
1261 .wall-item-container .wall-item-actions-author {
1262   width: 100%;
1263   margin-bottom: 0.3em;
1264 }
1265 .wall-item-container .wall-item-actions-social {
1266   float: left;
1267   margin-bottom: 1px;
1268 }
1269 .wall-item-container .wall-item-actions-social a {
1270   float: left;
1271   margin-right: 1em;
1272 }
1273 .wall-item-container .wall-item-actions-tools {
1274   float: right;
1275   width: 80px;
1276 }
1277 .wall-item-container .wall-item-actions-tools a {
1278   float: right;
1279   margin-left: 10px;
1280 }
1281 .wall-item-container .wall-item-actions-tools input {
1282   float: right;
1283   margin-left: 10px;
1284 }
1285 .wall-item-container.comment {
1286   margin-top: 5px;
1287   margin-bottom: 5px;
1288   margin-left: 80px;
1289   width: 665px;
1290   border-bottom: 1px solid hsl(198, 21%, 79%);
1291 }
1292 .wall-item-container.comment .wall-item-content {
1293   max-width: 585px;
1294 }
1295
1296 .wall-item-container.comment .contact-photo {
1297   width: 32px;
1298   height: 32px;
1299   margin-left: 16px;
1300   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1301
1302 }
1303 .wall-item-container.comment {
1304   top: 15px !important;
1305   left: 15px !important;
1306 }
1307 .wall-item-container.comment .wall-item-links {
1308   padding-left: 12px;
1309 }
1310 .wall-item-bottom .wall-item-comment-wrapper {
1311   margin: 1px 5px 1px 0px;
1312 }
1313 .wall-item-comment-wrapper {
1314   margin: 1px 15px 1px 80px;
1315 }
1316 .wall-item-comment-wrapper .comment-edit-photo {
1317   display: none;
1318 }
1319 .wall-item-comment-wrapper textarea {
1320   height: 1.2em;
1321   width: 100%;
1322   font-size: 10px;
1323   color: #999999;
1324   border: 1px solid #DDD;
1325   padding: 0.3em;
1326 }
1327 .wall-item-comment-wrapper .comment-edit-text-full {
1328   font-size: 14px;
1329   height: 4em;
1330   color: #2d2d2d;
1331   border: 1px solid #2d2d2d;
1332 }
1333
1334 .fakelink.togglecomment {
1335   float: left;
1336   margin-right: 1em;
1337 }
1338
1339 .comment-edit-preview .contact-photo {
1340   width: 32px;
1341   height: 32px;
1342   margin-left: 16px;
1343   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1344
1345 }
1346 .comment-edit-preview {
1347   width: 660px;
1348   border: 1px solid #2d2d2d;
1349   margin-top: 10px;
1350   top: 15px !important;
1351   left: 15px !important;
1352 }
1353 .comment-edit-preview .wall-item-links {
1354   padding-left: 12px;
1355 }
1356 .comment-edit-preview .wall-item-container {
1357   width: 700px;
1358 }
1359 .comment-edit-preview .tread-wrapper {
1360   width: 700px;
1361   padding: 0;
1362   margin: 10px 0;
1363   border-bottom: 0px;
1364 }
1365
1366 .wall-item-bottom .comment-edit-preview {
1367   width: 575px;
1368   margin-bottom: 5px;
1369 }
1370
1371 .shiny {
1372   /* border-right: 10px solid #fce94f; */
1373         border-right: 1px solid #A7C7F7;
1374         padding-right: 12px;
1375 }
1376
1377 #profile-jot-form #profile-jot-text {
1378   height: 2.0em;
1379   /* width: 99%; */
1380   width: 752px;
1381   font-size: 15px;
1382   color: #999999;
1383   border: 1px solid #DDD;
1384   padding: 0.3em;
1385   margin-bottom: 10px;
1386 }
1387
1388 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1389     
1390          border-radius: 5px 5px 5px 5px;
1391     font-weight: bold;
1392     height: 20px;
1393     margin: 0 0 5px;
1394     /* width: 60%; */
1395     width: 762px;
1396     border: 1px solid #d2d2d2;
1397 }
1398
1399 #profile-jot-form #jot-title:-webkit-input-placeholder {
1400   font-weight: normal;
1401 }
1402 #profile-jot-form #jot-title:-moz-placeholder {
1403   font-weight: normal;
1404 }
1405 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1406   width: 785px;
1407   height: 100px;
1408 }
1409
1410 #profile-jot-perms {
1411   float: right;
1412 }
1413
1414 #jot-preview-content {
1415   padding-top: 25px;
1416 }
1417
1418 #jot-preview-content .tread-wrapper {
1419   background-color: #fce94f;
1420 }
1421
1422 .wall-item-tags {
1423   padding-top: 1px;
1424   padding-bottom: 2px;
1425   font-size: 12px;
1426   /*display: none;*/
1427 }
1428
1429 .tag {
1430   color: rgb(153,153,153);
1431   /*padding-left: 3px;
1432   font-size: 10px;*/
1433 }
1434 .tag a {
1435   /*padding-right: 8px;*/
1436   color: rgb(153,153,153);
1437 }
1438 .wwto {
1439   position: absolute !important;
1440   width: 25px;
1441   height: 25px;
1442   background: #FFFFFF;
1443   border: 2px solid #364e59;
1444   height: 25px;
1445   width: 25px;
1446   overflow: hidden;
1447   padding: 1px;
1448   position: absolute !important;
1449   top: 40px;
1450   left: 30px;
1451   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1452   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1453   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1454 }
1455 .wwto .contact-photo {
1456   width: auto;
1457   height: 25px;
1458 }
1459 /* contacts menu */
1460 .contact-photo-wrapper {
1461   position: relative;
1462   width: 80px;
1463 }
1464
1465 .contact-photo-wrapper.wwto {
1466   width: 25px;
1467 }
1468
1469 .contact-photo {
1470   width: 48px;
1471   height: 48px;
1472   overflow: hidden;
1473   display: block;
1474   -webkit-border-radius: 4px;
1475   -moz-border-radius: 4px;
1476   border-radius: 4px;
1477 }
1478
1479 .contact-photo img {
1480   width: 48px;
1481   height: 48px;
1482 }
1483
1484 .contact-wrapper {
1485   float: left;
1486   width: 90px;
1487   height: 90px;
1488   margin-bottom: 15px;
1489 }
1490 .contact-wrapper .contact-photo {
1491   width: 80px;
1492   height: 80px;
1493 }
1494 .contact-wrapper .contact-photo img {
1495   width: 80px;
1496   height: 80px;
1497 }
1498 .contact-wrapper {
1499   left: 0px;
1500   top: 63px;
1501 }
1502 .contact-photo {
1503   width: 48px;
1504   height: 48px;
1505 }
1506 .contact-photo img {
1507   width: 48px;
1508   height: 48px;
1509 }
1510 .contact-name {
1511   /* text-align: center; */
1512   /*font-weight: bold;*/
1513   font-size: 12px;
1514 }
1515 .contact-details {
1516   color: #999999;
1517 }
1518 /* editor */
1519 .jothidden {
1520   display: none;
1521 }
1522 #jot {
1523   width: 785px;
1524   margin: 0px 2em 20px 0px;
1525 }
1526 #jot .profile-jot-text {
1527   height: 1.2em;
1528   width: 99%;
1529   font-size: 10px;
1530   color: #999999;
1531   border: 1px solid #DDD;
1532   padding: 0.3em;
1533 }
1534 #jot #jot-tools {
1535   margin: 0px;
1536   padding: 0px;
1537   height: 40px;
1538   overflow: none;
1539   width: 783px;
1540   background-color: #0e232e;
1541   border-bottom: 2px solid #9eabb0;
1542 }
1543 #jot #jot-tools li {
1544   list-style: none;
1545   float: left;
1546   width: 80px;
1547   height: 40px;
1548   border-bottom: 2px solid #9eabb0;
1549 }
1550 #jot #jot-tools li a {
1551   display: block;
1552   color: #cccccc;
1553   width: 100%;
1554   height: 40px;
1555   text-align: center;
1556   line-height: 40px;
1557   overflow: hidden;
1558 }
1559 #jot #jot-tools li:hover {
1560   background-color: #364e59;
1561   border-bottom: 2px solid #bdcdd4;
1562 }
1563 #jot #jot-tools li.perms {
1564   float: right;
1565   width: 40px;
1566 }
1567 #jot #jot-tools li.perms a.unlock {
1568   width: 30px;
1569   border-left: 10px solid #cccccc;
1570   background-color: #cccccc;
1571   background-position: left center;
1572 }
1573 #jot #jot-tools li.perms a.lock {
1574   width: 30px;
1575   border-left: 10px solid #666666;
1576   background-color: #666666;
1577 }
1578 #jot #jot-tools li.submit {
1579   float: right;
1580   background-color: #cccccc;
1581   border-bottom: 2px solid #cccccc;
1582   border-right: 1px solid #666666;
1583   border-left: 1px solid #666666;
1584 }
1585 #jot #jot-tools li.submit input {
1586   border: 0px;
1587   margin: 0px;
1588   padding: 0px;
1589   background-color: #cccccc;
1590   color: #666666;
1591   width: 80px;
1592   height: 40px;
1593   line-height: 40px;
1594 }
1595 #jot #jot-tools li.submit input:hover {
1596   background-color: #bdcdd4;
1597   color: #666666;
1598 }
1599 #jot #jot-tools li.loading {
1600   float: right;
1601   background-color: #ffffff;
1602   width: 20px;
1603   vertical-align: center;
1604   text-align: center;
1605   border-top: 2px solid #9eabb0;
1606   height: 38px;
1607 }
1608 #jot #jot-tools li.loading img {
1609   margin-top: 10px;
1610 }
1611 /* #jot */
1612 #jot-title {
1613   border: 0px;
1614   margin: 0px;
1615   height: 20px;
1616   width: 700px;
1617   font-weight: bold;
1618   border: 1px solid #ffffff;
1619 }
1620 #jot #jot-title:-webkit-input-placeholder {
1621   font-weight: normal;
1622 }
1623 #jot #jot-title:-moz-placeholder {
1624   font-weight: normal;
1625 }
1626 #jot #jot-title:hover {
1627   border: 1px solid #999999;
1628 }
1629 #jot #jot-title:focus {
1630   border: 1px solid #999999;
1631 }
1632 #jot #character-counter {
1633   width: 80px;
1634   float: right;
1635   text-align: right;
1636   height: 20px;
1637   line-height: 20px;
1638   padding-right: 20px;
1639 }
1640
1641 #profile-jot-submit {
1642   float: right;
1643   margin-left: 15px;
1644 }
1645 #profile-upload-wrapper {
1646   float: left;
1647   margin-left: 15px;
1648 }
1649 #profile-attach-wrapper {
1650   float: left;
1651   margin-left: 15px;
1652 }
1653 #profile-link-wrapper {
1654   float: left;
1655   margin-left: 15px;
1656 }
1657 #profile-video-wrapper {
1658   float: left;
1659   margin-left: 15px;
1660 }
1661 #profile-audio-wrapper {
1662   float: left;
1663   margin-left: 15px;
1664 }
1665 #profile-location-wrapper {
1666   float: left;
1667   margin-left: 15px;
1668 }
1669 #profile-nolocation-wrapper {
1670   float: left;
1671   margin-left: 15px;
1672 }
1673 #jot-perms-icon {
1674   float: right;
1675   margin-left: 15px;
1676 }
1677 #jot-preview-link {
1678   float: right;
1679 }
1680 #profile-jot-end {
1681   clear: both;
1682 }
1683 #profile-jot-text_tbl {
1684   width: 780px;
1685 }
1686 #profile-jot-wrapper {
1687   margin-bottom: 20px;
1688 }
1689
1690 /** buttons **/
1691 /*input[type="submit"] {
1692         border: 0px;
1693     background-color: @ButtonBackgroundColor;
1694     color: @ButtonColor;
1695     padding: 0px 10px;
1696         .rounded(5px);
1697     height: 18px;
1698 }*/
1699 /** acl **/
1700 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1701   display: block!important;
1702 }
1703 #acl-wrapper {
1704   width: 690px;
1705   float: left;
1706 }
1707 #acl-search {
1708   float: right;
1709   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1710   padding-right: 20px;
1711 }
1712 #acl-showall {
1713   float: left;
1714   display: block;
1715   width: auto;
1716   height: 18px;
1717   background-color: #cccccc;
1718   background-image: url("../../../images/show_all_off.png");
1719   background-position: 7px 7px;
1720   background-repeat: no-repeat;
1721   padding: 7px 5px 0px 30px;
1722   color: #999999;
1723   -moz-border-radius: 5px 5px 5px 5px;
1724   -webkit-border-radius: 5px 5px 5px 5px;
1725   border-radius: 5px 5px 5px 5px;
1726 }
1727 #acl-showall.selected {
1728   color: #000000;
1729   background-color: #ff9900;
1730   background-image: url("../../../images/show_all_on.png");
1731 }
1732 #acl-list {
1733   height: 210px;
1734   border: 1px solid #cccccc;
1735   clear: both;
1736   margin-top: 30px;
1737   overflow: auto;
1738 }
1739 .acl-list-item {
1740   display: block;
1741   width: 150px;
1742   height: 30px;
1743   border: 1px solid #cccccc;
1744   margin: 5px;
1745   float: left;
1746 }
1747 .acl-list-item img {
1748   width: 22px;
1749   height: 22px;
1750   float: left;
1751   margin: 4px;
1752 }
1753 .acl-list-item p {
1754   height: 12px;
1755   font-size: 10px;
1756   margin: 0px;
1757   padding: 2px 0px 1px;
1758   overflow: hidden;
1759 }
1760 .acl-list-item a {
1761   font-size: 8px;
1762   display: block;
1763   width: 40px;
1764   height: 10px;
1765   float: left;
1766   color: #999999;
1767   background-color: #cccccc;
1768   background-position: 3px 3px;
1769   background-repeat: no-repeat;
1770   margin-right: 5px;
1771   -webkit-border-radius: 2px ;
1772   -moz-border-radius: 2px;
1773   border-radius: 2px;
1774   padding-left: 15px;
1775 }
1776 #acl-wrapper a:hover {
1777   text-decoration: none;
1778   color: #000000;
1779 }
1780 .acl-button-show {
1781   background-image: url("../../../images/show_off.png");
1782 }
1783 .acl-button-hide {
1784   background-image: url("../../../images/hide_off.png");
1785 }
1786 .acl-button-show.selected {
1787   color: #000000;
1788   background-color: #9ade00;
1789   background-image: url("../../../images/show_on.png");
1790 }
1791 .acl-button-hide.selected {
1792   color: #000000;
1793   background-color: #ff4141;
1794   background-image: url("../../../images/hide_on.png");
1795 }
1796 .acl-list-item.groupshow {
1797   border-color: #9ade00;
1798 }
1799 .acl-list-item.grouphide {
1800   border-color: #ff4141;
1801 }
1802 /** /acl **/
1803 /** tab buttons **/
1804 ul.tabs {
1805   list-style-type: none;
1806   padding-bottom: 10px;
1807   padding-left: 0px;
1808   margin-bottom: 5px;
1809   line-height: 27px;
1810   height: 27px;
1811   font-size: 11px;
1812   font-weight: bold;
1813   /* margin-bottom: 30px; */
1814 }
1815 ul.tabs li {
1816   float: left;
1817   /* margin-left: 7px; */
1818 }
1819 /*ul.tabs li .active {
1820   border-bottom: 1px solid #005c94;
1821 }*/
1822
1823 ul.tabs a {
1824     /* min-width: 34px; */
1825     display: block;
1826     float: left;
1827     padding-bottom: 0px;
1828     padding: 0px 12px 0px 12px;
1829     color: #444;
1830 }
1831
1832 div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1833     padding: 2px 7px 2px 7px;
1834     color: black;
1835 }
1836
1837 div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1838     border: 1px solid lightgray;
1839     background: #F2F2F2;
1840     margin-top: 2px;
1841     margin-bottom: 2px;
1842 }
1843
1844 ul.tabs a:hover {
1845     color: #333;
1846 }
1847
1848 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1849     color: black;
1850 }
1851
1852 ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1853     background-color: #e5e5e5;
1854     text-decoration: none;
1855     border: 1px solid darkgray;
1856 }
1857
1858 .comment-edit-bb {
1859   float:right;
1860 }
1861 .comment-edit-bb a {
1862   color: #888;
1863   padding: 0px 5px 1px 5px;
1864 }
1865
1866 .comment-edit-bb a:hover {
1867   color: #000;
1868   text-decoration: none;
1869 }
1870
1871 /**
1872  * Form fields
1873  */
1874 .field {
1875   margin-bottom: 10px;
1876   padding-bottom: 10px;
1877   overflow: auto;
1878   width: 100%;
1879 }
1880 .field label {
1881   float: left;
1882   width: 200px;
1883 }
1884 .field input, .field textarea {
1885   width: 400px;
1886 }
1887 .field textarea {
1888   height: 100px;
1889 }
1890 .field .field_help {
1891   display: block;
1892   margin-left: 200px;
1893   color: #666666;
1894 }
1895 .field .onoff {
1896   float: left;
1897   width: 80px;
1898 }
1899 .field .onoff a {
1900   display: block;
1901   border: 1px solid #666666;
1902   background-image: url("../../../images/onoff.jpg");
1903   background-repeat: no-repeat;
1904   padding: 4px 2px 2px 2px;
1905   height: 16px;
1906   text-decoration: none;
1907 }
1908 .field .onoff .off {
1909   border-color: #666666;
1910   padding-left: 40px;
1911   background-position: left center;
1912   background-color: #cccccc;
1913   color: #666666;
1914   text-align: right;
1915 }
1916 .field .onoff .on {
1917   border-color: #204A87;
1918   padding-right: 40px;
1919   background-position: right center;
1920   background-color: #D7E3F1;
1921   color: #204A87;
1922   text-align: left;
1923 }
1924 .field .hidden {
1925   display: none!important;
1926 }
1927 .field.radio .field_help {
1928   margin-left: 0px;
1929 }
1930
1931 #profile-edit-links-end {
1932         clear: both;
1933         margin-bottom: 15px;
1934 }
1935
1936 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1937
1938 #profile-edit-links li {
1939   float: left;
1940   list-style: none;
1941   margin-left: 10px;
1942 }
1943
1944 .profile-edit-side-div {
1945 /*  display: none; */
1946   float: right; 
1947 }
1948
1949 /* aside div.clear {
1950   clear: none;
1951   float: left;
1952 } */
1953
1954 #register-form label,
1955 #profile-edit-form label {
1956         width: 300px; float: left;
1957 }
1958
1959 .required {
1960   display: inline;
1961   color: #B20202;
1962 }
1963
1964 /* oauth */
1965 .oauthapp {
1966   height: auto;
1967   overflow: auto;
1968   border-bottom: 2px solid #cccccc;
1969   padding-bottom: 1em;
1970   margin-bottom: 1em;
1971 }
1972 .oauthapp img {
1973   float: left;
1974   width: 48px;
1975   height: 48px;
1976   margin: 10px;
1977 }
1978 .oauthapp img.noicon {
1979   background-image: url("../../../images/icons/48/plugin.png");
1980   background-position: center center;
1981   background-repeat: no-repeat;
1982 }
1983 .oauthapp a {
1984   float: left;
1985 }
1986 /* contacts */
1987 .contact-entry-wrapper {
1988   width: 120px;
1989   height: 120px;
1990   float: left;
1991 }
1992 /* photo */
1993 .lframe {
1994   float: left;
1995   margin: 0px 10px 10px 0px;
1996 }
1997 /* profile match wrapper */
1998 .profile-match-wrapper {
1999   float: left;
2000   width: 90px;
2001   height: 90px;
2002   margin-bottom: 20px;
2003 }
2004 .profile-match-wrapper .contact-photo {
2005   width: 80px;
2006   height: 80px;
2007 }
2008 .profile-match-wrapper .contact-photo img {
2009   width: 80px;
2010   height: 80px;
2011 }
2012 .profile-match-wrapper {
2013   left: 0px;
2014   top: 63px;
2015 }
2016
2017 .contact-photo-menu-button {
2018         position: relative;
2019         background-image: url("../../../images/icons/16/menu.png");
2020         background-position: top left; 
2021         background-repeat: no-repeat;
2022         margin: 0px 0px -16px 0px; 
2023         padding: 0px;
2024         width: 16px;
2025         height: 16px;
2026         top: -20px; left:0px;
2027         overflow: hidden;
2028         text-indent: 40px;
2029         display: none;
2030         
2031 }
2032 .contact-photo-menu {
2033         width: 11em;
2034         border: 3px solid #364e59;
2035         color: #2d2d2d;
2036         background: #FFFFFF;
2037 /*        position: absolute;*/
2038         position: relative;
2039         left: 0px; top: 0px;
2040         display: none;
2041         z-index: 10000;
2042 }
2043 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2044 .contact-photo-menu li a {
2045         display: block; 
2046         padding: 5px 10px; 
2047         color: #2d2d2d;
2048         text-decoration: none;
2049 }
2050 .contact-photo-menu li a:hover {
2051         background-color: #bdcdd4; 
2052 }
2053
2054 /* page footer */
2055 footer {
2056   /* height: 100px; */
2057   display: table-row;
2058 }
2059
2060 blockquote {
2061     border-left: 1px solid #D2D2D2;
2062     padding-left: 9px;
2063     margin: 0 0 0 .8ex;
2064     color: #777;
2065 }
2066
2067 .oembed {
2068     font-size: large;
2069     font-weight: bold;
2070 }
2071
2072 /* ================== */
2073 /* = Contacts Block = */
2074 /* ================== */
2075
2076 .contact-block-img {
2077         width: 42px;
2078         height: 42px;
2079         padding-right: 2px;
2080 }
2081 .contact-block-div {
2082         float: left;
2083 }
2084
2085 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2086 #contact-block-end { clear: both; } 
2087
2088 #group-edit-wrapper {
2089         margin-bottom: 10px;
2090 }
2091
2092 #group-members-end {
2093         clear: both;
2094 }
2095
2096 /*
2097 #group-separator,
2098 #prof-separator { display: none;}
2099 */
2100
2101 #prvmail-upload {
2102   margin-left: 10px;
2103 }
2104
2105 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2106         margin-bottom: 10px;
2107         margin-top: 20px;
2108 }
2109
2110 #prvmail-submit {
2111         float: left;
2112         margin-top: 10px;
2113 }
2114 #prvmail-upload-wrapper,
2115 #prvmail-link-wrapper,
2116 #prvmail-rotator-wrapper {
2117         float: left;
2118         margin-top: 10px;
2119         margin-right: 10px;
2120         width: 24px;
2121 }
2122
2123 #prvmail-end {
2124         clear: both;
2125 }
2126
2127 .mail-list-sender,
2128 .mail-list-detail {
2129         float: left;
2130 }
2131 .mail-list-detail {
2132         margin-left: 20px;
2133 }
2134
2135 .mail-list-subject {
2136         font-size: 1.1em;
2137         margin-top: 10px;
2138 }
2139 a.mail-list-link {
2140     display: block;
2141     font-size: 1.3em;
2142     padding: 4px 0;
2143 }
2144
2145 /*
2146 *a.mail-list-link:hover {
2147 *       background-color: #15607B;
2148 *       color: #F5F6FB;
2149 *}
2150 */
2151
2152 .mail-list-outside-wrapper-end {
2153         clear: both;
2154 }
2155
2156 .mail-list-outside-wrapper {
2157         margin-top: 30px;
2158 }
2159
2160 .mail-list-delete-wrapper {
2161         float: right;
2162         margin-right: 30px;
2163         margin-top: 15px;
2164 }
2165
2166 .mail-list-delete-icon {
2167         border: none;
2168 }
2169
2170 .mail-conv-sender,
2171 .mail-conv-detail {
2172         float: left;
2173 }
2174 .mail-conv-detail {
2175         margin-left: 20px;
2176         width: 500px;
2177 }
2178
2179 .mail-conv-subject {
2180     font-size: 1.4em;
2181     margin: 10px 0;
2182 }
2183
2184 .mail-conv-outside-wrapper-end {
2185         clear: both;
2186 }
2187
2188 .mail-conv-outside-wrapper {
2189         margin-top: 30px;
2190 }
2191
2192 .mail-conv-delete-wrapper {
2193         float: right;
2194         margin-right: 30px;
2195         margin-top: 15px;
2196 }
2197 .mail-conv-break {
2198         clear: both;
2199 }
2200
2201 .mail-conv-delete-icon {
2202         border: none;
2203 }
2204
2205 /* ========== */
2206 /* = Events = */
2207 /* ========== */
2208 .eventcal {
2209         float: left;
2210         font-size: 20px;
2211 }
2212
2213 .vevent {
2214         border: 1px solid #CCCCCC;
2215 }
2216 .vevent .event-description, .vevent .event-location {
2217         margin-left: 10px;
2218         margin-right: 10px;
2219 }
2220 .vevent .event-start {
2221         margin-left: 10px;
2222         margin-right: 10px;
2223 }
2224
2225 #new-event-link {
2226         margin-bottom: 10px;
2227 }
2228
2229 .edit-event-link, .plink-event-link {
2230         float: left;
2231         margin-top: 4px;
2232         margin-right: 4px;
2233         margin-bottom: 15px;
2234 }
2235
2236 .event-description:before {
2237         content: url('../../../images/calendar.png');
2238         margin-right: 15px;
2239 }
2240
2241 .event-start, .event-end {
2242         margin-left: 10px;
2243         width: 330px;
2244         clear: both;
2245 }
2246
2247 .event-start .dtstart, .event-end .dtend {
2248         float: right;
2249 }
2250
2251 .event-list-date {
2252         margin-bottom: 10px;
2253 }
2254
2255 .prevcal, .nextcal {
2256         float: left;
2257         margin-left: 32px;
2258         margin-right: 32px;
2259         margin-top: 64px;
2260 }
2261 .event-calendar-end {
2262         clear: both;
2263 }
2264
2265  
2266 .calendar {
2267         font-family: Courier, monospace;
2268 }
2269 .today {
2270         font-weight: bold;
2271         color: #FF0000;
2272 }
2273
2274 .settings-block {
2275         border: 1px solid #AAA;
2276         margin: 10px;
2277         padding: 10px;
2278 }
2279
2280 .app-title {
2281   margin: 0px;
2282 }
2283
2284 #identity-manage-desc {
2285         margin-top:15px;
2286         margin-bottom: 15px;
2287 }
2288
2289 #identity-manage-choose {
2290         margin-bottom: 15px;
2291 }
2292
2293 #identity-submit {
2294         margin-top: 20px;
2295 }
2296
2297 #photo-prev-link, #photo-next-link {
2298         padding: 10px;
2299         float: left;
2300 }
2301
2302 #photo-photo {
2303         float: left;
2304 }
2305
2306 #photo-photo-end {
2307         clear: both;
2308 }
2309
2310 .profile-match-photo {
2311         float: left;
2312         text-align: center;
2313         width: 120px;
2314 }
2315
2316 .profile-match-name {
2317         float: left;
2318         text-align: center;
2319         width: 120px;
2320         overflow: hidden;
2321 }
2322
2323 .profile-match-break,
2324 .profile-match-end {
2325         clear: both;
2326 }
2327
2328 .profile-match-connect {
2329         text-align: center;
2330         font-weight: bold;
2331 }
2332
2333 .profile-match-wrapper {
2334         float: left;
2335         padding: 10px;
2336         width: 120px;
2337         height: 120px;
2338         scroll: auto;
2339 }
2340 #profile-match-wrapper-end {
2341         clear: both;
2342 }
2343
2344 /* ============= */
2345 /* = Directory = */
2346 /* ============= */
2347 /* contacts menu */
2348 .contact-photo-wrapper {
2349   position: relative;
2350 }
2351 .contact-photo {
2352   width: 48px;
2353   height: 48px;
2354   overflow: hidden;
2355   display: block;
2356 }
2357 .contact-photo img {
2358   width: 48px;
2359   height: 48px;
2360 }
2361 .contact-photo-menu-button {
2362   display: none;
2363   /* position: absolute; */
2364   /* position: absolute; */
2365   left: -2px;
2366   top: -20px;
2367 }
2368 .contact-wrapper {
2369   float: left;
2370   width: 90px;
2371   height: 90px;
2372   margin-bottom: 15px;
2373 }
2374 .contact-wrapper .contact-photo {
2375   width: 80px;
2376   height: 80px;
2377 }
2378 .contact-wrapper .contact-photo img {
2379   width: 80px;
2380   height: 80px;
2381 }
2382 .contact-wrapper .contact-photo-menu-button {
2383   left: 0px;
2384   top: 63px;
2385 }
2386 .directory-item {
2387   float: left;
2388   width: 200px;
2389   height: 200px;
2390 }
2391 .directory-item .contact-photo {
2392   width: 175px;
2393   height: 175px;
2394 }
2395 .directory-item .contact-photo img {
2396   width: 175px;
2397   height: 175px;
2398 }
2399 .contact-name {
2400   text-align: center;
2401   font-weight: bold;
2402   font-size: 12px;
2403 }
2404 .contact-details {
2405   color: #999999;
2406 }
2407
2408 .photo-top-image-wrapper {
2409         position: relative;
2410         float: left;
2411         margin-top: 15px;
2412         margin-right: 15px;
2413         width: 200px; height: 200px; 
2414         overflow: hidden; 
2415 }
2416 .photo-top-album-name {
2417         width: 100%;
2418         min-height: 2em;
2419         position: absolute; 
2420         bottom: 0px; 
2421         padding: 0px 3px;
2422         padding-top: 0.5em;
2423         background-color: rgb(255, 255, 255);
2424 }
2425 #photo-top-end {
2426         clear: both;
2427 }
2428
2429 #photo-top-links {
2430         margin-bottom: 30px;
2431         margin-left: 30px;
2432 }
2433
2434 #photos-upload-newalbum-div {
2435         float: left;
2436         width: 175px;
2437 }
2438
2439 .menu-profile-list{
2440   height: auto;
2441   overflow: auto;
2442   min-height: 16px;
2443   list-style: none;
2444         }
2445 .menu-profile-list:hover{
2446         background: #E7F2F7;
2447         }
2448 .menu-profile-list-item{
2449         padding-left: 5px;
2450         vertical-align: middle;
2451         }       
2452 .menu-profile-list-item:hover{  
2453         text-decoration: none;
2454    }
2455
2456 .autocomplete {
2457   width: 350px;
2458   color: black; 
2459   border: 1px solid rgb(210, 210, 210); 
2460   background-color: white;
2461   cursor: pointer;
2462   text-align: left;
2463   max-height: 350px;
2464   overflow: auto;
2465   display: block;
2466   background-position: initial initial;
2467   background-repeat: initial initial; 
2468 }
2469 .mail-list-wrapper {
2470   background-color: #f6f7f8;
2471   margin-bottom: 5px;
2472   width: 100%;
2473   height: auto;
2474   overflow: hidden;
2475 }
2476 .mail-list-wrapper span {
2477   display: block;
2478   float: left;
2479   width: 20%;
2480   overflow: hidden;
2481 }
2482 .mail-list-wrapper .mail-subject {
2483   width: 30%;
2484   padding: 4px 0px 0px 4px;
2485 }
2486 .mail-list-wrapper .mail-subject a {
2487   display: block;
2488 }
2489 .mail-list-wrapper .mail-subject.unseen a {
2490   font-weight: bold;
2491 }
2492 .mail-list-wrapper .mail-date {
2493   padding: 4px 4px 0px 4px;
2494 }
2495 .mail-list-wrapper .mail-from {
2496   padding: 4px 4px 0px 4px;
2497 }
2498 .mail-list-wrapper .mail-count {
2499   padding: 4px 4px 0px 4px;
2500   text-align: right;
2501 }
2502 .mail-list-wrapper .mail-delete {
2503   float: right;
2504 }
2505 #mail-display-subject {
2506   background-color: #f6f7f8;
2507   color: #2d2d2d;
2508   margin-bottom: 10px;
2509   width: 100%;
2510   height: auto;
2511   overflow: hidden;
2512 }
2513 #mail-display-subject span {
2514   float: left;
2515   overflow: hidden;
2516   padding: 4px 0px 0px 10px;
2517 }
2518 #mail-display-subject .mail-delete {
2519   float: right;
2520   opacity: 0.5;
2521   -webkit-transition: all 0.2s ease-in-out;
2522   -moz-transition: all 0.2s ease-in-out;
2523   -o-transition: all 0.2s ease-in-out;
2524   -ms-transition: all 0.2s ease-in-out;
2525   transition: all 0.2s ease-in-out;
2526 }
2527 #mail-display-subject:hover .mail-delete {
2528   opacity: 1;
2529   -webkit-transition: all 0.2s ease-in-out;
2530   -moz-transition: all 0.2s ease-in-out;
2531   -o-transition: all 0.2s ease-in-out;
2532   -ms-transition: all 0.2s ease-in-out;
2533   transition: all 0.2s ease-in-out;
2534 }
2535
2536 .mail-list-outside-wrapper-end {
2537         clear: both;
2538 }
2539 .mail-list-outside-wrapper {
2540         margin-top: 30px;
2541 }
2542 .mail-list-delete-wrapper {
2543         float: right;
2544         margin-right: 30px;
2545         margin-top: 15px;
2546 }
2547 .mail-list-delete-icon {
2548         border: none;
2549 }
2550 .mail-conv-sender,
2551 .mail-conv-detail {
2552         float: left;
2553 }
2554 .mail-conv-detail {
2555         margin-left: 20px;
2556         width: 500px;
2557 }
2558 .mail-conv-subject {
2559     font-size: 1.4em;
2560     margin: 10px 0;
2561 }
2562 .mail-conv-outside-wrapper-end {
2563         clear: both;
2564 }
2565 .mail-conv-outside-wrapper {
2566         margin-top: 30px;
2567 }
2568 .mail-conv-delete-wrapper {
2569         float: right;
2570         margin-right: 30px;
2571         margin-top: 15px;
2572 }
2573 .mail-conv-break {
2574         clear: both;
2575 }
2576 .mail-conv-delete-icon {
2577         border: none;
2578 }
2579