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