]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge pull request #542 from annando/master
[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 .wall-item-content {
1133   max-width: 585px;
1134 }
1135
1136 .wall-item-container.comment .contact-photo {
1137   width: 32px;
1138   height: 32px;
1139   margin-left: 16px;
1140   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1141
1142 }
1143 .wall-item-container.comment {
1144   top: 15px !important;
1145   left: 15px !important;
1146 }
1147 .wall-item-container.comment .wall-item-links {
1148   padding-left: 12px;
1149 }
1150 .wall-item-comment-wrapper {
1151   margin: 1px 5px 1px 80px;
1152 }
1153 .wall-item-comment-wrapper .comment-edit-photo {
1154   display: none;
1155 }
1156 .wall-item-comment-wrapper textarea {
1157   height: 1.2em;
1158   width: 100%;
1159   font-size: 10px;
1160   color: #999999;
1161   border: 1px solid #DDD;
1162   padding: 0.3em;
1163 }
1164 .wall-item-comment-wrapper .comment-edit-text-full {
1165   font-size: 14px;
1166   height: 4em;
1167   color: #2d2d2d;
1168   border: 1px solid #2d2d2d;
1169 }
1170
1171 .fakelink.togglecomment {
1172   float: left;
1173   margin-right: 1em;
1174 }
1175
1176 .comment-edit-preview {
1177   width: 710px;
1178   border: 1px solid #2d2d2d;
1179   margin-top: 10px;
1180 }
1181 .comment-edit-preview .contact-photo {
1182   width: 32px;
1183   height: 32px;
1184   margin-left: 16px;
1185   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1186
1187 }
1188 .comment-edit-preview {
1189   top: 15px !important;
1190   left: 15px !important;
1191 }
1192 .comment-edit-preview .wall-item-links {
1193   padding-left: 12px;
1194 }
1195 .comment-edit-preview .wall-item-container {
1196   width: 700px;
1197 }
1198 .comment-edit-preview .tread-wrapper {
1199   width: 700px;
1200   padding: 0;
1201   margin: 10px 0;
1202 }
1203
1204 .shiny {
1205   /* border-right: 10px solid #fce94f; */
1206         border-right: 1px solid #A7C7F7;
1207         padding-right: 12px;
1208 }
1209
1210 #profile-jot-form #profile-jot-text {
1211   height: 2.0em;
1212   width: 99%;
1213   font-size: 15px;
1214   color: #999999;
1215   border: 1px solid #DDD;
1216   padding: 0.3em;
1217   margin-bottom: 10px;
1218 }
1219
1220 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1221     
1222          border-radius: 5px 5px 5px 5px;
1223     font-weight: bold;
1224     height: 20px;
1225     margin: 0 0 5px;
1226     width: 60%;
1227     border: 1px solid #d2d2d2;
1228 }
1229
1230 #profile-jot-form #jot-title:-webkit-input-placeholder {
1231   font-weight: normal;
1232 }
1233 #profile-jot-form #jot-title:-moz-placeholder {
1234   font-weight: normal;
1235 }
1236 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1237   width: 785px;
1238   height: 100px;
1239 }
1240
1241 #jot-preview-content .tread-wrapper {
1242   background-color: #fce94f;
1243 }
1244
1245 .wall-item-tags {
1246   padding-top: 1px;
1247   padding-bottom: 2px;
1248 }
1249 .tag {
1250   color: rgb(153,153,153);
1251   padding-left: 3px;
1252   font-size: 10px;
1253 }
1254 .tag a {
1255   padding-right: 8px;
1256   color: rgb(153,153,153);
1257 }
1258 .wwto {
1259   position: absolute !important;
1260   width: 25px;
1261   height: 25px;
1262   background: #FFFFFF;
1263   border: 2px solid #364e59;
1264   height: 25px;
1265   width: 25px;
1266   overflow: hidden;
1267   padding: 1px;
1268   position: absolute !important;
1269   top: 40px;
1270   left: 30px;
1271   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1272   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1273   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1274 }
1275 .wwto .contact-photo {
1276   width: auto;
1277   height: 25px;
1278 }
1279 /* contacts menu */
1280 .contact-photo-wrapper {
1281   position: relative;
1282   width: 80px;
1283 }
1284
1285 .contact-photo-wrapper.wwto {
1286   width: 25px;
1287 }
1288
1289 .contact-photo {
1290   width: 48px;
1291   height: 48px;
1292   overflow: hidden;
1293   display: block;
1294 }
1295 .contact-photo img {
1296   width: 48px;
1297   height: 48px;
1298 }
1299
1300 .contact-wrapper {
1301   float: left;
1302   width: 90px;
1303   height: 90px;
1304   margin-bottom: 15px;
1305 }
1306 .contact-wrapper .contact-photo {
1307   width: 80px;
1308   height: 80px;
1309 }
1310 .contact-wrapper .contact-photo img {
1311   width: 80px;
1312   height: 80px;
1313 }
1314 .contact-wrapper {
1315   left: 0px;
1316   top: 63px;
1317 }
1318 .contact-photo {
1319   width: 48px;
1320   height: 48px;
1321 }
1322 .contact-photo img {
1323   width: 48px;
1324   height: 48px;
1325 }
1326 .contact-name {
1327   /* text-align: center; */
1328   /*font-weight: bold;*/
1329   font-size: 12px;
1330 }
1331 .contact-details {
1332   color: #999999;
1333 }
1334 /* editor */
1335 .jothidden {
1336   display: none;
1337 }
1338 #jot {
1339   width: 785px;
1340   margin: 0px 2em 20px 0px;
1341 }
1342 #jot .profile-jot-text {
1343   height: 1.2em;
1344   width: 99%;
1345   font-size: 10px;
1346   color: #999999;
1347   border: 1px solid #DDD;
1348   padding: 0.3em;
1349 }
1350 #jot #jot-tools {
1351   margin: 0px;
1352   padding: 0px;
1353   height: 40px;
1354   overflow: none;
1355   width: 783px;
1356   background-color: #0e232e;
1357   border-bottom: 2px solid #9eabb0;
1358 }
1359 #jot #jot-tools li {
1360   list-style: none;
1361   float: left;
1362   width: 80px;
1363   height: 40px;
1364   border-bottom: 2px solid #9eabb0;
1365 }
1366 #jot #jot-tools li a {
1367   display: block;
1368   color: #cccccc;
1369   width: 100%;
1370   height: 40px;
1371   text-align: center;
1372   line-height: 40px;
1373   overflow: hidden;
1374 }
1375 #jot #jot-tools li:hover {
1376   background-color: #364e59;
1377   border-bottom: 2px solid #bdcdd4;
1378 }
1379 #jot #jot-tools li.perms {
1380   float: right;
1381   width: 40px;
1382 }
1383 #jot #jot-tools li.perms a.unlock {
1384   width: 30px;
1385   border-left: 10px solid #cccccc;
1386   background-color: #cccccc;
1387   background-position: left center;
1388 }
1389 #jot #jot-tools li.perms a.lock {
1390   width: 30px;
1391   border-left: 10px solid #666666;
1392   background-color: #666666;
1393 }
1394 #jot #jot-tools li.submit {
1395   float: right;
1396   background-color: #cccccc;
1397   border-bottom: 2px solid #cccccc;
1398   border-right: 1px solid #666666;
1399   border-left: 1px solid #666666;
1400 }
1401 #jot #jot-tools li.submit input {
1402   border: 0px;
1403   margin: 0px;
1404   padding: 0px;
1405   background-color: #cccccc;
1406   color: #666666;
1407   width: 80px;
1408   height: 40px;
1409   line-height: 40px;
1410 }
1411 #jot #jot-tools li.submit input:hover {
1412   background-color: #bdcdd4;
1413   color: #666666;
1414 }
1415 #jot #jot-tools li.loading {
1416   float: right;
1417   background-color: #ffffff;
1418   width: 20px;
1419   vertical-align: center;
1420   text-align: center;
1421   border-top: 2px solid #9eabb0;
1422   height: 38px;
1423 }
1424 #jot #jot-tools li.loading img {
1425   margin-top: 10px;
1426 }
1427 /* #jot */
1428 #jot-title {
1429   border: 0px;
1430   margin: 0px;
1431   height: 20px;
1432   width: 700px;
1433   font-weight: bold;
1434   border: 1px solid #ffffff;
1435 }
1436 #jot #jot-title:-webkit-input-placeholder {
1437   font-weight: normal;
1438 }
1439 #jot #jot-title:-moz-placeholder {
1440   font-weight: normal;
1441 }
1442 #jot #jot-title:hover {
1443   border: 1px solid #999999;
1444 }
1445 #jot #jot-title:focus {
1446   border: 1px solid #999999;
1447 }
1448 #jot #character-counter {
1449   width: 80px;
1450   float: right;
1451   text-align: right;
1452   height: 20px;
1453   line-height: 20px;
1454   padding-right: 20px;
1455 }
1456
1457 #profile-jot-submit {
1458   float: right;
1459   margin-left: 15px;
1460 }
1461 #profile-upload-wrapper {
1462   float: left;
1463   margin-left: 15px;
1464 }
1465 #profile-attach-wrapper {
1466   float: left;
1467   margin-left: 15px;
1468 }
1469 #profile-link-wrapper {
1470   float: left;
1471   margin-left: 15px;
1472 }
1473 #profile-video-wrapper {
1474   float: left;
1475   margin-left: 15px;
1476 }
1477 #profile-audio-wrapper {
1478   float: left;
1479   margin-left: 15px;
1480 }
1481 #profile-location-wrapper {
1482   float: left;
1483   margin-left: 15px;
1484 }
1485 #profile-nolocation-wrapper {
1486   float: left;
1487   margin-left: 15px;
1488 }
1489 #jot-perms-icon {
1490   float: right;
1491   margin-left: 15px;
1492 }
1493 #jot-preview-link {
1494   float: right;
1495 }
1496 #profile-jot-end {
1497   clear: both;
1498 }
1499 #profile-jot-text_tbl {
1500   width: 780px;
1501 }
1502 #profile-jot-wrapper {
1503   margin-bottom: 20px;
1504 }
1505
1506 /** buttons **/
1507 /*input[type="submit"] {
1508         border: 0px;
1509     background-color: @ButtonBackgroundColor;
1510     color: @ButtonColor;
1511     padding: 0px 10px;
1512         .rounded(5px);
1513     height: 18px;
1514 }*/
1515 /** acl **/
1516 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1517   display: block!important;
1518 }
1519 #acl-wrapper {
1520   width: 690px;
1521   float: left;
1522 }
1523 #acl-search {
1524   float: right;
1525   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1526   padding-right: 20px;
1527 }
1528 #acl-showall {
1529   float: left;
1530   display: block;
1531   width: auto;
1532   height: 18px;
1533   background-color: #cccccc;
1534   background-image: url("../../../images/show_all_off.png");
1535   background-position: 7px 7px;
1536   background-repeat: no-repeat;
1537   padding: 7px 5px 0px 30px;
1538   color: #999999;
1539   -moz-border-radius: 5px 5px 5px 5px;
1540   -webkit-border-radius: 5px 5px 5px 5px;
1541   border-radius: 5px 5px 5px 5px;
1542 }
1543 #acl-showall.selected {
1544   color: #000000;
1545   background-color: #ff9900;
1546   background-image: url("../../../images/show_all_on.png");
1547 }
1548 #acl-list {
1549   height: 210px;
1550   border: 1px solid #cccccc;
1551   clear: both;
1552   margin-top: 30px;
1553   overflow: auto;
1554 }
1555 .acl-list-item {
1556   display: block;
1557   width: 150px;
1558   height: 30px;
1559   border: 1px solid #cccccc;
1560   margin: 5px;
1561   float: left;
1562 }
1563 .acl-list-item img {
1564   width: 22px;
1565   height: 22px;
1566   float: left;
1567   margin: 4px;
1568 }
1569 .acl-list-item p {
1570   height: 12px;
1571   font-size: 10px;
1572   margin: 0px;
1573   padding: 2px 0px 1px;
1574   overflow: hidden;
1575 }
1576 .acl-list-item a {
1577   font-size: 8px;
1578   display: block;
1579   width: 40px;
1580   height: 10px;
1581   float: left;
1582   color: #999999;
1583   background-color: #cccccc;
1584   background-position: 3px 3px;
1585   background-repeat: no-repeat;
1586   margin-right: 5px;
1587   -webkit-border-radius: 2px ;
1588   -moz-border-radius: 2px;
1589   border-radius: 2px;
1590   padding-left: 15px;
1591 }
1592 #acl-wrapper a:hover {
1593   text-decoration: none;
1594   color: #000000;
1595 }
1596 .acl-button-show {
1597   background-image: url("../../../images/show_off.png");
1598 }
1599 .acl-button-hide {
1600   background-image: url("../../../images/hide_off.png");
1601 }
1602 .acl-button-show.selected {
1603   color: #000000;
1604   background-color: #9ade00;
1605   background-image: url("../../../images/show_on.png");
1606 }
1607 .acl-button-hide.selected {
1608   color: #000000;
1609   background-color: #ff4141;
1610   background-image: url("../../../images/hide_on.png");
1611 }
1612 .acl-list-item.groupshow {
1613   border-color: #9ade00;
1614 }
1615 .acl-list-item.grouphide {
1616   border-color: #ff4141;
1617 }
1618 /** /acl **/
1619 /** tab buttons **/
1620 ul.tabs {
1621   list-style-type: none;
1622   padding-bottom: 10px;
1623   font-size: 13px;
1624 }
1625 ul.tabs li {
1626   float: left;
1627   margin-left: 7px;
1628 }
1629 ul.tabs li .active {
1630   border-bottom: 1px solid #005c94;
1631 }
1632 /**
1633  * Form fields
1634  */
1635 .field {
1636   margin-bottom: 10px;
1637   padding-bottom: 10px;
1638   overflow: auto;
1639   width: 100%;
1640 }
1641 .field label {
1642   float: left;
1643   width: 200px;
1644 }
1645 .field input, .field textarea {
1646   width: 400px;
1647 }
1648 .field textarea {
1649   height: 100px;
1650 }
1651 .field .field_help {
1652   display: block;
1653   margin-left: 200px;
1654   color: #666666;
1655 }
1656 .field .onoff {
1657   float: left;
1658   width: 80px;
1659 }
1660 .field .onoff a {
1661   display: block;
1662   border: 1px solid #666666;
1663   background-image: url("../../../images/onoff.jpg");
1664   background-repeat: no-repeat;
1665   padding: 4px 2px 2px 2px;
1666   height: 16px;
1667   text-decoration: none;
1668 }
1669 .field .onoff .off {
1670   border-color: #666666;
1671   padding-left: 40px;
1672   background-position: left center;
1673   background-color: #cccccc;
1674   color: #666666;
1675   text-align: right;
1676 }
1677 .field .onoff .on {
1678   border-color: #204A87;
1679   padding-right: 40px;
1680   background-position: right center;
1681   background-color: #D7E3F1;
1682   color: #204A87;
1683   text-align: left;
1684 }
1685 .field .hidden {
1686   display: none!important;
1687 }
1688 .field.radio .field_help {
1689   margin-left: 0px;
1690 }
1691
1692 #profile-edit-links-end {
1693         clear: both;
1694         margin-bottom: 15px;
1695 }
1696
1697 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1698
1699 #profile-edit-links li {
1700   float: left;
1701   list-style: none;
1702   margin-left: 10px;
1703 }
1704
1705 .profile-edit-side-div {
1706   display: none;
1707 }
1708
1709 #register-form label,
1710 #profile-edit-form label {
1711         width: 300px; float: left;
1712 }
1713
1714 .required {
1715   display: inline;
1716   color: #B20202;
1717 }
1718
1719 /* oauth */
1720 .oauthapp {
1721   height: auto;
1722   overflow: auto;
1723   border-bottom: 2px solid #cccccc;
1724   padding-bottom: 1em;
1725   margin-bottom: 1em;
1726 }
1727 .oauthapp img {
1728   float: left;
1729   width: 48px;
1730   height: 48px;
1731   margin: 10px;
1732 }
1733 .oauthapp img.noicon {
1734   background-image: url("../../../images/icons/48/plugin.png");
1735   background-position: center center;
1736   background-repeat: no-repeat;
1737 }
1738 .oauthapp a {
1739   float: left;
1740 }
1741 /* contacts */
1742 .contact-entry-wrapper {
1743   width: 120px;
1744   height: 120px;
1745   float: left;
1746 }
1747 /* photo */
1748 .lframe {
1749   float: left;
1750   margin: 0px 10px 10px 0px;
1751 }
1752 /* profile match wrapper */
1753 .profile-match-wrapper {
1754   float: left;
1755   width: 90px;
1756   height: 90px;
1757   margin-bottom: 20px;
1758 }
1759 .profile-match-wrapper .contact-photo {
1760   width: 80px;
1761   height: 80px;
1762 }
1763 .profile-match-wrapper .contact-photo img {
1764   width: 80px;
1765   height: 80px;
1766 }
1767 .profile-match-wrapper {
1768   left: 0px;
1769   top: 63px;
1770 }
1771
1772 .contact-photo-menu-button {
1773         position: relative;
1774         background-image: url("../../../images/icons/16/menu.png");
1775         background-position: top left; 
1776         background-repeat: no-repeat;
1777         margin: 0px 0px -16px 0px; 
1778         padding: 0px;
1779         width: 16px;
1780         height: 16px;
1781         top: -20px; left:0px;
1782         overflow: hidden;
1783         text-indent: 40px;
1784         display: none;
1785         
1786 }
1787 .contact-photo-menu {
1788         width: 11em;
1789         border: 3px solid #364e59;
1790         color: #2d2d2d;
1791         background: #FFFFFF;
1792 /*        position: absolute;*/
1793         position: relative;
1794         left: 0px; top: 0px;
1795         display: none;
1796         z-index: 10000;
1797 }
1798 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1799 .contact-photo-menu li a {
1800         display: block; 
1801         padding: 5px 10px; 
1802         color: #2d2d2d;
1803         text-decoration: none;
1804 }
1805 .contact-photo-menu li a:hover {
1806         background-color: #bdcdd4; 
1807 }
1808
1809 /* page footer */
1810 footer {
1811   height: 100px;
1812   display: table-row;
1813 }
1814
1815 blockquote {
1816     border-left: 1px solid #D2D2D2;
1817     padding-left: 9px;
1818     margin: 0 0 0 .8ex;
1819     color: #777;
1820 }
1821
1822 .oembed {
1823     font-size: large;
1824     font-weight: bold;
1825 }
1826
1827 /* ================== */
1828 /* = Contacts Block = */
1829 /* ================== */
1830
1831 .contact-block-img {
1832         width: 42px;
1833         height: 42px;
1834         padding-right: 2px;
1835 }
1836 .contact-block-div {
1837         float: left;
1838 }
1839
1840 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1841 #contact-block-end { clear: both; } 
1842
1843 #group-edit-wrapper {
1844         margin-bottom: 10px;
1845 }
1846
1847 #group-members-end {
1848         clear: both;
1849 }
1850
1851 /*
1852 #group-separator,
1853 #prof-separator { display: none;}
1854 */
1855
1856 #prvmail-upload {
1857   margin-left: 10px;
1858 }
1859
1860 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1861         margin-bottom: 10px;
1862         margin-top: 20px;
1863 }
1864
1865 #prvmail-submit {
1866         float: left;
1867         margin-top: 10px;
1868 }
1869 #prvmail-upload-wrapper,
1870 #prvmail-link-wrapper,
1871 #prvmail-rotator-wrapper {
1872         float: left;
1873         margin-top: 10px;
1874         margin-right: 10px;
1875         width: 24px;
1876 }
1877
1878 #prvmail-end {
1879         clear: both;
1880 }
1881
1882 .mail-list-sender,
1883 .mail-list-detail {
1884         float: left;
1885 }
1886 .mail-list-detail {
1887         margin-left: 20px;
1888 }
1889
1890 .mail-list-subject {
1891         font-size: 1.1em;
1892         margin-top: 10px;
1893 }
1894 a.mail-list-link {
1895     display: block;
1896     font-size: 1.3em;
1897     padding: 4px 0;
1898 }
1899
1900 /*
1901 *a.mail-list-link:hover {
1902 *       background-color: #15607B;
1903 *       color: #F5F6FB;
1904 *}
1905 */
1906
1907 .mail-list-outside-wrapper-end {
1908         clear: both;
1909 }
1910
1911 .mail-list-outside-wrapper {
1912         margin-top: 30px;
1913 }
1914
1915 .mail-list-delete-wrapper {
1916         float: right;
1917         margin-right: 30px;
1918         margin-top: 15px;
1919 }
1920
1921 .mail-list-delete-icon {
1922         border: none;
1923 }
1924
1925 .mail-conv-sender,
1926 .mail-conv-detail {
1927         float: left;
1928 }
1929 .mail-conv-detail {
1930         margin-left: 20px;
1931         width: 500px;
1932 }
1933
1934 .mail-conv-subject {
1935     font-size: 1.4em;
1936     margin: 10px 0;
1937 }
1938
1939 .mail-conv-outside-wrapper-end {
1940         clear: both;
1941 }
1942
1943 .mail-conv-outside-wrapper {
1944         margin-top: 30px;
1945 }
1946
1947 .mail-conv-delete-wrapper {
1948         float: right;
1949         margin-right: 30px;
1950         margin-top: 15px;
1951 }
1952 .mail-conv-break {
1953         clear: both;
1954 }
1955
1956 .mail-conv-delete-icon {
1957         border: none;
1958 }
1959
1960 /* ========== */
1961 /* = Events = */
1962 /* ========== */
1963 .eventcal {
1964         float: left;
1965         font-size: 20px;
1966 }
1967
1968 .vevent {
1969         border: 1px solid #CCCCCC;
1970 }
1971 .vevent .event-description, .vevent .event-location {
1972         margin-left: 10px;
1973         margin-right: 10px;
1974 }
1975 .vevent .event-start {
1976         margin-left: 10px;
1977         margin-right: 10px;
1978 }
1979
1980 #new-event-link {
1981         margin-bottom: 10px;
1982 }
1983
1984 .edit-event-link, .plink-event-link {
1985         float: left;
1986         margin-top: 4px;
1987         margin-right: 4px;
1988         margin-bottom: 15px;
1989 }
1990
1991 .event-description:before {
1992         content: url('../../../images/calendar.png');
1993         margin-right: 15px;
1994 }
1995
1996 .event-start, .event-end {
1997         margin-left: 10px;
1998         width: 330px;
1999         clear: both;
2000 }
2001
2002 .event-start .dtstart, .event-end .dtend {
2003         float: right;
2004 }
2005
2006 .event-list-date {
2007         margin-bottom: 10px;
2008 }
2009
2010 .prevcal, .nextcal {
2011         float: left;
2012         margin-left: 32px;
2013         margin-right: 32px;
2014         margin-top: 64px;
2015 }
2016 .event-calendar-end {
2017         clear: both;
2018 }
2019
2020  
2021 .calendar {
2022         font-family: Courier, monospace;
2023 }
2024 .today {
2025         font-weight: bold;
2026         color: #FF0000;
2027 }
2028
2029 .settings-block {
2030         border: 1px solid #AAA;
2031         margin: 10px;
2032         padding: 10px;
2033 }
2034
2035 .app-title {
2036   margin: 0px;
2037 }
2038
2039 #identity-manage-desc {
2040         margin-top:15px;
2041         margin-bottom: 15px;
2042 }
2043
2044 #identity-manage-choose {
2045         margin-bottom: 15px;
2046 }
2047
2048 #identity-submit {
2049         margin-top: 20px;
2050 }
2051
2052 #photo-prev-link, #photo-next-link {
2053         padding: 10px;
2054         float: left;
2055 }
2056
2057 #photo-photo {
2058         float: left;
2059 }
2060
2061 #photo-photo-end {
2062         clear: both;
2063 }
2064
2065 .profile-match-photo {
2066         float: left;
2067         text-align: center;
2068         width: 120px;
2069 }
2070
2071 .profile-match-name {
2072         float: left;
2073         text-align: center;
2074         width: 120px;
2075         overflow: hidden;
2076 }
2077
2078 .profile-match-break,
2079 .profile-match-end {
2080         clear: both;
2081 }
2082
2083 .profile-match-connect {
2084         text-align: center;
2085         font-weight: bold;
2086 }
2087
2088 .profile-match-wrapper {
2089         float: left;
2090         padding: 10px;
2091         width: 120px;
2092         height: 120px;
2093         scroll: auto;
2094 }
2095 #profile-match-wrapper-end {
2096         clear: both;
2097 }
2098
2099 /* ============= */
2100 /* = Directory = */
2101 /* ============= */
2102 /* contacts menu */
2103 .contact-photo-wrapper {
2104   position: relative;
2105 }
2106 .contact-photo {
2107   width: 48px;
2108   height: 48px;
2109   overflow: hidden;
2110   display: block;
2111 }
2112 .contact-photo img {
2113   width: 48px;
2114   height: 48px;
2115 }
2116 .contact-photo-menu-button {
2117   display: none;
2118   /* position: absolute; */
2119   /* position: absolute; */
2120   left: -2px;
2121   top: -20px;
2122 }
2123 .contact-wrapper {
2124   float: left;
2125   width: 90px;
2126   height: 90px;
2127   margin-bottom: 15px;
2128 }
2129 .contact-wrapper .contact-photo {
2130   width: 80px;
2131   height: 80px;
2132 }
2133 .contact-wrapper .contact-photo img {
2134   width: 80px;
2135   height: 80px;
2136 }
2137 .contact-wrapper .contact-photo-menu-button {
2138   left: 0px;
2139   top: 63px;
2140 }
2141 .directory-item {
2142   float: left;
2143   width: 200px;
2144   height: 200px;
2145 }
2146 .directory-item .contact-photo {
2147   width: 175px;
2148   height: 175px;
2149 }
2150 .directory-item .contact-photo img {
2151   width: 175px;
2152   height: 175px;
2153 }
2154 .contact-name {
2155   text-align: center;
2156   font-weight: bold;
2157   font-size: 12px;
2158 }
2159 .contact-details {
2160   color: #999999;
2161 }
2162
2163 .photo-top-image-wrapper {
2164         position: relative;
2165         float: left;
2166         margin-top: 15px;
2167         margin-right: 15px;
2168         width: 200px; height: 200px; 
2169         overflow: hidden; 
2170 }
2171 .photo-top-album-name {
2172         width: 100%;
2173         min-height: 2em;
2174         position: absolute; 
2175         bottom: 0px; 
2176         padding: 0px 3px;
2177         padding-top: 0.5em;
2178         background-color: rgb(255, 255, 255);
2179 }
2180 #photo-top-end {
2181         clear: both;
2182 }
2183
2184 #photo-top-links {
2185         margin-bottom: 30px;
2186         margin-left: 30px;
2187 }
2188
2189 #photos-upload-newalbum-div {
2190         float: left;
2191         width: 175px;
2192 }
2193
2194 .menu-profile-list{
2195   height: auto;
2196   overflow: auto;
2197   min-height: 16px;
2198   list-style: none;
2199         }
2200 .menu-profile-list:hover{
2201         background: #E7F2F7;
2202         }
2203 .menu-profile-list-item{
2204         padding-left: 5px;
2205         vertical-align: middle;
2206         }       
2207 .menu-profile-list-item:hover{  
2208         text-decoration: none;
2209    }
2210
2211 .autocomplete {
2212   width: 350px;
2213   color: black; 
2214   border: 1px solid rgb(210, 210, 210); 
2215   background-color: white;
2216   cursor: pointer;
2217   text-align: left;
2218   max-height: 350px;
2219   overflow: auto;
2220   display: block;
2221   background-position: initial initial;
2222   background-repeat: initial initial; 
2223 }
2224 .mail-list-wrapper {
2225   background-color: #f6f7f8;
2226   margin-bottom: 5px;
2227   width: 100%;
2228   height: auto;
2229   overflow: hidden;
2230 }
2231 .mail-list-wrapper span {
2232   display: block;
2233   float: left;
2234   width: 20%;
2235   overflow: hidden;
2236 }
2237 .mail-list-wrapper .mail-subject {
2238   width: 30%;
2239   padding: 4px 0px 0px 4px;
2240 }
2241 .mail-list-wrapper .mail-subject a {
2242   display: block;
2243 }
2244 .mail-list-wrapper .mail-subject.unseen a {
2245   font-weight: bold;
2246 }
2247 .mail-list-wrapper .mail-date {
2248   padding: 4px 4px 0px 4px;
2249 }
2250 .mail-list-wrapper .mail-from {
2251   padding: 4px 4px 0px 4px;
2252 }
2253 .mail-list-wrapper .mail-count {
2254   padding: 4px 4px 0px 4px;
2255   text-align: right;
2256 }
2257 .mail-list-wrapper .mail-delete {
2258   float: right;
2259 }
2260 #mail-display-subject {
2261   background-color: #f6f7f8;
2262   color: #2d2d2d;
2263   margin-bottom: 10px;
2264   width: 100%;
2265   height: auto;
2266   overflow: hidden;
2267 }
2268 #mail-display-subject span {
2269   float: left;
2270   overflow: hidden;
2271   padding: 4px 0px 0px 10px;
2272 }
2273 #mail-display-subject .mail-delete {
2274   float: right;
2275   opacity: 0.5;
2276   -webkit-transition: all 0.2s ease-in-out;
2277   -moz-transition: all 0.2s ease-in-out;
2278   -o-transition: all 0.2s ease-in-out;
2279   -ms-transition: all 0.2s ease-in-out;
2280   transition: all 0.2s ease-in-out;
2281 }
2282 #mail-display-subject:hover .mail-delete {
2283   opacity: 1;
2284   -webkit-transition: all 0.2s ease-in-out;
2285   -moz-transition: all 0.2s ease-in-out;
2286   -o-transition: all 0.2s ease-in-out;
2287   -ms-transition: all 0.2s ease-in-out;
2288   transition: all 0.2s ease-in-out;
2289 }
2290
2291 .mail-list-outside-wrapper-end {
2292         clear: both;
2293 }
2294 .mail-list-outside-wrapper {
2295         margin-top: 30px;
2296 }
2297 .mail-list-delete-wrapper {
2298         float: right;
2299         margin-right: 30px;
2300         margin-top: 15px;
2301 }
2302 .mail-list-delete-icon {
2303         border: none;
2304 }
2305 .mail-conv-sender,
2306 .mail-conv-detail {
2307         float: left;
2308 }
2309 .mail-conv-detail {
2310         margin-left: 20px;
2311         width: 500px;
2312 }
2313 .mail-conv-subject {
2314     font-size: 1.4em;
2315     margin: 10px 0;
2316 }
2317 .mail-conv-outside-wrapper-end {
2318         clear: both;
2319 }
2320 .mail-conv-outside-wrapper {
2321         margin-top: 30px;
2322 }
2323 .mail-conv-delete-wrapper {
2324         float: right;
2325         margin-right: 30px;
2326         margin-top: 15px;
2327 }
2328 .mail-conv-break {
2329         clear: both;
2330 }
2331 .mail-conv-delete-icon {
2332         border: none;
2333 }
2334