main #main-content {
  padding-bottom: 24px;
}

.page-title {
  margin-bottom: 15px;
}
.navbar-collapse {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.menu-toggle:checked ~ .front-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-toggle:checked + .navbar-collapse {
  display: block;
}

.system-title {
  width: 100%;
  margin: 0px auto 16px;
}

.table-box {
  border: 2px solid #D7EFEB;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  padding: 26px 30px 0;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .table-box {
    padding: 15px 15px 0;
  }
}

.table-box-class table {
  width: 90%;
  max-width: 1240px;
}

.table-box-class table tr {
  width: 100%;
}

.table-box-class table tr th {
  max-width: 249px;
  width: 20%;
  height: 43px;
  background-color: #D7EFEB;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #257774;
  text-align: end;
  padding-right: 8px;
}

.table-box-class table tr td {
  font-size: 1.3125rem;
  color: #257774;
  padding-left: 8px;
  background-color: #F6F9F9;
}

.table-box-class table tr .test {
  width: 30%;
}

.table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 6px;
}

@media (max-width: 575px) {
  .table-filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 auto;
  }
}

.table-filter > * {
  margin-bottom: 10px;
}

.table-filter > *:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 991px) {
  .table-filter > *:not(:last-child) {
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .table-filter > *:not(:last-child) {
    margin-right: 7px;
  }
}

@media (max-width: 991px) {
  .table-filter .clear-btn {
    width: 100px;
    height: 42px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .table-filter .clear-btn {
    width: 100px !important;
    height: 42px;
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .table-filter .clear-btn {
    width: 85px !important;
    height: 30px;
    font-size: 1rem;
  }
}

.table-filter .dup-checkbox-text-1-blade {
  width: auto;
}

@media (max-width: 991px) {
  .table-filter .dup-checkbox-text-1-blade {
    height: 40px;
    font-size: 1.25rem;
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (max-width: 575px) {
  .table-filter .dup-checkbox-text-1-blade {
    height: 30px;
    font-size: 0.875rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.table-filter .dup-checkbox-text-1-blade > input {
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .table-filter .dup-checkbox-text-1-blade > input {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 575px) {
  .table-filter .dup-checkbox-text-1-blade > input {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 991px) {
  .table-filter .dup-checkbox-text-1-blade > input::before {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 575px) {
  .table-filter .dup-checkbox-text-1-blade > input::before {
    width: 18px;
    height: 18px;
  }
}

.table-message {
  padding: 12px 15px;
  margin: 0 auto 16px;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .table-message {
    padding: 10px;
  }
}

.table-message span {
  margin-left: 0;
}

@media (max-width: 767px) {
  .table-message span {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .table-message span {
    font-size: 0.875rem;
  }
}

.table-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media (max-width: 575px) {
  .table-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table-toolbar > span {
  font-size: 1.3125rem;
  color: #707070;
}

@media (max-width: 991px) {
  .table-toolbar > span {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .table-toolbar > span {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .table-toolbar > span {
    text-align: center;
    margin-bottom: 10px;
  }
}

.table-toolbar > .tool-btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 575px) {
  .table-toolbar > .tool-btns {
    margin-left: unset;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.table-toolbar > .tool-btns > a,
.table-toolbar > .tool-btns > button {
  border: 1px solid #257774;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .table-toolbar > .tool-btns > a,
  .table-toolbar > .tool-btns > button {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .table-toolbar > .tool-btns > a,
  .table-toolbar > .tool-btns > button {
    padding: 5px 10px;
  }
}

.table-toolbar > .tool-btns > a:not(:last-child),
.table-toolbar > .tool-btns > button:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 991px) {
  .table-toolbar > .tool-btns > a:not(:last-child),
  .table-toolbar > .tool-btns > button:not(:last-child) {
    margin-right: 13px;
  }
}

@media (max-width: 767px) {
  .table-toolbar > .tool-btns > a:not(:last-child),
  .table-toolbar > .tool-btns > button:not(:last-child) {
    margin-right: 10px;
  }
}

.table-toolbar > .tool-btns > a:hover,
.table-toolbar > .tool-btns > button:hover {
  text-decoration: none;
}

.table-toolbar > .tool-btns > a > img,
.table-toolbar > .tool-btns > button > img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .table-toolbar > .tool-btns > a > img,
  .table-toolbar > .tool-btns > button > img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .table-toolbar > .tool-btns > a > img,
  .table-toolbar > .tool-btns > button > img {
    width: 15px;
    height: 15px;
  }
}

.table-toolbar > .tool-btns > a > span,
.table-toolbar > .tool-btns > button > span {
  color: #257774;
  line-height: 1;
  font-size: 1.3125rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .table-toolbar > .tool-btns > a > span,
  .table-toolbar > .tool-btns > button > span {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .table-toolbar > .tool-btns > a > span,
  .table-toolbar > .tool-btns > button > span {
    font-size: 0.938rem;
  }
}

.table-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media (max-width: 575px) {
  .table-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table-information > span {
  font-size: 1.3125rem;
  color: #707070;
}

@media (max-width: 991px) {
  .table-information > span {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .table-information > span {
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .table-information > span {
    text-align: center;
    margin-bottom: 10px;
  }
}

.table-information .information-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 575px) {
  .table-information .information-display {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.table-information .information-display .display-column {
  height: 31px;
  border: 1px solid #257774;
  background-color: #ffffff;
  color: #257774;
  border-radius: 3px;
  font-size: 1.125rem;
  cursor: pointer;
  margin-right: 16px;
  padding: 4px 21px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .table-information .information-display .display-column {
    padding: 4px 7px;
    height: 30px;
    font-size: 0.875rem;
    margin-right: 8px;
  }
}

.table-information .information-display .display-count > label {
  margin: unset;
  border-radius: 3px 0px 0px 3px;
  width: 93px;
  height: 31px;
  font-size: 1.125rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .table-information .information-display .display-count > label {
    height: 30px;
    width: 65px;
    font-size: 0.875rem;
  }
}

.table-information .information-display .display-count > select {
  font-size: 1.125rem;
  width: 79px;
  height: 31px;
  border-radius: 0px 3px 3px 0px;
  padding-left: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/images/component/icon/form-item/icon-select-down-arrow.svg) no-repeat right center #e3e3e3;
  background-size: 10px;
  background-position: 63px;
}

@media (max-width: 767px) {
  .table-information .information-display .display-count > select {
    height: 30px;
  }
}

.table-data {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

.table-data thead {
  border: 1px solid #43A8A5;
}

.table-data thead tr {
  border: 2px solid #43A8A5;
  height: 43px;
  color: #ffffff;
  font-size: 1.125rem;
  background-color: #257774;
}

.table-data thead tr th {
  text-align: center;
  border: 1px solid #43A8A5;
  font-weight: normal;
}

.table-data tbody,
.table-data tfoot {
  border: 1px solid #43A8A5;
}

.table-data tbody tr td,
.table-data tfoot tr td {
  border: 2px solid #43A8A5;
  padding: 9px 12px;
  min-height: 40px;
}

.table-data tbody tr td .large-text,
.table-data tfoot tr td .large-text {
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .table-data tbody tr td .large-text,
  .table-data tfoot tr td .large-text {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .table-data tbody tr td .large-text,
  .table-data tfoot tr td .large-text {
    font-size: 1rem;
  }
}

.table-data tbody tr td .small-text,
.table-data tfoot tr td .small-text {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .table-data tbody tr td .small-text,
  .table-data tfoot tr td .small-text {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .table-data tbody tr td .small-text,
  .table-data tfoot tr td .small-text {
    font-size: 0.875rem;
  }
}

.table-data tbody tr td .grey-text,
.table-data tfoot tr td .grey-text {
  color: #707070;
}

.table-data tbody tr td .href,
.table-data tfoot tr td .href {
  color: #1E47B1;
  cursor: pointer;
  text-decoration: underline;
}

.table-data tbody tr td .label-status,
.table-data tfoot tr td .label-status {
  margin: 0 auto;
}

.table-data tbody tr td .display-btn-area,
.table-data tfoot tr td .display-btn-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .table-data tbody tr td .display-btn-area,
  .table-data tfoot tr td .display-btn-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.table-data tbody tr td .icon-btn,
.table-data tfoot tr td .icon-btn {
  width: 47px;
  height: 47px;
  background-color: #43A8A5;
  border-radius: 8px;
  border: 1px solid #257774;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 991px) {
  .table-data tbody tr td .icon-btn,
  .table-data tfoot tr td .icon-btn {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .table-data tbody tr td .icon-btn,
  .table-data tfoot tr td .icon-btn {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}

.table-data tbody tr td .icon-btn:hover,
.table-data tfoot tr td .icon-btn:hover {
  background-color: #257774;
}

.table-data tbody tr td .icon-btn.white,
.table-data tfoot tr td .icon-btn.white {
  background-color: #fff;
  border: 1px solid #fff;
}

.table-data tbody tr td .icon-btn.white:hover,
.table-data tfoot tr td .icon-btn.white:hover {
  background-color: #43A8A5;
  border: 1px solid #43A8A5;
}

.table-data tbody tr td .icon-btn::before,
.table-data tfoot tr td .icon-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.table-data tbody tr td .icon-btn.edit::before,
.table-data tfoot tr td .icon-btn.edit::before {
  background-image: url("/images/component/icon/function/edit-default.svg");
}

.table-data tbody tr td .icon-btn.delete::before,
.table-data tfoot tr td .icon-btn.delete::before {
  background-image: url("/images/component/icon/function/delete-default.svg");
}

.table-data tbody tr td .icon-btn.move::before,
.table-data tfoot tr td .icon-btn.move::before {
  background-image: url("/images/component/icon/function/move-default.svg");
}

.table-data tbody tr td .icon-btn.left::before,
.table-data tfoot tr td .icon-btn.left::before {
  background-image: url("/images/component/icon/function/left-default.svg");
}

.table-data tbody tr td .icon-btn.center::before,
.table-data tfoot tr td .icon-btn.center::before {
  background-image: url("/images/component/icon/function/center-default.svg");
}

.table-data tbody tr td .icon-btn.right::before,
.table-data tfoot tr td .icon-btn.right::before {
  background-image: url("/images/component/icon/function/right-default.svg");
}

.table-data tbody tr td .icon-btn.mail::before,
.table-data tfoot tr td .icon-btn.mail::before {
  background-image: url("/images/component/icon/function/mail.svg");
}

.table-data tbody tr td .icon-btn.list::before,
.table-data tfoot tr td .icon-btn.list::before {
  background-image: url("/images/component/icon/function/list.svg");
}

.table-data tbody tr td .icon-btn.chart::before,
.table-data tfoot tr td .icon-btn.chart::before {
  background-image: url("/images/component/icon/function/chart.svg");
}

.table-data tbody tr td .icon-btn:hover.edit::before, .table-data tbody tr td .icon-btn:focus.edit::before,
.table-data tfoot tr td .icon-btn:hover.edit::before,
.table-data tfoot tr td .icon-btn:focus.edit::before {
  background-image: url("/images/component/icon/function/edit-hover.svg");
}

.table-data tbody tr td .icon-btn:hover.delete::before, .table-data tbody tr td .icon-btn:focus.delete::before,
.table-data tfoot tr td .icon-btn:hover.delete::before,
.table-data tfoot tr td .icon-btn:focus.delete::before {
  background-image: url("/images/component/icon/function/delete-hover.svg");
}

.table-data tbody tr td .icon-btn:hover.move::before, .table-data tbody tr td .icon-btn:focus.move::before,
.table-data tfoot tr td .icon-btn:hover.move::before,
.table-data tfoot tr td .icon-btn:focus.move::before {
  background-image: url("/images/component/icon/function/move-hover.svg");
}

.table-data tbody tr td .icon-btn:hover.left::before, .table-data tbody tr td .icon-btn:focus.left::before,
.table-data tfoot tr td .icon-btn:hover.left::before,
.table-data tfoot tr td .icon-btn:focus.left::before {
  background-image: url("/images/component/icon/function/left-hover.svg");
}

.table-data tbody tr td .icon-btn:hover.center::before, .table-data tbody tr td .icon-btn:focus.center::before,
.table-data tfoot tr td .icon-btn:hover.center::before,
.table-data tfoot tr td .icon-btn:focus.center::before {
  background-image: url("/images/component/icon/function/center-hover.svg");
}

.table-data tbody tr td .icon-btn:hover.right::before, .table-data tbody tr td .icon-btn:focus.right::before,
.table-data tfoot tr td .icon-btn:hover.right::before,
.table-data tfoot tr td .icon-btn:focus.right::before {
  background-image: url("/images/component/icon/function/right-hover.svg");
}

.table-data tbody tr td .icon-btn > span,
.table-data tfoot tr td .icon-btn > span {
  display: none;
  font-size: 1rem;
}

.table-data tbody tr td .management,
.table-data tfoot tr td .management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table-data tbody tr td .management > *:not(:last-child),
.table-data tfoot tr td .management > *:not(:last-child) {
  margin-right: 9px;
}

.table-data tbody tr td .management > :only-child,
.table-data tfoot tr td .management > :only-child {
  margin: 0 auto;
}

.table-data tbody tr td .list-btn,
.table-data tfoot tr td .list-btn {
  margin: 0 auto;
  width: 113px;
  height: 47px;
  background-color: #43A8A5;
  border: 1px solid #257774;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .table-data tbody tr td .list-btn,
  .table-data tfoot tr td .list-btn {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .table-data tbody tr td .list-btn,
  .table-data tfoot tr td .list-btn {
    width: 85px;
    height: 30px;
  }
}

.table-data tbody tr td .list-btn.auto-width,
.table-data tfoot tr td .list-btn.auto-width {
  width: auto;
  padding: 0 12px;
  white-space: nowrap;
}

.table-data tbody tr td .list-btn span,
.table-data tfoot tr td .list-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
  color: #ffffff;
}

@media (max-width: 991px) {
  .table-data tbody tr td .list-btn span,
  .table-data tfoot tr td .list-btn span {
    font-size: 1.3125rem;
  }
}

@media (max-width: 767px) {
  .table-data tbody tr td .list-btn span,
  .table-data tfoot tr td .list-btn span {
    font-size: 1rem;
  }
}

.table-data tbody tr td .list-btn span:last-child,
.table-data tfoot tr td .list-btn span:last-child {
  width: 34px;
  height: 25px;
  background-color: #ffffff;
  color: #257774;
  border-radius: 29px;
  margin-left: 8px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .table-data tbody tr td .list-btn span:last-child,
  .table-data tfoot tr td .list-btn span:last-child {
    width: 24px;
    height: 18px;
  }
}

@media (max-width: 991px) {
  .table-data.table-rwd {
    table-layout: fixed;
  }
}

@media (max-width: 991px) {
  .table-data.table-rwd thead {
    display: none;
  }
}

@media (max-width: 991px) {
  .table-data.table-rwd tbody {
    border: 0px;
  }
}

@media (max-width: 991px) {
  .table-data.table-rwd tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid #43A8A5;
    margin-bottom: 15px;
  }
  .table-data.table-rwd tbody tr:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .table-data.table-rwd tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    border: 0px;
  }
  .table-data.table-rwd tbody tr td.multiple-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .table-data.table-rwd tbody tr td + * {
    border-top: 2px solid #43A8A5;
  }
  .table-data.table-rwd tbody tr td > * {
    margin: 0;
    font-size: 1.3125rem;
  }
  .table-data.table-rwd tbody tr td::before {
    content: attr(data-th);
    width: 160px;
    height: 100%;
    padding: 7px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #257774;
    color: #ffffff;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3125rem;
  }
}

@media (max-width: 767px) {
  .table-data.table-rwd tbody tr td {
    font-size: 1rem;
  }
  .table-data.table-rwd tbody tr td > * {
    font-size: 1rem;
  }
  .table-data.table-rwd tbody tr td::before {
    font-size: 1rem;
  }
}

.table-bottom {
  margin: 0 auto 37px;
  width: 100%;
  padding: 24px 0;
  background-color: #D7EFEB;
  border: 2px solid #a6cfce;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .table-bottom {
    padding: 21px 0;
  }
}

@media (max-width: 767px) {
  .table-bottom {
    padding: 18px 25px;
  }
}

.table-bottom button:last-child {
  margin: 0;
}

.table-bottom button:not(:last-child) {
  margin: 0 16px 0 0;
}

.pagination-box {
  margin: 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .pagination-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagination-box .pagination {
  margin: unset;
}

@media (max-width: 767px) {
  .pagination-box .pagination {
    margin-bottom: 10px;
  }
}

.pagination-box .pagination .page-item {
  width: 45px;
  height: 45px;
}

@media (max-width: 991px) {
  .pagination-box .pagination .page-item {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .pagination-box .pagination .page-item {
    width: 30px;
    height: 30px;
  }
}

.pagination-box .pagination .page-item:not(:last-child) {
  margin-right: 9px;
}

.pagination-box .pagination .page-item.active .page-link {
  background-color: #257774;
  color: #ffffff;
}

.pagination-box .pagination .page-item .page-link {
  background-color: #f5f5f5;
  color: #707070;
  border-radius: 8px;
  padding: unset;
  margin: unset;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
}

@media (max-width: 991px) {
  .pagination-box .pagination .page-item .page-link {
    font-size: 1.313rem;
  }
}

@media (max-width: 767px) {
  .pagination-box .pagination .page-item .page-link {
    font-size: 1rem;
  }
}

.pagination-box .pagination .page-item .page-link img {
  width: 25px;
  height: 25px;
}

@media (max-width: 991px) {
  .pagination-box .pagination .page-item .page-link img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media (max-width: 767px) {
  .pagination-box .pagination .page-item .page-link img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.pagination-box .fly-to {
  margin-left: 13px;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 254px;
  height: 45px;
  font-size: 1.5625rem;
}

@media (max-width: 991px) {
  .pagination-box .fly-to {
    font-size: 1rem;
    height: 35px;
    width: 185px;
  }
}

@media (max-width: 767px) {
  .pagination-box .fly-to {
    margin-left: 4px;
    font-size: 0.875rem;
    height: 30px;
    width: 100%;
    max-width: 375px;
  }
}

.pagination-box .fly-to span {
  color: #707070;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-box .fly-to span input {
  width: 45px;
  height: calc(100% - 2px);
  border-radius: 3px;
  border: 0px;
  margin: 0 6px;
  text-align: center;
  font-size: 1.3125rem;
}

@media (max-width: 991px) {
  .pagination-box .fly-to span input {
    width: 32px;
    font-size: 1.125rem;
    margin: 0 4px;
  }
}

@media (max-width: 767px) {
  .pagination-box .fly-to span input {
    width: 20px;
    font-size: 0.875rem;
    margin: 0 2px;
  }
}

.pagination-box .fly-to button {
  color: #ffffff;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #257774;
  width: 65px;
  height: 100%;
  background-color: #43A8A5;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .pagination-box .fly-to button {
    width: 47.5px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .pagination-box .fly-to button {
    width: 32%;
    font-size: 0.875rem;
  }
}

.pagination-box.lock-one-page .pagination .page-item .page-link {
  background-color: rgba(245, 245, 245, 0.35);
}

.pagination-box.lock-one-page .pagination .page-item .page-link img {
  opacity: 0.35;
}

.pagination-box.lock-one-page .pagination .page-item.active .page-link {
  background-color: #257774;
  color: #ffffff;
}

.pagination-box.lock-one-page .fly-to {
  margin-left: 14px;
  opacity: 0.35;
}

.page-btn {
  margin: 0 auto;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .page-btn {
    width: 184px;
    height: 42px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .page-btn {
    width: 145px !important;
    height: 30px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .clear-btn {
    width: 100px;
    height: 42px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .clear-btn {
    width: 85px !important;
    height: 30px;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=table-library.css.map */