/* Copyright (C) Matrisk GmbH 2022*/

#questions-Hybrid {
    width: 60%;
    border-width: 0;
    border-collapse: collapse;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch .switch-check {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.inner-span-switch {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-check:checked+.switch-slider {
    background-color: #098324;
}

.switch-check:focus+.switch-slider {
    box-shadow: 0 0 1px #098324;
}

.inner-span-switch-on {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.inner-span-switch-start {
    left: 17px;
}

#pi_process_Hybrid_table{
    width: 100%;
    border-collapse: collapse;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}

#pi_process_Hybrid_table td{
    padding-block: 0.3em;
    vertical-align: middle;
}

.header_Hybrid{
    background-color: #092B33;
    color: white;
    border-color: #092B33;
    border-width: 0.5px 0px;
}

.question_id_Hybrid{
    width: 5%;
    text-align: center;
    background-color: #092B33;
    color: white;
}

.question_criteria_Hybrid{
    text-align: justify;
    padding-inline: 1em;
    border-color: cadetblue;
    border-width: 0.5px 0px;
    border-style: double;
}

.question_application_Hybrid{
    width: fit-content;
    text-align: center;
    border-color: cadetblue;
    border-width: 0.5px 0px;
    border-style: double;
}

#result_Hybrid{
    width: fit-content;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    margin-inline: 1em;
    padding-inline: 1em;
    padding-block: 5px;
    border-color: #092B33;
    border-width: 0px 0px 0.5px 0px;
    border-style: double;
    color: #092B33;
    vertical-align: middle;
}

.inside-header-Hybrid{
    background-color: rgb(102, 101, 101);
    color: white;
    text-align: center;
}