]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
7236dbd6b2e33ee5e95b0e0637ee82ef777cfb35
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img { 
11   border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19 /*        width: 80%;*/
20 }
21
22 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   /* display: block; */
129   display: inline-block;
130   overflow: hidden;
131   padding: 1px;
132   color: #999;
133   vertical-align: text-top;
134
135
136 .icon:hover {
137   text-decoration: none;
138   color: #000;
139 }
140
141 .icon a:hover {
142 }
143
144 .icon.text {
145   text-indent: 0px;
146 }
147 .icon.s10 {
148 /*  min-width: 10px;
149   height: 10px; */
150  /* font-size: 10px; */
151 }
152 .icon.s10.text {
153   padding: 2px 0px 0px 15px;
154   font-size: 10px;
155 }
156 .icon.s16 {
157   min-width: 16px;
158   height: 16px;
159 }
160 .icon.s16.text {
161   padding: 4px 0px 0px 20px;
162   font-size: 10px;
163 }
164 .wall-item-decor .icon.s22.lock {
165   color: #888;
166 }
167 .wall-item-decor .icon.s22.lock:hover {
168   color: #000;
169   text-decoration: none;
170 }
171 .icon.s22 {
172   min-width: 22px;
173   height: 22px;
174 }
175 /*.icon.s22.notify {
176   color: gray;
177 }*/
178 .icon.s22.text {
179   padding: 10px 0px 0px 25px;
180   width: 230px;
181   font-size: 1em;
182 }
183 .icon.s48 {
184   width: 48px;
185   height: 48px;
186 }
187 .sparkle {
188         cursor: url('lock.cur'), pointer;
189 }
190
191 #birthday-title, #event-title {
192   font-weight: bold;
193   margin-bottom: 5px;
194 }
195
196 div.pager {
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   border: 1px solid #444;
329   background: #EEE;
330   color: #444;
331   padding: 10px;
332   margin-top: 20px;
333   max-width: 640px;
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: #ccc;
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: #ccc;
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   padding: 0.3em;
1370 }
1371 .wall-item-comment-wrapper .comment-edit-text-full {
1372   /* font-size: 14px; */
1373   height: 4em;
1374   color: #2d2d2d;
1375   border: 1px solid #2d2d2d;
1376 }
1377
1378 .fakelink.togglecomment {
1379   float: left;
1380   margin-right: 1em;
1381 }
1382
1383 .comment-edit-preview .contact-photo {
1384   width: 32px;
1385   height: 32px;
1386   margin-left: 16px;
1387   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1388
1389 }
1390 .comment-edit-preview {
1391   /* width: 660px; */
1392   width: 100%;
1393   border: 1px solid #2d2d2d;
1394   margin-top: 10px;
1395   top: 15px !important;
1396   left: 15px !important;
1397 }
1398 .comment-edit-preview .wall-item-links {
1399   padding-left: 12px;
1400 }
1401 .comment-edit-preview .wall-item-container {
1402   /* width: 700px; */
1403   width: 100%;
1404 }
1405 .comment-edit-preview .tread-wrapper {
1406   /* width: 700px; */
1407   width: 100%;
1408   padding: 0;
1409   margin: 10px 0px 0px 0px;
1410   border-bottom: 0px;
1411   box-shadow: none;
1412 }
1413
1414 .wall-item-bottom .comment-edit-preview {
1415   width: 575px;
1416   margin-bottom: 5px;
1417 }
1418
1419 .shiny {
1420   /* border-right: 10px solid #fce94f; */
1421 /*      border-right: 1px solid #A7C7F7;
1422         padding-right: 12px; */
1423 }
1424
1425 #profile-jot-form {
1426   box-shadow: 1px 2px 0px 0px #D8D8D8;
1427   border-radius: 10px;
1428   background-color: #fafafa;
1429   padding: 10px;
1430 }
1431
1432 #profile-jot-form #profile-jot-text {
1433   height: 2.0em;
1434   /* width: 99%; */
1435   width: 752px;
1436   width: calc(100% - 10px);
1437   font-size: 15px;
1438   color: #999999;
1439   border: 1px solid #DDD;
1440   padding: 0.3em;
1441   margin-bottom: 10px;
1442 }
1443
1444 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1445     
1446          border-radius: 5px 5px 5px 5px;
1447     font-weight: bold;
1448     height: 20px;
1449     margin: 0 0 5px;
1450     /* width: 60%; */
1451     /* width: 762px; */
1452     width: 100%;
1453     border: 1px solid #d2d2d2;
1454 }
1455
1456 #profile-jot-form #jot-title:-webkit-input-placeholder {
1457   font-weight: normal;
1458 }
1459 #profile-jot-form #jot-title:-moz-placeholder {
1460   font-weight: normal;
1461 }
1462 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1463 /*  width: 785px; */
1464   width: 100%;
1465   height: 100px;
1466 }
1467
1468 #profile-jot-perms {
1469   float: right;
1470 }
1471
1472 #jot-preview-content {
1473   padding-top: 25px;
1474 }
1475
1476 #jot-preview-content .tread-wrapper {
1477   background-color: #fce94f;
1478 }
1479
1480 .wall-item-tags {
1481   padding-top: 1px;
1482   padding-bottom: 2px;
1483   font-size: 12px;
1484   /*display: none;*/
1485 }
1486
1487 .tag {
1488   color: rgb(153,153,153);
1489   /*padding-left: 3px;
1490   font-size: 10px;*/
1491 }
1492 .tag a {
1493   /*padding-right: 8px;*/
1494   color: rgb(153,153,153);
1495 }
1496 .wwto {
1497   position: absolute !important;
1498   width: 25px;
1499   height: 25px;
1500   background: #FFFFFF;
1501   border: 2px solid #364e59;
1502   height: 25px;
1503   width: 25px;
1504   overflow: hidden;
1505   padding: 1px;
1506   position: absolute !important;
1507   top: 40px;
1508   left: 30px;
1509   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1510 }
1511 .wwto .contact-photo {
1512   width: auto;
1513   height: 25px;
1514 }
1515 /* contacts menu */
1516 .contact-photo-wrapper {
1517   position: relative;
1518   width: 80px;
1519 }
1520
1521 .contact-photo-wrapper.wwto {
1522   width: 25px;
1523 }
1524
1525 .contact-photo {
1526   width: 48px;
1527   height: 48px;
1528   overflow: hidden;
1529   display: block;
1530   -webkit-border-radius: 4px;
1531   -moz-border-radius: 4px;
1532   border-radius: 4px;
1533 }
1534
1535 .contact-photo img {
1536   width: 48px;
1537   height: 48px;
1538 }
1539
1540 .contact-wrapper {
1541   float: left;
1542   width: 90px;
1543   height: 90px;
1544   margin-bottom: 15px;
1545 }
1546 .contact-wrapper .contact-photo {
1547   width: 80px;
1548   height: 80px;
1549 }
1550 .contact-wrapper .contact-photo img {
1551   width: 80px;
1552   height: 80px;
1553 }
1554 .contact-wrapper {
1555   left: 0px;
1556   top: 63px;
1557 }
1558 .contact-photo {
1559   width: 48px;
1560   height: 48px;
1561 }
1562 .contact-photo img {
1563   width: 48px;
1564   height: 48px;
1565 }
1566 .contact-name {
1567   /* text-align: center; */
1568   /*font-weight: bold;*/
1569   font-size: 12px;
1570 }
1571 .contact-details {
1572   color: #999999;
1573 }
1574 /* editor */
1575 .jothidden {
1576   display: none;
1577 }
1578 #jot {
1579   width: 785px;
1580   margin: 0px 2em 20px 0px;
1581 }
1582 #jot .profile-jot-text {
1583   height: 1.2em;
1584   width: 99%;
1585   font-size: 10px;
1586   color: #999999;
1587   border: 1px solid #DDD;
1588   padding: 0.3em;
1589 }
1590 #jot #jot-tools {
1591   margin: 0px;
1592   padding: 0px;
1593   height: 40px;
1594   overflow: none;
1595   width: 783px;
1596   background-color: #0e232e;
1597   border-bottom: 2px solid #9eabb0;
1598 }
1599 #jot #jot-tools li {
1600   list-style: none;
1601   float: left;
1602   width: 80px;
1603   height: 40px;
1604   border-bottom: 2px solid #9eabb0;
1605 }
1606 #jot #jot-tools li a {
1607   display: block;
1608   color: #cccccc;
1609   width: 100%;
1610   height: 40px;
1611   text-align: center;
1612   line-height: 40px;
1613   overflow: hidden;
1614 }
1615 #jot #jot-tools li:hover {
1616   background-color: #364e59;
1617   border-bottom: 2px solid #bdcdd4;
1618 }
1619 #jot #jot-tools li.perms {
1620   float: right;
1621   width: 40px;
1622 }
1623 #jot #jot-tools li.perms a.unlock {
1624   width: 30px;
1625   border-left: 10px solid #cccccc;
1626   background-color: #cccccc;
1627   background-position: left center;
1628 }
1629 #jot #jot-tools li.perms a.lock {
1630   width: 30px;
1631   border-left: 10px solid #666666;
1632   background-color: #666666;
1633 }
1634 #jot #jot-tools li.submit {
1635   float: right;
1636   background-color: #cccccc;
1637   border-bottom: 2px solid #cccccc;
1638   border-right: 1px solid #666666;
1639   border-left: 1px solid #666666;
1640 }
1641 #jot #jot-tools li.submit input {
1642   border: 0px;
1643   margin: 0px;
1644   padding: 0px;
1645   background-color: #cccccc;
1646   color: #666666;
1647   width: 80px;
1648   height: 40px;
1649   line-height: 40px;
1650 }
1651 #jot #jot-tools li.submit input:hover {
1652   background-color: #bdcdd4;
1653   color: #666666;
1654 }
1655 #jot #jot-tools li.loading {
1656   float: right;
1657   background-color: #ffffff;
1658   width: 20px;
1659   vertical-align: center;
1660   text-align: center;
1661   border-top: 2px solid #9eabb0;
1662   height: 38px;
1663 }
1664 #jot #jot-tools li.loading img {
1665   margin-top: 10px;
1666 }
1667 /* #jot */
1668 #jot-title {
1669   border: 0px;
1670   margin: 0px;
1671   height: 20px;
1672   width: 700px;
1673   font-weight: bold;
1674   border: 1px solid #ffffff;
1675 }
1676 #jot #jot-title:-webkit-input-placeholder {
1677   font-weight: normal;
1678 }
1679 #jot #jot-title:-moz-placeholder {
1680   font-weight: normal;
1681 }
1682 #jot #jot-title:hover {
1683   border: 1px solid #999999;
1684 }
1685 #jot #jot-title:focus {
1686   border: 1px solid #999999;
1687 }
1688 #jot #character-counter {
1689   width: 80px;
1690   float: right;
1691   text-align: right;
1692   height: 20px;
1693   line-height: 20px;
1694   padding-right: 20px;
1695 }
1696
1697 #profile-jot-submit {
1698   float: right;
1699   margin-left: 15px;
1700 }
1701 #profile-upload-wrapper {
1702   float: left;
1703   margin-left: 15px;
1704 }
1705 #profile-attach-wrapper {
1706   float: left;
1707   margin-left: 15px;
1708 }
1709 #profile-link-wrapper {
1710   float: left;
1711   margin-left: 15px;
1712   cursor: pointer;
1713 }
1714 #profile-video-wrapper {
1715   float: left;
1716   margin-left: 15px;
1717   cursor: pointer;
1718 }
1719 #profile-audio-wrapper {
1720   float: left;
1721   margin-left: 15px;
1722   cursor: pointer;
1723 }
1724 #profile-location-wrapper {
1725   float: left;
1726   margin-left: 15px;
1727   cursor: pointer;
1728 }
1729 #profile-nolocation-wrapper {
1730   float: left;
1731   margin-left: 15px;
1732   cursor: pointer;
1733 }
1734 #profile-smiley-wrapper {
1735   float: left;
1736   margin-left: 15px;
1737   cursor: pointer;
1738   margin-top: 3px;
1739   height: 10px;
1740 }
1741 #jot-perms-icon {
1742   float: right;
1743   margin-left: 15px;
1744 }
1745 #jot-preview-link {
1746   float: right;
1747 }
1748 #profile-jot-end {
1749   clear: both;
1750 }
1751 #profile-jot-text_tbl {
1752   width: 780px;
1753 }
1754 #profile-jot-wrapper {
1755   margin-bottom: 10px;
1756 }
1757
1758 /** buttons **/
1759 /*input[type="submit"] {
1760         border: 0px;
1761     background-color: @ButtonBackgroundColor;
1762     color: @ButtonColor;
1763     padding: 0px 10px;
1764         .rounded(5px);
1765     height: 18px;
1766 }*/
1767 /** acl **/
1768 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1769   display: block!important;
1770 }
1771 #acl-wrapper {
1772   width: 690px;
1773   float: left;
1774 }
1775 #acl-search {
1776   float: right;
1777   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1778   padding-right: 20px;
1779 }
1780 #acl-showall {
1781   float: left;
1782   display: block;
1783   width: auto;
1784   height: 18px;
1785   background-color: #cccccc;
1786   background-image: url("../../../images/show_all_off.png");
1787   background-position: 7px 7px;
1788   background-repeat: no-repeat;
1789   padding: 7px 5px 0px 30px;
1790   color: #999999;
1791   -moz-border-radius: 5px 5px 5px 5px;
1792   -webkit-border-radius: 5px 5px 5px 5px;
1793   border-radius: 5px 5px 5px 5px;
1794 }
1795 #acl-showall.selected {
1796   color: #000000;
1797   background-color: #ff9900;
1798   background-image: url("../../../images/show_all_on.png");
1799 }
1800 #acl-list {
1801   height: 210px;
1802   border: 1px solid #cccccc;
1803   clear: both;
1804   margin-top: 30px;
1805   overflow: auto;
1806 }
1807 .acl-list-item {
1808   display: block;
1809   width: 150px;
1810   height: 30px;
1811   border: 1px solid #cccccc;
1812   margin: 5px;
1813   float: left;
1814 }
1815 .acl-list-item img {
1816   width: 22px;
1817   height: 22px;
1818   float: left;
1819   margin: 4px;
1820 }
1821 .acl-list-item p {
1822   height: 12px;
1823   font-size: 10px;
1824   margin: 0px;
1825   padding: 2px 0px 1px;
1826   overflow: hidden;
1827 }
1828 .acl-list-item a {
1829   font-size: 8px;
1830   display: block;
1831   width: 40px;
1832   height: 10px;
1833   float: left;
1834   color: #999999;
1835   background-color: #cccccc;
1836   background-position: 3px 3px;
1837   background-repeat: no-repeat;
1838   margin-right: 5px;
1839   -webkit-border-radius: 2px ;
1840   -moz-border-radius: 2px;
1841   border-radius: 2px;
1842   padding-left: 15px;
1843 }
1844 #acl-wrapper a:hover {
1845   text-decoration: none;
1846   color: #000000;
1847 }
1848 .acl-button-show {
1849   background-image: url("../../../images/show_off.png");
1850 }
1851 .acl-button-hide {
1852   background-image: url("../../../images/hide_off.png");
1853 }
1854 .acl-button-show.selected {
1855   color: #000000;
1856   background-color: #9ade00;
1857   background-image: url("../../../images/show_on.png");
1858 }
1859 .acl-button-hide.selected {
1860   color: #000000;
1861   background-color: #ff4141;
1862   background-image: url("../../../images/hide_on.png");
1863 }
1864 .acl-list-item.groupshow {
1865   border-color: #9ade00;
1866 }
1867 .acl-list-item.grouphide {
1868   border-color: #ff4141;
1869 }
1870 /** /acl **/
1871 /** tab buttons **/
1872 ul.tabs {
1873   list-style-type: none;
1874   padding-bottom: 10px;
1875   padding-left: 0px;
1876   margin-bottom: 5px;
1877   line-height: 27px;
1878   height: 27px;
1879   font-size: 11px;
1880   font-weight: bold;
1881   /* margin-bottom: 30px; */
1882 }
1883 ul.tabs li {
1884   float: left;
1885   /* margin-left: 7px; */
1886 }
1887 /*ul.tabs li .active {
1888   border-bottom: 1px solid #005c94;
1889 }*/
1890
1891 ul.tabs a {
1892     /* min-width: 34px; */
1893     display: block;
1894     float: left;
1895     padding-bottom: 0px;
1896     padding: 0px 12px 0px 12px;
1897     color: #444;
1898         border-radius: 5px;
1899 }
1900
1901 ul.tabs a {
1902     box-shadow: 1px 2px 0px 0px #D8D8D8;
1903     margin-right: 5px;
1904 }
1905
1906 #birthday-notice, #event-notice {
1907     box-shadow: 1px 2px 0px 0px #D8D8D8;
1908     margin-bottom: 5px;
1909         border-radius: 5px;
1910 }
1911
1912 #birthday-wrapper, #event-wrapper {
1913     background-color: #FAFAFA;
1914     box-shadow: 1px 2px 0px 0px #D8D8D8;
1915     padding-left: 10px;
1916     padding-right: 10px;
1917     padding-top: 5px;
1918     padding-bottom: 5px;
1919     margin-bottom: 0px;
1920 }
1921
1922 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
1923     padding: 2px 7px 2px 7px;
1924     color: black;
1925         border-radius: 5px;
1926 }
1927
1928 div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
1929     border: 1px solid lightgray;
1930     background: #F2F2F2;
1931     margin-top: 2px;
1932     margin-bottom: 2px;
1933 }
1934
1935 ul.tabs a:hover {
1936     color: #333;
1937 }
1938
1939 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
1940     color: black;
1941 }
1942
1943 ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
1944     background-color: #e5e5e5;
1945     text-decoration: none;
1946     border: 1px solid darkgray;
1947 }
1948
1949 .comment-edit-bb {
1950   float:right;
1951 }
1952 .comment-edit-bb a {
1953   color: #888;
1954   padding: 0px 5px 1px 5px;
1955 }
1956
1957 .comment-edit-bb a:hover {
1958   color: #000;
1959   text-decoration: none;
1960 }
1961
1962 /**
1963  * Form fields
1964  */
1965 .field {
1966   margin-bottom: 10px;
1967   padding-bottom: 10px;
1968   overflow: auto;
1969   width: 100%;
1970 }
1971 .field label {
1972   float: left;
1973   width: 200px;
1974 }
1975 .field input, .field textarea {
1976   max-width: 400px;
1977 }
1978 .field textarea {
1979   height: 100px;
1980 }
1981 .field .field_help {
1982   display: block;
1983   margin-left: 200px;
1984   color: #666666;
1985 }
1986 .field .onoff {
1987   float: left;
1988   width: 80px;
1989 }
1990 .field .onoff a {
1991   display: block;
1992   border: 1px solid #666666;
1993   background-image: url("../../../images/onoff.jpg");
1994   background-repeat: no-repeat;
1995   padding: 4px 2px 2px 2px;
1996   height: 16px;
1997   text-decoration: none;
1998 }
1999 .field .onoff .off {
2000   border-color: #666666;
2001   padding-left: 40px;
2002   background-position: left center;
2003   background-color: #cccccc;
2004   color: #666666;
2005   text-align: right;
2006 }
2007 .field .onoff .on {
2008   border-color: #204A87;
2009   padding-right: 40px;
2010   background-position: right center;
2011   background-color: #D7E3F1;
2012   color: #204A87;
2013   text-align: left;
2014 }
2015 .field .hidden {
2016   display: none!important;
2017 }
2018 .field.radio .field_help {
2019   margin-left: 0px;
2020 }
2021 aside form {
2022   overflow-x: hidden;
2023 }
2024 aside form .field label {
2025   float: inherit;
2026 }
2027
2028 #profile-edit-links-end {
2029         clear: both;
2030         margin-bottom: 15px;
2031 }
2032
2033 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2034
2035 #profile-edit-links li {
2036   float: left;
2037   list-style: none;
2038   margin-left: 10px;
2039 }
2040
2041 .profile-edit-side-div {
2042 /*  display: none; */
2043   float: right; 
2044 }
2045
2046 /* aside div.clear {
2047   clear: none;
2048   float: left;
2049 } */
2050
2051 #register-form label,
2052 #profile-edit-form label {
2053         width: 300px; float: left;
2054 }
2055
2056 .required {
2057   display: inline;
2058   color: #B20202;
2059 }
2060
2061 /* oauth */
2062 .oauthapp {
2063   height: auto;
2064   overflow: auto;
2065   border-bottom: 2px solid #cccccc;
2066   padding-bottom: 1em;
2067   margin-bottom: 1em;
2068 }
2069 .oauthapp img {
2070   float: left;
2071   width: 48px;
2072   height: 48px;
2073   margin: 10px;
2074 }
2075 .oauthapp img.noicon {
2076   background-image: url("../../../images/icons/48/plugin.png");
2077   background-position: center center;
2078   background-repeat: no-repeat;
2079 }
2080 .oauthapp a {
2081   float: left;
2082 }
2083 /* contacts */
2084 .contact-entry-wrapper {
2085   width: 120px;
2086   height: 120px;
2087   float: left;
2088 }
2089 /* photo */
2090 .lframe {
2091   float: left;
2092   margin: 0px 10px 10px 0px;
2093 }
2094 /* profile match wrapper */
2095 .profile-match-wrapper {
2096   float: left;
2097   width: 90px;
2098   height: 90px;
2099   margin-bottom: 20px;
2100 }
2101 .profile-match-wrapper .contact-photo {
2102   width: 80px;
2103   height: 80px;
2104 }
2105 .profile-match-wrapper .contact-photo img {
2106   width: 80px;
2107   height: 80px;
2108 }
2109 .profile-match-wrapper {
2110   left: 0px;
2111   top: 63px;
2112 }
2113
2114 .contact-photo-menu-button {
2115         position: relative;
2116         background-image: url("../../../images/icons/16/menu.png");
2117         background-position: top left; 
2118         background-repeat: no-repeat;
2119         margin: 0px 0px -16px 0px; 
2120         padding: 0px;
2121         width: 16px;
2122         height: 16px;
2123         top: -20px; left:0px;
2124         overflow: hidden;
2125         text-indent: 40px;
2126         display: none;
2127         
2128 }
2129 .contact-photo-menu {
2130         width: 11em;
2131         border: 3px solid #364e59;
2132         color: #2d2d2d;
2133         background: #FFFFFF;
2134 /*        position: absolute;*/
2135         position: relative;
2136         left: 0px; top: 0px;
2137         display: none;
2138         z-index: 10000;
2139 }
2140 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2141 .contact-photo-menu li a {
2142         display: block; 
2143         padding: 5px 10px; 
2144         color: #2d2d2d;
2145         text-decoration: none;
2146 }
2147 .contact-photo-menu li a:hover {
2148         background-color: #bdcdd4; 
2149 }
2150
2151 /* page footer */
2152 footer {
2153   /* height: 100px; */
2154   display: table-row;
2155 }
2156
2157 blockquote {
2158     border-left: 1px solid #D2D2D2;
2159     padding-left: 9px;
2160     margin: 0 0 0 .8ex;
2161     color: #777;
2162 }
2163
2164 .oembed {
2165     /* font-size: large; */
2166     font-size: larger;
2167     font-weight: bold;
2168     display: block;
2169 }
2170
2171 /* ================== */
2172 /* = Contacts Block = */
2173 /* ================== */
2174
2175 .contact-block-img {
2176         width: 42px;
2177         height: 42px;
2178         padding-right: 2px;
2179 }
2180 .contact-block-div {
2181         float: left;
2182 }
2183
2184 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2185 #contact-block-end { clear: both; } 
2186
2187 #group-edit-wrapper {
2188         margin-bottom: 10px;
2189 }
2190
2191 #group-members-end {
2192         clear: both;
2193 }
2194
2195 /*
2196 #group-separator,
2197 #prof-separator { display: none;}
2198 */
2199
2200 #prvmail-upload {
2201   margin-left: 10px;
2202 }
2203
2204 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2205         margin-bottom: 10px;
2206         margin-top: 20px;
2207 }
2208
2209 #prvmail-submit {
2210         float: left;
2211         margin-top: 10px;
2212 }
2213 #prvmail-upload-wrapper,
2214 #prvmail-link-wrapper,
2215 #prvmail-rotator-wrapper {
2216         float: left;
2217         margin-top: 10px;
2218         margin-right: 10px;
2219         width: 24px;
2220 }
2221
2222 #prvmail-end {
2223         clear: both;
2224 }
2225
2226 .mail-list-sender,
2227 .mail-list-detail {
2228         float: left;
2229 }
2230 .mail-list-detail {
2231         margin-left: 20px;
2232 }
2233
2234 .mail-list-subject {
2235         font-size: 1.1em;
2236         margin-top: 10px;
2237 }
2238 a.mail-list-link {
2239     display: block;
2240     font-size: 1.3em;
2241     padding: 4px 0;
2242 }
2243
2244 /*
2245 *a.mail-list-link:hover {
2246 *       background-color: #15607B;
2247 *       color: #F5F6FB;
2248 *}
2249 */
2250
2251 .mail-list-outside-wrapper-end {
2252         clear: both;
2253 }
2254
2255 .mail-list-outside-wrapper {
2256         margin-top: 30px;
2257 }
2258
2259 .mail-list-delete-wrapper {
2260         float: right;
2261         margin-right: 30px;
2262         margin-top: 15px;
2263 }
2264
2265 .mail-list-delete-icon {
2266         border: none;
2267 }
2268
2269 .mail-conv-sender,
2270 .mail-conv-detail {
2271         float: left;
2272 }
2273 .mail-conv-detail {
2274         margin-left: 20px;
2275         width: 500px;
2276 }
2277
2278 .mail-conv-subject {
2279     font-size: 1.4em;
2280     margin: 10px 0;
2281 }
2282
2283 .mail-conv-outside-wrapper-end {
2284         clear: both;
2285 }
2286
2287 .mail-conv-outside-wrapper {
2288         margin-top: 30px;
2289 }
2290
2291 .mail-conv-delete-wrapper {
2292         float: right;
2293         margin-right: 30px;
2294         margin-top: 15px;
2295 }
2296 .mail-conv-break {
2297         clear: both;
2298 }
2299
2300 .mail-conv-delete-icon {
2301         border: none;
2302 }
2303
2304 /* ========== */
2305 /* = Events = */
2306 /* ========== */
2307 .eventcal {
2308         float: left;
2309         font-size: 20px;
2310 }
2311
2312 .vevent {
2313         border: 1px solid #CCCCCC;
2314         max-width: 600px;
2315         position: relative;
2316         margin-top: 4px;
2317         margin-right: 4px;
2318         margin-bottom: 15px;
2319 }
2320
2321 .vevent .event-description, .vevent .event-location {
2322         margin-left: 10px;
2323         margin-right: 10px;
2324 }
2325 .vevent .event-start {
2326         margin-left: 10px;
2327         margin-right: 10px;
2328 }
2329
2330 #new-event-link {
2331         margin-bottom: 10px;
2332 }
2333
2334 .edit-event-link, .plink-event-link {
2335         float: left;
2336         margin-top: 4px;
2337         margin-right: 4px;
2338         margin-bottom: 15px;
2339 }
2340
2341 .event-description:before {
2342         content: url('../../../images/calendar.png');
2343         margin-right: 15px;
2344 }
2345
2346 .event-start, .event-end {
2347         margin-left: 10px;
2348         width: 330px;
2349         clear: both;
2350 }
2351
2352 .event-start .dtstart, .event-end .dtend {
2353         float: right;
2354 }
2355
2356 .event-list-date {
2357         margin-bottom: 10px;
2358 }
2359
2360 .prevcal, .nextcal {
2361         float: left;
2362         margin-left: 32px;
2363         margin-right: 32px;
2364         margin-top: 64px;
2365 }
2366 .event-calendar-end {
2367         clear: both;
2368 }
2369
2370  
2371 .calendar {
2372         font-family: Courier, monospace;
2373 }
2374 .today {
2375         font-weight: bold;
2376         color: #FF0000;
2377 }
2378
2379 .settings-block {
2380         /* border: 1px solid #AAA; */
2381         padding-left: 5px;
2382         padding-right: 5px;
2383 }
2384
2385 .app-title {
2386   margin: 0px;
2387 }
2388
2389 #identity-manage-desc {
2390         margin-top:15px;
2391         margin-bottom: 15px;
2392 }
2393
2394 #identity-manage-choose {
2395         margin-bottom: 15px;
2396 }
2397
2398 #identity-submit {
2399         margin-top: 20px;
2400 }
2401
2402 #photo-prev-link, #photo-next-link {
2403         padding: 10px;
2404         float: left;
2405 }
2406
2407 #photo-photo {
2408         float: left;
2409 }
2410
2411 #photo-photo-end {
2412         clear: both;
2413 }
2414
2415 .profile-match-photo {
2416         float: left;
2417         text-align: center;
2418         width: 120px;
2419 }
2420
2421 .profile-match-name {
2422         float: left;
2423         text-align: center;
2424         width: 120px;
2425         overflow: hidden;
2426 }
2427
2428 .profile-match-break,
2429 .profile-match-end {
2430         clear: both;
2431 }
2432
2433 .profile-match-connect {
2434         text-align: center;
2435         font-weight: bold;
2436 }
2437
2438 .profile-match-wrapper {
2439         float: left;
2440         padding: 10px;
2441         width: 120px;
2442         height: 120px;
2443         scroll: auto;
2444 }
2445 #profile-match-wrapper-end {
2446         clear: both;
2447 }
2448
2449 /* ============= */
2450 /* = Directory = */
2451 /* ============= */
2452 /* contacts menu */
2453 .contact-photo-wrapper {
2454   position: relative;
2455 }
2456 .contact-photo {
2457   width: 48px;
2458   height: 48px;
2459   overflow: hidden;
2460   display: block;
2461 }
2462 .contact-photo img {
2463   width: 48px;
2464   height: 48px;
2465 }
2466 .contact-photo-menu-button {
2467   display: none;
2468   /* position: absolute; */
2469   /* position: absolute; */
2470   left: -2px;
2471   top: -20px;
2472 }
2473 .contact-wrapper {
2474   float: left;
2475   width: 90px;
2476   height: 90px;
2477   margin-bottom: 15px;
2478 }
2479 .contact-wrapper .contact-photo {
2480   width: 80px;
2481   height: 80px;
2482 }
2483 .contact-wrapper .contact-photo img {
2484   width: 80px;
2485   height: 80px;
2486 }
2487 .contact-wrapper .contact-photo-menu-button {
2488   left: 0px;
2489   top: 63px;
2490 }
2491 .directory-item {
2492   float: left;
2493   width: 200px;
2494   height: 200px;
2495 }
2496 .directory-item .contact-photo {
2497   width: 175px;
2498   height: 175px;
2499 }
2500 .directory-item .contact-photo img {
2501   width: 175px;
2502   height: 175px;
2503 }
2504 .contact-name {
2505   text-align: center;
2506   font-weight: bold;
2507   font-size: 12px;
2508 }
2509 .contact-details {
2510   color: #999999;
2511 }
2512
2513 .photo-top-image-wrapper {
2514         position: relative;
2515         float: left;
2516         margin-top: 15px;
2517         margin-right: 15px;
2518         width: 200px; height: 200px; 
2519         overflow: hidden; 
2520 }
2521 .photo-top-album-name {
2522         width: 100%;
2523         min-height: 2em;
2524         position: absolute; 
2525         bottom: 0px; 
2526         padding: 0px 3px;
2527         padding-top: 0.5em;
2528         background-color: rgb(255, 255, 255);
2529 }
2530 #photo-top-end {
2531         clear: both;
2532 }
2533
2534 #photo-top-links {
2535         margin-bottom: 30px;
2536         margin-left: 30px;
2537 }
2538
2539 #photos-upload-newalbum-div {
2540         float: left;
2541         width: 175px;
2542 }
2543
2544 .menu-profile-list{
2545   height: auto;
2546   overflow: auto;
2547   min-height: 16px;
2548   list-style: none;
2549         }
2550 .menu-profile-list:hover{
2551         background: #E7F2F7;
2552         }
2553 .menu-profile-list-item{
2554         padding-left: 5px;
2555         vertical-align: middle;
2556         }       
2557 .menu-profile-list-item:hover{  
2558         text-decoration: none;
2559    }
2560
2561 .autocomplete {
2562   width: 350px;
2563   color: black; 
2564   border: 1px solid rgb(210, 210, 210); 
2565   background-color: white;
2566   cursor: pointer;
2567   text-align: left;
2568   max-height: 350px;
2569   overflow: auto;
2570   display: block;
2571   background-position: initial initial;
2572   background-repeat: initial initial; 
2573 }
2574 .mail-list-wrapper {
2575   background-color: #f6f7f8;
2576   margin-bottom: 5px;
2577   width: 100%;
2578   height: auto;
2579   overflow: hidden;
2580 }
2581 .mail-list-wrapper span {
2582   display: block;
2583   float: left;
2584   width: 20%;
2585   overflow: hidden;
2586 }
2587 .mail-list-wrapper .mail-subject {
2588   width: 30%;
2589   padding: 4px 0px 0px 4px;
2590 }
2591 .mail-list-wrapper .mail-subject a {
2592   display: block;
2593 }
2594 .mail-list-wrapper .mail-subject.unseen a {
2595   font-weight: bold;
2596 }
2597 .mail-list-wrapper .mail-date {
2598   padding: 4px 4px 0px 4px;
2599 }
2600 .mail-list-wrapper .mail-from {
2601   padding: 4px 4px 0px 4px;
2602 }
2603 .mail-list-wrapper .mail-count {
2604   padding: 4px 4px 0px 4px;
2605   text-align: right;
2606 }
2607 .mail-list-wrapper .mail-delete {
2608   float: right;
2609 }
2610 #mail-display-subject {
2611   background-color: #f6f7f8;
2612   color: #2d2d2d;
2613   margin-bottom: 10px;
2614   width: 100%;
2615   height: auto;
2616   overflow: hidden;
2617 }
2618 #mail-display-subject span {
2619   float: left;
2620   overflow: hidden;
2621   padding: 4px 0px 0px 10px;
2622 }
2623 #mail-display-subject .mail-delete {
2624   float: right;
2625   opacity: 0.5;
2626   -webkit-transition: all 0.2s ease-in-out;
2627   -moz-transition: all 0.2s ease-in-out;
2628   -o-transition: all 0.2s ease-in-out;
2629   -ms-transition: all 0.2s ease-in-out;
2630   transition: all 0.2s ease-in-out;
2631 }
2632 #mail-display-subject:hover .mail-delete {
2633   opacity: 1;
2634   -webkit-transition: all 0.2s ease-in-out;
2635   -moz-transition: all 0.2s ease-in-out;
2636   -o-transition: all 0.2s ease-in-out;
2637   -ms-transition: all 0.2s ease-in-out;
2638   transition: all 0.2s ease-in-out;
2639 }
2640
2641 .mail-list-outside-wrapper-end {
2642         clear: both;
2643 }
2644 .mail-list-outside-wrapper {
2645         margin-top: 30px;
2646 }
2647 .mail-list-delete-wrapper {
2648         float: right;
2649         margin-right: 30px;
2650         margin-top: 15px;
2651 }
2652 .mail-list-delete-icon {
2653         border: none;
2654 }
2655 .mail-conv-sender,
2656 .mail-conv-detail {
2657         float: left;
2658 }
2659 .mail-conv-detail {
2660         margin-left: 20px;
2661         width: 500px;
2662 }
2663 .mail-conv-subject {
2664     font-size: 1.4em;
2665     margin: 10px 0;
2666 }
2667 .mail-conv-outside-wrapper-end {
2668         clear: both;
2669 }
2670 .mail-conv-outside-wrapper {
2671         margin-top: 30px;
2672 }
2673 .mail-conv-delete-wrapper {
2674         float: right;
2675         margin-right: 30px;
2676         margin-top: 15px;
2677 }
2678 .mail-conv-break {
2679         clear: both;
2680 }
2681 .mail-conv-delete-icon {
2682         border: none;
2683 }
2684