.sen-pagination, .sen-year-pagination {
  text-align: center;
  margin: 10px;
  margin-bottom: 0;
}
.sen-pagination-buttons {
  display: inline-block;
  padding-left: 0;
}
.sen-pagination-buttons-ellipsis, .sen-pagination-buttons-arrow, .sen-pagination-buttons-page {
  display: inline-block;
  text-align: center;
}
.sen-pagination-buttons-ellipsis a, .sen-pagination-buttons-arrow a, .sen-pagination-buttons-page a {
  color: rgb(51, 51, 51);
  display: block;
  padding: 4px 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(51, 51, 51);
}
.sen-pagination-buttons-arrow a, .sen-pagination-buttons-page a {
  margin: 4px;
  text-decoration: none;
}
.sen-pagination-buttons-arrow a:hover, .sen-pagination-buttons-arrow.active a, .sen-pagination-buttons-page a:hover, .sen-pagination-buttons-page.active a {
  background-color: rgb(51, 51, 51);
  color: white !important;
  font-weight: bold;
  text-decoration: none !important;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
}
.sen-pagination-buttons-arrow a:hover i, .sen-pagination-buttons-arrow.active a i, .sen-pagination-buttons-page a:hover i, .sen-pagination-buttons-page.active a i {
  text-decoration: none !important;
}
.sen-pagination-buttons-arrow:not(.active) a:hover, .sen-pagination-buttons-page:not(.active) a:hover {
  cursor: pointer;
}
.sen-pagination-buttons-ellipsis a {
  border-color: transparent;
}
.sen-pagination-buttons-arrow a i {
  font-size: 20px;
  vertical-align: middle;
}

.sen-year-pagination a {
  width: 50px !important;
}

.website-search-result h4 {
  margin-top: 0;
}

.website-search-result {
  border: 1px solid #AAA;
  border-radius: 4px;
  margin: 20px 0;
  padding: 20px;
}

.website-search-result:hover {
  box-shadow: 0 0 1px #333 inset;
}

.search-results-ajax-panel a {
  text-decoration: none !important;
  /*background-color:#abc;*/
}

.search-results-ajax-panel a div {
  display: block;
}

.search-results-ajax-panel.ajax-panel-loading {
  opacity: 0.5;
}

.search-results-ajax-panel .website-search-summary, .rules-search-wrapper .website-search-summary {
  color: #000;
  margin-bottom: 0.1em;
}

.search-field, .search-field-bills, .search-field,
.intervention-search-form .search-field-intervention {
  height: auto !important;
  padding: 0.5em 0.5em 0.5em 50px !important;
  display: block;
  font-size: 1.5em !important;
  background-image: url("../../Assets/Images/Layout/Search.png");
  background-position: left 1% center;
  background-repeat: no-repeat;
  background-size: 28px;
}

.cte-transcripts-minutes .search-field-intervention {
  margin: 28px 0 10px;
}

.search-field:focus, .search-field-bills:focus,
.intervention-search-form .search-field-intervention:focus {
  box-shadow: 0 0 2px #333 inset;
}

.search-field-loading {
  background-image: url("../../Assets/Images/Layout/ajax-loader.gif") !important;
}

.search-results-ajax-panel {
  min-height: 100px;
}

.website-search-result-image {
  float: left;
  margin-right: 1em;
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center center;
}

.search-tab-wrapper a {
  color: #900;
}
