body, html {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

#app-side-nav-outer-toolbar {
    flex-direction: column;
    display: flex; 
    height: 100%;
    width: 100%;
}

.fit-content {
    min-width: 675px;
    width: fit-content;
    height: fit-content;
}

.padding-20 {
    padding: 20px;
}

.dashboardChart {
    max-width: 1370px;
    min-width: 675px;
}

.newsCard {
    max-width: 1370px;
    min-width: 675px;
}

.layout-header {
    flex: 0 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 1501;
}

.dx-toolbar .dx-toolbar-item.menu-button {
    width: 60px;
    text-align: center;
    padding: 0;
}

.dx-toolbar .dx-toolbar-item.menu-button > .dx-toolbar-item-content .dx-icon {
    color: #03a9f4;
}

.middle-card {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
    margin-right: 10% !important;
    margin-left: 10% !important;
    margin-top: 40px !important;
    min-width: 730px;
}

.dx-card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}

.grey06 {
    color:rgba(0, 0, 0, .6) ;
}

.dx-card.wide-card {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
}

.with-footer > div > div > .dx-scrollable-content {
    height: 100%;
}

.with-footer > div > div > .dx-scrollable-content > .dx-scrollview-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}


.login-content-wrapper {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.layout-body {
    background-color: #f2f2f2;
    flex: 1;
    height: 100%;
    min-height: 0;
}

.layout-body .menu-container {
    height: 100%;
    width: 250px;
}

.layout-body .content {
    flex-grow: 1;
    height: 100%;
    line-height: 1.5;
}

.layout-body .content h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -.5px;
}

.layout-body .content h3 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: -.5px;
}

.layout-body .content-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.layout-body .content-footer {
    display: block;
    color: rgba(0,0,0,.609);
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
    padding-bottom: 24px;
}

.layout-body .responsive-paddings {
    padding: 20px;
}

.layout-body-hidden {
    visibility: hidden;
}

