.module-area.checkin {
    height: calc(100% - 108px);
    padding-bottom: 0;
}

.checkin-container {
    height: 100%;
    border-top: 1px solid var(--normal-grey);
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    padding: 3px;
    position: relative;
}

.four .checkin-holder {
    display: inline-block;
    width: 50%;
    height: 50%;
    vertical-align: middle;
    position: absolute;
}

    .four .checkin-holder:nth-child(1) {
        top: 0;
        left: 0;
    }

    .four .checkin-holder:nth-child(2) {
        top: 0;
        left: 50%;
    }

    .four .checkin-holder:nth-child(3) {
        top: 50%;
        left: 0;
    }

    .four .checkin-holder:nth-child(4) {
        top: 50%;
        left: 50%;
    }

.three .checkin-holder {
    width: calc(100% / 3);
    display: inline-block;
    height: 100%;
    position: relative;
}

    .three .checkin-holder.active .checkin-grid {
        border-color: white;
    }

.two .checkin-holder {
    width: 50%;
    display: inline-block;
    height: 100%;
    position: relative;
}

    .two .checkin-holder.active .checkin-grid {
        border-color: white;
    }

.checkin-grid {
    height: calc(100% - 36px);
    border: 2px solid white;
    padding: 1px;
}

.checkin-holder.active .checkin-grid {
    border-color: white;
}

.themed-area .checkin-grid.k-grid {
    border: 2px solid white;
}

.checkin-title {
    font-size: 12pt;
    text-align: center;
    height: 30px;
    color: black;
    padding-top: 10px;
    padding-bottom: 3px;
}

.checkin .module-tabs {
    display: none;
}

.checkin-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 6px;
    left: 5px;
    font-size: 24px;
    border-radius: 4px;
    color: var(--brighter-blue);
    border: 1px solid var(--brighter-blue);
    display: none;
    cursor: pointer;
}

    .checkin-nav i {
        align-self: center;
        text-align: center;
        width: 100%;
    }

    .checkin-nav:hover {
        background-color: var(--brighter-blue);
        color: white;
    }

    .checkin-nav.disabled, .checkin-nav.disabled:hover {
        color: var(--normal-grey);
        border-color: var(--normal-grey);
        cursor: default;
        background-color: white;
    }

.checkin-slider-right {
    left: unset;
    right: 5px;
}

.panel-order-container {
    border: 1px solid var(--normal-grey);
    border-radius: 4px;
    padding: 15px 20px;
    color: black;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
}

    .panel-order-container:first-child {
        margin-top: 0;
    }

.panel-order-nav {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 24px;
    display: flex;
    top: 10px;
    cursor: pointer;
    border-radius: 3px;
    color: var(--brighter-blue);
}

    .panel-order-nav:hover {
        background-color: var(--brighter-blue);
        color: white;
    }

    .panel-order-nav.nav-top {
        right: 50px;
    }

.panel-order-container:first-child .panel-order-nav.nav-top {
    display: none;
}

.panel-order-nav.nav-bottom {
    right: 10px;
}

.panel-order-container:last-child .panel-order-nav.nav-bottom {
    display: none;
}

.panel-order-nav i {
    align-self: center;
    text-align: center;
    width: 100%;
}

#pnlDefaultSettings .module-tabs {
    margin-bottom: 10px;
}

.module-tabs ul {
    margin: 0;
    padding-left: 0;
    display: flex;
}

.buttons-bar {
    padding-left: calc(30% + 2px);
    margin-top: 8px;
}

.edit-panel {
    margin-top: 10px;
    overflow: auto;
    display: none;
}

    .edit-panel.shown {
        display: block;
    }

.ip-data {
    height: calc(100% - 54px - 92px);
    padding-bottom: 0;
}

#pnlCheckInWizard .ip-data {
    padding-bottom: 0;
    padding-top: 10px;
}

.module-tab-data {
    height: calc(100% - 50px);
}

.half-screen-grid {
    height: 50%;
    overflow: auto;
}

.ip-control-bar.inline .button {
    float: none;
}

