
#documentId::-webkit-outer-spin-button,
#documentId::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#documentId[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.order-number-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping */
}

.order-number-container .order-part {
    width: 12ch; /* Set a fixed width for the parts */
    align-items: center;

}

.hyphen-space {
    font-weight: bolder;
    margin-right: 5px;
    margin-left: 5px;
    flex-shrink: 0; /* Prevent the hyphen from shrinking */
}

.expandTableRow {
    width: 1%;
    white-space: nowrap;
}

#documentAlert{
    margin-top:1%;
}
