.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-color6) !important;
  font-weight:bold;
  border:2px solid  var(--awb-color6) !important;
}
.B_page {
  padding: 3px 8px;
  cursor:pointer;
  border-radius:20px;
  font-size:14px;
  color:white !important;
  border:2px solid  var(--awb-color6) !important;
  background: var(--awb-color6) !important;
}
.B_page:hover {
  background:white !important;
}
.tri_tab_last_bt {
  border-top:none !important;
}
.tri_tab tr td a {
  color:  var(--awb-color6) !important;
  font-weight:bold;
}
.tri_tab_last_bt tr td:last-child a,
.B_delete,
.B_check {
  border: solid 2px  var(--awb-color6) !important;
  background:  var(--awb-color6) !important;
  margin-left: 2px;
  cursor:pointer;
  padding: 6px 7px;
  border-radius: 20px;
  color: white !important;
  font-size: 12px;
}
.tri_tab_last_bt tr td:last-child a:hover,
.B_delete:hover,
.B_check:hover {
  border: solid 2px  var(--awb-color7) !important;
  background:  var(--awb-color7) !important;
}
.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;
}
.tri_tab_more {
  margin-top: -30px;
  width:300px;
}
.tri_tab_more_multi {
    margin-top: -38px;
    width: 130px;
    margin-left: 600px;
}
.B_add_new {
  position: absolute !important;
  right: 95px;
  top: 0px;
  padding: 10px !important;  
}
.B_copie {
  display:inline-block;
  margin:5px;
  cursor:pointer;
  padding: 0px 10px !important;
  border-radius: 10px;
  color: var(--awb-color1);
  background: var(--awb-color5);
}
.B_copie {
  background: var(--awb-color4);
}
.B_copie:hover {
    background: var(--awb-color6);

}
.copie_ipad {
  background: var(--awb-color5) !important;;
}
.copie_ipad:hover {
  background: var(--awb-color6) !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-color6) !important;
  background: var(--awb-color6) !important;
}
.export-view:hover {
  background:white !important;
  color:var(--awb-color6) !important;
}