body {
    background: #f5f9fd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a:focus, button:focus, input[type=submit]:focus {
    outline: none;
    text-decoration: none;
}
/*=========== Margin Helper============= */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.m-4 {
    margin: 4em !important;
}

.mt-0 {
    margin-top: 0em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.ml-0 {
    margin-left: 0em !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.ml-4 {
    margin-left: 4em !important;
}

.mr-0 {
    margin-right: 0em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.mr-4 {
    margin-right: 4em !important;
}

.mlr-0 {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

.mlr-1 {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.mlr-2 {
    margin-right: 2em !important;
    margin-left: 2em !important;
}

.mlr-3 {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

.mlr-4 {
    margin-right: 4em !important;
    margin-left: 4em !important;
}

.mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.mtb-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mtb-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}
/*=========== Padding Helper============= */

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 1em !important
}

.p-2 {
    padding: 2em !important
}

.p-3 {
    padding: 3em !important
}

.p-4 {
    padding: 4em !important
}

.pt-0 {
    padding-top: 0em !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pt-4 {
    padding-top: 4em !important;
}

.pt-5 {
    padding-top: 5em !important;
}

.pb-0 {
    padding-bottom: 0em !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pb-4 {
    padding-bottom: 4em !important;
}

.pb-5 {
    padding-bottom: 5em !important;
}

.pl-0 {
    padding-left: 0em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

.pl-4 {
    padding-left: 4em !important;
}

.pr-0 {
    padding-right: 0em !important;
}

.pr-05 {
    padding-right: 0.5em !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.pr-2 {
    padding-right: 2em !important;
}

.pr-3 {
    padding-right: 3em !important;
}

.pr-4 {
    padding-right: 4em !important;
}

.plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

.plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.plr-3 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.plr-4 {
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.ptb-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.ptb-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}
/*=========== Text color Helper============= */

.text-primary {
    color: #337ab7 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #ec121c !important;
}

.text-warning {
    color: #f68a09 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-white {
    color: #fff !important;
}




/* custom start*/
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 9999;
}

.navbar-custom {
    background-color: #2f90b6;
}

.navbar-header {
    padding-right: 15px;
}

.navbar-right {
    text-align: right;
}

.navbar-brand {
    padding: 8px 15px;
    height: 49px;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-toggle {
    background: none;
    border: none;
    border-radius: 50%;
    height: 34px;
    box-shadow: 0 0 4px -2px #000 inset;
    border-radius: 15% !important;
    width: 40px;
}

.navbar-top-links {
    margin: 0;
}

    .navbar-top-links li {
        float: left;
    }

        .navbar-top-links li a {
            padding: 15px;
        }

    .navbar-top-links > li > a {
        color: #fff;
    }

.profile-drop .dropdown-toggle {
    padding: 12px 15px;
}

.navbar-fixed-top .sidebar .navbar-collapse {
    max-height: none;
}

.notification {
    background: #e12726 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 17px;
    padding: 2px 7px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 20px;
}

.navbar-top-links > li > a:hover, .navbar-top-links > li > a:focus, .navbar-top-links > .open > a, .navbar-top-links > .open > a:hover, .navbar-top-links > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.profile-drop .dropdown-menu {
    padding: 0;
    margin-top: 1px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.profile-drop .dropdown-menu li a {
    color: #6f6f6f;
    display: block;
    line-height: 18px;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.dropdown-menu li a {
    color: #444;
}

.navbar-top-links .dropdown-menu li a {
    /*padding: 3px 20px;
    min-height: 0;*/
    width: 100%;
}

    .navbar-top-links .dropdown-menu li a div {
        white-space: normal;
    }

#page-wrapper {
    padding-top: 60px;
}

.bg-success {
    background: #119991;
}

.bg-success-dark {
    background: #3d6360;
}

.bg-primary {
    background: #2b8fb6;
}

.bg-primary-dark {
    background: #0f75bc;
}

.bg-warning {
    background: #ffedd4;
}

.bg-warning-dark {
    background: #fcb040;
}

.bg-danger {
    background: #fcd2c1;
}

.bg-danger-dark {
    background: #ed1c24;
}

.item-box h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 30px 20px 5px;
}

.item-box {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

    .item-box span {
        padding: 5px 10px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
        font-weight: 300;
    }

.panel {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    border: 0;
}

.panel-heading {
    background: #2b8fb6;
    color: #fff;
    font-size: 22px;
}

.bg-light-blue {
    background: #deeefa;
}

.font-25 {
    font-size: 25px;
}

.body-panel-top {
    background: #deeefa;
    padding: 16px;
}

.btns-group a {
    margin-top: 4px;
}

footer.page-footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #15426f;
    color: #fff;
}

.outOfStock {
    background: #fcd2c1;
    color: #ed1c24;
}

.insufficient td {
    background-color: #fcfbd9 !important;
    color: #ed1c24;
}

.maxH200 {
    max-height: 250px;
}

.table-current-inventory.table > tbody > tr > td {
    padding: 4px 8px;
}

.form-control input {
    border: 0 !important;
}

.overflow {
    overflow-x: auto;
}

.grid_manage table thead {
    display: block;
    min-width: 900px;
    width: 100%;
    min-width: 68vw;
}

    .grid_manage table thead th:not(:first-child) {
        width: 20%;
    }

.grid_manage table tbody td:not(:first-child) {
    width: 20%;
}

.grid_manage table tbody {
    display: block;
    height: 300px;
    min-width: 920px;
    width: 100%;
    overflow-y: auto;
}

.grid_manage table thead th:not(:nth-child(2)) {
    text-align: center !important;
}

.grid_manage table tbody td:not(:nth-child(2)) {
    text-align: center !important;
}

.pl-0 {
    padding-left: 0 !important
}

.dropdown.profile-drop a {
    float: left;
    vertical-align: middle;
}

.dropdown.profile-drop div {
    margin-top: 5px;
}

svg path {
    cursor: pointer;
}

.panel.mt-3 .last-item {
    float: right;
}

.btns-group .spacer {
    margin: 0 5px;
}
/*.grid_manage table thead th:nth-last-child(2) {
    text-align: left !important;
    padding-left: 33px;
}*/
.grid_manage table thead tr th:nth-last-child(1), .grid_manage table tbody tr td:nth-last-child(1) {
    text-align: left !important;
    min-width: 108px;
}

#UpdateProgress1 {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    #UpdateProgress1 img {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#divUploadInventoryList {
    z-index: 99999 !important;
}



.grid_manage table thead th:nth-child(3) {
    width: 22%;
}

.grid_manage table thead th:nth-child(4) {
    width: 20%;
}

.grid_manage table thead th:nth-child(5) {
    width: 19%;
}

#RadHtmlChart1 {
    min-width: 1100px;
}


.custom-pl-0 {
    padding-left: 0px !important;
}



/*----------------- 29-01-2019 Starts  Rahul ------------ */
.heading-pg {
    border-bottom: 2px solid #d0d0d0;
    color: #8b8d91;
}

.user-right-head {    
    overflow: hidden;
    float: right;
    color: #525659;
    font-size: 14px;
    font-weight: bold;
}

.current-status {
    width: 100%;
    float: left;
}

.box-grid {
    width: 100%;
    float: left;
}

    .box-grid span.number, .box-grid span.footer-title {
        width: 100%;
        display: block;
    }

    .box-grid span.number {
        font-size: 32px;
        padding: 12px 10px;
    }

    .box-grid span.footer-title {
        padding: 8px 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

.custom-range-filter {
    width: 100%;
    float: left;
    background-color: #fff;
}

    .custom-range-filter .date-custom {
        display: block;
        padding-top: 8px;
        font-size: 16px;
        font-weight: 600;
    }

    .custom-range-filter .compare-custom-check {
        margin-top: 14px;
    }

ul.left_ttl_odr {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0px;
}

    ul.left_ttl_odr li {
        display: block;
        list-style: none;
        font-size: 14px;
        padding: 10px 12px;
        width: 100%;
    }

        ul.left_ttl_odr li span.title {
            font-size: 18px;
        }







        ul.left_ttl_odr li span {
            display: block;
            font-size: 11px;
        }

        ul.left_ttl_odr li.active {
            background-color: #f0f0f0;
        }



ul.left_ship_performace {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0px;
}

    ul.left_ship_performace li {
        display: block;
        list-style: none;
        font-size: 16px;
        padding: 10px 12px;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

        ul.left_ship_performace li span.title {
            display: block;
            font-size: 18px;
        }

        ul.left_ship_performace li span {
            display: block;
            font-size: 11px;
        }



ul.left_performace_to_sla {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0px;
}

    ul.left_performace_to_sla li {
        display: block;
        list-style: none;
        font-size: 16px;
        padding: 10px 12px;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

        ul.left_performace_to_sla li span {
            display: block;
            font-size: 11px;
        }

            ul.left_performace_to_sla li span.title {
                display: block;
                font-size: 18px;
            }



.left-order-info, .right-order-info {
    width: 100%;
    float: left;
}

.left-order-info {
    background-color: #e7f2fb;
}

.right-order-info {
    background-color: #ffffff;
}

.viewinvntrydetls .search-container {
    display: flex;
}

.search-container {
    width: 100%;
    float: left;
}

    .search-container input[type="text"] {
        float: left;
        width: 80%;
    }

    .search-container button {
        float: left;
        padding: 5px 10px;
        margin-top: 0;
        margin-right: 0;
        background: #0f75bc;
        font-size: 17px;
        border: none;
        cursor: pointer;
    }

        .search-container button i {
            color: #fff;
        }

.filter_order {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

    .filter_order small {
        padding-left: 0px;
        font-size: 14px;
    }

    .filter_order ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

        .filter_order ul li {
            float: left;
            padding: 2px 0px;
            list-style: none;
        }

.order-date {
    font-size: 18px;
    display: block;
    padding-top: 5px;
}

h2.count-orders {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #0f75bc;
}


.previous_range {
    width: 100%;
    float: left;
    font-size: 10px !important;
    font-style: italic;
}

.day_to_ship_sec {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.custom-range-data {
    background-color: #fff;
}

.day_to_ship_sec h3 {
    font-size: 20px;
}





/* left-custom-tbl  Css Start */

.left-custom-tbl {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

    .left-custom-tbl table tbody {
        overflow-y: scroll;
        display: block;
        height: calc(100vh - 610px);
    }

    .left-custom-tbl table thead {
        display: table-row;
        background-color: #0f75bc;
        color: #fff;
    }

        /*.left-custom-tbl table tbody tr td:first-child, .left-custom-tbl table thead tr th:first-child {
            min-width: 2vw;
        }*/

        .left-custom-tbl table tbody tr td, .left-custom-tbl table thead tr th {
            min-width: 9vw;
            padding: 4px 5px;
            font-size: 14px;
            border: 0;
        }

            .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
                min-width: 10vw;
                word-break: break-all;
                word-wrap: break-word;
            }



            .left-custom-tbl table tbody tr td:last-child, .left-custom-tbl table thead tr th:last-child {
                min-width: 5vw;
            }

    .left-custom-tbl table tbody tr:nth-child(even) {
        background: #f3f3f4
    }

    .left-custom-tbl table tbody tr:nth-child(odd) {
        background: #fff
    }

    .left-custom-tbl table tbody tr:hover {
        background: #59b4e6 !important;
        color: #fff !important;
    }

/* left-custom-tbl  Css end */
/* right-custom-tbl  Css Start */
.right-custom-tbl {
    width: 100%;
    overflow-x: hidden;
}

    .right-custom-tbl table tbody {
        overflow-y: scroll;
        display: block;
        height: 323px;
    }

    .right-custom-tbl table thead {
        display: table-row;
        background-color: #e6e7e8;
        color: #000;
    }

        .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1) {
            min-width: 5vw;
        }

        .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
            min-width: 5vw;
        }

        .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
            min-width: 13vw;
        }

        .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
            min-width: 10vw;
        }

        .right-custom-tbl table tbody tr td, .right-custom-tbl table thead tr th {
            min-width: 7vw;
            padding: 4px 5px;
            font-size: 14px;
            border: 0;
        }

            .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
                min-width: 14vw;
            }

    .right-custom-tbl table tbody tr:nth-child(even) {
        background: #f3f3f4
    }

    .right-custom-tbl table tbody tr:nth-child(odd) {
        background: #fff
    }


/* right-custom-tbl Css end */

/* popup-custom-tbl  Css Start */

.popup-custom-tbl {
    width: 100%;
    overflow-x: hidden;
    border: 1px solid #f0f0f0;
}

    .popup-custom-tbl table tbody {
        overflow-y: scroll;
        display: block;
        height: 200px;
    }

    .popup-custom-tbl table thead {
        display: table-row;
        background-color: #f7941d;
        color: #fff;
    }

        .popup-custom-tbl table tbody tr td:first-child, .popup-custom-tbl table thead tr th:first-child {
            min-width: 10vw;
        }

        .popup-custom-tbl table tbody tr td, .popup-custom-tbl table thead tr th {
            min-width: 9vw;
            padding: 4px 5px;
            border: 0;
            font-size: 14px;
        }

            .popup-custom-tbl table tbody tr td:last-child, .popup-custom-tbl table thead tr th:last-child {
                min-width: 16vw;
            }

    .popup-custom-tbl table tbody tr:nth-child(even) {
        background: #f3f3f4
    }

    .popup-custom-tbl table tbody tr:nth-child(odd) {
        background: #fff
    }


/* popup-custom-tbl Css end */



/* Tabs panel */
.tabbable-panel {
    /* border:1px solid #eee; */
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    border-bottom: 2px solid #d0d0d0;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #0f75bc;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #0f75bc;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
                background-color: transparent;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: 15px;
    /* background-color: #fff; */
    border: 0;
    /* border-top: 1px solid #eee; */
    padding: 0px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.order-status-sec {
    width: 100%;
    float: left;
    background-color: #e7f2fb;
    border-radius: 5px;
}

    .order-status-sec h2 {
        font-size: 26px;
        margin: 0;
        color: #0f75bc;
    }

    .order-status-sec span.result-shown {
        width: 100%;
        display: block;
        font-size: 20px;
        color: #000;
        text-transform: capitalize;
        font-weight: 600;
    }

    .order-status-sec h3 {
        margin: 0;
        font-size: 14px;
        color: #000;
        text-transform: capitalize;
        font-weight: normal;
    }

.due-dateheader-color {
    color: #119991 !important;
}

.due-date-color {
    color: #119991 !important;
}

.ship-dateheader-color {
    color: #e22726 !important;
}

.ship-date-color {
    color: #e22726 !important;
}

.red-date-dateheader-color {
    color: #e1251b !important;
}

.green-date-dateheader-color {
    color: #009990 !important;
}

.order_row {
    background: #59b4e6 !important;
    color: #fff !important;
}

.box-blue {
    width: 100%;
    float: left;
    background-color: #e7f2fb;
    border-radius: 5px;
    text-align: center;
}

    .box-blue h3 {
        margin: 0;
        font-size: 14px;
        color: #000;
    }

    .box-blue span {
        font-size: 20px;
        display: block;
        color: #000;
        font-weight: 600;
    }

.d-flex {
    display: flex;
    justify-content: space-between;
}



img.logo {
    max-width: 150px;
}

.custom-range-filter.d-flex {
    display: flex;
    justify-content: normal;
}


/* -------- Common class ------------- */

.yellow-hold-color-orderlist {
    color: #f7941d;
}

.yellow-hold-color {
    color: #f7941d !important;
}

.full-width100 {
    width: 100%;
    float: left;
}


.purpul-color {
    border-right: 4px solid #9f1f63;
    float: left;
}

.blue-color {
    border-right: 4px solid #25aae1;
    float: left;
}

.green-color {
    border-right: 4px solid #2bb673;
    float: left;
}


.dark-green-color {
    border-right: 4px solid #009990;
    float: left;
}

.navy-blue-color {
    border-right: 4px solid #0f75bc;
    float: left;
}

.sky-blue-color {
    border-right: 4px solid #25aae1;
    float: left;
}

.yellow-color {
    border-right: 4px solid #fcb040;
    float: left;
}

.green-gry-color {
    border-right: 4px solid #119991;
    float: left;
}




.p-0 {
    padding: 0;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-4 {
    padding: 50px;
}


.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 10px;
}

.m-2 {
    margin: 20px;
}

.m-3 {
    margin: 30px;
}

.m-4 {
    margin: 40px;
}

.m-5 {
    margin: 50px;
}



.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin: 10px 0;
}

.my-3 {
    margin: 30px 0;
}

.my-4 {
    margin: 40px 0;
}

.my-5 {
    margin: 50px 0;
}



.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding: 10px 0;
}

.py-2 {
    padding: 10px 0;
}

.py-3 {
    padding: 30px 0;
}

.py-4 {
    padding: 40px 0;
}

.py-5 {
    padding: 50px 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}


.dark-green {
    background-color: #119991;
    color: #fff;
}

.dark-green-solid {
    background-color: #095b56;
    color: #fff;
}

.yellow-solid {
    background-color: #fcbb76;
    color: #fff;
}

.dark-yellow-solid {
    background-color: #f7941d;
    color: #fff;
}


.light-blue {
    background-color: #27aae1;
    color: #fff;
}

.dark-blue-solid {
    background-color: #1b75bc;
    color: #fff;
}

.border-radius-2 {
    border-radius: 2px;
}

#order-on-hold {
    top: 32px;
}

    #order-on-hold h4 {
        font-size: 33px;
    }

    #order-on-hold .modal-header {
        background-color: #f7941d;
        color: #fff;
        text-align: center;
        border-radius: 5px;
    }

    #order-on-hold p.content-model {
        font-size: 16px;
        color: #808184;
        text-align: center;
        margin: 0;
    }

#divOrdersOnHold .modal-dialog {
    margin: 100px auto;
    width: 550px;
}

