.list-header-section{background-color:#e4ecf1;display:flex;align-items:center;padding:14px 24px;justify-content:space-between;border:1px solid #f0f0ee;border-bottom:0;border-radius:6px 6px 0 0;cursor:pointer}
.list-header-section:hover{background:#1c355e}
.list-header-section:hover .category-expander,.list-header-section:hover .category-title{color:#fff}
.list-header-section .category-title{margin:0;color:#1c355e}
.list-header-section .category-expander{color:#157eac;font-weight:400;font-size:24px;cursor:pointer}
.list-body-section{display:flex;flex-direction:column;border-collapse:collapse}
.document-details-row{display:flex;flex-wrap:wrap;justify-content:space-between;padding:12px 24px;align-items:center;border:1px solid #f0f0ee;border-top:0;background-color:#fff}
.document-details-row:hover{background:#157eac}
.document-details-row:hover .right-section,.document-details-row:hover .left-section,.document-details-row:hover .document-html a,.document-details-row:hover .document-download a,.document-details-row:hover .document-favorite a,.document-details-row:hover .document-link a{color:#fff}
.document-details-row :last-child{border-radius:0 0 6px 6px}
.left-section,.right-section{display:flex;font-weight:400;gap:16px;color:#2c2c2b;align-items:center;font-family:'Open Sans',serif}
.right-section{flex-wrap:wrap}
.left-section .document-favorite{font-size:16px;align-self:flex-start}
.left-section .document-title{font-size:14px}
.left-section .document-title .fa-lock{padding-left:5px;color:#da291c}
.document-html,.document-download,.document-link{display:flex;align-items:center;gap:8px;font-size:14px;text-wrap:nowrap}
.document-html a,.document-download a,.document-link a{color:#157eac}
.document-search-wrapper{padding:16px 24px;background-color:#f6fafd;border-bottom:1px solid #f0f0ee}
.document-search{display:flex;align-items:center;justify-content:flex-end;margin:0}
.document-search__input{width:100%;padding:8px 36px 8px 12px;border:1px solid #e2e9f0;border-radius:4px 0 0 4px;font-size:14px;outline:0}
.document-search__clear{position:relative;margin-left:-30px;cursor:pointer;color:#888;margin-right:15px}
.document-search__button{background-color:#036;border:0;border-radius:0 4px 4px 0;padding:9px 12px;cursor:pointer;color:#fff}
.is-hidden{display:none}
.no-results-message{padding:1rem;text-align:center;color:#888}
@media screen and (max-width:546px){.right-section{flex-direction:column;align-items:flex-end;gap:8px}
}
@media screen and (max-width:496px){.list-header-section .category-title{width:330px}
.list-header-section{gap:10px}
.document-details-row{gap:24px}
.left-section .document-title{width:243px}
}
@media screen and (max-width:440px){.left-section,.right-section{flex-direction:row;width:100%;justify-content:space-between}
.document-details-row{flex-direction:column;align-items:flex-start}
.right-section{justify-content:normal;gap:30px}
}