/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

:root {
    --bs-font-sans-serif: 'Montserrat', Helvetica, Arial, serif;
    --font-family-monospace: 'Montserrat', Helvetica, Arial, serif;
    --bs-body-font-family: Montserrat, Helvetica, Arial, serif;
}

html body {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: .7rem;
}

a {
    text-decoration: none !important;
}

.me-25 {
    margin-right: .25rem !important;
}

.tooltip {
    z-index: 100000000;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    width: 200px;
    height: 44px;
    background: url(../images/logo_wastedesk.svg) no-repeat;
    background-size: cover;
}

.main-menu {
    z-index: 11;
}

#login-logo {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

html body.bg-full-screen-image {
    background: url(../images/waste_bg.png) no-repeat center center;
    background-size: cover;
}

.login-page .card {
    background-color: rgba(255, 255, 255, 0.9);
}

#main-menu-navigation-bottom {}

.settings-card {
    /*min-height: 240px;*/
}

.settings-card .table td {
    vertical-align: top;
    width: 50%;
}

.header-navbar.navbar-shadow {
    box-shadow: none;
}

.header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - 260px);
    border-radius: 0;
    margin: 0;
}

html body .content .content-wrapper {
    margin-top: 4rem;
    /*padding: 0;*/
}

.card {
    border-radius: 0;
}

.card.card-custom {
    margin-bottom: 1.2rem;
}

.card-custom.border-secondary {
    border: 1px solid #d9d9d9 !important;
    border-radius: calc(.6rem - 1px) calc(.6rem - 1px) calc(.6rem - 1px) calc(.6rem - 1px);
}

.card.card-custom .card-header {
    padding: 1rem 1.5rem 1rem 1.5rem;
    background-color: #d9d9d9;
}

.card.card-custom .card-body {
    padding-top: 1rem;
}

.card-custom.card-shadow {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) !important;
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) !important;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) !important;
}

.list-col-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.list-col-2 li {
    margin-bottom: 2.5rem;
}

.list-col-2 .vs-checkbox-con {
    margin: unset;
}

.list-col-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style-position: inside;
}

.list-col-3 li {
    margin-bottom: 2.5rem;
}

.list-col-3 .vs-checkbox-con {
    margin: unset;
}

.vs-checkbox {
    min-height: 20px;
    min-width: 20px;
}

.nav.nav-tabs {
    border-bottom: 1px solid #dedede;
}

.navbar-floating .header-navbar-shadow {
    display: none;
}

section.separate {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.bottom-divider {
    border-bottom: 1px solid #dedede;
}

.select2 {
    display: none;
}

.button-bar {
    right: 21px;
    top: 10px;
    z-index: 7;
}

.button-bar>*+* {
    margin-left: 0.25rem;
}

.raised-nav-button {
    position: relative;
    top: -2px;
}

.invoice-button-bar {
    right: 21px;
    top: 86px;
    z-index: 5;
}

.modal-button-bar {
    right: 15px;
    top: -66px;
}

.btn-primary {
    color: white !important;
}

.btn {
    --bs-btn-padding-y: 0.35rem;
    font-weight: bold;
}

.btn-sm {
    --bs-btn-padding-y: 0.32rem;
    --bs-btn-font-size: 0.875rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.3rem;
}

#breadcrumb {
    padding-left: 10px;
    padding-top: 15px;
}

.main-menu.menu-light .navigation li ul.menu-content li a.active {
    color: white !important;
}

.nav-tabs-secondary li a {
    background: #efefef;
    margin-right: 10px;
    border-top: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important;
    border-left: 1px solid #dedede !important;
}

.nav-tabs-secondary li a.active {
    background: #fff;
    margin-right: 10px;
}

.text-sm {
    font-size: .875rem !important;
}

.tags-container {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px;
    list-style: none;
}

.tags-container li {
    display: inline-block;
    padding: 3px 6px;
    list-style-type: none;
    border: 1px solid #d9d9d9;
    background: #dedede;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags-container li.input {
    background: #fff;
    border-color: #fff;
}

.tags-container li.input input {
    border-color: #fff;
    border: 0px;
}

.tags-container li.input input:focus {
    border: 0px;
    outline: none;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.has-error {
    border-color: red;
}

.text-color-red {
    color: red !important;
}

.text-color-limegreen {
    color: limegreen !important;
}

.text-bold {
    font-weight: bold;
}

.is-po-box {
    display: none;
}

.swal-wide {
    width: 650px !important;
}

.basic-address-data {
    display: inline-block;
    padding: 20px;
    background: #ffffbd;
    box-shadow: 4px 3px 13px -6px #666;
    width: 280px;
    height: 280px;
    transform: rotate(-5deg);
    padding-top: 26px;
    font-weight: bold;
    font-size: 16px;
}

.basic-address-data div {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.basic-address-data div::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.basic-address-data:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../images/pin.png');
    background-size: cover;
    top: -10px;
    right: -10px;
}

#selected-address-map {
    width: 100%;
    height: 350px;
}

.address {
    border: 1px solid #dedede;
    box-shadow: 5px 5px 11px -10px #666;
    padding: 23px 20px 20px 20px;
    border-radius: 5px;
    background-color: #fffee4;
    font-color: #333;
    font-weight: bold;
    font-style: italic;
    position: relative;
    margin-bottom: 14px;
    min-height: 150px;
}

.address div:not(.v-select):not(.vs__dropdown-toggle):not(.vs__selected-options):not(.vs__actions) {
    margin-bottom: 7px;
    border-bottom: 1px solid #dedede;
}

