@charset "utf-8";
.pagination {
  /* display: inline-block; */
  padding-left: 0;
  margin: 15px 0px 0px 0px;
  /* border-radius: 4px; */
}
.pagination > li {
  display: inline-block;
}
.tab_container .tab_content ul.pagination>li{padding:0px;}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  font-size:12.5px; text-align:center;
  /* float: left; */
  /* padding: 4px 0; */ width:27px; height:25px; vertical-align:middle;
  margin-left: -1px;
  line-height: 23px;
  color: #585858;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  /*j margin-bottom:10px; */
  display:inline-block; 
}
.pagination > li.page-item.first > a, .pagination > li.page-item.prev > a, 
.pagination > li.page-item.next > a, .pagination > li.page-item.last > a
{/* width:8px; height:17px;  */text-indent:-9999px; display:inline-block; vertical-align:middle;}
.pagination > li.page-item.first > a{background:#fff url('../images/common/prev_ico_2.gif') 50% 50% no-repeat;}
.pagination > li.page-item.prev > a{background:#fff url('../images/common/prev_end_ico_2.gif') 50% 50% no-repeat;}
.pagination > li.page-item.next > a{background:#fff url('../images/common/next_ico_2.gif') 50% 50% no-repeat;}
.pagination > li.page-item.last > a{background:#fff url('../images/common/next_end_ico_2.gif') 50% 50% no-repeat;}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  /* border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; */
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  /* border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; */
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  /* font-size:12px; */
  color: #fff;
  cursor: default;
  background-color: #0667b9;
  border-color: #0667b9;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  font-size:12px;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}