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