.address .copy-address {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.copied-message {
    position: absolute;
    display: block;
    bottom: 16px;
    right: 40px;
}

.unset-address {
    font-size: 20px;
    position: absolute;
    right: 4px;
    top: 1px;
}

.card-draggable-icon {
    font-size: 18px;
    position: absolute;
    left: 4px;
    top: 1px;
}

.vs__selected {
    margin: 2px 2px 0 !important;
}

/* contact form */
.v-select.vs--multiple .vs__dropdown-toggle {
    padding: unset !important;
}

.v-select.vs--multiple .vs__selected {
    margin: 1px 2px 1px 0 !important;
}

.v-select.vs--multiple .vs__actions {
    padding: 1px 6px 0 3px !important;
}

.v-select:not(.vs--multiple).vs--searchable .vs__dropdown-toggle {
    min-height: calc(1.25em + 1.4rem + 1px);
    height: auto !important;
    font-size: .96rem;
    font-weight: 400;
    border-radius: 5px;

}

.vs__search {
    color: #4e5154;
}

/* Avatar upload */
.vue-avatar-cropper-demo {
    margin-bottom: unset;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.card-image.avatar {
    width: 160px;
    border-radius: 6px;
    display: block;
    margin: 20px auto;
}

.card-img-overlay {
    display: none;
    transition: all 0.5s;
}

.card-img-overlay button {
    margin-top: 20vh;
}

.card:hover .card-img-overlay {
    display: block;
}

.already-used {
    background-color: #dedede;
}

#general-tab-relation-view .col-12:has(.vue-tel-input) {
    padding-bottom: 10px;
}

.clear_position {
    position: unset;
    margin-left: unset;
}

li.has-error-tab a span {
    color: red !important;
}

#relations-list tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    content: '\e845' !important;
    font-size: 1rem !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: '\e842' !important;
    font-size: 1rem !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-left: 17px;
}

/* Keep DataTables headers on the legacy dark-grey theme across all modules. */
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
div.dt-container table.dataTable>thead>tr>th,
div.dt-container table.dataTable>thead>tr>td {
    background-color: #f4f4f4 !important;
    color: #000000 !important;
}

.main-menu.menu-light .navigation>li.active>a {
    background: linear-gradient(118deg, #049EFF, #026bad);
    box-shadow: 0 0 19px -6px #026bad;
}

.main-menu.menu-light .navigation>li ul .active {
    background: linear-gradient(118deg, #049EFF, #026bad);
    box-shadow: 0 0 19px -6px #026bad;
}

.btn-hollow {
    background: white;
    border: 3px solid #3F9EFF;
    color: #3F9EFF;
}


.btn-hollow-dashed {
    background: white;
    border: 3px dashed #3F9EFF;
    color: #3F9EFF;
}

.action-buttons {
    max-width: 130px;
}

.action-buttons a {
    margin-right: 5px;
    font-size: 20px;
}

.ProseMirror {
    font-size: 16px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    min-height: 250px;
}

.ProseMirror pre {
    padding: .7rem 1rem;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: .8rem;
    overflow-x: auto;
}

.ProseMirror pre code {
    display: block;
    font-size: 16px
}

.ProseMirror blockquote {
    border-left: 3px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .8);
    padding-left: .8rem;
    font-style: italic;
}

.ProseMirror:focus {
    outline: none;
}

.ProseMirror p {
    margin-bottom: unset;
}

.tiptap_editor div {
    height: 90%;
    word-wrap: break-word;
    overflow-y: auto;
    max-height: 450px;
}

.tiptap_editor nav {
    margin-bottom: 10px;
}

.tiptap_editor .menubar__button {
    font-weight: 700;
    display: -webkit-inline-box;
    display: inline-flex;
    background: transparent;
    border: 0;
    color: #000;
    padding: .2rem .5rem;
    margin-right: .2rem;
    border-radius: 3px;
    cursor: pointer;
}

.tiptap_editor .menubar__button.is-active {
    background-color: rgba(0, 0, 0, .1);
}

.relation-kvk-search-select .vs__search::placeholder,
.relation-coc-search-select .vs__search::placeholder {
    color: #b8c2cc;
    opacity: 1;
}

.drivers-license .input-group-text {
    width: 42px;
}

.bg-gradient-light {
    background: #026bad !important;
    background-image: linear-gradient(30deg, #3F9EFF, rgba(48, 130, 203, 0.1)) !important;
    ;
    background-repeat: repeat-x;
}

.remove-user-from-employee {
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    color: white;
    right: 6px;
    top: 0;
}

.remove-user-from-employee:hover {
    color: red;
}

/* EuralCodes */

[v-cloak] {
    display: none !important;
}

#eural-matrix-form table thead tr th div {
    transform: rotate(-90deg);
}

#eural-matrix-form table thead tr th span {
    position: absolute;
    margin-left: -16px;
    margin-top: -10px;
    display: block;
}

#eural-matrix-form table thead tr th {
    border: 1px solid black;
    width: 15px !important;
}

#eural-matrix-form table tr th,
#eural-matrix-form table tr td {
    border-collapse: separate;
}

#eural-matrix-form table thead tr {
    height: 70px;
}

#eural-matrix-form table tbody td {
    text-align: center;
    border: 1px solid black;
    position: relative;
}

/*#eural-matrix-form table tbody tr td{*/
/*    */
/*}*/
#eural-matrix-form table tbody th {
    text-align: center;
    border: 1px solid black;
    padding: 0 2px;
}

#eural-matrix-form .check-relation div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#eural-matrix-form .check-relation div:hover {
    cursor: pointer;
}

#eural-matrix-form .check-relation div.highlight {
    background-color: #dedede;
}

#eural-matrix-form .check-relation div.mouseenter {
    background-color: #aede11;
}

#eural-matrix-form .check-relation div.not-possible {
    background-color: #aa0000;
}

#eural-matrix-form .check-relation div.selected {
    background-color: #00aa00;
}

#eural-matrix-form table tbody td.check-relation.disabled {
    background-color: #fff;
    border-color: #fff;
}

.drag_and_drop {
    border: 1px solid black;
}