#divOrdersOnHold .modal-header {
    background-color: #f7941d;
    text-align: center;
}

    #divOrdersOnHold .modal-header h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
    }

#divOrdersOnHold p.content-model {
    text-align: center;
    font-size: 16px;
}

.popup-custom-tbl {
    width: 90%;
    margin: 0 auto;
}

.loadersHmh {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9999;
}

    .loadersHmh .spinHmh {
        background: #fff;
        border-radius: 50%;
        display: table;
        margin: 40vh auto auto auto;
        position: relative;
        box-shadow: 0px 0px 20px -5px #000;
        overflow: hidden;
        padding: 5px;
        z-index: 9999;
    }

.right-order-info.bg-transparent {
    background-color: transparent;
}

.select-proceed {
    width: 100%;
    float: left;
    padding: 15vh 0 0 0;
}

.order-stats {
    width: 35%;
    margin-bottom: 8px;
}



.custom-range {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 22px;
    border-radius: 4px;
}

.select-proceed .select-icon {
    text-align: center;
    color: #c7c7c7;
    display: flex;
    justify-content: center;
}

    .select-proceed .select-icon .fa.fa-arrow-left {
        font-size: 45px;
        margin-right: 10px;
        padding-top: 40px;
    }

    .select-proceed .select-icon .fa.fa-list-alt {
        font-size: 130px;
    }

