#table-sites div.spacer, #structure-access div.spacer {
    width: 10px;
    display: inline-block;
}

.sidebar .logo {
    background-color: white;
}

#chkContainer .dataTables_wrapper .dataTables_processing {
    z-index: 99999;
    background: white;
    font-size: xxx-large;
    top: 0!important;
}

#image_size + button {
    color:rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}
.imgsize {
    margin: 10px;
}

.imgsize > label{
    width: 215px;
}

.navbar .notification[data-count="0"] {
    display: none;
}

#chkContainer td > pre > span.material-icons {
    line-height: 1.1;
    margin-right: 2px;
    vertical-align: middle;
}

@media print {
    #chkContainer a {
        text-decoration: none!important;
    }
}

.lagerjelief td {
    text-align: start!important;
}

.liefjelager td {
    text-align: start!important;
    padding: 1px!important;
}

.liefjelager button.btn-just-icon {
    padding: 0;
    margin: 0;
}

pre small {
    color: black;
    margin-right: -7px;
}

#chkContainer .form-check-inline label{
    font-size: larger;
}

#chkContainer .form-check-inline label>input{
    height:1em;
    width:1em;
    accent-color: #9FC62D;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -2px;
}
#chkContainer .filter_state.btn.btn.btn-default.active {
    background-color: var(--primaryCustom);
}

#chkContainer .form-check-label{
    padding-left: 0;
    padding-right: 19px;
}

#chkContainer .btn.toggle-on {
    left: -33px;
}

#chkContainer .btn.toggle-off {
    right: -33px;
}

#berechtigungToCopyId + div button {
    height: 43px;
}

.attrLabelText {
    min-width: 175px;
    display:inline-block;
}

.attrDescriptionText {
    display: inline-block;
    width: auto;
    vertical-align: text-top;
    padding-right: 40px;
}

label > .attrLabelText {
    min-width: 250px;
}

label > .attrImgWrapper {
    display: inline;
    padding-right: 40px;
}

.imgAttribut {
    max-height: 50px;
}

.attrChecklist {
    display: inline-block;
    width: auto;
}

.attribut-col {
    display: flex;
    align-items: center;
}

#th-icon {
    text-align: center;
}

#verifiedStatus[data-verified-status="good"]{
    border-color: #4caf50;
    outline-color: #4caf50;
    color: #4caf50;
}

#verifiedStatus[data-verified-status="warning"]{
    border-color: #dd9b00;
    outline-color: #dd9b00;
    color: #dd9b00;
}

#verifiedStatus[data-verified-status="alert"]{
    border-color: #FF0000;
    outline-color: #FF0000;
    color: #FF0000;
}

.irs--big .irs-bar {
    color: var(--primaryCustomText)!important;
    background: var(--primaryCustom)!important;
    border: var(--primaryCustomBorder)!important;
}

.irs--big {
    .irs-from, .irs-to, .irs-single {
        background: transparent!important;
        color: black!important;
        font-size: large!important;
        font-weight: bold!important;
    }
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: transparent!important;
    color: black!important;
}

#selected-items-table {
    width: 100%;
}

#selected-items-table thead tr,
#selected-items-table tbody tr:nth-child(even) {
    background-color: #dddddd;
}

#selected-items-table tbody tr:nth-child(odd) {
    background-color: #bbbbbb;
}

.custom-text-wrap {
    white-space: normal!important;
    hyphens: auto!important;
    hyphenate-limit-chars: 15 5 5!important;
}

#createJahrInput::-webkit-outer-spin-button,
#createJahrInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#createJahrInput {
    -moz-appearance: textfield;
}
.monthyear {
    input {
        border: none;
        background: none;
        field-sizing: content;
    }
}

input[type="datetime-local"]:invalid + span::after,
input[type="date"]:invalid + span::after {
    content: "✖";
    padding-left: 5px;
    color:red;
}

input[type="datetime-local"]:valid + span::after,
input[type="date"]:valid + span::after {
    content: "✓";
    padding-left: 5px;
    color:green;
}

.alert {
    z-index: 1051!important;
}

span#hae {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7ch;
}
span#lag {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 5ch;
}
span#excl {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-wrap: wrap;
}
.note-group-select-from-files>label {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
}

.subtext {
    color: #bbbbbb;
    margin-left: 5px;
    font-size: smaller;
    font-weight: 700;
}

.filter-option .subtext {
    color: white;
}
