
.inventory_table span.details-control {
    font-size: 1.5em;
    display: flex;
    float: left;
    align-items: center;
}

.inventory_table #crudTable {
}

div.inventory_table::-webkit-scrollbar {
    display: none;
}

.inventory_table #crudTable thead tr {
    background-color: transparent;
}

.inventory_table #crudTable thead tr th {
    vertical-align: middle;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 10;
    background-color: rgba(0, 78, 133, 0.87) !important;

}

.inventory_table #crudTable thead tr th:after {
    position: absolute;
    top: 50%;
    margin: 0;
    right: 7px;
}

.inventory_table #crudTable thead tr th[data-sorted="true"][data-sorted-direction="ascending"]:after {
    margin-top: -5px;
}

table[data-sortable].sortable-theme-slick th[data-sorted="true"]:first-child,
.inventory_table table[data-sortable].sortable-theme-slick th[data-sorted="true"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.inventory_table #crudTable td {
    font-size: 13px;
}

.inventory_table #crudTable .Available {
    text-align: center;
}

.inventory_table #crudTable td.Order span {

}

@media (max-width: 1350px) {
    .inventory_table #crudTable tr th:nth-child(6),
    .inventory_table #crudTable tr th:nth-child(8),
    .inventory_table #crudTable tr td:nth-child(6),
    .inventory_table #crudTable tr td:nth-child(8) {
        display: none;
    }
}

.inventory_table .extend_info {}
.inventory_table .extend_info span.priority-value {
    margin: 0 4px;
    height: 20px;
    line-height: 12px;
    min-width: 20px;
    padding: 4px 6px;

}
.inventory_table .extend_info span.priority-title{
    flex-grow: 1;
}


.inventory_table .extend_info .update_priority {
    border: none;
    background: #efeff0;
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.inventory_table .extend_info .update_priority:hover {
    background: #a3a3a3;
}

.inventory_table .extend_info span.po-number-value {
    padding: 0 5px;
}

.inventory_table .extend_info div.po-number-list,
.inventory_table .extend_info div.container-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.13);
    margin: 0 0 2px;
    padding: 5px 10px;
}

.inventory_table .extend_info h4 {
    font-size: 1.3em;
}

.inventory_table .extend_info h5 {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .inventory_table #crudTable td {
        flex-wrap: wrap;
        text-align: left !important;
    }

    .inventory_table #crudTable td .labels {
        white-space: nowrap;
    }
}
.dataTables_scrollHeadInner {
  height: auto!important;
}