﻿* {
    font-family: 'Montserrat', sans-serif;
}

.content-wrapper {
    background-color: #fefefe !important;
}

.img-circle {
    aspect-ratio: 1/1;
    object-fit: cover;
}

a,
.btn-link, .accent-primary .btn-link, .accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.badge):not(.btn), .accent-primary .nav-tabs .nav-link {
    color: #222;
}

    a:hover,
    .accent-primary .btn-link:hover, .accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.badge):not(.btn):hover, .accent-primary .nav-tabs .nav-link:hover {
        color: #333;
    }

.btn {
    font-weight: 600 !important;
}

    .btn.disabled, .btn:disabled {
        opacity: .25;
    }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #ddd;
        border-color: #ddd;
    }

.sw-btn-prev {
    color: #6c757d !important;
    border-color: #6c757d !important;
    background-color: transparent !important;
}

    .sw-btn-prev:hover {
        color: #fff !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }

    .sw-btn-prev.disabled, .sw-btn-prev:disabled {
        color: #6c757d !important;
        background-color: transparent !important;
    }

.sw-btn-next,
.btn-primary {
    color: #222222 !important;
    background-color: #ffbe00 !important;
    border-color: #ffbe00 !important;
    font-size: 18px !important;
}

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #222222 !important;
        background-color: #ffbe00;
        border-color: #ffbe00;
    }

    .sw-btn-next:hover,
    .btn-primary:hover {
        background-color: #ffbe0088 !important;
        border-color: #ffbe0088 !important;
    }

.btn-outline-primary {
    color: #222 !important;
    border-color: #222 !important;
}

    .btn-outline-primary:hover {
        background-color: #222 !important;
        border-color: #222 !important;
        color: #fff !important;
    }

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #222;
}

.card-primary.card-outline-tabs > .card-header a.active, .card-primary.card-outline-tabs > .card-header a.active:hover {
    border-top: 3px solid #222;
}


.card-primary.card-outline {
    border-top: 3px solid #222;
}

.card.card-outline-tabs {
    border-top: 0;
}

.card-header {
    border-bottom: 0;
    padding: 1rem 1.25rem;
}

.icheck-primary > input:first-child:checked + label::before, .icheck-primary > input:first-child:checked + input[type=hidden] + label::before {
    background-color: #222;
    border-color: #222;
}

.iti {
    display: block;
}

.modal-header h4 {
}

.sw-theme-square > .nav-progress::after,
.sw-theme-square > .nav .nav-link.active::before {
    background-color: #ffbe00 !important;
}

.sw-theme-square > .nav .nav-link.done::before {
    background-color: #FFDC77 !important;
}

.sw > .progress > .progress-bar {
    background-color: #ffbe00;
}

.sw-theme-square > .nav .nav-link.active {
    color: #ffbe00 !important;
}

.sw-theme-square > .nav .nav-link.done {
    color: #ffbe00 !important;
}

.half-height-with-scroll-footer,
.half-height-with-scroll {
}

.full-height-with-scroll-footer,
.full-height-with-scroll {
}

.full-height-with-scroll2-footer,
.full-height-with-scroll2 {
}

.full-height-with-scroll3-footer,
.full-height-with-scroll3 {
}

.full-height-with-scroll4-footer,
.full-height-with-scroll4 {
}

.modal .locationmap,
aside .locationmap {
    height: 500px;
    border-radius: 12px;
}

.locationmap {
    aspect-ratio: 1 / 1;
    border-radius:12px;

}