.select-proceed h2 {
    text-align: center;
    color: #c7c7c7;
    font-weight: 800;
    width: 50%;
    margin: 0 auto;
}



/*.pie-chart {
    width:100%;
    float:left;
}*/

/*.pie-chart canvas {
        width:250px;
    }*/

.compare_sec ul {
    margin: 0;
    padding: 0;
}

    .compare_sec ul li {
        float: left;
        padding: 5px 10px;
        list-style: none;
    }



/*----------------- 29-01-2019 End  Rahul ------------ */
/*For Login Page*/
#login {
    background: url(/images/bg-login.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.btn-blue {
    color: #ffffff;
    background-color: #00AEEF;
    border-color: #DFE5F4;
    border-radius: 2px;
}

.login-btn-tp {
    margin-top: 5em !important;
}

.form-horizontal {
    margin-top: 16px;
}

#login .page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}



.panel-login {
    border: none;
    border-radius: 5px !important;
    box-shadow: 1px 2px 20px -7px #000;
}

    .panel-login .panel-heading {
        background: #15416f;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .panel-login .panel-body {
        background: #1b75bc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .panel-login .input-group-addon {
        background: #fff;
    }

        .panel-login .input-group-addon + .form-control {
            border-left-color: transparent;
            box-shadow: none;
        }

    .panel-login small a {
        color: #d1d1d1;
    }

.loginbox {
    max-width: 100%;
    margin: 25vh auto 0;
    display: flex;
    justify-content: center;
    min-height: 100%;
    height: 100%;
    align-items: center;
}

    .loginbox .panel.panel-login {
        width: 280px;
    }

.loginbox-form input[name="txtUserName"] {
    background-image: url('/images/login-sprite.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.loginbox-form input[name="txtPassword"] {
    background-image: url('/images/login-sprite.png');
    background-repeat: no-repeat;
    background-position: 5px -67px;
}

.forgot {
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.invalidError {
    color: #fff;
    margin: 0;
}



/*----------------- 09-12-2019 Starts  Rahul ------------ */
.dark-red {
    background-color: #9d0b0b;
    color: #fff;
}

.dark-red-solid {
    background-color: #da2d2d;
    color: #fff;
}

.d-flex2 {
    display: flex;
}





.justify-content-end {
    justify-content: flex-end;
}

.justify-content {
    justify-content: space-between;
}

.width-40 {
    width: 40%;
    float: left;
}

.box-grid .bg-danger-dark {
    color: #fff;
}




/*----------------- 09-12-2019 end  Rahul ------------ */

/*----------------- 11-12-2019 start  Rahul ------------ */

.width-10 {
    width: 10%;
    float: left;
}

.width-20 {
    width: 20%;
    float: left;
}

.width-30 {
    width: 30%;
    float: left;
}

.width-40 {
    width: 40%;
    float: left;
}

.width-50 {
    width: 50%;
    float: left;
}

.width-60 {
    width: 60%;
    float: left;
}

.width-70 {
    width: 70%;
    float: left;
}

.width-80 {
    width: 80%;
    float: left;
}

.width-90 {
    width: 90%;
    float: left;
}

.width-100 {
    width: 100%;
    float: left;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.text-red {
    color: #d9534f;
}

.text-green {
    color: #119991;
}


.cusInventory .panel-heading {
    background: #337ab7;
}

.right-order-info.cusInventory {
    background-color: #deeefa;
}

.cusInventory .body-panel-top {
    padding: 10px 10px 0 10px;
}

.cusInventory .countprdt h4 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px;
}

.cusInventory .viewinvntrydetls label {
    margin: 0px;
    line-height: 30px;
}

.cust-tblinventry {
    width: 100%;
    float: left;
}

    .cust-tblinventry table thead {
        background-color: #0f75bc;
    }

    .cust-tblinventry .RadGrid_Default .rgHeader, .cust-tblinventry .RadGrid_Default th.rgResizeCol, .cust-tblinventry .RadGrid_Default .rgHeaderWrapper {
        background: #0f75bc;
    }

.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table {
    font-family: 'Open Sans', sans-serif !important;
}



.cust-tblinventry table thead {
    display: table-row;
    display: block;
}

.cust-tblinventry table tbody {
    overflow-y: scroll;
    display: block;
    height: 377px;
    border: 1px solid #f0f0f0;
}


.cust-tblinventry .RadGrid_Default .rgHeader a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.countprdt .fa-download {
    color: #0f75bc;
    font-size: 18px;
}

.countprdt .fa-upload {
    color: #119991;
    font-size: 18px;
}

.cust-tblinventry .RadGrid_Default table thead tr th, .cust-tblinventry .RadGrid_Default table tbody tr td {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 4px;
}

.mblpl-0 {
    padding-left: 0px;
}

.mblpr-0 {
    padding-left: 0px;
}

.cuswidth-40 {
    width: 40%;
    float: left;
}

.custpr-1 {
    padding-right: 10px;
}

.right-custom-tbl.custmOrd-right table thead tr th {
    background-color: #0f75bc;
    color: #fff;
}


.right-custom-tbl.custmOrd-right table tbody {
    height: 302px;
}

.cust-tblinventry .RadGrid_Default table tbody tr td div {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0ee;
    width: 100%;
    float: left;
}

.selcprdc .select-proceed {
    padding: 21vh 0 0 0;
}

.navbar-top-links .dropdown-menu li a .fa-fw {
    width: 1.28571429em;
    text-align: center;
    padding-right: 10px;
}

.navbar-top-links .dropdown-menu li a {
    border-bottom: 1px solid #f0f0f0;
}

#lblUserName {
    margin-right: 6px;
}



.navbar-right .dropdown-menu {
    right: 5px;
    top: 48px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
}


/*----------------- 11-12-2019 end  Rahul ------------ */

/*----------------- 15-12-2019 start  Rahul ------------ */






#dvUploadInventory {
    top: 0 !important;
    padding: 15px !important;
}

#UploadFile h2 {
    font-size: 22px;
}

#UploadFile {
    text-align: center;
}

/*.loaders #CustomerInventory_UpdateProgress1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
}*/

.modelftr_btn {
    text-align: center;
}


#dvUploadInventory .close {
    top: 0;
    position: absolute;
    right: 0px;
}


.InventoryListpop {
    /* top: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 12px;
    width: 719px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; */
}

    .InventoryListpop.uploadinv {
        width: 720px !important;
    }




    .InventoryListpop #CustomerInventory_radInventoryList {
        width: 100% !important;
    }


    .InventoryListpop .grid_mang {
        overflow-y: hidden !important;
    }

        .InventoryListpop .grid_mang table thead {
            background: #0f75bc;
            padding: 0px;
        }

            .InventoryListpop .grid_mang table thead tr th, .InventoryListpop .grid_mang table tbody tr td {
                word-break: break-word;
                padding: 6px 4px;
                font-size: 14px;
            }

        .InventoryListpop .grid_mang table tbody tr:hover {
            background-color: transparent !important;
            background: transparent !important;
            border-bottom-color: transparent !important;
        }

        .InventoryListpop .grid_mang table tbody tr td:hover {
            border-bottom: 0px !important;
            border-bottom-color: transparent !important;
        }



    .InventoryListpop .RadGrid_Default .rgAltRow {
        background: transparent;
    }


    /* .InventoryListpop .grid_mang table thead tr th:nth-child(1), .InventoryListpop .grid_mang table tbody tr td:nth-child(1) {
        min-width: 2vw;
        width: 20px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 16vw;
        width: 200px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(3), .InventoryListpop .grid_mang table tbody tr td:nth-child(3) {
        min-width: 6vw;
        width: 40px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(4), .InventoryListpop .grid_mang table tbody tr td:nth-child(4) {
        min-width: 9vw;
        width: 30px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(5), .InventoryListpop .grid_mang table tbody tr td:nth-child(5) {
        min-width: 6vw;
        width: 20px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(6), .InventoryListpop .grid_mang table tbody tr td:nth-child(6) {
        min-width: 7vw;
        width: 20px;
    } */


    .InventoryListpop .RadGrid_Default .rgHeader, .InventoryListpop .RadGrid_Default th.rgResizeCol, .InventoryListpop .RadGrid_Default .rgHeaderWrapper {
        background: transparent !important;
        color: #fff !important;
        font-size: 14px;
        font-weight: 600 !important;
    }


.grid_mang table thead {
    display: block;
    width: 100%;
}



.grid_mang table tbody {
    display: block;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #f0f0f0;
}


