.quote-details {
    background: #f0f0f0;
}

.quote-details .quote-side.left {
    background: #ddd;
    padding: 0 20px;
    height: calc(100vh - 60px) !important;
    overflow: hidden;
    position: relative;
}

.quote-details .quote-side.right .tab-content {
    padding: 0 30px 0 20px;
    height: calc(100vh - 109px) !important;
    overflow: hidden;
    position: relative;
}

.quote-details md-tabs-canvas {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}

.quote-details h1.section-title {
    font-weight: 500;
    font-size: 1em;
    color: #4a4a4a;
    padding: 3px 0;
    padding-left: 10px;
    border-bottom: solid 1px #4a4a4a;
}

.quote-details .label {
    text-transform: uppercase;
    font-size: 11px;
    color: #858585;
    padding-top: 5px;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quote-details .quote-side.left .label {
    text-transform: initial;
    color: #333;
}

.quote-details .value {
    border: solid 1px #bcbcbc;
    padding: 0 10px;
    background-color: #dedede;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quote-details .quote-side.left .value {
    background-color: transparent;
    border: none;
}

.quote-details .check-label {
    font-size: 13px;
    color: #858585;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    padding-left: 10px;
}

.quote-details .color {
    width: 100%;
    height: 50px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .15);
    border: solid 1px #cecece;
}

.quote-details md-tabs .md-tab {
    max-width: initial!important;
}