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