.locationmap2 {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

.locationmap3 {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

.grid-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
}

.header {
    height: auto;
    flex: 0 0 auto;
}

.map-container {
    flex: 1 1 auto;
    min-height: 320px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}

.documentviewer {
    height: 500px;
    width: 100%;
    margin-bottom: -6px;
}


.control-sidebar,
.control-sidebar:before {
    width: 100%;
}

@media (min-width: 576px) {
    .full-height-with-scroll-footer,
    .full-height-with-scroll {
    }

    .full-height-with-scroll2-footer,
    .full-height-with-scroll2 {
    }

    .full-height-with-scroll3-footer,
    .full-height-with-scroll3 {
    }

    .full-height-with-scroll4-footer,
    .full-height-with-scroll4 {
    }

    .half-height-with-scroll-footer,
    .half-height-with-scroll {
    }

    .locationmap {
        aspect-ratio: 1 / 1
    }

    .locationmap2 {
        aspect-ratio: 1 / 1
    }

    .locationmap3 {
        aspect-ratio: 1 / 1
    }

    .modal .locationmap {
        height: 500px;
    }

    .grid-container {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        height: auto !important;
    }

    .header {
        height: auto;
        flex: 0 0 auto;
    }

    .map-container {
        flex: 1 1 auto;
        min-height: 320px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .documentviewer {
        height: 500px;
    }

    .control-sidebar,
    .control-sidebar:before {
        width: 100%;
    }
}
/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .full-height-with-scroll-footer,
    .full-height-with-scroll {
    }

    .full-height-with-scroll2-footer,
    .full-height-with-scroll2 {
    }

    .full-height-with-scroll3-footer,
    .full-height-with-scroll3 {
    }

    .full-height-with-scroll4-footer,
    .full-height-with-scroll4 {
    }

    .half-height-with-scroll-footer,
    .half-height-with-scroll {
    }

    .modal .locationmap {
        width: 100%;
        height: 600px;
    }

    .locationmap {
    }

    .locationmap2 {
    }

    .locationmap3 {
    }

    .grid-container {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        height: auto !important;
    }

    .header {
        height: auto;
        flex: 0 0 auto;
    }

    .map-container {
        flex: 1 1 auto;
        min-height: 320px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .documentviewer {
    }

    .control-sidebar,
    .control-sidebar:before {
        width: 50%;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .full-height-with-scroll-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    .full-height-with-scroll {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 224px);
        min-height: calc(100vh - 224px);
        height: calc(100vh - 224px);
    }

    .full-height-with-scroll2-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    .full-height-with-scroll2 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    /*we willen halve blokken*/
 .full-height-with-scroll3-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 202px);
        min-height: calc(50vh - 202px);
        height: calc(50vh - 202px);
    }

    .full-height-with-scroll3 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 156px);
        min-height: calc(50vh - 156px);
        height: calc(50vh - 156px);
    }

    .full-height-with-scroll66-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(66vh - 192px);
        min-height: calc(66vh - 192px);
        height: calc(66vh - 192px);
    }

    .full-height-with-scroll66 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(66vh - 145px);
        min-height: calc(66vh - 145px);
        height: calc(66vh - 145px);
    }

    .full-height-with-scroll33-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(33vh - 195px);
        min-height: calc(33vh - 195px);
        height: calc(33vh - 195px);
    }

    .full-height-with-scroll33 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(33vh - 150px);
        min-height: calc(33vh - 150px);
        height: calc(33vh- 150px);
    }

    .full-height-with-scroll25-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(25vh - 208px);
        min-height: calc(25vh - 208px);
        height: calc(25vh - 208px);
    }

    .full-height-with-scroll25 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(25vh - 163px);
        min-height: calc(25vh - 163px);
        height: calc(25vh - 163px);
    }

    .full-height-with-scroll75-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(75vh - 195px);
        min-height: calc(75vh - 195px);
        height: calc(75vh - 195px);
    }

    .full-height-with-scroll75 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(75vh - 148px);
        min-height: calc(75vh - 148px);
        height: calc(75vh - 148px);
    }

    .full-height-with-scroll4-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 266px);
        min-height: calc(100vh - 266px);
        height: calc(100vh - 266px);
    }

    .full-height-with-scroll4 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 220px);
        min-height: calc(100vh - 220px);
        height: calc(100vh - 220px);
    }

    .card-body.p-0 .full-height-with-scroll4-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 185px);
        min-height: calc(100vh - 185px);
        height: calc(100vh - 185px);
    }

    .card-body.p-0 .full-height-with-scroll4 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 185px);
        min-height: calc(100vh - 185px);
        height: calc(100vh - 185px);
    }

    .half-height-with-scroll-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 186px);
        min-height: calc(50vh - 186px);
        height: calc(50vh - 186px);
    }

    .half-height-with-scroll {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 186px);
        min-height: calc(50vh - 186px);
        height: calc(50vh - 186px);
    }

    .full-height-with-scrollprocess-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(19vh - 208px);
        min-height: calc(19vh - 208px);
        height: calc(19vh - 208px);
    }

    .full-height-with-scrollprocess {
        overflow: hidden;
        overflow-y: auto;
        max-height: 38px;
        min-height: 38px;
        height: 38px;
    }

    .full-height-with-scrollgeenprocess-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 370px);
        min-height: calc(100vh - 370px);
        height: calc(100vh - 370px);
    }

    .full-height-with-scrollgeenprocess {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 311px);
        min-height: calc(100vh - 311px);
        height: calc(100vh - 311px);
    }

    .modal .locationmap {
        width: 100%;
        height: 800px;
    }

    .locationmap {
        width: 100%;
        aspect-ratio: 1 / 1
    }

    .locationmap2 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 116px);
        min-height: calc(100vh - 116px);
        height: calc(100vh - 116px);
    }

    .locationmap3 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 86px);
        min-height: calc(50vh - 86px);
        height: calc(50vh - 86px);
    }

    .locationmap4 {
        width: 100%;
        aspect-ratio: auto;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
    }

    .locationmap5 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 210px);
        min-height: calc(50vh - 210px);
        height: calc(50vh - 210px);
    }

    .locationmap-with-footer {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 195px);
        min-height: calc(100vh - 195px);
        height: calc(100vh - 195px);
    }

    .locationmap3-with-footer {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 129px);
        min-height: calc(50vh - 129px);
        height: calc(50vh - 129px);
    }
    .locationmap-process {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 246px);
        min-height: calc(100vh - 246px);
        height: calc(100vh - 246px);
    }
    .grid-container {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        height: auto !important;
    }

    .header {
        height: auto;
        flex: 0 0 auto;
    }

    .map-container {
        flex: 1 1 auto;
        min-height: 320px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .documentviewer {
        width: 100%;
        max-height: calc(100vh - 149px);
        min-height: calc(100vh - 149px);
        height: calc(100% - 149px);
    }

    .control-sidebar,
    .control-sidebar:before {
        width: 33%;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .full-height-with-scroll-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    .full-height-with-scroll {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 224px);
        min-height: calc(100vh - 224px);
        height: calc(100vh - 224px);
    }

    .full-height-with-scroll2-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

    .full-height-with-scroll2 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 300px);
        min-height: calc(100vh - 300px);
        height: calc(100vh - 300px);
    }

