﻿
.tab-pane {
    overflow-y: auto;
    overflow-x: auto;
}

.preview-image {
    border: 1px solid silver;
}
.score-div {
    padding-top: 15px;
}

.score {
    font-weight: bold;
}

.score-col {
    font-weight: bold;
}

.score-good {
    color: green;
}

.score-mid {
    color: darkorange;
}

.score-bad {
    color: red;
}

.wd-new { 
    color: red; 
}

.wd-ignore {
    color: gold;
}

.wd-attach {
    color: dodgerblue;
}

.wd-complete, .wd-approved {
    color: green;
}

.wd-warning {
    color: gold;
}

.wd-locked {
    color: gold;
}

.total-row td {
    font-weight: bold;
}

.po-item {
    position: relative;
}

.po-item-Non-Receipted, .po-item-Pending-Approval {
    color: darkgoldenrod;
}

.po-item-PO-Billed, .po-item-Credited {
    color: darkred;
    text-decoration: line-through;
}

.po-item-PO-Unauthorised {
    color: darkgoldenrod;
    text-decoration: line-through;
}

.po-item-PO-Deleted {
    text-decoration: line-through;
}

.po-item-Wrong-Vendor, .po-item-Wrong-Subsidiary {
    text-decoration: double line-through;
}

.line-items-table .form-control {
    border-radius: 0;
}

.line-items-table tbody td {
    vertical-align: bottom;
}

.line-items-table thead th, .line-items-table tfoot td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.lineitemvalue {
    display: inline;
}

pre {
    font-family: sans-serif;
}

.total-tick, .total-cross {
    font-weight: bold;
}

.total-tick-fixed, .total-cross-fixed {
    position: absolute;
    font-weight: bold;
}

.total-tick-hidden, .total-cross-hidden, .total-diff-hidden {
    color: transparent;
    display: none;
}

.total-tick-shown {
    color: darkgreen;
}

.total-cross-shown {
    color: red;
}

.total-diff-shown {
    color: red;
}

.total-diff-zero {
    color: darkgreen;
}

label {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.btnVendor {
    width: 40px;
    height: 40px;
    padding: 0;
}

.lineitem select, .lineitem textarea, .lineitem input {
    min-height: 45px;
}

.emaildivrow {
    width: 100%;
    max-width: 100%;
}

#hidePOs, #showPOs {
    margin-top: -5px;
}

#vendorIdLabel {
    padding: 0;
    margin-top: 15px;
}

#Item_Workflow_TargetData_InvoiceType {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

#vendorInput {
    max-width: 200px;
}

#dialog-column-options {
    display: none;
    background-color: transparent;
}

.target-original {
    margin-top: -32px;
    margin-bottom: 16px;
    padding-left: 10px;
}

.target-original-matched {
    color: green !important;
}

.target-original-diff {
    color: red !important;
}

.item-Prepayment {
    background-color: #fff !important;
}

.hidden {
    display: none;
}

.nc-field {
    background-color: gold;
}

.document-type-credit {
    color: red !important;
    font-weight: bold;
}

.extras-amount {
    color: silver;
}

.ui-menu-item {
    white-space: nowrap;
}

.alert-warning-custom {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning-custom hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning-custom .alert-link {
        color: #533f03;
    }

.suggestion {
    font-weight: bold;
}

.suggestion-divider {
    border-bottom: 1px solid black;
}

.uppercase {
    text-transform: uppercase;
}

.alert {
    font-weight: bold;
}

.btn-grow {
    transition: all 0.3s ease-in-out;
    transform: scale(1.08);
}

.truncate-left {
    overflow: hidden;
    text-overflow: ellipsis; 
    direction: rtl; 
    text-align: left;
}