]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge pull request #1678 from annando/1506-ostatus-completion
[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 .wall-item-container.thread_level_2 {
1350   margin-left: 80px;
1351   width: calc(100% - 90px);
1352 }
1353 .wall-item-container.thread_level_3 {
1354   margin-left: 95px;
1355   width: calc(100% - 105px);
1356 }
1357 .wall-item-container.thread_level_4 {
1358   margin-left: 110px;
1359   width: calc(100% - 120px);
1360 }
1361 .wall-item-container.thread_level_5 {
1362   margin-left: 125px;
1363   width: calc(100% - 135px);
1364 }
1365 .wall-item-container.thread_level_6 {
1366   margin-left: 140px;
1367   width: calc(100% - 150px);
1368 }
1369 .wall-item-container.thread_level_7 {
1370   margin-left: 155px;
1371   width: calc(100% - 165px);
1372 }
1373
1374 .wall-item-container.comment .wall-item-content {
1375   max-width: 585px;
1376 }
1377
1378 .wall-item-container.comment .contact-photo {
1379   width: 32px;
1380   height: 32px;
1381   margin-left: 16px;
1382   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1383
1384 }
1385 .wall-item-container.comment {
1386   top: 15px !important;
1387   left: 15px !important;
1388 }
1389 .wall-item-container.comment .wall-item-links {
1390   padding-left: 12px;
1391 }
1392 .wall-item-bottom .wall-item-comment-wrapper {
1393   margin: 1px 5px 1px 0px;
1394 }
1395 .wall-item-comment-wrapper {
1396   margin: 1px 15px 1px 80px;
1397 }
1398 .wall-item-comment-wrapper.photo {
1399   margin: 1px 15px 1px 0px;
1400 }
1401 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1402   margin-left: 0px;
1403   width: 665px;
1404   width: 100%;
1405   border-bottom: 1px solid hsl(198, 21%, 79%);
1406 }
1407
1408
1409 .wall-item-comment-wrapper .comment-edit-photo {
1410   display: none;
1411 }
1412 .wall-item-comment-wrapper textarea {
1413   height: 1.2em;
1414   width: 100%;
1415   font-size: 13px;
1416   color: #999999;
1417   border: 1px solid #DDD;
1418   padding: 0.3em;
1419 }
1420 .wall-item-comment-wrapper .comment-edit-text-full {
1421   /* font-size: 14px; */
1422   height: 4em;
1423   color: #2d2d2d;
1424   border: 1px solid #2d2d2d;
1425 }
1426
1427 .fakelink.togglecomment {
1428   float: left;
1429   margin-right: 1em;
1430 }
1431
1432 .comment-edit-preview .contact-photo {
1433   width: 32px;
1434   height: 32px;
1435   margin-left: 16px;
1436   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1437
1438 }
1439 .comment-edit-preview {
1440   /* width: 660px; */
1441   width: 100%;
1442   border: 1px solid #2d2d2d;
1443   margin-top: 10px;
1444   top: 15px !important;
1445   left: 15px !important;
1446 }
1447 .comment-edit-preview .wall-item-links {
1448   padding-left: 12px;
1449 }
1450 .comment-edit-preview .wall-item-container {
1451   /* width: 700px; */
1452   width: 100%;
1453 }
1454 .comment-edit-preview .tread-wrapper {
1455   /* width: 700px; */
1456   width: 100%;
1457   padding: 0;
1458   margin: 10px 0px 0px 0px;
1459   border-bottom: 0px;
1460   box-shadow: none;
1461 }
1462
1463 .wall-item-bottom .comment-edit-preview {
1464   width: 575px;
1465   margin-bottom: 5px;
1466 }
1467
1468 .shiny {
1469   /* border-right: 10px solid #fce94f; */
1470 /*      border-right: 1px solid #A7C7F7;
1471         padding-right: 12px; */
1472 }
1473
1474 #profile-jot-form {
1475   box-shadow: 1px 2px 0px 0px #D8D8D8;
1476   background-color: #fafafa;
1477   padding: 10px;
1478 }
1479
1480 #profile-jot-form #profile-jot-text {
1481   height: 2.0em;
1482   /* width: 99%; */
1483   width: 752px;
1484   width: calc(100% - 10px);
1485   font-size: 15px;
1486   color: #999999;
1487   border: 1px solid #DDD;
1488   padding: 0.3em;
1489   margin-bottom: 10px;
1490 }
1491
1492 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1493
1494          border-radius: 5px 5px 5px 5px;
1495     font-weight: bold;
1496     height: 20px;
1497     margin: 0 0 5px;
1498     /* width: 60%; */
1499     /* width: 762px; */
1500     width: 100%;
1501     border: 1px solid #d2d2d2;
1502 }
1503
1504 #profile-jot-form #jot-title:-webkit-input-placeholder {
1505   font-weight: normal;
1506 }
1507 #profile-jot-form #jot-title:-moz-placeholder {
1508   font-weight: normal;
1509 }
1510 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1511 /*  width: 785px; */
1512   width: 100%;
1513   height: 100px;
1514 }
1515
1516 #profile-jot-perms {
1517   float: right;
1518 }
1519
1520 #jot-preview-content {
1521   padding-top: 25px;
1522 }
1523
1524 #jot-preview-content .tread-wrapper {
1525   background-color: #fce94f;
1526 }
1527
1528 .wall-item-tags {
1529   padding-top: 1px;
1530   padding-bottom: 2px;
1531   font-size: 12px;
1532   /*display: none;*/
1533 }
1534
1535 .tag {
1536   color: rgb(153,153,153);
1537   /*padding-left: 3px;
1538   font-size: 10px;*/
1539 }
1540 .tag a {
1541   /*padding-right: 8px;*/
1542   color: rgb(153,153,153);
1543 }
1544 .wwto {
1545   position: absolute !important;
1546   width: 25px;
1547   height: 25px;
1548   background: #FFFFFF;
1549   border: 2px solid #364e59;
1550   height: 25px;
1551   width: 25px;
1552   overflow: hidden;
1553   padding: 1px;
1554   position: absolute !important;
1555   top: 40px;
1556   left: 30px;
1557   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1558 }
1559 .wwto .contact-photo {
1560   width: auto;
1561   height: 25px;
1562 }
1563 /* contacts menu */
1564 .contact-photo-wrapper {
1565   position: relative;
1566   width: 80px;
1567 }
1568
1569 .contact-photo-wrapper.wwto {
1570   width: 25px;
1571 }
1572
1573 .contact-photo {
1574   width: 48px;
1575   height: 48px;
1576   overflow: hidden;
1577   display: block;
1578   -webkit-border-radius: 4px;
1579   -moz-border-radius: 4px;
1580   border-radius: 4px;
1581 }
1582
1583 .contact-photo img {
1584   width: 48px;
1585   height: 48px;
1586 }
1587
1588 .contact-wrapper {
1589   float: left;
1590   width: 90px;
1591   height: 90px;
1592   margin-bottom: 15px;
1593 }
1594 .contact-wrapper .contact-photo {
1595   width: 80px;
1596   height: 80px;
1597 }
1598 .contact-wrapper .contact-photo img {
1599   width: 80px;
1600   height: 80px;
1601 }
1602 .contact-wrapper {
1603   left: 0px;
1604   top: 63px;
1605 }
1606 .contact-photo {
1607   width: 48px;
1608   height: 48px;
1609 }
1610 .contact-photo img {
1611   width: 48px;
1612   height: 48px;
1613 }
1614 .contact-name {
1615   /* text-align: center; */
1616   /*font-weight: bold;*/
1617   font-size: 12px;
1618 }
1619 .contact-details {
1620   color: #999999;
1621 }
1622 /* editor */
1623 .jothidden {
1624   display: none;
1625 }
1626 #jot {
1627   width: 785px;
1628   margin: 0px 2em 20px 0px;
1629 }
1630 #jot .profile-jot-text {
1631   height: 1.2em;
1632   width: 99%;
1633   font-size: 10px;
1634   color: #999999;
1635   border: 1px solid #DDD;
1636   padding: 0.3em;
1637 }
1638 #jot #jot-tools {
1639   margin: 0px;
1640   padding: 0px;
1641   height: 40px;
1642   overflow: none;
1643   width: 783px;
1644   background-color: #0e232e;
1645   border-bottom: 2px solid #9eabb0;
1646 }
1647 #jot #jot-tools li {
1648   list-style: none;
1649   float: left;
1650   width: 80px;
1651   height: 40px;
1652   border-bottom: 2px solid #9eabb0;
1653 }
1654 #jot #jot-tools li a {
1655   display: block;
1656   color: #cccccc;
1657   width: 100%;
1658   height: 40px;
1659   text-align: center;
1660   line-height: 40px;
1661   overflow: hidden;
1662 }
1663 #jot #jot-tools li:hover {
1664   background-color: #364e59;
1665   border-bottom: 2px solid #bdcdd4;
1666 }
1667 #jot #jot-tools li.perms {
1668   float: right;
1669   width: 40px;
1670 }
1671 #jot #jot-tools li.perms a.unlock {
1672   width: 30px;
1673   border-left: 10px solid #cccccc;
1674   background-color: #cccccc;
1675   background-position: left center;
1676 }
1677 #jot #jot-tools li.perms a.lock {
1678   width: 30px;
1679   border-left: 10px solid #666666;
1680   background-color: #666666;
1681 }
1682 #jot #jot-tools li.submit {
1683   float: right;
1684   background-color: #cccccc;
1685   border-bottom: 2px solid #cccccc;
1686   border-right: 1px solid #666666;
1687   border-left: 1px solid #666666;
1688 }
1689 #jot #jot-tools li.submit input {
1690   border: 0px;
1691   margin: 0px;
1692   padding: 0px;
1693   background-color: #cccccc;
1694   color: #666666;
1695   width: 80px;
1696   height: 40px;
1697   line-height: 40px;
1698 }
1699 #jot #jot-tools li.submit input:hover {
1700   background-color: #bdcdd4;
1701   color: #666666;
1702 }
1703 #jot #jot-tools li.loading {
1704   float: right;
1705   background-color: #ffffff;
1706   width: 20px;
1707   vertical-align: center;
1708   text-align: center;
1709   border-top: 2px solid #9eabb0;
1710   height: 38px;
1711 }
1712 #jot #jot-tools li.loading img {
1713   margin-top: 10px;
1714 }
1715 /* #jot */
1716 #jot-title {
1717   border: 0px;
1718   margin: 0px;
1719   height: 20px;
1720   width: 700px;
1721   font-weight: bold;
1722   border: 1px solid #ffffff;
1723 }
1724 #jot #jot-title:-webkit-input-placeholder {
1725   font-weight: normal;
1726 }
1727 #jot #jot-title:-moz-placeholder {
1728   font-weight: normal;
1729 }
1730 #jot #jot-title:hover {
1731   border: 1px solid #999999;
1732 }
1733 #jot #jot-title:focus {
1734   border: 1px solid #999999;
1735 }
1736 #jot #character-counter {
1737   width: 80px;
1738   float: right;
1739   text-align: right;
1740   height: 20px;
1741   line-height: 20px;
1742   padding-right: 20px;
1743 }
1744
1745 #profile-jot-submit {
1746   float: right;
1747   margin-left: 15px;
1748 }
1749 #profile-upload-wrapper {
1750   float: left;
1751   margin-left: 15px;
1752 }
1753 #profile-attach-wrapper {
1754   float: left;
1755   margin-left: 15px;
1756 }
1757 #profile-link-wrapper {
1758   float: left;
1759   margin-left: 15px;
1760   cursor: pointer;
1761 }
1762 #profile-video-wrapper {
1763   float: left;
1764   margin-left: 15px;
1765   cursor: pointer;
1766 }
1767 #profile-audio-wrapper {
1768   float: left;
1769   margin-left: 15px;
1770   cursor: pointer;
1771 }
1772 #profile-location-wrapper {
1773   float: left;
1774   margin-left: 15px;
1775   cursor: pointer;
1776 }
1777 #profile-nolocation-wrapper {
1778   float: left;
1779   margin-left: 15px;
1780   cursor: pointer;
1781 }
1782 #profile-smiley-wrapper {
1783   float: left;
1784   margin-left: 15px;
1785   cursor: pointer;
1786   margin-top: 3px;
1787   height: 10px;
1788 }
1789 #jot-perms-icon {
1790   float: right;
1791   margin-left: 15px;
1792 }
1793 #jot-preview-link {
1794   float: right;
1795 }
1796 #profile-jot-end {
1797   clear: both;
1798 }
1799 #profile-jot-text_tbl {
1800   width: 780px;
1801 }
1802 #profile-jot-wrapper {
1803   margin-bottom: 10px;
1804 }
1805
1806 /** buttons **/
1807 /*input[type="submit"] {
1808         border: 0px;
1809     background-color: @ButtonBackgroundColor;
1810     color: @ButtonColor;
1811     padding: 0px 10px;
1812         .rounded(5px);
1813     height: 18px;
1814 }*/
1815 /** acl **/
1816 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1817   display: block!important;
1818 }
1819 #acl-wrapper {
1820   width: 690px;
1821   float: left;
1822 }
1823 #acl-search {
1824   float: right;
1825   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1826   padding-right: 20px;
1827 }
1828 #acl-showall {
1829   float: left;
1830   display: block;
1831   width: auto;
1832   height: 18px;
1833   background-color: #cccccc;
1834   background-image: url("../../../images/show_all_off.png");
1835   background-position: 7px 7px;
1836   background-repeat: no-repeat;
1837   padding: 7px 5px 0px 30px;
1838   color: #999999;
1839   -moz-border-radius: 5px 5px 5px 5px;
1840   -webkit-border-radius: 5px 5px 5px 5px;
1841   border-radius: 5px 5px 5px 5px;
1842 }
1843 #acl-showall.selected {
1844   color: #000000;
1845   background-color: #ff9900;
1846   background-image: url("../../../images/show_all_on.png");
1847 }
1848 #acl-list {
1849   height: 210px;
1850   border: 1px solid #cccccc;
1851   clear: both;
1852   margin-top: 30px;
1853   overflow: auto;
1854 }
1855 .acl-list-item {
1856   display: block;
1857   width: 150px;
1858   height: 30px;
1859   border: 1px solid #cccccc;
1860   margin: 5px;
1861   float: left;
1862 }
1863 .acl-list-item img {
1864   width: 22px;
1865   height: 22px;
1866   float: left;
1867   margin: 4px;
1868 }
1869 .acl-list-item p {
1870   height: 12px;
1871   font-size: 10px;
1872   margin: 0px;
1873   padding: 2px 0px 1px;
1874   overflow: hidden;
1875 }
1876 .acl-list-item a {
1877   font-size: 8px;
1878   display: block;
1879   width: 40px;
1880   height: 10px;
1881   float: left;
1882   color: #999999;
1883   background-color: #cccccc;
1884   background-position: 3px 3px;
1885   background-repeat: no-repeat;
1886   margin-right: 5px;
1887   -webkit-border-radius: 2px ;
1888   -moz-border-radius: 2px;
1889   border-radius: 2px;
1890   padding-left: 15px;
1891 }
1892 #acl-wrapper a:hover {
1893   text-decoration: none;
1894   color: #000000;
1895 }
1896 .acl-button-show {
1897   background-image: url("../../../images/show_off.png");
1898 }
1899 .acl-button-hide {
1900   background-image: url("../../../images/hide_off.png");
1901 }
1902 .acl-button-show.selected {
1903   color: #000000;
1904   background-color: #9ade00;
1905   background-image: url("../../../images/show_on.png");
1906 }
1907 .acl-button-hide.selected {
1908   color: #000000;
1909   background-color: #ff4141;
1910   background-image: url("../../../images/hide_on.png");
1911 }
1912 .acl-list-item.groupshow {
1913   border-color: #9ade00;
1914 }
1915 .acl-list-item.grouphide {
1916   border-color: #ff4141;
1917 }
1918 /** /acl **/
1919 /** tab buttons **/
1920 div.pager, ul.tabs {
1921   list-style-type: none;
1922   padding-bottom: 10px;
1923   padding-left: 10px;
1924   padding-top: 0px;
1925   margin-bottom: 5px;
1926   line-height: 28px;
1927   height: 20px;
1928 /*  font-size: 11px; */
1929   font-size: 13px;
1930   font-weight: bold;
1931   /* margin-bottom: 30px; */
1932   background-color: #FAFAFA;
1933   box-shadow: 1px 2px 0px 0px #D8D8D8;
1934   border-bottom: 1px solid #D2D2D2;
1935 }
1936 ul.tabs li {
1937   float: left;
1938   /* margin-left: 7px; */
1939 }
1940 /*ul.tabs li .active {
1941   border-bottom: 1px solid #005c94;
1942 }*/
1943
1944 ul.tabs a, div.pager a {
1945     /* min-width: 34px; */
1946 /*    display: block;
1947     float: left; */
1948     padding: 0px;
1949     padding-bottom: 6px;
1950 /*    padding: 0px 12px 0px 12px; */
1951 /*    color: #444; */
1952     color: darkgray;
1953 }
1954
1955 ul.tabs a {
1956 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
1957     margin-right: 15px;
1958     margin-left: 5px;
1959 }
1960
1961 #birthday-notice, #event-notice {
1962     box-shadow: 1px 2px 0px 0px #D8D8D8;
1963     margin-bottom: 5px;
1964 }
1965
1966 #birthday-wrapper, #event-wrapper {
1967     background-color: #FAFAFA;
1968     box-shadow: 1px 2px 0px 0px #D8D8D8;
1969     padding-left: 10px;
1970     padding-right: 10px;
1971     padding-top: 5px;
1972     padding-bottom: 5px;
1973     margin-bottom: 0px;
1974 }
1975
1976 .birthday-notice, .event-notice  {
1977     padding: 2px 7px 2px 7px;
1978     color: darkgrey;
1979    font-weight: bold;
1980 }
1981 .comment-edit-submit-wrapper .fakelink {
1982     padding: 2px 7px 2px 7px;
1983     color: black;
1984 }
1985
1986 .comment-edit-submit-wrapper .fakelink {
1987 /*    border: 1px solid lightgray; */
1988     background: #F2F2F2;
1989     margin-top: 2px;
1990     margin-bottom: 2px;
1991 }
1992
1993 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
1994 .comment-edit-submit-wrapper .fakelink:hover {
1995     color: black;
1996 }
1997
1998 span.pager_current, span.pager_n a:hover,
1999 span.pager_first a:hover, span.pager_last a:hover,
2000 span.pager_prev a:hover, span.pager_next a:hover,
2001 ul.tabs a:hover {
2002   border-bottom: 2px solid #244C5E;
2003   text-decoration: none;
2004   color: grey;
2005   padding-bottom: 6px;
2006 }
2007
2008 ul.tabs li .active, span.pager_current a {
2009   border-bottom: 2px solid #244C5E;
2010   text-decoration: none;
2011   color: black;
2012 }
2013
2014 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2015 /*    background-color: #e5e5e5; */
2016   color: grey;
2017     text-decoration: none;
2018 /*    border: 1px solid darkgray; */
2019 }
2020
2021 .comment-edit-bb {
2022   float:right;
2023 }
2024 .comment-edit-bb a {
2025   color: #888;
2026   padding: 0px 5px 1px 5px;
2027 }
2028
2029 .comment-edit-bb a:hover {
2030   color: #000;
2031   text-decoration: none;
2032 }
2033
2034 /**
2035  * Form fields
2036  */
2037 .field {
2038   margin-bottom: 10px;
2039   padding-bottom: 10px;
2040   overflow: auto;
2041   width: 100%;
2042 }
2043 .field label {
2044   float: left;
2045   width: 200px;
2046 }
2047 .field input, .field textarea {
2048   max-width: 400px;
2049 }
2050 .field textarea {
2051   height: 100px;
2052 }
2053 .field .field_help {
2054   display: block;
2055   margin-left: 200px;
2056   color: #666666;
2057 }
2058 .field .onoff {
2059   float: left;
2060   width: 80px;
2061   margin-right:1em;
2062 }
2063 .field .onoff a {
2064   display: block;
2065   border: 1px solid #666666;
2066   background-image: url("../../../images/onoff.jpg");
2067   background-repeat: no-repeat;
2068   padding: 4px 2px 2px 2px;
2069   font-size:14px;
2070   height: 16px;
2071   line-height:16px;
2072   text-decoration: none;
2073   text-align: center;
2074   text-transform: uppercase;
2075   border-radius:4px;
2076 }
2077 .field .onoff .off {
2078   border-color: #B0B0B0;
2079   padding-left: 36px;
2080   background-position: left center;
2081   background-color: #cccccc;
2082   color: #9C9C9C;
2083 }
2084 .field .onoff .on {
2085   font-weight:bold;
2086   border-color: #8EB8EE;
2087   padding-right: 36px;
2088   background-position: right center;
2089   background-color: #D7E3F1;
2090   color: #36c;
2091 }
2092 .field .hidden {
2093   display: none!important;
2094 }
2095 .field.radio .field_help {
2096   margin-left: 0px;
2097 }
2098 aside form {
2099   overflow-x: hidden;
2100 }
2101 aside form .field label {
2102   float: inherit;
2103 }
2104
2105 #profile-edit-links-end {
2106         clear: both;
2107         margin-bottom: 15px;
2108 }
2109
2110 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2111
2112 #profile-edit-links li {
2113   float: left;
2114   list-style: none;
2115 }
2116
2117 .profile-edit-side-div {
2118 /*  display: none; */
2119   float: right;
2120 }
2121
2122 /* aside div.clear {
2123   clear: none;
2124   float: left;
2125 } */
2126
2127 #register-form label,
2128 #profile-edit-wrapper label {
2129   width: 200px;
2130   float: left;
2131 }
2132
2133 .required {
2134   display: inline;
2135   color: #B20202;
2136 }
2137
2138 /* oauth */
2139 .oauthapp {
2140   height: auto;
2141   overflow: auto;
2142   border-bottom: 2px solid #cccccc;
2143   padding-bottom: 1em;
2144   margin-bottom: 1em;
2145 }
2146 .oauthapp img {
2147   float: left;
2148   width: 48px;
2149   height: 48px;
2150   margin: 10px;
2151 }
2152 .oauthapp img.noicon {
2153   background-image: url("../../../images/icons/48/plugin.png");
2154   background-position: center center;
2155   background-repeat: no-repeat;
2156 }
2157 .oauthapp a {
2158   float: left;
2159 }
2160 /* contacts */
2161 .contact-entry-wrapper {
2162   width: 120px;
2163   height: 130px;
2164   float: left;
2165 /*  overflow: hidden; */
2166   margin-left: 5px;
2167 }
2168 /* photo */
2169 .lframe {
2170   float: left;
2171   margin: 0px 10px 10px 0px;
2172 }
2173 /* profile match wrapper */
2174 .profile-match-wrapper {
2175   float: left;
2176   width: 90px;
2177   height: 90px;
2178   margin-bottom: 20px;
2179 }
2180 .profile-match-wrapper .contact-photo {
2181   width: 80px;
2182   height: 80px;
2183 }
2184 .profile-match-wrapper .contact-photo img {
2185   width: 80px;
2186   height: 80px;
2187 }
2188 .profile-match-wrapper {
2189   left: 0px;
2190   top: 63px;
2191 }
2192
2193 .contact-photo-menu-button {
2194         position: relative;
2195         background-image: url("../../../images/icons/16/menu.png");
2196         background-position: top left;
2197         background-repeat: no-repeat;
2198         margin: 0px 0px -16px 0px;
2199         padding: 0px;
2200         width: 16px;
2201         height: 16px;
2202         top: -20px; left:0px;
2203         overflow: hidden;
2204         text-indent: 40px;
2205         display: none;
2206
2207 }
2208 .contact-photo-menu {
2209         width: 11em;
2210         border: 3px solid #364e59;
2211         color: #2d2d2d;
2212         background: #FFFFFF;
2213 /*        position: absolute;*/
2214         position: relative;
2215         left: 0px; top: 0px;
2216         display: none;
2217         z-index: 10000;
2218 }
2219 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2220 .contact-photo-menu li a {
2221         display: block;
2222         padding: 5px 10px;
2223         color: #2d2d2d;
2224         text-decoration: none;
2225 }
2226 .contact-photo-menu li a:hover {
2227         background-color: #bdcdd4;
2228 }
2229
2230 /* page footer */
2231 footer {
2232   /* height: 100px; */
2233   display: table-row;
2234 }
2235
2236 blockquote {
2237     border-left: 1px solid #D2D2D2;
2238     padding-left: 9px;
2239     margin: 0 0 0 .8ex;
2240     color: #777;
2241 }
2242
2243 .oembed {
2244     /* font-size: large; */
2245     font-size: larger;
2246     font-weight: bold;
2247     display: block;
2248 }
2249
2250 /* ================== */
2251 /* = Contacts Block = */
2252 /* ================== */
2253
2254 .contact-block-img {
2255         width: 42px;
2256         height: 42px;
2257         padding-right: 2px;
2258 }
2259 .contact-block-div {
2260         float: left;
2261 }
2262
2263 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2264 #contact-block-end { clear: both; }
2265
2266 #group-edit-wrapper {
2267         margin-bottom: 10px;
2268 }
2269
2270 #group-members-end {
2271         clear: both;
2272 }
2273
2274 /*
2275 #group-separator,
2276 #prof-separator { display: none;}
2277 */
2278
2279 #message-to-select {
2280   height: 150px;
2281 }
2282
2283 #prvmail-upload {
2284   margin-left: 10px;
2285 }
2286
2287 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2288         margin-bottom: 10px;
2289         margin-top: 20px;
2290 }
2291
2292 #prvmail-submit {
2293         float: left;
2294         margin-top: 10px;
2295 }
2296 #prvmail-upload-wrapper,
2297 #prvmail-link-wrapper,
2298 #prvmail-rotator-wrapper {
2299         float: left;
2300         margin-top: 10px;
2301         margin-right: 10px;
2302         width: 24px;
2303 }
2304
2305 #prvmail-end {
2306         clear: both;
2307 }
2308
2309 .mail-list-sender,
2310 .mail-list-detail {
2311         float: left;
2312 }
2313 .mail-list-detail {
2314         margin-left: 20px;
2315 }
2316
2317 .mail-list-subject {
2318         font-size: 1.1em;
2319         margin-top: 10px;
2320 }
2321 a.mail-list-link {
2322     display: block;
2323     font-size: 1.3em;
2324     padding: 4px 0;
2325 }
2326
2327 /*
2328 *a.mail-list-link:hover {
2329 *       background-color: #15607B;
2330 *       color: #F5F6FB;
2331 *}
2332 */
2333
2334 .mail-list-outside-wrapper-end {
2335         clear: both;
2336 }
2337
2338 .mail-list-outside-wrapper {
2339         margin-top: 30px;
2340 }
2341
2342 .mail-list-delete-wrapper {
2343         float: right;
2344         margin-right: 30px;
2345         margin-top: 15px;
2346 }
2347
2348 .mail-list-delete-icon {
2349         border: none;
2350 }
2351
2352 .mail-conv-sender,
2353 .mail-conv-detail {
2354         float: left;
2355 }
2356 .mail-conv-detail {
2357         margin-left: 20px;
2358         width: 500px;
2359 }
2360
2361 .mail-conv-subject {
2362     font-size: 1.4em;
2363     margin: 10px 0;
2364 }
2365
2366 .mail-conv-outside-wrapper-end {
2367         clear: both;
2368 }
2369
2370 .mail-conv-outside-wrapper {
2371         margin-top: 30px;
2372 }
2373
2374 .mail-conv-delete-wrapper {
2375         float: right;
2376         margin-right: 30px;
2377         margin-top: 15px;
2378 }
2379 .mail-conv-break {
2380         clear: both;
2381 }
2382
2383 .mail-conv-delete-icon {
2384         border: none;
2385 }
2386
2387 /* ========== */
2388 /* = Events = */
2389 /* ========== */
2390 .eventcal {
2391         float: left;
2392         font-size: 20px;
2393 }
2394
2395 .vevent {
2396         border: 1px solid #CCCCCC;
2397         max-width: 600px;
2398         position: relative;
2399         margin-top: 4px;
2400         margin-right: 4px;
2401         margin-bottom: 15px;
2402 }
2403
2404 .vevent .event-description, .vevent .event-location {
2405         margin-left: 10px;
2406         margin-right: 10px;
2407 }
2408 .vevent .event-start {
2409         margin-left: 10px;
2410         margin-right: 10px;
2411 }
2412
2413 #new-event-link {
2414         margin-bottom: 10px;
2415 }
2416
2417 .edit-event-link, .plink-event-link {
2418         float: left;
2419         margin-top: 4px;
2420         margin-right: 4px;
2421         margin-bottom: 15px;
2422 }
2423
2424 .event-description:before {
2425         content: url('../../../images/calendar.png');
2426         margin-right: 15px;
2427 }
2428
2429 .event-start, .event-end {
2430         margin-left: 10px;
2431         width: 330px;
2432         clear: both;
2433 }
2434
2435 .event-start .dtstart, .event-end .dtend {
2436         float: right;
2437 }
2438
2439 .event-list-date {
2440         margin-bottom: 10px;
2441 }
2442
2443 .prevcal, .nextcal {
2444         float: left;
2445         margin-left: 32px;
2446         margin-right: 32px;
2447         margin-top: 64px;
2448 }
2449 .event-calendar-end {
2450         clear: both;
2451 }
2452
2453
2454 .calendar {
2455         font-family: Courier, monospace;
2456 }
2457 .today {
2458         font-weight: bold;
2459         color: #FF0000;
2460 }
2461
2462 .settings-block {
2463         /* border: 1px solid #AAA; */
2464         padding-left: 5px;
2465         padding-right: 5px;
2466 }
2467
2468 .app-title {
2469   margin: 0px;
2470 }
2471
2472 #identity-manage-desc {
2473         margin-top:15px;
2474         margin-bottom: 15px;
2475 }
2476
2477 #identity-manage-choose {
2478         margin-bottom: 15px;
2479 }
2480
2481 #identity-submit {
2482         margin-top: 20px;
2483 }
2484
2485 #photo-prev-link, #photo-next-link {
2486         padding: 10px;
2487         float: left;
2488 }
2489
2490 #photo-photo {
2491         float: left;
2492 }
2493
2494 #photo-photo-end {
2495         clear: both;
2496 }
2497
2498 .profile-match-photo {
2499         float: left;
2500         text-align: center;
2501         width: 120px;
2502 }
2503
2504 .profile-match-name {
2505         float: left;
2506         text-align: center;
2507         width: 120px;
2508         overflow: hidden;
2509 }
2510
2511 .profile-match-break,
2512 .profile-match-end {
2513         clear: both;
2514 }
2515
2516 .profile-match-connect {
2517         text-align: center;
2518         font-weight: bold;
2519 }
2520
2521 .profile-match-wrapper {
2522         float: left;
2523         padding: 10px;
2524         width: 120px;
2525         height: 120px;
2526         scroll: auto;
2527 }
2528 #profile-match-wrapper-end {
2529         clear: both;
2530 }
2531
2532 /* ============= */
2533 /* = Directory = */
2534 /* ============= */
2535 /* contacts menu */
2536 .contact-photo-wrapper {
2537   position: relative;
2538 }
2539 .contact-photo {
2540   width: 48px;
2541   height: 48px;
2542   overflow: hidden;
2543   display: block;
2544 }
2545 .contact-photo img {
2546   width: 48px;
2547   height: 48px;
2548 }
2549 .contact-photo-menu-button {
2550   display: none;
2551   /* position: absolute; */
2552   /* position: absolute; */
2553   left: -2px;
2554   top: -20px;
2555 }
2556 .contact-wrapper {
2557   float: left;
2558   width: 90px;
2559   height: 90px;
2560   margin-bottom: 15px;
2561 }
2562 .contact-wrapper .contact-photo {
2563   width: 80px;
2564   height: 80px;
2565 }
2566 .contact-wrapper .contact-photo img {
2567   width: 80px;
2568   height: 80px;
2569 }
2570 .contact-wrapper .contact-photo-menu-button {
2571   left: 0px;
2572   top: 63px;
2573 }
2574 .directory-item {
2575   float: left;
2576   width: 200px;
2577   height: 200px;
2578 }
2579 .directory-item .contact-photo {
2580   width: 175px;
2581   height: 175px;
2582 }
2583 .directory-item .contact-photo img {
2584   width: 175px;
2585   height: 175px;
2586 }
2587 .contact-name {
2588   text-align: center;
2589   font-weight: bold;
2590   font-size: 12px;
2591 }
2592 .contact-details {
2593   color: #999999;
2594 }
2595
2596 .photo-top-image-wrapper {
2597         position: relative;
2598         float: left;
2599         margin-top: 15px;
2600         margin-right: 15px;
2601         width: 200px; height: 200px;
2602         overflow: hidden;
2603 }
2604 .photo-top-album-name {
2605         width: 100%;
2606         min-height: 2em;
2607         position: absolute;
2608         bottom: 0px;
2609         padding: 0px 3px;
2610         padding-top: 0.5em;
2611         background-color: rgb(255, 255, 255);
2612 }
2613 #photo-top-end {
2614         clear: both;
2615 }
2616
2617 #photo-top-links {
2618         margin-bottom: 30px;
2619         margin-left: 30px;
2620 }
2621
2622 #photos-upload-newalbum-div {
2623         float: left;
2624         width: 175px;
2625 }
2626
2627 .menu-profile-list{
2628   height: auto;
2629   overflow: auto;
2630   min-height: 16px;
2631   list-style: none;
2632         }
2633 .menu-profile-list:hover{
2634         background: #E7F2F7;
2635         }
2636 .menu-profile-list-item{
2637         padding-left: 5px;
2638         vertical-align: middle;
2639         }
2640 .menu-profile-list-item:hover{
2641         text-decoration: none;
2642    }
2643
2644 .autocomplete {
2645   width: 350px;
2646   color: black;
2647   border: 1px solid rgb(210, 210, 210);
2648   background-color: white;
2649   cursor: pointer;
2650   text-align: left;
2651   max-height: 350px;
2652   overflow: auto;
2653   display: block;
2654   background-position: initial initial;
2655   background-repeat: initial initial;
2656 }
2657 .mail-list-wrapper {
2658   background-color: #f6f7f8;
2659   margin-bottom: 5px;
2660   width: 100%;
2661   height: auto;
2662   overflow: hidden;
2663 }
2664 .mail-list-wrapper span {
2665   display: block;
2666   float: left;
2667   width: 20%;
2668   overflow: hidden;
2669 }
2670 .mail-list-wrapper .mail-subject {
2671   width: 30%;
2672   padding: 4px 0px 0px 4px;
2673 }
2674 .mail-list-wrapper .mail-subject a {
2675   display: block;
2676 }
2677 .mail-list-wrapper .mail-subject.unseen a {
2678   font-weight: bold;
2679 }
2680 .mail-list-wrapper .mail-date {
2681   padding: 4px 4px 0px 4px;
2682 }
2683 .mail-list-wrapper .mail-from {
2684   padding: 4px 4px 0px 4px;
2685 }
2686 .mail-list-wrapper .mail-count {
2687   padding: 4px 4px 0px 4px;
2688   text-align: right;
2689 }
2690 .mail-list-wrapper .mail-delete {
2691   float: right;
2692 }
2693 #mail-display-subject {
2694   background-color: #f6f7f8;
2695   color: #2d2d2d;
2696   margin-bottom: 10px;
2697   width: 100%;
2698   height: auto;
2699   overflow: hidden;
2700 }
2701 #mail-display-subject span {
2702   float: left;
2703   overflow: hidden;
2704   padding: 4px 0px 0px 10px;
2705 }
2706 #mail-display-subject .mail-delete {
2707   float: right;
2708   opacity: 0.5;
2709   -webkit-transition: all 0.2s ease-in-out;
2710   -moz-transition: all 0.2s ease-in-out;
2711   -o-transition: all 0.2s ease-in-out;
2712   -ms-transition: all 0.2s ease-in-out;
2713   transition: all 0.2s ease-in-out;
2714 }
2715 #mail-display-subject:hover .mail-delete {
2716   opacity: 1;
2717   -webkit-transition: all 0.2s ease-in-out;
2718   -moz-transition: all 0.2s ease-in-out;
2719   -o-transition: all 0.2s ease-in-out;
2720   -ms-transition: all 0.2s ease-in-out;
2721   transition: all 0.2s ease-in-out;
2722 }
2723
2724 .mail-list-outside-wrapper-end {
2725         clear: both;
2726 }
2727 .mail-list-outside-wrapper {
2728         margin-top: 30px;
2729 }
2730 .mail-list-delete-wrapper {
2731         float: right;
2732         margin-right: 30px;
2733         margin-top: 15px;
2734 }
2735 .mail-list-delete-icon {
2736         border: none;
2737 }
2738 .mail-conv-sender,
2739 .mail-conv-detail {
2740         float: left;
2741 }
2742 .mail-conv-detail {
2743         margin-left: 20px;
2744         width: 500px;
2745 }
2746 .mail-conv-subject {
2747     font-size: 1.4em;
2748     margin: 10px 0;
2749 }
2750 .mail-conv-outside-wrapper-end {
2751         clear: both;
2752 }
2753 .mail-conv-outside-wrapper {
2754         margin-top: 30px;
2755 }
2756 .mail-conv-delete-wrapper {
2757         float: right;
2758         margin-right: 30px;
2759         margin-top: 15px;
2760 }
2761 .mail-conv-break {
2762         clear: both;
2763 }
2764 .mail-conv-delete-icon {
2765         border: none;
2766 }
2767
2768 .icon.tilted-icon{
2769   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2770   -webkit-transform: rotate(-20deg);
2771   -moz-transform: rotate(-20deg);
2772   -ms-transform: rotate(-20deg);
2773   -o-transform: rotate(-20deg);
2774   transform: rotate(-20deg);
2775   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
2776   padding-top:1px;
2777 }
2778
2779 #profile-edit-wrapper {
2780     line-height: 30px;
2781 }
2782 #profile-edit-wrapper .field{
2783   margin-bottom:0;
2784   padding-bottom:0;
2785 }
2786 #profile-edit-wrapper input[type=text],
2787 #profile-edit-wrapper select{
2788   width:250px;
2789 }
2790 #profile-edit-wrapper #profile-edit-dob select{
2791   width:auto;
2792 }
2793 #profile-edit-wrapper,
2794 #profile-edit-wrapper .toggle-section-content{
2795   margin-bottom:15px;
2796 }
2797 .profile-edit-submit-wrapper{
2798   margin-top:15px;
2799 }
2800 #profile-edit-default-desc{
2801   display:inline-block;
2802   padding:15px;
2803   width:auto;
2804   border:1px solid #511919;
2805 }
2806 #profile-edit-wrapper .toggle-section-content{
2807   background:#ededed;
2808   max-width:599px;
2809   padding:5px;
2810 }
2811
2812 .btn{
2813   outline:none;
2814   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
2815   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
2816   box-shadow:inset 0px 1px 0px 0px #ffffff;
2817   background-color:#ededed;
2818   -webkit-border-top-left-radius:0px;
2819   -moz-border-radius-topleft:0px;
2820   border-top-left-radius:0px;
2821   -webkit-border-top-right-radius:0px;
2822   -moz-border-radius-topright:0px;
2823   border-top-right-radius:0px;
2824   -webkit-border-bottom-right-radius:0px;
2825   -moz-border-radius-bottomright:0px;
2826   border-bottom-right-radius:0px;
2827   -webkit-border-bottom-left-radius:0px;
2828   -moz-border-radius-bottomleft:0px;
2829   border-bottom-left-radius:0px;
2830   text-indent:0;
2831   border:1px solid #dcdcdc;
2832   display:inline-block;
2833   color:#777777;
2834   font-family:Arial;
2835   font-size:15px;
2836   font-weight:bold;
2837   font-style:normal;
2838   height:40px;
2839   line-height:40px;
2840   padding:0 15px;
2841   text-align:center;
2842   text-shadow:1px 1px 0px #ffffff;
2843 }
2844   .btn:hover{
2845     background-color:#e6e6e6;
2846     text-decoration:none;
2847   }
2848   .btn:active{
2849     position:relative;
2850     top:1px;
2851   }
2852 .profile-view-actions{
2853   float:right;
2854 }
2855 /* videos page */
2856 .videos .video-top-wrapper {
2857   width: 300px;
2858   float: left;
2859   margin: 0px 10px 10px 0px;
2860   position: relative;
2861 }
2862 .videos .video-top-wrapper .video-js {
2863   width: 300px!important;
2864   height: 232px!important;
2865 }
2866 .videos .video-top-wrapper .video-delete {
2867   position: absolute;
2868   opacity: 0;
2869   right: 0px;
2870   top: 0px;
2871   transition: opacity 0.5s;
2872 }
2873 .videos .video-top-wrapper:hover .video-delete {
2874   opacity: 1;
2875 }