.InventoryListpop .close {
    top: 0;
    position: absolute;
    right: 0px;
}

.InventoryListpop h2 {
    /* margin: 8px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center; */
}

.InventoryListpop .RadGrid_Default .rgHeader a {
    color: #fff;
    font-size: 14px;
}

.RadGrid_Default .rgHeader {
    border-bottom: 0 !important;
}


.btn-success:focus {
    background: #119991;
    border: 1px solid #0f8a83
}

.btn-red {
    background-color: #ed1c24;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    padding: 6px 25px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .btn-red:hover {
        background-color: #d80008;
        border-color: #d80008;
    }

    .btn-red:hover,
    .btn-red:active,
    .btn-red:focus,
    .btn-green:hover,
    .btn-green:active,
    .btn-green:focus,
    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue:focus {
        color: #fff;
    }

.btn-blue {
    background-color: #0f75bc;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    padding: 6px 25px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .btn-blue:hover {
        background-color: #0064a9;
        border-color: #0064a9;
    }


.btn-green {
    background-color: #119991;
    border-radius: 3px;
    color: #fff;
    padding: 6px 25px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .btn-green:hover {
        background-color: #008a82;
        border-color: #008a82;
    }

#UpdateProgress1 .modal {
    z-index: 99999;
}

.dropdown-menu .arrowtop {
    position: absolute;
    top: -5px;
    bottom: 0px;
    right: 7px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.cusInventory {
    padding: 6px 14px;
}

    .cusInventory .panel-heading {
        font-size: 16px;
    }

.InventoryListpop .grid_mang table tbody tr.rgNoRecords td {
    width: 662px;
    text-align: center !important;
}

.cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td {
    width: 1273px;
}

    .cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td div {
        padding: 5px 10px;
    }


.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(1), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(1) {
    min-width: 1px;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
    min-width: 40vw;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(3), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(3) {
    min-width: 10vw;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(4), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(4) {
    min-width: 11vw;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(5), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(5) {
    min-width: 9vw;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(6), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(6) {
    min-width: 10vw;
}

.cust-tblinventry .RadGrid_Default table thead tr th:nth-child(7), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(7) {
    min-width: 9vw;
}






.left-custom-tbl table thead tr th {
    font-weight: 600;
}

#CustomerInventory_RadGvInventory {
    overflow: hidden;
    width: auto !important;
}

.theme-pink {
    --radius: 0.2em;
    --baseFg: #2f90b6;
    --baseBg: #fff;
    --accentFg: #fff;
    --accentBg: #2f90b6;
    margin-right: 20px;
}

    .theme-pink select {
        width: 230px;
        font: 400 16px/1.3 'Open Sans', sans-serif;
        -webkit-appearance: none;
        appearance: none;
        color: #fff;
        border: 1px solid #deeefa;
        line-height: 22px;
        outline: 0;
        padding: 0.2em 2.5em 0.2em 0.75em;
        border-radius: var(--radius);
        background-color: #2f90b6;
        background-image: linear-gradient(var(--baseFg), var(--baseFg)), linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%), linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%), linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
        background-position: right 20px center, right bottom, right bottom, right bottom;
        height: 30px;
        transition: all 0.5s ease-in-out;
        margin-top: 10px;
    }

.navbar-top-links > li.profile-drop > a {
    font-size: 16px;
}



.theme-pink select:hover {
    background-color: #2f90b6;
    color: #fff;
}

.theme-pink select:active {
    background-color: #2f90b6;
    color: #fff;
}

.down.profile-drop.open {
    position: relative;
}


.dvUpload-po {
    width: 600px;
    display: none;
    background-color: #ffffff;
    border: 0px;
    padding: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}


/*----------------- 15-12-2019 end  Rahul ------------ */

/*----------------- 12-05-2020 end  Rahul ------------ */



.left-order-info .order-table-sec .left-custom-tbl .table {
    margin-bottom: 0 !important;
}

#tab_CustomerOrderInformation .search-container input[type="text"] {
    width: 92%;
}

.filter_order ul li.order-stats {
    width: 30%;
}

.filter_order ul li {
    margin-right: 2px;
}

.no-datamatch {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#ucJobDetailPONumber .d-flex.custm-dt-stats .col.mbl-bdr-btm {
    padding-right: 10px;
}

.mster-trck .box-blue span {
    word-break: normal !important;
}


/*----------------- 12-05-2020 end  Rahul ------------ */

#tab_default_2 .right-order-info {
    min-height: calc(100vh - 476px);
    max-height: calc(100vh - 476px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.right-order-info {
    min-height: calc(100vh - 376px);
    max-height: calc(100vh - 376px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

div#tab_CustomerOrderInformation .left-order-info {
    overflow-y: hidden;
}

.right-order-info.cusInventory {
    min-height: calc(100vh - 379px);
    max-height: calc(100vh - 379px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.hmh-order-info.left-order-info {
    min-height: calc(100vh - 437px);
    max-height: calc(100vh - 437px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .hmh-order-info.left-order-info .left-custom-tbl table tbody {
        overflow-y: scroll;
        display: block;
        height: calc(100vh - 671px);
    }

.hmh-order-info-right.right-order-info {
    min-height: calc(100vh - 457px);
    max-height: calc(100vh - 457px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.cust-tblinventry table tbody {
    overflow-y: scroll;
    display: block;
    height: calc(100vh - 622px);
    border: 1px solid #f0f0f0;
}

.left-order-info {
    min-height: calc(100vh - 376px);
    max-height: calc(100vh - 376px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .toggle-check-text {
        margin-left: 0 !important;
    }

    .assign-rol-field {
        padding: 0;
    }

    .loginbox {
        margin: 2em auto 0;
    }
}
/*End Login Page*/
/*Media Query Start*/
@media screen and (min-width:1600px) {
    .grid_manage table thead {
        min-width: 70vw;
    }
}

@media screen and (min-width:768px) {
    .panel.mt-3 .last-item {
        float: right;
    }

        .panel.mt-3 .last-item h4 {
            padding-top: 17px;
        }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #h4ProductCount {
        font-size: 20px;
    }
}





@media only screen and (min-width:768px) and (max-width:1024px) {
    .right-custom-tbl {
        width: 100%;
        overflow-x: scroll;
    }

    .item-box span {
        font-size: 13px;
    }

    .item-box h3 {
        font-size: 25px;
    }

    .last-item.pull-right {
        text-align: left;
    }

    /* -----------27-02-2019  Rahul Start------------*/

    .custom-range-data ul.nav > li > a {
        padding: 10px 7px;
    }

    .mbl-pl-0 {
        padding-left: 0 !important;
    }

    .mbl-pr-0 {
        padding-right: 0px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 18vw;
    }

    .left-custom-tbl table tbody tr td, .left-custom-tbl table thead tr th {
        min-width: 20vw;
    }

        .left-custom-tbl table tbody tr td:last-child, .left-custom-tbl table thead tr th:last-child {
            min-width: 27vw;
        }

    .compare_sec ul li {
        font-size: 12px;
    }

    .filter_order ul li {
        margin: 0 4px 0 0px;
    }

    .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1), .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 7vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 19vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
        min-width: 17vw;
    }



    .right-custom-tbl table tbody tr td, .right-custom-tbl table thead tr th {
        min-width: 14vw;
    }



    .right-custom-tbl table tbody tr td, .right-custom-tbl table thead tr th {
        font-size: 12px;
    }

        .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
            min-width: 20vw;
        }

    .mbl-pie {
        width: 230px !important;
        height: 150px !important;
    }

    .box-grid span.footer-title {
        font-size: 10px;
    }

    .box-blue span {
        font-size: 10px;
    }

    .box-blue span {
        font-size: 12px;
    }

    .order-status-sec span.result-shown {
        font-size: 12px;
    }

    .custom-range-filter {
        padding-top: 10px;
    }

    .popup-custom-tbl table tbody tr td:first-child, .popup-custom-tbl table thead tr th:first-child {
        min-width: 12vw;
    }

    .popup-custom-tbl table tbody tr td, .popup-custom-tbl table thead tr th {
        min-width: 12vw;
    }

        .popup-custom-tbl table tbody tr td:last-child, .popup-custom-tbl table thead tr th:last-child {
            min-width: 21vw;
        }
    /* -----------27-02-2019  Rahul End------------*/

    /* -----------11-12-2019  Rahul start------------*/
    .order-stats {
        width: 90%;
    }

    .countprdt {
        margin-top: 10px;
        width: 100%;
        float: left;
    }

    .right-custom-tbl.custmOrd-right table tbody {
        height: 377px;
    }

    /* -----------11-12--2019  Rahul End------------*/


    .order-status-sec h2 {
        margin-bottom: 10px !important;
    }


    .flex-wrap {
        flex-wrap: wrap;
    }

    .cuswidth-40 {
        width: 33%;
        float: left;
    }

    .custmblpr-1 {
        padding-right: 10px;
    }
}

/*-------------- Rahul 18-12-2019 -----------------*/

@media only screen and (max-width:1920px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 46vw;
    }

    .cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td {
        width: 1808px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 10vw;
        width: 192px;
        word-break: break-all;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(4), .InventoryListpop .grid_mang table tbody tr td:nth-child(4) {
        min-width: 5vw;
        width: 30px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 4vw;
        max-width: 77px;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 14vw;
        word-wrap: break-word;
        max-width: 269px;
    }

    .left-custom-tbl table tbody tr td:nth-child(3), .left-custom-tbl table thead tr th:nth-child(3) {
        min-width: 7vw;
        word-wrap: break-word;
        max-width: 100px;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 6vw;
        word-wrap: break-word;
    }

    .left-custom-tbl table tbody tr td:nth-child(5), .left-custom-tbl table thead tr th:nth-child(5) {
        min-width: 6vw;
        word-wrap: break-word;
    }


    /* ---------- Changes By Rahul 29-06-2020 --------------------  */



    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1),
    .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 11vw;
        width: 212px;
        word-break: break-all;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(2),
    .right-custom-tbl table.modifyqty thead tr th:nth-child(2) {
        min-width: 5vw;
        max-width: 96px;
        word-break: break-all;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(3),
    .right-custom-tbl table.modifyqty thead tr th:nth-child(3) {
        min-width: 6vw;
        max-width: 116px;
    }


    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 9vw;
        max-width: 168px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 10vw;
        max-width: 192px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 10vw;
        max-width: 192px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 7vw;
        max-width: 135px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 11vw;
        width: 242px;
        word-wrap: break-word;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(2), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(2) {
        min-width: 9vw;
        width: 124px;
    }


    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(3), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(3) {
        min-width: 7vw;
        width: 111px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(1), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(1) {
        min-width: 1vw;
        width: 21px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(3), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(3) {
        min-width: 9vw;
        width: 123px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(4), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(4) {
        min-width: 7vw;
        width: 135px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(5), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(5) {
        min-width: 4vw;
        width: 77px;
    }


    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(6), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(6) {
        min-width: 5vw;
        width: 127px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 9vw;
        width: 173px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(2), .tblOnHldOrderLst table thead tr th:nth-child(2) {
        min-width: 5vw;
        width: 96px;
    }

    .tblOnHldOrderLst table tbody tr td:last-child, .tblOnHldOrderLst table thead tr th:last-child {
        min-width: 9vw;
        width: 173px;
    }


    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 11vw;
        width: 212px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 9vw;
        word-wrap: break-word;
        max-width: 17px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(3), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(3) {
        min-width: 6vw;
        word-wrap: break-word;
        max-width: 135px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 7vw;
        word-wrap: break-word;
        width: 135px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 4vw;
        word-wrap: break-word;
        width: 77px;
    }

    .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
        min-width: 12vw;
        word-break: break-all;
        width: 231px;
    }
}

@media only screen and (max-width:1680px) {
    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 7vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 12vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 4vw;
        max-width: 71px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 7vw;
        max-width: 118px;
    }


    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 14vw;
        width: 236px;
        word-break: break-all;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 12vw;
        width: 173px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 13vw;
        width: 219px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 13vw;
        max-width: 152px;
        word-break: break-all;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 9vw;
        width: 152px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 8vw;
        max-width: 135px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 7vw;
        max-width: 118px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(2), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(2) {
        min-width: 7vw;
        width: 124px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 16vw;
        width: 269px;
        word-wrap: break-word;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 5vw;
        word-wrap: break-word;
        width: 84px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 9vw;
        width: 185px;
        word-wrap: break-word;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 11vw;
        width: 185px;
    }
}

@media only screen and (max-width:1600px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 44vw;
    }

    .cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td {
        width: 1491px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 17vw;
        width: 173px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 8vw;
        max-width: 128px;
        word-wrap: break-word;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 11vw;
        max-width: 176px;
    }

    .left-custom-tbl table tbody tr td:nth-child(3), .left-custom-tbl table thead tr th:nth-child(3) {
        min-width: 7vw;
        max-width: 100px;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 8vw;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 9vw;
        max-width: 144px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 8vw;
        max-width: 128px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 15vw;
        width: 240px;
        word-break: break-all;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 11vw;
        width: 128px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 9vw;
        max-width: 144px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 15vw;
        width: 240px;
        word-wrap: break-word;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 11vw;
        word-wrap: break-word;
        width: 176px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 7vw;
        width: 119px;
    }

    .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
        min-width: 8vw;
        word-break: break-all;
        width: 206px;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 8vw;
        width: 183px;
    }
}



@media only screen and (max-width:1440px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 43vw;
    }

    .cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td {
        width: 1328px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 22vw;
        width: 173px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 5vw;
        max-width: 72px;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 12vw;
        word-wrap: break-word;
        max-width: 173px;
    }

    .left-custom-tbl table tbody tr td:nth-child(3), .left-custom-tbl table thead tr th:nth-child(3) {
        min-width: 6vw;
        max-width: 87px;
    }



    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 8vw;
        word-wrap: break-word;
    }

    .left-custom-tbl table tbody tr td:nth-child(5), .left-custom-tbl table thead tr th:nth-child(5) {
        min-width: 6vw;
        word-wrap: break-word;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 9vw;
        max-width: 130px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 10vw;
        max-width: 144px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 8vw;
        max-width: 116px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 7vw;
        max-width: 101px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 16vw;
        width: 231px;
        word-break: break-all;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(2), .right-custom-tbl table.modifyqty thead tr th:nth-child(2) {
        min-width: 7vw;
        max-width: 101px;
        word-break: break-all;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(3), .right-custom-tbl table.modifyqty thead tr th:nth-child(3) {
        min-width: 6vw;
        max-width: 103px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 15vw;
        width: 173px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 18vw;
        width: 260px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 7vw;
        word-wrap: break-word;
        width: 84px;
    }


    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 9vw;
        word-wrap: break-word;
        width: 118px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 6vw;
        width: 87px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 12vw;
        word-wrap: break-word;
        width: 173px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(3), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(3) {
        min-width: 6vw;
        word-wrap: break-word;
        max-width: 87px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 9vw;
        word-wrap: break-word;
        width: 130px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 7vw;
        word-wrap: break-word;
        width: 96px;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 9vw;
        width: 162px;
        word-break: break-word;
    }


    .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 5px;
        width: 70px;
    }

    .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
        min-width: 12vw;
        word-break: break-word;
        width: 144px;
    }

    .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
        min-width: 6vw;
        word-break: break-all;
        width: 158px;
    }

    .left-order-info .order-table-sec .left-custom-tbl {
        overflow-x: auto !important;
        overflow-y: auto !important;
    }
}

@media only screen and (max-width:1400px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 40vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 6vw;
        max-width: 84px;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 12vw;
        word-wrap: break-word;
        max-width: 144px;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 11vw;
        word-wrap: break-word;
        width: 154px;
    }

    .left-custom-tbl table tbody tr td:nth-child(5), .left-custom-tbl table thead tr th:nth-child(5) {
        min-width: 6vw;
        word-wrap: break-word;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 11vw;
        max-width: 154px;
    }


    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 8vw;
        max-width: 112px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 10vw;
        max-width: 112px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 7vw;
        max-width: 101px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(10), table.tblHmhOrderList thead tr th:nth-child(10) {
        min-width: 10vw;
        max-width: 112px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 16vw;
        width: 224px;
        word-break: break-all;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 16vw;
        width: 173px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(2), .tblOnHldOrderLst table thead tr th:nth-child(2) {
        min-width: 6vw;
        width: 84px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 9vw;
        max-width: 126px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 20vw;
        width: 280px;
        word-wrap: break-word;
    }
}

@media only screen and (max-width:1366px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 46vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 14vw;
        width: 192px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 10vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 14vw;
        word-wrap: break-word;
        max-width: 192px;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 10vw;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 8vw;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 9vw;
        max-width: 123px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 9vw;
        max-width: 123px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(4), table.tblHmhOrderList thead tr th:nth-child(4) {
        min-width: 8vw;
        max-width: 123px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 17vw;
        width: 232px;
        word-break: break-all;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 17vw;
        width: 192px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 15vw;
        width: 205px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(2), .tblOnHldOrderLst table thead tr th:nth-child(2) {
        min-width: 9vw;
        width: 93px;
    }


    .tblOnHldOrderLst table tbody tr td:nth-child(3), .tblOnHldOrderLst table thead tr th:nth-child(3) {
        min-width: 8vw;
        width: 134px;
    }

    .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 51px;
        width: 51px;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 11vw;
        width: 151px;
        word-break: break-word;
    }

    .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
        min-width: 12vw;
        word-break: break-all;
        width: 164px;
    }

    .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
        min-width: 11vw;
        word-break: break-word;
        width: 151px;
    }
}

@media only screen and (max-width:1361px) {
    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 9vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 12vw;
        word-wrap: break-word;
        max-width: 144px;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 6vw;
    }


    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 9vw;
        max-width: 123px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 11vw;
        max-width: 150px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 9vw;
        max-width: 123px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 15vw;
        width: 168px;
        word-break: break-all;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 17vw;
        width: 192px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 18vw;
        width: 205px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(2), .tblOnHldOrderLst table thead tr th:nth-child(2) {
        min-width: 6vw;
        width: 84px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 20vw;
        width: 273px;
        word-wrap: break-word;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(3), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(3) {
        min-width: 8vw;
        width: 127px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(4), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(4) {
        min-width: 2vw;
        width: 101px;
    }



    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 9vw;
        word-wrap: break-word;
        width: 123px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 7vw;
        width: 96px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 12vw;
        word-wrap: break-word;
        width: 164px;
    }
}

@media only screen and (min-width:1362px) and (max-width:1366px) {
    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 16vw;
        width: 218px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(3), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(3) {
        min-width: 9vw;
        width: 123px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(4), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(4) {
        min-width: 10vw;
        width: 137px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(5), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(5) {
        min-width: 6vw;
        width: 82px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(6), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(6) {
        min-width: 5vw;
        width: 117px;
    }


    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(1), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(1) {
        min-width: 7vw;
        width: 97px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 13vw;
        word-wrap: break-word;
        width: 178px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(3), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(3) {
        min-width: 6vw;
        word-wrap: break-word;
        max-width: 82px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 9vw;
        word-wrap: break-word;
        width: 123px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 7vw;
        word-wrap: break-word;
        width: 96px;
    }
}


@media only screen and (max-width:1024px) {

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 33vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(4), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(4) {
        min-width: 11vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(5), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(5) {
        min-width: 11vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(6), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(6) {
        min-width: 10vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(7), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(7) {
        min-width: 13vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 24vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(3), .InventoryListpop .grid_mang table tbody tr td:nth-child(3) {
        min-width: 13vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(5), .InventoryListpop .grid_mang table tbody tr td:nth-child(5) {
        min-width: 9vw;
        width: 20px;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(6), .InventoryListpop .grid_mang table tbody tr td:nth-child(6) {
        min-width: 10vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(4), .InventoryListpop .grid_mang table tbody tr td:nth-child(4) {
        min-width: 9vw;
        width: 30px;
    }


    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 16vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(3), .left-custom-tbl table thead tr th:nth-child(3) {
        min-width: 9vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 12vw;
    }

    #tab_CustomerOrderInformation .search-container input[type="text"] {
        width: 88%;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 7vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(5), .left-custom-tbl table thead tr th:nth-child(5) {
        min-width: 9vw;
        word-wrap: break-word;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 11vw;
        max-width: 123px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 12vw;
        max-width: 123px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 23vw;
        width: 236px;
        word-break: break-all;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 24vw;
        width: 205px;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 20vw;
        width: 205px;
    }

    .POVerificationListpop.POvfylst .grid_mang table thead tr th:nth-child(1), .POVerificationListpop.POvfylst .grid_mang table tbody tr td:nth-child(1) {
        min-width: 19vw;
        width: 274px;
        word-wrap: break-word;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(2), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(2) {
        min-width: 15vw;
        word-wrap: break-word;
        max-width: 17px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(4), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(4) {
        min-width: 12vw;
        word-wrap: break-word;
        width: 124px;
    }

    .left-custom-tbl table.tblOrderListTBL tbody tr td:nth-child(5), .left-custom-tbl table.tblOrderListTBL thead tr th:nth-child(5) {
        min-width: 10vw;
        word-wrap: break-word;
        width: 103px;
    }
}


@media only screen and (max-width:768px) {
    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 21vw;
    }

    .right-custom-tbl table tbody tr td, .right-custom-tbl table thead tr th {
        min-width: 15vw;
    }

        .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1), .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
            min-width: 15vw;
        }

        .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
            min-width: 24vw;
        }


    .flex-wrap {
        flex-wrap: wrap !important;
    }

    .cuswidth-40 {
        width: 50%;
        float: left;
    }

    .custmblpr-1 {
        padding-right: 10px;
    }

    .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
        min-width: 13vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1), .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 8vw;
    }

    .order-stats {
        width: 50%;
    }

    /*--------------- 18-12-2019 --------------*/

    .cust-tblinventry .RadGrid_Default table tbody tr.rgNoRecords td {
        width: 650px;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(2), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(2) {
        min-width: 20vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(3), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(3) {
        min-width: 10vw;
        width: 80px;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(4), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(4) {
        min-width: 14vw;
        width: 116px;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(5), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(5) {
        min-width: 13vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(6), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(6) {
        min-width: 14vw;
    }

    .cust-tblinventry .RadGrid_Default table thead tr th:nth-child(7), .cust-tblinventry .RadGrid_Default table tbody tr td:nth-child(7) {
        min-width: 15vw;
    }

    #CustomerInventory_RadGvInventory {
        overflow-x: scroll;
    }




    /*--------------- 18-12-2019 --------------*/
    .search-container input[type="text"] {
        width: 63%;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(3), .InventoryListpop .grid_mang table tbody tr td:nth-child(3) {
        min-width: 18vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(5), .InventoryListpop .grid_mang table tbody tr td:nth-child(5) {
        min-width: 11vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(6), .InventoryListpop .grid_mang table tbody tr td:nth-child(6) {
        min-width: 15vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(2), .InventoryListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 34vw;
    }

    .InventoryListpop .grid_mang table thead tr th:nth-child(4), .InventoryListpop .grid_mang table tbody tr td:nth-child(4) {
        min-width: 9vw;
        width: 30px;
    }


    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 18vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(2), .left-custom-tbl table thead tr th:nth-child(2) {
        min-width: 24vw;
        word-wrap: break-word;
        max-width: 144px;
    }

    .left-custom-tbl table tbody tr td:nth-child(3), .left-custom-tbl table thead tr th:nth-child(3) {
        min-width: 16vw;
        /* word-break: break-all; */
        word-wrap: break-word;
    }

    .left-custom-tbl table tbody tr td:nth-child(4), .left-custom-tbl table thead tr th:nth-child(4) {
        min-width: 16vw;
        word-wrap: break-word;
    }

    .left-custom-tbl table tbody tr td:nth-child(5), .left-custom-tbl table thead tr th:nth-child(5) {
        min-width: 11vw;
        word-wrap: break-word;
    }

    #tab_CustomerOrderInformation .search-container input[type="text"] {
        width: 88%;
    }

    table.tblHmhOrderList tbody tr td:nth-child(1), table.tblHmhOrderList thead tr th:nth-child(1) {
        min-width: 23vw;
        max-width: 200px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(2), table.tblHmhOrderList thead tr th:nth-child(2) {
        min-width: 24vw;
        max-width: 123px;
    }

    table.tblHmhOrderList tbody tr td:nth-child(3), table.tblHmhOrderList thead tr th:nth-child(3) {
        min-width: 19vw;
        max-width: 123px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 33vw;
        width: 254px;
        word-break: break-all;
    }

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 36vw;
        width: 277px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(1), .tblOnHldOrderLst table thead tr th:nth-child(1) {
        min-width: 32vw;
        width: 246px;
    }

    .tblOnHldOrderLst table tbody tr td:nth-child(2), .tblOnHldOrderLst table thead tr th:nth-child(2) {
        min-width: 9vw;
        width: 93px;
    }


    .tblOnHldOrderLst table tbody tr td:nth-child(3), .tblOnHldOrderLst table thead tr th:nth-child(3) {
        min-width: 17vw;
        width: 131px;
    }

    /* .InventoryListpop .modal-dialog {
        width: 585px;
    } */

    .InventoryListpop.inventryDwnl .grid_mang table thead tr th:nth-child(2), .InventoryListpop.inventryDwnl .grid_mang table tbody tr td:nth-child(2) {
        min-width: 8vw;
        width: 175px;
    }

    .right-custom-tbl table.modifyqty tbody tr td:nth-child(1), .right-custom-tbl table.modifyqty thead tr th:nth-child(1) {
        min-width: 17vw;
        width: 233px;
        word-break: break-all;
    }
}

@media only screen and (max-width:767px) {

    .right-custom-tbl {
        width: 100%;
        overflow-x: scroll;
    }

    .btns-group {
        text-align: center;
    }

    #page-wrapper {
        padding-top: 120px;
    }

    .col-md-5.col-sm-6.mt-2.btns-group a {
        display: block;
        width: 100%;
        margin: 10px 0 !important;
    }

    .panel-heading {
        background: #2b8fb6;
        color: #fff;
        font-size: 16px;
    }

    .item-box h3 {
        font-size: 26px;
    }

    .last-item.pull-right {
        text-align: left;
    }

    .btns-group a {
        margin-top: 4px;
        width: 200px;
        margin: 5px auto !important;
        float: none;
        display: table;
    }

    .text-right.last-item.pull-right {
        width: 100%;
        text-align: center
    }

    .text-primary.font-25 {
        text-align: left;
    }

    #h4ProductCount.text-primary.font-25 {
        text-align: center;
    }

    .body-panel-top .form-group div {
        width: 100% !important;
    }

    /* -----------27-02-2019  Rahul Start------------*/

    .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1), .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 12vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 25vw;
    }

    .right-custom-tbl table tbody tr td:last-child, .right-custom-tbl table thead tr th:last-child {
        min-width: 23vw;
    }

    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 18vw;
    }

    .left-custom-tbl table tbody tr td, .left-custom-tbl table thead tr th {
        min-width: 22vw
    }

        .left-custom-tbl table tbody tr td:last-child, .left-custom-tbl table thead tr th:last-child {
            min-width: 23vw;
        }


    .heading-pg {
        margin-top: 46px;
    }



    .box-blue span {
        font-size: 15px;
    }

    .box-blue h3 {
        font-size: 14px;
    }

    .order-status-sec span.result-shown {
        font-size: 14px;
    }

    .custom-range-data ul.nav > li > a {
        padding: 10px 8px;
        font-size: 12px;
    }



    /* -----------27-02-2019  Rahul End------------*/


}

@media only screen and (min-width:480px) and (max-width:767px) {
    #btnSearchGraphDetails {
        margin-left: 15px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
    #dvHMHPieChart {
        margin-top: 70vh;
    }

    #dvHMHDoughnutChart {
        margin-top: 50vh;
        margin-bottom: 20vh;
    }

    .navbar-toggle {
        display: none;
    }

    .custom-pl-0 {
        padding-left: 15px !important;
    }

    .mbl-custm-poshld {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .left-custom-tbl {
        overflow-x: scroll;
    }

    .filter_order ul li {
        padding: 2px 5px;
    }

    #divOrdersOnHold .modal-dialog {
        width: 500px;
        margin: 100px auto
    }

    .popup-custom-tbl table tbody tr td:first-child, .popup-custom-tbl table thead tr th:first-child {
        min-width: 20vw;
    }

    .popup-custom-tbl table tbody tr td, .popup-custom-tbl table thead tr th {
        min-width: 14vw;
    }

    .navbar-brand {
        float: right;
    }
}


.right-custom-tbl table thead {
    display: table-row;
    background-color: #0f75bc;
    color: #fff;
}


@media only screen and (max-width:479px) {
    .btns-group .btn {
        width: 100%;
        float: left;
        margin: 5px 0;
    }

    #btnSearchGraphDetails {
        margin-left: 15px;
    }

    .custom-pl-0 {
        padding-left: 15px !important;
    }


    .mbl-custm-poshld {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .heading-pg {
        width: 100%;
        float: left;
    }

    .order-stats {
        width: 100%;
    }

    .custom-range span {
        font-size: 13px;
    }

    .filter_order ul li {
        float: none;
    }

    .select-proceed h2 {
        width: 100%;
        font-size: 20px;
    }

    .select-proceed {
        padding: 8vh 0 0 0;
    }


    #dvHMHPieChart {
        margin-top: 36vh;
    }

    #dvHMHDoughnutChart {
        margin-top: 22vh;
    }

    .tabbable-line > .nav-tabs > li {
        width: 100%;
    }

    .heading-pg {
        margin-top: 0px;
    }

    .left-custom-tbl {
        overflow-x: scroll;
    }

        .left-custom-tbl table thead tr th {
            font-size: 11px;
        }

            .left-custom-tbl table thead tr th, .left-custom-tbl table thead tr th:last-child, .left-custom-tbl table tbody tr td {
                min-width: 22vw;
            }

        .left-custom-tbl table tbody tr td {
            font-size: 12px;
        }

    #divOrdersOnHold .modal-dialog {
        margin: 118px auto;
        width: 300px;
    }

    .modal-body {
        padding: 10px 5px;
    }

    .popup-custom-tbl table tbody tr td, .popup-custom-tbl table thead tr th {
        font-size: 12px;
    }

        .popup-custom-tbl table tbody tr td:first-child, .popup-custom-tbl table thead tr th:first-child {
            min-width: 22vw
        }

    .popup-custom-tbl table tbody {
        height: 158px;
    }

    #divOrdersOnHold .modal-header h4 {
        font-size: 20px;
    }

    #divOrdersOnHold p.content-model {
        font-size: 14px;
    }

    .navbar-toggle {
        display: none;
    }

    .dropdown-menu {
        min-width: 103px;
        font-size: 12px;
    }

    .profile-drop .dropdown-menu {
        padding: 6px 0;
    }

    .loginbox {
        margin: 12em auto 0;
    }

    .navbar-brand {
        float: right;
    }

    .d-flex.custm-dt-stats {
        flex-wrap: wrap;
    }

        .d-flex.custm-dt-stats .col {
            width: 100%;
            margin-bottom: 10px;
        }

            .d-flex.custm-dt-stats .col.mbl-bdr-btm {
                border-bottom: 1px solid #e0e0e0
            }

    .right-custom-tbl table tbody tr td:nth-child(1), .right-custom-tbl table thead tr th:nth-child(1) {
        min-width: 14vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(2), .right-custom-tbl table thead tr th:nth-child(2) {
        min-width: 14vw;
    }



    .left-custom-tbl table tbody tr td:nth-child(1), .left-custom-tbl table thead tr th:nth-child(1) {
        min-width: 23vw;
    }

    .select-proceed .select-icon {
        position: relative;
    }

        .select-proceed .select-icon .fa.fa-arrow-left {
            position: absolute;
            top: -58px;
            left: 0;
            right: -58px;
            transform: rotate(90deg);
        }

    .right-custom-tbl table tbody tr td:nth-child(3), .right-custom-tbl table thead tr th:nth-child(3) {
        min-width: 37vw;
    }

    .right-custom-tbl table tbody tr td:nth-child(4), .right-custom-tbl table thead tr th:nth-child(4) {
        min-width: 34vw;
    }

    .right-custom-tbl table tbody tr td, .right-custom-tbl table thead tr th {
        min-width: 24vw;
    }
}

/**************************************** STARTED BY JASKOMAL DATED 25 FEB 2020 *********************************************************************************/

.POVerificationListpop {
    /* top: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 12px; */
    /*width: 719px !important;*/
    /* left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; */
}


    .POVerificationListpop #CustomerInventory_radInventoryList {
        width: 100% !important;
    }


    .POVerificationListpop .grid_mang {
        /* overflow-y: hidden !important; */
    }

        .POVerificationListpop .grid_mang table thead {
            background: #0f75bc;
            padding: 0px;
        }

            .POVerificationListpop .grid_mang table thead tr th, .POVerificationListpop .grid_mang table tbody tr td {
                word-break: break-word;
                padding: 6px 4px;
                font-size: 14px;
            }

        .POVerificationListpop .grid_mang table tbody tr:hover {
            background-color: transparent !important;
            background: transparent !important;
            border-bottom-color: transparent !important;
        }

        .POVerificationListpop .grid_mang table tbody tr td:hover {
            border-bottom: 0px !important;
            border-bottom-color: transparent !important;
        }



    .POVerificationListpop .RadGrid_Default .rgAltRow {
        background: transparent;
    }


    .POVerificationListpop .grid_mang table thead tr th:nth-child(1), .POVerificationListpop .grid_mang table tbody tr td:nth-child(1) {
        min-width: 14vw;
        width: 20px;
    }

    .POVerificationListpop .grid_mang table thead tr th:nth-child(2), .POVerificationListpop .grid_mang table tbody tr td:nth-child(2) {
        min-width: 12vw;
        width: 200px;
    }

    .POVerificationListpop .grid_mang table thead tr th:nth-child(3), .POVerificationListpop .grid_mang table tbody tr td:nth-child(3) {
        min-width: 12vw;
        width: 40px;
    }


    .POVerificationListpop .RadGrid_Default .rgHeader, .POVerificationListpop .RadGrid_Default th.rgResizeCol, .POVerificationListpop .RadGrid_Default .rgHeaderWrapper {
        /* background: transparent !important; */
        color: #fff !important;
        font-size: 14px;
        font-weight: 600 !important;
    }

.poNumberh2 {
    font-size: 22px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#radPOVerificationList tbody {
    height: 277px;
}

/**************************************** CLOSED BY JASKOMAL DATED 25 FEB 2020 *********************************************************************************/

.responsive-name {
    word-break: break-all;
    width: 232px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
/**************************************** Changes start BY JASKOMAL DATED 25 June 2020 *********************************************************************************/

.padding-left0 {
    padding-left: 0px;
}

.padding-right0 {
    padding-right: 0px;
}

.text-green {
    color: #119991;
}

.ship-icon {
    width: 20%;
    float: left;
    text-align: center;
}

.fa.fa-search.icn-search {
    float: left;
    padding: 4px 5px;
    margin-top: 0;
    margin-right: 0;
    background: #0f75bc;
    font-size: 11px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
}

.ship-address {
    width: 80%;
    float: left;
}

.text-align-left {
    text-align: left !important;
}

.box-blue .xxs-font {
    font-size: 12px;
    text-align: left;
}

.box-blue .ship-name {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
}

.font-weight1 {
    font-weight: 1 !important;
}


.ship-heading.edit-prdt .ship-addres-icn {
    padding-left: 0;
}

.ship-heading.edit-prdt .ship-addres-icn {
    width: 10%;
    float: left;
}

.ship-heading.edit-prdt .ship-title {
    width: 90%;
    float: left;
}

.ship-heading {
    display: flex;
}
/**************************************** Changes end BY JASKOMAL DATED 25 June 2020 *********************************************************************************/


/**************************************** Changes start BY Rahul DATED 26 June 2020 *********************************************************************************/

.box-blue span {
    word-break: break-word !important;
}

.ship-icon {
    display: flex;
    justify-content: space-around;
    text-align: right !important;
}

.modal-content {
    border-radius: 0 !important;
}

i.fa.fa-pencil-alt.text-green {
    color: #fff;
    background-color: #119991;
    padding: 5px 4px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
    border: none;
}



.order-status-sec h2 {
    margin-bottom: 6px;
}




#ShipperAddressView .modal-header {
    border-bottom: 0;
}

.modal-header {
    border-bottom: 0;
    padding: 6px;
}

label {
    font-weight: 500 !important;
}

.justify-content-center {
    justify-content: center;
}

.ship-heading {
    display: flex;
}

.ship-addres-icn {
    width: 20%;
    float: left;
    padding-left: 30px;
}

.ship-title {
    width: 85%;
    float: left;
    padding-left: 10px;
}

#ShipperAddressView h4 {
    font-size: 16px;
    padding-top: 0px;
    text-transform: capitalize;
    line-height: 22px;
}

#ShipMethodView h4 {
    font-size: 16px;
    padding-top: 0px;
    text-transform: capitalize;
    line-height: 22px;
}

.dark-blue {
    color: #0f75bc;
}

.inactive {
    background: #d1d2d4;
    color: #fff;
    color: #fff;
    font-size: 13px !important;
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: default;
}

.icon-active {
    background: #119991;
    color: #fff;
    color: #fff;
    font-size: 13px !important;
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#edit-dueDate-Modal .modal-dialog {
    max-width: 400px;
    margin: 100px auto;
}

#edit-dueDate-Modal .modal-header {
    padding: 4px;
    border-bottom: 0;
}

#edit-dueDate-Modal .edit-fa-icon {
    font-size: 40px;
    color: #0f75bc;
    text-align: center;
    line-height: 18px;
}

