]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
made drop-down menu on user icon a bit more "softer"
[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   border-bottom: 1px solid #D2D2D2;
221   width: 100%;
222   height: 10px;
223 }
224
225 .pager a {
226 }
227
228 .pager a.pager_older {
229   float: right;
230 }
231
232 .pager a.pager_newer {
233   float: left;
234 }
235
236 #contact-edit-drop-link-end {
237   /* clear: both; */
238 }
239
240 #contact-edit-links ul {
241   list-style: none;
242   list-style-type: none;
243 }
244
245 .hide-comments-outer {
246   margin-left: 80px;
247   margin-bottom: 5px;
248   width: 660px;
249   border-bottom: 1px solid #BDCDD4;
250   border-top: 1px solid #BDCDD4;
251
252   padding: 8px;
253 }
254
255 /* global */
256 body {
257   /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
258   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
259   font-size: 14px;
260   /* font-size: 13px;
261   line-height: 19.5px; */
262   font-weight: 400;
263   font-style: normal;
264   /* background-color: #ffffff; */
265   /* background-color: #FAFAFA; */
266   background-color: rgb(229, 229, 229);
267   color: #2d2d2d;
268   margin: 0px 0px 0px 0px;
269   display: table;
270 }
271
272 h4 {
273   font-size: 1.1em;
274 }
275
276 a {
277         color: #36C;
278         /* color: #3e3e8c; */
279         /* color: #3465A4; */
280         /*color: #3E3E8C; */
281         text-decoration: none;
282 }
283 a:hover {
284         /* color: blue; */
285         text-decoration: underline
286 }
287
288 .wall-item-name-link {
289 /*  float: left;*/
290 }
291
292 .wall-item-photo {
293   width: 48px;
294   height: 48px;
295   overflow: hidden;
296   display: block;
297 }
298
299 .left {
300   float: left;
301 }
302 .right {
303   float: right;
304 }
305 .hidden {
306   display: none;
307 }
308 .clear {
309   clear: both;
310 }
311 .fakelink {
312   color: #36c;
313   /* color: #3e3e8c; */
314   /* color: #3465A4; */
315   /* color: #3E3E8C; */
316   text-decoration: none;
317   cursor: pointer;
318 }
319 .fakelink:hover {
320   /*color: blue;*/
321   /*color: #005c94; */
322   text-decoration: underline;
323 }
324 code {
325   font-family: Courier, monospace;
326   white-space: pre;
327   display: block;
328   overflow: auto;
329   border: 1px solid #444;
330   background: #EEE;
331   color: #444;
332   padding: 10px;
333   margin-top: 20px;
334   max-width: 640px;
335 }
336 #panel {
337   position: absolute;
338   width: 10em;
339   background: #ffffff;
340   color: #2d2d2d;
341   margin: 0px;
342   padding: 1em;
343   list-style: none;
344   border: 3px solid #364e59;
345   z-index: 100000;
346   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
347 }
348 /* tool */
349 .tool {
350   height: auto;
351   overflow: auto;
352   padding: 0px;
353 }
354 #saved-search-ul .tool:hover,
355 #nets-sidebar .tool:hover,
356 #sidebar-group-list .tool:hover {
357         background: #EEE;
358 }
359 .tool .label {
360 /*  float: left; */
361 }
362 .tool .action {
363   float: right;
364 }
365 .tool a {
366 /*  color: #000; */
367 }
368 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
369   /* text-decoration: underline; */
370   text-decoration: none;
371   color: black;
372 }
373
374 .groupsideedit, .savedsearchdrop {
375   float: right;
376   opacity: 0.3;
377 }
378 .groupsideedit:hover, .savedsearchdrop:hover {
379   opacity: 1;
380 }
381
382 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
383 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
384 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
385   /* background-color: #ddd; */
386   background-color: #e5e5e5;
387 }
388
389 #message-new a {
390   color: black;
391 }
392
393 .sidebar-group-element {
394 /*  color: #000; */
395 }
396
397 .group-selected, .nets-selected, .fileas-selected {
398   font-weight: bold;
399 }
400
401 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
402 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
403   padding-left: 10px;
404   padding-top: 3px;
405   padding-bottom: 3px;
406   padding-right: 5px;
407   display: block;
408 }
409
410 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
411   display: block;
412   color: #737373;
413 }
414
415 a.sidebar-group-element {
416   color: #737373;
417 }
418
419 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
420   margin-left: 10px;
421   margin-top: 3px;
422   margin-bottom: 3px;
423 }
424
425 #sidebar-ungrouped, .side-link {
426   padding-top: 5px;
427 }
428
429 #sidebar-ungrouped a {
430   color: black;
431 }
432
433 #forum-list a, .tool a, .admin.link a {
434   color: #737373;
435 }
436
437 #forum-list {
438   margin-top: 2px;
439 }
440
441 /* popup notifications */
442 div.jGrowl div.notice {
443   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
444   color: #ffffff;
445   padding-left: 58px;
446 }
447 div.jGrowl div.info {
448   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
449   color: #ffffff;
450   padding-left: 58px;
451 }
452
453 div.jGrowl.top-right {
454   top: 40px;
455   z-index: 90;
456 }
457
458 /* header */
459 header {
460   position: fixed;
461   /* left: 43%;
462   right: 43%; */
463   left: 25px;
464   top: 0px;
465   margin: 0px;
466   padding: 0px;
467   /*width: 100%; height: 12px; */
468
469   z-index: 110;
470   color: #ffffff;
471 }
472 header #site-location {
473   display: none;
474 }
475 header #banner {
476   overflow: hidden;
477   text-align: center;
478   width: 100%;
479 }
480 header #banner a,
481 header #banner a:active,
482 header #banner a:visited,
483 header #banner a:link,
484 header #banner a:hover {
485   color: #ffffff;
486   text-decoration: none;
487   outline: none;
488   vertical-align: bottom;
489 }
490 header #banner #logo-img {
491   height: 22px;
492   margin-top: 5px;
493 }
494 header #banner #logo-text {
495   font-size: 22px;
496 }
497 /* nav */
498 nav {
499   min-width: 1000px;
500   width: 100%;
501   height: 32px;
502   position: fixed;
503   left: 0px;
504   top: 0px;
505   padding: 0px;
506   padding-left: 0px;
507   /* background: #2d2d2d; */
508   background: rgb(36, 76, 94);
509   /*background: #364A84;
510     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
511     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
512     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
513     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
514     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
515     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
516     background: linear-gradient(top, #516499 0%,#364a84 100%); */
517   color: #ffffff;
518   z-index: 100;
519   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
520 }
521
522 nav .icon {
523   color: #ccc;
524 }
525
526 nav a:active,
527 nav a:visited,
528 nav a:link,
529 nav a {
530   text-decoration: none;
531   outline: none;
532   color: #ccc;
533   padding-bottom: 8px;
534   padding-top: 8px;
535 }
536
537 nav a:hover .icon {
538   color: #fff;
539 }
540
541 nav a:hover {
542   text-decoration: none;
543   outline: none;
544   color: #fff;
545   padding-bottom: 8px;
546   padding-top: 8px;
547 }
548
549 nav ul {
550   margin: 0px;
551   padding: 0px 10px;
552 }
553 nav ul li {
554   list-style: none;
555   margin: 0px;
556   /* padding: 1px 1px 3px 1px; */
557   float: left;
558 }
559 nav ul li .menu-popup {
560   left: 0px;
561   right: auto;
562 }
563
564 nav #search-box #search-text {
565   /*background-image:  url('icons/lupe.png');
566   background-repeat:no-repeat; */
567   padding-left:0px;
568   /*border-top-left-radius: 15px;
569   border-top-right-radius: 15px;
570   border-bottom-right-radius: 15px;
571   border-bottom-left-radius: 15px;*/
572   position: relative;
573   height: 17px;
574   margin: 4px 0px 4px 4px;
575   width: 150px;
576   max-width: 150px;
577   background-color: #eee;
578   border-radius: 5px;
579 }
580
581 nav .nav-menu-icon {
582   position: relative;
583   height: 22px;
584   padding: 5px;
585   margin: 0px 10px;
586   -moz-border-radius: 5px 5px 0 0;
587   -webkit-border-radius: 5px 5px 0 0;
588   border-radius: 5px 5px 0 0;
589 }
590 nav .nav-menu-icon.selected {
591   background-color: #364e59;
592 }
593 nav .nav-menu-icon img {
594   width: 22px;
595   height: 22px;
596   -webkit-border-radius: 4px;
597   -moz-border-radius: 4px;
598   border-radius: 4px;
599 }
600 nav .nav-menu-icon .nav-notify {
601   top: 3px;
602 }
603 nav .nav-menu-label {
604   margin: 3px 5px 0px;
605 }
606 nav .nav-menu {
607   position: relative;
608   height: 16px;
609   padding: 5px;
610   padding-left: 5px;
611   padding-right: 5px;
612   margin: 3px 3px 0px;
613   font-size: 13px;
614   /* border-bottom: 3px solid #364A84; */
615   color: #ccc;
616   font-weight: bold;
617 }
618 /*nav .nav-menu.selected a {
619   color: white;
620 }*/
621
622 nav .nav-menu.selected {
623   border-bottom: 3px solid #9eabb0;
624  /*  background-color: #364E59; */
625 }
626
627 nav .nav-menu:hover {
628     /* color: #fff !important; */
629     color: #fff;
630     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
631 /*    background: #4c619c; */
632     text-decoration: none;
633 }
634 nav .nav-notify {
635   display: none;
636   position: absolute;
637  /*  background-color: #36c; */
638    background-color: #F80;
639   /* background-color: #19aeff; */
640   -moz-border-radius: 5px 5px 5px 5px;
641   -webkit-border-radius: 5px 5px 5px 5px;
642   border-radius: 5px 5px 5px 5px;
643   font-size: 10px;
644   padding: 1px 3px;
645   top: 0px;
646   /* right: -10px; */
647   right: -5px;
648   min-width: 15px;
649   /* text-align: right; */
650   text-align: center;
651   color: white;
652 }
653 nav .nav-notify.show {
654   display: block;
655 }
656 nav #nav-help-link,
657 nav #nav-search-link,
658 nav #nav-directory-link,
659 nav #nav-apps-link,
660 nav #nav-notifications-linkmenu,
661 nav #nav-site-linkmenu,
662 nav #nav-user-linklabel {
663   float: right;
664 }
665 nav #nav-user-linklabel {
666   padding-left: 0px;
667   margin-left: 0px;
668 }
669 nav #nav-help-link .menu-popup,
670 nav #nav-search-link .menu-popup,
671 nav #nav-directory-link .menu-popup,
672 nav #nav-apps-link .menu-popup,
673 nav #nav-notifications-linkmenu .menu-popup,
674 nav #nav-site-linkmenu .menu-popup {
675   right: 0px;
676   left: auto;
677 }
678 nav #nav-site-linkmenu {
679   margin-left: 0px;
680   margin-right: 0px;
681 }
682 nav #nav-notifications-linkmenu {
683   margin-left: 0px;
684   margin-right: 5px;
685 }
686 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
687   color: white;
688 }
689 nav #nav-messages-linkmenu.selected,
690 nav #nav-user-linklabel.selected,
691 nav #nav-apps-link.selected {
692   background-color: #364e59;
693   border-bottom-style: none;
694 }
695
696 /* nav #nav-community-link { */
697 nav ul {
698   margin-left: 210px;
699 }
700
701 nav #nav-user-linkmenu {
702   float: right;
703   padding-left: 0px;
704   padding-right: 0px;
705   margin-right: 5px;
706 }
707
708 #nav-notifications-mark-all {
709         /* padding: 1px 1px 2px 26px; */
710         /* border-bottom: 1px solid #364E59; */
711         /* margin: 0px 0px 2px 0px;
712         padding: 5px 10px; */
713 }
714
715 #nav-notifications-see-all {
716         /* padding: 1px 1px 2px 26px; */
717         /* border-bottom: 1px solid #364E59; */
718         /* margin: 0px 0px 2px 0px;
719         padding: 5px 10px; */
720 }
721
722 .notify-seen {
723         background: none repeat scroll 0 0 #DDDDDD;
724         }
725
726 ul.menu-popup {
727   position: absolute;
728   display: none;
729   width: 11em;
730   background: #ffffff;
731   color: #2d2d2d;
732   margin: 0px;
733   padding: 0px;
734   list-style: none;
735   border: 1px solid #364e59;
736   z-index: 100000;
737   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
738   border-radius: 5px;
739 }
740 ul.menu-popup a {
741   display: block;
742   color: #2d2d2d;
743   padding: 5px 10px;
744   text-decoration: none;
745 }
746 ul.menu-popup a:hover {
747   /* background-color: #bdcdd4; */
748   background-color: #e5e5e5;
749 }
750 ul.menu-popup .menu-sep {
751   border-top: 1px solid #9eabb0;
752 }
753 ul.menu-popup li {
754   float: none;
755   overflow: auto;
756   height: auto;
757   display: block;
758 }
759 ul.menu-popup li img {
760   float: left;
761   width: 16px;
762   height: 16px;
763   padding-right: 5px;
764 }
765 ul.menu-popup .empty {
766   padding: 5px;
767   text-align: center;
768   color: #9eabb0;
769 }
770 /* autocomplete popup */
771 .acpopup {
772   max-height: 150px;
773   background-color: #ffffff;
774   color: #2d2d2d;
775   border: 1px solid #MenuBorder;
776   overflow: auto;
777   z-index: 100000;
778   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
779 }
780 .acpopupitem {
781   color: #2d2d2d;
782   padding: 4px;
783   clear: left;
784 }
785 .acpopupitem img {
786   float: left;
787   margin-right: 4px;
788 }
789 .acpopupitem.selected {
790   background-color: #bdcdd4;
791 }
792 #nav-notifications-menu {
793   width: 400px;
794   max-height: 550px;
795   overflow: auto;
796 }
797 /* #nav-notifications-menu a {
798         display: inline;
799         padding: 5px 0px;
800         margin: 0px 0px 2px 0px;
801 }
802 #nav-notifications-menu li:hover {
803   background-color: #bdcdd4;
804 }*/
805
806 #nav-notifications-menu img {
807   float: left;
808   margin-right: 5px;
809 }
810 #nav-notifications-menu .contactname {
811   font-weight: bold;
812 }
813 #nav-notifications-menu .notif-when {
814   font-size: 10px;
815   color: #9eabb0;
816   display: block;
817 }
818
819 .notif-image {
820         width: 32px;
821         height: 32px;
822         padding: 7px 7px 0px 0px;
823 }
824
825 right_aside {
826   width: 0px;
827   top: 32px;
828   display: block;
829 }
830
831 /* aside */
832 aside {
833   /* display: table-cell; */
834   vertical-align: top;
835   width: 185px;
836   /* padding: 32px 10px 10px 20px; */
837   padding: 10px 10px 0px 20px;
838   /* border-right: 1px solid #D2D2D2; */
839   /* background-color: #ECECF2; */
840   /* background-color: #F2F2F2; */
841   background-color: #FFFFFF;
842   font-size: 13px;
843   /* background: #F1F1F1; */
844   /* top: 0px; */
845   top: 32px;
846   overflow-y: auto;
847   z-index: 2;
848   line-height: 17px;
849   position: fixed;
850   /* overflow: auto; */
851   height: 100%;
852   height: calc(100% - 42px);
853   /* overflow: scroll; */
854   box-shadow: 1px 2px 0px 0px #D8D8D8;
855   color: #737373;
856 }
857 aside .vcard .fn {
858   font-size: 18px;
859   font-weight: bold;
860   margin-bottom: 5px;
861   float: left;
862 }
863 aside .vcard .title {
864   margin-bottom: 5px;
865 }
866 aside .vcard dl {
867   height: auto;
868   overflow: auto;
869 }
870
871 aside select {
872   background-color: white;
873   width: 165px;
874   border-color: #ccc;
875 }
876
877 aside .vcard dt {
878   float: left;
879   margin-left: 0px;
880   /* width: 35%; */
881   text-align: right;
882   color: #999999;
883 }
884 aside .vcard dd {
885   float: left;
886   margin-left: 4px;
887   /* width: 60%; */
888 }
889 aside #profile-extra-links ul {
890   padding: 0px;
891   margin: 0px;
892 }
893 aside #profile-extra-links li {
894   padding: 0px;
895   margin: 0px;
896   list-style: none;
897 }
898 aside #dfrn-request-link {
899   display: block;
900   -moz-border-radius: 5px 5px 5px 5px;
901   -webkit-border-radius: 5px 5px 5px 5px;
902   border-radius: 5px 5px 5px 5px;
903   color: #ffffff;
904   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
905   font-weight: bold;
906   text-transform: uppercase;
907   padding: 4px 2px 2px 35px;
908 }
909 aside #dfrn-request-link:hover {
910   text-decoration: none;
911   background-color: #36c;
912   /* background-color: #19aeff; */
913 }
914 aside #profiles-menu {
915   width: 14em;
916   left: 10px;
917 }
918
919 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
920   width: 140px;
921   height: 17px;
922   padding-left: 10px;
923   /*border-top-left-radius: 15px;
924   border-top-right-radius: 15px;
925   border-bottom-right-radius: 15px;
926   border-bottom-left-radius: 15px;
927   -moz-border-bottom-colors: #dbdbdb;
928   -moz-border-top-colors: #999;
929   -moz-border-left-colors: #999;
930   -moz-border-right-colors: #dbdbdb;*/
931 }
932
933 aside h4 {
934   margin-bottom: 0px;
935   margin-top: 0px;
936   font-size: 1.17em;
937 }
938
939 .nets-ul {
940   margin-top: 0px;
941 }
942
943 #contact-block {
944   overflow: auto;
945   height: auto;
946 }
947 #contact-block .contact-block-h4 {
948   float: left;
949   margin: 5px 0px;
950 }
951 #contact-block .allcontact-link {
952   float: right;
953   margin: 5px 0px;
954 }
955 #contact-block .contact-block-content {
956   clear: both;
957   overflow: auto;
958   height: auto;
959 }
960 #contact-block .contact-block-link {
961   float: left;
962   margin: 0px 2px 2px 0px;
963 }
964 #contact-block .contact-block-link img {
965   width: 48px;
966   height: 48px;
967 }
968 .group_selected {
969   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
970   float: left;
971   height: 22px;
972   width: 22px;
973 }
974 .group_unselected {
975   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
976   float: left;
977   height: 22px;
978   width: 22px;
979 }
980 /* widget */
981 .widget {
982   margin-bottom: 1em;
983   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
984         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
985 /*  font-size: 12px; */
986 }
987 .widget h3 {
988   padding: 0px;
989   margin: 2px;
990 }
991 .widget .action {
992   opacity: 0.1;
993   -webkit-transition: all 0.2s ease-in-out;
994   -moz-transition: all 0.2s ease-in-out;
995   -o-transition: all 0.2s ease-in-out;
996   -ms-transition: all 0.2s ease-in-out;
997   transition: all 0.2s ease-in-out;
998 }
999 .widget input.action {
1000   opacity: 0.5;
1001   -webkit-transition: all 0.2s ease-in-out;
1002   -moz-transition: all 0.2s ease-in-out;
1003   -o-transition: all 0.2s ease-in-out;
1004   -ms-transition: all 0.2s ease-in-out;
1005   transition: all 0.2s ease-in-out;
1006 }
1007 .widget:hover .title .action {
1008   opacity: 1;
1009   -webkit-transition: all 0.2s ease-in-out;
1010   -moz-transition: all 0.2s ease-in-out;
1011   -o-transition: all 0.2s ease-in-out;
1012   -ms-transition: all 0.2s ease-in-out;
1013   transition: all 0.2s ease-in-out;
1014 }
1015 .widget .tool:hover .action {
1016   opacity: 1;
1017   -webkit-transition: all 0.2s ease-in-out;
1018   -moz-transition: all 0.2s ease-in-out;
1019   -o-transition: all 0.2s ease-in-out;
1020   -ms-transition: all 0.2s ease-in-out;
1021   transition: all 0.2s ease-in-out;
1022 }
1023 .widget .tool:hover .action.ticked {
1024   opacity: 1;
1025   -webkit-transition: all 0.2s ease-in-out;
1026   -moz-transition: all 0.2s ease-in-out;
1027   -o-transition: all 0.2s ease-in-out;
1028   -ms-transition: all 0.2s ease-in-out;
1029   transition: all 0.2s ease-in-out;
1030 }
1031 .widget ul {
1032   padding: 0px;
1033   margin-top: 0px;
1034   margin-bottom: 0px;
1035 }
1036 .widget ul li {
1037   padding-left: 10px;
1038   /* min-height: 20px; */
1039   list-style: none;
1040   padding-top: 3px;
1041   padding-bottom: 3px;
1042   margin: 0px;
1043 }
1044 .widget .tool.selected {
1045   background: url('../../../images/selected.png') no-repeat left center;
1046 }
1047 /* widget: search */
1048 #add-search-popup {
1049   width: 200px;
1050   top: 18px;
1051 }
1052 /* section */
1053 section {
1054   /*font-size: 13px;
1055   line-height: 19.5px;*/
1056   font-size: 14.95px;
1057   line-height: 21px;
1058   /* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
1059   display: table-cell;
1060   vertical-align: top;
1061   top: 32px;
1062   width: 766px;
1063   max-width: 766px;
1064   padding: 10px 10px 10px 10px;
1065   /* background-color: white; */
1066   /* background-color: rgb(252, 252, 252); */
1067   /* background-color: #FAFAFA; */
1068   background-color: inherit;
1069   /* border-bottom: 1px solid lightgray;
1070   border-right: 1px solid lightgray;
1071   border-left: 1px solid lightgray; */
1072   position: absolute;
1073   left: 215px;
1074   left: calc(215px + (100% - (215px + 766px)) / 6);
1075   /* left: calc(215px + (100% - 215px) / 10); */
1076 }
1077
1078 section.minimal {
1079   top: 0px;
1080   left: 0px;
1081 }
1082
1083 /* wall item */
1084 .tread-wrapper {
1085 /*    border-bottom: 1px solid #BDCDD4; */
1086   border-bottom: 1px solid #D2D2D2;
1087   border-radius: 10px;
1088   position: relative;
1089   padding: 5px;
1090   margin-bottom: 10px;
1091   box-shadow: 1px 2px 0px 0px #D8D8D8;
1092   background-color: #FFFFFF;
1093  /* width: 755px; */
1094 }
1095 .wall-item-decor {
1096   position: absolute;
1097   left: 755px;
1098   left: calc(100% - 16px);
1099 /*  top: -10px; */
1100   width: 16px;
1101 }
1102 .unstarred {
1103   display: none;
1104 }
1105 .wall-item-container {
1106   display: table;
1107   width: 745px;
1108   width: calc(100% - 10px);
1109 }
1110
1111 .wall-item-content hr {
1112   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1113   color: rgb(221, 221, 221);
1114   clear: both;
1115   float: none;
1116   width: 100%;
1117   height: 0.1em;
1118   /* margin: 0px 0px 1.45em; */
1119   border: medium none;
1120 }
1121
1122 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1123   display: table-row;
1124 }
1125 .wall-item-bottom {
1126   /* font-size: 14px; */
1127 }
1128 .wall-item-container .wall-item-tags,
1129 .wall-item-container .wall-item-links,
1130 .wall-item-container .wall-item-actions {
1131   opacity: 0.2;
1132   -webkit-transition: all 0.2s ease-in-out;
1133   -moz-transition: all 0.2s ease-in-out;
1134   -o-transition: all 0.2s ease-in-out;
1135   -ms-transition: all 0.2s ease-in-out;
1136   transition: all 0.2s ease-in-out;
1137 }
1138 .wall-item-container:hover .wall-item-tags,
1139 .wall-item-container:hover .wall-item-links,
1140 .wall-item-container:hover .wall-item-actions {
1141   opacity: 1;
1142   -webkit-transition: all 0.2s ease-in-out;
1143   -moz-transition: all 0.2s ease-in-out;
1144   -o-transition: all 0.2s ease-in-out;
1145   -ms-transition: all 0.2s ease-in-out;
1146   transition: all 0.2s ease-in-out;
1147 }
1148 .wall-item-container .wall-item-info {
1149   display: table-cell;
1150   vertical-align: top;
1151   text-align: left;
1152   width: 80px;
1153 }
1154 .wall-item-container {
1155   /* padding-right: 30px; */
1156   padding-right: 0px;
1157 }
1158 .wall-item-container .wall-item-ago {
1159   word-wrap: break-word;
1160   width: 50px;
1161   margin-left: 10px;
1162   color: #999;
1163   font-size: 12px;
1164 }
1165
1166 .wall-item-network {
1167   color: #999;
1168   font-size: 12px;
1169   text-align: right;
1170   float: right;
1171 }
1172
1173 .wall-item-location {
1174   width: 350px;
1175   float: left;
1176   font-size: 12px;
1177 }}
1178
1179 h2 {
1180   line-height: normal;
1181 }
1182
1183 .wall-item-container .wall-item-content {
1184   /* font-size: 14px; */
1185   max-width: 660px;
1186   word-wrap: break-word;
1187   /* line-height: 1.36; */
1188   padding-bottom: 6px;
1189 }
1190
1191 .wall-item-container .wall-item-content img {
1192   max-width: 100%;
1193   /* max-width: 650px; */
1194   /* max-width: 580px; */
1195 }
1196 .children .wall-item-container .wall-item-item .wall-item-content img {
1197   /* max-width: 650px; */
1198   /* max-width: 580px; */
1199   max-width: 100%;
1200 }
1201 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1202   display: table-cell;
1203   vertical-align: middle;
1204   /* font-size: 17px; */
1205 }
1206 .mail-list-wrapper a,
1207 .wall-item-container .wall-item-bottom a,
1208 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1209 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1210 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1211   color: #999;
1212 }
1213 .mail-list-wrapper a:hover,
1214 .wall-item-container .wall-item-bottom a:hover,
1215 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1216 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1217 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1218   color: #000;
1219   text-decoration: none;
1220 }
1221 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1222   opacity: 0.5;
1223   -webkit-transition: all 0.2s ease-in-out;
1224   -moz-transition: all 0.2s ease-in-out;
1225   -o-transition: all 0.2s ease-in-out;
1226   -ms-transition: all 0.2s ease-in-out;
1227   transition: all 0.2s ease-in-out;
1228 }
1229 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1230   opacity: 1;
1231   -webkit-transition: all 0.2s ease-in-out;
1232   -moz-transition: all 0.2s ease-in-out;
1233   -o-transition: all 0.2s ease-in-out;
1234   -ms-transition: all 0.2s ease-in-out;
1235   transition: all 0.2s ease-in-out;
1236 }
1237
1238 .wall-item-container .wall-item-name:hover {
1239   color: #36c;
1240 }
1241
1242 .wall-item-container .wall-item-name {
1243   color: black;
1244   font-weight: bold;
1245   -webkit-transition: all 0.2s ease-in-out;
1246   -moz-transition: all 0.2s ease-in-out;
1247   -o-transition: all 0.2s ease-in-out;
1248   -ms-transition: all 0.2s ease-in-out;
1249   transition: all 0.2s ease-in-out;
1250 }
1251
1252 .toplevel_item:hover .wall-item-name,
1253 .wall-item-container:hover .wall-item-name {
1254   color: #36c;
1255   font-weight: bold;
1256   -webkit-transition: all 0.2s ease-in-out;
1257   -moz-transition: all 0.2s ease-in-out;
1258   -o-transition: all 0.2s ease-in-out;
1259   -ms-transition: all 0.2s ease-in-out;
1260   transition: all 0.2s ease-in-out;
1261 }
1262
1263 .wall-item-container .wall-item-content a,
1264 .toplevel_item .fakelink,
1265 .wall-item-container .fakelink {
1266   color: black;
1267   -webkit-transition: all 0.2s ease-in-out;
1268   -moz-transition: all 0.2s ease-in-out;
1269   -o-transition: all 0.2s ease-in-out;
1270   -ms-transition: all 0.2s ease-in-out;
1271   transition: all 0.2s ease-in-out;
1272   /* color: darkblue; */
1273   /* color: #3E3E8C; */
1274 }
1275
1276 .toplevel_item:hover .fakelink,
1277 .wall-item-container:hover .fakelink,
1278 .toplevel_item:hover .wall-item-content a,
1279 .wall-item-container:hover .wall-item-content a {
1280   color: #36c;
1281   -webkit-transition: all 0.2s ease-in-out;
1282   -moz-transition: all 0.2s ease-in-out;
1283   -o-transition: all 0.2s ease-in-out;
1284   -ms-transition: all 0.2s ease-in-out;
1285   transition: all 0.2s ease-in-out;
1286 }
1287
1288 .toplevel_item:hover .togglecomment,
1289 .wall-item-container:hover .togglecomment {
1290   color: #999;
1291 }
1292
1293 .wall-item-container .wall-item-actions-author {
1294   width: 100%;
1295   margin-bottom: 0.3em;
1296 }
1297 .wall-item-container .wall-item-actions-social {
1298   float: left;
1299   margin-bottom: 1px;
1300 }
1301 .wall-item-container .wall-item-actions-social a {
1302   float: left;
1303   margin-right: 1em;
1304 }
1305 .wall-item-container .wall-item-actions-tools {
1306   float: right;
1307   width: 80px;
1308 }
1309 .wall-item-container .wall-item-actions-tools a {
1310   float: right;
1311   margin-left: 10px;
1312 }
1313 .wall-item-container .wall-item-actions-tools input {
1314   float: right;
1315   margin-left: 10px;
1316 }
1317 .wall-item-container.comment {
1318   margin-top: 5px;
1319   margin-bottom: 5px;
1320   margin-left: 80px;
1321   width: 665px;
1322   width: calc(100% - 90px);
1323   border-bottom: 1px solid hsl(198, 21%, 79%);
1324 }
1325
1326 .wall-item-container.comment .wall-item-content {
1327   max-width: 585px;
1328 }
1329
1330 .wall-item-container.comment .contact-photo {
1331   width: 32px;
1332   height: 32px;
1333   margin-left: 16px;
1334   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1335
1336 }
1337 .wall-item-container.comment {
1338   top: 15px !important;
1339   left: 15px !important;
1340 }
1341 .wall-item-container.comment .wall-item-links {
1342   padding-left: 12px;
1343 }
1344 .wall-item-bottom .wall-item-comment-wrapper {
1345   margin: 1px 5px 1px 0px;
1346 }
1347 .wall-item-comment-wrapper {
1348   margin: 1px 15px 1px 80px;
1349 }
1350 .wall-item-comment-wrapper.photo {
1351   margin: 1px 15px 1px 0px;
1352 }
1353 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1354   margin-left: 0px;
1355   width: 665px;
1356   width: 100%;
1357   border-bottom: 1px solid hsl(198, 21%, 79%);
1358 }
1359
1360
1361 .wall-item-comment-wrapper .comment-edit-photo {
1362   display: none;
1363 }
1364 .wall-item-comment-wrapper textarea {
1365   height: 1.2em;
1366   width: 100%;
1367   font-size: 13px;
1368   color: #999999;
1369   border: 1px solid #DDD;
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 }
1444
1445 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1446     
1447          border-radius: 5px 5px 5px 5px;
1448     font-weight: bold;
1449     height: 20px;
1450     margin: 0 0 5px;
1451     /* width: 60%; */
1452     /* width: 762px; */
1453     width: 100%;
1454     border: 1px solid #d2d2d2;
1455 }
1456
1457 #profile-jot-form #jot-title:-webkit-input-placeholder {
1458   font-weight: normal;
1459 }
1460 #profile-jot-form #jot-title:-moz-placeholder {
1461   font-weight: normal;
1462 }
1463 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1464 /*  width: 785px; */
1465   width: 100%;
1466   height: 100px;
1467 }
1468
1469 #profile-jot-perms {
1470   float: right;
1471 }
1472
1473 #jot-preview-content {
1474   padding-top: 25px;
1475 }
1476
1477 #jot-preview-content .tread-wrapper {
1478   background-color: #fce94f;
1479 }
1480
1481 .wall-item-tags {
1482   padding-top: 1px;
1483   padding-bottom: 2px;
1484   font-size: 12px;
1485   /*display: none;*/
1486 }
1487
1488 .tag {
1489   color: rgb(153,153,153);
1490   /*padding-left: 3px;
1491   font-size: 10px;*/
1492 }
1493 .tag a {
1494   /*padding-right: 8px;*/
1495   color: rgb(153,153,153);
1496 }
1497 .wwto {
1498   position: absolute !important;
1499   width: 25px;
1500   height: 25px;
1501   background: #FFFFFF;
1502   border: 2px solid #364e59;
1503   height: 25px;
1504   width: 25px;
1505   overflow: hidden;
1506   padding: 1px;
1507   position: absolute !important;
1508   top: 40px;
1509   left: 30px;
1510   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1511 }
1512 .wwto .contact-photo {
1513   width: auto;
1514   height: 25px;
1515 }
1516 /* contacts menu */
1517 .contact-photo-wrapper {
1518   position: relative;
1519   width: 80px;
1520 }
1521
1522 .contact-photo-wrapper.wwto {
1523   width: 25px;
1524 }
1525
1526 .contact-photo {
1527   width: 48px;
1528   height: 48px;
1529   overflow: hidden;
1530   display: block;
1531   -webkit-border-radius: 4px;
1532   -moz-border-radius: 4px;
1533   border-radius: 4px;
1534 }
1535
1536 .contact-photo img {
1537   width: 48px;
1538   height: 48px;
1539 }
1540
1541 .contact-wrapper {
1542   float: left;
1543   width: 90px;
1544   height: 90px;
1545   margin-bottom: 15px;
1546 }
1547 .contact-wrapper .contact-photo {
1548   width: 80px;
1549   height: 80px;
1550 }
1551 .contact-wrapper .contact-photo img {
1552   width: 80px;
1553   height: 80px;
1554 }
1555 .contact-wrapper {
1556   left: 0px;
1557   top: 63px;
1558 }
1559 .contact-photo {
1560   width: 48px;
1561   height: 48px;
1562 }
1563 .contact-photo img {
1564   width: 48px;
1565   height: 48px;
1566 }
1567 .contact-name {
1568   /* text-align: center; */
1569   /*font-weight: bold;*/
1570   font-size: 12px;
1571 }
1572 .contact-details {
1573   color: #999999;
1574 }
1575 /* editor */
1576 .jothidden {
1577   display: none;
1578 }
1579 #jot {
1580   width: 785px;
1581   margin: 0px 2em 20px 0px;
1582 }
1583 #jot .profile-jot-text {
1584   height: 1.2em;
1585   width: 99%;
1586   font-size: 10px;
1587   color: #999999;
1588   border: 1px solid #DDD;
1589   padding: 0.3em;
1590 }
1591 #jot #jot-tools {
1592   margin: 0px;
1593   padding: 0px;
1594   height: 40px;
1595   overflow: none;
1596   width: 783px;
1597   background-color: #0e232e;
1598   border-bottom: 2px solid #9eabb0;
1599 }
1600 #jot #jot-tools li {
1601   list-style: none;
1602   float: left;
1603   width: 80px;
1604   height: 40px;
1605   border-bottom: 2px solid #9eabb0;
1606 }
1607 #jot #jot-tools li a {
1608   display: block;
1609   color: #cccccc;
1610   width: 100%;
1611   height: 40px;
1612   text-align: center;
1613   line-height: 40px;
1614   overflow: hidden;
1615 }
1616 #jot #jot-tools li:hover {
1617   background-color: #364e59;
1618   border-bottom: 2px solid #bdcdd4;
1619 }
1620 #jot #jot-tools li.perms {
1621   float: right;
1622   width: 40px;
1623 }
1624 #jot #jot-tools li.perms a.unlock {
1625   width: 30px;
1626   border-left: 10px solid #cccccc;
1627   background-color: #cccccc;
1628   background-position: left center;
1629 }
1630 #jot #jot-tools li.perms a.lock {
1631   width: 30px;
1632   border-left: 10px solid #666666;
1633   background-color: #666666;
1634 }
1635 #jot #jot-tools li.submit {
1636   float: right;
1637   background-color: #cccccc;
1638   border-bottom: 2px solid #cccccc;
1639   border-right: 1px solid #666666;
1640   border-left: 1px solid #666666;
1641 }
1642 #jot #jot-tools li.submit input {
1643   border: 0px;
1644   margin: 0px;
1645   padding: 0px;
1646   background-color: #cccccc;
1647   color: #666666;
1648   width: 80px;
1649   height: 40px;
1650   line-height: 40px;
1651 }
1652 #jot #jot-tools li.submit input:hover {
1653   background-color: #bdcdd4;
1654   color: #666666;
1655 }
1656 #jot #jot-tools li.loading {
1657   float: right;
1658   background-color: #ffffff;
1659   width: 20px;
1660   vertical-align: center;
1661   text-align: center;
1662   border-top: 2px solid #9eabb0;
1663   height: 38px;
1664 }
1665 #jot #jot-tools li.loading img {
1666   margin-top: 10px;
1667 }
1668 /* #jot */
1669 #jot-title {
1670   border: 0px;
1671   margin: 0px;
1672   height: 20px;
1673   width: 700px;
1674   font-weight: bold;
1675   border: 1px solid #ffffff;
1676 }
1677 #jot #jot-title:-webkit-input-placeholder {
1678   font-weight: normal;
1679 }
1680 #jot #jot-title:-moz-placeholder {
1681   font-weight: normal;
1682 }
1683 #jot #jot-title:hover {
1684   border: 1px solid #999999;
1685 }
1686 #jot #jot-title:focus {
1687   border: 1px solid #999999;
1688 }
1689 #jot #character-counter {
1690   width: 80px;
1691   float: right;
1692   text-align: right;
1693   height: 20px;
1694   line-height: 20px;
1695   padding-right: 20px;
1696 }
1697
1698 #profile-jot-submit {
1699   float: right;
1700   margin-left: 15px;
1701 }
1702 #profile-upload-wrapper {
1703   float: left;
1704   margin-left: 15px;
1705 }
1706 #profile-attach-wrapper {
1707   float: left;
1708   margin-left: 15px;
1709 }
1710 #profile-link-wrapper {
1711   float: left;
1712   margin-left: 15px;
1713   cursor: pointer;
1714 }
1715 #profile-video-wrapper {
1716   float: left;
1717   margin-left: 15px;
1718   cursor: pointer;
1719 }
1720 #profile-audio-wrapper {
1721   float: left;
1722   margin-left: 15px;
1723   cursor: pointer;
1724 }
1725 #profile-location-wrapper {
1726   float: left;
1727   margin-left: 15px;
1728   cursor: pointer;
1729 }
1730 #profile-nolocation-wrapper {
1731   float: left;
1732   margin-left: 15px;
1733   cursor: pointer;
1734 }
1735 #profile-smiley-wrapper {
1736   float: left;
1737   margin-left: 15px;
1738   cursor: pointer;
1739   margin-top: 3px;
1740   height: 10px;
1741 }
1742 #jot-perms-icon {
1743   float: right;
1744   margin-left: 15px;
1745 }
1746 #jot-preview-link {
1747   float: right;
1748 }
1749 #profile-jot-end {
1750   clear: both;
1751 }
1752 #profile-jot-text_tbl {
1753   width: 780px;
1754 }
1755 #profile-jot-wrapper {
1756   margin-bottom: 10px;
1757 }
1758
1759 /** buttons **/
1760 /*input[type="submit"] {
1761         border: 0px;
1762     background-color: @ButtonBackgroundColor;
1763     color: @ButtonColor;
1764     padding: 0px 10px;
1765         .rounded(5px);
1766     height: 18px;
1767 }*/
1768 /** acl **/
1769 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1770   display: block!important;
1771 }
1772 #acl-wrapper {
1773   width: 690px;
1774   float: left;
1775 }
1776 #acl-search {
1777   float: right;
1778   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1779   padding-right: 20px;
1780 }
1781 #acl-showall {
1782   float: left;
1783   display: block;
1784   width: auto;
1785   height: 18px;
1786   background-color: #cccccc;
1787   background-image: url("../../../images/show_all_off.png");
1788   background-position: 7px 7px;
1789   background-repeat: no-repeat;
1790   padding: 7px 5px 0px 30px;
1791   color: #999999;
1792   -moz-border-radius: 5px 5px 5px 5px;
1793   -webkit-border-radius: 5px 5px 5px 5px;
1794   border-radius: 5px 5px 5px 5px;
1795 }
1796 #acl-showall.selected {
1797   color: #000000;
1798   background-color: #ff9900;
1799   background-image: url("../../../images/show_all_on.png");
1800 }
1801 #acl-list {
1802   height: 210px;
1803   border: 1px solid #cccccc;
1804   clear: both;
1805   margin-top: 30px;
1806   overflow: auto;
1807 }
1808 .acl-list-item {
1809   display: block;
1810   width: 150px;
1811   height: 30px;
1812   border: 1px solid #cccccc;
1813   margin: 5px;
1814   float: left;
1815 }
1816 .acl-list-item img {
1817   width: 22px;
1818   height: 22px;
1819   float: left;
1820   margin: 4px;
1821 }
1822 .acl-list-item p {
1823   height: 12px;
1824   font-size: 10px;
1825   margin: 0px;
1826   padding: 2px 0px 1px;
1827   overflow: hidden;
1828 }
1829 .acl-list-item a {
1830   font-size: 8px;
1831   display: block;
1832   width: 40px;
1833   height: 10px;
1834   float: left;
1835   color: #999999;
1836   background-color: #cccccc;
1837   background-position: 3px 3px;
1838   background-repeat: no-repeat;
1839   margin-right: 5px;
1840   -webkit-border-radius: 2px ;
1841   -moz-border-radius: 2px;
1842   border-radius: 2px;
1843   padding-left: 15px;
1844 }
1845 #acl-wrapper a:hover {
1846   text-decoration: none;
1847   color: #000000;
1848 }
1849 .acl-button-show {
1850   background-image: url("../../../images/show_off.png");
1851 }
1852 .acl-button-hide {
1853   background-image: url("../../../images/hide_off.png");
1854 }
1855 .acl-button-show.selected {
1856   color: #000000;
1857   background-color: #9ade00;
1858   background-image: url("../../../images/show_on.png");
1859 }
1860 .acl-button-hide.selected {
1861   color: #000000;
1862   background-color: #ff4141;
1863   background-image: url("../../../images/hide_on.png");
1864 }
1865 .acl-list-item.groupshow {
1866   border-color: #9ade00;
1867 }
1868 .acl-list-item.grouphide {
1869   border-color: #ff4141;
1870 }
1871 /** /acl **/
1872 /** tab buttons **/
1873 ul.tabs {
1874   list-style-type: none;
1875   padding-bottom: 10px;
1876   padding-left: 0px;
1877   margin-bottom: 5px;
1878   line-height: 27px;
1879   height: 27px;
1880   font-size: 11px;
1881   font-weight: bold;
1882   /* margin-bottom: 30px; */
1883 }
1884 ul.tabs li {
1885   float: left;
1886   /* margin-left: 7px; */
1887 }
1888 /*ul.tabs li .active {
1889   border-bottom: 1px solid #005c94;
1890 }*/
1891
1892 ul.tabs a {
1893     /* min-width: 34px; */
1894     display: block;
1895     float: left;
1896     padding-bottom: 0px;
1897     padding: 0px 12px 0px 12px;
1898     color: #444;
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