md-sidenav.quotes-summary {
    position: fixed !important;
    min-width: 960px;
    background: #e1e1e8;
}
.item-summary{    
    padding: 15px;
}
.item-summary .title{
    margin: 0 0 6px 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #273aa7;
}
.item-summary .details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
}

.item-summary .details .panel-details {
    flex: 1 1 auto;
    padding: 0 5px 0 0;
}
.item-summary .details .item-details {
    flex: 0 0 200px;
    padding: 5px;
    background: #c3c5d4;
}

.item-summary .details .item-details .value{
    text-align: right;
}
.item-summary table td {
    padding: 0px 5px;
    background: #fff;
}

.item-summary table tr.options td > div{
    display: flex;
    justify-content: space-between;
}

.item-summary table tr.options td .value{
    background: #d6e1e4;
    padding: 2px 5px;
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 11px;
    margin-bottom: 4px;
}

.item-summary table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
    margin-bottom: 10px;
}

.item-summary table th {
    background-color: #273aa7;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    text-align: left;
    text-transform: uppercase;
}

.item-summary table tr.subheader th {
    background-color: #c3c5d4;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    text-align: left;
    border: solid 1px #2f3350;
}

.item-summary table tr.subheader th:not(:last-child) {
    border-right: none;
}
.item-summary table tr.subheader th .counter {
    color: #fff;
    background: #2f3350;
    padding: 0 10px;
    height: 20px;
    line-height: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.item-summary table tr.subheader td {
    color: #2f3350;
    background-color: #e1e3f5;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.item-summary table td {
    border: solid 1px #9397b1;
    padding: 2px 5px;
    border-top: none;
    vertical-align: baseline;
}

.item-summary table td:not(:last-child) {
    border-right: none;
}


.item-summary table .label {
    color: #84889e;
    font-size: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.item-summary table .value {
    color: #2f3350;
    font-size: 12px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
}

.item-summary table tr.options td > div > span:first-child{
    width: 76%;
    text-align: left;
}
.item-summary table tr.options td > .value{
    width: 100%;
    text-align: left;
    color: rgb(47 51 80 / 65%);
    font-weight: 300;
}
.item-summary table tr td.price{
    background: #e2e8ea;
}


.item-summary .details .item-details table tr td{
    height: 26px;
    line-height: 24px;
    padding: 0 5px;
}
.item-summary .details .item-details table .label {
    background: #e2e8ea;
    font-size: 11px;
    color: #313e63;
}


