.btn-dgk {
    color: #FFFFFF;
    background-color: #CE1342;
    border-color: #CE1342;
}

    .btn-dgk:hover {
        border: solid 1px #dc4d717b;
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

    .btn-dgk:focus, .btn-dgk:active {
        color: #FFFFFF;
        background-color: #CE1342;
        border-color: #CE1342;
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

    .btn-dgk:active, .btn-dgk.active, .open .dropdown-toggle.btn-dgk {
        background-image: none;
    }

    .btn-dgk.disabled, .btn-dgk[disabled], fieldset[disabled] .btn-dgk, .btn-dgk.disabled:hover, .btn-dgk[disabled]:hover, fieldset[disabled] .btn-dgk:hover, .btn-dgk.disabled:focus, .btn-dgk[disabled]:focus, fieldset[disabled] .btn-dgk:focus, .btn-dgk.disabled:active, .btn-dgk[disabled]:active, fieldset[disabled] .btn-dgk:active, .btn-dgk.disabled.active, .btn-dgk[disabled].active, fieldset[disabled] .btn-dgk.active {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #000000;
    }

    .btn-dgk .badge {
        color: #CE1342;
        background-color: #FFFFFF;
    }

.btn-icon {
    color: #ce1342;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    padding: 0px;
}

    .btn-icon:hover, .btn-icon:focus {
        color: #9f0f33;
        padding: 0px;
        border: solid 1px #dc4d717b;
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

    .btn-icon.noDeco:hover {
        text-decoration: none;
    }

    .btn-icon.disabled, .btn-icon[disabled] {
        cursor: not-allowed;
        color: #495057;
        box-shadow: 0 0 0 0rem #dc4d717b;
        border: none;
    }

        .btn-icon.disabled.showtooltip, .btn-icon.showtooltip[disabled] {
            pointer-events: auto;
        }

td .btn-icon {
    padding: 0px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.selectedRow, .table > :not(caption) > .selectedRow > * {
    background-color: darkgray;
}

label {
    margin-bottom: 0.5rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
}

.link-icon {
    padding: 5px;
}

.h1, h1 {
    color: #677777;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}

.h2, h2 {
    color: #677777;
    line-height: 50px;
    font-size: 21px;
    display: block;
    font-weight: 400;
}

.h3, h3 {
    color: #677777;
    font-size: 18px;
}

.h4, h4 {
    color: #677777;
    font-size: 16px;
}

.border legend {
    margin-top: -0.6rem;
    color: #677777;
    background-color: white;
    width: max-content;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
}

.modal-title {
    color: white;
}

.img-small {
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-trenner {
    max-width: 1px;
}

.row-kachel {
    min-height: 350px;
    max-height: 350px;
}

.col-right {
    max-width: 525px;
}

.row-right {
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-kachel-right {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.col-kachel-heading {
    align-items: center;
    display: inline-flex;
}

.menu-bar-style {
    background: #ce1342;
    color: #fff;
    border: 1px solid #ce1342;
    border-bottom-color: rgba(0,0,0,0.3);
    border-radius: 0;
    border-bottom-width: 0;
}

.menu-bar-link-style {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

    .menu-bar-link-style:hover {
        background-color: #9f0f33;
        color: #fff;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

nav a.active {
    background-color: #9f0f33;
}

.navbar {
    padding: 10px 0;
}

.navbar-user {
    justify-content: right;
    float: right !important;
}

.navbar-brand {
    font-size: 25px;
    align-items: center;
    display: inherit;
    padding: initial;
}

.nav-item-link {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .nav-item-link:hover {
        background-color: #9f0f33;
        border: 1px solid;
        color: #fff;
        outline: none;
        position: relative;
        z-index: 1;
        border-radius: 0;
        border: 0;
        text-decoration: none;
    }

.nav-tabs {
    border: 0px;
}

    .nav-tabs .nav-link {
        background-color: #ce1342;
        border: none;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0px;
    }


    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: transparent;
    }


    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item button.active {
        background-color: #9f0f33;
        border: none;
    }

.nav-link.nav-item-super {
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: white;
}

    .nav-link.nav-item-super:hover {
        background-color: #9f0f33;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

.btn.btn-link.dropdown-toggle {
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    text-decoration: none;
}

    .btn.btn-link.dropdown-toggle:hover {
        background-color: #9f0f33;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

.dropdown-item {
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

    .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
        background-color: #ce1342;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
        color: white;
    }

    .dropdown-item.disabled {
        cursor: default;
        font-weight: normal;
        color: rgba(0,0,0,0.8);
    }

.nav-tabs .dropdown-menu {
    margin-top: 6px;
}

.dropdown-menu {
    background-color: white;
}

    .dropdown-menu.show {
        color: white;
        padding: 15px 0;
        border-color: #bababa;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

.btn.btn-unselected-menuepoint {
    background-color: #677777;
    border-color: #677777;
    color: rgb(255,255,255);
    font-size: 20px;
}

    .btn.btn-unselected-menuepoint:hover {
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

.btn.btn-selected-menuepoint:hover {
    box-shadow: 0 0 0 0.2rem #dc4d717b;
}

.a-menuepoint-unselected {
    color: white;
}

    .a-menuepoint-unselected:hover {
        text-decoration: none;
    }

.btn.btn-selected-menuepoint {
    background-color: #ce1342;
    border-color: #ce1342;
    color: rgb(255,255,255);
    font-size: 20px;
}

header {
    padding: 10px 15px;
}

.abmelden-link {
    margin-left: 15px !important;
    color: #ce1342;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    /*line-height: 50px;*/
    font-size: 15px;
}

.userName {
    color: #677777;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-left: 15px !important;
}

.dgk-logo-style {
    width: 28px;
    height: 28px;
    margin-top: -4px;
}

.dgk-logo-text-style {
    height: 19px;
    margin: 0px 0px -1px 0;
    vertical-align: baseline;
    font-size: 25px;
}

.app-name {
    vertical-align: baseline;
    font-size: 25px;
    FONT-WEIGHT: 400;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ce1342;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.div-header {
    padding: 15px 15px 0;
    background: #fff;
}

#Container-style {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    color: #ce1342;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

    a[target=_blank]:not(.no-extern-icon)::after  /*i:not(.fa-external-link-alt)*/ {
        /* Set the font for this icon style */
        font-family: 'Font Awesome 5 Free';
        /* Set the weight for this icon style */
        font-weight: 900;
        /* Make sure icons render pixel-perfect */
        -webkit-font-smoothing: antialiased;
        /* Set the Unicode value for the "fa-external-link-alt" icon */
        content: '\f35d';
        /* Decoration */
        margin-left: 2px;
        font-size: smaller;
    }

    a:hover {
        color: #9f0f33;
        text-decoration: underline;
    }

    a.noDeco:hover {
        text-decoration: none;
    }

    a.disabled {
        cursor: not-allowed;
        color: #495057;
    }

.icon-style {
    color: grey;
    margin-right: 3px;
}

.icon-style-link {
    margin-right: 5px;
}

body {
    font-size: 12px;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
}

.selected-checkbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #bbb;
    vertical-align: middle;
    margin-top: -3px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.small {
    color: grey;
}

.row-kachel-content {
    margin-left: -8px;
    margin-bottom: 6px;
}

.table-span {
    color: #999;
    font-style: italic;
    margin-left: 5px !important;
}

.table-header {
    border-bottom: solid 1px #677777;
}

.table-row {
    border-bottom: solid 1px #CCCCCC;
}

.table-row-grey {
    /*background-color: #FAFAFA !important;*/
}

.table-link {
    margin-left: -14px;
}

.table-striped-alternate tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-no-tfoot-border tfoot td {
    border: none;
}

table.table tr.selected {
    background-color: rgb(191,191,191);
}

.tab-content {
    margin: 15px 5px 5px 5px;
}

.tab-style {
    margin: 5px 5px 5px 5px;
}

.congress-header {
    height: 48px;
}

    .congress-header span {
        font-size: 15px;
        padding: 2px;
        justify-content: center;
        height: 100%;
        align-items: center;
    }

.container {
    max-width: auto;
    max-width: initial;
}

footer {
    display: flex;
}

/*.btn:focus, .btn.focus {
    box-shadow: none;
}*/

html.ready #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
}

html.ready #content .fixed-content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
}

html.ready #content .fixed-content:not(.alert) {
    padding: 15px 15px 0;
    background: #fff;
}

    html.ready #content .fixed-content.alert {
/*        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;*/
        margin: 15px 15px 0 15px;
    }

.alert {
    margin-bottom: 15px;
}

html.ready.scrolled #content .fixed-content {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.fixed-content-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    padding-top: 3pt;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
}

#content {
    padding: 15px;
}


.content-header {
    color: #677777;
    line-height: 30px;
    margin-bottom: 15px !important;
}

.content-header-link + .content-header {
    margin-top: 0;
    padding-left: 10px;
}

.col-form-label {
    font-weight: bold;
}

.paging_numbers {
    text-align: center;
}

    .paging_numbers .paginate_button {
        margin: 10px;
        display: inline-block;
    }

    .paging_numbers .current {
        color: inherit;
    }

.content-accordion {
    margin-left: -15px;
    margin-right: -15px;
}

    .content-accordion .content-accordion-title {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 15px;
        background: #677777;
        font-size: 14px;
        line-height: 23px;
        cursor: pointer;
        border-radius: 0;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
        font-weight: bold
    }
        .content-accordion button.content-accordion-title {
            width:100%;
            text-align:start;
            margin-bottom:.5rem;
        }

        .content-accordion .content-accordion-title[data-bs-toggle]::before {
            font-family: 'Font Awesome 5 Free';
            font-weight: bold;
            font-style: normal;
            content: "\f054";
            margin-right: 8px;
            font-size: 10px;
            vertical-align: top;
        }

        .content-accordion .content-accordion-title[data-bs-toggle][aria-expanded=true]::before {
            content: "\f078";
        }

    .content-accordion .content-accordion-content {
        padding: 0 15px;
    }

        .content-accordion .content-accordion-content .dataTables_wrapper {
            width: 100%;
        }

        .content-accordion .content-accordion-content .content-accordion-title {
            background: #677777bf;
        }

.action-buttons {
    background: white;
    position: fixed;
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #CE1342;
    border-color: #CE1342;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #9f0f33;
        border-color: #9f0f33;
        box-shadow: 0 0 0 0.25rem rgba(159, 15, 51, 0.5);
        /*box-shadow: none;*/
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #CE1342;
        border-color: #CE1342;
        cursor: not-allowed;
    }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.nav-link:hover, .nav-link:focus, .nav-link:focus-visible {
    background-color: #9f0f33;
    box-shadow: 0 0 0 0.25rem rgba(159, 15, 51, 0.5) !important;
}

.btn:active:focus {
    box-shadow: none !important;
}

.form-control:not(.form-control-sm):not(textarea) {
    height: calc(1.5em + 0.75rem + 4px);
}

    .form-control:focus {
        box-shadow: none !important;
        border-color: #f0577e;
        background-color: #fffbfc;
    }

    .form-control-plaintext {
        outline: none;
    }

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group button {
    display: block;
}

.form-group.action-buttons button {
    display: inline-block;
}

.form-group label {
    font-weight: bold;
}

.form-check-flex {
    display: flex;
    align-items: center;
}

    .form-check-flex .form-check-input {
        margin-top: 0;
    }

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none !important;
    border-color: #f0577e;
    background-color: #fffbfc;
}

.bg-success, .table > :not(caption) > *.bg-success > * {
    background-color: #e4fcea !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #c4fcca !important;
}

.bg-info, .table > :not(caption) > *.bg-info > * {
    background-color: #c4eafc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #a4cafc !important;
}

.bg-warning, .table > :not(caption) > *.bg-warning > * {
    background-color: #fceac4 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fcea84 !important;
}

.bg-danger, .table > :not(caption) > *.bg-danger > * {
    background-color: #fce4ea !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #fcc4ca !important;
}

tr.invalidSession {
    background-color: #fce4ea !important;						
}

tr.validSession {
    background-color: #e4fcea !important;
}

.table-doubleRowHeight tbody tr {
    height: 2rem;
}

.modal-header {
    background-color: #CE1342;
    color: white;
}

    .modal-header button, .modal-header button span {
        color: white;
        text-shadow: none;
        opacity: initial;
    }

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    border-top-color: #bbb;
}

input[type="checkbox"], input[type="radio"], .form-check-input, .form-check-input:active, .form-check-input:disabled {
    filter: hue-rotate(135deg) saturate(90%);
    border: solid 1px;
} 

textarea.ta-noresize {
    resize: none;
}

.font-size-1 {
    font-size: 1rem;
}
    .font-size-1 .form-check-input {
        margin-top: 0.5rem;
    }

.form-check-label {
    margin-top:2px;
}

/*selectric Begin*/
.selectric {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #ffffff;
}

    .selectric .label {
        font-size: 1rem;
    }

.selectric-items ul, .selectric-items li {
    font-size: 1rem;
}

    .selectric-items li:hover {
        background-color: #bbb;
    }

.selectric-items {
    background: white;
}

.selectric .button {
    width: 16px;
    color: #676767;
}

    .selectric .button::after {
        border: 6px solid transparent;
        border-top-color: #676767;
        border-bottom: none;
    }

.selectric-open .selectric, .selectric-open .selectric-items {
    background-color: #fffbfc;
    border-color: #f0577e;
}

.selectric-open.selectric-below .selectric {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectric-open.selectric-below .selectric-items {
    border-top: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.selectric-open.selectric-above .selectric {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectric-open.selectric-above .selectric-items {
    border-bottom: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.selectric-items ul, .selectric-items li {
    min-height: 40px;
}

.selectric-hidden {
    display:none;
}
/*selectric End*/
.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.hidden {
    display: none;
}

.table-actions-xl > thead > tr > th:last-child {
    width: 150px;
}

.table-actions-xl > tbody > tr > td:last-child {
    font-size: 16px;
}

    .table-actions-xl > tbody > tr > td:last-child a {
        margin-right: 4px;
    }

.table-actions > thead > tr > th:last-child {
    width: 100px;
}

.table-actions > tbody > tr > td:last-child {
    font-size: 16px;
}

    .table-actions > tbody > tr > td:last-child a {
        margin-right: 4px;
    }
	
    .table-actions > tbody > tr > td:last-child button {
       padding:0;
    }
	
        .table-actions > tbody > tr > td:last-child button > i {
            font-size: 16px;
            color: #ce1342;
        }

        .table-actions > tbody > tr > td:last-child button.disabled > i {
            color: #495057;
        }
	
    .table-actions > tbody > tr > td:last-child button:disabled {
        padding: 0;
        cursor:not-allowed;
    }

.table-actions-sm > thead > tr > th:last-child {
    width: 40px;
}

.table-actions-sm > tbody > tr > td:last-child {
    font-size: 16px;
    width: 40px;
}

    .table-actions-sm > tbody > tr > td:last-child a {
        margin-right: 4px;
    }

.mt-25, .my-25 {
    margin-top: 0.75rem !important;
}

.mt-45, .my-45 {
    margin-top: 2.2rem !important;
}
.alert.alert-dismissible .close {
    top:-0.4rem;
}

/********* Start Animiertes Fullscreen Lade-Icon*********/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/********* Ende Animiertes Fullscreen Lade-Icon*********/
.center-label {
    align-self: center;
}
.center-label label {
    margin-bottom:0;
}

td {
    vertical-align:middle;
}

.selectedMovingLabel {
    font-size: 16px;
    align-self: center;
}

.selectedMovingTitle {
    font-size: 16px;
    align-self: center;
}

.selectedMovingActions {
    font-size: 16px;
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    align-items: center;
}

.combobox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
    .combobox .dropdown-toggle {
        display: block;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 38px;
        line-height: 38px;
        background-color: #F8f8f8;
        color: #BBB;
        text-align: center;
        font: 0/0 a;
        width: 16px;
        padding: 0;
        margin: 0 0 0 -2px;
    }
        .combobox .dropdown-toggle::after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-top-color: #bbb;
            border-bottom: none;
        }
    .combobox .dropdown-menu {
        transform: none !important;
        top: 37px !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        min-width:initial;
        width:100%;
        padding:0px;
    }
        .combobox .dropdown-menu .dropdown-item {
            font-weight: inherit;
            font-size: inherit;
            color: #666;
        }
        .combobox .dropdown-menu .dropdown-item:hover {
            background-color: #bbb;
        }
    .combobox.show input {
        background-color: #fffbfc;
        border-color: #f0577e;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .combobox.show .dropdown-menu {
        background-color: #fffbfc;
        border-color: #f0577e;
    }

.mandatory::after {
    content: "*";
    color: red;
}

.inactive, .table > :not(caption) > *.inactive > * {
    background-color: #dc4d717b !important;
    background-color: #fce4ea !important;
}

.inlineLabelInput {
    display:flex;
    align-content:flex-start;
}

    .inlineLabelInput > div {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
        .inlineLabelInput > div > input, .inlineLabelInput > div > textarea, .inlineLabelInput > div > select, .inlineLabelInput > div > .selectric-wrapper {
            width: calc(100% - 100px);
        }

    .inlineLabelInput label {
        margin-bottom: 0px;
    }

.mailRecipientCount .row {
    height:40px;
}

.mailContainedBtnWidth button {
    width: 100px;
}

.mailStatus0 {
    background-color: white;
    font-size: 1rem;
}


.mailStatus1 {
    background-color: #e4fcea !important; /*bg-success*/
    font-size: 1rem;
}

.mailStatus2 {
    background-color: #fce4ea !important; /*bg-danger*/
    font-size: 1rem;
}

.showStatusHint {
    border: 1px solid black;
    width: 1rem;
    height: 1rem;
    margin: 4px;
}

.twoColumnLayout {
    display:flex;
    align-items: center;
}

    .twoColumnLayout > div:nth-of-type(odd) {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: end;
        margin-bottom: 1rem;
    }

    .twoColumnLayout > div:nth-of-type(even) {
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 1rem;
    }

.dataTables_length {
    padding-top: 7px;
}

.selectSmallWhite {
    border: 1px solid #666;
    border-radius: 6px;
    width: 100%;
    padding: 2px 6px;
    background: #fff;
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}

    table.dataTable td.dt-control:before {
        display: inline-block;
        color: rgba(0, 0, 0, 0.5);
        content: "►";
        font-family: Roboto,Verdana,Arial,Helvetica,sans-serif;
    }

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "▼";
}

html.dark table.dataTable td.dt-control:before {
    color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
    color: rgba(255, 255, 255, 0.5);
}

.menu-bar-style {
    height: 40px;
}

    .menu-bar-style.burgerNav {
        padding: 0;
    }

        .menu-bar-style.burgerNav .container-fluid {
            height: 100%;
        }

.burgerContent {
    overflow-y: scroll;
    max-height: 80vh;
}

    .burgerContent .burgerDiv {
        border: 1px solid #777;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0.5rem
    }

        .burgerContent .burgerDiv hr {
            width: 100%;
        }

        .burgerContent .burgerDiv a {
            --bs-nav-link-color: #ce1342;
            --bs-nav-link-font-weight: bold;
            --bs-nav-link-font-size: small;
            --bs-nav-link-padding-y: 0;
            --bs-nav-link-padding-x: 0;
            --bs-nav-link-hover-color: #ce1342;
            text-decoration: underline;
        }

            .burgerContent .burgerDiv a:hover {
                background-color: inherit;
            }

            .burgerContent .burgerDiv a:focus {
                background-color: inherit;
            }

        .burgerContent .burgerDiv .userName, .burgerContent .burgerDiv .abmelden-link {
            margin-left: inherit !important;
            font-size: inherit;
        }

        .burgerContent .burgerDiv .content-accordion {
            margin-left: inherit;
            margin-right: inherit;
        }

        .burgerContent .burgerDiv .content-accordion-title {
            background: inherit;
            color: #677777;
            border-bottom: 1px #677777 solid;
        }

        .burgerContent .burgerDiv .content-accordion-content.collapsing {
            transition: none;
            display: none;
        }

        .burgerContent .burgerDiv .content-accordion-content.show {
            display: flex;
            flex-direction: column;
            align-items: start;
            gap: 0.5rem
        }