.ip-container-header {
    position: relative;
    padding: 15px;
}

    .ip-container-header.error {
        color: var(--critical-red);
    }

    .ip-container-header .container-data {
        float: left;
    }

        .ip-container-header .container-data .data {
            font-weight: bold;
        }

    .ip-container-header .container-items {
        float: right;
    }

    .ip-container-header + .ip-data {
        padding-top: 0;
        height: calc(100% - 34px - 48px - 54px);
    }

#pnlSelectWrongContainer .ip-control-bar.simple .button, #pnlNotFound .ip-control-bar.simple .button {
    float: none;
}

.kendo-button-group li {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 11pt;
    height: 32px !important;
}

    .kendo-button-group li.hidden {
        display: none;
    }

#testEmailTo.hidden {
    display: none;
}

.data-section-body + .data-section-body {
    margin-top: 10px;
}

.data-section-header {
    cursor: default;
}

#pnlCheckInWizard .module-tabs {
    overflow: hidden;
}

#pnlCheckInWizard .ip-header {
    height: fit-content;
}

.ami-module {
    font-size: 10pt;
}

.checkin-device {
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkin-device .serial {
        font-weight: bold;
    }

.checkin-notification-panel {
    position: relative;
    padding: 10px;
}

.checkin-notification {
    background-color: #eeeed9;
    var(--light-blue);
    border: 1px solid #d9d9c8;
    var(--brighter-blue);
    border-radius: 4px;
    padding: 10px 15px;
    color: black;
    font-size: 11pt;
}

    .checkin-notification:hover {
        border-color: #b2b2a1;
    }

.modal-buttons-bar {
    margin: 10px 0;
}

.grid-section {
    margin-bottom: 10px;
}

#pnlCheckInWizard .interface-field {
    padding-left: 0;
    padding-right: 0;
}

#pnlCheckInWizard .ip-data.stepper-panel {
    padding-top: 10px;
}

.switching-panels {
    display: none;
}

    .switching-panels.active {
        display: block;
    }

    .switching-panels .interface-field:first-child {
        margin-top: 10px;
    }

.switching-panel-notification {
    display: none;
}

.warranty {
    margin: 10px 0;
    padding: 10px 15px 10px 50px;
    border: 1px solid var(--info-red);
    background-color: var(--info-red-light);
}

    .warranty:hover {
        cursor: default !important;
    }

    .warranty .title {
        color: var(--critical-dark-red);
        font-weight: bold;
    }

.ip-data + .ip-data.module-tab-data {
    padding-top: 10px;
}

.mm-theme .checkin-grid.k-grid table {
    border-bottom: none;
}

.mm-theme .checkin-grid.k-grid td {
    white-space: nowrap;
    font-size: 10pt;
    padding: 10px 5px;
}

.mm-theme .checkin-grid .k-grid-header th {
    padding: 10px;
}

.mm-theme th .grid-button {
    display: block;
    position: absolute;
    color: white;
    background-color: transparent;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 5px;
    border-color: transparent;
}

    .mm-theme th .grid-button:hover {
        border-color: var(--brighter-blue);
        color: white;
        background-color: var(--brighter-blue);
    }

.module-preview {
    position: relative;
    height: calc(100% - 60px);
}

.preview {
    height: 100%;
    border: 1px solid var(--brighter-blue);
    text-align: center;
}

    .preview img {
        max-height: 100%;
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        display: block;
    }

.row-edit-button, .row-details-button, .row-dir-button {
    position: absolute;
    right: 10px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid var(--table-grey);
    color: var(--table-grey);
    cursor: pointer;
    display: none;
}

.row-details-button {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    right: 5px;
    font-size: 10pt;
}

    .row-edit-button i, .row-details-button span, .row-dir-button i {
        align-self: center;
        width: 100%;
    }

.k-grid tr:hover .row-details-button, .k-grid tr:hover .row-dir-button {
    display: flex;
    background-color: var(--table-row-hover);
}

.k-grid tr:nth-child(even):hover .row-details-button, .k-grid tr:nth-child(even):hover .row-dir-button {
    display: flex;
    background-color: var(--table-row-even-hover);
}

