﻿@media only screen and (max-width: 625px) {
    .SL_NAV_TABS {
        --bs-nav-link-font-size: 0.9em;
    }
}

.SL_FIELDSET {
    display: block;
    min-inline-size: min-content;
    margin: 10px 0px 10px 0px;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
}

.SL_RED_TEXT {
    color:red;
}

.SL_HIDE{
    visibility:hidden;
}

.SL_LIST label {
    padding-left:5px;
}

.SL_CHECKBOX input[type=checkbox] {
    transform: scale(1.4);
    transform-origin: top left;
}

.SL_CHECKBOX label {
    padding-left: 9px;
}

.SL_SELECTBOX_ALL {
    border: 1px solid black;
    padding: 0px 3px 0px 3px;
    margin-left: -3px;
    background-color: lightgrey;
}

.SL_SELECTBOX_ALL label {
    padding-left: 5px;
}

.SL_PANE {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    padding: 15px;
}

.SL_100 {
    min-width: 100% !important;
}

.SL_MINW_90 {
    min-width: 90px;
}

.SL_MINW_200 {
    min-width: 200px;
}

.SL_CHILDS_MB5 * {
    margin-bottom: 5px;
}

.SL_DIVSL {
    flex: 1;
    overflow-y: auto;
    height: -webkit-fill-available;
}

.SL_offscreen {
    position: absolute;
    left: -9999px;
}

.SL_scale20 {
    transition: transform 0.3s ease;
}

.SL_scale20:hover {
    transform: scale(1.2);
}

.SL_highlight td {
    transition: background-color 0.2s ease;
}

.SL_highlight:hover td {
    background-color: lightgray;
}

.SL_icon_true {
    width: 20px;
    height: 20px;
    background-color: green;
    -webkit-mask: url("../../Images/check-circle.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("../../Images/check-circle.svg") no-repeat center;
    mask-size: contain;
    text-align: center;
    padding-left: 40px;
}

.SL_icon_false {
    width: 20px;
    height: 20px;
    background-color: red;
    -webkit-mask: url("../../Images/x-circle.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("../../Images/x-circle.svg") no-repeat center;
    mask-size: contain;
    padding-left: 40px;
}

.split-container {
    display: flex;
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.split-panel {
    padding: 10px;
    overflow: auto;
}


.drag-handle {
    width: 6px;
    cursor: col-resize;
    background: #ddd;
}

.drag-handle:hover {
    background: #aaa;
}

span.ajax__combobox_inputcontainer input[id$="_Button"],
span.ajax__combobox_inputcontainer button[id$="_Button"] {
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}



.btn-file {
    position: relative;
    overflow: hidden;
}

.form-group {
    padding: 30px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group {
    margin-bottom: 30px;
}

#img-upload {
    width: 150px;
    height: 150px;
}

.as-console-wrapper {
    display: none !important;
}

.hidden-cursor {
    cursor: none;
}

.imgbutton.disabled {
    filter: grayscale(100%);
    opacity: 0.2;
    pointer-events: none; /* voorkomt klikken in browsers die filter niet blokkeren */
}




.breadcrumb-buttons {
    display: flex;
    height: 25px;
    margin-bottom:20px;
}

.step {
    padding: 0px 30px;
    margin-right: -15px;
    border: none;
    clip-path: polygon( 0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50% );
}

    .step:first-child {
        clip-path: polygon( 0 0, 90% 0, 100% 50%, 90% 100%, 0 100% );
    }

    .step:last-child {
        clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100%, 10% 50% );
    }

    .step.active {
        pointer-events: none;
    }





