]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Merge pull request #4465 from MrPetovan/task/4463-frio-style-settings-addon
[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-header {
1091     margin-bottom: 20px;
1092 }
1093 aside .vcard .fn {
1094     font-size: 20px;
1095     font-weight: bold;
1096 }
1097 aside .vcard .p-addr {
1098     font-style: italic;
1099     overflow: hidden;
1100     text-overflow: ellipsis;
1101     white-space: nowrap;
1102     padding-bottom: 2px;
1103 }
1104
1105 aside .vcard .detail {
1106     display: table;
1107     padding: 5px 0;
1108 }
1109 aside .xmpp {
1110     display: table;
1111 }
1112 aside .vcard .icon {
1113     display: table-cell;
1114     padding-right: 10px;
1115 }
1116 #profile-extra-links {
1117     margin-bottom: 20px;
1118 }
1119 aside .vcard #dfrn-request-link-button,
1120 aside .vcard #wallmessage-link-botton {
1121     width: 50%;
1122     margin: 0 0 0 -5px;
1123     float: left;
1124     padding: 0 5px;
1125 }
1126 aside .vcard #dfrn-request-link,
1127 aside .vcard #wallmessage-link {
1128     width: 100%;
1129 }
1130 /* vcard-short-info */
1131 #vcard-short-info,
1132 #nav-short-info .contact-wrapper {
1133     margin-top: 2px;
1134     height: 40px;
1135     white-space: nowrap;
1136     overflow: hidden;
1137     padding-right: 20px;
1138     margin-left: -14px;
1139 }
1140 #nav-short-info .contact-photo-wrapper.media-left {
1141     float: left;
1142 }
1143 #vcard-short-photo-wrapper img,
1144 #nav-short-info .contact-wrapper img {
1145     height: 34px;
1146     width: 34px;
1147     border-radius: 3px;
1148 }
1149 #vcard-short-desc,
1150 #nav-short-info .contact-wrapper .media-body {
1151     display: block;
1152     height: 34px;
1153     width: 100%;
1154     text-overflow: ellipsis;
1155 }
1156 #vcard-short-desc > .media-heading,
1157 #vcard-short-desc > .vcard-short-addr,
1158 #nav-short-info .contact-wrapper .media-heading,
1159 #nav-short-info .contact-wrapper #contact-entry-url-network {
1160     text-overflow: ellipsis;
1161     overflow: hidden;
1162 }
1163 #vcard-short-desc > .media-heading,
1164 #nav-short-info .contact-wrapper .media-heading {
1165     margin-bottom: 1px;
1166     font-weight: bold;
1167 }
1168 #nav-short-info .contact-wrapper .media-heading a {
1169     color: #555;
1170     font-size: 14px !important;
1171 }
1172 #vcard-short-desc > .vcard-short-addr,
1173 #nav-short-info .contact-wrapper #contact-entry-url-network {
1174     color: #777;
1175     font-size: 12px;
1176 }
1177 .network-content-wrapper > #viewcontact_wrapper-network,
1178 #nav-short-info .contact-wrapper .contact-photo-overlay,
1179 #nav-short-info .contact-wrapper .contact-actions{
1180     display: none
1181 }
1182
1183 aside #peoplefind-sidebar input,
1184 aside #follow-sidebar input {
1185     height: 30px;
1186     background-position: 10px 5px;
1187 }
1188 aside #peoplefind-sidebar label,
1189 aside #follow-sidebar label {
1190     font-weight: normal;
1191 }
1192 aside #peoplefind-sidebar .form-group-search .form-button-search,
1193 aside #follow-sidebar .form-group-search .form-button-search {
1194     padding: 2px 8px;
1195 }
1196
1197 aside #group-sidebar .group-edit-tool,
1198 aside #saved-search-list .savedsearchdrop {
1199     opacity: 0.1;
1200     transition: all 0.25s ease-in-out;
1201 }
1202 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1203 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1204     opacity: 0.8;
1205     transition: all 0.25s ease-in-out;
1206 }
1207 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1208 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1209     opacity: 1;
1210 }
1211 aside #group-sidebar li .group-checkbox {
1212     margin: 0;
1213 }
1214 aside #group-sidebar li .group-edit-tool {
1215     padding-right: 10px;
1216 }
1217 aside #group-sidebar li .group-edit-tool:first-child {
1218     padding-right: 0px;
1219 }
1220
1221 /* contact block widget */
1222 #contact-block .contact-block-content {
1223     clear: both;
1224     overflow: auto;
1225     height: auto;
1226 }
1227 #contact-block .contact-block-div {
1228     float: left;
1229     margin: 0px 5px 5px 0px;
1230 /*    height: 90px;
1231     width: 90px;*/
1232 }
1233 #contact-block contact-block-link {
1234
1235 }
1236 #contact-block .contact-block-img {
1237     height: 75px;
1238     width: 75px;
1239     border-radius: 4px;
1240 }
1241
1242 /* Tag cloud widget */
1243 .tagblock.widget > .tag-cloud {
1244     text-align: center;
1245 }
1246 /* Section */
1247 section ul.tabs {
1248     display: none !important;
1249 }
1250
1251 /* Jot */
1252 section #jotOpen {
1253     display: none;
1254 }
1255 #jotOpen {
1256     margin-top: 3px;
1257     float: right;
1258 }
1259 #jot-content {
1260     display: none;
1261 }
1262 .jothidden {
1263     /*display: none;*/
1264 }
1265 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
1266 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
1267     color: #555;
1268     text-transform: capitalize;
1269 }
1270 #jot-modal .modal-header {
1271     border-bottom: none;
1272 }
1273 #jot-title-wrap, #jot-category-wrap {
1274     margin-bottom: 5px;
1275 }
1276 #jot-text-wrap {
1277     margin-top: 20px;
1278 }
1279 #jot-text-wrap textarea {
1280     min-height: 100px;
1281 }
1282 #profile-jot-wrapper button#profile-jot-submit {
1283     margin-top: 5px;
1284 }
1285 #profile-jot-wrapper #character-counter {
1286     padding: 10px 15px;
1287 }
1288
1289 /* ACL */
1290 /*#jot-modal-body {
1291     height: auto;
1292     max-height: calc(100vh - 130px);
1293     overflow-y: hidden;
1294 }*/
1295 #acl-search {
1296     margin-top: 20px;
1297     /*padding: 8px;*/
1298     /*border: 1px solid #ccc;*/
1299     width: 100%;
1300 }
1301 #acl-list {
1302     display: block;
1303     border: 1px solid #ccc;
1304     overflow: auto;
1305     clear: both;
1306     min-height: 62px;
1307     margin-top: 20px;
1308     padding: 10px 10px 0px 0px;
1309     -webkit-border-radius: 4px;
1310     -moz-border-radius: 4px;
1311     border-radius: 4px;
1312 }
1313 #acl-list-content {
1314     overflow-y: auto;
1315     max-height: calc(100vh - 330px);
1316     height: auto !important;
1317 }
1318 .acl-list-item {
1319     width: 48%;
1320     width: calc(50% - 10px);
1321     border: 1px solid #ccc;
1322     margin: 0px 0px 10px 10px;
1323     padding: 5px;
1324     float: left;
1325     -webkit-border-radius: 4px;
1326     -moz-border-radius: 4px;
1327     border-radius: 4px;
1328 }
1329 .acl-list-item img {
1330     width: 40px;
1331     height: 40px;
1332     float: left;
1333     margin-right: 5px;
1334     -webkit-border-radius: 4px;
1335     -moz-border-radius: 4px;
1336     border-radius: 4px;
1337 }
1338 .acl-list-item p {
1339     margin: 0px;
1340     white-space: nowrap;
1341     overflow: hidden;
1342     text-overflow: ellipsis;
1343 }
1344 .acl-list-item.groupshow {
1345     background-color: #8DB255
1346 }
1347 .acl-list-item.grouphide {
1348     background-color: #E68364;
1349 }
1350 .acl-button-show, .acl-button-hide {
1351     float: right;
1352     margin-left: 5px;
1353 }
1354 #acl-showall.selected {
1355     background-color: #4CAF50;
1356     color: #fff;
1357 }
1358 .acl-button-show.selected {
1359     background-color: #4CAF50;
1360     color: #fff;
1361 }
1362 .acl-button-hide.selected {
1363     background-color: #F44336;
1364     color: #fff;
1365 }
1366
1367 /* Filebrowser */
1368 .fbrowser .breadcrumb {
1369     margin-bottom: 0px;
1370 }
1371 .fbrowser .path a:before {
1372     content: "";
1373     padding: 0;
1374 }
1375 .fbrowser .breadcrumb > li:last-of-type a{
1376     color: #777;
1377     pointer-events: none;
1378     cursor: default;
1379 }
1380 .fbrowser .folders {
1381     box-shadow: -1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
1382     padding-right: 1px;
1383 }
1384 .fbrowser .folders ul {
1385     padding: 0px;
1386     margin-left: -15px;
1387     margin-bottom: 0px;
1388     overflow-y: auto;
1389     min-width: 100px;
1390     max-height: calc(100vh - 210px);
1391     line-height: 1.3;
1392 }
1393 @media (min-width: 768px) {
1394     .fbrowser .folders ul {
1395         max-height: calc(100vh - 255px);
1396     }
1397 }
1398 .fbrowser .folders li {
1399     padding-left: 20px;
1400     padding-right: 10px;
1401     padding-top: 3px;
1402     padding-bottom: 3px;
1403 }
1404 .fbrowser .folders li:hover {
1405     z-index: 2;
1406     color: #555;
1407     background-color: rgba(247, 247, 247, $contentbg_transp);
1408     border-left: 3px solid $link_color !important;
1409     padding-left: 17px;
1410 }
1411 .fbrowser .folders li a,
1412 .fbrowser .folders li a:hover {
1413     color: #555;
1414     font-size: 13px;
1415 }
1416 .fbrowser .folders + .list {
1417     padding-left: 10px;
1418 }
1419 .fbrowser .fbrowser-content-container {
1420     overflow-y: auto;
1421     max-height: calc(100vh - 175px);
1422 }
1423 @media (min-width: 768px) {
1424     .fbrowser .fbrowser-content-container {
1425         max-height: calc(100vh - 220px);
1426     }
1427 }
1428 .fbrowser.image .photo-album-image-wrapper {
1429     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
1430 }
1431 .fbrowser .profile-rotator-wrapper {
1432     min-height: 200px;
1433 }
1434 .fbrowser .fa-spin {
1435    position: absolute;
1436    left: 45%;
1437    top: 40%;
1438    font-size: 48px;
1439    margin:0px auto;
1440 }
1441
1442 /*
1443 /* Stream
1444 */
1445 .panel {
1446     border: none;
1447     /*background-color: #fff;*/
1448     background-color: rgba(255,255,255,$contentbg_transp);
1449     box-shadow: 0 0 3px #dadada;
1450     -webkit-box-shadow: 0 0 3px #dadada;
1451     -moz-box-shadow: 0 0 3px #dadada;
1452     border-radius: 4px;
1453     position: relative;
1454 }
1455 .panel.panel-inline {
1456     margin-left: -15px;
1457     margin-right: -15px;
1458     margin-top: 15px;
1459     padding: 15px;
1460 }
1461 .panel .panel-body {
1462     padding: 15px;
1463     font-size: 14px;
1464 }
1465 .panel .panel-body .wall-item-content {
1466     color: #555;
1467 }
1468 .tread-wrapper .media {
1469     overflow: visible;
1470     word-wrap: break-word;
1471 }
1472
1473 /* Thread hover effects */
1474 .wall-item-container .wall-item-content a,
1475 .wall-item-container a,
1476 .wall-item-container .fakelink,
1477 .toplevel_item .fakelink,
1478 .toplevel_item .wall-item-container .wall-item-responses a {
1479     color: #555;
1480     -webkit-transition: all 0.25s ease-in-out;
1481     -moz-transition: all 0.25s ease-in-out;
1482     -o-transition: all 0.25s ease-in-out;
1483     -ms-transition: all 0.25s ease-in-out;
1484     transition: all 0.25s ease-in-out;
1485 }
1486
1487 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1488 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1489 .toplevel_item:hover .wall-item-content a,
1490 .toplevel_item:hover .wall-item-name,
1491 .wall-item-container:hover .wall-item-content a,
1492 .wall-item-container:hover .wall-item-name,
1493 .wall-item-container:hover .wall-item-location a {
1494     /*color: #6fdbe8;*/
1495     color: $link_color;
1496     -webkit-transition: all 0.25s ease-in-out;
1497     -moz-transition: all 0.25s ease-in-out;
1498     -o-transition: all 0.25s ease-in-out;
1499     -ms-transition: all 0.25s ease-in-out;
1500     transition: all 0.25s ease-in-out;
1501 }
1502
1503 /* wall items */
1504 .wall-item-container {
1505     position: relative;
1506 }
1507
1508 /* wall items contact photo */
1509 .contact-photo {
1510     height: 48px;
1511     width: 48px;
1512     border-radius: 3px;
1513     /*maybe some adional stuff is needed for the different screen sizes */
1514 }
1515 .contact-photo-image-wrapper {
1516     width: 100%;
1517     height: 100%;
1518     overflow: hidden;
1519     position: relative;
1520     text-align: center;
1521 }
1522 .contact-photo-overlay {
1523     width: 100%;
1524     height: 100%;
1525     position: absolute;
1526     overflow: hidden;
1527     top: 0;
1528     left: 0;
1529     border-radius: 3px;
1530     background:rgba(0,0,0,.50);
1531     text-align:center;
1532     opacity:0;
1533     -webkit-transition: opacity .25s ease;
1534     -moz-transition: opacity .25s ease;
1535 }
1536 .contact-photo-overlay:hover {
1537     opacity: 1;
1538 }
1539 .contact-photo-overlay-content {
1540     font-size: 26px;
1541     text-shadow: 1px 1px 1px #ccc;
1542     color:rgba(255,255,255,.85);
1543     height: 100%;
1544     vertical-align: bottom;
1545 }
1546 .contact-photo-xs{
1547     height: 38px;
1548     width: 38px;
1549     border-radius: 3px;
1550 }
1551 .wwto .contact-photo {
1552     width: auto;
1553     height: 25px;
1554     font-size: 8.8px;
1555     padding: 3.6px 0;
1556     border-radius: 2px;
1557     position: absolute;
1558     top: 30px;
1559     left: 30px;
1560     display: inline-block;
1561 }
1562
1563 /* wall items action dropdown menu */
1564 .nav-pills.preferences {
1565     position: absolute;
1566     right: 15px;
1567     top: 10px;
1568 }
1569 .comment .nav-pills.preferences {
1570     right: 0px;
1571     top: 0px;
1572 }
1573 .wall-item-network {
1574     font-size: 13px;
1575 }
1576
1577 /* wall items contact info */
1578 .media .media-body {
1579     font-size: 13px;
1580 }
1581 .media .media-body h4.media-heading {
1582     font-size: 14px;
1583     font-weight: 500;
1584     color: #555;
1585 }
1586 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1587     display: block;
1588 }
1589 .media .contact-info-comment {
1590     display: table-cell;
1591 }
1592 .media .contact-info-xs h5,
1593 .media .contact-info-comment {
1594     margin: 0 0 5px;
1595 }
1596 .media-heading {
1597     margin: 0 0 5px;
1598 }
1599 .wall-item-name,
1600 .shared-author {
1601     font-size: 15px;
1602     font-weight: bold;
1603 }
1604 .wall-item-name.xs {
1605     font-weight: 700;
1606     font-size: 14px;
1607 }
1608
1609 /* The lock symbol popup */
1610 #panel {
1611     position: absolute;
1612     list-style: none;
1613     background-color: $nav_bg;
1614     border: none;
1615     border-radius: 3px;
1616     float: left;
1617     min-width: 160px;
1618     max-width: 220px;
1619     padding: 10px ;
1620     margin: 2px 0 0;
1621     font-size: 14px;
1622     text-align: left;
1623     color: $nav_icon_color;
1624     z-index: 1000;
1625 }
1626
1627 /* wall items content */
1628 .wall-item-content {
1629     word-break: break-word;
1630 }
1631 .wall-item-content img {
1632     max-height: 480px;
1633     object-fit: contain;
1634 }
1635 .wall-item-body > img,
1636 .wall-item-body > a > img {
1637     border-radius: 3px;
1638 }
1639 .wall-item-body .body-attach > a {
1640     color: #555;
1641     display: inline-block;
1642 }
1643 .wall-item-body .body-attach > a div {
1644     color: #555;
1645     width: 20px;
1646 }
1647
1648 /* wall-item content elements */
1649 .shared-wrapper,
1650 .vevent {
1651     padding: 10px;
1652     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1653 }
1654 @media screen and (max-width: 767px) {
1655     .shared-wrapper,
1656     .vevent {
1657     margin-left: 0px;
1658     margin-right: 0px;
1659     }
1660 }
1661 .shared-wrapper:hover,
1662 .vevent:hover {
1663     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1664 }
1665 .shared_header {
1666     margin-left: 0px;
1667     margin-top: 0px;
1668     padding-top: 0px;
1669     margin-bottom: 10px;
1670     border-top: none;
1671     color: inherit;
1672 }
1673 blockquote.shared_content {
1674     padding: 0px;
1675     margin-left: 0px;
1676     color: inherit;
1677 }
1678 code > .hl-main {
1679     padding: 10px 10px 1px 0;
1680 }
1681 .hl-main ol {
1682     line-height: 1.7;
1683 }
1684 .type-link img.attachment-image {
1685     width: 100%;
1686 }
1687 .type-link blockquote, .type-video blockquote {
1688     margin: 0;
1689     padding: 10px 0;
1690 }
1691 .oembed.video .embed_video > div::before {
1692     font-family: FontAwesome;
1693     font-weight: normal;
1694     font-style: normal;
1695     display: inline-block;
1696     text-decoration: inherit;
1697     vertical-align: top;
1698     font-size: 3em;
1699     content: "\f01d";
1700     color: #fff;
1701     bottom: 0px;
1702     right: 10px;
1703     position: absolute;
1704 }
1705 .oembed.video .embed_video > div {
1706     background-color: rgba(0,0,0,0.2);
1707     -webkit-transition: all 0.25s ease-in-out;
1708     -moz-transition: all 0.25s ease-in-out;
1709     -o-transition: all 0.25s ease-in-out;
1710     -ms-transition: all 0.25s ease-in-out;
1711     transition: all 0.25s ease-in-out;
1712 }
1713 .oembed.video .embed_video > div:hover {
1714     background-color: rgba(0,0,0,0);
1715 }
1716 .wall-item-tags,
1717 .itemedited {
1718     margin-top: 10px;
1719     font-size: 13px;
1720 }
1721
1722 .wall-item-tags a {
1723     color: #555;
1724 }
1725
1726 .wall-item-tags a:hover {
1727     text-decoration: none;
1728 }
1729 .wall-item-bottom .label,
1730 .wall-item-bottom .label a {
1731     color: #fff;
1732 }
1733
1734 /* item social action buttons */
1735 .wall-item-actions {
1736     margin-top: 15px;
1737 }
1738 .wall-item-actions, .wall-item-actions a, .wall-item-actions button {
1739     font-size: 13px;
1740     color: #555;
1741     margin-bottom: 0;
1742 }
1743 .wall-item-actions .active {
1744     font-weight: bold;
1745 }
1746 .wall-item-actions .active:hover {
1747     color: $link_color;
1748 }
1749 .wall-item-actions-left {
1750     display: table-cell;
1751     vertical-align: middle;
1752 }
1753 .wall-item-actions-right {
1754     display: flex;
1755 }
1756 .wall-item-actions .checkbox {
1757     margin: 0;
1758     margin-left: 20px;
1759 }
1760 .wall-item-actions .button-event {
1761     padding-left: 5px;
1762     padding-right: 5px;
1763 }
1764 .wall-item-actions .button-comments,
1765 .wall-item-actions .button-votes,
1766 .wall-item-actions .button-likes {
1767     text-transform: capitalize;
1768 }
1769 .wall-item-actions button:hover {
1770     color: #555;
1771     text-decoration: underline;
1772 }
1773 .wall-item-actions .separator {
1774     margin: 0 .3em;
1775 }
1776
1777 /* wall item hover effects */
1778 .wall-item-container .wall-item-links,
1779 .wall-item-container .wall-item-actions,
1780 .wall-item-container .body-attach > a {
1781     opacity: 0.3;
1782     -webkit-transition: all 0.25s ease-in-out;
1783     -moz-transition: all 0.25s ease-in-out;
1784     -o-transition: all 0.25s ease-in-out;
1785     -ms-transition: all 0.25s ease-in-out;
1786     transition: all 0.25s ease-in-out;
1787 }
1788 .wall-item-container:hover .wall-item-links,
1789 .wall-item-container:hover .wall-item-actions,
1790 .wall-item-container:hover .body-attach > a {
1791     opacity: 0.6;
1792     -webkit-transition: all 0.25s ease-in-out;
1793     -moz-transition: all 0.25s ease-in-out;
1794     -o-transition: all 0.25s ease-in-out;
1795     -ms-transition: all 0.25s ease-in-out;
1796     transition: all 0.25s ease-in-out;
1797 }
1798 .wall-item-container .wall-item-body .body-attach > a:hover {
1799     opacity: 1;
1800 }
1801
1802 /*
1803 /* Comments
1804 */
1805 .well {
1806     border: none;
1807     box-shadow: none;
1808     /*background-color: #ededed;*/
1809     background-color: rgba(237, 237, 237, $contentbg_transp);
1810     background-image: none;
1811     margin-bottom: 1px;
1812 }
1813 .well-small {
1814     padding: 10px;
1815     border-radius: 3px;
1816 }
1817 .well hr {
1818     margin: 15px 0 10px;
1819     border-top: 1px solid #d9d9d9;
1820 }
1821 .wall-entry .well {
1822     margin-bottom: 0;
1823 }
1824 .comment-container {
1825     margin-top: 10px;
1826     margin-bottom: 0px;
1827     border-top-left-radius: 3px;
1828     border-top-right-radius: 3px;
1829     border-bottom-right-radius: 0px;
1830     border-bottom-left-radius: 0px;
1831 }
1832 .comment .media {
1833     position: relative!important;
1834     margin-top: 0;
1835 }
1836 .hide-comments-outer-wrapper {
1837 /*    text-align: center;
1838     margin-top: -18px;*/
1839 }
1840 .hide-comments-total {
1841     cursor: pointer;
1842 }
1843
1844 /*
1845 * Comment Box
1846 */
1847 .thread_level_2 .wall-item-comment-wrapper {
1848     padding-right: 5px;
1849 }
1850 .comment-edit-submit-wrapper {
1851     margin-bottom: 25px;
1852 }
1853 .comment-edit-submit-wrapper a,
1854 .comment-edit-submit-wrapper a:hover {
1855     padding-top: 5px !important;
1856     padding-bottom: 5px !important;
1857 }
1858 .comment-icon-list > li > .icon,
1859 .comment-icon-list > li > .icon:hover {
1860     color: #555;
1861     background-color: transparent;
1862 }
1863
1864 /* acpopup  + textcompletion*/
1865 .acpopup {
1866     /* max-height: 150px; */
1867     background-color: #ffffff;
1868     border-radius: 4px;
1869     overflow: auto;
1870     z-index: 100000;
1871     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1872 }
1873 nav .acpopup {
1874     /*top: 35px !important;*/
1875     margin-left: -23px;
1876 }
1877 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1878  at the beginning of this file to get rid of the !important */
1879 .textcomplete-item > a {
1880     color: #555 !important;
1881     padding: 5px 20px !important;
1882 }
1883 .textcomplete-item.active > a {
1884     background-color: rgb(247, 247, 247) !important;
1885     background-image: none !important;
1886     border-left: 3px solid $link_color;
1887     padding-left: 17px !important;
1888 }
1889 .textcomplete-item a .forum {
1890     color: $link_color;
1891 }
1892 img.acpopup-img {
1893     border-radius: 4px;
1894  }
1895
1896
1897 /* The wall-item thread levels */
1898 /*.wall-item-container.thread_level_3 {
1899   margin-left: 80px;
1900   width: calc(100% - 90px);
1901 }
1902 .wall-item-container.thread_level_4 {
1903   margin-left: 95px;
1904   width: calc(100% - 105px);
1905 }
1906 .wall-item-container.thread_level_5 {
1907   margin-left: 110px;
1908   width: calc(100% - 120px);
1909 }
1910 .wall-item-container.thread_level_6 {
1911   margin-left: 125px;
1912   width: calc(100% - 135px);
1913 }
1914 .wall-item-container.thread_level_7 {
1915   margin-left: 140px;
1916   width: calc(100% - 150px);
1917 }*/
1918
1919 .wall-item-container.thread_level_3,
1920 .wall-item-container.thread_level_4,
1921 .wall-item-container.thread_level_5,
1922 .wall-item-container.thread_level_6,
1923 .wall-item-container.thread_level_7 {
1924   margin-left: 15px;
1925
1926 }
1927 /* Menubar Tabs */
1928 section > .tabbar-wrapper {
1929 /* The tabbar shouldn't' be visibile inside
1930 the section element. Only after we have
1931 moved it to the nav through js */
1932     display: none !important;
1933 }
1934 #tabmenu,
1935 .tabbar-wrapper,
1936 .tabbar,
1937 .tabbar > li {
1938     height: 100%;
1939     /*margin-left: -15px;*/
1940     padding: 0;
1941 }
1942 #tabmenu .search-heading {
1943     overflow: hidden;
1944     text-overflow: ellipsis;
1945     white-space: nowrap;
1946 }
1947 ul.tabs {
1948     list-style: none;
1949     height: 100%;
1950     padding: 0;
1951     padding-top: 10px;
1952     margin: 0;
1953 }
1954 ul.tabs li {
1955     float: left;
1956     margin: 0;
1957     padding: 0;
1958     /*border-bottom: 0 solid #6fdbe8;*/
1959     border-bottom: 0 solid $link_color;
1960     font-size: 13px;
1961     height: 102%;
1962     transition: all .15s ease;
1963 }
1964 /*ul.tabs.visible-xs > li.active {
1965     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
1966 }*/
1967 ul.tabs li a {
1968     margin-left: 10px;
1969     margin-right: 10px;
1970     /*color: #6fdbe8;*/
1971     color: $link_color !important;
1972 }
1973 ul.tabs li:hover, ul.tabs li.active {
1974     border-bottom-width: 4px;
1975 }
1976 ul.tabbar ul.tabs-extended li.active {
1977     width: 100%;
1978     border-bottom-width: 2px;
1979 }
1980 ul.tabbar ul.tabs-extended li.active a {
1981     background: none;
1982 }
1983 ul.dropdown-menu li:hover {
1984     border-bottom-width: 0;
1985 }
1986
1987
1988 /* Dropdown Menu */
1989 .dropdown-menu li a,
1990 .dropdown-menu li .btn-link {
1991     font-size: 13px!important;
1992     font-weight: 600!important;
1993 }
1994 .dropdown-menu li > :hover,
1995 .dropdown-menu li > :visited,
1996 .dropdown-menu li > :focus {
1997     background: 0 0;
1998 }
1999
2000 .dropdown-menu li:first-child {
2001     margin-top: 3px;
2002 }
2003
2004 /* Notificaiotn badges */
2005 .nav-notify .show {
2006     display: block;
2007 }
2008
2009 /* Media Classes */
2010 .media .time,
2011 .media .shared-time,
2012 .media .location,
2013 .media .location a {
2014     font-size: 11px;
2015     color: #bebebe;
2016 }
2017 .media-list > li {
2018     padding: 10px;
2019     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2020     position: relative;
2021 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2022     border-left: 3px solid rgba(255,255,255,0);
2023     font-size: 12px;
2024 }
2025 .media-list > li:hover,
2026 .media-list > li.selected,
2027 .media-list > li.active {
2028     border-left: 3px solid $link_color;
2029     background-color: rgba(247, 247, 247, $contentbg_transp);
2030 }
2031
2032 /* Forms */
2033 .form-control {
2034     border: 2px solid #ededed;
2035     box-shadow: none;
2036 }
2037 .form-control:focus {
2038     /*border: 2px solid #6fdbe8;*/
2039     border: 2px solid $link_color;
2040     outline: 0;
2041     box-shadow: none;
2042 }
2043
2044
2045 .checkbox input[type="checkbox"]:focus + label::before,
2046 .checkbox input[type="radio"]:focus + label::before {
2047     /*border: 2px solid #6fdbe8;*/
2048     border: 2px solid $link_color;
2049     outline: 0;
2050     box-shadow: none;
2051 }
2052
2053 /* Search form */
2054 .form-control.form-search {
2055     border-radius: 30px;
2056     background-image: url(img/icon_search16x16.png);
2057     background-repeat: no-repeat;
2058     background-position: 10px 8px;
2059     padding-left: 34px;
2060 }
2061 .form-group-search {
2062     position: relative;
2063     width: 100%;
2064 }
2065
2066 .form-group-search .form-button-search {
2067     position: absolute;
2068     top: 4px;
2069     right: 4px;
2070     border-radius: 30px;
2071 }
2072 .search-input.form-control.form-search {
2073     width: 100%;
2074 }
2075 .search-heading {
2076     text-align: center;
2077     color: $link_color;
2078     font-size: 20px;
2079 }
2080 .search-content-wrapper > #search-header-wrapper {
2081     display: none;
2082 }
2083 .search-content-wrapper > .section-title-wrapper {
2084     display: none;
2085 }
2086 #navbar-button > #search-save-form > #search-save {
2087     margin-top: 3px;
2088 }
2089 /* Section-Content-Wrapper */
2090 #search-header-wrapper {
2091     padding: 15px;
2092     padding-bottom: 20px;
2093     margin-bottom: 20px;
2094     border: none;
2095     /*background-color: #fff;*/
2096     background-color: rgba(255,255,255,$contentbg_transp);
2097     border-radius: 4px;
2098     position: relative;
2099     /*overflow: hidden;*/
2100     color: #555;
2101     box-shadow: 0 0 3px #dadada;
2102     -webkit-box-shadow: 0 0 3px #dadada;
2103     -moz-box-shadow: 0 0 3px #dadada;
2104 }
2105
2106 /* *******
2107  * PAGES
2108  *********/
2109
2110 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
2111  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2112 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2113 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
2114 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
2115 #adminpage, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
2116 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2117 .profperm-content-wrapper {
2118     min-height: calc(100vh - 150px);
2119     padding: 15px;
2120     padding-bottom: 20px;
2121     margin-bottom: 20px;
2122     border: none;
2123     /*background-color: #fff;*/
2124     background-color: rgba(255,255,255,$contentbg_transp);
2125     border-radius: 4px;
2126     position: relative;
2127     /*overflow: hidden;*/
2128     color: #555;
2129     box-shadow: 0 0 3px #dadada;
2130     -webkit-box-shadow: 0 0 3px #dadada;
2131     -moz-box-shadow: 0 0 3px #dadada;
2132 }
2133
2134 .section-title-wrapper {
2135     overflow: hidden;
2136 }
2137 /* Home and Login Page */
2138 body.mod-home .navbar #nav-login,
2139 body.mod-login .navbar #nav-login {
2140     display: none;
2141 }
2142 /* Profile-page */
2143 #profile-content-standard,
2144 #profile-content-advanced {
2145     overflow: hidden;
2146 }
2147 #profile-menu {
2148     margin-top: 20px;
2149     margin-bottom: 20px;
2150 }
2151 .contact-block-div.forumlist-profile-advanced {
2152     float: left;
2153 }
2154
2155 /* contacts page */
2156 ul.viewcontact_wrapper {
2157     margin-left: -15px;
2158     margin-right: -15px;
2159 }
2160 ul.viewcontact_wrapper > li {
2161     padding-left: 15px;
2162 }
2163 .contact-wrapper {
2164 /*    padding: 10px;
2165     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2166     position: relative;*/
2167     /*border-left: 3px solid white;*/
2168 }
2169 .contact-wrapper .contact-photo-wrapper button {
2170     padding: 0;
2171 }
2172 .contact-wrapper.media {
2173     overflow: visible;
2174     word-wrap: break-word;
2175     margin-top: 0;
2176 }
2177 /* bootstrap hack for .media */
2178 .contact-wrapper.media .media-body {
2179     display: table-cell;
2180     width: 10000px;
2181     *width: auto;
2182     *zoom: 1;
2183 }
2184 .contact-wrapper.media:before, .media:after {
2185     content: "";
2186     display: table;
2187 }
2188 .contact-wrapper.media:after {
2189     clear: both;
2190 }
2191 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2192     height: 80px;
2193     width: 80px;
2194 }
2195 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2196     height: 48px;
2197     width: 48px;
2198 }
2199 .contact-wrapper .contact-photo-overlay-content.xl {
2200     font-size: 48px;
2201 }
2202 .contact-wrapper .contact-photo-menu {
2203     top: auto;
2204 }
2205
2206 .contact-entry-desc {
2207     color: #555;
2208 }
2209 .contact-entry-checkbox {
2210     margin-top: -20px;
2211 }
2212 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2213     font-weight: bold !important;
2214     color: $link_color;
2215     font-size: 15px !important;
2216 }
2217 .contact-wrapper .contact-actions {
2218     display: flex;
2219 }
2220 .contact-wrapper .contact-action-link,
2221 .contact-wrapper .contact-action-link:hover,
2222 .textcomplete-item .contact-wrapper .contact-action-link {
2223     padding: 0 5px;
2224     color: #555;
2225     border: 0;
2226 }
2227 .contact-wrapper .contact-action-link {
2228     opacity: 0.1;
2229     transition: all 0.25s ease-in-out;
2230 }
2231 ul li:hover .contact-wrapper .contact-action-link {
2232     opacity: 0.8;
2233     transition: all 0.25s ease-in-out;
2234 }
2235 ul li:hover .contact-wrapper .contact-action-link:hover {
2236     opacity: 1;
2237 }
2238 #contacts-search-wrapper,
2239 #directory-search-wrapper{
2240     padding: 10px 0;
2241 }
2242 #contact-drop-confirm .contact-actions,
2243 #contact-drop-confirm .contact-photo-overlay,
2244 #contact-drop-confirm .contact-photo-menu {
2245     display: none;
2246 }
2247 #contact-drop-confirm #confirm-form {
2248     margin-top: 20px;
2249 }
2250
2251 /* contact-edit */
2252 #contact-edit-actions {
2253     position: absolute;
2254 }
2255 #contact-edit-status-wrapper {
2256     border: none;
2257     background-color: #E1F5FE;
2258     margin: 15px -15px;
2259 }
2260 #contact-edit-tools {
2261     margin-left: -15px;
2262     margin-right: -15px;
2263 }
2264 #contact-edit-tools > .panel {
2265     padding-left: 15px;
2266     padding-right: 15px;
2267 }
2268 #contact-edit-settings {
2269     display: block;
2270     margin: 0;
2271 }
2272
2273 /* directory page */
2274 #directory-search-heading {
2275     padding-top: 10px;
2276 }
2277
2278 /* group edit page */
2279 .group-actions {
2280     margin-top: 20px;
2281     margin-bottom: 10px;
2282     font-size: 30px;
2283 }
2284 .group-actions button,
2285 .group-actions a {
2286     font-size: 18px;
2287 }
2288 #group-edit-wrapper {
2289     display: none;
2290 }
2291 #group-update-wrapper .contact-photo-overlay {
2292     display: none;
2293 }
2294 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2295     height: 100%;
2296     margin-top: -10px;
2297     display: flex;
2298 }
2299 #group-update-wrapper .viewcontact_wrapper .contact-action-link {
2300     opacity: 0.8;
2301     font-size: 20px;
2302     line-height: 50px;
2303 }
2304 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2305     opacity: 1;
2306 }
2307 #group-update-wrapper .shortmode {
2308     height: 53px;
2309     overflow: hidden;
2310 }
2311 #group-update-wrapper .shortmode .contact-photo {
2312     height: 32px;
2313     width: 32px;
2314 }
2315 #group-update-wrapper .shortmode .media {
2316     overflow: hidden;
2317 }
2318 #group-update-wrapper .shortmode .contact-entry-desc {
2319     font-size: 12px !important;
2320 }
2321 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2322     margin: 0;
2323 }
2324 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2325     font-size: 13px !important;
2326     white-space: nowrap;
2327 }
2328 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2329 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2330     display: none;
2331 }
2332
2333 /* private mail */
2334 .message-content-wrapper > li {
2335 /* we need this overwriting because we have no template file
2336    for the general mail page /message
2337 */
2338     list-style-type: none;
2339 }
2340 .mail-thread {
2341     max-height: calc(100vh - 200px);
2342 }
2343 #mail-conversation {
2344     overflow-y: auto;
2345     max-height: calc(100vh - 400px);
2346     max-height: auto;
2347     /*height: 500px;*/
2348     margin-bottom: 0px;
2349     padding: 0 15px;
2350 }
2351 #mail-conversation.can-reply {
2352 /*    border-bottom-left-radius: 0px;
2353     border-bottom-right-radius: 0px;*/
2354 }
2355 .mail-conv-wrapper .media .contact-photo-wrapper img {
2356     height: 48px;
2357     width: 48px;
2358 }
2359 .mail-thread #prvmail-to-label,
2360 .mail-thread #prvmail-subject-label {
2361     display: none;
2362 }
2363 .mail-thread #prvmail-message-label > label {
2364     display:none;
2365 }
2366 .mail-thread #prvmail-message-label textarea {
2367 /*    border-top: none;
2368     margin-top: -10px;
2369     border-top-left-radius: 0px;
2370     border-top-right-radius: 0px;*/
2371     max-height: 120px;
2372 }
2373 .mail-conv-wrapper {
2374     padding: 15px 0;
2375     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2376 }
2377 #message-sidebar {
2378     height: calc(100vh - 150px);
2379 }
2380 #message-preview {
2381     /*padding: 0 10px;*/
2382     height: calc(100% - 20px);
2383 }
2384 #message-preview ul {
2385     margin: 0px;
2386 }
2387 #message-preview .media-list li {
2388     padding: 0px 10px;
2389     border: none;
2390 }
2391 #message-preview .media-list li:hover {
2392     border-left: none !important;
2393 }
2394 #message-preview .media-list li a {
2395     color: $link_color;
2396 }
2397 .mail-list-outside-wrapper {
2398     padding: 5px 0;
2399     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2400 }
2401 .mail-list-outside-wrapper .contact-photo-wrapper img {
2402     height: 48px;
2403     width: 48px;
2404 }
2405
2406 #prvmail-end {
2407     clear:both;
2408 }
2409 /* photos */
2410 .photo-album-actions {
2411     margin-bottom: 10px;
2412 }
2413 .photo-album-actions .photos-order-link {
2414     float: right;
2415 }
2416 /* poke */
2417 #poke-desc {
2418     margin: 5px 0 30px;
2419 }
2420 #poke-wrapper-end {
2421     clear: both;
2422 }
2423
2424 /* Events page */
2425
2426 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2427     color: $link_hover_color;
2428 }
2429 .fc .fc-list-item-title a {
2430     color: $link_color;
2431 }
2432 .fc .fc-list-item-title a[href]:hover {
2433     color: $link_hover_color;
2434     text-decoration: none;
2435 }
2436 /*.event-date-wrapper.medium .event-hover-short-month {
2437     color: $link_color;
2438 }*/
2439 .event-wrapper .event-owner {
2440   margin-bottom: 15px;
2441 }
2442 .event-wrapper .event-owner img {
2443     display: block;
2444 }
2445 .event-owner img {
2446     margin-right: 5px;
2447     height: 48px;
2448     width:  48;
2449     border-radius: 3px;
2450 }
2451 .event-wrapper .vevent {
2452     margin-left: 0;
2453     margin-right: 0;
2454     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2455 }
2456 .event-wrapper .event-buttons {
2457     margin-top: 15px;
2458 }
2459 #event-form-wrapper {
2460     padding-top: 5px;
2461 }
2462 #event-edit-form-wrapper {
2463     padding-top: 15px;
2464 }
2465 #event-nav a {
2466     color: #555;
2467 }
2468 #event-edit-form-wrapper #event-edit-time {
2469     padding: 10px 0;
2470 }
2471 .event-buttons .plink-event-link {
2472     margin-left: 20px;
2473 }
2474 .vevent .event-summary {
2475     font-size: 16px;
2476 }
2477 .vevent .event-description {
2478     padding: 10px 0;
2479 }
2480 .vevent .event-location .location {
2481     font-size: inherit;
2482     color: inherit;
2483 }
2484 .modal-body .vevent .event-summary {
2485     display: none;
2486 }
2487 #event-preview .vevent .event-summary {
2488     display: block;
2489 }
2490
2491 /* Event Cards */
2492 .event-card-details, .event-card-header {
2493     width: 100%;
2494 }
2495 .event-card-header, .event-card-left-date {
2496     float: left;
2497 }
2498 .vevent .event-card-header {
2499     display: table;
2500 }
2501 .event-card-left-date {
2502     width: 60px; /* Das muss wahrscheinlich unterschiedlich sein zwischen calendar und stream */
2503 }
2504 .event-card .event-date-wrapper > span {
2505     display: block;
2506     overflow: hidden;
2507     text-align: center;
2508     white-space: nowrap;
2509 }
2510 .event-card .event-date-wrapper .event-card-short-month {
2511     font-size: 13px;
2512     text-transform: uppercase;
2513 }
2514 .event-card .event-date-wrapper.medium .event-card-short-date {
2515     font-size: 24px;
2516     line-height: 28px;
2517     margin-top: 2px;
2518 }
2519 .event-card .event-card-content {
2520     width: 100%;
2521     padding: 0 5px 0 15px;
2522     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2523     color: #777;
2524     position: relative;
2525 }
2526 .event-card .event-card-content .event-map-btn {
2527     position: absolute;
2528     right: 0;
2529     top:0;
2530     line-height: 15px;
2531 }
2532 .event-card .event-card-title {
2533     font-size: 14px;
2534     color: #555;
2535     line-height: 15px;
2536     font-weight: bold;
2537     margin: 0;
2538 }
2539 .event-card .event-card-location {
2540     margin-top: 10px;
2541     font-size: 13px;
2542 }
2543 .event-card .event-card-location br {
2544     content: " ";
2545 }
2546 .event-card .event-card-location br::after {
2547     content: " ";
2548 }
2549 .event-card-profile-name a {
2550     color: $link_color;
2551 }
2552 .event-card-profile-name a:hover {
2553     color: $link_hover_color;
2554 }
2555 .event-card .event-card-content .event-location-map {
2556     position: absolute;
2557     left: -9999px;
2558     top: -9999px;
2559 }
2560 .event-card .event-card-content .event-location-map .map{
2561     margin-top: 10px;
2562 }
2563 .event-card .description {
2564     margin-top: 10px;
2565     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
2566 }
2567 /* Photos Pages */
2568 #photo-photo {
2569     position: relative;
2570 }
2571 .photo-next-link, .photo-prev-link {
2572     height: 64px;
2573     margin-top: -32px;
2574     opacity: 0;
2575     position: absolute;
2576     top: 50%;
2577     transform: translateZ(0);
2578     transition: opacity .2s;
2579     /*width: 27px;*/
2580     width: 100px;
2581     z-index: 11;
2582     font-size: 64px;
2583     color: #fff;
2584     text-shadow:
2585         -1px -1px 0 #000,
2586         1px -1px 0 #000,
2587         -1px 1px 0 #000,
2588         1px 1px 0 #000;
2589 }
2590 .photo-next-link > i, .photo-prev-link > i {
2591     vertical-align: super;
2592 }
2593 .photo-next-link > i {
2594     float: right;
2595 }
2596 .photo-prev-link {
2597     left: 20px;
2598 }
2599 .photo-next-link {
2600     right: 20px;
2601 }
2602 #photo-photo:hover .photo-next-link,
2603 #photo-photo:hover .photo-prev-link {
2604     opacity: 0.4;
2605 }
2606 #photo-photo .photo-next-link:hover,
2607 #photo-photo .photo-prev-link:hover {
2608     opacity: 1;
2609     color: #fff;
2610 }
2611 .photo-comment-wrapper .comment {
2612     position: relative;
2613 }
2614 .photo-comment-wrapper .wall-item-content {
2615     color: #555;
2616     font-size: 13px;
2617 }
2618 .photo-comment-wrapper .comment-wwedit-wrapper,
2619 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2620     margin-top: 15px;
2621 }
2622
2623 /* Profiles Page */
2624 .profile-listing-table {
2625     display: table;
2626     width: 100%;
2627 }
2628 .profile-listing-row {
2629     display: table-row;
2630 }
2631 .profile-listing-cell {
2632     display: table-cell;
2633 }
2634 .profile-listing-photo {
2635     width: 48px;
2636     height: 48px;
2637     margin: 10px 0px;
2638 }
2639 #profile-listing-new-link-wrapper {
2640     margin-bottom: 20px;
2641 }
2642 .panel-group-settings {
2643     margin-left: -15px;
2644     margin-right: -15px;
2645 }
2646 .panel-group-settings > .panel {
2647     padding-left: 15px;
2648     padding-right: 15px;
2649 }
2650 .profiles-content-wrapper #profile-photo-upload-section {
2651     display: none;
2652     margin-left: -15px;
2653     margin-right: -15px;
2654     margin-top: 15px;
2655     padding: 15px;
2656 }
2657 #profile-photo-upload-close {
2658     font-size: 14px;
2659 }
2660
2661 /* Settings */
2662 .section-subtitle-wrapper {
2663     padding: 1px 10px;
2664 }
2665 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2666     font-family: FontAwesome;
2667     content: "\f0d7";
2668     padding-right: 5px;
2669 }
2670 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2671     font-family: FontAwesome;
2672     content: "\f0da";
2673 }
2674 #settings-nick-wrapper {
2675     margin-bottom: 20px;
2676 }
2677 .group {
2678     margin-left: 20px;
2679 }
2680
2681 /* Emulates Bootstrap display */
2682 .settings-block {
2683     margin: 0 -15px 5px;
2684     color: #333;
2685     background-color: rgba(255,255,255,0.95);
2686     border-radius: 4px;
2687     padding: 10px 15px;
2688     box-shadow: 0 0 3px #dadada;
2689     -webkit-box-shadow: 0 0 3px #dadada;
2690     -moz-box-shadow: 0 0 3px #dadada;
2691 }
2692
2693 .settings-block.fakelink, .settings-block > .fakelink {
2694     padding: 10px 25px;
2695     display: block;
2696 }
2697 .settings-block > .fakelink {
2698     margin: -10px -15px 10px -15px;
2699     border-radius: 4px 4px 0 0;
2700 }
2701
2702 .settings-block.fakelink:hover, .settings-block > .fakelink:hover {
2703     color: $link_hover_color;
2704 }
2705 .settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
2706     margin: 0;
2707     padding: 0;
2708     color: $link_color;
2709     font-size: 18px;
2710 }
2711
2712 .fakelink > h3:before {
2713     padding-right: 10px;
2714 }
2715 .settings-block.fakelink > h3:before {
2716     font-family: FontAwesome;
2717     content: "\f0da"; /* Right Plain Pointer */
2718 }
2719 .settings-block > .fakelink > h3:before {
2720     font-family: FontAwesome;
2721     content: "\f0d7"; /* Bottom Plain Pointer */
2722 }
2723
2724 h3.connector {
2725     line-height: 40px;
2726 }
2727
2728 /* Intro Notifications */
2729 ul.notif-network-list {
2730     margin-left: -15px;
2731     margin-right: -15px;
2732 }
2733 ul.notif-network-list > li {
2734     padding-left: 15px;
2735     padding-right: 15px;
2736 }
2737 .intro-wrapper.media {
2738     overflow: visible;
2739     word-wrap: break-word;
2740     margin-top: 0;
2741 }
2742 .intro-photo-wrapper img.intro-photo {
2743     height:80px;
2744     width: 80px;
2745     border-radius: 4px;
2746 }
2747 .intro-actions {
2748     display: flex;
2749 }
2750 .intro-enty-name h4 {
2751     font-size: 15px !important;
2752 }
2753 .intro-wrapper button.intro-action-link {
2754     opacity: 0.1;
2755     transition: all 0.25s ease-in-out;
2756 }
2757 .intro-wrapper button.intro-action-link,
2758 .intro-wrapper button.intro-action-link:hover {
2759     padding-right: 5px;
2760     padding-left: 5px;
2761     color: #555;
2762 }
2763 ul li:hover .intro-wrapper button.intro-action-link {
2764     opacity: 0.8;
2765     transition: all 0.25s ease-in-out;
2766 }
2767 ul li:hover .intro-wrapper button.intro-action-link:hover {
2768     opacity: 1;
2769 }
2770 .intro-action-buttons {
2771     margin-top: 15px;
2772     /*display: none;*/
2773     max-height: 0px;
2774     overflow: hidden;
2775     transition: max-height 0.1s ease-out;
2776 }
2777 ul.notif-network-list > li:hover .intro-action-buttons {
2778     /*display: block;*/
2779     max-height: 30px;
2780     transition: max-height 0.1s ease-in;
2781 }
2782 .intro-desc-label, .intro-url-label, .intro-network-label,
2783 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2784 .intro-about-label, .intro-knowyou-label {
2785     font-weight: bold;
2786 }
2787 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2788 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2789 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2790 .intro-contact-info.xs .intro-knowyou-label {
2791     display: block;
2792     margin-top: 5px
2793 }
2794
2795 /* Notifications Page */
2796 ul.notif-network-list li.unseen {
2797     background-color: #f3fcfd;
2798 }
2799 .notif-item img.notif-image {
2800     height: 48px;
2801     width: 48px;
2802     border-radius: 4px;
2803 }
2804 .notif-item .notif-desc-wrapper {
2805     height: 48px;
2806 }
2807 .notif-item .notif-desc-wrapper a {
2808     height: 100%;
2809     display: block;
2810     color: #555;
2811     font-size: 13px;
2812     font-weight: 600;
2813 }
2814
2815 /* Search Page */
2816
2817 /* This is a little bit hacky. Since the search page is used for diferent
2818 content types we can't apply the generic-page-wrapper class.
2819 So we apply the css of the generic-page-wrapper class to the ul element with some
2820 little modifications to emulate a standard page template */
2821 .search-content-wrapper > ul.viewcontact_wrapper {
2822     min-height: calc(100vh - 150px);
2823     padding-top: 15px;
2824     padding-bottom: 20px;
2825     margin: 0;
2826     margin-bottom: 20px;
2827     border: none;
2828     /*background-color: #fff;*/
2829     background-color: rgba(255,255,255,$contentbg_transp);
2830     border-radius: 4px;
2831     position: relative;
2832     /*overflow: hidden;*/
2833     color: #555;
2834     box-shadow: 0 0 3px #dadada;
2835     -webkit-box-shadow: 0 0 3px #dadada;
2836     -moz-box-shadow: 0 0 3px #dadada;
2837 }
2838
2839 /* Help Page */
2840 section.help-content-wrapper h1 {
2841     padding-bottom: 0.3em;
2842     font-size: 1.8em;
2843     border-bottom: 1px solid #ddd;
2844 }
2845 section.help-content-wrapper h2 {
2846     padding-bottom: 0.3em;
2847     font-size: 1.5em;
2848     border-bottom: 1px solid #ddd;
2849 }
2850 section.help-content-wrapper h3 {
2851     font-size: 1.2em;
2852 }
2853 section.help-content-wrapper h4 {
2854     font-size: 1em;
2855 }
2856 section.help-content-wrapper h1,
2857 section.help-content-wrapper h2,
2858 section.help-content-wrapper h3,
2859 section.help-content-wrapper h4,
2860 section.help-content-wrapper h5,
2861 section.help-content-wrapper h6 {
2862     margin-top: 24px;
2863     margin-bottom: 16px;
2864     font-weight: 600;
2865     line-height: 1.25;
2866 }
2867 section.help-content-wrapper p {
2868     margin: 0.4em 0;
2869 }
2870 section.help-content-wrapper p,
2871 section.help-content-wrapper a,
2872 section.help-content-wrapper li {
2873     line-height: 1.6;
2874     font-size: 0.96em;
2875 }
2876
2877 /*Admin Page*/
2878 #adminpage #frio_background_image .image-select {
2879     display: none;
2880 }
2881 #adminpage #frio_background_image.input-group {
2882     display: block;
2883 }
2884 #admin-summary-wrapper {
2885     padding-top: 10px;
2886 }
2887 #adminpage ul#pluginslist, li.plugin {
2888     padding-top: 10px;
2889 }
2890 #adminpage li .icon {
2891     display: inline-block;
2892     vertical-align: text-top;
2893     position: relative;
2894     padding-left: 5px;
2895 }
2896 #adminpage li .icon:before {
2897     content: "";
2898     display: inline-block;
2899     position: absolute;
2900     width: 17px;
2901     height: 17px;
2902     left: 0;
2903     margin-left: -20px;
2904     margin-top: 2px;
2905     border: 1px solid #cccccc;
2906     border-radius: 3px;
2907     background-color: #fff;
2908     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2909     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2910     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2911 }
2912 #adminpage li .icon.on:after {
2913     font-family: "FontAwesome";
2914     content: "\f00c";
2915     display: inline-block;
2916     position: absolute;
2917     width: 16px;
2918     height: 16px;
2919     left: 0;
2920     top: 0;
2921     margin-left: -20px;
2922     margin-top: 2px;
2923     padding-left: 3px;
2924     padding-top: 1px;
2925     font-size: 11px;
2926     color: #555555;
2927 }
2928 #adminpage .plugin .desc {
2929     padding-left: 10px;
2930 }
2931
2932 /* Register Page*/
2933 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
2934     margin-top: 20px;
2935 }
2936 #register-openid-end, #register-nickname-end
2937 {
2938     margin-top: 40px;
2939 }
2940
2941 /*
2942 * Overwriting for transparency and other colors
2943 */
2944 main .nav-tabs>li.active>a,
2945 main .nav-tabs>li.active>a:focus,
2946 main .nav-tabs>li.active>a:hover {
2947     background-color: rgba(255,255,255,$contentbg_transp);
2948 }
2949
2950 /*
2951  * Modal
2952  */
2953 .modal hr {
2954     border-color: #eee;
2955 }
2956
2957 /*
2958  * Framework overwrite
2959  */
2960
2961 /* jRange */
2962 .theme-frio .back-bar {
2963     height: 5px !important;
2964     border-radius: 2px;
2965     background-color: #eeeeee;
2966     background-color: #e7e7e7;
2967     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2968     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2969     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2970     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2971     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2972     background-repeat: repeat-x;
2973     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2974 }
2975 .theme-frio .back-bar .selected-bar {
2976     border-radius: 2px;
2977     background-color: $link_color;
2978 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2979     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2980     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2981     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2982     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2983     background-repeat: repeat-x;
2984     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2985 }
2986 .theme-frio .back-bar .pointer {
2987     width: 14px !important;
2988     height: 14px !important;
2989     top: -5px;
2990     -webkit-box-sizing: border-box;
2991     -moz-box-sizing: border-box;
2992     box-sizing: border-box;
2993     border-radius: 10px;
2994     border: 1px solid #AAA;
2995     background-color: #e7e7e7 !important;
2996     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2997     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2998     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2999     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
3000     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
3001     background-repeat: repeat-x;
3002     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
3003 }
3004 .theme-frio .back-bar .pointer-label {
3005     color: #999;
3006 }
3007
3008 /* textcomplete for contact filtering*/
3009 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
3010     position: relative !important;
3011     top: inherit !important;
3012     bottom: inherit !important;
3013     left: inherit !important;
3014     padding: 0;
3015     margin-left: -15px;
3016     margin-right: -15px;
3017     background-color: transparent;
3018     box-shadow: none;
3019     border: none;
3020 }
3021 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
3022     padding-left: 15px;
3023     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
3024 }
3025 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
3026     display: none;
3027 }
3028 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
3029 .textcomplete-item > a {
3030     padding: 0 !important;
3031     border-left: none;
3032     background-color: transparent !important;
3033 }
3034 /* this is a little hack for texcomplete contact filter
3035 There are for some reasons empty <a> tags. I don't know why */
3036 .textcomplete-item .contact-wrapper a {
3037     padding: 0;
3038 }
3039
3040 /* hovercard fix */
3041 body .tread-wrapper .hovercard a,
3042 body .tread-wrapper .hovercard a:hover {
3043     color: $link_color;
3044 }
3045 body .tread-wrapper .hovercard:hover .hover-card-content a {
3046     color: $link_color !important;
3047 }
3048
3049 /* Pagination improvements */
3050 .pagination {
3051     text-align: center;
3052     display: block;
3053 }
3054 .pagination > li > a,
3055 .pagination > li > span {
3056     color: $link_color;
3057     float: none;
3058 }
3059 .pagination>li>a:hover,
3060 .pagination>li>span:hover {
3061     color: $link_hover_color;
3062 }
3063 .pagination > .active > a,
3064 .pagination > .active > a:focus,
3065 .pagination > .active > a:hover,
3066 .pagination > .active > span,
3067 .pagination > .active > span:focus,
3068 .pagination > .active > span:hover {
3069     background-color: $link_color;
3070     border-color: $link_color;
3071     border-radius: 3px;
3072 }
3073 .pagination li.pager_n a {
3074     margin-left: 3px;
3075     border-radius: 3px;
3076 }
3077 .pagination .pager_prev a {
3078     margin-left: -5px;
3079     margin-right: 4px;
3080     border-top-right-radius: 3px;
3081     border-bottom-right-radius: 3px;
3082 }
3083 .pagination .pager_next a {
3084     margin-left: 4px;
3085     margin-right: -5px;
3086     border-top-left-radius: 3px;
3087     border-bottom-left-radius: 3px;
3088 }
3089 .pager .next > a,
3090 .pager .previous > a {
3091     float: none;
3092     border-radius: 3px;
3093 }
3094 .pagination .disabled > a,
3095 .pager .disabled > a {
3096     display: none;
3097 }
3098
3099 /*
3100  * some temporary workarounds until this will solved
3101  * elsewhere (e.g. new templates)
3102  */
3103 section .profile-match-wrapper {
3104     float: left;
3105 }
3106
3107 /**
3108  * Login page
3109  */
3110 #login-submit-wrapper {
3111     display: flex;
3112     flex-wrap: wrap;
3113     justify-content: space-between;
3114     align-items: center;
3115 }
3116 #lost-password-link { flex-grow: 2; }
3117
3118 .mod-home.is-not-singleuser,
3119 .mod-login {
3120     background-color: $login_bg_color;
3121     background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
3122     background-size: cover;
3123     background-attachment: fixed;
3124     background-position: center;
3125     padding-top: 0;
3126 }
3127 .mod-home.is-not-singleuser nav.navbar,
3128 .mod-login nav.navbar { background-color: transparent }
3129 .mod-home.is-not-singleuser #topbar-second,
3130 .mod-login #topbar-second {
3131     background-color: transparent;
3132     box-shadow: unset;
3133     border: 0
3134 }
3135 .mod-home.is-not-singleuser .login-content,
3136 .mod-login .login-content {
3137     color: #eee;
3138     margin-top: 2.5%;
3139 }
3140
3141 .mod-home.is-not-singleuser .login-form > #login-form label,
3142 .mod-login #content #login-form label {
3143     color: #eee;
3144 }
3145
3146
3147 .mod-home.is-not-singleuser .login-panel-content,
3148 .mod-login .login-panel-content {
3149     background-color: rgba(255,255,255,.85);
3150 }
3151
3152 /* Medium devices (desktops, 992px and up) */
3153 @media (min-width: 992px) {
3154     .mod-home.is-not-singleuser #content,
3155     .mod-login #content {
3156         margin-top: 100px!important;
3157     }
3158
3159     .mod-home.is-not-singleuser .login-form > #login-form,
3160     .mod-login #content #login-form {
3161         background-color: #fff;
3162         padding: 1em;
3163         position: relative;
3164         margin-top: 4em;
3165     }
3166
3167     .mod-home.is-not-singleuser .login-form > #login-form label,
3168     .mod-login #content #login-form label {
3169         color: #444;
3170     }
3171
3172     .mod-home.is-not-singleuser .login-form > #login-form::before,
3173     .mod-login #content #login-form::before {
3174         display: block;
3175         position: absolute;
3176         content: " ";
3177         background-color: rgba(255,255,255,0.1);
3178         width:90%;
3179         height: 110%;
3180         top: -5%;
3181         left: 5%;
3182         z-index: -1;
3183     }
3184
3185     .mod-home.is-not-singleuser .login-form > #login-form::after,
3186     .mod-login #content #login-form::after {
3187         display: block;
3188         position: absolute;
3189         content: " ";
3190         background-color: rgba(255,255,255,0.2);
3191         width:80%;
3192         height: 120%;
3193         top: -10%;
3194         left: 10%;
3195         z-index: -1;
3196     }
3197
3198 }
3199
3200
3201