tr.k-state-selected .row-edit-button, tr.k-state-selected:hover .row-details-button, tr.k-state-selected:hover .row-dir-button {
	background-color: var(--selected-darker-blue);
}

.row-edit-button:hover, .row-details-button:hover, .row-dir-button:hover {
    color: var(--brighter-blue);
    border-color: var(--brighter-blue);
	background-color: white !important;
}

.row-editing-panel td {
    padding: 0 !important;
    background-color: white;
}

.row-editing-panel .edit-panel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.row-editing-panel .interface-field, .row-editing-panel .input-label, .row-editing-panel .input-control {
    box-sizing: border-box;
}

.row-dir-up {
    right: 35px;
}

.row-dir-down {
    right: 5px;
}

.k-grid-content tbody tr:first-child .row-dir-up {
    display: none;
}

.k-grid-content tbody tr:last-child .row-dir-down {
    display: none !important;
}

.row-expand-button {
    width: 26px;
    height: 26px;
    border: 1px solid var(--dark-grey);
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0;
}

tr:hover .row-expand-button {
    border-color: var(--table-grey);
}

.row-expand-button:hover {
    color: var(--brighter-blue);
    border-color: var(--normal-blue) !important;
}

.expandable-column {
    display: flex;
    align-items: center;
    gap: 7px;
}

    .expandable-column .val {
        width: 100%;
    }

.container-data.message-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .container-data.message-box:hover {
        cursor: default;
    }

.container-data .data {
    font-weight: 800;
}

.container-data + .ip-data {
    height: calc(100% - 34px - 58px - 54px);
    max-height: unset;
    padding-top: 0;
}

.ip-control-bar.single .button {
    width: calc(100% - 6px);
}

.module-tab .counter {
    padding-left: 5px;
}

#pnlCheckIn .data {
    font-weight: 800;
}

.search-messages-holder .message-box {
    margin-top: 0;
}

.message-box.hidden {
    display: none;
}

.checkin-title {
    display: block;
    height: fit-content;
}

.checkin-title-text {
    width: 100%; /*padding-left: 13px;*/
    text-align: center;
    align-self: center;
}

.checkin-clear.config-buttons {
    margin: 5px 0;
    padding-right: 13px;
}

.step-section-header {
    padding: 7px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 4px;
    position: relative;
    color: white;
    background-color: var(--brighter-blue);
    border-color: var(--normal-blue);
    margin-top: 30px;
}

    .step-section-header:hover {
        background-color: var(--normal-blue);
    }

.step-section.expanded .icon-expanded {
    display: inline-block;
}

.step-section.expanded .icon-collapsed {
    display: none;
}

.step-section .icon-expanded {
    display: none;
}

.step-section.expanded .step-section-data {
    display: block;
}

.step-section .step-section-data {
    display: none;
}

.submenu-language .icon {
    font-size: 16px;
}

.submenu-info .lang-switcher {
    position: relative;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid var(--light-grey);
}

    .submenu-info .lang-switcher:hover {
        border-color: var(--brighter-blue);
        color: var(--brighter-blue);
    }

    .submenu-info .lang-switcher.active {
        background-color: var(--brighter-blue);
        color: white;
        cursor: default;
        border-color: var(--normal-blue);
    }

        .submenu-info .lang-switcher.active:hover {
            background-color: var(--normal-blue);
        }

.mi-languages {
    float: left;
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid var(--normal-grey);
    height: 100%;
    width: 93px;
}

.mi-lang-label {
    font-size: 8pt;
    font-family: var(--font-roboto-condensed);
}

.mi-lang-selector .k-picker {
    box-shadow: none !important;
    border-radius: 0;
    background-color: var(--lightest-grey);
    border: none;
    border-bottom: 1px solid var(--normal-grey);
    width: 50px;
}

    .mi-lang-selector .k-picker.k-state-border-down {
        background-color: white;
    }

.mi-lang-selector button {
    align-self: center;
}

.mi-lang-selector .k-input-inner {
    padding: 0 0 0 6px;
}

.search-block {
    display: flex;
}

