body {
    overflow-wrap: initial;
    word-wrap: initial;
}

/*
.alert-debug {
    background-color: #fff;
    border-color: #d6e9c6;
    color: #000;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
*/
.st0 {
    stroke: #000000;
    stroke-width: 10;
    stroke-miterlimit: 10;
}

.st1 {
    fill: none;
    stroke: #000000;
    stroke-width: 10;
    stroke-miterlimit: 10;
}

.st2 {
    stroke: #000000;
    stroke-miterlimit: 10;
}

.st3 {
    display: none;
}

.st4 {
    display: inline;
    fill: none;
    stroke: #000000;
    stroke-width: 10;
    stroke-miterlimit: 10;
}

.st5 {
    display: none;
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
}

/*
.scaling-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}
.scaling-svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
*/

.scaling-svg-container {
    max-width: 50px;
}

.svg-mini {
    /*
  position: absolute;
  height: 28%;
  width: 28%;
  left: 0;
  top: 0; */
    max-width: 35px;
    padding: 0;
    height: auto;
    text-align: center;
    white-space: nowrap;
}

table.table-striped > tbody > tr.group-color {
    background: #f9f9f9;
}

table.table-striped > tbody > tr > td.dataTables_empty {
    background: #f9f9f9;
}

.table thead th,
.table thead td {
    line-height: 1.3;
}

.table thead th,
.table thead td,
.table tbody th,
.table tbody td {
    font-size: 0.9375rem;
}

.table-fixed {
    table-layout: fixed;
}

.table-fixed th {
    /*hyphens: auto;*/
}

.navbar-toggler {
    /*display: none;*/
}

.collective-booking-form-comment-row {
    margin-bottom: 50px;
}

.collective-booking-overview-row {
    align-items: center;
}

.context-controls {
    width: 100%;
}

.import-plaketten-info {
    display: flex;
    margin-bottom: 1rem;
}

.import-plaketten-info-left {
    margin-right: 1rem;
}

table .btn#bookings-total-refresh {
    padding: 0 0.5rem;
    margin-top: -0.3rem;
    margin-bottom: 0;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* datatables responsive */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    content: '\f055';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2rem;
    color: var(--ui-color-information-blue);
    background-color: transparent !important;
    margin-right: 1rem;
    float: left;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: '\f056';
}

.inventur-grid-badge-col {
    display: flex;
    height: 100%;
    max-width: 150px;
}

.inventur-grid-badge-container {
    display: flex;
    height: 100%;
}

.inventur-grid-badge {
    /*margin-top: auto;
    margin-bottom: auto;*/
    margin-top: 0.7rem;
}

.inventur-grid-badge-inner {
    margin-bottom: 1rem;
}

.custom-form-errors {
    margin-top: 0.5rem;
    padding-left: 15px;
}

.booking-grid-header {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--multiple,
.select2-container--bootstrap4.select2-container--below .select2-selection--multiple {
    padding: 0.4375rem 1rem 0.4375rem 0.5rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    line-height: .75em;
    font-size: 18px;
    margin-top: 0;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}