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