/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
.bs_pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.bs_pagination > li {
  display: inline;
}
.bs_pagination > li > a,
.bs_pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #333333;
  border: 1px solid rgb(83, 94, 108);
  margin-left: -1px;
}
.bs_pagination > li:first-child > a,
.bs_pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bs_pagination > li:last-child > a,
.bs_pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bs_pagination > li > a:hover,
.bs_pagination > li > span:hover,
.bs_pagination > li > a:focus,
.bs_pagination > li > span:focus {
  background-color: #444;
}
.bs_pagination > .active > a,
.bs_pagination > .active > span,
.bs_pagination > .active > a:hover,
.bs_pagination > .active > span:hover,
.bs_pagination > .active > a:focus,
.bs_pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #666;
  border-color: #ccc;
  cursor: default;
}
.bs_pagination > .disabled > span,
.bs_pagination > .disabled > span:hover,
.bs_pagination > .disabled > span:focus,
.bs_pagination > .disabled > a,
.bs_pagination > .disabled > a:hover,
.bs_pagination > .disabled > a:focus {
  color: #999999;
  background-color: #333333;
  border-color: rgb(83, 94, 108);
  cursor: default;
}
.bs_pagination-lg > li > a,
.bs_pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.bs_pagination-lg > li:first-child > a,
.bs_pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bs_pagination-lg > li:last-child > a,
.bs_pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bs_pagination-sm > li > a,
.bs_pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.bs_pagination-sm > li:first-child > a,
.bs_pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bs_pagination-sm > li:last-child > a,
.bs_pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}