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