﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#btnExport, #btnPrintOrderReport a {
    display: inline;
    background-color: #154472 !important;
    border-color: #1861ac !important;
    margin-right: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media print {
    .side-navbar, .toolbar,
    .dataTables_length,
    .dataTables_filter,
    .dataTables_paginate,
    #userLoginInfo,
    .sorting:before,
    .sorting:after,
    {
        display: none !important;
    }

    #Header, #Footer {
        display: none !important;
    }

    @page {
        size: auto;
        margin: 0;
    }

    .shipTagRunnerPrint {
        width: 100%;
    }

    .shipTagPrintNoWrap {
        white-space: nowrap;
        margin-bottom: 0;
    }
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@media only screen and (max-width:1040px) {
    .side-navbar {
        display: none !important;
    }
    .ml-230-px {
        margin-left: 0 !important;
        margin-top: 5rem;
    }
}

.side-navbar {
    width: 240px;
    height: calc(100vh - 90px);
    position: fixed;
    margin-left: -200px;
    background-color: #32373d;
    transition: 0.5s;
}

    .side-navbar ul li a {
        padding: 10px 30px;
        color: rgba(255, 255, 255, .6);
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }

        .side-navbar ul li a:hover {
            color: #ffffff;
            background-color: #154472;
            border-bottom: 1px solid #154472;
        }

    .side-navbar ul li.active > a {
        color: #ffffff;
    }

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c5c5c5 #f6f6f6;
}

/* Works on Chrome, Edge, and Safari */
.sidebar-scrollbar::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.sidebar-scrollbar::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.sidebar-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 20px;
    border: 3px solid #f6f6f6;
}

.my-container {
    transition: 0.4s;
}

.active-nav {
    margin-left: 0;
}

/* for main section */
.active-cont {
    margin-left: 180px;
}

#menu-btn {
    background-color: #100901;
    color: #fff;
    margin-left: -62px;
}

.side-navbar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.side-navbar ul li.has-submenu.active {
    color: #ffffff;
    background-color: #154472;
    border-bottom: 1px solid #154472;
}

.side-navbar li .submenu li {
    background-color: #dddddd;
}

    .side-navbar li .submenu li a {
        color: #154472;
    }

    .side-navbar li .submenu li a {
        padding-left: 35px;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .side-navbar li .submenu li a:hover {
            color: #ffffff;
        }

.panel-heading .chevron {
    cursor: pointer;
}

    .panel-heading .chevron:after {
        content: "\f078";
    }

.table-rows-cursor-pointer tr td {
    cursor: pointer;
}

.panel-heading.collapsed .chevron:after {
    content: "\f054";
}

.even.selected td {
    background-color: #1b6ec2 !important;
}

.odd.selected td {
    background-color: #1b6ec2 !important;
}

.selected td i.fa-check {
    color: #ffffff !important;
}

#customerTable_length {
    display: inline !important;
    float: left !important;
    width: 33% !important;
}

#groupTable_length {
    display: inline !important;
    float: left !important;
    width: 33% !important;
}

#carrierTable_length {
    display: inline !important;
    float: left !important;
    width: 38% !important;
}

#carrierTable_filter {
    display: inline !important;
    float: right !important;
    width: 38% !important;
}

#toolbar {
    float: left;
    display: inline;
}

#newTable table.dataTable tbody tr.selected {
    background-color: transparent !important;
    color: white !important;
}

.megaOrderRow {
    background-color: #154472;
    color: white;
}

    .megaOrderRow:hover {
        color: white !important;
    }

    .megaOrderRow a {
        color: white;
    }

        .megaOrderRow a:hover {
            color: lightgray !important;
        }

.emergencyOrderRow {
    background-color: silver;
    color: #154472;
}

    .emergencyOrderRow a {
        color: #154472;
    }

        .emergencyOrderRow a:hover {
            color: #226bb3 !important;
        }

.color-silver-hover:hover {
    color: silver;
}

.blur-1r {
    filter: blur(1rem);
}

.normalOrderRow {
    background-color: white;
    color: #154472;
}

    .normalOrderRow a {
        z-index: 1010;
        color: #154472;
    }

        .normalOrderRow a:hover {
            color: #226bb3 !important;
        }

