.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: 40px;
  padding: 7px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  border: 1px solid #747474;
  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;
  border: 0 !important;
}
.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 {
  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,
.document-tabular table.documents-table tr th {
  padding: 15px 0;
  border: 0;
}
.document-tabular table.documents-table tr td .view-download-link {
  display: flex;
  justify-content: end;
  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 .search-web-form input.searchKeyword {
  height: 40px;
  font-size: 1em;
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 5px;
  color: #000000;
  margin-bottom: 0;
  margin-right: 15px;
  outline: none;
  width: 250px;
  background: #f5f5f5;
  border: 1px solid #747474;
}
.document-tabular .search-web-form input.searchKeyword::placeholder {
  color: #000000;
}
.search-web-form .icon {
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  right: 15px;
  border: none;
  background: #747474;
  transition: 0.3s;
}
.search-web-form .icon:hover {
  background: #747474;
}
.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;
}
