.quote-product {
    background: #d9dfea;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.quote-product .add-btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.25s ease-in-out;
    min-width: 80px;
}
.quote-product .add-btn:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
  }
.quote-product .quote-product-header .expand-btn {
    margin: 0;
}

.quote-product .quote-product-header .description .note {
    margin: 0;
}

.quote-product .quote-product-table {
    border-spacing: 0 5px;
    padding: 0;
    width: 100%;    
    font-size: 12px;
    color:#2f3f4e;
}

.quote-product .quote-product-table thead tr th {
    font-weight: 500;
    font-size: 12px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #2196f3;
}
.quote-product .quote-product-table thead tr th:first-child md-checkbox {
    width: 40px;
    background: rgb(33 150 243 / 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}
.quote-product .quote-product-table thead tr th.actions .md-button {
    background: rgb(33 150 243 / 0.15);
    border-radius: 100%;
}

.quote-product .quote-product-table tbody tr {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.quote-product .quote-product-table tbody tr.selected {
    background: #b2ebf2 !important;
}
.quote-product .quote-product-table tbody tr.expanded {
    background: #fff59d !important;
}
.quote-product .quote-product-table tbody tr.quote-details td {
    padding: 0;
}

.quote-product .quote-product-table tbody tr:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #f6f8fb;
}

.quote-product .quote-product-table tr td {
    padding: 5px 8px;
    border-bottom: solid 1px #f0f3f5;
    border: 0;
    position: relative;
}

.quote-product .quote-product-table tr td:first-child {
    border-right: solid 1px #cfd6dc;
    width: 70px;
}


.quote-product .quote-product-table tr th .label-note {
    font-style: italic;
    font-weight: 400;
    color: #93c1e6;
    display: block;
    text-transform: initial;
    font-size: 11px;
}

.quote-product .quote-product-table tr td .label-note {
    font-style: italic;
    font-weight: 400;
    color: #98a4ab;
    
    font-size: 85%;
    margin-right: 2px;
}

.quote-product .quote-product-table tr td .label-note i {
    font-size: 70%;
    color: #cfd4d8;
}

.quote-product .quote-product-table tr td.actions {
    background-color: #ffc107;
    width: 80px;
    padding: 0;
}
.quote-product .quote-product-table tr td span.large-silencer {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 20px;
    background: rgb(103 58 183 / 0.2);
    color: #673ab7;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.quote-product .quote-product-table tr td span.direction {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 70px;
    padding: 0 5px;
    background: rgb(0, 150, 136, 0.6);
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
}

.quote-product .quote-product-table tr td span.direction.horizontal {
    background: rgba(233, 30, 99, 0.6);
}

.quote-product .quote-product-table tr.nodata td h1 {
    margin: 50px 0;
    font-size: 16px;

    font-weight: 300;
    color: #d9dfea;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.quote-product .quote-product-table tr td .md-button {
    margin: 0;
}