/*.kendo-switcher {
    display: flex;
    align-self: center;
    gap: 10px;
    align-items: center;
    font-size: 11pt;
}

.k-switch {
    width: 65px;
}

.k-switch-label-on {
    padding-left: 5px;
    padding-right: 3px;
    color: var(--brighter-blue);
}

.k-switch-label-off {
    padding-left: 3px;
    padding-right: 5px;
    color: var(--mormal-grey);
}

.k-switch:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

    .k-switch:focus .k-switch-track {
        border-color: #86b7fe;
    }

.k-switch-on .k-switch-thumb {
    background: linear-gradient(to bottom, #5d9afe 0%, var(--brighter-blue) 20%, var(--normal-blue) 70%, #0e35af 92%, #5d9afe 100%) !important;
    border-color: var(--normal-blue) !important;
}*/

.mi-languages .lang-switcher {
    align-items: center;
    gap: 5px;
    border: none;
    font-size: 11pt;
    color: black;
    font-family: var(--font-roboto-condensed);
    padding: 0 10px;
    display: none;
}

    .mi-languages .lang-switcher.active {
        display: flex;
    }

    .mi-languages .lang-switcher .lang-icon {
        width: 20px;
        height: 20px;
    }

        .mi-languages .lang-switcher .lang-icon svg {
            width: 100%;
            height: 100%;
            display: block;
        }

.mi-languages:hover {
    background-color: var(--brighter-blue);
    color: white;
    cursor: pointer;
}

    .mi-languages:hover .lang-switcher {
        color: white;
    }

.data-section.checkin-section.expanded {
    margin-top: 20px;
}

.data-section.checkin-section:first-child {
    margin-top: 10px;
}

.checkin-section .data-section-header {
    cursor: pointer;
}

.checkin-section.expanded .data-section-header {
    left: 10px;
}

.checkin-section .data-section-header .section-opened {
    display: none;
}

.checkin-section .data-section-header .section-closed {
    display: inline-block;
    margin-right: 4px;
    vertical-align: bottom;
}

.checkin-section.expanded .data-section-header .section-opened {
    display: inline-block;
}

.checkin-section.expanded .data-section-header .section-closed {
    display: none;
}

.checkin-section.expanded {
    padding-top: 15px;
}

.checkin-section .interface-field.full-width {
    padding-top: 0;
    padding-bottom: 0;
}

.data-section .button .desc {
    margin-left: 0
}

.data-section .data-section-header .desc {
    margin-left: 0
}

.data-section-body .modal-buttons-bar:first-child {
    margin-top: 0;
}

.interface-field.interface-switcher + .switching-panels {
    margin-top: 10px;
}

.checkin-notification-panel.hidden {
    display: none;
}

.module-tab-data .checkin-notification:first-child {
    margin-bottom: 7px;
}

.reading-order {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    width: 36px;
    z-index: 2;
    border: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
    color: var(--brighter-blue);
    cursor: pointer;
}

.k-focus + .reading-order, .k-focus + .reading-order + .reading-order {
    border-color: #86b7fe;
}

.reading-order.selected {
    background-color: var(--brighter-blue);
    color: white;
    border-color: var(--brighter-blue);
}

.k-focus + .reading-order + .reading-order.selected {
    border-color: var(--brighter-blue);
}

.reading-order:hover {
    border-color: var(--brighter-blue);
    background-color: var(--light-blue);
}

.k-focus + .reading-order + .reading-order:hover {
    border-color: var(--brighter-blue);
}

.reading-order.selected:hover {
    background-color: var(--normal-blue);
    border-color: var(--normal-blue);
}

.order-to-left {
    right: 35px;
    z-index: 1;
    border-radius: 0;
}

    .order-to-left.selected + .reading-order {
        border-left-color: var(--brighter-blue);
    }

    .order-to-left.selected:hover + .reading-order {
        border-left-color: var(--normal-blue);
    }

.with-reading-order input {
    padding-right: 80px !important;
}

.mm-theme .k-context-menu {
    border-radius: 4px;
    border: 1px solid var(--dark-grey);
    background-color: white;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
    overflow: hidden;
}

.mm-theme .k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 0;
}