table.dataTable tbody .megaOrderRow.selected {
    background-color: #154472;
    color: white;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.increment-arrow-none::-webkit-outer-spin-button,
.increment-arrow-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.increment-arrow-none[type=number] {
    -moz-appearance: textfield;
}

.input-to-text input {
    background: none !important;
    border: none !important;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.ws-nowrap {
    white-space: nowrap;
}

.border-radius-15 {
    border-radius: 15% !important;
}

.border-collapse {
    border-collapse: collapse;
}

.border-top-dark {
    border-top: 2px solid black;
}

/* Width */



.w-0 {
    width: 0px !important;
}

.w-17-px {
    width: 17px !important;
}

.w-20-px {
    width: 20px;
}

.w-24-px {
    width: 24px;
}

.w-40-px {
    width: 40px;
}

.w-45-px {
    width: 45px;
}

.w-50-px {
    width: 50px;
}

.w-60-px {
    width: 60px;
}

.w-70-px {
    width: 70px !important;
}

.w-80-px {
    width: 80px;
}

.w-90-px {
    width: 90px;
}

.w-100-px {
    width: 100px;
}

.w-120-px {
    width: 120px;
}

.w-125-px {
    width: 125px;
}

.w-130-px {
    width: 130px;
}

.w-140-px {
    width: 140px;
}

.w-150-px {
    width: 150px;
}

.w-160-px {
    width: 160px !important;
}

.w-165-px {
    width: 165px;
}

.w-170-px {
    width: 170px;
}

.w-175-px {
    width: 175px;
}

.w-180-px {
    width: 180px;
}

.w-200-px {
    width: 200px;
}

.w-210-px {
    width: 210px;
}

.w-220-px {
    width: 220px;
}

.w-230-px {
    width: 230px;
}

.w-250-px {
    width: 250px;
}

.w-260-px {
    width: 260px;
}

.w-290-px {
    width: 290px;
}

.w-300-px {
    width: 300px;
}

.w-350-px {
    width: 350px;
}

.w-360-px {
    width: 360px;
}

.w-400-px {
    width: 400px !important;
}

.w-550-px {
    width: 550px;
}

.w-1600-px {
    width: 1600px;
}

.w-1800-px {
    width: 1800px;
}

/* width %s */
.w-33 {
    width: 33.3% !important;
}

.w-40 {
    width: 40% !important;
}

.w-90 {
    width: 90% !important;
}

/*width rem*/
.w-3-r {
    width: 3rem;
}

.w-4-r {
    width: 4rem;
}

.w-5-r {
    width: 5rem !important;
}

.scale-1-5 {
    transform: scale(1.5);
}

/* Height */
.h-34-mm {
    height: 34mm;
}

.h-38-mm {
    height: 38mm;
}

.h-115-mm {
    height: 115mm !important;
}

.h-155mm {
    height: 155mm;
}

.min-w-100 {
    min-width: 100%;
}

.w-25 {
    width: 25%;
}

.w-100 {
    width: 100%;
}

.min-h-100 {
    min-height: 100%;
}

.h-33 {
    height: 33% !important;
}

.h-9cm {
    height: 9.333cm;
}

.h-3mm {
    height: 3mm;
}

.h-4mm {
    height: 4mm;
}

.h-15mm {
    height: 15mm;
}

.min-h-31px {
    min-height: 31px;
}

.h-3-r {
    height: 3rem;
}

.h-20-px {
    height: 20px;
}

.h-40-px {
    height: 40px;
}

.h-45-px {
    height: 38px;
}

.h-50-px {
    height: 50px !important;
}

.h-70-px {
    height: 70px;
}

.h-75-px {
    height: 75px;
}

.h-90-px {
    height: 90px;
}

.h-200-px {
    height: 200px;
}

.h-150-px {
    height: 150px;
}

.h-100-px {
    height: 100px;
}

.h-400-px {
    height: 400px;
}

.h-700-px {
    height: 700px;
}

.h-900-px {
    height: 900px;
}

.h-10-mm {
    height: 10mm;
}

.modal-md {
    max-width: 650px;
}

.modal-lg-height {
    height: 90%;
    min-height: 450px;
}

.modal-lg-width {
    width: 90%;
    min-width: 850px;
    max-width: 900px;
}

/* sides */

.t-2-px {
    top: 2px;
}

.r-4-px {
    right: 4px;
}

.t-90-px {
    top: 90px;
}

/* Margins / Paddings */
.gap-1r {
    gap: 1rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5-px {
    margin-left: 5px !important;
}

.ml-15-px {
    margin-left: 15px;
}

.ml-16-px {
    margin-left: 16px;
}

.ml-20-px {
    margin-left: 20px;
}

.ml--20-px {
    margin-left: -20px;
}

.ml-230-px {
    margin-left: 230px;
}

.p-10-px {
    padding: 10px
}

.plr-10-px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-50-px {
    padding: 50px;
}

.plr-50-px {
    padding-left: 50px;
    padding-right: 50px;
}

.pl-60-px {
    padding-left: 60px;
}

.pl-70-px {
    padding-left: 70px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-20-px {
    padding-right: 20px;
}

.pt-20-px {
    padding-top: 20px;
}

.pt-50-px {
    padding-top: 50px;
}

.mr-20-px {
    margin-right: 20px;
}

.ml-05-rem {
    margin-left: 0.5rem;
}

.mr-10-px {
    margin-right: 10px;
}

.mr-15-px {
    margin-right: 15px;
}

.mr-45-px {
    margin-right: 45px;
}

.mr-50-px {
    margin-right: 50px;
}

.mx-2-px {
    margin-right: 2px;
    margin-left: 2px;
}

.mb-1-mm {
    margin-bottom: 1mm;
}

.mb-2-mm {
    margin-bottom: 2mm;
}

.mb-3-mm {
    margin-bottom: 3mm;
}

.mb-4-mm {
    margin-bottom: 4mm;
}

.mb-10-mm {
    margin-bottom: 100mm
}

.mt-10-mm {
    margin-top: 10mm
}

.mb-0-px {
    margin-bottom: 0;
}

.mb-5-px {
    margin-bottom: 5px
}

.mb-15-px {
    margin-bottom: 15px
}

.mt--1half-mm {
    margin-top: -1.5mm
}

.mt--2-mm {
    margin-top: -2mm
}

.mt-1-mm {
    margin-top: 1mm
}

.mt-5-px {
    margin-top: 5px
}

.mt-8-px{
    margin-top: 8px
}

.mt-10-px {
    margin-top: 10px
}

.mt-30-px {
    margin-top: 30px
}

.mt-35-px {
    margin-top: 35px
}

.mt-40-px {
    margin-top: 40px
}

.nav-margin {
    gap: .5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.pointer-event-none {
    pointer-events: none;
}

.border-none {
    border: none !important;
}

.btn-nav-color li a {
    background-color: #154472 !important;
    border-color: #1861ac !important;
}

.btn-nav-color li btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.nav-item .btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-nav-color li a:hover {
    /* ReSharper disable once InvalidValue */
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0);
}

.btn-dark-hover:hover {
    /* ReSharper disable once InvalidValue */
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0);
}

.faded-background {
    background-color: rgba(255, 255, 255, .65);
}

.dark-grey-background {
    background-color: #ddd !important;
}

.white-background {
    background-color: white !important;
}

.text-left-important {
    text-align: left !important;
}

.text-red {
    color: #dc3545 !important;
}

.toolbar-spacing-color {
    background-color: #cccccc;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px !important;
    padding-bottom: .5rem !important;
    margin-bottom: 10px;
}

.z-index-100 {
    z-index: 100;
}

.z-index-50 {
    z-index: 50;
}

/* Font Size */

.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}

.font-italic {
    font-style: italic;
}

.font-weight-normal-children > * {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold;
}

.fs-3mm {
    font-size: 3mm;
}

.fs-4mm {
    font-size: 4mm;
}

.h-17mm {
    height: 17mm;
}

.fs-0 {
    font-size: 0;
}

.fs-7 {
    font-size: .65rem !important;
}

.fs-1r {
    font-size: 1rem !important;
}

.fs-1-5r {
    font-size: 1.5rem;
}

.fs-3-75r {
    font-size: 3.75rem;
}

.fs-75r {
    font-size: .75rem;
}

.fs-24px {
    font-size: 24px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.fs-10px {
    font-size: 10px;
}

.fs-12px {
    font-size: 12px;
}

.fs-14px {
    font-size: 14px;
}

.fs-16px {
    font-size: 16px;
}

.fs-50px {
    font-size: 50px;
}

.fs-75px {
    font-size: 75px;
}

.fs-10px {
    font-size: 10px;
}

.no-display {
    display: none;
}

.no-display-important {
    display: none !important;
}

.block-display {
    display: block;
}

.min-height-none {
    min-height: 0px !important;
    padding: 0px !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.light-blue-color {
    color: rgb(75, 183, 245)
}

.pri-bg {
    background-color: #154472;
}

.pri-color {
    color: #154472;
}

.sec-bg {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.border-silver {
    border-color: silver !important;
}

.thick-border {
    border-width: 2px;
}

    .thick-border th {
        border-width: 2px;
    }

.light-thin-border {
    border: 1px solid #dddddd;
}

.silver-bg {
    background-color: silver !important;
}

.grey-bg {
    background-color: #f0f0f0 !important;
}

.light-grey-bg {
    background-color: #fafafa !important;
}

.sec-color {
    color: #154472;
}

.flexflow-nowrap {
    flex-flow: nowrap;
}

.d-grid {
    display: grid;
}

.grid-template-col-50 {
    grid-template-columns: repeat(auto-fit, minmax(max-content, 510px));
    grid-auto-rows: 225px;
}

@media (max-width: 1000px) {
    .grid-template-col-50 {
        grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    }
}

.grid-template-columns {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1rem;
}

/*@media screen and (min-width: 1250px) {
    .grid-item-wide {
        grid-column: span 2/auto;
    }

    .grid-item-tall {
        grid-row: span 2/auto;
    }
}*/

.place-items-center {
    place-items: center;
}

.flex-row-container {
    display: flex;
    flex-direction: row;
}

.w-100-children > * {
    width: 100%;
}

.w-25-children > * {
    width: 25%;
}

.w-33-children > * {
    width: 33%;
}

.w-50-children > * {
    width: 50%;
}

.p-1-children > * {
    padding: 0.25rem !important;
}

.top-nav-border {
    border-bottom: 26px solid #154472;
}

.text-transparent {
    color: transparent;
}

.table-left-header thead tr td {
    width: 25rem;
}

.table-left-header tbody tr th {
    width: 25rem;
}

.report-table-format thead tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .report-table-format thead tr th {
        width: 100%;
        text-align: left;
    }

.report-table-format tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .report-table-format tbody tr td {
        width: 100%;
        text-align: left;
    }

.hide-container {
    display: none;
}

.order-table-container tr th, .order-table-container tr td {
    width: 100%;
    text-align: left;
}

.order-table-container {
    box-shadow: 0px .5px black;
    margin: 0;
}

.black-bottom-border {
    box-shadow: 0px 1.5px black !important;
}

.black-top-border {
    box-shadow: 0px -1.5px black !important;
}

.order-table-container thead tr > th {
    border-bottom-width: 0px !important;
}

tr {
    width: 100%;
}

tbody, thead {
    width: 100%;
}

.report-print-button {
    margin-right: .5rem;
    display: inline;
}

.nowrap {
    white-space: nowrap !important;
}

body {
    margin: 0;
}

@media print {

    @page {
        size: auto;
        margin: 2mm 3mm 0 3mm;
    }

    .label-container {
        background-color: red;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 2.5rem;
        padding-top: 1.5rem;
    }

    body {
        line-height: 1;
    }

    .scroll-gap {
        display: none !important;
        width: 0px;
    }

    .h-9cm {
        height: 9cm;
    }

    .plr-10-px {
        padding-left: 0.2645833333cm !important;
        padding-right: 0.2645833333cm !important;
    }

    .print-col-fixed {
        max-width: 50%;
        overflow: hidden;
    }

    #shippingLabelContainers {
        overflow-y: hidden;
        gap: 0.2116cm;
        display: flex;
        flex-direction: column
    }

    .shipTagOneDiv {
        margin-top: 0.635cm;
        padding-top: 0.2116cm;
    }

    .fa-check {
        font-size: 0.423cm;
        height: 0.423cm;
        width: 0.423cm;
    }

    .h2-shipTag {
        margin-bottom: 0.05cm;
    }

    .fs-3-75r {
        font-size: 1.3229cm;
    }

    .fs-12px {
        font-size: 0.3439583333cm;
        font-weight: bold;
    }

    .print-page-break {
        padding-left: 0.2116cm;
        padding-right: 0.2116cm;
    }

    .noPrint {
        display: none !important;
    }

    .single-shipping-label-body {
        height: 8.99583cm;
    }

    header, header nav, .side-navbar, .navbar {
        display: none !important;
    }

    button {
        display: none;
        opacity: 0;
    }

    #idlerSummaryReportTitle {
        display: flex;
        flex-direction: row;
        margin-left: 0.5cm;
        gap: 1rem;
        align-items: center;
    }

    .pagination {
        display: none;
    }

    #dailyBreakdownDetailReportTable,
    #dailyBreakdownCPCodeTable,
    #emergencyTrackingReportTable,
    #subsetOrderReportTable {
        height: 100% !important;
        top: 0 !important;
        /*margin: 0 !important;*/
    }

    main {
        margin: 0 !important;
        padding-top: 0 !important;
    }


    #dailyBreakdownDetailReportTable tbody,
    #dailyBreakdownCPCodeTable tbody,
    #emergencyTrackingReportTable tbody,
    #subsetOrderReportTable tbody {
        overflow: auto !important;
        height: auto !important;
        display: inline !important;
    }


    html, body {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    .container-fluid {
        top: 0 !important;
    }


    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }


    .fa-chevron-right {
        transform: rotate(90deg);
    }

    .hide-container {
        display: grid;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

.home-key-mega:before {
    background-color: #154472;
    content: "";
    z-index: 10;
    position: relative;
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
}

.home-key-emergency:before {
    background-color: silver;
    content: "";
    z-index: 10;
    position: relative;
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
}

.home-key-normal:before {
    border: 2px solid rgba(0,0,0,.125);
    content: "";
    z-index: 10;
    position: relative;
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
}

/*--bs-table-accent-bg: var(--bs-table-hover-bg);*/

.order-header-row:hover, .item-header-row:hover {
    --bs-table-accent-bg: rgba(0, 0, 0, 0.1) !important;
}

.toolbar ul li:first-child a:not(.no-display) {
    display: inline !important;
}

.toolbar ul li a:not(.no-display) {
    display: inline;
}


#manageRolesDetails {
    display: block;
    overflow: auto;
}

.modal-body #roleTable tbody {
    display: block;
    max-height: 60vh;
    overflow: auto
}

.dashboard-chart-container {
    width: 33%;
}

.dashboard-chart {
    width: 75%;
}

.centered-checkbox {
    margin: 30px 5px 5px 5px;
}

.orderDetailPriorityLine {
}

.deleteBOLLine {
}

.validatedInput {
}

.deleteScannedLine {
}

.billOfLadingItems {
}

.carrierInput {
}

.carrierDataList {
}

.quantity {
}

.transferCheckBox {
}

.driverNote {
}

#itemTable_length {
    float: left;
    width: 38%;
}