/*we willen halve blokken*/
    .full-height-with-scroll3-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 202px);
        min-height: calc(50vh - 202px);
        height: calc(50vh - 202px);
    }

    .full-height-with-scroll3 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 156px);
        min-height: calc(50vh - 156px);
        height: calc(50vh - 156px);
    }

    .full-height-with-scroll66-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(66vh - 192px);
        min-height: calc(66vh - 192px);
        height: calc(66vh - 192px);
    }

    .full-height-with-scroll66 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(66vh - 145px);
        min-height: calc(66vh - 145px);
        height: calc(66vh - 145px);
    }

    .full-height-with-scroll33-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(33vh - 195px);
        min-height: calc(33vh - 195px);
        height: calc(33vh - 195px);
    }

    .full-height-with-scroll33 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(33vh - 150px);
        min-height: calc(33vh - 150px);
        height: calc(33vh- 150px);
    }

    .full-height-with-scroll25-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(25vh - 208px);
        min-height: calc(25vh - 208px);
        height: calc(25vh - 208px);
    }

    .full-height-with-scroll25 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(25vh - 163px);
        min-height: calc(25vh - 163px);
        height: calc(25vh - 163px);
    }

    .full-height-with-scroll75-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(75vh - 195px);
        min-height: calc(75vh - 195px);
        height: calc(75vh - 195px);
    }

    .full-height-with-scroll75 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(75vh - 148px);
        min-height: calc(75vh - 148px);
        height: calc(75vh - 148px);
    }

    .full-height-with-scroll4-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 266px);
        min-height: calc(100vh - 266px);
        height: calc(100vh - 266px);
    }

    .full-height-with-scroll4 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 220px);
        min-height: calc(100vh - 220px);
        height: calc(100vh - 220px);
    }

    .card-body.p-0 .full-height-with-scroll4-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 185px);
        min-height: calc(100vh - 185px);
        height: calc(100vh - 185px);
    }

    .card-body.p-0 .full-height-with-scroll4 {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 185px);
        min-height: calc(100vh - 185px);
        height: calc(100vh - 185px);
    }

    .half-height-with-scroll-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 186px);
        min-height: calc(50vh - 186px);
        height: calc(50vh - 186px);
    }

    .half-height-with-scroll {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(50vh - 186px);
        min-height: calc(50vh - 186px);
        height: calc(50vh - 186px);
    }

    .full-height-with-scrollprocess-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(19vh - 208px);
        min-height: calc(19vh - 208px);
        height: calc(19vh - 208px);
    }

    .full-height-with-scrollprocess {
        overflow: hidden;
        overflow-y: auto;
        max-height: 38px;
        min-height: 38px;
        height: 38px;
    }

    .full-height-with-scrollgeenprocess-footer {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 370px);
        min-height: calc(100vh - 370px);
        height: calc(100vh - 370px);
    }

    .full-height-with-scrollgeenprocess {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 311px);
        min-height: calc(100vh - 311px);
        height: calc(100vh - 311px);
    }

    .modal .locationmap {
        width: 100%;
        height: 900px;
    }

    .locationmap {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .locationmap2 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 150px);
        min-height: calc(100vh - 150px);
        height: calc(100vh - 150px);
    }

    .locationmap3 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 86px);
        min-height: calc(50vh - 86px);
        height: calc(50vh - 86px);
    }

    .locationmap4 {
        width: 100%;
        aspect-ratio: auto;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
    }

    .locationmap5 {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 210px);
        min-height: calc(50vh - 210px);
        height: calc(50vh - 210px);
    }

    .locationmap-with-footer {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 195px);
        min-height: calc(100vh - 195px);
        height: calc(100vh - 195px);
    }

    .locationmap3-with-footer {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(50vh - 131px);
        min-height: calc(50vh - 131px);
        height: calc(50vh - 131px);
    }
    .locationmap-process {
        width: 100%;
        aspect-ratio: auto;
        max-height: calc(100vh - 246px);
        min-height: calc(100vh - 246px);
        height: calc(100vh - 246px);
    }
    .grid-container {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        height: auto !important;
    }

    .header {
        height: auto;
        flex: 0 0 auto;
    }

    .map-container {
        flex: 1 1 auto;
        min-height: 320px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .documentviewer {
        width: 100%;
        max-height: calc(100vh - 149px);
        min-height: calc(100vh - 149px);
        height: calc(100% - 149px);
    }

    .control-sidebar,
    .control-sidebar:before {
        width: 33%;
    }
}