.mm-theme .k-context-menu .k-menu-item {
    box-shadow: none !important;
}

    .mm-theme .k-context-menu .k-menu-item .k-link {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: none;
        1px solid var(--light-grey);
    }

    .mm-theme .k-context-menu .k-menu-item.k-last .k-link {
        border-bottom: none;
    }

    .mm-theme .k-context-menu .k-menu-item.k-hover .k-link {
        background-color: rgba(13,110,253,0.25);
        color: var(--brighter-blue);
    }

.mm-theme .k-header .k-grid-filter {
    bottom: 50%;
    transform: translateY(50%);
    right: 4px;
    border-radius: 2px;
}

    .mm-theme .k-header .k-grid-filter:hover {
        background-color: var(--brighter-blue);
    }

.table-option-button {
    width: 20px;
    height: 30px;
    display: flex;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

    .table-option-button:hover {
        background-color: var(--brighter-blue);
    }

    .table-option-button i {
        align-self: center;
        width: 100%;
    }

    .table-option-button + span {
        padding-left: 18px;
    }

.checkboxed-grid-option {
    position: relative;
}

    .checkboxed-grid-option .table-option-button {
        width: 30px;
        left: 50%;
        margin-left: -15px;
    }

.companies-grid .k-checkbox {
    width: 18px;
    height: 18px;
}

.interface-switcher ul.two-buttons li {
    width: 50%;
}

.interface-field.full-width {
    height: fit-content;
}

    .interface-field.full-width .input-label {
        padding-left: 20px;
    }

.ancillary {
    width: 100%;
}

    .ancillary li:nth-child(1) {
        width: 35%;
    }

    .ancillary li:nth-child(2) {
        width: 25%;
    }

    .ancillary li:nth-child(3) {
        width: calc(40% + 2px);
    }

.companies-list {
    padding-top: 10px;
}

.module-checkout .module-area {
    height: calc(100% - 108px);
}

.module-checkout .module-body {
    height: 100%;
}

.module-checkout .search-block {
    border-bottom: 1px solid var(--normal-grey);
}

.grid-area .grid-bar {
    display: flex;
    gap: 5px;
}

    .grid-area .grid-bar .button {
        flex-grow: 0;
    }

    .grid-area .grid-bar .remains {
        font-size: 11pt;
        flex-grow: 1;
        text-align: right;
        align-self: center;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-right: 5px;
    }

.switching-panels {
    display: none;
}

    .switching-panels.active {
        display: block;
    }

.with-add-button {
    padding-right: 0;
    gap: 5px;
    display: flex;
}

    .with-add-button .input-control {
        display: flex;
    }

    .with-add-button .button {
        font-size: 11pt;
        flex-shrink: 0;
    }

.receive-ppe-items .search-container {
    display: flex;
    padding: 17px 15px 17px 10px;
}

.receive-ppe-items .search-params {
    padding: 0;
    flex-grow: 1;
}

.receive-ppe-items .action-buttons {
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.input-control.with-label {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .input-control.with-label .from-text {
        text-align: right;
        font-size: 10pt;
        flex-grow: 1;
        align-self: center;
    }

.different-hands .list-item-row:nth-child(even) {
    border-bottom-width: 2px;
    border-bottom-color: var(--normal-grey);
}

    .different-hands .list-item-row:nth-child(even) + .listview-edit-panel {
        border-top-width: 0;
    }

#scrSelectSwapGroup .search-params {
    max-width: 650px;
}

#scrCheckOutProcess .search-params {
    max-width: 1100px;
}

#scrCheckOutProcess.finished .search-params {
    max-width: unset;
    justify-content: center;
}

#scrCheckOutProcess.finished .search-param-buttons {
    justify-content: center;
}

.info-header {
    padding: 5px 3px;
    border-bottom: 1px solid var(--normal-grey);
}

    .info-header .interface-field {
        width: 50%;
        max-width: 800px;
    }

    .info-header.shown {
        display: block !important;
    }

#btnShowInfo {
    display: none;
}

.serial-button {
    position: absolute;
    height: 100%;
    display: flex;
    z-index: 20;
    font-size: 18px;
    width: 35px;
    border: 1px solid #ced4da;
}

.k-input:focus-within + .serial-button, .k-input:focus-within + .serial-button + .serial-button, .k-input:focus-within + .serial-button + .serial-button + .serial-button {
    border-color: #86b7fe;
}

.serial-button .icon {
    width: 100%;
    height: 100%;
    position: relative !important;
    display: flex;
    top: unset;
    right: unset;
    justify-content: center;
}

    .serial-button .icon i {
        display: flex;
        align-items: center;
    }

.serial-button.find-button {
    right: 68px;
}

.serial-button.camera-button {
    right: 34px;
}

.serial-button.barcode-button {
    right: 0px;
    border-radius: 0 4px 4px 0;
}

.serial-button:hover {
    z-index: 22;
    border-color: var(--brighter-blue) !important;
    cursor: pointer;
}

    .serial-button:hover .icon {
        background-color: var(--brighter-blue);
        color: white;
    }

.interface-serial .input-control input {
    padding-right: 110px !important;
}

.module-tabs {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11pt;
}

.module-tab {
    padding: 10px 15px !important;
}

.header-block {
    display: flex;
    border-bottom: 1px solid var(--normal-grey);
    padding: 10px 15px;
    gap: 10px;
}

.header-fields {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 1600px;
    display: flex;
    gap: 15px;
}

    .header-fields .interface-field {
        display: flex;
        float: none;
        width: unset;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        padding: 0;
        gap: 10px;
    }

        .header-fields .interface-field .input-label {
            width: unset;
            flex-grow: 0;
            flex-shrink: 0;
            padding-right: unset;
        }

        .header-fields .interface-field .input-control {
            width: unset;
            flex-grow: 1;
            flex-shrink: 1;
        }

.header-buttons {
    position: relative;
    display: flex;
    gap: 5px;
    padding: 5px 0;
}

    .header-buttons .button {
        gap: 5px;
        flex-wrap: nowrap;
    }

        .header-buttons .button .icon {
            margin-right: 0;
        }

            .header-buttons .button .icon i {
                display: block;
            }

#btnToggleSettings, #btnClear {
    display: none;
}

    #btnToggleSettings .action {
        min-width: 35px;
        display: inline-block;
    }

.messages-holder.active {
    border-bottom: 1px solid var(--normal-grey);
}

.test-passed {
    color: var(--info-green);
}

.test-failed {
    color: var(--critical-red);
}

#itemsGrid.single-task .row-details-button {
    display: none !important;
}

.interface-field.task-results .input-label {
    white-space: normal;
}

.interface-field + .interface-field.task-results {
    border-top: 1px solid var(--normal-grey);
    padding-top: 10px;
    margin-top: 10px;
}

