]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
vier: remove some hardcoded css to be more mobile friendly
[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: 20px;
131   height: 20px;
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 .wall-item-container.thread_level_3 .wall-item-content,
1588 .wall-item-container.thread_level_4 .wall-item-content,
1589 .wall-item-container.thread_level_5 .wall-item-content,
1590 .wall-item-container.thread_level_6 .wall-item-content,
1591 .wall-item-container.thread_level_7 .wall-item-content {
1592   max-width: calc(100% - 1px);
1593 }
1594
1595 .children .wall-item-comment-wrapper textarea, 
1596 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea,
1597 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea,
1598 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
1599 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
1600 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1601   width: calc(100% - 11px);
1602 }
1603
1604 .children .wall-item-bottom .comment-edit-preview,
1605 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview,
1606 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview,
1607 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
1608 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
1609 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1610   width: calc(100% - 6px);
1611 }
1612
1613
1614 .wall-item-container.comment .contact-photo {
1615   width: 32px;
1616   height: 32px;
1617   margin-left: 16px;
1618   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1619
1620 }
1621 .wall-item-container.comment {
1622   top: 15px !important;
1623   left: 15px !important;
1624 }
1625 .wall-item-container.comment .wall-item-links {
1626   padding-left: 12px;
1627 }
1628 .wall-item-bottom .wall-item-comment-wrapper {
1629   margin: 1px 5px 1px 0px;
1630 }
1631 .wall-item-comment-wrapper {
1632   margin: 1px 15px 1px 80px;
1633 }
1634 .wall-item-comment-wrapper.photo {
1635   margin: 1px 15px 1px 0px;
1636 }
1637 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1638   margin-left: 0px;
1639   width: 665px;
1640   width: 100%;
1641   border-bottom: 1px solid hsl(198, 21%, 79%);
1642 }
1643
1644
1645 .wall-item-comment-wrapper .comment-edit-photo {
1646   display: none;
1647 }
1648 .wall-item-comment-wrapper textarea {
1649   height: 1.2em;
1650   width: 100%;
1651   font-size: 13px;
1652   color: #999999;
1653   border: 1px solid #DDD;
1654   padding: 0.3em;
1655 }
1656 .wall-item-comment-wrapper .comment-edit-text-full {
1657   /* font-size: 14px; */
1658   height: 4em;
1659   color: #2d2d2d;
1660   border: 1px solid #2d2d2d;
1661 }
1662
1663 .fakelink.togglecomment {
1664   float: left;
1665   margin-right: 1em;
1666 }
1667
1668 .comment-edit-preview .contact-photo {
1669   width: 32px;
1670   height: 32px;
1671   margin-left: 16px;
1672   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1673
1674 }
1675 .comment-edit-preview {
1676   /* width: 660px; */
1677   width: 100%;
1678   border: 1px solid #2d2d2d;
1679   margin-top: 10px;
1680   top: 15px !important;
1681   left: 15px !important;
1682 }
1683 .comment-edit-preview .wall-item-links {
1684   padding-left: 12px;
1685 }
1686 .comment-edit-preview .wall-item-container {
1687   /* width: 700px; */
1688   width: 100%;
1689 }
1690 .comment-edit-preview .tread-wrapper {
1691   /* width: 700px; */
1692   width: 100%;
1693   padding: 0;
1694   margin: 10px 0px 0px 0px;
1695   border-bottom: 0px;
1696   box-shadow: none;
1697 }
1698
1699 .wall-item-bottom .comment-edit-preview {
1700   width: 575px;
1701   margin-bottom: 5px;
1702 }
1703
1704 .shiny {
1705   /* border-right: 10px solid #fce94f; */
1706 /*      border-right: 1px solid #A7C7F7;
1707         padding-right: 12px; */
1708 }
1709
1710 #profile-jot-form {
1711   box-shadow: 1px 2px 0px 0px #D8D8D8;
1712   background-color: #fafafa;
1713   padding: 10px;
1714 }
1715
1716 #profile-jot-form #profile-jot-text {
1717   height: 2.0em;
1718   /* width: 99%; */
1719   width: 752px;
1720   width: calc(100% - 10px);
1721   font-size: 15px;
1722   color: #999999;
1723   border: 1px solid #DDD;
1724   padding: 0.3em;
1725   margin-bottom: 10px;
1726 }
1727
1728 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1729
1730          border-radius: 5px 5px 5px 5px;
1731     font-weight: bold;
1732     height: 20px;
1733     margin: 0 0 5px;
1734     /* width: 60%; */
1735     /* width: 762px; */
1736     width: 100%;
1737     border: 1px solid #d2d2d2;
1738 }
1739
1740 #profile-jot-form #jot-title:-webkit-input-placeholder {
1741   font-weight: normal;
1742 }
1743 #profile-jot-form #jot-title:-moz-placeholder {
1744   font-weight: normal;
1745 }
1746 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1747 /*  width: 785px; */
1748   width: 100%;
1749   height: 100px;
1750 }
1751
1752 #profile-jot-perms {
1753   float: right;
1754 }
1755
1756 #jot-preview-content {
1757   padding-top: 4px;
1758   clear: both;
1759 }
1760
1761 #jot-preview-content .tread-wrapper {
1762   background-color: #fce94f;
1763 }
1764
1765 .wall-item-tags {
1766   padding-top: 1px;
1767   padding-bottom: 2px;
1768   font-size: 12px;
1769   /*display: none;*/
1770 }
1771
1772 .tag {
1773   color: rgb(153,153,153);
1774   /*padding-left: 3px;
1775   font-size: 10px;*/
1776 }
1777 .tag a {
1778   /*padding-right: 8px;*/
1779   color: rgb(153,153,153);
1780 }
1781 .wwto {
1782   position: absolute !important;
1783   width: 25px;
1784   height: 25px;
1785   background: #FFFFFF;
1786   border: 2px solid #364e59;
1787   height: 25px;
1788   width: 25px;
1789   overflow: hidden;
1790   padding: 1px;
1791   position: absolute !important;
1792   top: 40px;
1793   left: 30px;
1794   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1795 }
1796 .wwto .contact-photo {
1797   width: auto;
1798   height: 25px;
1799 }
1800 /* contacts menu */
1801 .contact-photo-wrapper {
1802   position: relative;
1803   width: 80px;
1804 }
1805
1806 .contact-photo-wrapper.wwto {
1807   width: 25px;
1808 }
1809
1810 .contact-photo {
1811   width: 48px;
1812   height: 48px;
1813   overflow: hidden;
1814   display: block;
1815   -webkit-border-radius: 4px;
1816   -moz-border-radius: 4px;
1817   border-radius: 4px;
1818 }
1819
1820 .contact-photo img {
1821   width: 48px;
1822   height: 48px;
1823 }
1824
1825 .contact-wrapper {
1826   float: left;
1827   width: 90px;
1828   height: 90px;
1829   margin-bottom: 15px;
1830 }
1831 .contact-wrapper .contact-photo {
1832   width: 80px;
1833   height: 80px;
1834 }
1835 .contact-wrapper .contact-photo img {
1836   width: 80px;
1837   height: 80px;
1838 }
1839 .contact-wrapper {
1840   left: 0px;
1841   top: 63px;
1842 }
1843 .contact-photo {
1844   width: 48px;
1845   height: 48px;
1846 }
1847 .contact-photo img {
1848   width: 48px;
1849   height: 48px;
1850 }
1851 .contact-name {
1852   /* text-align: center; */
1853   /*font-weight: bold;*/
1854   font-size: 12px;
1855 }
1856 .contact-details {
1857   color: #999999;
1858 }
1859 /* editor */
1860 .jothidden {
1861   display: none;
1862 }
1863 #jot {
1864   width: 785px;
1865   margin: 0px 2em 20px 0px;
1866 }
1867 #jot .profile-jot-text {
1868   height: 1.2em;
1869   width: 99%;
1870   font-size: 10px;
1871   color: #999999;
1872   border: 1px solid #DDD;
1873   padding: 0.3em;
1874 }
1875 #jot #jot-tools {
1876   margin: 0px;
1877   padding: 0px;
1878   height: 40px;
1879   overflow: none;
1880   width: 783px;
1881   background-color: #0e232e;
1882   border-bottom: 2px solid #9eabb0;
1883 }
1884 #jot #jot-tools li {
1885   list-style: none;
1886   float: left;
1887   width: 80px;
1888   height: 40px;
1889   border-bottom: 2px solid #9eabb0;
1890 }
1891 #jot #jot-tools li a {
1892   display: block;
1893   color: #cccccc;
1894   width: 100%;
1895   height: 40px;
1896   text-align: center;
1897   line-height: 40px;
1898   overflow: hidden;
1899 }
1900 #jot #jot-tools li:hover {
1901   background-color: #364e59;
1902   border-bottom: 2px solid #bdcdd4;
1903 }
1904 #jot #jot-tools li.perms {
1905   float: right;
1906   width: 40px;
1907 }
1908 #jot #jot-tools li.perms a.unlock {
1909   width: 30px;
1910   border-left: 10px solid #cccccc;
1911   background-color: #cccccc;
1912   background-position: left center;
1913 }
1914 #jot #jot-tools li.perms a.lock {
1915   width: 30px;
1916   border-left: 10px solid #666666;
1917   background-color: #666666;
1918 }
1919 #jot #jot-tools li.submit {
1920   float: right;
1921   background-color: #cccccc;
1922   border-bottom: 2px solid #cccccc;
1923   border-right: 1px solid #666666;
1924   border-left: 1px solid #666666;
1925 }
1926 #jot #jot-tools li.submit input {
1927   border: 0px;
1928   margin: 0px;
1929   padding: 0px;
1930   background-color: #cccccc;
1931   color: #666666;
1932   width: 80px;
1933   height: 40px;
1934   line-height: 40px;
1935 }
1936 #jot #jot-tools li.submit input:hover {
1937   background-color: #bdcdd4;
1938   color: #666666;
1939 }
1940 #jot #jot-tools li.loading {
1941   float: right;
1942   background-color: #ffffff;
1943   width: 20px;
1944   vertical-align: center;
1945   text-align: center;
1946   border-top: 2px solid #9eabb0;
1947   height: 38px;
1948 }
1949 #jot #jot-tools li.loading img {
1950   margin-top: 10px;
1951 }
1952 /* #jot */
1953 #jot-title {
1954   border: 0px;
1955   margin: 0px;
1956   height: 20px;
1957   width: 700px;
1958   font-weight: bold;
1959   border: 1px solid #ffffff;
1960 }
1961 #jot #jot-title:-webkit-input-placeholder {
1962   font-weight: normal;
1963 }
1964 #jot #jot-title:-moz-placeholder {
1965   font-weight: normal;
1966 }
1967 #jot #jot-title:hover {
1968   border: 1px solid #999999;
1969 }
1970 #jot #jot-title:focus {
1971   border: 1px solid #999999;
1972 }
1973 #jot #character-counter {
1974   width: 80px;
1975   float: right;
1976   text-align: right;
1977   height: 20px;
1978   line-height: 20px;
1979   padding-right: 20px;
1980 }
1981
1982 #profile-jot-submit {
1983   float: right;
1984   margin-left: 15px;
1985 }
1986 #profile-upload-wrapper {
1987   float: left;
1988   margin-left: 15px;
1989 }
1990 #profile-attach-wrapper {
1991   float: left;
1992   margin-left: 15px;
1993 }
1994 #profile-link-wrapper {
1995   float: left;
1996   margin-left: 15px;
1997   cursor: pointer;
1998 }
1999 #profile-video-wrapper {
2000   float: left;
2001   margin-left: 15px;
2002   cursor: pointer;
2003 }
2004 #profile-audio-wrapper {
2005   float: left;
2006   margin-left: 15px;
2007   cursor: pointer;
2008 }
2009 #profile-location-wrapper {
2010   float: left;
2011   margin-left: 15px;
2012   cursor: pointer;
2013 }
2014 #profile-nolocation-wrapper {
2015   float: left;
2016   margin-left: 15px;
2017   cursor: pointer;
2018 }
2019 #profile-smiley-wrapper {
2020   float: left;
2021   margin-left: 15px;
2022   cursor: pointer;
2023   margin-top: 3px;
2024   height: 10px;
2025 }
2026 #jot-perms-icon {
2027   float: right;
2028   margin-left: 15px;
2029 }
2030 #jot-preview-link {
2031   float: right;
2032 }
2033 #profile-jot-end {
2034   clear: both;
2035 }
2036 #profile-jot-text_tbl {
2037   width: 780px;
2038 }
2039 #profile-jot-wrapper {
2040   margin-bottom: 10px;
2041 }
2042
2043 /** buttons **/
2044 /*input[type="submit"] {
2045         border: 0px;
2046     background-color: @ButtonBackgroundColor;
2047     color: @ButtonColor;
2048     padding: 0px 10px;
2049         .rounded(5px);
2050     height: 18px;
2051 }*/
2052 /** acl **/
2053 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2054   display: block!important;
2055 }
2056 #acl-wrapper {
2057   width: 690px;
2058   float: left;
2059 }
2060 #acl-search {
2061   float: right;
2062   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2063   padding-right: 20px;
2064 }
2065 #acl-showall {
2066   float: left;
2067   display: block;
2068   width: auto;
2069   height: 18px;
2070   background-color: #cccccc;
2071   background-image: url("../../../images/show_all_off.png");
2072   background-position: 7px 7px;
2073   background-repeat: no-repeat;
2074   padding: 7px 5px 0px 30px;
2075   color: #999999;
2076   -moz-border-radius: 5px 5px 5px 5px;
2077   -webkit-border-radius: 5px 5px 5px 5px;
2078   border-radius: 5px 5px 5px 5px;
2079 }
2080 #acl-showall.selected {
2081   color: #000000;
2082   background-color: #ff9900;
2083   background-image: url("../../../images/show_all_on.png");
2084 }
2085 #acl-list {
2086   height: 210px;
2087   border: 1px solid #cccccc;
2088   clear: both;
2089   margin-top: 30px;
2090   overflow: auto;
2091 }
2092 .acl-list-item {
2093   display: block;
2094   width: 150px;
2095   height: 30px;
2096   border: 1px solid #cccccc;
2097   margin: 5px;
2098   float: left;
2099 }
2100 .acl-list-item img {
2101   width: 22px;
2102   height: 22px;
2103   float: left;
2104   margin: 4px;
2105 }
2106 .acl-list-item p {
2107   height: 12px;
2108   font-size: 10px;
2109   margin: 0px;
2110   padding: 2px 0px 1px;
2111   overflow: hidden;
2112 }
2113 .acl-list-item a {
2114   font-size: 8px;
2115   display: block;
2116   width: 40px;
2117   height: 10px;
2118   float: left;
2119   color: #999999;
2120   background-color: #cccccc;
2121   background-position: 3px 3px;
2122   background-repeat: no-repeat;
2123   margin-right: 5px;
2124   -webkit-border-radius: 2px ;
2125   -moz-border-radius: 2px;
2126   border-radius: 2px;
2127   padding-left: 15px;
2128 }
2129 #acl-wrapper a:hover {
2130   text-decoration: none;
2131   color: #000000;
2132 }
2133 .acl-button-show {
2134   background-image: url("../../../images/show_off.png");
2135 }
2136 .acl-button-hide {
2137   background-image: url("../../../images/hide_off.png");
2138 }
2139 .acl-button-show.selected {
2140   color: #000000;
2141   background-color: #9ade00;
2142   background-image: url("../../../images/show_on.png");
2143 }
2144 .acl-button-hide.selected {
2145   color: #000000;
2146   background-color: #ff4141;
2147   background-image: url("../../../images/hide_on.png");
2148 }
2149 .acl-list-item.groupshow {
2150   border-color: #9ade00;
2151 }
2152 .acl-list-item.grouphide {
2153   border-color: #ff4141;
2154 }
2155 /** /acl **/
2156 /** tab buttons **/
2157 div.pager, ul.tabs {
2158   list-style-type: none;
2159   padding-bottom: 10px;
2160   padding-left: 10px;
2161   padding-top: 0px;
2162   margin-bottom: 5px;
2163   line-height: 28px;
2164   height: 20px;
2165 /*  font-size: 11px; */
2166   font-size: 13px;
2167   font-weight: bold;
2168   /* margin-bottom: 30px; */
2169   background-color: #FAFAFA;
2170   box-shadow: 1px 2px 0px 0px #D8D8D8;
2171   border-bottom: 1px solid #D2D2D2;
2172 }
2173 ul.tabs li {
2174   float: left;
2175   /* margin-left: 7px; */
2176 }
2177 /*ul.tabs li .active {
2178   border-bottom: 1px solid #005c94;
2179 }*/
2180
2181 ul.tabs a, div.pager a {
2182     /* min-width: 34px; */
2183 /*    display: block;
2184     float: left; */
2185     padding: 0px;
2186     padding-bottom: 6px;
2187 /*    padding: 0px 12px 0px 12px; */
2188 /*    color: #444; */
2189     color: darkgray;
2190 }
2191
2192 ul.tabs a {
2193 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2194     margin-right: 15px;
2195     margin-left: 5px;
2196 }
2197
2198 #birthday-notice, #event-notice {
2199     box-shadow: 1px 2px 0px 0px #D8D8D8;
2200     margin-bottom: 5px;
2201 }
2202
2203 #birthday-wrapper, #event-wrapper {
2204     background-color: #FAFAFA;
2205     box-shadow: 1px 2px 0px 0px #D8D8D8;
2206     padding-left: 10px;
2207     padding-right: 10px;
2208     padding-top: 5px;
2209     padding-bottom: 5px;
2210     margin-bottom: 0px;
2211 }
2212
2213 .birthday-notice, .event-notice  {
2214     padding: 2px 7px 2px 7px;
2215     color: darkgrey;
2216    font-weight: bold;
2217 }
2218 .comment-edit-submit-wrapper .fakelink {
2219     padding: 2px 7px 2px 7px;
2220     color: black;
2221 }
2222
2223 .comment-edit-submit-wrapper .fakelink {
2224 /*    border: 1px solid lightgray; */
2225     background: #F2F2F2;
2226     margin-top: 2px;
2227     margin-bottom: 2px;
2228 }
2229
2230 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2231 .comment-edit-submit-wrapper .fakelink:hover {
2232     color: black;
2233 }
2234
2235 span.pager_current, span.pager_n a:hover,
2236 span.pager_first a:hover, span.pager_last a:hover,
2237 span.pager_prev a:hover, span.pager_next a:hover,
2238 ul.tabs a:hover {
2239   border-bottom: 2px solid #244C5E;
2240   text-decoration: none;
2241   color: grey;
2242   padding-bottom: 6px;
2243 }
2244
2245 ul.tabs li .active, span.pager_current a {
2246   border-bottom: 2px solid #244C5E;
2247   text-decoration: none;
2248   color: black;
2249 }
2250
2251 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2252 /*    background-color: #e5e5e5; */
2253   color: grey;
2254     text-decoration: none;
2255 /*    border: 1px solid darkgray; */
2256 }
2257
2258 .comment-edit-bb {
2259   float:right;
2260 }
2261 .comment-edit-bb a {
2262   color: #888;
2263   padding: 0px 5px 1px 5px;
2264 }
2265
2266 .comment-edit-bb a:hover {
2267   color: #000;
2268   text-decoration: none;
2269 }
2270
2271 /**
2272  * Form fields
2273  */
2274 .field {
2275   margin-bottom: 10px;
2276   padding-bottom: 10px;
2277   overflow: auto;
2278   width: 100%;
2279 }
2280 .field label {
2281   float: left;
2282   width: 200px;
2283 }
2284 .field input, .field textarea {
2285   max-width: 400px;
2286 }
2287 .field textarea {
2288   height: 100px;
2289 }
2290 .field .field_help {
2291   display: block;
2292   margin-left: 200px;
2293   color: #666666;
2294 }
2295 .field .onoff {
2296   float: left;
2297   width: 80px;
2298   margin-right:1em;
2299 }
2300 .field .onoff a {
2301   display: block;
2302   border: 1px solid #666666;
2303   background-image: url("../../../images/onoff.jpg");
2304   background-repeat: no-repeat;
2305   padding: 4px 2px 2px 2px;
2306   font-size:14px;
2307   height: 16px;
2308   line-height:16px;
2309   text-decoration: none;
2310   text-align: center;
2311   text-transform: uppercase;
2312   border-radius:4px;
2313 }
2314 .field .onoff .off {
2315   border-color: #B0B0B0;
2316   padding-left: 36px;
2317   background-position: left center;
2318   background-color: #cccccc;
2319   color: #9C9C9C;
2320 }
2321 .field .onoff .on {
2322   font-weight:bold;
2323   border-color: #8EB8EE;
2324   padding-right: 36px;
2325   background-position: right center;
2326   background-color: #D7E3F1;
2327   color: #36c;
2328 }
2329 .field .hidden {
2330   display: none!important;
2331 }
2332 .field.radio .field_help {
2333   margin-left: 0px;
2334 }
2335 aside form {
2336   overflow-x: hidden;
2337 }
2338 aside form .field label {
2339   float: left;
2340   width: 170px;
2341 }
2342
2343 aside #div_id_remember label {
2344  float:  inherit;
2345 }
2346
2347 aside div #login-submit-button {
2348   margin-left:0px;
2349 }
2350
2351 aside #register-link, aside #lost-password-link {
2352   display: block;
2353 }
2354
2355 aside #id_username,
2356 aside div #id_openid_url,
2357 aside #id_password {
2358   width: 170px;
2359   max-width: 170px;
2360 }
2361
2362 #profile-edit-links-end {
2363         clear: both;
2364         margin-bottom: 15px;
2365 }
2366
2367 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2368
2369 #profile-edit-links li {
2370   float: left;
2371   list-style: none;
2372 }
2373
2374 .profile-edit-side-div {
2375 /*  display: none; */
2376   float: right;
2377 }
2378
2379 /* aside div.clear {
2380   clear: none;
2381   float: left;
2382 } */
2383
2384 #register-form label,
2385 #profile-edit-wrapper label {
2386   width: 200px;
2387   float: left;
2388 }
2389
2390 #register-name-end,
2391 #register-email-end,
2392 #register-nickname-end {
2393   clear: both;
2394 }
2395
2396 .required {
2397   display: inline;
2398   color: #B20202;
2399 }
2400
2401 /* oauth */
2402 .oauthapp {
2403   height: auto;
2404   overflow: auto;
2405   border-bottom: 2px solid #cccccc;
2406   padding-bottom: 1em;
2407   margin-bottom: 1em;
2408 }
2409 .oauthapp img {
2410   float: left;
2411   width: 48px;
2412   height: 48px;
2413   margin: 10px;
2414 }
2415 .oauthapp img.noicon {
2416   background-image: url("../../../images/icons/48/plugin.png");
2417   background-position: center center;
2418   background-repeat: no-repeat;
2419 }
2420 .oauthapp a {
2421   float: left;
2422 }
2423 /* contacts */
2424 /*.contact-entry-wrapper {
2425   width: 120px;
2426   height: 130px;
2427   float: left;
2428   overflow: hidden;
2429   margin-left: 5px;
2430 }*/
2431
2432 .contact-entry-wrapper {
2433   float: left;
2434   width: 363px;
2435   height: 100px;
2436   padding-right: 10px;
2437   margin: 0 10px 10px 0px;
2438 }
2439 .contact-entry-wrapper .contact-entry-photo-wrapper {
2440   float: left;
2441   margin-right: 10px;
2442   width: 80px;
2443   height: 80px;
2444 }
2445 .contact-entry-photo-wrapper {
2446   position: relative;
2447 }
2448 .contact-entry-desc {
2449   overflow: hidden;
2450 }
2451 .contact-entry-name {
2452   font-weight: bold;
2453 }
2454 .contact-entry-details {
2455   font-size: 13px;
2456   color: #999999;
2457   white-space: nowrap;
2458   overflow: hidden;
2459   text-overflow: ellipsis;
2460 }
2461 /* photo */
2462 .lframe {
2463   float: left;
2464   margin: 0px 10px 10px 0px;
2465 }
2466 .contact-entry-photo a img {
2467   width: 80px;
2468   height: 80px;
2469 }
2470 /* profile match wrapper */
2471 .profile-match-wrapper {
2472   float: left;
2473   width: 90px;
2474   height: 90px;
2475   margin-bottom: 20px;
2476 }
2477 .profile-match-wrapper .contact-photo {
2478   width: 80px;
2479   height: 80px;
2480 }
2481 .profile-match-wrapper .contact-photo img {
2482   width: 80px;
2483   height: 80px;
2484 }
2485 .profile-match-wrapper {
2486   left: 0px;
2487   top: 63px;
2488 }
2489
2490 .contact-photo-menu-button {
2491         position: relative;
2492         background-image: url("../../../images/icons/16/menu.png");
2493         background-position: top left;
2494         background-repeat: no-repeat;
2495         margin: 0px 0px -16px 0px;
2496         padding: 0px;
2497         width: 16px;
2498         height: 16px;
2499         top: -20px; left:0px;
2500         overflow: hidden;
2501         text-indent: 40px;
2502         display: none;
2503
2504 }
2505 .contact-photo-menu {
2506         width: 11em;
2507         /*border: 3px solid #364e59;*/
2508         color: #2d2d2d;
2509         background: #FFFFFF;
2510         position: absolute;
2511         /*position: relative;*/
2512         left: 0px; /*top: 0px;*/
2513         display: none;
2514         z-index: 10000;
2515         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2516 }
2517 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2518 .contact-photo-menu li a {
2519         display: block;
2520         padding: 5px 10px;
2521         color: #2d2d2d;
2522         text-decoration: none;
2523 }
2524 .contact-photo-menu li a:hover {
2525         background-color: #bdcdd4;
2526 }
2527
2528 /* page footer */
2529 footer {
2530   /* height: 100px; */
2531   display: table-row;
2532 }
2533
2534 blockquote {
2535     border-left: 1px solid #D2D2D2;
2536     padding-left: 9px;
2537     margin: 0 0 0 .8ex;
2538     color: #777;
2539 }
2540
2541 .oembed {
2542     /* font-size: large; */
2543     font-size: larger;
2544     font-weight: bold;
2545     display: block;
2546 }
2547
2548 .oembed.video .embed_video > div {
2549     position: absolute; top: 0px; left: 0px;
2550     background-color: rgba(0,0,0,0.5);
2551 }
2552 .oembed.video .embed_video > div::before {
2553     font-family: FontAwesome;
2554     font-weight: normal;
2555     font-style: normal;
2556     display: inline-block;
2557     text-decoration: inherit;
2558     vertical-align: top;
2559     font-size: 3em;
2560     content: "\f01d"; /* icon-play-circle */
2561     color: #fff;
2562     bottom: 10px;
2563     right: 10px;
2564     position: absolute;
2565 }
2566
2567 /* ================== */
2568 /* = Contacts Block = */
2569 /* ================== */
2570
2571 .contact-block-img {
2572         width: 42px;
2573         height: 42px;
2574         padding-right: 2px;
2575 }
2576 .contact-block-div {
2577         float: left;
2578 }
2579
2580 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2581 #contact-block-end { clear: both; }
2582
2583 #group-edit-wrapper {
2584         margin-bottom: 10px;
2585 }
2586
2587 #group-members-end {
2588         clear: both;
2589 }
2590
2591 /*
2592 #group-separator,
2593 #prof-separator { display: none;}
2594 */
2595
2596 #message-to-select {
2597   height: 150px;
2598 }
2599
2600 #prvmail-upload {
2601   margin-left: 10px;
2602 }
2603
2604 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2605         margin-bottom: 10px;
2606         margin-top: 20px;
2607 }
2608
2609 #prvmail-submit {
2610         float: left;
2611         margin-top: 10px;
2612 }
2613 #prvmail-upload-wrapper,
2614 #prvmail-link-wrapper,
2615 #prvmail-rotator-wrapper {
2616         float: left;
2617         margin-top: 10px;
2618         margin-right: 10px;
2619         width: 24px;
2620 }
2621
2622 #prvmail-end {
2623         clear: both;
2624 }
2625
2626 .mail-list-sender,
2627 .mail-list-detail {
2628         float: left;
2629 }
2630 .mail-list-detail {
2631         margin-left: 20px;
2632 }
2633
2634 .mail-list-subject {
2635         font-size: 1.1em;
2636         margin-top: 10px;
2637 }
2638 a.mail-list-link {
2639     display: block;
2640     font-size: 1.3em;
2641     padding: 4px 0;
2642 }
2643
2644 /*
2645 *a.mail-list-link:hover {
2646 *       background-color: #15607B;
2647 *       color: #F5F6FB;
2648 *}
2649 */
2650
2651 .mail-list-outside-wrapper-end {
2652         clear: both;
2653 }
2654
2655 .mail-list-outside-wrapper {
2656         margin-top: 30px;
2657 }
2658
2659 .mail-list-delete-wrapper {
2660         float: right;
2661         margin-right: 30px;
2662         margin-top: 15px;
2663 }
2664
2665 .mail-list-delete-icon {
2666         border: none;
2667 }
2668
2669 .mail-conv-sender,
2670 .mail-conv-detail {
2671         float: left;
2672 }
2673 .mail-conv-detail {
2674         margin-left: 20px;
2675         width: 500px;
2676 }
2677
2678 .mail-conv-subject {
2679     font-size: 1.4em;
2680     margin: 10px 0;
2681 }
2682
2683 .mail-conv-outside-wrapper-end {
2684         clear: both;
2685 }
2686
2687 .mail-conv-outside-wrapper {
2688         margin-top: 30px;
2689 }
2690
2691 .mail-conv-delete-wrapper {
2692         float: right;
2693         margin-right: 30px;
2694         margin-top: 15px;
2695 }
2696 .mail-conv-break {
2697         clear: both;
2698 }
2699
2700 .mail-conv-delete-icon {
2701         border: none;
2702 }
2703
2704
2705 /* ========== */
2706 /* = Events = */
2707 /* ========== */
2708 .eventcal {
2709         float: left;
2710         font-size: 20px;
2711 }
2712
2713 .vevent {
2714         border: 1px solid #CCCCCC;
2715         max-width: 600px;
2716         position: relative;
2717         margin-top: 4px;
2718         margin-right: 4px;
2719         margin-bottom: 15px;
2720 }
2721
2722 .vevent .event-summary,
2723 .vevent .event-description,
2724 .vevent .event-location {
2725         margin-left: 10px;
2726         margin-right: 10px;
2727 }
2728 .vevent .event-start {
2729         margin-left: 10px;
2730         margin-right: 10px;
2731 }
2732
2733 #new-event-link {
2734         margin-bottom: 10px;
2735 }
2736
2737 .edit-event-link, .plink-event-link {
2738         float: left;
2739         margin-top: 4px;
2740         margin-right: 4px;
2741         margin-bottom: 15px;
2742 }
2743
2744 .event-description:before {
2745         content: url('../../../images/calendar.png');
2746         margin-right: 15px;
2747 }
2748
2749 .event-start, .event-end {
2750         margin-left: 10px;
2751         width: 330px;
2752         clear: both;
2753 }
2754
2755 .event-start .dtstart, .event-end .dtend {
2756         float: right;
2757 }
2758
2759 .event-list-date {
2760         margin-bottom: 10px;
2761 }
2762
2763 .prevcal, .nextcal {
2764         float: left;
2765         margin-left: 32px;
2766         margin-right: 32px;
2767         margin-top: 64px;
2768 }
2769 .event-calendar-end {
2770         clear: both;
2771 }
2772
2773
2774 .calendar {
2775         font-family: Courier, monospace;
2776 }
2777 .today {
2778         font-weight: bold;
2779         color: #FF0000;
2780 }
2781 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2782   float: none;
2783 }
2784 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2785   margin-bottom: 10px;
2786   margin-top: 20px;
2787 }
2788
2789 .settings-block {
2790         /* border: 1px solid #AAA; */
2791         padding-left: 5px;
2792         padding-right: 5px;
2793 }
2794
2795 .app-title {
2796   margin: 0px;
2797 }
2798
2799 #identity-manage-desc {
2800         margin-top:15px;
2801         margin-bottom: 15px;
2802 }
2803
2804 #identity-manage-choose {
2805         margin-bottom: 15px;
2806 }
2807
2808 #identity-submit {
2809         margin-top: 20px;
2810 }
2811
2812 #photo-prev-link, #photo-next-link {
2813         padding: 10px;
2814         float: left;
2815 }
2816
2817 #photo-photo {
2818         float: left;
2819 }
2820
2821 #photo-photo-end {
2822         clear: both;
2823 }
2824
2825 .profile-match-photo {
2826         float: left;
2827         text-align: center;
2828         width: 120px;
2829 }
2830
2831 .profile-match-name {
2832         float: left;
2833         text-align: center;
2834         width: 120px;
2835         overflow: hidden;
2836 }
2837
2838 .profile-match-break,
2839 .profile-match-end {
2840         clear: both;
2841 }
2842
2843 .profile-match-connect {
2844         text-align: center;
2845         font-weight: bold;
2846 }
2847
2848 .profile-match-wrapper {
2849         float: left;
2850         padding: 10px;
2851         width: 120px;
2852         height: 120px;
2853         scroll: auto;
2854 }
2855 #profile-match-wrapper-end {
2856         clear: both;
2857 }
2858
2859 /* ============= */
2860 /* = Directory = */
2861 /* ============= */
2862 /* contacts menu */
2863 .contact-photo-wrapper {
2864   position: relative;
2865 }
2866 .contact-photo {
2867   width: 48px;
2868   height: 48px;
2869   overflow: hidden;
2870   display: block;
2871 }
2872 .contact-photo img {
2873   width: 48px;
2874   height: 48px;
2875 }
2876 .contact-photo-menu-button {
2877   display: none;
2878   /* position: absolute; */
2879   /* position: absolute; */
2880   left: -2px;
2881   top: -20px;
2882 }
2883 .contact-wrapper {
2884   float: left;
2885   width: 90px;
2886   height: 90px;
2887   margin-bottom: 15px;
2888 }
2889 .contact-wrapper .contact-photo {
2890   width: 80px;
2891   height: 80px;
2892 }
2893 .contact-wrapper .contact-photo img {
2894   width: 80px;
2895   height: 80px;
2896 }
2897 .contact-wrapper .contact-photo-menu-button {
2898   left: 0px;
2899   top: 63px;
2900 }
2901 .directory-item {
2902   float: left;
2903   width: 200px;
2904   height: 200px;
2905 }
2906 .directory-item .contact-photo {
2907   width: 175px;
2908   height: 175px;
2909 }
2910 .directory-item .contact-photo img {
2911   width: 175px;
2912   height: 175px;
2913 }
2914 .contact-name {
2915   text-align: center;
2916   font-weight: bold;
2917   font-size: 12px;
2918 }
2919 .contact-details {
2920   color: #999999;
2921 }
2922
2923 /* photo album page */
2924 .photo-top-image-wrapper {
2925   position: relative;
2926   float: left;
2927   margin-top: 15px;
2928   margin-right: 15px;
2929   width: 200px; height: 200px;
2930   overflow: hidden;
2931 }
2932 .photo-top-album-name {
2933   width: 100%;
2934   min-height: 2em;
2935   position: absolute;
2936   bottom: 0px;
2937   padding: 0px 3px;
2938   padding-top: 0.5em;
2939   background-color: rgb(255, 255, 255);
2940 }
2941 #photo-top-end {
2942   clear: both;
2943 }
2944
2945 #photo-top-links {
2946   margin-bottom: 30px;
2947   margin-left: 30px;
2948 }
2949
2950 #photos-upload-newalbum-div {
2951   float: left;
2952   width: 175px;
2953 }
2954 img.photo-top-photo {
2955   width: 100%;
2956   height: 100%;
2957   object-fit: cover;
2958 }
2959
2960 .menu-profile-list{
2961   height: auto;
2962   overflow: auto;
2963   min-height: 16px;
2964   list-style: none;
2965         }
2966 .menu-profile-list:hover{
2967         background: #E7F2F7;
2968         }
2969 .menu-profile-list-item{
2970         padding-left: 5px;
2971         vertical-align: middle;
2972         }
2973 .menu-profile-list-item:hover{
2974         text-decoration: none;
2975    }
2976
2977 .autocomplete {
2978   width: 350px;
2979   color: black;
2980   border: 1px solid rgb(210, 210, 210);
2981   background-color: white;
2982   cursor: pointer;
2983   text-align: left;
2984   max-height: 350px;
2985   overflow: auto;
2986   display: block;
2987   background-position: initial initial;
2988   background-repeat: initial initial;
2989 }
2990 .mail-list-wrapper {
2991   background-color: #f6f7f8;
2992   margin-bottom: 5px;
2993   width: 100%;
2994   height: auto;
2995   overflow: hidden;
2996 }
2997 .mail-list-wrapper span {
2998   display: block;
2999   float: left;
3000   width: 20%;
3001   overflow: hidden;
3002 }
3003 .mail-list-wrapper .mail-subject {
3004   width: 30%;
3005   padding: 4px 0px 0px 4px;
3006 }
3007 .mail-list-wrapper .mail-subject a {
3008   display: block;
3009 }
3010 .mail-list-wrapper .mail-subject.unseen a {
3011   font-weight: bold;
3012 }
3013 .mail-list-wrapper .mail-date {
3014   padding: 4px 4px 0px 4px;
3015 }
3016 .mail-list-wrapper .mail-from {
3017   padding: 4px 4px 0px 4px;
3018 }
3019 .mail-list-wrapper .mail-count {
3020   padding: 4px 4px 0px 4px;
3021   text-align: right;
3022 }
3023 .mail-list-wrapper .mail-delete {
3024   float: right;
3025 }
3026 #mail-display-subject {
3027   background-color: #f6f7f8;
3028   color: #2d2d2d;
3029   margin-bottom: 10px;
3030   width: 100%;
3031   height: auto;
3032   overflow: hidden;
3033 }
3034 #mail-display-subject span {
3035   float: left;
3036   overflow: hidden;
3037   padding: 4px 0px 0px 10px;
3038 }
3039 #mail-display-subject .mail-delete {
3040   float: right;
3041   opacity: 0.5;
3042   -webkit-transition: all 0.2s ease-in-out;
3043   -moz-transition: all 0.2s ease-in-out;
3044   -o-transition: all 0.2s ease-in-out;
3045   -ms-transition: all 0.2s ease-in-out;
3046   transition: all 0.2s ease-in-out;
3047 }
3048 #mail-display-subject:hover .mail-delete {
3049   opacity: 1;
3050   -webkit-transition: all 0.2s ease-in-out;
3051   -moz-transition: all 0.2s ease-in-out;
3052   -o-transition: all 0.2s ease-in-out;
3053   -ms-transition: all 0.2s ease-in-out;
3054   transition: all 0.2s ease-in-out;
3055 }
3056
3057 .mail-list-outside-wrapper-end {
3058         clear: both;
3059 }
3060 .mail-list-outside-wrapper {
3061         margin-top: 30px;
3062 }
3063 .mail-list-delete-wrapper {
3064         float: right;
3065         margin-right: 30px;
3066         margin-top: 15px;
3067 }
3068 .mail-list-delete-icon {
3069         border: none;
3070 }
3071 .mail-conv-sender,
3072 .mail-conv-detail {
3073         float: left;
3074 }
3075 .mail-conv-detail {
3076         margin-left: 20px;
3077         width: 500px;
3078 }
3079 .mail-conv-subject {
3080     font-size: 1.4em;
3081     margin: 10px 0;
3082 }
3083 .mail-conv-outside-wrapper-end {
3084         clear: both;
3085 }
3086 .mail-conv-outside-wrapper {
3087         margin-top: 30px;
3088 }
3089 .mail-conv-delete-wrapper {
3090         float: right;
3091         margin-right: 30px;
3092         margin-top: 15px;
3093 }
3094 .mail-conv-break {
3095         clear: both;
3096 }
3097 .mail-conv-delete-icon {
3098         border: none;
3099 }
3100
3101 .icon.tilted-icon{
3102   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3103   -webkit-transform: rotate(-20deg);
3104   -moz-transform: rotate(-20deg);
3105   -ms-transform: rotate(-20deg);
3106   -o-transform: rotate(-20deg);
3107   transform: rotate(-20deg);
3108   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3109   padding-top:1px;
3110 }
3111
3112 #profile-edit-wrapper {
3113     line-height: 30px;
3114 }
3115 #profile-edit-wrapper .field{
3116   margin-bottom:0;
3117   padding-bottom:0;
3118 }
3119 #profile-edit-wrapper input[type=text],
3120 #profile-edit-wrapper select{
3121   width:250px;
3122 }
3123 #profile-edit-wrapper #profile-edit-dob select{
3124   width:auto;
3125 }
3126 #profile-edit-wrapper,
3127 #profile-edit-wrapper .toggle-section-content{
3128   margin-bottom:15px;
3129 }
3130 .profile-edit-submit-wrapper{
3131   margin-top:15px;
3132 }
3133 #profile-edit-default-desc{
3134   display:inline-block;
3135   padding:15px;
3136   width:auto;
3137   border:1px solid #511919;
3138 }
3139 #profile-edit-wrapper .toggle-section-content{
3140   background:#ededed;
3141   max-width:599px;
3142   padding:5px;
3143 }
3144
3145 .btn{
3146   outline:none;
3147   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3148   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3149   box-shadow:inset 0px 1px 0px 0px #ffffff;
3150   background-color:#ededed;
3151   -webkit-border-top-left-radius:0px;
3152   -moz-border-radius-topleft:0px;
3153   border-top-left-radius:0px;
3154   -webkit-border-top-right-radius:0px;
3155   -moz-border-radius-topright:0px;
3156   border-top-right-radius:0px;
3157   -webkit-border-bottom-right-radius:0px;
3158   -moz-border-radius-bottomright:0px;
3159   border-bottom-right-radius:0px;
3160   -webkit-border-bottom-left-radius:0px;
3161   -moz-border-radius-bottomleft:0px;
3162   border-bottom-left-radius:0px;
3163   text-indent:0;
3164   border:1px solid #dcdcdc;
3165   display:inline-block;
3166   color:#777777;
3167   font-family:Arial, sans-serif;
3168   font-size:15px;
3169   font-weight:bold;
3170   font-style:normal;
3171   height:40px;
3172   line-height:40px;
3173   padding:0 15px;
3174   text-align:center;
3175   text-shadow:1px 1px 0px #ffffff;
3176 }
3177   .btn:hover{
3178     background-color:#e6e6e6;
3179     text-decoration:none;
3180   }
3181   .btn:active{
3182     position:relative;
3183     top:1px;
3184   }
3185 .profile-view-actions{
3186   float:right;
3187 }
3188 /* videos page */
3189 .videos .video-top-wrapper {
3190   width: 300px;
3191   float: left;
3192   margin: 0px 10px 10px 0px;
3193   position: relative;
3194 }
3195 .videos .video-top-wrapper .video-js {
3196   width: 300px!important;
3197   height: 232px!important;
3198 }
3199 .videos .video-top-wrapper .video-delete {
3200   position: absolute;
3201   opacity: 0;
3202   right: 0px;
3203   top: 0px;
3204   transition: opacity 0.5s;
3205 }
3206 .videos .video-top-wrapper:hover .video-delete {
3207   opacity: 1;
3208 }
3209
3210 /* upload/select popup */
3211 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3212  #message-preview { margin-top: 15px; }
3213  #message-preview span { width: 100%; }
3214  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3215  #message-preview .mail-list-wrapper { padding: 3px; }
3216  #message-preview .mail-date { opacity:0.6; font-size:10px; }