.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Laden");
    }

.max-medium-width {
    max-width: 960px;
}

.dense-input input.mud-input-root-outlined {
    padding: 8px 5px!important;
}

.dense-input .mud-input-label-outlined {
    transform: translate(10px,9px) scale(1) !important;
}

.dense-input .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    transform: translate(14px,-6px) scale(.75) !important;
}

.dense-input .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    transform: translate(14px,-6px) scale(.75) !important;
}

.dense-input .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    transform: translate(14px,-6px) scale(.75) !important;
}

.dense-input .mud-input-control-input-container .mud-input-text {
    margin-top: 0px !important;
}

.dense-input .mud-input-control-input-container .mud-input-label-inputcontrol {
    transform: translate(4px,8px);
}

.dense-input .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    transform: translate(4px,-9px) scale(.75) !important;
}

.dense-input .mud-autocomplete .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    transform: translate(4px,5px) scale(.75) !important;
}

.column-header {
    display: inline-flex !important;
}

    .column-header .mud-menu {
        /*Fix for multi select*/
        display: none !important;
    }

.mud-table-container {
    /*Fix for multi select*/
    overflow-y: hidden !important;
}

@media (min-width: 960px) {
    .ml-5-mediumandup {
        margin-left: 20px !important;
    }
}

.column-20 {
    float: left;
    width: 20%;
}

.column-50 {
    float: left;
    width: 80%;
}

.column-80 {
    float: left;
    width: 80%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

::-webkit-scrollbar {
    height: 12px !important;
}

.full-height {
    flex-grow: 1;
    overflow: auto;
}

.vh-100 {
    height: calc(100vh - 158px);
}

.checkicon {
    color: #387b2b !important;
}

.selected-table-item > td .checkicon {
    color: inherit;
}

.employee-nowork-table-item .mud-primary-text.checkicon {
    color: #387b2b !important;
}