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