]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge pull request #1 from friendica/develop
[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: -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 .tool {
1046   clear: both;
1047 }
1048 aside .vcard .fn {
1049   font-size: 18px;
1050   font-weight: bold;
1051   margin-bottom: 5px;
1052   float: left;
1053 }
1054 aside .vcard .title {
1055   margin-bottom: 5px;
1056 }
1057 aside .vcard dl {
1058   height: auto;
1059   overflow: auto;
1060   word-break: break-word;
1061 }
1062 aside .vcard .account-type {
1063   margin-bottom: 13px;
1064   font-size: 14px;
1065   font-weight: bold;
1066 }
1067
1068 aside select {
1069   background-color: white;
1070   width: 165px;
1071   border-color: #ccc;
1072 }
1073
1074 aside .vcard dt {
1075   float: left;
1076   margin-left: 0px;
1077   /* width: 35%; */
1078   text-align: right;
1079   color: #999999;
1080 }
1081 aside .vcard dd {
1082   float: left;
1083   margin-left: 4px;
1084   /* width: 60%; */
1085 }
1086 aside #profile-photo-wrapper img {
1087   width: 175px;
1088 }
1089 aside #profile-extra-links ul {
1090   padding: 0px;
1091   margin: 0px;
1092 }
1093 aside #profile-extra-links li {
1094   padding: 0px;
1095   padding-bottom: 4px;
1096   margin: 0px;
1097   list-style: none;
1098 }
1099 aside #subscribe-feed-link,
1100 aside #dfrn-request-link,
1101 aside #wallmessage-link {
1102   display: block;
1103   -moz-border-radius: 5px 5px 5px 5px;
1104   -webkit-border-radius: 5px 5px 5px 5px;
1105   border-radius: 5px 5px 5px 5px;
1106   color: #ffffff;
1107   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1108   font-weight: bold;
1109   text-transform: uppercase;
1110   padding: 4px 2px 2px 35px;
1111 }
1112 aside #subscribe-feed-link:hover,
1113 aside #dfrn-request-link:hover,
1114 aside #wallmessage-link:hover {
1115   text-decoration: none;
1116   background-color: #36c;
1117   /* background-color: #19aeff; */
1118 }
1119 aside #profiles-menu {
1120   width: 14em;
1121   left: 10px;
1122 }
1123
1124 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside input {
1125   width: 140px;
1126   height: 17px;
1127   padding-left: 10px;
1128   /*border-top-left-radius: 15px;
1129   border-top-right-radius: 15px;
1130   border-bottom-right-radius: 15px;
1131   border-bottom-left-radius: 15px;
1132   -moz-border-bottom-colors: #dbdbdb;
1133   -moz-border-top-colors: #999;
1134   -moz-border-left-colors: #999;
1135   -moz-border-right-colors: #dbdbdb;*/
1136 }
1137
1138 aside h4, right_aside h4 {
1139   margin-bottom: 0px;
1140   margin-top: 0px;
1141   font-size: 1.17em;
1142 }
1143
1144 .nets-ul {
1145   margin-top: 0px;
1146 }
1147
1148 #contact-block {
1149   overflow: auto;
1150   height: auto;
1151 }
1152 #contact-block .contact-block-h4 {
1153   float: left;
1154   margin: 5px 0px;
1155 }
1156 #contact-block .allcontact-link {
1157   float: right;
1158   margin: 5px 0px;
1159 }
1160 #contact-block .contact-block-content {
1161   clear: both;
1162   overflow: auto;
1163   height: auto;
1164 }
1165 #contact-block .contact-block-link {
1166   float: left;
1167   margin: 0px 2px 2px 0px;
1168 }
1169 #contact-block .contact-block-link img {
1170   width: 48px;
1171   height: 48px;
1172 }
1173 .group_selected {
1174   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1175   float: left;
1176   height: 22px;
1177   width: 22px;
1178 }
1179 .group_unselected {
1180   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1181   float: left;
1182   height: 22px;
1183   width: 22px;
1184 }
1185 /* widget */
1186 .widget {
1187   margin-bottom: 1em;
1188   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1189         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1190 /*  font-size: 12px; */
1191 }
1192 .widget h3 {
1193   padding: 0px;
1194   margin: 2px;
1195 }
1196 .widget .action {
1197   opacity: 0.1;
1198   -webkit-transition: all 0.2s ease-in-out;
1199   -moz-transition: all 0.2s ease-in-out;
1200   -o-transition: all 0.2s ease-in-out;
1201   -ms-transition: all 0.2s ease-in-out;
1202   transition: all 0.2s ease-in-out;
1203 }
1204 .widget input.action {
1205   opacity: 0.5;
1206   -webkit-transition: all 0.2s ease-in-out;
1207   -moz-transition: all 0.2s ease-in-out;
1208   -o-transition: all 0.2s ease-in-out;
1209   -ms-transition: all 0.2s ease-in-out;
1210   transition: all 0.2s ease-in-out;
1211 }
1212 .widget:hover .title .action {
1213   opacity: 1;
1214   -webkit-transition: all 0.2s ease-in-out;
1215   -moz-transition: all 0.2s ease-in-out;
1216   -o-transition: all 0.2s ease-in-out;
1217   -ms-transition: all 0.2s ease-in-out;
1218   transition: all 0.2s ease-in-out;
1219 }
1220 .widget .tool:hover .action {
1221   opacity: 1;
1222   -webkit-transition: all 0.2s ease-in-out;
1223   -moz-transition: all 0.2s ease-in-out;
1224   -o-transition: all 0.2s ease-in-out;
1225   -ms-transition: all 0.2s ease-in-out;
1226   transition: all 0.2s ease-in-out;
1227 }
1228 .widget .tool:hover .action.ticked {
1229   opacity: 1;
1230   -webkit-transition: all 0.2s ease-in-out;
1231   -moz-transition: all 0.2s ease-in-out;
1232   -o-transition: all 0.2s ease-in-out;
1233   -ms-transition: all 0.2s ease-in-out;
1234   transition: all 0.2s ease-in-out;
1235 }
1236 .widget ul {
1237   padding: 0px;
1238   margin-top: 0px;
1239   margin-bottom: 0px;
1240 }
1241 .widget ul li {
1242   padding-left: 10px;
1243   /* min-height: 20px; */
1244   list-style: none;
1245   padding-top: 3px;
1246   padding-bottom: 3px;
1247   margin: 0px;
1248 }
1249 .widget .tool.selected {
1250   background: url('../../../images/selected.png') no-repeat left center;
1251 }
1252 /* widget: search */
1253 #add-search-popup {
1254   width: 200px;
1255   top: 18px;
1256 }
1257 /* section */
1258 section {
1259   /*font-size: 13px;
1260   line-height: 19.5px;*/
1261   font-size: 14.95px;
1262   line-height: 21px;
1263   display: table-cell;
1264   vertical-align: top;
1265   top: 32px;
1266   width: 766px;
1267   max-width: 766px;
1268   padding: 10px 10px 10px 10px;
1269   /* background-color: white; */
1270   /* background-color: rgb(252, 252, 252); */
1271   /* background-color: #FAFAFA; */
1272   background-color: inherit;
1273   /* border-bottom: 1px solid lightgray;
1274   border-right: 1px solid lightgray;
1275   border-left: 1px solid lightgray; */
1276   position: absolute;
1277   left: 215px;
1278   left: calc(215px + (100% - (215px + 766px)) / 6);
1279   /* left: calc(215px + (100% - 215px) / 10); */
1280 }
1281
1282 section.minimal {
1283   top: 0px;
1284   left: 0px;
1285   position: absolute;
1286   width: 100%;
1287   height: 100%;
1288 }
1289
1290 /* Contact-Header for the Network Stream */
1291 #viewcontact_wrapper-network {
1292   width: 100%;
1293   min-height: 100px;
1294   background-color: #FAFAFA;
1295   box-shadow: 1px 2px 0px 0px #D8D8D8;
1296   border-bottom: 1px solid #D2D2D2;
1297 }
1298 #contact-entry-wrapper-network {
1299   float: none;
1300   width: auto;
1301   height: auto;
1302   padding: 10px;
1303   margin: 0;
1304 }
1305 #contact-entry-accounttype-network {
1306   font-size: 20px;
1307 }
1308 #contact-entry-name-network {
1309   font-size: 24.5px;
1310 }
1311 .contact-entry-photo img {
1312   border-radius: 4px;
1313 }
1314
1315 /* wall item */
1316 .tread-wrapper {
1317 /*    border-bottom: 1px solid #BDCDD4; */
1318   border-bottom: 1px solid #D2D2D2;
1319   position: relative;
1320   padding: 5px;
1321   margin-bottom: 10px;
1322   box-shadow: 1px 2px 0px 0px #D8D8D8;
1323   background-color: #FFFFFF;
1324  /* width: 755px; */
1325 }
1326 .wall-item-decor {
1327   position: absolute;
1328   left: 755px;
1329   left: calc(100% - 16px);
1330 /*  top: -10px; */
1331   width: 16px;
1332 }
1333 .unstarred {
1334   display: none;
1335 }
1336 .wall-item-container {
1337   display: table;
1338   width: 745px;
1339   width: calc(100% - 10px);
1340 }
1341
1342 .wall-item-content hr {
1343   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1344   color: rgb(221, 221, 221);
1345   clear: both;
1346   float: none;
1347   width: 100%;
1348   height: 0.1em;
1349   /* margin: 0px 0px 1.45em; */
1350   border: medium none;
1351 }
1352
1353 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1354   display: table-row;
1355 }
1356 .wall-item-bottom {
1357   /* font-size: 14px; */
1358 }
1359 .wall-item-container .wall-item-tags,
1360 .wall-item-container .wall-item-links,
1361 .wall-item-container .wall-item-actions {
1362   opacity: 0.2;
1363   -webkit-transition: all 0.2s ease-in-out;
1364   -moz-transition: all 0.2s ease-in-out;
1365   -o-transition: all 0.2s ease-in-out;
1366   -ms-transition: all 0.2s ease-in-out;
1367   transition: all 0.2s ease-in-out;
1368 }
1369 .wall-item-container:hover .wall-item-tags,
1370 .wall-item-container:hover .wall-item-links,
1371 .wall-item-container:hover .wall-item-actions {
1372   opacity: 1;
1373   -webkit-transition: all 0.2s ease-in-out;
1374   -moz-transition: all 0.2s ease-in-out;
1375   -o-transition: all 0.2s ease-in-out;
1376   -ms-transition: all 0.2s ease-in-out;
1377   transition: all 0.2s ease-in-out;
1378 }
1379 .wall-item-container .wall-item-info {
1380   display: table-cell;
1381   vertical-align: top;
1382   text-align: left;
1383   width: 80px;
1384 }
1385 .wall-item-container {
1386   /* padding-right: 30px; */
1387   padding-right: 0px;
1388 }
1389 .wall-item-container .wall-item-ago {
1390   word-wrap: break-word;
1391   width: 50px;
1392   margin-left: 10px;
1393   color: #999;
1394   font-size: 12px;
1395 }
1396
1397 .wall-item-network {
1398   color: #999;
1399   font-size: 12px;
1400   text-align: right;
1401   float: right;
1402 }
1403
1404 .wall-item-network-end {
1405   clear: both;
1406 }
1407
1408 .wall-item-location {
1409   width: 350px;
1410   float: left;
1411   font-size: 12px;
1412 }
1413
1414 .wall-item-container .wall-item-content {
1415   /* font-size: 14px; */
1416   max-width: 660px;
1417   word-wrap: break-word;
1418   word-break: break-word;
1419   /* line-height: 1.36; */
1420   padding-bottom: 6px;
1421 }
1422
1423 .wall-item-container .wall-item-content img {
1424   max-width: 100%;
1425   vertical-align: middle;
1426   /* max-width: 650px; */
1427   /* max-width: 580px; */
1428 }
1429 .children .wall-item-container .wall-item-item .wall-item-content img {
1430   /* max-width: 650px; */
1431   /* max-width: 580px; */
1432   max-width: 100%;
1433 }
1434 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1435   display: table-cell;
1436   vertical-align: middle;
1437   /* font-size: 17px; */
1438 }
1439 .mail-list-wrapper a,
1440 .wall-item-container .wall-item-bottom a,
1441 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1442 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1443 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1444   color: #999;
1445 }
1446 .mail-list-wrapper a:hover,
1447 .wall-item-container .wall-item-bottom a:hover,
1448 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1449 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1450 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1451   color: #000;
1452   text-decoration: none;
1453 }
1454 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1455   opacity: 0.5;
1456   -webkit-transition: all 0.2s ease-in-out;
1457   -moz-transition: all 0.2s ease-in-out;
1458   -o-transition: all 0.2s ease-in-out;
1459   -ms-transition: all 0.2s ease-in-out;
1460   transition: all 0.2s ease-in-out;
1461 }
1462 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1463   opacity: 1;
1464   -webkit-transition: all 0.2s ease-in-out;
1465   -moz-transition: all 0.2s ease-in-out;
1466   -o-transition: all 0.2s ease-in-out;
1467   -ms-transition: all 0.2s ease-in-out;
1468   transition: all 0.2s ease-in-out;
1469 }
1470
1471 .wall-item-container .wall-item-name:hover {
1472   color: #36c;
1473 }
1474
1475 .wall-item-container .wall-item-name {
1476   color: black;
1477   font-weight: bold;
1478   -webkit-transition: all 0.2s ease-in-out;
1479   -moz-transition: all 0.2s ease-in-out;
1480   -o-transition: all 0.2s ease-in-out;
1481   -ms-transition: all 0.2s ease-in-out;
1482   transition: all 0.2s ease-in-out;
1483 }
1484
1485 .toplevel_item:hover .wall-item-name,
1486 .wall-item-container:hover .wall-item-name {
1487   color: #36c;
1488   font-weight: bold;
1489   -webkit-transition: all 0.2s ease-in-out;
1490   -moz-transition: all 0.2s ease-in-out;
1491   -o-transition: all 0.2s ease-in-out;
1492   -ms-transition: all 0.2s ease-in-out;
1493   transition: all 0.2s ease-in-out;
1494 }
1495
1496 .wall-item-container .wall-item-content a,
1497 .toplevel_item .fakelink,
1498 .wall-item-container .fakelink {
1499   color: black;
1500   -webkit-transition: all 0.2s ease-in-out;
1501   -moz-transition: all 0.2s ease-in-out;
1502   -o-transition: all 0.2s ease-in-out;
1503   -ms-transition: all 0.2s ease-in-out;
1504   transition: all 0.2s ease-in-out;
1505   /* color: darkblue; */
1506   /* color: #3E3E8C; */
1507   word-break: break-word;
1508 }
1509
1510 .toplevel_item:hover .fakelink,
1511 .wall-item-container:hover .fakelink,
1512 .toplevel_item:hover .wall-item-content a,
1513 .wall-item-container:hover .wall-item-content a {
1514   color: #36c;
1515   -webkit-transition: all 0.2s ease-in-out;
1516   -moz-transition: all 0.2s ease-in-out;
1517   -o-transition: all 0.2s ease-in-out;
1518   -ms-transition: all 0.2s ease-in-out;
1519   transition: all 0.2s ease-in-out;
1520 }
1521
1522 .toplevel_item:hover .togglecomment,
1523 .wall-item-container:hover .togglecomment {
1524   color: #999;
1525 }
1526
1527 .wall-item-container .wall-item-actions-author {
1528   width: 100%;
1529   margin-bottom: 0.3em;
1530 }
1531 .wall-item-container .wall-item-actions-social,
1532 .wall-item-container .wall-item-actions-isevent {
1533   float: left;
1534   margin-bottom: 1px;
1535 }
1536 .wall-item-container .wall-item-actions-social a,
1537 .wall-item-container .wall-item-actions-isevent a {
1538   float: left;
1539   margin-right: 1em;
1540   cursor: pointer;
1541 }
1542 .wall-item-container .wall-item-actions-tools {
1543   float: right;
1544   width: 80px;
1545 }
1546 .wall-item-container .wall-item-actions-tools a {
1547   float: right;
1548   margin-left: 10px;
1549   cursor: pointer;
1550 }
1551 .wall-item-container .wall-item-actions-tools input {
1552   float: right;
1553   margin-left: 10px;
1554 }
1555 .wall-item-container.comment {
1556   margin-top: 5px;
1557   margin-bottom: 5px;
1558   margin-left: 80px;
1559   width: 665px;
1560   width: calc(100% - 90px);
1561   border-bottom: 1px solid hsl(198, 21%, 79%);
1562 }
1563 .wall-item-container.thread_level_2 {
1564   margin-left: 80px;
1565   width: calc(100% - 90px);
1566 }
1567 .wall-item-container.thread_level_3 {
1568   margin-left: 95px;
1569   width: calc(100% - 105px);
1570 }
1571 .wall-item-container.thread_level_4 {
1572   margin-left: 110px;
1573   width: calc(100% - 120px);
1574 }
1575 .wall-item-container.thread_level_5 {
1576   margin-left: 125px;
1577   width: calc(100% - 135px);
1578 }
1579 .wall-item-container.thread_level_6 {
1580   margin-left: 140px;
1581   width: calc(100% - 150px);
1582 }
1583 .wall-item-container.thread_level_7 {
1584   margin-left: 155px;
1585   width: calc(100% - 165px);
1586 }
1587
1588 .wall-item-container.comment .wall-item-content,
1589 .wall-item-container.thread_level_3 .wall-item-content,
1590 .wall-item-container.thread_level_4 .wall-item-content,
1591 .wall-item-container.thread_level_5 .wall-item-content,
1592 .wall-item-container.thread_level_6 .wall-item-content,
1593 .wall-item-container.thread_level_7 .wall-item-content {
1594   max-width: calc(100% - 1px);
1595 }
1596
1597 .children .wall-item-comment-wrapper textarea, 
1598 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea,
1599 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea,
1600 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
1601 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
1602 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1603   width: calc(100% - 11px);
1604 }
1605
1606 .children .wall-item-bottom .comment-edit-preview,
1607 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview,
1608 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview,
1609 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
1610 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
1611 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1612   width: calc(100% - 6px);
1613 }
1614
1615
1616 .wall-item-container.comment .contact-photo {
1617   width: 32px;
1618   height: 32px;
1619   margin-left: 16px;
1620   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1621
1622 }
1623 .wall-item-container.comment {
1624   top: 15px !important;
1625   left: 15px !important;
1626 }
1627 .wall-item-container.comment .wall-item-links {
1628   padding-left: 12px;
1629 }
1630 .wall-item-bottom .wall-item-comment-wrapper {
1631   margin: 1px 5px 1px 0px;
1632 }
1633 .wall-item-comment-wrapper {
1634   margin: 1px 15px 1px 80px;
1635 }
1636 .wall-item-comment-wrapper.photo {
1637   margin: 1px 15px 1px 0px;
1638 }
1639 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1640   margin-left: 0px;
1641   width: 665px;
1642   width: 100%;
1643   border-bottom: 1px solid hsl(198, 21%, 79%);
1644 }
1645
1646
1647 .wall-item-comment-wrapper .comment-edit-photo {
1648   display: none;
1649 }
1650 .wall-item-comment-wrapper textarea {
1651   height: 1.2em;
1652   width: 100%;
1653   font-size: 13px;
1654   color: #999999;
1655   border: 1px solid #DDD;
1656   padding: 0.3em;
1657 }
1658 .wall-item-comment-wrapper .comment-edit-text-full {
1659   /* font-size: 14px; */
1660   height: 4em;
1661   color: #2d2d2d;
1662   border: 1px solid #2d2d2d;
1663 }
1664
1665 .fakelink.togglecomment {
1666   float: left;
1667   margin-right: 1em;
1668 }
1669
1670 .comment-edit-preview .contact-photo {
1671   width: 32px;
1672   height: 32px;
1673   margin-left: 16px;
1674   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1675
1676 }
1677 .comment-edit-preview {
1678   /* width: 660px; */
1679   width: 100%;
1680   border: 1px solid #2d2d2d;
1681   margin-top: 10px;
1682   top: 15px !important;
1683   left: 15px !important;
1684 }
1685 .comment-edit-preview .wall-item-links {
1686   padding-left: 12px;
1687 }
1688 .comment-edit-preview .wall-item-container {
1689   /* width: 700px; */
1690   width: 100%;
1691 }
1692 .comment-edit-preview .tread-wrapper {
1693   /* width: 700px; */
1694   width: 100%;
1695   padding: 0;
1696   margin: 10px 0px 0px 0px;
1697   border-bottom: 0px;
1698   box-shadow: none;
1699 }
1700
1701 .wall-item-bottom .comment-edit-preview {
1702   width: 575px;
1703   margin-bottom: 5px;
1704 }
1705
1706 .shiny {
1707   /* border-right: 10px solid #fce94f; */
1708 /*      border-right: 1px solid #A7C7F7;
1709         padding-right: 12px; */
1710 }
1711
1712 #profile-jot-form {
1713   box-shadow: 1px 2px 0px 0px #D8D8D8;
1714   background-color: #fafafa;
1715   padding: 10px;
1716 }
1717
1718 #profile-jot-form #profile-jot-text {
1719   height: 2.0em;
1720   /* width: 99%; */
1721   width: 752px;
1722   width: calc(100% - 10px);
1723   font-size: 15px;
1724   color: #999999;
1725   border: 1px solid #DDD;
1726   padding: 0.3em;
1727   margin-bottom: 10px;
1728 }
1729
1730 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1731
1732          border-radius: 5px 5px 5px 5px;
1733     font-weight: bold;
1734     height: 20px;
1735     margin: 0 0 5px;
1736     /* width: 60%; */
1737     /* width: 762px; */
1738     width: 100%;
1739     border: 1px solid #d2d2d2;
1740 }
1741
1742 #profile-jot-form #jot-title:-webkit-input-placeholder {
1743   font-weight: normal;
1744 }
1745 #profile-jot-form #jot-title:-moz-placeholder {
1746   font-weight: normal;
1747 }
1748 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1749 /*  width: 785px; */
1750   width: 100%;
1751   height: 100px;
1752 }
1753
1754 #profile-jot-perms {
1755   float: right;
1756 }
1757
1758 #jot-preview-content {
1759   padding-top: 4px;
1760   clear: both;
1761 }
1762
1763 #jot-preview-content .tread-wrapper {
1764   background-color: #fce94f;
1765 }
1766
1767 .wall-item-tags {
1768   padding-top: 1px;
1769   padding-bottom: 2px;
1770   font-size: 12px;
1771   /*display: none;*/
1772 }
1773
1774 .tag {
1775   color: rgb(153,153,153);
1776   /*padding-left: 3px;
1777   font-size: 10px;*/
1778 }
1779 .tag a {
1780   /*padding-right: 8px;*/
1781   color: rgb(153,153,153);
1782 }
1783 .wwto {
1784   position: absolute !important;
1785   width: 25px;
1786   height: 25px;
1787   background: #FFFFFF;
1788   border: 2px solid #364e59;
1789   height: 25px;
1790   width: 25px;
1791   overflow: hidden;
1792   padding: 1px;
1793   position: absolute !important;
1794   top: 40px;
1795   left: 30px;
1796   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1797 }
1798 .wwto .contact-photo {
1799   width: auto;
1800   height: 25px;
1801 }
1802 /* contacts menu */
1803 .contact-photo-wrapper {
1804   position: relative;
1805   width: 80px;
1806 }
1807
1808 .contact-photo-wrapper.wwto {
1809   width: 25px;
1810 }
1811
1812 .contact-photo {
1813   width: 48px;
1814   height: 48px;
1815   overflow: hidden;
1816   display: block;
1817   -webkit-border-radius: 4px;
1818   -moz-border-radius: 4px;
1819   border-radius: 4px;
1820 }
1821
1822 .contact-photo img {
1823   width: 48px;
1824   height: 48px;
1825 }
1826
1827 .contact-wrapper {
1828   float: left;
1829   width: 90px;
1830   height: 90px;
1831   margin-bottom: 15px;
1832 }
1833 .contact-wrapper .contact-photo {
1834   width: 80px;
1835   height: 80px;
1836 }
1837 .contact-wrapper .contact-photo img {
1838   width: 80px;
1839   height: 80px;
1840 }
1841 .contact-wrapper {
1842   left: 0px;
1843   top: 63px;
1844 }
1845 .contact-photo {
1846   width: 48px;
1847   height: 48px;
1848 }
1849 .contact-photo img {
1850   width: 48px;
1851   height: 48px;
1852 }
1853 .contact-name {
1854   /* text-align: center; */
1855   /*font-weight: bold;*/
1856   font-size: 12px;
1857 }
1858 .contact-details {
1859   color: #999999;
1860 }
1861 /* editor */
1862 .jothidden {
1863   display: none;
1864 }
1865 #jot {
1866   width: 785px;
1867   margin: 0px 2em 20px 0px;
1868 }
1869 #jot .profile-jot-text {
1870   height: 1.2em;
1871   width: 99%;
1872   font-size: 10px;
1873   color: #999999;
1874   border: 1px solid #DDD;
1875   padding: 0.3em;
1876 }
1877 #jot #jot-tools {
1878   margin: 0px;
1879   padding: 0px;
1880   height: 40px;
1881   overflow: none;
1882   width: 783px;
1883   background-color: #0e232e;
1884   border-bottom: 2px solid #9eabb0;
1885 }
1886 #jot #jot-tools li {
1887   list-style: none;
1888   float: left;
1889   width: 80px;
1890   height: 40px;
1891   border-bottom: 2px solid #9eabb0;
1892 }
1893 #jot #jot-tools li a {
1894   display: block;
1895   color: #cccccc;
1896   width: 100%;
1897   height: 40px;
1898   text-align: center;
1899   line-height: 40px;
1900   overflow: hidden;
1901 }
1902 #jot #jot-tools li:hover {
1903   background-color: #364e59;
1904   border-bottom: 2px solid #bdcdd4;
1905 }
1906 #jot #jot-tools li.perms {
1907   float: right;
1908   width: 40px;
1909 }
1910 #jot #jot-tools li.perms a.unlock {
1911   width: 30px;
1912   border-left: 10px solid #cccccc;
1913   background-color: #cccccc;
1914   background-position: left center;
1915 }
1916 #jot #jot-tools li.perms a.lock {
1917   width: 30px;
1918   border-left: 10px solid #666666;
1919   background-color: #666666;
1920 }
1921 #jot #jot-tools li.submit {
1922   float: right;
1923   background-color: #cccccc;
1924   border-bottom: 2px solid #cccccc;
1925   border-right: 1px solid #666666;
1926   border-left: 1px solid #666666;
1927 }
1928 #jot #jot-tools li.submit input {
1929   border: 0px;
1930   margin: 0px;
1931   padding: 0px;
1932   background-color: #cccccc;
1933   color: #666666;
1934   width: 80px;
1935   height: 40px;
1936   line-height: 40px;
1937 }
1938 #jot #jot-tools li.submit input:hover {
1939   background-color: #bdcdd4;
1940   color: #666666;
1941 }
1942 #jot #jot-tools li.loading {
1943   float: right;
1944   background-color: #ffffff;
1945   width: 20px;
1946   vertical-align: center;
1947   text-align: center;
1948   border-top: 2px solid #9eabb0;
1949   height: 38px;
1950 }
1951 #jot #jot-tools li.loading img {
1952   margin-top: 10px;
1953 }
1954 /* #jot */
1955 #jot-title {
1956   border: 0px;
1957   margin: 0px;
1958   height: 20px;
1959   width: 700px;
1960   font-weight: bold;
1961   border: 1px solid #ffffff;
1962 }
1963 #jot #jot-title:-webkit-input-placeholder {
1964   font-weight: normal;
1965 }
1966 #jot #jot-title:-moz-placeholder {
1967   font-weight: normal;
1968 }
1969 #jot #jot-title:hover {
1970   border: 1px solid #999999;
1971 }
1972 #jot #jot-title:focus {
1973   border: 1px solid #999999;
1974 }
1975 #jot #character-counter {
1976   width: 80px;
1977   float: right;
1978   text-align: right;
1979   height: 20px;
1980   line-height: 20px;
1981   padding-right: 20px;
1982 }
1983
1984 #profile-jot-submit {
1985   float: right;
1986   margin-left: 15px;
1987 }
1988 #profile-upload-wrapper {
1989   float: left;
1990   margin-left: 15px;
1991 }
1992 #profile-attach-wrapper {
1993   float: left;
1994   margin-left: 15px;
1995 }
1996 #profile-link-wrapper {
1997   float: left;
1998   margin-left: 15px;
1999   cursor: pointer;
2000 }
2001 #profile-video-wrapper {
2002   float: left;
2003   margin-left: 15px;
2004   cursor: pointer;
2005 }
2006 #profile-audio-wrapper {
2007   float: left;
2008   margin-left: 15px;
2009   cursor: pointer;
2010 }
2011 #profile-location-wrapper {
2012   float: left;
2013   margin-left: 15px;
2014   cursor: pointer;
2015 }
2016 #profile-nolocation-wrapper {
2017   float: left;
2018   margin-left: 15px;
2019   cursor: pointer;
2020 }
2021 #profile-smiley-wrapper {
2022   float: left;
2023   margin-left: 15px;
2024   cursor: pointer;
2025   margin-top: 3px;
2026   height: 10px;
2027   display: inline-block;
2028 }
2029 #smileybutton {
2030   position: absolute;
2031   z-index: 99;
2032 }
2033 table.smiley-preview{
2034   background-color: #FFF;
2035   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2036 }
2037 #jot-perms-icon {
2038   float: right;
2039   margin-left: 15px;
2040 }
2041 #jot-preview-link {
2042   float: right;
2043 }
2044 #profile-jot-end {
2045   clear: both;
2046 }
2047 #profile-jot-text_tbl {
2048   width: 780px;
2049 }
2050 #profile-jot-wrapper {
2051   margin-bottom: 10px;
2052 }
2053
2054 /** buttons **/
2055 /*input[type="submit"] {
2056         border: 0px;
2057     background-color: @ButtonBackgroundColor;
2058     color: @ButtonColor;
2059     padding: 0px 10px;
2060         .rounded(5px);
2061     height: 18px;
2062 }*/
2063 /** acl **/
2064 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2065   display: block!important;
2066 }
2067 #acl-wrapper {
2068   width: 690px;
2069   float: left;
2070 }
2071 #acl-search {
2072   float: right;
2073   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2074   padding-right: 20px;
2075 }
2076 #acl-showall {
2077   float: left;
2078   display: block;
2079   width: auto;
2080   height: 18px;
2081   background-color: #cccccc;
2082   background-image: url("../../../images/show_all_off.png");
2083   background-position: 7px 7px;
2084   background-repeat: no-repeat;
2085   padding: 7px 5px 0px 30px;
2086   color: #999999;
2087   -moz-border-radius: 5px 5px 5px 5px;
2088   -webkit-border-radius: 5px 5px 5px 5px;
2089   border-radius: 5px 5px 5px 5px;
2090 }
2091 #acl-showall.selected {
2092   color: #000000;
2093   background-color: #ff9900;
2094   background-image: url("../../../images/show_all_on.png");
2095 }
2096 #acl-list {
2097   height: 210px;
2098   border: 1px solid #cccccc;
2099   clear: both;
2100   margin-top: 30px;
2101   overflow: auto;
2102 }
2103 .acl-list-item {
2104   display: block;
2105   width: 150px;
2106   height: 30px;
2107   border: 1px solid #cccccc;
2108   margin: 5px;
2109   float: left;
2110 }
2111 .acl-list-item img {
2112   width: 22px;
2113   height: 22px;
2114   float: left;
2115   margin: 4px;
2116 }
2117 .acl-list-item p {
2118   height: 12px;
2119   font-size: 10px;
2120   margin: 0px;
2121   padding: 2px 0px 1px;
2122   overflow: hidden;
2123 }
2124 .acl-list-item a {
2125   font-size: 8px;
2126   display: block;
2127   width: 40px;
2128   height: 10px;
2129   float: left;
2130   color: #999999;
2131   background-color: #cccccc;
2132   background-position: 3px 3px;
2133   background-repeat: no-repeat;
2134   margin-right: 5px;
2135   -webkit-border-radius: 2px ;
2136   -moz-border-radius: 2px;
2137   border-radius: 2px;
2138   padding-left: 15px;
2139 }
2140 #acl-wrapper a:hover {
2141   text-decoration: none;
2142   color: #000000;
2143 }
2144 .acl-button-show {
2145   background-image: url("../../../images/show_off.png");
2146 }
2147 .acl-button-hide {
2148   background-image: url("../../../images/hide_off.png");
2149 }
2150 .acl-button-show.selected {
2151   color: #000000;
2152   background-color: #9ade00;
2153   background-image: url("../../../images/show_on.png");
2154 }
2155 .acl-button-hide.selected {
2156   color: #000000;
2157   background-color: #ff4141;
2158   background-image: url("../../../images/hide_on.png");
2159 }
2160 .acl-list-item.groupshow {
2161   border-color: #9ade00;
2162 }
2163 .acl-list-item.grouphide {
2164   border-color: #ff4141;
2165 }
2166 /** /acl **/
2167 /** tab buttons **/
2168 div.pager, ul.tabs {
2169   list-style-type: none;
2170   padding-bottom: 10px;
2171   padding-left: 10px;
2172   padding-top: 0px;
2173   margin-bottom: 5px;
2174   line-height: 28px;
2175   height: 20px;
2176 /*  font-size: 11px; */
2177   font-size: 13px;
2178   font-weight: bold;
2179   /* margin-bottom: 30px; */
2180   background-color: #FAFAFA;
2181   box-shadow: 1px 2px 0px 0px #D8D8D8;
2182   border-bottom: 1px solid #D2D2D2;
2183 }
2184 ul.tabs li {
2185   float: left;
2186   /* margin-left: 7px; */
2187 }
2188 /*ul.tabs li .active {
2189   border-bottom: 1px solid #005c94;
2190 }*/
2191
2192 ul.tabs a, div.pager a {
2193     /* min-width: 34px; */
2194 /*    display: block;
2195     float: left; */
2196     padding: 0px;
2197     padding-bottom: 6px;
2198 /*    padding: 0px 12px 0px 12px; */
2199 /*    color: #444; */
2200     color: darkgray;
2201 }
2202
2203 ul.tabs a {
2204 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2205     margin-right: 15px;
2206     margin-left: 5px;
2207 }
2208
2209 #birthday-notice, #event-notice {
2210     box-shadow: 1px 2px 0px 0px #D8D8D8;
2211     margin-bottom: 5px;
2212 }
2213
2214 #birthday-wrapper, #event-wrapper {
2215     background-color: #FAFAFA;
2216     box-shadow: 1px 2px 0px 0px #D8D8D8;
2217     padding-left: 10px;
2218     padding-right: 10px;
2219     padding-top: 5px;
2220     padding-bottom: 5px;
2221     margin-bottom: 0px;
2222 }
2223
2224 .birthday-notice, .event-notice  {
2225     padding: 2px 7px 2px 7px;
2226     color: darkgrey;
2227    font-weight: bold;
2228 }
2229 .comment-edit-submit-wrapper .fakelink {
2230     padding: 2px 7px 2px 7px;
2231     color: black;
2232 }
2233
2234 .comment-edit-submit-wrapper .fakelink {
2235 /*    border: 1px solid lightgray; */
2236     background: #F2F2F2;
2237     margin-top: 2px;
2238     margin-bottom: 2px;
2239 }
2240
2241 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2242 .comment-edit-submit-wrapper .fakelink:hover {
2243     color: black;
2244 }
2245
2246 span.pager_current, span.pager_n a:hover,
2247 span.pager_first a:hover, span.pager_last a:hover,
2248 span.pager_prev a:hover, span.pager_next a:hover,
2249 ul.tabs a:hover {
2250   border-bottom: 2px solid #244C5E;
2251   text-decoration: none;
2252   color: grey;
2253   padding-bottom: 6px;
2254 }
2255
2256 ul.tabs li .active, span.pager_current a {
2257   border-bottom: 2px solid #244C5E;
2258   text-decoration: none;
2259   color: black;
2260 }
2261
2262 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2263 /*    background-color: #e5e5e5; */
2264   color: grey;
2265     text-decoration: none;
2266 /*    border: 1px solid darkgray; */
2267 }
2268
2269 .comment-edit-bb {
2270   float:right;
2271 }
2272 .comment-edit-bb a {
2273   color: #888;
2274   padding: 0px 5px 1px 5px;
2275 }
2276
2277 .comment-edit-bb a:hover {
2278   color: #000;
2279   text-decoration: none;
2280 }
2281
2282 /**
2283  * Form fields
2284  */
2285 .field {
2286   margin-bottom: 10px;
2287   padding-bottom: 10px;
2288   overflow: auto;
2289   width: 100%;
2290 }
2291 .field label {
2292   float: left;
2293   width: 200px;
2294 }
2295 .field input, .field textarea {
2296   max-width: 400px;
2297 }
2298 .field textarea {
2299   height: 100px;
2300 }
2301 .field .field_help {
2302   display: block;
2303   margin-left: 200px;
2304   color: #666666;
2305 }
2306 .field .onoff {
2307   float: left;
2308   width: 80px;
2309   margin-right:1em;
2310 }
2311 .field .onoff a {
2312   display: block;
2313   border: 1px solid #666666;
2314   background-image: url("../../../images/onoff.jpg");
2315   background-repeat: no-repeat;
2316   padding: 4px 2px 2px 2px;
2317   font-size:14px;
2318   height: 16px;
2319   line-height:16px;
2320   text-decoration: none;
2321   text-align: center;
2322   text-transform: uppercase;
2323   border-radius:4px;
2324 }
2325 .field .onoff .off {
2326   border-color: #B0B0B0;
2327   padding-left: 36px;
2328   background-position: left center;
2329   background-color: #cccccc;
2330   color: #9C9C9C;
2331 }
2332 .field .onoff .on {
2333   font-weight:bold;
2334   border-color: #8EB8EE;
2335   padding-right: 36px;
2336   background-position: right center;
2337   background-color: #D7E3F1;
2338   color: #36c;
2339 }
2340 .field .hidden {
2341   display: none!important;
2342 }
2343 .field.radio .field_help {
2344   margin-left: 0px;
2345 }
2346 aside form {
2347   overflow-x: hidden;
2348 }
2349 aside form .field label {
2350   float: left;
2351   width: 170px;
2352 }
2353
2354 aside #div_id_remember label {
2355  float:  inherit;
2356 }
2357
2358 aside div #login-submit-button {
2359   margin-left:0px;
2360 }
2361
2362 aside #register-link, aside #lost-password-link {
2363   display: block;
2364 }
2365
2366 aside #id_username,
2367 aside div #id_openid_url,
2368 aside #id_password {
2369   width: 170px;
2370   max-width: 170px;
2371 }
2372
2373 #profile-edit-links-end {
2374         clear: both;
2375         margin-bottom: 15px;
2376 }
2377
2378 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2379
2380 #profile-edit-links li {
2381   float: left;
2382   list-style: none;
2383 }
2384
2385 .profile-edit-side-div {
2386 /*  display: none; */
2387   float: right;
2388 }
2389
2390 /* aside div.clear {
2391   clear: none;
2392   float: left;
2393 } */
2394
2395 #register-form label,
2396 #profile-edit-wrapper label {
2397   width: 200px;
2398   float: left;
2399 }
2400
2401 #register-name-end,
2402 #register-email-end,
2403 #register-nickname-end {
2404   clear: both;
2405 }
2406
2407 .required {
2408   display: inline;
2409   color: #B20202;
2410 }
2411
2412 /* oauth */
2413 .oauthapp {
2414   height: auto;
2415   overflow: auto;
2416   border-bottom: 2px solid #cccccc;
2417   padding-bottom: 1em;
2418   margin-bottom: 1em;
2419 }
2420 .oauthapp img {
2421   float: left;
2422   width: 48px;
2423   height: 48px;
2424   margin: 10px;
2425 }
2426 .oauthapp img.noicon {
2427   background-image: url("../../../images/icons/48/plugin.png");
2428   background-position: center center;
2429   background-repeat: no-repeat;
2430 }
2431 .oauthapp a {
2432   float: left;
2433 }
2434 /* contacts */
2435 /*.contact-entry-wrapper {
2436   width: 120px;
2437   height: 130px;
2438   float: left;
2439   overflow: hidden;
2440   margin-left: 5px;
2441 }*/
2442
2443 .contact-entry-wrapper {
2444   float: left;
2445   width: 363px;
2446   height: 100px;
2447   padding-right: 10px;
2448   margin: 0 10px 10px 0px;
2449 }
2450 .contact-entry-wrapper .contact-entry-photo-wrapper {
2451   float: left;
2452   margin-right: 10px;
2453   width: 80px;
2454   height: 80px;
2455 }
2456 .contact-entry-photo-wrapper {
2457   position: relative;
2458 }
2459 .contact-entry-desc {
2460   overflow: hidden;
2461 }
2462 .contact-entry-name {
2463   font-weight: bold;
2464 }
2465 .contact-entry-details {
2466   font-size: 13px;
2467   color: #999999;
2468   white-space: nowrap;
2469   overflow: hidden;
2470   text-overflow: ellipsis;
2471 }
2472 /* photo */
2473 .lframe {
2474   float: left;
2475   margin: 0px 10px 10px 0px;
2476 }
2477 .contact-entry-photo a img {
2478   width: 80px;
2479   height: 80px;
2480 }
2481 /* profile match wrapper */
2482 .profile-match-wrapper {
2483   float: left;
2484   width: 90px;
2485   height: 90px;
2486   margin-bottom: 20px;
2487 }
2488 .profile-match-wrapper .contact-photo {
2489   width: 80px;
2490   height: 80px;
2491 }
2492 .profile-match-wrapper .contact-photo img {
2493   width: 80px;
2494   height: 80px;
2495 }
2496 .profile-match-wrapper {
2497   left: 0px;
2498   top: 63px;
2499 }
2500
2501 .contact-photo-menu-button {
2502         position: relative;
2503         background-image: url("../../../images/icons/16/menu.png");
2504         background-position: top left;
2505         background-repeat: no-repeat;
2506         margin: 0px 0px -16px 0px;
2507         padding: 0px;
2508         width: 16px;
2509         height: 16px;
2510         top: -20px; left:0px;
2511         overflow: hidden;
2512         text-indent: 40px;
2513         display: none;
2514
2515 }
2516 .contact-photo-menu {
2517         width: 11em;
2518         /*border: 3px solid #364e59;*/
2519         color: #2d2d2d;
2520         background: #FFFFFF;
2521         position: absolute;
2522         /*position: relative;*/
2523         left: 0px; /*top: 0px;*/
2524         display: none;
2525         z-index: 10000;
2526         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2527 }
2528 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2529 .contact-photo-menu li a {
2530         display: block;
2531         padding: 5px 10px;
2532         color: #2d2d2d;
2533         text-decoration: none;
2534 }
2535 .contact-photo-menu li a:hover {
2536         background-color: #bdcdd4;
2537 }
2538
2539 /* page footer */
2540 footer {
2541   /* height: 100px; */
2542   display: table-row;
2543 }
2544
2545 blockquote {
2546     border-left: 1px solid #D2D2D2;
2547     padding-left: 9px;
2548     margin: 0 0 0 .8ex;
2549     color: #777;
2550 }
2551
2552 .oembed {
2553     /* font-size: large; */
2554     font-size: larger;
2555     font-weight: bold;
2556     display: block;
2557 }
2558
2559 .oembed.video .embed_video > div {
2560     position: absolute; top: 0px; left: 0px;
2561     background-color: rgba(0,0,0,0.5);
2562 }
2563 .oembed.video .embed_video > div::before {
2564     font-family: FontAwesome;
2565     font-weight: normal;
2566     font-style: normal;
2567     display: inline-block;
2568     text-decoration: inherit;
2569     vertical-align: top;
2570     font-size: 3em;
2571     content: "\f01d"; /* icon-play-circle */
2572     color: #fff;
2573     bottom: 10px;
2574     right: 10px;
2575     position: absolute;
2576 }
2577
2578 /* ================== */
2579 /* = Contacts Block = */
2580 /* ================== */
2581
2582 .contact-block-img {
2583         width: 42px;
2584         height: 42px;
2585         padding-right: 2px;
2586 }
2587 .contact-block-div {
2588         float: left;
2589 }
2590
2591 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2592 #contact-block-end { clear: both; }
2593
2594 #group-edit-wrapper {
2595         margin-bottom: 10px;
2596 }
2597
2598 #group-members-end {
2599         clear: both;
2600 }
2601
2602 /*
2603 #group-separator,
2604 #prof-separator { display: none;}
2605 */
2606
2607 #message-to-select {
2608   height: 150px;
2609 }
2610
2611 #prvmail-upload {
2612   margin-left: 10px;
2613 }
2614
2615 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2616         margin-bottom: 10px;
2617         margin-top: 20px;
2618 }
2619
2620 #prvmail-submit {
2621         float: left;
2622         margin-top: 10px;
2623 }
2624 #prvmail-upload-wrapper,
2625 #prvmail-link-wrapper,
2626 #prvmail-rotator-wrapper {
2627         float: left;
2628         margin-top: 10px;
2629         margin-right: 10px;
2630         width: 24px;
2631 }
2632
2633 #prvmail-end {
2634         clear: both;
2635 }
2636
2637 .mail-list-sender,
2638 .mail-list-detail {
2639         float: left;
2640 }
2641 .mail-list-detail {
2642         margin-left: 20px;
2643 }
2644
2645 .mail-list-subject {
2646         font-size: 1.1em;
2647         margin-top: 10px;
2648 }
2649 a.mail-list-link {
2650     display: block;
2651     font-size: 1.3em;
2652     padding: 4px 0;
2653 }
2654
2655 /*
2656 *a.mail-list-link:hover {
2657 *       background-color: #15607B;
2658 *       color: #F5F6FB;
2659 *}
2660 */
2661
2662 .mail-list-outside-wrapper-end {
2663         clear: both;
2664 }
2665
2666 .mail-list-outside-wrapper {
2667         margin-top: 30px;
2668 }
2669
2670 .mail-list-delete-wrapper {
2671         float: right;
2672         margin-right: 30px;
2673         margin-top: 15px;
2674 }
2675
2676 .mail-list-delete-icon {
2677         border: none;
2678 }
2679
2680 .mail-conv-sender,
2681 .mail-conv-detail {
2682         float: left;
2683 }
2684 .mail-conv-detail {
2685         margin-left: 20px;
2686         width: 500px;
2687 }
2688
2689 .mail-conv-subject {
2690     font-size: 1.4em;
2691     margin: 10px 0;
2692 }
2693
2694 .mail-conv-outside-wrapper-end {
2695         clear: both;
2696 }
2697
2698 .mail-conv-outside-wrapper {
2699         margin-top: 30px;
2700 }
2701
2702 .mail-conv-delete-wrapper {
2703         float: right;
2704         margin-right: 30px;
2705         margin-top: 15px;
2706 }
2707 .mail-conv-break {
2708         clear: both;
2709 }
2710
2711 .mail-conv-delete-icon {
2712         border: none;
2713 }
2714
2715
2716 /* ========== */
2717 /* = Events = */
2718 /* ========== */
2719 .eventcal {
2720         float: left;
2721         font-size: 20px;
2722 }
2723
2724 .vevent {
2725         border: 1px solid #CCCCCC;
2726         max-width: 600px;
2727         position: relative;
2728         margin-top: 4px;
2729         margin-right: 4px;
2730         margin-bottom: 15px;
2731 }
2732
2733 .vevent .event-summary,
2734 .vevent .event-description,
2735 .vevent .event-location {
2736         margin-left: 10px;
2737         margin-right: 10px;
2738 }
2739 .vevent .event-start {
2740         margin-left: 10px;
2741         margin-right: 10px;
2742 }
2743
2744 #new-event-link {
2745         margin-bottom: 10px;
2746 }
2747
2748 .edit-event-link, .plink-event-link {
2749         float: left;
2750         margin-top: 4px;
2751         margin-right: 4px;
2752         margin-bottom: 15px;
2753 }
2754
2755 .event-description:before {
2756         content: url('../../../images/calendar.png');
2757         margin-right: 15px;
2758 }
2759
2760 .event-start, .event-end {
2761         margin-left: 10px;
2762         width: 330px;
2763         clear: both;
2764 }
2765
2766 .event-start .dtstart, .event-end .dtend {
2767         float: right;
2768 }
2769
2770 .event-list-date {
2771         margin-bottom: 10px;
2772 }
2773
2774 .prevcal, .nextcal {
2775         float: left;
2776         margin-left: 32px;
2777         margin-right: 32px;
2778         margin-top: 64px;
2779 }
2780 .event-calendar-end {
2781         clear: both;
2782 }
2783
2784
2785 .calendar {
2786         font-family: Courier, monospace;
2787 }
2788 .today {
2789         font-weight: bold;
2790         color: #FF0000;
2791 }
2792 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2793   float: none;
2794 }
2795 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2796   margin-bottom: 10px;
2797   margin-top: 20px;
2798 }
2799
2800 .settings-block {
2801         /* border: 1px solid #AAA; */
2802         padding-left: 5px;
2803         padding-right: 5px;
2804 }
2805
2806 .app-title {
2807   margin: 0px;
2808 }
2809
2810 #identity-manage-desc {
2811         margin-top:15px;
2812         margin-bottom: 15px;
2813 }
2814
2815 #identity-manage-choose {
2816         margin-bottom: 15px;
2817 }
2818
2819 #identity-submit {
2820         margin-top: 20px;
2821 }
2822
2823 #photo-prev-link, #photo-next-link {
2824         padding: 10px;
2825         float: left;
2826 }
2827
2828 #photo-photo {
2829         float: left;
2830 }
2831
2832 #photo-photo-end {
2833         clear: both;
2834 }
2835
2836 .profile-match-photo {
2837         float: left;
2838         text-align: center;
2839         width: 120px;
2840 }
2841
2842 .profile-match-name {
2843         float: left;
2844         text-align: center;
2845         width: 120px;
2846         overflow: hidden;
2847 }
2848
2849 .profile-match-break,
2850 .profile-match-end {
2851         clear: both;
2852 }
2853
2854 .profile-match-connect {
2855         text-align: center;
2856         font-weight: bold;
2857 }
2858
2859 .profile-match-wrapper {
2860         float: left;
2861         padding: 10px;
2862         width: 120px;
2863         height: 120px;
2864         scroll: auto;
2865 }
2866 #profile-match-wrapper-end {
2867         clear: both;
2868 }
2869
2870 /* ============= */
2871 /* = Directory = */
2872 /* ============= */
2873 /* contacts menu */
2874 .contact-photo-wrapper {
2875   position: relative;
2876 }
2877 .contact-photo {
2878   width: 48px;
2879   height: 48px;
2880   overflow: hidden;
2881   display: block;
2882 }
2883 .contact-photo img {
2884   width: 48px;
2885   height: 48px;
2886 }
2887 .contact-photo-menu-button {
2888   display: none;
2889   /* position: absolute; */
2890   /* position: absolute; */
2891   left: -2px;
2892   top: -20px;
2893 }
2894 .contact-wrapper {
2895   float: left;
2896   width: 90px;
2897   height: 90px;
2898   margin-bottom: 15px;
2899 }
2900 .contact-wrapper .contact-photo {
2901   width: 80px;
2902   height: 80px;
2903 }
2904 .contact-wrapper .contact-photo img {
2905   width: 80px;
2906   height: 80px;
2907 }
2908 .contact-wrapper .contact-photo-menu-button {
2909   left: 0px;
2910   top: 63px;
2911 }
2912 .directory-item {
2913   float: left;
2914   width: 200px;
2915   height: 200px;
2916 }
2917 .directory-item .contact-photo {
2918   width: 175px;
2919   height: 175px;
2920 }
2921 .directory-item .contact-photo img {
2922   width: 175px;
2923   height: 175px;
2924 }
2925 .contact-name {
2926   text-align: center;
2927   font-weight: bold;
2928   font-size: 12px;
2929 }
2930 .contact-details {
2931   color: #999999;
2932 }
2933
2934 /* photo album page */
2935 .photo-top-image-wrapper {
2936   position: relative;
2937   float: left;
2938   margin-top: 15px;
2939   margin-right: 15px;
2940   width: 200px; height: 200px;
2941   overflow: hidden;
2942 }
2943 .photo-top-album-name {
2944   width: 100%;
2945   min-height: 2em;
2946   position: absolute;
2947   bottom: 0px;
2948   padding: 0px 3px;
2949   padding-top: 0.5em;
2950   background-color: rgb(255, 255, 255);
2951 }
2952 #photo-top-end {
2953   clear: both;
2954 }
2955
2956 #photo-top-links {
2957   margin-bottom: 30px;
2958   margin-left: 30px;
2959 }
2960
2961 #photos-upload-newalbum-div {
2962   float: left;
2963   width: 175px;
2964 }
2965 img.photo-top-photo {
2966   width: 100%;
2967   height: 100%;
2968   object-fit: cover;
2969 }
2970
2971 .menu-profile-list{
2972   height: auto;
2973   overflow: auto;
2974   min-height: 16px;
2975   list-style: none;
2976         }
2977 .menu-profile-list:hover{
2978         background: #E7F2F7;
2979         }
2980 .menu-profile-list-item{
2981         padding-left: 5px;
2982         vertical-align: middle;
2983         }
2984 .menu-profile-list-item:hover{
2985         text-decoration: none;
2986    }
2987
2988 .autocomplete {
2989   width: 350px;
2990   color: black;
2991   border: 1px solid rgb(210, 210, 210);
2992   background-color: white;
2993   cursor: pointer;
2994   text-align: left;
2995   max-height: 350px;
2996   overflow: auto;
2997   display: block;
2998   background-position: initial initial;
2999   background-repeat: initial initial;
3000 }
3001 .mail-list-wrapper {
3002   background-color: #f6f7f8;
3003   margin-bottom: 5px;
3004   width: 100%;
3005   height: auto;
3006   overflow: hidden;
3007 }
3008 .mail-list-wrapper span {
3009   display: block;
3010   float: left;
3011   width: 20%;
3012   overflow: hidden;
3013 }
3014 .mail-list-wrapper .mail-subject {
3015   width: 30%;
3016   padding: 4px 0px 0px 4px;
3017 }
3018 .mail-list-wrapper .mail-subject a {
3019   display: block;
3020 }
3021 .mail-list-wrapper .mail-subject.unseen a {
3022   font-weight: bold;
3023 }
3024 .mail-list-wrapper .mail-date {
3025   padding: 4px 4px 0px 4px;
3026 }
3027 .mail-list-wrapper .mail-from {
3028   padding: 4px 4px 0px 4px;
3029 }
3030 .mail-list-wrapper .mail-count {
3031   padding: 4px 4px 0px 4px;
3032   text-align: right;
3033 }
3034 .mail-list-wrapper .mail-delete {
3035   float: right;
3036 }
3037 #mail-display-subject {
3038   background-color: #f6f7f8;
3039   color: #2d2d2d;
3040   margin-bottom: 10px;
3041   width: 100%;
3042   height: auto;
3043   overflow: hidden;
3044 }
3045 #mail-display-subject span {
3046   float: left;
3047   overflow: hidden;
3048   padding: 4px 0px 0px 10px;
3049 }
3050 #mail-display-subject .mail-delete {
3051   float: right;
3052   opacity: 0.5;
3053   -webkit-transition: all 0.2s ease-in-out;
3054   -moz-transition: all 0.2s ease-in-out;
3055   -o-transition: all 0.2s ease-in-out;
3056   -ms-transition: all 0.2s ease-in-out;
3057   transition: all 0.2s ease-in-out;
3058 }
3059 #mail-display-subject:hover .mail-delete {
3060   opacity: 1;
3061   -webkit-transition: all 0.2s ease-in-out;
3062   -moz-transition: all 0.2s ease-in-out;
3063   -o-transition: all 0.2s ease-in-out;
3064   -ms-transition: all 0.2s ease-in-out;
3065   transition: all 0.2s ease-in-out;
3066 }
3067
3068 .mail-list-outside-wrapper-end {
3069         clear: both;
3070 }
3071 .mail-list-outside-wrapper {
3072         margin-top: 30px;
3073 }
3074 .mail-list-delete-wrapper {
3075         float: right;
3076         margin-right: 30px;
3077         margin-top: 15px;
3078 }
3079 .mail-list-delete-icon {
3080         border: none;
3081 }
3082 .mail-conv-sender,
3083 .mail-conv-detail {
3084         float: left;
3085 }
3086 .mail-conv-detail {
3087         margin-left: 20px;
3088         width: 500px;
3089 }
3090 .mail-conv-subject {
3091     font-size: 1.4em;
3092     margin: 10px 0;
3093 }
3094 .mail-conv-outside-wrapper-end {
3095         clear: both;
3096 }
3097 .mail-conv-outside-wrapper {
3098         margin-top: 30px;
3099 }
3100 .mail-conv-delete-wrapper {
3101         float: right;
3102         margin-right: 30px;
3103         margin-top: 15px;
3104 }
3105 .mail-conv-break {
3106         clear: both;
3107 }
3108 .mail-conv-delete-icon {
3109         border: none;
3110 }
3111
3112 .icon.tilted-icon{
3113   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3114   -webkit-transform: rotate(-20deg);
3115   -moz-transform: rotate(-20deg);
3116   -ms-transform: rotate(-20deg);
3117   -o-transform: rotate(-20deg);
3118   transform: rotate(-20deg);
3119   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3120   padding-top:1px;
3121 }
3122
3123 #profile-edit-wrapper {
3124     line-height: 30px;
3125 }
3126 #profile-edit-wrapper .field{
3127   margin-bottom:0;
3128   padding-bottom:0;
3129 }
3130 #profile-edit-wrapper input[type=text],
3131 #profile-edit-wrapper select{
3132   width:250px;
3133 }
3134 #profile-edit-wrapper #profile-edit-dob select{
3135   width:auto;
3136 }
3137 #profile-edit-wrapper,
3138 #profile-edit-wrapper .toggle-section-content{
3139   margin-bottom:15px;
3140 }
3141 .profile-edit-submit-wrapper{
3142   margin-top:15px;
3143 }
3144 #profile-edit-default-desc{
3145   display:inline-block;
3146   padding:15px;
3147   width:auto;
3148   border:1px solid #511919;
3149 }
3150 #profile-edit-wrapper .toggle-section-content{
3151   background:#ededed;
3152   max-width:599px;
3153   padding:5px;
3154 }
3155
3156 .btn{
3157   outline:none;
3158   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3159   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3160   box-shadow:inset 0px 1px 0px 0px #ffffff;
3161   background-color:#ededed;
3162   -webkit-border-top-left-radius:0px;
3163   -moz-border-radius-topleft:0px;
3164   border-top-left-radius:0px;
3165   -webkit-border-top-right-radius:0px;
3166   -moz-border-radius-topright:0px;
3167   border-top-right-radius:0px;
3168   -webkit-border-bottom-right-radius:0px;
3169   -moz-border-radius-bottomright:0px;
3170   border-bottom-right-radius:0px;
3171   -webkit-border-bottom-left-radius:0px;
3172   -moz-border-radius-bottomleft:0px;
3173   border-bottom-left-radius:0px;
3174   text-indent:0;
3175   border:1px solid #dcdcdc;
3176   display:inline-block;
3177   color:#777777;
3178   font-family:Arial, sans-serif;
3179   font-size:15px;
3180   font-weight:bold;
3181   font-style:normal;
3182   height:40px;
3183   line-height:40px;
3184   padding:0 15px;
3185   text-align:center;
3186   text-shadow:1px 1px 0px #ffffff;
3187 }
3188   .btn:hover{
3189     background-color:#e6e6e6;
3190     text-decoration:none;
3191   }
3192   .btn:active{
3193     position:relative;
3194     top:1px;
3195   }
3196 .profile-view-actions{
3197   float:right;
3198 }
3199 /* videos page */
3200 .videos .video-top-wrapper {
3201   width: 300px;
3202   float: left;
3203   margin: 0px 10px 10px 0px;
3204   position: relative;
3205 }
3206 .videos .video-top-wrapper .video-js {
3207   width: 300px!important;
3208   height: 232px!important;
3209 }
3210 .videos .video-top-wrapper .video-delete {
3211   position: absolute;
3212   opacity: 0;
3213   right: 0px;
3214   top: 0px;
3215   transition: opacity 0.5s;
3216 }
3217 .videos .video-top-wrapper:hover .video-delete {
3218   opacity: 1;
3219 }
3220
3221 /* upload/select popup */
3222 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3223  #message-preview { margin-top: 15px; }
3224  #message-preview span { width: 100%; }
3225  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3226  #message-preview .mail-list-wrapper { padding: 3px; }
3227  #message-preview .mail-date { opacity:0.6; font-size:10px; }