#orderTable_length {
    float: left;
    width: 33%;
}

@media (max-height: 600px) {
    #roleTable tbody {
        max-height: 45vh;
    }
}

@media (max-width: 1550px) {
    .dashboard-chart-container {
        width: 50%;
    }
}

@media only screen and (min-width: 640px) {
    .grid_items {
        grid-template-columns: 47.5% 47.5%;
        grid-column-gap: 5%;
        grid-row-gap: 40px;
    }

        .grid_items > div {
            padding: 20px;
        }
}

@media only screen and (min-width: 981px) {
    .grid_items {
        grid-template-columns: 30% 30% 30%;
        grid-row-gap: 50px;
    }

        .grid_items > div {
            padding: 30px;
        }
}

.datepicker {
    z-index: 9999 !important;
}

#materialTable th,
#materialTable td,
#blockingTable th,
#blockingTable td,
#priceItemTable td,
#structureTable td,
#outerDimensionTable td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

#materialTable th,
#blockingTable th {
    text-align: center;
}

#materialTable td,
#blockingTable td,
#priceItemTable td,
#structureTable td,
#outerDimensionTable td {
    text-align: right;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

/*.unSelectAllIcons,
.selectAllIcons {
    height: 1em;
    width: 1em;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 20px;
}*/


.MessageDropdownContainer {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.MessageDropdownContentBox {
    display: none;
    position: absolute;
    left: -105px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
    background-color: #f1f1f1;
    width: 300px;
    min-height: 50px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

    /* custom scrollbar */
    .MessageDropdownContentBox::-webkit-scrollbar {
        width: 20px;
    }

    .MessageDropdownContentBox::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .MessageDropdownContentBox::-webkit-scrollbar-thumb {
        background-color: #B2B2B2;
        border: 4px solid transparent;
        background-clip: content-box;
    }

        .MessageDropdownContentBox::-webkit-scrollbar-thumb:hover {
            background-color: #8A8A8A;
        }

.MessageDropdown {
    position: relative;
}

    .MessageDropdown:hover .MessageDropdownContainer, .MessageDropdown:hover .MessageDropdownContentBox {
        display: block;
    }

.MessageAlert {
    display: grid;
    place-items: center;
    color: red;
    width: 25px;
    font-weight: bold;
    height: 25px;
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: -5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
}

.MessageNotification {
    border-bottom: 2px solid #d1d1d1;
}

.greyHover:hover {
    background-color: #e1e1e1;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.tt-suggestion {
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: hsl(206,100%,52%);
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }

.opacity-50 {
    opacity: .5
}

.scroll-snap-type-y {
    scroll-snap-type: y mandatory;
}

    .scroll-snap-type-y .label-container .print-page-break {
        scroll-snap-align: start;
    }

.mt-10-px {
    margin-top: 10px;
}

.mt-20-px {
    margin-top: 20px;
}

.mt-92-px {
    margin-top: 92px;
}

.resize-none {
    resize: none;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fca-success {
    background-color: #3c9d7b !important;
    color: #100901 !important;
}

.fca-warning {
    background-color: #111111 !important;
    color: #100901 !important;
}

.fca-error {
    background-color: #111111 !important;
    color: #100901 !important;
}

.ExistingItemLabel {
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
    width: 100%;
}

.boldFont {
    font-weight: bold;
}

.SecondOrderLineLabel {
    font-weight: 600;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 3px;
}

.secondOrderLineCheckBoxLabel {
    margin-left: 0;
    font-weight: 800;
    height: 15px;
}

.secondOrderLineCheckBox {
    margin-left: 15px;
    height: 15px;
    margin-right: 0
}

.materialOrderLineLabel {
    font-weight: 600;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 10px;
    display: inline;
}

.materialDiv {
    height: 15px
}

.MarginTop12px {
    margin-top: 12px
}

.skidNumberContainer {
}

.heightContainer {
}

.skidDetailsContainer {
}

#reportTabHeader {
    background-color: darkslategrey;
}

#reportTabs .card-header-tabs {
    background-color: darkslategrey;
}

#reportTabHeader li a {
    color: white;
}

    #reportTabHeader li a.active {
        color: darkslategrey !important;
    }

    #reportTabHeader li a:hover {
        background-color: white;
        color: darkslategrey;
    }

