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