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