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