@media (max-width: 720px) {
  .custom-pagination {
    border: none;
    height: auto;
    box-shadow: none;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .pagination-page-pt {
    display: inline-block !important;
    text-align: center;
    padding: 6px 2px !important; } }

@media (min-width: 720px) {
  .custom-pagination {
    border: none;
    height: auto;
    box-shadow: none;
  }
  .pagination-page-pt {
    display: inline-block !important;
    text-align: center;
    width: 142px;
    padding: 6px 2px !important; } }
@media (min-width: 1140px) {
  .custom-pagination {
    text-align: right;
  }
  .pagination-page-pt {
    display: inline-block !important;
    text-align: center;
    width: 142px;
    padding: 6px 2px !important; } }
.custom-pagination-short {
  width: 235px; }

.custom-pagination > ul {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin: 0; }

.custom-pagination > ul > li {
  display: inline; }

.custom-pagination > ul > li > a, .pagination > li > span, .custom-pagination ul > li > span {
  position: relative;
  padding: 6px 4px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--color-pt-icon);
  text-decoration: none;
  background-color: inherit; }

.custom-form-control {
  display: block;
  color: var(--color-pt-icon);
  height: 32px;
  padding: 6px 4px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: 2px 2px 14px 0 var(--color-pt-default-shadow);
  -moz-box-shadow: 2px 2px 14px 0 var(--color-pt-default-shadow);
  box-shadow: 2px 2px 14px 0 var(--color-pt-default-shadow); }

input.custom-form-control {
  width: 64px;
  text-align: center; }

input[type=number].custom-form-control::-webkit-inner-spin-button,
input[type=number].custom-form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.custom-input-sm {
  height: 20px;
  padding: 2px 10px;
  line-height: 1.5;
  border-radius: 3px;
  -moz-appearance: textfield; }

.rotate-360 {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rows-selected {
  width: 180px;
  height: 34px;
  display: inline-block;
  border: 1px solid var(--color-pt-border-default);
  background-color: var(--color-pt-blue);
  color: #fff;
  text-align: center;
  padding: 5px 9px 5px 12px;
}

.rows-selected .number {
    width: 50px;
    display: block;
    text-align: center;
    float: right;
}

.custom-pagination .rows-showing {
  height: 34px;
  display: inline;
}

.no-action-btns-pagination {
  text-align: right;
  width: 80%;
}
