.search-results {
    margin-bottom: 50px;    
}
.search-results .results{
    overflow: auto;
    background: #fff;
}
.search-results .rows-selected{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #939fa5;
    margin-left: 5px;
    text-transform: uppercase;
}
.search-results .results-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.search-results .results-table tr th {
    font-size: 12px;
    font-weight: 500;
    color: #ffff;
    white-space: nowrap;
    position: relative;
    height: 35px;
    background: #2196f3;
    padding: 0 5px;
}

.search-results .results-table thead tr:not(:last-child) th {
    border-bottom: solid 1px #f7f7f7;
}

.search-results .results-table tr th .note,
.search-results .results-table tr th small {
    color: #bde2ff;
    font-style: italic;
}

.search-results .results-table tr th .note {
    display: block;
    white-space: nowrap;
}

.search-results .results-table tr th .note span {
    opacity: 0.5;
}

.search-results .results-table tr th.bl1 {
    border-left: solid 1px #fff;
}

.search-results .results-table tr th.br1 {
    border-right: solid 1px #fff;
}

.search-results .results-table tr td.bl1 {
    border-left: solid 1px #dddddd;
}

.search-results .results-table tr td.br1 {
    border-right: solid 1px #dddddd;
}

.search-results .results-table tr td.bg-f1f9f3 {
    background-color: #f1f9f3;
}

.info-icon md-icon {
    color: #2196f3;
}

.search-results .results-table thead tr th .info{
    position: absolute;
    top: 0;
    right: 0;
}
.search-results .results-table thead tr th.price{
    padding-right: 10px;
}

.search-results .results-table tr td {
    height: 40px;
    font-size: 12px;
    color: #5f6079;
    font-weight: 500;
    padding: 0 5px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-results .results-table.custom  tr td{ 
    padding: 5px;
}
.search-results .results-table.custom  tr td input{
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    margin: 0;
    padding: 0 3px;
}

.search-results .results-table tr td:first-child {
    width: 40px;
    padding: 0;
}
.search-results .results-table tr:not(:last-child) td {
    border-bottom: solid 1px #dddddd;
}

.search-results .results-table tr td span.direction {
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
    bottom: -13px;
    width: 40px;
    transform-origin: 0 0;
    background: #009688;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.search-results .results-table tr td span.direction.horizontal {
    background: #e91e63;
}

.search-results .results-table tr td.model-name {
    padding: 0 5px;
    position: relative;
}

.search-results .results-table.custom tr td.model-name,
.search-results .results-table.custom tr td.price {    
    min-width: 100px;
}
.search-results .results-table.custom tr td input {    
    text-align: center;
}

.search-results .results-table.custom tr td.price input {    
    text-align: right;
    font-weight: 600;
}

.search-results .results-table tr td.model-name button {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    background: #c880d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    outline: none;
}

.search-results .results-table tr td.model-name button:hover {
    background: #b965c7;
}

.search-results .results-table tr td small.label-note {
    font-style: italic;
    font-weight: 400;
    color: #98a4ab;
}
.search-results .results-table tr:hover td:not(.nodata),
.search-results .results-table tr.selected td {
    background: #e7f4ff !important;
}
.red-flag {
    background: rgb(228 122 122 / 0.5);
}
.search-results .results-table tr td.red-flag,
.search-results .results-table tr.selected td.red-flag {
    background: rgb(228 122 122 / 0.35) !important;
}

.search-results .results-table tr.selected {
    outline: none;
}

.search-results .results-table tr td.nodata {
    height: 100px;
    background: #fff;
}

.search-results .results-table tr td.nodata h1 {
    font-size: 14px;
    margin: 0;
    color: #d4d4d4;
    font-weight: 300;
    text-transform: uppercase;
}

.search-results .results-table tr th button {
    margin: 0;
    position: absolute;
}

.search-results .results-table tr th button:hover {
    background-color: transparent !important;
}


.search-results .table-banner.active {
    background: #e3edfd;
}

.search-results .table-banner button {
    padding: 0;
    margin: 0;
    min-width: 40px;
    width: 60px;
    border-radius: 100%;
}

.search-results .table-banner button:hover {
    background: transparent;
}



.quote-helpers {
    background-color: #d9dce1;
    padding: 0px 15px 15px 15px;
    position: relative;
}
.quote-helpers .clear-btn{
    display: flex;
    align-items: center;
    background: rgb(244 67 54 / 10%);
    text-transform: none;
    height: 28px;
    min-height: 28px;
    font-size: 12px;
    color: #F44336;
}
.quote-helpers .clear-btn md-icon{
    color: inherit;
    opacity: 0.7;
}
.quote-helpers .clear-btn:hover{
    background-color: #F44336;
    color: #fff;
}
.quote-helpers table th {
    font-size: 12px;    
    border-bottom: solid 1px #464b65;
}

.quote-helpers table tr:nth-child(2) th {
    
    border-bottom: none;
}

.quote-helpers table td input {
    outline: none;
    width: 100%;
    color: #607d8b;
    text-align: center;
}

.quote-helpers table td input.rn {
    background: #f1f9f3;
}

.product.hide-scroll .viewport>div {
    margin-bottom: 50px;
}

.info-icon md-icon {
    color: #2196f3;
}

.bl1 {
    border-left: solid 1px #DDDDDD;
}