.small-column {
    width: 150px;
}

.button-column {
    width: 69px;
}

.proposals-table {
    td {
        padding: 0px 5px !important;
    }

    .footer-input {
        width: 300px;
    }

    .footer-numbers {
        min-width: 100px;
    }

    .footer-tax-numbers {
        width: 100px;
    }
}

.sub-total, .adjustment-numbers, .footer-tax-numbers, .footer-discount-numbers, .total-numbers {
    &:before {
        //font-family: "Font Awesome 5 Free";
        //content: "\f156";
        font-size: 12px;
        font-weight: 900;
        margin-right: 2px;
    }
}

.clientnote-textarea, .terms-textarea {
    height: 100px !important;
}
.billingShippingTextarea{
    height: 100px !important;
}

.modal-backdrop {
    display: none !important;
}

.medium-column {
    width: 200px;
}

.proposal-footer {
    table tbody td {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        height: 35px !important;
    }
}

.related-to-field1, .related-to-field2 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .overflow-section {
        overflow: auto !important;
    }
    .item-name {
        min-width: 30vh;
    }

    .item-description {
        min-width: 45vh;
    }

    .qty {
        min-width: 15vh;
    }

    .rate {
        min-width: 20vh;
    }

    .tax-rates + .select2-container {
        min-width: 30vh;
    }

    .item-amount-width {
        min-width: 20vh;
    }
}

@media screen and (max-width: 768px) {
    .overflow-section {
        overflow: hidden !important;
    }
}

@media screen and (max-width: 425px) {
    .addressModalIcon {
        display: block;
    }
    #bill_to {
        margin-left: 0 !important;
    }
    .showQuantityAs {
        display: inline-grid !important;
    }
}

@media screen and (max-width: 540px) {
    .addressModalIcon {
        display: block;
    }
    #bill_to {
        margin-left: 0 !important;
    }
}

.status-Open {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
}

.status-Drafted {
    color: #fff;
    background-color: #ffa426;
    border-color: #ffa426;
}

.status-Revised {
    color: #fff;
    background-color: #6777ef;
    border-color: #6777ef;
}

.status-Declined {
    color: #fff;
    background-color: #3abaf4;
    border-color: #3abaf4;
}

.status-Accepted {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.proposal-card-border {
    border-top: 2px solid #6777ef !important;
}

.proposal-height-210 {
    height: 190px !important;
    @media (max-width: 400px) {
        height: 230px !important;
    }
}

.section .section-header .float-right {
    @media (max-width: 575px) {
        width: 100% !important;
        margin-top: 15px !important;
        display: flex !important;
        justify-content: flex-end !important;

        .select2-mobile-margin {
            margin-right: 0 !important;
        }
    }
}
