]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
68c971c48d0e988efb4ddc9f4580208d04eb395a
[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 #search-mobile .navbar-form {
585     margin: 0;
586 }
587 #topbar-first #search-box .form-search {
588     height: 25px;
589     font-size: 13px;
590     background-position: 8px 4px;
591 }
592 #topbar-first #search-box .btn {
593     font-size: 10px;
594     padding: 1px 8px;
595 }
596
597 /* second topbar */
598 #topbar-second {
599     height: 40px;
600     top: 50px;
601     background-color: #fff;
602     z-index: 1029;
603     background-image: none;
604     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
605     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
606     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
607     border-bottom: 1px solid #d4d4d4
608 }
609 #topbar-second > .container {
610     height: 100%;
611 }
612 @media screen and (max-width: 767px) {
613     #topbar-second > .container,
614     #topbar-second #navbar-button {
615         padding: 0;
616     }
617 }
618 #topbar-second .dropdown-menu {
619     padding-top: 0;
620     padding-bottom: 0
621 }
622 #topbar-second .dropdown-menu .divider {
623     margin: 0
624 }
625 #topbar-second #space-menu-dropdown,
626 #topbar-second #search-menu-dropdown {
627     width: 400px
628 }
629 #topbar-second #space-menu-dropdown .media-list,
630 #topbar-second #search-menu-dropdown .media-list {
631     max-height: 400px;
632     overflow: auto
633 }
634 @media screen and (max-width: 768px) {
635     #topbar-second #space-menu-dropdown .media-list,
636     #topbar-second #search-menu-dropdown .media-list {
637         max-height: 200px
638     }
639 }
640 #topbar-second #space-menu-dropdown form,
641 #topbar-second #search-menu-dropdown form {
642     margin: 10px
643 }
644 #topbar-second #space-menu-dropdown .search-reset,
645 #topbar-second #search-menu-dropdown .search-reset {
646     position: absolute;
647     color: #999;
648     margin: 10px;
649     top: 8px;
650     right: 10px;
651     display: none;
652     cursor: pointer
653 }
654 #topbar-second .nav>li>a {
655     padding: 6px 13px 0;
656     text-decoration: none;
657     text-shadow: none;
658     font-weight: 600;
659     font-size: 10px;
660     text-transform: uppercase;
661     text-align: center;
662     min-height: 49px
663 }
664 #topbar-second .nav>li>a:hover,
665 #topbar-second .nav>li>a:active,
666 #topbar-second .nav>li>a:focus {
667     /*border-bottom: 3px solid #6fdbe8;*/
668     border-bottom: 3px solid $link_color;
669     background-color: #f7f7f7;
670     color: #555;
671     text-decoration: none
672 }
673 #topbar-second .nav>li>a i {
674     font-size: 14px
675 }
676 #topbar-second .nav>li>a .caret {
677     border-top-color: #7a7a7a
678 }
679 #topbar-second .nav>li>ul>li>a {
680     border-left: 3px solid #fff;
681     background-color: #fff;
682     color: #555
683 }
684 #topbar-second .nav>li>ul>li>a:hover,
685 #topbar-second .nav>li>ul>li>a.active {
686     /*border-left: 3px solid #6fdbe8;*/
687     border-left: 3px solid $link_color;
688     background-color: #f7f7f7;
689     color: #555
690 }
691 #topbar-second .nav>li.active>a {
692     min-height: 46px
693 }
694 #topbar-second .nav>li>a#space-menu {
695     padding-right: 13px;
696     border-right: 1px solid #ededed
697 }
698 #topbar-second .nav>li>a#search-menu {
699     padding-top: 15px
700 }
701 #topbar-second .nav>li>a:hover,
702 #topbar-second .nav .open>a,
703 #topbar-second .nav>li.active {
704     /*border-bottom: 3px solid #6fdbe8;*/
705     border-left: 3px solid $link_color;
706     background-color: #f7f7f7;
707     color: #555
708 }
709 #topbar-second .nav>li.active>a:hover {
710     border-bottom: none
711 }
712 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
713     color: #bebebe;
714     font-size: 11px;
715     margin: 0;
716     font-weight: 400
717 }
718
719
720 /* Dropdown Menus */
721 .nav-pills .dropdown-menu,
722 .nav-tabs .dropdown-menu,
723 .account .dropdown-menu,
724 .contact-photo-wrapper .dropdown-menu {
725     background-color: $nav_bg;
726     border: none
727 }
728 .nav-pills .dropdown-menu li.divider,
729 .nav-tabs .dropdown-menu li.divider,
730 .account .dropdown-menu li.divider,
731 .contact-photo-wrapper .dropdown-menu li.divider {
732     background-color: $menu_background_hover_color;
733     border-bottom: none;
734     margin: 9px 1px!important
735 }
736 .nav-pills .dropdown-menu li,
737 .nav-tabs .dropdown-menu li,
738 .account .dropdown-menu li,
739 .contact-photo-wrapper .dropdown-menu li {
740     border-left: 3px solid $nav_bg;
741 }
742 .nav-pills .dropdown-menu li a,
743 .nav-tabs .dropdown-menu li a,
744 .account .dropdown-menu li a,
745 .contact-photo-wrapper .dropdown-menu li a {
746     color: $nav_icon_color;
747     font-weight: 400;
748     font-size: 13px;
749     padding: 4px 15px
750 }
751 .nav-pills .dropdown-menu li a i,
752 .nav-tabs .dropdown-menu li a i,
753 .account .dropdown-menu li a i,
754 .contact-photo-wrapper .dropdown-menu li a i {
755     margin-right: 5px;
756     font-size: 14px;
757     display: inline-block;
758     width: 14px
759 }
760 .nav-pills .dropdown-menu li a:hover,
761 .nav-tabs .dropdown-menu li a:hover,
762 .account .dropdown-menu li a:hover,
763 .contact-photo-wrapper .dropdown-menu li a:hover,
764 .nav-pills .dropdown-menu li a:visited,
765 .nav-tabs .dropdown-menu li a:visited,
766 .account .dropdown-menu li a:visited,
767 .contact-photo-wrapper .dropdown-menu li a:visited,
768 .nav-pills .dropdown-menu li a:hover,
769 .nav-tabs .dropdown-menu li a:hover,
770 .account .dropdown-menu li a:hover,
771 .contact-photo-wrapper .dropdown-menu li a:hover,
772 .nav-pills .dropdown-menu li a:focus,
773 .nav-tabs .dropdown-menu li a:focus,
774 .account .dropdown-menu li a:focus,
775 .contact-photo-wrapper .dropdown-menu li a:focus {
776     background: 0 0
777 }
778 .nav-pills .dropdown-menu li:hover,
779 .nav-tabs .dropdown-menu li:hover,
780 .account .dropdown-menu li:hover,
781 .contact-photo-wrapper .dropdown-menu li:hover,
782 .nav-pills .dropdown-menu li.selected,
783 .nav-tabs .dropdown-menu li.selected,
784 .account .dropdown-menu li.selected,
785 .contact-photo-wrapper .dropdown-menu li.selected {
786     /*border-left: 3px solid #6fdbe8;*/
787     border-left: 3px solid $link_color;
788     color: #fff!important;
789     background-color: $menu_background_hover_color !important
790 }
791 .nav-pills.preferences .dropdown .dropdown-toggle {
792     color: #bebebe
793 }
794 .nav-pills.preferences .dropdown.open .dropdown-toggle,
795 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
796     background-color: $nav_bg
797 }
798
799 .nav-pills.preferences .dropdown .dropdown-toggle {
800     padding: 2px 10px;
801 }
802
803
804 /*
805  * Aside
806  *
807  */
808
809 aside .widget,
810 .nav-container .widget {
811     border: none;
812     color: #777;
813     /*background-color: #fff;*/
814     background-color: rgba(255,255,255,$contentbg_transp);
815     box-shadow: 0 0 3px #dadada;
816     -webkit-box-shadow: 0 0 3px #dadada;
817     -moz-box-shadow: 0 0 3px #dadada;
818     border-radius: 4px;
819     position: relative;
820     margin-bottom: 20px;
821     padding: 10px;
822     font-size: 13px;
823 }
824 aside .widget h3,
825 .nav-container .widget h3 {
826     font-weight: bold;
827     font-size: 16px;
828     margin: 0;
829     padding-bottom: 20px;
830 }
831
832 aside .widget ul,
833 .nav-container .widget ul {
834     padding: 0px;
835     margin-top: 0px;
836     margin-bottom: 0px;
837     margin-left: -10px;
838     margin-right: -10px;
839     /*padding-left: 10px;*/
840     list-style: none;
841 }
842
843 aside .widget li,
844 .nav-container .widget li {
845     padding-top: 2px;
846     padding-bottom: 2px;
847     padding-left: 20px;
848     padding-right: 20px;
849 }
850 aside .widget li:hover,
851 aside .widget li.selected,
852 .nav-container .widget li:hover {
853     z-index: 2;
854     color: #555;
855     /*background-color: #f7f7f7;*/
856     background-color: rgba(247, 247, 247, $contentbg_transp);
857     /*border-left: 3px solid #6fdbe8!important;*/
858     border-left: 3px solid $link_color !important;
859     padding-left: 17px;
860 }
861 aside .widget li a,
862 aside .widget li a:hover {
863     color: #555;
864 }
865
866 /* forumlist widget */
867 aside #datebrowse-sidebar .posted-date-selector-months{
868     margin-left: 0;
869     margin-bottom: 10px;
870     width: 100%
871 }
872 aside #datebrowse-sidebar .posted-date-selector-months li{
873     padding-left: 30px;
874 }
875 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
876     padding-left: 27px;
877 }
878
879 /* vcard / h-card */
880 aside .vcard #profile-photo-wrapper{
881     margin: 0;
882 }
883 aside .vcard img.u-photo,
884 aside img.vcard-photo {
885     width: 100%;
886     border-radius: 3px;
887 }
888 aside .vcard .tool .action{
889     position: absolute;
890     top:20px;
891     right: 20px;
892     font-size: 32px;
893     width: 45px;
894     height: 45px;
895     background: rgba(0,0,0,.50);
896     text-align: center;
897     border-radius: 3px;
898     opacity: 0;
899     -webkit-transition: all 0.25s ease-in-out;
900     -moz-transition: all 0.25s ease-in-out;
901     -o-transition: all 0.25s ease-in-out;
902     -ms-transition: all 0.25s ease-in-out;
903     transition: all 0.25s ease-in-out;
904 }
905 aside .vcard .tool a {
906 color: rgba(255,255,255,.85);
907 }
908 aside .vcard #profile-photo-wrapper:hover .tool .action {
909     opacity: 1;
910 }
911 aside .vcard .profile-header {
912     margin-bottom: 20px;
913 }
914 aside .vcard .fn {
915     font-size: 20px;
916     font-weight: bold;
917 }
918 aside .vcard .p-addr {
919     font-style: italic;
920     overflow: hidden;
921     text-overflow: ellipsis;
922     white-space: nowrap;
923     padding-bottom: 2px;
924 }
925 aside .vcard .detail {
926     display: table;
927     padding: 5px 0;
928 }
929 aside .vcard .icon {
930     display: table-cell;
931     padding-right: 10px;
932 }
933 #profile-extra-links {
934     margin-bottom: 20px;
935 }
936 aside .vcard #dfrn-request-link-button,
937 aside .vcard #wallmessage-link-botton {
938     width: 50%;
939     margin: 0 0 0 -5px;
940     float: left;
941     padding: 0 5px;
942 }
943 aside .vcard #dfrn-request-link,
944 aside .vcard #wallmessage-link {
945     width: 100%;
946 }
947 /* vcard-short-info */
948 #vcard-short-info,
949 #nav-short-info .contact-wrapper {
950     margin-top: 2px;
951     height: 40px;
952     white-space: nowrap;
953     overflow: hidden;
954     padding-right: 20px;
955     margin-left: -14px;
956 }
957 #vcard-short-photo-wrapper img,
958 #nav-short-info .contact-wrapper img {
959     height: 34px;
960     width: 34px;
961     border-radius: 3px;
962 }
963 #vcard-short-desc,
964 #nav-short-info .contact-wrapper .media-body {
965     display: block;
966     height: 34px;
967     width: 100%;
968     text-overflow: ellipsis;
969 }
970 #vcard-short-desc > .media-heading,
971 #vcard-short-desc > .vcard-short-addr,
972 #nav-short-info .contact-wrapper .media-heading,
973 #nav-short-info .contact-wrapper #contact-entry-url-network {
974     text-overflow: ellipsis;
975     overflow: hidden;
976 }
977 #vcard-short-desc > .media-heading,
978 #nav-short-info .contact-wrapper .media-heading {
979     margin-bottom: 1px;
980     font-weight: bold;
981 }
982 #nav-short-info .contact-wrapper .media-heading a {
983     color: #555;
984     font-size: 14px !important;
985 }
986 #vcard-short-desc > .vcard-short-addr,
987 #nav-short-info .contact-wrapper #contact-entry-url-network {
988     color: #777;
989     font-size: 12px;
990 }
991 .network-content-wrapper > #viewcontact_wrapper-network,
992 #nav-short-info .contact-wrapper .contact-photo-overlay,
993 #nav-short-info .contact-wrapper .contact-actions{
994     display: none
995 }
996
997 aside #peoplefind-sidebar input,
998 aside #follow-sidebar input {
999     height: 30px;
1000     background-position: 10px 5px;
1001 }
1002 aside #peoplefind-sidebar .form-group-search .form-button-search,
1003 aside #follow-sidebar .form-group-search .form-button-search {
1004     padding: 2px 8px;
1005 }
1006
1007 aside #group-sidebar .group-edit-tool,
1008 aside #saved-search-list .savedsearchdrop {
1009     opacity: 0.1;
1010     transition: all 0.25s ease-in-out;
1011 }
1012 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1013 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1014     opacity: 0.8;
1015     transition: all 0.25s ease-in-out;
1016 }
1017 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1018 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1019     opacity: 1;
1020 }
1021
1022 /* contact block widget */
1023 #contact-block .contact-block-content {
1024     clear: both;
1025     overflow: auto;
1026     height: auto;
1027 }
1028 #contact-block .contact-block-div {
1029     float: left;
1030     margin: 0px 5px 5px 0px;
1031 /*    height: 90px;
1032     width: 90px;*/
1033 }
1034 #contact-block contact-block-link {
1035     
1036 }
1037 #contact-block .contact-block-img {
1038     height: 75px;
1039     width: 75px;
1040     border-radius: 4px;
1041 }
1042 /* Section */
1043 section ul.tabs {
1044     display: none !important;
1045 }
1046
1047 /* Jot */
1048 section #jotOpen {
1049     display: none;
1050 }
1051 #jotOpen {
1052     margin-top: 3px;
1053     float: right;
1054 }
1055 #jot-content {
1056     display: none;
1057 }
1058 .jothidden {
1059     /*display: none;*/
1060 }
1061 #jot-modal .modal-header a,
1062 #profile-jot-submit-wrapper a {
1063     color: #555;
1064 }
1065 #jot-modal .modal-header {
1066     border-bottom: none;
1067 }
1068 #jot-title-wrap, #jot-category-wrap {
1069     margin-bottom: 5px;
1070 }
1071 #jot-text-wrap {
1072     margin-top: 20px;
1073 }
1074 #jot-text-wrap textarea {
1075     min-height: 100px;
1076 }
1077 #profile-jot-wrapper button#jot-submit {
1078     margin-top: 5px;
1079 }
1080
1081 /* ACL */
1082 /*#jot-modal-body {
1083     height: auto;
1084     max-height: calc(100vh - 130px);
1085     overflow-y: hidden;
1086 }*/
1087 #acl-search {
1088     margin-top: 20px;
1089     /*padding: 8px;*/
1090     /*border: 1px solid #ccc;*/
1091     width: 100%;
1092 }
1093 #acl-list {
1094     display: block;
1095     border: 1px solid #ccc;
1096     overflow: auto;
1097     clear: both;
1098     min-height: 62px;
1099     margin-top: 20px;
1100     padding: 10px 10px 0px 0px;
1101     -webkit-border-radius: 4px;
1102     -moz-border-radius: 4px;
1103     border-radius: 4px;
1104 }
1105 #acl-list-content {
1106     overflow-y: auto;
1107     max-height: calc(100vh - 330px);
1108     height: auto !important;
1109 }
1110 .acl-list-item {
1111     width: 48%;
1112     width: calc(50% - 10px);
1113     border: 1px solid #ccc;
1114     margin: 0px 0px 10px 10px;
1115     padding: 5px;
1116     float: left;
1117     -webkit-border-radius: 4px;
1118     -moz-border-radius: 4px;
1119     border-radius: 4px;
1120 }
1121 .acl-list-item img {
1122     width: 40px;
1123     height: 40px;
1124     float: left;
1125     margin-right: 5px;
1126     -webkit-border-radius: 4px;
1127     -moz-border-radius: 4px;
1128     border-radius: 4px;
1129 }
1130 .acl-list-item p {
1131     margin: 0px;
1132     white-space: nowrap;
1133     overflow: hidden;
1134     text-overflow: ellipsis;
1135 }
1136 .acl-list-item.groupshow {
1137     background-color: #8DB255
1138 }
1139 .acl-list-item.grouphide {
1140     background-color: #E68364;
1141 }
1142 .acl-button-show, .acl-button-hide {
1143     float: right;
1144     margin-left: 5px;
1145 }
1146 #acl-showall.selected {
1147     background-color: #4CAF50;
1148     color: #fff;
1149 }
1150 .acl-button-show.selected {
1151     background-color: #4CAF50;
1152     color: #fff;
1153 }
1154 .acl-button-hide.selected {
1155     background-color: #F44336;
1156     color: #fff;
1157 }
1158
1159 /*
1160 /* Stream
1161 */
1162 .panel {
1163     border: none;
1164     /*background-color: #fff;*/
1165     background-color: rgba(255,255,255,$contentbg_transp);
1166     box-shadow: 0 0 3px #dadada;
1167     -webkit-box-shadow: 0 0 3px #dadada;
1168     -moz-box-shadow: 0 0 3px #dadada;
1169     border-radius: 4px;
1170     position: relative;
1171 }
1172 .panel .panel-body {
1173     padding: 15px;
1174     font-size: 14px;
1175 }
1176 .panel .panel-body .wall-item-content {
1177     color: #555;
1178 }
1179 .tread-wrapper .media {
1180     overflow: visible;
1181     word-wrap: break-word;
1182 }
1183
1184 /* Thread hover effects */
1185 .wall-item-container .wall-item-content a,
1186 .wall-item-container a,
1187 .wall-item-container .fakelink,
1188 .toplevel_item .fakelink,
1189 .toplevel_item .wall-item-container .btn-link,
1190 .wall-item-container .btn-link,
1191 .toplevel_item .wall-item-container .wall-item-responses a {
1192     color: #555;
1193     -webkit-transition: all 0.25s ease-in-out;
1194     -moz-transition: all 0.25s ease-in-out;
1195     -o-transition: all 0.25s ease-in-out;
1196     -ms-transition: all 0.25s ease-in-out;
1197     transition: all 0.25s ease-in-out;
1198 }
1199
1200 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1201 .toplevel_item:hover .wall-item-container:hover .btn-link,
1202 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1203 .toplevel_item:hover .wall-item-content a,
1204 .toplevel_item:hover .wall-item-name,
1205 .wall-item-container:hover .wall-item-content a,
1206 .wall-item-container:hover .wall-item-name,
1207 .wall-item-container:hover .wall-item-location a {
1208     /*color: #6fdbe8;*/
1209     color: $link_color;
1210     -webkit-transition: all 0.25s ease-in-out;
1211     -moz-transition: all 0.25s ease-in-out;
1212     -o-transition: all 0.25s ease-in-out;
1213     -ms-transition: all 0.25s ease-in-out;
1214     transition: all 0.25s ease-in-out;
1215 }
1216
1217 /* wall items */
1218 .wall-item-container {
1219     position: relative;
1220 }
1221
1222 /* wall items contact photo */
1223 .contact-photo {
1224     height: 48px;
1225     width: 48px;
1226     border-radius: 3px;
1227     /*maybe some adional stuff is needed for the different screen sizes */
1228 }
1229 .contact-photo-image-wrapper {
1230     width: 100%;
1231     height: 100%;
1232     overflow: hidden;
1233     position: relative;
1234     text-align: center;
1235 }
1236 .contact-photo-overlay {
1237     width: 100%;
1238     height: 100%;
1239     position: absolute;
1240     overflow: hidden;
1241     top: 0;
1242     left: 0;
1243     border-radius: 3px;
1244     background:rgba(0,0,0,.50);
1245     text-align:center;
1246     opacity:0;
1247     -webkit-transition: opacity .25s ease;
1248     -moz-transition: opacity .25s ease;
1249 }
1250 .contact-photo-overlay:hover {
1251     opacity: 1;
1252 }
1253 .contact-photo-overlay-content {
1254     font-size: 26px;
1255     text-shadow: 1px 1px 1px #ccc;
1256     color:rgba(255,255,255,.85);
1257     height: 100%;
1258     vertical-align: bottom;
1259 }
1260 .contact-photo-xs{
1261     height: 38px;
1262     width: 38px;
1263     border-radius: 3px;
1264 }
1265 .wwto .contact-photo {
1266     width: auto;
1267     height: 25px;
1268     font-size: 8.8px;
1269     padding: 3.6px 0;
1270     border-radius: 2px;
1271     position: absolute;
1272     top: 30px;
1273     left: 30px;
1274     display: inline-block;
1275 }
1276
1277 /* wall items action dropdown menu */
1278 .nav-pills.preferences {
1279     position: absolute;
1280     right: 15px;
1281     top: 10px;
1282 }
1283 .comment .nav-pills.preferences {
1284     right: 0px;
1285     top: 0px;
1286 }
1287 .wall-item-network {
1288     font-size: 13px;
1289 }
1290
1291 /* wall items contact info */
1292 .media .media-body {
1293     font-size: 13px;
1294 }
1295 .media .media-body h4.media-heading {
1296     font-size: 14px;
1297     font-weight: 500;
1298     color: #555;
1299 }
1300 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1301     display: block;
1302 }
1303 .media .contact-info-comment {
1304     display: table-cell;
1305 }
1306 .media .contact-info-xs h5,
1307 .media .contact-info-comment {
1308     margin: 0 0 5px;
1309 }
1310 .media-heading {
1311     margin: 0 0 5px;
1312 }
1313 .wall-item-name,
1314 .shared-author {
1315     font-size: 15px;
1316     font-weight: bold;
1317 }
1318 .wall-item-name.xs {
1319     font-weight: 700;
1320     font-size: 14px;
1321 }
1322
1323 /* The lock symbol popup */
1324 #panel {
1325     position: absolute;
1326     list-style: none;
1327     background-color: $nav_bg;
1328     border: none;
1329     border-radius: 3px;
1330     float: left;
1331     min-width: 160px;
1332     max-width: 220px;
1333     padding: 10px ;
1334     margin: 2px 0 0;
1335     font-size: 14px;
1336     text-align: left;
1337     color: $nav_icon_color;
1338     z-index: 1000;
1339 }
1340
1341 /* wall items content */
1342 .wall-item-content {
1343     word-break: break-word;
1344 }
1345 .wall-item-content img {
1346     max-height: 480px;
1347     object-fit: contain;
1348 }
1349 .wall-item-body > img,
1350 .wall-item-body > a > img {
1351     border-radius: 3px;
1352 }
1353 .shared-wrapper,
1354 .vevent {
1355     margin-left: 50px;
1356     margin-right: 50px;
1357     padding: 10px;
1358     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1359 }
1360 @media screen and (max-width: 767px) {
1361     .shared-wrapper,
1362     .vevent {
1363         margin-left: 0px;
1364         margin-right: 0px;
1365     }
1366 }
1367 .shared-wrapper:hover,
1368 .vevent:hover {
1369     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1370 }
1371 .shared_header {
1372     margin-left: 0px;
1373         margin-top: 0px;
1374     padding-top: 0px;
1375     border-top: none;
1376     color: inherit;
1377 }
1378 blockquote.shared_content {
1379     margin-left: 20px;
1380     color: inherit;
1381 }
1382 .wall-item-tags,
1383 .itemedited {
1384     margin-top: 10px;
1385     font-size: 13px;
1386 }
1387
1388 .wall-item-tags a {
1389     color: #555;
1390 }
1391
1392 .wall-item-tags a:hover {
1393     text-decoration: none;
1394 }
1395 .wall-item-bottom .label,
1396 .wall-item-bottom .label a {
1397     color: #fff;
1398 }
1399
1400 /* item social action buttons */
1401 .wall-item-actions, .wall-item-actions a {
1402     font-size: 13px;
1403     /*color: #aeaeae;*/
1404     color: #555;
1405     margin-top: 15px;
1406     margin-bottom: 0;
1407 }
1408 .wall-item-actions a:hover {
1409     color: #555;
1410 }
1411 .wall-item-actions-left {
1412     display: table-cell;
1413     vertical-align: middle;
1414 }
1415 .wall-item-actions-right {
1416     display: flex;
1417 }
1418 .wall-item-actions .checkbox {
1419     margin: 0;
1420     margin-left: 20px;
1421 }
1422 .wall-item-actions .button-event {
1423     padding-left: 5px;
1424     padding-right: 5px;
1425 }
1426 .wall-item-actions .button-comments,
1427 .wall-item-actions .button-votes,
1428 .wall-item-actions .button-likes {
1429     padding-left: 0px;
1430     padding-right: 0px;
1431 }
1432
1433 /* wall item hover effects */
1434 .wall-item-container .wall-item-links,
1435 .wall-item-container .wall-item-actions {
1436     opacity: 0.3;
1437     -webkit-transition: all 0.25s ease-in-out;
1438     -moz-transition: all 0.25s ease-in-out;
1439     -o-transition: all 0.25s ease-in-out;
1440     -ms-transition: all 0.25s ease-in-out;
1441     transition: all 0.25s ease-in-out;
1442 }
1443 .wall-item-container:hover .wall-item-links,
1444 .wall-item-container:hover .wall-item-actions {
1445     opacity: 0.6;
1446     -webkit-transition: all 0.25s ease-in-out;
1447     -moz-transition: all 0.25s ease-in-out;
1448     -o-transition: all 0.25s ease-in-out;
1449     -ms-transition: all 0.25s ease-in-out;
1450     transition: all 0.25s ease-in-out;
1451 }
1452
1453 /*
1454 /* Comments
1455 */
1456 .well {
1457     border: none;
1458     box-shadow: none;
1459     /*background-color: #ededed;*/
1460     background-color: rgba(237, 237, 237, $contentbg_transp);
1461     background-image: none;
1462     margin-bottom: 1px;
1463 }
1464 .well-small {
1465     padding: 10px;
1466     border-radius: 3px;
1467 }
1468 .well hr {
1469     margin: 15px 0 10px;
1470     border-top: 1px solid #d9d9d9;
1471 }
1472 .wall-entry .well {
1473     margin-bottom: 0;
1474 }
1475 .comment-container {
1476     margin-top: 10px;
1477     margin-bottom: 0px;
1478     border-top-left-radius: 3px;
1479     border-top-right-radius: 3px;
1480     border-bottom-right-radius: 0px;
1481     border-bottom-left-radius: 0px;
1482 }
1483 .comment .media {
1484     position: relative!important;
1485     margin-top: 0;
1486 }
1487 .hide-comments-outer-wrapper {
1488 /*    text-align: center;
1489     margin-top: -18px;*/
1490 }
1491 .hide-comments-total {
1492     cursor: pointer;
1493 }
1494
1495 /*
1496 * Comment Box
1497 */
1498 .thread_level_2 .wall-item-comment-wrapper {
1499     padding-right: 5px;
1500 }
1501 .comment-edit-submit-wrapper {
1502     margin-bottom: 25px;
1503 }
1504 .comment-edit-submit-wrapper a,
1505 .comment-edit-submit-wrapper a:hover {
1506     padding-top: 5px !important;
1507     padding-bottom: 5px !important;
1508 }
1509 .comment-icon-list a.icon,
1510 .comment-icon-list a.icon:hover {
1511     color: #555;
1512     background-color: transparent;
1513 }
1514
1515 /* acpopup  + textcompletion*/
1516 .acpopup {
1517     /* max-height: 150px; */
1518     background-color: #ffffff;
1519     border-radius: 4px;
1520     overflow: auto;
1521     z-index: 100000;
1522     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1523 }
1524 nav .acpopup {
1525     /*top: 35px !important;*/
1526     margin-left: -23px;
1527 }
1528 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1529  at the beginning of this file to get rid of the !important */
1530 .textcomplete-item > a {
1531     color: #555 !important;
1532     padding: 5px 20px !important;
1533 }
1534 .textcomplete-item.active > a {
1535     background-color: rgb(247, 247, 247) !important;
1536     background-image: none !important;
1537     border-left: 3px solid $link_color;
1538     padding-left: 17px !important;
1539 }
1540 .textcomplete-item a .forum {
1541     color: $link_color;
1542 }
1543 img.acpopup-img {
1544     border-radius: 4px;
1545  }
1546
1547
1548 /* The wall-item thread levels */
1549 /*.wall-item-container.thread_level_3 {
1550   margin-left: 80px;
1551   width: calc(100% - 90px);
1552 }
1553 .wall-item-container.thread_level_4 {
1554   margin-left: 95px;
1555   width: calc(100% - 105px);
1556 }
1557 .wall-item-container.thread_level_5 {
1558   margin-left: 110px;
1559   width: calc(100% - 120px);
1560 }
1561 .wall-item-container.thread_level_6 {
1562   margin-left: 125px;
1563   width: calc(100% - 135px);
1564 }
1565 .wall-item-container.thread_level_7 {
1566   margin-left: 140px;
1567   width: calc(100% - 150px);
1568 }*/
1569
1570 .wall-item-container.thread_level_3,
1571 .wall-item-container.thread_level_4,
1572 .wall-item-container.thread_level_5,
1573 .wall-item-container.thread_level_6,
1574 .wall-item-container.thread_level_7 {
1575   margin-left: 15px;
1576   
1577 }
1578 /* Menubar Tabs */
1579 #tabmenu,
1580 .tabbar,
1581 .tabbar > li {
1582     height: 100%;
1583     /*margin-left: -15px;*/
1584     padding: 0;
1585 }
1586 #tabmenu .search-heading {
1587     overflow: hidden;
1588     text-overflow: ellipsis;
1589     white-space: nowrap;
1590 }
1591 ul.tabs {
1592     list-style: none;
1593     height: 100%;
1594     padding: 0;
1595     padding-top: 10px;
1596     margin: 0;
1597 }
1598 ul.tabs li {
1599     float: left;
1600     margin: 0;
1601     padding: 0;
1602     /*border-bottom: 0 solid #6fdbe8;*/
1603     border-bottom: 0 solid $link_color;
1604     font-size: 13px;
1605     height: 102%;
1606     transition: all .15s ease;
1607 }
1608 /*ul.tabs.visible-xs > li.active {
1609     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here 
1610 }*/
1611 ul.tabs li a {
1612     margin-left: 10px;
1613     margin-right: 10px;
1614     /*color: #6fdbe8;*/
1615     color: $link_color !important;
1616 }
1617 ul.tabs li:hover, ul.tabs li.active {
1618     border-bottom-width: 4px;
1619 }
1620 ul.tabbar ul.tabs-extended li.active {
1621     width: 100%;
1622     border-bottom-width: 2px;
1623 }
1624 ul.tabbar ul.tabs-extended li.active a {
1625     background: none;
1626 }
1627 ul.dropdown-menu li:hover {
1628     border-bottom-width: 0;
1629 }
1630
1631
1632 /* Dropdown Menu */
1633 .dropdown-menu li a {
1634     font-size: 13px!important;
1635     font-weight: 600!important;
1636 }
1637 .dropdown-menu li a:hover, .dropdown-menu li a:visited,
1638 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
1639     background: 0 0;
1640 }
1641
1642 .dropdown-menu li:first-child {
1643     margin-top: 3px;
1644 }
1645
1646 /* Notificaiotn badges */
1647 .nav-notify .show {
1648     display: block;
1649 }
1650
1651 /* Media Classes */
1652 .media .time,
1653 .media .shared-time,
1654 .media .location,
1655 .media .location a {
1656     font-size: 11px;
1657     color: #bebebe;
1658 }
1659 .media-list > li {
1660     padding: 10px;
1661     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1662     position: relative;
1663 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1664     border-left: 3px solid rgba(255,255,255,0);
1665     font-size: 12px;
1666 }
1667 .media-list > li:hover,
1668 .media-list > li.selected {
1669     border-left: 3px solid $link_color;
1670     background-color: rgba(247, 247, 247, $contentbg_transp);
1671 }
1672
1673 /* Forms */
1674 .form-control {
1675     border: 2px solid #ededed;
1676     box-shadow: none;
1677 }
1678 .form-control:focus {
1679     /*border: 2px solid #6fdbe8;*/
1680     border: 2px solid $link_color;
1681     outline: 0;
1682     box-shadow: none;
1683 }
1684
1685
1686 .checkbox input[type="checkbox"]:focus + label::before,
1687 .checkbox input[type="radio"]:focus + label::before {
1688     /*border: 2px solid #6fdbe8;*/
1689     border: 2px solid $link_color;
1690     outline: 0;
1691     box-shadow: none;
1692 }
1693
1694 /* Search form */
1695 .form-control.form-search {
1696     border-radius: 30px;
1697     background-image: url(img/icon_search16x16.png);
1698     background-repeat: no-repeat;
1699     background-position: 10px 8px;
1700     padding-left: 34px;
1701 }
1702 .form-group-search {
1703     position: relative;
1704     width: 100%;
1705 }
1706
1707 .form-group-search .form-button-search {
1708     position: absolute;
1709     top: 4px;
1710     right: 4px;
1711     border-radius: 30px;
1712 }
1713 .search-input.form-control.form-search {
1714     width: 100%;
1715 }
1716 .search-heading {
1717     text-align: center;
1718     color: $link_color;
1719     font-size: 20px;
1720 }
1721 .search-content-wrapper > #search-header-wrapper {
1722     display: none;
1723 }
1724 .search-content-wrapper > .section-title-wrapper {
1725     display: none;
1726 }
1727 #navbar-button > #search-save-form > #search-save {
1728     margin-top: 3px;
1729 }
1730 /* Section-Content-Wrapper */
1731 #search-header-wrapper {
1732     padding: 15px;
1733     padding-bottom: 20px;
1734     margin-bottom: 20px;
1735     border: none;
1736     /*background-color: #fff;*/
1737     background-color: rgba(255,255,255,$contentbg_transp);
1738     border-radius: 4px;
1739     position: relative;
1740     /*overflow: hidden;*/
1741     color: #555;
1742     box-shadow: 0 0 3px #dadada;
1743     -webkit-box-shadow: 0 0 3px #dadada;
1744     -moz-box-shadow: 0 0 3px #dadada;
1745 }
1746
1747 /* PAGES */
1748
1749 /* Profile-page */
1750 .generic-page-wrapper ,#profile-page, .profile_photo-content-wrapper, photos-content-wrapper,
1751 .contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper,
1752 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
1753 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
1754 .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, 
1755 .notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper {
1756     min-height: calc(100vh - 150px);
1757     padding: 15px;
1758     padding-bottom: 20px;
1759     margin-bottom: 20px;
1760     border: none;
1761     /*background-color: #fff;*/
1762     background-color: rgba(255,255,255,$contentbg_transp);
1763     border-radius: 4px;
1764     position: relative;
1765     /*overflow: hidden;*/
1766     color: #555;
1767     box-shadow: 0 0 3px #dadada;
1768     -webkit-box-shadow: 0 0 3px #dadada;
1769     -moz-box-shadow: 0 0 3px #dadada;
1770 }
1771 #profile-content-standard,
1772 #profile-content-advanced {
1773     overflow: hidden;
1774 }
1775 #profile-menu {
1776     margin-top: 20px;
1777     margin-bottom: 20px;
1778 }
1779 .contact-block-div.forumlist-profile-advanced {
1780     float: left;
1781 }
1782
1783 /* contacts page */
1784 ul.viewcontact_wrapper {
1785     margin-left: -15px;
1786     margin-right: -15px;
1787 }
1788 ul.viewcontact_wrapper > li {
1789     padding-left: 15px;
1790 }
1791 .contact-wrapper {
1792 /*    padding: 10px;
1793     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
1794     position: relative;*/
1795     /*border-left: 3px solid white;*/
1796 }
1797 .contact-wrapper.media {
1798     overflow: visible;
1799     word-wrap: break-word;
1800     margin-top: 0;
1801 }
1802 /* bootstrap hack for .media */
1803 .contact-wrapper.media .media-body {
1804     display: table-cell;
1805     width: 10000px;
1806     *width: auto;
1807     *zoom: 1;
1808 }
1809 .contact-wrapper.media:before, .media:after {
1810     content: "";
1811     display: table;
1812 }
1813 .contact-wrapper.media:after {
1814     clear: both;
1815 }
1816 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
1817     height: 80px;
1818     width: 80px;    
1819 }
1820 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
1821     height: 48px;
1822     width: 48px;
1823 }
1824 .contact-wrapper .contact-photo-overlay-content.xl {
1825     font-size: 48px;
1826 }
1827
1828 .contact-entry-desc {
1829     color: #555;
1830 }
1831 .contact-entry-checkbox {
1832     margin-top: -20px;
1833 }
1834 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
1835     font-weight: bold !important; 
1836     color: $link_color;
1837     font-size: 15px !important;
1838 }
1839 .contact-wrapper .contact-actions {
1840     display: flex;
1841 }
1842 .contact-wrapper a.contact-action-link {
1843     opacity: 0.1;
1844     transition: all 0.25s ease-in-out;
1845 }
1846 .contact-wrapper a.contact-action-link,
1847 .contact-wrapper a.contact-action-link:hover,
1848 .textcomplete-item .contact-wrapper a.contact-action-link {
1849     padding-right: 5px;
1850     padding-left: 5px;
1851     color: #555;
1852 }
1853 ul li:hover .contact-wrapper a.contact-action-link {
1854     opacity: 0.8;
1855     transition: all 0.25s ease-in-out;
1856 }
1857 ul li:hover .contact-wrapper a.contact-action-link:hover {
1858     opacity: 1;
1859 }
1860 #contacts-search-wrapper,
1861 #directory-search-wrapper{
1862     padding: 10px 0;
1863 }
1864
1865 /* directory page */
1866 #directory-search-heading {
1867     padding-top: 10px;
1868 }
1869
1870 /* private mail */
1871 .message-content-wrapper > li {
1872 /* we need this overwriting because we have no template file
1873    for the general mail page /message
1874 */
1875     list-style-type: none;
1876 }
1877 .mail-thread {
1878     max-height: calc(100vh - 200px);
1879 }
1880 #mail-conversation {
1881     overflow-y: auto;
1882     max-height: calc(100vh - 400px);
1883     max-height: auto;
1884     /*height: 500px;*/
1885     margin-bottom: 0px;
1886     padding: 0 15px;
1887 }
1888 #mail-conversation.can-reply {
1889 /*    border-bottom-left-radius: 0px;
1890     border-bottom-right-radius: 0px;*/
1891 }
1892 .mail-conv-wrapper .media .contact-photo-wrapper img {
1893     height: 48px;
1894     width: 48px;
1895 }
1896 .mail-thread #prvmail-to-label,
1897 .mail-thread #prvmail-subject-label {
1898     display: none;
1899 }
1900 .mail-thread #prvmail-message-label > label {
1901     display:none;
1902 }
1903 .mail-thread #prvmail-message-label textarea {
1904 /*    border-top: none;
1905     margin-top: -10px;
1906     border-top-left-radius: 0px;
1907     border-top-right-radius: 0px;*/
1908     max-height: 120px;
1909 }
1910 .mail-conv-wrapper {
1911     padding: 15px 0;
1912     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1913 }
1914 #message-sidebar {
1915     height: calc(100vh - 150px);
1916 }
1917 #message-preview {
1918     /*padding: 0 10px;*/
1919     height: calc(100% - 20px);
1920 }
1921 #message-preview ul {
1922     margin: 0px;
1923 }
1924 #message-preview .media-list li {
1925     padding: 0px 10px;
1926     border: none;
1927 }
1928 #message-preview .media-list li:hover {
1929     border-left: none !important;
1930 }
1931 #message-preview .media-list li a {
1932     color: $link_color;
1933 }
1934 .mail-list-outside-wrapper {
1935     padding: 5px 0;
1936     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1937 }
1938 .mail-list-outside-wrapper .contact-photo-wrapper img {
1939     height: 48px;
1940     width: 48px;
1941 }
1942
1943 #prvmail-end {
1944     clear:both;
1945 }
1946 /* poke */
1947 #poke-desc {
1948     margin: 5px 0 30px;
1949 }
1950 #poke-wrapper-end {
1951     clear: both;
1952 }
1953
1954 /* Profiles Page */
1955 .profile-listing-table {
1956     display: table;
1957     width: 100%;
1958 }
1959 .profile-listing-row {
1960     display: table-row;
1961 }
1962 .profile-listing-cell {
1963     display: table-cell;
1964 }
1965 .profile-listing-photo {
1966     width: 48px;
1967     height: 48px;
1968     margin: 10px 0px;
1969 }
1970 #profile-listing-new-link-wrapper {
1971     margin-bottom: 20px;
1972 }
1973 .panel-group-settings {
1974     margin-left: -15px;
1975     margin-right: -15px;
1976 }
1977 .panel-group-settings > .panel {
1978     padding-left: 15px;
1979     padding-right: 15px;
1980 }
1981 .profiles-content-wrapper #profile-photo-upload-section {
1982     display: none;
1983     margin-left: -15px;
1984     margin-right: -15px;
1985     margin-top: 15px;
1986     padding: 15px;
1987 }
1988 #profile-photo-upload-close {
1989     font-size: 14px;
1990 }
1991
1992 /* Settings */
1993 .section-subtitle-wrapper {
1994     padding: 1px 10px;
1995 }
1996 .panel .section-subtitle-wrapper a.accordion-toggle:before {
1997     font-family: FontAwesome;
1998     content: "\f0d7";
1999     padding-right: 5px;
2000 }
2001 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2002     font-family: FontAwesome;
2003     content: "\f0da";
2004 }
2005 #settings-nick-wrapper {
2006     margin-bottom: 20px;
2007 }
2008 .group {
2009     margin-left: 20px;
2010 }
2011 /*
2012 * Overwriting for transparency and other colors
2013 */
2014 main .nav-tabs>li.active>a,
2015 main .nav-tabs>li.active>a:focus,
2016 main .nav-tabs>li.active>a:hover {
2017     background-color: rgba(255,255,255,$contentbg_transp);
2018 }
2019
2020 /*
2021  * Modal
2022  */
2023 .modal hr {
2024     border-color: #eee;
2025 }
2026
2027 /*
2028  * Framework overwrite
2029  */
2030
2031 /* jRange */
2032 .theme-frio .back-bar {
2033     height: 5px !important;
2034     border-radius: 2px;
2035     background-color: #eeeeee;
2036     background-color: #e7e7e7;
2037     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2038     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2039     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2040     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2041     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2042     background-repeat: repeat-x;
2043     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2044 }
2045 .theme-frio .back-bar .selected-bar {
2046     border-radius: 2px;
2047     background-color: $link_color;
2048 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2049     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2050     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2051     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2052     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2053     background-repeat: repeat-x;
2054     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2055 }
2056 .theme-frio .back-bar .pointer {
2057     width: 14px !important;
2058     height: 14px !important;
2059     top: -5px;
2060     -webkit-box-sizing: border-box;
2061     -moz-box-sizing: border-box;
2062     box-sizing: border-box;
2063     border-radius: 10px;
2064     border: 1px solid #AAA;
2065     background-color: #e7e7e7 !important;
2066     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2067     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2068     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2069     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2070     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2071     background-repeat: repeat-x;
2072     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2073 }
2074 .theme-frio .back-bar .pointer-label {
2075     color: #999;
2076 }
2077
2078 /* textcomplete for contact filtering*/
2079 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2080     position: relative !important;
2081     top: inherit !important;
2082     bottom: inherit !important;
2083     left: inherit !important;
2084     padding: 0;
2085     margin-left: -15px;
2086     margin-right: -15px;
2087     background-color: transparent;
2088     box-shadow: none;
2089     border: none;
2090 }
2091 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2092     padding-left: 15px;
2093     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2094 }
2095 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2096     display: none;
2097 }
2098 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list 
2099 .textcomplete-item > a {
2100     padding: 0 !important;
2101     border-left: none;
2102     background-color: transparent !important;
2103 }
2104 /* this is a little hack for texcomplete contact filter
2105 There are for some reasons empty <a> tags. I don't know why */
2106 .textcomplete-item .contact-wrapper a {
2107     padding: 0;
2108 }
2109
2110 /* hovercard fix */
2111 body .tread-wrapper .hovercard a,
2112 body .tread-wrapper .hovercard a:hover {
2113     color: $link_color;
2114 }
2115 body .tread-wrapper .hovercard:hover .hover-card-content a {
2116     color: $link_color !important;
2117 }