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