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

.kzBody {
    background: #dcdcdc !important;
}

.kzMain {
    margin-top: 70px;
    margin-bottom: 30px;
}

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

.kzTableHTxt {
    color: #6c757d !important;
    text-decoration: none !important;
    font-weight: normal;
}

.kzTableHIco {
    font-size: 12px;
}

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

.kzTableHBtn {
    font-size: 24px;
}

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

.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 */
.kzFrame {
    max-height: 200vh;
    height: 200px;
}

.kzHR {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border-color: #ff0000 !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 0, 0, 0.55) !important;
}

.custom-control-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.kzOverlay {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
}

.kzOverlay2 {
    position: fixed;
    bottom: 50px;
    right: 130px;
    z-index: 999;
    cursor: pointer;
}

.kzOverlayWarn {
    position: fixed;
    width: 400px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px; /* Negative half of height. */
    margin-left: -200px; /* Negative half of width. */
    z-index: 999;
    cursor: progress;
}

.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}