/* TODO(bs5-audit): Still targets Bootstrap 4 custom-control modifier classes. Verify against current .form-check/.form-switch markup or remove if unused. */
.custom-control-danger .custom-control-input:active~.custom-control-label::before,
.custom-control-danger .custom-control-input:checked~.custom-control-label::before {
    border-color: #EA5455;
    background-color: #EA5455;
}

.custom-control-warning .custom-control-input:active~.custom-control-label::before,
.custom-control-warning .custom-control-input:checked~.custom-control-label::before {
    border-color: #FF9F43;
    background-color: #FF9F43;
}

.custom-control-success .custom-control-input:active~.custom-control-label::before,
.custom-control-success .custom-control-input:checked~.custom-control-label::before {
    border-color: #28C76F;
    background-color: #28C76F;
}

.apexcharts-legend-series {
    display: flex;
    align-items: center;
}

.row.calibration {
    flex-direction: column;
    max-height: 680px;
    overflow: auto;
}

.calibration label {
    margin-right: 20px;
}

.calibration .form-inline {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1030px) {
    .calibration input {
        width: 100%;
    }
}

@media only screen and (max-width: 606px) {
    .calibration label {
        margin-right: unset;
    }
}

@media only screen and (max-width: 1199px) {
    .calibration label {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1031px) {
    .calibration input {
        width: 100% !important;
    }
}

.notification-card {
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
    font-weight: bold;
    margin-bottom: 1.2rem;
    border-radius: 0.25rem;
}

.notification-card>.card-body>.card-text {
    margin-bottom: 0.2rem;
}

.notification-already-read {
    background: rgba(242, 245, 245, 0.8);
    font-weight: normal;
}

.notification-buttons {
    float: right;
    font-size: 1.4em;
}

.notification-buttons a {
    margin-left: 8px;
}

.notification-date {
    font-size: 0.7em;
    float: right;
    color: #4c4b4b80;
}

.notification-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.documents_list {
    overflow-y: scroll;
    max-height: 300px;
    overflow-x: hidden;
}

#tasks-attachments .row .col-9 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem
}

#forecast-date-selector,
#forecast-week-selector {
    font-size: 24px;
}

#forecast-date-selector .selected-date,
#forecast-week-selector .selected-week {
    display: inline-block;
    text-align: center;
}

.toastification-close-icon,
.toastification-title {
    line-height: 26px;
}

.toastification-title {
    color: inherit;
}

.Vue-Toastification__toast--default {
    background-color: #fff !important;
}

.toastification a.flex-shrink-0 {
    margin-right: 1rem !important;
}

.toastification-html p {
    margin: 0;
}

.b-avatar-custom i {
    text-align: center;
    display: block;
    padding-top: 5px;
}

.notification-list {
    overflow: auto;
    height: 700px;
    /* Firefox */
    padding: 0.9rem;
}

.scrollbar-chart {
    overflow: auto;
}

#orders-dashboard .scrollbar-chart > .col-lg,
#sales-dashboard .scrollbar-chart > .col-lg,
#global-dashboard .scrollbar-chart > .col-lg,
#rm-dashboard .scrollbar-chart > .col-lg,
#employees-dashboard .scrollbar-chart > .col-lg,
#outbound-orders-dashboard .scrollbar-chart > .col-lg,
#delivery-orders-dashboard .scrollbar-chart > .col-lg,
#internal-orders-dashboard .scrollbar-chart > .col-lg,
#outsourced-orders-dashboard .scrollbar-chart > .col-lg {
    min-width: 220px;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border: 1px solid transparent;
    border-radius: 6px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.notification-list::-webkit-scrollbar {
    width: 10px;
}

.notification-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notification-list::-webkit-scrollbar-thumb {
    background: #888;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.notification-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrollbar-chart::-webkit-scrollbar {
    height: 8px;
}

.scrollbar-chart::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar-chart::-webkit-scrollbar-thumb {
    background: #888;
    border: 1px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.scrollbar-chart::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#input-license-plate {
    background-color: lightyellow;
    color: black;
    font-weight: bold;
    border: 2px solid black;
}

#input-prefix {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.wizard-steps {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.wizard-steps .wizard-step {
    display: inline-block;
    width: 19%;
    cursor: pointer;
}

.wizard-steps .wizard-step div {
    display: inline-block;
    position: relative;
}

.wizard-steps .wizard-step div i {
    right: 50px;
    position: absolute;
    margin-top: 3px;
}

.wizard-steps .wizard-step .step-number {
    width: 18%;
}

.wizard-steps .wizard-step .step-number .step-circle {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background-color: #ccc;

    width: 40px;
    height: 40px;


    color: white;
    font-weight: bold;
    box-shadow: 4px 3px 16px -5px #ccc;

    box-sizing: border-box;
}

.wizard-steps .wizard-step.active .step-number .step-circle {
    background-color: #029EFF;
    box-shadow: 4px 3px 16px -5px #029EFF;
}

.wizard-steps .wizard-step .step-title {
    width: 80%;
}

.wizard-step-pages {
    padding-top: 20px;
}

.wizard-step-pages h5 {
    padding-top: 4px;
}

.sender-role-labels>div {
    height: auto !important;
    margin-right: 30px !important;
    display: flex !important;
    align-items: center !important;
    vertical-align: baseline !important;
}

.sender-role-labels .form-check-input {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
    flex-shrink: 0;
    cursor: pointer;
}

.sender-role-labels .form-check-label {
    font-size: 16px !important;
    line-height: 20px !important;
    display: flex;
    align-items: center;
}

.sender-role-labels .custom-control-label {
    padding-top: 0 !important;
}

.sender-role-labels .demo-inline-spacing {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
}

.selection-container {
    border: 1px solid #cccccc;
    height: 149px;
    background: #dedede;
    border-radius: 5px;
    display: table;
    width: 100%;
    opacity: 0.3;
}

.selection-container.active {
    background: #fffbea;
    opacity: 1;
    cursor: pointer;
}