@media screen and (min-width: 600px) {
    .layout-body .content-block {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .layout-body .responsive-paddings {
        padding: 40px;
    }
}

.menu-container .dx-widget {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    line-height: 24px;
}

.menu-container .dx-treeview {
    white-space: nowrap;
}

.menu-container .dx-treeview .dx-treeview-item {
    padding-left: 0;
    padding-right: 0;
}

.menu-container .dx-treeview .dx-treeview-item .dx-icon {
    width: 60px !important;
    margin: 0 !important;
}

.menu-container .dx-treeview .dx-treeview-node {
    padding: 0 0 !important;
}

.menu-container .dx-treeview .dx-treeview-toggle-item-visibility {
    right: 10px;
    left: auto;
}

.menu-container .dx-treeview .dx-rtl .dx-treeview-toggle-item-visibility {
    left: 10px;
    right: auto;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="1"] {
    font-weight: bold;
    border-bottom: 1px solid #515159;
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] .dx-treeview-item-content {
    font-weight: normal;
    padding: 0 60px;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item {
    background: transparent;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node.dx-state-selected > .dx-treeview-item * {
    color: #03a9f4;
}

.menu-container .dx-treeview .dx-treeview-node-container .dx-treeview-node:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
    background-color: #3F3F4B;
}

.LoginCard {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 10%;
}

.LoginCard > div {
    background-color: white;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
}

    .LoginCard h1 {
        margin-bottom: 0px;
        font-size: 24px;
        color: #333;
        font-weight: normal;
    }

        .LoginCard h1.subtitle {
            margin-bottom: 15px;
            font-size: 22px;
            color: #333;
            font-weight: 100;
        }

.HeaderLogo img {
    max-height: 40px;
}

.HeaderLogoAnonymous img {
    margin: 10px;
}

.user-menu-button {
    padding-right: 10px !important;
}

.text_green {
    color: #15a589;
}

.text_red {
    color: #e81a1a;
}

.text_orange {
    color: #e48b25
}

.filters-container {
    margin: 40px 20px;
}

.button-container {
    margin: 10px 20px;
}

.control-label {
    font-size: 18px;
    font-weight: bold;
}

.dx-grid-withAccordion .dx-datagrid-rowsview td {
    padding: 0px 16px !important;
    font-size: 14px;
    line-height: 20px;
}

.dx-grid-withAccordion .dx-accordion-item {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: margin .2s cubic-bezier(.4, 0, .2, 1);
    transition: margin .2s cubic-bezier(.4, 0, .2, 1);
    will-change: margin,height;
    border-top: none;
}

.dx-grid-withAccordion .dx-accordion {
    background-color: #fff;
    color: rgba(0,0,0,.87);
    margin: 0px;
}

.dx-grid-withAccordion .dx-accordion-item-body {
    padding: 0px 8px 0px 8px;
}

.dx-grid-withAccordion .dx-accordion-item-title {
    font-size: 14px;
    padding: 5px;
    vertical-align: middle;
}

.dx-grid-withAccordion .dx-accordion-item-title p {
    margin-top: 4px;
}

.StatusLine-New {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #5bc0de;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-InProgress {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #f39c12;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Delivered {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #9B59B6;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Canceled {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #E74C3C;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Completed {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #18bc9c;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Draft {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #a5a5a5;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Accepted {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #18bc9c;
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-PriceOffer {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: rgba(243,156,18,.5);
    padding-left: 4px;
    white-space: nowrap;
}

.StatusLine-Rejected {
    background-color: transparent !important;
    border-left: 4px solid transparent;
    border-color: #FF4444;
    padding-left: 4px;
    white-space: nowrap;
}

.dx-icon-small {
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.display-flex-center {
    display: grid;
    grid-template-columns: 24px 34px auto auto;
    grid-template-rows: 20px;
    align-items: center;
}

.flag {
    -webkit-box-shadow: 0 0 0.2em rgba(0,0,0,.55);
    box-shadow: 0 0 0.2em rgba(0,0,0,.55);
}

.company-info-logo {
    margin-top: 15px;
}

.company-info-logo > img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 15px;
}

.shipment-accordion-card {
    border: 1px dashed silver;
    border-radius: 9px;
    padding: 3px;
    text-wrap: nowrap;

}

.bold {
    font-weight: bold;
}

.bold-label {
    font-weight: bold;
    font-size: 16px;
}

.address-label .flag {
    margin: 2px 0;
/*    -webkit-box-shadow: 0 0 0.2em rgba(0,0,0,.55);
    box-shadow: 0 0 0.2em rgba(0,0,0,.55);*/
}

.address-card {
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 12px 14px 9px 14px;
    margin: 0 10px;
    background-color: #fff;
    /*    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,.1);
    box-shadow: 0 0 0.5em rgba(0,0,0,.1);*/
}

.dx-popup-scrollable .dx-popup-content {
    padding: 12px 0 12px 24px;
    background-color: #fafafa;
}

.margin-right-3 {
    margin-right: 3px;
}

.dx-group-row {
    background-color: #f0f0f0 !important;
}

.dx-datagrid {
    white-space: nowrap;
    word-wrap: break-word;
}

.dx-datagrid .dx-row > td {
    padding: 7px 8px;
    font-size: 14px;
    line-height: 20px;
}

a.dx-linkicon {
    text-decoration: none !important;
}
span.dx-linkicon {
    text-decoration: underline !important;
}

.dx-linkicon i {
    vertical-align: middle;
}

.font-small {
    font-size: 12px;
}

.accodion-small .dx-accordion-item-closed {
    height: 34.8px !important;
}

.accodion-small .dx-accordion-item-opened > .dx-accordion-item-title {
    height: 34.8px !important;
}

.accodion-small .dx-accordion-item-opened {
    margin-bottom: 0px !important;
}


.accodion-small .dx-accordion-item-title::before {
    top: 3px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-10 {
    margin: 10px !important;
}

.flex-right {
    display: flex;
    justify-content: end;
    column-gap: 5px;
}

.flex-left {
    display: flex;
    justify-content: start;
    column-gap: 5px;
}

.dx-toast-message {
    white-space: pre-line;
}  

.LabelButton > .dx-button-content > .dx-button-text {
    color: rgba(0,0,0,.87) !important;
}

.vertical-flex-separator {
    background: linear-gradient(#dfdfdf, #dfdfdf) no-repeat center / 2px 100%;
    flex: 0 0 0;
    margin-top: 48px;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.flex-spacebetween {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex {
    display: flex;
}

.lastPosition {
    display: inline;
    margin-left: 15px;
    border-radius: 25px;
    background-color: #ededed;
    padding: 4px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .18);
    color: rgba(0, 0, 0, .6);
}

.priceOfferRequested {
    display: inline;
    margin-left: 15px;
    border-radius: 25px;
    background-color: rgba(243, 156, 18, .5);
    padding: 4px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .18);
    color: rgba(0, 0, 0, .6);
}


.lastPosition img {
    margin-bottom: 2px;
}

.padding-top-5 {
    padding-top: 5px !important;
}


.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.align-self-center {
    align-self: center;
}


.width-100 {
    width: 100% !important;
}

.dx-field {
    margin: 0 0 15px;

}

body {
    overflow: hidden !important;
}

.displayLabel {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.displayLabel > span {
    padding: 15px 16px 14px;
    color: rgba(0,0,0,.5);
    font-family: Roboto,RobotoFallback,"Noto Kufi Arabic",Helvetica,Arial,sans-serif;
    line-height: 1.2857;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin: 0;
    background-color: transparent;
    color: rgba(0,0,0,.87);
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.42);
}

.smallButton {
    margin-left: 8px;
}

.dx-show-invalid-badge.dx-state-focused.dx-invalid {
    margin-bottom: 20px;
}

.dx-invalid .addressLabel {
    color: #f44336;
}
.dx-invalid .displayLabel span {
    color: #f44336;
}

.row-button {
    margin: 3px !important;
    height: 30px !important;
}

.left-aligned-button .dx-button-content {
    justify-content: flex-start;
}

.loadingGroupRow {
    background-color: #d9edf7 !important;
}

.deliveryGroupRow {
    background-color: #dff0d8 !important;
}

.loadingDataRow {
    background-color: #e7f3f9 !important;
}

.deliveryDataRow {
    background-color: #e9f2e5 !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.markAsDeliveredBtn {
    background-color: #3c763d;
    color: #fff;
}

.markAsDeliveredBtn.dx-state-hover {
    background-color: #457d46;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

.markAsDeliveredBtn.dx-state-active {
    background-color: #457d46;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

.markAsDeliveredBtn.dx-state-focused {
    background-color: #457d46;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

.markAsDeliveredBtn .dx-icon {
    color: #fff;
}

.markAsLoadedBtn {
    background-color: #31708f;
    color: #fff;
}

.markAsLoadedBtn .dx-icon {
    color: #fff;
}

.markAsLoadedBtn.dx-state-hover {
    background-color: #3c7795;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

.markAsLoadedBtn.dx-state-active {
    background-color: #3c7795;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}

.markAsLoadedBtn.dx-state-focused {
    background-color: #3c7795;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}


.AddressGroupRow {
    display: grid;
    grid-template-columns: 34px auto auto;
    grid-template-rows: 20px;
    align-items: center;
}


#dropzone-external {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

#dropzone-external > * {
    pointer-events: none;
}

#dropzone-external.dropzone-active {
    border-style: solid;
}

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-box-start {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.flex-grid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.uploadedFile {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 3px;
}

.icon-24 {
    font: 24px / 1 DXIcons !important;
}

.icon-16 {
    font: 16px / 1 DXIcons !important;
}

.infoBadge {
    font-size: 16px;
    vertical-align: text-top;
    margin-left: 3px;
    /*color: #03a9f4 !important;*/
    }

.load-color {
    color: #31708f;
}

.deliver-color {
    color: #3c763d;
}

.invalid-tooltip-tracking {
    padding: .4rem 2rem;
    margin-top: .1rem;
    color: red;
    width: auto;
}


@media screen and (min-width: 600px) {
    .off-card-button {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .off-card-button {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    min-width: 15%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: #18bc9c;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 110%;
    left: -60%;
    top: 18px
}

.track .step:first-child::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    top: 18px
}

.track.multimodal .step:first-child {
    max-width: 15%;
    margin-right: 0;
}

.track.multimodal .step:last-child {
    max-width: 15%;
    margin-left: 1%;
}

.track.multimodal .step:first-child .icon, .track.multimodal .step:first-child .text {
    margin-right: 10%;
}

.track .step:first-child .left {
    height: 7px;
    position: absolute;
    content: "";
    width: 50%;
    left: 0%;
    top: 18px;
    background-color: #fff;
    z-index: 1;
}

.track .step:last-child .left {
    height: 7px;
    position: absolute;
    content: "";
    width: 50%;
    left: 50%;
    top: 18px;
    background-color: #fff;
    z-index: 1;
}

.track .step.active .icon {
    background: #18bc9c;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
    color: #888;
    z-index: 2;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    background-color: #fff;
    text-overflow: ellipsis;
}

.grid-2col-container {
    display: grid;
    grid-template-columns: minmax auto;
    grid-gap: 10px;
}

#TrackingStatusCard {
    scroll-margin-top: 14px;
    padding: 5px;
    margin-bottom: 30px;
}

.document-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.document {
    max-width: calc(100% - 1px);
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 8px 8px 0 0;
    padding: 8px 12px 7px 12px;
    background-color: #e0e0e0;
    border-radius: 16px;
}

.document-content {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    min-width: 40px;
    color: rgba(0, 0, 0, .6) !important;
}

.document:hover .document-content {
    background-color: #d9d9d9;
    color: rgba(0,0,0, .87);
}




.document-content:hover {
    background-color: #d9d9d9;
    color: rgba(0,0,0, .87);
    text-decoration: underline;
}

.document:hover .document-content > i {
    background-color: #d9d9d9;
    color: rgba(0,0,0, .87);
    text-decoration: none;
}

.document:hover  {
    background-color: #d9d9d9;
    color: rgba(0,0,0, .87);
    text-decoration: none;
}

.document > a {
    text-decoration: none;
}


.document-remove-button {
    position: relative;
    inset-inline-end: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px !important;
    margin-left:5px;
    height: 100%;
    font: 10px / 1 DXIcons;
}

    .document-remove-button:hover::before {
        background-color: #f11d0d !important;
        cursor: pointer;
    }

.icon-doc {
    font: 15px / 1 DXIcons !important;
    padding-right: 4px;
    text-decoration: none;
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.row-noleftpad {
    padding-left: 0px;
}

.row-norightpad {
    padding-right: 0px;
}

.bigButton > .dx-button-content {
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    padding-top: 20px !important;
}

.bigButton .dx-icon {
    margin-right: 0px !important;
    font-size: 50px !important;
    font-weight: 100 !important;
    color: white;
}

.bigButton .dx-button-text {
    margin-top: 20px;
    font-size:13px;
    color: white;
}

.openOrdersColor {
    background-color: #3b4990;
}

.openOrdersColor.dx-state-hover {
    background-color: #43529a;
}

.openOrdersColor.dx-state-active {
    background-color: #3b4990;
}



.upcomingPickupsColor {
    background-color: #1c7dd5;
}

.upcomingPickupsColor.dx-state-hover {
    background-color: #2586dd;
}

.upcomingPickupsColor.dx-state-active {
    background-color: #1c7dd5;
}



.upcomingDeliveriesColor {
    background-color: #33ab5f;
}

.upcomingDeliveriesColor.dx-state-hover {
    background-color: #3bb367;
}

.upcomingDeliveriesColor.dx-state-active {
    background-color: #33ab5f;
}

.dx-label-background:not(.dx-state-hover){
    background-color: rgba(0, 0, 0, .04) !important;
}

.dx-label-background.dx-state-hover {
    background-color: rgba(0, 0, 0, .06) !important;
}

.slight-bold {
    font-weight: 500;
}

.flex-label {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    cursor: default;
    align-self: center;
    padding-right: 15px;
}

.invoicesColor {
    background-color: #406352;
}
.invoicesColor.dx-state-hover {
    background-color: #4f7161;
}

.invoicesColor.dx-state-active {
    background-color: #406352;
}

.trackingColor {
    background-color: #726ea4;
}

    .trackingColor.dx-state-hover {
        background-color: #817dae;
    }

.trackingColor.dx-state-active {
    background-color: #726ea4;
}


.flex-button-column {
    width: min-content;
    row-gap: 6px;
    display: flex;
    flex-direction: column;
}

.chat-container {

    margin: 20px auto;
    padding: 10px;
    background-color: #fafafa; /* Light grey background for the container */
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd; /* Border to distinguish from the background */
}

.message-block {
    background-color: #ffffff; /* White background for each message block */
    border: 1px solid #e0e0e0; /* Border to separate message blocks */
    padding: 10px;
    margin-bottom: 10px; /* Space between messages */
    border-radius: 5px; /* Rounded corners for messages */
}

.message-block:last-child {
    margin-bottom: 0;
}

.message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.sender-name {
    font-weight: bold;
    color: #333;
}

.no-messages {
    font-size: 1.2em;
    color: #999; /* Light grey color for no messages text */
    padding: 6px; /* Padding to give some spacing */
    
}

.gridButton {
    background-color: #fff;
}

.gridButton .dx-button-content .dx-icon {
    font-size: 1.5em !important;
}

.numberBoxButton {
    font-size: 100%;
    width: auto !important;
    background-color: rgba(0, 0, 0, .05);
}

.hintMessage {
    color: rgba(0, 0, 0, .6);
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 16px;
    font-size: 12px;
    margin-left: 20px;
}

.sent-datetime {
    font-size: 0.85em;
    color: #666; /* Slightly darker color for datetime */
}

.message-body {
    font-size: 1em;
    color: #333;
}

.dx-warning.dx-invalid .dx-texteditor-label {
    color: #ff940b !important;
}

.dx-warning.dx-invalid.dx-texteditor.dx-show-invalid-badge .dx-texteditor-input-container::after {
    background-color: #ff940b;
}

.dx-warning.dx-invalid.dx-texteditor.dx-state-hover::after {
    border-bottom-color: #ff940b;
}

.dx-warning.dx-invalid.dx-texteditor.dx-state-active::before {
    border-bottom: 2px solid #ff940b;
}

.dx-warning.dx-invalid.dx-texteditor.dx-state-focused::before {
    border-bottom: 2px solid #ff940b;
}

.dx-warning.dx-invalid.dx-show-invalid-badge.dx-state-focused {
    margin-bottom: 20px;
}

.dx-warning .dx-overlay-content {
    color: #ff940b !important;
}

.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input, .dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input, .dx-texteditor.dx-editor-filled.dx-state-readonly.dx-state-hover .dx-texteditor-input {
    color: rgba(0,0,0,.87);
}

.dx-invalid-message > .dx-overlay-content {
    color: #f44336;
    background-color: transparent;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 16px;
    font-size: 12px;
}
/* Some treeview icon that should not be visible */
.dx-treeview-expander-icon-stub {
    display:none; 
}


.quantity-control:hover {

    background-color: rgba(0,0,0,.07);
}


.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
    background: #eaeaea;
    border-radius: 10px;
    padding: 0.3rem 0.4rem;
    margin-top: 0.6rem;
    background-color: rgba(0,0,0,.04);
    margin-right:24px
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 4px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}


.quantity-btn i {
    width: 15px;
    height: 15px;
    font-size:20px;
    color: rgba(0, 0, 0, .87);
}



.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: rgba(0, 0, 0, .87);
    border: none;
}

    .quantity-input::-webkit-inner-spin-button,
    .quantity-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.addHint {
    pointer-events: auto;
}

.alert-info 
{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 1.42857143rem;
    border: 1px solid transparent;
    border-radius: .28571429rem;
}

.alert-info p {
    margin:0
}

.centered-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Ensure no underline */
    line-height: 1; /* Remove extra space for text decoration */
    height: 100%; /* Adjust as needed */
}

    .centered-icon i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; /* Ensure no underline */
        line-height: 1; /* Remove extra space for text decoration */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margin */
    }

.selectBox-Description {
    margin-left: 0px;
    margin-right: 2px;
    font-size: 13px;
    color: rgba(0, 0, 0, .6);
}

.menu-container .dx-treeview .dx-treeview-node[aria-level="2"] > div > div {
    /*padding-left: 40px !important;*/
}

.padding-left-0 {
    padding-left: 30px !important;
}

.news-article {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    display: flex;
    align-items: flex-start;
    background-color: #ffffff; /* White background for each message block */
    border: 1px solid #e0e0e0; /* Border to separate message blocks */
    padding: 10px;
    border-radius: 5px; /* Rounded corners for messages */
    color: rgba(0, 0, 0, .87);
    text-decoration: none !important;
    text-decoration-line: none;
}

.news-article:hover {
    background-color: #ebebeb;
}



.news-icon .dx-icon {
    font-size: 32px !important;
    margin-right: 10px;
}

.news-content {
    flex: 1;
}

.news-headline {
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: none !important;
}

.news-datetime {
    font-size: 13px;
    color: #888;
}

.infoIcon {
    color: #03a9f4 !important;
}

.criticalIcon {
    color: #f44336 !important;
}

.warningIcon {
    color: #ff940b !important;
}

.no-underline {
    text-decoration: none;
}

.custom-dx-list .dx-list-item {
    cursor: default !important;
}

.homepage-dx-list .dx-list-item {
    cursor: default !important;

}

.homepage-dx-list .dx-list-item-content {
    padding: 0px;
    margin: 0px;
}

.homepage-dx-list .news-article {
    margin: 10px;
}

.text-container {
    padding-inline-start: 12px;
    padding-inline-end: 4px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.button-row {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.6;
}

.button-title {
    font-weight: 500;
    line-height: 20px;
}

@media (max-width: 599.99px) {
    .text-container {
        display: none;
    }
}

.button-img-container > .dx-icon-user {
    font-size: 24px;
}

.button-img-container > .dx-icon-globe {
    font-size: 24px;
}
.navBarDropDown .dx-overlay-content.dx-popup-normal.dx-resizable.dx-popup-flex-height {
    min-width: 100px !important;
}

.alert-box {
    display: flex;
    align-items: center;
    background-color: #fff3cd; /* Light yellow background */
    color: #856404; /* Dark yellow text */
    padding: 15px;
    border: 1px solid #ffeeba; /* Light yellow border */
    border-radius: 4px;
    margin: 20px 0;
}

.alert-icon > i {
    font-size: 32px;
    margin-right: 10px;
}

.alert-message {
    font-size: 16px;
}

.alert-box {
    display: flex;
    align-items: center;
    background-color: #fff3cd; /* Light yellow background */
    color: #856404; /* Dark yellow text */
    border: 1px solid #ffeeba; /* Light yellow border */
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    line-height: 1.2857 !important;
}

.alert-box-success {
    display: flex;
    align-items: center;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    line-height: 1.2857 !important;
}

.alert-box-error {
    display: flex;
    align-items: center;
    background-color: #f8d7da; /* Light red background */
    color: #721c24; /* Dark red text */
    border: 1px solid #f5c6cb; /* Light red border */
    /*background-color: #f5c6cb;*/ /* Light red background */
    /*color: #721c24;*/ /* Dark red text */
    /*border: 1px solid #f1b0b7;*/ /* Light red border */

    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    line-height: 1.2857 !important;
}

.groupedDateColor {
    color: steelblue;
}

.login-footer {
    margin-top: 30px;
}

.successLabel {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #149d33;
    background-color: transparent;
    border-radius: 4px;
    /* padding: 4px 8px; */
    line-height: 16px;
    font-size: 12px;
}

.errorLabel {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #f44336;
    background-color: transparent;
    border-radius: 4px;
    /* padding: 4px 8px; */
    line-height: 16px;
    font-size: 12px;
}

.overrideBottomMargin.dx-show-invalid-badge.dx-state-focused.dx-invalid {
    margin-bottom: 0px !important;
}

.columnFlex {
    display: flex;
    flex-direction: column;
}
/*.dx-theme-accent-as-text-color {
    color: #03a9f4 !important;
}*/

.background-color-info {
    background-color: #fff8dc;
}

.small-line {
    line-height: 1;
}


.bigButton .dx-button-content {
    display: flex;
    flex-direction: column; /* Stack icon above text */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    gap: 5px; /* Optional: space between icon and text */
}

.bigButton .dx-button-text {
    display: inline-block; /* Keep natural width */
    text-align: center; /* Center text inside its span */
    font-size: 12px; /* Adjust font size */
    white-space: normal; /* Allow wrapping if needed */
    padding-left: 5px;
}

.small-button .dx-button-content {
    padding-block: 5px;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
    position: relative;
}

.small-button {
    min-width: auto;
    height: auto;
    border-radius: 4px !important;
}

.flex-align-center {
    align-items: center;
}

.dx-datagrid-header-panel {
    padding: 0;
}