/*h1, h2, h3, h4, h5, h6 {*/
/*    border-bottom: 1px solid #ccc;*/
/*    padding: 10px 0 10px 15px;*/
/*    text-shadow: #fff 0 1px 0;*/
/*}*/

html {
    /*background-image: linear-gradient(to bottom right, slategray ,white) !important;*/
}

body {
    font-family: Helvetica, Sans-Serif;

}
.form-group table {
    width: 100%;
}
.form-group td {
    width: 50%;
}

.overlay h2 {
    text-align: center;
    color: white;
}


.form-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
#login_button {
    color: white;
    font-weight: bold;
}

.form-container h2 {
    margin-bottom: 20px;
}

.form-container label {
    font-weight: bold;
    display: block;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.form-container .form-group input,
.form-container .form-group select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    width: 100%;
}

.form-container .form-check-inline {
    margin-right: 10px;
}


.table-bordered {
    /*border: 1px solid #000;*/
}


/* Hover Icon mit Infos */
.iconinfo {
    float: left;
    height: 1px;
}
.iconinfotext {
    position: absolute;
    top: auto;
    left: auto;
    background-color: #007bff;
    border: #007bff;
    padding: 5px;
    border-radius: 5px;
    display: none;
    color: white;
    font-weight: normal;
}
.border-primary {
    border-color: black !important;
}
.abstandunten {
    margin-top: 30px;
    margin-bottom: -50px;
}
.mt-3 {
    max-width: 1140px;
    height: 570px;
    display: block;
    margin: 0 auto;
}

.form-container {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
table th {
    vertical-align: middle !important;
}
.login-form {
    width: 600px;
    margin: 0 auto;
    border: 2px solid red;
    padding: 30px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin-block: 10px;
    background: #F2F2F2;
}
.login-form .form-group {
    margin-bottom: 10px;
}
.login-form label {
    font-weight: bold;
}
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px; /* Größere Eingabeschrift */
    font-weight: bold;
    border: 1px solid red;
}
.login-form input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px; /* Größere Eingabeschrift */
    font-weight: bold;
    border: 1px solid red;
}


.login-form .overlay {
    position: relative;
}


.login-form .overlay h2 {
    background-color: #E40426;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 35px;
}




.login-form .overlay img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}



.login-form .error-message {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: red;
}
.login-form .btn-primary {
    font-size: 16px;
    background-color: #E40426;
    border-color: #E40426;
    display: block;
    margin: 0 auto;
    transition: ease-in-out 0.5s;
    width: 50%;
    height: 40px;
    border-radius: 20px;
    opacity: 1.0;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.login-form .btn-primary:hover {
    transition: ease-in-out 0.5s;
    opacity: 0.7;
}



/* Formular Visible */
.formularvisible {
    display: block;
}

/* Formular Hidden */
.formularhidden {
    display: none;
}

.kfzzmoutputdisplaycon {
    float:  left;
    /*margin-top: -16px;*/
}

.kfzzmoutputdisplay {
    color: #218838;
    font-size: 14px;
    padding: 0px;
    font-weight: bold;
    line-height: 1;
}
.kfzzmoutputdisplayrow {
    clear: left;
}

.custom-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #007BFF;
    border-radius: 0;
    transition: all 0.0s ease;
    cursor: pointer;
    margin-top: -5px;
}



.custom-radio:checked {
    background-color: #007BFF;
}



.custom-radio:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #007BFF;
    font-size: 30px;
    line-height: 30px;
    margin-top: -2px;
}


.custom-radio-preview {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #007BFF;
    border-radius: 0;
    transition: all 0.0s ease;
    cursor: default;
    margin-top: -5px;


}



.custom-radio-preview:checked {
    background-color: #007BFF;
}

#pflichtbilder {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: black;
    height: 38px;
}

.custom-radio-preview:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #007BFF;
    font-size: 30px;
    line-height: 30px;
    margin-top: -2px;
}