.mvc-grid .highlight {
    background-color: #4C4C4C;
    color: white !important;
}

    .mvc-grid .highlight:hover {
        color: #222 !important;
    }

.mvc-grid tr:hover {
    background-color: rgba(69,129,142,.9);
}

    .mvc-grid tr:hover a {
        color: #333 !important;
    }

.mvc-grid .highlight a {
    color: white !important;
}

.modal-title {
    font-size: 1rem !important;
    font-weight: 800 !important;
}

.modal-header {
    padding: 1rem 1.5rem 1rem 1.5rem !important;
}

    .modal-header.bg-primary {
        background-color: #222 !important;
        color: #fff !important;
    }

        .modal-header.bg-primary .close {
            color: #fff !important;
        }

    .modal-header .text-bold {
        font-weight: 400;
    }

.modal-body {
    padding: 1rem 1.5rem 1.5rem 1.5rem !important;
}

.modal-xxl {
    max-width: 90%;
}

.accent-primary .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #222;
    border-color: #222;
}

.accent-primary .dropdown-item:active, .accent-primary .dropdown-item.active {
    background-color: #222;
    color: #fff;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #222;
}

::selection {
    color: #fff;
    background: #222;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #222;
    color: #fff;
}

.select2-container *:focus,
.select2-container--bootstrap4.select2-container--focus .select2-selection,
select:focus-visible,
input:focus {
    border-color: #222 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.sw > .tab-content {
    overflow: initial;
}

