/*================================================================================
	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.  */
.main-menu .navbar-header .navbar-brand {
    margin-top: .7rem;
}

.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;
}

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

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

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

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

.btn {
    font-weight: bold;
}

#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;
}

/* contact form */
.vs--searchable .vs__dropdown-toggle {
    height: calc(1.25em + 1.4rem + 1px);
    border: 1px solid #d9d9d9;
    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;
}

.text-danger {
    position: absolute;
    margin-left: 3px;
}

.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;
    top: 0.7rem !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;
    top: 1.2rem !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;
}

.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;
    padding: 9.5px 13px;
}


.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);
}

.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;
}

.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;
}

.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;
}

::-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: block;
    padding: 10px;
    border-radius: 20px;
    background-color: #ccc;
    text-align: center;
    width: 40px;
    height: 40px;
    color: white;
    font-weight: bold;
    box-shadow: 4px 3px 16px -5px #ccc;
}

.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 .custom-control-label::before, .sender-role-labels .custom-control-label::after {
    width: 24px;
    height: 24px;
}

.sender-role-labels > div {
    height: 26px;
    margin-right: 50px;
    vertical-align: bottom;
}

.sender-role-labels .custom-control-label {
    padding-top: 4px;
    font-size: 14px;
    padding-left: 12px;
}

.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;
}

@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;
    margin-top: -11px;
}

.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;
}

.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, .vs--searchable .vs__dropdown-toggle {
    height: auto;
}

.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;
}

.radio-inline-spacing .custom-radio {
    margin-right: 10px;
}

.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;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3F9EFF;
    background-color: #3F9EFF;
}

.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;
}

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

.badge-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;
}

.swal2-icon .swal2-icon-content {
    display: none !important;
}

.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);
}

.custom-btn-group-sm > .btn, .btn-sm {
    line-height: 1;
    border-radius: .4285rem;
    padding: .25rem 1.5rem;
    height: calc(1em + 1rem);
}

.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);
}

.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;
    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;
}

.btn-cancel {
    border-color: #ea5455 !important;
    background-color: #ea5455 !important;
    color: #fff !important;
    padding: 12px 17px;
}

.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;
}

.highlighted-row {
    background-color: rgba(4, 158, 255, 0.39) !important; /* nice yellow */
}