]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
3fec53fcfe2aa6f74fe4cf1371247afc1fe4d1b3
[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 }
1991
1992 .comment-edit-bb a:hover {
1993   color: #000;
1994   text-decoration: none;
1995 }
1996
1997 /**
1998  * Form fields
1999  */
2000 .field {
2001   margin-bottom: 10px;
2002   padding-bottom: 10px;
2003   overflow: auto;
2004   width: 100%;
2005 }
2006 .field label {
2007   float: left;
2008   width: 200px;
2009 }
2010 .field input, .field textarea {
2011   max-width: 400px;
2012 }
2013 .field textarea {
2014   height: 100px;
2015 }
2016 .field .field_help {
2017   display: block;
2018   margin-left: 200px;
2019   color: #666666;
2020 }
2021 .field .onoff {
2022   float: left;
2023   width: 80px;
2024 }
2025 .field .onoff a {
2026   display: block;
2027   border: 1px solid #666666;
2028   background-image: url("../../../images/onoff.jpg");
2029   background-repeat: no-repeat;
2030   padding: 4px 2px 2px 2px;
2031   height: 16px;
2032   text-decoration: none;
2033 }
2034 .field .onoff .off {
2035   border-color: #666666;
2036   padding-left: 40px;
2037   background-position: left center;
2038   background-color: #cccccc;
2039   color: #666666;
2040   text-align: right;
2041 }
2042 .field .onoff .on {
2043   border-color: #204A87;
2044   padding-right: 40px;
2045   background-position: right center;
2046   background-color: #D7E3F1;
2047   color: #204A87;
2048   text-align: left;
2049 }
2050 .field .hidden {
2051   display: none!important;
2052 }
2053 .field.radio .field_help {
2054   margin-left: 0px;
2055 }
2056 aside form {
2057   overflow-x: hidden;
2058 }
2059 aside form .field label {
2060   float: inherit;
2061 }
2062
2063 #profile-edit-links-end {
2064         clear: both;
2065         margin-bottom: 15px;
2066 }
2067
2068 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2069
2070 #profile-edit-links li {
2071   float: left;
2072   list-style: none;
2073   margin-left: 10px;
2074 }
2075
2076 .profile-edit-side-div {
2077 /*  display: none; */
2078   float: right; 
2079 }
2080
2081 /* aside div.clear {
2082   clear: none;
2083   float: left;
2084 } */
2085
2086 #register-form label,
2087 #profile-edit-form label {
2088         width: 300px; float: left;
2089 }
2090
2091 .required {
2092   display: inline;
2093   color: #B20202;
2094 }
2095
2096 /* oauth */
2097 .oauthapp {
2098   height: auto;
2099   overflow: auto;
2100   border-bottom: 2px solid #cccccc;
2101   padding-bottom: 1em;
2102   margin-bottom: 1em;
2103 }
2104 .oauthapp img {
2105   float: left;
2106   width: 48px;
2107   height: 48px;
2108   margin: 10px;
2109 }
2110 .oauthapp img.noicon {
2111   background-image: url("../../../images/icons/48/plugin.png");
2112   background-position: center center;
2113   background-repeat: no-repeat;
2114 }
2115 .oauthapp a {
2116   float: left;
2117 }
2118 /* contacts */
2119 .contact-entry-wrapper {
2120   width: 120px;
2121   height: 130px;
2122   float: left;
2123 /*  overflow: hidden; */
2124   margin-left: 5px;
2125 }
2126 /* photo */
2127 .lframe {
2128   float: left;
2129   margin: 0px 10px 10px 0px;
2130 }
2131 /* profile match wrapper */
2132 .profile-match-wrapper {
2133   float: left;
2134   width: 90px;
2135   height: 90px;
2136   margin-bottom: 20px;
2137 }
2138 .profile-match-wrapper .contact-photo {
2139   width: 80px;
2140   height: 80px;
2141 }
2142 .profile-match-wrapper .contact-photo img {
2143   width: 80px;
2144   height: 80px;
2145 }
2146 .profile-match-wrapper {
2147   left: 0px;
2148   top: 63px;
2149 }
2150
2151 .contact-photo-menu-button {
2152         position: relative;
2153         background-image: url("../../../images/icons/16/menu.png");
2154         background-position: top left; 
2155         background-repeat: no-repeat;
2156         margin: 0px 0px -16px 0px; 
2157         padding: 0px;
2158         width: 16px;
2159         height: 16px;
2160         top: -20px; left:0px;
2161         overflow: hidden;
2162         text-indent: 40px;
2163         display: none;
2164         
2165 }
2166 .contact-photo-menu {
2167         width: 11em;
2168         border: 3px solid #364e59;
2169         color: #2d2d2d;
2170         background: #FFFFFF;
2171 /*        position: absolute;*/
2172         position: relative;
2173         left: 0px; top: 0px;
2174         display: none;
2175         z-index: 10000;
2176 }
2177 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2178 .contact-photo-menu li a {
2179         display: block; 
2180         padding: 5px 10px; 
2181         color: #2d2d2d;
2182         text-decoration: none;
2183 }
2184 .contact-photo-menu li a:hover {
2185         background-color: #bdcdd4; 
2186 }
2187
2188 /* page footer */
2189 footer {
2190   /* height: 100px; */
2191   display: table-row;
2192 }
2193
2194 blockquote {
2195     border-left: 1px solid #D2D2D2;
2196     padding-left: 9px;
2197     margin: 0 0 0 .8ex;
2198     color: #777;
2199 }
2200
2201 .oembed {
2202     /* font-size: large; */
2203     font-size: larger;
2204     font-weight: bold;
2205     display: block;
2206 }
2207
2208 /* ================== */
2209 /* = Contacts Block = */
2210 /* ================== */
2211
2212 .contact-block-img {
2213         width: 42px;
2214         height: 42px;
2215         padding-right: 2px;
2216 }
2217 .contact-block-div {
2218         float: left;
2219 }
2220
2221 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2222 #contact-block-end { clear: both; } 
2223
2224 #group-edit-wrapper {
2225         margin-bottom: 10px;
2226 }
2227
2228 #group-members-end {
2229         clear: both;
2230 }
2231
2232 /*
2233 #group-separator,
2234 #prof-separator { display: none;}
2235 */
2236
2237 #prvmail-upload {
2238   margin-left: 10px;
2239 }
2240
2241 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2242         margin-bottom: 10px;
2243         margin-top: 20px;
2244 }
2245
2246 #prvmail-submit {
2247         float: left;
2248         margin-top: 10px;
2249 }
2250 #prvmail-upload-wrapper,
2251 #prvmail-link-wrapper,
2252 #prvmail-rotator-wrapper {
2253         float: left;
2254         margin-top: 10px;
2255         margin-right: 10px;
2256         width: 24px;
2257 }
2258
2259 #prvmail-end {
2260         clear: both;
2261 }
2262
2263 .mail-list-sender,
2264 .mail-list-detail {
2265         float: left;
2266 }
2267 .mail-list-detail {
2268         margin-left: 20px;
2269 }
2270
2271 .mail-list-subject {
2272         font-size: 1.1em;
2273         margin-top: 10px;
2274 }
2275 a.mail-list-link {
2276     display: block;
2277     font-size: 1.3em;
2278     padding: 4px 0;
2279 }
2280
2281 /*
2282 *a.mail-list-link:hover {
2283 *       background-color: #15607B;
2284 *       color: #F5F6FB;
2285 *}
2286 */
2287
2288 .mail-list-outside-wrapper-end {
2289         clear: both;
2290 }
2291
2292 .mail-list-outside-wrapper {
2293         margin-top: 30px;
2294 }
2295
2296 .mail-list-delete-wrapper {
2297         float: right;
2298         margin-right: 30px;
2299         margin-top: 15px;
2300 }
2301
2302 .mail-list-delete-icon {
2303         border: none;
2304 }
2305
2306 .mail-conv-sender,
2307 .mail-conv-detail {
2308         float: left;
2309 }
2310 .mail-conv-detail {
2311         margin-left: 20px;
2312         width: 500px;
2313 }
2314
2315 .mail-conv-subject {
2316     font-size: 1.4em;
2317     margin: 10px 0;
2318 }
2319
2320 .mail-conv-outside-wrapper-end {
2321         clear: both;
2322 }
2323
2324 .mail-conv-outside-wrapper {
2325         margin-top: 30px;
2326 }
2327
2328 .mail-conv-delete-wrapper {
2329         float: right;
2330         margin-right: 30px;
2331         margin-top: 15px;
2332 }
2333 .mail-conv-break {
2334         clear: both;
2335 }
2336
2337 .mail-conv-delete-icon {
2338         border: none;
2339 }
2340
2341 /* ========== */
2342 /* = Events = */
2343 /* ========== */
2344 .eventcal {
2345         float: left;
2346         font-size: 20px;
2347 }
2348
2349 .vevent {
2350         border: 1px solid #CCCCCC;
2351         max-width: 600px;
2352         position: relative;
2353         margin-top: 4px;
2354         margin-right: 4px;
2355         margin-bottom: 15px;
2356 }
2357
2358 .vevent .event-description, .vevent .event-location {
2359         margin-left: 10px;
2360         margin-right: 10px;
2361 }
2362 .vevent .event-start {
2363         margin-left: 10px;
2364         margin-right: 10px;
2365 }
2366
2367 #new-event-link {
2368         margin-bottom: 10px;
2369 }
2370
2371 .edit-event-link, .plink-event-link {
2372         float: left;
2373         margin-top: 4px;
2374         margin-right: 4px;
2375         margin-bottom: 15px;
2376 }
2377
2378 .event-description:before {
2379         content: url('../../../images/calendar.png');
2380         margin-right: 15px;
2381 }
2382
2383 .event-start, .event-end {
2384         margin-left: 10px;
2385         width: 330px;
2386         clear: both;
2387 }
2388
2389 .event-start .dtstart, .event-end .dtend {
2390         float: right;
2391 }
2392
2393 .event-list-date {
2394         margin-bottom: 10px;
2395 }
2396
2397 .prevcal, .nextcal {
2398         float: left;
2399         margin-left: 32px;
2400         margin-right: 32px;
2401         margin-top: 64px;
2402 }
2403 .event-calendar-end {
2404         clear: both;
2405 }
2406
2407  
2408 .calendar {
2409         font-family: Courier, monospace;
2410 }
2411 .today {
2412         font-weight: bold;
2413         color: #FF0000;
2414 }
2415
2416 .settings-block {
2417         /* border: 1px solid #AAA; */
2418         padding-left: 5px;
2419         padding-right: 5px;
2420 }
2421
2422 .app-title {
2423   margin: 0px;
2424 }
2425
2426 #identity-manage-desc {
2427         margin-top:15px;
2428         margin-bottom: 15px;
2429 }
2430
2431 #identity-manage-choose {
2432         margin-bottom: 15px;
2433 }
2434
2435 #identity-submit {
2436         margin-top: 20px;
2437 }
2438
2439 #photo-prev-link, #photo-next-link {
2440         padding: 10px;
2441         float: left;
2442 }
2443
2444 #photo-photo {
2445         float: left;
2446 }
2447
2448 #photo-photo-end {
2449         clear: both;
2450 }
2451
2452 .profile-match-photo {
2453         float: left;
2454         text-align: center;
2455         width: 120px;
2456 }
2457
2458 .profile-match-name {
2459         float: left;
2460         text-align: center;
2461         width: 120px;
2462         overflow: hidden;
2463 }
2464
2465 .profile-match-break,
2466 .profile-match-end {
2467         clear: both;
2468 }
2469
2470 .profile-match-connect {
2471         text-align: center;
2472         font-weight: bold;
2473 }
2474
2475 .profile-match-wrapper {
2476         float: left;
2477         padding: 10px;
2478         width: 120px;
2479         height: 120px;
2480         scroll: auto;
2481 }
2482 #profile-match-wrapper-end {
2483         clear: both;
2484 }
2485
2486 /* ============= */
2487 /* = Directory = */
2488 /* ============= */
2489 /* contacts menu */
2490 .contact-photo-wrapper {
2491   position: relative;
2492 }
2493 .contact-photo {
2494   width: 48px;
2495   height: 48px;
2496   overflow: hidden;
2497   display: block;
2498 }
2499 .contact-photo img {
2500   width: 48px;
2501   height: 48px;
2502 }
2503 .contact-photo-menu-button {
2504   display: none;
2505   /* position: absolute; */
2506   /* position: absolute; */
2507   left: -2px;
2508   top: -20px;
2509 }
2510 .contact-wrapper {
2511   float: left;
2512   width: 90px;
2513   height: 90px;
2514   margin-bottom: 15px;
2515 }
2516 .contact-wrapper .contact-photo {
2517   width: 80px;
2518   height: 80px;
2519 }
2520 .contact-wrapper .contact-photo img {
2521   width: 80px;
2522   height: 80px;
2523 }
2524 .contact-wrapper .contact-photo-menu-button {
2525   left: 0px;
2526   top: 63px;
2527 }
2528 .directory-item {
2529   float: left;
2530   width: 200px;
2531   height: 200px;
2532 }
2533 .directory-item .contact-photo {
2534   width: 175px;
2535   height: 175px;
2536 }
2537 .directory-item .contact-photo img {
2538   width: 175px;
2539   height: 175px;
2540 }
2541 .contact-name {
2542   text-align: center;
2543   font-weight: bold;
2544   font-size: 12px;
2545 }
2546 .contact-details {
2547   color: #999999;
2548 }
2549
2550 .photo-top-image-wrapper {
2551         position: relative;
2552         float: left;
2553         margin-top: 15px;
2554         margin-right: 15px;
2555         width: 200px; height: 200px; 
2556         overflow: hidden; 
2557 }
2558 .photo-top-album-name {
2559         width: 100%;
2560         min-height: 2em;
2561         position: absolute; 
2562         bottom: 0px; 
2563         padding: 0px 3px;
2564         padding-top: 0.5em;
2565         background-color: rgb(255, 255, 255);
2566 }
2567 #photo-top-end {
2568         clear: both;
2569 }
2570
2571 #photo-top-links {
2572         margin-bottom: 30px;
2573         margin-left: 30px;
2574 }
2575
2576 #photos-upload-newalbum-div {
2577         float: left;
2578         width: 175px;
2579 }
2580
2581 .menu-profile-list{
2582   height: auto;
2583   overflow: auto;
2584   min-height: 16px;
2585   list-style: none;
2586         }
2587 .menu-profile-list:hover{
2588         background: #E7F2F7;
2589         }
2590 .menu-profile-list-item{
2591         padding-left: 5px;
2592         vertical-align: middle;
2593         }       
2594 .menu-profile-list-item:hover{  
2595         text-decoration: none;
2596    }
2597
2598 .autocomplete {
2599   width: 350px;
2600   color: black; 
2601   border: 1px solid rgb(210, 210, 210); 
2602   background-color: white;
2603   cursor: pointer;
2604   text-align: left;
2605   max-height: 350px;
2606   overflow: auto;
2607   display: block;
2608   background-position: initial initial;
2609   background-repeat: initial initial; 
2610 }
2611 .mail-list-wrapper {
2612   background-color: #f6f7f8;
2613   margin-bottom: 5px;
2614   width: 100%;
2615   height: auto;
2616   overflow: hidden;
2617 }
2618 .mail-list-wrapper span {
2619   display: block;
2620   float: left;
2621   width: 20%;
2622   overflow: hidden;
2623 }
2624 .mail-list-wrapper .mail-subject {
2625   width: 30%;
2626   padding: 4px 0px 0px 4px;
2627 }
2628 .mail-list-wrapper .mail-subject a {
2629   display: block;
2630 }
2631 .mail-list-wrapper .mail-subject.unseen a {
2632   font-weight: bold;
2633 }
2634 .mail-list-wrapper .mail-date {
2635   padding: 4px 4px 0px 4px;
2636 }
2637 .mail-list-wrapper .mail-from {
2638   padding: 4px 4px 0px 4px;
2639 }
2640 .mail-list-wrapper .mail-count {
2641   padding: 4px 4px 0px 4px;
2642   text-align: right;
2643 }
2644 .mail-list-wrapper .mail-delete {
2645   float: right;
2646 }
2647 #mail-display-subject {
2648   background-color: #f6f7f8;
2649   color: #2d2d2d;
2650   margin-bottom: 10px;
2651   width: 100%;
2652   height: auto;
2653   overflow: hidden;
2654 }
2655 #mail-display-subject span {
2656   float: left;
2657   overflow: hidden;
2658   padding: 4px 0px 0px 10px;
2659 }
2660 #mail-display-subject .mail-delete {
2661   float: right;
2662   opacity: 0.5;
2663   -webkit-transition: all 0.2s ease-in-out;
2664   -moz-transition: all 0.2s ease-in-out;
2665   -o-transition: all 0.2s ease-in-out;
2666   -ms-transition: all 0.2s ease-in-out;
2667   transition: all 0.2s ease-in-out;
2668 }
2669 #mail-display-subject:hover .mail-delete {
2670   opacity: 1;
2671   -webkit-transition: all 0.2s ease-in-out;
2672   -moz-transition: all 0.2s ease-in-out;
2673   -o-transition: all 0.2s ease-in-out;
2674   -ms-transition: all 0.2s ease-in-out;
2675   transition: all 0.2s ease-in-out;
2676 }
2677
2678 .mail-list-outside-wrapper-end {
2679         clear: both;
2680 }
2681 .mail-list-outside-wrapper {
2682         margin-top: 30px;
2683 }
2684 .mail-list-delete-wrapper {
2685         float: right;
2686         margin-right: 30px;
2687         margin-top: 15px;
2688 }
2689 .mail-list-delete-icon {
2690         border: none;
2691 }
2692 .mail-conv-sender,
2693 .mail-conv-detail {
2694         float: left;
2695 }
2696 .mail-conv-detail {
2697         margin-left: 20px;
2698         width: 500px;
2699 }
2700 .mail-conv-subject {
2701     font-size: 1.4em;
2702     margin: 10px 0;
2703 }
2704 .mail-conv-outside-wrapper-end {
2705         clear: both;
2706 }
2707 .mail-conv-outside-wrapper {
2708         margin-top: 30px;
2709 }
2710 .mail-conv-delete-wrapper {
2711         float: right;
2712         margin-right: 30px;
2713         margin-top: 15px;
2714 }
2715 .mail-conv-break {
2716         clear: both;
2717 }
2718 .mail-conv-delete-icon {
2719         border: none;
2720 }
2721