#edit-dueDate-Modal .modal-body h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 8px;
    text-align: center;
    color: #0f75bc;
}

#datetimepicker1 .form-control {
    border-radius: 3px !important;
    height: 34px;
}

#datetimepicker1 .input-group-addon {
    background-color: #bdbec0;
    border: none;
    position: relative;
    left: -10px;
    z-index: 2;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

    #datetimepicker1 .input-group-addon .glyphicon-remove {
        padding-right: 7px;
    }

#CancelOrdr-Modal .modal-dialog {
    max-width: 450px;
    margin: 100px auto;
}

#CancelOrdr-Modal h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    color: #ed1c24;
}



#CancelOrdr-Modal .action-cancle {
    font-size: 48px;
    color: #ed1c24;
}

.modal-header .close:hover, .modal-header .close:focus {
    background-color: #ed1c24;
    color: #fff;
    opacity: 1;
    border: 0;
}

    .modal-header .close:hover:before {
        color: #fff;
        font-size: 12px;
        content: "close";
        position: absolute;
        top: -20px;
        right: -33px;
        padding: 3px 4px;
        /* background-color: #000; */
        text-transform: capitalize;
        /* border-radius: 2px; */
    }

.modal-header .close {
    padding: 2px 6px !important;
}


.modal-header {
    padding: 0 !important;
}

    .modal-header .close {
        margin-top: 0px !important;
    }

