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