]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Fix sticky aside when height change
[friendica.git] / view / theme / frio / css / style.css
1 /*
2 To change this license header, choose License Headers in Project Properties.
3 To change this template file, choose Tools | Templates
4 and open the template in the editor.
5 */
6 /*
7     Created on : 17.02.2016, 23:55:45
8     Author     : rabuzarus
9 */
10
11 /* Imports */
12 /*@import url("frameworks/bootstrap/css/bootstrap.min.css");
13 @import url("frameworks/bootstrap/css/bootstrap-theme.min.css");
14 @import url("frameworks/font-awesome/css/font-awesome.min.css");
15 @import url("frameworks/jasny/css/jasny-bootstrap.min.css");
16 @import url("frameworks/bootstrap-select/css/bootstrap-select.min.css");
17 @import url("frameworks/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css");
18 @import url("frameworks/ekko-lightbox/ekko-lightbox.min.css");
19 @import url("frameworks/justifiedGallery/justifiedGallery.min.css");
20 @import url("frameworks/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css");
21 @import url("font/open_sans/open-sans.css");
22 @import url("css/hovercard.css");*/
23
24
25 body {
26     padding-top: 110px;
27     background-color: $bgcolor;
28     background-image: url("$background_image");
29     background-size: $background_size_img;
30     background-attachment: fixed;
31     color: #777;
32     /*color: #555;*/
33     font-family: 'Open Sans',sans-serif;
34 }
35 body a {
36     /*color: #555;*/
37     /*color: #6fdbe8;*/
38     color: $link_color;
39     text-decoration: none;
40 }
41 /* Anchors incorrectly display with a fixed top menu. This global rule offsets all
42  * anchors so that accessing them with a # link will actually scroll the associated
43  * content in the visible part of the page.
44  *
45  * anchor.top should be the opposite of body.padding-top
46  */
47 body a[name]:not([href]) {
48     display: block;
49     position: relative;
50     top: -110px;
51     visibility: hidden;
52 }
53
54 body a:hover, .btn-link:hover,
55 body a:focus, .btn-link:focus,
56 body a:active, .btn-link:active,
57 body a.active, .btn-link.active {
58     /*color: #59d6e4;*/
59     color: $link_hover_color;
60     text-decoration: none;
61     outline: none;
62 }
63
64 .wall-item-container a:hover {
65     text-decoration: underline;
66 }
67
68 hr {
69     margin-top: 10px;
70     margin-bottom: 10px;
71 }
72 aside hr,
73 section hr {
74     border-color: rgba(238, 238, 238, $contentbg_transp);
75 }
76 iframe, img {
77     max-width: 100%;
78 }
79 blockquote {
80     font-size: inherit;
81 }
82 .clear {
83     clear: both;
84 }
85 .no-padding {
86     padding: 0;
87 }
88 .fakelink {
89     cursor: pointer;
90 }
91 .hidden {
92     display: none !important;
93 }
94 .minimize {
95     max-height: 0px !important;
96     overflow: hidden !important;
97 }
98 code {
99     white-space: pre-wrap;
100 }
101 .help-content-wrapper code {display: inline}
102
103 /**
104  * mobile aside
105  */
106 @media screen and (max-width: 990px) {
107     aside{
108         position: fixed!important;
109         top: 0!important;
110         background-color: #fff;
111         width: 100%;
112         height: 100%;
113         padding-top: 100px;
114         z-index: 10;
115     }
116 }
117 /*
118 * standard page elements
119 */
120 #back-to-top {
121     display: none;
122     cursor: pointer;
123     color: white;
124     position: fixed;
125     z-index: 49;
126     right: 20px;
127     bottom: 20px;
128     opacity: 1;
129     font-size: 2.9em;
130     padding: 0 12px 0 12px;
131     border-radius: 10px;
132     background-color: #aaa;
133     line-height: 1.5;
134 }
135
136 #item-delete-selected {
137     cursor: pointer;
138     color: white;
139     position: fixed;
140     z-index: 49;
141     right: 20px;
142     top: 100px;
143     opacity: 0.8;
144     font-size: 2.9em;
145     padding: 0 12px 0 12px;
146     border-radius: 10px;
147     background-color: $link_color;
148     line-height: 1.5;
149     display: none;
150 }
151
152 #toggle_mobile_link {
153     display: none;
154 }
155
156 /*
157 * Overwriting and Extend Bootstrap
158 */
159 .label, .label a {
160     color: #fff;
161 }
162
163 /* Buttons */
164
165 .btn {
166     float: none;
167     border: none;
168     -webkit-box-shadow: none;
169     box-shadow: none;
170     -moz-box-shadow: none;
171     background-image: none;
172     text-shadow: none;
173     border-radius: 3px;
174     outline: 0!important;
175     margin-bottom: 0;
176     font-size: 14px;
177     font-weight: 600;
178     padding: 8px 16px;
179     color: inherit;
180 }
181
182 .btn-default {
183     background: #ededed;
184     color: #7a7a7a;
185 }
186 .btn-sm {
187     padding: 4px 8px;
188     font-size: 12px;
189 }
190 .btn-small {
191     padding: 6px 10px;
192     font-size: 12px;
193     line-height: 1.5;
194     border-radius: 3px;
195 }
196 .btn-xs {
197     padding: 1px 5px;
198     font-size: 12px;
199 }
200 .btn-primary {
201     background: $nav_bg;
202     color: $btn_primary_color !important;
203 }
204 .btn-primary:hover, .btn-primary:focus {
205     background: $btn_primary_hover_color;
206     text-decoration: none;
207 }
208 .btn-primary:active, .btn-primary.active {
209     outline: 0;
210     background: $btn_primary_hover_color !important;
211 }
212
213 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
214 .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
215 .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
216 .open>.dropdown-toggle.btn-primary:hover,.btn-primary.active, .btn-primary:active,
217 .open>.dropdown-toggle.btn-primary {
218     background: $btn_primary_hover_color;
219     border-color: none;
220 }
221
222 .btn-link {
223     border: 0;
224     color: $link_color;
225     padding-left: 0;
226     padding-right: 0;
227 }
228 .btn-eventnav, btn-eventnav:hover {
229     font-size: 16px;
230     background: none;
231     background-color: transparent;
232     padding: 0 14px;
233 }
234 .btn-separator {
235     border-left: 1px solid #777;
236 }
237 /*.btn-info {
238     background: #6fdbe8;
239     color: #fff!important;
240 }
241 .btn-info:hover, .btn-info:focus {
242     background: #59d6e4!important;
243     text-decoration: none;
244 }
245 .btn-info:active, .btn-info.active {
246     outline: 0;
247     background: #59d6e4;
248 }*/
249
250 .btn-main {
251     background: $link_color;
252     color: #fff!important;
253 }
254 .btn-main:hover, .btn-main:focus {
255     background: $link_hover_color !important;
256     text-decoration: none;
257 }
258 .btn-main:active, .btn-main.active {
259     outline: 0;
260     background: $link_hover_color;
261 }
262 .toggle.btn {
263     border: 1px solid transparent;
264 }
265 .toggle.btn-xs {
266     min-width: 45px;
267 }
268 .toggle.off {
269     border-color: #ccc;
270 }
271 .toggle .toggle-off,
272 .toggle .toggle-off:hover {
273     color: #ccc;
274     background-color: #eee;
275     box-shadow: none;
276 }
277 .toggle.off .toggle-handle {
278     background-color: #eee;
279 }
280 .toggle-handle {
281     background-color: #fff;
282     border-width: 0 1px;
283     border: 1px solid transparent;
284     border-color: #ccc;
285 }
286 .field.yesno:hover .toggle {
287     border-color: $link_hover_color;
288     transition: all 0.25s ease-in-out;
289 }
290 .field.yesno:hover .toggle-handle {
291     background-color: #fff;
292     transition: all 0.25s ease-in-out;
293 }
294
295 .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
296     padding: .275rem .75rem;
297     /*font-size: .875rem;*/
298     line-height: 1.5;
299     height: 30px;
300     border-radius: .2rem;
301 }
302 /* Bootstrap media class fix/hack
303  * This is a test. I thought it does have some
304  * issues in some corner cases. Maybe we remove
305  * once more
306  * https://github.com/twbs/bootstrap/issues/6053
307  */
308 .media, .media-body {
309     overflow: visible;
310 }
311 .media .media-body {
312     display: table-cell;
313     width: 10000px;
314     *width: auto;
315     *zoom: 1;
316 }
317 .media:before, .media:after {
318     content: "";
319     display: table;
320 }
321 .media:after {
322     clear: both;
323 }
324
325 /* Badges */
326 .badge {
327     vertical-align: baseline;
328     background-color: $link_color;
329     border-radius: 4px;
330     z-index: 1;
331 }
332 aside .badge {
333     opacity: 0.7;
334 }
335
336 /* disabled elements */
337 .community-content-wrapper > h3, .network-content-wrapper > .section-title-wrapper {
338     display:none;
339 }
340
341 header #site-location {
342     display: none;
343 }
344 header #banner {
345     position: fixed;
346     top: 0px;
347 /*    width: 33%;
348     margin-left: 33%;
349     margin-right: 33%;*/
350     left:49%;
351     right: 49%;
352     z-index: 1040;
353     margin-top: 14px;
354     text-align: center;
355     text-shadow: 1px 1px 2px rgba(0,0,0,.5);
356     font-size: 14px;
357     font-family: tahoma, "Lucida Sans", sans;
358     color: #fff;
359     font-weight: bold;
360     whitespace: nowrap;
361     padding-left: 55px;
362 }
363 header #banner #logo-img,
364 .navbar-brand #logo-img {
365     /*mask: url('network#m1');*/
366     /*mask-image: url('img/friendica-25.png');*/
367     -webkit-mask-image: url('img/friendica-25.png');
368     background-color: $nav_icon_color;
369     height: 25px;
370     width: 25px;
371     margin-left: auto;
372     margin-right: auto;
373 }
374
375 #navbrand-container {
376     display: flex;
377 }
378 #navbrand-container #navbar-brand-text {
379     padding-left: 5px;
380 }
381
382 /* NavBar */
383 .topbar {
384     position: fixed;
385     display: block;
386     height: 50px;
387     width: 100%;
388     padding-left: 15px;
389     padding-right: 15px
390 }
391 .topbar ul.nav {
392     float: left
393 }
394 .topbar ul.nav>li {
395     float: left
396 }
397 @media (min-width: 992px) {
398 .topbar ul.nav>li>a {
399     padding-top: 15px;
400     padding-bottom: 15px;
401     line-height: 20px
402 }
403 }
404 @media (max-width: 991px) {
405     .topbar ul.nav>li>a { padding-left: 10px; padding-right: 10px; };
406 }
407 .topbar .dropdown-footer {
408     margin: 10px
409 }
410 .topbar .dropdown-header {
411     font-size: 16px;
412     padding: 3px 10px;
413     margin-bottom: 10px;
414     font-weight: 300;
415     color: #bebebe
416 }
417 .topbar .dropdown-header .dropdown-header-link {
418     position: absolute;
419     top: 2px;
420     right: 10px
421 }
422 .topbar .dropdown-header .dropdown-header-link a,
423 .topbar .dropdown-header .dropdown-header-link .btn-link {
424     /*color: #6fdbe8!important;*/
425     color: $link_color !important;
426     font-size: 12px;
427     font-weight: 400
428 }
429 .topbar .dropdown-header:hover {
430     color: #bebebe
431 }
432 #topbar-first,
433 nav.navbar {
434     background-color: $nav_bg;
435     top: 0;
436     z-index: 1030;
437     color: $nav_icon_color;
438 }
439 #topbar-first .nav>li>a:hover,
440 #topbar-first .nav>li>a:focus,
441 #topbar-first .nav>.open>a,
442 nav.navbar .nav>li>a:hover,
443 nav.navbar .nav>li>a:focus{
444     background-color: $nav_icon_hover_color;
445 }
446 #topbar-first .nav>.account {
447     height: 50px;
448     margin-left: 20px
449 }
450 #topbar-first .nav>.account img {
451     margin-left: 10px;
452     height: 32px;
453     width: 32px;
454     border-radius: 3px;
455 }
456 #topbar-first .nav>.account .dropdown-toggle {
457     padding: 10px 5px 0px;
458     line-height: 1.1em;
459     text-align: left
460 }
461 #topbar-first .nav>.account .dropdown-toggle span {
462     font-size: 12px
463 }
464 #topbar-first .topbar-brand {
465     position: relative;
466     z-index: 2
467 }
468 #topbar-first .topbar-actions {
469     position: relative;
470     z-index: 3
471 }
472 #topbar-first .topbar-nav {
473     /*position: absolute;*/
474     left: 0;
475     right: 0;
476     text-align: center;
477     z-index: 1
478 }
479 #topbar-first .topbar-nav .nav-segment {
480     position: relative;
481     text-align: left
482 }
483 #topbar-first .topbar-nav .nav-segment>a {
484 /*    padding: 5px 10px;
485     margin: 10px 2px;*/
486     display: inline-block;
487 /*    border-radius: 2px;*/
488     text-decoration: none;
489     text-align: left
490 }
491 #topbar-first .topbar-nav .nav-segment .nav-notify {
492     position: absolute;
493     top: 4px;
494     right: -2px;
495     background-color: #ff8989;
496
497 /*    text-transform: uppercase;
498     display: inline-block;
499     padding: 3px 5px 4px;
500     font-weight: 600;
501     font-size: 10px!important;
502     color: #fff!important;
503     vertical-align: baseline;
504     white-space: nowrap;
505     text-shadow: none;
506     display: none;*/
507 }
508 #topbar-first #intro-update{
509     cursor: pointer;
510 }
511 #topbar-first .topbar-nav .arrow:after {
512     position: absolute;
513     display: block;
514     width: 0;
515     height: 0;
516     border-color: transparent;
517     border-style: solid;
518     border-width: 10px;
519     content: " ";
520     top: 1px;
521     margin-left: -10px;
522     border-top-width: 0;
523     border-bottom-color: #fff;
524     z-index: 1035
525 }
526 #topbar-first .topbar-nav .arrow {
527     position: absolute;
528     display: block;
529     width: 0;
530     height: 0;
531     border-color: transparent;
532     border-style: solid;
533     z-index: 1001;
534     border-width: 11px;
535     left: 50%;
536     margin-left: -18px;
537     border-top-width: 0;
538     border-bottom-color: rgba(0, 0, 0, .15);
539     top: -19px;
540     z-index: 1035
541 }
542 #topbar-first .topbar-nav .dropdown-menu {
543     width: 350px;
544     margin-left: -148px
545 }
546 #topbar-first .topbar-nav .dropdown-menu ul.media-list {
547     max-height: 400px;
548     overflow: auto
549 }
550 #topbar-first .topbar-nav .dropdown-menu li {
551     position: relative
552 }
553 #topbar-first .topbar-nav .dropdown-menu li i.approval {
554     position: absolute;
555     left: 2px;
556     top: 36px;
557     font-size: 14px
558 }
559 #topbar-first .topbar-nav .dropdown-menu li i.accepted {
560     color: #5cb85c
561 }
562 #topbar-first .topbar-nav .dropdown-menu li i.declined {
563     color: #d9534f
564 }
565 #topbar-first .topbar-nav .dropdown-menu li .media {
566     position: relative
567 }
568 #topbar-first .topbar-nav .dropdown-menu li .media .img-space {
569     position: absolute;
570     top: 14px;
571     left: 14px
572 }
573 #topbar-first .dropdown-footer {
574     margin: 10px 10px 5px
575 }
576 #topbar-first a, #topbar-first .btn-link,
577 nav.navbar a, nav.navbar .btn-link {
578     color: $nav_icon_color;
579 }
580 #topbar-first .caret {
581     border-top-color: #bebebe
582 }
583 #topbar-first .btn-group>a {
584     background-color: #7f9baa
585 }
586 #topbar-first .btn-enter {
587     background-color: #7f9baa;
588     margin: 6px 0
589 }
590 #topbar-first .btn-enter:hover {
591     background-color: #89a2b0
592 }
593 .navbar-fixed-top ul.nav.navbar-nav.navbar-right {
594     display: flex;
595 }
596
597
598 /* Notification Menu */
599 #topbar-first #nav-notifications-menu {
600     max-height: 400px;
601 }
602 #topbar-first #nav-notifications-menu a {
603     color: #555;
604     padding: 0;
605 }
606 #topbar-first #nav-notifications-menu li.notif-entry {
607     color: #555;
608     padding: 10px;
609     border-bottom: 1px solid #eee;
610     position: relative;
611     border-left: 3px solid #fff;
612     font-size: 12px;
613 }
614
615 #topbar-first #nav-notifications-menu li.notify-unseen {
616     border-left: 3px solid #f3fcfd;
617     background-color: #f3fcfd;
618 }
619 #topbar-first #nav-notifications-menu li.notif-entry:hover {
620     background-color: #f7f7f7;
621     /*border-left: 3px solid #6fdbe8;*/
622     border-left: 3px solid $link_color;
623 }
624 /*#topbar-first #nav-notifications-menu i.accepted {
625     color: #6fdbe8!important
626 }
627 #topbar-first #nav-notifications-menu i.declined {
628     color: #ff8989!important
629 }*/
630 #topbar-first #nav-notifications-menu li.placeholder {
631     border-bottom: none
632 }
633 #topbar-first #nav-notifications-menu .media .media-body {
634     font-size: 13px!important;
635     font-weight: 600!important;
636     cursor: pointer;
637 }
638 #topbar-first #nav-notifications-menu .media .media-body .contactname {
639     font-weight: bold;
640 }
641 #topbar-first #nav-notifications-menu .media .media-body .label {
642     padding: .1em .5em
643 }
644 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
645     height: 32px;
646     width: 32px;
647     border-radius: 3px;
648 }
649 /* The Top Nav Bar user menu */
650 #topbar-first .account .user-title {
651     text-align: right;
652     margin-top: 7px;
653 }
654 #topbar-first .account .user-title span {
655     color: $nav_icon_color;
656 }
657 #topbar-first .account #main-menu .nav-notify {
658     position: absolute;
659     top: 4px;
660     right: -2px;
661     background-color: #ff8989;
662 }
663 #myNavmenu li,
664 #myNavmenu a {
665     background-color: $nav_bg;
666     color: $nav_icon_color;
667 }
668 #myNavmenu li.nav-sitename {
669     font-weight: bold;
670 }
671 #topbar-first .dropdown.account > a,
672 #topbar-first .dropdown.account.open > a,
673 #topbar-first .dropdown.account > button,
674 #topbar-first .dropdown.account.open > button,
675 #topbar-first .dropdown.account > :hover,
676 #topbar-first .dropdown.account.open > :hover {
677     background-color: $nav_bg;
678 }
679 #topbar-first .dropdown.account li#nav-sitename {
680     padding-left: 15px;
681     padding-right: 15px;
682     font-weight: bold;
683     word-break: break-word;
684 }
685 #topbar-first .dropdown.account li#nav-sitename:hover {
686     border: none;
687     background-color: $nav_bg;
688 }
689 /* Nav Search */
690 #topbar-first #search-box .navbar-form {
691     margin: 0px;
692     padding: 10px 15px;
693 }
694 #search-mobile .navbar-form {
695     margin: 0;
696 }
697 #topbar-first #search-box .form-search {
698     height: 25px;
699     font-size: 13px;
700     background-position: 8px 4px;
701 }
702 #topbar-first #search-box .btn {
703     font-size: 10px;
704     padding: 1px 8px;
705 }
706
707 /* second topbar */
708 #topbar-second {
709     height: 40px;
710     top: 50px;
711     background-color: #fff;
712     z-index: 1029;
713     background-image: none;
714     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
715     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
716     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
717     border-bottom: 1px solid #d4d4d4
718 }
719 #topbar-second > .container {
720     height: 100%;
721 }
722 @media screen and (max-width: 767px) {
723     #topbar-second > .container,
724     #topbar-second #navbar-button {
725     padding: 0;
726     }
727 }
728 #topbar-second .dropdown-menu {
729     padding-top: 0;
730     padding-bottom: 0
731 }
732 #topbar-second .dropdown-menu .divider {
733     margin: 0
734 }
735 #topbar-second #space-menu-dropdown,
736 #topbar-second #search-menu-dropdown {
737     width: 400px
738 }
739 #topbar-second #space-menu-dropdown .media-list,
740 #topbar-second #search-menu-dropdown .media-list {
741     max-height: 400px;
742     overflow: auto
743 }
744 @media screen and (max-width: 768px) {
745     #topbar-second #space-menu-dropdown .media-list,
746     #topbar-second #search-menu-dropdown .media-list {
747         max-height: 200px
748     }
749 }
750 #topbar-second #space-menu-dropdown form,
751 #topbar-second #search-menu-dropdown form {
752     margin: 10px
753 }
754 #topbar-second #space-menu-dropdown .search-reset,
755 #topbar-second #search-menu-dropdown .search-reset {
756     position: absolute;
757     color: #999;
758     margin: 10px;
759     top: 8px;
760     right: 10px;
761     display: none;
762     cursor: pointer
763 }
764 #topbar-second .nav>li>a {
765     padding: 6px 13px 0;
766     text-decoration: none;
767     text-shadow: none;
768     font-weight: 600;
769     font-size: 10px;
770     text-transform: uppercase;
771     text-align: center;
772     min-height: 49px
773 }
774 #topbar-second .nav>li>a:hover,
775 #topbar-second .nav>li>a:active,
776 #topbar-second .nav>li>a:focus {
777     /*border-bottom: 3px solid #6fdbe8;*/
778     border-bottom: 3px solid $link_color;
779     background-color: #f7f7f7;
780     color: #555;
781     text-decoration: none
782 }
783 #topbar-second .nav>li>a i {
784     font-size: 14px
785 }
786 #topbar-second .nav>li>a .caret {
787     border-top-color: #7a7a7a
788 }
789 #topbar-second .nav>li>ul>li>a {
790     border-left: 3px solid #fff;
791     background-color: #fff;
792     color: #555
793 }
794 #topbar-second .nav>li>ul>li>a:hover,
795 #topbar-second .nav>li>ul>li>a.active {
796     /*border-left: 3px solid #6fdbe8;*/
797     border-left: 3px solid $link_color;
798     background-color: #f7f7f7;
799     color: #555
800 }
801 #topbar-second .nav>li.active>a {
802     min-height: 46px
803 }
804 #topbar-second .nav>li>a#space-menu {
805     padding-right: 13px;
806     border-right: 1px solid #ededed
807 }
808 #topbar-second .nav>li>a#search-menu {
809     padding-top: 15px
810 }
811 #topbar-second .nav>li>a:hover,
812 #topbar-second .nav .open>a,
813 #topbar-second .nav>li.active {
814     /*border-bottom: 3px solid #6fdbe8;*/
815     border-left: 3px solid $link_color;
816     background-color: #f7f7f7;
817     color: #555
818 }
819 #topbar-second .nav>li.active>a:hover {
820     border-bottom: none
821 }
822 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
823     color: #bebebe;
824     font-size: 11px;
825     margin: 0;
826     font-weight: 400
827 }
828 #topbar-second #nav-short-info .heading {
829     margin-left: -14px;
830     overflow: hidden;
831     white-space: nowrap;
832     padding-right: 20px;
833     text-overflow: ellipsis;
834 }
835 #topbar-second #tabmenu .heading {
836     overflow: hidden;
837     text-overflow: ellipsis;
838     white-space: nowrap;
839     color: $link_color;
840     text-align: center;
841 }
842
843 /* Dropdown Menus */
844 .nav > li > .btn-link {
845     position: relative;
846     display: block;
847     padding: 10px 15px;
848 }
849 .nav > li > .btn-link:focus,
850 .nav > li > .btn-link:hover {
851     text-decoration: none;
852     background-color: #eee;
853 }
854 .nav .open > .btn-link,
855 .nav .open > .btn-link:focus,
856 .nav .open > .btn-link:hover {
857     background-color: #eee;
858     border-color: #337ab7;
859 }
860 .nav-pills > li > .btn-link {
861     border-radius: 4px;
862 }
863 .nav-pills .dropdown-menu,
864 .nav-tabs .dropdown-menu,
865 .account .dropdown-menu,
866 .contact-photo-wrapper .dropdown-menu {
867     background-color: $nav_bg;
868     border: none
869 }
870 .nav-pills .dropdown-menu li.divider,
871 .nav-tabs .dropdown-menu li.divider,
872 .account .dropdown-menu li.divider,
873 .contact-photo-wrapper .dropdown-menu li.divider {
874     background-color: $menu_background_hover_color;
875     border-bottom: none;
876     margin: 9px 1px!important
877 }
878 .nav-pills .dropdown-menu li,
879 .nav-tabs .dropdown-menu li,
880 .account .dropdown-menu li,
881 .contact-photo-wrapper .dropdown-menu li {
882     border-left: 3px solid $nav_bg;
883 }
884 .nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link,
885 .nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li .btn-link,
886 .account .dropdown-menu li a, .account .dropdown-menu li .btn-link,
887 .contact-photo-wrapper .dropdown-menu li a, .contact-photo-wrapper .dropdown-menu li .btn-link {
888     color: $nav_icon_color;
889     font-weight: 400;
890     font-size: 13px;
891     padding: 4px 15px;
892     text-transform: capitalize;
893     width: 100%;
894     text-align: left;
895 }
896 .nav-pills .dropdown-menu li a i, .nav-pills .dropdown-menu li .btn-link i,
897 .nav-tabs .dropdown-menu li a i, .nav-tabs .dropdown-menu li .btn-link i,
898 .account .dropdown-menu li a i, .account .dropdown-menu li .btn-link i,
899 .contact-photo-wrapper .dropdown-menu li a i, .contact-photo-wrapper .dropdown-menu li .btn-link i {
900     margin-right: 5px;
901     font-size: 14px;
902     display: inline-block;
903     width: 14px
904 }
905 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
906 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
907 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
908 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
909 .nav-pills .dropdown-menu li a:visited, .nav-pills .dropdown-menu li .btn-link:visited,
910 .nav-tabs .dropdown-menu li a:visited, .nav-tabs .dropdown-menu li .btn-link:visited,
911 .account .dropdown-menu li a:visited, .account .dropdown-menu li .btn-link:visited,
912 .contact-photo-wrapper .dropdown-menu li a:visited, .contact-photo-wrapper .dropdown-menu li .btn-link:visited,
913 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
914 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
915 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
916 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
917 .nav-pills .dropdown-menu li a:focus, .nav-pills .dropdown-menu li .btn-link:focus,
918 .nav-tabs .dropdown-menu li a:focus, .nav-tabs .dropdown-menu li .btn-link:focus,
919 .account .dropdown-menu li a:focus, .account .dropdown-menu li .btn-link:focus,
920 .contact-photo-wrapper .dropdown-menu li a:focus, .contact-photo-wrapper .dropdown-menu li .btn-link:focus {
921     background: 0 0
922 }
923 .nav-pills .dropdown-menu li:hover,
924 .nav-tabs .dropdown-menu li:hover,
925 .account .dropdown-menu li:hover,
926 .contact-photo-wrapper .dropdown-menu li:hover,
927 .nav-pills .dropdown-menu li.selected,
928 .nav-tabs .dropdown-menu li.selected,
929 .account .dropdown-menu li.selected,
930 .contact-photo-wrapper .dropdown-menu li.selected {
931     /*border-left: 3px solid #6fdbe8;*/
932     border-left: 3px solid $link_color;
933     color: #fff!important;
934     background-color: $menu_background_hover_color !important;
935 }
936 .nav-pills.preferences .dropdown .dropdown-toggle,
937 .nav-pills.preferences > li > .btn {
938     color: #bebebe;
939 }
940 .nav-pills.preferences .dropdown.open .dropdown-toggle,
941 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
942     background-color: $nav_bg;
943 }
944
945 .nav-pills.preferences .dropdown .dropdown-toggle,
946 .nav-pills.preferences > li > .btn {
947     padding: 2px 10px;
948 }
949
950
951 /*
952  * Aside
953  *
954  */
955
956 aside .widget,
957 .nav-container .widget {
958     border: none;
959     color: #777;
960     /*background-color: #fff;*/
961     background-color: rgba(255,255,255,$contentbg_transp);
962     box-shadow: 0 0 3px #dadada;
963     -webkit-box-shadow: 0 0 3px #dadada;
964     -moz-box-shadow: 0 0 3px #dadada;
965     border-radius: 4px;
966     position: relative;
967     margin-bottom: 20px;
968     padding: 10px;
969     font-size: 13px;
970 }
971 aside .widget h3,
972 .nav-container .widget h3 {
973     font-weight: bold;
974     font-size: 16px;
975     margin: 0;
976     padding-bottom: 20px;
977 }
978
979 aside .widget ul,
980 .nav-container .widget ul {
981     padding: 0px;
982     margin-top: 0px;
983     margin-bottom: 0px;
984     margin-left: -10px;
985     margin-right: -10px;
986     /*padding-left: 10px;*/
987     list-style: none;
988 }
989
990 aside .widget li,
991 .nav-container .widget li {
992     padding-top: 2px;
993     padding-bottom: 2px;
994     padding-left: 20px;
995     padding-right: 20px;
996 }
997 aside .widget li:hover,
998 aside .widget li.selected,
999 .nav-container .widget li:hover {
1000     z-index: 2;
1001     color: #555;
1002     /*background-color: #f7f7f7;*/
1003     background-color: rgba(247, 247, 247, $contentbg_transp);
1004     /*border-left: 3px solid #6fdbe8!important;*/
1005     border-left: 3px solid $link_color !important;
1006     padding-left: 17px;
1007 }
1008 aside .widget li a,
1009 aside .widget li a:hover {
1010     color: #555;
1011 }
1012
1013 /* forumlist widget */
1014 aside #datebrowse-sidebar .posted-date-selector-months{
1015     margin-left: 0;
1016     margin-bottom: 10px;
1017     width: 100%
1018 }
1019 aside #datebrowse-sidebar .posted-date-selector-months li{
1020     padding-left: 30px;
1021 }
1022 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
1023     padding-left: 27px;
1024 }
1025
1026 /* vcard / h-card */
1027 aside .vcard #profile-photo-wrapper{
1028     margin: 0;
1029 }
1030 aside .vcard img.u-photo,
1031 aside img.vcard-photo {
1032     width: 100%;
1033     border-radius: 3px;
1034 }
1035 aside .vcard .tool .action{
1036     position: absolute;
1037     top:20px;
1038     right: 20px;
1039     font-size: 32px;
1040     width: 45px;
1041     height: 45px;
1042     background: rgba(0,0,0,.50);
1043     text-align: center;
1044     border-radius: 3px;
1045     opacity: 0;
1046     -webkit-transition: all 0.25s ease-in-out;
1047     -moz-transition: all 0.25s ease-in-out;
1048     -o-transition: all 0.25s ease-in-out;
1049     -ms-transition: all 0.25s ease-in-out;
1050     transition: all 0.25s ease-in-out;
1051 }
1052 aside .vcard .tool a {
1053 color: rgba(255,255,255,.85);
1054 }
1055 aside .vcard #profile-photo-wrapper:hover .tool .action {
1056     opacity: 1;
1057 }
1058 aside .vcard .profile-header {
1059     margin-bottom: 20px;
1060 }
1061 aside .vcard .fn {
1062     font-size: 20px;
1063     font-weight: bold;
1064 }
1065 aside .vcard .p-addr {
1066     font-style: italic;
1067     overflow: hidden;
1068     text-overflow: ellipsis;
1069     white-space: nowrap;
1070     padding-bottom: 2px;
1071 }
1072
1073 aside .vcard .detail {
1074     display: table;
1075     padding: 5px 0;
1076 }
1077 aside .xmpp {
1078     display: table;
1079 }
1080 aside .vcard .icon {
1081     display: table-cell;
1082     padding-right: 10px;
1083 }
1084 #profile-extra-links {
1085     margin-bottom: 20px;
1086 }
1087 aside .vcard #dfrn-request-link-button,
1088 aside .vcard #wallmessage-link-botton {
1089     width: 50%;
1090     margin: 0 0 0 -5px;
1091     float: left;
1092     padding: 0 5px;
1093 }
1094 aside .vcard #dfrn-request-link,
1095 aside .vcard #wallmessage-link {
1096     width: 100%;
1097 }
1098 /* vcard-short-info */
1099 #vcard-short-info,
1100 #nav-short-info .contact-wrapper {
1101     margin-top: 2px;
1102     height: 40px;
1103     white-space: nowrap;
1104     overflow: hidden;
1105     padding-right: 20px;
1106     margin-left: -14px;
1107 }
1108 #vcard-short-photo-wrapper img,
1109 #nav-short-info .contact-wrapper img {
1110     height: 34px;
1111     width: 34px;
1112     border-radius: 3px;
1113 }
1114 #vcard-short-desc,
1115 #nav-short-info .contact-wrapper .media-body {
1116     display: block;
1117     height: 34px;
1118     width: 100%;
1119     text-overflow: ellipsis;
1120 }
1121 #vcard-short-desc > .media-heading,
1122 #vcard-short-desc > .vcard-short-addr,
1123 #nav-short-info .contact-wrapper .media-heading,
1124 #nav-short-info .contact-wrapper #contact-entry-url-network {
1125     text-overflow: ellipsis;
1126     overflow: hidden;
1127 }
1128 #vcard-short-desc > .media-heading,
1129 #nav-short-info .contact-wrapper .media-heading {
1130     margin-bottom: 1px;
1131     font-weight: bold;
1132 }
1133 #nav-short-info .contact-wrapper .media-heading a {
1134     color: #555;
1135     font-size: 14px !important;
1136 }
1137 #vcard-short-desc > .vcard-short-addr,
1138 #nav-short-info .contact-wrapper #contact-entry-url-network {
1139     color: #777;
1140     font-size: 12px;
1141 }
1142 .network-content-wrapper > #viewcontact_wrapper-network,
1143 #nav-short-info .contact-wrapper .contact-photo-overlay,
1144 #nav-short-info .contact-wrapper .contact-actions{
1145     display: none
1146 }
1147
1148 aside #peoplefind-sidebar input,
1149 aside #follow-sidebar input {
1150     height: 30px;
1151     background-position: 10px 5px;
1152 }
1153 aside #peoplefind-sidebar .form-group-search .form-button-search,
1154 aside #follow-sidebar .form-group-search .form-button-search {
1155     padding: 2px 8px;
1156 }
1157
1158 aside #group-sidebar .group-edit-tool,
1159 aside #saved-search-list .savedsearchdrop {
1160     opacity: 0.1;
1161     transition: all 0.25s ease-in-out;
1162 }
1163 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1164 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1165     opacity: 0.8;
1166     transition: all 0.25s ease-in-out;
1167 }
1168 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1169 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1170     opacity: 1;
1171 }
1172 aside #group-sidebar li .group-checkbox {
1173     margin: 0;
1174 }
1175 aside #group-sidebar li .group-edit-tool {
1176     padding-right: 10px;
1177 }
1178 aside #group-sidebar li .group-edit-tool:first-child {
1179     padding-right: 0px;
1180 }
1181
1182 /* contact block widget */
1183 #contact-block .contact-block-content {
1184     clear: both;
1185     overflow: auto;
1186     height: auto;
1187 }
1188 #contact-block .contact-block-div {
1189     float: left;
1190     margin: 0px 5px 5px 0px;
1191 /*    height: 90px;
1192     width: 90px;*/
1193 }
1194 #contact-block contact-block-link {
1195
1196 }
1197 #contact-block .contact-block-img {
1198     height: 75px;
1199     width: 75px;
1200     border-radius: 4px;
1201 }
1202 /* Section */
1203 section ul.tabs {
1204     display: none !important;
1205 }
1206
1207 /* Jot */
1208 section #jotOpen {
1209     display: none;
1210 }
1211 #jotOpen {
1212     margin-top: 3px;
1213     float: right;
1214 }
1215 #jot-content {
1216     display: none;
1217 }
1218 .jothidden {
1219     /*display: none;*/
1220 }
1221 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
1222 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
1223     color: #555;
1224     text-transform: capitalize;
1225 }
1226 #jot-modal .modal-header {
1227     border-bottom: none;
1228 }
1229 #jot-title-wrap, #jot-category-wrap {
1230     margin-bottom: 5px;
1231 }
1232 #jot-text-wrap {
1233     margin-top: 20px;
1234 }
1235 #jot-text-wrap textarea {
1236     min-height: 100px;
1237 }
1238 #profile-jot-wrapper button#jot-submit {
1239     margin-top: 5px;
1240 }
1241 #profile-jot-wrapper #character-counter {
1242     padding: 10px 15px;
1243 }
1244
1245 /* ACL */
1246 /*#jot-modal-body {
1247     height: auto;
1248     max-height: calc(100vh - 130px);
1249     overflow-y: hidden;
1250 }*/
1251 #acl-search {
1252     margin-top: 20px;
1253     /*padding: 8px;*/
1254     /*border: 1px solid #ccc;*/
1255     width: 100%;
1256 }
1257 #acl-list {
1258     display: block;
1259     border: 1px solid #ccc;
1260     overflow: auto;
1261     clear: both;
1262     min-height: 62px;
1263     margin-top: 20px;
1264     padding: 10px 10px 0px 0px;
1265     -webkit-border-radius: 4px;
1266     -moz-border-radius: 4px;
1267     border-radius: 4px;
1268 }
1269 #acl-list-content {
1270     overflow-y: auto;
1271     max-height: calc(100vh - 330px);
1272     height: auto !important;
1273 }
1274 .acl-list-item {
1275     width: 48%;
1276     width: calc(50% - 10px);
1277     border: 1px solid #ccc;
1278     margin: 0px 0px 10px 10px;
1279     padding: 5px;
1280     float: left;
1281     -webkit-border-radius: 4px;
1282     -moz-border-radius: 4px;
1283     border-radius: 4px;
1284 }
1285 .acl-list-item img {
1286     width: 40px;
1287     height: 40px;
1288     float: left;
1289     margin-right: 5px;
1290     -webkit-border-radius: 4px;
1291     -moz-border-radius: 4px;
1292     border-radius: 4px;
1293 }
1294 .acl-list-item p {
1295     margin: 0px;
1296     white-space: nowrap;
1297     overflow: hidden;
1298     text-overflow: ellipsis;
1299 }
1300 .acl-list-item.groupshow {
1301     background-color: #8DB255
1302 }
1303 .acl-list-item.grouphide {
1304     background-color: #E68364;
1305 }
1306 .acl-button-show, .acl-button-hide {
1307     float: right;
1308     margin-left: 5px;
1309 }
1310 #acl-showall.selected {
1311     background-color: #4CAF50;
1312     color: #fff;
1313 }
1314 .acl-button-show.selected {
1315     background-color: #4CAF50;
1316     color: #fff;
1317 }
1318 .acl-button-hide.selected {
1319     background-color: #F44336;
1320     color: #fff;
1321 }
1322
1323 /* Filebrowser */
1324 .fbrowser .breadcrumb {
1325     margin-bottom: 0px;
1326 }
1327 .fbrowser .path a:before {
1328     content: "";
1329     padding: 0;
1330 }
1331 .fbrowser .breadcrumb > li:last-of-type a{
1332     color: #777;
1333     pointer-events: none;
1334     cursor: default;
1335 }
1336 .fbrowser .folders {
1337     box-shadow: -1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
1338     padding-right: 1px;
1339 }
1340 .fbrowser .folders ul {
1341     padding: 0px;
1342     margin-left: -15px;
1343     margin-bottom: 0px;
1344     overflow-y: auto;
1345     min-width: 100px;
1346     max-height: calc(100vh - 210px);
1347     line-height: 1.3;
1348 }
1349 @media (min-width: 768px) {
1350     .fbrowser .folders ul {
1351         max-height: calc(100vh - 255px);
1352     }
1353 }
1354 .fbrowser .folders li {
1355     padding-left: 20px;
1356     padding-right: 10px;
1357     padding-top: 3px;
1358     padding-bottom: 3px;
1359 }
1360 .fbrowser .folders li:hover {
1361     z-index: 2;
1362     color: #555;
1363     background-color: rgba(247, 247, 247, $contentbg_transp);
1364     border-left: 3px solid $link_color !important;
1365     padding-left: 17px;
1366 }
1367 .fbrowser .folders li a,
1368 .fbrowser .folders li a:hover {
1369     color: #555;
1370     font-size: 13px;
1371 }
1372 .fbrowser .folders + .list {
1373     padding-left: 10px;
1374 }
1375 .fbrowser .fbrowser-content-container {
1376     overflow-y: auto;
1377     max-height: calc(100vh - 175px);
1378 }
1379 @media (min-width: 768px) {
1380     .fbrowser .fbrowser-content-container {
1381         max-height: calc(100vh - 220px);
1382     }
1383 }
1384 .fbrowser.image .photo-album-image-wrapper {
1385     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
1386 }
1387 .fbrowser .profile-rotator-wrapper {
1388     min-height: 200px;
1389 }
1390 .fbrowser .fa-spin {
1391    position: absolute;
1392    left: 45%;
1393    top: 40%;
1394    font-size: 48px;
1395    margin:0px auto;
1396 }
1397
1398 /*
1399 /* Stream
1400 */
1401 .panel {
1402     border: none;
1403     /*background-color: #fff;*/
1404     background-color: rgba(255,255,255,$contentbg_transp);
1405     box-shadow: 0 0 3px #dadada;
1406     -webkit-box-shadow: 0 0 3px #dadada;
1407     -moz-box-shadow: 0 0 3px #dadada;
1408     border-radius: 4px;
1409     position: relative;
1410 }
1411 .panel .panel-body {
1412     padding: 15px;
1413     font-size: 14px;
1414 }
1415 .panel .panel-body .wall-item-content {
1416     color: #555;
1417 }
1418 .tread-wrapper .media {
1419     overflow: visible;
1420     word-wrap: break-word;
1421 }
1422
1423 /* Thread hover effects */
1424 .wall-item-container .wall-item-content a,
1425 .wall-item-container a,
1426 .wall-item-container .fakelink,
1427 .toplevel_item .fakelink,
1428 .toplevel_item .wall-item-container .wall-item-responses a {
1429     color: #555;
1430     -webkit-transition: all 0.25s ease-in-out;
1431     -moz-transition: all 0.25s ease-in-out;
1432     -o-transition: all 0.25s ease-in-out;
1433     -ms-transition: all 0.25s ease-in-out;
1434     transition: all 0.25s ease-in-out;
1435 }
1436
1437 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1438 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1439 .toplevel_item:hover .wall-item-content a,
1440 .toplevel_item:hover .wall-item-name,
1441 .wall-item-container:hover .wall-item-content a,
1442 .wall-item-container:hover .wall-item-name,
1443 .wall-item-container:hover .wall-item-location a {
1444     /*color: #6fdbe8;*/
1445     color: $link_color;
1446     -webkit-transition: all 0.25s ease-in-out;
1447     -moz-transition: all 0.25s ease-in-out;
1448     -o-transition: all 0.25s ease-in-out;
1449     -ms-transition: all 0.25s ease-in-out;
1450     transition: all 0.25s ease-in-out;
1451 }
1452
1453 /* wall items */
1454 .wall-item-container {
1455     position: relative;
1456 }
1457
1458 /* wall items contact photo */
1459 .contact-photo {
1460     height: 48px;
1461     width: 48px;
1462     border-radius: 3px;
1463     /*maybe some adional stuff is needed for the different screen sizes */
1464 }
1465 .contact-photo-image-wrapper {
1466     width: 100%;
1467     height: 100%;
1468     overflow: hidden;
1469     position: relative;
1470     text-align: center;
1471 }
1472 .contact-photo-overlay {
1473     width: 100%;
1474     height: 100%;
1475     position: absolute;
1476     overflow: hidden;
1477     top: 0;
1478     left: 0;
1479     border-radius: 3px;
1480     background:rgba(0,0,0,.50);
1481     text-align:center;
1482     opacity:0;
1483     -webkit-transition: opacity .25s ease;
1484     -moz-transition: opacity .25s ease;
1485 }
1486 .contact-photo-overlay:hover {
1487     opacity: 1;
1488 }
1489 .contact-photo-overlay-content {
1490     font-size: 26px;
1491     text-shadow: 1px 1px 1px #ccc;
1492     color:rgba(255,255,255,.85);
1493     height: 100%;
1494     vertical-align: bottom;
1495 }
1496 .contact-photo-xs{
1497     height: 38px;
1498     width: 38px;
1499     border-radius: 3px;
1500 }
1501 .wwto .contact-photo {
1502     width: auto;
1503     height: 25px;
1504     font-size: 8.8px;
1505     padding: 3.6px 0;
1506     border-radius: 2px;
1507     position: absolute;
1508     top: 30px;
1509     left: 30px;
1510     display: inline-block;
1511 }
1512
1513 /* wall items action dropdown menu */
1514 .nav-pills.preferences {
1515     position: absolute;
1516     right: 15px;
1517     top: 10px;
1518 }
1519 .comment .nav-pills.preferences {
1520     right: 0px;
1521     top: 0px;
1522 }
1523 .wall-item-network {
1524     font-size: 13px;
1525 }
1526
1527 /* wall items contact info */
1528 .media .media-body {
1529     font-size: 13px;
1530 }
1531 .media .media-body h4.media-heading {
1532     font-size: 14px;
1533     font-weight: 500;
1534     color: #555;
1535 }
1536 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1537     display: block;
1538 }
1539 .media .contact-info-comment {
1540     display: table-cell;
1541 }
1542 .media .contact-info-xs h5,
1543 .media .contact-info-comment {
1544     margin: 0 0 5px;
1545 }
1546 .media-heading {
1547     margin: 0 0 5px;
1548 }
1549 .wall-item-name,
1550 .shared-author {
1551     font-size: 15px;
1552     font-weight: bold;
1553 }
1554 .wall-item-name.xs {
1555     font-weight: 700;
1556     font-size: 14px;
1557 }
1558
1559 /* The lock symbol popup */
1560 #panel {
1561     position: absolute;
1562     list-style: none;
1563     background-color: $nav_bg;
1564     border: none;
1565     border-radius: 3px;
1566     float: left;
1567     min-width: 160px;
1568     max-width: 220px;
1569     padding: 10px ;
1570     margin: 2px 0 0;
1571     font-size: 14px;
1572     text-align: left;
1573     color: $nav_icon_color;
1574     z-index: 1000;
1575 }
1576
1577 /* wall items content */
1578 .wall-item-content {
1579     word-break: break-word;
1580 }
1581 .wall-item-content img {
1582     max-height: 480px;
1583     object-fit: contain;
1584 }
1585 .wall-item-body > img,
1586 .wall-item-body > a > img {
1587     border-radius: 3px;
1588 }
1589 .wall-item-body .body-attach > a {
1590     color: #555;
1591     display: inline-block;
1592 }
1593 .wall-item-body .body-attach > a div {
1594     color: #555;
1595     width: 20px;
1596 }
1597
1598 /* wall-item content elements */
1599 .shared-wrapper,
1600 .vevent {
1601     padding: 10px;
1602     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1603 }
1604 @media screen and (max-width: 767px) {
1605     .shared-wrapper,
1606     .vevent {
1607     margin-left: 0px;
1608     margin-right: 0px;
1609     }
1610 }
1611 .shared-wrapper:hover,
1612 .vevent:hover {
1613     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1614 }
1615 .shared_header {
1616     margin-left: 0px;
1617     margin-top: 0px;
1618     padding-top: 0px;
1619     margin-bottom: 10px;
1620     border-top: none;
1621     color: inherit;
1622 }
1623 blockquote.shared_content {
1624     padding: 0px;
1625     margin-left: 0px;
1626     color: inherit;
1627 }
1628 code > .hl-main {
1629     padding: 10px 10px 1px 0;
1630 }
1631 .hl-main ol {
1632     line-height: 1.7;
1633 }
1634 .wall-item-tags,
1635 .itemedited {
1636     margin-top: 10px;
1637     font-size: 13px;
1638 }
1639
1640 .wall-item-tags a {
1641     color: #555;
1642 }
1643
1644 .wall-item-tags a:hover {
1645     text-decoration: none;
1646 }
1647 .wall-item-bottom .label,
1648 .wall-item-bottom .label a {
1649     color: #fff;
1650 }
1651
1652 /* item social action buttons */
1653 .wall-item-actions {
1654     margin-top: 15px;
1655 }
1656 .wall-item-actions, .wall-item-actions a, .wall-item-actions button {
1657     font-size: 13px;
1658     color: #555;
1659     margin-bottom: 0;
1660 }
1661 .wall-item-actions .active {
1662     font-weight: bold;
1663 }
1664 .wall-item-actions .active:hover {
1665     color: $link_color;
1666 }
1667 .wall-item-actions-left {
1668     display: table-cell;
1669     vertical-align: middle;
1670 }
1671 .wall-item-actions-right {
1672     display: flex;
1673 }
1674 .wall-item-actions .checkbox {
1675     margin: 0;
1676     margin-left: 20px;
1677 }
1678 .wall-item-actions .button-event {
1679     padding-left: 5px;
1680     padding-right: 5px;
1681 }
1682 .wall-item-actions .button-comments,
1683 .wall-item-actions .button-votes,
1684 .wall-item-actions .button-likes {
1685     text-transform: capitalize;
1686 }
1687 .wall-item-actions button:hover {
1688     color: #555;
1689     text-decoration: underline;
1690 }
1691 .wall-item-actions .separator {
1692         margin: 0 .3em;
1693 }
1694
1695 /* wall item hover effects */
1696 .wall-item-container .wall-item-links,
1697 .wall-item-container .wall-item-actions,
1698 .wall-item-container .body-attach > a {
1699     opacity: 0.3;
1700     -webkit-transition: all 0.25s ease-in-out;
1701     -moz-transition: all 0.25s ease-in-out;
1702     -o-transition: all 0.25s ease-in-out;
1703     -ms-transition: all 0.25s ease-in-out;
1704     transition: all 0.25s ease-in-out;
1705 }
1706 .wall-item-container:hover .wall-item-links,
1707 .wall-item-container:hover .wall-item-actions,
1708 .wall-item-container:hover .body-attach > a {
1709     opacity: 0.6;
1710     -webkit-transition: all 0.25s ease-in-out;
1711     -moz-transition: all 0.25s ease-in-out;
1712     -o-transition: all 0.25s ease-in-out;
1713     -ms-transition: all 0.25s ease-in-out;
1714     transition: all 0.25s ease-in-out;
1715 }
1716 .wall-item-container .wall-item-body .body-attach > a:hover {
1717     opacity: 1;
1718 }
1719
1720 /*
1721 /* Comments
1722 */
1723 .well {
1724     border: none;
1725     box-shadow: none;
1726     /*background-color: #ededed;*/
1727     background-color: rgba(237, 237, 237, $contentbg_transp);
1728     background-image: none;
1729     margin-bottom: 1px;
1730 }
1731 .well-small {
1732     padding: 10px;
1733     border-radius: 3px;
1734 }
1735 .well hr {
1736     margin: 15px 0 10px;
1737     border-top: 1px solid #d9d9d9;
1738 }
1739 .wall-entry .well {
1740     margin-bottom: 0;
1741 }
1742 .comment-container {
1743     margin-top: 10px;
1744     margin-bottom: 0px;
1745     border-top-left-radius: 3px;
1746     border-top-right-radius: 3px;
1747     border-bottom-right-radius: 0px;
1748     border-bottom-left-radius: 0px;
1749 }
1750 .comment .media {
1751     position: relative!important;
1752     margin-top: 0;
1753 }
1754 .hide-comments-outer-wrapper {
1755 /*    text-align: center;
1756     margin-top: -18px;*/
1757 }
1758 .hide-comments-total {
1759     cursor: pointer;
1760 }
1761
1762 /*
1763 * Comment Box
1764 */
1765 .thread_level_2 .wall-item-comment-wrapper {
1766     padding-right: 5px;
1767 }
1768 .comment-edit-submit-wrapper {
1769     margin-bottom: 25px;
1770 }
1771 .comment-edit-submit-wrapper a,
1772 .comment-edit-submit-wrapper a:hover {
1773     padding-top: 5px !important;
1774     padding-bottom: 5px !important;
1775 }
1776 .comment-icon-list > li > .icon,
1777 .comment-icon-list > li > .icon:hover {
1778     color: #555;
1779     background-color: transparent;
1780 }
1781
1782 /* acpopup  + textcompletion*/
1783 .acpopup {
1784     /* max-height: 150px; */
1785     background-color: #ffffff;
1786     border-radius: 4px;
1787     overflow: auto;
1788     z-index: 100000;
1789     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1790 }
1791 nav .acpopup {
1792     /*top: 35px !important;*/
1793     margin-left: -23px;
1794 }
1795 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1796  at the beginning of this file to get rid of the !important */
1797 .textcomplete-item > a {
1798     color: #555 !important;
1799     padding: 5px 20px !important;
1800 }
1801 .textcomplete-item.active > a {
1802     background-color: rgb(247, 247, 247) !important;
1803     background-image: none !important;
1804     border-left: 3px solid $link_color;
1805     padding-left: 17px !important;
1806 }
1807 .textcomplete-item a .forum {
1808     color: $link_color;
1809 }
1810 img.acpopup-img {
1811     border-radius: 4px;
1812  }
1813
1814
1815 /* The wall-item thread levels */
1816 /*.wall-item-container.thread_level_3 {
1817   margin-left: 80px;
1818   width: calc(100% - 90px);
1819 }
1820 .wall-item-container.thread_level_4 {
1821   margin-left: 95px;
1822   width: calc(100% - 105px);
1823 }
1824 .wall-item-container.thread_level_5 {
1825   margin-left: 110px;
1826   width: calc(100% - 120px);
1827 }
1828 .wall-item-container.thread_level_6 {
1829   margin-left: 125px;
1830   width: calc(100% - 135px);
1831 }
1832 .wall-item-container.thread_level_7 {
1833   margin-left: 140px;
1834   width: calc(100% - 150px);
1835 }*/
1836
1837 .wall-item-container.thread_level_3,
1838 .wall-item-container.thread_level_4,
1839 .wall-item-container.thread_level_5,
1840 .wall-item-container.thread_level_6,
1841 .wall-item-container.thread_level_7 {
1842   margin-left: 15px;
1843
1844 }
1845 /* Menubar Tabs */
1846 section > .tabbar-wrapper {
1847 /* The tabbar shouldn't' be visibile inside
1848 the section element. Only after we have
1849 moved it to the nav through js */
1850     display: none !important;
1851 }
1852 #tabmenu,
1853 .tabbar-wrapper,
1854 .tabbar,
1855 .tabbar > li {
1856     height: 100%;
1857     /*margin-left: -15px;*/
1858     padding: 0;
1859 }
1860 #tabmenu .search-heading {
1861     overflow: hidden;
1862     text-overflow: ellipsis;
1863     white-space: nowrap;
1864 }
1865 ul.tabs {
1866     list-style: none;
1867     height: 100%;
1868     padding: 0;
1869     padding-top: 10px;
1870     margin: 0;
1871 }
1872 ul.tabs li {
1873     float: left;
1874     margin: 0;
1875     padding: 0;
1876     /*border-bottom: 0 solid #6fdbe8;*/
1877     border-bottom: 0 solid $link_color;
1878     font-size: 13px;
1879     height: 102%;
1880     transition: all .15s ease;
1881 }
1882 /*ul.tabs.visible-xs > li.active {
1883     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
1884 }*/
1885 ul.tabs li a {
1886     margin-left: 10px;
1887     margin-right: 10px;
1888     /*color: #6fdbe8;*/
1889     color: $link_color !important;
1890 }
1891 ul.tabs li:hover, ul.tabs li.active {
1892     border-bottom-width: 4px;
1893 }
1894 ul.tabbar ul.tabs-extended li.active {
1895     width: 100%;
1896     border-bottom-width: 2px;
1897 }
1898 ul.tabbar ul.tabs-extended li.active a {
1899     background: none;
1900 }
1901 ul.dropdown-menu li:hover {
1902     border-bottom-width: 0;
1903 }
1904
1905
1906 /* Dropdown Menu */
1907 .dropdown-menu li a,
1908 .dropdown-menu li .btn-link {
1909     font-size: 13px!important;
1910     font-weight: 600!important;
1911 }
1912 .dropdown-menu li > :hover,
1913 .dropdown-menu li > :visited,
1914 .dropdown-menu li > :focus {
1915     background: 0 0;
1916 }
1917
1918 .dropdown-menu li:first-child {
1919     margin-top: 3px;
1920 }
1921
1922 /* Notificaiotn badges */
1923 .nav-notify .show {
1924     display: block;
1925 }
1926
1927 /* Media Classes */
1928 .media .time,
1929 .media .shared-time,
1930 .media .location,
1931 .media .location a {
1932     font-size: 11px;
1933     color: #bebebe;
1934 }
1935 .media-list > li {
1936     padding: 10px;
1937     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1938     position: relative;
1939 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1940     border-left: 3px solid rgba(255,255,255,0);
1941     font-size: 12px;
1942 }
1943 .media-list > li:hover,
1944 .media-list > li.selected {
1945     border-left: 3px solid $link_color;
1946     background-color: rgba(247, 247, 247, $contentbg_transp);
1947 }
1948
1949 /* Forms */
1950 .form-control {
1951     border: 2px solid #ededed;
1952     box-shadow: none;
1953 }
1954 .form-control:focus {
1955     /*border: 2px solid #6fdbe8;*/
1956     border: 2px solid $link_color;
1957     outline: 0;
1958     box-shadow: none;
1959 }
1960
1961
1962 .checkbox input[type="checkbox"]:focus + label::before,
1963 .checkbox input[type="radio"]:focus + label::before {
1964     /*border: 2px solid #6fdbe8;*/
1965     border: 2px solid $link_color;
1966     outline: 0;
1967     box-shadow: none;
1968 }
1969
1970 /* Search form */
1971 .form-control.form-search {
1972     border-radius: 30px;
1973     background-image: url(img/icon_search16x16.png);
1974     background-repeat: no-repeat;
1975     background-position: 10px 8px;
1976     padding-left: 34px;
1977 }
1978 .form-group-search {
1979     position: relative;
1980     width: 100%;
1981 }
1982
1983 .form-group-search .form-button-search {
1984     position: absolute;
1985     top: 4px;
1986     right: 4px;
1987     border-radius: 30px;
1988 }
1989 .search-input.form-control.form-search {
1990     width: 100%;
1991 }
1992 .search-heading {
1993     text-align: center;
1994     color: $link_color;
1995     font-size: 20px;
1996 }
1997 .search-content-wrapper > #search-header-wrapper {
1998     display: none;
1999 }
2000 .search-content-wrapper > .section-title-wrapper {
2001     display: none;
2002 }
2003 #navbar-button > #search-save-form > #search-save {
2004     margin-top: 3px;
2005 }
2006 /* Section-Content-Wrapper */
2007 #search-header-wrapper {
2008     padding: 15px;
2009     padding-bottom: 20px;
2010     margin-bottom: 20px;
2011     border: none;
2012     /*background-color: #fff;*/
2013     background-color: rgba(255,255,255,$contentbg_transp);
2014     border-radius: 4px;
2015     position: relative;
2016     /*overflow: hidden;*/
2017     color: #555;
2018     box-shadow: 0 0 3px #dadada;
2019     -webkit-box-shadow: 0 0 3px #dadada;
2020     -moz-box-shadow: 0 0 3px #dadada;
2021 }
2022
2023 /* *******
2024  * PAGES
2025  *********/
2026
2027 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
2028  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2029 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2030 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
2031 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
2032 .admin-content-wrapper, .group-content-wrapper, .viewcontacts-content-wrapper,
2033 .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper,
2034 .nogroup-content-wrapper, .profperm-content-wrapper {
2035     min-height: calc(100vh - 150px);
2036     padding: 15px;
2037     padding-bottom: 20px;
2038     margin-bottom: 20px;
2039     border: none;
2040     /*background-color: #fff;*/
2041     background-color: rgba(255,255,255,$contentbg_transp);
2042     border-radius: 4px;
2043     position: relative;
2044     /*overflow: hidden;*/
2045     color: #555;
2046     box-shadow: 0 0 3px #dadada;
2047     -webkit-box-shadow: 0 0 3px #dadada;
2048     -moz-box-shadow: 0 0 3px #dadada;
2049 }
2050
2051 .section-title-wrapper {
2052     overflow: hidden;
2053 }
2054 /* Profile-page */
2055 #profile-content-standard,
2056 #profile-content-advanced {
2057     overflow: hidden;
2058 }
2059 #profile-menu {
2060     margin-top: 20px;
2061     margin-bottom: 20px;
2062 }
2063 .contact-block-div.forumlist-profile-advanced {
2064     float: left;
2065 }
2066
2067 /* contacts page */
2068 ul.viewcontact_wrapper {
2069     margin-left: -15px;
2070     margin-right: -15px;
2071 }
2072 ul.viewcontact_wrapper > li {
2073     padding-left: 15px;
2074 }
2075 .contact-wrapper {
2076 /*    padding: 10px;
2077     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2078     position: relative;*/
2079     /*border-left: 3px solid white;*/
2080 }
2081 .contact-wrapper.media {
2082     overflow: visible;
2083     word-wrap: break-word;
2084     margin-top: 0;
2085 }
2086 /* bootstrap hack for .media */
2087 .contact-wrapper.media .media-body {
2088     display: table-cell;
2089     width: 10000px;
2090     *width: auto;
2091     *zoom: 1;
2092 }
2093 .contact-wrapper.media:before, .media:after {
2094     content: "";
2095     display: table;
2096 }
2097 .contact-wrapper.media:after {
2098     clear: both;
2099 }
2100 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2101     height: 80px;
2102     width: 80px;
2103 }
2104 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2105     height: 48px;
2106     width: 48px;
2107 }
2108 .contact-wrapper .contact-photo-overlay-content.xl {
2109     font-size: 48px;
2110 }
2111
2112 .contact-entry-desc {
2113     color: #555;
2114 }
2115 .contact-entry-checkbox {
2116     margin-top: -20px;
2117 }
2118 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2119     font-weight: bold !important;
2120     color: $link_color;
2121     font-size: 15px !important;
2122 }
2123 .contact-wrapper .contact-actions {
2124     display: flex;
2125 }
2126 .contact-wrapper .contact-action-link,
2127 .contact-wrapper .contact-action-link:hover,
2128 .textcomplete-item .contact-wrapper .contact-action-link {
2129     padding: 0 5px;
2130     color: #555;
2131     border: 0;
2132 }
2133 .contact-wrapper .contact-action-link {
2134     opacity: 0.1;
2135     transition: all 0.25s ease-in-out;
2136 }
2137 ul li:hover .contact-wrapper .contact-action-link {
2138     opacity: 0.8;
2139     transition: all 0.25s ease-in-out;
2140 }
2141 ul li:hover .contact-wrapper .contact-action-link:hover {
2142     opacity: 1;
2143 }
2144 #contacts-search-wrapper,
2145 #directory-search-wrapper{
2146     padding: 10px 0;
2147 }
2148 #contact-drop-confirm .contact-actions,
2149 #contact-drop-confirm .contact-photo-overlay,
2150 #contact-drop-confirm .contact-photo-menu {
2151     display: none;
2152 }
2153 #contact-drop-confirm #confirm-form {
2154     margin-top: 20px;
2155 }
2156
2157 /* contact-edit */
2158 #contact-edit-actions {
2159     position: absolute;
2160 }
2161 #contact-edit-status-wrapper {
2162     border: none;
2163     background-color: #E1F5FE;
2164     margin: 15px -15px;
2165 }
2166 #contact-edit-tools {
2167     margin-left: -15px;
2168     margin-right: -15px;
2169 }
2170 #contact-edit-tools > .panel {
2171     padding-left: 15px;
2172     padding-right: 15px;
2173 }
2174 #contact-edit-settings {
2175     display: block;
2176     margin: 0;
2177 }
2178
2179 /* directory page */
2180 #directory-search-heading {
2181     padding-top: 10px;
2182 }
2183
2184 /* private mail */
2185 .message-content-wrapper > li {
2186 /* we need this overwriting because we have no template file
2187    for the general mail page /message
2188 */
2189     list-style-type: none;
2190 }
2191 .mail-thread {
2192     max-height: calc(100vh - 200px);
2193 }
2194 #mail-conversation {
2195     overflow-y: auto;
2196     max-height: calc(100vh - 400px);
2197     max-height: auto;
2198     /*height: 500px;*/
2199     margin-bottom: 0px;
2200     padding: 0 15px;
2201 }
2202 #mail-conversation.can-reply {
2203 /*    border-bottom-left-radius: 0px;
2204     border-bottom-right-radius: 0px;*/
2205 }
2206 .mail-conv-wrapper .media .contact-photo-wrapper img {
2207     height: 48px;
2208     width: 48px;
2209 }
2210 .mail-thread #prvmail-to-label,
2211 .mail-thread #prvmail-subject-label {
2212     display: none;
2213 }
2214 .mail-thread #prvmail-message-label > label {
2215     display:none;
2216 }
2217 .mail-thread #prvmail-message-label textarea {
2218 /*    border-top: none;
2219     margin-top: -10px;
2220     border-top-left-radius: 0px;
2221     border-top-right-radius: 0px;*/
2222     max-height: 120px;
2223 }
2224 .mail-conv-wrapper {
2225     padding: 15px 0;
2226     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2227 }
2228 #message-sidebar {
2229     height: calc(100vh - 150px);
2230 }
2231 #message-preview {
2232     /*padding: 0 10px;*/
2233     height: calc(100% - 20px);
2234 }
2235 #message-preview ul {
2236     margin: 0px;
2237 }
2238 #message-preview .media-list li {
2239     padding: 0px 10px;
2240     border: none;
2241 }
2242 #message-preview .media-list li:hover {
2243     border-left: none !important;
2244 }
2245 #message-preview .media-list li a {
2246     color: $link_color;
2247 }
2248 .mail-list-outside-wrapper {
2249     padding: 5px 0;
2250     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2251 }
2252 .mail-list-outside-wrapper .contact-photo-wrapper img {
2253     height: 48px;
2254     width: 48px;
2255 }
2256
2257 #prvmail-end {
2258     clear:both;
2259 }
2260 /* photos */
2261 .photo-album-actions {
2262     margin-bottom: 10px;
2263 }
2264 .photo-album-actions .photos-order-link {
2265     float: right;
2266 }
2267 /* poke */
2268 #poke-desc {
2269     margin: 5px 0 30px;
2270 }
2271 #poke-wrapper-end {
2272     clear: both;
2273 }
2274
2275 /* Events page */
2276
2277 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2278     color: $link_hover_color;
2279 }
2280 .fc .fc-list-item-title a {
2281     color: $link_color;
2282 }
2283 .fc .fc-list-item-title a[href]:hover {
2284     color: $link_hover_color;
2285     text-decoration: none;
2286 }
2287 /*.event-date-wrapper.medium .event-hover-short-month {
2288     color: $link_color;
2289 }*/
2290 .event-wrapper .event-owner {
2291   margin-bottom: 15px;
2292 }
2293 .event-wrapper .event-owner img {
2294     display: block;
2295 }
2296 .event-owner img {
2297     margin-right: 5px;
2298     height: 48px;
2299     width:  48;
2300     border-radius: 3px;
2301 }
2302 .event-wrapper .vevent {
2303     margin-left: 0;
2304     margin-right: 0;
2305     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2306 }
2307 .event-wrapper .event-buttons {
2308     margin-top: 15px;
2309 }
2310 #event-form-wrapper {
2311     padding-top: 5px;
2312 }
2313 #event-edit-form-wrapper {
2314     padding-top: 15px;
2315 }
2316 #event-nav a {
2317     color: #555;
2318 }
2319 #event-edit-form-wrapper #event-edit-time {
2320     padding: 10px 0;
2321 }
2322 .event-buttons .plink-event-link {
2323     margin-left: 20px;
2324 }
2325 /* Profiles Page */
2326 .profile-listing-table {
2327     display: table;
2328     width: 100%;
2329 }
2330 .profile-listing-row {
2331     display: table-row;
2332 }
2333 .profile-listing-cell {
2334     display: table-cell;
2335 }
2336 .profile-listing-photo {
2337     width: 48px;
2338     height: 48px;
2339     margin: 10px 0px;
2340 }
2341 #profile-listing-new-link-wrapper {
2342     margin-bottom: 20px;
2343 }
2344 .panel-group-settings {
2345     margin-left: -15px;
2346     margin-right: -15px;
2347 }
2348 .panel-group-settings > .panel {
2349     padding-left: 15px;
2350     padding-right: 15px;
2351 }
2352 .profiles-content-wrapper #profile-photo-upload-section {
2353     display: none;
2354     margin-left: -15px;
2355     margin-right: -15px;
2356     margin-top: 15px;
2357     padding: 15px;
2358 }
2359 #profile-photo-upload-close {
2360     font-size: 14px;
2361 }
2362
2363 /* Settings */
2364 .section-subtitle-wrapper {
2365     padding: 1px 10px;
2366 }
2367 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2368     font-family: FontAwesome;
2369     content: "\f0d7";
2370     padding-right: 5px;
2371 }
2372 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2373     font-family: FontAwesome;
2374     content: "\f0da";
2375 }
2376 #settings-nick-wrapper {
2377     margin-bottom: 20px;
2378 }
2379 .group {
2380     margin-left: 20px;
2381 }
2382
2383 /* Intro Notifications */
2384 ul.notif-network-list {
2385     margin-left: -15px;
2386     margin-right: -15px;
2387 }
2388 ul.notif-network-list > li {
2389     padding-left: 15px;
2390     padding-right: 15px;
2391 }
2392 .intro-wrapper.media {
2393     overflow: visible;
2394     word-wrap: break-word;
2395     margin-top: 0;
2396 }
2397 .intro-photo-wrapper img.intro-photo {
2398     height:80px;
2399     width: 80px;
2400     border-radius: 4px;
2401 }
2402 .intro-actions {
2403     display: flex;
2404 }
2405 .intro-enty-name h4 {
2406     font-size: 15px !important;
2407 }
2408 .intro-wrapper button.intro-action-link {
2409     opacity: 0.1;
2410     transition: all 0.25s ease-in-out;
2411 }
2412 .intro-wrapper button.intro-action-link,
2413 .intro-wrapper button.intro-action-link:hover {
2414     padding-right: 5px;
2415     padding-left: 5px;
2416     color: #555;
2417 }
2418 ul li:hover .intro-wrapper button.intro-action-link {
2419     opacity: 0.8;
2420     transition: all 0.25s ease-in-out;
2421 }
2422 ul li:hover .intro-wrapper button.intro-action-link:hover {
2423     opacity: 1;
2424 }
2425 .intro-action-buttons {
2426     margin-top: 15px;
2427     /*display: none;*/
2428     max-height: 0px;
2429     overflow: hidden;
2430     transition: max-height 0.1s ease-out;
2431 }
2432 ul.notif-network-list > li:hover .intro-action-buttons {
2433     /*display: block;*/
2434     max-height: 30px;
2435     transition: max-height 0.1s ease-in;
2436 }
2437 .intro-desc-label, .intro-url-label, .intro-network-label,
2438 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2439 .intro-about-label, .intro-knowyou-label {
2440     font-weight: bold;
2441 }
2442 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2443 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2444 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2445 .intro-contact-info.xs .intro-knowyou-label {
2446     display: block;
2447     margin-top: 5px
2448 }
2449
2450 /* Notifications Page */
2451 ul.notif-network-list li.unseen {
2452     background-color: #f3fcfd;
2453 }
2454 .notif-item img.notif-image {
2455     height: 48px;
2456     width: 48px;
2457     border-radius: 4px;
2458 }
2459 .notif-item .notif-desc-wrapper {
2460     height: 48px;
2461 }
2462 .notif-item .notif-desc-wrapper a {
2463     height: 100%;
2464     display: block;
2465     color: #555;
2466     font-size: 13px;
2467     font-weight: 600;
2468 }
2469
2470 /* Search Page */
2471
2472 /* This is a little bit hacky. Since the search page is used for diferent
2473 content types we can't apply the generic-page-wrapper class.
2474 So we apply the css of the generic-page-wrapper class to the ul element with some
2475 little modifications to emulate a standard page template */
2476 .search-content-wrapper > ul.viewcontact_wrapper {
2477     min-height: calc(100vh - 150px);
2478     padding-top: 15px;
2479     padding-bottom: 20px;
2480     margin: 0;
2481     margin-bottom: 20px;
2482     border: none;
2483     /*background-color: #fff;*/
2484     background-color: rgba(255,255,255,$contentbg_transp);
2485     border-radius: 4px;
2486     position: relative;
2487     /*overflow: hidden;*/
2488     color: #555;
2489     box-shadow: 0 0 3px #dadada;
2490     -webkit-box-shadow: 0 0 3px #dadada;
2491     -moz-box-shadow: 0 0 3px #dadada;
2492 }
2493
2494 /* Help Page */
2495 section.help-content-wrapper h1 {
2496     padding-bottom: 0.3em;
2497     font-size: 1.8em;
2498     border-bottom: 1px solid #ddd;
2499 }
2500 section.help-content-wrapper h2 {
2501     padding-bottom: 0.3em;
2502     font-size: 1.5em;
2503     border-bottom: 1px solid #ddd;
2504 }
2505 section.help-content-wrapper h3 {
2506     font-size: 1.2em;
2507 }
2508 section.help-content-wrapper h4 {
2509     font-size: 1em;
2510 }
2511 section.help-content-wrapper h1,
2512 section.help-content-wrapper h2,
2513 section.help-content-wrapper h3,
2514 section.help-content-wrapper h4,
2515 section.help-content-wrapper h5,
2516 section.help-content-wrapper h6 {
2517     margin-top: 24px;
2518     margin-bottom: 16px;
2519     font-weight: 600;
2520     line-height: 1.25;
2521 }
2522 section.help-content-wrapper p {
2523     margin: 0.4em 0;
2524 }
2525 section.help-content-wrapper p,
2526 section.help-content-wrapper a,
2527 section.help-content-wrapper li {
2528     line-height: 1.6;
2529     font-size: 0.96em;
2530 }
2531
2532 /*
2533 * Overwriting for transparency and other colors
2534 */
2535 main .nav-tabs>li.active>a,
2536 main .nav-tabs>li.active>a:focus,
2537 main .nav-tabs>li.active>a:hover {
2538     background-color: rgba(255,255,255,$contentbg_transp);
2539 }
2540
2541 /*
2542  * Modal
2543  */
2544 .modal hr {
2545     border-color: #eee;
2546 }
2547
2548 /*
2549  * Framework overwrite
2550  */
2551
2552 /* jRange */
2553 .theme-frio .back-bar {
2554     height: 5px !important;
2555     border-radius: 2px;
2556     background-color: #eeeeee;
2557     background-color: #e7e7e7;
2558     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2559     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2560     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2561     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2562     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2563     background-repeat: repeat-x;
2564     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2565 }
2566 .theme-frio .back-bar .selected-bar {
2567     border-radius: 2px;
2568     background-color: $link_color;
2569 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2570     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2571     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2572     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2573     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2574     background-repeat: repeat-x;
2575     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2576 }
2577 .theme-frio .back-bar .pointer {
2578     width: 14px !important;
2579     height: 14px !important;
2580     top: -5px;
2581     -webkit-box-sizing: border-box;
2582     -moz-box-sizing: border-box;
2583     box-sizing: border-box;
2584     border-radius: 10px;
2585     border: 1px solid #AAA;
2586     background-color: #e7e7e7 !important;
2587     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2588     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2589     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2590     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2591     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2592     background-repeat: repeat-x;
2593     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2594 }
2595 .theme-frio .back-bar .pointer-label {
2596     color: #999;
2597 }
2598
2599 /* textcomplete for contact filtering*/
2600 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2601     position: relative !important;
2602     top: inherit !important;
2603     bottom: inherit !important;
2604     left: inherit !important;
2605     padding: 0;
2606     margin-left: -15px;
2607     margin-right: -15px;
2608     background-color: transparent;
2609     box-shadow: none;
2610     border: none;
2611 }
2612 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2613     padding-left: 15px;
2614     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2615 }
2616 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2617     display: none;
2618 }
2619 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
2620 .textcomplete-item > a {
2621     padding: 0 !important;
2622     border-left: none;
2623     background-color: transparent !important;
2624 }
2625 /* this is a little hack for texcomplete contact filter
2626 There are for some reasons empty <a> tags. I don't know why */
2627 .textcomplete-item .contact-wrapper a {
2628     padding: 0;
2629 }
2630
2631 /* hovercard fix */
2632 body .tread-wrapper .hovercard a,
2633 body .tread-wrapper .hovercard a:hover {
2634     color: $link_color;
2635 }
2636 body .tread-wrapper .hovercard:hover .hover-card-content a {
2637     color: $link_color !important;
2638 }
2639
2640 /* Pagination improvements */
2641 .pagination {
2642     text-align: center;
2643     display: block;
2644 }
2645 .pagination > li > a,
2646 .pagination > li > span {
2647     color: $link_color;
2648     float: none;
2649 }
2650 .pagination>li>a:hover,
2651 .pagination>li>span:hover {
2652     color: $link_hover_color;
2653 }
2654 .pagination > .active > a,
2655 .pagination > .active > a:focus,
2656 .pagination > .active > a:hover,
2657 .pagination > .active > span,
2658 .pagination > .active > span:focus,
2659 .pagination > .active > span:hover {
2660     background-color: $link_color;
2661     border-color: $link_color;
2662     border-radius: 3px;
2663 }
2664 .pagination li.pager_n a {
2665     margin-left: 3px;
2666     border-radius: 3px;
2667 }
2668 .pagination .pager_prev a {
2669     margin-left: -5px;
2670     margin-right: 4px;
2671     border-top-right-radius: 3px;
2672     border-bottom-right-radius: 3px;
2673 }
2674 .pagination .pager_next a {
2675     margin-left: 4px;
2676     margin-right: -5px;
2677     border-top-left-radius: 3px;
2678     border-bottom-left-radius: 3px;
2679 }
2680 .pager .next > a,
2681 .pager .previous > a {
2682     float: none;
2683     border-radius: 3px;
2684 }
2685 .pagination .disabled > a,
2686 .pager .disabled > a {
2687     display: none;
2688 }
2689
2690 /*
2691  * some temporary workarounds until this will solved
2692  * elsewhere (e.g. new templates)
2693  */
2694 section .profile-match-wrapper {
2695     float: left;
2696 }