.selection-container.active:hover {
    border: 1px solid #aaa;
    box-shadow: 7px 6px 6px -14px #333;
}

.selection-container span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.address .relation-name {
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
}


.swal2-container {
    z-index: 10001 !important;
}

#b_modal___BV_modal_outer_ {
    z-index: 1060 !important;
}

#b_modal_inline___BV_modal_outer_ {
    z-index: 1060 !important;
}

.modal-backdrop {
    opacity: 0.5;
}

#storage_unit_modal {
    z-index: 1060 !important;
}

#storage_unit_modal+.modal-backdrop {
    z-index: 1059 !important;
}

.nested-modal.show+.modal-backdrop {
    z-index: 1055 !important;
}

.nested-modal.show {
    z-index: 1056 !important;
}

.nested-modal~.modal.show+.modal-backdrop {
    z-index: 1057 !important;
}

.nested-modal~.modal.show {
    z-index: 1058 !important;
}

.nested-modal~.modal.show~.modal.show+.modal-backdrop {
    z-index: 1059 !important;
}

.nested-modal~.modal.show~.modal.show {
    z-index: 1060 !important;
}

@media (min-width: 992px) {
    .modal-lg-2 {
        max-width: 1004px;
    }
}

.blurred>* {
    filter: blur(3px);
}

.unblurred {
    filter: blur(0px);
}

.wizard-navigation-buttons {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.wizard-navigation-buttons>div {
    display: flex;
    gap: 0.5rem;
}

.driver-card-container {
    display: table;
    margin-bottom: 15px;
}

.driver-card {
    text-align: center;
    border: 1px solid #339eff;
    background: #339eff;
    color: white;
    padding: 10px;
    height: 64px;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    cursor: pointer;
    border-radius: .4285rem;
}

.grey-background-hoverable {
    color: #626262;
    background: rgba(239, 239, 239, 0.35);
}

.grey-background-hoverable:hover {
    background: #049EFF;
    color: white;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.add-storage-unit-for-address {
    height: 40px;
    border-radius: 0 0 5px 5px;
    font-size: 1rem;
    font-weight: bold;
}

.add-storage-unit-for-address:hover img {
    filter: invert(100%);
}

.disposal-address {
    border-radius: 5px 5px 0 0;
}

.red-text {
    color: #ea5455 !important;
}

.red-border {
    border-color: #ea5455 !important;
}

.orange-text {
    color: #ea9554 !important;
}

.green-text {
    color: #6ad52f !important;
}

.risky-collection-order {
    background: #fdfcea;
}

.old-collection-order {
    background: #fdf4ea;
}


.vs-checkbox-con.danger input:checked~.vs-checkbox .vs-checkbox--check {
    background-color: #EA5455;
}

.vs-checkbox-con.danger input:checked~.vs-checkbox {
    border-color: #EA5455;
}


.switch-input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch-label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-input:checked+label {
    background: #bada55;
}

.switch-input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switch-label:active:after {
    width: 10px;
}

.urgent-collection-order {
    background: #FDEAEA;
}

.donut-chart {
    /*width: 360px;*/
    width: 150px;
    min-height: 100px;
    font-size: 10px;
}

#orders-dashboard .donut-chart,
#sales-dashboard .donut-chart,
#global-dashboard .donut-chart,
#rm-dashboard .donut-chart,
#employees-dashboard .donut-chart,
#outbound-orders-dashboard .donut-chart,
#delivery-orders-dashboard .donut-chart,
#internal-orders-dashboard .donut-chart,
#outsourced-orders-dashboard .donut-chart {
    width: 180px;
    height: 180px;
    min-height: 180px;
    font-size: 12px;
}

#sales-dashboard .gauge-chart {
    width: 180px;
    height: 180px;
    min-height: 180px;
    font-size: 12px;
}

#sales-dashboard .gauge-parent {
    display: flex;
    justify-content: center;
}

#reporting-dashboard .reporting-chart-row {
    min-height: 230px;
    align-items: stretch;
}

#reporting-dashboard .reporting-chart-panel {
    display: flex;
    min-height: 210px;
    flex-direction: column;
}

#reporting-dashboard .reporting-chart-title {
    min-height: 24px;
    margin-bottom: 0.25rem;
    text-align: center;
}

#reporting-dashboard .reporting-chart-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 180px;
    align-items: center;
    justify-content: center;
}

#reporting-dashboard .reporting-chart-body .donut-parent,
#reporting-dashboard .reporting-chart-body .clustered-column-chart-parent {
    width: 180px;
    height: 180px;
}

#reporting-dashboard .reporting-chart-body .donut-chart,
#reporting-dashboard .reporting-chart-body .clustered-column-chart {
    width: 180px !important;
    height: 180px !important;
    min-height: 180px !important;
    font-size: 12px;
}

.pictorial-parent {
    width: 390px;
    min-height: 300px;
}

.show-controls-on-hover {
    font-weight: 200;
    line-height: 1;
    color: #999;
    font-size: .9rem;
}

.show-controls-on-hover div {
    display: none;
}

.show-controls-on-hover:hover div {
    display: flex;
    padding: 0;
}

.v-select:not(.vs--multiple).vs--searchable .vs__dropdown-toggle,
.v-select:not(.vs--multiple) .vs__dropdown-toggle {
    min-height: calc(1.26em + 1.13rem);
    height: auto !important;
    padding: unset;
}

.v-select:not(.vs--multiple) .vs__selected-options {
    flex-wrap: wrap;
    overflow: visible;
}

