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