.main-content {
    min-height: 400px;
}

fieldset {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 10px 20px;
}
legend {
    font-size: 16px;
}
.messages ul {
    padding-left: 0;
    list-style-type: none;

}
.messages li {
    margin-bottom: 10px;
    padding: 10px;
}
.messages li:last-child {
    margin-bottom: 0;
}

/* Override PrimeFaces Button colors to match Bootstrap defaults */
.ui-commandlink.btn-primary, .ui-commandlink.btn-secondary, .ui-commandlink.btn-success, .ui-commandlink.btn-danger, .ui-commandlink.btn-dark {
    color: white ! important;
}
.ui-commandlink.btn-warning, .ui-commandlink.btn-info, .ui-commandlink.btn-light {
    color: black ! important;
}
.ui-commandlink.btn-link {
    color: #0d6efd ! important;
}
body .ui-commandlink:hover {
    text-decoration: none;
}

/* Mitgliederliste */
.anniversary {
    font-weight: bold;
    color: red;
}

.anniversary-next-year {
    font-weight: bold;
    color: orange;
}

.table {
    table-layout: auto ! important;
}

/* Dateiverwaltung */
button.ui-button-icon-only {
    border: none ! important;
    background: none ! important;
}

.dateiverwaltung button span.delete-icon {
    background-image: url("/img/dateiverwaltung/delete.png");
    height: 20px;
    width: 20px;
}

/* Blog-Eintraege */
.blogEntry {
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: white;
}

.blogEntryTitle {
    background: #f4f4f4;
    padding: 0.571rem 0.857rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 700;
}

.blogEntryContent {
    padding: 5px 10px;
    min-height: 100px;
    color: #484848;
    font-size: 0.95em;
    margin: 1px;
}

.blogEntryContent p {
    margin: 1px;
}

.blogEntryContent ol {
    margin: 8px 0;
}

.blogEntryFooter {
    border-top: 1px solid #CCCCCC;
    padding: 0 10px;
}

.blog button span.delete-icon {
    background-image: url("/img/blog/delete.png");
    height: 20px ! important;
    width: 20px ! important;
}

.blog button span.edit-icon {
    background-image: url("/img/blog/edit.jpg");
    height: 20px ! important;
    width: 20px ! important;
}

.blog button span.new-entry-icon {
    background-image: url("/img/blog/new-entry.png");
    height: 20px ! important;
    width: 20px ! important;
}

/* Mindeshöhe des p:textEditor */
.ql-editor {
    min-height: 200px;
}