.v-select:not(.vs--multiple) .vs__selected {
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.v-select:not(.vs--multiple) .vs__actions {
    align-self: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.eural-code-span {
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin-right: 6px;
    background: #f9f9f9;
    font-weight: bold;
}

.vs__search,
.vs__search:focus {
    padding: 3px 8px !important;
}

.radio-inline-spacing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

.menu-content .menu-content li {
    padding-left: 20px;
    font-size: 13px;
}

.menu-content .menu-content li a {
    padding: 5px 15px 5px 20px !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.sale-quote-container {
    width: 594px;
    height: 833px;
    background: white;
    border-radius: 11px;
}

.invoice-container {
    min-height: 500px;
    padding: 25px;
    box-shadow: 5px 5px 16px -15px #333;
    border: 1px solid #ebebeb;
}

.invoice-container .invoice-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 6px;
}

.invoice-container .invoice-subtitle {
    letter-spacing: -0.5px;
}

.invoice-container .invoice-debtor {
    font-size: 12px;
    margin-top: 40px;
}

.invoice-container .invoice-logo {}

.invoice-container .invoice-logo img {
    max-width: 100%;
    max-height: 166px;
}

.invoice-container .license-holder-data {
    line-height: 1.8;
    font-size: 12px;
}

.invoice-container .license-holder-name {
    font-size: 17px;
    font-weight: bold;
}

#invoice-preview {
    position: relative;
}

#invoice-preview .concept-banner {
    position: absolute;
    left: 35%;
    font-size: 40px;
    top: 240px;
    color: red;
}

#invoice-data {
    font-size: 13px;
    font-weight: bold;
}

#invoice-data .invoice-header-item {
    margin-top: 15px;
}

.no-bold {
    font-weight: normal;
}

.no-margin {
    margin: 0px !important;
}

.invoice-items-container {
    min-height: 500px;
    border: 1px solid #ebebeb;
    padding: 15px;
}

#catalog-dashboard {
    min-height: 800px;
}

.event-code-container {
    width: 100%;
    max-width: 1120px;
    line-height: 1.0rem;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.toggle-whole-event-code {
    cursor: pointer;
}

.toggle-whole-event-code-timeline {
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.event-code-container div {
    padding: 0.65rem;
    border-radius: 6px 6px 6px 6px;
}

.green {
    color: #333;
    background: #c7f0d2;
    order: 2;
}

.red {
    color: #333;
    background: #f9d7dc;
    order: 1;
}

.yellow {
    color: #333;
    background: #f9f2d7;
}

.event-arr-obj {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: #f7f7f7;
}

.row.item-row {
    padding-top: 10px;
    border-bottom: 1px solid #ededed;
}

/*Hack to fix Glitch in matrix*/
.pagination .page-item.active .page-link {
    z-index: 0;
    margin-right: 3px;
}

#transport-letter-data-overview {
    font-size: 11px;
}

#transport-letter-data-overview table tr td {
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
}

#transport-letter-data-overview hr {
    margin-top: 0;
    margin-bottom: 0;
}

#order-data-overview {
    border: 1px solid #ebebeb;
    padding: 15px;
    padding-top: 0px;
    height: 100%;
}

.property-table tr th {
    text-align: left;
}

/* TODO(bs5-audit): Still targets Bootstrap 4 custom-control markup. Verify against .form-check-input:checked + .form-check-label needs. */
.custom-control-input:checked~.custom-control-label::before {
    border-color: #3F9EFF;
    background-color: #3F9EFF;
}

/* TODO(bs5-audit): Bootstrap 5 modal headers use .btn-close instead of .close. */
.modal .modal-header .close span {
    color: #3F9EFF;
}

.small-circle {
    border-radius: 100%;
    width: 17px;
    height: 17px;
}

.bulk-analysis-weigh-popup {
    cursor: pointer
}

.cylinder {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 20px;
    height: 26px;
    border-radius: 50px/25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    float: left;
    margin-right: 1px;
    padding-top: 7px;
    font-family: Kenteken;
    font-weight: 600;
}

.cylinder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 8px;
    border-radius: 50px/25px;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
}

.cursor-pointer {
    cursor: pointer;
}

.add-analysis-item-button {
    height: 50px;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.test {
    outline: 100px solid rgba(255, 0, 0, 0.5) !important;
    outline-offset: -100px;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 200px;
}


#quote-body {
    background-image: url('../images/sales/quote-background.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.chat-parent {
    border-radius: 11px 11px 0 0 !important;
    margin: 0;
}

.chat-container {
    width: 100%;
    margin: auto;
    height: 544px;
    max-height: 594px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
    background: white;
    background-size: cover;
    background-position-x: right;
    border-radius: 7px 7px 7px 7px !important;
}

.chat-container .message {
    width: 90%;
    min-height: 70px;
    padding: 12px 6px 3px 13px;
    font-size: 1.2rem;
}

.chat-container .green-message {
    border-radius: 12px 0 12px 12px;
    background: #d4fbcd;
    float: right;
    box-shadow: -1px 4px 4px 1px rgba(0, 0, 0, 0.2);
}

.chat-container .grey-message {
    border-radius: 0 12px 12px 12px;
    background: #f3f3f3;
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.2);
}

.popover-component {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.4);
}

.popover-component-title {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    height: 32px;
}

.popover-component-body {
    padding: .5rem .75rem;
    color: #212529;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
}

.custom-opacity-8 {
    opacity: 0.8;
}

.scroll-to-bottom-button {
    cursor: pointer;
    width: 70px;
    height: 50px;
    position: relative;
    top: -70px;
    right: 24px;
    background-color: rgba(200, 200, 200, 0.6);
    background-size: cover;
    background-image: url('../images/arrow-down-animated.gif');
}

.action-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.action-bar a {
    font-size: 20px;
}

#invoice-pdf-viewer {
    height: 900px;
}

.text-bg-success {
    color: #fff;
    background-color: #28c76f;
}

.text-bg-warning {
    color: #2a2e30;
    background-color: #ff9f43;
}

#eural_codes>ul {
    max-height: 180px;
}

.v-select.no-overflow .vs__dropdown-menu {
    overflow: hidden;
}

.v-select-dropdown-100 .vs__dropdown-menu {
    max-height: 100px;
}