#edit-dueDate-Modal .modal-content .ship-heading {
    padding-top: 5px;
}

.ModlPOVerificationList .modal-dialog {
    margin: 100px auto;
    width: 550px;
}

.ModlPOVerificationList .modal-header h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.ModlPOVerificationList .modal-header {
    background-color: #0f75bc;
    text-align: center;
}

th[aria-sort]:not(.no-sort):after {
    position: absolute;
    top: 7px;
    right: 0;
    border-color: #f0f0f0 transparent !important;
}

#radPOVerificationList thead tr th {
    position: relative;
}

i.fa.fa-pencil-alt.editMode {
    background: #1b75bc;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 10px;
}

#tab_default_2 a i.fa.fa-upload {
    padding-right: 4px;
}

a, :visited {
    outline: 0;
    outline: none;
}

:hover, :active, :focus {
    outline: 0;
    outline: none;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
    border-width: 0;
}


#edit-dueDate-Modal .ship-addres-icn .edit-fa-icon {
    padding-top: 6px;
}

#edit-dueDate-Modal .ship-addres-icn {
    width: 14%;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
    border-width: 0 !important;
}

.POVerificationListpop.POvfylst .grid_mang i.fa.fa-download {
    padding-right: 10px;
}

/* CSS Started ----- 3-7-2020 */

