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

body {
    background: #dcdcdc; !important;
}

.kunzagBgbody {
    background: #dcdcdc;
    height: 100vh;
}

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

.kunzagTH {
    color: #6c757d !important;
    text-decoration: none !important;
}

.kunzagDiv {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    padding: 5px 1px;
}

/*
.navbar {
    padding-left: 20px !important;
}

.navbar .nav-link {
    color: #000000 !important;
}

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

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

/* Then style the iframe to fit in the container div with full height and width */
.kunziFrame {
    max-height: 200vh;
    height: 200px;
}