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