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