.tablesorter-header {
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
    background-image: url('/images/sorting-icn.gif');
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}

.tablesorter-headerAsc {
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
    background-image: url('/images/sortingheaderAsc-icn.gif');
}

.tablesorter-headerDesc {
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
    background-image: url('/images/sortingheaderDsc-icn.gif');
}

.tablesorter .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}


.InventoryListpop .modal-dialog {
    width: 730px;
}

.InventoryListpop .modal-header h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.InventoryListpop .modal-header {
    background-color: #0f75bc;
    text-align: center;
}

.InventoryListpop.inventryDwnl {
    position: fixed !important;
    top: 0 !important;
}

#modifyQTY-Modal .modal-body .edit-fa-icon {
    text-align: center;
    margin-bottom: 8px;
}

#modifyQTY-Modal .modal-body {
    padding-top: 0px;
}

/******* CSS End ----- 3-7-2020 */


/**************************************** Changes end BY Rahul DATED 26 June 2020 *********************************************************************************/

/**************************************** Changes Start By Jaskomal DATED 28 June 2020 *********************************************************************************/

.custom-error {
    color: red;
    font-size: 11px;
}

#ShipperAddressView h2 {
    font-size: 18px;
    padding-top: 8px;
}
/**************************************** Changes end By Jaskomal DATED 28 June 2020 *********************************************************************************/