.orderConfirmationHeader {
    color: #154472;
    font-size: 25px;
    font-weight: bold;
}

.outline-1px-blk {
    outline: 1px solid black;
}

.border-b-1px-blk {
    border-bottom: 1px solid black
}

.border-b-1px-grey {
    border-bottom: 1px solid grey
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

.centered {
    text-align: center;
}

.top-row {
    height: 95px;
}

.bottom-row {
    height: calc(100% - 200px);
}

.cv-breakdown-header-parent {
    padding: 0;
    font-size: 2.7mm;
    font-weight: bold
}

.cv-breakdown-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1mm;
    font-size: 3.1mm;
}

.cv-breakdown-header-fig {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1mm;
    font-size: 3mm;
}

.cv-breakdown-header-left {
    text-align: left;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-bottom: 1mm;
    font-size: 3mm;
}

.cv-breakdown-checkbox {
    border: 1px solid black;
    height: 8mm;
    width: 13mm;
}

.cv-breakdown-checkbox-label {
    width: 120mm;
    font-size: 2.7mm;
    margin-top: 2mm;
}

.cv-breakdown-orderId {
    width: 95mm;
    font-size: 4mm;
}

.cv-breakdown-label {
    width: 60mm;
    font-size: 3mm;
}

.cv-breakdown-label-bold {
    width: 60mm;
    font-size: 4mm;
    font-weight: bold
}

.cv-breakdown-time-label {
    width: 21mm;
    font-size: 3mm;
}

.cv-break-away-skid-paragraph {
    margin-left: 1cm;
    margin-bottom: 1mm;
    font-size: 3mm;
    font-weight: bold;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -50%);
        top: 50%;
        pointer-events: none;
        width: 25px;
        text-align: center;
        font-style: normal;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .anchor {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }

.twoDataColumns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.kent-shipping-label-header {
    text-decoration: underline;
    font-weight: 500;
    font-size: 4mm;
    margin-bottom: 1mm
}

.kent-shipping-label-body-10mm {
    font-weight: 400;
    font-size: 7mm;
    margin-bottom: 2mm;
    white-space: nowrap;
}

.kent-shipping-label-body-12mm {
    font-weight: 400;
    font-size: 7mm;
    margin-bottom: 2mm
}

.kent-shipping-label-body-15mm {
    font-weight: 400;
    font-size: 9mm;
    margin-bottom: 2mm
}

.waco-shipping-label-body {
    height: 340px;
    page-break-inside: avoid;
}

.am-sheet-table {
    margin-left: 20px;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 10px 3px 10px !important;
    font-size: 0.75em;
}

span.multiselect-native-select > div > button > span:after {
}

#itemTable_length {
    width: 33% !important;
    float: left;
}

