]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Upload/Browse popup for files and images
[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   position: absolute;
1113   width: 100%;
1114   height: 100%;
1115 }
1116
1117 /* wall item */
1118 .tread-wrapper {
1119 /*    border-bottom: 1px solid #BDCDD4; */
1120   border-bottom: 1px solid #D2D2D2;
1121   position: relative;
1122   padding: 5px;
1123   margin-bottom: 10px;
1124   box-shadow: 1px 2px 0px 0px #D8D8D8;
1125   background-color: #FFFFFF;
1126  /* width: 755px; */
1127 }
1128 .wall-item-decor {
1129   position: absolute;
1130   left: 755px;
1131   left: calc(100% - 16px);
1132 /*  top: -10px; */
1133   width: 16px;
1134 }
1135 .unstarred {
1136   display: none;
1137 }
1138 .wall-item-container {
1139   display: table;
1140   width: 745px;
1141   width: calc(100% - 10px);
1142 }
1143
1144 .wall-item-content hr {
1145   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1146   color: rgb(221, 221, 221);
1147   clear: both;
1148   float: none;
1149   width: 100%;
1150   height: 0.1em;
1151   /* margin: 0px 0px 1.45em; */
1152   border: medium none;
1153 }
1154
1155 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1156   display: table-row;
1157 }
1158 .wall-item-bottom {
1159   /* font-size: 14px; */
1160 }
1161 .wall-item-container .wall-item-tags,
1162 .wall-item-container .wall-item-links,
1163 .wall-item-container .wall-item-actions {
1164   opacity: 0.2;
1165   -webkit-transition: all 0.2s ease-in-out;
1166   -moz-transition: all 0.2s ease-in-out;
1167   -o-transition: all 0.2s ease-in-out;
1168   -ms-transition: all 0.2s ease-in-out;
1169   transition: all 0.2s ease-in-out;
1170 }
1171 .wall-item-container:hover .wall-item-tags,
1172 .wall-item-container:hover .wall-item-links,
1173 .wall-item-container:hover .wall-item-actions {
1174   opacity: 1;
1175   -webkit-transition: all 0.2s ease-in-out;
1176   -moz-transition: all 0.2s ease-in-out;
1177   -o-transition: all 0.2s ease-in-out;
1178   -ms-transition: all 0.2s ease-in-out;
1179   transition: all 0.2s ease-in-out;
1180 }
1181 .wall-item-container .wall-item-info {
1182   display: table-cell;
1183   vertical-align: top;
1184   text-align: left;
1185   width: 80px;
1186 }
1187 .wall-item-container {
1188   /* padding-right: 30px; */
1189   padding-right: 0px;
1190 }
1191 .wall-item-container .wall-item-ago {
1192   word-wrap: break-word;
1193   width: 50px;
1194   margin-left: 10px;
1195   color: #999;
1196   font-size: 12px;
1197 }
1198
1199 .wall-item-network {
1200   color: #999;
1201   font-size: 12px;
1202   text-align: right;
1203   float: right;
1204 }
1205
1206 .wall-item-location {
1207   width: 350px;
1208   float: left;
1209   font-size: 12px;
1210 }
1211
1212 .wall-item-container .wall-item-content {
1213   /* font-size: 14px; */
1214   max-width: 660px;
1215   word-wrap: break-word;
1216   /* line-height: 1.36; */
1217   padding-bottom: 6px;
1218 }
1219
1220 .wall-item-container .wall-item-content img {
1221   max-width: 100%;
1222   vertical-align: middle;
1223   /* max-width: 650px; */
1224   /* max-width: 580px; */
1225 }
1226 .children .wall-item-container .wall-item-item .wall-item-content img {
1227   /* max-width: 650px; */
1228   /* max-width: 580px; */
1229   max-width: 100%;
1230 }
1231 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1232   display: table-cell;
1233   vertical-align: middle;
1234   /* font-size: 17px; */
1235 }
1236 .mail-list-wrapper a,
1237 .wall-item-container .wall-item-bottom a,
1238 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1239 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1240 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1241   color: #999;
1242 }
1243 .mail-list-wrapper a:hover,
1244 .wall-item-container .wall-item-bottom a:hover,
1245 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1246 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1247 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1248   color: #000;
1249   text-decoration: none;
1250 }
1251 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1252   opacity: 0.5;
1253   -webkit-transition: all 0.2s ease-in-out;
1254   -moz-transition: all 0.2s ease-in-out;
1255   -o-transition: all 0.2s ease-in-out;
1256   -ms-transition: all 0.2s ease-in-out;
1257   transition: all 0.2s ease-in-out;
1258 }
1259 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1260   opacity: 1;
1261   -webkit-transition: all 0.2s ease-in-out;
1262   -moz-transition: all 0.2s ease-in-out;
1263   -o-transition: all 0.2s ease-in-out;
1264   -ms-transition: all 0.2s ease-in-out;
1265   transition: all 0.2s ease-in-out;
1266 }
1267
1268 .wall-item-container .wall-item-name:hover {
1269   color: #36c;
1270 }
1271
1272 .wall-item-container .wall-item-name {
1273   color: black;
1274   font-weight: bold;
1275   -webkit-transition: all 0.2s ease-in-out;
1276   -moz-transition: all 0.2s ease-in-out;
1277   -o-transition: all 0.2s ease-in-out;
1278   -ms-transition: all 0.2s ease-in-out;
1279   transition: all 0.2s ease-in-out;
1280 }
1281
1282 .toplevel_item:hover .wall-item-name,
1283 .wall-item-container:hover .wall-item-name {
1284   color: #36c;
1285   font-weight: bold;
1286   -webkit-transition: all 0.2s ease-in-out;
1287   -moz-transition: all 0.2s ease-in-out;
1288   -o-transition: all 0.2s ease-in-out;
1289   -ms-transition: all 0.2s ease-in-out;
1290   transition: all 0.2s ease-in-out;
1291 }
1292
1293 .wall-item-container .wall-item-content a,
1294 .toplevel_item .fakelink,
1295 .wall-item-container .fakelink {
1296   color: black;
1297   -webkit-transition: all 0.2s ease-in-out;
1298   -moz-transition: all 0.2s ease-in-out;
1299   -o-transition: all 0.2s ease-in-out;
1300   -ms-transition: all 0.2s ease-in-out;
1301   transition: all 0.2s ease-in-out;
1302   /* color: darkblue; */
1303   /* color: #3E3E8C; */
1304 }
1305
1306 .toplevel_item:hover .fakelink,
1307 .wall-item-container:hover .fakelink,
1308 .toplevel_item:hover .wall-item-content a,
1309 .wall-item-container:hover .wall-item-content a {
1310   color: #36c;
1311   -webkit-transition: all 0.2s ease-in-out;
1312   -moz-transition: all 0.2s ease-in-out;
1313   -o-transition: all 0.2s ease-in-out;
1314   -ms-transition: all 0.2s ease-in-out;
1315   transition: all 0.2s ease-in-out;
1316 }
1317
1318 .toplevel_item:hover .togglecomment,
1319 .wall-item-container:hover .togglecomment {
1320   color: #999;
1321 }
1322
1323 .wall-item-container .wall-item-actions-author {
1324   width: 100%;
1325   margin-bottom: 0.3em;
1326 }
1327 .wall-item-container .wall-item-actions-social {
1328   float: left;
1329   margin-bottom: 1px;
1330 }
1331 .wall-item-container .wall-item-actions-social a {
1332   float: left;
1333   margin-right: 1em;
1334 }
1335 .wall-item-container .wall-item-actions-tools {
1336   float: right;
1337   width: 80px;
1338 }
1339 .wall-item-container .wall-item-actions-tools a {
1340   float: right;
1341   margin-left: 10px;
1342 }
1343 .wall-item-container .wall-item-actions-tools input {
1344   float: right;
1345   margin-left: 10px;
1346 }
1347 .wall-item-container.comment {
1348   margin-top: 5px;
1349   margin-bottom: 5px;
1350   margin-left: 80px;
1351   width: 665px;
1352   width: calc(100% - 90px);
1353   border-bottom: 1px solid hsl(198, 21%, 79%);
1354 }
1355 .wall-item-container.thread_level_2 {
1356   margin-left: 80px;
1357   width: calc(100% - 90px);
1358 }
1359 .wall-item-container.thread_level_3 {
1360   margin-left: 95px;
1361   width: calc(100% - 105px);
1362 }
1363 .wall-item-container.thread_level_4 {
1364   margin-left: 110px;
1365   width: calc(100% - 120px);
1366 }
1367 .wall-item-container.thread_level_5 {
1368   margin-left: 125px;
1369   width: calc(100% - 135px);
1370 }
1371 .wall-item-container.thread_level_6 {
1372   margin-left: 140px;
1373   width: calc(100% - 150px);
1374 }
1375 .wall-item-container.thread_level_7 {
1376   margin-left: 155px;
1377   width: calc(100% - 165px);
1378 }
1379
1380 .wall-item-container.comment .wall-item-content {
1381   max-width: 585px;
1382 }
1383 .wall-item-container.thread_level_3 .wall-item-content {
1384   max-width: 570px;
1385 }
1386 .wall-item-container.thread_level_4 .wall-item-content {
1387   max-width: 555px;
1388 }
1389 .wall-item-container.thread_level_5 .wall-item-content {
1390   max-width: 540px;
1391 }
1392 .wall-item-container.thread_level_6 .wall-item-content {
1393   max-width: 525px;
1394 }
1395 .wall-item-container.thread_level_7 .wall-item-content {
1396   max-width: 510px;
1397 }
1398
1399 .children .wall-item-comment-wrapper textarea {
1400   width: 570px;
1401 }
1402 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea {
1403   width: 555px;
1404 }
1405 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea {
1406   width: 540px;
1407 }
1408 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea {
1409   width: 525px;
1410 }
1411 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea {
1412   width: 510px;
1413 }
1414 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1415   width: 495px;
1416 }
1417
1418 .children .wall-item-bottom .comment-edit-preview {
1419   width: 575px;
1420 }
1421 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview {
1422   width: 560px;
1423 }
1424 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview {
1425   width: 545px;
1426 }
1427 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview {
1428   width: 530px;
1429 }
1430 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview {
1431   width: 515px;
1432 }
1433 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1434   width: 500px;
1435 }
1436
1437 .wall-item-container.comment .contact-photo {
1438   width: 32px;
1439   height: 32px;
1440   margin-left: 16px;
1441   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1442
1443 }
1444 .wall-item-container.comment {
1445   top: 15px !important;
1446   left: 15px !important;
1447 }
1448 .wall-item-container.comment .wall-item-links {
1449   padding-left: 12px;
1450 }
1451 .wall-item-bottom .wall-item-comment-wrapper {
1452   margin: 1px 5px 1px 0px;
1453 }
1454 .wall-item-comment-wrapper {
1455   margin: 1px 15px 1px 80px;
1456 }
1457 .wall-item-comment-wrapper.photo {
1458   margin: 1px 15px 1px 0px;
1459 }
1460 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1461   margin-left: 0px;
1462   width: 665px;
1463   width: 100%;
1464   border-bottom: 1px solid hsl(198, 21%, 79%);
1465 }
1466
1467
1468 .wall-item-comment-wrapper .comment-edit-photo {
1469   display: none;
1470 }
1471 .wall-item-comment-wrapper textarea {
1472   height: 1.2em;
1473   width: 100%;
1474   font-size: 13px;
1475   color: #999999;
1476   border: 1px solid #DDD;
1477   padding: 0.3em;
1478 }
1479 .wall-item-comment-wrapper .comment-edit-text-full {
1480   /* font-size: 14px; */
1481   height: 4em;
1482   color: #2d2d2d;
1483   border: 1px solid #2d2d2d;
1484 }
1485
1486 .fakelink.togglecomment {
1487   float: left;
1488   margin-right: 1em;
1489 }
1490
1491 .comment-edit-preview .contact-photo {
1492   width: 32px;
1493   height: 32px;
1494   margin-left: 16px;
1495   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1496
1497 }
1498 .comment-edit-preview {
1499   /* width: 660px; */
1500   width: 100%;
1501   border: 1px solid #2d2d2d;
1502   margin-top: 10px;
1503   top: 15px !important;
1504   left: 15px !important;
1505 }
1506 .comment-edit-preview .wall-item-links {
1507   padding-left: 12px;
1508 }
1509 .comment-edit-preview .wall-item-container {
1510   /* width: 700px; */
1511   width: 100%;
1512 }
1513 .comment-edit-preview .tread-wrapper {
1514   /* width: 700px; */
1515   width: 100%;
1516   padding: 0;
1517   margin: 10px 0px 0px 0px;
1518   border-bottom: 0px;
1519   box-shadow: none;
1520 }
1521
1522 .wall-item-bottom .comment-edit-preview {
1523   width: 575px;
1524   margin-bottom: 5px;
1525 }
1526
1527 .shiny {
1528   /* border-right: 10px solid #fce94f; */
1529 /*      border-right: 1px solid #A7C7F7;
1530         padding-right: 12px; */
1531 }
1532
1533 #profile-jot-form {
1534   box-shadow: 1px 2px 0px 0px #D8D8D8;
1535   background-color: #fafafa;
1536   padding: 10px;
1537 }
1538
1539 #profile-jot-form #profile-jot-text {
1540   height: 2.0em;
1541   /* width: 99%; */
1542   width: 752px;
1543   width: calc(100% - 10px);
1544   font-size: 15px;
1545   color: #999999;
1546   border: 1px solid #DDD;
1547   padding: 0.3em;
1548   margin-bottom: 10px;
1549 }
1550
1551 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1552
1553          border-radius: 5px 5px 5px 5px;
1554     font-weight: bold;
1555     height: 20px;
1556     margin: 0 0 5px;
1557     /* width: 60%; */
1558     /* width: 762px; */
1559     width: 100%;
1560     border: 1px solid #d2d2d2;
1561 }
1562
1563 #profile-jot-form #jot-title:-webkit-input-placeholder {
1564   font-weight: normal;
1565 }
1566 #profile-jot-form #jot-title:-moz-placeholder {
1567   font-weight: normal;
1568 }
1569 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1570 /*  width: 785px; */
1571   width: 100%;
1572   height: 100px;
1573 }
1574
1575 #profile-jot-perms {
1576   float: right;
1577 }
1578
1579 #jot-preview-content {
1580   padding-top: 25px;
1581 }
1582
1583 #jot-preview-content .tread-wrapper {
1584   background-color: #fce94f;
1585 }
1586
1587 .wall-item-tags {
1588   padding-top: 1px;
1589   padding-bottom: 2px;
1590   font-size: 12px;
1591   /*display: none;*/
1592 }
1593
1594 .tag {
1595   color: rgb(153,153,153);
1596   /*padding-left: 3px;
1597   font-size: 10px;*/
1598 }
1599 .tag a {
1600   /*padding-right: 8px;*/
1601   color: rgb(153,153,153);
1602 }
1603 .wwto {
1604   position: absolute !important;
1605   width: 25px;
1606   height: 25px;
1607   background: #FFFFFF;
1608   border: 2px solid #364e59;
1609   height: 25px;
1610   width: 25px;
1611   overflow: hidden;
1612   padding: 1px;
1613   position: absolute !important;
1614   top: 40px;
1615   left: 30px;
1616   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1617 }
1618 .wwto .contact-photo {
1619   width: auto;
1620   height: 25px;
1621 }
1622 /* contacts menu */
1623 .contact-photo-wrapper {
1624   position: relative;
1625   width: 80px;
1626 }
1627
1628 .contact-photo-wrapper.wwto {
1629   width: 25px;
1630 }
1631
1632 .contact-photo {
1633   width: 48px;
1634   height: 48px;
1635   overflow: hidden;
1636   display: block;
1637   -webkit-border-radius: 4px;
1638   -moz-border-radius: 4px;
1639   border-radius: 4px;
1640 }
1641
1642 .contact-photo img {
1643   width: 48px;
1644   height: 48px;
1645 }
1646
1647 .contact-wrapper {
1648   float: left;
1649   width: 90px;
1650   height: 90px;
1651   margin-bottom: 15px;
1652 }
1653 .contact-wrapper .contact-photo {
1654   width: 80px;
1655   height: 80px;
1656 }
1657 .contact-wrapper .contact-photo img {
1658   width: 80px;
1659   height: 80px;
1660 }
1661 .contact-wrapper {
1662   left: 0px;
1663   top: 63px;
1664 }
1665 .contact-photo {
1666   width: 48px;
1667   height: 48px;
1668 }
1669 .contact-photo img {
1670   width: 48px;
1671   height: 48px;
1672 }
1673 .contact-name {
1674   /* text-align: center; */
1675   /*font-weight: bold;*/
1676   font-size: 12px;
1677 }
1678 .contact-details {
1679   color: #999999;
1680 }
1681 /* editor */
1682 .jothidden {
1683   display: none;
1684 }
1685 #jot {
1686   width: 785px;
1687   margin: 0px 2em 20px 0px;
1688 }
1689 #jot .profile-jot-text {
1690   height: 1.2em;
1691   width: 99%;
1692   font-size: 10px;
1693   color: #999999;
1694   border: 1px solid #DDD;
1695   padding: 0.3em;
1696 }
1697 #jot #jot-tools {
1698   margin: 0px;
1699   padding: 0px;
1700   height: 40px;
1701   overflow: none;
1702   width: 783px;
1703   background-color: #0e232e;
1704   border-bottom: 2px solid #9eabb0;
1705 }
1706 #jot #jot-tools li {
1707   list-style: none;
1708   float: left;
1709   width: 80px;
1710   height: 40px;
1711   border-bottom: 2px solid #9eabb0;
1712 }
1713 #jot #jot-tools li a {
1714   display: block;
1715   color: #cccccc;
1716   width: 100%;
1717   height: 40px;
1718   text-align: center;
1719   line-height: 40px;
1720   overflow: hidden;
1721 }
1722 #jot #jot-tools li:hover {
1723   background-color: #364e59;
1724   border-bottom: 2px solid #bdcdd4;
1725 }
1726 #jot #jot-tools li.perms {
1727   float: right;
1728   width: 40px;
1729 }
1730 #jot #jot-tools li.perms a.unlock {
1731   width: 30px;
1732   border-left: 10px solid #cccccc;
1733   background-color: #cccccc;
1734   background-position: left center;
1735 }
1736 #jot #jot-tools li.perms a.lock {
1737   width: 30px;
1738   border-left: 10px solid #666666;
1739   background-color: #666666;
1740 }
1741 #jot #jot-tools li.submit {
1742   float: right;
1743   background-color: #cccccc;
1744   border-bottom: 2px solid #cccccc;
1745   border-right: 1px solid #666666;
1746   border-left: 1px solid #666666;
1747 }
1748 #jot #jot-tools li.submit input {
1749   border: 0px;
1750   margin: 0px;
1751   padding: 0px;
1752   background-color: #cccccc;
1753   color: #666666;
1754   width: 80px;
1755   height: 40px;
1756   line-height: 40px;
1757 }
1758 #jot #jot-tools li.submit input:hover {
1759   background-color: #bdcdd4;
1760   color: #666666;
1761 }
1762 #jot #jot-tools li.loading {
1763   float: right;
1764   background-color: #ffffff;
1765   width: 20px;
1766   vertical-align: center;
1767   text-align: center;
1768   border-top: 2px solid #9eabb0;
1769   height: 38px;
1770 }
1771 #jot #jot-tools li.loading img {
1772   margin-top: 10px;
1773 }
1774 /* #jot */
1775 #jot-title {
1776   border: 0px;
1777   margin: 0px;
1778   height: 20px;
1779   width: 700px;
1780   font-weight: bold;
1781   border: 1px solid #ffffff;
1782 }
1783 #jot #jot-title:-webkit-input-placeholder {
1784   font-weight: normal;
1785 }
1786 #jot #jot-title:-moz-placeholder {
1787   font-weight: normal;
1788 }
1789 #jot #jot-title:hover {
1790   border: 1px solid #999999;
1791 }
1792 #jot #jot-title:focus {
1793   border: 1px solid #999999;
1794 }
1795 #jot #character-counter {
1796   width: 80px;
1797   float: right;
1798   text-align: right;
1799   height: 20px;
1800   line-height: 20px;
1801   padding-right: 20px;
1802 }
1803
1804 #profile-jot-submit {
1805   float: right;
1806   margin-left: 15px;
1807 }
1808 #profile-upload-wrapper {
1809   float: left;
1810   margin-left: 15px;
1811 }
1812 #profile-attach-wrapper {
1813   float: left;
1814   margin-left: 15px;
1815 }
1816 #profile-link-wrapper {
1817   float: left;
1818   margin-left: 15px;
1819   cursor: pointer;
1820 }
1821 #profile-video-wrapper {
1822   float: left;
1823   margin-left: 15px;
1824   cursor: pointer;
1825 }
1826 #profile-audio-wrapper {
1827   float: left;
1828   margin-left: 15px;
1829   cursor: pointer;
1830 }
1831 #profile-location-wrapper {
1832   float: left;
1833   margin-left: 15px;
1834   cursor: pointer;
1835 }
1836 #profile-nolocation-wrapper {
1837   float: left;
1838   margin-left: 15px;
1839   cursor: pointer;
1840 }
1841 #profile-smiley-wrapper {
1842   float: left;
1843   margin-left: 15px;
1844   cursor: pointer;
1845   margin-top: 3px;
1846   height: 10px;
1847 }
1848 #jot-perms-icon {
1849   float: right;
1850   margin-left: 15px;
1851 }
1852 #jot-preview-link {
1853   float: right;
1854 }
1855 #profile-jot-end {
1856   clear: both;
1857 }
1858 #profile-jot-text_tbl {
1859   width: 780px;
1860 }
1861 #profile-jot-wrapper {
1862   margin-bottom: 10px;
1863 }
1864
1865 /** buttons **/
1866 /*input[type="submit"] {
1867         border: 0px;
1868     background-color: @ButtonBackgroundColor;
1869     color: @ButtonColor;
1870     padding: 0px 10px;
1871         .rounded(5px);
1872     height: 18px;
1873 }*/
1874 /** acl **/
1875 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1876   display: block!important;
1877 }
1878 #acl-wrapper {
1879   width: 690px;
1880   float: left;
1881 }
1882 #acl-search {
1883   float: right;
1884   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1885   padding-right: 20px;
1886 }
1887 #acl-showall {
1888   float: left;
1889   display: block;
1890   width: auto;
1891   height: 18px;
1892   background-color: #cccccc;
1893   background-image: url("../../../images/show_all_off.png");
1894   background-position: 7px 7px;
1895   background-repeat: no-repeat;
1896   padding: 7px 5px 0px 30px;
1897   color: #999999;
1898   -moz-border-radius: 5px 5px 5px 5px;
1899   -webkit-border-radius: 5px 5px 5px 5px;
1900   border-radius: 5px 5px 5px 5px;
1901 }
1902 #acl-showall.selected {
1903   color: #000000;
1904   background-color: #ff9900;
1905   background-image: url("../../../images/show_all_on.png");
1906 }
1907 #acl-list {
1908   height: 210px;
1909   border: 1px solid #cccccc;
1910   clear: both;
1911   margin-top: 30px;
1912   overflow: auto;
1913 }
1914 .acl-list-item {
1915   display: block;
1916   width: 150px;
1917   height: 30px;
1918   border: 1px solid #cccccc;
1919   margin: 5px;
1920   float: left;
1921 }
1922 .acl-list-item img {
1923   width: 22px;
1924   height: 22px;
1925   float: left;
1926   margin: 4px;
1927 }
1928 .acl-list-item p {
1929   height: 12px;
1930   font-size: 10px;
1931   margin: 0px;
1932   padding: 2px 0px 1px;
1933   overflow: hidden;
1934 }
1935 .acl-list-item a {
1936   font-size: 8px;
1937   display: block;
1938   width: 40px;
1939   height: 10px;
1940   float: left;
1941   color: #999999;
1942   background-color: #cccccc;
1943   background-position: 3px 3px;
1944   background-repeat: no-repeat;
1945   margin-right: 5px;
1946   -webkit-border-radius: 2px ;
1947   -moz-border-radius: 2px;
1948   border-radius: 2px;
1949   padding-left: 15px;
1950 }
1951 #acl-wrapper a:hover {
1952   text-decoration: none;
1953   color: #000000;
1954 }
1955 .acl-button-show {
1956   background-image: url("../../../images/show_off.png");
1957 }
1958 .acl-button-hide {
1959   background-image: url("../../../images/hide_off.png");
1960 }
1961 .acl-button-show.selected {
1962   color: #000000;
1963   background-color: #9ade00;
1964   background-image: url("../../../images/show_on.png");
1965 }
1966 .acl-button-hide.selected {
1967   color: #000000;
1968   background-color: #ff4141;
1969   background-image: url("../../../images/hide_on.png");
1970 }
1971 .acl-list-item.groupshow {
1972   border-color: #9ade00;
1973 }
1974 .acl-list-item.grouphide {
1975   border-color: #ff4141;
1976 }
1977 /** /acl **/
1978 /** tab buttons **/
1979 div.pager, ul.tabs {
1980   list-style-type: none;
1981   padding-bottom: 10px;
1982   padding-left: 10px;
1983   padding-top: 0px;
1984   margin-bottom: 5px;
1985   line-height: 28px;
1986   height: 20px;
1987 /*  font-size: 11px; */
1988   font-size: 13px;
1989   font-weight: bold;
1990   /* margin-bottom: 30px; */
1991   background-color: #FAFAFA;
1992   box-shadow: 1px 2px 0px 0px #D8D8D8;
1993   border-bottom: 1px solid #D2D2D2;
1994 }
1995 ul.tabs li {
1996   float: left;
1997   /* margin-left: 7px; */
1998 }
1999 /*ul.tabs li .active {
2000   border-bottom: 1px solid #005c94;
2001 }*/
2002
2003 ul.tabs a, div.pager a {
2004     /* min-width: 34px; */
2005 /*    display: block;
2006     float: left; */
2007     padding: 0px;
2008     padding-bottom: 6px;
2009 /*    padding: 0px 12px 0px 12px; */
2010 /*    color: #444; */
2011     color: darkgray;
2012 }
2013
2014 ul.tabs a {
2015 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2016     margin-right: 15px;
2017     margin-left: 5px;
2018 }
2019
2020 #birthday-notice, #event-notice {
2021     box-shadow: 1px 2px 0px 0px #D8D8D8;
2022     margin-bottom: 5px;
2023 }
2024
2025 #birthday-wrapper, #event-wrapper {
2026     background-color: #FAFAFA;
2027     box-shadow: 1px 2px 0px 0px #D8D8D8;
2028     padding-left: 10px;
2029     padding-right: 10px;
2030     padding-top: 5px;
2031     padding-bottom: 5px;
2032     margin-bottom: 0px;
2033 }
2034
2035 .birthday-notice, .event-notice  {
2036     padding: 2px 7px 2px 7px;
2037     color: darkgrey;
2038    font-weight: bold;
2039 }
2040 .comment-edit-submit-wrapper .fakelink {
2041     padding: 2px 7px 2px 7px;
2042     color: black;
2043 }
2044
2045 .comment-edit-submit-wrapper .fakelink {
2046 /*    border: 1px solid lightgray; */
2047     background: #F2F2F2;
2048     margin-top: 2px;
2049     margin-bottom: 2px;
2050 }
2051
2052 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2053 .comment-edit-submit-wrapper .fakelink:hover {
2054     color: black;
2055 }
2056
2057 span.pager_current, span.pager_n a:hover,
2058 span.pager_first a:hover, span.pager_last a:hover,
2059 span.pager_prev a:hover, span.pager_next a:hover,
2060 ul.tabs a:hover {
2061   border-bottom: 2px solid #244C5E;
2062   text-decoration: none;
2063   color: grey;
2064   padding-bottom: 6px;
2065 }
2066
2067 ul.tabs li .active, span.pager_current a {
2068   border-bottom: 2px solid #244C5E;
2069   text-decoration: none;
2070   color: black;
2071 }
2072
2073 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2074 /*    background-color: #e5e5e5; */
2075   color: grey;
2076     text-decoration: none;
2077 /*    border: 1px solid darkgray; */
2078 }
2079
2080 .comment-edit-bb {
2081   float:right;
2082 }
2083 .comment-edit-bb a {
2084   color: #888;
2085   padding: 0px 5px 1px 5px;
2086 }
2087
2088 .comment-edit-bb a:hover {
2089   color: #000;
2090   text-decoration: none;
2091 }
2092
2093 /**
2094  * Form fields
2095  */
2096 .field {
2097   margin-bottom: 10px;
2098   padding-bottom: 10px;
2099   overflow: auto;
2100   width: 100%;
2101 }
2102 .field label {
2103   float: left;
2104   width: 200px;
2105 }
2106 .field input, .field textarea {
2107   max-width: 400px;
2108 }
2109 .field textarea {
2110   height: 100px;
2111 }
2112 .field .field_help {
2113   display: block;
2114   margin-left: 200px;
2115   color: #666666;
2116 }
2117 .field .onoff {
2118   float: left;
2119   width: 80px;
2120   margin-right:1em;
2121 }
2122 .field .onoff a {
2123   display: block;
2124   border: 1px solid #666666;
2125   background-image: url("../../../images/onoff.jpg");
2126   background-repeat: no-repeat;
2127   padding: 4px 2px 2px 2px;
2128   font-size:14px;
2129   height: 16px;
2130   line-height:16px;
2131   text-decoration: none;
2132   text-align: center;
2133   text-transform: uppercase;
2134   border-radius:4px;
2135 }
2136 .field .onoff .off {
2137   border-color: #B0B0B0;
2138   padding-left: 36px;
2139   background-position: left center;
2140   background-color: #cccccc;
2141   color: #9C9C9C;
2142 }
2143 .field .onoff .on {
2144   font-weight:bold;
2145   border-color: #8EB8EE;
2146   padding-right: 36px;
2147   background-position: right center;
2148   background-color: #D7E3F1;
2149   color: #36c;
2150 }
2151 .field .hidden {
2152   display: none!important;
2153 }
2154 .field.radio .field_help {
2155   margin-left: 0px;
2156 }
2157 aside form {
2158   overflow-x: hidden;
2159 }
2160 aside form .field label {
2161   float: inherit;
2162 }
2163
2164 #profile-edit-links-end {
2165         clear: both;
2166         margin-bottom: 15px;
2167 }
2168
2169 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2170
2171 #profile-edit-links li {
2172   float: left;
2173   list-style: none;
2174 }
2175
2176 .profile-edit-side-div {
2177 /*  display: none; */
2178   float: right;
2179 }
2180
2181 /* aside div.clear {
2182   clear: none;
2183   float: left;
2184 } */
2185
2186 #register-form label,
2187 #profile-edit-wrapper label {
2188   width: 200px;
2189   float: left;
2190 }
2191
2192 .required {
2193   display: inline;
2194   color: #B20202;
2195 }
2196
2197 /* oauth */
2198 .oauthapp {
2199   height: auto;
2200   overflow: auto;
2201   border-bottom: 2px solid #cccccc;
2202   padding-bottom: 1em;
2203   margin-bottom: 1em;
2204 }
2205 .oauthapp img {
2206   float: left;
2207   width: 48px;
2208   height: 48px;
2209   margin: 10px;
2210 }
2211 .oauthapp img.noicon {
2212   background-image: url("../../../images/icons/48/plugin.png");
2213   background-position: center center;
2214   background-repeat: no-repeat;
2215 }
2216 .oauthapp a {
2217   float: left;
2218 }
2219 /* contacts */
2220 .contact-entry-wrapper {
2221   width: 120px;
2222   height: 130px;
2223   float: left;
2224 /*  overflow: hidden; */
2225   margin-left: 5px;
2226 }
2227 /* photo */
2228 .lframe {
2229   float: left;
2230   margin: 0px 10px 10px 0px;
2231 }
2232 /* profile match wrapper */
2233 .profile-match-wrapper {
2234   float: left;
2235   width: 90px;
2236   height: 90px;
2237   margin-bottom: 20px;
2238 }
2239 .profile-match-wrapper .contact-photo {
2240   width: 80px;
2241   height: 80px;
2242 }
2243 .profile-match-wrapper .contact-photo img {
2244   width: 80px;
2245   height: 80px;
2246 }
2247 .profile-match-wrapper {
2248   left: 0px;
2249   top: 63px;
2250 }
2251
2252 .contact-photo-menu-button {
2253         position: relative;
2254         background-image: url("../../../images/icons/16/menu.png");
2255         background-position: top left;
2256         background-repeat: no-repeat;
2257         margin: 0px 0px -16px 0px;
2258         padding: 0px;
2259         width: 16px;
2260         height: 16px;
2261         top: -20px; left:0px;
2262         overflow: hidden;
2263         text-indent: 40px;
2264         display: none;
2265
2266 }
2267 .contact-photo-menu {
2268         width: 11em;
2269         border: 3px solid #364e59;
2270         color: #2d2d2d;
2271         background: #FFFFFF;
2272 /*        position: absolute;*/
2273         position: relative;
2274         left: 0px; top: 0px;
2275         display: none;
2276         z-index: 10000;
2277 }
2278 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2279 .contact-photo-menu li a {
2280         display: block;
2281         padding: 5px 10px;
2282         color: #2d2d2d;
2283         text-decoration: none;
2284 }
2285 .contact-photo-menu li a:hover {
2286         background-color: #bdcdd4;
2287 }
2288
2289 /* page footer */
2290 footer {
2291   /* height: 100px; */
2292   display: table-row;
2293 }
2294
2295 blockquote {
2296     border-left: 1px solid #D2D2D2;
2297     padding-left: 9px;
2298     margin: 0 0 0 .8ex;
2299     color: #777;
2300 }
2301
2302 .oembed {
2303     /* font-size: large; */
2304     font-size: larger;
2305     font-weight: bold;
2306     display: block;
2307 }
2308
2309 /* ================== */
2310 /* = Contacts Block = */
2311 /* ================== */
2312
2313 .contact-block-img {
2314         width: 42px;
2315         height: 42px;
2316         padding-right: 2px;
2317 }
2318 .contact-block-div {
2319         float: left;
2320 }
2321
2322 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2323 #contact-block-end { clear: both; }
2324
2325 #group-edit-wrapper {
2326         margin-bottom: 10px;
2327 }
2328
2329 #group-members-end {
2330         clear: both;
2331 }
2332
2333 /*
2334 #group-separator,
2335 #prof-separator { display: none;}
2336 */
2337
2338 #message-to-select {
2339   height: 150px;
2340 }
2341
2342 #prvmail-upload {
2343   margin-left: 10px;
2344 }
2345
2346 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2347         margin-bottom: 10px;
2348         margin-top: 20px;
2349 }
2350
2351 #prvmail-submit {
2352         float: left;
2353         margin-top: 10px;
2354 }
2355 #prvmail-upload-wrapper,
2356 #prvmail-link-wrapper,
2357 #prvmail-rotator-wrapper {
2358         float: left;
2359         margin-top: 10px;
2360         margin-right: 10px;
2361         width: 24px;
2362 }
2363
2364 #prvmail-end {
2365         clear: both;
2366 }
2367
2368 .mail-list-sender,
2369 .mail-list-detail {
2370         float: left;
2371 }
2372 .mail-list-detail {
2373         margin-left: 20px;
2374 }
2375
2376 .mail-list-subject {
2377         font-size: 1.1em;
2378         margin-top: 10px;
2379 }
2380 a.mail-list-link {
2381     display: block;
2382     font-size: 1.3em;
2383     padding: 4px 0;
2384 }
2385
2386 /*
2387 *a.mail-list-link:hover {
2388 *       background-color: #15607B;
2389 *       color: #F5F6FB;
2390 *}
2391 */
2392
2393 .mail-list-outside-wrapper-end {
2394         clear: both;
2395 }
2396
2397 .mail-list-outside-wrapper {
2398         margin-top: 30px;
2399 }
2400
2401 .mail-list-delete-wrapper {
2402         float: right;
2403         margin-right: 30px;
2404         margin-top: 15px;
2405 }
2406
2407 .mail-list-delete-icon {
2408         border: none;
2409 }
2410
2411 .mail-conv-sender,
2412 .mail-conv-detail {
2413         float: left;
2414 }
2415 .mail-conv-detail {
2416         margin-left: 20px;
2417         width: 500px;
2418 }
2419
2420 .mail-conv-subject {
2421     font-size: 1.4em;
2422     margin: 10px 0;
2423 }
2424
2425 .mail-conv-outside-wrapper-end {
2426         clear: both;
2427 }
2428
2429 .mail-conv-outside-wrapper {
2430         margin-top: 30px;
2431 }
2432
2433 .mail-conv-delete-wrapper {
2434         float: right;
2435         margin-right: 30px;
2436         margin-top: 15px;
2437 }
2438 .mail-conv-break {
2439         clear: both;
2440 }
2441
2442 .mail-conv-delete-icon {
2443         border: none;
2444 }
2445
2446 /* ========== */
2447 /* = Events = */
2448 /* ========== */
2449 .eventcal {
2450         float: left;
2451         font-size: 20px;
2452 }
2453
2454 .vevent {
2455         border: 1px solid #CCCCCC;
2456         max-width: 600px;
2457         position: relative;
2458         margin-top: 4px;
2459         margin-right: 4px;
2460         margin-bottom: 15px;
2461 }
2462
2463 .vevent .event-description, .vevent .event-location {
2464         margin-left: 10px;
2465         margin-right: 10px;
2466 }
2467 .vevent .event-start {
2468         margin-left: 10px;
2469         margin-right: 10px;
2470 }
2471
2472 #new-event-link {
2473         margin-bottom: 10px;
2474 }
2475
2476 .edit-event-link, .plink-event-link {
2477         float: left;
2478         margin-top: 4px;
2479         margin-right: 4px;
2480         margin-bottom: 15px;
2481 }
2482
2483 .event-description:before {
2484         content: url('../../../images/calendar.png');
2485         margin-right: 15px;
2486 }
2487
2488 .event-start, .event-end {
2489         margin-left: 10px;
2490         width: 330px;
2491         clear: both;
2492 }
2493
2494 .event-start .dtstart, .event-end .dtend {
2495         float: right;
2496 }
2497
2498 .event-list-date {
2499         margin-bottom: 10px;
2500 }
2501
2502 .prevcal, .nextcal {
2503         float: left;
2504         margin-left: 32px;
2505         margin-right: 32px;
2506         margin-top: 64px;
2507 }
2508 .event-calendar-end {
2509         clear: both;
2510 }
2511
2512
2513 .calendar {
2514         font-family: Courier, monospace;
2515 }
2516 .today {
2517         font-weight: bold;
2518         color: #FF0000;
2519 }
2520
2521 .settings-block {
2522         /* border: 1px solid #AAA; */
2523         padding-left: 5px;
2524         padding-right: 5px;
2525 }
2526
2527 .app-title {
2528   margin: 0px;
2529 }
2530
2531 #identity-manage-desc {
2532         margin-top:15px;
2533         margin-bottom: 15px;
2534 }
2535
2536 #identity-manage-choose {
2537         margin-bottom: 15px;
2538 }
2539
2540 #identity-submit {
2541         margin-top: 20px;
2542 }
2543
2544 #photo-prev-link, #photo-next-link {
2545         padding: 10px;
2546         float: left;
2547 }
2548
2549 #photo-photo {
2550         float: left;
2551 }
2552
2553 #photo-photo-end {
2554         clear: both;
2555 }
2556
2557 .profile-match-photo {
2558         float: left;
2559         text-align: center;
2560         width: 120px;
2561 }
2562
2563 .profile-match-name {
2564         float: left;
2565         text-align: center;
2566         width: 120px;
2567         overflow: hidden;
2568 }
2569
2570 .profile-match-break,
2571 .profile-match-end {
2572         clear: both;
2573 }
2574
2575 .profile-match-connect {
2576         text-align: center;
2577         font-weight: bold;
2578 }
2579
2580 .profile-match-wrapper {
2581         float: left;
2582         padding: 10px;
2583         width: 120px;
2584         height: 120px;
2585         scroll: auto;
2586 }
2587 #profile-match-wrapper-end {
2588         clear: both;
2589 }
2590
2591 /* ============= */
2592 /* = Directory = */
2593 /* ============= */
2594 /* contacts menu */
2595 .contact-photo-wrapper {
2596   position: relative;
2597 }
2598 .contact-photo {
2599   width: 48px;
2600   height: 48px;
2601   overflow: hidden;
2602   display: block;
2603 }
2604 .contact-photo img {
2605   width: 48px;
2606   height: 48px;
2607 }
2608 .contact-photo-menu-button {
2609   display: none;
2610   /* position: absolute; */
2611   /* position: absolute; */
2612   left: -2px;
2613   top: -20px;
2614 }
2615 .contact-wrapper {
2616   float: left;
2617   width: 90px;
2618   height: 90px;
2619   margin-bottom: 15px;
2620 }
2621 .contact-wrapper .contact-photo {
2622   width: 80px;
2623   height: 80px;
2624 }
2625 .contact-wrapper .contact-photo img {
2626   width: 80px;
2627   height: 80px;
2628 }
2629 .contact-wrapper .contact-photo-menu-button {
2630   left: 0px;
2631   top: 63px;
2632 }
2633 .directory-item {
2634   float: left;
2635   width: 200px;
2636   height: 200px;
2637 }
2638 .directory-item .contact-photo {
2639   width: 175px;
2640   height: 175px;
2641 }
2642 .directory-item .contact-photo img {
2643   width: 175px;
2644   height: 175px;
2645 }
2646 .contact-name {
2647   text-align: center;
2648   font-weight: bold;
2649   font-size: 12px;
2650 }
2651 .contact-details {
2652   color: #999999;
2653 }
2654
2655 .photo-top-image-wrapper {
2656         position: relative;
2657         float: left;
2658         margin-top: 15px;
2659         margin-right: 15px;
2660         width: 200px; height: 200px;
2661         overflow: hidden;
2662 }
2663 .photo-top-album-name {
2664         width: 100%;
2665         min-height: 2em;
2666         position: absolute;
2667         bottom: 0px;
2668         padding: 0px 3px;
2669         padding-top: 0.5em;
2670         background-color: rgb(255, 255, 255);
2671 }
2672 #photo-top-end {
2673         clear: both;
2674 }
2675
2676 #photo-top-links {
2677         margin-bottom: 30px;
2678         margin-left: 30px;
2679 }
2680
2681 #photos-upload-newalbum-div {
2682         float: left;
2683         width: 175px;
2684 }
2685
2686 .menu-profile-list{
2687   height: auto;
2688   overflow: auto;
2689   min-height: 16px;
2690   list-style: none;
2691         }
2692 .menu-profile-list:hover{
2693         background: #E7F2F7;
2694         }
2695 .menu-profile-list-item{
2696         padding-left: 5px;
2697         vertical-align: middle;
2698         }
2699 .menu-profile-list-item:hover{
2700         text-decoration: none;
2701    }
2702
2703 .autocomplete {
2704   width: 350px;
2705   color: black;
2706   border: 1px solid rgb(210, 210, 210);
2707   background-color: white;
2708   cursor: pointer;
2709   text-align: left;
2710   max-height: 350px;
2711   overflow: auto;
2712   display: block;
2713   background-position: initial initial;
2714   background-repeat: initial initial;
2715 }
2716 .mail-list-wrapper {
2717   background-color: #f6f7f8;
2718   margin-bottom: 5px;
2719   width: 100%;
2720   height: auto;
2721   overflow: hidden;
2722 }
2723 .mail-list-wrapper span {
2724   display: block;
2725   float: left;
2726   width: 20%;
2727   overflow: hidden;
2728 }
2729 .mail-list-wrapper .mail-subject {
2730   width: 30%;
2731   padding: 4px 0px 0px 4px;
2732 }
2733 .mail-list-wrapper .mail-subject a {
2734   display: block;
2735 }
2736 .mail-list-wrapper .mail-subject.unseen a {
2737   font-weight: bold;
2738 }
2739 .mail-list-wrapper .mail-date {
2740   padding: 4px 4px 0px 4px;
2741 }
2742 .mail-list-wrapper .mail-from {
2743   padding: 4px 4px 0px 4px;
2744 }
2745 .mail-list-wrapper .mail-count {
2746   padding: 4px 4px 0px 4px;
2747   text-align: right;
2748 }
2749 .mail-list-wrapper .mail-delete {
2750   float: right;
2751 }
2752 #mail-display-subject {
2753   background-color: #f6f7f8;
2754   color: #2d2d2d;
2755   margin-bottom: 10px;
2756   width: 100%;
2757   height: auto;
2758   overflow: hidden;
2759 }
2760 #mail-display-subject span {
2761   float: left;
2762   overflow: hidden;
2763   padding: 4px 0px 0px 10px;
2764 }
2765 #mail-display-subject .mail-delete {
2766   float: right;
2767   opacity: 0.5;
2768   -webkit-transition: all 0.2s ease-in-out;
2769   -moz-transition: all 0.2s ease-in-out;
2770   -o-transition: all 0.2s ease-in-out;
2771   -ms-transition: all 0.2s ease-in-out;
2772   transition: all 0.2s ease-in-out;
2773 }
2774 #mail-display-subject:hover .mail-delete {
2775   opacity: 1;
2776   -webkit-transition: all 0.2s ease-in-out;
2777   -moz-transition: all 0.2s ease-in-out;
2778   -o-transition: all 0.2s ease-in-out;
2779   -ms-transition: all 0.2s ease-in-out;
2780   transition: all 0.2s ease-in-out;
2781 }
2782
2783 .mail-list-outside-wrapper-end {
2784         clear: both;
2785 }
2786 .mail-list-outside-wrapper {
2787         margin-top: 30px;
2788 }
2789 .mail-list-delete-wrapper {
2790         float: right;
2791         margin-right: 30px;
2792         margin-top: 15px;
2793 }
2794 .mail-list-delete-icon {
2795         border: none;
2796 }
2797 .mail-conv-sender,
2798 .mail-conv-detail {
2799         float: left;
2800 }
2801 .mail-conv-detail {
2802         margin-left: 20px;
2803         width: 500px;
2804 }
2805 .mail-conv-subject {
2806     font-size: 1.4em;
2807     margin: 10px 0;
2808 }
2809 .mail-conv-outside-wrapper-end {
2810         clear: both;
2811 }
2812 .mail-conv-outside-wrapper {
2813         margin-top: 30px;
2814 }
2815 .mail-conv-delete-wrapper {
2816         float: right;
2817         margin-right: 30px;
2818         margin-top: 15px;
2819 }
2820 .mail-conv-break {
2821         clear: both;
2822 }
2823 .mail-conv-delete-icon {
2824         border: none;
2825 }
2826
2827 .icon.tilted-icon{
2828   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2829   -webkit-transform: rotate(-20deg);
2830   -moz-transform: rotate(-20deg);
2831   -ms-transform: rotate(-20deg);
2832   -o-transform: rotate(-20deg);
2833   transform: rotate(-20deg);
2834   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
2835   padding-top:1px;
2836 }
2837
2838 #profile-edit-wrapper {
2839     line-height: 30px;
2840 }
2841 #profile-edit-wrapper .field{
2842   margin-bottom:0;
2843   padding-bottom:0;
2844 }
2845 #profile-edit-wrapper input[type=text],
2846 #profile-edit-wrapper select{
2847   width:250px;
2848 }
2849 #profile-edit-wrapper #profile-edit-dob select{
2850   width:auto;
2851 }
2852 #profile-edit-wrapper,
2853 #profile-edit-wrapper .toggle-section-content{
2854   margin-bottom:15px;
2855 }
2856 .profile-edit-submit-wrapper{
2857   margin-top:15px;
2858 }
2859 #profile-edit-default-desc{
2860   display:inline-block;
2861   padding:15px;
2862   width:auto;
2863   border:1px solid #511919;
2864 }
2865 #profile-edit-wrapper .toggle-section-content{
2866   background:#ededed;
2867   max-width:599px;
2868   padding:5px;
2869 }
2870
2871 .btn{
2872   outline:none;
2873   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
2874   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
2875   box-shadow:inset 0px 1px 0px 0px #ffffff;
2876   background-color:#ededed;
2877   -webkit-border-top-left-radius:0px;
2878   -moz-border-radius-topleft:0px;
2879   border-top-left-radius:0px;
2880   -webkit-border-top-right-radius:0px;
2881   -moz-border-radius-topright:0px;
2882   border-top-right-radius:0px;
2883   -webkit-border-bottom-right-radius:0px;
2884   -moz-border-radius-bottomright:0px;
2885   border-bottom-right-radius:0px;
2886   -webkit-border-bottom-left-radius:0px;
2887   -moz-border-radius-bottomleft:0px;
2888   border-bottom-left-radius:0px;
2889   text-indent:0;
2890   border:1px solid #dcdcdc;
2891   display:inline-block;
2892   color:#777777;
2893   font-family:Arial;
2894   font-size:15px;
2895   font-weight:bold;
2896   font-style:normal;
2897   height:40px;
2898   line-height:40px;
2899   padding:0 15px;
2900   text-align:center;
2901   text-shadow:1px 1px 0px #ffffff;
2902 }
2903   .btn:hover{
2904     background-color:#e6e6e6;
2905     text-decoration:none;
2906   }
2907   .btn:active{
2908     position:relative;
2909     top:1px;
2910   }
2911 .profile-view-actions{
2912   float:right;
2913 }
2914 /* videos page */
2915 .videos .video-top-wrapper {
2916   width: 300px;
2917   float: left;
2918   margin: 0px 10px 10px 0px;
2919   position: relative;
2920 }
2921 .videos .video-top-wrapper .video-js {
2922   width: 300px!important;
2923   height: 232px!important;
2924 }
2925 .videos .video-top-wrapper .video-delete {
2926   position: absolute;
2927   opacity: 0;
2928   right: 0px;
2929   top: 0px;
2930   transition: opacity 0.5s;
2931 }
2932 .videos .video-top-wrapper:hover .video-delete {
2933   opacity: 1;
2934 }
2935
2936 /* upload/select popup */
2937 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }