﻿:root {
    --blauw: #23459B;
    --blauw-hover: #007BB7;
}
.mobileOnly{
    display:none;
}
.navbar-default.navbar-static-side {
    background: #233646;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove, .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choicee,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background: #e5e6e7 !important;
    border: 0 !important
}
.select2-results__option--selectable:has(.row.odd) {
    background-color: #f3f3f4;
}
.nav-header, body.mini-navbar .nav-header {
    padding: 23px 25px 30px;
    /*background: rgb(255,255,255);*/
    /*    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
    /*text-align: center;*/
}

    .nav-header .col-md-12, body.mini-navbar .nav-header .col-md-12 {
        padding: 0;
        margin-top: 30px;
    }

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #293846;
    color: white;
}

.nav-logo {
    width: 100px;
    max-width: 100%;
}

.navbar-top-links {
    text-align: right;
    width: 100%;
    justify-content: flex-end;
}

div.loginscreen {
    height: 100%;
}

div.loginform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border: 1px solid silver;
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

img.background {
    position: absolute;
    left: 50%;
    top: 17%;
    transform: translate(-50%, -50%) scale(0.6);
    width: 100%;
}

.portalEigenaar {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 20px 20px;
    text-align: left;
    color: #FFF;
}

    .portalEigenaar .col-md-12 div {
        display: flex;
    }

.fileContainer {
    margin: 30px 0 0 -10px;
}

    .fileContainer .col-md-2 {
        float: left;
    }

    .fileContainer .tagContainer {
        display: flex;
        margin: 0 0 10px 0;
        width: 100%;
        flex-wrap: wrap;
        height: 30px;
        align-content: flex-start;
        align-items: flex-start;
    }

        .fileContainer .tagContainer span {
            width: fit-content;
            margin: 0 2px 2px 0;
        }

.fileItem {
    padding: 10px;
    margin: 10px;
    border: 1px solid #e5e6e7;
    box-sizing: border-box;
    text-align: center;
    border-radius: 1px;
    font-weight: bold;
    width: 100%;
    font-size: 10px;
}

    .fileItem span.fileName {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
    }

    .fileItem button {
        margin-top: 10px;
        font-size: 20px;
    }

    .fileItem img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: contain;
        height: 150px;
        object-position: top;
    }

.bijlageContainer {
    margin-top: 30px;
}

body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
    display: block;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.mini-navbar .navbar-static-side {
    width: 100px;
}

.navbar-minimalize {
    display: none;
}

.hide {
    display: none;
}

#gridContainer {
    height: calc(100vh - 120px);
}

.wrapper-content {
    padding: 20px 10px 0;
}

.ritopdrachtContainer {
    width: 100%;
}

.ritopdracht {
    padding: 10px;
    width: 100%;
    margin: 0 0 5px;
}

    .ritopdracht table {
        border-left: 5px solid #0F4295;
        white-space: normal;
        width: 100%;
    }

    .ritopdracht .labelCol {
        width: 50px;
        padding: 3px 3px 3px 10px;
        vertical-align: top;
    }

    .ritopdracht .valueCol {
        width: calc(100% - 50px);
        overflow: hidden;
        padding: 3px;
        vertical-align: top;
    }

.getLicensePlate {
    cursor: pointer;
}

.sidebar-collapse {
    position: relative;
    height: 100vh;
}

.slimScrollDiv {
    max-height: calc(100% - 150px)
}

.portalEigenaar span {
    height: 30px;
    font-size: 13px;
    padding: 0 3px;
    color: #FFF;
    background: #002999;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #000;
    border-right: 0;
}

.kentekenplaat {
    background: #f2ba00;
    border: 1px solid #000;
    border-left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    box-sizing: border-box;
    color: #222;
    font-family: 'Kenteken', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    max-width: calc(100% - 20px);
    padding: 0.1em;
    padding-left: 1em;
    margin-top: 10px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 1px 1px #ffe153;
    display: block;
    height: 30px;
    cursor: pointer;
}

    .kentekenplaat:focus {
        background-color: #ffc70d;
        outline: none;
        text-shadow: 0 0 #ffe153;
    }

.kentekenContainer {
    padding: 0 30px;
}

.ibox-tools.button-bar {
    top: 9px;
}

.mobileOnlyKenteken .portalEigenaar {
    display: none;
}

.swal2-html-container, .swal2-title {
    text-align: left !important;
}

.transportOmschrijving {
    background: #e9ecef;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 10px;
    box-sizing: border-box;
}

.relatieRow {
    position: relative;
}

    .relatieRow.loading:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
        content: '';
        display: block;
    }

.loadingPanel {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 200px;
    display: none;
    text-align: center;
}

.loading .loadingPanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.loadingImage {
    height: 80px;
    display: inline-block;
}

.select2-container--open {
    z-index: 99999999999999;
}

.toast {
    z-index: -1;
}

.custom-file-label {
    border-radius: 0;
    box-sizing: border-box;
    width: calc(100% - 30px);
    left: 15px;
}

    .custom-file-label::after {
        content: 'Bladeren';
        border-radius: 0;
    }

.participantDocument.hidden {
    display: none !important;
}

.barcode, .barcode img {
    width: 100% !important;
}

.lblParticipantStatus {
    margin-left: 10px;
}

.btn-primary-border {
    background: #FFF;
    border-color: var(--blauw);
    color: var(--blauw);
}

    .btn-primary-border:hover {
        color: var(--blauw);
    }

.btnRelatieWijzigen {
    width: 100%;
    color: var(--blauw);
    margin: 20px 0 10px;
}

.relatieRow h3 {
    width: 100%;
    position: relative;
}

.btn.start {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
}

.commentCodeRow, .compositionCodeRow {
    margin-bottom: 10px;
    display: none;
}

    .commentCodeRow.active, .compositionCodeRow.active {
        display: flex;
        /*animation: fadeInFromNone 0.5s ease-out;*/
    }

/*@keyframes fadeInFromNone {
    0% {
        opacity: 0;
        display: none;
    }

    1% {
        opacity: 0;
        display: flex;
    }

    100% {
        opacity: 1;
        display: flex;
    }
}*/
body.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
    margin-top: 0;
}

.startScherm {
    position: relative;
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-size: cover;
    background-position: center center;
}

    .startScherm:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35,54,70,0.5);
        content: '';
        display: block;
    }

.select2-container .select2-selection--single .select2-selection__clear {
    /*Uitgeschakeld ivm zwarte achtergrond weergave bij account->Select2*/
    /*    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 5px;
    top: 5px;*/
    aspect-ratio: 1;

}
.select2-container{
    max-width:100%;
}
.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: 0.4em;
    margin-right: 1.4em;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear, .select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.btn-swal {
    margin: 0 3px;
}

#gridContainer .label {
    margin: 0 3px 0 0;
}

.swal2-confirm, .swal2-deny {
    margin: 0 10px;
}

.pdfViewer .logoContainer {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.pdfViewer {
    overflow: hidden;
}

    .pdfViewer .logo {
        height: 50px;
    }

.pdfFrame {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    margin-top: -20px;
    height: calc(100vh - 99px);
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    vertical-align: middle;
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #233646;
    padding: 0 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #e7eaec;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
}

    .nav-bottom ul {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        height: 100%;
    }

    .nav-bottom.docViewer ul {
        justify-content: center;
    }

    .nav-bottom ul li {
        padding: 4px 0;
        height:100%;
        display:flex;
        align-content:center;
        align-items:center;
    }

        .nav-bottom ul li a {
            padding: 0;
            text-transform: uppercase;
            display: flex;
            height: 100%;
            align-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            justify-content:center;
            padding: 0 15px;
            font-size: 10px;
            color: #FFF;
        }

            .nav-bottom ul li a .fa {
                display: block;
                font-size: 25px;
            }

        .nav-bottom ul li.active a .fa {
            color: var(--blauw-hover);
        }

.phoneTable thead {
    font-weight: bold;
}

.phoneTable {
    font-size: 14px;
}

.relatieGegevens .meerDetails {
    display: none;
}
.leverancierInfo, .leverancierAdresBlok, .afnemerInfo, .afnemerAdresBlok, .overigInfo, .overigAdresBlok, .modal .relatieAdresBlok, .modal .relatieAdres, .modal .relatieInfo {
    display: none;
    padding: 10px 0;
}
.select2-results__option .row {
    width: calc(100% - 30px);
}
.statusTableContainer{
    width:100%;
    overflow:auto;
}
    .statusTableContainer .statusTable {
        width: 100%;
    }
.wizard > .content > .body label.error{
    display:none !important;
}
.wizard > .content > .body input.error, .error .select2-selection {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: var(--blauw);
    color: #FFF;
}
    .wizard > .actions a.btn-danger, .wizard > .actions a.btn-danger:hover, .wizard > .actions a.btn-danger:active {
        background: #ed5565;
    }
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: var(--blauw-hover);
    }
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: var(--blauw);
}
.compositionCodeDelete{
    margin:0 0 0 10px;
}
/* HTML: <div class="loader"></div> */
.activeStepsLoading{
    display:none;
}
.loader {
    width: 20px;
    display:inline-block;
    margin-left:10px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side,var(--blauw) 90%,#0000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
}

@keyframes l1 {
    to {
        clip-path: inset(0 -34% 0 0)
    }
}
.modal .select2-container{
    width:100% !important;
}
.btnParticipantContainer{
    margin:20px 0 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: auto !important;
    vertical-align: bottom !important;
    line-height: 34px;
}
.btnShowHistory {
    position: fixed;
    width: calc(100% - 260px);
    bottom: 10px;
    left: 220px;
    right: 0;
    margin: 0 auto;
}
.relatieGegevensContainer{
    margin:0 0 10px;
}
.lazur-bg, .bg-info {
    background-color: var(--blauw-hover) !important;
    color: #ffffff;
}
.widget.style1 h2{
    font-size:20px;
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
    .nav > li > a {
            padding: 8px 20px 8px 25px;
        }
    }

    @media screen and (max-width: 1200px) {

        body {
            font-size: 15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .participantItem .offset-md-3 {
            margin-left: 0;
        }

        .pdfViewer .logoContainer {
            margin: 40px 0 0;
        }

        .pdfFrame {
            margin-left: -25px;
            margin-right: -25px;
            width: calc(100% + 50px);
            margin-top: -70px;
            height: calc(100vh - 250px);
        }

        body {
            font-size: 15px;
        }
    }

    @media screen and (max-width:768px) {
        .wrapper-content {
            padding: 20px 0;
        }

        #page-wrapper {
            padding: 0;
        }

        .navbar-minimalize {
            display: block;
        }

        .minimalize-styl-2 {
            margin: 14px 5px 5px 10px;
            background-color: #233646 !important;
            border-color: #233646 !important;
            z-index: 9999;
            position: relative;
        }

        .nav > li > a {
            padding: 14px 10px 14px 15px;
        }

        .wrapper-content {
            margin-top: 50px;
        }

        .portalEigenaar {
            padding: 20px 0 20px 10px;
            font-size: 8px;
        }

        #gridContainer {
            height: calc(100vh - 50px);
        }

        .dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
            border: 0;
        }

        .portalEigenaar {
            display: none;
        }
        /*    .mini-navbar .portalEigenaar {
        display: block;
    }*/
        .ritopdracht table {
            font-size: 12px;
        }

        .portalEigenaar .col-md-12 {
            padding: 0 10px 0 0;
        }

        .kentekenplaat {
            font-size: 10px !important;
        }

        .ibox-tools.button-bar {
            float: none;
            text-align: right;
            display: block;
            position: relative;
            width: 100%;
            right: auto;
            left: -5px;
            text-align: left;
            top: 0;
        }

            .ibox-tools.button-bar a {
                margin-bottom: 10px;
                width: 100%;
            }

        .row.mobileOnlyKenteken {
            position: absolute;
            top: 0;
            margin: 0;
            right: 15px;
            width: 200px;
        }

        .mobileOnlyKenteken .portalEigenaar {
            display: flex;
            justify-content: flex-end;
            bottom: auto;
            top: 4px;
            right: 12px;
            left: auto;
            padding: 0;
            z-index: 1000;
        }

            .mobileOnlyKenteken .portalEigenaar .kentekenplaat {
                font-size: 20px !important;
                height: 30px;
                margin-inline: 0;
                width: 150px;
                border-top-left-radius: 0px;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 0px;
            }

        input[type="color"],
        input[type="date"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="email"],
        input[type="month"],
        input[type="number"],
        input[type="password"],
        input[type="search"],
        input[type="tel"],
        input[type="text"],
        input[type="time"],
        input[type="url"],
        input[type="week"],
        select:focus,
        textarea {
            font-size: 16px;
        }

        .relatieRow h3 .label {
            position: absolute;
            right: 0;
        }

        .btn.start {
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .commentCodeRow .col-lg-9, .compositionCodeRow .col-lg-9 {
            margin-bottom: 10px;
        }

        .nav-bottom.docViewer {
            display: block;
        }

        .wizard > .steps > ul > li {
            width: 100%;
        }

        .kvkColumn span, .brsColumn span {
            display: inline-block;
            font-weight: bold !important;
        }

        .kvkColumn, .brsColumn {
            display: block;
        }

        .wizard > .steps > ul > li {
            display: none;
        }

            .wizard > .steps > ul > li.current {
                display: block;
            }
        .btnShowHistory {
            position: fixed;
            width: calc(100% - 60px);
            bottom: 70px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .select2-container .select2-selection--single .select2-selection__clear{
            margin-top:5px;
        }
    }
