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