.order-number-field:hover, .invoice-number-field:hover {
    cursor: pointer;
}

td .invoice-col {
    min-width: 100px;
}

.select2-edit {
    margin-left: 5px;
}

.row-with-errors {
    background-color: #d88888 !important;
}

.row-with-messages {
    background-color: #F7F26A !important;
}

.row-with-success {
    background-color: #87D879 !important;
}