]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Improved register link and open-id input.
[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: left;
2167   width: 170px;
2168 }
2169
2170 aside #div_id_remember label {
2171  float:  inherit;
2172 }
2173
2174 aside div #login-submit-button {
2175   margin-left:0px;
2176 }
2177
2178 aside #register-link, aside #lost-password-link {
2179   display: block;
2180 }
2181
2182 aside #id_username,
2183 aside div #id_openid_url,
2184 aside #id_password {
2185   width: 170px;
2186   max-width: 170px;
2187 }
2188
2189 #profile-edit-links-end {
2190         clear: both;
2191         margin-bottom: 15px;
2192 }
2193
2194 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2195
2196 #profile-edit-links li {
2197   float: left;
2198   list-style: none;
2199 }
2200
2201 .profile-edit-side-div {
2202 /*  display: none; */
2203   float: right;
2204 }
2205
2206 /* aside div.clear {
2207   clear: none;
2208   float: left;
2209 } */
2210
2211 #register-form label,
2212 #profile-edit-wrapper label {
2213   width: 200px;
2214   float: left;
2215 }
2216
2217 .required {
2218   display: inline;
2219   color: #B20202;
2220 }
2221
2222 /* oauth */
2223 .oauthapp {
2224   height: auto;
2225   overflow: auto;
2226   border-bottom: 2px solid #cccccc;
2227   padding-bottom: 1em;
2228   margin-bottom: 1em;
2229 }
2230 .oauthapp img {
2231   float: left;
2232   width: 48px;
2233   height: 48px;
2234   margin: 10px;
2235 }
2236 .oauthapp img.noicon {
2237   background-image: url("../../../images/icons/48/plugin.png");
2238   background-position: center center;
2239   background-repeat: no-repeat;
2240 }
2241 .oauthapp a {
2242   float: left;
2243 }
2244 /* contacts */
2245 .contact-entry-wrapper {
2246   width: 120px;
2247   height: 130px;
2248   float: left;
2249 /*  overflow: hidden; */
2250   margin-left: 5px;
2251 }
2252 /* photo */
2253 .lframe {
2254   float: left;
2255   margin: 0px 10px 10px 0px;
2256 }
2257 /* profile match wrapper */
2258 .profile-match-wrapper {
2259   float: left;
2260   width: 90px;
2261   height: 90px;
2262   margin-bottom: 20px;
2263 }
2264 .profile-match-wrapper .contact-photo {
2265   width: 80px;
2266   height: 80px;
2267 }
2268 .profile-match-wrapper .contact-photo img {
2269   width: 80px;
2270   height: 80px;
2271 }
2272 .profile-match-wrapper {
2273   left: 0px;
2274   top: 63px;
2275 }
2276
2277 .contact-photo-menu-button {
2278         position: relative;
2279         background-image: url("../../../images/icons/16/menu.png");
2280         background-position: top left;
2281         background-repeat: no-repeat;
2282         margin: 0px 0px -16px 0px;
2283         padding: 0px;
2284         width: 16px;
2285         height: 16px;
2286         top: -20px; left:0px;
2287         overflow: hidden;
2288         text-indent: 40px;
2289         display: none;
2290
2291 }
2292 .contact-photo-menu {
2293         width: 11em;
2294         border: 3px solid #364e59;
2295         color: #2d2d2d;
2296         background: #FFFFFF;
2297 /*        position: absolute;*/
2298         position: relative;
2299         left: 0px; top: 0px;
2300         display: none;
2301         z-index: 10000;
2302 }
2303 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2304 .contact-photo-menu li a {
2305         display: block;
2306         padding: 5px 10px;
2307         color: #2d2d2d;
2308         text-decoration: none;
2309 }
2310 .contact-photo-menu li a:hover {
2311         background-color: #bdcdd4;
2312 }
2313
2314 /* page footer */
2315 footer {
2316   /* height: 100px; */
2317   display: table-row;
2318 }
2319
2320 blockquote {
2321     border-left: 1px solid #D2D2D2;
2322     padding-left: 9px;
2323     margin: 0 0 0 .8ex;
2324     color: #777;
2325 }
2326
2327 .oembed {
2328     /* font-size: large; */
2329     font-size: larger;
2330     font-weight: bold;
2331     display: block;
2332 }
2333
2334 /* ================== */
2335 /* = Contacts Block = */
2336 /* ================== */
2337
2338 .contact-block-img {
2339         width: 42px;
2340         height: 42px;
2341         padding-right: 2px;
2342 }
2343 .contact-block-div {
2344         float: left;
2345 }
2346
2347 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2348 #contact-block-end { clear: both; }
2349
2350 #group-edit-wrapper {
2351         margin-bottom: 10px;
2352 }
2353
2354 #group-members-end {
2355         clear: both;
2356 }
2357
2358 /*
2359 #group-separator,
2360 #prof-separator { display: none;}
2361 */
2362
2363 #message-to-select {
2364   height: 150px;
2365 }
2366
2367 #prvmail-upload {
2368   margin-left: 10px;
2369 }
2370
2371 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2372         margin-bottom: 10px;
2373         margin-top: 20px;
2374 }
2375
2376 #prvmail-submit {
2377         float: left;
2378         margin-top: 10px;
2379 }
2380 #prvmail-upload-wrapper,
2381 #prvmail-link-wrapper,
2382 #prvmail-rotator-wrapper {
2383         float: left;
2384         margin-top: 10px;
2385         margin-right: 10px;
2386         width: 24px;
2387 }
2388
2389 #prvmail-end {
2390         clear: both;
2391 }
2392
2393 .mail-list-sender,
2394 .mail-list-detail {
2395         float: left;
2396 }
2397 .mail-list-detail {
2398         margin-left: 20px;
2399 }
2400
2401 .mail-list-subject {
2402         font-size: 1.1em;
2403         margin-top: 10px;
2404 }
2405 a.mail-list-link {
2406     display: block;
2407     font-size: 1.3em;
2408     padding: 4px 0;
2409 }
2410
2411 /*
2412 *a.mail-list-link:hover {
2413 *       background-color: #15607B;
2414 *       color: #F5F6FB;
2415 *}
2416 */
2417
2418 .mail-list-outside-wrapper-end {
2419         clear: both;
2420 }
2421
2422 .mail-list-outside-wrapper {
2423         margin-top: 30px;
2424 }
2425
2426 .mail-list-delete-wrapper {
2427         float: right;
2428         margin-right: 30px;
2429         margin-top: 15px;
2430 }
2431
2432 .mail-list-delete-icon {
2433         border: none;
2434 }
2435
2436 .mail-conv-sender,
2437 .mail-conv-detail {
2438         float: left;
2439 }
2440 .mail-conv-detail {
2441         margin-left: 20px;
2442         width: 500px;
2443 }
2444
2445 .mail-conv-subject {
2446     font-size: 1.4em;
2447     margin: 10px 0;
2448 }
2449
2450 .mail-conv-outside-wrapper-end {
2451         clear: both;
2452 }
2453
2454 .mail-conv-outside-wrapper {
2455         margin-top: 30px;
2456 }
2457
2458 .mail-conv-delete-wrapper {
2459         float: right;
2460         margin-right: 30px;
2461         margin-top: 15px;
2462 }
2463 .mail-conv-break {
2464         clear: both;
2465 }
2466
2467 .mail-conv-delete-icon {
2468         border: none;
2469 }
2470
2471 /* ========== */
2472 /* = Events = */
2473 /* ========== */
2474 .eventcal {
2475         float: left;
2476         font-size: 20px;
2477 }
2478
2479 .vevent {
2480         border: 1px solid #CCCCCC;
2481         max-width: 600px;
2482         position: relative;
2483         margin-top: 4px;
2484         margin-right: 4px;
2485         margin-bottom: 15px;
2486 }
2487
2488 .vevent .event-description, .vevent .event-location {
2489         margin-left: 10px;
2490         margin-right: 10px;
2491 }
2492 .vevent .event-start {
2493         margin-left: 10px;
2494         margin-right: 10px;
2495 }
2496
2497 #new-event-link {
2498         margin-bottom: 10px;
2499 }
2500
2501 .edit-event-link, .plink-event-link {
2502         float: left;
2503         margin-top: 4px;
2504         margin-right: 4px;
2505         margin-bottom: 15px;
2506 }
2507
2508 .event-description:before {
2509         content: url('../../../images/calendar.png');
2510         margin-right: 15px;
2511 }
2512
2513 .event-start, .event-end {
2514         margin-left: 10px;
2515         width: 330px;
2516         clear: both;
2517 }
2518
2519 .event-start .dtstart, .event-end .dtend {
2520         float: right;
2521 }
2522
2523 .event-list-date {
2524         margin-bottom: 10px;
2525 }
2526
2527 .prevcal, .nextcal {
2528         float: left;
2529         margin-left: 32px;
2530         margin-right: 32px;
2531         margin-top: 64px;
2532 }
2533 .event-calendar-end {
2534         clear: both;
2535 }
2536
2537
2538 .calendar {
2539         font-family: Courier, monospace;
2540 }
2541 .today {
2542         font-weight: bold;
2543         color: #FF0000;
2544 }
2545
2546 .settings-block {
2547         /* border: 1px solid #AAA; */
2548         padding-left: 5px;
2549         padding-right: 5px;
2550 }
2551
2552 .app-title {
2553   margin: 0px;
2554 }
2555
2556 #identity-manage-desc {
2557         margin-top:15px;
2558         margin-bottom: 15px;
2559 }
2560
2561 #identity-manage-choose {
2562         margin-bottom: 15px;
2563 }
2564
2565 #identity-submit {
2566         margin-top: 20px;
2567 }
2568
2569 #photo-prev-link, #photo-next-link {
2570         padding: 10px;
2571         float: left;
2572 }
2573
2574 #photo-photo {
2575         float: left;
2576 }
2577
2578 #photo-photo-end {
2579         clear: both;
2580 }
2581
2582 .profile-match-photo {
2583         float: left;
2584         text-align: center;
2585         width: 120px;
2586 }
2587
2588 .profile-match-name {
2589         float: left;
2590         text-align: center;
2591         width: 120px;
2592         overflow: hidden;
2593 }
2594
2595 .profile-match-break,
2596 .profile-match-end {
2597         clear: both;
2598 }
2599
2600 .profile-match-connect {
2601         text-align: center;
2602         font-weight: bold;
2603 }
2604
2605 .profile-match-wrapper {
2606         float: left;
2607         padding: 10px;
2608         width: 120px;
2609         height: 120px;
2610         scroll: auto;
2611 }
2612 #profile-match-wrapper-end {
2613         clear: both;
2614 }
2615
2616 /* ============= */
2617 /* = Directory = */
2618 /* ============= */
2619 /* contacts menu */
2620 .contact-photo-wrapper {
2621   position: relative;
2622 }
2623 .contact-photo {
2624   width: 48px;
2625   height: 48px;
2626   overflow: hidden;
2627   display: block;
2628 }
2629 .contact-photo img {
2630   width: 48px;
2631   height: 48px;
2632 }
2633 .contact-photo-menu-button {
2634   display: none;
2635   /* position: absolute; */
2636   /* position: absolute; */
2637   left: -2px;
2638   top: -20px;
2639 }
2640 .contact-wrapper {
2641   float: left;
2642   width: 90px;
2643   height: 90px;
2644   margin-bottom: 15px;
2645 }
2646 .contact-wrapper .contact-photo {
2647   width: 80px;
2648   height: 80px;
2649 }
2650 .contact-wrapper .contact-photo img {
2651   width: 80px;
2652   height: 80px;
2653 }
2654 .contact-wrapper .contact-photo-menu-button {
2655   left: 0px;
2656   top: 63px;
2657 }
2658 .directory-item {
2659   float: left;
2660   width: 200px;
2661   height: 200px;
2662 }
2663 .directory-item .contact-photo {
2664   width: 175px;
2665   height: 175px;
2666 }
2667 .directory-item .contact-photo img {
2668   width: 175px;
2669   height: 175px;
2670 }
2671 .contact-name {
2672   text-align: center;
2673   font-weight: bold;
2674   font-size: 12px;
2675 }
2676 .contact-details {
2677   color: #999999;
2678 }
2679
2680 .photo-top-image-wrapper {
2681         position: relative;
2682         float: left;
2683         margin-top: 15px;
2684         margin-right: 15px;
2685         width: 200px; height: 200px;
2686         overflow: hidden;
2687 }
2688 .photo-top-album-name {
2689         width: 100%;
2690         min-height: 2em;
2691         position: absolute;
2692         bottom: 0px;
2693         padding: 0px 3px;
2694         padding-top: 0.5em;
2695         background-color: rgb(255, 255, 255);
2696 }
2697 #photo-top-end {
2698         clear: both;
2699 }
2700
2701 #photo-top-links {
2702         margin-bottom: 30px;
2703         margin-left: 30px;
2704 }
2705
2706 #photos-upload-newalbum-div {
2707         float: left;
2708         width: 175px;
2709 }
2710
2711 .menu-profile-list{
2712   height: auto;
2713   overflow: auto;
2714   min-height: 16px;
2715   list-style: none;
2716         }
2717 .menu-profile-list:hover{
2718         background: #E7F2F7;
2719         }
2720 .menu-profile-list-item{
2721         padding-left: 5px;
2722         vertical-align: middle;
2723         }
2724 .menu-profile-list-item:hover{
2725         text-decoration: none;
2726    }
2727
2728 .autocomplete {
2729   width: 350px;
2730   color: black;
2731   border: 1px solid rgb(210, 210, 210);
2732   background-color: white;
2733   cursor: pointer;
2734   text-align: left;
2735   max-height: 350px;
2736   overflow: auto;
2737   display: block;
2738   background-position: initial initial;
2739   background-repeat: initial initial;
2740 }
2741 .mail-list-wrapper {
2742   background-color: #f6f7f8;
2743   margin-bottom: 5px;
2744   width: 100%;
2745   height: auto;
2746   overflow: hidden;
2747 }
2748 .mail-list-wrapper span {
2749   display: block;
2750   float: left;
2751   width: 20%;
2752   overflow: hidden;
2753 }
2754 .mail-list-wrapper .mail-subject {
2755   width: 30%;
2756   padding: 4px 0px 0px 4px;
2757 }
2758 .mail-list-wrapper .mail-subject a {
2759   display: block;
2760 }
2761 .mail-list-wrapper .mail-subject.unseen a {
2762   font-weight: bold;
2763 }
2764 .mail-list-wrapper .mail-date {
2765   padding: 4px 4px 0px 4px;
2766 }
2767 .mail-list-wrapper .mail-from {
2768   padding: 4px 4px 0px 4px;
2769 }
2770 .mail-list-wrapper .mail-count {
2771   padding: 4px 4px 0px 4px;
2772   text-align: right;
2773 }
2774 .mail-list-wrapper .mail-delete {
2775   float: right;
2776 }
2777 #mail-display-subject {
2778   background-color: #f6f7f8;
2779   color: #2d2d2d;
2780   margin-bottom: 10px;
2781   width: 100%;
2782   height: auto;
2783   overflow: hidden;
2784 }
2785 #mail-display-subject span {
2786   float: left;
2787   overflow: hidden;
2788   padding: 4px 0px 0px 10px;
2789 }
2790 #mail-display-subject .mail-delete {
2791   float: right;
2792   opacity: 0.5;
2793   -webkit-transition: all 0.2s ease-in-out;
2794   -moz-transition: all 0.2s ease-in-out;
2795   -o-transition: all 0.2s ease-in-out;
2796   -ms-transition: all 0.2s ease-in-out;
2797   transition: all 0.2s ease-in-out;
2798 }
2799 #mail-display-subject:hover .mail-delete {
2800   opacity: 1;
2801   -webkit-transition: all 0.2s ease-in-out;
2802   -moz-transition: all 0.2s ease-in-out;
2803   -o-transition: all 0.2s ease-in-out;
2804   -ms-transition: all 0.2s ease-in-out;
2805   transition: all 0.2s ease-in-out;
2806 }
2807
2808 .mail-list-outside-wrapper-end {
2809         clear: both;
2810 }
2811 .mail-list-outside-wrapper {
2812         margin-top: 30px;
2813 }
2814 .mail-list-delete-wrapper {
2815         float: right;
2816         margin-right: 30px;
2817         margin-top: 15px;
2818 }
2819 .mail-list-delete-icon {
2820         border: none;
2821 }
2822 .mail-conv-sender,
2823 .mail-conv-detail {
2824         float: left;
2825 }
2826 .mail-conv-detail {
2827         margin-left: 20px;
2828         width: 500px;
2829 }
2830 .mail-conv-subject {
2831     font-size: 1.4em;
2832     margin: 10px 0;
2833 }
2834 .mail-conv-outside-wrapper-end {
2835         clear: both;
2836 }
2837 .mail-conv-outside-wrapper {
2838         margin-top: 30px;
2839 }
2840 .mail-conv-delete-wrapper {
2841         float: right;
2842         margin-right: 30px;
2843         margin-top: 15px;
2844 }
2845 .mail-conv-break {
2846         clear: both;
2847 }
2848 .mail-conv-delete-icon {
2849         border: none;
2850 }
2851
2852 .icon.tilted-icon{
2853   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2854   -webkit-transform: rotate(-20deg);
2855   -moz-transform: rotate(-20deg);
2856   -ms-transform: rotate(-20deg);
2857   -o-transform: rotate(-20deg);
2858   transform: rotate(-20deg);
2859   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
2860   padding-top:1px;
2861 }
2862
2863 #profile-edit-wrapper {
2864     line-height: 30px;
2865 }
2866 #profile-edit-wrapper .field{
2867   margin-bottom:0;
2868   padding-bottom:0;
2869 }
2870 #profile-edit-wrapper input[type=text],
2871 #profile-edit-wrapper select{
2872   width:250px;
2873 }
2874 #profile-edit-wrapper #profile-edit-dob select{
2875   width:auto;
2876 }
2877 #profile-edit-wrapper,
2878 #profile-edit-wrapper .toggle-section-content{
2879   margin-bottom:15px;
2880 }
2881 .profile-edit-submit-wrapper{
2882   margin-top:15px;
2883 }
2884 #profile-edit-default-desc{
2885   display:inline-block;
2886   padding:15px;
2887   width:auto;
2888   border:1px solid #511919;
2889 }
2890 #profile-edit-wrapper .toggle-section-content{
2891   background:#ededed;
2892   max-width:599px;
2893   padding:5px;
2894 }
2895
2896 .btn{
2897   outline:none;
2898   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
2899   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
2900   box-shadow:inset 0px 1px 0px 0px #ffffff;
2901   background-color:#ededed;
2902   -webkit-border-top-left-radius:0px;
2903   -moz-border-radius-topleft:0px;
2904   border-top-left-radius:0px;
2905   -webkit-border-top-right-radius:0px;
2906   -moz-border-radius-topright:0px;
2907   border-top-right-radius:0px;
2908   -webkit-border-bottom-right-radius:0px;
2909   -moz-border-radius-bottomright:0px;
2910   border-bottom-right-radius:0px;
2911   -webkit-border-bottom-left-radius:0px;
2912   -moz-border-radius-bottomleft:0px;
2913   border-bottom-left-radius:0px;
2914   text-indent:0;
2915   border:1px solid #dcdcdc;
2916   display:inline-block;
2917   color:#777777;
2918   font-family:Arial;
2919   font-size:15px;
2920   font-weight:bold;
2921   font-style:normal;
2922   height:40px;
2923   line-height:40px;
2924   padding:0 15px;
2925   text-align:center;
2926   text-shadow:1px 1px 0px #ffffff;
2927 }
2928   .btn:hover{
2929     background-color:#e6e6e6;
2930     text-decoration:none;
2931   }
2932   .btn:active{
2933     position:relative;
2934     top:1px;
2935   }
2936 .profile-view-actions{
2937   float:right;
2938 }
2939 /* videos page */
2940 .videos .video-top-wrapper {
2941   width: 300px;
2942   float: left;
2943   margin: 0px 10px 10px 0px;
2944   position: relative;
2945 }
2946 .videos .video-top-wrapper .video-js {
2947   width: 300px!important;
2948   height: 232px!important;
2949 }
2950 .videos .video-top-wrapper .video-delete {
2951   position: absolute;
2952   opacity: 0;
2953   right: 0px;
2954   top: 0px;
2955   transition: opacity 0.5s;
2956 }
2957 .videos .video-top-wrapper:hover .video-delete {
2958   opacity: 1;
2959 }
2960
2961 /* upload/select popup */
2962 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }