.cap-ex-pointer {
    position: fixed;
    border-style: dashed;
    border-width: 0px;
    border-color: black;
}
.tree-node {
    padding: 5px 5px 5px 5px
}
.tree-node-content {
    color: white;
    font-family: "Eurostile LT Std Bold";
}
.tree-node-invoice {
    padding: 5px 5px 5px 5px
}
.tree-node-content-invoice {
    color: black;
    font-family: "Eurostile LT Std Roman";
    font-size: 14px;
    border-bottom-color: black;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.qc-units {
    width: 50px;
    font-size: 12px;
    float: right;
}

.qc-invoice-header {
    font-family: "Eurostile LT Std Bold";
    font-weight: bold;
    text-align: right;
    min-width: 100px;
}

.qc-amount {
    width: 100px;
    text-align: right;
    font-weight: 300;
}

.qc-subtotal {
    font-weight: 900;
}

.qc-purchase-order-work-order {
    border-top-width: 1px;
    border-top-style: double;
}

.btn-qc-workorder {
    color: white;
    background-color: #CF0A2C;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 10px;
    border-radius: 10px;
    padding: 0px 20px 0px;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Eurostile LT Std Oblique';
    box-shadow: 0px 3px 6px #424242;
    min-height: 20px;
    height: 25px;
}

.btn-qc-workorder-accept {
    background-color: #22AC38;
}

.btn-qc-workorder-primary {
    background-color: #3490dc;
}

.btn-qc-workorder-warning {
    background-color: #ffed4a;
    color: black;
}

.qc-pane {
    background-color: #424242;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    height: 100%;
}

.qc-pane-title {
    color: white;
    font-family: "Eurostile LT Std Bold";
    font-size: 24px;   
}

.qc-invoice-header-wide {
    font-family: "Eurostile LT Std Bold";
    font-weight: bold;
    text-align: right;
    min-width: 175px;
}

.qc-amount-wide {
    width: 175px;
    text-align: right;
    font-weight: 300;
}

.qc-failure-part-section {
    padding-top: 5px;
    margin-top: 5px;
    border-top-width: 2px;
    border-top-style: solid;
}

.qc-dashboard {
    padding-top: 12rem;
}

.qc-button-link {
    color: white;
    padding: 8px 20px 0px;
}