.v-select-dropdown-150 .vs__dropdown-menu {
    max-height: 150px;
}

.v-select-dropdown-200 .vs__dropdown-menu {
    max-height: 200px;
}

.vue-select-filters-normalization .vs__dropdown-menu {
    max-height: 184px;
}

.header-navbar .navbar-container ul.nav li .badge.badge-up {
    background: #049eff;
}

.form-control-border {
    border: 1px solid #d9d9d9 !important;
}

.loading-rings {
    background: url('../images/loading.svg') no-repeat center center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.footer-fixed .custom-footer.footer-light {
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.footer-fixed .custom-footer {
    position: fixed !important;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }
}

html .footer-fixed .content.app-content {
    padding-bottom: 3.35rem !important;
    min-height: 80vh;
}

.kanban-sale-structure div {
    margin-bottom: 0.1rem;
}

.menu-collapsed .navbar-header:not(.expanded) .brand-logo {
    background: url('../images/logo_wastedesk_small.png') no-repeat;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.upload-area:hover {
    border-color: black !important;
}

.card-content-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000b5;
    overscroll-behavior: contain;
}

.card.card-overlay:hover .card-content-overlay {
    opacity: 1;
    background-color: #000000b5;
}

.sale-quote-container:hover .card-content-overlay {
    opacity: 1;
    background-color: #000000b5;
}

#vuePdfApp:hover .card-content-overlay {
    opacity: 1;
    background-color: #000000b5;
}

.card-content-overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn-group-sm.btn-group-sm-height {
    height: 26px;
}

.btn-group.btn-group-height {
    height: 38px;
}

.custom-form-control-sm {
    font-size: .875rem;
    padding: .25rem .5rem;
    height: calc(1em + 1rem + 2px);
}


.btn-group-radius-0 {
    border-radius: 0;
}

.btn.btn-radius-0 {
    border-radius: 0;
}

@media (min-width: 992px) {

    .b-modal-class .modal-lg,
    .b-modal-class .modal-xl {
        max-width: 1050px;
    }
}

.border-bottom-dashed-white {
    border-bottom: 1px dashed white !important;
}

.sale-items-selects .vs__dropdown-toggle {
    max-height: 36px;
    white-space: nowrap;
}

.sale-items-selects .vs__selected-options {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-items-selects .vs__selected-options .vs__selected {
    width: 80%;
}

.sale-items-selects .vs__dropdown-menu {
    max-height: 250px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - 4.4rem - 49px);
}

.relation-child-modal-shell .modal-dialog {
    position: relative;
}

.relation-address-view-modal-shell,
.relation-address-edit-modal-shell,
.sensor-picker-modal-shell {
    z-index: 2010 !important;
}

.relation-address-view-modal-shell+.modal-backdrop,
.relation-address-edit-modal-shell+.modal-backdrop {
    z-index: 2009 !important;
}

.relation-child-modal-shell .modal-content {
    position: relative;
    z-index: 2012 !important;
}

.address-view-hours .table td {
    padding: 0.25rem 0;
    vertical-align: top;
}

.address-view-hours .table td:first-child {
    width: 45%;
}

.address-view-address-card .address-view-details-table th {
    font-style: normal;
}

.address-view-address-card .address-view-details-table td {
    font-style: italic;
}

.address-view-map {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border: 1px solid #d9dde1;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .address-view-hours {
        margin-top: 1.5rem;
        border-left: 0 !important;
    }

    .address-view-map {
        height: 260px;
    }
}

.contact-view-modal-shell.relation-child-modal-shell {
    z-index: 2010 !important;
}

.contact-view-modal-shell.relation-child-modal-shell+.modal-backdrop,
.contact-view-modal-shell.relation-child-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
}

.contact-view-modal-shell.relation-grandchild-modal-shell {
    z-index: 2030 !important;
}

.contact-view-modal-shell.relation-grandchild-modal-shell+.modal-backdrop,
.contact-view-modal-shell.relation-grandchild-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
}

.contact-view-modal-shell.relation-grandchild-modal-shell .modal-content {
    position: relative;
    z-index: 2032 !important;
}

.order-template-modal-shell {
    z-index: 2010 !important;
}

.order-template-modal-shell+.modal-backdrop,
.order-template-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
}

.relation-chip-wrap-select .vs__selected-options {
    max-height: 96px;
    overflow-y: auto;
    align-content: flex-start;
}

.relation-chip-wrap-select .vs__selected {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.price-configuration-modal-shell {
    z-index: 2010 !important;
}

.price-configuration-modal-shell+.modal-backdrop,
.price-configuration-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.price-configuration-modal-shell .modal-content {
    position: relative;
    z-index: 2011 !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.price-tier-modal-shell {
    z-index: 2050 !important;
}

.price-tier-modal-shell+.modal-backdrop,
.price-tier-modal-shell+.modal-backdrop.show {
    z-index: 2049 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.price-tier-modal-shell .modal-content {
    position: relative;
    z-index: 2051 !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.price-agreement-modal-shell {
    z-index: 2030 !important;
}

.price-agreement-modal-shell+.modal-backdrop,
.price-agreement-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.price-agreement-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.price-list-revision-modal-shell {
    z-index: 2030 !important;
}

.price-list-revision-modal-shell+.modal-backdrop,
.price-list-revision-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.price-list-revision-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.recurrence-edit-modal-shell {
    z-index: 2030 !important;
}

.recurrence-edit-modal-shell+.modal-backdrop,
.recurrence-edit-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.recurrence-edit-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.purchase-invoice-exact-search-modal-shell {
    z-index: 2030 !important;
}

.purchase-invoice-exact-search-modal-shell+.modal-backdrop,
.purchase-invoice-exact-search-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
}

.purchase-invoice-exact-search-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
}

.analyse-weighing-modal-shell {
    z-index: 2010 !important;
}

.analyse-weighing-modal-shell+.modal-backdrop,
.analyse-weighing-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
}

.analyse-weighing-modal-shell .modal-content {
    position: relative;
    z-index: 2011 !important;
}

.analysis-result-modal-shell {
    z-index: 2030 !important;
}

.analysis-result-modal-shell+.modal-backdrop,
.analysis-result-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
}

