]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
12195eb323e6b61999e29a4931cebecef12eade2
[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 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   /* display: block; */
129   display: inline-block;
130   overflow: hidden;
131   padding: 1px;
132   color: #999;
133   vertical-align: text-top;
134
135
136 .icon:hover {
137   text-decoration: none;
138   color: #000;
139 }
140
141 .icon a:hover {
142 }
143
144 .icon.text {
145   text-indent: 0px;
146 }
147 .icon.s10 {
148 /*  min-width: 10px;
149   height: 10px; */
150  /* font-size: 10px; */
151 }
152 .icon.s10.text {
153   padding: 2px 0px 0px 15px;
154   font-size: 10px;
155 }
156 .icon.s16 {
157   min-width: 16px;
158   height: 16px;
159 }
160 .icon.s16.text {
161   padding: 4px 0px 0px 20px;
162   font-size: 10px;
163 }
164 .wall-item-decor .icon.s22.lock {
165   color: #888;
166 }
167 .wall-item-decor .icon.s22.lock:hover {
168   color: #000;
169   text-decoration: none;
170 }
171 .icon.s22 {
172   min-width: 22px;
173   height: 22px;
174 }
175 /*.icon.s22.notify {
176   color: gray;
177 }*/
178 .icon.s22.text {
179   padding: 10px 0px 0px 25px;
180   width: 230px;
181   font-size: 1em;
182 }
183 .icon.s48 {
184   width: 48px;
185   height: 48px;
186 }
187 .sparkle {
188         cursor: url('lock.cur'), pointer;
189 }
190
191 #birthday-title, #event-title {
192   font-weight: bold;
193   margin-bottom: 5px;
194 }
195
196 div.pager a {
197   margin-left: 5px;
198   margin-right: 5px;
199 }
200  
201 span.pager_first a, span.pager_n a, 
202 span.pager_last a, span.pager_prev a, span.pager_next a {
203   color: darkgrey;
204 }
205
206 div.pager {
207   clear: left;
208   text-align: center;
209 /*
210   height: 1.2em;
211   padding-bottom: 12px;
212   color: black;
213   background-color: #f2f2f2;
214   margin-top: 5px;
215   padding: 1%;
216   height: 1em;
217   margin-bottom: 5px;
218 */
219 }
220
221 .birthday-notice, .event-notice {
222   margin-top: 5px;
223   margin-bottom: 5px;
224   background-color: #FAFAFA;
225 }
226
227 #live-network {
228 /*  border-bottom: 1px solid #BDCDD4; */
229   border-bottom: 1px solid #D2D2D2;
230   width: 100%;
231   height: 10px;
232 }
233
234 .pager a {
235 }
236
237 .pager a.pager_older {
238   float: right;
239 }
240
241 .pager a.pager_newer {
242   float: left;
243 }
244
245 #contact-edit-drop-link-end {
246   /* clear: both; */
247 }
248
249 #contact-edit-links ul {
250   list-style: none;
251   list-style-type: none;
252 }
253
254 .hide-comments-outer {
255   margin-left: 80px;
256   margin-bottom: 5px;
257   width: 660px;
258   border-bottom: 1px solid #BDCDD4;
259   border-top: 1px solid #BDCDD4;
260
261   padding: 8px;
262 }
263
264 /* global */
265 body {
266   /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
267   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
268   font-size: 14px;
269   /* font-size: 13px;
270   line-height: 19.5px; */
271   font-weight: 400;
272   font-style: normal;
273   /* background-color: #ffffff; */
274   /* background-color: #FAFAFA; */
275   background-color: rgb(229, 229, 229);
276   color: #2d2d2d;
277   margin: 0px 0px 0px 0px;
278   display: table;
279 }
280
281 h4 {
282   font-size: 1.1em;
283 }
284
285 a {
286         color: #36C;
287         /* color: #3e3e8c; */
288         /* color: #3465A4; */
289         /*color: #3E3E8C; */
290         text-decoration: none;
291 }
292 a:hover {
293         /* color: blue; */
294         text-decoration: underline
295 }
296
297 .wall-item-name-link {
298 /*  float: left;*/
299 }
300
301 .wall-item-photo {
302   width: 48px;
303   height: 48px;
304   overflow: hidden;
305   display: block;
306 }
307
308 .left {
309   float: left;
310 }
311 .right {
312   float: right;
313 }
314 .hidden {
315   display: none;
316 }
317 .clear {
318   clear: both;
319 }
320 .fakelink {
321   color: #36c;
322   /* color: #3e3e8c; */
323   /* color: #3465A4; */
324   /* color: #3E3E8C; */
325   text-decoration: none;
326   cursor: pointer;
327 }
328 .fakelink:hover {
329   /*color: blue;*/
330   /*color: #005c94; */
331   text-decoration: underline;
332 }
333 code {
334   font-family: Courier, monospace;
335   white-space: pre;
336   display: block;
337   overflow: auto;
338   border: 1px solid #444;
339   background: #EEE;
340   color: #444;
341   padding: 10px;
342   margin-top: 20px;
343   max-width: 640px;
344 }
345 #panel {
346   position: absolute;
347   width: 10em;
348   background: #ffffff;
349   color: #2d2d2d;
350   margin: 0px;
351   padding: 1em;
352   list-style: none;
353   border: 3px solid #364e59;
354   z-index: 100000;
355   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
356 }
357 /* tool */
358 .tool {
359   height: auto;
360   overflow: auto;
361   padding: 0px;
362 }
363 #saved-search-ul .tool:hover,
364 #nets-sidebar .tool:hover,
365 #sidebar-group-list .tool:hover {
366         background: #EEE;
367 }
368 .tool .label {
369 /*  float: left; */
370 }
371 .tool .action {
372   float: right;
373 }
374 .tool a {
375 /*  color: #000; */
376 }
377 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
378   /* text-decoration: underline; */
379   text-decoration: none;
380   color: black;
381 }
382
383 .groupsideedit, .savedsearchdrop {
384   float: right;
385   opacity: 0.3;
386 }
387 .groupsideedit:hover, .savedsearchdrop:hover {
388   opacity: 1;
389 }
390
391 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
392 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
393 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
394   /* background-color: #ddd; */
395   background-color: #e5e5e5;
396 }
397
398 #message-new a {
399   color: black;
400 }
401
402 .sidebar-group-element {
403 /*  color: #000; */
404 }
405
406 .group-selected, .nets-selected, .fileas-selected {
407   font-weight: bold;
408 }
409
410 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
411 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
412   padding-left: 10px;
413   padding-top: 3px;
414   padding-bottom: 3px;
415   padding-right: 5px;
416   display: block;
417 }
418
419 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
420   display: block;
421   color: #737373;
422 }
423
424 a.sidebar-group-element {
425   color: #737373;
426 }
427
428 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
429   margin-left: 10px;
430   margin-top: 3px;
431   margin-bottom: 3px;
432 }
433
434 #sidebar-ungrouped, .side-link {
435   padding-top: 5px;
436 }
437
438 #sidebar-ungrouped a {
439   color: black;
440 }
441
442 #forum-list a, .tool a, .admin.link a {
443   color: #737373;
444 }
445
446 #forum-list {
447   margin-top: 2px;
448 }
449
450 /* popup notifications */
451 div.jGrowl div.notice {
452   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
453   color: #ffffff;
454   padding-left: 58px;
455 }
456 div.jGrowl div.info {
457   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
458   color: #ffffff;
459   padding-left: 58px;
460 }
461
462 div.jGrowl.top-right {
463   top: 40px;
464   z-index: 90;
465 }
466
467 /* header */
468 header {
469   position: fixed;
470   /* left: 43%;
471   right: 43%; */
472   left: 25px;
473   top: 0px;
474   margin: 0px;
475   padding: 0px;
476   /*width: 100%; height: 12px; */
477
478   z-index: 110;
479   color: #ffffff;
480 }
481 header #site-location {
482   display: none;
483 }
484 header #banner {
485   overflow: hidden;
486   text-align: center;
487   width: 100%;
488 }
489 header #banner a,
490 header #banner a:active,
491 header #banner a:visited,
492 header #banner a:link,
493 header #banner a:hover {
494   color: #ffffff;
495   text-decoration: none;
496   outline: none;
497   vertical-align: bottom;
498 }
499 header #banner #logo-img {
500   height: 22px;
501   margin-top: 5px;
502 }
503 header #banner #logo-text {
504   font-size: 22px;
505 }
506 /* nav */
507 nav {
508   min-width: 1000px;
509   width: 100%;
510   height: 32px;
511   position: fixed;
512   left: 0px;
513   top: 0px;
514   padding: 0px;
515   padding-left: 0px;
516   /* background: #2d2d2d; */
517   background: rgb(36, 76, 94);
518   /*background: #364A84;
519     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
520     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
521     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
522     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
523     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
524     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
525     background: linear-gradient(top, #516499 0%,#364a84 100%); */
526   color: #ffffff;
527   z-index: 100;
528   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
529 }
530
531 nav .icon {
532   color: #ccc;
533 }
534
535 nav a:active,
536 nav a:visited,
537 nav a:link,
538 nav a {
539   text-decoration: none;
540   outline: none;
541   color: #ccc;
542   padding-bottom: 8px;
543   padding-top: 8px;
544 }
545
546 nav a:hover .icon {
547   color: #fff;
548 }
549
550 nav a:hover {
551   text-decoration: none;
552   outline: none;
553   color: #fff;
554   padding-bottom: 8px;
555   padding-top: 8px;
556 }
557
558 nav ul {
559   margin: 0px;
560   padding: 0px 10px;
561 }
562 nav ul li {
563   list-style: none;
564   margin: 0px;
565   /* padding: 1px 1px 3px 1px; */
566   float: left;
567 }
568 nav ul li .menu-popup {
569   left: 0px;
570   right: auto;
571 }
572
573 nav #search-box #search-text {
574   /*background-image:  url('icons/lupe.png');
575   background-repeat:no-repeat; */
576   padding-left:0px;
577   /*border-top-left-radius: 15px;
578   border-top-right-radius: 15px;
579   border-bottom-right-radius: 15px;
580   border-bottom-left-radius: 15px;*/
581   position: relative;
582   height: 17px;
583   margin: 4px 0px 4px 4px;
584   width: 150px;
585   max-width: 150px;
586   background-color: #eee;
587 }
588
589 nav .nav-menu-icon {
590   position: relative;
591   height: 22px;
592   padding: 5px;
593   margin: 0px 10px;
594   -moz-border-radius: 5px 5px 0 0;
595   -webkit-border-radius: 5px 5px 0 0;
596   border-radius: 5px 5px 0 0;
597 }
598 nav .nav-menu-icon.selected {
599   background-color: #364e59;
600 }
601 nav .nav-menu-icon img {
602   width: 22px;
603   height: 22px;
604   -webkit-border-radius: 4px;
605   -moz-border-radius: 4px;
606   border-radius: 4px;
607 }
608 nav .nav-menu-icon .nav-notify {
609   top: 3px;
610 }
611 nav .nav-menu-label {
612   margin: 3px 5px 0px;
613 }
614 nav .nav-menu {
615   position: relative;
616   height: 16px;
617   padding: 5px;
618   padding-left: 5px;
619   padding-right: 5px;
620   margin: 3px 3px 0px;
621   font-size: 13px;
622   /* border-bottom: 3px solid #364A84; */
623   color: #ccc;
624   font-weight: bold;
625 }
626 /*nav .nav-menu.selected a {
627   color: white;
628 }*/
629
630 nav .nav-menu.selected {
631   border-bottom: 3px solid #9eabb0;
632  /*  background-color: #364E59; */
633 }
634
635 nav .nav-menu:hover {
636     /* color: #fff !important; */
637     color: #fff;
638     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
639 /*    background: #4c619c; */
640     text-decoration: none;
641 }
642 nav .nav-notify {
643   display: none;
644   position: absolute;
645  /*  background-color: #36c; */
646    background-color: #F80;
647   /* background-color: #19aeff; */
648   -moz-border-radius: 5px 5px 5px 5px;
649   -webkit-border-radius: 5px 5px 5px 5px;
650   border-radius: 5px 5px 5px 5px;
651   font-size: 10px;
652   padding: 1px 3px;
653   top: 0px;
654   /* right: -10px; */
655   right: -5px;
656   min-width: 15px;
657   /* text-align: right; */
658   text-align: center;
659   color: white;
660 }
661 nav .nav-notify.show {
662   display: block;
663 }
664 nav #nav-help-link,
665 nav #nav-search-link,
666 nav #nav-directory-link,
667 nav #nav-apps-link,
668 nav #nav-notifications-linkmenu,
669 nav #nav-site-linkmenu,
670 nav #nav-user-linklabel {
671   float: right;
672 }
673 nav #nav-user-linklabel {
674   padding-left: 0px;
675   margin-left: 0px;
676 }
677 nav #nav-help-link .menu-popup,
678 nav #nav-search-link .menu-popup,
679 nav #nav-directory-link .menu-popup,
680 nav #nav-apps-link .menu-popup,
681 nav #nav-notifications-linkmenu .menu-popup,
682 nav #nav-site-linkmenu .menu-popup {
683   right: 0px;
684   left: auto;
685 }
686 nav #nav-site-linkmenu {
687   margin-left: 0px;
688   margin-right: 0px;
689 }
690 nav #nav-notifications-linkmenu {
691   margin-left: 0px;
692   margin-right: 5px;
693 }
694 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
695   color: white;
696 }
697 nav #nav-messages-linkmenu.selected,
698 nav #nav-user-linklabel.selected,
699 nav #nav-apps-link.selected {
700   background-color: #364e59;
701   border-bottom-style: none;
702 }
703
704 /* nav #nav-community-link { */
705 nav ul {
706   margin-left: 210px;
707 }
708
709 nav #nav-user-linkmenu {
710   float: right;
711   padding-left: 0px;
712   padding-right: 0px;
713   margin-right: 5px;
714 }
715
716 #nav-notifications-mark-all {
717         /* padding: 1px 1px 2px 26px; */
718         /* border-bottom: 1px solid #364E59; */
719         /* margin: 0px 0px 2px 0px;
720         padding: 5px 10px; */
721 }
722
723 #nav-notifications-see-all {
724         /* padding: 1px 1px 2px 26px; */
725         /* border-bottom: 1px solid #364E59; */
726         /* margin: 0px 0px 2px 0px;
727         padding: 5px 10px; */
728 }
729
730 .notify-seen {
731         background: none repeat scroll 0 0 #DDDDDD;
732         }
733
734 ul.menu-popup {
735   position: absolute;
736   display: none;
737   width: 11em;
738   background: #ffffff;
739   color: #2d2d2d;
740   margin: 0px;
741   padding: 0px;
742   list-style: none;
743   border: 3px solid #364e59;
744   z-index: 100000;
745   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
746 }
747 ul.menu-popup a {
748   display: block;
749   color: #2d2d2d;
750   padding: 5px 10px;
751   text-decoration: none;
752 }
753 ul.menu-popup a:hover {
754   /* background-color: #bdcdd4; */
755   background-color: #e5e5e5;
756 }
757 ul.menu-popup .menu-sep {
758   border-top: 1px solid #9eabb0;
759 }
760 ul.menu-popup li {
761   float: none;
762   overflow: auto;
763   height: auto;
764   display: block;
765 }
766 ul.menu-popup li img {
767   float: left;
768   width: 16px;
769   height: 16px;
770   padding-right: 5px;
771 }
772 ul.menu-popup .empty {
773   padding: 5px;
774   text-align: center;
775   color: #9eabb0;
776 }
777 /* autocomplete popup */
778 .acpopup {
779   max-height: 150px;
780   background-color: #ffffff;
781   color: #2d2d2d;
782   border: 1px solid #MenuBorder;
783   overflow: auto;
784   z-index: 100000;
785   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
786 }
787 .acpopupitem {
788   color: #2d2d2d;
789   padding: 4px;
790   clear: left;
791 }
792 .acpopupitem img {
793   float: left;
794   margin-right: 4px;
795 }
796 .acpopupitem.selected {
797   background-color: #bdcdd4;
798 }
799 #nav-notifications-menu {
800   width: 400px;
801   max-height: 550px;
802   overflow: auto;
803 }
804 /* #nav-notifications-menu a {
805         display: inline;
806         padding: 5px 0px;
807         margin: 0px 0px 2px 0px;
808 }
809 #nav-notifications-menu li:hover {
810   background-color: #bdcdd4;
811 }*/
812
813 #nav-notifications-menu img {
814   float: left;
815   margin-right: 5px;
816 }
817 #nav-notifications-menu .contactname {
818   font-weight: bold;
819 }
820 #nav-notifications-menu .notif-when {
821   font-size: 10px;
822   color: #9eabb0;
823   display: block;
824 }
825
826 .notif-image {
827         width: 32px;
828         height: 32px;
829         padding: 7px 7px 0px 0px;
830 }
831
832 right_aside {
833   width: 0px;
834   top: 32px;
835   display: block;
836 }
837
838 /* aside */
839 aside {
840   /* display: table-cell; */
841   vertical-align: top;
842   width: 185px;
843   /* padding: 32px 10px 10px 20px; */
844   padding: 10px 10px 0px 20px;
845   /* border-right: 1px solid #D2D2D2; */
846   /* background-color: #ECECF2; */
847   /* background-color: #F2F2F2; */
848   background-color: #FFFFFF;
849   font-size: 13px;
850   /* background: #F1F1F1; */
851   /* top: 0px; */
852   top: 32px;
853   overflow-y: auto;
854   z-index: 2;
855   line-height: 17px;
856   position: fixed;
857   /* overflow: auto; */
858   height: 100%;
859   height: calc(100% - 42px);
860   /* overflow: scroll; */
861   box-shadow: 1px 2px 0px 0px #D8D8D8;
862   color: #737373;
863 }
864 aside .vcard .fn {
865   font-size: 18px;
866   font-weight: bold;
867   margin-bottom: 5px;
868   float: left;
869 }
870 aside .vcard .title {
871   margin-bottom: 5px;
872 }
873 aside .vcard dl {
874   height: auto;
875   overflow: auto;
876 }
877
878 aside select {
879   background-color: white;
880   width: 165px;
881   border-color: #ccc;
882 }
883
884 aside .vcard dt {
885   float: left;
886   margin-left: 0px;
887   /* width: 35%; */
888   text-align: right;
889   color: #999999;
890 }
891 aside .vcard dd {
892   float: left;
893   margin-left: 4px;
894   /* width: 60%; */
895 }
896 aside #profile-extra-links ul {
897   padding: 0px;
898   margin: 0px;
899 }
900 aside #profile-extra-links li {
901   padding: 0px;
902   margin: 0px;
903   list-style: none;
904 }
905 aside #dfrn-request-link {
906   display: block;
907   -moz-border-radius: 5px 5px 5px 5px;
908   -webkit-border-radius: 5px 5px 5px 5px;
909   border-radius: 5px 5px 5px 5px;
910   color: #ffffff;
911   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
912   font-weight: bold;
913   text-transform: uppercase;
914   padding: 4px 2px 2px 35px;
915 }
916 aside #dfrn-request-link:hover {
917   text-decoration: none;
918   background-color: #36c;
919   /* background-color: #19aeff; */
920 }
921 aside #profiles-menu {
922   width: 14em;
923   left: 10px;
924 }
925
926 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
927   width: 140px;
928   height: 17px;
929   padding-left: 10px;
930   /*border-top-left-radius: 15px;
931   border-top-right-radius: 15px;
932   border-bottom-right-radius: 15px;
933   border-bottom-left-radius: 15px;
934   -moz-border-bottom-colors: #dbdbdb;
935   -moz-border-top-colors: #999;
936   -moz-border-left-colors: #999;
937   -moz-border-right-colors: #dbdbdb;*/
938 }
939
940 aside h4 {
941   margin-bottom: 0px;
942   margin-top: 0px;
943   font-size: 1.17em;
944 }
945
946 .nets-ul {
947   margin-top: 0px;
948 }
949
950 #contact-block {
951   overflow: auto;
952   height: auto;
953 }
954 #contact-block .contact-block-h4 {
955   float: left;
956   margin: 5px 0px;
957 }
958 #contact-block .allcontact-link {
959   float: right;
960   margin: 5px 0px;
961 }
962 #contact-block .contact-block-content {
963   clear: both;
964   overflow: auto;
965   height: auto;
966 }
967 #contact-block .contact-block-link {
968   float: left;
969   margin: 0px 2px 2px 0px;
970 }
971 #contact-block .contact-block-link img {
972   width: 48px;
973   height: 48px;
974 }
975 .group_selected {
976   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
977   float: left;
978   height: 22px;
979   width: 22px;
980 }
981 .group_unselected {
982   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
983   float: left;
984   height: 22px;
985   width: 22px;
986 }
987 /* widget */
988 .widget {
989   margin-bottom: 1em;
990   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
991         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
992 /*  font-size: 12px; */
993 }
994 .widget h3 {
995   padding: 0px;
996   margin: 2px;
997 }
998 .widget .action {
999   opacity: 0.1;
1000   -webkit-transition: all 0.2s ease-in-out;
1001   -moz-transition: all 0.2s ease-in-out;
1002   -o-transition: all 0.2s ease-in-out;
1003   -ms-transition: all 0.2s ease-in-out;
1004   transition: all 0.2s ease-in-out;
1005 }
1006 .widget input.action {
1007   opacity: 0.5;
1008   -webkit-transition: all 0.2s ease-in-out;
1009   -moz-transition: all 0.2s ease-in-out;
1010   -o-transition: all 0.2s ease-in-out;
1011   -ms-transition: all 0.2s ease-in-out;
1012   transition: all 0.2s ease-in-out;
1013 }
1014 .widget:hover .title .action {
1015   opacity: 1;
1016   -webkit-transition: all 0.2s ease-in-out;
1017   -moz-transition: all 0.2s ease-in-out;
1018   -o-transition: all 0.2s ease-in-out;
1019   -ms-transition: all 0.2s ease-in-out;
1020   transition: all 0.2s ease-in-out;
1021 }
1022 .widget .tool:hover .action {
1023   opacity: 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 .tool:hover .action.ticked {
1031   opacity: 1;
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 ul {
1039   padding: 0px;
1040   margin-top: 0px;
1041   margin-bottom: 0px;
1042 }
1043 .widget ul li {
1044   padding-left: 10px;
1045   /* min-height: 20px; */
1046   list-style: none;
1047   padding-top: 3px;
1048   padding-bottom: 3px;
1049   margin: 0px;
1050 }
1051 .widget .tool.selected {
1052   background: url('../../../images/selected.png') no-repeat left center;
1053 }
1054 /* widget: search */
1055 #add-search-popup {
1056   width: 200px;
1057   top: 18px;
1058 }
1059 /* section */
1060 section {
1061   /*font-size: 13px;
1062   line-height: 19.5px;*/
1063   font-size: 14.95px;
1064   line-height: 21px;
1065   /* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
1066   display: table-cell;
1067   vertical-align: top;
1068   top: 32px;
1069   width: 766px;
1070   max-width: 766px;
1071   padding: 10px 10px 10px 10px;
1072   /* background-color: white; */
1073   /* background-color: rgb(252, 252, 252); */
1074   /* background-color: #FAFAFA; */
1075   background-color: inherit;
1076   /* border-bottom: 1px solid lightgray;
1077   border-right: 1px solid lightgray;
1078   border-left: 1px solid lightgray; */
1079   position: absolute;
1080   left: 215px;
1081   left: calc(215px + (100% - (215px + 766px)) / 6);
1082   /* left: calc(215px + (100% - 215px) / 10); */
1083 }
1084
1085 section.minimal {
1086   top: 0px;
1087   left: 0px;
1088 }
1089
1090 /* wall item */
1091 .tread-wrapper {
1092 /*    border-bottom: 1px solid #BDCDD4; */
1093   border-bottom: 1px solid #D2D2D2;
1094   position: relative;
1095   padding: 5px;
1096   margin-bottom: 10px;
1097   box-shadow: 1px 2px 0px 0px #D8D8D8;
1098   background-color: #FFFFFF;
1099  /* width: 755px; */
1100 }
1101 .wall-item-decor {
1102   position: absolute;
1103   left: 755px;
1104   left: calc(100% - 16px);
1105 /*  top: -10px; */
1106   width: 16px;
1107 }
1108 .unstarred {
1109   display: none;
1110 }
1111 .wall-item-container {
1112   display: table;
1113   width: 745px;
1114   width: calc(100% - 10px);
1115 }
1116
1117 .wall-item-content hr {
1118   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1119   color: rgb(221, 221, 221);
1120   clear: both;
1121   float: none;
1122   width: 100%;
1123   height: 0.1em;
1124   /* margin: 0px 0px 1.45em; */
1125   border: medium none;
1126 }
1127
1128 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1129   display: table-row;
1130 }
1131 .wall-item-bottom {
1132   /* font-size: 14px; */
1133 }
1134 .wall-item-container .wall-item-tags,
1135 .wall-item-container .wall-item-links,
1136 .wall-item-container .wall-item-actions {
1137   opacity: 0.2;
1138   -webkit-transition: all 0.2s ease-in-out;
1139   -moz-transition: all 0.2s ease-in-out;
1140   -o-transition: all 0.2s ease-in-out;
1141   -ms-transition: all 0.2s ease-in-out;
1142   transition: all 0.2s ease-in-out;
1143 }
1144 .wall-item-container:hover .wall-item-tags,
1145 .wall-item-container:hover .wall-item-links,
1146 .wall-item-container:hover .wall-item-actions {
1147   opacity: 1;
1148   -webkit-transition: all 0.2s ease-in-out;
1149   -moz-transition: all 0.2s ease-in-out;
1150   -o-transition: all 0.2s ease-in-out;
1151   -ms-transition: all 0.2s ease-in-out;
1152   transition: all 0.2s ease-in-out;
1153 }
1154 .wall-item-container .wall-item-info {
1155   display: table-cell;
1156   vertical-align: top;
1157   text-align: left;
1158   width: 80px;
1159 }
1160 .wall-item-container {
1161   /* padding-right: 30px; */
1162   padding-right: 0px;
1163 }
1164 .wall-item-container .wall-item-ago {
1165   word-wrap: break-word;
1166   width: 50px;
1167   margin-left: 10px;
1168   color: #999;
1169   font-size: 12px;
1170 }
1171
1172 .wall-item-network {
1173   color: #999;
1174   font-size: 12px;
1175   text-align: right;
1176   float: right;
1177 }
1178
1179 .wall-item-location {
1180   width: 350px;
1181   float: left;
1182   font-size: 12px;
1183 }}
1184
1185 h2 {
1186   line-height: normal;
1187 }
1188
1189 .wall-item-container .wall-item-content {
1190   /* font-size: 14px; */
1191   max-width: 660px;
1192   word-wrap: break-word;
1193   /* line-height: 1.36; */
1194   padding-bottom: 6px;
1195 }
1196
1197 .wall-item-container .wall-item-content img {
1198   max-width: 100%;
1199   /* max-width: 650px; */
1200   /* max-width: 580px; */
1201 }
1202 .children .wall-item-container .wall-item-item .wall-item-content img {
1203   /* max-width: 650px; */
1204   /* max-width: 580px; */
1205   max-width: 100%;
1206 }
1207 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1208   display: table-cell;
1209   vertical-align: middle;
1210   /* font-size: 17px; */
1211 }
1212 .mail-list-wrapper a,
1213 .wall-item-container .wall-item-bottom a,
1214 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1215 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1216 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1217   color: #999;
1218 }
1219 .mail-list-wrapper a:hover,
1220 .wall-item-container .wall-item-bottom a:hover,
1221 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1222 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1223 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1224   color: #000;
1225   text-decoration: none;
1226 }
1227 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1228   opacity: 0.5;
1229   -webkit-transition: all 0.2s ease-in-out;
1230   -moz-transition: all 0.2s ease-in-out;
1231   -o-transition: all 0.2s ease-in-out;
1232   -ms-transition: all 0.2s ease-in-out;
1233   transition: all 0.2s ease-in-out;
1234 }
1235 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1236   opacity: 1;
1237   -webkit-transition: all 0.2s ease-in-out;
1238   -moz-transition: all 0.2s ease-in-out;
1239   -o-transition: all 0.2s ease-in-out;
1240   -ms-transition: all 0.2s ease-in-out;
1241   transition: all 0.2s ease-in-out;
1242 }
1243
1244 .wall-item-container .wall-item-name:hover {
1245   color: #36c;
1246 }
1247
1248 .wall-item-container .wall-item-name {
1249   color: black;
1250   font-weight: bold;
1251   -webkit-transition: all 0.2s ease-in-out;
1252   -moz-transition: all 0.2s ease-in-out;
1253   -o-transition: all 0.2s ease-in-out;
1254   -ms-transition: all 0.2s ease-in-out;
1255   transition: all 0.2s ease-in-out;
1256 }
1257
1258 .toplevel_item:hover .wall-item-name,
1259 .wall-item-container:hover .wall-item-name {
1260   color: #36c;
1261   font-weight: bold;
1262   -webkit-transition: all 0.2s ease-in-out;
1263   -moz-transition: all 0.2s ease-in-out;
1264   -o-transition: all 0.2s ease-in-out;
1265   -ms-transition: all 0.2s ease-in-out;
1266   transition: all 0.2s ease-in-out;
1267 }
1268
1269 .wall-item-container .wall-item-content a,
1270 .toplevel_item .fakelink,
1271 .wall-item-container .fakelink {
1272   color: black;
1273   -webkit-transition: all 0.2s ease-in-out;
1274   -moz-transition: all 0.2s ease-in-out;
1275   -o-transition: all 0.2s ease-in-out;
1276   -ms-transition: all 0.2s ease-in-out;
1277   transition: all 0.2s ease-in-out;
1278   /* color: darkblue; */
1279   /* color: #3E3E8C; */
1280 }
1281
1282 .toplevel_item:hover .fakelink,
1283 .wall-item-container:hover .fakelink,
1284 .toplevel_item:hover .wall-item-content a,
1285 .wall-item-container:hover .wall-item-content a {
1286   color: #36c;
1287   -webkit-transition: all 0.2s ease-in-out;
1288   -moz-transition: all 0.2s ease-in-out;
1289   -o-transition: all 0.2s ease-in-out;
1290   -ms-transition: all 0.2s ease-in-out;
1291   transition: all 0.2s ease-in-out;
1292 }
1293
1294 .toplevel_item:hover .togglecomment,
1295 .wall-item-container:hover .togglecomment {
1296   color: #999;
1297 }
1298
1299 .wall-item-container .wall-item-actions-author {
1300   width: 100%;
1301   margin-bottom: 0.3em;
1302 }
1303 .wall-item-container .wall-item-actions-social {
1304   float: left;
1305   margin-bottom: 1px;
1306 }
1307 .wall-item-container .wall-item-actions-social a {
1308   float: left;
1309   margin-right: 1em;
1310 }
1311 .wall-item-container .wall-item-actions-tools {
1312   float: right;
1313   width: 80px;
1314 }
1315 .wall-item-container .wall-item-actions-tools a {
1316   float: right;
1317   margin-left: 10px;
1318 }
1319 .wall-item-container .wall-item-actions-tools input {
1320   float: right;
1321   margin-left: 10px;
1322 }
1323 .wall-item-container.comment {
1324   margin-top: 5px;
1325   margin-bottom: 5px;
1326   margin-left: 80px;
1327   width: 665px;
1328   width: calc(100% - 90px);
1329   border-bottom: 1px solid hsl(198, 21%, 79%);
1330 }
1331
1332 .wall-item-container.comment .wall-item-content {
1333   max-width: 585px;
1334 }
1335
1336 .wall-item-container.comment .contact-photo {
1337   width: 32px;
1338   height: 32px;
1339   margin-left: 16px;
1340   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1341
1342 }
1343 .wall-item-container.comment {
1344   top: 15px !important;
1345   left: 15px !important;
1346 }
1347 .wall-item-container.comment .wall-item-links {
1348   padding-left: 12px;
1349 }
1350 .wall-item-bottom .wall-item-comment-wrapper {
1351   margin: 1px 5px 1px 0px;
1352 }
1353 .wall-item-comment-wrapper {
1354   margin: 1px 15px 1px 80px;
1355 }
1356 .wall-item-comment-wrapper.photo {
1357   margin: 1px 15px 1px 0px;
1358 }
1359 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1360   margin-left: 0px;
1361   width: 665px;
1362   width: 100%;
1363   border-bottom: 1px solid hsl(198, 21%, 79%);
1364 }
1365
1366
1367 .wall-item-comment-wrapper .comment-edit-photo {
1368   display: none;
1369 }
1370 .wall-item-comment-wrapper textarea {
1371   height: 1.2em;
1372   width: 100%;
1373   font-size: 13px;
1374   color: #999999;
1375   border: 1px solid #DDD;
1376   padding: 0.3em;
1377 }
1378 .wall-item-comment-wrapper .comment-edit-text-full {
1379   /* font-size: 14px; */
1380   height: 4em;
1381   color: #2d2d2d;
1382   border: 1px solid #2d2d2d;
1383 }
1384
1385 .fakelink.togglecomment {
1386   float: left;
1387   margin-right: 1em;
1388 }
1389
1390 .comment-edit-preview .contact-photo {
1391   width: 32px;
1392   height: 32px;
1393   margin-left: 16px;
1394   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1395
1396 }
1397 .comment-edit-preview {
1398   /* width: 660px; */
1399   width: 100%;
1400   border: 1px solid #2d2d2d;
1401   margin-top: 10px;
1402   top: 15px !important;
1403   left: 15px !important;
1404 }
1405 .comment-edit-preview .wall-item-links {
1406   padding-left: 12px;
1407 }
1408 .comment-edit-preview .wall-item-container {
1409   /* width: 700px; */
1410   width: 100%;
1411 }
1412 .comment-edit-preview .tread-wrapper {
1413   /* width: 700px; */
1414   width: 100%;
1415   padding: 0;
1416   margin: 10px 0px 0px 0px;
1417   border-bottom: 0px;
1418   box-shadow: none;
1419 }
1420
1421 .wall-item-bottom .comment-edit-preview {
1422   width: 575px;
1423   margin-bottom: 5px;
1424 }
1425
1426 .shiny {
1427   /* border-right: 10px solid #fce94f; */
1428 /*      border-right: 1px solid #A7C7F7;
1429         padding-right: 12px; */
1430 }
1431
1432 #profile-jot-form {
1433   box-shadow: 1px 2px 0px 0px #D8D8D8;
1434   background-color: #fafafa;
1435   padding: 10px;
1436 }
1437
1438 #profile-jot-form #profile-jot-text {
1439   height: 2.0em;
1440   /* width: 99%; */
1441   width: 752px;
1442   width: calc(100% - 10px);
1443   font-size: 15px;
1444   color: #999999;
1445   border: 1px solid #DDD;
1446   padding: 0.3em;
1447   margin-bottom: 10px;
1448 }
1449
1450 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1451     
1452          border-radius: 5px 5px 5px 5px;
1453     font-weight: bold;
1454     height: 20px;
1455     margin: 0 0 5px;
1456     /* width: 60%; */
1457     /* width: 762px; */
1458     width: 100%;
1459     border: 1px solid #d2d2d2;
1460 }
1461
1462 #profile-jot-form #jot-title:-webkit-input-placeholder {
1463   font-weight: normal;
1464 }
1465 #profile-jot-form #jot-title:-moz-placeholder {
1466   font-weight: normal;
1467 }
1468 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1469 /*  width: 785px; */
1470   width: 100%;
1471   height: 100px;
1472 }
1473
1474 #profile-jot-perms {
1475   float: right;
1476 }
1477
1478 #jot-preview-content {
1479   padding-top: 25px;
1480 }
1481
1482 #jot-preview-content .tread-wrapper {
1483   background-color: #fce94f;
1484 }
1485
1486 .wall-item-tags {
1487   padding-top: 1px;
1488   padding-bottom: 2px;
1489   font-size: 12px;
1490   /*display: none;*/
1491 }
1492
1493 .tag {
1494   color: rgb(153,153,153);
1495   /*padding-left: 3px;
1496   font-size: 10px;*/
1497 }
1498 .tag a {
1499   /*padding-right: 8px;*/
1500   color: rgb(153,153,153);
1501 }
1502 .wwto {
1503   position: absolute !important;
1504   width: 25px;
1505   height: 25px;
1506   background: #FFFFFF;
1507   border: 2px solid #364e59;
1508   height: 25px;
1509   width: 25px;
1510   overflow: hidden;
1511   padding: 1px;
1512   position: absolute !important;
1513   top: 40px;
1514   left: 30px;
1515   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1516 }
1517 .wwto .contact-photo {
1518   width: auto;
1519   height: 25px;
1520 }
1521 /* contacts menu */
1522 .contact-photo-wrapper {
1523   position: relative;
1524   width: 80px;
1525 }
1526
1527 .contact-photo-wrapper.wwto {
1528   width: 25px;
1529 }
1530
1531 .contact-photo {
1532   width: 48px;
1533   height: 48px;
1534   overflow: hidden;
1535   display: block;
1536   -webkit-border-radius: 4px;
1537   -moz-border-radius: 4px;
1538   border-radius: 4px;
1539 }
1540
1541 .contact-photo img {
1542   width: 48px;
1543   height: 48px;
1544 }
1545
1546 .contact-wrapper {
1547   float: left;
1548   width: 90px;
1549   height: 90px;
1550   margin-bottom: 15px;
1551 }
1552 .contact-wrapper .contact-photo {
1553   width: 80px;
1554   height: 80px;
1555 }
1556 .contact-wrapper .contact-photo img {
1557   width: 80px;
1558   height: 80px;
1559 }
1560 .contact-wrapper {
1561   left: 0px;
1562   top: 63px;
1563 }
1564 .contact-photo {
1565   width: 48px;
1566   height: 48px;
1567 }
1568 .contact-photo img {
1569   width: 48px;
1570   height: 48px;
1571 }
1572 .contact-name {
1573   /* text-align: center; */
1574   /*font-weight: bold;*/
1575   font-size: 12px;
1576 }
1577 .contact-details {
1578   color: #999999;
1579 }
1580 /* editor */
1581 .jothidden {
1582   display: none;
1583 }
1584 #jot {
1585   width: 785px;
1586   margin: 0px 2em 20px 0px;
1587 }
1588 #jot .profile-jot-text {
1589   height: 1.2em;
1590   width: 99%;
1591   font-size: 10px;
1592   color: #999999;
1593   border: 1px solid #DDD;
1594   padding: 0.3em;
1595 }
1596 #jot #jot-tools {
1597   margin: 0px;
1598   padding: 0px;
1599   height: 40px;
1600   overflow: none;
1601   width: 783px;
1602   background-color: #0e232e;
1603   border-bottom: 2px solid #9eabb0;
1604 }
1605 #jot #jot-tools li {
1606   list-style: none;
1607   float: left;
1608   width: 80px;
1609   height: 40px;
1610   border-bottom: 2px solid #9eabb0;
1611 }
1612 #jot #jot-tools li a {
1613   display: block;
1614   color: #cccccc;
1615   width: 100%;
1616   height: 40px;
1617   text-align: center;
1618   line-height: 40px;
1619   overflow: hidden;
1620 }
1621 #jot #jot-tools li:hover {
1622   background-color: #364e59;
1623   border-bottom: 2px solid #bdcdd4;
1624 }
1625 #jot #jot-tools li.perms {
1626   float: right;
1627   width: 40px;
1628 }
1629 #jot #jot-tools li.perms a.unlock {
1630   width: 30px;
1631   border-left: 10px solid #cccccc;
1632   background-color: #cccccc;
1633   background-position: left center;
1634 }
1635 #jot #jot-tools li.perms a.lock {
1636   width: 30px;
1637   border-left: 10px solid #666666;
1638   background-color: #666666;
1639 }
1640 #jot #jot-tools li.submit {
1641   float: right;
1642   background-color: #cccccc;
1643   border-bottom: 2px solid #cccccc;
1644   border-right: 1px solid #666666;
1645   border-left: 1px solid #666666;
1646 }
1647 #jot #jot-tools li.submit input {
1648   border: 0px;
1649   margin: 0px;
1650   padding: 0px;
1651   background-color: #cccccc;
1652   color: #666666;
1653   width: 80px;
1654   height: 40px;
1655   line-height: 40px;
1656 }
1657 #jot #jot-tools li.submit input:hover {
1658   background-color: #bdcdd4;
1659   color: #666666;
1660 }
1661 #jot #jot-tools li.loading {
1662   float: right;
1663   background-color: #ffffff;
1664   width: 20px;
1665   vertical-align: center;
1666   text-align: center;
1667   border-top: 2px solid #9eabb0;
1668   height: 38px;
1669 }
1670 #jot #jot-tools li.loading img {
1671   margin-top: 10px;
1672 }
1673 /* #jot */
1674 #jot-title {
1675   border: 0px;
1676   margin: 0px;
1677   height: 20px;
1678   width: 700px;
1679   font-weight: bold;
1680   border: 1px solid #ffffff;
1681 }
1682 #jot #jot-title:-webkit-input-placeholder {
1683   font-weight: normal;
1684 }
1685 #jot #jot-title:-moz-placeholder {
1686   font-weight: normal;
1687 }
1688 #jot #jot-title:hover {
1689   border: 1px solid #999999;
1690 }
1691 #jot #jot-title:focus {
1692   border: 1px solid #999999;
1693 }
1694 #jot #character-counter {
1695   width: 80px;
1696   float: right;
1697   text-align: right;
1698   height: 20px;
1699   line-height: 20px;
1700   padding-right: 20px;
1701 }
1702
1703 #profile-jot-submit {
1704   float: right;
1705   margin-left: 15px;
1706 }
1707 #profile-upload-wrapper {
1708   float: left;
1709   margin-left: 15px;
1710 }
1711 #profile-attach-wrapper {
1712   float: left;
1713   margin-left: 15px;
1714 }
1715 #profile-link-wrapper {
1716   float: left;
1717   margin-left: 15px;
1718   cursor: pointer;
1719 }
1720 #profile-video-wrapper {
1721   float: left;
1722   margin-left: 15px;
1723   cursor: pointer;
1724 }
1725 #profile-audio-wrapper {
1726   float: left;
1727   margin-left: 15px;
1728   cursor: pointer;
1729 }
1730 #profile-location-wrapper {
1731   float: left;
1732   margin-left: 15px;
1733   cursor: pointer;
1734 }
1735 #profile-nolocation-wrapper {
1736   float: left;
1737   margin-left: 15px;
1738   cursor: pointer;
1739 }
1740 #profile-smiley-wrapper {
1741   float: left;
1742   margin-left: 15px;
1743   cursor: pointer;
1744   margin-top: 3px;
1745   height: 10px;
1746 }
1747 #jot-perms-icon {
1748   float: right;
1749   margin-left: 15px;
1750 }
1751 #jot-preview-link {
1752   float: right;
1753 }
1754 #profile-jot-end {
1755   clear: both;
1756 }
1757 #profile-jot-text_tbl {
1758   width: 780px;
1759 }
1760 #profile-jot-wrapper {
1761   margin-bottom: 10px;
1762 }
1763
1764 /** buttons **/
1765 /*input[type="submit"] {
1766         border: 0px;
1767     background-color: @ButtonBackgroundColor;
1768     color: @ButtonColor;
1769     padding: 0px 10px;
1770         .rounded(5px);
1771     height: 18px;
1772 }*/
1773 /** acl **/
1774 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1775   display: block!important;
1776 }
1777 #acl-wrapper {
1778   width: 690px;
1779   float: left;
1780 }
1781 #acl-search {
1782   float: right;
1783   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1784   padding-right: 20px;
1785 }
1786 #acl-showall {
1787   float: left;
1788   display: block;
1789   width: auto;
1790   height: 18px;
1791   background-color: #cccccc;
1792   background-image: url("../../../images/show_all_off.png");
1793   background-position: 7px 7px;
1794   background-repeat: no-repeat;
1795   padding: 7px 5px 0px 30px;
1796   color: #999999;
1797   -moz-border-radius: 5px 5px 5px 5px;
1798   -webkit-border-radius: 5px 5px 5px 5px;
1799   border-radius: 5px 5px 5px 5px;
1800 }
1801 #acl-showall.selected {
1802   color: #000000;
1803   background-color: #ff9900;
1804   background-image: url("../../../images/show_all_on.png");
1805 }
1806 #acl-list {
1807   height: 210px;
1808   border: 1px solid #cccccc;
1809   clear: both;
1810   margin-top: 30px;
1811   overflow: auto;
1812 }
1813 .acl-list-item {
1814   display: block;
1815   width: 150px;
1816   height: 30px;
1817   border: 1px solid #cccccc;
1818   margin: 5px;
1819   float: left;
1820 }
1821 .acl-list-item img {
1822   width: 22px;
1823   height: 22px;
1824   float: left;
1825   margin: 4px;
1826 }
1827 .acl-list-item p {
1828   height: 12px;
1829   font-size: 10px;
1830   margin: 0px;
1831   padding: 2px 0px 1px;
1832   overflow: hidden;
1833 }
1834 .acl-list-item a {
1835   font-size: 8px;
1836   display: block;
1837   width: 40px;
1838   height: 10px;
1839   float: left;
1840   color: #999999;
1841   background-color: #cccccc;
1842   background-position: 3px 3px;
1843   background-repeat: no-repeat;
1844   margin-right: 5px;
1845   -webkit-border-radius: 2px ;
1846   -moz-border-radius: 2px;
1847   border-radius: 2px;
1848   padding-left: 15px;
1849 }
1850 #acl-wrapper a:hover {
1851   text-decoration: none;
1852   color: #000000;
1853 }
1854 .acl-button-show {
1855   background-image: url("../../../images/show_off.png");
1856 }
1857 .acl-button-hide {
1858   background-image: url("../../../images/hide_off.png");
1859 }
1860 .acl-button-show.selected {
1861   color: #000000;
1862   background-color: #9ade00;
1863   background-image: url("../../../images/show_on.png");
1864 }
1865 .acl-button-hide.selected {
1866   color: #000000;
1867   background-color: #ff4141;
1868   background-image: url("../../../images/hide_on.png");
1869 }
1870 .acl-list-item.groupshow {
1871   border-color: #9ade00;
1872 }
1873 .acl-list-item.grouphide {
1874   border-color: #ff4141;
1875 }
1876 /** /acl **/
1877 /** tab buttons **/
1878 div.pager, ul.tabs {
1879   list-style-type: none;
1880   padding-bottom: 10px;
1881   padding-left: 10px;
1882   padding-top: 0px;
1883   margin-bottom: 5px;
1884   line-height: 28px;
1885   height: 20px;
1886 /*  font-size: 11px; */
1887   font-size: 13px;
1888   font-weight: bold;
1889   /* margin-bottom: 30px; */
1890   background-color: #FAFAFA;
1891   box-shadow: 1px 2px 0px 0px #D8D8D8;
1892   border-bottom: 1px solid #D2D2D2;
1893 }
1894 ul.tabs li {
1895   float: left;
1896   /* margin-left: 7px; */
1897 }
1898 /*ul.tabs li .active {
1899   border-bottom: 1px solid #005c94;
1900 }*/
1901
1902 ul.tabs a, div.pager a {
1903     /* min-width: 34px; */
1904     display: block;
1905     float: left;
1906     padding-bottom: 0px;
1907     padding: 0px;
1908 /*    padding: 0px 12px 0px 12px; */
1909 /*    color: #444; */
1910     color: darkgrey;
1911 }
1912
1913 ul.tabs a {
1914 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
1915     margin-right: 15px;
1916     margin-left: 5px;
1917 }
1918
1919 #birthday-notice, #event-notice {
1920     box-shadow: 1px 2px 0px 0px #D8D8D8;
1921     margin-bottom: 5px;
1922 }
1923
1924 #birthday-wrapper, #event-wrapper {
1925     background-color: #FAFAFA;
1926     box-shadow: 1px 2px 0px 0px #D8D8D8;
1927     padding-left: 10px;
1928     padding-right: 10px;
1929     padding-top: 5px;
1930     padding-bottom: 5px;
1931     margin-bottom: 0px;
1932 }
1933
1934 .birthday-notice, .event-notice  {
1935     padding: 2px 7px 2px 7px;
1936     color: darkgray;
1937    font-weight: bold;
1938 }
1939 .comment-edit-submit-wrapper .fakelink {
1940     padding: 2px 7px 2px 7px;
1941     color: black;
1942 }
1943
1944 .comment-edit-submit-wrapper .fakelink {
1945 /*    border: 1px solid lightgray; */
1946     background: #F2F2F2;
1947     margin-top: 2px;
1948     margin-bottom: 2px;
1949 }
1950
1951 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, 
1952 .comment-edit-submit-wrapper .fakelink:hover {
1953     color: black;
1954 }
1955
1956 span.pager_current, span.pager_n a:hover, 
1957 span.pager_first a:hover, span.pager_last a:hover, 
1958 span.pager_prev a:hover, span.pager_next a:hover,
1959 ul.tabs a:hover {
1960   border-bottom: 2px solid #244C5E;
1961   text-decoration: none;
1962   color: grey;
1963 }
1964
1965 ul.tabs li .active, span.pager_current a {
1966   border-bottom: 2px solid #244C5E;
1967   text-decoration: none;
1968   color: black;
1969 }
1970
1971 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
1972 /*    background-color: #e5e5e5; */
1973   color: grey;
1974     text-decoration: none;
1975 /*    border: 1px solid darkgray; */
1976 }
1977
1978 .comment-edit-bb {
1979   float:right;
1980 }
1981 .comment-edit-bb a {
1982   color: #888;
1983   padding: 0px 5px 1px 5px;
1984 }
1985
1986 .comment-edit-bb a:hover {
1987   color: #000;
1988   text-decoration: none;
1989 }
1990
1991 /**
1992  * Form fields
1993  */
1994 .field {
1995   margin-bottom: 10px;
1996   padding-bottom: 10px;
1997   overflow: auto;
1998   width: 100%;
1999 }
2000 .field label {
2001   float: left;
2002   width: 200px;
2003 }
2004 .field input, .field textarea {
2005   max-width: 400px;
2006 }
2007 .field textarea {
2008   height: 100px;
2009 }
2010 .field .field_help {
2011   display: block;
2012   margin-left: 200px;
2013   color: #666666;
2014 }
2015 .field .onoff {
2016   float: left;
2017   width: 80px;
2018 }
2019 .field .onoff a {
2020   display: block;
2021   border: 1px solid #666666;
2022   background-image: url("../../../images/onoff.jpg");
2023   background-repeat: no-repeat;
2024   padding: 4px 2px 2px 2px;
2025   height: 16px;
2026   text-decoration: none;
2027 }
2028 .field .onoff .off {
2029   border-color: #666666;
2030   padding-left: 40px;
2031   background-position: left center;
2032   background-color: #cccccc;
2033   color: #666666;
2034   text-align: right;
2035 }
2036 .field .onoff .on {
2037   border-color: #204A87;
2038   padding-right: 40px;
2039   background-position: right center;
2040   background-color: #D7E3F1;
2041   color: #204A87;
2042   text-align: left;
2043 }
2044 .field .hidden {
2045   display: none!important;
2046 }
2047 .field.radio .field_help {
2048   margin-left: 0px;
2049 }
2050 aside form {
2051   overflow-x: hidden;
2052 }
2053 aside form .field label {
2054   float: inherit;
2055 }
2056
2057 #profile-edit-links-end {
2058         clear: both;
2059         margin-bottom: 15px;
2060 }
2061
2062 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2063
2064 #profile-edit-links li {
2065   float: left;
2066   list-style: none;
2067   margin-left: 10px;
2068 }
2069
2070 .profile-edit-side-div {
2071 /*  display: none; */
2072   float: right; 
2073 }
2074
2075 /* aside div.clear {
2076   clear: none;
2077   float: left;
2078 } */
2079
2080 #register-form label,
2081 #profile-edit-form label {
2082         width: 300px; float: left;
2083 }
2084
2085 .required {
2086   display: inline;
2087   color: #B20202;
2088 }
2089
2090 /* oauth */
2091 .oauthapp {
2092   height: auto;
2093   overflow: auto;
2094   border-bottom: 2px solid #cccccc;
2095   padding-bottom: 1em;
2096   margin-bottom: 1em;
2097 }
2098 .oauthapp img {
2099   float: left;
2100   width: 48px;
2101   height: 48px;
2102   margin: 10px;
2103 }
2104 .oauthapp img.noicon {
2105   background-image: url("../../../images/icons/48/plugin.png");
2106   background-position: center center;
2107   background-repeat: no-repeat;
2108 }
2109 .oauthapp a {
2110   float: left;
2111 }
2112 /* contacts */
2113 .contact-entry-wrapper {
2114   width: 120px;
2115   height: 130px;
2116   float: left;
2117   overflow: hidden;
2118   margin-left: 5px;
2119 }
2120 /* photo */
2121 .lframe {
2122   float: left;
2123   margin: 0px 10px 10px 0px;
2124 }
2125 /* profile match wrapper */
2126 .profile-match-wrapper {
2127   float: left;
2128   width: 90px;
2129   height: 90px;
2130   margin-bottom: 20px;
2131 }
2132 .profile-match-wrapper .contact-photo {
2133   width: 80px;
2134   height: 80px;
2135 }
2136 .profile-match-wrapper .contact-photo img {
2137   width: 80px;
2138   height: 80px;
2139 }
2140 .profile-match-wrapper {
2141   left: 0px;
2142   top: 63px;
2143 }
2144
2145 .contact-photo-menu-button {
2146         position: relative;
2147         background-image: url("../../../images/icons/16/menu.png");
2148         background-position: top left; 
2149         background-repeat: no-repeat;
2150         margin: 0px 0px -16px 0px; 
2151         padding: 0px;
2152         width: 16px;
2153         height: 16px;
2154         top: -20px; left:0px;
2155         overflow: hidden;
2156         text-indent: 40px;
2157         display: none;
2158         
2159 }
2160 .contact-photo-menu {
2161         width: 11em;
2162         border: 3px solid #364e59;
2163         color: #2d2d2d;
2164         background: #FFFFFF;
2165 /*        position: absolute;*/
2166         position: relative;
2167         left: 0px; top: 0px;
2168         display: none;
2169         z-index: 10000;
2170 }
2171 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2172 .contact-photo-menu li a {
2173         display: block; 
2174         padding: 5px 10px; 
2175         color: #2d2d2d;
2176         text-decoration: none;
2177 }
2178 .contact-photo-menu li a:hover {
2179         background-color: #bdcdd4; 
2180 }
2181
2182 /* page footer */
2183 footer {
2184   /* height: 100px; */
2185   display: table-row;
2186 }
2187
2188 blockquote {
2189     border-left: 1px solid #D2D2D2;
2190     padding-left: 9px;
2191     margin: 0 0 0 .8ex;
2192     color: #777;
2193 }
2194
2195 .oembed {
2196     /* font-size: large; */
2197     font-size: larger;
2198     font-weight: bold;
2199     display: block;
2200 }
2201
2202 /* ================== */
2203 /* = Contacts Block = */
2204 /* ================== */
2205
2206 .contact-block-img {
2207         width: 42px;
2208         height: 42px;
2209         padding-right: 2px;
2210 }
2211 .contact-block-div {
2212         float: left;
2213 }
2214
2215 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2216 #contact-block-end { clear: both; } 
2217
2218 #group-edit-wrapper {
2219         margin-bottom: 10px;
2220 }
2221
2222 #group-members-end {
2223         clear: both;
2224 }
2225
2226 /*
2227 #group-separator,
2228 #prof-separator { display: none;}
2229 */
2230
2231 #prvmail-upload {
2232   margin-left: 10px;
2233 }
2234
2235 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2236         margin-bottom: 10px;
2237         margin-top: 20px;
2238 }
2239
2240 #prvmail-submit {
2241         float: left;
2242         margin-top: 10px;
2243 }
2244 #prvmail-upload-wrapper,
2245 #prvmail-link-wrapper,
2246 #prvmail-rotator-wrapper {
2247         float: left;
2248         margin-top: 10px;
2249         margin-right: 10px;
2250         width: 24px;
2251 }
2252
2253 #prvmail-end {
2254         clear: both;
2255 }
2256
2257 .mail-list-sender,
2258 .mail-list-detail {
2259         float: left;
2260 }
2261 .mail-list-detail {
2262         margin-left: 20px;
2263 }
2264
2265 .mail-list-subject {
2266         font-size: 1.1em;
2267         margin-top: 10px;
2268 }
2269 a.mail-list-link {
2270     display: block;
2271     font-size: 1.3em;
2272     padding: 4px 0;
2273 }
2274
2275 /*
2276 *a.mail-list-link:hover {
2277 *       background-color: #15607B;
2278 *       color: #F5F6FB;
2279 *}
2280 */
2281
2282 .mail-list-outside-wrapper-end {
2283         clear: both;
2284 }
2285
2286 .mail-list-outside-wrapper {
2287         margin-top: 30px;
2288 }
2289
2290 .mail-list-delete-wrapper {
2291         float: right;
2292         margin-right: 30px;
2293         margin-top: 15px;
2294 }
2295
2296 .mail-list-delete-icon {
2297         border: none;
2298 }
2299
2300 .mail-conv-sender,
2301 .mail-conv-detail {
2302         float: left;
2303 }
2304 .mail-conv-detail {
2305         margin-left: 20px;
2306         width: 500px;
2307 }
2308
2309 .mail-conv-subject {
2310     font-size: 1.4em;
2311     margin: 10px 0;
2312 }
2313
2314 .mail-conv-outside-wrapper-end {
2315         clear: both;
2316 }
2317
2318 .mail-conv-outside-wrapper {
2319         margin-top: 30px;
2320 }
2321
2322 .mail-conv-delete-wrapper {
2323         float: right;
2324         margin-right: 30px;
2325         margin-top: 15px;
2326 }
2327 .mail-conv-break {
2328         clear: both;
2329 }
2330
2331 .mail-conv-delete-icon {
2332         border: none;
2333 }
2334
2335 /* ========== */
2336 /* = Events = */
2337 /* ========== */
2338 .eventcal {
2339         float: left;
2340         font-size: 20px;
2341 }
2342
2343 .vevent {
2344         border: 1px solid #CCCCCC;
2345         max-width: 600px;
2346         position: relative;
2347         margin-top: 4px;
2348         margin-right: 4px;
2349         margin-bottom: 15px;
2350 }
2351
2352 .vevent .event-description, .vevent .event-location {
2353         margin-left: 10px;
2354         margin-right: 10px;
2355 }
2356 .vevent .event-start {
2357         margin-left: 10px;
2358         margin-right: 10px;
2359 }
2360
2361 #new-event-link {
2362         margin-bottom: 10px;
2363 }
2364
2365 .edit-event-link, .plink-event-link {
2366         float: left;
2367         margin-top: 4px;
2368         margin-right: 4px;
2369         margin-bottom: 15px;
2370 }
2371
2372 .event-description:before {
2373         content: url('../../../images/calendar.png');
2374         margin-right: 15px;
2375 }
2376
2377 .event-start, .event-end {
2378         margin-left: 10px;
2379         width: 330px;
2380         clear: both;
2381 }
2382
2383 .event-start .dtstart, .event-end .dtend {
2384         float: right;
2385 }
2386
2387 .event-list-date {
2388         margin-bottom: 10px;
2389 }
2390
2391 .prevcal, .nextcal {
2392         float: left;
2393         margin-left: 32px;
2394         margin-right: 32px;
2395         margin-top: 64px;
2396 }
2397 .event-calendar-end {
2398         clear: both;
2399 }
2400
2401  
2402 .calendar {
2403         font-family: Courier, monospace;
2404 }
2405 .today {
2406         font-weight: bold;
2407         color: #FF0000;
2408 }
2409
2410 .settings-block {
2411         /* border: 1px solid #AAA; */
2412         padding-left: 5px;
2413         padding-right: 5px;
2414 }
2415
2416 .app-title {
2417   margin: 0px;
2418 }
2419
2420 #identity-manage-desc {
2421         margin-top:15px;
2422         margin-bottom: 15px;
2423 }
2424
2425 #identity-manage-choose {
2426         margin-bottom: 15px;
2427 }
2428
2429 #identity-submit {
2430         margin-top: 20px;
2431 }
2432
2433 #photo-prev-link, #photo-next-link {
2434         padding: 10px;
2435         float: left;
2436 }
2437
2438 #photo-photo {
2439         float: left;
2440 }
2441
2442 #photo-photo-end {
2443         clear: both;
2444 }
2445
2446 .profile-match-photo {
2447         float: left;
2448         text-align: center;
2449         width: 120px;
2450 }
2451
2452 .profile-match-name {
2453         float: left;
2454         text-align: center;
2455         width: 120px;
2456         overflow: hidden;
2457 }
2458
2459 .profile-match-break,
2460 .profile-match-end {
2461         clear: both;
2462 }
2463
2464 .profile-match-connect {
2465         text-align: center;
2466         font-weight: bold;
2467 }
2468
2469 .profile-match-wrapper {
2470         float: left;
2471         padding: 10px;
2472         width: 120px;
2473         height: 120px;
2474         scroll: auto;
2475 }
2476 #profile-match-wrapper-end {
2477         clear: both;
2478 }
2479
2480 /* ============= */
2481 /* = Directory = */
2482 /* ============= */
2483 /* contacts menu */
2484 .contact-photo-wrapper {
2485   position: relative;
2486 }
2487 .contact-photo {
2488   width: 48px;
2489   height: 48px;
2490   overflow: hidden;
2491   display: block;
2492 }
2493 .contact-photo img {
2494   width: 48px;
2495   height: 48px;
2496 }
2497 .contact-photo-menu-button {
2498   display: none;
2499   /* position: absolute; */
2500   /* position: absolute; */
2501   left: -2px;
2502   top: -20px;
2503 }
2504 .contact-wrapper {
2505   float: left;
2506   width: 90px;
2507   height: 90px;
2508   margin-bottom: 15px;
2509 }
2510 .contact-wrapper .contact-photo {
2511   width: 80px;
2512   height: 80px;
2513 }
2514 .contact-wrapper .contact-photo img {
2515   width: 80px;
2516   height: 80px;
2517 }
2518 .contact-wrapper .contact-photo-menu-button {
2519   left: 0px;
2520   top: 63px;
2521 }
2522 .directory-item {
2523   float: left;
2524   width: 200px;
2525   height: 200px;
2526 }
2527 .directory-item .contact-photo {
2528   width: 175px;
2529   height: 175px;
2530 }
2531 .directory-item .contact-photo img {
2532   width: 175px;
2533   height: 175px;
2534 }
2535 .contact-name {
2536   text-align: center;
2537   font-weight: bold;
2538   font-size: 12px;
2539 }
2540 .contact-details {
2541   color: #999999;
2542 }
2543
2544 .photo-top-image-wrapper {
2545         position: relative;
2546         float: left;
2547         margin-top: 15px;
2548         margin-right: 15px;
2549         width: 200px; height: 200px; 
2550         overflow: hidden; 
2551 }
2552 .photo-top-album-name {
2553         width: 100%;
2554         min-height: 2em;
2555         position: absolute; 
2556         bottom: 0px; 
2557         padding: 0px 3px;
2558         padding-top: 0.5em;
2559         background-color: rgb(255, 255, 255);
2560 }
2561 #photo-top-end {
2562         clear: both;
2563 }
2564
2565 #photo-top-links {
2566         margin-bottom: 30px;
2567         margin-left: 30px;
2568 }
2569
2570 #photos-upload-newalbum-div {
2571         float: left;
2572         width: 175px;
2573 }
2574
2575 .menu-profile-list{
2576   height: auto;
2577   overflow: auto;
2578   min-height: 16px;
2579   list-style: none;
2580         }
2581 .menu-profile-list:hover{
2582         background: #E7F2F7;
2583         }
2584 .menu-profile-list-item{
2585         padding-left: 5px;
2586         vertical-align: middle;
2587         }       
2588 .menu-profile-list-item:hover{  
2589         text-decoration: none;
2590    }
2591
2592 .autocomplete {
2593   width: 350px;
2594   color: black; 
2595   border: 1px solid rgb(210, 210, 210); 
2596   background-color: white;
2597   cursor: pointer;
2598   text-align: left;
2599   max-height: 350px;
2600   overflow: auto;
2601   display: block;
2602   background-position: initial initial;
2603   background-repeat: initial initial; 
2604 }
2605 .mail-list-wrapper {
2606   background-color: #f6f7f8;
2607   margin-bottom: 5px;
2608   width: 100%;
2609   height: auto;
2610   overflow: hidden;
2611 }
2612 .mail-list-wrapper span {
2613   display: block;
2614   float: left;
2615   width: 20%;
2616   overflow: hidden;
2617 }
2618 .mail-list-wrapper .mail-subject {
2619   width: 30%;
2620   padding: 4px 0px 0px 4px;
2621 }
2622 .mail-list-wrapper .mail-subject a {
2623   display: block;
2624 }
2625 .mail-list-wrapper .mail-subject.unseen a {
2626   font-weight: bold;
2627 }
2628 .mail-list-wrapper .mail-date {
2629   padding: 4px 4px 0px 4px;
2630 }
2631 .mail-list-wrapper .mail-from {
2632   padding: 4px 4px 0px 4px;
2633 }
2634 .mail-list-wrapper .mail-count {
2635   padding: 4px 4px 0px 4px;
2636   text-align: right;
2637 }
2638 .mail-list-wrapper .mail-delete {
2639   float: right;
2640 }
2641 #mail-display-subject {
2642   background-color: #f6f7f8;
2643   color: #2d2d2d;
2644   margin-bottom: 10px;
2645   width: 100%;
2646   height: auto;
2647   overflow: hidden;
2648 }
2649 #mail-display-subject span {
2650   float: left;
2651   overflow: hidden;
2652   padding: 4px 0px 0px 10px;
2653 }
2654 #mail-display-subject .mail-delete {
2655   float: right;
2656   opacity: 0.5;
2657   -webkit-transition: all 0.2s ease-in-out;
2658   -moz-transition: all 0.2s ease-in-out;
2659   -o-transition: all 0.2s ease-in-out;
2660   -ms-transition: all 0.2s ease-in-out;
2661   transition: all 0.2s ease-in-out;
2662 }
2663 #mail-display-subject:hover .mail-delete {
2664   opacity: 1;
2665   -webkit-transition: all 0.2s ease-in-out;
2666   -moz-transition: all 0.2s ease-in-out;
2667   -o-transition: all 0.2s ease-in-out;
2668   -ms-transition: all 0.2s ease-in-out;
2669   transition: all 0.2s ease-in-out;
2670 }
2671
2672 .mail-list-outside-wrapper-end {
2673         clear: both;
2674 }
2675 .mail-list-outside-wrapper {
2676         margin-top: 30px;
2677 }
2678 .mail-list-delete-wrapper {
2679         float: right;
2680         margin-right: 30px;
2681         margin-top: 15px;
2682 }
2683 .mail-list-delete-icon {
2684         border: none;
2685 }
2686 .mail-conv-sender,
2687 .mail-conv-detail {
2688         float: left;
2689 }
2690 .mail-conv-detail {
2691         margin-left: 20px;
2692         width: 500px;
2693 }
2694 .mail-conv-subject {
2695     font-size: 1.4em;
2696     margin: 10px 0;
2697 }
2698 .mail-conv-outside-wrapper-end {
2699         clear: both;
2700 }
2701 .mail-conv-outside-wrapper {
2702         margin-top: 30px;
2703 }
2704 .mail-conv-delete-wrapper {
2705         float: right;
2706         margin-right: 30px;
2707         margin-top: 15px;
2708 }
2709 .mail-conv-break {
2710         clear: both;
2711 }
2712 .mail-conv-delete-icon {
2713         border: none;
2714 }
2715