html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}

.appColorIcon{
    color:#0e1e6d;
}
.is-invalid{
    color:red;
}
.container{
    max-width:1600px!important;
}

.text-app-red{
    color:#d11111!important;
}


.bg-krank {
    background: #FFFF00 !important;
}

.bg-whitesmoke {
    background-color: whitesmoke !important;
}

.bg-white {
    background-color: white !important;
}
.bg-lightgray{
    background-color:lightgray !important;
}

@media (max-width: 768px) {

    .sticky-col {
        position: sticky;
        left: 0;
        background: gray !important;
        z-index: 99; /* wichtig, damit es über anderen Zellen liegt */
    }
}


.border-right-black{
    border-right:2px solid black;
}
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Loader container (remains clear) */
.loading-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Page blur effect */
#pageBlur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Light transparent overlay */
    backdrop-filter: blur(5px); /* Soft blur */
    display: none;
    z-index: 9998; /* Behind the loader */
}

/* Spinner animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #AD0132;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
            
    }
}

.disabled-textbox {
    pointer-events: none; /* verhindert Eingaben */
    background-color: #eee; /* grau hinterlegt */
    color: #666; /* Textfarbe anpassen */
    border: 1px solid #ccc; /* optional: andere Umrandung */
}

.font11px {
    font-size: 11px;
}
.font12px {
    font-size: 12px;
}
.font13px {
    font-size: 13px;
}
.font14px {
    font-size: 14px;
}
.font15px {
    font-size: 15px;
}
.font16px {
    font-size: 16px;
}

.navbar {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
}

.navbar-brand img {
    height: 60px;
}

.nav-link {
    color: #060f3b !important;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

    .nav-link:hover,
    .nav-link:focus {
        color: #ed1c26 !important;
        transform: translateY(-1px);
        /*border-bottom: 1px solid #ed1c26;*/
    }

    .nav-link.active {
        color: #ed1c26 !important;
        font-weight: bold;
        border-bottom: 1px solid #ed1c26;
    }

.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 0.5rem 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    animation: dropdownFade 0.3s ease;
}


@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu a.nav-link {
    padding: 0.5rem 1rem;
}

.nav-item > .dropdown-menu ul {
    padding-left: 1rem;
}

    .nav-item > .dropdown-menu ul > li > a {
        font-size: 0.95rem;
        padding-left: 3rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.navbar-toggler {
    border: none;
}

    .navbar-toggler i {
        color: #060f3b;
        font-size: 1.5rem;
    }

.nav-link.active {
    color: #ed1c26 !important;
    font-weight: bold;
}

.appColorIcon {
    color: #060f3b !important;
}

    .appColorIcon:hover {
        color: #ed1c26 !important;
    }

.dropdown-divider {
    margin: 0.5rem 0;
}

#manage {
    color: #060f3b;
    font-weight: 600;
}

    #manage:hover {
        color: #ed1c26;
    }

button.nav-link {
    color: #060f3b;
}

    button.nav-link:hover {
        color: #ed1c26;
    }



.dropdown-divider {
    color: #ed1c26;
    margin-left: 10px;
    margin-right: 10px;
}


.dropdown-divider {
    color: #ed1c26;
    margin-left: 10px;
    margin-right: 10px;
}

.appTitel {
    color: #ed1c26;
    font: bold;
}


.btn-app {
    display: inline-block;
    padding: 10px 20px;
    /*    background-color: #ed1c26;
    color: white;*/
    background-color: #ed1c26;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .btn-app:hover,
    .btn-app:focus {
        color: whitesmoke;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 6px gray;
    }



.table {
    font-size: 14px;
    font-family: Calibri;
}


.tableHead {
    height: 30px;
    background-color: lightgray;
    color: black;
    box-shadow: 0 2px 12px lightgray;
    border-bottom: 2px solid lightgray;
    border-radius: 6px;
}

.dataTables_filter {
    float: left !important;
}

.nav-item.nav-link {
    background-color: #ed1c26 !important;
    color: white !important;
}

.nav-item.active {
    background-color: #ed1c26 !important;
    color: white !important;
}