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