﻿.bt-0 {
    border-top: none !important;
}

.tabcontent-border {
    border: var(--border-grey);
}

.totals-wrap {
    margin-top: 2.4rem;
    border: var(--border-grey);
    padding: 1.5rem 0.7rem;
    height: calc(100% - 2.4rem);
}

.quotes-buttons-wrap {
    margin-top: 2.4rem;   
}

.orders-table td {
    vertical-align: middle;
}

.label-btn-wrap {
    display: flex;
    align-items: center;
    height: 35px;
    margin-bottom: 0.5rem;
}

.label-btn-wrap > label {
    flex-grow: 1;
}

.label-btn-wrap label {
    margin-bottom: 0;
}

.att-upload-wrap .upload-item-wrap {
    display: flex;
    justify-content: space-between;
}

.att-upload-wrap .upload-item {
    flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    width: 95%;
}

.att-upload-wrap .remove-btn-wrap {
    flex: 0 0 30px;
    -ms-flex: 0 0 30px;
}

.orders-table {
    margin-top: 5rem;
}