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