#purchWizForm textArea {
    white-space: pre-wrap;
    resize: none;
}

#purchWizForm table {
    table-layout: fixed;
}

#purchWizForm td {
    width: 100%;
}

#purchWizForm td input, #purchWizForm td textarea {
    width: calc(100% - 12px);
    padding: 2px 3px;
}

.modal-form {
    font-size: 13px;
    text-align: left;
    width: 100%;
}

.modal-form thead {
    font-weight: bold;
}

.modal-form td {
    vertical-align: top;
}

.modal-form .number {
    text-align: right;
}

.modal-form .currency {
}

#purchWizForm td .currency, #purchWizForm td.currency {
    width: calc(100% - 28px);
}

#purchWizForm td.currency {
    padding-right: 12px;
}


/*.purchase-wizard {
    background: linear-gradient(to top, #4D6BA1, #3B5998);
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.purchase-wizard .demo-title {
    color: #fff;
}
.purchase-wizard .input-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    clear: both;
}
.purchase-wizard .btn-search {
    position: absolute;
    content: '';
    background: #f6f7f8;
    color: #535C68;
    border: 1px solid #355089;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    cursor: default;
    display: block;
    height: 26px;
    width: 50px;
    line-height: 1;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
.purchase-wizard label {
    position: absolute;
    right: 100%;
}
.purchase-wizard label .icon-db {
    color: #fff;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 26px;
    width: 27px;
    margin-right: 5px;
    border: 1px solid #355089;
    text-align: center;
}
.purchase-wizard label .icon-db:before {
    font-size: 26px;
}
.purchase-wizard input {
    width: 100%;
    border: 1px solid #355089;
    border-radius: 4px;
    height: 26px;
    padding-left: 5px;
    font-size: .875em;
}*/
.purchase-wizard input:focus ~ .btn-search {
    background-color: #5890ff;
    color: #fff;
}
.purchase-wizard .autocomplete-suggestions {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1);
    font-size: .875em;
    margin-left: 1px;
    clear: both;
    position: relative;
}
.purchase-wizard .autocomplete-suggestion {
    position: relative;
    cursor: pointer;
}
.purchase-wizard .autocomplete-selected {
    background-color: #EBEEF4;
}
.purchase-wizard .autocomplete-suggestions strong {
    font-weight: 700;
}
/*.purchase-wizard .suggestion-img {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 4px 8px 0 6px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.purchase-wizard .suggestion-img img {
    max-width: 100%;
    max-height: 40px;
    display: block;
}*/
.purchase-wizard .suggestion-wrapper {
    display: block;
/*    height: 48px;*/
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 16px;
    padding: 5px 2px 2px 2px;
}
.purchase-wizard .suggestion-value {
    display: block;
    line-height: normal;
    font-weight: 700;
}
.purchase-wizard .sub-text {
    color: #999;
    font-size: 11px;
    font-weight: normal;
}

#purchForm .text-right{
    text-align: right;
}

#purchase-line-items th, #purchase-line-items td {
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
    padding-bottom: 4px;
}
#purchase-line-items .no-border, #purchase-line-items th:first-of-type, #purchase-line-items td:first-of-type {
    border-bottom: none;
}

#purchasingActions a {
    color: #FE8800;
    cursor: pointer;
}
#purchasingActions a:hover {
    color: #FF0000;
}
#purchForm.superseded {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='200px' width='240px'><text transform='translate(80, 200) rotate(-35)' fill='rgb(232, 232, 232)' font-size='40'>superseded</text></svg>");
}