.pager select {
  font-size:13px !important;
  height: 30px;
  margin-left: 10px;
}
.pager input {
  font-size:13px !important;
  margin-left: 10px;
  height: 30px !important;
  max-width: 60px !important;
}
.pager span {
  margin-left: 10px;
}
.pager input,
.pager select {
  color: var(--awb-color3) !important;
  font-weight:bold;
  border:2px solid var(--awb-color3) !important;
}
.B_page {
  padding: 3px 8px;
  cursor:pointer;
  border-radius:20px;
  font-size:14px;
  color:white !important;
  border:2px solid var(--awb-color3) !important;
  background:var(--awb-color3) !important;
}
.B_page:hover {
  background:white !important;
}
.tri_tab_last_bt {
  border-top:none !important;
}
.tri_tab_last_bt tr td:last-child a {
  border: solid 2px var(--awb-color3) !important;
  background: var(--awb-color3) !important;
  margin-left: 2px;
  padding: 6px 7px;
  border-radius: 20px;
  color: white !important;
  font-size: 12px;
}
.tri_tab_last_bt tr th:last-child {
  display:none;
}
.tri_tab_last_bt tr td:last-child {
  width:30px;
}
.tri_tab_last_bt .tablesorter-filter-row td:last-child input {
  display:none;
}
.tri_tab_last_bt tr th:last-child,
.tri_tab_last_bt tr td:last-child {
  background:white !important;
  border:none !important;
}
.export-view {
  padding: 3px 10px;
  clear:left;
  cursor:pointer;
  float: right;
  border-radius:5px;
  font-size:14px;
  color:white !important;
  border: 2px solid var(--awb-color3) !important;
  background: var(--awb-color3) !important;
}
.export-view:hover {
  background:white !important;
  color:var(--awb-color3) !important;
}
.multi.export-view {
  margin: -30px 60px 0 0;
}
.tri_tab_more {
  margin-top: -30px;
  width:300px;
}
.tab_seo a {
  color: var(--awb-color3) !important;
}