]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
profice a general content wrapper template.
[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
42 body a:hover, body a:focus, body a:active, body a.active, body .btn-link:hover{
43     /*color: #59d6e4;*/
44     color: $link_hover_color;
45     text-decoration: none;
46 }
47
48 .wall-item-container a:hover {
49     text-decoration: underline;
50 }
51
52 hr {
53     margin-top: 10px;
54     margin-bottom: 10px;
55 }
56 aside hr,
57 section hr {
58     border-color: rgba(238, 238, 238, $contentbg_transp);
59 }
60 iframe, img {
61     max-width: 100%;
62 }
63 .clear {
64     clear: both;
65 }
66 .no-padding {
67     padding: 0;
68 }
69 .fakelink {
70     cursor: pointer;
71 }
72
73 /*
74 * standard page elements
75 */
76 #back-to-top {
77     display: none;
78     cursor: pointer;
79     color: white;
80     position: fixed;
81     z-index: 49;
82     right: 20px;
83     bottom: 20px;
84     opacity: 1;
85     font-size: 2.9em;
86     padding: 0 12px 0 12px;
87     border-radius: 10px;
88     background-color: #aaa;
89     line-height: 1.5;
90 }
91
92 a#item-delete-selected {
93     cursor: pointer;
94     color: white;
95     position: fixed;
96     z-index: 49;
97     right: 20px;
98     top: 100px;
99     opacity: 0.8;
100     font-size: 2.9em;
101     padding: 0 12px 0 12px;
102     border-radius: 10px;
103     background-color: $link_color;
104     line-height: 1.5;
105     display: none;
106 }
107
108 /*
109 * Overwriting and Extend Bootstrap
110 */
111 .label, .label a {
112     color: #fff !important;
113 }
114
115 /* Buttons */
116
117 .btn {
118     float: none;
119     border: none;
120     -webkit-box-shadow: none;
121     box-shadow: none;
122     -moz-box-shadow: none;
123     background-image: none;
124     text-shadow: none;
125     border-radius: 3px;
126     outline: 0!important;
127     margin-bottom: 0;
128     font-size: 14px;
129     font-weight: 600;
130     padding: 8px 16px;
131 }
132
133 .btn-default {
134     background: #ededed;
135     color: #7a7a7a;
136 }
137 .btn-sm {
138     padding: 4px 8px;
139     font-size: 12px;
140 }
141 .btn-small {
142     padding: 6px 10px;
143     font-size: 12px;
144     line-height: 1.5;
145     border-radius: 3px;
146 }
147 .btn-primary {
148     background: $nav_bg;
149     color: $btn_primary_color !important;
150 }
151 .btn-primary:hover, .btn-primary:focus {
152     background: $btn_primary_hover_color;
153     text-decoration: none;
154 }
155 .btn-primary:active, .btn-primary.active {
156     outline: 0;
157     background: $btn_primary_hover_color !important;
158 }
159 .btn-link {
160 /*    color: #6fdbe8;*/
161     color: $link_color;
162 }
163 .btn-link:focus, .btn-link:hover {
164     color: #23527c;
165 }
166 /*.btn-info {
167     background: #6fdbe8;
168     color: #fff!important;
169 }
170 .btn-info:hover, .btn-info:focus {
171     background: #59d6e4!important;
172     text-decoration: none;
173 }
174 .btn-info:active, .btn-info.active {
175     outline: 0;
176     background: #59d6e4;
177 }*/
178
179 .btn-main {
180     /*background: #6fdbe8;*/
181     background: $link_color;
182     color: #fff!important;
183 }
184 .btn-main:hover, .btn-main:focus {
185     /*background: #59d6e4!important;*/
186     background: $link_hover_color !important;
187     text-decoration: none;
188 }
189 .btn-main:active, .btn-main.active {
190     outline: 0;
191     /*background: #59d6e4;*/
192     background: $link_hover_color;
193 }
194
195 .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
196     padding: .275rem .75rem;
197     /*font-size: .875rem;*/
198     line-height: 1.5;
199     height: 30px;
200     border-radius: .2rem;
201 }
202 /* Bootstrap media class fix/hack
203  * This is a test. I thought it does have some
204  * issues in some corner cases. Maybe we remove
205  * once more
206  * https://github.com/twbs/bootstrap/issues/6053
207  */
208 .media, .media-body {
209     overflow: visible;
210 }
211 .media .media-body {
212     display: table-cell;
213     width: 10000px;
214     *width: auto;
215     *zoom: 1;
216 }
217 .media:before, .media:after {
218     content: "";
219     display: table;
220 }
221 .media:after {
222     clear: both;
223 }
224
225 /* Badges */
226 .badge {
227     vertical-align: baseline;
228     background-color: $link_color;
229     border-radius: 4px;
230 }
231 aside .badge {
232     opacity: 0.7;
233 }
234
235
236 header #site-location {
237     display: none;
238 }
239 header #banner {
240     position: fixed;
241     top: 0px;
242 /*    width: 33%;
243     margin-left: 33%;
244     margin-right: 33%;*/
245     left:49%;
246     right: 49%;
247     z-index: 1040;
248     margin-top: 14px;
249     text-align: center;
250     text-shadow: 1px 1px 2px rgba(0,0,0,.5);
251     font-size: 14px;
252     font-family: tahoma, "Lucida Sans", sans;
253     color: #fff;
254     font-weight: bold;
255     whitespace: nowrap;
256     padding-left: 55px;
257 }
258 header #banner #logo-img, 
259 .navbar-brand #logo-img {
260     /*mask: url('network#m1');*/
261     /*mask-image: url('img/friendica-25.png');*/
262     -webkit-mask-image: url('img/friendica-25.png');
263     background-color: $nav_icon_color;
264     height: 25px;
265     width: 25px;
266     margin-left: auto;
267     margin-right: auto;
268 }
269
270 #navbrand-container {
271     display: flex;
272 }
273 #navbrand-container #navbar-brand-text {
274     padding-left: 5px;
275 }
276
277 /* NavBar */
278 .topbar {
279     position: fixed;
280     display: block;
281     height: 50px;
282     width: 100%;
283     padding-left: 15px;
284     padding-right: 15px
285 }
286 .topbar ul.nav {
287     float: left
288 }
289 .topbar ul.nav>li {
290     float: left
291 }
292 @media (min-width: 992px) {
293 .topbar ul.nav>li>a {
294     padding-top: 15px;
295     padding-bottom: 15px;
296     line-height: 20px
297 }
298 }
299 @media (max-width: 991px) {
300     .topbar ul.nav>li>a { padding-left: 10px; padding-right: 10px; };
301 }
302 .topbar .dropdown-footer {
303     margin: 10px
304 }
305 .topbar .dropdown-header {
306     font-size: 16px;
307     padding: 3px 10px;
308     margin-bottom: 10px;
309     font-weight: 300;
310     color: #bebebe
311 }
312 .topbar .dropdown-header .dropdown-header-link {
313     position: absolute;
314     top: 2px;
315     right: 10px
316 }
317 .topbar .dropdown-header .dropdown-header-link a {
318     /*color: #6fdbe8!important;*/
319     color: $link_color !important;
320     font-size: 12px;
321     font-weight: 400
322 }
323 .topbar .dropdown-header:hover {
324     color: #bebebe
325 }
326 #topbar-first,
327 nav.navbar {
328     background-color: $nav_bg;
329     top: 0;
330     z-index: 1030;
331     color: $nav_icon_color;
332 }
333 #topbar-first .nav>li>a:hover,
334 #topbar-first .nav>li>a:focus,
335 #topbar-first .nav>.open>a,
336 nav.navbar .nav>li>a:hover,
337 nav.navbar .nav>li>a:focus{
338     background-color: $nav_icon_hover_color;
339 }
340 #topbar-first .nav>.account {
341     height: 50px;
342     margin-left: 20px
343 }
344 #topbar-first .nav>.account img {
345     margin-left: 10px;
346     height: 32px;
347     width: 32px;
348     border-radius: 3px;
349 }
350 #topbar-first .nav>.account .dropdown-toggle {
351     padding: 10px 5px 8px;
352     line-height: 1.1em;
353     text-align: left
354 }
355 #topbar-first .nav>.account .dropdown-toggle span {
356     font-size: 12px
357 }
358 #topbar-first .topbar-brand {
359     position: relative;
360     z-index: 2
361 }
362 #topbar-first .topbar-actions {
363     position: relative;
364     z-index: 3
365 }
366 #topbar-first .topbar-nav {
367     /*position: absolute;*/
368     left: 0;
369     right: 0;
370     text-align: center;
371     z-index: 1
372 }
373 #topbar-first .topbar-nav .nav-segment {
374     position: relative;
375     text-align: left
376 }
377 #topbar-first .topbar-nav .nav-segment>a {
378 /*    padding: 5px 10px;
379     margin: 10px 2px;*/
380     display: inline-block;
381 /*    border-radius: 2px;*/
382     text-decoration: none;
383     text-align: left
384 }
385 #topbar-first .topbar-nav .nav-segment .nav-notify {
386     position: absolute;
387     top: 4px;
388     right: -2px;
389     background-color: #ff8989;
390     
391 /*    text-transform: uppercase;
392     display: inline-block;
393     padding: 3px 5px 4px;
394     font-weight: 600;
395     font-size: 10px!important;
396     color: #fff!important;
397     vertical-align: baseline;
398     white-space: nowrap;
399     text-shadow: none;
400     display: none;*/
401 }
402 #topbar-first #intro-update{
403     cursor: pointer;
404 }
405 #topbar-first .topbar-nav .arrow:after {
406     position: absolute;
407     display: block;
408     width: 0;
409     height: 0;
410     border-color: transparent;
411     border-style: solid;
412     border-width: 10px;
413     content: " ";
414     top: 1px;
415     margin-left: -10px;
416     border-top-width: 0;
417     border-bottom-color: #fff;
418     z-index: 1035
419 }
420 #topbar-first .topbar-nav .arrow {
421     position: absolute;
422     display: block;
423     width: 0;
424     height: 0;
425     border-color: transparent;
426     border-style: solid;
427     z-index: 1001;
428     border-width: 11px;
429     left: 50%;
430     margin-left: -18px;
431     border-top-width: 0;
432     border-bottom-color: rgba(0, 0, 0, .15);
433     top: -19px;
434     z-index: 1035
435 }
436 #topbar-first .topbar-nav .dropdown-menu {
437     width: 350px;
438     margin-left: -148px
439 }
440 #topbar-first .topbar-nav .dropdown-menu ul.media-list {
441     max-height: 400px;
442     overflow: auto
443 }
444 #topbar-first .topbar-nav .dropdown-menu li {
445     position: relative
446 }
447 #topbar-first .topbar-nav .dropdown-menu li i.approval {
448     position: absolute;
449     left: 2px;
450     top: 36px;
451     font-size: 14px
452 }
453 #topbar-first .topbar-nav .dropdown-menu li i.accepted {
454     color: #5cb85c
455 }
456 #topbar-first .topbar-nav .dropdown-menu li i.declined {
457     color: #d9534f
458 }
459 #topbar-first .topbar-nav .dropdown-menu li .media {
460     position: relative
461 }
462 #topbar-first .topbar-nav .dropdown-menu li .media .img-space {
463     position: absolute;
464     top: 14px;
465     left: 14px
466 }
467 #topbar-first .dropdown-footer {
468     margin: 10px 10px 5px
469 }
470 #topbar-first a,
471 nav.navbar a {
472     /*color: #fff*/
473     color: $nav_icon_color;
474 }
475 #topbar-first .caret {
476     border-top-color: #bebebe
477 }
478 #topbar-first .btn-group>a {
479     background-color: #7f9baa
480 }
481 #topbar-first .btn-enter {
482     background-color: #7f9baa;
483     margin: 6px 0
484 }
485 #topbar-first .btn-enter:hover {
486     background-color: #89a2b0
487 }
488
489
490 /* Notification Menu */
491 #topbar-first #nav-notifications-menu {
492     max-height: 400px;
493 }
494 #topbar-first #nav-notifications-menu a {
495     color: #555;
496     padding: 0;
497 }
498 #topbar-first #nav-notifications-menu li.notif-entry {
499     color: #555;
500     padding: 10px;
501     border-bottom: 1px solid #eee;
502     position: relative;
503     border-left: 3px solid #fff;
504     font-size: 12px;
505 }
506
507 #topbar-first #nav-notifications-menu li.notify-unseen {
508     border-left: 3px solid #f3fcfd;
509     background-color: #f3fcfd;
510 }
511 #topbar-first #nav-notifications-menu li.notif-entry:hover {
512     background-color: #f7f7f7;
513     /*border-left: 3px solid #6fdbe8;*/
514     border-left: 3px solid $link_color;
515 }
516 /*#topbar-first #nav-notifications-menu i.accepted {
517     color: #6fdbe8!important
518 }
519 #topbar-first #nav-notifications-menu i.declined {
520     color: #ff8989!important
521 }*/
522 #topbar-first #nav-notifications-menu li.placeholder {
523     border-bottom: none
524 }
525 #topbar-first #nav-notifications-menu .media .media-body {
526     font-size: 13px!important;
527     font-weight: 600!important;
528     cursor: pointer;
529 }
530 #topbar-first #nav-notifications-menu .media .media-body .contactname {
531     font-weight: bold;
532 }
533 #topbar-first #nav-notifications-menu .media .media-body .label {
534     padding: .1em .5em
535 }
536 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
537     height: 32px;
538     width: 32px;
539     border-radius: 3px;
540 }
541 /* The Top Nav Bar user menu */
542 #topbar-first .account .user-title {
543     text-align: right;
544     margin-top: 7px;
545 }
546 #topbar-first .account .user-title span {
547     color: $nav_icon_color;
548 }
549 #topbar-first .account #main-menu .nav-notify {
550     position: absolute;
551     top: 4px;
552     right: -2px;
553     background-color: #ff8989;
554 }
555 #myNavmenu li,
556 #myNavmenu a {
557     background-color: $nav_bg;
558     color: $nav_icon_color;
559 }
560 #myNavmenu li.nav-sitename {
561     font-weight: bold;
562 }
563 #topbar-first .dropdown.account>a,
564 #topbar-first .dropdown.account.open>a,
565 #topbar-first .dropdown.account>a:hover,
566 #topbar-first .dropdown.account.open>a:hover {
567     background-color: $nav_bg;
568 }
569 #topbar-first .dropdown.account li#nav-sitename {
570     padding-left: 15px;
571     padding-right: 15px;
572     font-weight: bold;
573     word-break: break-word;
574 }
575 #topbar-first .dropdown.account li#nav-sitename:hover {
576     border: none;
577     background-color: $nav_bg;
578 }
579 /* Nav Search */
580 #topbar-first #search-box .navbar-form {
581     margin: 0px;
582     padding: 10px 15px;
583 }
584 #topbar-first #search-box .form-search {
585     height: 25px;
586     font-size: 13px;
587     background-position: 8px 4px;
588 }
589 #topbar-first #search-box .btn {
590     font-size: 10px;
591     padding: 1px 8px;
592 }
593
594 /* second topbar */
595 #topbar-second {
596     height: 40px;
597     top: 50px;
598     background-color: #fff;
599     z-index: 1029;
600     background-image: none;
601     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
602     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
603     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
604     border-bottom: 1px solid #d4d4d4
605 }
606 #topbar-second > .container {
607     height: 100%;
608 }
609 @media screen and (max-width: 767px) {
610     #topbar-second > .container,
611     #topbar-second #navbar-button {
612         padding: 0;
613     }
614 }
615 #topbar-second .dropdown-menu {
616     padding-top: 0;
617     padding-bottom: 0
618 }
619 #topbar-second .dropdown-menu .divider {
620     margin: 0
621 }
622 #topbar-second #space-menu-dropdown,
623 #topbar-second #search-menu-dropdown {
624     width: 400px
625 }
626 #topbar-second #space-menu-dropdown .media-list,
627 #topbar-second #search-menu-dropdown .media-list {
628     max-height: 400px;
629     overflow: auto
630 }
631 @media screen and (max-width: 768px) {
632     #topbar-second #space-menu-dropdown .media-list,
633     #topbar-second #search-menu-dropdown .media-list {
634         max-height: 200px
635     }
636 }
637 #topbar-second #space-menu-dropdown form,
638 #topbar-second #search-menu-dropdown form {
639     margin: 10px
640 }
641 #topbar-second #space-menu-dropdown .search-reset,
642 #topbar-second #search-menu-dropdown .search-reset {
643     position: absolute;
644     color: #999;
645     margin: 10px;
646     top: 8px;
647     right: 10px;
648     display: none;
649     cursor: pointer
650 }
651 #topbar-second .nav>li>a {
652     padding: 6px 13px 0;
653     text-decoration: none;
654     text-shadow: none;
655     font-weight: 600;
656     font-size: 10px;
657     text-transform: uppercase;
658     text-align: center;
659     min-height: 49px
660 }
661 #topbar-second .nav>li>a:hover,
662 #topbar-second .nav>li>a:active,
663 #topbar-second .nav>li>a:focus {
664     /*border-bottom: 3px solid #6fdbe8;*/
665     border-bottom: 3px solid $link_color;
666     background-color: #f7f7f7;
667     color: #555;
668     text-decoration: none
669 }
670 #topbar-second .nav>li>a i {
671     font-size: 14px
672 }
673 #topbar-second .nav>li>a .caret {
674     border-top-color: #7a7a7a
675 }
676 #topbar-second .nav>li>ul>li>a {
677     border-left: 3px solid #fff;
678     background-color: #fff;
679     color: #555
680 }
681 #topbar-second .nav>li>ul>li>a:hover,
682 #topbar-second .nav>li>ul>li>a.active {
683     /*border-left: 3px solid #6fdbe8;*/
684     border-left: 3px solid $link_color;
685     background-color: #f7f7f7;
686     color: #555
687 }
688 #topbar-second .nav>li.active>a {
689     min-height: 46px
690 }
691 #topbar-second .nav>li>a#space-menu {
692     padding-right: 13px;
693     border-right: 1px solid #ededed
694 }
695 #topbar-second .nav>li>a#search-menu {
696     padding-top: 15px
697 }
698 #topbar-second .nav>li>a:hover,
699 #topbar-second .nav .open>a,
700 #topbar-second .nav>li.active {
701     /*border-bottom: 3px solid #6fdbe8;*/
702     border-left: 3px solid $link_color;
703     background-color: #f7f7f7;
704     color: #555
705 }
706 #topbar-second .nav>li.active>a:hover {
707     border-bottom: none
708 }
709 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
710     color: #bebebe;
711     font-size: 11px;
712     margin: 0;
713     font-weight: 400
714 }
715
716
717 /* Dropdown Menus */
718 .nav-pills .dropdown-menu,
719 .nav-tabs .dropdown-menu,
720 .account .dropdown-menu,
721 .contact-photo-wrapper .dropdown-menu {
722     background-color: $nav_bg;
723     border: none
724 }
725 .nav-pills .dropdown-menu li.divider,
726 .nav-tabs .dropdown-menu li.divider,
727 .account .dropdown-menu li.divider,
728 .contact-photo-wrapper .dropdown-menu li.divider {
729     background-color: $menu_background_hover_color;
730     border-bottom: none;
731     margin: 9px 1px!important
732 }
733 .nav-pills .dropdown-menu li,
734 .nav-tabs .dropdown-menu li,
735 .account .dropdown-menu li,
736 .contact-photo-wrapper .dropdown-menu li {
737     border-left: 3px solid $nav_bg;
738 }
739 .nav-pills .dropdown-menu li a,
740 .nav-tabs .dropdown-menu li a,
741 .account .dropdown-menu li a,
742 .contact-photo-wrapper .dropdown-menu li a {
743     color: $nav_icon_color;
744     font-weight: 400;
745     font-size: 13px;
746     padding: 4px 15px
747 }
748 .nav-pills .dropdown-menu li a i,
749 .nav-tabs .dropdown-menu li a i,
750 .account .dropdown-menu li a i,
751 .contact-photo-wrapper .dropdown-menu li a i {
752     margin-right: 5px;
753     font-size: 14px;
754     display: inline-block;
755     width: 14px
756 }
757 .nav-pills .dropdown-menu li a:hover,
758 .nav-tabs .dropdown-menu li a:hover,
759 .account .dropdown-menu li a:hover,
760 .contact-photo-wrapper .dropdown-menu li a:hover,
761 .nav-pills .dropdown-menu li a:visited,
762 .nav-tabs .dropdown-menu li a:visited,
763 .account .dropdown-menu li a:visited,
764 .contact-photo-wrapper .dropdown-menu li a:visited,
765 .nav-pills .dropdown-menu li a:hover,
766 .nav-tabs .dropdown-menu li a:hover,
767 .account .dropdown-menu li a:hover,
768 .contact-photo-wrapper .dropdown-menu li a:hover,
769 .nav-pills .dropdown-menu li a:focus,
770 .nav-tabs .dropdown-menu li a:focus,
771 .account .dropdown-menu li a:focus,
772 .contact-photo-wrapper .dropdown-menu li a:focus {
773     background: 0 0
774 }
775 .nav-pills .dropdown-menu li:hover,
776 .nav-tabs .dropdown-menu li:hover,
777 .account .dropdown-menu li:hover,
778 .contact-photo-wrapper .dropdown-menu li:hover,
779 .nav-pills .dropdown-menu li.selected,
780 .nav-tabs .dropdown-menu li.selected,
781 .account .dropdown-menu li.selected,
782 .contact-photo-wrapper .dropdown-menu li.selected {
783     /*border-left: 3px solid #6fdbe8;*/
784     border-left: 3px solid $link_color;
785     color: #fff!important;
786     background-color: $menu_background_hover_color !important
787 }
788 .nav-pills.preferences .dropdown .dropdown-toggle {
789     color: #bebebe
790 }
791 .nav-pills.preferences .dropdown.open .dropdown-toggle,
792 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
793     background-color: $nav_bg
794 }
795
796 .nav-pills.preferences .dropdown .dropdown-toggle {
797     padding: 2px 10px;
798 }
799
800
801 /*
802  * Aside
803  *
804  */
805
806 aside .widget,
807 .nav-container .widget {
808     border: none;
809     color: #777;
810     /*background-color: #fff;*/
811     background-color: rgba(255,255,255,$contentbg_transp);
812     box-shadow: 0 0 3px #dadada;
813     -webkit-box-shadow: 0 0 3px #dadada;
814     -moz-box-shadow: 0 0 3px #dadada;
815     border-radius: 4px;
816     position: relative;
817     margin-bottom: 20px;
818     padding: 10px;
819     font-size: 13px;
820 }
821 aside .widget h3,
822 .nav-container .widget h3 {
823     font-weight: bold;
824     font-size: 16px;
825     margin: 0;
826     padding-bottom: 20px;
827 }
828
829 aside .widget ul,
830 .nav-container .widget ul {
831     padding: 0px;
832     margin-top: 0px;
833     margin-bottom: 0px;
834     margin-left: -10px;
835     margin-right: -10px;
836     /*padding-left: 10px;*/
837     list-style: none;
838 }
839
840 aside .widget li,
841 .nav-container .widget li {
842     padding-top: 2px;
843     padding-bottom: 2px;
844     padding-left: 20px;
845     padding-right: 20px;
846 }
847 aside .widget li:hover,
848 aside .widget li.selected,
849 .nav-container .widget li:hover {
850     z-index: 2;
851     color: #555;
852     /*background-color: #f7f7f7;*/
853     background-color: rgba(247, 247, 247, $contentbg_transp);
854     /*border-left: 3px solid #6fdbe8!important;*/
855     border-left: 3px solid $link_color !important;
856     padding-left: 17px;
857 }
858 aside .widget li a,
859 aside .widget li a:hover {
860     color: #555;
861 }
862
863 /* forumlist widget */
864 aside #datebrowse-sidebar .posted-date-selector-months{
865     margin-left: 0;
866     margin-bottom: 10px;
867     width: 100%
868 }
869 aside #datebrowse-sidebar .posted-date-selector-months li{
870     padding-left: 30px;
871 }
872 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
873     padding-left: 27px;
874 }
875
876 /* vcard / h-card */
877 aside .vcard #profile-photo-wrapper{
878     margin: 0;
879 }
880 aside .vcard img.u-photo,
881 aside img.vcard-photo {
882     width: 100%;
883     border-radius: 3px;
884 }
885 aside .vcard .tool .action{
886     position: absolute;
887     top:20px;
888     right: 20px;
889     font-size: 32px;
890     width: 45px;
891     height: 45px;
892     background: rgba(0,0,0,.50);
893     text-align: center;
894     border-radius: 3px;
895     opacity: 0;
896     -webkit-transition: all 0.25s ease-in-out;
897     -moz-transition: all 0.25s ease-in-out;
898     -o-transition: all 0.25s ease-in-out;
899     -ms-transition: all 0.25s ease-in-out;
900     transition: all 0.25s ease-in-out;
901 }
902 aside .vcard .tool a {
903 color: rgba(255,255,255,.85);
904 }
905 aside .vcard #profile-photo-wrapper:hover .tool .action {
906     opacity: 1;
907 }
908 aside .vcard .profile-header {
909     margin-bottom: 20px;
910 }
911 aside .vcard .fn {
912     font-size: 20px;
913     font-weight: bold;
914 }
915 aside .vcard .p-addr {
916     font-style: italic;
917     overflow: hidden;
918     text-overflow: ellipsis;
919     white-space: nowrap;
920     padding-bottom: 2px;
921 }
922 aside .vcard .detail {
923     display: table;
924     padding: 5px 0;
925 }
926 aside .vcard .icon {
927     display: table-cell;
928     padding-right: 10px;
929 }
930 #profile-extra-links {
931     margin-bottom: 20px;
932 }
933 aside .vcard #dfrn-request-link-button,
934 aside .vcard #wallmessage-link-botton {
935     width: 50%;
936     margin: 0 0 0 -5px;
937     float: left;
938     padding: 0 5px;
939 }
940 aside .vcard #dfrn-request-link,
941 aside .vcard #wallmessage-link {
942     width: 100%;
943 }
944
945 aside #peoplefind-sidebar input,
946 aside #follow-sidebar input {
947     height: 30px;
948     background-position: 10px 5px;
949 }
950 aside #peoplefind-sidebar .form-group-search .form-button-search,
951 aside #follow-sidebar .form-group-search .form-button-search {
952     padding: 2px 8px;
953 }
954
955 aside #group-sidebar .group-edit-tool,
956 aside #saved-search-list .savedsearchdrop {
957     opacity: 0.1;
958     transition: all 0.25s ease-in-out;
959 }
960 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
961 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
962     opacity: 0.8;
963     transition: all 0.25s ease-in-out;
964 }
965 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
966 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
967     opacity: 1;
968 }
969
970 /* contact block widget */
971 #contact-block .contact-block-content {
972     clear: both;
973     overflow: auto;
974     height: auto;
975 }
976 #contact-block .contact-block-div {
977     float: left;
978     margin: 0px 5px 5px 0px;
979 /*    height: 90px;
980     width: 90px;*/
981 }
982 #contact-block contact-block-link {
983     
984 }
985 #contact-block .contact-block-img {
986     height: 75px;
987     width: 75px;
988     border-radius: 4px;
989 }
990 /* Section */
991 section ul.tabs {
992     display: none !important;
993 }
994
995 /* Jot */
996 section #jotOpen {
997     display: none;
998 }
999 #jotOpen {
1000     margin-top: 3px;
1001     float: right;
1002 }
1003 #jot-content {
1004     display: none;
1005 }
1006 .jothidden {
1007     /*display: none;*/
1008 }
1009 #jot-modal .modal-header a,
1010 #profile-jot-submit-wrapper a {
1011     color: #555;
1012 }
1013 #jot-modal .modal-header {
1014     border-bottom: none;
1015 }
1016 #jot-title-wrap, #jot-category-wrap {
1017     margin-bottom: 5px;
1018 }
1019 #jot-text-wrap {
1020     margin-top: 20px;
1021 }
1022 #jot-text-wrap textarea {
1023     min-height: 100px;
1024 }
1025 #profile-jot-wrapper button#jot-submit {
1026     margin-top: 5px;
1027 }
1028
1029 /* ACL */
1030 /*#jot-modal-body {
1031     height: auto;
1032     max-height: calc(100vh - 130px);
1033     overflow-y: hidden;
1034 }*/
1035 #acl-search {
1036     margin-top: 20px;
1037     /*padding: 8px;*/
1038     /*border: 1px solid #ccc;*/
1039     width: 100%;
1040 }
1041 #acl-list {
1042     display: block;
1043     border: 1px solid #ccc;
1044     overflow: auto;
1045     clear: both;
1046     min-height: 62px;
1047     margin-top: 20px;
1048     padding: 10px 10px 0px 0px;
1049     -webkit-border-radius: 4px;
1050     -moz-border-radius: 4px;
1051     border-radius: 4px;
1052 }
1053 #acl-list-content {
1054     overflow-y: auto;
1055     max-height: calc(100vh - 330px);
1056     height: auto !important;
1057 }
1058 .acl-list-item {
1059     width: 48%;
1060     width: calc(50% - 10px);
1061     border: 1px solid #ccc;
1062     margin: 0px 0px 10px 10px;
1063     padding: 5px;
1064     float: left;
1065     -webkit-border-radius: 4px;
1066     -moz-border-radius: 4px;
1067     border-radius: 4px;
1068 }
1069 .acl-list-item img {
1070     width: 40px;
1071     height: 40px;
1072     float: left;
1073     margin-right: 5px;
1074     -webkit-border-radius: 4px;
1075     -moz-border-radius: 4px;
1076     border-radius: 4px;
1077 }
1078 .acl-list-item p {
1079     margin: 0px;
1080     white-space: nowrap;
1081     overflow: hidden;
1082     text-overflow: ellipsis;
1083 }
1084 .acl-list-item.groupshow {
1085     background-color: #8DB255
1086 }
1087 .acl-list-item.grouphide {
1088     background-color: #E68364;
1089 }
1090 .acl-button-show, .acl-button-hide {
1091     float: right;
1092     margin-left: 5px;
1093 }
1094 #acl-showall.selected {
1095     background-color: #4CAF50;
1096     color: #fff;
1097 }
1098 .acl-button-show.selected {
1099     background-color: #4CAF50;
1100     color: #fff;
1101 }
1102 .acl-button-hide.selected {
1103     background-color: #F44336;
1104     color: #fff;
1105 }
1106
1107 /*
1108 /* Stream
1109 */
1110 .panel {
1111     border: none;
1112     /*background-color: #fff;*/
1113     background-color: rgba(255,255,255,$contentbg_transp);
1114     box-shadow: 0 0 3px #dadada;
1115     -webkit-box-shadow: 0 0 3px #dadada;
1116     -moz-box-shadow: 0 0 3px #dadada;
1117     border-radius: 4px;
1118     position: relative;
1119 }
1120 .panel .panel-body {
1121     padding: 15px;
1122     font-size: 14px;
1123 }
1124 .panel .panel-body .wall-item-content {
1125     color: #555;
1126 }
1127 .tread-wrapper .media {
1128     overflow: visible;
1129     word-wrap: break-word;
1130 }
1131
1132 /* Thread hover effects */
1133 .wall-item-container .wall-item-content a,
1134 .wall-item-container a,
1135 .wall-item-container .fakelink,
1136 .toplevel_item .fakelink,
1137 .toplevel_item .wall-item-container .btn-link,
1138 .wall-item-container .btn-link,
1139 .toplevel_item .wall-item-container .wall-item-responses a {
1140     color: #555;
1141     -webkit-transition: all 0.25s ease-in-out;
1142     -moz-transition: all 0.25s ease-in-out;
1143     -o-transition: all 0.25s ease-in-out;
1144     -ms-transition: all 0.25s ease-in-out;
1145     transition: all 0.25s ease-in-out;
1146 }
1147
1148 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1149 .toplevel_item:hover .wall-item-container:hover .btn-link,
1150 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1151 .toplevel_item:hover .wall-item-content a,
1152 .toplevel_item:hover .wall-item-name,
1153 .wall-item-container:hover .wall-item-content a,
1154 .wall-item-container:hover .wall-item-name,
1155 .wall-item-container:hover .wall-item-location a {
1156     /*color: #6fdbe8;*/
1157     color: $link_color;
1158     -webkit-transition: all 0.25s ease-in-out;
1159     -moz-transition: all 0.25s ease-in-out;
1160     -o-transition: all 0.25s ease-in-out;
1161     -ms-transition: all 0.25s ease-in-out;
1162     transition: all 0.25s ease-in-out;
1163 }
1164
1165 /* wall items */
1166 .wall-item-container {
1167     position: relative;
1168 }
1169
1170 /* wall items contact photo */
1171 .contact-photo {
1172     height: 48px;
1173     width: 48px;
1174     border-radius: 3px;
1175     /*maybe some adional stuff is needed for the different screen sizes */
1176 }
1177 .contact-photo-image-wrapper {
1178     width: 100%;
1179     height: 100%;
1180     overflow: hidden;
1181     position: relative;
1182     text-align: center;
1183 }
1184 .contact-photo-overlay {
1185     width: 100%;
1186     height: 100%;
1187     position: absolute;
1188     overflow: hidden;
1189     top: 0;
1190     left: 0;
1191     border-radius: 3px;
1192     background:rgba(0,0,0,.50);
1193     text-align:center;
1194     opacity:0;
1195     -webkit-transition: opacity .25s ease;
1196     -moz-transition: opacity .25s ease;
1197 }
1198 .contact-photo-overlay:hover {
1199     opacity: 1;
1200 }
1201 .contact-photo-overlay-content {
1202     font-size: 26px;
1203     text-shadow: 1px 1px 1px #ccc;
1204     color:rgba(255,255,255,.85);
1205     height: 100%;
1206     vertical-align: bottom;
1207 }
1208 .contact-photo-xs{
1209     height: 38px;
1210     width: 38px;
1211     border-radius: 3px;
1212 }
1213 .wwto .contact-photo {
1214     width: auto;
1215     height: 25px;
1216     font-size: 8.8px;
1217     padding: 3.6px 0;
1218     border-radius: 2px;
1219     position: absolute;
1220     top: 30px;
1221     left: 30px;
1222     display: inline-block;
1223 }
1224
1225 /* wall items action dropdown menu */
1226 .nav-pills.preferences {
1227     position: absolute;
1228     right: 15px;
1229     top: 10px;
1230 }
1231 .comment .nav-pills.preferences {
1232     right: 0px;
1233     top: 0px;
1234 }
1235 .wall-item-network {
1236     font-size: 13px;
1237 }
1238
1239 /* wall items contact info */
1240 .media .media-body {
1241     font-size: 13px;
1242 }
1243 .media .media-body h4.media-heading {
1244     font-size: 14px;
1245     font-weight: 500;
1246     color: #555;
1247 }
1248 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1249     display: block;
1250 }
1251 .media .contact-info-comment {
1252     display: table-cell;
1253 }
1254 .media .contact-info-xs h5,
1255 .media .contact-info-comment {
1256     margin: 0 0 5px;
1257 }
1258 .media-heading {
1259     margin: 0 0 5px;
1260 }
1261 .wall-item-name {
1262     font-size: 15px;
1263     font-weight: bold;
1264 }
1265 .wall-item-name.xs {
1266     font-weight: 700;
1267     font-size: 14px;
1268 }
1269
1270 /* The lock symbol popup */
1271 #panel {
1272     position: absolute;
1273     list-style: none;
1274     background-color: $nav_bg;
1275     border: none;
1276     border-radius: 3px;
1277     float: left;
1278     min-width: 160px;
1279     max-width: 220px;
1280     padding: 10px ;
1281     margin: 2px 0 0;
1282     font-size: 14px;
1283     text-align: left;
1284     color: $nav_icon_color;
1285     z-index: 1000;
1286 }
1287
1288 /* wall items content */
1289 .wall-item-content {
1290     word-break: break-word;
1291 }
1292 .wall-item-content img {
1293     max-height: 480px;
1294     object-fit: contain;
1295 }
1296 .wall-item-body > img,
1297 .wall-item-body > a > img {
1298     border-radius: 3px;
1299 }
1300 .shared-wrapper,
1301 .vevent {
1302     margin-left: 50px;
1303     margin-right: 50px;
1304     padding: 10px;
1305     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1306 }
1307 @media screen and (max-width: 767px) {
1308     .shared-wrapper,
1309     .vevent {
1310         margin-left: 0px;
1311         margin-right: 0px;
1312     }
1313 }
1314 .shared-wrapper:hover,
1315 .vevent:hover {
1316     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1317 }
1318 .shared_header {
1319     margin-left: 0px;
1320         margin-top: 0px;
1321     padding-top: 0px;
1322     border-top: none;
1323     color: inherit;
1324 }
1325 blockquote.shared_content {
1326     margin-left: 20px;
1327     color: inherit;
1328 }
1329 .wall-item-tags,
1330 .itemedited {
1331     margin-top: 10px;
1332     font-size: 13px;
1333 }
1334
1335 .wall-item-tags a {
1336     color: #555;
1337 }
1338
1339 .wall-item-tags a:hover {
1340     text-decoration: none;
1341 }
1342
1343 /* item social action buttons */
1344 .wall-item-actions, .wall-item-actions a {
1345     font-size: 13px;
1346     /*color: #aeaeae;*/
1347     color: #555;
1348     margin-top: 15px;
1349     margin-bottom: 0;
1350 }
1351 .wall-item-actions a:hover {
1352     color: #555;
1353 }
1354 .wall-item-actions-left {
1355     display: table-cell;
1356     vertical-align: middle;
1357 }
1358 .wall-item-actions-right {
1359     display: flex;
1360 }
1361 .wall-item-actions .checkbox {
1362     margin: 0;
1363     margin-left: 20px;
1364 }
1365 .wall-item-actions .button-event {
1366     padding-left: 5px;
1367     padding-right: 5px;
1368 }
1369 .wall-item-actions .button-comments,
1370 .wall-item-actions .button-votes,
1371 .wall-item-actions .button-likes {
1372     padding-left: 0px;
1373     padding-right: 0px;
1374 }
1375
1376 /* wall item hover effects */
1377 .wall-item-container .wall-item-links,
1378 .wall-item-container .wall-item-actions {
1379     opacity: 0.3;
1380     -webkit-transition: all 0.25s ease-in-out;
1381     -moz-transition: all 0.25s ease-in-out;
1382     -o-transition: all 0.25s ease-in-out;
1383     -ms-transition: all 0.25s ease-in-out;
1384     transition: all 0.25s ease-in-out;
1385 }
1386 .wall-item-container:hover .wall-item-links,
1387 .wall-item-container:hover .wall-item-actions {
1388     opacity: 0.6;
1389     -webkit-transition: all 0.25s ease-in-out;
1390     -moz-transition: all 0.25s ease-in-out;
1391     -o-transition: all 0.25s ease-in-out;
1392     -ms-transition: all 0.25s ease-in-out;
1393     transition: all 0.25s ease-in-out;
1394 }
1395
1396 /*
1397 /* Comments
1398 */
1399 .well {
1400     border: none;
1401     box-shadow: none;
1402     /*background-color: #ededed;*/
1403     background-color: rgba(237, 237, 237, $contentbg_transp);
1404     background-image: none;
1405     margin-bottom: 1px;
1406 }
1407 .well-small {
1408     padding: 10px;
1409     border-radius: 3px;
1410 }
1411 .well hr {
1412     margin: 15px 0 10px;
1413     border-top: 1px solid #d9d9d9;
1414 }
1415 .wall-entry .well {
1416     margin-bottom: 0;
1417 }
1418 .comment-container {
1419     margin-top: 10px;
1420     margin-bottom: 0px;
1421     border-top-left-radius: 3px;
1422     border-top-right-radius: 3px;
1423     border-bottom-right-radius: 0px;
1424     border-bottom-left-radius: 0px;
1425 }
1426 .comment .media {
1427     position: relative!important;
1428     margin-top: 0;
1429 }
1430 .hide-comments-outer-wrapper {
1431 /*    text-align: center;
1432     margin-top: -18px;*/
1433 }
1434 .hide-comments-total {
1435     cursor: pointer;
1436 }
1437
1438 /*
1439 * Comment Box
1440 */
1441 .thread_level_2 .wall-item-comment-wrapper {
1442     padding-right: 5px;
1443 }
1444 .comment-edit-submit-wrapper {
1445     margin-bottom: 25px;
1446 }
1447 .comment-edit-submit-wrapper a,
1448 .comment-edit-submit-wrapper a:hover {
1449     padding-top: 5px !important;
1450     padding-bottom: 5px !important;
1451 }
1452 .comment-icon-list a.icon,
1453 .comment-icon-list a.icon:hover {
1454     color: #555;
1455     background-color: transparent;
1456 }
1457
1458 /* acpopup  + textcompletion*/
1459 .acpopup {
1460     /* max-height: 150px; */
1461     background-color: #ffffff;
1462     border-radius: 4px;
1463     overflow: auto;
1464     z-index: 100000;
1465     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1466 }
1467 nav .acpopup {
1468     /*top: 35px !important;*/
1469     margin-left: -23px;
1470 }
1471 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1472  at the beginning of this file to get rid of the !important */
1473 .textcomplete-item > a {
1474     color: #555 !important;
1475     padding: 5px 20px !important;
1476 }
1477 .textcomplete-item.active > a {
1478     background-color: rgb(247, 247, 247) !important;
1479     background-image: none !important;
1480     border-left: 3px solid $link_color;
1481     padding-left: 17px !important;
1482 }
1483 .textcomplete-item a .forum {
1484     color: $link_color;
1485 }
1486 img.acpopup-img {
1487     border-radius: 4px;
1488  }
1489
1490
1491 /* The wall-item thread levels */
1492 /*.wall-item-container.thread_level_3 {
1493   margin-left: 80px;
1494   width: calc(100% - 90px);
1495 }
1496 .wall-item-container.thread_level_4 {
1497   margin-left: 95px;
1498   width: calc(100% - 105px);
1499 }
1500 .wall-item-container.thread_level_5 {
1501   margin-left: 110px;
1502   width: calc(100% - 120px);
1503 }
1504 .wall-item-container.thread_level_6 {
1505   margin-left: 125px;
1506   width: calc(100% - 135px);
1507 }
1508 .wall-item-container.thread_level_7 {
1509   margin-left: 140px;
1510   width: calc(100% - 150px);
1511 }*/
1512
1513 .wall-item-container.thread_level_3,
1514 .wall-item-container.thread_level_4,
1515 .wall-item-container.thread_level_5,
1516 .wall-item-container.thread_level_6,
1517 .wall-item-container.thread_level_7 {
1518   margin-left: 15px;
1519   
1520 }
1521 /* Menubar Tabs */
1522 #tabmenu,
1523 .tabbar,
1524 .tabbar > li {
1525     height: 100%;
1526     /*margin-left: -15px;*/
1527     padding: 0;
1528 }
1529 ul.tabs {
1530     list-style: none;
1531     height: 100%;
1532     padding: 0;
1533     padding-top: 10px;
1534     margin: 0;
1535 }
1536 ul.tabs li {
1537     float: left;
1538     margin: 0;
1539     padding: 0;
1540     /*border-bottom: 0 solid #6fdbe8;*/
1541     border-bottom: 0 solid $link_color;
1542     font-size: 13px;
1543     height: 102%;
1544     transition: all .15s ease;
1545 }
1546 /*ul.tabs.visible-xs > li.active {
1547     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here 
1548 }*/
1549 ul.tabs li a {
1550     margin-left: 10px;
1551     margin-right: 10px;
1552     /*color: #6fdbe8;*/
1553     color: $link_color !important;
1554 }
1555 ul.tabs li:hover, ul.tabs li.active {
1556     border-bottom-width: 4px;
1557 }
1558 ul.tabbar ul.tabs-extended li.active {
1559     width: 100%;
1560     border-bottom-width: 2px;
1561 }
1562 ul.tabbar ul.tabs-extended li.active a {
1563     background: none;
1564 }
1565 ul.dropdown-menu li:hover {
1566     border-bottom-width: 0;
1567 }
1568
1569
1570 /* Dropdown Menu */
1571 .dropdown-menu li a {
1572     font-size: 13px!important;
1573     font-weight: 600!important;
1574 }
1575 .dropdown-menu li a:hover, .dropdown-menu li a:visited,
1576 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
1577     background: 0 0;
1578 }
1579
1580 .dropdown-menu li:first-child {
1581     margin-top: 3px;
1582 }
1583
1584 /* Notificaiotn badges */
1585 .nav-notify .show {
1586     display: block;
1587 }
1588
1589 /* Media Classes */
1590 .media .time,
1591 .media .location,
1592 .media .location a {
1593     font-size: 11px;
1594     color: #bebebe;
1595 }
1596 .media-list > li {
1597     padding: 10px;
1598     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1599     position: relative;
1600 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1601     border-left: 3px solid rgba(255,255,255,0);
1602     font-size: 12px;
1603 }
1604 .media-list > li:hover,
1605 .media-list > li.selected {
1606     border-left: 3px solid $link_color;
1607     background-color: rgba(247, 247, 247, $contentbg_transp);
1608 }
1609
1610 /* Forms */
1611 .form-control {
1612     border: 2px solid #ededed;
1613     box-shadow: none;
1614 }
1615 .form-control:focus {
1616     /*border: 2px solid #6fdbe8;*/
1617     border: 2px solid $link_color;
1618     outline: 0;
1619     box-shadow: none;
1620 }
1621
1622
1623 .checkbox input[type="checkbox"]:focus + label::before,
1624 .checkbox input[type="radio"]:focus + label::before {
1625     /*border: 2px solid #6fdbe8;*/
1626     border: 2px solid $link_color;
1627     outline: 0;
1628     box-shadow: none;
1629 }
1630
1631 /* Search form */
1632 .form-control.form-search {
1633     border-radius: 30px;
1634     background-image: url(img/icon_search16x16.png);
1635     background-repeat: no-repeat;
1636     background-position: 10px 8px;
1637     padding-left: 34px;
1638 }
1639 .form-group-search {
1640     position: relative;
1641     width: 100%;
1642 }
1643
1644 .form-group-search .form-button-search {
1645     position: absolute;
1646     top: 4px;
1647     right: 4px;
1648     border-radius: 30px;
1649 }
1650 .search-input.form-control.form-search {
1651     width: 100%;
1652 }
1653 .search-heading {
1654     text-align: center;
1655     color: $link_color;
1656     font-size: 20px;
1657 }
1658 /* Section-Content-Wrapper */
1659 #search-header-wrapper {
1660     padding: 15px;
1661     padding-bottom: 20px;
1662     margin-bottom: 20px;
1663     border: none;
1664     /*background-color: #fff;*/
1665     background-color: rgba(255,255,255,$contentbg_transp);
1666     border-radius: 4px;
1667     position: relative;
1668     /*overflow: hidden;*/
1669     color: #555;
1670     box-shadow: 0 0 3px #dadada;
1671     -webkit-box-shadow: 0 0 3px #dadada;
1672     -moz-box-shadow: 0 0 3px #dadada;
1673 }
1674
1675 /* PAGES */
1676
1677 /* Profile-page */
1678 #profile-page, .photos-content-wrapper, .settings-content-wrapper,
1679 .contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper,
1680 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
1681 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
1682 .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, 
1683 .notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
1684     min-height: calc(100vh - 150px);
1685     padding: 15px;
1686     padding-bottom: 20px;
1687     margin-bottom: 20px;
1688     border: none;
1689     /*background-color: #fff;*/
1690     background-color: rgba(255,255,255,$contentbg_transp);
1691     border-radius: 4px;
1692     position: relative;
1693     /*overflow: hidden;*/
1694     color: #555;
1695     box-shadow: 0 0 3px #dadada;
1696     -webkit-box-shadow: 0 0 3px #dadada;
1697     -moz-box-shadow: 0 0 3px #dadada;
1698 }
1699 #profile-content-standard,
1700 #profile-content-advanced {
1701     overflow: hidden;
1702 }
1703 #profile-menu {
1704     margin-top: 20px;
1705     margin-bottom: 20px;
1706 }
1707 .contact-block-div.forumlist-profile-advanced {
1708     float: left;
1709 }
1710
1711 /* contacts page */
1712 ul.viewcontact_wrapper {
1713     margin-left: -15px;
1714     margin-right: -15px;
1715 }
1716 ul.viewcontact_wrapper > li {
1717     padding-left: 15px;
1718 }
1719 .contact-wrapper {
1720 /*    padding: 10px;
1721     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
1722     position: relative;*/
1723     /*border-left: 3px solid white;*/
1724 }
1725 .contact-wrapper.media {
1726     overflow: visible;
1727     word-wrap: break-word;
1728     margin-top: 0;
1729 }
1730 /* bootstrap hack for .media */
1731 .contact-wrapper.media .media-body {
1732     display: table-cell;
1733     width: 10000px;
1734     *width: auto;
1735     *zoom: 1;
1736 }
1737 .contact-wrapper.media:before, .media:after {
1738     content: "";
1739     display: table;
1740 }
1741 .contact-wrapper.media:after {
1742     clear: both;
1743 }
1744 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
1745     height: 80px;
1746     width: 80px;    
1747 }
1748 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
1749     height: 48px;
1750     width: 48px;
1751 }
1752 .contact-wrapper .contact-photo-overlay-content.xl {
1753     font-size: 48px;
1754 }
1755
1756 .contact-entry-desc {
1757     color: #555;
1758 }
1759 .contact-entry-checkbox {
1760     margin-top: -20px;
1761 }
1762 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
1763     font-weight: bold !important; 
1764     color: $link_color;
1765     font-size: 15px !important;
1766 }
1767 .contact-wrapper .contact-actions {
1768     display: flex;
1769 }
1770 .contact-wrapper a.contact-action-link {
1771     opacity: 0.1;
1772     transition: all 0.25s ease-in-out;
1773 }
1774 .contact-wrapper a.contact-action-link,
1775 .contact-wrapper a.contact-action-link:hover,
1776 .textcomplete-item .contact-wrapper a.contact-action-link {
1777     padding-right: 5px;
1778     padding-left: 5px;
1779     color: #555;
1780 }
1781 ul li:hover .contact-wrapper a.contact-action-link {
1782     opacity: 0.8;
1783     transition: all 0.25s ease-in-out;
1784 }
1785 ul li:hover .contact-wrapper a.contact-action-link:hover {
1786     opacity: 1;
1787 }
1788 #contacts-search-wrapper,
1789 #directory-search-wrapper{
1790     padding: 10px 0;
1791 }
1792
1793 /* directory page */
1794 #directory-search-heading {
1795     padding-top: 10px;
1796 }
1797
1798 /* private mail */
1799 .message-content-wrapper > li {
1800 /* we need this overwriting because we have no template file
1801    for the general mail page /message
1802 */
1803     list-style-type: none;
1804 }
1805 .mail-thread {
1806     max-height: calc(100vh - 200px);
1807 }
1808 #mail-conversation {
1809     overflow-y: auto;
1810     max-height: calc(100vh - 400px);
1811     max-height: auto;
1812     /*height: 500px;*/
1813     margin-bottom: 0px;
1814     padding: 0 15px;
1815 }
1816 #mail-conversation.can-reply {
1817 /*    border-bottom-left-radius: 0px;
1818     border-bottom-right-radius: 0px;*/
1819 }
1820 .mail-conv-wrapper .media .contact-photo-wrapper img {
1821     height: 48px;
1822     width: 48px;
1823 }
1824 .mail-thread #prvmail-to-label,
1825 .mail-thread #prvmail-subject-label {
1826     display: none;
1827 }
1828 .mail-thread #prvmail-message-label > label {
1829     display:none;
1830 }
1831 .mail-thread #prvmail-message-label textarea {
1832 /*    border-top: none;
1833     margin-top: -10px;
1834     border-top-left-radius: 0px;
1835     border-top-right-radius: 0px;*/
1836     max-height: 120px;
1837 }
1838 .mail-conv-wrapper {
1839     padding: 15px 0;
1840     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1841 }
1842 #message-sidebar {
1843     height: calc(100vh - 150px);
1844 }
1845 #message-preview {
1846     /*padding: 0 10px;*/
1847     height: calc(100% - 20px);
1848 }
1849 #message-preview ul {
1850     margin: 0px;
1851 }
1852 #message-preview .media-list li {
1853     padding: 0px 10px;
1854     border: none;
1855 }
1856 #message-preview .media-list li:hover {
1857     border-left: none !important;
1858 }
1859 #message-preview .media-list li a {
1860     color: $link_color;
1861 }
1862 .mail-list-outside-wrapper {
1863     padding: 5px 0;
1864     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1865 }
1866 .mail-list-outside-wrapper .contact-photo-wrapper img {
1867     height: 48px;
1868     width: 48px;
1869 }
1870
1871 #prvmail-end {
1872     clear:both;
1873 }
1874 /* poke */
1875 #poke-desc {
1876     margin: 5px 0 30px;
1877 }
1878 #poke-wrapper-end {
1879     clear: both;
1880 }
1881 /*
1882 * Overwriting for transparency and other colors
1883 */
1884 main .nav-tabs>li.active>a,
1885 main .nav-tabs>li.active>a:focus,
1886 main .nav-tabs>li.active>a:hover {
1887     background-color: rgba(255,255,255,$contentbg_transp);
1888 }
1889
1890 /*
1891  * Modal
1892  */
1893 .modal hr {
1894     border-color: #eee;
1895 }
1896
1897 /*
1898  * Framework overwrite
1899  */
1900
1901 /* jRange */
1902 .theme-frio .back-bar {
1903     height: 5px !important;
1904     border-radius: 2px;
1905     background-color: #eeeeee;
1906     background-color: #e7e7e7;
1907     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
1908     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
1909     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
1910     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
1911     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
1912     background-repeat: repeat-x;
1913     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
1914 }
1915 .theme-frio .back-bar .selected-bar {
1916     border-radius: 2px;
1917     background-color: $link_color;
1918 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
1919     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
1920     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
1921     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
1922     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
1923     background-repeat: repeat-x;
1924     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
1925 }
1926 .theme-frio .back-bar .pointer {
1927     width: 14px !important;
1928     height: 14px !important;
1929     top: -5px;
1930     -webkit-box-sizing: border-box;
1931     -moz-box-sizing: border-box;
1932     box-sizing: border-box;
1933     border-radius: 10px;
1934     border: 1px solid #AAA;
1935     background-color: #e7e7e7 !important;
1936     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
1937     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
1938     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
1939     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
1940     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
1941     background-repeat: repeat-x;
1942     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
1943 }
1944 .theme-frio .back-bar .pointer-label {
1945     color: #999;
1946 }
1947
1948 /* textcomplete for contact filtering*/
1949 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
1950     position: relative !important;
1951     top: inherit !important;
1952     bottom: inherit !important;
1953     left: inherit !important;
1954     padding: 0;
1955     margin-left: -15px;
1956     margin-right: -15px;
1957     background-color: transparent;
1958     box-shadow: none;
1959     border: none;
1960 }
1961 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
1962     padding-left: 15px;
1963     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1964 }
1965 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
1966     display: none;
1967 }
1968 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list 
1969 .textcomplete-item > a {
1970     padding: 0 !important;
1971     border-left: none;
1972     background-color: transparent !important;
1973 }
1974 /* this is a little hack for texcomplete contact filter
1975 There are for some reasons empty <a> tags. I don't know why */
1976 .textcomplete-item .contact-wrapper a {
1977     padding: 0;
1978 }
1979