.stock-Source-Table {
    width: 100%;
    text-align: left;
    display: inline-block;
    border-collapse: collapse;
}

.stock-Source-Popup-Header {
    width: 320px;
    background-color: #163359;
    padding: 8px;
}

.stock-Source-Table-Row-Reg {
    background-color: #f1f1f1;
}

.stock-Source-Table-Row-Alt {
    background-color: #fff;
}

.stock-source-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.stock-Source-Popup {
    border: 1px solid #cbcbca;
    background-color: white;
    min-width: 320px;
    min-height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -161px;
    margin-top: -202px;
}

.stock-source-title-table {
    width: 100%;
}

.stock-source-title-table-row {
    color: #216499;
    font-weight: bold;
    font-size: 16px;
}

.stock-source-close {
    color: white;
    font-size: 16px;
    margin-right: 8px;
}

.stock-source-close-x {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.stock-source-body {
    padding: 8px;
}

.stock-source-table-body {
    display: inline-table;
    width: 100%;
}

.stock-source-table-scroll {
    width: 100%;
    height: 256px;
    overflow: auto;
}

.stock-source-popup-background {
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.stock-source-item {
    padding-left: 2px;
    padding-right: 2px;
}

.stock-source-warehouse {
    width: 50%;
}

.stock-source-click {
    cursor: pointer;
}

.stock-source-table-row {
    height: 32px;
}

    .stock-source-table-row td {
        padding: 4px;
    }

.inventory-unit-id {
    display: inline-block;
    min-width: 27px;
}

.stock-source-shopping-cart {
    margin-top: 8px;
    margin-bottom: 8px;
}

.error-result-message {
    color: red;
    text-align: center;
}
