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