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