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