]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Merge pull request #8282 from AlfredSK/AlfredSK-frio-notif-bgcolor
[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: $background_color;
28     background-image: url("$background_image");
29     background-size: $background_size_img;
30     background-repeat: $background_repeat;
31     background-attachment: fixed;
32     color: #777;
33     /*color: #555;*/
34     font-family: 'Open Sans',sans-serif;
35 }
36 body.minimal {
37     padding: 15px;
38 }
39
40 body a {
41     /*color: #555;*/
42     /*color: #6fdbe8;*/
43     color: $link_color;
44     text-decoration: none;
45 }
46 /* Anchors incorrectly display with a fixed top menu. This global rule offsets all
47  * anchors so that accessing them with a # link will actually scroll the associated
48  * content in the visible part of the page.
49  *
50  * anchor.top should be the opposite of body.padding-top
51  */
52 body a[name]:not([href]) {
53     display: block;
54     position: relative;
55     top: -110px;
56     visibility: hidden;
57 }
58
59 body a:hover, .btn-link:hover, .btn:hover,
60 body a:focus, .btn-link:focus, .btn:focus,
61 body a:active, .btn-link:active, .btn:active,
62 body a.active, .btn-link.active, .btn.active {
63     color: $link_hover_color;
64     text-decoration: none;
65     outline: none;
66 }
67
68 .wall-item-container a:hover {
69     text-decoration: underline;
70 }
71
72 hr {
73     margin-top: 10px;
74     margin-bottom: 10px;
75 }
76 aside hr,
77 section hr {
78     border-color: rgba(238, 238, 238, $contentbg_transp);
79 }
80 iframe, img, video {
81     max-width: 100%;
82 }
83 blockquote {
84     font-size: inherit;
85 }
86 .clear {
87     clear: both;
88 }
89 .no-padding {
90     padding: 0;
91 }
92 .fakelink {
93     cursor: pointer;
94 }
95 .hidden {
96     display: none !important;
97 }
98 .minimize {
99     max-height: 0px !important;
100     overflow: hidden !important;
101 }
102
103 /**
104  * mobile aside
105  */
106 @media screen and (max-width: 990px) {
107     body {
108         padding-top: 105px;
109     }
110     aside{
111         position: fixed!important;
112         top: 0!important;
113         background-color: #fff;
114         width: 100%;
115         max-width: 300px;
116         height: 100%;
117         padding-top: 100px;
118         z-index: 10;
119     }
120     aside::before {
121         content: " ";
122         position: fixed;
123         display: block;
124         top: 0; left: 300px; right: 0; bottom: 0;
125         background-color: rgba(0,0,0,0.4);
126         opacity: 0;
127         transition: opacity 0.5s;
128     }
129     aside.canvas-slid::before {
130         opacity: 1;
131     }
132
133     /* prevent page scroll when the aside is opened **/
134     body.aside-out { overflow: hidden; }
135 }
136 /*
137 * standard page elements
138 */
139
140 #back-to-top {
141     display: none;
142     cursor: pointer;
143     color: white;
144     position: fixed;
145     z-index: 49;
146     right: 20px;
147     bottom: 20px;
148     opacity: 1;
149     font-size: 2.9em;
150     padding: 0 12px 0 12px;
151     border-radius: 10px;
152     background-color: #aaa;
153     line-height: 1.5;
154 }
155
156 #item-delete-selected {
157     cursor: pointer;
158     color: white;
159     position: fixed;
160     z-index: 49;
161     right: 20px;
162     top: 100px;
163     opacity: 0.8;
164     font-size: 2.9em;
165     padding: 0 12px 0 12px;
166     border-radius: 10px;
167     background-color: $link_color;
168     line-height: 1.5;
169     display: none;
170 }
171
172 #toggle_mobile_link {
173     display: none;
174 }
175
176 /*
177 * Overwriting and Extend Bootstrap
178 */
179 .label, .label a {
180     color: #fff;
181 }
182
183 /* Buttons */
184
185 .btn {
186     float: none;
187     border: none;
188     -webkit-box-shadow: none;
189     box-shadow: none;
190     -moz-box-shadow: none;
191     background-image: none;
192     text-shadow: none;
193     border-radius: 3px;
194     margin-bottom: 0;
195     font-size: 14px;
196     font-weight: 600;
197     padding: 8px 16px;
198     color: inherit;
199 }
200 a.btn:hover {
201     color: #333;
202 }
203
204 .btn-default {
205     background: #ededed;
206     color: #7a7a7a;
207 }
208 .btn-sm {
209     padding: 4px 8px;
210     font-size: 12px;
211 }
212 .btn-small {
213     padding: 6px 10px;
214     font-size: 12px;
215     line-height: 1.5;
216     border-radius: 3px;
217 }
218 .btn-xs {
219     padding: 1px 5px;
220     font-size: 12px;
221 }
222 .btn-primary {
223     background: $nav_bg !important;
224     color: $btn_primary_color !important;
225 }
226 .btn-primary:hover, .btn-primary:focus {
227     background: $btn_primary_hover_color;
228     text-decoration: none;
229 }
230 .btn-primary:active, .btn-primary.active {
231     outline: 0;
232     background: $btn_primary_hover_color !important;
233 }
234
235 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
236 .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
237 .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
238 .open>.dropdown-toggle.btn-primary:hover,.btn-primary.active, .btn-primary:active,
239 .open>.dropdown-toggle.btn-primary {
240     background: $btn_primary_hover_color;
241     border-color: none;
242 }
243
244 .btn-link {
245     border: 0;
246     color: $link_color;
247     padding-left: 0;
248     padding-right: 0;
249 }
250 .btn-clear,
251 .btn-clear:active {
252     border: 0;
253     background: transparent;
254     box-shadow: none;
255 }
256 .btn-eventnav, btn-eventnav:hover {
257     font-size: 16px;
258     background: none;
259     background-color: transparent;
260     padding: 0 14px;
261 }
262 .btn-separator {
263     border-left: 1px solid #777;
264 }
265 /*.btn-info {
266     background: #6fdbe8;
267     color: #fff!important;
268 }
269 .btn-info:hover, .btn-info:focus {
270     background: #59d6e4!important;
271     text-decoration: none;
272 }
273 .btn-info:active, .btn-info.active {
274     outline: 0;
275     background: #59d6e4;
276 }*/
277
278 .btn-main {
279     background: $link_color;
280     color: #fff!important;
281 }
282 .btn-main:hover, .btn-main:focus {
283     background: $link_hover_color !important;
284     text-decoration: none;
285 }
286 .btn-main:active, .btn-main.active {
287     outline: 0;
288     background: $link_hover_color;
289 }
290 .toggle.btn {
291     border: 1px solid transparent;
292 }
293 .toggle.btn-xs {
294     min-width: 45px;
295 }
296 .toggle.off {
297     border-color: #ccc;
298 }
299 .toggle .toggle-off,
300 .toggle .toggle-off:hover {
301     color: #ccc;
302     background-color: #eee;
303     box-shadow: none;
304 }
305 .toggle.off .toggle-handle {
306     background-color: #eee;
307 }
308 .toggle-handle {
309     background-color: #fff;
310     border-width: 0 1px;
311     border: 1px solid transparent;
312     border-color: #ccc;
313 }
314 .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
315     padding: .275rem .75rem;
316     /*font-size: .875rem;*/
317     line-height: 1.5;
318     height: 30px;
319     border-radius: .2rem;
320 }
321 /* Bootstrap media class fix/hack
322  * This is a test. I thought it does have some
323  * issues in some corner cases. Maybe we remove
324  * once more
325  * https://github.com/twbs/bootstrap/issues/6053
326  */
327 .media, .media-body {
328     overflow: visible;
329 }
330 .media .media-body {
331     display: table-cell;
332     width: 10000px;
333     *width: auto;
334     *zoom: 1;
335 }
336 .media:before, .media:after {
337     content: "";
338     display: table;
339 }
340 .media:after {
341     clear: both;
342 }
343
344 /* Badges */
345 .badge {
346     vertical-align: baseline;
347     background-color: $link_color;
348     border-radius: 4px;
349     z-index: 1;
350 }
351 aside .badge {
352     opacity: 0.7;
353 }
354
355 /* disabled elements */
356 .community-content-wrapper > h3, .network-content-wrapper > .section-title-wrapper {
357     display:none;
358 }
359
360 header #site-location {
361     display: none;
362 }
363 header #banner {
364     position: fixed;
365     top: 0px;
366     left:49%;
367     right: 49%;
368     z-index: 1040;
369     margin-top: 12.5px;
370     text-align: center;
371     text-shadow: 1px 1px 2px rgba(0,0,0,.5);
372     font-size: 14px;
373     font-family: tahoma, "Lucida Sans", sans;
374     color: #fff;
375     font-weight: bold;
376     whitespace: nowrap;
377     padding-left: 55px;
378 }
379 header #banner #logo-img,
380 .navbar-brand #logo-img {
381     -webkit-mask-image: url('img/friendica-25.png');
382     background-color: $nav_icon_color;
383     height: 25px;
384     width: 25px;
385     margin-left: auto;
386     margin-right: auto;
387 }
388
389 #navbrand-container {
390     display: flex;
391 }
392 #navbrand-container #navbar-brand-text {
393     padding-left: 5px;
394 }
395
396 /* NavBar */
397 .topbar {
398     position: fixed;
399     display: block;
400     height: 50px;
401     width: 100%;
402     padding-left: 15px;
403     padding-right: 15px
404 }
405 .topbar ul.nav {
406     float: left
407 }
408 .topbar ul.nav>li {
409     float: left
410 }
411 @media (min-width: 992px) {
412         .topbar ul.nav > li > a,
413         .topbar ul.nav > li > button
414         {
415                 padding-top: 15px;
416                 padding-bottom: 15px;
417                 line-height: 20px
418         }
419 }
420 @media (max-width: 991px) {
421     .topbar ul.nav > li > a,
422     .topbar ul.nav > li > button
423         {
424                 padding: 15px 10px;
425         }
426 }
427 .topbar .dropdown-footer {
428     margin: 10px
429 }
430 .topbar .dropdown-header {
431     font-size: 16px;
432     padding: 3px 10px;
433     margin-bottom: 10px;
434     font-weight: 300;
435     color: #bebebe
436 }
437 .topbar .dropdown-header .dropdown-header-link {
438     position: absolute;
439     top: 2px;
440     right: 10px
441 }
442 .topbar .dropdown-header .dropdown-header-link a,
443 .topbar .dropdown-header .dropdown-header-link .btn-link {
444     /*color: #6fdbe8!important;*/
445     color: $link_color !important;
446     font-size: 12px;
447     font-weight: 400
448 }
449 .topbar .dropdown-header:hover {
450     color: #bebebe
451 }
452 #topbar-first,
453 nav.navbar {
454     background-color: $nav_bg;
455     top: 0;
456     z-index: 1030;
457     color: $nav_icon_color;
458 }
459 #topbar-first .nav > li > a,
460 #topbar-first .nav > li > button,
461 nav.navbar .nav > li > a,
462 nav.navbar .nav > li > button
463 {
464         color: $nav_icon_color;
465 }
466 #topbar-first .nav > li > a:hover,
467 #topbar-first .nav > li > a:focus,
468 #topbar-first .nav > li > button:hover,
469 #topbar-first .nav > li > button:focus,
470 #topbar-first .nav > .open > a,
471 #topbar-first .nav > .open > button,
472 nav.navbar .nav > li > a:hover,
473 nav.navbar .nav > li > a:focus
474 nav.navbar .nav > li > button:hover,
475 nav.navbar .nav > li > button:focus
476 {
477     background-color: $nav_icon_hover_color;
478 }
479 #topbar-first .nav>.account {
480     height: 50px;
481     margin-left: 20px
482 }
483 #topbar-first .nav>.account img {
484     margin-left: 10px;
485     height: 32px;
486     width: 32px;
487     border-radius: 3px;
488 }
489 #topbar-first .nav>.account .dropdown-toggle {
490     padding: 8px 5px 0px;
491     line-height: 1.1em;
492     text-align: left
493 }
494 #topbar-first .nav>.account .dropdown-toggle span {
495     font-size: 12px
496 }
497 #topbar-first .topbar-brand {
498     position: relative;
499     z-index: 2
500 }
501 #topbar-first .topbar-actions {
502     position: relative;
503     z-index: 3
504 }
505 #topbar-first .topbar-nav {
506     left: 0;
507     right: 0;
508     text-align: center;
509     z-index: 1
510 }
511 #topbar-first .topbar-nav .nav-segment {
512     position: relative;
513     text-align: left
514 }
515 #topbar-first .topbar-nav .nav-segment > a
516 {
517     display: inline-block;
518     text-decoration: none;
519     text-align: left;
520 }
521 #topbar-first .topbar-nav .nav-segment .nav-notification {
522     position: absolute;
523     top: 4px;
524     right: -2px;
525     background-color: #ff8989;
526 }
527 #topbar-first #intro-update{
528     cursor: pointer;
529 }
530 #topbar-first .topbar-nav .arrow:after {
531     position: absolute;
532     display: block;
533     width: 0;
534     height: 0;
535     border-color: transparent;
536     border-style: solid;
537     border-width: 10px;
538     content: " ";
539     top: 1px;
540     margin-left: -10px;
541     border-top-width: 0;
542     border-bottom-color: #fff;
543     z-index: 1035
544 }
545 #topbar-first .topbar-nav .arrow {
546     position: absolute;
547     display: block;
548     width: 0;
549     height: 0;
550     border-color: transparent;
551     border-style: solid;
552     z-index: 1001;
553     border-width: 11px;
554     left: 50%;
555     margin-left: -18px;
556     border-top-width: 0;
557     border-bottom-color: rgba(0, 0, 0, .15);
558     top: -19px;
559     z-index: 1035
560 }
561 #topbar-first .topbar-nav .dropdown-menu {
562     width: 350px;
563     margin-left: -148px
564 }
565 #topbar-first .topbar-nav .dropdown-menu ul.media-list {
566     max-height: 400px;
567     overflow: auto
568 }
569 #topbar-first .topbar-nav .dropdown-menu li {
570     position: relative
571 }
572 #topbar-first .topbar-nav .dropdown-menu li i.approval {
573     position: absolute;
574     left: 2px;
575     top: 36px;
576     font-size: 14px
577 }
578 #topbar-first .topbar-nav .dropdown-menu li i.accepted {
579     color: #5cb85c
580 }
581 #topbar-first .topbar-nav .dropdown-menu li i.declined {
582     color: #d9534f
583 }
584 #topbar-first .topbar-nav .dropdown-menu li .media {
585     position: relative
586 }
587 #topbar-first .topbar-nav .dropdown-menu li .media .img-space {
588     position: absolute;
589     top: 14px;
590     left: 14px
591 }
592 #topbar-first .dropdown-footer {
593     margin: 10px 10px 5px
594 }
595 #topbar-first .caret {
596     border-top-color: #bebebe
597 }
598 #topbar-first .btn-group>a {
599     background-color: #7f9baa
600 }
601 #topbar-first .btn-enter {
602     background-color: #7f9baa;
603     margin: 6px 0
604 }
605 #topbar-first .btn-enter:hover {
606     background-color: #89a2b0
607 }
608 .navbar-fixed-top ul.nav.navbar-nav.navbar-right {
609     display: flex;
610 }
611
612 #friendica-logo-mask {
613     display: block;
614 }
615
616
617 /* Notification Menu */
618 #topbar-first #nav-notifications-menu {
619     max-height: 400px;
620 }
621 #topbar-first #nav-notifications-menu a {
622     color: #555;
623     padding: 0;
624 }
625 #topbar-first #nav-notifications-menu li.notif-entry {
626     color: #555;
627     padding: 10px;
628     border-bottom: 1px solid #eee;
629     position: relative;
630     border-left: 3px solid #fff;
631     font-size: 12px;
632 }
633
634 #topbar-first #nav-notifications-menu li.notification-unseen {
635     border-left: 3px solid #e3eff3;
636     background-color: #e3eff3;
637 }
638 #topbar-first #nav-notifications-menu li.notif-entry:hover {
639     background-color: #f7f7f7;
640     /*border-left: 3px solid #6fdbe8;*/
641     border-left: 3px solid $link_color;
642 }
643 /*#topbar-first #nav-notifications-menu i.accepted {
644     color: #6fdbe8!important
645 }
646 #topbar-first #nav-notifications-menu i.declined {
647     color: #ff8989!important
648 }*/
649 #topbar-first #nav-notifications-menu li.placeholder {
650     border-bottom: none
651 }
652 #topbar-first #nav-notifications-menu .media .media-body {
653     font-size: 13px!important;
654     font-weight: 600!important;
655     cursor: pointer;
656 }
657 #topbar-first #nav-notifications-menu .media .media-body .contactname {
658     font-weight: bold;
659 }
660 #topbar-first #nav-notifications-menu .media .media-body .label {
661     padding: .1em .5em
662 }
663 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
664     height: 32px;
665     width: 32px;
666     border-radius: 3px;
667 }
668 /* The Top Nav Bar user menu */
669 #topbar-first .account .user-title {
670     text-align: right;
671     margin-top: 7px;
672 }
673 #topbar-first .account .user-title span {
674     color: $nav_icon_color;
675 }
676 #topbar-first .account #main-menu .nav-notification {
677     position: absolute;
678     top: 4px;
679     right: -2px;
680     background-color: #ff8989;
681 }
682 #myNavmenu li,
683 #myNavmenu a {
684     background-color: $nav_bg;
685     color: $nav_icon_color;
686 }
687 #myNavmenu li.nav-sitename {
688     font-weight: bold;
689 }
690 #topbar-first .dropdown.account > a,
691 #topbar-first .dropdown.account.open > a,
692 #topbar-first .dropdown.account > button,
693 #topbar-first .dropdown.account.open > button,
694 #topbar-first .dropdown.account > :hover,
695 #topbar-first .dropdown.account.open > :hover {
696     background-color: $nav_bg;
697 }
698 #topbar-first .dropdown.account li#nav-sitename {
699     padding-left: 15px;
700     padding-right: 15px;
701     font-weight: bold;
702     word-break: break-word;
703 }
704 #topbar-first .dropdown.account li#nav-sitename:hover {
705     border: none;
706     background-color: $nav_bg;
707 }
708 /* Nav Search */
709 #topbar-first #search-box .navbar-form {
710     margin: 0px;
711     padding: 12px 12px;
712 }
713 #search-mobile .navbar-form {
714     margin: 0;
715 }
716 #topbar-first #search-box .form-search {
717     height: 25px;
718     font-size: 13px;
719     background-position: 8px 4px;
720 }
721 #topbar-first #search-box .btn {
722     font-size: 10px;
723     padding: 1px 8px;
724 }
725
726 /* second topbar */
727 #topbar-second {
728     height: 40px;
729     top: 50px;
730     background-color: #fff;
731     z-index: 1029;
732     background-image: none;
733     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
734     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
735     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
736     border-bottom: 1px solid #d4d4d4
737 }
738 #topbar-second > .container {
739     height: 100%;
740 }
741 @media screen and (max-width: 767px) {
742     #topbar-second > .container,
743     #topbar-second #navbar-button {
744     padding: 0;
745     }
746 }
747 #topbar-second .dropdown-menu {
748     padding-top: 0;
749     padding-bottom: 0
750 }
751 #topbar-second .dropdown-menu .divider {
752     margin: 0
753 }
754 #topbar-second #space-menu-dropdown,
755 #topbar-second #search-menu-dropdown {
756     width: 400px
757 }
758 #topbar-second #space-menu-dropdown .media-list,
759 #topbar-second #search-menu-dropdown .media-list {
760     max-height: 400px;
761     overflow: auto
762 }
763 @media screen and (max-width: 768px) {
764     #topbar-second #space-menu-dropdown .media-list,
765     #topbar-second #search-menu-dropdown .media-list {
766         max-height: 200px
767     }
768 }
769 #topbar-second #space-menu-dropdown form,
770 #topbar-second #search-menu-dropdown form {
771     margin: 10px
772 }
773 #topbar-second #space-menu-dropdown .search-reset,
774 #topbar-second #search-menu-dropdown .search-reset {
775     position: absolute;
776     color: #999;
777     margin: 10px;
778     top: 8px;
779     right: 10px;
780     display: none;
781     cursor: pointer
782 }
783 #topbar-second .nav>li>a {
784     padding: 6px 13px 0;
785     text-decoration: none;
786     text-shadow: none;
787     font-weight: 600;
788     font-size: 10px;
789     text-transform: uppercase;
790     text-align: center;
791     min-height: 49px
792 }
793 #topbar-second .nav>li>a:hover,
794 #topbar-second .nav>li>a:active,
795 #topbar-second .nav>li>a:focus {
796     /*border-bottom: 3px solid #6fdbe8;*/
797     border-bottom: 3px solid $link_color;
798     background-color: #f7f7f7;
799     color: #555;
800     text-decoration: none
801 }
802 #topbar-second .nav>li>a i {
803     font-size: 14px
804 }
805 #topbar-second .nav>li>a .caret {
806     border-top-color: #7a7a7a
807 }
808 #topbar-second .nav>li>ul>li>a {
809     border-left: 3px solid #fff;
810     background-color: #fff;
811     color: #555
812 }
813 #topbar-second .nav>li>ul>li>a:hover,
814 #topbar-second .nav>li>ul>li>a.active {
815     /*border-left: 3px solid #6fdbe8;*/
816     border-left: 3px solid $link_color;
817     background-color: #f7f7f7;
818     color: #555
819 }
820 #topbar-second .nav>li.active>a {
821     min-height: 46px
822 }
823 #topbar-second .nav>li>a#space-menu {
824     padding-right: 13px;
825     border-right: 1px solid #ededed
826 }
827 #topbar-second .nav>li>a#search-menu {
828     padding-top: 15px
829 }
830 #topbar-second .nav>li>a:hover,
831 #topbar-second .nav .open>a,
832 #topbar-second .nav>li.active {
833     /*border-bottom: 3px solid #6fdbe8;*/
834     border-left: 3px solid $link_color;
835     background-color: #f7f7f7;
836     color: #555
837 }
838 #topbar-second .nav>li.active>a:hover {
839     border-bottom: none
840 }
841 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
842     color: #bebebe;
843     font-size: 11px;
844     margin: 0;
845     font-weight: 400
846 }
847 #topbar-second #nav-short-info .heading {
848     margin-left: -14px;
849     overflow: hidden;
850     white-space: nowrap;
851     padding-right: 20px;
852     text-overflow: ellipsis;
853 }
854 #topbar-second #tabmenu .heading {
855     overflow: hidden;
856     text-overflow: ellipsis;
857     white-space: nowrap;
858     color: $link_color;
859     text-align: center;
860 }
861
862 /* Dropdown Menus */
863 .nav > li > .btn-link {
864     position: relative;
865     display: block;
866     padding: 10px 15px;
867 }
868 .nav .open > .btn-link {
869     background-color: #eee;
870     border-color: #337ab7;
871 }
872 .nav-pills > li > .btn-link {
873     border-radius: 4px;
874 }
875 .nav-pills .dropdown-menu,
876 .nav-tabs .dropdown-menu,
877 .account .dropdown-menu,
878 .contact-photo-wrapper .dropdown-menu {
879     background-color: $nav_bg;
880     border: none
881 }
882 .nav-pills .dropdown-menu li.divider,
883 .nav-tabs .dropdown-menu li.divider,
884 .account .dropdown-menu li.divider,
885 .contact-photo-wrapper .dropdown-menu li.divider {
886     background-color: $menu_background_hover_color;
887     border-bottom: none;
888     margin: 9px 1px!important
889 }
890 .nav-pills .dropdown-menu li,
891 .nav-tabs .dropdown-menu li,
892 .account .dropdown-menu li,
893 .contact-photo-wrapper .dropdown-menu li {
894     border-left: 3px solid $nav_bg;
895 }
896 .nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link,
897 .nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li .btn-link,
898 .account .dropdown-menu li a, .account .dropdown-menu li .btn-link,
899 .contact-photo-wrapper .dropdown-menu li a, .contact-photo-wrapper .dropdown-menu li .btn-link {
900     color: $nav_icon_color;
901     font-weight: 400;
902     font-size: 13px;
903     padding: 4px 15px;
904     text-transform: capitalize;
905     width: 100%;
906     text-align: left;
907 }
908 .nav-pills .dropdown-menu li a i, .nav-pills .dropdown-menu li .btn-link i,
909 .nav-tabs .dropdown-menu li a i, .nav-tabs .dropdown-menu li .btn-link i,
910 .account .dropdown-menu li a i, .account .dropdown-menu li .btn-link i,
911 .contact-photo-wrapper .dropdown-menu li a i, .contact-photo-wrapper .dropdown-menu li .btn-link i {
912     margin-right: 5px;
913     font-size: 14px;
914     display: inline-block;
915     width: 14px
916 }
917 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
918 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
919 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
920 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
921 .nav-pills .dropdown-menu li a:visited, .nav-pills .dropdown-menu li .btn-link:visited,
922 .nav-tabs .dropdown-menu li a:visited, .nav-tabs .dropdown-menu li .btn-link:visited,
923 .account .dropdown-menu li a:visited, .account .dropdown-menu li .btn-link:visited,
924 .contact-photo-wrapper .dropdown-menu li a:visited, .contact-photo-wrapper .dropdown-menu li .btn-link:visited,
925 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
926 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
927 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
928 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
929 .nav-pills .dropdown-menu li a:focus, .nav-pills .dropdown-menu li .btn-link:focus,
930 .nav-tabs .dropdown-menu li a:focus, .nav-tabs .dropdown-menu li .btn-link:focus,
931 .account .dropdown-menu li a:focus, .account .dropdown-menu li .btn-link:focus,
932 .contact-photo-wrapper .dropdown-menu li a:focus, .contact-photo-wrapper .dropdown-menu li .btn-link:focus {
933     background: 0 0
934 }
935 .nav-pills .dropdown-menu li:hover,
936 .nav-tabs .dropdown-menu li:hover,
937 .account .dropdown-menu li:hover,
938 .contact-photo-wrapper .dropdown-menu li:hover,
939 .nav-pills .dropdown-menu li.selected,
940 .nav-tabs .dropdown-menu li.selected,
941 .account .dropdown-menu li.selected,
942 .contact-photo-wrapper .dropdown-menu li.selected {
943     /*border-left: 3px solid #6fdbe8;*/
944     border-left: 3px solid $link_color;
945     color: #fff!important;
946     background-color: $menu_background_hover_color !important;
947 }
948 #photo-edit-link-wrap {
949     color: #555;
950     margin-bottom: 15px;
951 }
952
953 #newmember-tab > a {
954   font-size: 1.2em;
955   font-weight: 800;
956 }
957
958 /*
959  * Aside
960  *
961  */
962
963 aside .widget,
964 .nav-container .widget {
965     border: none;
966     color: #777;
967     /*background-color: #fff;*/
968     background-color: rgba(255,255,255,$contentbg_transp);
969     box-shadow: 0 0 3px #dadada;
970     -webkit-box-shadow: 0 0 3px #dadada;
971     -moz-box-shadow: 0 0 3px #dadada;
972     border-radius: 4px;
973     position: relative;
974     margin-bottom: 20px;
975     padding: 10px;
976     font-size: 13px;
977     overflow: auto;
978 }
979 aside .widget h3,
980 .nav-container .widget h3 {
981     font-weight: bold;
982     font-size: 16px;
983     margin: 0;
984     padding-bottom: 20px;
985 }
986
987 aside .widget ul,
988 .nav-container .widget ul {
989     padding: 0px;
990     margin-top: 0px;
991     margin-bottom: 0px;
992     margin-left: -10px;
993     margin-right: -10px;
994     /*padding-left: 10px;*/
995     list-style: none;
996 }
997
998 aside .widget li,
999 .nav-container .widget li {
1000     padding-top: 2px;
1001     padding-bottom: 2px;
1002     padding-left: 20px;
1003     padding-right: 10px;
1004 }
1005 aside .widget li:hover,
1006 aside .widget li.selected,
1007 .nav-container .widget li:hover {
1008     z-index: 2;
1009     color: #555;
1010     /*background-color: #f7f7f7;*/
1011     background-color: rgba(247, 247, 247, $contentbg_transp);
1012     /*border-left: 3px solid #6fdbe8!important;*/
1013     border-left: 3px solid $link_color !important;
1014     padding-left: 17px;
1015 }
1016 aside .widget li a,
1017 aside .widget li a:hover {
1018     color: #555;
1019 }
1020
1021 /* forumlist widget */
1022 aside > #datebrowse-sidebar li.posted-date-selector-months {
1023     margin-bottom: 10px;;
1024     padding: 0;
1025     width: 100%
1026 }
1027 aside > #datebrowse-sidebar li.posted-date-selector-months:hover {
1028     border-left: none !important;
1029     background-color: transparent !important;
1030 }
1031 aside > #datebrowse-sidebar .posted-date-selector-months > ul {
1032     margin: 0;
1033 }
1034 aside > #datebrowse-sidebar .posted-date-selector-months > ul > li{
1035     padding-left: 30px;
1036 }
1037 aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
1038     padding-left: 27px;
1039 }
1040
1041 .forumlist-img {
1042     -webkit-filter: grayscale(100%);
1043     filter: grayscale(100%);
1044     opacity: 0.5;
1045     filter: alpha(opacity=50); /* For IE8 and earlier */
1046     -webkit-transition: all 0.2s ease-in-out;
1047     -moz-transition: all 0.2s ease-in-out;
1048     -o-transition: all 0.2s ease-in-out;
1049     -ms-transition: all 0.2s ease-in-out;
1050     transition: all 0.2s ease-in-out;
1051 }
1052 #forumlist-sidbar-ul li:hover a > .forumlist-img {
1053     -webkit-filter: unset;
1054     filter: unset;
1055     opacity: unset;
1056 }
1057
1058 /* help page widget */
1059 aside > .help-aside-wrapper p strong:first-child {
1060     display: block;
1061     margin: 1em 0 0em;
1062 }
1063 aside > .help-aside-wrapper h1 {
1064     font-weight: bold;
1065     font-size: 16px;
1066     margin: 0;
1067     padding: 20px 0 10px;
1068 }
1069 aside > .help-aside-wrapper h2 {
1070     font-weight: bold;
1071     font-size: 14px;
1072 }
1073
1074 /* vcard / h-card */
1075 aside .vcard #profile-photo-wrapper{
1076     margin: 0;
1077 }
1078 aside .vcard img.u-photo,
1079 aside img.vcard-photo {
1080     width: 100%;
1081     border-radius: 3px;
1082 }
1083 aside .vcard .tool .action{
1084     position: absolute;
1085     top:20px;
1086     right: 20px;
1087     font-size: 32px;
1088     width: 45px;
1089     height: 45px;
1090     background: rgba(0,0,0,.50);
1091     text-align: center;
1092     border-radius: 3px;
1093     opacity: 0;
1094     -webkit-transition: all 0.25s ease-in-out;
1095     -moz-transition: all 0.25s ease-in-out;
1096     -o-transition: all 0.25s ease-in-out;
1097     -ms-transition: all 0.25s ease-in-out;
1098     transition: all 0.25s ease-in-out;
1099 }
1100 aside .vcard .tool a {
1101     color: rgba(255,255,255,.85);
1102 }
1103 aside .vcard #profile-photo-wrapper:hover .tool .action {
1104     opacity: 1;
1105 }
1106 aside .vcard #profile-photo-wrapper.crop-preview {
1107     padding: 0;
1108 }
1109 aside .vcard .profile-header {
1110     padding: 5px 0px 20px 0px;
1111 }
1112 aside .vcard .fn {
1113     font-weight: bold;
1114     padding: 5px 0px 5px 0px;
1115 }
1116 aside .vcard .p-addr {
1117     font-style: italic;
1118     overflow: hidden;
1119     text-overflow: ellipsis;
1120     white-space: nowrap;
1121     padding-bottom: 2px;
1122 }
1123 aside .vcard .title {
1124     margin-top: 10px;
1125 }
1126 aside .vcard .detail {
1127     display: table;
1128     padding: 5px 0;
1129 }
1130 aside .xmpp {
1131     display: table;
1132 }
1133 aside .vcard .icon {
1134     display: table-cell;
1135     padding-right: 10px;
1136     width: 30px;
1137 }
1138 #profile-extra-links {
1139     overflow: auto;
1140     margin-bottom: 10px;
1141 }
1142 aside .vcard #dfrn-request-link-button,
1143 aside .vcard #wallmessage-link-botton {
1144     width: 50%;
1145     margin: 0 0 0 -5px;
1146     float: left;
1147     padding: 0 5px;
1148 }
1149 aside .vcard #dfrn-request-link,
1150 aside .vcard #wallmessage-link {
1151     width: 100%;
1152 }
1153 /* vcard-short-info */
1154 #vcard-short-info,
1155 #nav-short-info .contact-wrapper {
1156     margin-top: 2px;
1157     height: 40px;
1158     white-space: nowrap;
1159     overflow: hidden;
1160     padding-right: 20px;
1161     margin-left: -14px;
1162 }
1163 #nav-short-info .contact-photo-wrapper.media-left {
1164     float: left;
1165 }
1166 #vcard-short-photo-wrapper img,
1167 #nav-short-info .contact-wrapper img {
1168     height: 34px;
1169     width: 34px;
1170     border-radius: 3px;
1171 }
1172 #vcard-short-desc,
1173 #nav-short-info .contact-wrapper .media-body {
1174     display: block;
1175     height: 34px;
1176     width: 100%;
1177     text-overflow: ellipsis;
1178 }
1179 #vcard-short-desc > .media-heading,
1180 #vcard-short-desc > .vcard-short-addr,
1181 #nav-short-info .contact-wrapper .media-heading,
1182 #nav-short-info .contact-wrapper #contact-entry-url-network {
1183     text-overflow: ellipsis;
1184     overflow: hidden;
1185 }
1186 #vcard-short-desc > .media-heading,
1187 #nav-short-info .contact-wrapper .media-heading {
1188     margin-bottom: 1px;
1189     font-weight: bold;
1190 }
1191 #nav-short-info .contact-wrapper .media-heading a {
1192     color: #555;
1193     font-size: 14px !important;
1194 }
1195 #vcard-short-desc > .vcard-short-addr,
1196 #nav-short-info .contact-wrapper #contact-entry-url-network {
1197     color: #777;
1198     font-size: 12px;
1199 }
1200 .network-content-wrapper > #viewcontact_wrapper-network,
1201 #nav-short-info .contact-wrapper .contact-photo-overlay,
1202 #nav-short-info .contact-wrapper .contact-actions{
1203     display: none
1204 }
1205
1206 aside #peoplefind-sidebar input,
1207 aside #follow-sidebar input {
1208     height: 30px;
1209     background-position: 10px 5px;
1210 }
1211 aside #peoplefind-sidebar label,
1212 aside #follow-sidebar label {
1213     font-weight: normal;
1214 }
1215 aside #peoplefind-sidebar .form-group-search .form-button-search,
1216 aside #follow-sidebar .form-group-search .form-button-search {
1217     padding: 2px 8px;
1218 }
1219
1220 div#sidebar-group-header h3 {
1221     float: left;
1222 }
1223
1224 div#sidebar-group-list {
1225     clear: both;
1226 }
1227
1228 .group-new-form {
1229     clear: both;
1230 }
1231
1232 .group-edit-tool {
1233     color: #555;
1234 }
1235
1236 .faded-icon {
1237     color: #555;
1238     opacity: 0.3;
1239     transition: all 0.1s ease-in-out;
1240 }
1241 .faded-icon:hover {
1242     color: #555;
1243     opacity: 1;
1244 }
1245 .icon-padding {
1246     margin-left: 20px;
1247 }
1248
1249 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool.faded-icon,
1250 aside #saved-search-list .saved-search-li:hover .savedsearchdrop.faded-icon,
1251 aside .widget:hover .widget-action.faded-icon {
1252     opacity: 0.8;
1253     transition: all 0.25s ease-in-out;
1254 }
1255 aside #group-sidebar .sidebar-group-li .group-edit-tool.faded-icon:hover,
1256 aside #saved-search-list .saved-search-li .savedsearchdrop.faded-icon:hover,
1257 aside .widget .widget-action.faded-icon:hover {
1258     opacity: 1;
1259 }
1260 aside #group-sidebar li .group-checkbox {
1261     margin: 0;
1262 }
1263 aside #group-sidebar li .group-edit-tool {
1264     padding-right: 10px;
1265 }
1266 aside #group-sidebar li .group-edit-tool:first-child {
1267     padding-right: 0px;
1268 }
1269
1270 /* contact block widget */
1271 .contact-block-content {
1272     clear: both;
1273     overflow: auto;
1274     height: auto;
1275 }
1276 .contact-block-div {
1277     float: left;
1278     margin: 0px 5px 5px 0px;
1279 /*    height: 90px;
1280     width: 90px;*/
1281 }
1282 .contact-block-link {
1283
1284 }
1285 .contact-block-img {
1286     height: 75px;
1287     width: 75px;
1288     border-radius: 4px;
1289 }
1290
1291 /* Tag cloud widget */
1292 .tagblock.widget > .tag-cloud {
1293     text-align: center;
1294 }
1295 /* Section */
1296 section ul.tabs {
1297     display: none !important;
1298 }
1299
1300 /* Jot */
1301 section #jotOpen {
1302     display: none;
1303 }
1304 #jotOpen,
1305 #composeOpen {
1306     margin-top: 3px;
1307     float: right;
1308 }
1309 #jot-content {
1310     display: none;
1311 }
1312 .jothidden {
1313     /*display: none;*/
1314 }
1315 .modal #jot-sections {
1316     max-height: calc(100vh - 22px);
1317 }
1318 @media (min-width: 768px) {
1319     .modal #jot-sections {
1320         max-height: calc(100vh - 62px);
1321     }
1322 }
1323 #jot-modal #jot-sections,
1324 #jot-modal #jot-modal-body,
1325 #jot-modal #profile-jot-form,
1326 #jot-modal #profile-jot-wrapper,
1327 #jot-modal #jot-text-wrap,
1328 #jot-modal #jot-preview-content,
1329 #jot-modal #tread-wrapper--1,
1330 #jot-modal #item-Q0,
1331 #jot-modal #profile-jot-acl-wrapper,
1332 #jot-modal #acl-wrapper {
1333     overflow: hidden;
1334     display: flex;
1335     flex: auto;
1336     flex-direction: column;
1337 }
1338 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
1339 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
1340     color: #555;
1341     text-transform: capitalize;
1342 }
1343 #jot-modal .modal-header {
1344     border-bottom: none;
1345 }
1346 #jot-title-wrap, #jot-category-wrap {
1347     margin-bottom: 5px;
1348 }
1349 #jot-text-wrap {
1350     margin-top: 20px;
1351 }
1352 #jot-text-wrap textarea {
1353     min-height: 100px;
1354     overflow-y: auto !important;
1355     overflow-y: overlay !important;
1356 }
1357 /*#jot-attachment-preview {
1358     display: none;
1359 }*/
1360 #jot-text-wrap .preview textarea {
1361     width: 100%;
1362 }
1363 #preview_profile-jot-text,
1364 .comment-edit-form .preview {
1365     position: relative;
1366     padding: 0px 10px;
1367     margin-top: -2px;
1368     border: 2px solid #ededed;
1369     border-top: none;
1370     box-shadow: none;
1371     border-radius: 0 0 4px 4px;
1372     background: #fff;
1373     color: #555;
1374 }
1375 textarea#profile-jot-text:focus + #preview_profile-jot-text,
1376 textarea.comment-edit-text:focus + .comment-edit-form .preview {
1377     border: 2px solid #6fdbe8;
1378     border-top: none;
1379 }
1380 .preview hr.previewseparator {
1381     margin-top: 0px;
1382     border-color: #D2D2D2;
1383 }
1384 #previewImgBtn_profile-jot-text,
1385 .closePreview  {
1386     position: absolute;
1387     top: 15px;
1388 }
1389 .closePreview {
1390     right: 15px;
1391     z-index: 1;
1392 }
1393 .previewImgBtn {
1394     left: 15px;
1395 }
1396 .preview button.previewActionBtn {
1397     display:block;
1398     height: 25px;
1399     width: 25px;
1400     border-radius: 50%;
1401     color: #fff;
1402     border: 2px solid #fff;
1403     box-shadow: 0 0 3px gray;
1404     background: #777;
1405     text-align: center;
1406     line-height: 2px;
1407     text-decoration: none;
1408     padding: 0 0 1px 1px;
1409     opacity: 0.7;
1410 }
1411 .preview button.previewActionBtn:hover {
1412     opacity: 1;
1413 }
1414 .preview .closePreview button.previewActionBtn {
1415     font-size: 25px;
1416 }
1417 #previewInputTitle_profile-jot-text {
1418     width: 100%;
1419 }
1420 #profile-jot-wrapper button#profile-jot-submit {
1421     margin-top: 5px;
1422 }
1423 #profile-jot-wrapper #character-counter {
1424     padding: 10px 15px;
1425 }
1426 .modal .wall-item-container.preview {
1427     overflow-y: auto;
1428     overflow-y: overlay;
1429 }
1430 /* ACL */
1431 .fa.lock:before {
1432     font-family: ForkAwesome;
1433     content: "\f023";
1434 }
1435 .fa.unlock:before {
1436     font-family: ForkAwesome;
1437     content: "\f09c";
1438 }
1439
1440 #acl-wrapper label.panel-heading {
1441         display: block;
1442         margin-bottom: 0;
1443         cursor: pointer;
1444 }
1445
1446 /* Filebrowser */
1447 .fbrowser .breadcrumb {
1448     margin-bottom: 0px;
1449 }
1450 .fbrowser .path a:before {
1451     content: "";
1452     padding: 0;
1453 }
1454 .fbrowser .breadcrumb > li:last-of-type a{
1455     color: #777;
1456     pointer-events: none;
1457     cursor: default;
1458 }
1459 .fbrowser .folders {
1460     box-shadow: -1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
1461     padding-right: 1px;
1462 }
1463 .fbrowser .folders ul {
1464     padding: 0px;
1465     margin-left: -15px;
1466     margin-bottom: 0px;
1467     overflow-y: auto;
1468     min-width: 100px;
1469     max-height: calc(100vh - 210px);
1470     line-height: 1.3;
1471 }
1472 @media (min-width: 768px) {
1473     .fbrowser .folders ul {
1474         max-height: calc(100vh - 255px);
1475     }
1476 }
1477 .fbrowser .folders li {
1478     padding-left: 20px;
1479     padding-right: 10px;
1480     padding-top: 3px;
1481     padding-bottom: 3px;
1482 }
1483 .fbrowser .folders li:hover {
1484     z-index: 2;
1485     color: #555;
1486     background-color: rgba(247, 247, 247, $contentbg_transp);
1487     border-left: 3px solid $link_color !important;
1488     padding-left: 17px;
1489 }
1490 .fbrowser .folders li a,
1491 .fbrowser .folders li a:hover {
1492     color: #555;
1493     font-size: 13px;
1494 }
1495 .fbrowser .folders + .list {
1496     padding-left: 10px;
1497 }
1498 .fbrowser .fbrowser-content-container {
1499     overflow-y: auto;
1500     max-height: calc(100vh - 175px);
1501 }
1502 @media (min-width: 768px) {
1503     .fbrowser .fbrowser-content-container {
1504         max-height: calc(100vh - 220px);
1505     }
1506 }
1507 .fbrowser.image .photo-album-image-wrapper {
1508     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
1509 }
1510 .fbrowser.image .photo-album-image-wrapper .caption {
1511     pointer-events: none;
1512 }
1513 .fbrowser .profile-rotator-wrapper {
1514     min-height: 200px;
1515 }
1516 .fbrowser .fa-spin {
1517    position: absolute;
1518    left: 45%;
1519    top: 40%;
1520    font-size: 48px;
1521    margin:0px auto;
1522 }
1523
1524 /*
1525 /* Stream
1526 */
1527 .panel {
1528     border: none;
1529     /*background-color: #fff;*/
1530     background-color: rgba(255,255,255,$contentbg_transp);
1531     box-shadow: 0 0 3px #dadada;
1532     -webkit-box-shadow: 0 0 3px #dadada;
1533     -moz-box-shadow: 0 0 3px #dadada;
1534     border-radius: 4px;
1535     position: relative;
1536 }
1537 .panel.panel-inline {
1538     margin-left: -15px;
1539     margin-right: -15px;
1540     margin-top: 15px;
1541     padding: 15px;
1542 }
1543 .panel .panel-body {
1544     word-wrap: break-word;
1545 }
1546 .panel .panel-body .wall-item-content {
1547     color: #555;
1548 }
1549 .tread-wrapper .media {
1550     overflow: visible;
1551     word-wrap: break-word;
1552 }
1553 aside .panel-body {
1554     padding: 0px;
1555 }
1556
1557 /* Thread hover effects */
1558 .desktop-view .wall-item-container .wall-item-content a,
1559 .desktop-view .wall-item-container a,
1560 .desktop-view .wall-item-container .fakelink,
1561 .desktop-view .toplevel_item .fakelink,
1562 .desktop-view .toplevel_item .wall-item-container .wall-item-responses a {
1563     color: #555;
1564     -webkit-transition: all 0.25s ease-in-out;
1565     -moz-transition: all 0.25s ease-in-out;
1566     -o-transition: all 0.25s ease-in-out;
1567     -ms-transition: all 0.25s ease-in-out;
1568     transition: all 0.25s ease-in-out;
1569 }
1570
1571 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1572 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1573 .toplevel_item:hover .wall-item-content a,
1574 .toplevel_item:hover .wall-item-name,
1575 .wall-item-container:hover .wall-item-content a,
1576 .wall-item-container:hover .wall-item-name,
1577 .wall-item-container:hover .wall-item-location a {
1578     /*color: #6fdbe8;*/
1579     color: $link_color;
1580     -webkit-transition: all 0.25s ease-in-out;
1581     -moz-transition: all 0.25s ease-in-out;
1582     -o-transition: all 0.25s ease-in-out;
1583     -ms-transition: all 0.25s ease-in-out;
1584     transition: all 0.25s ease-in-out;
1585 }
1586
1587 /* wall items */
1588 .wall-item-container {
1589     border-top: 1px solid rgba(255, 255, 255, 0.8);
1590 }
1591
1592 .wall-item-container.panel-body {
1593     padding: 0;
1594     border-top: none;
1595 }
1596
1597 .wall-item-container .media {
1598     margin-top: 0;
1599     padding: 10px;
1600     background-color: rgba(0, 0, 0, 0.03);
1601 }
1602
1603 /* wall items contact photo */
1604 .contact-photo {
1605     height: 48px;
1606     width: 48px;
1607     border-radius: 3px;
1608     /*maybe some adional stuff is needed for the different screen sizes */
1609 }
1610 .contact-photo-image-wrapper {
1611     width: 100%;
1612     height: 100%;
1613     overflow: hidden;
1614     position: relative;
1615     text-align: center;
1616 }
1617 .contact-photo-overlay {
1618     width: 100%;
1619     height: 100%;
1620     position: absolute;
1621     overflow: hidden;
1622     top: 0;
1623     left: 0;
1624     border-radius: 3px;
1625     background:rgba(0,0,0,.50);
1626     text-align:center;
1627     opacity:0;
1628     -webkit-transition: opacity .25s ease;
1629     -moz-transition: opacity .25s ease;
1630 }
1631 .contact-photo-overlay:hover {
1632     opacity: 1;
1633 }
1634 .contact-photo-overlay-content {
1635     font-size: 26px;
1636     text-shadow: 1px 1px 1px #ccc;
1637     color:rgba(255,255,255,.85);
1638     height: 100%;
1639     vertical-align: bottom;
1640 }
1641 .contact-photo-xs{
1642     height: 38px;
1643     width: 38px;
1644     border-radius: 3px;
1645 }
1646 .wwto .contact-photo {
1647     width: auto;
1648     height: 25px;
1649     font-size: 8.8px;
1650     border-radius: 2px;
1651     position: absolute;
1652     top: 28px;
1653     left: 28px;
1654     display: inline-block;
1655 }
1656
1657 /* wall items action dropdown menu */
1658 .preferences {
1659     position: absolute;
1660     right: 15px;
1661     top: 10px;
1662 }
1663 .comment .preferences {
1664     right: 10px;
1665     top: 5px;
1666 }
1667 .wall-item-network {
1668     font-size: 13px;
1669 }
1670
1671 /* wall items contact info */
1672 .media .media-body {
1673     font-size: 13px;
1674 }
1675 .media .media-body h4.media-heading {
1676     font-size: 14px;
1677     font-weight: 500;
1678     color: #555;
1679 }
1680 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1681     display: block;
1682 }
1683 .media .contact-info-comment {
1684     display: table-cell;
1685 }
1686 .media .contact-info-xs h5,
1687 .media .contact-info-comment {
1688     margin: 0 0 5px;
1689 }
1690 .media-heading {
1691     margin: 0 0 5px;
1692 }
1693 .wall-item-name,
1694 .shared-author {
1695     font-size: 15px;
1696     font-weight: bold;
1697 }
1698 .wall-item-name.xs {
1699     font-weight: 700;
1700     font-size: 14px;
1701 }
1702
1703 /* Contact avatar click card */
1704 .userinfo.click-card {
1705         position: relative;
1706 }
1707
1708 .userinfo.click-card > *:hover:after {
1709         content: '⌄';
1710         color: #bebebe;
1711         font-size: 1em;
1712         font-weight: bold;
1713         background-color: #ffffff;
1714         text-align: center;
1715         line-height: 40%;
1716         position: absolute;
1717         top: 0;
1718         left: 0;
1719         width: 33%;
1720         height: 33%;
1721         opacity: .8;
1722         border-radius: 0 0 40% 0;
1723 }
1724
1725 /* The lock symbol popup */
1726 #panel {
1727     position: absolute;
1728     list-style: none;
1729     background-color: $nav_bg;
1730     border: none;
1731     border-radius: 3px;
1732     float: left;
1733     min-width: 160px;
1734     max-width: 220px;
1735     padding: 10px ;
1736     margin: 2px 0 0;
1737     font-size: 14px;
1738     text-align: left;
1739     color: $nav_icon_color;
1740     z-index: 1000;
1741 }
1742
1743 /* Space between content and head */
1744 .wall-spacer {
1745     height: 10px;
1746 }
1747
1748 /* wall items content */
1749 .wall-item-content {
1750     word-break: break-word;
1751 }
1752 .wall-item-content img {
1753     max-height: 480px;
1754     object-fit: contain;
1755 }
1756 .wall-item-body > img,
1757 .wall-item-body > a > img {
1758     border-radius: 3px;
1759 }
1760 .wall-item-body .body-attach > a {
1761     color: #555;
1762     display: inline-block;
1763 }
1764 .wall-item-body .body-attach > a div {
1765     color: #555;
1766     width: 20px;
1767 }
1768
1769 /* wall-item content elements */
1770 .shared-wrapper,
1771 .vevent {
1772     padding: 10px;
1773     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1774 }
1775 @media screen and (max-width: 767px) {
1776     .shared-wrapper,
1777     .vevent {
1778     margin-left: 0px;
1779     margin-right: 0px;
1780     }
1781 }
1782 .shared-wrapper:hover,
1783 .vevent:hover {
1784     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1785 }
1786 .shared_header {
1787     margin-left: 0px;
1788     margin-top: 0px;
1789     padding-top: 0px;
1790     margin-bottom: 10px;
1791     border-top: none;
1792     color: inherit;
1793 }
1794 blockquote.shared_content {
1795     padding: 0px;
1796     margin-left: 0px;
1797     color: inherit;
1798 }
1799 code > .hl-main {
1800     padding: 10px 10px 1px 0;
1801 }
1802 .hl-main ol {
1803     line-height: 1.7;
1804 }
1805 .type-link img.attachment-image {
1806     width: 100%;
1807 }
1808 .type-link blockquote, .type-video blockquote {
1809     margin: 0;
1810     padding: 10px 0;
1811 }
1812 .oembed.video .embed_video > div::before {
1813     font-family: ForkAwesome;
1814     font-weight: normal;
1815     font-style: normal;
1816     display: inline-block;
1817     text-decoration: inherit;
1818     vertical-align: top;
1819     font-size: 3em;
1820     content: "\f01d";
1821     color: #fff;
1822     bottom: 0px;
1823     right: 10px;
1824     position: absolute;
1825 }
1826 .oembed.video .embed_video > div {
1827     background-color: rgba(0,0,0,0.2);
1828     -webkit-transition: all 0.25s ease-in-out;
1829     -moz-transition: all 0.25s ease-in-out;
1830     -o-transition: all 0.25s ease-in-out;
1831     -ms-transition: all 0.25s ease-in-out;
1832     transition: all 0.25s ease-in-out;
1833 }
1834 .oembed.video .embed_video > div:hover {
1835     background-color: rgba(0,0,0,0);
1836 }
1837 .oembed.video .embed_video.active {
1838     margin: 1em 0;
1839 }
1840 .oembed.video .embed_video.active iframe {
1841     width: 100% !important;
1842 }
1843 .wall-item-tags,
1844 .itemedited {
1845     margin: 10px 0;
1846     font-size: 13px;
1847 }
1848
1849 .wall-item-tags a {
1850     color: #555;
1851 }
1852
1853 .wall-item-tags a:hover {
1854     text-decoration: none;
1855 }
1856 .wall-item-bottom .label,
1857 .wall-item-bottom .label a {
1858     color: #fff;
1859 }
1860 .wall-item-tags .category,
1861 .wall-item-tags .folder {
1862     margin-right: 3px;
1863 }
1864
1865 /* item social action buttons */
1866 .wall-item-actions {
1867     display: flex;
1868     margin: 0;
1869     justify-content: space-between;
1870 }
1871 .wall-item-actions a, .wall-item-actions button {
1872     font-size: 13px;
1873     color: #555;
1874 }
1875 .wall-item-actions .active {
1876     font-weight: bold;
1877 }
1878 .wall-item-actions .active:hover {
1879     color: $link_color;
1880 }
1881 .wall-item-actions-left {
1882     display: table-cell;
1883     vertical-align: middle;
1884 }
1885 .wall-item-actions-right {
1886     display: flex;
1887 }
1888 .wall-item-actions .checkbox {
1889     margin: 0;
1890     margin-left: 20px;
1891 }
1892 .wall-item-actions .button-comments,
1893 .wall-item-actions .button-votes,
1894 .wall-item-actions .button-likes {
1895     text-transform: capitalize;
1896 }
1897 .wall-item-actions button:hover {
1898     color: #555;
1899     text-decoration: underline;
1900 }
1901 .wall-item-actions .separator {
1902     margin: 0 .3em;
1903 }
1904
1905 .wall-item-responses > div > p {
1906     margin: 0;
1907 }
1908
1909 /* wall item hover effects */
1910
1911 @media (min-width: 768px) {
1912         .wall-item-container .wall-item-links,
1913         .wall-item-container .wall-item-actions button,
1914         .wall-item-container .body-attach > a {
1915                 opacity: 0.3;
1916                 -webkit-transition: all 0.25s ease-in-out;
1917                 -moz-transition: all 0.25s ease-in-out;
1918                 -o-transition: all 0.25s ease-in-out;
1919                 -ms-transition: all 0.25s ease-in-out;
1920                 transition: all 0.25s ease-in-out;
1921         }
1922         .wall-item-container:hover .wall-item-links,
1923         .wall-item-container:hover .wall-item-actions button,
1924         .wall-item-container:hover .body-attach > a {
1925                 opacity: 1;
1926                 -webkit-transition: all 0.25s ease-in-out;
1927                 -moz-transition: all 0.25s ease-in-out;
1928                 -o-transition: all 0.25s ease-in-out;
1929                 -ms-transition: all 0.25s ease-in-out;
1930                 transition: all 0.25s ease-in-out;
1931         }
1932         .wall-item-container .wall-item-body .body-attach > a:hover {
1933                 opacity: 1;
1934         }
1935 }
1936
1937 /*
1938 * Comments
1939 */
1940 .well {
1941     border: none;
1942     box-shadow: none;
1943     /*background-color: #ededed;*/
1944     background-color: rgba(237, 237, 237, $contentbg_transp);
1945     background-image: none;
1946     margin-bottom: 1px;
1947 }
1948 .well-small {
1949     padding: 10px;
1950     border-radius: 3px;
1951 }
1952 .well hr {
1953     border-top: 1px solid #d9d9d9;
1954 }
1955 .wall-entry .well {
1956     margin-bottom: 0;
1957 }
1958 .comment-container {
1959     margin-bottom: 0px;
1960     border-top-left-radius: 3px;
1961     border-top-right-radius: 3px;
1962     border-bottom-right-radius: 0px;
1963     border-bottom-left-radius: 0px;
1964 }
1965 .comment .media {
1966     position: relative!important;
1967     margin-top: 0;
1968 }
1969 .hide-comments-outer {
1970     background-color: rgba(0, 0, 0, 0.03);
1971     padding: 0.5em;
1972     border-radius: 0.5em 0.5em 0 0;
1973 }
1974 .hide-comments-total {
1975     cursor: pointer;
1976 }
1977
1978 /*
1979 * Comment Box
1980 */
1981
1982 .comment-fake-form,
1983 .wall-item-comment-wrapper {
1984     padding: 10px;
1985     border-top: 1px solid rgba(255, 255, 255, 0.8);
1986     background-color: rgba(0, 0, 0, 0.03);
1987     border-radius: 0 0 10px 10px;
1988 }
1989
1990 .comment-fake-form {
1991     border-color: #d9d9d9;
1992 }
1993 .comment-fake-form textarea {
1994     resize: none;
1995 }
1996
1997 .comment-container .wall-item-comment-wrapper {
1998     margin-top: 0.5em;
1999 }
2000
2001 .comment-edit-form textarea {
2002     resize: vertical;
2003 }
2004
2005 .comment-edit-submit-wrapper {
2006     text-align: right;
2007 }
2008
2009 .comment-icon-list {
2010     display: flex;
2011     justify-content: space-between;
2012 }
2013
2014 /* acpopup  + textcompletion*/
2015 .acpopup {
2016     /* max-height: 150px; */
2017     background-color: #ffffff;
2018     border-radius: 4px;
2019     overflow: auto;
2020     z-index: 100000;
2021     box-shadow: 0 6px 12px rgba(0,0,0,.175);
2022 }
2023 nav .acpopup {
2024     /*top: 35px !important;*/
2025     margin-left: -23px;
2026 }
2027 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
2028  at the beginning of this file to get rid of the !important */
2029 .textcomplete-item > a {
2030     color: #555 !important;
2031     padding: 5px 20px !important;
2032 }
2033 .textcomplete-item.active > a {
2034     background-color: rgb(247, 247, 247) !important;
2035     background-image: none !important;
2036     border-left: 3px solid $link_color;
2037     padding-left: 17px !important;
2038 }
2039 .textcomplete-item a .forum {
2040     color: $link_color;
2041 }
2042 img.acpopup-img {
2043     border-radius: 4px;
2044  }
2045
2046
2047 /* The wall-item thread levels */
2048 /*.wall-item-container.thread_level_3 {
2049   margin-left: 80px;
2050   width: calc(100% - 90px);
2051 }
2052 .wall-item-container.thread_level_4 {
2053   margin-left: 95px;
2054   width: calc(100% - 105px);
2055 }
2056 .wall-item-container.thread_level_5 {
2057   margin-left: 110px;
2058   width: calc(100% - 120px);
2059 }
2060 .wall-item-container.thread_level_6 {
2061   margin-left: 125px;
2062   width: calc(100% - 135px);
2063 }
2064 .wall-item-container.thread_level_7 {
2065   margin-left: 140px;
2066   width: calc(100% - 150px);
2067 }*/
2068
2069 .wall-item-container.thread_level_3,
2070 .wall-item-container.thread_level_4,
2071 .wall-item-container.thread_level_5,
2072 .wall-item-container.thread_level_6,
2073 .wall-item-container.thread_level_7 {
2074     margin-left: 15px;
2075 }
2076 /* Menubar Tabs */
2077 section > .tabbar-wrapper {
2078 /* The tabbar shouldn't' be visibile inside
2079 the section element. Only after we have
2080 moved it to the nav through js */
2081     display: none !important;
2082 }
2083 #tabmenu,
2084 .tabbar-wrapper,
2085 .tabbar,
2086 .tabbar > li {
2087     height: 100%;
2088     /*margin-left: -15px;*/
2089     padding: 0;
2090 }
2091 #tabmenu .search-heading {
2092     overflow: hidden;
2093     text-overflow: ellipsis;
2094     white-space: nowrap;
2095 }
2096 ul.tabs {
2097     list-style: none;
2098     height: 100%;
2099     padding: 0;
2100     padding-top: 10px;
2101     margin: 0;
2102 }
2103 ul.tabs li {
2104     float: left;
2105     margin: 0;
2106     padding: 0;
2107     /*border-bottom: 0 solid #6fdbe8;*/
2108     border-bottom: 0 solid $link_color;
2109     font-size: 13px;
2110     height: 102%;
2111     transition: all .15s ease;
2112 }
2113 /*ul.tabs.visible-xs > li.active {
2114     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
2115 }*/
2116 ul.tabs li a {
2117     margin-left: 10px;
2118     margin-right: 10px;
2119     /*color: #6fdbe8;*/
2120     color: $link_color !important;
2121 }
2122 ul.tabs li:hover, ul.tabs li.active {
2123     border-bottom-width: 4px;
2124 }
2125 ul.tabbar ul.tabs-extended li.active {
2126     width: 100%;
2127     border-bottom-width: 2px;
2128 }
2129 ul.tabbar ul.tabs-extended li.active a {
2130     background: none;
2131 }
2132 ul.dropdown-menu li:hover {
2133     border-bottom-width: 0;
2134 }
2135
2136
2137 /* Dropdown Menu */
2138 .dropdown-menu li a,
2139 .dropdown-menu li .btn-link {
2140     font-size: 13px!important;
2141     font-weight: 600!important;
2142 }
2143 .dropdown-menu li > :hover,
2144 .dropdown-menu li > :visited,
2145 .dropdown-menu li > :focus {
2146     background: 0 0;
2147 }
2148
2149 .dropdown-menu li:first-child {
2150     margin-top: 3px;
2151 }
2152
2153 /* Notificaiotn badges */
2154 #mail-update-li.show {
2155     display: inline-block!important;
2156 }
2157
2158 /* Media Classes */
2159 .media .time,
2160 .media .shared-time,
2161 .media .delivery,
2162 .media .location,
2163 .media .location a {
2164     font-size: 11px;
2165     color: #bebebe;
2166 }
2167 .media-list > li {
2168     padding: 10px;
2169     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2170     position: relative;
2171 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2172     border-left: 3px solid rgba(255,255,255,0);
2173     font-size: 12px;
2174 }
2175 .media-list > li:hover,
2176 .media-list > li.selected,
2177 .media-list > li.active {
2178     border-left: 3px solid $link_color;
2179     background-color: rgba(247, 247, 247, $contentbg_transp);
2180 }
2181
2182 /* Forms */
2183 .form-control {
2184     border: 2px solid #ededed;
2185     box-shadow: none;
2186 }
2187 .form-control:focus {
2188     /*border: 2px solid #6fdbe8;*/
2189     border: 2px solid $link_color;
2190     outline: 0;
2191     box-shadow: none;
2192 }
2193
2194
2195 .checkbox input[type="checkbox"]:focus + label::before,
2196 .checkbox input[type="radio"]:focus + label::before {
2197     /*border: 2px solid #6fdbe8;*/
2198     border: 2px solid $link_color;
2199     outline: 0;
2200     box-shadow: none;
2201 }
2202
2203 /* Search form */
2204 .form-control.form-search {
2205     border-radius: 30px;
2206     background-image: url(img/icon_search16x16.png);
2207     background-repeat: no-repeat;
2208     background-position: 10px 8px;
2209     padding-left: 34px;
2210 }
2211 .form-group-search {
2212     position: relative;
2213     width: 100%;
2214 }
2215
2216 .form-group-search .form-button-search {
2217     position: absolute;
2218     top: 4px;
2219     right: 4px;
2220     border-radius: 30px;
2221 }
2222 .search-input.form-control.form-search {
2223     width: 100%;
2224 }
2225 .search-heading {
2226     text-align: center;
2227     color: $link_color;
2228     font-size: 20px;
2229 }
2230 .search-content-wrapper > #search-header-wrapper {
2231     display: none;
2232 }
2233 .search-content-wrapper > .section-title-wrapper {
2234     display: none;
2235 }
2236 #navbar-button > #search-save {
2237     margin-top: 3px;
2238 }
2239 /* Section-Content-Wrapper */
2240 #search-header-wrapper {
2241     padding: 15px;
2242     padding-bottom: 20px;
2243     margin-bottom: 20px;
2244     border: none;
2245     /*background-color: #fff;*/
2246     background-color: rgba(255,255,255,$contentbg_transp);
2247     border-radius: 4px;
2248     position: relative;
2249     /*overflow: hidden;*/
2250     color: #555;
2251     box-shadow: 0 0 3px #dadada;
2252     -webkit-box-shadow: 0 0 3px #dadada;
2253     -moz-box-shadow: 0 0 3px #dadada;
2254 }
2255
2256 /* *******
2257  * PAGES
2258  *********/
2259
2260 .generic-page-wrapper, .videos-content-wrapper,
2261  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2262 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2263 .delegation-content-wrapper, .notes-content-wrapper,
2264 .message-content-wrapper, .apps-content-wrapper,
2265 #adminpage, .delegate-content-wrapper, .uexport-content-wrapper,
2266 .dfrn_request-content-wrapper,
2267 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2268 .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper,
2269 .fsuggest-content-wrapper {
2270     min-height: calc(100vh - 150px);
2271     padding: 15px;
2272     padding-bottom: 20px;
2273     margin-bottom: 20px;
2274     border: none;
2275     /*background-color: #fff;*/
2276     background-color: rgba(255,255,255,$contentbg_transp);
2277     border-radius: 4px;
2278     position: relative;
2279     /*overflow: hidden;*/
2280     color: #555;
2281     box-shadow: 0 0 3px #dadada;
2282     -webkit-box-shadow: 0 0 3px #dadada;
2283     -moz-box-shadow: 0 0 3px #dadada;
2284 }
2285 #content:hover .page-action.faded-icon {
2286     opacity: 0.8;
2287     transition: all 0.25s ease-in-out;
2288 }
2289 #content .page-action.faded-icon:hover {
2290     opacity: 1;
2291 }
2292
2293 .section-title-wrapper {
2294     overflow: hidden;
2295 }
2296 /* Home and Login Page */
2297 body.mod-home nav.navbar .nav>li>a:hover {
2298     background-color: rgba(255,255,255,0.2);
2299 }
2300 body.mod-home .navbar #nav-login,
2301 body.mod-login .navbar #nav-login {
2302     display: none;
2303 }
2304 /* Profile-page */
2305 #profile-content-standard,
2306 #profile-content-advanced {
2307     overflow: hidden;
2308 }
2309 #profile-menu {
2310     margin-top: 20px;
2311     margin-bottom: 20px;
2312 }
2313 .contact-block-div.forumlist-profile-advanced {
2314     float: left;
2315 }
2316
2317 /* contacts page */
2318 ul.viewcontact_wrapper {
2319     margin-left: -15px;
2320     margin-right: -15px;
2321 }
2322 ul.viewcontact_wrapper > li {
2323     padding-left: 15px;
2324 }
2325 .contact-wrapper {
2326 /*    padding: 10px;
2327     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2328     position: relative;*/
2329     /*border-left: 3px solid white;*/
2330 }
2331 .contact-wrapper .contact-photo-wrapper button {
2332     padding: 0;
2333 }
2334 .contact-wrapper.media {
2335     overflow: visible;
2336     word-wrap: break-word;
2337     margin-top: 0;
2338 }
2339 /* bootstrap hack for .media */
2340 .contact-wrapper.media .media-body {
2341     display: table-cell;
2342     width: 10000px;
2343     *width: auto;
2344     *zoom: 1;
2345 }
2346 .contact-wrapper.media:before, .media:after {
2347     content: "";
2348     display: table;
2349 }
2350 .contact-wrapper.media:after {
2351     clear: both;
2352 }
2353 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2354     height: 80px;
2355     width: 80px;
2356 }
2357 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2358     height: 48px;
2359     width: 48px;
2360 }
2361 .contact-wrapper .contact-photo-overlay-content.xl {
2362     font-size: 48px;
2363 }
2364 .contact-wrapper .contact-photo-menu {
2365     top: auto;
2366 }
2367
2368 .contact-entry-desc {
2369     color: #555;
2370 }
2371 .contact-entry-checkbox {
2372     margin-top: -20px;
2373 }
2374 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2375     font-weight: bold !important;
2376     color: $link_color;
2377     font-size: 15px !important;
2378 }
2379 .contact-wrapper .contact-actions {
2380     display: flex;
2381 }
2382 .contact-wrapper .contact-action-link,
2383 .contact-wrapper .contact-action-link:hover,
2384 .textcomplete-item .contact-wrapper .contact-action-link {
2385     padding: 0 5px;
2386     color: #555;
2387     border: 0;
2388 }
2389 .contact-wrapper .contact-action-link {
2390     opacity: 0.1;
2391     transition: all 0.25s ease-in-out;
2392 }
2393 ul li:hover .contact-wrapper .contact-action-link {
2394     opacity: 0.8;
2395     transition: all 0.25s ease-in-out;
2396 }
2397 ul li:hover .contact-wrapper .contact-action-link:hover {
2398     opacity: 1;
2399 }
2400 #contacts-search-wrapper,
2401 #directory-search-wrapper{
2402     padding: 10px 0;
2403 }
2404 #contact-drop-confirm .contact-actions,
2405 #contact-drop-confirm .contact-photo-overlay,
2406 #contact-drop-confirm .contact-photo-menu {
2407     display: none;
2408 }
2409 #contact-drop-confirm #confirm-form {
2410     margin-top: 20px;
2411 }
2412
2413 /* contact-edit */
2414 #contact-edit-actions {
2415     position: absolute;
2416 }
2417 #contact-edit-status-wrapper {
2418     border: none;
2419     background-color: #E1F5FE;
2420     margin: 15px -15px;
2421 }
2422 #contact-edit-tools {
2423     margin-left: -15px;
2424     margin-right: -15px;
2425 }
2426 #contact-edit-tools > .panel {
2427     padding-left: 15px;
2428     padding-right: 15px;
2429 }
2430 #contact-edit-settings {
2431     display: block;
2432     margin: 0;
2433 }
2434
2435 /* directory page */
2436 #directory-search-heading {
2437     padding-top: 10px;
2438 }
2439
2440 /* group edit page */
2441 .group-actions {
2442     margin-top: 4px;
2443     margin-bottom: 10px;
2444     font-size: 30px;
2445 }
2446 .group-actions button,
2447 .group-actions a {
2448     font-size: 18px;
2449 }
2450
2451 .contact-group-actions .fa-times-circle { color: #D00000;}
2452 .contact-group-actions .fa-plus-circle { color: #008000;}
2453
2454 #group-edit-wrapper {
2455     margin-top: 14px;
2456     display: none;
2457 }
2458 #group-edit-header {
2459     display: block;
2460 }
2461 #group-update-wrapper .contact-photo-overlay {
2462     display: none;
2463 }
2464 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2465     height: 100%;
2466     margin-top: -10px;
2467     display: flex;
2468 }
2469 #group-update-wrapper .viewcontact_wrapper .contact-group-link {
2470     opacity: 0.8;
2471     font-size: 20px;
2472     line-height: 50px;
2473 }
2474 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2475     opacity: 1;
2476 }
2477 #group-update-wrapper .shortmode {
2478     height: 53px;
2479     overflow: hidden;
2480 }
2481 #group-update-wrapper .shortmode .contact-photo {
2482     height: 32px;
2483     width: 32px;
2484 }
2485 #group-update-wrapper .shortmode .media {
2486     overflow: hidden;
2487 }
2488 #group-update-wrapper .shortmode .contact-entry-desc {
2489     font-size: 12px !important;
2490 }
2491 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2492     margin: 0;
2493 }
2494 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2495     font-size: 13px !important;
2496     white-space: nowrap;
2497 }
2498 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2499 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2500     display: none;
2501 }
2502
2503 /* private mail */
2504 .message-content-wrapper > li {
2505 /* we need this overwriting because we have no template file
2506    for the general mail page /message
2507 */
2508     list-style-type: none;
2509 }
2510 .mail-thread {
2511     max-height: calc(100vh - 200px);
2512 }
2513 #mail-conversation {
2514     overflow-y: auto;
2515     max-height: calc(100vh - 400px);
2516     max-height: auto;
2517     /*height: 500px;*/
2518     margin-bottom: 0px;
2519     padding: 0 15px;
2520 }
2521 #mail-conversation.can-reply {
2522 /*    border-bottom-left-radius: 0px;
2523     border-bottom-right-radius: 0px;*/
2524 }
2525 .mail-conv-wrapper .media .contact-photo-wrapper img {
2526     height: 48px;
2527     width: 48px;
2528 }
2529 .mail-thread #prvmail-to-label,
2530 .mail-thread #prvmail-subject-label {
2531     display: none;
2532 }
2533 .mail-thread #prvmail-message-label > label {
2534     display:none;
2535 }
2536 .mail-thread #prvmail-message-label textarea {
2537 /*    border-top: none;
2538     margin-top: -10px;
2539     border-top-left-radius: 0px;
2540     border-top-right-radius: 0px;*/
2541     max-height: 120px;
2542 }
2543 .mail-conv-wrapper {
2544     padding: 15px 0;
2545     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2546 }
2547 #message-sidebar {
2548     height: calc(100vh - 150px);
2549 }
2550 #message-preview {
2551     /*padding: 0 10px;*/
2552     height: calc(100% - 20px);
2553 }
2554 #message-preview ul {
2555     margin: 0px;
2556 }
2557 #message-preview .media-list li {
2558     padding: 0px 10px;
2559     border: none;
2560 }
2561 #message-preview .media-list li:hover {
2562     border-left: none !important;
2563 }
2564 #message-preview .media-list li a {
2565     color: $link_color;
2566 }
2567 .mail-list-outside-wrapper {
2568     padding: 5px 0;
2569     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2570 }
2571 .mail-list-outside-wrapper .contact-photo-wrapper img {
2572     height: 48px;
2573     width: 48px;
2574 }
2575 #prvmail-end {
2576     clear:both;
2577 }
2578 #modal #prvmail-text-edit-bb .bb-img {
2579     display: none;
2580 }
2581
2582 /* photos */
2583 #photo-album-edit-name-label {
2584     width: 100%;
2585 }
2586 .photo-album-edit-name {
2587     width: 60%;
2588 }
2589
2590 .photo-album-actions {
2591     margin-bottom: 10px;
2592 }
2593 .photo-album-actions .photos-order-link {
2594     float: right;
2595 }
2596 /* poke */
2597 #poke-desc {
2598     margin: 5px 0 30px;
2599 }
2600 #poke-wrapper-end {
2601     clear: both;
2602 }
2603
2604 /* Events page */
2605
2606 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2607     color: $link_hover_color;
2608 }
2609 .fc .fc-list-item-title a {
2610     color: $link_color;
2611 }
2612 .fc .fc-list-item-title a[href]:hover {
2613     color: $link_hover_color;
2614     text-decoration: none;
2615 }
2616 /*.event-date-wrapper.medium .event-hover-short-month {
2617     color: $link_color;
2618 }*/
2619 .event-wrapper .event-owner {
2620   margin-bottom: 15px;
2621 }
2622 .event-wrapper .event-owner img {
2623     display: block;
2624 }
2625 .event-owner img {
2626     margin-right: 5px;
2627     height: 48px;
2628     width:  48;
2629     border-radius: 3px;
2630 }
2631 .event-wrapper .vevent {
2632     margin-left: 0;
2633     margin-right: 0;
2634     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2635 }
2636 .event-wrapper .event-buttons {
2637     margin-top: 15px;
2638 }
2639 #event-form-wrapper {
2640     padding-top: 5px;
2641 }
2642 #event-edit-form-wrapper {
2643     padding-top: 15px;
2644 }
2645 #event-nav a {
2646     color: #555;
2647 }
2648 #event-edit-form-wrapper #event-edit-time {
2649     padding: 10px 0;
2650 }
2651 .event-buttons .plink-event-link {
2652     margin-left: 20px;
2653 }
2654 .vevent .event-summary {
2655     font-size: 16px;
2656 }
2657 .vevent .event-description {
2658     padding: 10px 0;
2659 }
2660 .vevent .event-location .location {
2661     font-size: inherit;
2662     color: inherit;
2663 }
2664 .modal-body .vevent .event-summary {
2665     display: none;
2666 }
2667 #event-preview .vevent .event-summary {
2668     display: block;
2669 }
2670
2671 /* Event Cards */
2672 .event-card-details, .event-card-header {
2673     width: 100%;
2674 }
2675 .event-card-header, .event-card-left-date {
2676     float: left;
2677 }
2678 .vevent .event-card-header {
2679     display: table;
2680 }
2681 .event-card-left-date {
2682     width: 60px; /* Das muss wahrscheinlich unterschiedlich sein zwischen calendar und stream */
2683 }
2684 .event-card .event-date-wrapper > span {
2685     display: block;
2686     overflow: hidden;
2687     text-align: center;
2688     white-space: nowrap;
2689 }
2690 .event-card .event-date-wrapper .event-card-short-month {
2691     font-size: 13px;
2692     text-transform: uppercase;
2693 }
2694 .event-card .event-date-wrapper.medium .event-card-short-date {
2695     font-size: 24px;
2696     line-height: 28px;
2697     margin-top: 2px;
2698 }
2699 .event-card .event-card-content {
2700     width: 100%;
2701     padding: 0 5px 0 15px;
2702     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2703     color: #777;
2704     position: relative;
2705 }
2706 .event-card .event-card-content .event-map-btn {
2707     position: absolute;
2708     right: 0;
2709     top:0;
2710     line-height: 15px;
2711 }
2712 .event-card .event-card-title {
2713     font-size: 14px;
2714     color: #555;
2715     line-height: 15px;
2716     font-weight: bold;
2717     margin: 0;
2718 }
2719 .event-card .event-card-location {
2720     margin-top: 10px;
2721     font-size: 13px;
2722 }
2723 .event-card .event-card-location br {
2724     content: " ";
2725 }
2726 .event-card .event-card-location br::after {
2727     content: " ";
2728 }
2729 .event-card-profile-name a {
2730     color: $link_color;
2731 }
2732 .event-card-profile-name a:hover {
2733     color: $link_hover_color;
2734 }
2735 .event-card .event-card-content .event-location-map {
2736     position: absolute;
2737     left: -9999px;
2738     top: -9999px;
2739 }
2740 .event-card .event-card-content .event-location-map .map{
2741     margin-top: 10px;
2742 }
2743 .event-card .description {
2744     margin-top: 10px;
2745     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
2746 }
2747 /* Photos Pages */
2748 #photo-photo {
2749     position: relative;
2750 }
2751 .photo-next-link, .photo-prev-link {
2752     height: 64px;
2753     margin-top: -32px;
2754     opacity: 0;
2755     position: absolute;
2756     top: 50%;
2757     transform: translateZ(0);
2758     transition: opacity .2s;
2759     /*width: 27px;*/
2760     width: 100px;
2761     z-index: 11;
2762     font-size: 64px;
2763     color: #fff;
2764     text-shadow:
2765         -1px -1px 0 #000,
2766         1px -1px 0 #000,
2767         -1px 1px 0 #000,
2768         1px 1px 0 #000;
2769 }
2770 .photo-next-link > i, .photo-prev-link > i {
2771     vertical-align: super;
2772 }
2773 .photo-next-link > i {
2774     float: right;
2775 }
2776 .photo-prev-link {
2777     left: 20px;
2778 }
2779 .photo-next-link {
2780     right: 20px;
2781 }
2782 #photo-photo:hover .photo-next-link,
2783 #photo-photo:hover .photo-prev-link {
2784     opacity: 0.4;
2785 }
2786 #photo-photo .photo-next-link:hover,
2787 #photo-photo .photo-prev-link:hover {
2788     opacity: 1;
2789     color: #fff;
2790 }
2791 .photo-comment-wrapper .comment {
2792     position: relative;
2793 }
2794 .photo-comment-wrapper .wall-item-content {
2795     color: #555;
2796     font-size: 13px;
2797 }
2798 .photo-comment-wrapper .comment-wwedit-wrapper,
2799 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2800     margin-top: 15px;
2801 }
2802
2803 /* Profiles Page */
2804 .profile-listing-table {
2805     display: table;
2806     width: 100%;
2807 }
2808 .profile-listing-row {
2809     display: table-row;
2810 }
2811 .profile-listing-cell {
2812     display: table-cell;
2813 }
2814 .profile-listing-photo {
2815     width: 48px;
2816     height: 48px;
2817     margin: 10px 0px;
2818 }
2819 #profile-listing-new-link-wrapper {
2820     margin-bottom: 20px;
2821 }
2822
2823 .panel-group-settings > .panel,
2824 .panel-group-settings > form > .panel {
2825     padding-left: 10px;
2826     padding-right: 10px;
2827 }
2828 #profile-photo-upload-section {
2829     display: none;
2830     padding: 10px;
2831 }
2832 #profile-photo-upload-close {
2833     font-size: 14px;
2834 }
2835
2836 /* Settings */
2837 .section-subtitle-wrapper {
2838     padding: 1px 10px;
2839 }
2840 details.profile-jot-net[open] summary:before, .panel .section-subtitle-wrapper a.accordion-toggle:before {
2841     font-family: ForkAwesome;
2842     content: "\f0d7";
2843     padding-right: 5px;
2844 }
2845 details.profile-jot-net summary:before, .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2846     font-family: ForkAwesome;
2847     content: "\f0da";
2848 }
2849 details.profile-jot-net summary:before {
2850     padding-right: 5px;
2851     padding-left: 3px;
2852 }
2853 details.profile-jot-net[open] summary:before {
2854     padding-right: 5px;
2855     padding-left: 0px;
2856 }
2857 #settings-nick-wrapper {
2858     margin-bottom: 20px;
2859 }
2860 .group {
2861     margin-left: 20px;
2862 }
2863
2864 /* Emulates Bootstrap display */
2865 .settings-block {
2866     margin: 0 -15px 5px;
2867     color: #333;
2868     background-color: rgba(255,255,255,0.95);
2869     border-radius: 4px;
2870     padding: 10px 15px;
2871     box-shadow: 0 0 3px #dadada;
2872     -webkit-box-shadow: 0 0 3px #dadada;
2873     -moz-box-shadow: 0 0 3px #dadada;
2874 }
2875
2876 .settings-block.fakelink, .settings-block > .fakelink {
2877     padding: 10px 25px;
2878     display: block;
2879 }
2880 .settings-block > .fakelink {
2881     margin: -10px -15px 10px -15px;
2882     border-radius: 4px 4px 0 0;
2883 }
2884
2885 .settings-block.fakelink:hover, .settings-block > .fakelink:hover {
2886     color: $link_hover_color;
2887 }
2888 .settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
2889     margin: 0;
2890     padding: 0;
2891     color: $link_color;
2892     font-size: 18px;
2893 }
2894
2895 .fakelink > h3:before {
2896     padding-right: 10px;
2897 }
2898 .widget.fakelink > h3:before,
2899 .settings-block.fakelink > h3:before {
2900     font-family: ForkAwesome;
2901     content: "\f0da"; /* Right Plain Pointer */
2902 }
2903 .widget > .fakelink > h3:before,
2904 #sidebar-group-header > .fakelink > h3:before,
2905 .settings-block > .fakelink > h3:before {
2906     font-family: ForkAwesome;
2907     content: "\f0d7"; /* Bottom Plain Pointer */
2908 }
2909
2910 h3.connector {
2911     line-height: 40px;
2912 }
2913
2914 /* Intro Notifications */
2915 ul.notif-network-list {
2916     margin-left: -15px;
2917     margin-right: -15px;
2918 }
2919 ul.notif-network-list > li {
2920     padding-left: 15px;
2921     padding-right: 15px;
2922 }
2923 .intro-wrapper.media {
2924     overflow: visible;
2925     word-wrap: break-word;
2926     margin-top: 0;
2927 }
2928 .intro-photo-wrapper img.intro-photo {
2929     height:80px;
2930     width: 80px;
2931     border-radius: 4px;
2932 }
2933 .intro-actions {
2934     display: flex;
2935 }
2936 .intro-enty-name h4 {
2937     font-size: 15px !important;
2938 }
2939 .intro-wrapper button.intro-action-link {
2940     opacity: 0.1;
2941     transition: all 0.25s ease-in-out;
2942 }
2943 .intro-wrapper button.intro-action-link,
2944 .intro-wrapper button.intro-action-link:hover {
2945     padding-right: 5px;
2946     padding-left: 5px;
2947     color: #555;
2948 }
2949 ul li:hover .intro-wrapper button.intro-action-link {
2950     opacity: 0.8;
2951     transition: all 0.25s ease-in-out;
2952 }
2953 ul li:hover .intro-wrapper button.intro-action-link:hover {
2954     opacity: 1;
2955 }
2956 .intro-action-buttons {
2957     margin-top: 15px;
2958     /*display: none;*/
2959     max-height: 0px;
2960     overflow: hidden;
2961     transition: max-height 0.1s ease-out;
2962 }
2963 ul.notif-network-list > li:hover .intro-action-buttons {
2964     /*display: block;*/
2965     max-height: 30px;
2966     transition: max-height 0.1s ease-in;
2967 }
2968 .intro-desc-label, .intro-url-label, .intro-network-label,
2969 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2970 .intro-about-label, .intro-knowyou-label, .intro-madeby-label {
2971     font-weight: bold;
2972 }
2973 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2974 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2975 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2976 .intro-contact-info.xs .intro-knowyou-label {
2977     display: block;
2978     margin-top: 5px
2979 }
2980
2981 /* Notifications Page */
2982 ul.notif-network-list li.unseen {
2983     background-color: #e3eff3;
2984 }
2985 .notif-item img.notif-image {
2986     height: 48px;
2987     width: 48px;
2988     border-radius: 4px;
2989 }
2990 .notif-item .notif-desc-wrapper {
2991     height: 48px;
2992 }
2993 .notif-item .notif-desc-wrapper a {
2994     height: 100%;
2995     display: block;
2996     color: #555;
2997     font-size: 13px;
2998     font-weight: 600;
2999 }
3000
3001 /* Search Page */
3002
3003 /* This is a little bit hacky. Since the search page is used for diferent
3004 content types we can't apply the generic-page-wrapper class.
3005 So we apply the css of the generic-page-wrapper class to the ul element with some
3006 little modifications to emulate a standard page template */
3007 .search-content-wrapper > ul.viewcontact_wrapper {
3008     min-height: calc(100vh - 150px);
3009     padding-top: 15px;
3010     padding-bottom: 20px;
3011     margin: 0;
3012     margin-bottom: 20px;
3013     border: none;
3014     /*background-color: #fff;*/
3015     background-color: rgba(255,255,255,$contentbg_transp);
3016     border-radius: 4px;
3017     position: relative;
3018     /*overflow: hidden;*/
3019     color: #555;
3020     box-shadow: 0 0 3px #dadada;
3021     -webkit-box-shadow: 0 0 3px #dadada;
3022     -moz-box-shadow: 0 0 3px #dadada;
3023 }
3024
3025 /* Help Page */
3026 section.help-content-wrapper h1 {
3027     padding-bottom: 0.3em;
3028     font-size: 1.8em;
3029     border-bottom: 1px solid #ddd;
3030 }
3031 section.help-content-wrapper h2 {
3032     padding-bottom: 0.3em;
3033     font-size: 1.5em;
3034     border-bottom: 1px solid #ddd;
3035 }
3036 section.help-content-wrapper h3 {
3037     font-size: 1.2em;
3038 }
3039 section.help-content-wrapper h4 {
3040     font-size: 1em;
3041 }
3042 section.help-content-wrapper h1,
3043 section.help-content-wrapper h2,
3044 section.help-content-wrapper h3,
3045 section.help-content-wrapper h4,
3046 section.help-content-wrapper h5,
3047 section.help-content-wrapper h6 {
3048     margin-top: 24px;
3049     margin-bottom: 16px;
3050     font-weight: 600;
3051     line-height: 1.25;
3052 }
3053 section.help-content-wrapper p {
3054     margin: 0.4em 0;
3055 }
3056 section.help-content-wrapper p,
3057 section.help-content-wrapper a,
3058 section.help-content-wrapper li {
3059     line-height: 1.6;
3060     font-size: 0.96em;
3061 }
3062
3063 /*Admin Page*/
3064 #adminpage #frio_background_image .image-select {
3065     display: none;
3066 }
3067 #adminpage #frio_background_image.input-group {
3068     display: block;
3069 }
3070 #admin-summary-wrapper {
3071     padding-top: 10px;
3072 }
3073 #adminpage ul#addonslist, li.addon {
3074     list-style: none;
3075 }
3076 #adminpage li .icon {
3077     display: inline-block;
3078     vertical-align: text-top;
3079     position: relative;
3080     padding-left: 5px;
3081 }
3082 #adminpage li .icon:before {
3083     content: "";
3084     display: inline-block;
3085     position: absolute;
3086     width: 17px;
3087     height: 17px;
3088     left: 0;
3089     margin-left: -20px;
3090     margin-top: 2px;
3091     border: 1px solid #cccccc;
3092     border-radius: 3px;
3093     background-color: #fff;
3094     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3095     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3096     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3097 }
3098 #adminpage li .icon.on:after {
3099     font-family: "ForkAwesome";
3100     content: "\f00c";
3101     display: inline-block;
3102     position: absolute;
3103     width: 16px;
3104     height: 16px;
3105     left: 0;
3106     top: 0;
3107     margin-left: -20px;
3108     margin-top: 2px;
3109     padding-left: 3px;
3110     padding-top: 1px;
3111     font-size: 11px;
3112     color: #555555;
3113 }
3114 #adminpage .addon .desc {
3115     padding-left: 10px;
3116 }
3117 .adminpage .admin-settings-action-link,
3118 .adminpage .admin-settings-action-link:hover {
3119     color: #555;
3120 }
3121 .adminpage .admin-settings-action-link:hover {
3122     opacity: 1;
3123 }
3124 .adminpage .admin-settings-action-link {
3125     opacity: 0.8;
3126 }
3127 #admin-users tr.blocked {
3128     background-color: #f8efc0;
3129 }
3130 .adminpage .table-hover > tbody > tr:hover + tr.details {
3131     background-color: #f5f5f5;
3132 }
3133 .offset-anchor::before {
3134     display: block;
3135     content: " ";
3136     margin-top: -100px;
3137     height: 100px;
3138     visibility: hidden;
3139     pointer-events: none;
3140 }
3141
3142 /* Manage Page */
3143 #identity-selector-wrapper {
3144     width: auto;
3145     height: auto;
3146     margin-top: 20px;
3147 }
3148 #identity-selector-wrapper .identity-match-photo {
3149     width: auto;
3150     float: none;
3151 }
3152 #identity-selector-wrapper .identity-match-photo button {
3153     position: relative;
3154 }
3155 #identity-selector-wrapper .identity-match-photo .badge {
3156     position: absolute;
3157     top: -8px;
3158     right: -8px;
3159 }
3160 #identity-selector-wrapper .identity-match-name {
3161     text-align: center;
3162 }
3163 #identity-selector-wrapper .identity-match-details {
3164     width: auto;
3165     float: none;
3166 }
3167
3168 /* Register Page */
3169 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
3170     margin-top: 20px;
3171 }
3172 #register-openid-end, #register-nickname-end
3173 {
3174     margin-top: 40px;
3175 }
3176
3177 /*
3178 * Overwriting for transparency and other colors
3179 */
3180 main .nav-tabs>li.active>a,
3181 main .nav-tabs>li.active>a:focus,
3182 main .nav-tabs>li.active>a:hover {
3183     background-color: rgba(255,255,255,$contentbg_transp);
3184 }
3185
3186 /*
3187  * Modal
3188  */
3189 .modal hr {
3190     border-color: #eee;
3191 }
3192
3193 /*
3194  * Framework overwrite
3195  */
3196
3197 /* textcomplete for contact filtering*/
3198 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
3199     position: relative !important;
3200     top: inherit !important;
3201     bottom: inherit !important;
3202     left: inherit !important;
3203     padding: 0;
3204     margin-left: -15px;
3205     margin-right: -15px;
3206     background-color: transparent;
3207     box-shadow: none;
3208     border: none;
3209 }
3210 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
3211     padding-left: 15px;
3212     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
3213 }
3214 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
3215     display: none;
3216 }
3217 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
3218 .textcomplete-item > a {
3219     padding: 0 !important;
3220     border-left: none;
3221     background-color: transparent !important;
3222 }
3223 /* this is a little hack for texcomplete contact filter
3224 There are for some reasons empty <a> tags. I don't know why */
3225 .textcomplete-item .contact-wrapper a {
3226     padding: 0;
3227 }
3228
3229 /* hovercard fix */
3230 body .tread-wrapper .hovercard a,
3231 body .tread-wrapper .hovercard a:hover {
3232     color: $link_color;
3233 }
3234 body .tread-wrapper .hovercard:hover .hover-card-content a {
3235     color: $link_color !important;
3236 }
3237
3238 /* Pagination improvements */
3239 .pagination {
3240     text-align: center;
3241     display: block;
3242 }
3243 .pagination > li > a,
3244 .pagination > li > span {
3245     color: $link_color;
3246     float: none;
3247 }
3248 .pagination>li>a:hover,
3249 .pagination>li>span:hover {
3250     color: $link_hover_color;
3251 }
3252 .pagination > .active > a,
3253 .pagination > .active > a:focus,
3254 .pagination > .active > a:hover,
3255 .pagination > .active > span,
3256 .pagination > .active > span:focus,
3257 .pagination > .active > span:hover {
3258     background-color: $link_color;
3259     border-color: $link_color;
3260     border-radius: 3px;
3261 }
3262 .pagination li.pager_n a {
3263     margin-left: 3px;
3264     border-radius: 3px;
3265 }
3266 .pagination .pager_prev a {
3267     margin-left: -5px;
3268     margin-right: 4px;
3269     border-top-right-radius: 3px;
3270     border-bottom-right-radius: 3px;
3271 }
3272 .pagination .pager_next a {
3273     margin-left: 4px;
3274     margin-right: -5px;
3275     border-top-left-radius: 3px;
3276     border-bottom-left-radius: 3px;
3277 }
3278 .pager .next > a,
3279 .pager .previous > a {
3280     float: none;
3281     border-radius: 3px;
3282 }
3283 .pagination .disabled > a,
3284 .pager .disabled > a {
3285     display: none;
3286 }
3287
3288 /*
3289  * some temporary workarounds until this will solved
3290  * elsewhere (e.g. new templates)
3291  */
3292 section .profile-match-wrapper {
3293     float: left;
3294 }
3295
3296 /**
3297  * Login page
3298  */
3299 #login-submit-wrapper {
3300     float: right;
3301 }
3302 #lost-password-link { flex-grow: 2; }
3303 #login-lost-password-link {
3304     margin-bottom: 10px;
3305     float: right;
3306 }
3307 #div_id_remember {
3308     float: left;
3309 }
3310 #id_password_wrapper {
3311     margin-bottom: unset;
3312 }
3313 #login_openid {
3314     clear: both;
3315 }
3316 #register-link {
3317     color: white;
3318     background: #8ad0a1;
3319     width: 100%;
3320 }
3321 #login-end {
3322     clear: both;
3323 }
3324
3325 .mod-home.is-not-singleuser,
3326 .mod-login {
3327     background-color: $login_bg_color;
3328     background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
3329     background-size: cover;
3330     background-attachment: fixed;
3331     background-position: center;
3332     padding-top: 0;
3333 }
3334 .mod-home.is-not-singleuser nav.navbar,
3335 .mod-login nav.navbar { background-color: transparent }
3336 .mod-home.is-not-singleuser #topbar-second,
3337 .mod-login #topbar-second {
3338     background-color: transparent;
3339     box-shadow: unset;
3340     border: 0
3341 }
3342 .mod-home.is-not-singleuser .login-content,
3343 .mod-login .login-content {
3344     color: #eee;
3345     margin-top: 2.5%;
3346 }
3347
3348 .mod-home.is-not-singleuser .login-form > #login-extra-links {
3349     margin-top: 4em;
3350 }
3351
3352 .mod-home.is-not-singleuser .login-form > #login-form label,
3353 .mod-login #content #login-form label {
3354     color: #eee;
3355 }
3356
3357 .mod-home.is-not-singleuser .login-panel-content,
3358 .mod-login .login-panel-content {
3359     background-color: rgba(255,255,255,.85);
3360 }
3361
3362 .qq-upload-button {
3363     background: $nav_bg !important;
3364     color: $btn_primary_color !important;
3365     float: none;
3366     border: none;
3367     -webkit-box-shadow: none;
3368     box-shadow: none;
3369     -moz-box-shadow: none;
3370     background-image: none;
3371     text-shadow: none;
3372     border-radius: 3px;
3373     margin-bottom: 0;
3374     font-size: 14px;
3375     font-weight: 600;
3376     padding: 8px 16px;
3377     color: inherit;
3378     width: 100% !important;
3379 }
3380
3381 .qq-upload-drop-area {
3382     background: white !important;
3383     float: none;
3384     border: none;
3385     -webkit-box-shadow: none;
3386     box-shadow: none;
3387     -moz-box-shadow: none;
3388     background-image: none;
3389     text-shadow: none;
3390     border-radius: 3px;
3391     margin-bottom: 0;
3392     font-size: 14px;
3393     font-weight: 600;
3394     padding: 8px 16px;
3395     color: inherit;
3396     width: 100% !important;
3397     display: block !important;
3398     position: relative !important;
3399     border: black 1px dashed !important;
3400     margin-bottom: 5px !important;
3401     margin-top: 15px !important;
3402 }
3403
3404 /* Medium devices (desktops, 992px and up) */
3405 @media (min-width: 992px) {
3406     .mod-home.is-not-singleuser #content,
3407     .mod-login #content {
3408         margin-top: 100px!important;
3409     }
3410
3411     .mod-home.is-not-singleuser .login-form > #login-form,
3412     .mod-home.is-not-singleuser .login-form > #login-extra-links,
3413     .mod-login #content #login-form {
3414         background-color: #fff;
3415         padding: 1em;
3416         position: relative;
3417     }
3418     .mod-home.is-not-singleuser .login-form > #login-extra-links {
3419         margin-top: unset;
3420         background-color: white;
3421     }
3422
3423     .mod-home.is-not-singleuser .login-form > #login-form label,
3424     .mod-login #content #login-form label {
3425         color: #444;
3426     }
3427
3428     .mod-home.is-not-singleuser .login-form::before,
3429     .mod-login #content #login-form::before {
3430         display: block;
3431         position: absolute;
3432         content: " ";
3433         background-color: rgba(255,255,255,0.1);
3434         width:90%;
3435         height: 110%;
3436         top: -5%;
3437         left: 5%;
3438         z-index: -1;
3439     }
3440
3441     .mod-home.is-not-singleuser .login-form::after,
3442     .mod-login #content #login-form::after {
3443         display: block;
3444         position: absolute;
3445         content: " ";
3446         background-color: rgba(255,255,255,0.2);
3447         width:80%;
3448         height: 120%;
3449         top: -10%;
3450         left: 10%;
3451         z-index: -1;
3452     }
3453
3454 }
3455
3456 /* Mobile display */
3457 @media (max-width: 600px) {
3458         body {
3459                 padding-top: 95px;
3460         }
3461     body.minimal {
3462         padding: 15px;
3463     }
3464
3465     #friendica-logo-mask {
3466                 display: none;
3467         }
3468
3469         .container {
3470                 padding-right: 0;
3471                 padding-left: 0;
3472         }
3473
3474         .panel {
3475                 border-radius: 0;
3476                 margin-bottom: 5px;
3477         }
3478
3479         .panel .panel-body {
3480                 padding: 10px;
3481         }
3482
3483     .toplevel_item > .wall-item-container {
3484         padding: 0;
3485     }
3486
3487         .wall-spacer {
3488                 height: 0px;
3489         }
3490
3491         .wall-item-actions {
3492                 margin-top: 10px;
3493         }
3494
3495         .media {
3496                 margin-top: 0;
3497         }
3498
3499         .preferences {
3500                 right: 10px;
3501         }
3502
3503         .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .delegation-content-wrapper, .notes-content-wrapper, .message-content-wrapper, .apps-content-wrapper, #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper, .fsuggest-content-wrapper {
3504                 border-radius: 0;
3505                 padding: 10px;
3506         }
3507
3508         .row {
3509                 margin-right: 0;
3510         }
3511
3512         .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
3513                 padding-right: 0;
3514         }
3515
3516         .wwto .contact-photo {
3517                 height: 19px;
3518                 padding: 0;
3519                 top: 24px;
3520                 left: 24px;
3521         }
3522
3523         /*
3524                 Prevent automatic zoom on input focus on iOS
3525                 see https://stackoverflow.com/a/16255670
3526         */
3527         .form-control {
3528                 font-size: 16px;
3529         }
3530
3531     .wall-item-container.thread_level_3,
3532     .wall-item-container.thread_level_4,
3533     .wall-item-container.thread_level_5,
3534     .wall-item-container.thread_level_6,
3535     .wall-item-container.thread_level_7 {
3536         margin-left: 5px;
3537     }
3538 }