#itemTable_filter {
    width: 33% !important;
    float: right;
}

.cutSheetContents {
    font-size: 1rem
}

@media screen {
    .onlyPrint {
        display: none !important;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress-bar-animated {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-success {
    background-color: #28a745;
    color: white;
}

    .progress-bar-success.progress-bar-animated {
        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
        background-size: 1rem 1rem;
        animation: progress-bar-stripes 1s linear infinite;
    }

.progress-bar-started {
    background-color: #e6b800;
    color: white;
}

    .progress-bar-started.progress-bar-animated {
        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
        background-size: 1rem 1rem;
        animation: progress-bar-stripes 1s linear infinite;
    }

.no-underline {
    text-decoration: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

.wizard-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.paginator {
    display: flex;
    justify-content: space-between
}

nav {
    display: flex;
}

.go-first {
    margin: .5rem .5rem;
    border: none;
    background-color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous {
    margin: .5rem .5rem;
    background-color: transparent;
    border: none;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next {
    margin: .5rem .5rem;
    border: none;
    background-color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(-90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-last {
    margin: .5rem .5rem;
    background-color: transparent;
    border: none;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(-90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.scan-container {
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    width: 500px;
    max-width: 90%;
    text-align: center;
    position: relative;
}

.scan-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.scan-input {
    width: 100%;
    height: 60px;
    font-size: 22px;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 10px;
    outline: none;
}

.scan-input:focus {
    border-color: #0056b3;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
}

.scan-popup {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 450px;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    opacity: 0.9;
    display: none;
    z-index: 100;
}

.scan-alert-success {
    background-color: rgba(40, 167, 69, 0.9);
    color: white;
}

.scan-alert-danger {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
}

.validation-message {
    color: red;
}