]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Vier: Maximum with for content area
[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
9 /* ========= */
10 /* = Admin = */
11 /* ========= */
12
13 #adminpage {
14 /*        width: 80%;*/
15 }
16
17 #pending-update {
18         float:right;
19         color: #ffffff;
20         font-weight: bold;
21         background-color: #FF0000;
22         padding: 0em 0.3em;
23 }
24
25 .admin.linklist {
26         border: 0px; padding: 0px;
27 }
28
29 .admin.link {
30         list-style-position: inside;
31         font-size: 1em;
32         padding: 5px;
33         width: 100px;
34         margin: 5px;
35 }
36
37 #adminpage dl {
38         clear: left;
39         margin-bottom: 2px;
40         padding-bottom: 2px;
41         border-bottom: 1px solid black;
42 }
43
44 #adminpage dt {
45         width: 200px;
46         float: left;
47         font-weight: bold;
48 }
49
50 #adminpage dd {
51         margin-left: 200px;
52 }
53 #adminpage h3 {
54         border-bottom: 1px solid #898989;
55         margin-bottom: 5px;
56         margin-top: 10px;
57 }
58
59 #adminpage .submit {
60         clear:left;
61 }
62
63 #adminpage #pluginslist {
64         margin: 0px; padding: 0px;
65 }
66
67 #adminpage .plugin {
68         list-style: none;
69         display: block;
70         /* border: 1px solid #888888; */
71         padding: 1em;
72         margin-bottom: 5px;
73         clear: left;
74 }
75
76 #adminpage .toggleplugin {
77         float:left;
78         margin-right: 1em;
79 }
80
81 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
82 #adminpage table th { text-align: left;}
83 #adminpage td .icon { float: left;}
84 #adminpage table#users img { width: 16px; height: 16px; }
85 #adminpage table tr:hover { background-color: #eeeeee; }
86 #adminpage .selectall { text-align: right; }
87 /* icons */
88
89
90 .article        { background-position: -50px  0px;}
91 .audio          { background-position: -70px  0px;}
92 .block          { background-position: -90px  0px;}
93 .drop           { background-position: -110px 0px;}
94 .drophide       { background-position: -130px 0px;}
95 .edit           { background-position: -150px 0px;}
96 .camera         { background-position: -170px 0px;}
97 .dislike        { background-position: -190px 0px;}
98 .like           { background-position: -210px 0px;}
99 .link           { background-position: -230px 0px;}
100
101 .globe          { background-position: -50px  -20px;}
102 .noglobe        { background-position: -70px  -20px;}
103 .no             { background-position: -90px  -20px;}
104 .pause          { background-position: -110px -20px;}
105 .play           { background-position: -130px -20px;}
106 .pencil         { background-position: -150px -20px;}
107 .small-pencil   { background-position: -170px -20px;}
108 .recycle        { background-position: -190px -20px;}
109 .remote-link    { background-position: -210px -20px;}
110 .share          { background-position: -230px -20px;}
111
112 .tools          { background-position: -50px  -40px;}
113 .lock           { background-position: -70px  -40px;}
114 .unlock         { background-position: -90px  -40px;}
115
116 .video          { background-position: -110px -40px;}
117 .youtube        { background-position: -130px -40px;}
118
119 .attach         { background-position: -190px -40px;}
120 .language       { background-position: -210px -40px;}
121
122
123 .on             { background-position: -50px  -60px;}
124 .off            { background-position: -70px  -60px;}
125 .prev           { background-position: -90px  -60px;}
126 .next           { background-position: -110px -60px;}
127 .tagged     { background-position: -130px -60px;}
128
129 .attachtype {
130         display: block; width: 20px; height: 23px;
131         background-image: url('../../../images/content-types.png');
132 }
133
134 .type-video { background-position: 0px 0px; }
135 .type-image { background-position: -20px 0px; }
136 .type-audio { background-position: -40px 0px; }
137 .type-text  { background-position: -60px 0px; }
138 .type-unkn  { background-position: -80px 0px; }
139
140 .icon.drop, .icon.drophide {
141  float: left;
142 }
143
144 .icon {
145   display: block;
146   width: 18px;
147   height: 18px;
148   background-image: url('icons.png');
149 }
150
151 .icon {
152   background-color: transparent ;
153   background-repeat: no-repeat;
154   /* background-position: left center; */
155   display: block;
156   overflow: hidden;
157   text-indent: -9999px;
158   padding: 1px;
159 }
160
161 .icon.text {
162   text-indent: 0px;
163 }
164 .icon.s10 {
165   min-width: 10px;
166   height: 10px;
167 }
168 .icon.s10.notify {
169   background-image: url("../../../images/icons/10/notify_off.png");
170 }
171 .icon.s10.gear {
172   background-image: url("../../../images/icons/10/gear.png");
173 }
174 .icon.s10.add {
175   background-image: url("../../../images/icons/10/add.png");
176 }
177 .icon.s10.delete {
178   background-image: url("../../../images/icons/10/delete.png");
179 }
180 .icon.s10.edit {
181   background-image: url("../../../images/icons/10/edit.png");
182 }
183 .icon.s10.star {
184   background-image: url("../../../images/icons/10/star.png");
185 }
186 .icon.s10.menu {
187   background-image: url("../../../images/icons/10/menu.png");
188 }
189 .icon.s10.link {
190   background-image: url("../../../images/icons/10/link.png");
191 }
192 .icon.s10.lock {
193   background-image: url("../../../images/icons/10/lock.png");
194 }
195 .icon.s10.unlock {
196   background-image: url("../../../images/icons/10/unlock.png");
197 }
198 .icon.s10.text {
199   padding: 2px 0px 0px 15px;
200   font-size: 10px;
201 }
202 .icon.s16 {
203   min-width: 16px;
204   height: 16px;
205 }
206 .icon.s16.notify {
207   background-image: url("../../../images/icons/16/notify_off.png");
208 }
209 .icon.s16.gear {
210   background-image: url("../../../images/icons/16/gear.png");
211 }
212 .icon.s16.add {
213   background-image: url("../../../images/icons/16/add.png");
214 }
215 .icon.s16.delete {
216   background-image: url("../../../images/icons/16/delete.png");
217 }
218 /*.icon.s16.edit {
219   background-image: url("../../../images/icons/16/edit.png");
220 }*/
221 .icon.s16.star {
222   background-image: url("../../../images/icons/16/star.png");
223 }
224 .icon.s16.menu {
225   background-image: url("../../../images/icons/16/menu.png");
226 }
227 /*.icon.s16.link {
228   background-image: url("../../../images/icons/16/link.png");
229 }*/
230 .icon.s16.lock {
231   background-image: url("../../../images/icons/16/lock.png");
232 }
233 .icon.s16.unlock {
234   background-image: url("../../../images/icons/16/unlock.png");
235 }
236 .icon.s16.text {
237   padding: 4px 0px 0px 20px;
238   font-size: 10px;
239 }
240 .icon.s22 {
241   min-width: 22px;
242   height: 22px;
243 }
244 .icon.s22.notify {
245   background-image: url("../../../images/icons/22/notify_off.png");
246 }
247 .icon.s22.gear {
248   background-image: url("../../../images/icons/22/gear.png");
249 }
250 .icon.s22.add {
251   background-image: url("../../../images/icons/22/add.png");
252 }
253 .icon.s22.delete {
254   background-image: url("../../../images/icons/22/delete.png");
255 }
256 .icon.s22.edit {
257   background-image: url("../../../images/icons/22/edit.png");
258 }
259 .icon.s22.star {
260   background-image: url("../../../images/icons/22/star.png");
261 }
262 .icon.s22.menu {
263   background-image: url("../../../images/icons/22/menu.png");
264 }
265 .icon.s22.link {
266   background-image: url("../../../images/icons/22/link.png");
267 }
268 .icon.s22.lock {
269   background-image: url("../../../images/icons/22/lock.png");
270 }
271 .icon.s22.unlock {
272   background-image: url("../../../images/icons/22/unlock.png");
273 }
274 .icon.s22.text {
275   padding: 10px 0px 0px 25px;
276   width: 200px;
277 }
278 .icon.s48 {
279   width: 48px;
280   height: 48px;
281 }
282 .icon.s48.notify {
283   background-image: url("../../../images/icons/48/notify_off.png");
284 }
285 .icon.s48.gear {
286   background-image: url("../../../images/icons/48/gear.png");
287 }
288 .icon.s48.add {
289   background-image: url("../../../images/icons/48/add.png");
290 }
291 .icon.s48.delete {
292   background-image: url("../../../images/icons/48/delete.png");
293 }
294 .icon.s48.edit {
295   background-image: url("../../../images/icons/48/edit.png");
296 }
297 .icon.s48.star {
298   background-image: url("../../../images/icons/48/star.png");
299 }
300 .icon.s48.menu {
301   background-image: url("../../../images/icons/48/menu.png");
302 }
303 .icon.s48.link {
304   background-image: url("../../../images/icons/48/link.png");
305 }
306 .icon.s48.lock {
307   background-image: url("../../../images/icons/48/lock.png");
308 }
309 .icon.s48.unlock {
310   background-image: url("../../../images/icons/48/unlock.png");
311 }
312 .sparkle {
313         cursor: url('lock.cur'), pointer;
314 }
315
316
317 #contact-edit-links ul {
318   list-style: none;
319   list-style-type: none;
320 }
321
322 .hide-comments-outer {
323   margin-left: 80px;
324   margin-bottom: 5px;
325   width: 660px;
326   border-bottom: 1px solid #BDCDD4;
327   border-top: 1px solid #BDCDD4;
328
329   padding: 8px;
330 }
331
332 /* global */
333 body {
334   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
335   font-size: 13px;
336   background-color: #ffffff;
337   color: #2d2d2d;
338   margin: 50px 0px 0px 0px;
339   display: table;
340 }
341 h4 {
342   font-size: 1.1em;
343 }
344
345 a {
346         /*  color: #36C; */
347         /* color: #3e3e8c; */
348         color: #3465A4;
349         text-decoration: none;
350 }
351 a:hover {
352         color: blue;
353         text-decoration: underline
354 }
355
356 .wall-item-name-link {
357 /*  float: left;*/
358 }
359
360 .wall-item-photo {
361   width: 48px;
362   height: 48px;
363   overflow: hidden;
364   display: block;
365 }
366
367 .left {
368   float: left;
369 }
370 .right {
371   float: right;
372 }
373 .hidden {
374   display: none;
375 }
376 .clear {
377   clear: both;
378 }
379 .fakelink {
380   /* color: #36c; */
381   /* color: #3e3e8c; */
382   color: #3465A4;
383   text-decoration: none;
384   cursor: pointer;
385 }
386 .fakelink:hover {
387   color: blue;
388   /*color: #005c94; */
389   text-decoration: underline;
390 }
391 code {
392   font-family: Courier, monospace;
393   white-space: pre;
394   display: block;
395   overflow: auto;
396   border: 1px solid #444;
397   background: #EEE;
398   color: #444;
399   padding: 10px;
400   margin-top: 20px;
401   max-width: 640px;
402 }
403 #panel {
404   position: absolute;
405   width: 10em;
406   background: #ffffff;
407   color: #2d2d2d;
408   margin: 0px;
409   padding: 1em;
410   list-style: none;
411   border: 3px solid #364e59;
412   z-index: 100000;
413   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
414   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
415   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
416 }
417 /* tool */
418 .tool {
419   height: auto;
420   overflow: auto;
421   padding: 3px;
422 }
423 #saved-search-ul .tool:hover,
424 #nets-sidebar .tool:hover,
425 #sidebar-group-list .tool:hover {
426         background: #EEE;
427 }
428 .tool .label {
429 /*  float: left; */
430 }
431 .tool .action {
432   float: right;
433 }
434 .tool a {
435 /*  color: #000; */
436 }
437 .tool a:hover {
438   text-decoration: underline;
439 }
440 .sidebar-group-element {
441 /*  color: #000; */
442 }
443
444 /* popup notifications */
445 div.jGrowl div.notice {
446   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
447   color: #ffffff;
448   padding-left: 58px;
449 }
450 div.jGrowl div.info {
451   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
452   color: #ffffff;
453   padding-left: 58px;
454 }
455 /* header */
456 header {
457   position: fixed;
458   /* left: 43%;
459   right: 43%; */
460   left: 25px;
461   top: 0px;
462   margin: 0px;
463   padding: 0px;
464   /*width: 100%; height: 12px; */
465
466   z-index: 110;
467   color: #ffffff;
468 }
469 header #site-location {
470   display: none;
471 }
472 header #banner {
473   overflow: hidden;
474   text-align: center;
475   width: 100%;
476 }
477 header #banner a,
478 header #banner a:active,
479 header #banner a:visited,
480 header #banner a:link,
481 header #banner a:hover {
482   color: #ffffff;
483   text-decoration: none;
484   outline: none;
485   vertical-align: bottom;
486 }
487 header #banner #logo-img {
488   height: 22px;
489   margin-top: 5px;
490 }
491 header #banner #logo-text {
492   font-size: 22px;
493 }
494 /* nav */
495 nav {
496   width: 100%;
497   height: 32px;
498   position: fixed;
499   left: 0px;
500   top: 0px;
501   padding: 0px;
502   padding-left: 0px;
503   background: #364A84;
504     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
505     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
506     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
507     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
508     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
509     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
510     background: linear-gradient(top, #516499 0%,#364a84 100%);
511   color: #ffffff;
512   z-index: 100;
513   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
514   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
515   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
516   border-bottom: 5px solid #F80;
517 }
518 nav a,
519 nav a:active,
520 nav a:visited,
521 nav a:link,
522 nav a:hover {
523   color: #ffffff;
524   text-decoration: none;
525   outline: none;
526 }
527 nav ul {
528   margin: 0px;
529   padding: 0px 10px;
530 }
531 nav ul li {
532   list-style: none;
533   margin: 0px;
534   /* padding: 1px 1px 3px 1px; */
535   float: left;
536 }
537 nav ul li .menu-popup {
538   left: 0px;
539   right: auto;
540 }
541 nav #search-box #search-text {
542   background-image:  url('icons/lupe.png');
543   background-repeat:no-repeat;
544   padding-left:0px;
545   border-top-left-radius: 15px;
546   border-top-right-radius: 15px;
547   border-bottom-right-radius: 15px;
548   border-bottom-left-radius: 15px;
549   position: relative;
550   height: 17px;
551   margin: 4px 0px 4px 4px;
552 }
553
554 nav .nav-menu-icon {
555   position: relative;
556   height: 22px;
557   padding: 5px;
558   margin: 0px 10px;
559   -moz-border-radius: 5px 5px 0 0;
560   -webkit-border-radius: 5px 5px 0 0;
561   border-radius: 5px 5px 0 0;
562 }
563 nav .nav-menu-icon.selected {
564   background-color: #364e59;
565 }
566 nav .nav-menu-icon img {
567   width: 22px;
568   height: 22px;
569 }
570 nav .nav-menu-icon .nav-notify {
571   top: 3px;
572 }
573 nav .nav-menu-label {
574   margin: 3px 5px 0px;
575 }
576 nav .nav-menu {
577   position: relative;
578   height: 16px;
579   padding: 5px;
580   padding-left: 5px;
581   padding-right: 5px;
582   margin: 3px 3px 0px;
583   font-size: 13px;
584   border-bottom: 3px solid #364A84;
585 }
586 nav .nav-menu.selected {
587   border-bottom: 3px solid #9eabb0;
588  /*  background-color: #364E59; */
589 }
590 nav .nav-menu:hover {
591     color: #fff !important;
592     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
593     background: #4c619c;
594     text-decoration: none;
595 }
596 nav .nav-notify {
597   display: none;
598   position: absolute;
599  /*  background-color: #36c; */
600    background-color: #F80;
601   /* background-color: #19aeff; */
602   -moz-border-radius: 5px 5px 5px 5px;
603   -webkit-border-radius: 5px 5px 5px 5px;
604   border-radius: 5px 5px 5px 5px;
605   font-size: 10px;
606   padding: 1px 3px;
607   top: 0px;
608   /* right: -10px; */
609   right: -5px;
610   min-width: 15px;
611   /* text-align: right; */
612   text-align: center;
613 }
614 nav .nav-notify.show {
615   display: block;
616 }
617 nav #nav-help-link,
618 nav #nav-search-link,
619 nav #nav-directory-link,
620 nav #nav-apps-link,
621 nav #nav-notifications-linkmenu,
622 nav #nav-site-linkmenu,
623 nav #nav-user-linklabel {
624   float: right;
625 }
626 nav #nav-user-linklabel {
627   padding-left: 0px;
628   margin-left: 0px;
629 }
630 nav #nav-help-link .menu-popup,
631 nav #nav-search-link .menu-popup,
632 nav #nav-directory-link .menu-popup,
633 nav #nav-apps-link .menu-popup,
634 nav #nav-notifications-linkmenu .menu-popup,
635 nav #nav-site-linkmenu .menu-popup {
636   right: 0px;
637   left: auto;
638 }
639 nav #nav-site-linkmenu {
640   margin-left: 0px;
641   margin-right: 0px;
642 }
643 nav #nav-notifications-linkmenu {
644   margin-left: 0px;
645   margin-right: 5px;
646 }
647 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
648   background-image: url("../../../images/icons/22/notify_on.png");
649 }
650 nav #nav-messages-linkmenu.selected,
651 nav #nav-user-linklabel.selected,
652 nav #nav-apps-link.selected {
653   background-color: #364e59;
654 }
655
656 nav #nav-community-link {
657   margin-left: 215px;
658 }
659
660 nav #nav-user-linkmenu {
661   float: right;
662   padding-left: 0px;
663   padding-right: 0px;
664   margin-right: 5px;
665 }
666
667 #nav-notifications-mark-all {
668         /* padding: 1px 1px 2px 26px; */
669         /* border-bottom: 1px solid #364E59; */
670         /* margin: 0px 0px 2px 0px;
671         padding: 5px 10px; */
672 }
673
674 #nav-notifications-see-all {
675         /* padding: 1px 1px 2px 26px; */
676         /* border-bottom: 1px solid #364E59; */
677         /* margin: 0px 0px 2px 0px;
678         padding: 5px 10px; */
679 }
680
681 .notify-seen {
682         background: none repeat scroll 0 0 #DDDDDD;
683         }
684
685 ul.menu-popup {
686   position: absolute;
687   display: none;
688   width: 11em;
689   background: #ffffff;
690   color: #2d2d2d;
691   margin: 0px;
692   padding: 0px;
693   list-style: none;
694   border: 3px solid #364e59;
695   z-index: 100000;
696   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
697   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
698   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
699 }
700 ul.menu-popup a {
701   display: block;
702   color: #2d2d2d;
703   padding: 5px 10px;
704   text-decoration: none;
705 }
706 ul.menu-popup a:hover {
707   background-color: #bdcdd4;
708 }
709 ul.menu-popup .menu-sep {
710   border-top: 1px solid #9eabb0;
711 }
712 ul.menu-popup li {
713   float: none;
714   overflow: auto;
715   height: auto;
716   display: block;
717 }
718 ul.menu-popup li img {
719   float: left;
720   width: 16px;
721   height: 16px;
722   padding-right: 5px;
723 }
724 ul.menu-popup .empty {
725   padding: 5px;
726   text-align: center;
727   color: #9eabb0;
728 }
729 /* autocomplete popup */
730 .acpopup {
731   max-height: 150px;
732   background-color: #ffffff;
733   color: #2d2d2d;
734   border: 1px solid #MenuBorder;
735   overflow: auto;
736   z-index: 100000;
737   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
738   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
739   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
740 }
741 .acpopupitem {
742   color: #2d2d2d;
743   padding: 4px;
744   clear: left;
745 }
746 .acpopupitem img {
747   float: left;
748   margin-right: 4px;
749 }
750 .acpopupitem.selected {
751   background-color: #bdcdd4;
752 }
753 #nav-notifications-menu {
754   width: 400px;
755   max-height: 550px;
756   overflow: auto;
757 }
758 /* #nav-notifications-menu a {
759         display: inline;
760         padding: 5px 0px;
761         margin: 0px 0px 2px 0px;
762 }
763 #nav-notifications-menu li:hover {
764   background-color: #bdcdd4;
765 }*/
766
767 #nav-notifications-menu img {
768   float: left;
769   margin-right: 5px;
770 }
771 #nav-notifications-menu .contactname {
772   font-weight: bold;
773 }
774 #nav-notifications-menu .notif-when {
775   font-size: 10px;
776   color: #9eabb0;
777   display: block;
778 }
779
780 .notif-image {
781         width: 32px;
782         height: 32px;
783         padding: 7px 7px 0px 0px;
784 }
785
786 /* aside */
787 aside {
788   display: table-cell;
789   vertical-align: top;
790   width: 185px;
791   padding: 0px 10px 0px 20px;
792   border-right: 1px solid #D2D2D2;
793   /* background: #F1F1F1; */
794 }
795 aside .vcard .fn {
796   font-size: 16px;
797   font-weight: bold;
798   margin-bottom: 5px;
799 }
800 aside .vcard .title {
801   margin-bottom: 5px;
802 }
803 aside .vcard dl {
804   height: auto;
805   overflow: auto;
806 }
807 aside .vcard dt {
808   float: left;
809   margin-left: 0px;
810   width: 35%;
811   text-align: right;
812   color: #999999;
813 }
814 aside .vcard dd {
815   float: left;
816   margin-left: 4px;
817   width: 60%;
818 }
819 aside #profile-extra-links ul {
820   padding: 0px;
821   margin: 0px;
822 }
823 aside #profile-extra-links li {
824   padding: 0px;
825   margin: 0px;
826   list-style: none;
827 }
828 aside #dfrn-request-link {
829   display: block;
830   -moz-border-radius: 5px 5px 5px 5px;
831   -webkit-border-radius: 5px 5px 5px 5px;
832   border-radius: 5px 5px 5px 5px;
833   color: #ffffff;
834   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
835   font-weight: bold;
836   text-transform: uppercase;
837   padding: 4px 2px 2px 35px;
838 }
839 aside #dfrn-request-link:hover {
840   text-decoration: none;
841   background-color: #36c;
842   /* background-color: #19aeff; */
843 }
844 aside #profiles-menu {
845   width: 20em;
846 }
847
848 aside #search-text {
849   width: 150px;
850   height: 17px;
851   padding-left: 10px;
852   border-top-left-radius: 15px;
853   border-top-right-radius: 15px;
854   border-bottom-right-radius: 15px;
855   border-bottom-left-radius: 15px;
856   -moz-border-bottom-colors: #dbdbdb;
857   -moz-border-top-colors: #999;
858   -moz-border-left-colors: #999;
859   -moz-border-right-colors: #dbdbdb;
860 }
861
862 .nets-ul {
863   margin-top: 0px;
864 }
865 .nets-all {
866   margin-left: 10px;
867 }
868
869 #contact-block {
870   overflow: auto;
871   height: auto;
872 }
873 #contact-block .contact-block-h4 {
874   float: left;
875   margin: 5px 0px;
876 }
877 #contact-block .allcontact-link {
878   float: right;
879   margin: 5px 0px;
880 }
881 #contact-block .contact-block-content {
882   clear: both;
883   overflow: auto;
884   height: auto;
885 }
886 #contact-block .contact-block-link {
887   float: left;
888   margin: 0px 2px 2px 0px;
889 }
890 #contact-block .contact-block-link img {
891   width: 48px;
892   height: 48px;
893 }
894 .group_selected {
895   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
896   float: left;
897   height: 22px;
898   width: 22px;
899 }
900 .group_unselected {
901   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
902   float: left;
903   height: 22px;
904   width: 22px;
905 }
906 /* widget */
907 .widget {
908   margin-bottom: 2em;
909   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
910         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
911 /*  font-size: 12px; */
912 }
913 .widget h3 {
914   padding: 0px;
915   margin: 2px;
916 }
917 .widget .action {
918   opacity: 0.1;
919   -webkit-transition: all 0.2s ease-in-out;
920   -moz-transition: all 0.2s ease-in-out;
921   -o-transition: all 0.2s ease-in-out;
922   -ms-transition: all 0.2s ease-in-out;
923   transition: all 0.2s ease-in-out;
924 }
925 .widget input.action {
926   opacity: 0.5;
927   -webkit-transition: all 0.2s ease-in-out;
928   -moz-transition: all 0.2s ease-in-out;
929   -o-transition: all 0.2s ease-in-out;
930   -ms-transition: all 0.2s ease-in-out;
931   transition: all 0.2s ease-in-out;
932 }
933 .widget:hover .title .action {
934   opacity: 1;
935   -webkit-transition: all 0.2s ease-in-out;
936   -moz-transition: all 0.2s ease-in-out;
937   -o-transition: all 0.2s ease-in-out;
938   -ms-transition: all 0.2s ease-in-out;
939   transition: all 0.2s ease-in-out;
940 }
941 .widget .tool:hover .action {
942   opacity: 1;
943   -webkit-transition: all 0.2s ease-in-out;
944   -moz-transition: all 0.2s ease-in-out;
945   -o-transition: all 0.2s ease-in-out;
946   -ms-transition: all 0.2s ease-in-out;
947   transition: all 0.2s ease-in-out;
948 }
949 .widget .tool:hover .action.ticked {
950   opacity: 1;
951   -webkit-transition: all 0.2s ease-in-out;
952   -moz-transition: all 0.2s ease-in-out;
953   -o-transition: all 0.2s ease-in-out;
954   -ms-transition: all 0.2s ease-in-out;
955   transition: all 0.2s ease-in-out;
956 }
957 .widget ul {
958   padding: 0px;
959   -webkit-margin-before: 0em;
960   -webkit-margin-after: 0em;
961 }
962 .widget ul li {
963   padding-left: 10px;
964   /* min-height: 20px; */
965   list-style: none;
966   padding-top: 1px;
967   padding-bottom: 1px;
968 }
969 .widget .tool.selected {
970   background: url('../../../images/selected.png') no-repeat left center;
971 }
972 /* widget: search */
973 #add-search-popup {
974   width: 200px;
975   top: 18px;
976 }
977 /* section */
978 section {
979   display: table-cell;
980   vertical-align: top;
981   width: 760px;
982   padding: 0px 0px 0px 10px;
983 }
984 /* wall item */
985 .tread-wrapper {
986   border-bottom: 1px solid #D2D2D2;
987   position: relative;
988   padding: 5px;
989   margin-bottom: 0px;
990   /* width: 755px; */
991 }
992 .wall-item-decor {
993   position: absolute;
994   left: 755px;
995   top: -10px;
996   width: 16px;
997 }
998 .unstarred {
999   display: none;
1000 }
1001 .wall-item-container {
1002   display: table;
1003   width: 745px;
1004 }
1005 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1006   display: table-row;
1007 }
1008 .wall-item-bottom {
1009   font-size: 13px;
1010 }
1011 .wall-item-container .wall-item-bottom {
1012   opacity: 0.5;
1013   -webkit-transition: all 0.2s ease-in-out;
1014   -moz-transition: all 0.2s ease-in-out;
1015   -o-transition: all 0.2s ease-in-out;
1016   -ms-transition: all 0.2s ease-in-out;
1017   transition: all 0.2s ease-in-out;
1018 }
1019 .wall-item-container:hover .wall-item-bottom {
1020   opacity: 1;
1021   -webkit-transition: all 0.2s ease-in-out;
1022   -moz-transition: all 0.2s ease-in-out;
1023   -o-transition: all 0.2s ease-in-out;
1024   -ms-transition: all 0.2s ease-in-out;
1025   transition: all 0.2s ease-in-out;
1026 }
1027 .wall-item-container .wall-item-info {
1028   display: table-cell;
1029   vertical-align: top;
1030   text-align: left;
1031   width: 80px;
1032 }
1033 .wall-item-container .wall-item-location {
1034   padding-right: 40px;
1035 }
1036 .wall-item-container .wall-item-ago {
1037   word-wrap: break-word;
1038   width: 50px;
1039   margin-left: 10px;
1040   color: #999;
1041 }
1042 .wall-item-location {
1043   width: 180px;
1044   float: left;
1045 }
1046
1047 .wall-item-container .wall-item-content {
1048   font-size: 13px;
1049   max-width: 660px;
1050   word-wrap: break-word;
1051   line-height: 1.4;
1052 }
1053
1054 .wall-item-container .wall-item-content img {
1055   max-width: 650px;
1056   /* max-width: 580px; */
1057 }
1058 .children .wall-item-container .wall-item-item .wall-item-content img {
1059   /* max-width: 650px; */
1060   max-width: 580px;
1061 }
1062 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1063   display: table-cell;
1064   vertical-align: middle;
1065   /* font-size: 17px; */
1066 }
1067 .mail-list-wrapper a,
1068 .wall-item-container .wall-item-bottom a,
1069 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1070 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1071 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1072   color: #999;
1073 }
1074 .mail-list-wrapper a:hover,
1075 .wall-item-container .wall-item-bottom a:hover,
1076 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1077 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1078 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1079   color: #000;
1080   text-decoration: none;
1081 }
1082 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1083   opacity: 0.5;
1084   -webkit-transition: all 0.2s ease-in-out;
1085   -moz-transition: all 0.2s ease-in-out;
1086   -o-transition: all 0.2s ease-in-out;
1087   -ms-transition: all 0.2s ease-in-out;
1088   transition: all 0.2s ease-in-out;
1089 }
1090 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1091   opacity: 1;
1092   -webkit-transition: all 0.2s ease-in-out;
1093   -moz-transition: all 0.2s ease-in-out;
1094   -o-transition: all 0.2s ease-in-out;
1095   -ms-transition: all 0.2s ease-in-out;
1096   transition: all 0.2s ease-in-out;
1097 }
1098 .wall-item-container .wall-item-name {
1099   font-weight: bold;
1100 }
1101 .wall-item-container .wall-item-actions-author {
1102   width: 100%;
1103   margin-bottom: 0.3em;
1104 }
1105 .wall-item-container .wall-item-actions-social {
1106   float: left;
1107   margin-bottom: 1px;
1108 }
1109 .wall-item-container .wall-item-actions-social a {
1110   float: left;
1111   margin-right: 1em;
1112 }
1113 .wall-item-container .wall-item-actions-tools {
1114   float: right;
1115   width: 80px;
1116 }
1117 .wall-item-container .wall-item-actions-tools a {
1118   float: right;
1119   margin-left: 10px;
1120 }
1121 .wall-item-container .wall-item-actions-tools input {
1122   float: right;
1123   margin-left: 10px;
1124 }
1125 .wall-item-container.comment {
1126   margin-top: 5px;
1127   margin-bottom: 5px;
1128   margin-left: 80px;
1129   width: 665px;
1130   border-bottom: 1px solid hsl(198, 21%, 79%);
1131 }
1132 .wall-item-container.comment .contact-photo {
1133   width: 32px;
1134   height: 32px;
1135   margin-left: 16px;
1136   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1137
1138 }
1139 .wall-item-container.comment {
1140   top: 15px !important;
1141   left: 15px !important;
1142 }
1143 .wall-item-container.comment .wall-item-links {
1144   padding-left: 12px;
1145 }
1146 .wall-item-comment-wrapper {
1147   margin: 1px 5px 1px 80px;
1148 }
1149 .wall-item-comment-wrapper .comment-edit-photo {
1150   display: none;
1151 }
1152 .wall-item-comment-wrapper textarea {
1153   height: 1.2em;
1154   width: 100%;
1155   font-size: 10px;
1156   color: #999999;
1157   border: 1px solid #DDD;
1158   padding: 0.3em;
1159 }
1160 .wall-item-comment-wrapper .comment-edit-text-full {
1161   font-size: 14px;
1162   height: 4em;
1163   color: #2d2d2d;
1164   border: 1px solid #2d2d2d;
1165 }
1166
1167 .fakelink.togglecomment {
1168   float: left;
1169   margin-right: 1em;
1170 }
1171
1172 .comment-edit-preview {
1173   width: 710px;
1174   border: 1px solid #2d2d2d;
1175   margin-top: 10px;
1176 }
1177 .comment-edit-preview .contact-photo {
1178   width: 32px;
1179   height: 32px;
1180   margin-left: 16px;
1181   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1182
1183 }
1184 .comment-edit-preview {
1185   top: 15px !important;
1186   left: 15px !important;
1187 }
1188 .comment-edit-preview .wall-item-links {
1189   padding-left: 12px;
1190 }
1191 .comment-edit-preview .wall-item-container {
1192   width: 700px;
1193 }
1194 .comment-edit-preview .tread-wrapper {
1195   width: 700px;
1196   padding: 0;
1197   margin: 10px 0;
1198 }
1199
1200 .shiny {
1201   /* border-right: 10px solid #fce94f; */
1202         border-right: 1px solid #A7C7F7;
1203         padding-right: 12px;
1204 }
1205
1206 #profile-jot-form #profile-jot-text {
1207   height: 2.0em;
1208   width: 99%;
1209   font-size: 15px;
1210   color: #999999;
1211   border: 1px solid #DDD;
1212   padding: 0.3em;
1213   margin-bottom: 10px;
1214 }
1215
1216 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1217     
1218          border-radius: 5px 5px 5px 5px;
1219     font-weight: bold;
1220     height: 20px;
1221     margin: 0 0 5px;
1222     width: 60%;
1223     border: 1px solid #d2d2d2;
1224 }
1225
1226 #profile-jot-form #jot-title:-webkit-input-placeholder {
1227   font-weight: normal;
1228 }
1229 #profile-jot-form #jot-title:-moz-placeholder {
1230   font-weight: normal;
1231 }
1232 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1233   width: 785px;
1234   height: 100px;
1235 }
1236
1237 #jot-preview-content .tread-wrapper {
1238   background-color: #fce94f;
1239 }
1240
1241 .wall-item-tags {
1242   padding-top: 1px;
1243   padding-bottom: 2px;
1244 }
1245 .tag {
1246   color: rgb(153,153,153);
1247   padding-left: 3px;
1248   font-size: 10px;
1249 }
1250 .tag a {
1251   padding-right: 8px;
1252   color: rgb(153,153,153);
1253 }
1254 .wwto {
1255   position: absolute !important;
1256   width: 25px;
1257   height: 25px;
1258   background: #FFFFFF;
1259   border: 2px solid #364e59;
1260   height: 25px;
1261   width: 25px;
1262   overflow: hidden;
1263   padding: 1px;
1264   position: absolute !important;
1265   top: 40px;
1266   left: 30px;
1267   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1268   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1269   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1270 }
1271 .wwto .contact-photo {
1272   width: auto;
1273   height: 25px;
1274 }
1275 /* contacts menu */
1276 .contact-photo-wrapper {
1277   position: relative;
1278   width: 80px;
1279 }
1280
1281 .contact-photo-wrapper.wwto {
1282   width: 25px;
1283 }
1284
1285 .contact-photo {
1286   width: 48px;
1287   height: 48px;
1288   overflow: hidden;
1289   display: block;
1290 }
1291 .contact-photo img {
1292   width: 48px;
1293   height: 48px;
1294 }
1295
1296 .contact-wrapper {
1297   float: left;
1298   width: 90px;
1299   height: 90px;
1300   margin-bottom: 15px;
1301 }
1302 .contact-wrapper .contact-photo {
1303   width: 80px;
1304   height: 80px;
1305 }
1306 .contact-wrapper .contact-photo img {
1307   width: 80px;
1308   height: 80px;
1309 }
1310 .contact-wrapper {
1311   left: 0px;
1312   top: 63px;
1313 }
1314 .contact-photo {
1315   width: 48px;
1316   height: 48px;
1317 }
1318 .contact-photo img {
1319   width: 48px;
1320   height: 48px;
1321 }
1322 .contact-name {
1323   /* text-align: center; */
1324   /*font-weight: bold;*/
1325   font-size: 12px;
1326 }
1327 .contact-details {
1328   color: #999999;
1329 }
1330 /* editor */
1331 .jothidden {
1332   display: none;
1333 }
1334 #jot {
1335   width: 785px;
1336   margin: 0px 2em 20px 0px;
1337 }
1338 #jot .profile-jot-text {
1339   height: 1.2em;
1340   width: 99%;
1341   font-size: 10px;
1342   color: #999999;
1343   border: 1px solid #DDD;
1344   padding: 0.3em;
1345 }
1346 #jot #jot-tools {
1347   margin: 0px;
1348   padding: 0px;
1349   height: 40px;
1350   overflow: none;
1351   width: 783px;
1352   background-color: #0e232e;
1353   border-bottom: 2px solid #9eabb0;
1354 }
1355 #jot #jot-tools li {
1356   list-style: none;
1357   float: left;
1358   width: 80px;
1359   height: 40px;
1360   border-bottom: 2px solid #9eabb0;
1361 }
1362 #jot #jot-tools li a {
1363   display: block;
1364   color: #cccccc;
1365   width: 100%;
1366   height: 40px;
1367   text-align: center;
1368   line-height: 40px;
1369   overflow: hidden;
1370 }
1371 #jot #jot-tools li:hover {
1372   background-color: #364e59;
1373   border-bottom: 2px solid #bdcdd4;
1374 }
1375 #jot #jot-tools li.perms {
1376   float: right;
1377   width: 40px;
1378 }
1379 #jot #jot-tools li.perms a.unlock {
1380   width: 30px;
1381   border-left: 10px solid #cccccc;
1382   background-color: #cccccc;
1383   background-position: left center;
1384 }
1385 #jot #jot-tools li.perms a.lock {
1386   width: 30px;
1387   border-left: 10px solid #666666;
1388   background-color: #666666;
1389 }
1390 #jot #jot-tools li.submit {
1391   float: right;
1392   background-color: #cccccc;
1393   border-bottom: 2px solid #cccccc;
1394   border-right: 1px solid #666666;
1395   border-left: 1px solid #666666;
1396 }
1397 #jot #jot-tools li.submit input {
1398   border: 0px;
1399   margin: 0px;
1400   padding: 0px;
1401   background-color: #cccccc;
1402   color: #666666;
1403   width: 80px;
1404   height: 40px;
1405   line-height: 40px;
1406 }
1407 #jot #jot-tools li.submit input:hover {
1408   background-color: #bdcdd4;
1409   color: #666666;
1410 }
1411 #jot #jot-tools li.loading {
1412   float: right;
1413   background-color: #ffffff;
1414   width: 20px;
1415   vertical-align: center;
1416   text-align: center;
1417   border-top: 2px solid #9eabb0;
1418   height: 38px;
1419 }
1420 #jot #jot-tools li.loading img {
1421   margin-top: 10px;
1422 }
1423 /* #jot */
1424 #jot-title {
1425   border: 0px;
1426   margin: 0px;
1427   height: 20px;
1428   width: 700px;
1429   font-weight: bold;
1430   border: 1px solid #ffffff;
1431 }
1432 #jot #jot-title:-webkit-input-placeholder {
1433   font-weight: normal;
1434 }
1435 #jot #jot-title:-moz-placeholder {
1436   font-weight: normal;
1437 }
1438 #jot #jot-title:hover {
1439   border: 1px solid #999999;
1440 }
1441 #jot #jot-title:focus {
1442   border: 1px solid #999999;
1443 }
1444 #jot #character-counter {
1445   width: 80px;
1446   float: right;
1447   text-align: right;
1448   height: 20px;
1449   line-height: 20px;
1450   padding-right: 20px;
1451 }
1452
1453 #profile-jot-submit {
1454   float: right;
1455   margin-left: 15px;
1456 }
1457 #profile-upload-wrapper {
1458   float: left;
1459   margin-left: 15px;
1460 }
1461 #profile-attach-wrapper {
1462   float: left;
1463   margin-left: 15px;
1464 }
1465 #profile-link-wrapper {
1466   float: left;
1467   margin-left: 15px;
1468 }
1469 #profile-video-wrapper {
1470   float: left;
1471   margin-left: 15px;
1472 }
1473 #profile-audio-wrapper {
1474   float: left;
1475   margin-left: 15px;
1476 }
1477 #profile-location-wrapper {
1478   float: left;
1479   margin-left: 15px;
1480 }
1481 #profile-nolocation-wrapper {
1482   float: left;
1483   margin-left: 15px;
1484 }
1485 #jot-perms-icon {
1486   float: right;
1487   margin-left: 15px;
1488 }
1489 #jot-preview-link {
1490   float: right;
1491 }
1492 #profile-jot-end {
1493   clear: both;
1494 }
1495 #profile-jot-text_tbl {
1496   width: 780px;
1497 }
1498 #profile-jot-wrapper {
1499   margin-bottom: 20px;
1500 }
1501
1502 /** buttons **/
1503 /*input[type="submit"] {
1504         border: 0px;
1505     background-color: @ButtonBackgroundColor;
1506     color: @ButtonColor;
1507     padding: 0px 10px;
1508         .rounded(5px);
1509     height: 18px;
1510 }*/
1511 /** acl **/
1512 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1513   display: block!important;
1514 }
1515 #acl-wrapper {
1516   width: 690px;
1517   float: left;
1518 }
1519 #acl-search {
1520   float: right;
1521   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1522   padding-right: 20px;
1523 }
1524 #acl-showall {
1525   float: left;
1526   display: block;
1527   width: auto;
1528   height: 18px;
1529   background-color: #cccccc;
1530   background-image: url("../../../images/show_all_off.png");
1531   background-position: 7px 7px;
1532   background-repeat: no-repeat;
1533   padding: 7px 5px 0px 30px;
1534   color: #999999;
1535   -moz-border-radius: 5px 5px 5px 5px;
1536   -webkit-border-radius: 5px 5px 5px 5px;
1537   border-radius: 5px 5px 5px 5px;
1538 }
1539 #acl-showall.selected {
1540   color: #000000;
1541   background-color: #ff9900;
1542   background-image: url("../../../images/show_all_on.png");
1543 }
1544 #acl-list {
1545   height: 210px;
1546   border: 1px solid #cccccc;
1547   clear: both;
1548   margin-top: 30px;
1549   overflow: auto;
1550 }
1551 .acl-list-item {
1552   display: block;
1553   width: 150px;
1554   height: 30px;
1555   border: 1px solid #cccccc;
1556   margin: 5px;
1557   float: left;
1558 }
1559 .acl-list-item img {
1560   width: 22px;
1561   height: 22px;
1562   float: left;
1563   margin: 4px;
1564 }
1565 .acl-list-item p {
1566   height: 12px;
1567   font-size: 10px;
1568   margin: 0px;
1569   padding: 2px 0px 1px;
1570   overflow: hidden;
1571 }
1572 .acl-list-item a {
1573   font-size: 8px;
1574   display: block;
1575   width: 40px;
1576   height: 10px;
1577   float: left;
1578   color: #999999;
1579   background-color: #cccccc;
1580   background-position: 3px 3px;
1581   background-repeat: no-repeat;
1582   margin-right: 5px;
1583   -webkit-border-radius: 2px ;
1584   -moz-border-radius: 2px;
1585   border-radius: 2px;
1586   padding-left: 15px;
1587 }
1588 #acl-wrapper a:hover {
1589   text-decoration: none;
1590   color: #000000;
1591 }
1592 .acl-button-show {
1593   background-image: url("../../../images/show_off.png");
1594 }
1595 .acl-button-hide {
1596   background-image: url("../../../images/hide_off.png");
1597 }
1598 .acl-button-show.selected {
1599   color: #000000;
1600   background-color: #9ade00;
1601   background-image: url("../../../images/show_on.png");
1602 }
1603 .acl-button-hide.selected {
1604   color: #000000;
1605   background-color: #ff4141;
1606   background-image: url("../../../images/hide_on.png");
1607 }
1608 .acl-list-item.groupshow {
1609   border-color: #9ade00;
1610 }
1611 .acl-list-item.grouphide {
1612   border-color: #ff4141;
1613 }
1614 /** /acl **/
1615 /** tab buttons **/
1616 ul.tabs {
1617   list-style-type: none;
1618   padding-bottom: 10px;
1619   font-size: 13px;
1620 }
1621 ul.tabs li {
1622   float: left;
1623   margin-left: 7px;
1624 }
1625 ul.tabs li .active {
1626   border-bottom: 1px solid #005c94;
1627 }
1628 /**
1629  * Form fields
1630  */
1631 .field {
1632   margin-bottom: 10px;
1633   padding-bottom: 10px;
1634   overflow: auto;
1635   width: 100%;
1636 }
1637 .field label {
1638   float: left;
1639   width: 200px;
1640 }
1641 .field input, .field textarea {
1642   width: 400px;
1643 }
1644 .field textarea {
1645   height: 100px;
1646 }
1647 .field .field_help {
1648   display: block;
1649   margin-left: 200px;
1650   color: #666666;
1651 }
1652 .field .onoff {
1653   float: left;
1654   width: 80px;
1655 }
1656 .field .onoff a {
1657   display: block;
1658   border: 1px solid #666666;
1659   background-image: url("../../../images/onoff.jpg");
1660   background-repeat: no-repeat;
1661   padding: 4px 2px 2px 2px;
1662   height: 16px;
1663   text-decoration: none;
1664 }
1665 .field .onoff .off {
1666   border-color: #666666;
1667   padding-left: 40px;
1668   background-position: left center;
1669   background-color: #cccccc;
1670   color: #666666;
1671   text-align: right;
1672 }
1673 .field .onoff .on {
1674   border-color: #204A87;
1675   padding-right: 40px;
1676   background-position: right center;
1677   background-color: #D7E3F1;
1678   color: #204A87;
1679   text-align: left;
1680 }
1681 .field .hidden {
1682   display: none!important;
1683 }
1684 .field.radio .field_help {
1685   margin-left: 0px;
1686 }
1687
1688 #profile-edit-links-end {
1689         clear: both;
1690         margin-bottom: 15px;
1691 }
1692
1693 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1694
1695 #profile-edit-links li {
1696   float: left;
1697   list-style: none;
1698   margin-left: 10px;
1699 }
1700
1701 .profile-edit-side-div {
1702   display: none;
1703 }
1704
1705 #register-form label,
1706 #profile-edit-form label {
1707         width: 300px; float: left;
1708 }
1709
1710 .required {
1711   display: inline;
1712   color: #B20202;
1713 }
1714
1715 /* oauth */
1716 .oauthapp {
1717   height: auto;
1718   overflow: auto;
1719   border-bottom: 2px solid #cccccc;
1720   padding-bottom: 1em;
1721   margin-bottom: 1em;
1722 }
1723 .oauthapp img {
1724   float: left;
1725   width: 48px;
1726   height: 48px;
1727   margin: 10px;
1728 }
1729 .oauthapp img.noicon {
1730   background-image: url("../../../images/icons/48/plugin.png");
1731   background-position: center center;
1732   background-repeat: no-repeat;
1733 }
1734 .oauthapp a {
1735   float: left;
1736 }
1737 /* contacts */
1738 .contact-entry-wrapper {
1739   width: 120px;
1740   height: 120px;
1741   float: left;
1742 }
1743 /* photo */
1744 .lframe {
1745   float: left;
1746   margin: 0px 10px 10px 0px;
1747 }
1748 /* profile match wrapper */
1749 .profile-match-wrapper {
1750   float: left;
1751   width: 90px;
1752   height: 90px;
1753   margin-bottom: 20px;
1754 }
1755 .profile-match-wrapper .contact-photo {
1756   width: 80px;
1757   height: 80px;
1758 }
1759 .profile-match-wrapper .contact-photo img {
1760   width: 80px;
1761   height: 80px;
1762 }
1763 .profile-match-wrapper {
1764   left: 0px;
1765   top: 63px;
1766 }
1767
1768 .contact-photo-menu-button {
1769         position: relative;
1770         background-image: url("../../../images/icons/16/menu.png");
1771         background-position: top left; 
1772         background-repeat: no-repeat;
1773         margin: 0px 0px -16px 0px; 
1774         padding: 0px;
1775         width: 16px;
1776         height: 16px;
1777         top: -20px; left:0px;
1778         overflow: hidden;
1779         text-indent: 40px;
1780         display: none;
1781         
1782 }
1783 .contact-photo-menu {
1784         width: 11em;
1785         border: 3px solid #364e59;
1786         color: #2d2d2d;
1787         background: #FFFFFF;
1788 /*        position: absolute;*/
1789         position: relative;
1790         left: 0px; top: 0px;
1791         display: none;
1792         z-index: 10000;
1793 }
1794 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1795 .contact-photo-menu li a {
1796         display: block; 
1797         padding: 5px 10px; 
1798         color: #2d2d2d;
1799         text-decoration: none;
1800 }
1801 .contact-photo-menu li a:hover {
1802         background-color: #bdcdd4; 
1803 }
1804
1805 /* page footer */
1806 footer {
1807   height: 100px;
1808   display: table-row;
1809 }
1810
1811 blockquote {
1812     border-left: 1px solid #D2D2D2;
1813     padding-left: 9px;
1814     margin: 0 0 0 .8ex;
1815     color: #777;
1816 }
1817
1818 .oembed {
1819     font-size: large;
1820     font-weight: bold;
1821 }
1822
1823 /* ================== */
1824 /* = Contacts Block = */
1825 /* ================== */
1826
1827 .contact-block-img {
1828         width: 42px;
1829         height: 42px;
1830         padding-right: 2px;
1831 }
1832 .contact-block-div {
1833         float: left;
1834 }
1835
1836 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1837 #contact-block-end { clear: both; } 
1838
1839 #group-edit-wrapper {
1840         margin-bottom: 10px;
1841 }
1842
1843 #group-members-end {
1844         clear: both;
1845 }
1846
1847 /*
1848 #group-separator,
1849 #prof-separator { display: none;}
1850 */
1851
1852 #prvmail-upload {
1853   margin-left: 10px;
1854 }
1855
1856 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1857         margin-bottom: 10px;
1858         margin-top: 20px;
1859 }
1860
1861 #prvmail-submit {
1862         float: left;
1863         margin-top: 10px;
1864 }
1865 #prvmail-upload-wrapper,
1866 #prvmail-link-wrapper,
1867 #prvmail-rotator-wrapper {
1868         float: left;
1869         margin-top: 10px;
1870         margin-right: 10px;
1871         width: 24px;
1872 }
1873
1874 #prvmail-end {
1875         clear: both;
1876 }
1877
1878 .mail-list-sender,
1879 .mail-list-detail {
1880         float: left;
1881 }
1882 .mail-list-detail {
1883         margin-left: 20px;
1884 }
1885
1886 .mail-list-subject {
1887         font-size: 1.1em;
1888         margin-top: 10px;
1889 }
1890 a.mail-list-link {
1891     display: block;
1892     font-size: 1.3em;
1893     padding: 4px 0;
1894 }
1895
1896 /*
1897 *a.mail-list-link:hover {
1898 *       background-color: #15607B;
1899 *       color: #F5F6FB;
1900 *}
1901 */
1902
1903 .mail-list-outside-wrapper-end {
1904         clear: both;
1905 }
1906
1907 .mail-list-outside-wrapper {
1908         margin-top: 30px;
1909 }
1910
1911 .mail-list-delete-wrapper {
1912         float: right;
1913         margin-right: 30px;
1914         margin-top: 15px;
1915 }
1916
1917 .mail-list-delete-icon {
1918         border: none;
1919 }
1920
1921 .mail-conv-sender,
1922 .mail-conv-detail {
1923         float: left;
1924 }
1925 .mail-conv-detail {
1926         margin-left: 20px;
1927         width: 500px;
1928 }
1929
1930 .mail-conv-subject {
1931     font-size: 1.4em;
1932     margin: 10px 0;
1933 }
1934
1935 .mail-conv-outside-wrapper-end {
1936         clear: both;
1937 }
1938
1939 .mail-conv-outside-wrapper {
1940         margin-top: 30px;
1941 }
1942
1943 .mail-conv-delete-wrapper {
1944         float: right;
1945         margin-right: 30px;
1946         margin-top: 15px;
1947 }
1948 .mail-conv-break {
1949         clear: both;
1950 }
1951
1952 .mail-conv-delete-icon {
1953         border: none;
1954 }
1955
1956 /* ========== */
1957 /* = Events = */
1958 /* ========== */
1959 .eventcal {
1960         float: left;
1961         font-size: 20px;
1962 }
1963
1964 .vevent {
1965         border: 1px solid #CCCCCC;
1966 }
1967 .vevent .event-description, .vevent .event-location {
1968         margin-left: 10px;
1969         margin-right: 10px;
1970 }
1971 .vevent .event-start {
1972         margin-left: 10px;
1973         margin-right: 10px;
1974 }
1975
1976 #new-event-link {
1977         margin-bottom: 10px;
1978 }
1979
1980 .edit-event-link, .plink-event-link {
1981         float: left;
1982         margin-top: 4px;
1983         margin-right: 4px;
1984         margin-bottom: 15px;
1985 }
1986
1987 .event-description:before {
1988         content: url('../../../images/calendar.png');
1989         margin-right: 15px;
1990 }
1991
1992 .event-start, .event-end {
1993         margin-left: 10px;
1994         width: 330px;
1995         clear: both;
1996 }
1997
1998 .event-start .dtstart, .event-end .dtend {
1999         float: right;
2000 }
2001
2002 .event-list-date {
2003         margin-bottom: 10px;
2004 }
2005
2006 .prevcal, .nextcal {
2007         float: left;
2008         margin-left: 32px;
2009         margin-right: 32px;
2010         margin-top: 64px;
2011 }
2012 .event-calendar-end {
2013         clear: both;
2014 }
2015
2016  
2017 .calendar {
2018         font-family: Courier, monospace;
2019 }
2020 .today {
2021         font-weight: bold;
2022         color: #FF0000;
2023 }
2024
2025 .settings-block {
2026         border: 1px solid #AAA;
2027         margin: 10px;
2028         padding: 10px;
2029 }
2030
2031 .app-title {
2032   margin: 0px;
2033 }
2034
2035 #identity-manage-desc {
2036         margin-top:15px;
2037         margin-bottom: 15px;
2038 }
2039
2040 #identity-manage-choose {
2041         margin-bottom: 15px;
2042 }
2043
2044 #identity-submit {
2045         margin-top: 20px;
2046 }
2047
2048 #photo-prev-link, #photo-next-link {
2049         padding: 10px;
2050         float: left;
2051 }
2052
2053 #photo-photo {
2054         float: left;
2055 }
2056
2057 #photo-photo-end {
2058         clear: both;
2059 }
2060
2061 .profile-match-photo {
2062         float: left;
2063         text-align: center;
2064         width: 120px;
2065 }
2066
2067 .profile-match-name {
2068         float: left;
2069         text-align: center;
2070         width: 120px;
2071         overflow: hidden;
2072 }
2073
2074 .profile-match-break,
2075 .profile-match-end {
2076         clear: both;
2077 }
2078
2079 .profile-match-connect {
2080         text-align: center;
2081         font-weight: bold;
2082 }
2083
2084 .profile-match-wrapper {
2085         float: left;
2086         padding: 10px;
2087         width: 120px;
2088         height: 120px;
2089         scroll: auto;
2090 }
2091 #profile-match-wrapper-end {
2092         clear: both;
2093 }
2094
2095 /* ============= */
2096 /* = Directory = */
2097 /* ============= */
2098 /* contacts menu */
2099 .contact-photo-wrapper {
2100   position: relative;
2101 }
2102 .contact-photo {
2103   width: 48px;
2104   height: 48px;
2105   overflow: hidden;
2106   display: block;
2107 }
2108 .contact-photo img {
2109   width: 48px;
2110   height: 48px;
2111 }
2112 .contact-photo-menu-button {
2113   display: none;
2114   /* position: absolute; */
2115   /* position: absolute; */
2116   left: -2px;
2117   top: -20px;
2118 }
2119 .contact-wrapper {
2120   float: left;
2121   width: 90px;
2122   height: 90px;
2123   margin-bottom: 15px;
2124 }
2125 .contact-wrapper .contact-photo {
2126   width: 80px;
2127   height: 80px;
2128 }
2129 .contact-wrapper .contact-photo img {
2130   width: 80px;
2131   height: 80px;
2132 }
2133 .contact-wrapper .contact-photo-menu-button {
2134   left: 0px;
2135   top: 63px;
2136 }
2137 .directory-item {
2138   float: left;
2139   width: 200px;
2140   height: 200px;
2141 }
2142 .directory-item .contact-photo {
2143   width: 175px;
2144   height: 175px;
2145 }
2146 .directory-item .contact-photo img {
2147   width: 175px;
2148   height: 175px;
2149 }
2150 .contact-name {
2151   text-align: center;
2152   font-weight: bold;
2153   font-size: 12px;
2154 }
2155 .contact-details {
2156   color: #999999;
2157 }
2158
2159 .photo-top-image-wrapper {
2160         position: relative;
2161         float: left;
2162         margin-top: 15px;
2163         margin-right: 15px;
2164         width: 200px; height: 200px; 
2165         overflow: hidden; 
2166 }
2167 .photo-top-album-name {
2168         width: 100%;
2169         min-height: 2em;
2170         position: absolute; 
2171         bottom: 0px; 
2172         padding: 0px 3px;
2173         padding-top: 0.5em;
2174         background-color: rgb(255, 255, 255);
2175 }
2176 #photo-top-end {
2177         clear: both;
2178 }
2179
2180 #photo-top-links {
2181         margin-bottom: 30px;
2182         margin-left: 30px;
2183 }
2184
2185 #photos-upload-newalbum-div {
2186         float: left;
2187         width: 175px;
2188 }
2189
2190 .menu-profile-list{
2191   height: auto;
2192   overflow: auto;
2193   min-height: 16px;
2194   list-style: none;
2195         }
2196 .menu-profile-list:hover{
2197         background: #E7F2F7;
2198         }
2199 .menu-profile-list-item{
2200         padding-left: 5px;
2201         vertical-align: middle;
2202         }       
2203 .menu-profile-list-item:hover{  
2204         text-decoration: none;
2205    }
2206
2207 .autocomplete {
2208   width: 350px;
2209   color: black; 
2210   border: 1px solid rgb(210, 210, 210); 
2211   background-color: white;
2212   cursor: pointer;
2213   text-align: left;
2214   max-height: 350px;
2215   overflow: auto;
2216   display: block;
2217   background-position: initial initial;
2218   background-repeat: initial initial; 
2219 }
2220 .mail-list-wrapper {
2221   background-color: #f6f7f8;
2222   margin-bottom: 5px;
2223   width: 100%;
2224   height: auto;
2225   overflow: hidden;
2226 }
2227 .mail-list-wrapper span {
2228   display: block;
2229   float: left;
2230   width: 20%;
2231   overflow: hidden;
2232 }
2233 .mail-list-wrapper .mail-subject {
2234   width: 30%;
2235   padding: 4px 0px 0px 4px;
2236 }
2237 .mail-list-wrapper .mail-subject a {
2238   display: block;
2239 }
2240 .mail-list-wrapper .mail-subject.unseen a {
2241   font-weight: bold;
2242 }
2243 .mail-list-wrapper .mail-date {
2244   padding: 4px 4px 0px 4px;
2245 }
2246 .mail-list-wrapper .mail-from {
2247   padding: 4px 4px 0px 4px;
2248 }
2249 .mail-list-wrapper .mail-count {
2250   padding: 4px 4px 0px 4px;
2251   text-align: right;
2252 }
2253 .mail-list-wrapper .mail-delete {
2254   float: right;
2255 }
2256 #mail-display-subject {
2257   background-color: #f6f7f8;
2258   color: #2d2d2d;
2259   margin-bottom: 10px;
2260   width: 100%;
2261   height: auto;
2262   overflow: hidden;
2263 }
2264 #mail-display-subject span {
2265   float: left;
2266   overflow: hidden;
2267   padding: 4px 0px 0px 10px;
2268 }
2269 #mail-display-subject .mail-delete {
2270   float: right;
2271   opacity: 0.5;
2272   -webkit-transition: all 0.2s ease-in-out;
2273   -moz-transition: all 0.2s ease-in-out;
2274   -o-transition: all 0.2s ease-in-out;
2275   -ms-transition: all 0.2s ease-in-out;
2276   transition: all 0.2s ease-in-out;
2277 }
2278 #mail-display-subject:hover .mail-delete {
2279   opacity: 1;
2280   -webkit-transition: all 0.2s ease-in-out;
2281   -moz-transition: all 0.2s ease-in-out;
2282   -o-transition: all 0.2s ease-in-out;
2283   -ms-transition: all 0.2s ease-in-out;
2284   transition: all 0.2s ease-in-out;
2285 }
2286
2287 .mail-list-outside-wrapper-end {
2288         clear: both;
2289 }
2290 .mail-list-outside-wrapper {
2291         margin-top: 30px;
2292 }
2293 .mail-list-delete-wrapper {
2294         float: right;
2295         margin-right: 30px;
2296         margin-top: 15px;
2297 }
2298 .mail-list-delete-icon {
2299         border: none;
2300 }
2301 .mail-conv-sender,
2302 .mail-conv-detail {
2303         float: left;
2304 }
2305 .mail-conv-detail {
2306         margin-left: 20px;
2307         width: 500px;
2308 }
2309 .mail-conv-subject {
2310     font-size: 1.4em;
2311     margin: 10px 0;
2312 }
2313 .mail-conv-outside-wrapper-end {
2314         clear: both;
2315 }
2316 .mail-conv-outside-wrapper {
2317         margin-top: 30px;
2318 }
2319 .mail-conv-delete-wrapper {
2320         float: right;
2321         margin-right: 30px;
2322         margin-top: 15px;
2323 }
2324 .mail-conv-break {
2325         clear: both;
2326 }
2327 .mail-conv-delete-icon {
2328         border: none;
2329 }
2330