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