.document-tabular .site-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.document-tabular .site-head .site-select-div fieldset.select-account {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}
.document-tabular .site-head .site-select-div fieldset.select-account:before {
  content: "›";
  position: absolute;
  z-index: 3;
  color: #505050;
  right: -25px;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  transition: all 50ms linear;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account.active:before {
  transform: translateY(-50%) rotate(-90deg);
  color: #505050;
}
.document-tabular .site-head .site-select-div fieldset.select-account legend {
  display: none;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  button.choose-account {
  position: relative;
  line-height: 35px;
  width: 100%;
  background: #ffffff;
  border: none;
  text-align: left;
  cursor: pointer;
  z-index: 2;
  font-size: 1.8em;
  font-weight: 700;
  padding: 0 0.6rem 0 0px;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types {
  position: absolute;
  padding: 0;
  min-width: 260px;
  top: 100%;
  margin-top: 10px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 150ms ease;
  border: 1px solid transparent;
  z-index: 9;
  background: #ffffff;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types:focus {
  border: 1px solid;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types
  li {
  padding: 0;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types
  li:focus,
.account-types li.current {
  background-color: #747474;
  color: #ffffff;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .select-account.active
  .account-types {
  border: 1px solid #ddd;
  background: #f3eff1;
  max-height: 100vh;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .select-account.active
  .account-types
  input:checked
  ~ label {
  background: #747474;
  color: #ffffff;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types
  label {
  display: block;
  width: 100%;
  line-height: 35px;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 0px;
}
.document-tabular
  .site-head
  .site-select-div
  fieldset.select-account
  .account-types
  label:hover {
  background: #747474;
  color: #ffffff;
}
.document-tabular
  .site-head
  .site-select-div
  .select-account.active
  .account-types {
  border: 1px solid #ddd;
  background: #fff;
}
.document-tabular
  .site-head
  .site-select-div
  .select-account.active
  .account-types {
  max-height: 400px;
  box-shadow: none;
  border-radius: 4px;
  overflow-y: scroll;
}
.document-tabular
  .site-head
  .site-select-div
  .account-types
  input:focus
  ~ label {
  background: #747474;
  color: #ffffff;
}
.document-tabular
  .site-head
  .site-select-div
  .select-account
  .account-types
  input {
  display: none;
}
.document-tabular
  .site-head
  .site-select-div
  .select-account.active
  .account-types
  input {
  display: block;
  position: absolute;
  opacity: 0;
}
.document-tabular
  .site-head
  .site-select-div
  .select-account.active
  .choose-account {
  background: #ffffff;
  color: #374957;
}
.document-tabular .site-head .site-head-right {
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 auto;
  display: inline-flex;
}
.document-tabular .site-head .btn-archive {
  width: auto;
  height: 42px;
  padding: 7px;
  text-align: center;
  outline: none;
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
}
.document-tabular .site-head .btn-archive img {
  max-width: inherit;
}
.document-tabular .site-head .btn-archive:hover,
.document-tabular .site-head .btn-archive.is-active {
  background: #747474;
  border: 1px solid #747474;
}
.document-tabular .site-head .btn-archive:hover img,
.document-tabular .site-head .btn-archive.is-active img {
  filter: invert(1) brightness(10);
}
.document-tabular table.documents-table {
  width: 100%;
  margin: 0 0 0;
  border-collapse: collapse;
}
.document-tabular table.documents-table .notification-image {
  width: 30px;
  margin-right: 1%;
  display: inline-block;
  vertical-align: middle;
}
.document-tabular table.documents-table .notification-image + strong,
.document-tabular table.documents-table .notification-image + span {
  display: inline-block;
  width: calc(94% - 5px);
  vertical-align: middle;
}
.document-tabular table.documents-table tr {
  border-bottom: 1px solid #cac8c8;
}
.document-tabular table.documents-table tr td .view-download-link {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.document-tabular table.documents-table tr td .view-download-link > a {
  margin-left: 7px;
  background-color: #ebebeb;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  transition: 0.3s ease;
}
.document-tabular table.documents-table tr td .view-download-link > a img {
  width: 30px;
  margin-top: 3px;
}
.document-tabular
  table.documents-table
  tr
  td
  .view-download-link
  > a
  img.download-pdf {
  width: 26px;
}
.document-tabular table.documents-table tr td .view-download-link > a:hover {
  background-color: #747474;
}
.document-tabular table.documents-table tr td .view-download-link > a:hover img {
  filter: invert(1) brightness(1);
}
.document-tabular table.documents-table tr td .view-download-link > a:first-child {
  margin-left: 0;
}
.document-tabular table.documents-table  tr td .view-download-link.accessible-version {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.document-tabular table.documents-table tr td .view-download-link.accessible-version > p {
  margin: 0;
}
.document-tabular table.documents-table thead {
  background-color: transparent;
}
.document-tabular table.documents-table thead tr {
  border-bottom: none;
}
.document-tabular table.documents-table thead tr th:first-child {
  width: 60%;
}

.document-tabular .latest-policy {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.document-tabular .search-web-form {
  position: relative;
  display: inline-flex;
}
.document-tabular select {
  appearance: revert;
  height: 42px;
  margin-right: 5px;
}
.document-tabular .search-web-form input.searchKeyword {
  height: 40px;
  font-size: 1em;
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  color: #000000;
  margin-bottom: 0;
  outline: none;
  width: 180px;
  background: #fff;
}
.document-tabular .search-web-form input.searchKeyword::placeholder {
  color: #000000;
}
.search-web-form .icon {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  right: 12px;
  border: none;
  transition: 0.3s;
  padding: 0;
}
.documents-pagination .pagination {
  border: none;
  text-align: right;
}

.doc-archive-heading {
  font-weight: 700;
  padding: 10px;
  border-radius: 6px;
  margin: 30px 0;
  display: inline-block;
}
.document-tabular  .loader > img {
  width: 100px;
  height: 100px;
}

.document-tabular.no-archive .search-web-form .icon{
  right: 30px;
}
.document-tabular.no-archive .search-web-form input.searchKeyword{
  margin-right: 15px;
}

.document-tabular .site-head .site-head-right.doc-ajx-filter .filter-fields {
  display: flex;
  align-items: center;
}
.document-tabular .site-head .site-head-right.doc-ajx-filter .filter-fields>label {
  margin-right: 10px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .document-tabular .site-head .site-head-right.doc-ajx-filter .filter-fields .documentCategory,
  .document-tabular .site-head .site-head-right.doc-ajx-filter .filter-fields .search-web-form input.searchKeyword {
    width: 90px;
  }
  .document-tabular .site-head .site-head-right.doc-ajx-filter .search-web-form input.searchKeyword{
    width: 100px;
  }
  .document-tabular .site-head .site-head-right.doc-ajx-filter .filter-fields>label{
    white-space: inherit;
  }
}