@page {
    margin: 0px;
}
body {
    margin: 0px;
}

.itmTest {
    margin-left: 0px;
    height: 24px;
    overflow:hidden;
}
.itmTest:hover {
    color: white;
    background-color: #ea5612;
    cursor: pointer;
}
.itmSel {
    font-weight: bold;
}
.itmNosel {
    font-style: italic;
}
.itmLevel0 {
    font-weight: bold;
    color: white;
    background-color: #21264e !important;
    padding-left: 5px !important;

}
.treeNode {
    padding: 4px;
    background-color: #EEEEEE;
}
.treeLevel0 {
    border: 1px solid gray;
    margin: 5px;
    border-radius: 5px;
}
.treelisthold {
    position: fixed;
    top: 80px;
    width: 350px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
}
.uitvoerhold {
    position: fixed;
    top: 80px;
    left: 350px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: white;
    padding: 5px;

}
@media screen {
    .printuitvoer {
        display:none;
    }
    
}
@media print {
    @page {
        margin-top: 0cm;
        margin-bottom: 0cm;
        margin-left: 0cm;
        margin-right: 0cm;
        padding: 1cm;
    }

    h1 {
        font-size: 2em;
    }    
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.5em;
    }
    .title {
        font-size: 2.5em;
        color: #21264e;
        border-bottom: 1px solid #21264e;
        margin-bottom: 1em;
    }
    #screenpage * {
        /*visibility: hidden;   */
        /*margin: 20mm;*/
        display: none;
        
    }
    .printuitvoer {
        display:inherit;
    }
    .printuitvoer {
        /*padding: 1.5cm;*/

    }
    .testuitvoer, .testscript {
        break-after: page;
        page-break-after: always;
    }
    .testscript img {
        max-width: 100%;
    }
    .scenario {
        zoom: 0.8;
    }
    .bookstack {
        zoom: 0.8;
    }

}

#issuemain {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 20px;
    display: block;
}
#testmain{
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 20px;
    display:none;
}
#infomain {
    background-color: white;
    padding: 0px;
    display:none;
}

#instructionHolder{
    margin-top: 20px;
    background-color: #F0F0F0;
    padding: 20px;
}
#jsonuitvoer {
    border: 1px solid gray;
    margin: 5px;
    border-radius: 5px;
}
.jsonuitvoertop {
    background-color: #1164a3;
    color: white;
    font-weight: bold;
    padding: 5px;
}
#jsonuittxt {
    width: 100%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    border: none;
    p {
        margin-bottom: 0px;
    }
}
#jsonuittxt pre {
    padding: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.responseFor {
    min-height:200px;
}
.btn-block {
    width: 80%;

}
#sumButtons {
    display:none;
}


/*   */
.instruction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    width: 100%;
}

.instruction-card {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}

.instruction-header {
    background: #20264f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
}

.instruction-row {
    position: relative;
    padding: 8px 15px;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    cursor: pointer;
    color: #222;
}

.instruction-row:hover {
    background: #e5e5e5;
}

.instruction-paperclip {
    float: right;
    margin-top: 3px;
    color: #555;
}


.attachment-offcanvas {
    width: 50vw !important;
}

.attachment-offcanvas.fullscreen {
    width: 100vw !important;
}

.attachment-preview-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    margin: auto;
}

.attachment-preview-pdf {
    width: 100%;
    height: calc(100vh - 70px);
    border: 0;
}
.attachment-offcanvas {
    width: 50vw !important;
}

.attachment-offcanvas.fullscreen {
    width: 100vw !important;
}

.attachment-preview-pdf {
    width: 100%;
    height: calc(100vh - 70px);
    border: 0;
}

.attachment-preview-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 100px);
    width: auto;
    height: auto;
}