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