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