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