.ocr-window .modal-panel {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1200px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

.ocr-window .ip-data {
    height: calc(100% - 50px);
    max-height: unset;
}

.ocr-window .ocr-container {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--normal-grey);
    background-color: var(--lightest-grey);
    border-radius: 3px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

    .ocr-window .ocr-container .img-holder img {
        display: block;
        width: 100%;
        aspect-ratio: 4/3;
    }

    .ocr-window .ocr-container .img-holder img {
        display: block;
        height: 100%;
        aspect-ratio: 9/16;
    }

    .ocr-window .ocr-container .img-holder {
        position: relative;
        max-height: 100%;
    }

.ocr-window .ip-control-bar {
    background-color: rgba(0,0,0,0.15);
    border-radius: 0 0px 3px 3px;
    padding: 10px 0;
    width: calc(100% - 30px);
    z-index: 11;
}

    .ocr-window .ip-control-bar .button {
        padding-left: 15px;
        padding-right: 15px;
    }

.ocr-window .corner {
    position: absolute;
    width: 40px;
    width: 40px;
}

.corner.top-left {
    top: 20%;
    left: 10%;
}

.corner.top-right {
    top: 20%;
    right: 10%;
}

.corner.bottom-left {
    bottom: 20%;
    left: 10%;
}

.corner.bottom-right {
    bottom: 20%;
    right: 10%;
}

.ocr-window .corner svg {
    width: 100%;
    height: 100%;
}

.top-hider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.bottom-hider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.barcode .corner.top-left {
    top: 35%;
    left: 5%;
}

.barcode .corner.top-right {
    top: 35%;
    right: 5%;
}

.barcode .corner.bottom-left {
    bottom: 35%;
    left: 5%;
}

.barcode .corner.bottom-right {
    bottom: 35%;
    right: 5%;
}

.img-switcher {
    text-decoration: underline;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    color: var(--brighter-blue);
}

.working-panel.module-ocr .search-params {
    width: 100% !important;
    max-width: 600px !important;
}

@media only screen and (max-width: 960px) {
    .header-fields {
        flex-wrap: wrap;
        gap: 5px;
    }

        .header-fields .interface-field, .header-fields .header-buttons {
            flex-basis: calc((100% - 5px) / 2);
            width: 50%;
            flex-grow: 0;
        }

            .header-fields .interface-field .input-label {
                min-width: 80px;
            }

        .header-fields .header-buttons {
            justify-content: right;
            padding: 0;
        }
}

@media only screen and (max-width: 560px) {
    .header-block {
        padding: 5px;
    }

    .header-fields .interface-field, .header-fields .header-buttons {
        flex-basis: 100%;
        width: 100%;
        flex-grow: 0;
    }

    .header-fields .header-buttons {
        justify-content: left;
        padding: 0;
    }

        .header-fields .header-buttons .button {
            flex-grow: 1;
        }

    #btnToggleSettings, #btnClear {
        display: inherit;
    }

    .header-fields .interface-field.toggled {
        display: none;
    }
}

@media only screen and (max-width: 1700px) {
    .three .module-tabs {
        display: block;
    }

    .three .checkin-nav {
        display: flex;
    }

    .three .checkin .module-tabs {
        display: block;
    }

    .three .checkin-container {
        height: calc(100% - 40px);
    }

    .three .checkin-container {
        padding: 0;
        border-top: none;
    }

    .three .checkin-holder {
        width: 50%;
        padding: 3px;
        display: inline-block;
        position: relative;
    }

    .three .checkin-grid {
        padding: 0;
        border: none;
        height: calc(100% - 34px);
    }

    .three .checkin-holder.hidden {
        display: none;
    }

    .three .checkin-holder.active .checkin-grid {
        border: 2px solid var(--light-blue);
    }

    .three .module-tab .counter {
        display: none;
    }

    /*
	.checkin-holder { width: calc(100% / 3); }
	.checkin-nav { display: flex; }
	.checkin .module-tabs { display: block; }
	.checkin-container { height: calc(100% - 40px); }
	.checkin-holder.active .checkin-grid { border-color: var(--light-blue); }
	*/
}

@media only screen and (max-width: 1260px) {
    .checkin-holder {
        width: 50%;
    }
}

@media only screen and (max-width: 890px) {
    #scrCheckOutProcess .search-params .to-hide {
        display: none;
    }
}

@media only screen and (max-width: 810px) {
    #btnCancelCheckOut .desc, #btnRequiredReport .desc {
        display: none;
    }

    #btnCancelCheckOut .icon, #btnRequiredReport .icon, #btnShowInfo .icon {
        margin-right: 0;
        display: flex;
    }

        #btnCancelCheckOut .icon i, #btnRequiredReport .icon i, #btnShowInfo .icon i {
            line-height: 20px;
        }
}

