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