.ColumnTiny {
    width: 10px;
}

.ColumnVerySmall {
    width: 20px;
}

.ColumnSmall {
    width: 50px;
}

.ColumnMedium {
    width: 150px;
}

.ColumnLarge {
    width: 200px;
}

.profile-user-img {
    border: 3px solid #6c757d;
}

.icheck-primary label {
    font-weight: normal !important;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
    border-color: #222;
}

.checkboxColumn {
    width: 30px;
}

.btn {
    border-radius: 3px !important;
    font-size: 12px;
}

.main-footer {
    background-color: #f4f6f9 !important;
    font-size: 12px;
}

    .main-footer * {
        font-weight: normal;
    }

    .main-footer a {
        color: #222;
    }

.text-primary {
    color: #222 !important;
}

.bg-success,
.bg-success.btn:not(:disabled):not(.disabled):active, .bg-success.btn:not(:disabled):not(.disabled).active, .bg-success.btn:active, .bg-success.btn.active {
    background-color: #94c237 !important;
    border-color: #94c237 !important;
    color: white !important;
}

.bg-orange,
.bg-orange.btn:not(:disabled):not(.disabled):active, .bg-orange.btn:not(:disabled):not(.disabled).active, .bg-orange.btn:active, .bg-orange.btn.active {
    background-color: #ff914d !important;
    border-color: #ff914d !important;
    color: white !important;
}

.bg-danger,
.bg-danger.btn:not(:disabled):not(.disabled):active, .bg-danger.btn:not(:disabled):not(.disabled).active, .bg-danger.btn:active, .bg-danger.btn.active {
    background-color: #f6483d !important;
    border-color: #f6483d !important;
    color: white !important;
}

.text-success {
    color: #94c237 !important;
}

.text-warning,
.text-orange {
    color: #ff914d !important;
}

.text-error,
.text-danger {
    color: #f6483d !important;
}

a {
    cursor: pointer !important;
}

.dropdown-menu-center {
    left: 100px !important;
    right: auto !important;
    text-align: center !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(34, 34, 34, 1.0);
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffbe00;
    }

.navbar-nav li {
    display: block;
    padding: 8px 0 8px 0
}

    .navbar-nav li.active,
    nav .nav li.active {
        background: #ffffff20 !important;
        font-weight: 500;
    }

.gmnoprint button {
    height: 40px;
    margin-top: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.gm-style-mtc-bbw {
    height: 40px;
    margin-top: 5px !important;
}

hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.callout a {
    text-decoration: none;
}

.accordion .card-header .btn:after {
    font-family: 'Font Awesome 7 Sharp';
    content: "";
    float: left;
    width: 20px;
}

.accordion .card-header .btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";
}

.card,
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1,
.col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1,
.col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: static;
}

.shadow-0 {
    box-shadow: none !important;
}

.bg-light-gray {
    background-color: #6c757d !important;
    color: #f8f9fa;
}

aside .card .card-body {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    background-color: rgba(0,0,0,0.008);
    overflow: hidden;
    z-index: 10;
}

aside .card .card .card-body {
    max-height: initial;
    min-height: initial;
    height: initial;
}

aside .card .card .nav-tabs .nav-item .active {
    border-left: 1px solid #dee2e6 !important;
}

aside .card .card {
    box-shadow: none !important;
}

