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