@import "plugins/lightbox.css";

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
    padding-top: 80px;
    padding-bottom: 80px;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}
a {
    color: #007bff;
}

a:hover {
    color: #05417d;
}

/* Edit Wiki CSS */
table td {
    border: none !important;
    vertical-align: top !important;
    padding: 0.1rem 0.75rem !important;
}
table th {
    padding: 0.2rem 0.75rem !important;
    color:#075aa1;
    font-weight: 700;
}
.table-hover tbody tr:hover {
    background-color: unset;
    border-bottom: #c2cbd3 solid 1px;
}
.header {
    color:#05417d;
    margin-bottom: 0;
}

.footer {
    padding-right: 6em;
    padding-left: 6em;
    background-color: #f5f5f5;
}
.footer-vcenter {
    margin-top: 0.12em;
}
.footer-link-color {
    color: #47586a !important;
}
.content-margin {
    padding-right: 10em !important;
    padding-left: 10em !important;
}
.navbar {
    font-size: 1.2em;
    padding-right: 5em;
    padding-left: 5em;
}
.label-color {
    color: #1c84dd;
}
.header-color {
    color: #05417d;
}
.bhd-display-none {
    display: none;
}
.center-div {
    margin: 0 auto;
}
.divider {
    font-size: 5px;
    padding: 0 !important;
    border-top:unset !important;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.indent1 {
    padding-left: 0.8rem;
}
.indent2 {
    padding-left: 2.2rem;
}
.toc-entries-table tr:first-child td {
    padding-top: 15px !important;
}
.archive-color {
    color: #075aa1;
}
.moveTocSelect {
    border: 1px solid #d7e0e2;
    overflow-y: auto;
    padding: 5px;
    width: 1170px;
}
.moveMainEntrySelect {
    border: 1px solid #d7e0e2;
    overflow-y: auto;
    padding: 5px;
    width: 970px;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

select:focus {
    outline: none;
}
.btn-bhd {
    color: #ffffff;
    background-color: #1c84dd;
    border-color: #1c84dd;
}
.btn-bhd:hover {
    color: #05417d;
    background-color: #63bfff;
    border-color: #63bfff;
}
.navbar-brand {
    margin-right: 0px;
}

.header-refresh {
    color: #2d608a;
}

.header-add-text {
    color:black;
    vertical-align:middle
}

.document-add {
    color: #28a745;
}
.document-add:hover {
    color: #2d608a;
}
.document-upload {
    border:1px solid #d7e0e2;
    min-width: 500px;
}
.confirm-read {
    border:1px solid #d7e0e2;
    min-width: 350px;
}
.list-label {
    margin-bottom: 0px;
}
.header-no-border {
    border: none;
}
.header-border{
    border: 1px solid #cfd3d7;
}
.attachment-container {
    border: 1px solid #d7e0e2;
    display: flow-root;
    padding-bottom: 5px;
    min-height: 50px;
}

.attachment-label-container {
    padding:10px 10px 0 10px ;
    float:left;
}
.attachment-label {
    float:left;
    margin-right:20px;
}
.attachment-link {
    padding:3px 5px;
    background-color: #f2f8fd;
    float:left;
}
.attachment-delete {
    padding:5px;
    float:left;
}
.trumbowyg-modal {
    max-width: 820px !important;
}
.trumbowyg-modal-box {
    max-width: 800px !important;
}
.trumbowyg-wikilink-button {
    width: 70px !important;
    margin-top: 2px;
}
.trumbowyg-wikilink-button::before {
    padding-right: 5px;
    content: 'Wiki';
}
.trumbowyg-modal-box .trumbowyg-input-infos label span,
.trumbowyg-modal-box .trumbowyg-input-infos label,
.trumbowyg-modal-box .trumbowyg-input-html input {
    height: 40px !important;
    line-height: 40px !important;
}
.select-wiki-links {
    width: 780px;
    margin-bottom: 20px;
    border-color: #d7e0e2;
}
.list-wrapper {
    min-height: 820px;
}
.trumbowyg-modal-box .trumbowyg-input-html input {
    padding: 0 !important;
}

/* Show Wiki CSS */
.wiki-page-h1 {
    font-size: 1.1rem;
    color: #93230a !important;
    font-weight: 700;
}
.wiki-page-h2 {
    font-size: 1.1rem;
    color: #05417d !important;
    font-weight: 700;
}
.wiki-page-h3 {
    font-size: 1rem;
    color: #3c74a1 !important;
    font-weight: 700;
}

#wiki {
    overflow: hidden;
}

#toc {
    width:20%;
    float: left;
    background: #FFF;
    padding-right: 1.5rem;
    overflow-y: scroll;
}
#wiki-content {
    padding: 0rem 2rem;
    width: 80%;
    float: left;
    background: #FFF;
    overflow-y: auto;
}

#dragbar {
    position: absolute;
    left: 25%;
    z-index: 3;
    width: 5px;
    cursor: col-resize;
    background-color: #d9e5f1;
}
.wiki-navbar {
    font-size: 1.2em;
    padding-right: 2em;
    padding-left: 2em;
}

.wiki-list-style {
    list-style-type: disc;
    color: #05417d;
}
.wiki-list-entry {
    color: #742b23;
}
.wiki-ul-style {
    padding-left: 35px;
    margin-bottom: 0px !important;
}
.wiki-ul-style > ul {
    padding-left: 20px;
}
.wiki-content-margin {
    padding-left: 2rem !important;
    padding-right: 0rem !important;
}
.wiki-footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.wiki-category {
    color: #93230a !important;
}
.wiki-chapter-box {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #dce9f5;
}
.wiki-chapter-box:hover {
    background-color: #2d608a;
    color: #ffffff;
}
.wiki-chapter-link {
    color: #060606;
    font-size: 1.2em;
}
.wiki-dokument-link {
    color: #000000;
}
.toc {
    color: #05417d !important;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7e5f4;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
}
@supports (-moz-appearance:none) {
    .dataTables_scrollBody {
        scrollbar-color: #c7e5f4 #f4f4f4;
        scrollbar-width: thin;
    }
}

:root{ scrollbar-color: #c7e5f4 #f4f4f4 }
*{ scrollbar-width: thin }

:root {
    --tbw-cell-vertical-padding: 4px;
    --tbw-cell-horizontal-padding: 8px;
    --tbw-cell-line-height: 1.5em;
}

table {
    margin-bottom: var(--tbw-cell-line-height);
}

.trumbowyg-editor table th,
.trumbowyg-editor table td {
    height: calc(var(--tbw-cell-vertical-padding) * 2 + var(--tbw-cell-line-height));
    min-width: calc(var(--tbw-cell-horizontal-padding) * 2);
    padding: var(--tbw-cell-vertical-padding) var(--tbw-cell-horizontal-padding);
    border: 1px dotted #c9cdcf !important;
    min-width: 10px;
}

.trumbowyg-editor table th {
    color:#075aa1;
    font-weight: 500;
}

.trumbowyg-table-dropdown-title {
    display: none;
}
.trumbowyg-modal-box .trumbowyg-input-html {
    float: right;
}
.trumbowyg-modal-box .trumbowyg-input-html input {
    width: 624px !important;
}
.trumbowyg-modal-box .trumbowyg-input-infos {
    float: left;
    width: 150px !important;
}



