]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Avoid memory issue in exception
[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     position: relative;
1673 }
1674
1675 /* wall items contact photo */
1676 .contact-photo {
1677     height: 48px;
1678     width: 48px;
1679     border-radius: 3px;
1680     /*maybe some adional stuff is needed for the different screen sizes */
1681 }
1682 .contact-photo-image-wrapper {
1683     width: 100%;
1684     height: 100%;
1685     overflow: hidden;
1686     position: relative;
1687     text-align: center;
1688 }
1689 .contact-photo-overlay {
1690     width: 100%;
1691     height: 100%;
1692     position: absolute;
1693     overflow: hidden;
1694     top: 0;
1695     left: 0;
1696     border-radius: 3px;
1697     background:rgba(0,0,0,.50);
1698     text-align:center;
1699     opacity:0;
1700     -webkit-transition: opacity .25s ease;
1701     -moz-transition: opacity .25s ease;
1702 }
1703 .contact-photo-overlay:hover {
1704     opacity: 1;
1705 }
1706 .contact-photo-overlay-content {
1707     font-size: 26px;
1708     text-shadow: 1px 1px 1px #ccc;
1709     color:rgba(255,255,255,.85);
1710     height: 100%;
1711     vertical-align: bottom;
1712 }
1713 .contact-photo-xs{
1714     height: 38px;
1715     width: 38px;
1716     border-radius: 3px;
1717 }
1718 .wwto .contact-photo {
1719     width: auto;
1720     height: 25px;
1721     font-size: 8.8px;
1722     border-radius: 2px;
1723     position: absolute;
1724     top: 28px;
1725     left: 28px;
1726     display: inline-block;
1727 }
1728
1729 /* wall items action dropdown menu */
1730 .nav-pills.preferences {
1731     position: absolute;
1732     right: 15px;
1733     top: 10px;
1734 }
1735 .comment .nav-pills.preferences {
1736     right: 0px;
1737     top: 0px;
1738 }
1739 .wall-item-network {
1740     font-size: 13px;
1741 }
1742
1743 /* wall items contact info */
1744 .media .media-body {
1745     font-size: 13px;
1746 }
1747 .media .media-body h4.media-heading {
1748     font-size: 14px;
1749     font-weight: 500;
1750     color: #555;
1751 }
1752 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1753     display: block;
1754 }
1755 .media .contact-info-comment {
1756     display: table-cell;
1757 }
1758 .media .contact-info-xs h5,
1759 .media .contact-info-comment {
1760     margin: 0 0 5px;
1761 }
1762 .media-heading {
1763     margin: 0 0 5px;
1764 }
1765 .wall-item-name,
1766 .shared-author {
1767     font-size: 15px;
1768     font-weight: bold;
1769 }
1770 .wall-item-name.xs {
1771     font-weight: 700;
1772     font-size: 14px;
1773 }
1774
1775 /* The lock symbol popup */
1776 #panel {
1777     position: absolute;
1778     list-style: none;
1779     background-color: $nav_bg;
1780     border: none;
1781     border-radius: 3px;
1782     float: left;
1783     min-width: 160px;
1784     max-width: 220px;
1785     padding: 10px ;
1786     margin: 2px 0 0;
1787     font-size: 14px;
1788     text-align: left;
1789     color: $nav_icon_color;
1790     z-index: 1000;
1791 }
1792
1793 /* Space between content and head */
1794 .wall-spacer {
1795     height: 10px;
1796 }
1797
1798 /* wall items content */
1799 .wall-item-content {
1800     word-break: break-word;
1801 }
1802 .wall-item-content img {
1803     max-height: 480px;
1804     object-fit: contain;
1805 }
1806 .wall-item-body > img,
1807 .wall-item-body > a > img {
1808     border-radius: 3px;
1809 }
1810 .wall-item-body .body-attach > a {
1811     color: #555;
1812     display: inline-block;
1813 }
1814 .wall-item-body .body-attach > a div {
1815     color: #555;
1816     width: 20px;
1817 }
1818
1819 /* wall-item content elements */
1820 .shared-wrapper,
1821 .vevent {
1822     padding: 10px;
1823     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1824 }
1825 @media screen and (max-width: 767px) {
1826     .shared-wrapper,
1827     .vevent {
1828     margin-left: 0px;
1829     margin-right: 0px;
1830     }
1831 }
1832 .shared-wrapper:hover,
1833 .vevent:hover {
1834     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1835 }
1836 .shared_header {
1837     margin-left: 0px;
1838     margin-top: 0px;
1839     padding-top: 0px;
1840     margin-bottom: 10px;
1841     border-top: none;
1842     color: inherit;
1843 }
1844 blockquote.shared_content {
1845     padding: 0px;
1846     margin-left: 0px;
1847     color: inherit;
1848 }
1849 code > .hl-main {
1850     padding: 10px 10px 1px 0;
1851 }
1852 .hl-main ol {
1853     line-height: 1.7;
1854 }
1855 .type-link img.attachment-image {
1856     width: 100%;
1857 }
1858 .type-link blockquote, .type-video blockquote {
1859     margin: 0;
1860     padding: 10px 0;
1861 }
1862 .oembed.video .embed_video > div::before {
1863     font-family: FontAwesome;
1864     font-weight: normal;
1865     font-style: normal;
1866     display: inline-block;
1867     text-decoration: inherit;
1868     vertical-align: top;
1869     font-size: 3em;
1870     content: "\f01d";
1871     color: #fff;
1872     bottom: 0px;
1873     right: 10px;
1874     position: absolute;
1875 }
1876 .oembed.video .embed_video > div {
1877     background-color: rgba(0,0,0,0.2);
1878     -webkit-transition: all 0.25s ease-in-out;
1879     -moz-transition: all 0.25s ease-in-out;
1880     -o-transition: all 0.25s ease-in-out;
1881     -ms-transition: all 0.25s ease-in-out;
1882     transition: all 0.25s ease-in-out;
1883 }
1884 .oembed.video .embed_video > div:hover {
1885     background-color: rgba(0,0,0,0);
1886 }
1887 .oembed.video .embed_video.active {
1888     margin: 1em 0;
1889 }
1890 .oembed.video .embed_video.active iframe {
1891     width: 100% !important;
1892 }
1893 .wall-item-tags,
1894 .itemedited {
1895     margin-top: 10px;
1896     font-size: 13px;
1897 }
1898
1899 .wall-item-tags a {
1900     color: #555;
1901 }
1902
1903 .wall-item-tags a:hover {
1904     text-decoration: none;
1905 }
1906 .wall-item-bottom .label,
1907 .wall-item-bottom .label a {
1908     color: #fff;
1909 }
1910 .wall-item-tags .category,
1911 .wall-item-tags .folder {
1912     margin-right: 3px;
1913 }
1914
1915 /* item social action buttons */
1916 .wall-item-actions {
1917     margin-top: 15px;
1918 }
1919 .wall-item-actions, .wall-item-actions a, .wall-item-actions button {
1920     font-size: 13px;
1921     color: #555;
1922     margin-bottom: 0;
1923 }
1924 .wall-item-actions .active {
1925     font-weight: bold;
1926 }
1927 .wall-item-actions .active:hover {
1928     color: $link_color;
1929 }
1930 .wall-item-actions-left {
1931     display: table-cell;
1932     vertical-align: middle;
1933 }
1934 .wall-item-actions-right {
1935     display: flex;
1936 }
1937 .wall-item-actions .checkbox {
1938     margin: 0;
1939     margin-left: 20px;
1940 }
1941 .wall-item-actions .button-event {
1942     padding-left: 5px;
1943     padding-right: 5px;
1944 }
1945 .wall-item-actions .button-comments,
1946 .wall-item-actions .button-votes,
1947 .wall-item-actions .button-likes {
1948     text-transform: capitalize;
1949 }
1950 .wall-item-actions button:hover {
1951     color: #555;
1952     text-decoration: underline;
1953 }
1954 .wall-item-actions .separator {
1955     margin: 0 .3em;
1956 }
1957
1958 /* wall item hover effects */
1959 .wall-item-container .wall-item-links,
1960 .wall-item-container .wall-item-actions,
1961 .wall-item-container .body-attach > a {
1962     opacity: 0.3;
1963     -webkit-transition: all 0.25s ease-in-out;
1964     -moz-transition: all 0.25s ease-in-out;
1965     -o-transition: all 0.25s ease-in-out;
1966     -ms-transition: all 0.25s ease-in-out;
1967     transition: all 0.25s ease-in-out;
1968 }
1969 .wall-item-container:hover .wall-item-links,
1970 .wall-item-container:hover .wall-item-actions,
1971 .wall-item-container:hover .body-attach > a {
1972     opacity: 0.6;
1973     -webkit-transition: all 0.25s ease-in-out;
1974     -moz-transition: all 0.25s ease-in-out;
1975     -o-transition: all 0.25s ease-in-out;
1976     -ms-transition: all 0.25s ease-in-out;
1977     transition: all 0.25s ease-in-out;
1978 }
1979 .wall-item-container .wall-item-body .body-attach > a:hover {
1980     opacity: 1;
1981 }
1982
1983 /*
1984 /* Comments
1985 */
1986 .well {
1987     border: none;
1988     box-shadow: none;
1989     /*background-color: #ededed;*/
1990     background-color: rgba(237, 237, 237, $contentbg_transp);
1991     background-image: none;
1992     margin-bottom: 1px;
1993 }
1994 .well-small {
1995     padding: 10px;
1996     border-radius: 3px;
1997 }
1998 .well hr {
1999     border-top: 1px solid #d9d9d9;
2000 }
2001 .wall-entry .well {
2002     margin-bottom: 0;
2003 }
2004 .comment-container {
2005     margin-top: 10px;
2006     margin-bottom: 0px;
2007     border-top-left-radius: 3px;
2008     border-top-right-radius: 3px;
2009     border-bottom-right-radius: 0px;
2010     border-bottom-left-radius: 0px;
2011 }
2012 .comment .media {
2013     position: relative!important;
2014     margin-top: 0;
2015 }
2016 .hide-comments-outer-wrapper {
2017 /*    text-align: center;
2018     margin-top: -18px;*/
2019 }
2020 .hide-comments-total {
2021     cursor: pointer;
2022 }
2023
2024 /*
2025 * Comment Box
2026 */
2027 .thread_level_2 .wall-item-comment-wrapper {
2028     padding-right: 5px;
2029 }
2030 .comment-edit-submit-wrapper {
2031     margin-bottom: 25px;
2032 }
2033 .comment-edit-submit-wrapper a,
2034 .comment-edit-submit-wrapper a:hover {
2035     padding-top: 5px !important;
2036     padding-bottom: 5px !important;
2037 }
2038 .comment-icon-list > li > .icon,
2039 .comment-icon-list > li > .icon:hover {
2040     color: #555;
2041     background-color: transparent;
2042 }
2043
2044 /* acpopup  + textcompletion*/
2045 .acpopup {
2046     /* max-height: 150px; */
2047     background-color: #ffffff;
2048     border-radius: 4px;
2049     overflow: auto;
2050     z-index: 100000;
2051     box-shadow: 0 6px 12px rgba(0,0,0,.175);
2052 }
2053 nav .acpopup {
2054     /*top: 35px !important;*/
2055     margin-left: -23px;
2056 }
2057 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
2058  at the beginning of this file to get rid of the !important */
2059 .textcomplete-item > a {
2060     color: #555 !important;
2061     padding: 5px 20px !important;
2062 }
2063 .textcomplete-item.active > a {
2064     background-color: rgb(247, 247, 247) !important;
2065     background-image: none !important;
2066     border-left: 3px solid $link_color;
2067     padding-left: 17px !important;
2068 }
2069 .textcomplete-item a .forum {
2070     color: $link_color;
2071 }
2072 img.acpopup-img {
2073     border-radius: 4px;
2074  }
2075
2076
2077 /* The wall-item thread levels */
2078 /*.wall-item-container.thread_level_3 {
2079   margin-left: 80px;
2080   width: calc(100% - 90px);
2081 }
2082 .wall-item-container.thread_level_4 {
2083   margin-left: 95px;
2084   width: calc(100% - 105px);
2085 }
2086 .wall-item-container.thread_level_5 {
2087   margin-left: 110px;
2088   width: calc(100% - 120px);
2089 }
2090 .wall-item-container.thread_level_6 {
2091   margin-left: 125px;
2092   width: calc(100% - 135px);
2093 }
2094 .wall-item-container.thread_level_7 {
2095   margin-left: 140px;
2096   width: calc(100% - 150px);
2097 }*/
2098
2099 .wall-item-container.thread_level_3,
2100 .wall-item-container.thread_level_4,
2101 .wall-item-container.thread_level_5,
2102 .wall-item-container.thread_level_6,
2103 .wall-item-container.thread_level_7 {
2104   margin-left: 15px;
2105
2106 }
2107 /* Menubar Tabs */
2108 section > .tabbar-wrapper {
2109 /* The tabbar shouldn't' be visibile inside
2110 the section element. Only after we have
2111 moved it to the nav through js */
2112     display: none !important;
2113 }
2114 #tabmenu,
2115 .tabbar-wrapper,
2116 .tabbar,
2117 .tabbar > li {
2118     height: 100%;
2119     /*margin-left: -15px;*/
2120     padding: 0;
2121 }
2122 #tabmenu .search-heading {
2123     overflow: hidden;
2124     text-overflow: ellipsis;
2125     white-space: nowrap;
2126 }
2127 ul.tabs {
2128     list-style: none;
2129     height: 100%;
2130     padding: 0;
2131     padding-top: 10px;
2132     margin: 0;
2133 }
2134 ul.tabs li {
2135     float: left;
2136     margin: 0;
2137     padding: 0;
2138     /*border-bottom: 0 solid #6fdbe8;*/
2139     border-bottom: 0 solid $link_color;
2140     font-size: 13px;
2141     height: 102%;
2142     transition: all .15s ease;
2143 }
2144 /*ul.tabs.visible-xs > li.active {
2145     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
2146 }*/
2147 ul.tabs li a {
2148     margin-left: 10px;
2149     margin-right: 10px;
2150     /*color: #6fdbe8;*/
2151     color: $link_color !important;
2152 }
2153 ul.tabs li:hover, ul.tabs li.active {
2154     border-bottom-width: 4px;
2155 }
2156 ul.tabbar ul.tabs-extended li.active {
2157     width: 100%;
2158     border-bottom-width: 2px;
2159 }
2160 ul.tabbar ul.tabs-extended li.active a {
2161     background: none;
2162 }
2163 ul.dropdown-menu li:hover {
2164     border-bottom-width: 0;
2165 }
2166
2167
2168 /* Dropdown Menu */
2169 .dropdown-menu li a,
2170 .dropdown-menu li .btn-link {
2171     font-size: 13px!important;
2172     font-weight: 600!important;
2173 }
2174 .dropdown-menu li > :hover,
2175 .dropdown-menu li > :visited,
2176 .dropdown-menu li > :focus {
2177     background: 0 0;
2178 }
2179
2180 .dropdown-menu li:first-child {
2181     margin-top: 3px;
2182 }
2183
2184 /* Notificaiotn badges */
2185 #mail-update-li.show {
2186     display: inline-block!important;
2187 }
2188
2189 /* Media Classes */
2190 .media .time,
2191 .media .shared-time,
2192 .media .delivery,
2193 .media .location,
2194 .media .location a {
2195     font-size: 11px;
2196     color: #bebebe;
2197 }
2198 .media-list > li {
2199     padding: 10px;
2200     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2201     position: relative;
2202 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2203     border-left: 3px solid rgba(255,255,255,0);
2204     font-size: 12px;
2205 }
2206 .media-list > li:hover,
2207 .media-list > li.selected,
2208 .media-list > li.active {
2209     border-left: 3px solid $link_color;
2210     background-color: rgba(247, 247, 247, $contentbg_transp);
2211 }
2212
2213 /* Forms */
2214 .form-control {
2215     border: 2px solid #ededed;
2216     box-shadow: none;
2217 }
2218 .form-control:focus {
2219     /*border: 2px solid #6fdbe8;*/
2220     border: 2px solid $link_color;
2221     outline: 0;
2222     box-shadow: none;
2223 }
2224
2225
2226 .checkbox input[type="checkbox"]:focus + label::before,
2227 .checkbox input[type="radio"]:focus + label::before {
2228     /*border: 2px solid #6fdbe8;*/
2229     border: 2px solid $link_color;
2230     outline: 0;
2231     box-shadow: none;
2232 }
2233
2234 /* Search form */
2235 .form-control.form-search {
2236     border-radius: 30px;
2237     background-image: url(img/icon_search16x16.png);
2238     background-repeat: no-repeat;
2239     background-position: 10px 8px;
2240     padding-left: 34px;
2241 }
2242 .form-group-search {
2243     position: relative;
2244     width: 100%;
2245 }
2246
2247 .form-group-search .form-button-search {
2248     position: absolute;
2249     top: 4px;
2250     right: 4px;
2251     border-radius: 30px;
2252 }
2253 .search-input.form-control.form-search {
2254     width: 100%;
2255 }
2256 .search-heading {
2257     text-align: center;
2258     color: $link_color;
2259     font-size: 20px;
2260 }
2261 .search-content-wrapper > #search-header-wrapper {
2262     display: none;
2263 }
2264 .search-content-wrapper > .section-title-wrapper {
2265     display: none;
2266 }
2267 #navbar-button > #search-save-form > #search-save {
2268     margin-top: 3px;
2269 }
2270 /* Section-Content-Wrapper */
2271 #search-header-wrapper {
2272     padding: 15px;
2273     padding-bottom: 20px;
2274     margin-bottom: 20px;
2275     border: none;
2276     /*background-color: #fff;*/
2277     background-color: rgba(255,255,255,$contentbg_transp);
2278     border-radius: 4px;
2279     position: relative;
2280     /*overflow: hidden;*/
2281     color: #555;
2282     box-shadow: 0 0 3px #dadada;
2283     -webkit-box-shadow: 0 0 3px #dadada;
2284     -moz-box-shadow: 0 0 3px #dadada;
2285 }
2286
2287 /* *******
2288  * PAGES
2289  *********/
2290
2291 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
2292  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2293 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2294 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
2295 .message-content-wrapper, .apps-content-wrapper,
2296 #adminpage, .delegate-content-wrapper, .uexport-content-wrapper,
2297 .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
2298 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2299 .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper,
2300 .fsuggest-content-wrapper {
2301     min-height: calc(100vh - 150px);
2302     padding: 15px;
2303     padding-bottom: 20px;
2304     margin-bottom: 20px;
2305     border: none;
2306     /*background-color: #fff;*/
2307     background-color: rgba(255,255,255,$contentbg_transp);
2308     border-radius: 4px;
2309     position: relative;
2310     /*overflow: hidden;*/
2311     color: #555;
2312     box-shadow: 0 0 3px #dadada;
2313     -webkit-box-shadow: 0 0 3px #dadada;
2314     -moz-box-shadow: 0 0 3px #dadada;
2315 }
2316 #content:hover .page-action.faded-icon {
2317     opacity: 0.8;
2318     transition: all 0.25s ease-in-out;
2319 }
2320 #content .page-action.faded-icon:hover {
2321     opacity: 1;
2322 }
2323
2324 .section-title-wrapper {
2325     overflow: hidden;
2326 }
2327 /* Home and Login Page */
2328 body.mod-home nav.navbar .nav>li>a:hover {
2329     background-color: rgba(255,255,255,0.2);
2330 }
2331 body.mod-home .navbar #nav-login,
2332 body.mod-login .navbar #nav-login {
2333     display: none;
2334 }
2335 /* Profile-page */
2336 #profile-content-standard,
2337 #profile-content-advanced {
2338     overflow: hidden;
2339 }
2340 #profile-menu {
2341     margin-top: 20px;
2342     margin-bottom: 20px;
2343 }
2344 .contact-block-div.forumlist-profile-advanced {
2345     float: left;
2346 }
2347
2348 /* contacts page */
2349 ul.viewcontact_wrapper {
2350     margin-left: -15px;
2351     margin-right: -15px;
2352 }
2353 ul.viewcontact_wrapper > li {
2354     padding-left: 15px;
2355 }
2356 .contact-wrapper {
2357 /*    padding: 10px;
2358     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2359     position: relative;*/
2360     /*border-left: 3px solid white;*/
2361 }
2362 .contact-wrapper .contact-photo-wrapper button {
2363     padding: 0;
2364 }
2365 .contact-wrapper.media {
2366     overflow: visible;
2367     word-wrap: break-word;
2368     margin-top: 0;
2369 }
2370 /* bootstrap hack for .media */
2371 .contact-wrapper.media .media-body {
2372     display: table-cell;
2373     width: 10000px;
2374     *width: auto;
2375     *zoom: 1;
2376 }
2377 .contact-wrapper.media:before, .media:after {
2378     content: "";
2379     display: table;
2380 }
2381 .contact-wrapper.media:after {
2382     clear: both;
2383 }
2384 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2385     height: 80px;
2386     width: 80px;
2387 }
2388 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2389     height: 48px;
2390     width: 48px;
2391 }
2392 .contact-wrapper .contact-photo-overlay-content.xl {
2393     font-size: 48px;
2394 }
2395 .contact-wrapper .contact-photo-menu {
2396     top: auto;
2397 }
2398
2399 .contact-entry-desc {
2400     color: #555;
2401 }
2402 .contact-entry-checkbox {
2403     margin-top: -20px;
2404 }
2405 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2406     font-weight: bold !important;
2407     color: $link_color;
2408     font-size: 15px !important;
2409 }
2410 .contact-wrapper .contact-actions {
2411     display: flex;
2412 }
2413 .contact-wrapper .contact-action-link,
2414 .contact-wrapper .contact-action-link:hover,
2415 .textcomplete-item .contact-wrapper .contact-action-link {
2416     padding: 0 5px;
2417     color: #555;
2418     border: 0;
2419 }
2420 .contact-wrapper .contact-action-link {
2421     opacity: 0.1;
2422     transition: all 0.25s ease-in-out;
2423 }
2424 ul li:hover .contact-wrapper .contact-action-link {
2425     opacity: 0.8;
2426     transition: all 0.25s ease-in-out;
2427 }
2428 ul li:hover .contact-wrapper .contact-action-link:hover {
2429     opacity: 1;
2430 }
2431 #contacts-search-wrapper,
2432 #directory-search-wrapper{
2433     padding: 10px 0;
2434 }
2435 #contact-drop-confirm .contact-actions,
2436 #contact-drop-confirm .contact-photo-overlay,
2437 #contact-drop-confirm .contact-photo-menu {
2438     display: none;
2439 }
2440 #contact-drop-confirm #confirm-form {
2441     margin-top: 20px;
2442 }
2443
2444 /* contact-edit */
2445 #contact-edit-actions {
2446     position: absolute;
2447 }
2448 #contact-edit-status-wrapper {
2449     border: none;
2450     background-color: #E1F5FE;
2451     margin: 15px -15px;
2452 }
2453 #contact-edit-tools {
2454     margin-left: -15px;
2455     margin-right: -15px;
2456 }
2457 #contact-edit-tools > .panel {
2458     padding-left: 15px;
2459     padding-right: 15px;
2460 }
2461 #contact-edit-settings {
2462     display: block;
2463     margin: 0;
2464 }
2465
2466 /* directory page */
2467 #directory-search-heading {
2468     padding-top: 10px;
2469 }
2470
2471 /* group edit page */
2472 .group-actions {
2473     margin-top: 4px;
2474     margin-bottom: 10px;
2475     font-size: 30px;
2476 }
2477 .group-actions button,
2478 .group-actions a {
2479     font-size: 18px;
2480 }
2481
2482 .contact-group-actions .fa-times-circle { color: #D00000;}
2483 .contact-group-actions .fa-plus-circle { color: #008000;}
2484
2485 #group-edit-wrapper {
2486     margin-top: 14px;
2487     display: none;
2488 }
2489 #group-edit-header {
2490     display: block;
2491 }
2492 #group-update-wrapper .contact-photo-overlay {
2493     display: none;
2494 }
2495 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2496     height: 100%;
2497     margin-top: -10px;
2498     display: flex;
2499 }
2500 #group-update-wrapper .viewcontact_wrapper .contact-group-link {
2501     opacity: 0.8;
2502     font-size: 20px;
2503     line-height: 50px;
2504 }
2505 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2506     opacity: 1;
2507 }
2508 #group-update-wrapper .shortmode {
2509     height: 53px;
2510     overflow: hidden;
2511 }
2512 #group-update-wrapper .shortmode .contact-photo {
2513     height: 32px;
2514     width: 32px;
2515 }
2516 #group-update-wrapper .shortmode .media {
2517     overflow: hidden;
2518 }
2519 #group-update-wrapper .shortmode .contact-entry-desc {
2520     font-size: 12px !important;
2521 }
2522 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2523     margin: 0;
2524 }
2525 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2526     font-size: 13px !important;
2527     white-space: nowrap;
2528 }
2529 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2530 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2531     display: none;
2532 }
2533
2534 /* private mail */
2535 .message-content-wrapper > li {
2536 /* we need this overwriting because we have no template file
2537    for the general mail page /message
2538 */
2539     list-style-type: none;
2540 }
2541 .mail-thread {
2542     max-height: calc(100vh - 200px);
2543 }
2544 #mail-conversation {
2545     overflow-y: auto;
2546     max-height: calc(100vh - 400px);
2547     max-height: auto;
2548     /*height: 500px;*/
2549     margin-bottom: 0px;
2550     padding: 0 15px;
2551 }
2552 #mail-conversation.can-reply {
2553 /*    border-bottom-left-radius: 0px;
2554     border-bottom-right-radius: 0px;*/
2555 }
2556 .mail-conv-wrapper .media .contact-photo-wrapper img {
2557     height: 48px;
2558     width: 48px;
2559 }
2560 .mail-thread #prvmail-to-label,
2561 .mail-thread #prvmail-subject-label {
2562     display: none;
2563 }
2564 .mail-thread #prvmail-message-label > label {
2565     display:none;
2566 }
2567 .mail-thread #prvmail-message-label textarea {
2568 /*    border-top: none;
2569     margin-top: -10px;
2570     border-top-left-radius: 0px;
2571     border-top-right-radius: 0px;*/
2572     max-height: 120px;
2573 }
2574 .mail-conv-wrapper {
2575     padding: 15px 0;
2576     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2577 }
2578 #message-sidebar {
2579     height: calc(100vh - 150px);
2580 }
2581 #message-preview {
2582     /*padding: 0 10px;*/
2583     height: calc(100% - 20px);
2584 }
2585 #message-preview ul {
2586     margin: 0px;
2587 }
2588 #message-preview .media-list li {
2589     padding: 0px 10px;
2590     border: none;
2591 }
2592 #message-preview .media-list li:hover {
2593     border-left: none !important;
2594 }
2595 #message-preview .media-list li a {
2596     color: $link_color;
2597 }
2598 .mail-list-outside-wrapper {
2599     padding: 5px 0;
2600     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2601 }
2602 .mail-list-outside-wrapper .contact-photo-wrapper img {
2603     height: 48px;
2604     width: 48px;
2605 }
2606 #prvmail-end {
2607     clear:both;
2608 }
2609 #modal #prvmail-text-edit-bb .bb-img {
2610     display: none;
2611 }
2612
2613 /* photos */
2614 #photo-album-edit-name-label {
2615     width: 100%;
2616 }
2617 .photo-album-edit-name {
2618     width: 60%;
2619 }
2620
2621 .photo-album-actions {
2622     margin-bottom: 10px;
2623 }
2624 .photo-album-actions .photos-order-link {
2625     float: right;
2626 }
2627 /* poke */
2628 #poke-desc {
2629     margin: 5px 0 30px;
2630 }
2631 #poke-wrapper-end {
2632     clear: both;
2633 }
2634
2635 /* Events page */
2636
2637 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2638     color: $link_hover_color;
2639 }
2640 .fc .fc-list-item-title a {
2641     color: $link_color;
2642 }
2643 .fc .fc-list-item-title a[href]:hover {
2644     color: $link_hover_color;
2645     text-decoration: none;
2646 }
2647 /*.event-date-wrapper.medium .event-hover-short-month {
2648     color: $link_color;
2649 }*/
2650 .event-wrapper .event-owner {
2651   margin-bottom: 15px;
2652 }
2653 .event-wrapper .event-owner img {
2654     display: block;
2655 }
2656 .event-owner img {
2657     margin-right: 5px;
2658     height: 48px;
2659     width:  48;
2660     border-radius: 3px;
2661 }
2662 .event-wrapper .vevent {
2663     margin-left: 0;
2664     margin-right: 0;
2665     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2666 }
2667 .event-wrapper .event-buttons {
2668     margin-top: 15px;
2669 }
2670 #event-form-wrapper {
2671     padding-top: 5px;
2672 }
2673 #event-edit-form-wrapper {
2674     padding-top: 15px;
2675 }
2676 #event-nav a {
2677     color: #555;
2678 }
2679 #event-edit-form-wrapper #event-edit-time {
2680     padding: 10px 0;
2681 }
2682 .event-buttons .plink-event-link {
2683     margin-left: 20px;
2684 }
2685 .vevent .event-summary {
2686     font-size: 16px;
2687 }
2688 .vevent .event-description {
2689     padding: 10px 0;
2690 }
2691 .vevent .event-location .location {
2692     font-size: inherit;
2693     color: inherit;
2694 }
2695 .modal-body .vevent .event-summary {
2696     display: none;
2697 }
2698 #event-preview .vevent .event-summary {
2699     display: block;
2700 }
2701
2702 /* Event Cards */
2703 .event-card-details, .event-card-header {
2704     width: 100%;
2705 }
2706 .event-card-header, .event-card-left-date {
2707     float: left;
2708 }
2709 .vevent .event-card-header {
2710     display: table;
2711 }
2712 .event-card-left-date {
2713     width: 60px; /* Das muss wahrscheinlich unterschiedlich sein zwischen calendar und stream */
2714 }
2715 .event-card .event-date-wrapper > span {
2716     display: block;
2717     overflow: hidden;
2718     text-align: center;
2719     white-space: nowrap;
2720 }
2721 .event-card .event-date-wrapper .event-card-short-month {
2722     font-size: 13px;
2723     text-transform: uppercase;
2724 }
2725 .event-card .event-date-wrapper.medium .event-card-short-date {
2726     font-size: 24px;
2727     line-height: 28px;
2728     margin-top: 2px;
2729 }
2730 .event-card .event-card-content {
2731     width: 100%;
2732     padding: 0 5px 0 15px;
2733     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2734     color: #777;
2735     position: relative;
2736 }
2737 .event-card .event-card-content .event-map-btn {
2738     position: absolute;
2739     right: 0;
2740     top:0;
2741     line-height: 15px;
2742 }
2743 .event-card .event-card-title {
2744     font-size: 14px;
2745     color: #555;
2746     line-height: 15px;
2747     font-weight: bold;
2748     margin: 0;
2749 }
2750 .event-card .event-card-location {
2751     margin-top: 10px;
2752     font-size: 13px;
2753 }
2754 .event-card .event-card-location br {
2755     content: " ";
2756 }
2757 .event-card .event-card-location br::after {
2758     content: " ";
2759 }
2760 .event-card-profile-name a {
2761     color: $link_color;
2762 }
2763 .event-card-profile-name a:hover {
2764     color: $link_hover_color;
2765 }
2766 .event-card .event-card-content .event-location-map {
2767     position: absolute;
2768     left: -9999px;
2769     top: -9999px;
2770 }
2771 .event-card .event-card-content .event-location-map .map{
2772     margin-top: 10px;
2773 }
2774 .event-card .description {
2775     margin-top: 10px;
2776     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
2777 }
2778 /* Photos Pages */
2779 #photo-photo {
2780     position: relative;
2781 }
2782 .photo-next-link, .photo-prev-link {
2783     height: 64px;
2784     margin-top: -32px;
2785     opacity: 0;
2786     position: absolute;
2787     top: 50%;
2788     transform: translateZ(0);
2789     transition: opacity .2s;
2790     /*width: 27px;*/
2791     width: 100px;
2792     z-index: 11;
2793     font-size: 64px;
2794     color: #fff;
2795     text-shadow:
2796         -1px -1px 0 #000,
2797         1px -1px 0 #000,
2798         -1px 1px 0 #000,
2799         1px 1px 0 #000;
2800 }
2801 .photo-next-link > i, .photo-prev-link > i {
2802     vertical-align: super;
2803 }
2804 .photo-next-link > i {
2805     float: right;
2806 }
2807 .photo-prev-link {
2808     left: 20px;
2809 }
2810 .photo-next-link {
2811     right: 20px;
2812 }
2813 #photo-photo:hover .photo-next-link,
2814 #photo-photo:hover .photo-prev-link {
2815     opacity: 0.4;
2816 }
2817 #photo-photo .photo-next-link:hover,
2818 #photo-photo .photo-prev-link:hover {
2819     opacity: 1;
2820     color: #fff;
2821 }
2822 .photo-comment-wrapper .comment {
2823     position: relative;
2824 }
2825 .photo-comment-wrapper .wall-item-content {
2826     color: #555;
2827     font-size: 13px;
2828 }
2829 .photo-comment-wrapper .comment-wwedit-wrapper,
2830 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2831     margin-top: 15px;
2832 }
2833
2834 /* Profiles Page */
2835 .profile-listing-table {
2836     display: table;
2837     width: 100%;
2838 }
2839 .profile-listing-row {
2840     display: table-row;
2841 }
2842 .profile-listing-cell {
2843     display: table-cell;
2844 }
2845 .profile-listing-photo {
2846     width: 48px;
2847     height: 48px;
2848     margin: 10px 0px;
2849 }
2850 #profile-listing-new-link-wrapper {
2851     margin-bottom: 20px;
2852 }
2853 .panel-group-settings {
2854     margin-left: -15px;
2855     margin-right: -15px;
2856 }
2857 .panel-group-settings > .panel,
2858 .panel-group-settings > form > .panel {
2859     padding-left: 15px;
2860     padding-right: 15px;
2861 }
2862 .profiles-content-wrapper #profile-photo-upload-section {
2863     display: none;
2864     margin-left: -15px;
2865     margin-right: -15px;
2866     margin-top: 15px;
2867     padding: 15px;
2868 }
2869 #profile-photo-upload-close {
2870     font-size: 14px;
2871 }
2872
2873 /* Settings */
2874 .section-subtitle-wrapper {
2875     padding: 1px 10px;
2876 }
2877 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2878     font-family: FontAwesome;
2879     content: "\f0d7";
2880     padding-right: 5px;
2881 }
2882 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2883     font-family: FontAwesome;
2884     content: "\f0da";
2885 }
2886 #settings-nick-wrapper {
2887     margin-bottom: 20px;
2888 }
2889 .group {
2890     margin-left: 20px;
2891 }
2892
2893 /* Emulates Bootstrap display */
2894 .settings-block {
2895     margin: 0 -15px 5px;
2896     color: #333;
2897     background-color: rgba(255,255,255,0.95);
2898     border-radius: 4px;
2899     padding: 10px 15px;
2900     box-shadow: 0 0 3px #dadada;
2901     -webkit-box-shadow: 0 0 3px #dadada;
2902     -moz-box-shadow: 0 0 3px #dadada;
2903 }
2904
2905 .settings-block.fakelink, .settings-block > .fakelink {
2906     padding: 10px 25px;
2907     display: block;
2908 }
2909 .settings-block > .fakelink {
2910     margin: -10px -15px 10px -15px;
2911     border-radius: 4px 4px 0 0;
2912 }
2913
2914 .settings-block.fakelink:hover, .settings-block > .fakelink:hover {
2915     color: $link_hover_color;
2916 }
2917 .settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
2918     margin: 0;
2919     padding: 0;
2920     color: $link_color;
2921     font-size: 18px;
2922 }
2923
2924 .fakelink > h3:before {
2925     padding-right: 10px;
2926 }
2927 .settings-block.fakelink > h3:before {
2928     font-family: FontAwesome;
2929     content: "\f0da"; /* Right Plain Pointer */
2930 }
2931 .settings-block > .fakelink > h3:before {
2932     font-family: FontAwesome;
2933     content: "\f0d7"; /* Bottom Plain Pointer */
2934 }
2935
2936 h3.connector {
2937     line-height: 40px;
2938 }
2939
2940 /* Intro Notifications */
2941 ul.notif-network-list {
2942     margin-left: -15px;
2943     margin-right: -15px;
2944 }
2945 ul.notif-network-list > li {
2946     padding-left: 15px;
2947     padding-right: 15px;
2948 }
2949 .intro-wrapper.media {
2950     overflow: visible;
2951     word-wrap: break-word;
2952     margin-top: 0;
2953 }
2954 .intro-photo-wrapper img.intro-photo {
2955     height:80px;
2956     width: 80px;
2957     border-radius: 4px;
2958 }
2959 .intro-actions {
2960     display: flex;
2961 }
2962 .intro-enty-name h4 {
2963     font-size: 15px !important;
2964 }
2965 .intro-wrapper button.intro-action-link {
2966     opacity: 0.1;
2967     transition: all 0.25s ease-in-out;
2968 }
2969 .intro-wrapper button.intro-action-link,
2970 .intro-wrapper button.intro-action-link:hover {
2971     padding-right: 5px;
2972     padding-left: 5px;
2973     color: #555;
2974 }
2975 ul li:hover .intro-wrapper button.intro-action-link {
2976     opacity: 0.8;
2977     transition: all 0.25s ease-in-out;
2978 }
2979 ul li:hover .intro-wrapper button.intro-action-link:hover {
2980     opacity: 1;
2981 }
2982 .intro-action-buttons {
2983     margin-top: 15px;
2984     /*display: none;*/
2985     max-height: 0px;
2986     overflow: hidden;
2987     transition: max-height 0.1s ease-out;
2988 }
2989 ul.notif-network-list > li:hover .intro-action-buttons {
2990     /*display: block;*/
2991     max-height: 30px;
2992     transition: max-height 0.1s ease-in;
2993 }
2994 .intro-desc-label, .intro-url-label, .intro-network-label,
2995 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2996 .intro-about-label, .intro-knowyou-label, .intro-madeby-label {
2997     font-weight: bold;
2998 }
2999 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
3000 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
3001 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
3002 .intro-contact-info.xs .intro-knowyou-label {
3003     display: block;
3004     margin-top: 5px
3005 }
3006
3007 /* Notifications Page */
3008 ul.notif-network-list li.unseen {
3009     background-color: #f3fcfd;
3010 }
3011 .notif-item img.notif-image {
3012     height: 48px;
3013     width: 48px;
3014     border-radius: 4px;
3015 }
3016 .notif-item .notif-desc-wrapper {
3017     height: 48px;
3018 }
3019 .notif-item .notif-desc-wrapper a {
3020     height: 100%;
3021     display: block;
3022     color: #555;
3023     font-size: 13px;
3024     font-weight: 600;
3025 }
3026
3027 /* Search Page */
3028
3029 /* This is a little bit hacky. Since the search page is used for diferent
3030 content types we can't apply the generic-page-wrapper class.
3031 So we apply the css of the generic-page-wrapper class to the ul element with some
3032 little modifications to emulate a standard page template */
3033 .search-content-wrapper > ul.viewcontact_wrapper {
3034     min-height: calc(100vh - 150px);
3035     padding-top: 15px;
3036     padding-bottom: 20px;
3037     margin: 0;
3038     margin-bottom: 20px;
3039     border: none;
3040     /*background-color: #fff;*/
3041     background-color: rgba(255,255,255,$contentbg_transp);
3042     border-radius: 4px;
3043     position: relative;
3044     /*overflow: hidden;*/
3045     color: #555;
3046     box-shadow: 0 0 3px #dadada;
3047     -webkit-box-shadow: 0 0 3px #dadada;
3048     -moz-box-shadow: 0 0 3px #dadada;
3049 }
3050
3051 /* Help Page */
3052 section.help-content-wrapper h1 {
3053     padding-bottom: 0.3em;
3054     font-size: 1.8em;
3055     border-bottom: 1px solid #ddd;
3056 }
3057 section.help-content-wrapper h2 {
3058     padding-bottom: 0.3em;
3059     font-size: 1.5em;
3060     border-bottom: 1px solid #ddd;
3061 }
3062 section.help-content-wrapper h3 {
3063     font-size: 1.2em;
3064 }
3065 section.help-content-wrapper h4 {
3066     font-size: 1em;
3067 }
3068 section.help-content-wrapper h1,
3069 section.help-content-wrapper h2,
3070 section.help-content-wrapper h3,
3071 section.help-content-wrapper h4,
3072 section.help-content-wrapper h5,
3073 section.help-content-wrapper h6 {
3074     margin-top: 24px;
3075     margin-bottom: 16px;
3076     font-weight: 600;
3077     line-height: 1.25;
3078 }
3079 section.help-content-wrapper p {
3080     margin: 0.4em 0;
3081 }
3082 section.help-content-wrapper p,
3083 section.help-content-wrapper a,
3084 section.help-content-wrapper li {
3085     line-height: 1.6;
3086     font-size: 0.96em;
3087 }
3088
3089 /*Admin Page*/
3090 #adminpage #frio_background_image .image-select {
3091     display: none;
3092 }
3093 #adminpage #frio_background_image.input-group {
3094     display: block;
3095 }
3096 #admin-summary-wrapper {
3097     padding-top: 10px;
3098 }
3099 #adminpage ul#addonslist, li.addon {
3100     list-style: none;
3101 }
3102 #adminpage li .icon {
3103     display: inline-block;
3104     vertical-align: text-top;
3105     position: relative;
3106     padding-left: 5px;
3107 }
3108 #adminpage li .icon:before {
3109     content: "";
3110     display: inline-block;
3111     position: absolute;
3112     width: 17px;
3113     height: 17px;
3114     left: 0;
3115     margin-left: -20px;
3116     margin-top: 2px;
3117     border: 1px solid #cccccc;
3118     border-radius: 3px;
3119     background-color: #fff;
3120     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3121     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3122     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3123 }
3124 #adminpage li .icon.on:after {
3125     font-family: "FontAwesome";
3126     content: "\f00c";
3127     display: inline-block;
3128     position: absolute;
3129     width: 16px;
3130     height: 16px;
3131     left: 0;
3132     top: 0;
3133     margin-left: -20px;
3134     margin-top: 2px;
3135     padding-left: 3px;
3136     padding-top: 1px;
3137     font-size: 11px;
3138     color: #555555;
3139 }
3140 #adminpage .addon .desc {
3141     padding-left: 10px;
3142 }
3143 .adminpage .admin-settings-action-link,
3144 .adminpage .admin-settings-action-link:hover {
3145     color: #555;
3146 }
3147 .adminpage .admin-settings-action-link:hover {
3148     opacity: 1;
3149 }
3150 .adminpage .admin-settings-action-link {
3151     opacity: 0.8;
3152 }
3153 #admin-users tr.blocked {
3154     background-color: #f8efc0;
3155 }
3156 .adminpage .table-hover > tbody > tr:hover + tr.details {
3157     background-color: #f5f5f5;
3158 }
3159 .offset-anchor::before {
3160     display: block;
3161     content: " ";
3162     margin-top: -100px;
3163     height: 100px;
3164     visibility: hidden;
3165     pointer-events: none;
3166 }
3167
3168 /* Manage Page */
3169 #identity-selector-wrapper {
3170     width: auto;
3171     height: auto;
3172     margin-top: 20px;
3173 }
3174 #identity-selector-wrapper .identity-match-photo {
3175     width: auto;
3176     float: none;
3177 }
3178 #identity-selector-wrapper .identity-match-photo button {
3179     position: relative;
3180 }
3181 #identity-selector-wrapper .identity-match-photo .badge {
3182     position: absolute;
3183     top: -8px;
3184     right: -8px;
3185 }
3186 #identity-selector-wrapper .identity-match-name {
3187     text-align: center;
3188 }
3189 #identity-selector-wrapper .identity-match-details {
3190     width: auto;
3191     float: none;
3192 }
3193
3194 /* Register Page */
3195 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
3196     margin-top: 20px;
3197 }
3198 #register-openid-end, #register-nickname-end
3199 {
3200     margin-top: 40px;
3201 }
3202
3203 /*
3204 * Overwriting for transparency and other colors
3205 */
3206 main .nav-tabs>li.active>a,
3207 main .nav-tabs>li.active>a:focus,
3208 main .nav-tabs>li.active>a:hover {
3209     background-color: rgba(255,255,255,$contentbg_transp);
3210 }
3211
3212 /*
3213  * Modal
3214  */
3215 .modal hr {
3216     border-color: #eee;
3217 }
3218
3219 /*
3220  * Framework overwrite
3221  */
3222
3223 /* jRange */
3224 .theme-frio .back-bar {
3225     height: 5px !important;
3226     border-radius: 2px;
3227     background-color: #eeeeee;
3228     background-color: #e7e7e7;
3229     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
3230     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
3231     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
3232     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
3233     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
3234     background-repeat: repeat-x;
3235     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
3236 }
3237 .theme-frio .back-bar .selected-bar {
3238     border-radius: 2px;
3239     background-color: $link_color;
3240 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
3241     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
3242     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
3243     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
3244     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
3245     background-repeat: repeat-x;
3246     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
3247 }
3248 .theme-frio .back-bar .pointer {
3249     width: 14px !important;
3250     height: 14px !important;
3251     top: -5px;
3252     -webkit-box-sizing: border-box;
3253     -moz-box-sizing: border-box;
3254     box-sizing: border-box;
3255     border-radius: 10px;
3256     border: 1px solid #AAA;
3257     background-color: #e7e7e7 !important;
3258     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
3259     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
3260     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
3261     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
3262     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
3263     background-repeat: repeat-x;
3264     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
3265 }
3266 .theme-frio .back-bar .pointer-label {
3267     color: #999;
3268 }
3269
3270 /* textcomplete for contact filtering*/
3271 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
3272     position: relative !important;
3273     top: inherit !important;
3274     bottom: inherit !important;
3275     left: inherit !important;
3276     padding: 0;
3277     margin-left: -15px;
3278     margin-right: -15px;
3279     background-color: transparent;
3280     box-shadow: none;
3281     border: none;
3282 }
3283 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
3284     padding-left: 15px;
3285     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
3286 }
3287 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
3288     display: none;
3289 }
3290 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
3291 .textcomplete-item > a {
3292     padding: 0 !important;
3293     border-left: none;
3294     background-color: transparent !important;
3295 }
3296 /* this is a little hack for texcomplete contact filter
3297 There are for some reasons empty <a> tags. I don't know why */
3298 .textcomplete-item .contact-wrapper a {
3299     padding: 0;
3300 }
3301
3302 /* hovercard fix */
3303 body .tread-wrapper .hovercard a,
3304 body .tread-wrapper .hovercard a:hover {
3305     color: $link_color;
3306 }
3307 body .tread-wrapper .hovercard:hover .hover-card-content a {
3308     color: $link_color !important;
3309 }
3310
3311 /* Pagination improvements */
3312 .pagination {
3313     text-align: center;
3314     display: block;
3315 }
3316 .pagination > li > a,
3317 .pagination > li > span {
3318     color: $link_color;
3319     float: none;
3320 }
3321 .pagination>li>a:hover,
3322 .pagination>li>span:hover {
3323     color: $link_hover_color;
3324 }
3325 .pagination > .active > a,
3326 .pagination > .active > a:focus,
3327 .pagination > .active > a:hover,
3328 .pagination > .active > span,
3329 .pagination > .active > span:focus,
3330 .pagination > .active > span:hover {
3331     background-color: $link_color;
3332     border-color: $link_color;
3333     border-radius: 3px;
3334 }
3335 .pagination li.pager_n a {
3336     margin-left: 3px;
3337     border-radius: 3px;
3338 }
3339 .pagination .pager_prev a {
3340     margin-left: -5px;
3341     margin-right: 4px;
3342     border-top-right-radius: 3px;
3343     border-bottom-right-radius: 3px;
3344 }
3345 .pagination .pager_next a {
3346     margin-left: 4px;
3347     margin-right: -5px;
3348     border-top-left-radius: 3px;
3349     border-bottom-left-radius: 3px;
3350 }
3351 .pager .next > a,
3352 .pager .previous > a {
3353     float: none;
3354     border-radius: 3px;
3355 }
3356 .pagination .disabled > a,
3357 .pager .disabled > a {
3358     display: none;
3359 }
3360
3361 /*
3362  * some temporary workarounds until this will solved
3363  * elsewhere (e.g. new templates)
3364  */
3365 section .profile-match-wrapper {
3366     float: left;
3367 }
3368
3369 /**
3370  * Login page
3371  */
3372 #login-submit-wrapper {
3373     float: right;
3374 }
3375 #lost-password-link { flex-grow: 2; }
3376 #login-lost-password-link {
3377     margin-bottom: 10px;
3378     float: right;
3379 }
3380 #div_id_remember {
3381     float: left;
3382 }
3383 #id_password_wrapper {
3384     margin-bottom: unset;
3385 }
3386 #login_openid {
3387     clear: both;
3388 }
3389 #register-link {
3390     color: white;
3391     background: #8ad0a1;
3392     width: 100%;
3393 }
3394 #login-end {
3395     clear: both;
3396 }
3397
3398 .mod-home.is-not-singleuser,
3399 .mod-login {
3400     background-color: $login_bg_color;
3401     background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
3402     background-size: cover;
3403     background-attachment: fixed;
3404     background-position: center;
3405     padding-top: 0;
3406 }
3407 .mod-home.is-not-singleuser nav.navbar,
3408 .mod-login nav.navbar { background-color: transparent }
3409 .mod-home.is-not-singleuser #topbar-second,
3410 .mod-login #topbar-second {
3411     background-color: transparent;
3412     box-shadow: unset;
3413     border: 0
3414 }
3415 .mod-home.is-not-singleuser .login-content,
3416 .mod-login .login-content {
3417     color: #eee;
3418     margin-top: 2.5%;
3419 }
3420
3421 .mod-home.is-not-singleuser .login-form > #login-extra-links {
3422     margin-top: 4em;
3423 }
3424
3425 .mod-home.is-not-singleuser .login-form > #login-form label,
3426 .mod-login #content #login-form label {
3427     color: #eee;
3428 }
3429
3430 .mod-home.is-not-singleuser .login-panel-content,
3431 .mod-login .login-panel-content {
3432     background-color: rgba(255,255,255,.85);
3433 }
3434
3435 .qq-upload-button {
3436     background: $nav_bg !important;
3437     color: $btn_primary_color !important;
3438     float: none;
3439     border: none;
3440     -webkit-box-shadow: none;
3441     box-shadow: none;
3442     -moz-box-shadow: none;
3443     background-image: none;
3444     text-shadow: none;
3445     border-radius: 3px;
3446     outline: 0!important;
3447     margin-bottom: 0;
3448     font-size: 14px;
3449     font-weight: 600;
3450     padding: 8px 16px;
3451     color: inherit;
3452     width: 100% !important;
3453 }
3454
3455 .qq-upload-drop-area {
3456     background: white !important;
3457     float: none;
3458     border: none;
3459     -webkit-box-shadow: none;
3460     box-shadow: none;
3461     -moz-box-shadow: none;
3462     background-image: none;
3463     text-shadow: none;
3464     border-radius: 3px;
3465     outline: 0!important;
3466     margin-bottom: 0;
3467     font-size: 14px;
3468     font-weight: 600;
3469     padding: 8px 16px;
3470     color: inherit;
3471     width: 100% !important;
3472     display: block !important;
3473     position: relative !important;
3474     border: black 1px dashed !important;
3475     margin-bottom: 5px !important;
3476     margin-top: 15px !important;
3477 }
3478
3479 /* Medium devices (desktops, 992px and up) */
3480 @media (min-width: 992px) {
3481     .mod-home.is-not-singleuser #content,
3482     .mod-login #content {
3483         margin-top: 100px!important;
3484     }
3485
3486     .mod-home.is-not-singleuser .login-form > #login-form,
3487     .mod-home.is-not-singleuser .login-form > #login-extra-links,
3488     .mod-login #content #login-form {
3489         background-color: #fff;
3490         padding: 1em;
3491         position: relative;
3492     }
3493     .mod-home.is-not-singleuser .login-form > #login-extra-links {
3494         margin-top: unset;
3495         background-color: white;
3496     }
3497
3498     .mod-home.is-not-singleuser .login-form > #login-form label,
3499     .mod-login #content #login-form label {
3500         color: #444;
3501     }
3502
3503     .mod-home.is-not-singleuser .login-form::before,
3504     .mod-login #content #login-form::before {
3505         display: block;
3506         position: absolute;
3507         content: " ";
3508         background-color: rgba(255,255,255,0.1);
3509         width:90%;
3510         height: 110%;
3511         top: -5%;
3512         left: 5%;
3513         z-index: -1;
3514     }
3515
3516     .mod-home.is-not-singleuser .login-form::after,
3517     .mod-login #content #login-form::after {
3518         display: block;
3519         position: absolute;
3520         content: " ";
3521         background-color: rgba(255,255,255,0.2);
3522         width:80%;
3523         height: 120%;
3524         top: -10%;
3525         left: 10%;
3526         z-index: -1;
3527     }
3528
3529 }
3530
3531 /* Mobile display */
3532 @media (max-width: 600px) {
3533         body {
3534                 padding-top: 95px;
3535         }
3536
3537         #friendica-logo-mask {
3538                 display: none;
3539         }
3540
3541         .container {
3542                 padding-right: 0;
3543                 padding-left: 0;
3544         }
3545
3546         .panel {
3547                 border-radius: 0;
3548                 margin-bottom: 5px;
3549         }
3550
3551         .panel .panel-body {
3552                 padding: 10px;
3553         }
3554
3555         .wall-spacer {
3556                 height: 0px;
3557         }
3558
3559         .wall-item-actions {
3560                 margin-top: 10px;
3561         }
3562
3563         .media {
3564                 margin-top: 0;
3565         }
3566
3567         .nav-pills.preferences {
3568                 right: 10px;
3569         }
3570
3571         .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 {
3572                 border-radius: 0;
3573                 padding: 10px;
3574         }
3575
3576         .row {
3577                 margin-right: 0;
3578         }
3579
3580         .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 {
3581                 padding-right: 0;
3582         }
3583
3584         .wwto .contact-photo {
3585                 height: 19px;
3586                 padding: 0;
3587                 top: 24px;
3588                 left: 24px;
3589         }
3590
3591         /*
3592                 Prevent automatic zoom on input focus on iOS
3593                 see https://stackoverflow.com/a/16255670
3594         */
3595         .form-control {
3596                 font-size: 16px;
3597         }
3598 }