]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
The "display" page now shows the current author profile with a "connect" link (if...
[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-photo-wrapper img {
902   width: 175px;
903 }
904
905 aside #profile-extra-links ul {
906   padding: 0px;
907   margin: 0px;
908 }
909 aside #profile-extra-links li {
910   padding: 0px;
911   margin: 0px;
912   list-style: none;
913 }
914 aside #dfrn-request-link {
915   display: block;
916   -moz-border-radius: 5px 5px 5px 5px;
917   -webkit-border-radius: 5px 5px 5px 5px;
918   border-radius: 5px 5px 5px 5px;
919   color: #ffffff;
920   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
921   font-weight: bold;
922   text-transform: uppercase;
923   padding: 4px 2px 2px 35px;
924 }
925 aside #dfrn-request-link:hover {
926   text-decoration: none;
927   background-color: #36c;
928   /* background-color: #19aeff; */
929 }
930 aside #profiles-menu {
931   width: 14em;
932   left: 10px;
933 }
934
935 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
936   width: 140px;
937   height: 17px;
938   padding-left: 10px;
939   /*border-top-left-radius: 15px;
940   border-top-right-radius: 15px;
941   border-bottom-right-radius: 15px;
942   border-bottom-left-radius: 15px;
943   -moz-border-bottom-colors: #dbdbdb;
944   -moz-border-top-colors: #999;
945   -moz-border-left-colors: #999;
946   -moz-border-right-colors: #dbdbdb;*/
947 }
948
949 aside h4 {
950   margin-bottom: 0px;
951   margin-top: 0px;
952   font-size: 1.17em;
953 }
954
955 .nets-ul {
956   margin-top: 0px;
957 }
958
959 #contact-block {
960   overflow: auto;
961   height: auto;
962 }
963 #contact-block .contact-block-h4 {
964   float: left;
965   margin: 5px 0px;
966 }
967 #contact-block .allcontact-link {
968   float: right;
969   margin: 5px 0px;
970 }
971 #contact-block .contact-block-content {
972   clear: both;
973   overflow: auto;
974   height: auto;
975 }
976 #contact-block .contact-block-link {
977   float: left;
978   margin: 0px 2px 2px 0px;
979 }
980 #contact-block .contact-block-link img {
981   width: 48px;
982   height: 48px;
983 }
984 .group_selected {
985   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
986   float: left;
987   height: 22px;
988   width: 22px;
989 }
990 .group_unselected {
991   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
992   float: left;
993   height: 22px;
994   width: 22px;
995 }
996 /* widget */
997 .widget {
998   margin-bottom: 1em;
999   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1000         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1001 /*  font-size: 12px; */
1002 }
1003 .widget h3 {
1004   padding: 0px;
1005   margin: 2px;
1006 }
1007 .widget .action {
1008   opacity: 0.1;
1009   -webkit-transition: all 0.2s ease-in-out;
1010   -moz-transition: all 0.2s ease-in-out;
1011   -o-transition: all 0.2s ease-in-out;
1012   -ms-transition: all 0.2s ease-in-out;
1013   transition: all 0.2s ease-in-out;
1014 }
1015 .widget input.action {
1016   opacity: 0.5;
1017   -webkit-transition: all 0.2s ease-in-out;
1018   -moz-transition: all 0.2s ease-in-out;
1019   -o-transition: all 0.2s ease-in-out;
1020   -ms-transition: all 0.2s ease-in-out;
1021   transition: all 0.2s ease-in-out;
1022 }
1023 .widget:hover .title .action {
1024   opacity: 1;
1025   -webkit-transition: all 0.2s ease-in-out;
1026   -moz-transition: all 0.2s ease-in-out;
1027   -o-transition: all 0.2s ease-in-out;
1028   -ms-transition: all 0.2s ease-in-out;
1029   transition: all 0.2s ease-in-out;
1030 }
1031 .widget .tool:hover .action {
1032   opacity: 1;
1033   -webkit-transition: all 0.2s ease-in-out;
1034   -moz-transition: all 0.2s ease-in-out;
1035   -o-transition: all 0.2s ease-in-out;
1036   -ms-transition: all 0.2s ease-in-out;
1037   transition: all 0.2s ease-in-out;
1038 }
1039 .widget .tool:hover .action.ticked {
1040   opacity: 1;
1041   -webkit-transition: all 0.2s ease-in-out;
1042   -moz-transition: all 0.2s ease-in-out;
1043   -o-transition: all 0.2s ease-in-out;
1044   -ms-transition: all 0.2s ease-in-out;
1045   transition: all 0.2s ease-in-out;
1046 }
1047 .widget ul {
1048   padding: 0px;
1049   margin-top: 0px;
1050   margin-bottom: 0px;
1051 }
1052 .widget ul li {
1053   padding-left: 10px;
1054   /* min-height: 20px; */
1055   list-style: none;
1056   padding-top: 3px;
1057   padding-bottom: 3px;
1058   margin: 0px;
1059 }
1060 .widget .tool.selected {
1061   background: url('../../../images/selected.png') no-repeat left center;
1062 }
1063 /* widget: search */
1064 #add-search-popup {
1065   width: 200px;
1066   top: 18px;
1067 }
1068 /* section */
1069 section {
1070   /*font-size: 13px;
1071   line-height: 19.5px;*/
1072   font-size: 14.95px;
1073   line-height: 21px;
1074   /* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
1075   display: table-cell;
1076   vertical-align: top;
1077   top: 32px;
1078   width: 766px;
1079   max-width: 766px;
1080   padding: 10px 10px 10px 10px;
1081   /* background-color: white; */
1082   /* background-color: rgb(252, 252, 252); */
1083   /* background-color: #FAFAFA; */
1084   background-color: inherit;
1085   /* border-bottom: 1px solid lightgray;
1086   border-right: 1px solid lightgray;
1087   border-left: 1px solid lightgray; */
1088   position: absolute;
1089   left: 215px;
1090   left: calc(215px + (100% - (215px + 766px)) / 6);
1091   /* left: calc(215px + (100% - 215px) / 10); */
1092 }
1093
1094 section.minimal {
1095   top: 0px;
1096   left: 0px;
1097 }
1098
1099 /* wall item */
1100 .tread-wrapper {
1101 /*    border-bottom: 1px solid #BDCDD4; */
1102   border-bottom: 1px solid #D2D2D2;
1103   position: relative;
1104   padding: 5px;
1105   margin-bottom: 10px;
1106   box-shadow: 1px 2px 0px 0px #D8D8D8;
1107   background-color: #FFFFFF;
1108  /* width: 755px; */
1109 }
1110 .wall-item-decor {
1111   position: absolute;
1112   left: 755px;
1113   left: calc(100% - 16px);
1114 /*  top: -10px; */
1115   width: 16px;
1116 }
1117 .unstarred {
1118   display: none;
1119 }
1120 .wall-item-container {
1121   display: table;
1122   width: 745px;
1123   width: calc(100% - 10px);
1124 }
1125
1126 .wall-item-content hr {
1127   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1128   color: rgb(221, 221, 221);
1129   clear: both;
1130   float: none;
1131   width: 100%;
1132   height: 0.1em;
1133   /* margin: 0px 0px 1.45em; */
1134   border: medium none;
1135 }
1136
1137 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1138   display: table-row;
1139 }
1140 .wall-item-bottom {
1141   /* font-size: 14px; */
1142 }
1143 .wall-item-container .wall-item-tags,
1144 .wall-item-container .wall-item-links,
1145 .wall-item-container .wall-item-actions {
1146   opacity: 0.2;
1147   -webkit-transition: all 0.2s ease-in-out;
1148   -moz-transition: all 0.2s ease-in-out;
1149   -o-transition: all 0.2s ease-in-out;
1150   -ms-transition: all 0.2s ease-in-out;
1151   transition: all 0.2s ease-in-out;
1152 }
1153 .wall-item-container:hover .wall-item-tags,
1154 .wall-item-container:hover .wall-item-links,
1155 .wall-item-container:hover .wall-item-actions {
1156   opacity: 1;
1157   -webkit-transition: all 0.2s ease-in-out;
1158   -moz-transition: all 0.2s ease-in-out;
1159   -o-transition: all 0.2s ease-in-out;
1160   -ms-transition: all 0.2s ease-in-out;
1161   transition: all 0.2s ease-in-out;
1162 }
1163 .wall-item-container .wall-item-info {
1164   display: table-cell;
1165   vertical-align: top;
1166   text-align: left;
1167   width: 80px;
1168 }
1169 .wall-item-container {
1170   /* padding-right: 30px; */
1171   padding-right: 0px;
1172 }
1173 .wall-item-container .wall-item-ago {
1174   word-wrap: break-word;
1175   width: 50px;
1176   margin-left: 10px;
1177   color: #999;
1178   font-size: 12px;
1179 }
1180
1181 .wall-item-network {
1182   color: #999;
1183   font-size: 12px;
1184   text-align: right;
1185   float: right;
1186 }
1187
1188 .wall-item-location {
1189   width: 350px;
1190   float: left;
1191   font-size: 12px;
1192 }}
1193
1194 h2 {
1195   line-height: normal;
1196 }
1197
1198 .wall-item-container .wall-item-content {
1199   /* font-size: 14px; */
1200   max-width: 660px;
1201   word-wrap: break-word;
1202   /* line-height: 1.36; */
1203   padding-bottom: 6px;
1204 }
1205
1206 .wall-item-container .wall-item-content img {
1207   max-width: 100%;
1208   /* max-width: 650px; */
1209   /* max-width: 580px; */
1210 }
1211 .children .wall-item-container .wall-item-item .wall-item-content img {
1212   /* max-width: 650px; */
1213   /* max-width: 580px; */
1214   max-width: 100%;
1215 }
1216 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1217   display: table-cell;
1218   vertical-align: middle;
1219   /* font-size: 17px; */
1220 }
1221 .mail-list-wrapper a,
1222 .wall-item-container .wall-item-bottom a,
1223 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1224 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1225 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1226   color: #999;
1227 }
1228 .mail-list-wrapper a:hover,
1229 .wall-item-container .wall-item-bottom a:hover,
1230 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1231 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1232 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1233   color: #000;
1234   text-decoration: none;
1235 }
1236 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1237   opacity: 0.5;
1238   -webkit-transition: all 0.2s ease-in-out;
1239   -moz-transition: all 0.2s ease-in-out;
1240   -o-transition: all 0.2s ease-in-out;
1241   -ms-transition: all 0.2s ease-in-out;
1242   transition: all 0.2s ease-in-out;
1243 }
1244 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1245   opacity: 1;
1246   -webkit-transition: all 0.2s ease-in-out;
1247   -moz-transition: all 0.2s ease-in-out;
1248   -o-transition: all 0.2s ease-in-out;
1249   -ms-transition: all 0.2s ease-in-out;
1250   transition: all 0.2s ease-in-out;
1251 }
1252
1253 .wall-item-container .wall-item-name:hover {
1254   color: #36c;
1255 }
1256
1257 .wall-item-container .wall-item-name {
1258   color: black;
1259   font-weight: bold;
1260   -webkit-transition: all 0.2s ease-in-out;
1261   -moz-transition: all 0.2s ease-in-out;
1262   -o-transition: all 0.2s ease-in-out;
1263   -ms-transition: all 0.2s ease-in-out;
1264   transition: all 0.2s ease-in-out;
1265 }
1266
1267 .toplevel_item:hover .wall-item-name,
1268 .wall-item-container:hover .wall-item-name {
1269   color: #36c;
1270   font-weight: bold;
1271   -webkit-transition: all 0.2s ease-in-out;
1272   -moz-transition: all 0.2s ease-in-out;
1273   -o-transition: all 0.2s ease-in-out;
1274   -ms-transition: all 0.2s ease-in-out;
1275   transition: all 0.2s ease-in-out;
1276 }
1277
1278 .wall-item-container .wall-item-content a,
1279 .toplevel_item .fakelink,
1280 .wall-item-container .fakelink {
1281   color: black;
1282   -webkit-transition: all 0.2s ease-in-out;
1283   -moz-transition: all 0.2s ease-in-out;
1284   -o-transition: all 0.2s ease-in-out;
1285   -ms-transition: all 0.2s ease-in-out;
1286   transition: all 0.2s ease-in-out;
1287   /* color: darkblue; */
1288   /* color: #3E3E8C; */
1289 }
1290
1291 .toplevel_item:hover .fakelink,
1292 .wall-item-container:hover .fakelink,
1293 .toplevel_item:hover .wall-item-content a,
1294 .wall-item-container:hover .wall-item-content a {
1295   color: #36c;
1296   -webkit-transition: all 0.2s ease-in-out;
1297   -moz-transition: all 0.2s ease-in-out;
1298   -o-transition: all 0.2s ease-in-out;
1299   -ms-transition: all 0.2s ease-in-out;
1300   transition: all 0.2s ease-in-out;
1301 }
1302
1303 .toplevel_item:hover .togglecomment,
1304 .wall-item-container:hover .togglecomment {
1305   color: #999;
1306 }
1307
1308 .wall-item-container .wall-item-actions-author {
1309   width: 100%;
1310   margin-bottom: 0.3em;
1311 }
1312 .wall-item-container .wall-item-actions-social {
1313   float: left;
1314   margin-bottom: 1px;
1315 }
1316 .wall-item-container .wall-item-actions-social a {
1317   float: left;
1318   margin-right: 1em;
1319 }
1320 .wall-item-container .wall-item-actions-tools {
1321   float: right;
1322   width: 80px;
1323 }
1324 .wall-item-container .wall-item-actions-tools a {
1325   float: right;
1326   margin-left: 10px;
1327 }
1328 .wall-item-container .wall-item-actions-tools input {
1329   float: right;
1330   margin-left: 10px;
1331 }
1332 .wall-item-container.comment {
1333   margin-top: 5px;
1334   margin-bottom: 5px;
1335   margin-left: 80px;
1336   width: 665px;
1337   width: calc(100% - 90px);
1338   border-bottom: 1px solid hsl(198, 21%, 79%);
1339 }
1340
1341 .wall-item-container.comment .wall-item-content {
1342   max-width: 585px;
1343 }
1344
1345 .wall-item-container.comment .contact-photo {
1346   width: 32px;
1347   height: 32px;
1348   margin-left: 16px;
1349   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1350
1351 }
1352 .wall-item-container.comment {
1353   top: 15px !important;
1354   left: 15px !important;
1355 }
1356 .wall-item-container.comment .wall-item-links {
1357   padding-left: 12px;
1358 }
1359 .wall-item-bottom .wall-item-comment-wrapper {
1360   margin: 1px 5px 1px 0px;
1361 }
1362 .wall-item-comment-wrapper {
1363   margin: 1px 15px 1px 80px;
1364 }
1365 .wall-item-comment-wrapper.photo {
1366   margin: 1px 15px 1px 0px;
1367 }
1368 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1369   margin-left: 0px;
1370   width: 665px;
1371   width: 100%;
1372   border-bottom: 1px solid hsl(198, 21%, 79%);
1373 }
1374
1375
1376 .wall-item-comment-wrapper .comment-edit-photo {
1377   display: none;
1378 }
1379 .wall-item-comment-wrapper textarea {
1380   height: 1.2em;
1381   width: 100%;
1382   font-size: 13px;
1383   color: #999999;
1384   border: 1px solid #DDD;
1385   padding: 0.3em;
1386 }
1387 .wall-item-comment-wrapper .comment-edit-text-full {
1388   /* font-size: 14px; */
1389   height: 4em;
1390   color: #2d2d2d;
1391   border: 1px solid #2d2d2d;
1392 }
1393
1394 .fakelink.togglecomment {
1395   float: left;
1396   margin-right: 1em;
1397 }
1398
1399 .comment-edit-preview .contact-photo {
1400   width: 32px;
1401   height: 32px;
1402   margin-left: 16px;
1403   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1404
1405 }
1406 .comment-edit-preview {
1407   /* width: 660px; */
1408   width: 100%;
1409   border: 1px solid #2d2d2d;
1410   margin-top: 10px;
1411   top: 15px !important;
1412   left: 15px !important;
1413 }
1414 .comment-edit-preview .wall-item-links {
1415   padding-left: 12px;
1416 }
1417 .comment-edit-preview .wall-item-container {
1418   /* width: 700px; */
1419   width: 100%;
1420 }
1421 .comment-edit-preview .tread-wrapper {
1422   /* width: 700px; */
1423   width: 100%;
1424   padding: 0;
1425   margin: 10px 0px 0px 0px;
1426   border-bottom: 0px;
1427   box-shadow: none;
1428 }
1429
1430 .wall-item-bottom .comment-edit-preview {
1431   width: 575px;
1432   margin-bottom: 5px;
1433 }
1434
1435 .shiny {
1436   /* border-right: 10px solid #fce94f; */
1437 /*      border-right: 1px solid #A7C7F7;
1438         padding-right: 12px; */
1439 }
1440
1441 #profile-jot-form {
1442   box-shadow: 1px 2px 0px 0px #D8D8D8;
1443   background-color: #fafafa;
1444   padding: 10px;
1445 }
1446
1447 #profile-jot-form #profile-jot-text {
1448   height: 2.0em;
1449   /* width: 99%; */
1450   width: 752px;
1451   width: calc(100% - 10px);
1452   font-size: 15px;
1453   color: #999999;
1454   border: 1px solid #DDD;
1455   padding: 0.3em;
1456   margin-bottom: 10px;
1457 }
1458
1459 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1460     
1461          border-radius: 5px 5px 5px 5px;
1462     font-weight: bold;
1463     height: 20px;
1464     margin: 0 0 5px;
1465     /* width: 60%; */
1466     /* width: 762px; */
1467     width: 100%;
1468     border: 1px solid #d2d2d2;
1469 }
1470
1471 #profile-jot-form #jot-title:-webkit-input-placeholder {
1472   font-weight: normal;
1473 }
1474 #profile-jot-form #jot-title:-moz-placeholder {
1475   font-weight: normal;
1476 }
1477 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1478 /*  width: 785px; */
1479   width: 100%;
1480   height: 100px;
1481 }
1482
1483 #profile-jot-perms {
1484   float: right;
1485 }
1486
1487 #jot-preview-content {
1488   padding-top: 25px;
1489 }
1490
1491 #jot-preview-content .tread-wrapper {
1492   background-color: #fce94f;
1493 }
1494
1495 .wall-item-tags {
1496   padding-top: 1px;
1497   padding-bottom: 2px;
1498   font-size: 12px;
1499   /*display: none;*/
1500 }
1501
1502 .tag {
1503   color: rgb(153,153,153);
1504   /*padding-left: 3px;
1505   font-size: 10px;*/
1506 }
1507 .tag a {
1508   /*padding-right: 8px;*/
1509   color: rgb(153,153,153);
1510 }
1511 .wwto {
1512   position: absolute !important;
1513   width: 25px;
1514   height: 25px;
1515   background: #FFFFFF;
1516   border: 2px solid #364e59;
1517   height: 25px;
1518   width: 25px;
1519   overflow: hidden;
1520   padding: 1px;
1521   position: absolute !important;
1522   top: 40px;
1523   left: 30px;
1524   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1525 }
1526 .wwto .contact-photo {
1527   width: auto;
1528   height: 25px;
1529 }
1530 /* contacts menu */
1531 .contact-photo-wrapper {
1532   position: relative;
1533   width: 80px;
1534 }
1535
1536 .contact-photo-wrapper.wwto {
1537   width: 25px;
1538 }
1539
1540 .contact-photo {
1541   width: 48px;
1542   height: 48px;
1543   overflow: hidden;
1544   display: block;
1545   -webkit-border-radius: 4px;
1546   -moz-border-radius: 4px;
1547   border-radius: 4px;
1548 }
1549
1550 .contact-photo img {
1551   width: 48px;
1552   height: 48px;
1553 }
1554
1555 .contact-wrapper {
1556   float: left;
1557   width: 90px;
1558   height: 90px;
1559   margin-bottom: 15px;
1560 }
1561 .contact-wrapper .contact-photo {
1562   width: 80px;
1563   height: 80px;
1564 }
1565 .contact-wrapper .contact-photo img {
1566   width: 80px;
1567   height: 80px;
1568 }
1569 .contact-wrapper {
1570   left: 0px;
1571   top: 63px;
1572 }
1573 .contact-photo {
1574   width: 48px;
1575   height: 48px;
1576 }
1577 .contact-photo img {
1578   width: 48px;
1579   height: 48px;
1580 }
1581 .contact-name {
1582   /* text-align: center; */
1583   /*font-weight: bold;*/
1584   font-size: 12px;
1585 }
1586 .contact-details {
1587   color: #999999;
1588 }
1589 /* editor */
1590 .jothidden {
1591   display: none;
1592 }
1593 #jot {
1594   width: 785px;
1595   margin: 0px 2em 20px 0px;
1596 }
1597 #jot .profile-jot-text {
1598   height: 1.2em;
1599   width: 99%;
1600   font-size: 10px;
1601   color: #999999;
1602   border: 1px solid #DDD;
1603   padding: 0.3em;
1604 }
1605 #jot #jot-tools {
1606   margin: 0px;
1607   padding: 0px;
1608   height: 40px;
1609   overflow: none;
1610   width: 783px;
1611   background-color: #0e232e;
1612   border-bottom: 2px solid #9eabb0;
1613 }
1614 #jot #jot-tools li {
1615   list-style: none;
1616   float: left;
1617   width: 80px;
1618   height: 40px;
1619   border-bottom: 2px solid #9eabb0;
1620 }
1621 #jot #jot-tools li a {
1622   display: block;
1623   color: #cccccc;
1624   width: 100%;
1625   height: 40px;
1626   text-align: center;
1627   line-height: 40px;
1628   overflow: hidden;
1629 }
1630 #jot #jot-tools li:hover {
1631   background-color: #364e59;
1632   border-bottom: 2px solid #bdcdd4;
1633 }
1634 #jot #jot-tools li.perms {
1635   float: right;
1636   width: 40px;
1637 }
1638 #jot #jot-tools li.perms a.unlock {
1639   width: 30px;
1640   border-left: 10px solid #cccccc;
1641   background-color: #cccccc;
1642   background-position: left center;
1643 }
1644 #jot #jot-tools li.perms a.lock {
1645   width: 30px;
1646   border-left: 10px solid #666666;
1647   background-color: #666666;
1648 }
1649 #jot #jot-tools li.submit {
1650   float: right;
1651   background-color: #cccccc;
1652   border-bottom: 2px solid #cccccc;
1653   border-right: 1px solid #666666;
1654   border-left: 1px solid #666666;
1655 }
1656 #jot #jot-tools li.submit input {
1657   border: 0px;
1658   margin: 0px;
1659   padding: 0px;
1660   background-color: #cccccc;
1661   color: #666666;
1662   width: 80px;
1663   height: 40px;
1664   line-height: 40px;
1665 }
1666 #jot #jot-tools li.submit input:hover {
1667   background-color: #bdcdd4;
1668   color: #666666;
1669 }
1670 #jot #jot-tools li.loading {
1671   float: right;
1672   background-color: #ffffff;
1673   width: 20px;
1674   vertical-align: center;
1675   text-align: center;
1676   border-top: 2px solid #9eabb0;
1677   height: 38px;
1678 }
1679 #jot #jot-tools li.loading img {
1680   margin-top: 10px;
1681 }
1682 /* #jot */
1683 #jot-title {
1684   border: 0px;
1685   margin: 0px;
1686   height: 20px;
1687   width: 700px;
1688   font-weight: bold;
1689   border: 1px solid #ffffff;
1690 }
1691 #jot #jot-title:-webkit-input-placeholder {
1692   font-weight: normal;
1693 }
1694 #jot #jot-title:-moz-placeholder {
1695   font-weight: normal;
1696 }
1697 #jot #jot-title:hover {
1698   border: 1px solid #999999;
1699 }
1700 #jot #jot-title:focus {
1701   border: 1px solid #999999;
1702 }
1703 #jot #character-counter {
1704   width: 80px;
1705   float: right;
1706   text-align: right;
1707   height: 20px;
1708   line-height: 20px;
1709   padding-right: 20px;
1710 }
1711
1712 #profile-jot-submit {
1713   float: right;
1714   margin-left: 15px;
1715 }
1716 #profile-upload-wrapper {
1717   float: left;
1718   margin-left: 15px;
1719 }
1720 #profile-attach-wrapper {
1721   float: left;
1722   margin-left: 15px;
1723 }
1724 #profile-link-wrapper {
1725   float: left;
1726   margin-left: 15px;
1727   cursor: pointer;
1728 }
1729 #profile-video-wrapper {
1730   float: left;
1731   margin-left: 15px;
1732   cursor: pointer;
1733 }
1734 #profile-audio-wrapper {
1735   float: left;
1736   margin-left: 15px;
1737   cursor: pointer;
1738 }
1739 #profile-location-wrapper {
1740   float: left;
1741   margin-left: 15px;
1742   cursor: pointer;
1743 }
1744 #profile-nolocation-wrapper {
1745   float: left;
1746   margin-left: 15px;
1747   cursor: pointer;
1748 }
1749 #profile-smiley-wrapper {
1750   float: left;
1751   margin-left: 15px;
1752   cursor: pointer;
1753   margin-top: 3px;
1754   height: 10px;
1755 }
1756 #jot-perms-icon {
1757   float: right;
1758   margin-left: 15px;
1759 }
1760 #jot-preview-link {
1761   float: right;
1762 }
1763 #profile-jot-end {
1764   clear: both;
1765 }
1766 #profile-jot-text_tbl {
1767   width: 780px;
1768 }
1769 #profile-jot-wrapper {
1770   margin-bottom: 10px;
1771 }
1772
1773 /** buttons **/
1774 /*input[type="submit"] {
1775         border: 0px;
1776     background-color: @ButtonBackgroundColor;
1777     color: @ButtonColor;
1778     padding: 0px 10px;
1779         .rounded(5px);
1780     height: 18px;
1781 }*/
1782 /** acl **/
1783 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1784   display: block!important;
1785 }
1786 #acl-wrapper {
1787   width: 690px;
1788   float: left;
1789 }
1790 #acl-search {
1791   float: right;
1792   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1793   padding-right: 20px;
1794 }
1795 #acl-showall {
1796   float: left;
1797   display: block;
1798   width: auto;
1799   height: 18px;
1800   background-color: #cccccc;
1801   background-image: url("../../../images/show_all_off.png");
1802   background-position: 7px 7px;
1803   background-repeat: no-repeat;
1804   padding: 7px 5px 0px 30px;
1805   color: #999999;
1806   -moz-border-radius: 5px 5px 5px 5px;
1807   -webkit-border-radius: 5px 5px 5px 5px;
1808   border-radius: 5px 5px 5px 5px;
1809 }
1810 #acl-showall.selected {
1811   color: #000000;
1812   background-color: #ff9900;
1813   background-image: url("../../../images/show_all_on.png");
1814 }
1815 #acl-list {
1816   height: 210px;
1817   border: 1px solid #cccccc;
1818   clear: both;
1819   margin-top: 30px;
1820   overflow: auto;
1821 }
1822 .acl-list-item {
1823   display: block;
1824   width: 150px;
1825   height: 30px;
1826   border: 1px solid #cccccc;
1827   margin: 5px;
1828   float: left;
1829 }
1830 .acl-list-item img {
1831   width: 22px;
1832   height: 22px;
1833   float: left;
1834   margin: 4px;
1835 }
1836 .acl-list-item p {
1837   height: 12px;
1838   font-size: 10px;
1839   margin: 0px;
1840   padding: 2px 0px 1px;
1841   overflow: hidden;
1842 }
1843 .acl-list-item a {
1844   font-size: 8px;
1845   display: block;
1846   width: 40px;
1847   height: 10px;
1848   float: left;
1849   color: #999999;
1850   background-color: #cccccc;
1851   background-position: 3px 3px;
1852   background-repeat: no-repeat;
1853   margin-right: 5px;
1854   -webkit-border-radius: 2px ;
1855   -moz-border-radius: 2px;
1856   border-radius: 2px;
1857   padding-left: 15px;
1858 }
1859 #acl-wrapper a:hover {
1860   text-decoration: none;
1861   color: #000000;
1862 }
1863 .acl-button-show {
1864   background-image: url("../../../images/show_off.png");
1865 }
1866 .acl-button-hide {
1867   background-image: url("../../../images/hide_off.png");
1868 }
1869 .acl-button-show.selected {
1870   color: #000000;
1871   background-color: #9ade00;
1872   background-image: url("../../../images/show_on.png");
1873 }
1874 .acl-button-hide.selected {
1875   color: #000000;
1876   background-color: #ff4141;
1877   background-image: url("../../../images/hide_on.png");
1878 }
1879 .acl-list-item.groupshow {
1880   border-color: #9ade00;
1881 }
1882 .acl-list-item.grouphide {
1883   border-color: #ff4141;
1884 }
1885 /** /acl **/
1886 /** tab buttons **/
1887 div.pager, ul.tabs {
1888   list-style-type: none;
1889   padding-bottom: 10px;
1890   padding-left: 10px;
1891   padding-top: 0px;
1892   margin-bottom: 5px;
1893   line-height: 28px;
1894   height: 20px;
1895 /*  font-size: 11px; */
1896   font-size: 13px;
1897   font-weight: bold;
1898   /* margin-bottom: 30px; */
1899   background-color: #FAFAFA;
1900   box-shadow: 1px 2px 0px 0px #D8D8D8;
1901   border-bottom: 1px solid #D2D2D2;
1902 }
1903 ul.tabs li {
1904   float: left;
1905   /* margin-left: 7px; */
1906 }
1907 /*ul.tabs li .active {
1908   border-bottom: 1px solid #005c94;
1909 }*/
1910
1911 ul.tabs a, div.pager a {
1912     /* min-width: 34px; */
1913 /*    display: block;
1914     float: left; */
1915     padding: 0px;
1916     padding-bottom: 6px;
1917 /*    padding: 0px 12px 0px 12px; */
1918 /*    color: #444; */
1919     color: darkgray;
1920 }
1921
1922 ul.tabs a {
1923 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
1924     margin-right: 15px;
1925     margin-left: 5px;
1926 }
1927
1928 #birthday-notice, #event-notice {
1929     box-shadow: 1px 2px 0px 0px #D8D8D8;
1930     margin-bottom: 5px;
1931 }
1932
1933 #birthday-wrapper, #event-wrapper {
1934     background-color: #FAFAFA;
1935     box-shadow: 1px 2px 0px 0px #D8D8D8;
1936     padding-left: 10px;
1937     padding-right: 10px;
1938     padding-top: 5px;
1939     padding-bottom: 5px;
1940     margin-bottom: 0px;
1941 }
1942
1943 .birthday-notice, .event-notice  {
1944     padding: 2px 7px 2px 7px;
1945     color: darkgrey;
1946    font-weight: bold;
1947 }
1948 .comment-edit-submit-wrapper .fakelink {
1949     padding: 2px 7px 2px 7px;
1950     color: black;
1951 }
1952
1953 .comment-edit-submit-wrapper .fakelink {
1954 /*    border: 1px solid lightgray; */
1955     background: #F2F2F2;
1956     margin-top: 2px;
1957     margin-bottom: 2px;
1958 }
1959
1960 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, 
1961 .comment-edit-submit-wrapper .fakelink:hover {
1962     color: black;
1963 }
1964
1965 span.pager_current, span.pager_n a:hover, 
1966 span.pager_first a:hover, span.pager_last a:hover, 
1967 span.pager_prev a:hover, span.pager_next a:hover,
1968 ul.tabs a:hover {
1969   border-bottom: 2px solid #244C5E;
1970   text-decoration: none;
1971   color: grey;
1972   padding-bottom: 6px;
1973 }
1974
1975 ul.tabs li .active, span.pager_current a {
1976   border-bottom: 2px solid #244C5E;
1977   text-decoration: none;
1978   color: black;
1979 }
1980
1981 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
1982 /*    background-color: #e5e5e5; */
1983   color: grey;
1984     text-decoration: none;
1985 /*    border: 1px solid darkgray; */
1986 }
1987
1988 .comment-edit-bb {
1989   float:right;
1990 }
1991 .comment-edit-bb a {
1992   color: #888;
1993   padding: 0px 5px 1px 5px;
1994   cursor: pointer;
1995 }
1996
1997 .comment-edit-bb a:hover {
1998   color: #000;
1999   text-decoration: none;
2000 }
2001
2002 /**
2003  * Form fields
2004  */
2005 .field {
2006   margin-bottom: 10px;
2007   padding-bottom: 10px;
2008   overflow: auto;
2009   width: 100%;
2010 }
2011 .field label {
2012   float: left;
2013   width: 200px;
2014 }
2015 .field input, .field textarea {
2016   max-width: 400px;
2017 }
2018 .field textarea {
2019   height: 100px;
2020 }
2021 .field .field_help {
2022   display: block;
2023   margin-left: 200px;
2024   color: #666666;
2025 }
2026 .field .onoff {
2027   float: left;
2028   width: 80px;
2029 }
2030 .field .onoff a {
2031   display: block;
2032   border: 1px solid #666666;
2033   background-image: url("../../../images/onoff.jpg");
2034   background-repeat: no-repeat;
2035   padding: 4px 2px 2px 2px;
2036   height: 16px;
2037   text-decoration: none;
2038 }
2039 .field .onoff .off {
2040   border-color: #666666;
2041   padding-left: 40px;
2042   background-position: left center;
2043   background-color: #cccccc;
2044   color: #666666;
2045   text-align: right;
2046 }
2047 .field .onoff .on {
2048   border-color: #204A87;
2049   padding-right: 40px;
2050   background-position: right center;
2051   background-color: #D7E3F1;
2052   color: #204A87;
2053   text-align: left;
2054 }
2055 .field .hidden {
2056   display: none!important;
2057 }
2058 .field.radio .field_help {
2059   margin-left: 0px;
2060 }
2061 aside form {
2062   overflow-x: hidden;
2063 }
2064 aside form .field label {
2065   float: inherit;
2066 }
2067
2068 #profile-edit-links-end {
2069         clear: both;
2070         margin-bottom: 15px;
2071 }
2072
2073 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2074
2075 #profile-edit-links li {
2076   float: left;
2077   list-style: none;
2078   margin-left: 10px;
2079 }
2080
2081 .profile-edit-side-div {
2082 /*  display: none; */
2083   float: right; 
2084 }
2085
2086 /* aside div.clear {
2087   clear: none;
2088   float: left;
2089 } */
2090
2091 #register-form label,
2092 #profile-edit-form label {
2093         width: 300px; float: left;
2094 }
2095
2096 .required {
2097   display: inline;
2098   color: #B20202;
2099 }
2100
2101 /* oauth */
2102 .oauthapp {
2103   height: auto;
2104   overflow: auto;
2105   border-bottom: 2px solid #cccccc;
2106   padding-bottom: 1em;
2107   margin-bottom: 1em;
2108 }
2109 .oauthapp img {
2110   float: left;
2111   width: 48px;
2112   height: 48px;
2113   margin: 10px;
2114 }
2115 .oauthapp img.noicon {
2116   background-image: url("../../../images/icons/48/plugin.png");
2117   background-position: center center;
2118   background-repeat: no-repeat;
2119 }
2120 .oauthapp a {
2121   float: left;
2122 }
2123 /* contacts */
2124 .contact-entry-wrapper {
2125   width: 120px;
2126   height: 130px;
2127   float: left;
2128 /*  overflow: hidden; */
2129   margin-left: 5px;
2130 }
2131 /* photo */
2132 .lframe {
2133   float: left;
2134   margin: 0px 10px 10px 0px;
2135 }
2136 /* profile match wrapper */
2137 .profile-match-wrapper {
2138   float: left;
2139   width: 90px;
2140   height: 90px;
2141   margin-bottom: 20px;
2142 }
2143 .profile-match-wrapper .contact-photo {
2144   width: 80px;
2145   height: 80px;
2146 }
2147 .profile-match-wrapper .contact-photo img {
2148   width: 80px;
2149   height: 80px;
2150 }
2151 .profile-match-wrapper {
2152   left: 0px;
2153   top: 63px;
2154 }
2155
2156 .contact-photo-menu-button {
2157         position: relative;
2158         background-image: url("../../../images/icons/16/menu.png");
2159         background-position: top left; 
2160         background-repeat: no-repeat;
2161         margin: 0px 0px -16px 0px; 
2162         padding: 0px;
2163         width: 16px;
2164         height: 16px;
2165         top: -20px; left:0px;
2166         overflow: hidden;
2167         text-indent: 40px;
2168         display: none;
2169         
2170 }
2171 .contact-photo-menu {
2172         width: 11em;
2173         border: 3px solid #364e59;
2174         color: #2d2d2d;
2175         background: #FFFFFF;
2176 /*        position: absolute;*/
2177         position: relative;
2178         left: 0px; top: 0px;
2179         display: none;
2180         z-index: 10000;
2181 }
2182 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2183 .contact-photo-menu li a {
2184         display: block; 
2185         padding: 5px 10px; 
2186         color: #2d2d2d;
2187         text-decoration: none;
2188 }
2189 .contact-photo-menu li a:hover {
2190         background-color: #bdcdd4; 
2191 }
2192
2193 /* page footer */
2194 footer {
2195   /* height: 100px; */
2196   display: table-row;
2197 }
2198
2199 blockquote {
2200     border-left: 1px solid #D2D2D2;
2201     padding-left: 9px;
2202     margin: 0 0 0 .8ex;
2203     color: #777;
2204 }
2205
2206 .oembed {
2207     /* font-size: large; */
2208     font-size: larger;
2209     font-weight: bold;
2210     display: block;
2211 }
2212
2213 /* ================== */
2214 /* = Contacts Block = */
2215 /* ================== */
2216
2217 .contact-block-img {
2218         width: 42px;
2219         height: 42px;
2220         padding-right: 2px;
2221 }
2222 .contact-block-div {
2223         float: left;
2224 }
2225
2226 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2227 #contact-block-end { clear: both; } 
2228
2229 #group-edit-wrapper {
2230         margin-bottom: 10px;
2231 }
2232
2233 #group-members-end {
2234         clear: both;
2235 }
2236
2237 /*
2238 #group-separator,
2239 #prof-separator { display: none;}
2240 */
2241
2242 #prvmail-upload {
2243   margin-left: 10px;
2244 }
2245
2246 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2247         margin-bottom: 10px;
2248         margin-top: 20px;
2249 }
2250
2251 #prvmail-submit {
2252         float: left;
2253         margin-top: 10px;
2254 }
2255 #prvmail-upload-wrapper,
2256 #prvmail-link-wrapper,
2257 #prvmail-rotator-wrapper {
2258         float: left;
2259         margin-top: 10px;
2260         margin-right: 10px;
2261         width: 24px;
2262 }
2263
2264 #prvmail-end {
2265         clear: both;
2266 }
2267
2268 .mail-list-sender,
2269 .mail-list-detail {
2270         float: left;
2271 }
2272 .mail-list-detail {
2273         margin-left: 20px;
2274 }
2275
2276 .mail-list-subject {
2277         font-size: 1.1em;
2278         margin-top: 10px;
2279 }
2280 a.mail-list-link {
2281     display: block;
2282     font-size: 1.3em;
2283     padding: 4px 0;
2284 }
2285
2286 /*
2287 *a.mail-list-link:hover {
2288 *       background-color: #15607B;
2289 *       color: #F5F6FB;
2290 *}
2291 */
2292
2293 .mail-list-outside-wrapper-end {
2294         clear: both;
2295 }
2296
2297 .mail-list-outside-wrapper {
2298         margin-top: 30px;
2299 }
2300
2301 .mail-list-delete-wrapper {
2302         float: right;
2303         margin-right: 30px;
2304         margin-top: 15px;
2305 }
2306
2307 .mail-list-delete-icon {
2308         border: none;
2309 }
2310
2311 .mail-conv-sender,
2312 .mail-conv-detail {
2313         float: left;
2314 }
2315 .mail-conv-detail {
2316         margin-left: 20px;
2317         width: 500px;
2318 }
2319
2320 .mail-conv-subject {
2321     font-size: 1.4em;
2322     margin: 10px 0;
2323 }
2324
2325 .mail-conv-outside-wrapper-end {
2326         clear: both;
2327 }
2328
2329 .mail-conv-outside-wrapper {
2330         margin-top: 30px;
2331 }
2332
2333 .mail-conv-delete-wrapper {
2334         float: right;
2335         margin-right: 30px;
2336         margin-top: 15px;
2337 }
2338 .mail-conv-break {
2339         clear: both;
2340 }
2341
2342 .mail-conv-delete-icon {
2343         border: none;
2344 }
2345
2346 /* ========== */
2347 /* = Events = */
2348 /* ========== */
2349 .eventcal {
2350         float: left;
2351         font-size: 20px;
2352 }
2353
2354 .vevent {
2355         border: 1px solid #CCCCCC;
2356         max-width: 600px;
2357         position: relative;
2358         margin-top: 4px;
2359         margin-right: 4px;
2360         margin-bottom: 15px;
2361 }
2362
2363 .vevent .event-description, .vevent .event-location {
2364         margin-left: 10px;
2365         margin-right: 10px;
2366 }
2367 .vevent .event-start {
2368         margin-left: 10px;
2369         margin-right: 10px;
2370 }
2371
2372 #new-event-link {
2373         margin-bottom: 10px;
2374 }
2375
2376 .edit-event-link, .plink-event-link {
2377         float: left;
2378         margin-top: 4px;
2379         margin-right: 4px;
2380         margin-bottom: 15px;
2381 }
2382
2383 .event-description:before {
2384         content: url('../../../images/calendar.png');
2385         margin-right: 15px;
2386 }
2387
2388 .event-start, .event-end {
2389         margin-left: 10px;
2390         width: 330px;
2391         clear: both;
2392 }
2393
2394 .event-start .dtstart, .event-end .dtend {
2395         float: right;
2396 }
2397
2398 .event-list-date {
2399         margin-bottom: 10px;
2400 }
2401
2402 .prevcal, .nextcal {
2403         float: left;
2404         margin-left: 32px;
2405         margin-right: 32px;
2406         margin-top: 64px;
2407 }
2408 .event-calendar-end {
2409         clear: both;
2410 }
2411
2412  
2413 .calendar {
2414         font-family: Courier, monospace;
2415 }
2416 .today {
2417         font-weight: bold;
2418         color: #FF0000;
2419 }
2420
2421 .settings-block {
2422         /* border: 1px solid #AAA; */
2423         padding-left: 5px;
2424         padding-right: 5px;
2425 }
2426
2427 .app-title {
2428   margin: 0px;
2429 }
2430
2431 #identity-manage-desc {
2432         margin-top:15px;
2433         margin-bottom: 15px;
2434 }
2435
2436 #identity-manage-choose {
2437         margin-bottom: 15px;
2438 }
2439
2440 #identity-submit {
2441         margin-top: 20px;
2442 }
2443
2444 #photo-prev-link, #photo-next-link {
2445         padding: 10px;
2446         float: left;
2447 }
2448
2449 #photo-photo {
2450         float: left;
2451 }
2452
2453 #photo-photo-end {
2454         clear: both;
2455 }
2456
2457 .profile-match-photo {
2458         float: left;
2459         text-align: center;
2460         width: 120px;
2461 }
2462
2463 .profile-match-name {
2464         float: left;
2465         text-align: center;
2466         width: 120px;
2467         overflow: hidden;
2468 }
2469
2470 .profile-match-break,
2471 .profile-match-end {
2472         clear: both;
2473 }
2474
2475 .profile-match-connect {
2476         text-align: center;
2477         font-weight: bold;
2478 }
2479
2480 .profile-match-wrapper {
2481         float: left;
2482         padding: 10px;
2483         width: 120px;
2484         height: 120px;
2485         scroll: auto;
2486 }
2487 #profile-match-wrapper-end {
2488         clear: both;
2489 }
2490
2491 /* ============= */
2492 /* = Directory = */
2493 /* ============= */
2494 /* contacts menu */
2495 .contact-photo-wrapper {
2496   position: relative;
2497 }
2498 .contact-photo {
2499   width: 48px;
2500   height: 48px;
2501   overflow: hidden;
2502   display: block;
2503 }
2504 .contact-photo img {
2505   width: 48px;
2506   height: 48px;
2507 }
2508 .contact-photo-menu-button {
2509   display: none;
2510   /* position: absolute; */
2511   /* position: absolute; */
2512   left: -2px;
2513   top: -20px;
2514 }
2515 .contact-wrapper {
2516   float: left;
2517   width: 90px;
2518   height: 90px;
2519   margin-bottom: 15px;
2520 }
2521 .contact-wrapper .contact-photo {
2522   width: 80px;
2523   height: 80px;
2524 }
2525 .contact-wrapper .contact-photo img {
2526   width: 80px;
2527   height: 80px;
2528 }
2529 .contact-wrapper .contact-photo-menu-button {
2530   left: 0px;
2531   top: 63px;
2532 }
2533 .directory-item {
2534   float: left;
2535   width: 200px;
2536   height: 200px;
2537 }
2538 .directory-item .contact-photo {
2539   width: 175px;
2540   height: 175px;
2541 }
2542 .directory-item .contact-photo img {
2543   width: 175px;
2544   height: 175px;
2545 }
2546 .contact-name {
2547   text-align: center;
2548   font-weight: bold;
2549   font-size: 12px;
2550 }
2551 .contact-details {
2552   color: #999999;
2553 }
2554
2555 .photo-top-image-wrapper {
2556         position: relative;
2557         float: left;
2558         margin-top: 15px;
2559         margin-right: 15px;
2560         width: 200px; height: 200px; 
2561         overflow: hidden; 
2562 }
2563 .photo-top-album-name {
2564         width: 100%;
2565         min-height: 2em;
2566         position: absolute; 
2567         bottom: 0px; 
2568         padding: 0px 3px;
2569         padding-top: 0.5em;
2570         background-color: rgb(255, 255, 255);
2571 }
2572 #photo-top-end {
2573         clear: both;
2574 }
2575
2576 #photo-top-links {
2577         margin-bottom: 30px;
2578         margin-left: 30px;
2579 }
2580
2581 #photos-upload-newalbum-div {
2582         float: left;
2583         width: 175px;
2584 }
2585
2586 .menu-profile-list{
2587   height: auto;
2588   overflow: auto;
2589   min-height: 16px;
2590   list-style: none;
2591         }
2592 .menu-profile-list:hover{
2593         background: #E7F2F7;
2594         }
2595 .menu-profile-list-item{
2596         padding-left: 5px;
2597         vertical-align: middle;
2598         }       
2599 .menu-profile-list-item:hover{  
2600         text-decoration: none;
2601    }
2602
2603 .autocomplete {
2604   width: 350px;
2605   color: black; 
2606   border: 1px solid rgb(210, 210, 210); 
2607   background-color: white;
2608   cursor: pointer;
2609   text-align: left;
2610   max-height: 350px;
2611   overflow: auto;
2612   display: block;
2613   background-position: initial initial;
2614   background-repeat: initial initial; 
2615 }
2616 .mail-list-wrapper {
2617   background-color: #f6f7f8;
2618   margin-bottom: 5px;
2619   width: 100%;
2620   height: auto;
2621   overflow: hidden;
2622 }
2623 .mail-list-wrapper span {
2624   display: block;
2625   float: left;
2626   width: 20%;
2627   overflow: hidden;
2628 }
2629 .mail-list-wrapper .mail-subject {
2630   width: 30%;
2631   padding: 4px 0px 0px 4px;
2632 }
2633 .mail-list-wrapper .mail-subject a {
2634   display: block;
2635 }
2636 .mail-list-wrapper .mail-subject.unseen a {
2637   font-weight: bold;
2638 }
2639 .mail-list-wrapper .mail-date {
2640   padding: 4px 4px 0px 4px;
2641 }
2642 .mail-list-wrapper .mail-from {
2643   padding: 4px 4px 0px 4px;
2644 }
2645 .mail-list-wrapper .mail-count {
2646   padding: 4px 4px 0px 4px;
2647   text-align: right;
2648 }
2649 .mail-list-wrapper .mail-delete {
2650   float: right;
2651 }
2652 #mail-display-subject {
2653   background-color: #f6f7f8;
2654   color: #2d2d2d;
2655   margin-bottom: 10px;
2656   width: 100%;
2657   height: auto;
2658   overflow: hidden;
2659 }
2660 #mail-display-subject span {
2661   float: left;
2662   overflow: hidden;
2663   padding: 4px 0px 0px 10px;
2664 }
2665 #mail-display-subject .mail-delete {
2666   float: right;
2667   opacity: 0.5;
2668   -webkit-transition: all 0.2s ease-in-out;
2669   -moz-transition: all 0.2s ease-in-out;
2670   -o-transition: all 0.2s ease-in-out;
2671   -ms-transition: all 0.2s ease-in-out;
2672   transition: all 0.2s ease-in-out;
2673 }
2674 #mail-display-subject:hover .mail-delete {
2675   opacity: 1;
2676   -webkit-transition: all 0.2s ease-in-out;
2677   -moz-transition: all 0.2s ease-in-out;
2678   -o-transition: all 0.2s ease-in-out;
2679   -ms-transition: all 0.2s ease-in-out;
2680   transition: all 0.2s ease-in-out;
2681 }
2682
2683 .mail-list-outside-wrapper-end {
2684         clear: both;
2685 }
2686 .mail-list-outside-wrapper {
2687         margin-top: 30px;
2688 }
2689 .mail-list-delete-wrapper {
2690         float: right;
2691         margin-right: 30px;
2692         margin-top: 15px;
2693 }
2694 .mail-list-delete-icon {
2695         border: none;
2696 }
2697 .mail-conv-sender,
2698 .mail-conv-detail {
2699         float: left;
2700 }
2701 .mail-conv-detail {
2702         margin-left: 20px;
2703         width: 500px;
2704 }
2705 .mail-conv-subject {
2706     font-size: 1.4em;
2707     margin: 10px 0;
2708 }
2709 .mail-conv-outside-wrapper-end {
2710         clear: both;
2711 }
2712 .mail-conv-outside-wrapper {
2713         margin-top: 30px;
2714 }
2715 .mail-conv-delete-wrapper {
2716         float: right;
2717         margin-right: 30px;
2718         margin-top: 15px;
2719 }
2720 .mail-conv-break {
2721         clear: both;
2722 }
2723 .mail-conv-delete-icon {
2724         border: none;
2725 }
2726