.inventoryDashboardFilter {
    background: #fbfbfb;
    margin-top: 15px;
}
oi-select .select-dropdown:not(.ng-hide) {
    width: 100%;
    white-space: nowrap;
    max-height: 400px
}
.inventory-dashboard-tabs-wrapper > div > ul.nav.nav-tabs {
    display: flex !important;
    justify-content: end !important;
    margin-bottom: 15px !important;
}
.inventory-dashboard-tabs-wrapper .uib-tab a.nav-link {
    color: #337ab7 !important;
    padding: 10px !important;
    border: 1px solid transparent !important;
}
.inventory-dashboard-tabs-wrapper .uib-tab a.nav-link:hover {
    text-decoration: none !important;
    background-color: #eee !important;
    border-color: #eee #eee #ddd !important;
}
.inventory-dashboard-tabs-wrapper li.uib-tab {
    margin: 0 !important;
}
.inventory-dashboard-tabs-wrapper .uib-tab.active a.nav-link {
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-bottom-color: #fff !important;
}
.remove-arrow-when-empty:not(.multiple):not(.cleanMode) .select-search:after {
    display: none;
}
.remove-arrow-when-is-not-empty:not(.multiple):not(.cleanMode) .select-search:after {
    display: block;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.minimumReached {
    background-color: #EFD8D8FF !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.new-order-first-row {
    height: 34px;
    margin-left: 0;
    margin-right: 0;
}
.h-100 {
    height: 100% !important
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
.card > hr {
    margin-right: 0;
    margin-left: 0
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
.card-title {
    margin-bottom: .75rem
}
.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {
    text-decoration: none
}
.card-link + .card-link {
    margin-left: 1.25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: thin solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.p-0{
    padding:0!important
}
.pt-0,.py-0{
    padding-top:0!important
}
.pr-0,.px-0{
    padding-right:0!important
}
.pb-0,.py-0{
    padding-bottom:0!important
}
.pl-0,.px-0{
    padding-left:0!important
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}
.p-tb-5 {
    padding: 0 5px;
}
.inventory-pool-category-total-amount-block {
    position: absolute;
    top: 15px;
    right: 2%;
}
.d-block {
    display: block !important;
}
.main-wrapper-for-scroll-inventory-pool {
    height: 635px;
    margin-top: 15px;
}

@media (min-width: 1400px) {
    .item-history-modal-popup .modal-lg {
        width: 1308px;
    }
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.inventory-shipment-block {
    padding: 5px 5px 5px 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
}
.main-wrapper-for-scroll-hand-out-order-item-modal {
    max-height: 600px;
    overflow-y: auto;
}
.filter-header-wrapper oi-select .select-search-list-item_selection-remove {
    position: relative;
    left: 0;
}
.filter-header {
    position: relative;
}
.filter-header-sort-icon {
    position: absolute;
    left: 15px;
    z-index: 10;
}
.filter-header-title {
    padding-left: 40px;
}
.filter-header-search {
    padding-left: 40px;
}
.filter-header-search-icon {
    position: absolute;
    right: 15px;
}
.minimumReachedCheckboxBtn {
    margin-top: 5px;
    height: 35px;
    display: block;
}
.min-height-500px {
    min-height: 500px;
}
.id-checkbox {
    margin-bottom: 15px;
}
.id-checkbox label {
    font-size: 14px;
}
.checkbox-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px 6px 30px;
    background-color: #f9f9f9 !important;
}
.checkbox-btn:hover {
    border-color: #adadad;
}
.red-stroke {
    border-color: #d9534f !important;
    box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
    -webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
}
.inventory-management-tabs-wrapper {
    height: 635px;
}
#inventoryItemPageContent:has(.mCustomScrollbar:not(.mCS_no_scrollbar)) #inventoryItemTableButtonRow,
#inventoryCategoryPageContent:has(.mCustomScrollbar:not(.mCS_no_scrollbar)) #categoryTableButtonRow,
#inventoryLocationPageContent:has(.mCustomScrollbar:not(.mCS_no_scrollbar)) #locationTableButtonRow {
    width: calc(100% - 30px);
}

#inventoryItemPageContent:has(.mCustomScrollbar.mCS_no_scrollbar) #inventoryItemTableButtonRow,
#inventoryCategoryPageContent:has(.mCustomScrollbar.mCS_no_scrollbar) #categoryTableButtonRow,
#inventoryLocationPageContent:has(.mCustomScrollbar.mCS_no_scrollbar) #locationTableButtonRow {
    width: 100%;
}
.management-item-buttons {
    margin-left: 5px;
    width: 120px;
}
.management-location-buttons {
    margin-left: 5px;
    width: 127px;
}
.management-category-buttons {
    margin-left: 5px;
    width: 135px;
}
.checkbox-container {
    display: flex;
    align-items: center;
}
.checkbox-inline {
    margin-bottom: 0;
}
.checkbox-inline input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

.w-100pc {
    width: 100% !important;
}
.error-border {
    border-color: #d9534f !important;
    box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
    -webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
}
.inventory-orders-filter-table {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.inventory-orders-filter-table .inventory-orders-filter-item {
    flex: 1;
}
@media (max-width: 1524px) {
    .inventory-orders-filter-table .inventory-orders-filter-item {
        flex: 1 1 calc(30% - 10px);
    }
}
@media (max-width: 1024px) {
    .inventory-orders-filter-table .inventory-orders-filter-item {
        flex: 1 1 calc(50% - 10px);
    }
}
@media (max-width: 768px) {
    .inventory-orders-filter-table .inventory-orders-filter-item {
        flex: 1 1 calc(75% - 10px);
    }
}
@media (max-width: 480px) {
    .inventory-orders-filter-table .inventory-orders-filter-item {
        flex: 1 1 100%;
    }
}
.inventory-orders-filter-wrapper {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