.kein-fahrer-check {
    margin-left: 90px;
    margin-top: 15px !important;
    float: left;
}

.kein-fahrer-label {
    float: left;
    margin-left: 20px;
    margin-top: 22px;
}


.kein-fahrer-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #007BFF;
    border-radius: 0;
    transition: all 0.0s ease;
    cursor: default;
    /*margin-top: -5px;*/


}

.typinfo {
    text-align: center;
}

.alert {
    text-align: center;
    margin-top: 5px;
}

.kein-fahrer-check:checked {
    /*background-color: #007BFF;*/
}



.kein-fahrer-check:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #007BFF;
    font-size: 30px;
    line-height: 30px;
    margin-top: -2px;
}





.valid {
    background-color: #95ec95;
}


.invalid {
    background-color: #efb1b1;
}


.popup {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 20px;
    margin-left: -95%;
    font-size: 20px;
}
.save_notize {

}

.icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 35px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#tableContainer {
    width: 100%;
    /*height: 270px;*/
    overflow: hidden;
    margin-top: 25px;
}



.modal-body {
    height: 240px;
}

#notiz-height .modal-body {
    height: 240px !important;
}

.modal-body-message {
    height: 10vh;
}

.popupTextarea {
    width: 100%;
    height: 100%;
    resize: none;
    box-sizing: border-box;
}

.notize_popup {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

/*.modal-dialog {*/
/*    max-width: 800px;*/
/*}*/


/* Modal Logout */
.mod_image {
    cursor: pointer;
    transition: 0.3s;
}

#ok_button {
    width: 130px;
}

.mod_image:hover {
    opacity: 0.7;
}

.modal_popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.450);
}

.modal-content {
    margin-top: 150px;
    width: 450px;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
}
.modal-title {
    /*padding: 10px;*/
}

#nextButton {
    margin-top: -80px;
    margin-right: 20px;
    float: right;
    width: 130px;
    font-weight: bold;
}
#nextButton2 {
    margin-top: -80px;
    margin-right: 20px;
    float: right;
    width: 130px;
    font-weight: bold;
}
#prevButton {
    margin-top: -80px;
    margin-left: 20px;
    float: left;
    width: 130px;
    font-weight: bold;
    display: none;
}
#prevButton2 {
    margin-top: -80px;
    margin-left: 20px;
    float: left;
    width: 130px;
    font-weight: bold;
    display: none;
}
#new_pruefung {
    margin-top: -80px;
    margin-right: 20px;
    float: right;
    font-weight: bold;
    display: none;
}


.modal-content-signature {
    padding: 20px;
    margin: auto;
    display: block;
    /*max-width: 1000px !important;*/
    /*max-height: 600px !important;*/
    max-width: 140vh !important;
    max-height: 140vh !important;
    /*width: 100%;*/
    /*height: 100%;*/
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}




.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.suggestion-list {
    position: absolute;
    z-index: 9999;
    width: 350px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #e9ecef;
}

.output-text{
    font-size: 20px;
    font-weight: bold;
}

.output-data{
    font-size: 20px;
    font-weight: normal;
}



.comment-text{
    font-size: 18px;
    margin-bottom: 18px;
}


.input-text {
    font-size: 17px;
    font-weight: bold;
    background-color: rgba(15, 210, 15, 0.28);
}



.comment-box {
    position: relative;
    padding: 5px;
    background-color: rgba(15, 210, 15, 0.15);
    color: #333;
    border-radius: 5px;
    margin-top: 5px;
    border: solid 2px #0ca20c;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
}

.comment-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #0ca20c;
    border-right-color: #0ca20c;
}
#kamera-flashlight.active {
    background-color: yellow;
    color: black;
}
#lightButton {
    width: 50px;
    height: 50px;
    border-radius: 10px 0px 10px 10px;
    background: #007BFF;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid transparent;
}
.white {
    color: white;
}
.yellow {
    color: yellow;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
