:root {
    --black: #000000;
    --white: #FFFFFF;
    --primary: #066FDE;
    --secondary: #3C3E3E;
    --success: #00A323;
    --danger: #DC3545;
    --warning: #FFA800;
    --info: #6C757D;
    --light: #FAFAFA;
    --green: #61CB23;
    --header-height: 74px;
    --header-height-vert: 58px;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,
body {
    height: 100%;
    font-size: 14px;
}
body {
    font-family: 'Inter', sans-serif;
    line-height: 125%;
}
.flex-auto {
    flex: 1 0 auto;
}
.tsd-icon {
    font-size: 2.25rem;
    background-color: #EFF1F1;
    padding: 0.6875rem;
    border-radius: 4px;
    display: flex;
    align-self: normal;
    align-items: center;
}
.tsd-header {
    min-height: 5.2857rem;
    padding: 0.625rem 0 0.375rem;
}
.tsd-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.tsd-header-logo {
    order: 1;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.tsd-header-description {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
}
.tsd-header-manager {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tsd-header-manager-short {
    width: 25%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.tsd-header-manager-full {
    width: 83.33333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.collecting .tsd-header-logo {
    order: 1;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 1.5rem;
}
.collecting .tsd-header-description {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.collecting .tsd-header-manager {
    order: 2;
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 1.5rem;
}
.data-search-product-info {
    min-height: 160px;
}
.img-resize {
    width: 100%;
    height: 160px;
    object-fit: scale-down;
    cursor: nesw-resize;
}
.img-fullscreen {
    position: fixed;
    width: 100vw;
    height: 100vh !important;
    object-fit: contain;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-green {
    color: var(--green);
}
.text-description {
    color: #858989;
}
button {
    background: transparent;
    border: none;
}
.btn,
input,
input:focus,
.form-control:focus {
    box-shadow: none;
}
a.disabled,
button.disabled,
input.disabled {
    pointer-events: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-success {
    background: var(--success) !important;
    border-color: var(--success) !important;
}
.btn-danger {
    background: var(--danger) !important;
    border-color: var(--danger) !important;
}
.btn-warning {
    background: var(--warning) !important;
    border-color: var(--warning) !important;
}
.btn-warning:hover {
    color: var(--warning) !important;
    background: var(--white) !important;
}
.btn-outline-primary {
    border-color: var(--primary) !important;
}
.btn-outline-primary:hover {
    color: var(--white);
    background: var(--primary) !important;
}
.btn-outline-info,
.btn-outline-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8571rem;
    background: transparent !important;
    border-radius: 0.25rem !important;
    box-shadow: none !important;
}
.btn-outline-info,
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: var(--info) !important;
    border: 1px solid var(--info) !important;
}
.btn-outline-info.active {
    color: var(--white) !important;
    background: var(--info) !important;
}
.btn-outline-danger,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    color: var(--danger) !important;
    border: 1px solid var(--danger) !important;
}
.btn-outline-danger.active {
    color: var(--white) !important;
    background: var(--danger) !important;
}
.form-check-input {
  margin-left: -1.25rem !important;
}
.modal-header {
    font-size: 1.375rem;
    line-height: 125%;
    color: var(--secondary) !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    padding: 0 1.25rem 0.9375rem;
    border-bottom: 0;
}
.modal-header span {
    padding-top: 1.125rem;
}
.modal-body {
    padding: 1rem 1rem 1rem 1.25rem;
}
.modal-body .btn,
.bootstrap-dialog .btn {
    font-size: 1.25rem !important;
    padding: 0.5rem 1.5rem;
}
.modal-body .btn-outline-primary.disabled {
    color: #BFD6EE !important;
    border-color: #BFD6EE !important;
}
.modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-footer {
    padding: 1rem 0 0;
    border-top: 0;
}
.bootstrap-dialog {
    opacity: 1;
}
.bootstrap-dialog .modal-dialog {
    transform: none !important;
}
.bootstrap-dialog .modal-header {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 1.375rem;
    color: var(--secondary) !important;
    background-color: transparent !important;
    background-image: none;
    padding: 1.125rem 1.25rem 0.9375rem;
}
.bootstrap-dialog .modal-footer {
    padding: 1rem;
}
.bootstrap-dialog-message {
    font-size: 1rem;
}
.bootstrap-dialog .btn-warning {
    background: var(--primary);
    border-color: transparent;
}
.bootstrap-dialog .btn-warning:hover {
    color: #ffffff;
    background-color: #178acc;
    border-color: #1684c2;
}
.bootstrap-dialog .btn-default {
    color: var(--info) !important;
    background: transparent !important;
    border: 1px solid var(--info) !important;
    border-radius: 0.25rem !important;
    box-shadow: none !important;
}
.glyphicon-th-list {
    top: -1px;
    font-size: 1.6rem;
}
.glyphicon-shopping-cart {
    top: 0;
    font-size: 1.6rem;
}
.info-links {
    display: flex;
    column-gap: 2.3571rem;
    row-gap: 1.5714rem;
}
.nav-pills {
    flex-wrap: nowrap;
}
.nav-pills .nav-item {
    width: 33.3%;
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-pills .btn {
    display: grid;
    place-items: center;
    border-radius: 0;
    height: 100%;
    padding: 0.5714rem 1.1429rem;
}
.nav-pills .nav-item:first-child .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.nav-pills .nav-item:last-child .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.nav-pills .nav-link {
    opacity: 0.5;
}
.nav-pills .nav-link.active {
    opacity: 1;
}
.collect-product-count {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.10) inset;
}
.login-pad {
    padding-top: 2rem;
}
.logo-img {
    width: 159px;
    height: 40px;
}
.header-img {
    max-width: 6.4375rem;
}
.header-manager {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--black);
}
.header-manager:hover,
.header-manager:active {
    color: var(--black);
}
.header-orders {
    font-size: 0.875rem;
    padding: 0.125rem 0.625rem;
    margin-left: 0.75rem;
    border-radius: 50%;
}
.fs-5 {
    font-size: 1.25rem;
}
.fs-6 {
    font-size: 1.5rem;
}
.fs-7 {
    font-size: 1.75rem;
}
.fs-8 {
    font-size: 2rem;
}
.link-action {
    font-size: 2.25rem;
    padding: 0.75rem;
}
.link-update {
    background-color: #FCFCFC;
}
.link-update.disabled {
    background-color: transparent !important;
    pointer-events: none;
}
.link-update.disabled .link-action button{
    color: #BFD6EE !important;
}
.link-update .link-action .large-button{
    font-size: 2.5rem;
}
.link-update.disabled .link-description {
    color: #858989;
}
.tab-pane.active.show {
    opacity: 1;
}
.tab-content {
    min-height: 14.2857rem;
    padding: 0.8125rem 0 0;
}
.collecting-img {
    max-height: 14.0625rem;
}
.collecting-name {
    font-weight: bold;
    font-size: 1.5625rem;
    color: var(--secondary);
}
.collecting-badge {
    font-size: 0.875rem;
    padding: 0.0625rem 0.625rem;
    margin-left: 0.6875rem;
    border-radius: 1.25rem;
}
.collecting-gap {
    row-gap: 1rem;
    padding-top: 0.625rem;
}
.collecting-address {
    position: relative;
    display: flex;
    row-gap: 0.5rem;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 3px;
    color: var(--secondary);
    background: #F4F5F5;
}
.collecting-address-container {
    max-width: 200px;
    width: 100%;
}
.collecting-ph-row {
    font-size: 1.5rem;
    background-color: var(--white);
    padding: 0.6429rem;
    margin: 0.5rem 0;
    border: 1px solid var(--black);
    border-radius: 5px;
}
.collecting-ph-address {
    display: flex;
    justify-content: space-between;
}
.collecting-ph-address-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 2.6429rem;
    border-radius: 5px;
    border: 1px solid var(--black);
    color: var(--black);
    background-color: var(--white);
}
.collecting-ph-address-info {
    font-weight: 400;
    font-size: 0.7143rem;
    line-height: 1;
    text-align: center;
    color: #858989;
}
.collecting-gather {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.1875rem;
}
.collecting-edit-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 1.875rem;
    padding: 0.5rem 0.8rem;
    border-left: 3px solid var(--white) !important;
    border-top: 3px solid var(--white) !important;
    border-radius: 0px;
    border-top-left-radius: 4px;
}
.collecting-edit-count:hover {
    border-color: var(--white);
}
.collecting-links {
    flex: auto;
}
.collecting-disabled {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #B4B4B4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.collecting-disabled-grey {
    display: grid;
    place-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--white);
}
.collecting-disabled-help {
    font-size: 0.8571rem;
    color: #818182;
    background: var(--white);
    padding-top: 0.7143rem;
}
.collecting-danger {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.2857rem;
    padding: 0.8571rem 1rem;
    color: #721C24;
    background: #F8D7DA;
}
.collecting-danger.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.collecting-danger span {
    color: rgba(114, 28, 36, 0.30);
}
.field-collectproductpartform-quantity {
    height: 100%;
}
.collect-header {
    font-size: 0.875rem;
    color: #858989;
    margin-bottom: 0.625rem;
}
.collect-semi-bold {
    font-weight: 600;
}
#main-code-input {
    height: 2.9375rem;
}
.highslide img {
    border: none;
}
.accept-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: max-content max-content 1fr 1fr;
    gap: 1.2857rem 1.7143rem;
    grid-auto-flow: row;
    grid-template-areas:
        "managers managers managers managers"
        "pallets pallets info info"
        "pallets pallets btns btns"
        "pallets pallets btns btns"
        "pallets pallets btns btns";
}
.accept-info {
    grid-area: info;
}
.accept-managers {
    display: flex;
    grid-area: managers;
    flex-wrap: wrap;
    gap: 0.3571rem 2.8571rem;
}
.accept-pallets {
    height: 17.5rem;
    overflow-y: hidden;
    grid-area: pallets;
    background: #F7F8F8;
    border-radius: 3px;
}
.accept-pallets-header {
    text-align: center;
    font-weight: 600;
    font-size: 1.1429rem;
    color: var(--secondary);
    background: #EFF1F1;
    padding: 0.3571rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accept-items {
    height: 15.7rem;
    overflow-y: scroll;
    padding: 0.6429rem;
    display: flex;
    flex-direction: column;
    gap: 0.6429rem;
}
.accept-item-group {
    display: flex;
}
.accept-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    padding: 0.5714rem 1.1429rem;
    border-radius: 3px;
    width: 100%;
}
.accept-item-sku {
    font-weight: 500;
    font-size: 1.1429rem;
    color: var(--secondary);
}
.accept-item-quantity {
    background: #F7F8F8;
    padding: 0.1429rem 0.7143rem;
    border-radius: 20px;
}
.accept-btns {
    grid-area: btns;
    display: flex;
    flex-direction: column;
    gap: 1.3571rem;
}
.accept-btns-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    min-height: 5.5714rem;
}
.accept-btn-primary {
    font-size: 1.4286rem;
}
.accept-btn-primary:hover {
    color: var(--primary) !important;
    background: var(--white) !important;
}
.pallet-list-header {
    display: flex;
    flex-direction: row-reverse;
    gap: 1.6429rem 1rem;
    position: sticky;
    top: var(--header-height);
    z-index: 1;
    background: var(--white);
    padding-bottom: 0.8571rem;
}
.pallet-list-borders {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pallet-list-header .btn {
    width: 11.5714rem;
    padding: 0.2857rem;
}
.pallet-list-items {
    display: flex;
    flex-direction: column;
    gap: 0.8571rem;
}
.pallet-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1429rem;
    background: var(--light);
    border-radius: 3px;
    padding: 0.5rem 0.7143rem;
}
.pallet-list-item div:first-child {
    width: 20%;
    font-weight: 600;
}
.pallet-list-item div:nth-child(2) {
    width: 25%;
    text-align: center;
}
.pallet-list-item div:nth-child(3) {
    width: 50%;
    text-align: center;
}
.pallet-list-btn {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #000;
    background: #EFF1F1;
    padding: 7px;
    border-radius: 3px;
}
.pallet-list-btn.disabled {
    font-size: 1.2857rem;
    color: #A6A8A8;
}
.manual-accept-main {
    padding-top: 1.4286rem;
}
.manual-accept-form .form-group {
    margin-bottom: 0 !important;
}
.manual-accept-form .field-manualacceptform-barcode {
    margin-bottom: 0.5rem !important;
}
.manual-accept-form .btn-warning {
    font-size: 1.4286rem;
    padding: 0.2857rem;
}
#manualacceptform-barcode {
    height: 3.2857rem;
}
#manualacceptform-barcode::placeholder {
    font-size: 1.1429rem;
    color: #3c3e3e;
}
.manual-accept-form .field-manualacceptform-quantity {
    position: relative;
    height: 100%;
}
.manual-accept-form .field-manualacceptform-quantity::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    background: #D7D5D5;
}
#manualacceptform-quantity {
    height: 100%;
    font-size: 1.1429rem;
    text-align: center;
    border: 0;
    box-shadow: none;
}
.manual-accept-form .btn-outline-primary {
    font-size: 1.4286rem;
}
.manual-accept-items {
    height: 15rem;
}
.close-pallet-header {
    font-size: 1.1429rem;
    color: var(--green);
    background: #D9F4E5;
    padding: 0.7857rem 0.9286rem;
    margin-bottom: 1rem;
}
.close-pallet-check {
    font-size: 1.4286rem;
    margin-right: 0.3571rem;
}
.close-pallet-id {
    height: 190px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 9.0714rem;
    color: var(--black);
    background: var(--light);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.handle-double-text {
    font-size: 1.1429rem;
    line-height: 150%;
    margin-bottom: 3.3571rem;
}
.bottom-block-fixed {
    position: fixed;
    bottom: 10px;
    left: 0px;
    right: 0px;
}
.product-info-store {
    height: 190px;
    overflow-y: scroll;
    margin-top: 0px;
}
@media (min-width: 576px) and (max-width: 768px) {
    .tsd-header-description {
        width: 58.33333333%;
    }
    .tsd-header-manager-short {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tsd-header-manager-full {
        width: 83.33333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .modal-dialog {
        margin: 0.625rem auto;
    }
    .collecting-badge {
        margin-left: 0;
    }
    .collecting .btn-outline-primary {
        padding: 0.375rem 0.25rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .collecting-gather {
        font-size: 1.5rem;
    }
}
@media (max-width: 575px) {
    .login-pad {
        padding-top: 120px;
    }
    .tsd-header {
        min-height: 2rem;
    }
    .tsd-header-logo {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 1.5rem;
    }
    .tsd-header-description {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tsd-header-manager {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .glyphicon-shopping-cart {
        font-size: 1.5rem;
    }
    .data-search-product-info {
        min-height: 130px;
    }
    .img-resize {
        height: 130px;
    }
    .info-links {
        flex-direction: column;
    }
    .collecting-address {
        padding: 1rem 0.5rem;
    }
    .collecting-gather {
        min-height: 12.5rem;
    }
    .accept-main {
        display: block;
    }
    .accept-info {
        margin-bottom: 1.4286rem;
    }
    .accept-managers {
        margin-bottom: 1.4286rem;
    }
    .accept-pallets {
        height: auto;
    }
    .accept-items {
        height: 23.5714rem;
    }
    .accept-btns {
        position: fixed;
        bottom: 1.5rem;
        left: 1rem;
        right: 1rem;
    }
    .accept-btns-header {
        flex-direction: row-reverse;
        min-height: 5.0714rem;
    }
    .pallet-list-header {
        top: var(--header-height-vert);
    }
    .pallet-list-borders {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .pallet-list-header .btn {
        width: 100%;
        padding: 0.5714rem;
    }
    .pallet-list-header {
        flex-direction: column;
    }
    .pallet-list-item {
        padding: 1.0714rem 0.7143rem;
    }
    .manual-accept-form {
        margin-bottom: 1.5rem;
    }
    .manual-accept-items {
        height: 21rem;
    }
    .manual-accept-form .field-manualacceptform-barcode {
        margin-bottom: 1rem !important;
    }
    .close-pallet-header {
        margin-bottom: 1.7857rem;
    }
    .close-pallet-row {
        height: 80%;
    }
    .close-pallet-id {
        height: 18.2143rem;
        margin-bottom: 1.7857rem;
    }
    .close-pallet-resume {
        height: 19.6429rem;
    }
    .product-info-store {
        height: 330px;
        margin-top: 30px;
    }
}
@media (max-width: 479px) {
    .info-links .nav-link {
        font-size: 0.875rem
    }
    .collecting .btn-outline-primary {
        padding: 0.375rem 0.25rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