/**************************************** Changes Start BY Rahul DATED 29 June 2020 *********************************************************************************/

.cpl-05 {
    padding: 5px;
}

.ship-icon a {
    display: inline-flex;
}

#CancelOrdr-Modal p {
    font-size: 16px;
}

#modifyQTY-Modal .modal-dialog {
    margin-top: 80px;
    width: 495px;
}

.right-custom-tbl.custmOrd-right table tbody {
    height: 240px;
    overflow-y: auto;
    display: block;
    border: 1px solid #ddd;
    width: 100%;
}

#modifyQTY-Modal h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    color: #0f75bc;
}

#modifyQTY-Modal .modal-header .ship-heading .edit-fa-icon {
    padding-top: 5px;
}

#modifyQTY-Modal .modal-header .ship-heading .ship-title {
    padding-top: 7px;
    padding-left: 0;
}

#CancelOrdr-Modal .edit-fa-icon {
    text-align: center;
    font-size: 30px;
    color: #ed1c24;
}

.right-custom-tbl table.modifyqty thead {
    background-color: #0f75bc;
}

#ShipMethodView .modal-dialog {
    margin-top: 100px;
    width: 570px;
}

.change_stst {
    display: inline-block;
}

.cmr-1 {
    margin-right: 5px;
}

#ShipperAddressView .modal-dialog {
    width: 570px;
    margin: 100px auto;
}

#ShipperAddressView .ship-title h2 {
    font-size: 16px;
}

#ShipMethodView .ship-title h2 {
    font-size: 16px;
}

tr.rgNoRecords {
    width: 100%;
    display: block;
}

    tr.rgNoRecords td {
        display: block;
        width: 100% !important;
    }

        tr.rgNoRecords td div {
            width: 100%;
        }

/**************************************** Changes end BY Rahul DATED 29 June 2020 *********************************************************************************/

/**************************************** Changes start BY Jaskomal DATED 01 July 2020 *********************************************************************************/



.inventory-po-upload .modal-dialog {
    max-width: 500px;
    margin: 100px auto;
}

#UploadFile .close {
    top: 0;
    position: relative !important;
    right: 0;
}
/**************************************** Changes end BY Jaskomal DATED 01 July 2020 *********************************************************************************/


.addeventmodl h2, .updateeventmodl h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f00;
}

.addeventmodl .eventcontent p, .updateeventmodl .eventcontent p {
    font-size: 16px;
}

    .addeventmodl .eventcontent p .text-red, .updateeventmodl .eventcontent p .text-red {
        font-weight: 500;
    }

.addeventmodl .evenconfrmtion, .updateeventmodl .evenconfrmtion {
    font-size: 18px;
    color: #0064a9;
    text-align: center;
    margin-bottom: 10px;
}

.addeventmodl .eventsec, .updateeventmodl .eventsec {
    display: flex;
    width: 100%;
    float: left;
}

.addeventmodl .eventnotific, .updateeventmodl .eventnotific {
    width: 24%;
    float: left;
    text-align: center;
    padding-top: 28px;
}

    .addeventmodl .eventnotific i, .updateeventmodl .eventnotific i {
        color: #d80008;
        font-size: 60px;
    }

.addeventmodl .modal-header, .updateeventmodl .modal-header {
    border-bottom: 0;
}


#dialogPDFView .modal-header {
    background-color: #0f75bc;
    padding: 0;
}

    #dialogPDFView .modal-header .close {
        margin-top: -67px;
        color: #fff;
        opacity: .9;
        margin-right: 5px;
    }

    #dialogPDFView .modal-header .modal-title {
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        width: 100%;
    }

        #dialogPDFView .modal-header .modal-title h4 {
            margin: 0;
            padding: 10px 0;
        }

#dialogPDFView .modal-dialog {
    width: 96%;
    margin: 30px auto;
    height: 100%;
}

#dialogPDFView .modal-content, #dialogPDFView .modal-content .modal-body, #dialogPDFViewInner {
    height: 100%;
}

#dialogPDFView {
    z-index: 99999;
}