/*JMAS_ExtendStockInquiry*/
thead, tbody {
    display: block;
}

tbody {
    overflow-y: scroll;
    height: 300px;
}

.stock_inquiry_pager .current span {
    color: #FF0000;
    font-weight: 700;
}

.search_text {
    margin: 0 0 16px 0;
}

.stock_inquiry_pager .limiter-options {
    width: 80px;
}

.stock_inquiry_pager .pager {
    margin: 0;
}

.stock_inquiry_pager .sorter .sorter-key {
    width: 180px;
}

.stock_inquiry_pager .sorter .sorter-direction {
    margin: 0 0 0 16px;
    padding: 0 0 0 16px;
    text-align: center;
    width: 48px;
    background: none;
}

.stock_status {
    clear: both;
    float: right;
    margin: 16px 0;
}

.stock_inquiry_pager {
    clear: both;
    float: right;
}

.stock_inquiry_pager .sorter {
    margin: 0 0 0 0;
    float: right;
}

.stock_inquiry_pager .pager, .pages, .limiter {
    float: left;
}

.stock_inquiry_pager .limiter {
    margin: 0 80px 0 20px;
}

.stock_inquiry_pager .pagination {
    margin: 6px 0 0 0;
}

.stock_inquiry_pager .pager li > a {
    border: 0;
}

.stock_inquiry_pager .toolbar-amount {
    display: none;
}


#product-stock-inquiry button {
    background-color: #000000;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 16px 32px 0 0;
    border: none;
    border-radius: 2px;
    padding: 0 48px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
