@charset "UTF-8";
/*!
 * Copyright Kunz AG Daniel Hasler 
 */

body {
    background-color: #212529 !important;
}

#bgbody {
    background: #212529;
    height: 90vh;
}

.kzbtn1 {
    background-color: #ffe066 !important;
}

.kzbtn2 {
    background-color: #dcdcdc !important;
}

.kzbg1 {
    background-color: #fff3cd !important;
}

.kzbg2 {
    background-color: #e2e3e5 !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
}

.kzbg3 {
    background-color: transparent !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
}

.kzfont1 {
    color: #808080 !important;
    font-weight: bold;
}

.kzfont2 {
    color: #808080 !important;
    font-weight: normal;
}

.kzfont3 {
    color: #000000 !important;
    font-weight: bold;
}

.kzlink1 {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

.kzthfont1 {
    color: #808080 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.kzthbtncell {
    text-align: right;
    padding: 0 !important;
}

.kzthbtn {
    font-size: 24px;
}

.kzlabel {
    color: #6c757d !important;
    margin-left: 0px !important;
}

@media print {
    .noprint {
        visibility: hidden;
    }
}

#kzOverlay {
    background: #6c757d;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.kzSpinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid white;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-toggle::after {
    border: none;
    margin-left: 0px;
}