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