.auth-bg-cover {
    background-image: url("../images/camii-bg.jpg");
    background-position: center;
    background-size: cover;
}
body {
    color:#000;
    font-size:14px;
}
.bg-primary {
    --vz-bg-opacity: 1;
    background-color: #bbbbbb !important;
}
/** TABELLE **/
.form-label {
    margin-bottom: 0.1rem;
}
.col-form-label {
    font-weight: 500;
    padding-bottom: 0px;
}
.form-check label {
    font-weight: 400;
}

.status-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 4px;
}

/** DATATABLE **/

table.dataTable tr.even, .vorlagenbereich tr:nth-child(even) { background-color: #E0F2F7; }

table.dataTable tfoot td {
    padding: 8px 10px;
}
.dataTables_length {
    display:none;
}
table.dataTable thead th{
    padding: 10px 10px;
}

/** Sortierung steuern **/
table.dataTable thead th {
    background: #000;
    color: white;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting{
    background-image: unset;
    min-width: 40px;
}


table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
}


table.dataTable thead .sorting span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png') no-repeat center right -6px; }
table.dataTable thead .sorting_asc span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right -6px; }
table.dataTable thead .sorting_desc span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right -6px; }

table.dataTable thead .sorting_asc_disabled span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right -6px; }
table.dataTable thead .sorting_desc_disabled span { background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right -6px; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: '';
}
/** Ende Sortierung steuern **/

.dataTables_wrapper input {
    border-color: #000;
}


#dt_filter, #standortTabelle_filter, #angemeldetesPersonalTabelle_filter,
#userTabelle_filter {
    margin-top: -40px;
    margin-bottom: 20px;
    margin-right: 10px;
}
#standortTabelle_filter {
    margin-top: -61px;
}

.navbar-menu {
    overflow: scroll;
}

.card-header {
    background-color: #000;
}
.card-header .card-title {
    color: #fff;
}
.card-header a {
    color: #fff;
}

td a {
    color: #1b43c5;
}

#gruppenTabelle_wrapper .table-filter-container {
    float: right;
    min-width: 200px;
    margin-top: -30px;
    margin-bottom: 10px;
}


.upload-area {
    background-color: #dadbdc;
    outline: 1px dashed #bbb;
    outline-offset: -7px;
    padding: 2rem;
    text-align: center;
}

.upload-area__dragndrop, .upload-area__uploading, .upload-area__success, .upload-area__error {
    display: none;
}

.upload-area.is-dragover {
    background: #20a8d840;
    outline: 1px solid #aaa;
}

.upload-area__dragndrop {
    display: inline;
}

.upload-area__file, .upload-area__button {
    display: none;
}

.upload-area__icon {
    display: block;
    fill: #bbb;
    height: 3rem;
    margin-bottom: 1rem;
    width: 100%;
}

.ajax-area {
    position: relative;
}

.ajax-area__animation-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    z-index: 999999;
}

.ajax-area__animation {
    -webkit-animation: spin 1s linear 0s infinite;
    animation: spin 1s linear 0s infinite;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid transparent;
    height: 30px;
    width: 30px;
}

.ajax-area__animation-primary {
    -webkit-animation: spin 1s linear 0s infinite;
    animation: spin 1s linear 0s infinite;
    border: 3px solid #00377a;
    border-radius: 50%;
    border-top: 3px solid transparent;
    height: 30px;
    width: 30px;
}

.float-left {
    float: left !important;
}
.button-loeschen  {
    display: inline-flex;
    margin-left: 20px;
}

.form-inline {
    display:inline ;
}

.hidden, .falsches-pw {
    display: none;
}

#kinder_Zahlungstag {
    display:inline-flex;
}
#kinder_Zahlungstag .form-check {
    margin-left: 40px;
}
#kinder_Zahlungstag .form-check:first-child {
    margin-left: 0px;
}

#zahlungenTabelle td {
    vertical-align: middle;
}

.bg-rosa-hell {
    background: #ffe4f9;
}
.color-rosa {
    color: #ff3dd1;
}
.bg-rosa-dunkel {
    background: #ff3dd1;
}

.bg-blau-hell {
    background: #b8d7f5;
}
.color-blau {
    color: #036cd3;
}
.bg-blau-dunkel {
    background: #036cd3;
}

.bg-gelb-hell {
    background: #f3ec34;
}

.bg-gelb-dunkel {
    background: #d7d12d;
}

.text-weiss {
    color: white !important;
}

.waves-effect .nav-link {
    border: 1px solid #000;
}
.waves-effect .nav-link .active {
    border:unset;
}
.upperCase {
    text-transform: uppercase;
}

.holiday-yellow {
    background-color: #FFFFCC;
}


td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.no-sort .sort-icon {
    display: none !important;
}

.child-rows {
    background:#eee;
    padding:10px;
    line-height:22px;
    font-size:14px;
}
.child-rows b {
    margin-right: 10px;
}


table.dataTable {
    width: 100% !important;
}



/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
.preloader-wrapper .preloader-text {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.preloader-wrapper .preloader img {
    max-width:120px;
}

.kundennummer_feld {
    font-family: Arial;
}

.select2-container .select2-selection--single {
    height:37px;
    padding-top: 3px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link {
    color:#fff;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    z-index: 1000;
}
#back-to-top:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
.logo-mobil {
    display: none;
}
#topnav-hamburger-icon {
    display: none;
}
@media screen and (max-width: 767px) {
    .logo-mobil {
        display:block;
    }
    #topnav-hamburger-icon{
        display: block;
        box-shadow: none;
    }
    .page-title-right {
        display: none
    }
    .dataTables_wrapper .dataTables_filter {
        /* float: none; */
        /* text-align: center; */
        float: left;
        text-align:left;
    }
    .search-box .form-control {
        padding-left: 30px;
    }

}
@media screen and (min-width: 767px) {
    .infoscreen .main-content {
        margin-left: 0px;
    }
}

.search-box .search-icon {
    top: -4px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #434343;
    color: white;
    font-size: 35px;
    padding: 20px 0;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    gap: 40px;
}

.slider-yonetim {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}

.avatar-l {
    flex-shrink: 0;
}

.avatar-l img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.member-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.member-name {
    font-size: 35px;
    line-height: 1.2;
}

.slide-text-kleiner {
    font-size: 20px;
    opacity: 0.8;
    margin-top: 2px;
}

.slider-yonetim-strich {
    color: #888;
    font-size: 40px;
    margin: 0 20px;
}

.buttons-vordergrund {
    z-index: 3;
    position: relative;
}