.analysis-result-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
}

.recent-weighing-modal-shell,
.weighings-modal-shell {
    z-index: 2030 !important;
}

.recent-weighing-modal-shell+.modal-backdrop,
.recent-weighing-modal-shell+.modal-backdrop.show,
.weighings-modal-shell+.modal-backdrop,
.weighings-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
}

.recent-weighing-modal-shell .modal-content,
.weighings-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
}

.process-bulk-modal-shell {
    z-index: 2010 !important;
}

.process-bulk-modal-shell+.modal-backdrop,
.process-bulk-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
}

.process-bulk-modal-shell .modal-content {
    position: relative;
    z-index: 2011 !important;
}

.process-bulk-storage-unit-modal-shell {
    z-index: 2030 !important;
}

.process-bulk-storage-unit-modal-shell+.modal-backdrop,
.process-bulk-storage-unit-modal-shell+.modal-backdrop.show {
    z-index: 2029 !important;
}

.process-bulk-storage-unit-modal-shell .modal-content {
    position: relative;
    z-index: 2031 !important;
}

.storage-history-modal-shell {
    z-index: 2010 !important;
}

.storage-history-modal-shell+.modal-backdrop,
.storage-history-modal-shell+.modal-backdrop.show {
    z-index: 2009 !important;
}

.storage-history-modal-shell .modal-content {
    position: relative;
    z-index: 2012 !important;
}

.task-modal-host.relation-child-modal-shell #task-modal {
    z-index: 2010 !important;
}

.task-modal-host.relation-child-modal-shell .modal-backdrop {
    z-index: 2009 !important;
}

.task-modal-host.relation-child-modal-shell #task-modal .modal-dialog {
    position: relative;
    z-index: 2011 !important;
}

.task-modal-host.relation-child-modal-shell #task-modal .modal-content {
    position: relative;
    z-index: 2012 !important;
}

.task-modal-host.relation-grandchild-modal-shell .modal-backdrop {
    z-index: 2029 !important;
}

.task-modal-host.relation-grandchild-modal-shell #task-modal {
    z-index: 2030 !important;
}

.task-modal-host.relation-grandchild-modal-shell #task-modal .modal-dialog {
    position: relative;
    z-index: 2031 !important;
}

.task-modal-host.relation-grandchild-modal-shell #task-modal .modal-content {
    position: relative;
    z-index: 2032 !important;
}

.task-modal-host.sale-child-modal-shell .modal-backdrop {
    z-index: 1069 !important;
}

.task-modal-host.sale-child-modal-shell #task-modal {
    z-index: 1070 !important;
}

.task-modal-host.sale-child-modal-shell #task-modal .modal-dialog {
    position: relative;
    z-index: 1071 !important;
}

.task-modal-host.sale-child-modal-shell #task-modal .modal-content {
    position: relative;
    z-index: 1072 !important;
}

