.table-search-wrapper{max-width:90rem;padding-left:2rem;padding-right:2rem}
.table-search-wrapper .search-header .text-overline{margin-bottom:.5rem}
.table-search-wrapper .search-header .asof-date{font-size:16px;margin:0;padding:1rem 0}
.table-search-wrapper .searchTableForm{margin:0 auto;padding:0}
.table-search-wrapper .searchTableForm input::placeholder{color:#16184e}
.table-search-wrapper .searchTableForm .search-input .search-text,.table-search-wrapper .searchTableForm .search-input .search-btns{display:block;width:100%}
.table-search-wrapper .searchTableForm .search-input .search-btns{padding-left:15rem}
.table-search-wrapper .searchTableForm .search-input .search-text{margin:1rem 0;text-align:center}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper{display:block;width:100%;padding:1rem 0;text-align:left;text-align:-webkit-left}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper span{display:inline-block;padding:1rem 0 1rem 1rem;font-family:'Deutsche Bank Medium';width:17%}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper span>span{padding:0;width:auto}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper .asterik{color:red;display:inline;padding:0 1rem 0 0;width:10px}
.table-search-wrapper .searchTableForm .search-input .search-text .no-record{color:red}
.table-search-wrapper .searchTableForm .table-name-search-input,.table-search-wrapper .searchTableForm .table-address-search-input{border:1px solid #8a8a8a;height:2.5rem;width:60%;font-size:1rem;border-radius:2px}
.table-search-wrapper .searchTableForm .table-name-search-input:hover,.table-search-wrapper .searchTableForm .table-address-search-input:hover{border:1px solid #5f5f5f}
.table-search-wrapper .searchTableForm .table-name-search-input:active,.table-search-wrapper .searchTableForm .table-address-search-input:active,.table-search-wrapper .searchTableForm .table-name-search-input:focus-visible,.table-search-wrapper .searchTableForm .table-address-search-input:focus-visible{outline:1px solid #0550d1;border:0}
.table-search-wrapper .searchTableForm .table-search-button,.table-search-wrapper .searchTableForm .table-reset-button{height:2.5rem;width:8rem;font-size:1rem;border-radius:.1875rem;border:1px solid transparent;color:#fff;font-family:'Deutsche Bank Medium';margin-left:10px}
.table-search-wrapper .searchTableForm .table-search-button:active,.table-search-wrapper .searchTableForm .table-reset-button:active,.table-search-wrapper .searchTableForm .table-search-button:focus,.table-search-wrapper .searchTableForm .table-reset-button:focus{outline:2px solid #fff;box-shadow:0 0 0 4px #0550d1}
@media only screen and (max-width:767px){.table-search-wrapper .searchTableForm .search-input .search-text,.table-search-wrapper .searchTableForm .search-input .search-btns{display:block;text-align:center;padding:0;margin:1rem 0}
.table-search-wrapper .searchTableForm .search-input .search-text .table-name-search-input,.table-search-wrapper .searchTableForm .search-input .search-text .table-address-search-input{width:70%}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper span{width:29%;padding-left:0;font-size:14px}
.table-search-wrapper .searchTableForm .search-input .search-btns{width:100%}
.table-search-wrapper .searchTableForm .search-input .search-btns .table-search-button{margin:15px 0;width:46%}
.table-search-wrapper .searchTableForm .search-input .search-btns .table-reset-button{width:46%}
}
@media only screen and (max-width:450px){.table-search-wrapper .searchTableForm .search-input .search-text .table-name-search-input,.table-search-wrapper .searchTableForm .search-input .search-text .table-address-search-input{width:54%}
.table-search-wrapper .searchTableForm .search-input .search-text .input-wrapper span{width:44%}
}
.table-search-results{max-width:90rem;padding-left:2rem;padding-right:2rem}
.table-search-results table{display:grid;border-collapse:collapse;min-width:100%;grid-template-columns:minmax(87px,1fr) minmax(87px,1.67fr) minmax(87px,1.67fr) minmax(87px,1.67fr)}
.table-search-results table.udrnHide{grid-template-columns:minmax(87px,1fr) minmax(87px,1.67fr) minmax(87px,1.67fr)}
.table-search-results thead{display:contents}
.table-search-results tbody{display:contents}
.table-search-results tr{display:contents}
.table-search-results th{padding:1rem;position:sticky;top:0;background:#1e2a78;background-attachment:fixed;text-align:left;font-weight:normal;font-size:1.1rem;color:#fff;border-right:1px solid #474852;border-bottom:1px solid #e6eae9}
.table-search-results th:last-child{border:0}
.table-search-results td{padding:1rem;padding-top:10px;padding-bottom:10px;color:#16184e;text-wrap:wrap;word-wrap:break-word}
@media only screen and (max-width:767px){.table-search-results .table-search-results td{font-size:12px}
}