.ack-page {
  display: inline-block;
  /*select {
        border-radius: 0;
    }*/

}
.ack-page .pagination-sm > li:first-child > a,
.ack-page .pagination-sm > li:first-child > span {
  border-radius: 0;
}
.ack-page .pagination > li:first-child > a,
.ack-page .pagination > li:first-child > span {
  border-radius: 0;
}
.ack-page .pagination-sm > li:last-child > a,
.ack-page .pagination-sm > li:last-child > span {
  border-radius: 0;
}
.ack-page .pagination > li:last-child > a,
.ack-page .pagination > li:last-child > span {
  border-radius: 0;
}
.ack-page .ack-footer {
  display: flex;
  align-items: center;
  float: right;
  padding-right: 1rem;
}
.ack-page .ack-footer .page-size {
  display: inline-block;
  height: 100%;
  float: left;
  margin: 1rem 0;
  border-radius: 0;
  clear: both;
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1;
}
.ack-page .ack-footer .page-size .total-number {
  /*font-weight: bold;*/
  padding: 0px 0.125rem;
  color: #dc6900;
}
.ack-page .ack-footer .page-size .page-box {
  width: 60px;
  text-align: center;
  height: 22px;
  border-width: 1px;
  border-radius: 0px;
}
.ack-page .ack-footer .page-size .padding-span {
  padding: 0px 0.125rem;
}
.ack-page .ack-footer .page-size .normal-number {
  padding: 0px 0.125rem;
  color: #dc6900;
}
.ack-page .ack-footer .page-uib {
  float: right;
  padding-right: 1rem;
}
.ack-page .ack-footer .pagination {
  margin: 1rem 0;
  font-size: 0.875rem;
  border-radius: 0;
}
.ack-page .pagination > .active > a,
.ack-page .pagination > .active > span,
.ack-page .pagination > .active > a:hover,
.ack-page .pagination > .active > span:hover,
.ack-page .pagination > .active > a:focus,
.ack-page .pagination > .active > span:focus {
  z-index: 3;
  color: white;
  cursor: default;
  background-color: #d04a02;
  border-color: #d04a02;
}
@media only screen and (max-width: 1024px) {
  .ack-page .ack-footer .page-size .jump-page {
    display: none;
  }
}
