
.quotes-summary-totals .total {
    box-shadow: 2px 3px 12px rgba(0, 0, 0, .1);
    padding: 10px;
    background: #fff;
    text-align: center;
}

.quotes-summary-totals .total.price {
    background: #ffffdf;
}

.quotes-summary-totals .total .title {
    text-transform: uppercase;
    font-size: 70%;
    letter-spacing: .1rem;
    color: #a6adbb;
}

.quotes-summary-totals .total .value {
    margin-top: 5px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1;
}

.quotes-summary-totals .total .symbol {
    font-style: italic;
    color: #677696;
    font-size: 1.2rem;
}
.quotes-summary-totals .total md-icon{
    margin: 0;
    border: solid 2px #c2cae2;
    padding: 7px;
    border-radius: 50%;
    width: initial;
    height: initial;
}

.view-form .value {
    border: solid 1px #bcbcbc;
    padding: 0 10px;
    background-color: #eee;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.view-form small,
.view-form .label {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 11px;
    color: #a2a2a2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
}
.view-form h3 {
    color: #283593;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    margin: 0 0 5px 0;
}
