/*Gloable Classes*/
body {
    font-family: 'Roboto',Helvetica Neue,Helvetica,Arial,sans-serif;
    max-width: 1350px;
    margin: auto;
}

.fw-bold {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.h5, h5 {
    font-size: 18px;
}

.h4, h4 {
    font-size: 16px;
    font-weight: bold;
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 .01rem rgba(0,123,255,.25);
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.small, small {
    font-size: 85%;
}

.mr-10px {
    margin-right: 10px;
}

.pr-10px {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px !important;
}

p {
    margin: 0 0 10px;
    font-size: 14px;
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

.dropdown-item {
    padding: .25rem 1rem;
}

.dropdown-menu {
    min-width: 7rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.hide {
    display: none !important;
    visibility: hidden !important;
}

/*Main Screen Classes*/
.top-bar {
    background-color: #EEEFEF;
    height: 50px;
    padding: 9px 10px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

    .top-bar a {
        color: #000;
    }

        .top-bar a:hover {
            color: #4e4e4e;
        }

.avatar {
    background-color: #CCCCCC;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 5px;
}

    .avatar:hover {
        background-color: #C4C4C4;
        color: #000;
    }

.notification-icons {
    margin: 0;
}

    .notification-icons li {
        list-style: none;
        display: inline-block;
        margin: 0;
    }

        .notification-icons li[data-enabled="false"] a {
            display: none;
        }

        .notification-icons li a:not(.hide) {
            margin: 0 0 0 10px;
        }

.info-icon img {
    max-height: 24px;
}

.info-icon .badge {
    position: relative;
    top: -10px;
    left: -13px;
    font-size: 11px;
    padding: 3px;
    min-width: 20px;
}

.info-icon img {
    margin-left: 10px;
    max-height: 24px;
}

.info-icon {
    width: 20px;
    height: 20px;
}

.reset-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: .25rem;
    background-color: #DC4D4C;
    color: #fff !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

    .reset-btn:hover {
        background-color: #C03F3E;
    }

    .reset-btn.done {
        padding: 5px 12px;
    }

.user-menu::before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 25px;
    left: 20px;
    position: absolute;
    color: #fff;
    top: -22px;
}

.top-menu-container {
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 1350px;
    top: 50px;
    box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.15);
    z-index: 100;
    display: none;
}

.user-menu {
    padding: 10px;
}

    .user-menu h4 {
        text-align: center;
        margin: 10px auto 25px auto;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 15px;
    }

    .user-menu ul {
        padding-left: 12px;
    }

        .user-menu ul li {
            list-style: none;
            font-size: 15px;
            margin-bottom: 10px;
        }

            .user-menu ul li a {
                color: #333333;
            }

                .user-menu ul li a:hover {
                    color: #000;
                }

    .user-menu li .fa {
        font-size: 20px;
        margin-right: 10px;
    }

.notifications-panel {
    padding: 10px;
}

    .notifications-panel .btn {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 2px 10px;
        font-size: 14px;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        background-color: #8A8A8A;
        color: #fff !important;
    }

        .notifications-panel .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .notifications-panel .border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .notifications-panel h2 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .notifications-panel .time {
        font-size: 12px;
        color: #333;
    }

    .notifications-panel ul {
        padding: 0;
        margin: 0;
    }

        .notifications-panel ul li {
            list-style: none;
            margin-bottom: 8px;
            border-radius: 4px;
            padding: 4px 8px;
            border-width: 1px;
            border-style: solid;
        }
/*Move to page */
.input-group-addon {
    padding: 10px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon:last-child {
        border-left: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.move-to-wrap cart-name-wrap {
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
    padding-top: 4px;
}

.move-to-wrap .cart-info-wrap {
    /*-ms-flex: 0 0 39.333333%;*/
    -ms-flex: 0 0 47.666667%;
    flex: 0 0 47.666667%;
    max-width: 47.666667%;
}

.move-to-wrap .btns-wrap {
    -ms-flex: 0 0 19;
    flex: 0 0 19%;
    max-width: 19%;
}

.move-to-wrap.brd {
    border-bottom: 4px solid #E3E7E6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.move-to-wrap .btn {
    padding: 2px 9px;
    line-height: 1.15;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-width: 58px;
}

.cart-name-wrap .input-group-addon {
    padding: 10px 5px;
}

.move-to-wrap .btn.btn-empty {
    background-color: #F0AD4E;
    /*margin-top: 5px;*/
}

    .move-to-wrap .btn.btn-empty:hover {
        background-color: #E1A248;
    }

.move-to-wrap .btn.btn-verify {
    background-color: green;
    margin-top: 15px;
    padding: 7.5px 11px;
    margin-bottom: 15px;
}

    .move-to-wrap .btn.btn-verify:hover {
        background-color: #0E76A2;
    }

.move-to-wrap label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

    .move-to-wrap label.moved-from {
        font-size: 20px;
    }

.move-to-wrap .form-group {
    margin-bottom: 10px;
}

.move-to-wrap h4 {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.move-to-wrap .form-control {
    padding: .375rem .25rem;
}

.move-to-wrap h2 {
    font-size: 16px;
    margin: 5px;
}

.quantity {
    min-width: 59px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding: 10px 3px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
}

.quantity-0 {
    color: #000;
    border: 1px solid #DFDFDF;
}

.quantity-2 {
    background-color: #000 !important;
    color: #fff !important;
    border: none;
}

/*Message alert*/
.alert-wrap {
    margin: 15px 0 5px 0;
}

#divMessageContainer.alert-danger, .form-control.alert-danger {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.alert-default {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    color: #525252;
}

.alert-wrap .container {
    padding-right: 10px;
    padding-left: 10px;
}

.alert-wrap .alert {
    padding: .5rem .75rem;
}

/*Pick List Classes*/
.pick-list-page-wrap .dropdown {
    display: inline-block !important;
}

.picked-top-btn label {
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 4px;
}

.picked-top-btn .btn {
    padding: 5px 8px;
}

.PickList-Items {
    font-size: 14px;
}

.pickList-grid img {
    max-height: 100px;
    max-width: 100px;
    margin-right: 10px;
}

.pickList-grid-bg.PickListAlt {
    background: #f0f0f0;
}

.pickList-grid-bg {
    border: 5px solid transparent;
    padding: 2px;
}

.PickingInfoContainer .table {
    margin-bottom: 0;
}

    .PickingInfoContainer .table th {
        padding: .50rem;
        vertical-align: middle;
    }

    .PickingInfoContainer .table td {
        padding: .35rem;
        vertical-align: middle;
    }

.accordion {
    width: 100%;
    margin: 10px 0px 5px 0px;
}

.card {
    border-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    background-color: #ccc;
    padding: 4px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header h4 {
        margin: 4px 0px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
    }

.card-body {
    padding: 0;
}

.left-items-wrap {
    display: inline-block;
    margin: 0 0 8px 0;
}

.location-col-wrap {
    display: inline-block;
    margin-top: 1px;
}

.right-items-wrap {
    display: inline-block;
    float: right;
    margin-top: 0;
}

.item-enumerator-wrap .title-m {
    overflow: hidden;
    margin-bottom: 4px;
}

.sku-col-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
    margin-right: 8px;
}

.sku-container {
    display: inline-grid;
}

.SKUF-Outer {
    padding: 0 0 0 3px;
    border: 1px solid black;
    background: white;
    font-size: 18px;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
}

.SKUF-Inner {
    background-color: black;
    color: white;
    margin-left: 2px;
    padding: 1px 3px;
    height: 100%;
    display: inline-block;
}

.pickList-location {
    background-color: silver;
    color: black;
    padding: 2px 6px;
    border-radius: 3px 3px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1;
    max-width: 130px;
    margin-top: 0px;
    vertical-align: text-bottom;
    font-size: 15px;
}

    .pickList-location.backup {
        background-color: #d7d198;
    }

.backup-text-color {
    color: #ba9641;
}

.pickList-location-wrap {
    float: right;
}

.pickList-location.different {
    background-color: #4682b4;
    color: #fff;
    padding: 2px 6px;
}

.PickList-Items h4 {
    font-size: 14px;
    margin: 5px 0;
}

.pickList-grid .q-number {
    font-size: 24px;
    vertical-align: middle;
}

.boxed-col-wrap {
    width: 20px;
    display: inline-block;
    margin: 0px 10px 0 5px;
}

.pickList-grid .boxed {
    position: relative;
    top: -3px;
}

.details-btn-col-wrap {
    display: inline-block;
}

    .details-btn-col-wrap .btn {
        padding: .26rem .85rem;
        min-width: inherit !important;
        line-height: 1.5;
    }

.pickList-grid .quantity-wrap {
    text-align: right;
}

.quantity-col-wrap {
    display: inline-block;
}

.MultipleQuantities {
    background-color: #000;
    color: #fff;
    padding: 3px;
}

.ByLocation .ItemEnumerator {
    display: none;
}

.visited {
    border-color: #ffb449;
}

.Picked {
    display: none;
    background: #77DE82 !important;
}

.packing-mode .Picked {
    background: #6fe6f5 !important;
}

.sorting-mode .Picked {
    background: #c39bd3 !important;
}

.PickingInfoContainer .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.PickingInfoContainer .table td {
    border-top: none;
    padding: .30rem;
    font-size: 13px;
}

    .PickingInfoContainer .table td.skipped-quantity {
        width: 20%;
        text-align: right;
    }

    .PickingInfoContainer .table td.picked-quantity {
        width: 25%;
        text-align: right;
    }

.PickingInfoContainer .table .PickInfoRow {
    border-bottom: 1px solid #f5f5d1;
}

    .PickingInfoContainer .table .PickInfoRow:last-child {
        border-bottom: none;
    }

.Picked .SKUF-Inner, .Picked .MultipleQuantities {
    background-color: gray;
    color: #fff !important;
}

.Picked .SKUF-Inner, .Picked .fa {
    color: #444343;
}

.Picked .SKUF-Outer {
    border: 1px solid gray;
}

.PickedVisible .Picked {
    display: block !important;
    border-bottom: 1px solid #f5f5d1 !important;
}

.PickedVisible .Picked:last-child {
    border-bottom: none !important;
}

    .PickedVisible .Picked.visited {
        border: 4px solid #FBB425 !important;
    }

.PartiallyPicked .q-number {
    color: red;
}

.PickedQuantity[data-quantity="0"][data-skipped-quantity="0"] {
    display: none;
}

.PickListItem .MenuPickButton {
    display: block;
}

.PickListItem.Picked .MenuPickButton {
    display: none;
}

.PickListItem .MenuUnpickButton {
    display: none;
}

.PickListItem.Picked .MenuUnpickButton, .PickListItem.PartiallyPicked .MenuUnpickButton {
    display: block;
}

.PickListItem.PartiallyPicked .MenuPickButton, .PickListItem.PartiallyPicked .MenuPickButton {
    display: block;
}

.FinalizeBtn {
    display: none;
}

.AllItemsPicked .FinalizeBtn {
    display: block;
}

.ItemEnumerator, .ItemEnumerator-wrap {
    background-color: #f0ad4e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.1;
    padding: 4px 5px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .ItemEnumerator a {
        color: #fff;
    }

.AbandonBtn {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.AbandonVerifyBtn {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.VerifyBtn {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    margin-top: 2px;
    cursor: pointer;
}

    .VerifyBtn img {
        height: 16px;
    }

.SwitchModeBtn {
    margin-top: 2px;
    padding: 0;
    height: 26px;
    width: 26px;
    margin-left: 14px;
}

.SortModeBtn {
    margin-top: 2px;
    padding: 0;
    height: 26px;
    width: 26px;
    margin-left: 14px;
}

    .SwitchModeBtn img {
        height: 16px;
    }


.SortModeBtn img {
    height: 16px;
}


.AbandonBtn, .AbandonVerifyBtn, .VerifyBtn {
    margin-left: 14px;
    height: 26px;
    width: 26px;
}

.done-confirmation-modal-overlay {
    position: fixed;
    top: 0;
    z-index: 90;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    max-width: 1350px;
    height: 100vh;
}

.done-confirmation-modal {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #eee;
    max-width: 1350px;
}

    .done-confirmation-modal .btn {
        min-width: 75px;
    }

    .done-confirmation-modal .top-border {
        border-top: 1px solid #eee;
    }

    .done-confirmation-modal .finish-all-order {
        padding: 15px 13px 15px 10px;
        margin: 30px -10px -20px -10px;
        background-color: #FFE599;
        border-top: 1px solid #E9C96C;
        border-bottom: 1px solid #E9C96C;
    }

        .done-confirmation-modal .finish-all-order p {
            font-size: 15px;
        }

    .done-confirmation-modal .Stat-Num {
        background-color: #ffe599;
        padding: 2px 3px 0px 3px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #E9C96C;
        line-height: 1;
        position: relative;
        top: -2px;
    }

    .done-confirmation-modal #divModalPickingStats {
        border: 1px solid #e0e0e0;
        padding: 6px 5px 0px 10px;
        border-radius: 3px;
        background-color: #f5f5f5;
        width: 100%;
        margin: 1rem 0.3rem 0;
    }

    .done-confirmation-modal .Modal-Stat {
        margin-bottom: 7px;
    }


/*Process Sorting Cart Modal*/
.process-sorting-cart-modal-overlay {
    position: fixed;
    top: 0;
    z-index: 90;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    max-width: 1350px;
    height: 100vh;
}

.process-sorting-cart-modal {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #eee;
    max-width: 1350px;
}

.process-sorting-cart-modal .btn {
    min-width: 86px;
}

.process-sorting-cart-modal .top-border {
    border-top: 1px solid #eee;
}

.process-sorting-cart-modal .Modal-Stat {
    margin-bottom: 7px;
}

/*Sorting Cart Change Modal*/
.sorting-cart-change-modal-overlay {
    position: fixed;
    top: 0;
    z-index: 90;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    max-width: 1350px;
    height: 100vh;
}

.sorting-cart-change-modal {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #eee;
    max-width: 1350px;
}

    .sorting-cart-change-modal .btn {
        min-width: 86px;
    }

    .sorting-cart-change-modal .top-border {
        border-top: 1px solid #eee;
    }

    .sorting-cart-change-modal .Modal-Stat {
        margin-bottom: 7px;
    }

/*Sorting Alert Modal*/
.sorting-alert-modal-overlay {
    position: fixed;
    top: 0;
    z-index: 90;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    max-width: 1350px;
    height: 100vh;
}

.sorting-alert-modal {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    border: 1px solid #eee;
    max-width: 1350px;
}

    .sorting-alert-modal h3 {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .sorting-alert-modal .btn {
        min-width: 86px;
    }

.sorting-alert-modal .top-border {
    border-top: 1px solid #eee;
}

.sorting-alert-modal .Modal-Stat {
    margin-bottom: 7px;
}

/*Pick list Item Details*/
.info-wrap {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
}

.carousel-wrap {
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bg-gray {
    background-color: #eee;
}

.info-wrap .title {
    max-width: 82%;
    float: left;
    padding-right: 5px;
}

.info-wrap-back-btn {
    float: right;
    width: 15%;
    text-align: right;
}

.back {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 15px;
    border-radius: .25rem;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}

    .back:hover {
        color: #fff;
        background-color: #e0a800;
        border-color: #d39e00;
    }

.table .w-8 {
    width: 8%;
}

table .w-20 {
    width: 20%;
}

.info-wrap .table td {
    padding: 5px 5px 5px 0px;
    line-height: 1;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-responsive {
    margin-bottom: 5px;
}

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }

.table td, .table th {
    padding: .50rem;
}

.ThumbnailChanger {
    border: 2px solid #fff;
}

    .ThumbnailChanger.active {
        border: 2px solid red;
    }

.carousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 15px;
}

    .carousel .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial;
    }

        .carousel .carousel-indicators > li.active img {
            opacity: 0.7;
        }

.carousel-inner {
    max-height: inherit;
    border: 1px solid #ccc;
}

.carousel .carousel-item img {
    max-width: 100%;
    max-height: 255px;
    margin: auto;
    object-fit: contain;
    padding: 2px;
}

.carousel {
    border: 0px solid #ccc;
    height: inherit;
    margin-bottom: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    font-family: FontAwesome;
    font-size: 55px;
    color: #b9031b;
}

    .carousel-control-next-icon:after {
        content: "\f054";
    }

    .carousel-control-prev-icon:after {
        content: '\f053';
    }

.carousel-control-next, .carousel-control-prev {
    width: 9%;
}

.carousel-control-prev {
    left: 5px;
}

.carousel-control-next {
    right: 5px;
}

.owl-nav {
    pointer-events: none;
    height: 90px;
    position: absolute;
    width: 100%;
    top: 0;
}

    .owl-nav .owl-next {
        font-size: 50px !important;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        color: #b9031b !important;
        pointer-events: auto;
    }

    .owl-nav .owl-prev {
        font-size: 50px !important;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        color: #b9031b !important;
        pointer-events: auto;
    }

.owl-carousel .owl-item img {
    max-width: 100%;
    height: 90px;
    padding: 1px;
    border: 2px solid #fff;
    cursor: pointer;
    object-fit: cover;
}

.owl-item.selected {
    border: 2px solid #ccc;
}

.CartonBoxStyleIndicator {
    width: 25px;
    height: 25px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

    .CartonBoxStyleIndicator.OuterCarton {
        background: url('/img/Boxing_Cartoon.png') no-repeat;
    }

    .CartonBoxStyleIndicator.Boxed {
        background: url('/img/Boxing_Boxed.png') no-repeat;
    }

    .CartonBoxStyleIndicator.NonBoxed {
        background: url('/img/cardboard-tray.png') no-repeat;
        background-size: contain;
    }

/*Fantom Items*/
.resolve-t {
    padding: 4px 5px;
}

.pickList-grid .label {
    margin-bottom: 0;
}

.phantom-items-wrap .pickList-grid-bg:nth-child(odd) {
    background: #f0f0f0;
}

.phantom-items-wrap .pickList-grid-bg {
    cursor: pointer;
}

.phantom-items-wrap .quantity-col-wrap {
    min-width: 35px;
}
/*Fantom Items Details*/
.items-btns-wrap .btn {
    max-width: 85px;
    white-space: inherit;
    font-size: 15px;
    padding: 5px 5px;
    text-align: center;
    line-height: 1.1;
    min-height: 45px;
}

.phantom-details-modal-wrap .modal-header {
    padding: 0.70rem 0.5rem;
}

.phantom-details-modal-wrap .modal-title {
    line-height: 1.2;
    font-size: 16px;
}

.phantom-details-modal-wrap .modal-q-wrap {
    font-size: 18px;
    margin: 10px 0 40px 0;
    line-height: 1.35;
}

.phantom-details-modal-wrap .modal-body {
    padding: 1rem 0.3rem;
}

/*Verify Cart*/
.done-confirmation-modal h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.Cannot-find-modal-wrap {
    margin: 5px 0 40px 0;
}

.VerifyOtherItemsHeader {
    background-color: #999;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

.besada-dropdown {
    position: relative;
}

.besada-dropdown-menu {
    position: absolute;
    border: 1px solid black;
    right: 0px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: .25rem;
}

.besada-dropdown-menu-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.light-red-color {
    color: #ff0f00 !important;
}

.blue-color {
    color: #008dff !important;
}

.orange-color {
    color: #f39100 !important;
}

.green-color {
    color: #009600 !important;
}

.sku-wrap {
    position: relative;
}

.blocked-badge {
    font-size: 11px;
    color: #fff;
    background-color: #cf2a27;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1.35;
}

.white-space-nowrap {
    white-space: nowrap;
}

#ScreenTitle {
    display: flex;
    align-items: center;
    font-size: 22px;
}

#ScreenTitle img {
    max-height: 24px;
    margin-right: 0.55rem;
}

.sorting-cart-form-control {
     height: calc(2.25rem + 8.7167px);
     font-size: 24px;
}

.sticky-pick-list {
    position: sticky;
    top: 0;
    z-index: 1;
}

.warning-alert {
    padding: 15px 13px 15px 10px;
    background-color: #FFE599;
    border: 1px solid #E9C96C;
}

.green-card-header {
    background-color: #28a745 !important;
    border-color: #188331 !important;
    color: #ffffff !important;
}

.red-card-header {
    background-color: #dc3545 !important;
    border-color: #c72b3a !important;
    color: #ffffff !important;
}

.ProcessSortingButton {
    display: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}