﻿/* PRoduct Browser CSS*/
.dss-res .dss-ab-cont .dss-ab .ab30260 {
    background: #009fa8;
    color: #fff;
    font-weight: 700;
}

.dss-res .dss-ab-cont .dss-ab .ab100 {
    background: #009fa8;
    color: #fff;
    font-weight: 700;
}

.dss-bounds .dss-pb .dss-pb-tabcont .dss-pb-tab {
    border-bottom: 3px solid #009fa8;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: -3px;
    padding: 0 4rem;
    background-color: gray;
    margin-left: 0px;
    margin-right: 2px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .dss-bounds .dss-pb .dss-pb-tabcont .dss-pb-tab.active {
        border-bottom-color: #009fa8;
        cursor: inherit;
        background-color: #009fa8;
        color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.dss-bounds .dss-pb .dss-pb-tabcont .dss-pb-tab {
    border-bottom: 3px solid #009fa8;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: -3px;
    padding: 0 1rem;
}

.dss-bounds .dss-pb .dss-pb-tabcont {
    border-bottom: 3px solid #009fa8;
    display: flex;
    line-height: 2rem;
    margin-bottom: 0rem;
}

.dss-bounds .dss-pb .dss-pb-root li.dss-pb-pane .dss-pb-pane-header {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: white;
    background-color: #009fa8;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dss-bounds .dss-pb .dss-pb-root li.dss-pb-pane ul.dss-pb-pane-list {
    border: 1px solid #009fa8;
    height: 16rem;
    overflow: auto;
    padding: .35rem;
}

.dss-bounds .dss-pb .dss-pb-root {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem;
    margin: 0;
    padding: 0;
}

.dss-clear-btn {
    border: #009fa8 1px solid;
    background-color: #fff;
    padding: 4px;
    font-size: 14px;
    color: #009fa8;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    display: inline-block;
}