.timeline-json-modal-backdrop {
    z-index: 2029 !important;
    background-color: rgba(15, 23, 42, 0.68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.timeline-json-modal-shell {
    z-index: 2030 !important;
}

.timeline-json-modal-shell .modal-dialog {
    position: relative;
    z-index: 2031 !important;
}

.timeline-json-modal-shell .modal-content {
    position: relative;
    z-index: 2032 !important;
}

.storage-unit-payload-modal-shell {
    z-index: 2050 !important;
}

.storage-unit-payload-modal-backdrop {
    z-index: 2049 !important;
    background-color: rgba(15, 23, 42, 0.78);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.tr-error {
    background-color: #ffe7e7
}

.fact:last-child {
    margin-bottom: 0px !important;
}

.fact {
    margin-bottom: 10px !important;
}

#multi-orders .card {
    margin-bottom: 10px;
}

.custom-even {
    background-color: #eee
}

.custom-odd {
    background-color: #fbfbfb
}

.flex-3-column {
    display: flex;
    flex-wrap: wrap;
}

.flex-3-column>div {
    flex-grow: 1;
    width: 33%;
    margin-bottom: 1.5rem;
}

.show-more-filters-toggle {
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s, height 0.3s 0.1s;
}

.shown.show-more-filters-toggle {
    opacity: 1;
    height: auto;
    transition: opacity 0.3s 0.1s, height 0.3s;
}

.toggle-filters-button {
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #2e92f9;
}

.debug-bar {
    position: relative;
}

.debug-bar:before {
    content: ' ';
    background-image: url('../images/dev-mode.png') !important;
    background-repeat: repeat-x !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.lma-error-container {
    position: relative;
}

.lma-error-container span {
    width: 100%;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-left: 10px;
    display: inline-block;
}

.lma-error-container span:before {
    content: '-';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0px;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.contact-modal-img .card-body {
    height: 270px;
}

.contact-modal-img .card-body img {
    height: 220px;
}

.pdf-app .toolbar {
    z-index: 5 !important;
}

.order-contacts-table {
    overflow: auto;
}

.overlay-panel {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 4px 24px 0 rgb(0 0 0);
    font-family: Gotham, Helvetica, Arial, sans-serif;
    padding: 16px 16px;
    position: fixed;
    bottom: 60px;
    right: 40%;
    width: 400px;
    z-index: 7;
}

.tooltip-inner {
    max-width: 500px;
}

.modal-1060 {
    min-width: 1060px !important;
}

.table-font-size-small th {
    font-size: 0.75rem !important;
}

.upper-modal-buttons {
    position: absolute;
    top: -6px;
    right: 14px;
}

.in-modal-tab-content {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.my-actions {
    margin: 0 2em;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.left-gap {
    margin-left: auto !important;
}

.right-gap {
    margin-right: auto;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.modal-lg-wider {
    min-width: 850px !important;
}

.rel-overview-scroll-element {
    max-height: 294px !important;
    overflow-y: scroll !important;
}

.police-officer-btn {
    padding: 5px 20px !important;
    margin-bottom: 0.15%;
}

.flex-column {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: center;
}

.orders_tabs {
    width: 80%;
}

.orders_tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

.orders_tabs .nav-tabs .nav-item {
    flex: 1 0 25%;
    /* 4 tabs per line (25% width each) */
    text-align: center;
}

.orders_tabs .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
}

.editor-menu-bar-buttons {
    display: flex;
    flex-wrap: wrap;
}


.flex-row.hours select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #5f5f5f;
    border: 1px solid #d9d9d9 !important;
    display: block;
    height: calc(1.25em + 1.4rem + 1px) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    background-image: url(../images/pages/arrow-down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
    background-size: 12px 12px, 10px 10px;
}

.flex-row.hours.close {
    opacity: initial !important;
}

#show-invoice-orders-modal .modal-body {
    overflow-y: auto;
    max-height: 70vh;
}

#show-invoice-orders-modal .modal-xl {
    max-width: 64%;
    margin-left: 24rem !important;
}

.gap-1 {
    gap: 10px
}

.cut-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-tabs-secondary.flex li a {
    margin-right: 0;
}

.nav-tabs-secondary.flex {
    width: 94%;
}

.ellipsis {
    max-width: 250px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-200 {
    max-width: 200px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-150 {
    max-width: 150px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-130 {
    max-width: 130px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-160 {
    max-width: 160px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-750 {
    max-width: 750px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.ellipsis-600 {
    max-width: 600px;
    /* Limit container width */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide the overflowed text */
    text-overflow: ellipsis;
    /* Show "..." when text overflows */
}

.max-width-750 {
    max-width: 750px;
    /* Limit container width */
    min-width: 500px;
}

.w-10p {
    max-width: 10px;
    /* Limit container width */
}

.modal-900 {
    width: 900px !important;
    max-width: 900px !important;
}

.modal-550 {
    width: 550px !important;
    max-width: 550px !important;
}

.report-filter.vs--disabled>.vs__dropdown-toggle {
    background-color: #d7d7d7;
}

.report-filter.vs--disabled>.vs__dropdown-toggle .vs__search {
    background-color: #d7d7d7;
}

.report-filter.vs--disabled>.vs__dropdown-toggle .vs__open-indicator {
    background-color: #d7d7d7;
}

.task-board-content {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    height: calc(80vh - 90px);
}

.line-through {
    text-decoration-line: line-through;
}

.dash-list {
    list-style-type: none;
    padding-left: 1em;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dash-list li::before {
    content: "- ";
    margin-left: -1em;
}

.dataTables_wrapper table.dataTable.table-striped tbody tr.highlighted-row>td,
.dataTables_wrapper table.dataTable.table-striped tbody tr.highlighted-row>th {
    background-color: rgba(4, 158, 255, 0.39) !important;
    box-shadow: none !important;
}

.dropdown-toggle::after {
    left: 0.2rem;
}

.text-bg-light-success {
    background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f !important;
}

.text-bg-light-danger {
    background-color: rgba(234, 84, 85, 0.12);
    color: #ea5455 !important;
}

.tab-content {
    margin-top: 1rem
}

.vue-tel-input {
    padding: .285rem .75rem;
    border-radius: var(--bs-border-radius) !important;
}

.vti__dropdown {
    padding: unset !important;
}

select.form-control:not([multiple=multiple]) {
    background-position: calc(100% - 12px) 10px, calc(100% - 20px) 13px, 100% 0 !important;
    background-size: 12px 12px, 10px 10px;
}

.vs__search,
.vs__search:focus {
    margin: 3px 0 0 !important;
}

.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.05em;
}

.license_plate_nl {
    width: 102px;
    height: 25px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Kenteken;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url('../images/planning/license_plate.png') center top / 100% 100% no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.license_plate_be {
    width: 102px;
    height: 26px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Kenteken;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url('../images/planning/be_license_plate.svg') center top / 100% 100% no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.license_plate_lu {
    width: 102px;
    height: 26px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Kenteken;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url('../images/planning/license_plate_lu.png') center top / 100% 100% no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.form-control:focus {
    box-shadow: unset;
}

.min-width-900 {
    min-width: 900px;
}

/* =========================================================
   SINGLE SELECT
   ========================================================= */
.v-select:not(.vs--multiple) .vs__selected-options {
  flex-wrap: nowrap;
  min-width: 0;
}

.v-select:not(.vs--multiple) .vs__selected {
  min-width: 0;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-select:not(.vs--multiple) .vs__search {
  min-width: 0;
}

.v-select:not(.vs--multiple) .vs__dropdown-toggle {
  min-height: 38px;
  height: 38px;
  overflow: hidden;
  align-items: center;
}


/* =========================================================
   MULTIPLE SELECT
   ========================================================= */
.v-select.vs--multiple .vs__dropdown-toggle {
  height: auto;
  overflow: visible;
  padding: 4px 32px 4px 6px;
}

.v-select.vs--multiple .vs__selected-options {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.v-select.vs--multiple .vs__selected {
  display: inline-flex;
  align-items: center;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-select.vs--multiple .vs__search {
  flex: 1 0 90px;
  min-width: 90px;
  margin: 0;
  padding: 0 4px;
}

.swal2-icon:before {
    display: none !important;
}
.table {
    --bs-table-border-color: #f8f8f8;
}

hr {
    border-top: 1px solid rgba(34,41,47,.1);
}
.pagination .page-link {
    padding: .65rem .911rem;
}

.filter_footer_buttons {
    height: 38px;
    font-weight: bold !important;
}
