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