/* productionorder.css */

/* Autocomplete dropdown */
.po-autocomplete-list {
    position: fixed;
    z-index: 99999;
    background: #fff;
    border: 1px solid #bbb;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}

.po-ac-item {
    padding: 6px 10px;
    cursor: pointer;
    font-size: .9em;
}

.po-ac-item:hover {
    background: #e8f0fe;
}

.po-ac-empty {
    padding: 6px 10px;
    color: #888;
    font-style: italic;
    font-size: .9em;
}

/* Loading spinner text */
.po-loading {
    padding: 16px;
    color: #555;
    font-style: italic;
}

/* Materials qty input */
.po-mat-qty {
    text-align: right;
}

/* Badge spacing */
.badge + .badge {
    margin-left: 4px;
}
