.customer-price{
    cursor: pointer; 
}

.customer-price.disabled{
    /*If the element is disabled use a default cursor*/
    cursor: auto;
}

.customer-price.btn-primary.disabled {
    background: #7f7f7f;
    border-color: #7f7f7f;
}


.customer-price.btn-success {
    color: #fff;
    background: #5a9b14;
    border: 1px solid #5a9b14;
}

.customer-price.btn-success:hover {
    background: #4f0059;
    border: 1px solid #4f0059;
}


.customer-price.btn-success.disabled {
    background: #7f7f7f;
    border-color: #7f7f7f;
    color:white;
}


.progress.quote_progress {
    display: flex;
    overflow: hidden;
    font-size: 1.2rem;
    background-color: #f2f2f2;
    border-radius:0;
}

#messages{
    margin:0 150px;
}

#quotation_message{
    min-height:20px;
}

.green{
    color: #65ae17;
    top: -5px;
    position: relative;
    font-weight: 400; 
}

.gray{
    color: #7f7f7f;
}

.needs-removing{
    background-color: #f9c8c8;
    border:2px solid red;
    padding:0 4px;
    display:inline-block;
    font-weight:600;
}



.old-net-price, .old-subtotal, .old-total{
    text-decoration: line-through;
    font-size: 16px;
}

#order_review .old-subtotal{
    font-size: 20px;
}

