.rwd div.custom-table-responsive {
    overflow: auto;
    font-size: 14px;
    max-height: 800px;
    display: block;
    position: relative;
}

.table-scrollable td, .table-scrollable th {
    border-right:1px solid #ddd;
    font-size:13px;
    min-width:50px;
    /* border:none; -- Removed this rule to get alll the borders back per IDZ-3880 */
}

.table-scrollable td:before, .table-scrollable th:before {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    background-color:transparent;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    height:100%;
    top:0;
    z-index:-1;
}
.table-scrollable>thead>tr>th, 
.table-scrollable>thead>tr>td, 
.table-scrollable thead tr th:first-child, 
.table-scrollable thead tr th:nth-child(2),
.table-scrollable thead tr td:first-child,
.table-scrollable thead tr td:nth-child(2),
.table-scrollable tbody td:first-child,
.table-scrollable tbody td:nth-child(2) {
    position:-webkit-sticky;
    position:sticky;
}
.table-scrollable>thead>tr>th, .table-scrollable>thead>tr>td {
    z-index:1;
}
table.table.table-scrollable>thead>tr>th {
    border-bottom: 1px solid #ddd;
    top:0;
} 
table.table.table-scrollable>thead>tr>td {
    top:127px;
} 
.table-scrollable thead tr:first-child, .table-scrollable thead tr:nth-child(2) {
    border-top:1px solid #ddd;
}
.table-scrollable thead tr th:first-child {
    left:0;
    z-index:2;
} 
.table-scrollable thead tr th:nth-child(2), .table-scrollable thead tr td:nth-child(2) {
    left:131px;
    z-index:2;
} 
.table-scrollable thead tr td:first-child {
    left:0;
    z-index:2;
}
.table-scrollable tbody td {
    position:relative;
	border-bottom: 1px solid #ddd;
}
.table-scrollable tbody td:first-child {
    background-color:#fff;
    left:0;
    z-index:1;
} 
.table-scrollable tbody td:nth-child(2) {
    background-color:#fff;
    left:131px;
    z-index:1;
}


table.table.table-scrollable {
    margin-bottom: 20px;
    /* border-collapse: unset; -- Removed this rule to get all the borders back per IDZ-3880 */
}

.table-scrollable thead .sm-txt {
    min-width: 130px;
}

.table-scrollable thead .md-txt {
    min-width: 170px;
}

.table-scrollable thead .long-txt {
    min-width: 600px;
}

.table-scrollable thead tr:first-child th {
    background-color: #ccc;
}

.table-scrollable thead tr:nth-child(2) td {
    background-color: #edf5ff;
}

.table-scrollable thead tr:first-child th:nth-child(-n+8) {
    text-align: center;
}

.input-search {
	margin-top: 30px !important;
    position: relative;
    /* background: url("/content/dam/www/public/us/en/include/products-gateway/images/prod-search-icon.png") no-repeat;  -- Removed has not been showing for many years and is now deleted in the dam */
    background-position: 0;
    font-size: 14px;
    width: 70%;
    padding: 12px 20px 12px 45px;
    border: 1px solid #ddd;
    font-style: italic;
    text-overflow: ellipsis;
}

.rwd .systemchecker.section .container a.button-clear {
    display: none;
    position: relative;
    padding: 8px 10px 0 3px;
    right: 35px;
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    border: none;
    color: #999;
    background: none;
}
.rwd .systemchecker.section .container a.button-clear:hover {
    color: #999;
    text-decoration: none;
}

.table-scrollable .th-sortable {
    min-width: 131px;
}

.table-scrollable .th-sortable:hover {
    cursor: pointer;
    background-color: #999;
}

.table-scrollable .th-sort-asc span:first-child::after {
    content: "\25b2";
    margin-left: 5px;
    vertical-align: middle;
}

.table-scrollable .th-sort-desc span:first-child::after {
    content: "\25bc";
    margin-left: 5px;
    vertical-align: middle;
}

.table-scrollable .th-sort-asc,
.table-scrollable .th-sort-desc {
    background-color: #999 !important;
}

.table-scrollable td.mixed ol {
    padding: 0 0 7px 13px;
}

.table-scrollable th span.th-note {
    font-size: 0.85em;
    font-family: IntelClear-Regular,tahoma,Helvetica,helvetica,Arial,sans-serif;
    /* font-style: italic; */
    padding-top: 5px;
    font-weight: normal;
}

.table-scrollable ol {
    padding-inline-start: 10px;
    margin: 0;
}

.table-scrollable li:not(:first-child) { 
    margin-top: 8px; 
}

br {
    content: '';
    margin: 2em;
    display: block;
    font-size: 8%;
}

.counter-txt {
    font-weight: 400;
}