@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap';
*, *::before, *::after { box-sizing: border-box;padding: 0px;margin: 0px}
body,.rjr-cntrprt {font-family: "Inter", sans-serif;}
.mr-10 {margin-right: 10px!important}
.mr-15 {margin-right: 15px!important}
.mb-10 {margin-bottom: 10px!important}
.mb-15 {margin-bottom: 15px!important}
.mt-10 {margin-top: 10px!important}
.mt-15 {margin-top: 15px!important}
.pr-10 {padding-right: 10px!important}
.pr-15 {padding-right: 15px!important}
.pb-10 {padding-bottom: 10px!important}
.pb-15 {padding-bottom: 15px!important}
.pt-10 {padding-top: 10px!important}
.pt-15 {padding-top: 15px!important}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.btn.btn-success {border-color: #008000;background: #008000;color: #fff;}
.btn.btn-success:hover {opacity: 0.8}
.c-checkbox,.c-checkbox input:checked~.checkmark:after {display:block}
.c-checkbox {position:relative;padding-left:30px;margin-bottom:0px;cursor:pointer;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.c-checkbox input {position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkmark {position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid #fff}
.checkmark:after {content:"";position:absolute;display:none}
.c-checkbox .checkmark:after {left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
label.custom-radio {display: inline-flex;align-items: center;padding-left: 26px;position: relative;font-size: 15px;font-weight: 500;margin-bottom: 20px;margin-right: 10px;}
label.custom-radio:last-child {margin-right: 0px}
.custom-radio input[type="radio"] {display: none;}
.custom-radio .radio-content:before {content: "";position: absolute;left: 0;top: 0;width: 20px;height: 20px;border: 2px solid #cccccc;border-radius: 100%;}
.custom-radio .radio-content:after {content: "";position: absolute;left: 6px;top: 6px;width: 8px;height: 8px;background: #c00021;border-radius: 40px;visibility: hidden;}
.custom-radio input[type="radio"]:checked+.radio-content:before {border-color: #c00021;}
.custom-radio input[type="radio"]:checked+.radio-content:after {visibility: visible;}
img {max-width: 100%}
.auth-container {width: 100%;margin: auto;min-height: calc(100vh - 154px);max-width: 600px;width: 100%;padding: 10px}
.fluid-container {width: 100%;margin: auto;min-height: calc(100vh - 154px);width: 100%;padding: 10px}
body .form-group {margin-bottom: 20px;position: relative;}
body.login-page .form-group {margin-bottom: 25px}
.password-showhide span.toggle-password {position: absolute;right: 10px;bottom: 16px;z-index: 9999;color: #595959;cursor: pointer;}
.form-group.password-showhide input.form-control {padding-right: 35px;}
.login-page {background-color: #c00021;color: #fff;min-height: 100vh;text-align: center;}
.login-page p {display: block;margin-bottom: 25px;font-size: 16px}
.login-page .header {justify-content: center;}
.header {border-bottom: 3px solid #c00021;background: #fff;padding: 0px 16px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;width: 100%;display: flex;align-items: center;justify-content: space-between;height: 90px;}
.login-page h1 {display: block;text-align: center;padding: 30px 10px 15px;font-size: 30px;font-weight: 700;margin-bottom:0px;color: #fff}
.header img {max-width: 180px;}
.login-page .header img {max-width: 200px;}
.form-group label {font-size: 15px;font-weight: 500;margin-bottom: 8px;line-height: 1;display: block;width: 100%;text-align: left;}
.form-group input.form-control, select.form-control {height: 50px;border: 1px solid #dddddd;display: block;width: 100%;padding: 5px 10px;}
.form-group input.form-control:focus, .form-group input.form-control:focus {outline: none;box-shadow: none;}
.form-group.login-remember {display: flex;align-items: center;justify-content: space-between;width: 100%;padding: 15px 0px;flex-wrap: wrap;}
.forgot-password a {color: #fff;text-decoration: underline;}
.forgot-password a:hover,.move-step h4 a:hover, a.logout-btn:hover {color: #db7b8b;text-decoration: none;}
.form-group.login-remember label.c-checkbox {margin-bottom: 0px;}
.dashboard-page {padding: 25px 0px 0px;margin: auto;min-height: calc(100vh - 174px);max-width: 600px;display: flex;flex-wrap: wrap;justify-content: space-between;overflow-y:auto;}
.dashboard-btn span {display: flex;width: 100%;justify-content: space-between;color: #fff;z-index: 999;font-weight: 600;font-size: 26px;position: relative;line-height: 1;}
.dashboard-btn a {display: flex;height: 100%;align-items: flex-end;padding: 10px;}
.dashboard-btn {width: 100%;position: relative;border-radius: 10px;overflow: hidden;margin-bottom: 20px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.dashboard-btn:last-child {margin-bottom: 0px;}
.dashboard-btn.recount-btn {background-color:#b4001f;background-image: url(/assets/images/recount-bg.png);}
.dashboard-btn.move-btn {background-color: #004c87;background-image: url(/assets/images/move-bg.png);}
.dashboard-btn.pick-btn {background-color: #4f4f4f;background-image: url(/assets/images/pick-bg.png);}
.dashboard-btn.recieve-btn, .dashboard-btn.rma-btn, .dashboard-btn.picker-btn {background-color: #2f7e00;background-image: url(/assets/images/recieve-bg.png);}
.dashboard-btn.ship-btn {background-color: #004c87;background-image: url(/assets/images/recount-bg.png);}
.header i.fa-circle-user {color: #c00122;font-size: 28px;}
.move-step {max-width: 600px;margin: 15px auto 0;width: 100%;text-align: center;border: 1px solid #ddd;background-color: #fff}
.move-inr {padding: 10px 15px 15px;}
.move-step p {font-size: 17px;font-weight: 600;color: #595959;margin: 10px 0px;display: block;width: 100%;line-height: 1.2;}
.barcode img {max-width: 115px;max-height: 115px;object-fit: contain;margin: 20px 0px 40px;}
.dashboard-btn a img {object-fit: none;height: 100%;width: 100%;}
.form-group label.error {color: #ff0000;margin: 5px 0px;font-size: 13px;font-family: "Inter", sans-serif}
.login-page .form-group label.error {color: #fff}
.login-page .modal-body .form-group label.error {color: #ff0000;}
.form-group .form-control.error {border-color: #ff0000;}
.move-step h4 {line-height:1;display: flex;align-items: center;justify-content: space-between;background-color: #c00021;padding: 10px 10px;margin: 0;font-size: 20px;position: relative;}
.move-step h4 span {width: 100%;text-align: center;color: #fff}
.breadcrumb-header {display: flex;align-items: center;width: 100%;justify-content: space-between;list-style: none;padding: 10px;margin: 0px;background: #f7f7f7;border-radius: 0px}
.main-content .breadcrumb-header .btn {white-space: nowrap;width: fit-content;font-size: 13px;height: auto;padding: 6px 10px;line-height: 1;display: inline-block;text-transform: capitalize;max-width: 100%;margin: 0;}
.rjr-cntrprt .breadcrumb {display: flex;align-items: center;width: 100%;flex-wrap: wrap;list-style: none;padding: 10px;margin: 0px;background: #f7f7f7;border-radius: 0px}
.rjr-cntrprt .breadcrumb-header .breadcrumb {padding: 0}
.rjr-cntrprt .breadcrumb li {padding: 5px 5px;line-height: 1;}
.rjr-cntrprt a, .rjr-cntrprt a:hover {text-decoration: none;}
.rjr-cntrprt .breadcrumb li a {color: #000;text-decoration: none;}
.main-content {position: relative;transition: all .5s ease;}
a.logout-btn {font-size: 20px;font-weight: 700;color: #c00021;white-space: nowrap;}
footer {margin-top: 20px;background: #000;width: 100%;color: #fff;padding: 10px;text-align: center;font-size: 16px;height: 44px}
.step-3 ul.breadcrumb {margin-bottom: 20px;}
.show {display: block!important;}
.login-page .header .logout-btn {display: none;}
.form-group {position: relative;}
.invalid-feedback strong {color: #fff;font-weight: 400;font-size: 12px;font-family: "Inter", sans-serif}
.formpage .forgot-password .btn {max-width: unset;margin: 0px;font-size: 13px;padding: 0px}
.formpage .btn, .main-content .btn {max-width: 80%;width: 100%;display: block;margin: auto;font-size: 16px;text-transform: uppercase;padding: 12px 10px;line-height: 1.2;height: auto;}
.main-content .btn.max-100 {max-width: calc(100% - 30px)}
.combo-btn {display: grid;padding: 0 15px;grid-template-columns: 1fr 1fr;gap: 10px;}
.combo-btn .btn {max-width: 100%;margin: 0;}
.alert.alert-success .alert-prdt-info {display: grid;grid-template-columns: 50px 1fr;width: 100%;gap: 10px;font-weight: 500;align-items: center;}
.alert.alert-success .alert-prdt-info figure {margin: 0}
.alert.alert-success p {margin: 0 0}
a.previous-step, .prevstep, .checklist-back, .possacan-back {max-width: 80%;width: 100%;display: block;font-size: 16px;text-transform: uppercase;cursor: pointer;margin: 15px auto;color: #0067b5;font-weight: 500}
.formpage .btn:active, .main-content .btn:focus {outline: unset;box-shadow: none!important;}
.btn.btn-primary {background-color: #0067b5;border-color: #0067b5;}
.btn.btn-primary:hover {background-color:#077bd3;border-color:#077bd3;}
.alert.alert-success {gap: 3px;height: fit-content;padding: 10px 25px 10px 10px;font-size: 15px;position: relative;line-height: 18px;font-size: 14px;width: 100%;margin: auto;max-width: 600px;min-height: 58px;display: flex;flex-wrap: wrap;align-items: center;}
.alert.alert-success strong {display: block;width: 100%;font-size: 15px}
.alert .btn-close {color: #696969;width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;border-radius: 50px;position: absolute;top: 8px;right: 3px;font-size: 13px;background-color: #fff;border: 2px solid}
.alert .btn-close:hover {color: #0f6149}
.access-dtl {display: flex;flex-wrap: wrap;width: 100%;margin: 15px 0px 25px}
.alert.alert-success + .dashboard-page {min-height: calc(100vh - 232px);}
.left-sec {width: calc(100% - 120px);padding: 0px 5px;display: flex;flex-wrap: wrap;align-items: center;}
.right-sec {width: 120px;padding: 0px 5px;}
.move-step .left-sec p {text-align: left;}
.move-step .left-sec p label {margin-bottom: 0px;line-height: 1;color: #000;}
.access-dtl .barcode img {max-width: 80px;max-height: 80px;margin: 0px 0px;}
.inv-aid, .inv-cs, .inv-loc{padding-left: 5px;}
.left-sec span{font-weight: 500;}
.count-format {text-align: left;font-size: 16px;padding: 13px 0px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin: 10px 0px 20px;}
.count-number {display: flex;align-items: center;flex-wrap: wrap;margin: 15px 0px;}
.count-number:first-child {margin-top: 0px}
.count-format label {margin: 0;width: 175px;color: #000;padding-right: 10px}
.count-format span {display: flex;align-items: center;justify-content: space-between;width: calc(100% - 175px);flex-wrap: wrap;}
.count-format span .btn {margin-left: 10px}
.addsub-btn {display: flex;max-width: 107px;align-items: center;border: 1px solid #ced4da;border-radius: 4px}
.count-number.indvisual-num input.form-control {max-width: 107px;height: 32px;}
.addsub-btn button {border: none;outline: none !important;height: 32px;width: 26px;display: flex;align-items: center;justify-content: center;background: #ced4da;color: #242424;font-size: 18px;font-weight: 600;line-height: 1}
.addsub-btn input.form-control {width: 52px;height: 32px;border: none;border-radius: 0px;padding: 3px;text-align: center;}
.total-count {color: #c00021;font-weight: 600; font-size: 18px;display: flex;flex-wrap: wrap;}
.total-count label {color: #c00021;font-weight: 600; font-size: 18px;}
.move-step .access-dtl p {font-size: 16px;margin: 0px 0px 5px}
.move-step .access-dtl p:last-child {margin-bottom: 0px}
.scan-data {width: calc(100% - 85px);}
.access-dtl .left-sec figure{width: 85px;border: 1px solid #ddd;margin: 0px;height: 85px}
.access-dtl .left-sec figure img {max-width: 100%;max-height: 100%}
.errorloc {line-height: 20px;display: block;padding-top: 3px;font-size: 13px;text-align: left;font-weight: 500;color: #333;padding-top: 3px}
.difloc {color: #ff0000;}
.errorloc span {display: inline-block;font-weight: 600;}
.cortloc {margin-top: 5px;font-weight: 500;}
.cortloc span {color: #060606;line-height: 15px;padding: 1px 10px;margin: 2px 0px;background: #c1c1c1;margin-left: 4px}
.errorloc a.btn {background: #69bd28;color: #fff;display: inline-block;max-width: fit-content;padding: 3px 15px;line-height: 1;border-radius: 3px;font-size: 13px;margin: 3px 0px;}
.count-format .btn {max-width: fit-content;display: inline-block;height: auto;padding: 6px 10px;font-size: 13px;text-transform: capitalize;margin: 0 0 0 auto;}
.halfbtn {display: flex;align-items: center;max-width: 80%;margin: auto;}
.move-step .move-option p {font-weight: 400;margin: 0 0 16px;font-size: 16px;color: #000;}
.move-option {margin: auto;padding: 20px;;border:  1px solid #ddd;}
.halfbtn .btn {padding: 10px 10px;line-height: 1;margin-right: 10px;}
.halfbtn .btn:last-child {margin-right: 0px;}
.halfbtn .btn-primary {background: #c02021;border-color: #c02021;}
.halfbtn .btn-primary:hover {background: #e35152;border-color: #e35152;}
table {width: 100%;}
table th, table td {padding: 7px;}
.recount-table thead th {background: #c00c21;color: #fff;font-weight: 500;}
.recount-table {margin-bottom: 25px;}
.move-step #loclist p {display: flex;align-items: center;justify-content: center;width: 100%;flex-wrap: wrap;text-align: center;font-weight: 500;font-size: 14px;}
.move-inr .recount-table .btn.useloc {display: inline-block;width: auto;background: #c00c21;color: #fff;line-height: 1;height: auto;padding: 3px 10px;font-size: 13px;margin: 0 0 0 9px;}
.tabblock table td {text-align: left;font-weight: 500;}
.tabblock table th {background-color: #c00c21;text-align: left;font-weight: 500;color: #fff}
.tabblock table tbody tr {border-bottom: 1px solid #ddd}
.tabblock table tbody tr:last-child {border-bottom: 0px solid #ddd}
.tabblock .nav-tabs .nav-link.active, .tabblock .nav-tabs {border-color: #c00c21;}
.tabblock .tab-content .tab-pane {box-shadow: 0 0 5px #c7c7c7;border-radius: 5px;overflow: hidden;margin-top: 15px;}
.tabblock .nav-tabs .nav-link:hover, .tabblock .nav-tabs .nav-link:focus {border-bottom: 1px solid #c00021}
.tabblock table {width: 100%;}
.tabblock {font-size: 14px;}
.tabblock table tbody tr:nth-child(even) {background: #f8f8f8;}
.tabblock table tbody tr:nth-child(odd) {background: #fff;}
.pagination {display: flex;align-items: center;flex-wrap: wrap;padding-top: 14px}
.pagination ul {width: 100%;display: flex;align-items: center;justify-content: center;list-style: none;padding: 0;margin: 0;flex-wrap: wrap;}
.pagination ul li a {min-width: 26px;min-height: 25px;padding: 3px;border: 1px solid #ddd;margin: 2px 3px;color: inherit;line-height: 1;display: flex;align-items: center;justify-content: center;}
.pagination ul li a.active, .pagination ul li a:hover {background-color: #c00c21;color: #fff}
.pagination p {font-size: 14px;text-align: center;display: block;width: 100%}
.header .alert {margin: 0px 5px;max-width: 680px;padding: 10px 22px 10px 10px;line-height: 1.3;font-size: 14px;font-weight: 500;}
.header .alert button.close {position: absolute;padding: 0;top: 5px;right: 5px;line-height: 1;display: inline-block;}
.show1{display:none !important}
.form-group.picker-dropdown {margin-top: 10px}
.pickitm-img {width: 150px;height: 150px;border: 1px solid #ddd;}
.pickitm-img img {height: 100%;width: 100%}
.pick-itms {display: flex;flex-wrap: wrap;border-radius: 5px;background: #f7f7f7;padding: 10px;text-align: left;}
.pick-items {width: calc(100% - 150px);padding-right: 10px;font-size: 16px}
.pick-items label {display: inline-block;margin: 0;width: 120px;color: #000;}
.pickitm-inr.fs-15 {font-size: 18px;text-transform: uppercase;}
.pickitm-inr {margin-bottom: 15px;display: flex;flex-wrap: wrap;align-items: flex-start;font-size: 16px;line-height: 1.3}
.pickitm-inr:last-child {margin-bottom: 0}
.pickitm-inr span {font-weight: 500;display: inline-block;width: calc(100% - 120px)}
.final-block i {font-size: 50px;color: #008000;padding: 10px 0px}
.final-block {background: #f7f7f7;border-radius: 5px;padding: 15px;}
.final-block p {font-size: 16px;color: #008000;margin: 10px 0px 0px;font-weight: 500;}
.picker-update {display: flex;align-items: center;}
.picker-update label {margin: 0 5px 0px 0px}
.picker-update .right-btn .btn {padding: 5px 10px;height:38px;line-height: 1;font-size: 14px;color: #c00c21;border: 1px solid #c00c21;max-width: fit-content;font-weight: 500}
.errortrck .cortloc {display: flex;font-size: 13px;color: #ff0000;line-height: 1.3;text-align: left;}
.errortrck .cortloc .btn {font-size: 13px;padding: 3px 8px;max-width: fit-content;line-height: 1;width: fit-content;display: inline-block;border: 1px solid;color: #16a716;margin-left: 4px;}
.select-picker {max-width: 80%;margin: auto;}
body .form-group span.select2 span .select2-selection--single {border: 1px solid #ddd;line-height: 1;height: auto;max-height: unset;}
body .form-group span.select2 span .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;font-size: 14px;text-align: left;}
body .form-group span.select2 {display: block;width: 100% !important;max-width: 100%;}
input.select2-search__field, span.select2-search input {outline: none;border: 1px solid #ddd !important;}
body .select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}
.picker-halbtn {display: flex;flex-wrap: wrap;padding: 0px 10px;justify-content: center;max-width: 500px;margin: 10px auto 15px;align-items: center;}
.picker-halbtn .continue-btn {width: calc(100% - 115px);margin-right: 5px}
.picker-halbtn .continue-btn .btn {max-width: 100%;width: 100%;margin: 0}
.picker-halbtn>.btn {width: 100%;max-width: 110px;margin: 0;}
.form-group.picker-dropdown + .form-group:last-child {margin-bottom: 0;}
.missingpackage h4 {color: #ff0000;font-size: 24px;display: block;text-align: center;margin: 15px 0px 0px;line-height: 1.3;background: #ff00000f;box-shadow: 0 0 2px #c31212;border-radius: 5px;}
.alert.alert-success.pickermsg {max-width: calc(100% - 30px);margin: auto;padding: 10px;line-height: 1.3;height: auto;min-height: auto;font-size: 25px;color: #ff0000;font-weight: 600;}
.pickersearch .form-group.searchbar {display: flex;align-items: center;width: 100%;padding-top: 22px}
.row.input-group {width: auto}
.pickersearch .searchbar .input-group-text {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.pickersearch .searchbar .form-control {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.pickersearch .form-group .form-control, .pickersearch .searchbar .input-group-text {height: 40px;}
.move-step.layout-2 {max-width: 750px;}
.pickersearch table th, .pickersearch table td {padding: 6px;font-size: 13px}
.pickersearch .row.input-group .form-group {margin-bottom: 0;}
.picker-page .barcode img{max-width:60px;max-height:60px; margin:6px 0px 6px;}
.bgoverlay {position: relative;}
.bgoverlay:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #e7e7e77a;background-image: url(/assets/images/spinner.gif);background-repeat: no-repeat;background-position: center;background-size: 39px;}
.pick-page table select.form-control{height: 40px;}
.datalabel-table thead th {background: #f7f7f7;padding: 10px 7px;text-transform: uppercase;color: #000;font-weight: 600;font-size: 14px;white-space: nowrap;text-align: center;}
.datalabel-table tbody tr {border-bottom: 1px solid #ddd;}
.datalabel-table tbody td {padding: 7px;font-size: 13px;color: #000;text-align: center;line-height: 1.3}
.datalabel-table {margin: 0 0 15px;overflow: auto;min-height: 200px}
.datalabel-table tbody td:first-child, .datalabel-table thead th:first-child {text-align: left;}
.datalabel-table a {color: #c00021}
td.min-100 {min-width: 100px;}
td.min-120 {min-width: 120px;}
.dropdown .cs-dropdown-toggle {background: transparent;border: none;padding: 0 10px 0 0;position: relative;width: 100%;font-size: inherit;}
.dropdown .cs-dropdown-toggle:after {content: "";width: 7px;height: 7px;position: absolute;top: 4px;right: 0;border-bottom: 2px solid #000;border-right: 2px solid #000;transform: rotate(45deg);}
.datalabel-table .dropdown .dropdown-menu {left: unset;right: 0;background: #dddddd;box-shadow: 0 0 5px #ddd;width: 150px;padding: 0;}
.datalabel-table .dropdown .dropdown-menu .dropdown-item {display: block;padding: 6px 6px;font-size: inherit;}
.datalabel-table .dropdown .dropdown-menu .dropdown-item:hover, .datalabel-table .dropdown .dropdown-menu .dropdown-item.active {background: #c00021;color: #fff;border-radius: 3px;}
.recieved-barcode {width: 120px;font-size: 14px;}
.recieved-barcode label {font-weight: 400}
.recieved-information {display: flex;flex-wrap: wrap;margin: 0 0 25px;color: #000;}
.recieved-barcode img {max-height: 100px;max-width: 100px;object-fit: contain;}
.recieved-ul-info {list-style: none;padding: 0 0 0 35px;margin: 0;width: calc(100% - 120px);display: flex;flex-wrap: wrap;gap: 10px;font-size: 14px;}
.recieved-ul-info li {width: calc(50% - 5px);}
.recieved-ul-info li span {display: block;text-align: left;margin: 0 0 5px;}
.modal.show {padding: 5px !important;}
.modal.show .modal-dialog {margin: auto;max-width: 800px}
.modal .modal-header {padding: 10px;}
.modal .modal-header h5.modal-title {font-size: 16px;color: #c00c21;line-height: 1.3;}
.modal .modal-header button.close {color: #c00c21;opacity: 1;}
.modal .modal-body {padding: 10px;}
.modal-body table thead th {background: #c00c21;color: #fff;font-weight: 500;white-space: nowrap;position: sticky;top: 0;z-index: 1;padding: 10px 10px;font-size: 14px}
.modal-body table thead th:first-child, .modal-body table tbody td:first-child {text-align: left;}
.modal-body table tbody td {padding: 10px 7px;font-size: 13px;}
.modal .modal-body.no-padding {padding: 0;overflow: auto;max-height: calc(100vh - 100px);}
/*.modal-body table tr {background: #fff;}*/
.modal-body table tr:nth-child(even) {background: #f7f7f7;}
.info-round {padding: 0;color: #c00021;border: none;background: transparent;box-shadow: none;font-size: 15px;line-height: 1;margin-left: 5px;display: inline-block;border-radius: 50px;}
.info-round.icon-sec {color: #0067b5;}
.grntr{ background: #008000cf; color: white;}
.fontred{color: red; font-weight: 700; }
.fontyellow{color: yellow; font-weight: 700; }
.fontgreen{color: green; font-weight: 700; }
.receiving-complete i.fa-times-circle{color: red;}
.receiving-complete i.fa-check-circle{color: green;}


.bg-blue{background: #0067b5 !important;}
.postable-responsive table thead th {background: #f7f7f7;padding: 11px 7px;color: #000;font-weight: 500;font-size: 14px;text-align: center;border: none;line-height: 1.2;vertical-align: top;white-space: nowrap;}
.postable-responsive table tbody tr, .postable-responsive table thead th {border-bottom: 1px solid #ddd;}
.postable-responsive table tbody td {padding: 9px 7px;font-size: 13px;color: #000;text-align: center;line-height: 1.3;border: none;vertical-align: middle;}
.postable-responsive table {margin: 0 0 15px;overflow: auto;}
.postable-responsive table tbody td:first-child, .postable-responsive table thead th:first-child {text-align: left;}
.postable-responsive table a {color: #c00021}
.postable-responsive table tbody td .btn-sm {font-size: inherit;background: #c00021;color: #fff;padding: 5px 7px;display: inline-block;border-color: #c00021;width: fit-content;margin: 0;max-width: 100%;min-width: 100px;}
.postable-responsive table tbody td .btn-sm.bg-blue {border-color: #0067b5}
.posscan-info {padding: 10px 0px 20px;}
.posscan-infobtn .btn-primary {margin: 0 auto 15px;}
.posscan-infobtn .btn-outline-secondary {margin: 15px auto 0;}
.postable-responsive .form-control-sm.qoh, .postable-responsive .form-control-sm.qob {display: block;width: 100%;max-width: 95px;height: 33px;}
.postable-responsive .fw-semibold {font-weight: 500;font-size: 1.01em;}
.postable-responsive .text-muted.small {display: block;margin: 2px 0px 0px;}
.c-checkbox.cred-checkbox input {width: 100%;height: 100%;top: 0;left: 0;margin: 0;z-index: 1;}
.c-checkbox.cred-checkbox {display: inline-block;width: fit-content;padding: 0;}
.c-checkbox.cred-checkbox span.checkmark {border-color: #000;display: inline-block;position: relative;}
.c-checkbox.cred-checkbox.c-checkbox input:checked~.checkmark:after {border-color: #000;}
.allocation-head {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 5px 10px;margin: 0 0 10px;}
ul.fullfillment-ul{list-style:none;padding:0;margin:10px 0 20px;text-align:left;display:flex;justify-content:space-between;font-size:14px;flex-wrap:wrap;gap:10px}
ul.fullfillment-ul li{display:flex;align-items:center;gap:3px;min-width:16%;font-weight: 500;color: #000;font-size: 15px;}
ul.fullfillment-ul li .badge.text-bg-warning, .postable-responsive .badge.text-bg-warning{background:yellow;color:#000;line-height:1.3; font-size: .85em; font-weight: 500;}
.bordercard, .fullfillment-box{background:#fff;border:1px solid #f9e7e7}
.fullfillment-box ul.fullfillment-ul {padding: 10px 7px;background: #ffe6ea;margin: 0;font-size: 15px;}
.fullfillment-box .bordercard {border: none;}
.fullfillment-box .postable-responsive table thead tr:last-child {border: none;}
.move-step .bordercard h4.smhead{font-size:15px;padding:12px 0;background:#ffe6ea;color:#000;text-align:center;justify-content:center}
.move-step .bordercard h4.smhead span{font-size:inherit;margin:0;padding:0;color:inherit}
.bordercard .postable-responsive table tbody tr:last-child{border-bottom:none}
.posfullfilled-btn .btn-group{width:100%;max-width:80%;display:flex;align-items:center;justify-content:center;gap:10px;margin:20px auto 0}
.posfullfilled-btn .btn-group .btn{max-width:100%;display:flex;align-items:center;justify-content:center;gap:0;background:no-repeat;border:none;padding:0;color:#0067b5}
.posfullfilled-btn{margin:15px 0 0}
span.badge.text-bg-secondary{line-height:1.3;font-size:.85em;font-weight:500}
ul.fullfillment-ul li .badge.text-bg-success{background:green;color:#fff;line-height:1.3}
span.badge.text-bg-success{background:green;color:#fff;line-height:1.3;font-size:.85em;font-weight:500}
span.border-badge{display:inline-block;border:1px solid #0067b5;color:#0067b5;padding:3px 5px;border-radius:3px;background:#fafdff}
.move-step.pos-movestep{max-width:750px}
.postable-responsive table thead .thead-greybg th {background: #dfdfdf;vertical-align: middle;}
.postable-responsive table a.recievearrow-btn {display: inline-block;background: #077bd3;padding: 5px 10px;border-radius: 3px;color: #fff;}
ul.fullfillment-ul li .text-muted {color: #414141 !important;font-size: 0.95em;}
.bordercard {margin: 0 0 20px;}
.posallocation-card.mb-3 {padding: 10px 7px;background: #ffe6ea;margin: 0;font-size: 15px;}
.posallocation-card.mb-3 ul.fullfillment-ul {margin: 0;}
.move-step.pos-movestep h4 {line-height: 1.3;}
.postable-responsive table tr td.mobile-view {display: none;}
.custom-searchbar {position: relative;margin: auto;}
.custom-searchbar input {height: 40px;padding: 5px 100px 5px 10px;font-size: 16px;border: 1px solid #ddd;width: 100%;border-radius: 5px;}
.custom-searchbar button {position: absolute;height: 40px;right: 0;top: 0;background: #0067b5;border: none;padding: 5px;color: #fff;min-width: 95px;border-radius: 0 5px 5px 0;font-size: 16px;}
.postable-responsive table tbody td.thumb-img img {max-width: 100%}
.postable-responsive table tbody td.thumb-img {width: 60px;max-width: 60px}
@media screen and (max-width: 991px) {
   .barcode img {max-width: 100px;max-height: 100px;}
   a.logout-btn {font-size: 18px}
   .dashboard-btn span {font-size: 23px}
   .header img {max-width: 165px;}
}
@media screen and (max-width: 767px) {
   .header .alert {position: absolute;z-index: 9;width: 100%;max-width: 98%;top: 7px;left: 0;right: 0;margin: auto;font-size: 14px;padding: 10px 20px 10px 10px;line-height: 20px;}
   .pick-items label {width: 100%;margin-bottom: 5px;line-height: 1;display: block;}
   .pickitm-inr span {width: 100%;}
   .postable-responsive table tbody td {font-size: 12px;}
   .postable-responsive table thead th {font-size: 13px;}
}
@media screen and (max-width: 766px) {
    .postable-responsive table thead {display: none;}
    .postable-responsive table tbody tr {border: 1px solid #d9d9d9;display: flex;position: relative;flex-wrap: wrap;margin: 0 0 10px;border-bottom: none;background-color: #fbfbfb;border-radius: 5px;overflow: hidden;}
    .postable-responsive table tr td {word-wrap: break-word;display: block;width: 50%;padding: 10px;position: relative;border: none;border-bottom: 1px solid #d9d9d9;text-align: left;}
    .postable-responsive table td:before {font-size: 12px;content: attr(data-label);font-weight: 500;text-transform: capitalize;color: #7c7c7c;line-height: 1;display: block;margin: 0 0 3px;}
    ul.fullfillment-ul li {min-width: 30%;}
    ul.fullfillment-ul li {font-size: 13px;}
    ul.fullfillment-ul li.f-1em {font-size: 14px;}
    .postable-responsive table tr td.pos-checkbox {padding: 3px;position: absolute;right: 5px;width: 20px;border: none;top: 6px;}
    .postable-responsive table tr td.pos-checkbox:after {content: unset;}
    .postable-responsive table tr td.pos-checklistqty {width: 24%;padding-right: 30px}
    .postable-responsive table tr td.pos-checklistitem {width: calc(100% - 34%);}
    .postable-responsive table tr td.thumb-img {width: 10%;}
    .fullfillment-box {border: none;}
    .postable-responsive table tbody td .btn-sm {font-size: 13px;min-width: 110px;padding: 6px;}
    .postable-responsive table tr td.fulltd {width: 100%;}
    .postable-responsive table thead.pos-orderblock {display: block;background: #ffe6ea;margin: 0 0 10px;}
    .postable-responsive table thead.pos-orderblock tr th {background-color: transparent;}
    .postable-responsive table thead.pos-orderblock tr.orderblock {display: flex;justify-content: space-between;}
    .postable-responsive table thead.pos-orderblock tr.orderblock th {margin: 0;border: none;}
    .postable-responsive table thead.pos-orderblock tr.orderhide {display: none;}
    .bordercard {border: none;}
    .postable-responsive table tr td {padding: 7px 6px}
    .checklist-content .postable-responsive table tr td[data-label="Received"] {width: 20%;}
    .checklist-content .postable-responsive table tr td[data-label="Difference"] {width: 24%;}
    .checklist-content .postable-responsive table tr td[data-label="Received Qty"], .checklist-content .postable-responsive table tr td[data-label="Box Qty"] {width: 28%;}
    .postable-responsive table tr td[data-label="Diff."] {width: 24%;font-size: 13px}
    .postable-responsive .form-control-sm.qoh, .postable-responsive .form-control-sm.qob {max-width: 100%;}
    .postable-responsive table a.recievearrow-btn {width: 100%;text-align: center;line-height: 22px;}
    .move-step.pos-movestep h4 {font-size: 17px;}
    .fullfillment-box ul.fullfillment-ul {margin: 0 0 10px;}
    .posfullfilled-btn {margin: 0;}
    .move-inr .bordercard:last-child {margin: 0;}
    .bordercard.allocation-bordercard .postable-responsive table thead.table-light.pos-orderblock {margin: 0;}
    .bordercard.allocation-bordercard tr {margin: 0;border-top: none;border-radius: 0;}
    .postable-responsive table tr td.mobile-view {display: block;width: 100px;}
    .postable-responsive table tr td.fullfilleditem {width: calc(100% - 100px);}
    .postable-responsive table tr td.desktop-view {display: none;}
    .postable-responsive table tbody td.threetdbefore {width: 33.33%;}
    .postable-responsive  .text-muted.small.mobile-hide {display: none;}
    .postable-responsive table tr td.max-100 {max-width: 60px;text-align: center;}
    .postable-responsive table tr td.max-calc200 {width: calc(100% - 120px);}
    .move-step .bordercard h4.smhead {margin: 0 0 10px;}
    .move-step .bordercard .postable-responsive.fullfilled-responsive {border: 1px solid #d9d9d9;}
    .move-step .bordercard .postable-responsive.fullfilled-responsive table tr {border-left: 0;border-right: 0;border-radius: 0;}
    .move-step .bordercard .postable-responsive.fullfilled-responsive table tr:last-child {margin-bottom: 0;border-bottom: none;}
    .move-step .bordercard .postable-responsive.fullfilled-responsive table tr:last-child td {border-bottom: none;}
    .postable-responsive.fullfilled-responsive table thead.pos-orderblock {margin: 0;}
    .fullfillment-content .bordercard .postable-responsive table tr:last-child  {margin: 0;}
    .postable-responsive table tr td.pos-checkbox:before {content: unset;}
}
@media screen and (max-width: 600px) {
   .barcode img {max-width: 80px;max-height: 80px;}
   .header img {max-width: 155px;}
   .checkmark {width: 17px;height: 17px}
   .c-checkbox .checkmark:after {left: 4px;width: 5px;height: 9px;border-width: 0 2px 2px 0;}
   .c-checkbox {padding-left: 22px}
   .move-step p {font-size: 16px;}  
   .form-group input.form-control, select.form-control {height: 45px}
   .move-step .access-dtl p {font-size: 15px;}
   .access-dtl .left-sec figure {width: 77px;height: 77px}
   .access-dtl .barcode img {max-width: 75px;height: 75px;}
   .right-sec {width: 110px}
   .left-sec {width: calc(100% - 110px);}
   .tabblock .nav-tabs .nav-link {padding: 8px 13px}   
   .picker-update .right-btn .btn {font-size: 13px;padding: 4px 7px}
   .missingpackage h4 {font-size: 22px}
   .pickersearch .col-3 {flex: 0 0 45%;max-width: 45%;}
   .pickersearch .col-4 {flex: 0 0 55%;max-width: 55%;}
   .pickersearch .col-5 {flex: 0 0 100%;max-width: 100%;}
}
@media screen and (max-width: 575px) {
   label.empty-label {display: none;}
   .select-picker {max-width: 100%;}
   .picker-halbtn {max-width: 100%}
	.pickersearch .tabblock .tab-content .tab-pane {box-shadow: unset;padding: 0}
	.pickersearch .tabblock table tbody tr:nth-child(even) {background-color: #f9f9f9}
	.pickersearch .tabblock table tbody tr:nth-child(odd) {background-color: #f3f3f3}
	.pickersearch table thead {display: none;}
	.pickersearch .tabblock table tbody tr {margin-bottom: 10px;border: 1px solid #ececec;display: block;border-radius: 5px;}
	.pickersearch table td {display: block;width: 100%;padding-left: 115px;position: relative;border-bottom: 1px solid #ddd}
	.pickersearch table td:after {content: attr(data-label);position: absolute;left: 0;top: 0;padding: 6px;font-weight: 600;font-size: 13px;width: 115px;text-transform: capitalize;color: #454545;}
   .picker-page .barcode img{max-width:50px;max-height:50px; margin:4px 0px 4px;}
   .pick-page .tabblock table {font-size: 12px;}
   .pick-page table select.form-control{height: 35px;}
   .datalabel-table thead th {padding: 7px 5px;font-size: 13px}
   .datalabel-table tbody td {font-size: 12px}
   .recieved-ul-info {width: 100%;padding: 25px 0px}
   .recieved-information {margin: 0}
   .recieved-barcode {margin: auto;}
    .move-step.pos-movestep h4 {font-size: 16px;}
    .custom-searchbar button {font-size: 14px;min-width: 75px}
    .custom-searchbar input {padding: 5px 80px 5px 10px}
}
@media screen and (max-width: 500px) {
	.postable-responsive table tr td.thumb-img {width: 50px}
	.postable-responsive table tr td.pos-checklistqty {width: 120px}
	.postable-responsive table tr td.pos-checklistitem {width: calc(100% - 170px);}
}
@media screen and (max-width: 480px) {
   .left-sec, .right-sec {width: 100%;padding: 0px;}
   .access-dtl {flex-direction: column-reverse;}
   .alert.alert-success {font-size: 13px}
   .access-dtl .barcode img {margin-bottom: 15px}
   .move-inr {padding: 10px 10px 10px}
   .pick-items {width: calc(100% - 130px);}
   .pickitm-img {width: 130px;height: 130px;}
   .missingpackage h4 {font-size: 20px}
   .move-step p {font-size: 15px;}
   .alert.alert-success.pickermsg {max-width: calc(100% - 20px);font-size: 22px}
   .move-step h4 {font-size: 18px;}
   ul.fullfillment-ul li {min-width: calc(50% - 5px)}
   .posfullfilled-btn .btn.btn-primary {font-size: 14px;}

}
@media screen and (max-width: 400px) {
   a.logout-btn {font-size: 17px}
   .login-page p {font-size: 13px}
   .forgot-password {display: block;width: 100%;margin-top: 20px}
   .form-group.login-remember {justify-content: center;}
   .dashboard-btn span {font-size: 19px}
   .formpage .btn, .main-content .btn {font-size: 15px;padding: 8px 10px}
   a.previous-step, .prevstep, .checklist-back, .possacan-back {font-size: 15px}
   .form-group label, label.custom-radio {font-size: 14px;}
   .move-step .left-sec p {font-size: 14px;}
   .access-dtl .barcode img {max-width: 65px;max-height: 65px;}
   .alert.alert-success {font-size: 12px}
   .count-format {font-size: 14px}
   .count-format label {width: 150px;padding-right: 5px}
   .count-format span {width: calc(100% - 150px)}
   .count-number {margin: 12px 0px}
   .inv-aid, .inv-cs, .inv-loc {padding-left: 3px;}
   .access-dtl .left-sec figure {width: 65px;height: 65px;}
   .scan-data {width: calc(100% - 65px);}
   .total-count, .total-count label {font-size: 16px}
   .move-step {margin-top: 10px}
   .access-dtl {margin: 13px 0px 17px}
   .main-content .count-format .btn {font-size: 12px;padding: 5px;margin-left: 5px}
   .move-option {padding: 20px 10px}
   .move-step .move-option p {font-size: 15px}
   .tabblock .nav-tabs .nav-link {padding: 7px 7px;}
   .tabblock {font-size: 12px}
   .tabblock nav[role="navigation"] p {font-size: 13px}
   .pagination ul li a {min-width: 23px;min-height: 23px;}
   .pagination p {font-size: 13px;}
   .pick-items {width: calc(100% - 90px);}
   .pickitm-img {width: 90px;height: 90px;}
   .picker-update .right-btn .btn {font-size: 12px;}
   .form-group input.form-control, select.form-control {height: 40px;}
   table th, table td {padding: 4px;}
   .errortrck .cortloc {font-size: 12px}
   body .form-group span.select2 span .select2-selection--single .select2-selection__rendered {font-size: 13px;}
   .rjr-cntrprt .breadcrumb li {padding: 3px 3px;font-size: 13px}
   .main-content .breadcrumb-header .btn {font-size: 12px;padding: 6px 6px}
   .modal-body table thead th {font-size: 13px}
   .modal-body table tbody td {padding: 5px;font-size: 12px;}
   .postable-responsive table tr td {padding: 7px 3px 7px 7px;;}
    .move-step.pos-movestep h4 {font-size: 15px;}
}
@media screen and (max-width: 360px) {
   .modal-body table tbody td {font-size: 11px;}
   .postable-responsive table tr td {font-size: 11px;}
   .postable-responsive table tbody td .btn-sm {font-size: 12px;min-width: 80px;}
   .postable-responsive table td:before {font-size: 11px;}
}
@media screen and (max-width: 350px) {
	.checklist-content .postable-responsive table tr td[data-label="Box Qty"] {width: 23%;}
    .checklist-content .postable-responsive table tr td[data-label="Received Qty"] {width: 32%}
    .checklist-content .postable-responsive table tr td[data-label="Received"] {width: 22%;}
    .postable-responsive table tr td[data-label="Diff."] {width: 23%;font-size: 12px}
}