aside .card-scroll {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    aside .card-scroll .full-height-with-scroll {
        max-height: initial;
        min-height: initial;
        height: initial;
    }

aside .card .card-footer {
    flex: 0 0 auto;
    width: 100%;
    padding: 12px 20px;
    min-height: 64px;
    height: auto;
    background-color: #f7f7f7;
    box-shadow: rgba(200, 200, 200, 0.2) -5px 0px 5px 1px;
}

.bottombutton {
    position: fixed;
    bottom: 12px;
    z-index: 10000;
}

.dropzone {
    border: none;
    margin: 0;
    padding: 0;
}

.timeline > div > .fa-sharp {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.nav-sidebar > .nav-item .nav-icon.fa-sharp,
.nav-sidebar > .nav-item .nav-icon.fa-solid {
    font-size: 1.1rem !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #c2c7d040 !important;
}

.brand-image {
    height: 32px !important;
}

#modal-explain-page .modal-footer {
    background-color: #eeeeee;
    display: block;
}

aside.main-sidebar {
    overflow-y: visible;
}


/* Position submenu to appear to the left of the parent menu */
.dropdown-submenu {
    position: relative;
}

    /* Ensure the submenu is aligned to the left of the parent dropdown */
    .dropdown-submenu .dropdown-menu-left {
        left: auto;
        right: 100%; /* This ensures the submenu is aligned to the left */
        top: 0;
        margin-top: -1px;
        display: none; /* Hidden by default */
        position: absolute;
        min-width: 150px; /* Adjust as needed */
    }

    /* Show the submenu when hovering or clicking on the parent item */
    .dropdown-submenu:hover .dropdown-menu-left {
        display: block;
    }

    /* Optional: Adjust the caret (dropdown arrow) alignment */
    .dropdown-submenu > a:after {
        content: " ";
        float: left; /* Adjusts the caret to the left side */
        border: solid transparent;
        border-width: 5px;
        border-left-color: #ccc; /* Adjust to match your theme */
        margin-left: -10px;
    }
    /* Remove the caret (dropdown arrow) */
    .dropdown-submenu > a.dropdown-toggle::after {
        content: none; /* Hides the caret completely */
    }

/* Reduce padding and margin between submenu items */
.dropdown-menu-left .dropdown-item {
    padding: 2px 10px; /* Adjust padding as needed (default is usually 10px 20px) */
    margin: 0; /* Remove any margins between items */
    line-height: 1; /* Reduce line height to minimize spacing */
}

.timeline > .time-label > span {
    /*background-color: rgb(222, 226, 230) !important;*/

    background-color: rgb(222, 226, 230) !important;
    color: rgb(22, 22, 23);
}

.timeline::before {
    background-color: rgb(222, 226, 230) !important;
}

.timeline > div > .timeline-item > .timeline-header {
    font-size: 14px;
}

.timeline > .time-label > span {
    font-weight: 500;
    color: #6c757d !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ffbe0060;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: #ffffff20;
    color: #fff;
}

/* Standaard verbergen */
.sidebar .nav-treeview {
    display: none;
}

    /* Toon wanneer `menu-open` klasse is toegevoegd */
    .sidebar .nav-treeview.menu-open {
        display: block !important;
    }

/* Achtergrondkleur van het submenu zonder transparantie */
.sidebar .nav-item .nav-treeview {
    display: none;
    position: fixed;
    top: auto;
    left: 265px;
    min-width: 200px;
    background-color: #393939 !important; /* Volledig ondoorzichtig */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 4px;
    margin-top: -42px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sidebar .nav-treeview .nav-link {
    padding: 10px;
}

.nav-sidebar .menu-open > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-is-opening > .nav-link i.right {
    transform: none;
}

.timeline > div > .timeline-item > .timeline-header {
    font-size: 14px;
}

.text-crashmove {
    color: #ffbe00 !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

aside .card .card-header .card-title,
aside .card .card-header .card-tools button {
    font-weight: 600;
}

.borderThick {
    border-width: 2px !important;
}

button.text-light {
    color: rgba(255,255,255,.75) !important;
}

    button.text-light:hover {
        color: rgba(255,255,255,1) !important;
    }

.card-header .card-title,
.card-header .card-tools a {
    font-weight: 600;
}

.card-footer {
    z-index: 100;
}

    .card-footer .row div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.text-bold, .text-bold.table td, .text-bold.table th, .mvc-grid-title, .font-weight-bold, strong, .modal-title {
    font-weight: 600 !important;
}

.help-text {
    /*outline:1px solid red;
    background-color:rgba(0,0,0,0.1)*/
}

    .help-text h6 {
        /*outline: 1px solid red;
        background-color: rgba(0,0,0,0.1)*/
        margin-bottom: 1.0rem;
        font-weight: 600;
    }

    .help-text p {
        /*outline: 1px solid red;
        background-color: rgba(0,0,0,0.1)*/
        margin-bottom: 1.0rem;
    }

    .help-text ul {
        /*outline: 1px solid red;
        background-color: rgba(0,0,0,0.1)*/
        padding-left: 30px;
    }

        .help-text ul li {
            /*outline: 1px solid red;
            background-color: rgba(0,0,0,0.1)*/
            margin-top: 1.0rem;
        }

    .help-text .text-bold {
        /*outline: 1px solid red;
        background-color: rgba(0,0,0,0.1)*/
        font-weight: 600;
    }

.dropzone .dz-preview:first-child {
    margin-left: 0;
}

.resizer {
    width: 16px;
    cursor: ew-resize;
    height: 99%;
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    background: linear-gradient( to right, transparent 0%, transparent 40%, /* Lang transparant */
    #222 48%, /* Overgang begint hier */
    #222 52%, /* Smalle zwarte lijn */
    transparent 60%, /* Terug naar transparant */
    transparent 100% );
}

    .resizer:hover {
        opacity: 1;
    }

    .resizer .icon {
        color: #000;
        width: 45px;
        height: 45px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        aspect-ratio: 1/1;
        color: #002147;
        position: fixed; /* Maak hem relatief t.o.v. de viewport */
        top: 50%; /* Plaats 50% van de hoogte vanaf de bovenkant */
        transform: translateY(-50%) translateX(-30%); /* Corrigeer met -50% om exact te centreren */
    }

    .resizer:hover .icon {
        opacity: 1;
    }

.resizable {
    position: relative;
}

.leaflet-container {
    background: #fff;
}

.image-frame {
    border: 1px solid #CCC;
    overflow: hidden;
    width: 50vw;
    height: 50vh;
}

#mapRotate {
    display: block;
    transition: transform 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input::placeholder {
    color: #aaa !important;
}


#otp-input {
    display: flex;
    column-gap: 8px;
}

    #otp-input input {
        text-align: center;
        padding: 10px 8px 10px 8px;
        border: 1px solid #adadad;
        border-radius: 4px;
        outline: none;
        height: 64px;
        width: 50px;
        font-size: 20px;
    }

        #otp-input input:focus {
            border: 1px solid #497e76;
        }

            #otp-input input:focus::placeholder {
                color: transparent;
            }

        #otp-input input::-webkit-outer-spin-button,
        #otp-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        #otp-input input[type="number"] {
            -moz-appearance: textfield; /* Firefox */
        }

aside .card .card-body .callout {
    border: 1px solid #e9ecef;
    box-shadow: none;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #6c757d;
}


.gm-style .card {
    background-color: rgba(255,255,255,0.9);
}

.cursor-ban {
    cursor: not-allowed;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.fa,
.fas {
    --fa-family: var(--fa-family-sharp);
    --fa-style: 900;
}

.overlay,
.overlay-wrapper {
    height: 100px;
}

.cell-clip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* optioneel */
}

.table td,
table.w-100 td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row.equal-callouts {
    display: flex;
}

    .row.equal-callouts > div {
        display: flex;
    }

    .row.equal-callouts .callout {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
    }

        .row.equal-callouts .callout a,
        .row.equal-callouts .callout .buttons,
        .row.equal-callouts .callout button {
            margin-top: auto !important;
        }
        
        .editor-help-overlay {
    position: absolute;
    top: 70px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    pointer-events: none; /* belangrijk */
}

aside.control-sidebar {
    overflow: hidden;
}

    aside.control-sidebar > .card {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 0;
    }

    aside.control-sidebar form {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }

aside .card .card-footer.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

aside .card .card-footer .btn {
    margin: 0 !important;
    float: none !important;
}
