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