.footer {
    margin-top: 50px;
    padding-bottom: 20px;
}


[title]{
    text-decoration:underline;
    text-decoration-style: dotted;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 400;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .navbar-nav {
    margin-right: 50px;
}

.own-event,
tr.my-event td {
    background-color: rgba(255, 205, 7, 0.15);
}

.msg {
    padding-bottom: 10px;
}

.msg small {
    margin-right: 5px;
}


.msg-date {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 12px;
}

.msg-date span {
    background:#fff;
    padding:0 10px;
    font-style: italic;
    font-size: 80%;
}

.msg .author, .msg small {
    float: left;
}

.msg .author {
    font-weight: bold;
}
.msg small {
    padding-top: 2px;
}
.msg .text {
    margin-left: 38px;
    padding-bottom: 5px;
}

.msg .text p {
    margin: 0;
    padding: 0;
}


#finance-entry-table tr td {
    background-color: rgb(255, 247, 223);
}

#finance-entry-table td:nth-child(2),
#finance-entry-table td:nth-child(3){
    text-align: right;
}

#finance-entry-table td:nth-child(3){
    font-style: italic;
    color: #6c757d !important;
}


#finance-entry-table tr:not(:first-child) td {
    padding-top: 0;
    padding-bottom: 0;
}

#finance-entry-table tr:nth-child(2) td {
    padding-top: 0;
    padding-bottom: 15px;
}

#finance-entry-table tr:last-child td {
    padding-bottom: 10px;
}

/* autocomplete */

.autocomplete {
    background: white;
    z-index: 1000;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #81ca91;
    cursor: pointer;
}

ul.nav li ul {
    margin-left: 15px;
}

.card-body.minutes img,
.card-body.invite img {
    max-width: 95%;
}

/* neu-beim-sommerfest/nbs */
.sofe-tools img {
    max-height: 55px;
    max-width: 150px;
    float: right;
}

.sofe-tools .card {
    margin-bottom: 30px;
    margin-top: 30px;
}


.sofe-tools .no {
    float: left;
    font-size: 3em;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .sofe-tools .card {
        margin-left: 60px;
        margin-right: 60px;
    }

    .sofe-tools .no {
        margin-left: -65px;
        margin-top: -20px;
    }
}

.gallery {
    min-height: 120px;
    text-align: center;
}

/* Drag&Drop Gallery Uploader */
#fileElem {
    display: none;
}

#d-dgallery {
    margin-top: 10px;
}

#d-dgallery .d-gall-img {
    width: 158px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

#d-dgallery .d-gall-img img {
    width: 150px;
}

.img-success {
    border: 4px solid #28a745;
}

.img-warning {
    border: 4px solid #ffc107;
}

.img-danger {
    border: 4px solid #dc3545;
}

.img-info {
    border: 4px solid #17a2b8;
}

.editor-preview h1,
.minutes h1,
.cm-header-1 {
    font-size: 1.6rem !important;
    margin-top: 2.3rem;
    font-weight: normal;
}

.editor-preview h2,
.minutes h2,
.cm-header-2 {
    font-size: 1.4rem !important;
    margin-top: 2rem;
    font-weight: normal;
}

.editor-preview h3,
.minutes h3,
.cm-header-3 {
    font-size: 1.3rem !important;
    margin-top: 1.7rem;
    font-weight: normal;
}

.editor-preview h4,
.minutes h4,
.cm-header-4 {
    font-size: 1.2rem !important;
    margin-top: 1.5rem;
    font-weight: normal;
}

.editor-preview h5,
.minutes h5,
.cm-header-5 {
    font-size: 1.1rem !important;
    margin-top: 1.2rem;
    font-weight: normal;
}

.editor-toolbar.fullscreen {
    margin-top: 80px;
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen {
    margin-left: 20vw;
}

.CodeMirror-fullscreen.CodeMirror-sided {
    width: 40vw !important;
}

.editor-preview-side {
    width: 40vw !important;
}


.bg-dark-subtle {
    background-color: rgba(0,0,0,.03);
}