@media only screen and (max-width: 800px) {
    .four .module-tabs {
        display: block;
    }

    .four .checkin-nav {
        display: flex;
    }

    .four .checkin .module-tabs {
        display: block;
    }

    .four .checkin-container {
        height: calc(100% - 40px);
    }

    .four .checkin-holder:nth-child(1), .four .checkin-holder:nth-child(2), .four .checkin-holder:nth-child(3), .four .checkin-holder:nth-child(4) {
        top: unset;
        left: unset;
        height: 100%;
    }

    .four .checkin-container {
        padding: 0;
        border-top: none;
    }

    .four .checkin-holder {
        width: 100%;
        padding: 3px;
        display: inline-block;
        position: relative;
    }

    .four .checkin-grid {
        padding: 0;
        border: none;
        height: 100%;
    }

    .four .checkin-title {
        display: none;
    }

    .four .checkin-holder.hidden {
        display: none;
    }

    .three .checkin-holder {
        width: 100%;
    }

    .three .checkin-title {
        display: none;
    }

    .three .module-tab .counter {
        display: inline-block
    }

    .three .checkin-holder.active .checkin-grid {
        padding: 0;
        border: none;
        height: 100%;
    }

    .two .module-tabs {
        display: block;
    }

    .two .checkin-nav {
        display: flex;
    }

    .two .checkin .module-tabs {
        display: block;
    }

    .two .checkin-container {
        height: calc(100% - 40px);
    }

    .two .checkin-container {
        padding: 0;
        border-top: none;
    }

    .two .checkin-holder {
        width: 100%;
        padding: 3px;
        display: inline-block;
        position: relative;
    }

    .two .checkin-grid {
        padding: 0;
        border: none;
        height: 100%;
    }

    .two .checkin-title {
        display: none;
    }

    .two .checkin-holder.hidden {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    #scrCheckOutProcess .search-params {
        flex-wrap: wrap;
    }

    #scrCheckOutProcess .search-param-no-wrap {
        flex-shrink: 0;
        width: 100%;
    }

    #scrCheckOutProcess .search-param-item {
        flex-grow: 1;
    }

    #scrCheckOutProcess .search-param-buttons div.button {
        flex-grow: 1;
    }

    #scrCheckOutProcess .search-param-active-only {
        flex-grow: 0;
    }

    #btnCancelCheckOut .desc, #btnRequiredReport .desc, #btnShowInfo .desc {
        display: block;
    }

    #btnCancelCheckOut .icon, #btnRequiredReport .icon {
        margin-right: 0.3em;
    }

    #scrCheckOutProcess .search-params .to-hide {
        display: inline;
    }
}

@media only screen and (max-width: 650px) {
    #btnDefaultContainers .desc, #btnPanelOrder .desc, #btnClearAll .desc {
        display: none;
    }

    #btnDefaultContainers i, #btnPanelOrder i, #btnClearAll i {
        padding: 2px 0;
    }

    .receive-ppe-items .search-params .interface-field .input-label {
        display: none;
    }

    .receive-ppe-items .search-params .interface-field .input-control {
        width: 100%;
    }

    .info-header .interface-field {
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width: 600px) {
    #scrCheckOutProcess .search-params .to-hide {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .dreceive-ppe-items .search-container {
        display: block;
        padding-right: 7px;
    }

    .dreceive-ppe-items .search-params {
        width: 100% !important;
    }

        .dreceive-ppe-items .search-params .interface-field .input-label {
            display: block;
            flex-shrink: 0;
        }

    .dreceive-ppe-items .action-buttons {
        width: 100% !important;
        display: flex;
        gap: 5px;
    }

        .dreceive-ppe-items .action-buttons .button {
            flex-grow: 1;
        }
}

@media only screen and (max-width: 500px) {
    #btnCancelCheckOut .desc, #btnRequiredReport .desc {
        display: none;
    }

    #btnCancelCheckOut .icon, #btnRequiredReport .icon {
        margin-right: 0;
        display: flex;
    }

        #btnCancelCheckOut .icon i, #btnRequiredReport .icon i {
            line-height: 20px;
        }

    #btnShowInfo {
        display: flex;
    }

    .info-header {
        display: none;
    }

    #scrCheckOutProcess .search-param-buttons {
        gap: 5px;
    }

    #scrCheckOutProcess .search-params {
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    #.module-area.checkin {
        height: calc(100% - 145px);
    }

    #.checkin-container {
        border-top: 0;
    }

    #btnCheckIn .desc {
        display: none;
    }

    #btnCheckIn i {
        padding: 2px 0;
    }

    .checkin-container {
        border-top: none;
    }

    .ocr-window .ip-data {
        padding: 10px !important;
        height: calc(100% - 35px);
    }

        .ocr-window .ip-data .ip-control-bar {
            bottom: 10px;
            width: calc(100% - 20px);
        }
}