]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
54b1e2c4efd56ff418178d63c2484c5d01588672
[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;
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 /* vcard-short-info */
945 #vcard-short-info,
946 #nav-short-info .contact-wrapper {
947     margin-top: 3px;
948     height: 40px;
949     white-space: nowrap;
950     overflow: hidden;
951     padding-right: 20px;
952 }
953 #vcard-short-photo-wrapper img,
954 #nav-short-info .contact-wrapper img {
955     height: 34px;
956     width: 34px;
957     border-radius: 3px;
958 }
959 #vcard-short-desc,
960 #nav-short-info .contact-wrapper .media-body {
961     display: block;
962     height: 34px;
963     width: 100%;
964     text-overflow: ellipsis;
965 }
966 #vcard-short-desc > .media-heading,
967 #vcard-short-desc > .vcard-short-addr,
968 #nav-short-info .contact-wrapper .media-heading,
969 #nav-short-info .contact-wrapper #contact-entry-url-network {
970     text-overflow: ellipsis;
971     overflow: hidden;
972 }
973 #vcard-short-desc > .media-heading,
974 #nav-short-info .contact-wrapper .media-heading {
975     margin-bottom: 1px;
976     font-weight: bold;
977 }
978 #nav-short-info .contact-wrapper .media-heading a {
979     color: #555;
980     font-size: 14px !important;
981 }
982 #nav-short-info .contact-wrapper #contact-entry-url-network {
983     color: #777;
984 }
985 .network-content-wrapper > #viewcontact_wrapper-network,
986 #nav-short-info .contact-wrapper .contact-photo-overlay,
987 #nav-short-info .contact-wrapper .contact-actions{
988     display: none
989 }
990
991 aside #peoplefind-sidebar input,
992 aside #follow-sidebar input {
993     height: 30px;
994     background-position: 10px 5px;
995 }
996 aside #peoplefind-sidebar .form-group-search .form-button-search,
997 aside #follow-sidebar .form-group-search .form-button-search {
998     padding: 2px 8px;
999 }
1000
1001 aside #group-sidebar .group-edit-tool,
1002 aside #saved-search-list .savedsearchdrop {
1003     opacity: 0.1;
1004     transition: all 0.25s ease-in-out;
1005 }
1006 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1007 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1008     opacity: 0.8;
1009     transition: all 0.25s ease-in-out;
1010 }
1011 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1012 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1013     opacity: 1;
1014 }
1015
1016 /* contact block widget */
1017 #contact-block .contact-block-content {
1018     clear: both;
1019     overflow: auto;
1020     height: auto;
1021 }
1022 #contact-block .contact-block-div {
1023     float: left;
1024     margin: 0px 5px 5px 0px;
1025 /*    height: 90px;
1026     width: 90px;*/
1027 }
1028 #contact-block contact-block-link {
1029     
1030 }
1031 #contact-block .contact-block-img {
1032     height: 75px;
1033     width: 75px;
1034     border-radius: 4px;
1035 }
1036 /* Section */
1037 section ul.tabs {
1038     display: none !important;
1039 }
1040
1041 /* Jot */
1042 section #jotOpen {
1043     display: none;
1044 }
1045 #jotOpen {
1046     margin-top: 3px;
1047     float: right;
1048 }
1049 #jot-content {
1050     display: none;
1051 }
1052 .jothidden {
1053     /*display: none;*/
1054 }
1055 #jot-modal .modal-header a,
1056 #profile-jot-submit-wrapper a {
1057     color: #555;
1058 }
1059 #jot-modal .modal-header {
1060     border-bottom: none;
1061 }
1062 #jot-title-wrap, #jot-category-wrap {
1063     margin-bottom: 5px;
1064 }
1065 #jot-text-wrap {
1066     margin-top: 20px;
1067 }
1068 #jot-text-wrap textarea {
1069     min-height: 100px;
1070 }
1071 #profile-jot-wrapper button#jot-submit {
1072     margin-top: 5px;
1073 }
1074
1075 /* ACL */
1076 /*#jot-modal-body {
1077     height: auto;
1078     max-height: calc(100vh - 130px);
1079     overflow-y: hidden;
1080 }*/
1081 #acl-search {
1082     margin-top: 20px;
1083     /*padding: 8px;*/
1084     /*border: 1px solid #ccc;*/
1085     width: 100%;
1086 }
1087 #acl-list {
1088     display: block;
1089     border: 1px solid #ccc;
1090     overflow: auto;
1091     clear: both;
1092     min-height: 62px;
1093     margin-top: 20px;
1094     padding: 10px 10px 0px 0px;
1095     -webkit-border-radius: 4px;
1096     -moz-border-radius: 4px;
1097     border-radius: 4px;
1098 }
1099 #acl-list-content {
1100     overflow-y: auto;
1101     max-height: calc(100vh - 330px);
1102     height: auto !important;
1103 }
1104 .acl-list-item {
1105     width: 48%;
1106     width: calc(50% - 10px);
1107     border: 1px solid #ccc;
1108     margin: 0px 0px 10px 10px;
1109     padding: 5px;
1110     float: left;
1111     -webkit-border-radius: 4px;
1112     -moz-border-radius: 4px;
1113     border-radius: 4px;
1114 }
1115 .acl-list-item img {
1116     width: 40px;
1117     height: 40px;
1118     float: left;
1119     margin-right: 5px;
1120     -webkit-border-radius: 4px;
1121     -moz-border-radius: 4px;
1122     border-radius: 4px;
1123 }
1124 .acl-list-item p {
1125     margin: 0px;
1126     white-space: nowrap;
1127     overflow: hidden;
1128     text-overflow: ellipsis;
1129 }
1130 .acl-list-item.groupshow {
1131     background-color: #8DB255
1132 }
1133 .acl-list-item.grouphide {
1134     background-color: #E68364;
1135 }
1136 .acl-button-show, .acl-button-hide {
1137     float: right;
1138     margin-left: 5px;
1139 }
1140 #acl-showall.selected {
1141     background-color: #4CAF50;
1142     color: #fff;
1143 }
1144 .acl-button-show.selected {
1145     background-color: #4CAF50;
1146     color: #fff;
1147 }
1148 .acl-button-hide.selected {
1149     background-color: #F44336;
1150     color: #fff;
1151 }
1152
1153 /*
1154 /* Stream
1155 */
1156 .panel {
1157     border: none;
1158     /*background-color: #fff;*/
1159     background-color: rgba(255,255,255,$contentbg_transp);
1160     box-shadow: 0 0 3px #dadada;
1161     -webkit-box-shadow: 0 0 3px #dadada;
1162     -moz-box-shadow: 0 0 3px #dadada;
1163     border-radius: 4px;
1164     position: relative;
1165 }
1166 .panel .panel-body {
1167     padding: 15px;
1168     font-size: 14px;
1169 }
1170 .panel .panel-body .wall-item-content {
1171     color: #555;
1172 }
1173 .tread-wrapper .media {
1174     overflow: visible;
1175     word-wrap: break-word;
1176 }
1177
1178 /* Thread hover effects */
1179 .wall-item-container .wall-item-content a,
1180 .wall-item-container a,
1181 .wall-item-container .fakelink,
1182 .toplevel_item .fakelink,
1183 .toplevel_item .wall-item-container .btn-link,
1184 .wall-item-container .btn-link,
1185 .toplevel_item .wall-item-container .wall-item-responses a {
1186     color: #555;
1187     -webkit-transition: all 0.25s ease-in-out;
1188     -moz-transition: all 0.25s ease-in-out;
1189     -o-transition: all 0.25s ease-in-out;
1190     -ms-transition: all 0.25s ease-in-out;
1191     transition: all 0.25s ease-in-out;
1192 }
1193
1194 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1195 .toplevel_item:hover .wall-item-container:hover .btn-link,
1196 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1197 .toplevel_item:hover .wall-item-content a,
1198 .toplevel_item:hover .wall-item-name,
1199 .wall-item-container:hover .wall-item-content a,
1200 .wall-item-container:hover .wall-item-name,
1201 .wall-item-container:hover .wall-item-location a {
1202     /*color: #6fdbe8;*/
1203     color: $link_color;
1204     -webkit-transition: all 0.25s ease-in-out;
1205     -moz-transition: all 0.25s ease-in-out;
1206     -o-transition: all 0.25s ease-in-out;
1207     -ms-transition: all 0.25s ease-in-out;
1208     transition: all 0.25s ease-in-out;
1209 }
1210
1211 /* wall items */
1212 .wall-item-container {
1213     position: relative;
1214 }
1215
1216 /* wall items contact photo */
1217 .contact-photo {
1218     height: 48px;
1219     width: 48px;
1220     border-radius: 3px;
1221     /*maybe some adional stuff is needed for the different screen sizes */
1222 }
1223 .contact-photo-image-wrapper {
1224     width: 100%;
1225     height: 100%;
1226     overflow: hidden;
1227     position: relative;
1228     text-align: center;
1229 }
1230 .contact-photo-overlay {
1231     width: 100%;
1232     height: 100%;
1233     position: absolute;
1234     overflow: hidden;
1235     top: 0;
1236     left: 0;
1237     border-radius: 3px;
1238     background:rgba(0,0,0,.50);
1239     text-align:center;
1240     opacity:0;
1241     -webkit-transition: opacity .25s ease;
1242     -moz-transition: opacity .25s ease;
1243 }
1244 .contact-photo-overlay:hover {
1245     opacity: 1;
1246 }
1247 .contact-photo-overlay-content {
1248     font-size: 26px;
1249     text-shadow: 1px 1px 1px #ccc;
1250     color:rgba(255,255,255,.85);
1251     height: 100%;
1252     vertical-align: bottom;
1253 }
1254 .contact-photo-xs{
1255     height: 38px;
1256     width: 38px;
1257     border-radius: 3px;
1258 }
1259 .wwto .contact-photo {
1260     width: auto;
1261     height: 25px;
1262     font-size: 8.8px;
1263     padding: 3.6px 0;
1264     border-radius: 2px;
1265     position: absolute;
1266     top: 30px;
1267     left: 30px;
1268     display: inline-block;
1269 }
1270
1271 /* wall items action dropdown menu */
1272 .nav-pills.preferences {
1273     position: absolute;
1274     right: 15px;
1275     top: 10px;
1276 }
1277 .comment .nav-pills.preferences {
1278     right: 0px;
1279     top: 0px;
1280 }
1281 .wall-item-network {
1282     font-size: 13px;
1283 }
1284
1285 /* wall items contact info */
1286 .media .media-body {
1287     font-size: 13px;
1288 }
1289 .media .media-body h4.media-heading {
1290     font-size: 14px;
1291     font-weight: 500;
1292     color: #555;
1293 }
1294 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1295     display: block;
1296 }
1297 .media .contact-info-comment {
1298     display: table-cell;
1299 }
1300 .media .contact-info-xs h5,
1301 .media .contact-info-comment {
1302     margin: 0 0 5px;
1303 }
1304 .media-heading {
1305     margin: 0 0 5px;
1306 }
1307 .wall-item-name,
1308 .shared-author {
1309     font-size: 15px;
1310     font-weight: bold;
1311 }
1312 .wall-item-name.xs {
1313     font-weight: 700;
1314     font-size: 14px;
1315 }
1316
1317 /* The lock symbol popup */
1318 #panel {
1319     position: absolute;
1320     list-style: none;
1321     background-color: $nav_bg;
1322     border: none;
1323     border-radius: 3px;
1324     float: left;
1325     min-width: 160px;
1326     max-width: 220px;
1327     padding: 10px ;
1328     margin: 2px 0 0;
1329     font-size: 14px;
1330     text-align: left;
1331     color: $nav_icon_color;
1332     z-index: 1000;
1333 }
1334
1335 /* wall items content */
1336 .wall-item-content {
1337     word-break: break-word;
1338 }
1339 .wall-item-content img {
1340     max-height: 480px;
1341     object-fit: contain;
1342 }
1343 .wall-item-body > img,
1344 .wall-item-body > a > img {
1345     border-radius: 3px;
1346 }
1347 .shared-wrapper,
1348 .vevent {
1349     margin-left: 50px;
1350     margin-right: 50px;
1351     padding: 10px;
1352     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1353 }
1354 @media screen and (max-width: 767px) {
1355     .shared-wrapper,
1356     .vevent {
1357         margin-left: 0px;
1358         margin-right: 0px;
1359     }
1360 }
1361 .shared-wrapper:hover,
1362 .vevent:hover {
1363     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1364 }
1365 .shared_header {
1366     margin-left: 0px;
1367         margin-top: 0px;
1368     padding-top: 0px;
1369     border-top: none;
1370     color: inherit;
1371 }
1372 blockquote.shared_content {
1373     margin-left: 20px;
1374     color: inherit;
1375 }
1376 .wall-item-tags,
1377 .itemedited {
1378     margin-top: 10px;
1379     font-size: 13px;
1380 }
1381
1382 .wall-item-tags a {
1383     color: #555;
1384 }
1385
1386 .wall-item-tags a:hover {
1387     text-decoration: none;
1388 }
1389 .wall-item-bottom .label,
1390 .wall-item-bottom .label a {
1391     color: #fff;
1392 }
1393
1394 /* item social action buttons */
1395 .wall-item-actions, .wall-item-actions a {
1396     font-size: 13px;
1397     /*color: #aeaeae;*/
1398     color: #555;
1399     margin-top: 15px;
1400     margin-bottom: 0;
1401 }
1402 .wall-item-actions a:hover {
1403     color: #555;
1404 }
1405 .wall-item-actions-left {
1406     display: table-cell;
1407     vertical-align: middle;
1408 }
1409 .wall-item-actions-right {
1410     display: flex;
1411 }
1412 .wall-item-actions .checkbox {
1413     margin: 0;
1414     margin-left: 20px;
1415 }
1416 .wall-item-actions .button-event {
1417     padding-left: 5px;
1418     padding-right: 5px;
1419 }
1420 .wall-item-actions .button-comments,
1421 .wall-item-actions .button-votes,
1422 .wall-item-actions .button-likes {
1423     padding-left: 0px;
1424     padding-right: 0px;
1425 }
1426
1427 /* wall item hover effects */
1428 .wall-item-container .wall-item-links,
1429 .wall-item-container .wall-item-actions {
1430     opacity: 0.3;
1431     -webkit-transition: all 0.25s ease-in-out;
1432     -moz-transition: all 0.25s ease-in-out;
1433     -o-transition: all 0.25s ease-in-out;
1434     -ms-transition: all 0.25s ease-in-out;
1435     transition: all 0.25s ease-in-out;
1436 }
1437 .wall-item-container:hover .wall-item-links,
1438 .wall-item-container:hover .wall-item-actions {
1439     opacity: 0.6;
1440     -webkit-transition: all 0.25s ease-in-out;
1441     -moz-transition: all 0.25s ease-in-out;
1442     -o-transition: all 0.25s ease-in-out;
1443     -ms-transition: all 0.25s ease-in-out;
1444     transition: all 0.25s ease-in-out;
1445 }
1446
1447 /*
1448 /* Comments
1449 */
1450 .well {
1451     border: none;
1452     box-shadow: none;
1453     /*background-color: #ededed;*/
1454     background-color: rgba(237, 237, 237, $contentbg_transp);
1455     background-image: none;
1456     margin-bottom: 1px;
1457 }
1458 .well-small {
1459     padding: 10px;
1460     border-radius: 3px;
1461 }
1462 .well hr {
1463     margin: 15px 0 10px;
1464     border-top: 1px solid #d9d9d9;
1465 }
1466 .wall-entry .well {
1467     margin-bottom: 0;
1468 }
1469 .comment-container {
1470     margin-top: 10px;
1471     margin-bottom: 0px;
1472     border-top-left-radius: 3px;
1473     border-top-right-radius: 3px;
1474     border-bottom-right-radius: 0px;
1475     border-bottom-left-radius: 0px;
1476 }
1477 .comment .media {
1478     position: relative!important;
1479     margin-top: 0;
1480 }
1481 .hide-comments-outer-wrapper {
1482 /*    text-align: center;
1483     margin-top: -18px;*/
1484 }
1485 .hide-comments-total {
1486     cursor: pointer;
1487 }
1488
1489 /*
1490 * Comment Box
1491 */
1492 .thread_level_2 .wall-item-comment-wrapper {
1493     padding-right: 5px;
1494 }
1495 .comment-edit-submit-wrapper {
1496     margin-bottom: 25px;
1497 }
1498 .comment-edit-submit-wrapper a,
1499 .comment-edit-submit-wrapper a:hover {
1500     padding-top: 5px !important;
1501     padding-bottom: 5px !important;
1502 }
1503 .comment-icon-list a.icon,
1504 .comment-icon-list a.icon:hover {
1505     color: #555;
1506     background-color: transparent;
1507 }
1508
1509 /* acpopup  + textcompletion*/
1510 .acpopup {
1511     /* max-height: 150px; */
1512     background-color: #ffffff;
1513     border-radius: 4px;
1514     overflow: auto;
1515     z-index: 100000;
1516     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1517 }
1518 nav .acpopup {
1519     /*top: 35px !important;*/
1520     margin-left: -23px;
1521 }
1522 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1523  at the beginning of this file to get rid of the !important */
1524 .textcomplete-item > a {
1525     color: #555 !important;
1526     padding: 5px 20px !important;
1527 }
1528 .textcomplete-item.active > a {
1529     background-color: rgb(247, 247, 247) !important;
1530     background-image: none !important;
1531     border-left: 3px solid $link_color;
1532     padding-left: 17px !important;
1533 }
1534 .textcomplete-item a .forum {
1535     color: $link_color;
1536 }
1537 img.acpopup-img {
1538     border-radius: 4px;
1539  }
1540
1541
1542 /* The wall-item thread levels */
1543 /*.wall-item-container.thread_level_3 {
1544   margin-left: 80px;
1545   width: calc(100% - 90px);
1546 }
1547 .wall-item-container.thread_level_4 {
1548   margin-left: 95px;
1549   width: calc(100% - 105px);
1550 }
1551 .wall-item-container.thread_level_5 {
1552   margin-left: 110px;
1553   width: calc(100% - 120px);
1554 }
1555 .wall-item-container.thread_level_6 {
1556   margin-left: 125px;
1557   width: calc(100% - 135px);
1558 }
1559 .wall-item-container.thread_level_7 {
1560   margin-left: 140px;
1561   width: calc(100% - 150px);
1562 }*/
1563
1564 .wall-item-container.thread_level_3,
1565 .wall-item-container.thread_level_4,
1566 .wall-item-container.thread_level_5,
1567 .wall-item-container.thread_level_6,
1568 .wall-item-container.thread_level_7 {
1569   margin-left: 15px;
1570   
1571 }
1572 /* Menubar Tabs */
1573 #tabmenu,
1574 .tabbar,
1575 .tabbar > li {
1576     height: 100%;
1577     /*margin-left: -15px;*/
1578     padding: 0;
1579 }
1580 ul.tabs {
1581     list-style: none;
1582     height: 100%;
1583     padding: 0;
1584     padding-top: 10px;
1585     margin: 0;
1586 }
1587 ul.tabs li {
1588     float: left;
1589     margin: 0;
1590     padding: 0;
1591     /*border-bottom: 0 solid #6fdbe8;*/
1592     border-bottom: 0 solid $link_color;
1593     font-size: 13px;
1594     height: 102%;
1595     transition: all .15s ease;
1596 }
1597 /*ul.tabs.visible-xs > li.active {
1598     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here 
1599 }*/
1600 ul.tabs li a {
1601     margin-left: 10px;
1602     margin-right: 10px;
1603     /*color: #6fdbe8;*/
1604     color: $link_color !important;
1605 }
1606 ul.tabs li:hover, ul.tabs li.active {
1607     border-bottom-width: 4px;
1608 }
1609 ul.tabbar ul.tabs-extended li.active {
1610     width: 100%;
1611     border-bottom-width: 2px;
1612 }
1613 ul.tabbar ul.tabs-extended li.active a {
1614     background: none;
1615 }
1616 ul.dropdown-menu li:hover {
1617     border-bottom-width: 0;
1618 }
1619
1620
1621 /* Dropdown Menu */
1622 .dropdown-menu li a {
1623     font-size: 13px!important;
1624     font-weight: 600!important;
1625 }
1626 .dropdown-menu li a:hover, .dropdown-menu li a:visited,
1627 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
1628     background: 0 0;
1629 }
1630
1631 .dropdown-menu li:first-child {
1632     margin-top: 3px;
1633 }
1634
1635 /* Notificaiotn badges */
1636 .nav-notify .show {
1637     display: block;
1638 }
1639
1640 /* Media Classes */
1641 .media .time,
1642 .media .shared-time,
1643 .media .location,
1644 .media .location a {
1645     font-size: 11px;
1646     color: #bebebe;
1647 }
1648 .media-list > li {
1649     padding: 10px;
1650     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1651     position: relative;
1652 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1653     border-left: 3px solid rgba(255,255,255,0);
1654     font-size: 12px;
1655 }
1656 .media-list > li:hover,
1657 .media-list > li.selected {
1658     border-left: 3px solid $link_color;
1659     background-color: rgba(247, 247, 247, $contentbg_transp);
1660 }
1661
1662 /* Forms */
1663 .form-control {
1664     border: 2px solid #ededed;
1665     box-shadow: none;
1666 }
1667 .form-control:focus {
1668     /*border: 2px solid #6fdbe8;*/
1669     border: 2px solid $link_color;
1670     outline: 0;
1671     box-shadow: none;
1672 }
1673
1674
1675 .checkbox input[type="checkbox"]:focus + label::before,
1676 .checkbox input[type="radio"]:focus + label::before {
1677     /*border: 2px solid #6fdbe8;*/
1678     border: 2px solid $link_color;
1679     outline: 0;
1680     box-shadow: none;
1681 }
1682
1683 /* Search form */
1684 .form-control.form-search {
1685     border-radius: 30px;
1686     background-image: url(img/icon_search16x16.png);
1687     background-repeat: no-repeat;
1688     background-position: 10px 8px;
1689     padding-left: 34px;
1690 }
1691 .form-group-search {
1692     position: relative;
1693     width: 100%;
1694 }
1695
1696 .form-group-search .form-button-search {
1697     position: absolute;
1698     top: 4px;
1699     right: 4px;
1700     border-radius: 30px;
1701 }
1702 .search-input.form-control.form-search {
1703     width: 100%;
1704 }
1705 .search-heading {
1706     text-align: center;
1707     color: $link_color;
1708     font-size: 20px;
1709 }
1710 /* Section-Content-Wrapper */
1711 #search-header-wrapper {
1712     padding: 15px;
1713     padding-bottom: 20px;
1714     margin-bottom: 20px;
1715     border: none;
1716     /*background-color: #fff;*/
1717     background-color: rgba(255,255,255,$contentbg_transp);
1718     border-radius: 4px;
1719     position: relative;
1720     /*overflow: hidden;*/
1721     color: #555;
1722     box-shadow: 0 0 3px #dadada;
1723     -webkit-box-shadow: 0 0 3px #dadada;
1724     -moz-box-shadow: 0 0 3px #dadada;
1725 }
1726
1727 /* PAGES */
1728
1729 /* Profile-page */
1730 #profile-page, .photos-content-wrapper, .settings-content-wrapper,
1731 .contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper,
1732 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
1733 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
1734 .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, 
1735 .notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
1736     min-height: calc(100vh - 150px);
1737     padding: 15px;
1738     padding-bottom: 20px;
1739     margin-bottom: 20px;
1740     border: none;
1741     /*background-color: #fff;*/
1742     background-color: rgba(255,255,255,$contentbg_transp);
1743     border-radius: 4px;
1744     position: relative;
1745     /*overflow: hidden;*/
1746     color: #555;
1747     box-shadow: 0 0 3px #dadada;
1748     -webkit-box-shadow: 0 0 3px #dadada;
1749     -moz-box-shadow: 0 0 3px #dadada;
1750 }
1751 #profile-content-standard,
1752 #profile-content-advanced {
1753     overflow: hidden;
1754 }
1755 #profile-menu {
1756     margin-top: 20px;
1757     margin-bottom: 20px;
1758 }
1759 .contact-block-div.forumlist-profile-advanced {
1760     float: left;
1761 }
1762
1763 /* contacts page */
1764 ul.viewcontact_wrapper {
1765     margin-left: -15px;
1766     margin-right: -15px;
1767 }
1768 ul.viewcontact_wrapper > li {
1769     padding-left: 15px;
1770 }
1771 .contact-wrapper {
1772 /*    padding: 10px;
1773     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
1774     position: relative;*/
1775     /*border-left: 3px solid white;*/
1776 }
1777 .contact-wrapper.media {
1778     overflow: visible;
1779     word-wrap: break-word;
1780     margin-top: 0;
1781 }
1782 /* bootstrap hack for .media */
1783 .contact-wrapper.media .media-body {
1784     display: table-cell;
1785     width: 10000px;
1786     *width: auto;
1787     *zoom: 1;
1788 }
1789 .contact-wrapper.media:before, .media:after {
1790     content: "";
1791     display: table;
1792 }
1793 .contact-wrapper.media:after {
1794     clear: both;
1795 }
1796 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
1797     height: 80px;
1798     width: 80px;    
1799 }
1800 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
1801     height: 48px;
1802     width: 48px;
1803 }
1804 .contact-wrapper .contact-photo-overlay-content.xl {
1805     font-size: 48px;
1806 }
1807
1808 .contact-entry-desc {
1809     color: #555;
1810 }
1811 .contact-entry-checkbox {
1812     margin-top: -20px;
1813 }
1814 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
1815     font-weight: bold !important; 
1816     color: $link_color;
1817     font-size: 15px !important;
1818 }
1819 .contact-wrapper .contact-actions {
1820     display: flex;
1821 }
1822 .contact-wrapper a.contact-action-link {
1823     opacity: 0.1;
1824     transition: all 0.25s ease-in-out;
1825 }
1826 .contact-wrapper a.contact-action-link,
1827 .contact-wrapper a.contact-action-link:hover,
1828 .textcomplete-item .contact-wrapper a.contact-action-link {
1829     padding-right: 5px;
1830     padding-left: 5px;
1831     color: #555;
1832 }
1833 ul li:hover .contact-wrapper a.contact-action-link {
1834     opacity: 0.8;
1835     transition: all 0.25s ease-in-out;
1836 }
1837 ul li:hover .contact-wrapper a.contact-action-link:hover {
1838     opacity: 1;
1839 }
1840 #contacts-search-wrapper,
1841 #directory-search-wrapper{
1842     padding: 10px 0;
1843 }
1844
1845 /* directory page */
1846 #directory-search-heading {
1847     padding-top: 10px;
1848 }
1849
1850 /* private mail */
1851 .message-content-wrapper > li {
1852 /* we need this overwriting because we have no template file
1853    for the general mail page /message
1854 */
1855     list-style-type: none;
1856 }
1857 .mail-thread {
1858     max-height: calc(100vh - 200px);
1859 }
1860 #mail-conversation {
1861     overflow-y: auto;
1862     max-height: calc(100vh - 400px);
1863     max-height: auto;
1864     /*height: 500px;*/
1865     margin-bottom: 0px;
1866     padding: 0 15px;
1867 }
1868 #mail-conversation.can-reply {
1869 /*    border-bottom-left-radius: 0px;
1870     border-bottom-right-radius: 0px;*/
1871 }
1872 .mail-conv-wrapper .media .contact-photo-wrapper img {
1873     height: 48px;
1874     width: 48px;
1875 }
1876 .mail-thread #prvmail-to-label,
1877 .mail-thread #prvmail-subject-label {
1878     display: none;
1879 }
1880 .mail-thread #prvmail-message-label > label {
1881     display:none;
1882 }
1883 .mail-thread #prvmail-message-label textarea {
1884 /*    border-top: none;
1885     margin-top: -10px;
1886     border-top-left-radius: 0px;
1887     border-top-right-radius: 0px;*/
1888     max-height: 120px;
1889 }
1890 .mail-conv-wrapper {
1891     padding: 15px 0;
1892     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1893 }
1894 #message-sidebar {
1895     height: calc(100vh - 150px);
1896 }
1897 #message-preview {
1898     /*padding: 0 10px;*/
1899     height: calc(100% - 20px);
1900 }
1901 #message-preview ul {
1902     margin: 0px;
1903 }
1904 #message-preview .media-list li {
1905     padding: 0px 10px;
1906     border: none;
1907 }
1908 #message-preview .media-list li:hover {
1909     border-left: none !important;
1910 }
1911 #message-preview .media-list li a {
1912     color: $link_color;
1913 }
1914 .mail-list-outside-wrapper {
1915     padding: 5px 0;
1916     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1917 }
1918 .mail-list-outside-wrapper .contact-photo-wrapper img {
1919     height: 48px;
1920     width: 48px;
1921 }
1922
1923 #prvmail-end {
1924     clear:both;
1925 }
1926 /* poke */
1927 #poke-desc {
1928     margin: 5px 0 30px;
1929 }
1930 #poke-wrapper-end {
1931     clear: both;
1932 }
1933 /*
1934 * Overwriting for transparency and other colors
1935 */
1936 main .nav-tabs>li.active>a,
1937 main .nav-tabs>li.active>a:focus,
1938 main .nav-tabs>li.active>a:hover {
1939     background-color: rgba(255,255,255,$contentbg_transp);
1940 }
1941
1942 /*
1943  * Modal
1944  */
1945 .modal hr {
1946     border-color: #eee;
1947 }
1948
1949 /*
1950  * Framework overwrite
1951  */
1952
1953 /* jRange */
1954 .theme-frio .back-bar {
1955     height: 5px !important;
1956     border-radius: 2px;
1957     background-color: #eeeeee;
1958     background-color: #e7e7e7;
1959     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
1960     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
1961     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
1962     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
1963     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
1964     background-repeat: repeat-x;
1965     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
1966 }
1967 .theme-frio .back-bar .selected-bar {
1968     border-radius: 2px;
1969     background-color: $link_color;
1970 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
1971     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
1972     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
1973     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
1974     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
1975     background-repeat: repeat-x;
1976     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
1977 }
1978 .theme-frio .back-bar .pointer {
1979     width: 14px !important;
1980     height: 14px !important;
1981     top: -5px;
1982     -webkit-box-sizing: border-box;
1983     -moz-box-sizing: border-box;
1984     box-sizing: border-box;
1985     border-radius: 10px;
1986     border: 1px solid #AAA;
1987     background-color: #e7e7e7 !important;
1988     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
1989     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
1990     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
1991     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
1992     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
1993     background-repeat: repeat-x;
1994     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
1995 }
1996 .theme-frio .back-bar .pointer-label {
1997     color: #999;
1998 }
1999
2000 /* textcomplete for contact filtering*/
2001 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2002     position: relative !important;
2003     top: inherit !important;
2004     bottom: inherit !important;
2005     left: inherit !important;
2006     padding: 0;
2007     margin-left: -15px;
2008     margin-right: -15px;
2009     background-color: transparent;
2010     box-shadow: none;
2011     border: none;
2012 }
2013 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2014     padding-left: 15px;
2015     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2016 }
2017 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2018     display: none;
2019 }
2020 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list 
2021 .textcomplete-item > a {
2022     padding: 0 !important;
2023     border-left: none;
2024     background-color: transparent !important;
2025 }
2026 /* this is a little hack for texcomplete contact filter
2027 There are for some reasons empty <a> tags. I don't know why */
2028 .textcomplete-item .contact-wrapper a {
2029     padding: 0;
2030 }
2031
2032 /* hovercard fix */
2033 body .tread-wrapper .hovercard a,
2034 body .tread-wrapper .hovercard a:hover {
2035     color: $link_color;
2036 }
2037 body .tread-wrapper .hovercard:hover .hover-card-content a {
2038     color: $link_color !important;
2039 }