.main-content .pager {
  margin: 0;
}

.main-content .pager a {
  border: 0;
  border-radius: 0;
  padding: 10px;
}

.search-keyword .btn {
  width: 100px;
}

.pager .next a {
  width: 98px;
}

.main-content .pager .previous a {
  border-right: 1px solid #ddd;
}

.main-content .pager-info {
  font-size: 11px;
}

.main-content .go-to {
  width: 175px;
}

.main-content .go-to,
.main-content .go-to .form-control,
.main-content .go-to .btn,
.main-content .pager {
  height: 40px;
}

.main-content .go-to .form-control,
.main-content .go-to .btn {
  border-width: 0 1px 0 0;
  border-radius: 0;
}

.main-content .go-to .form-control {
  display: inline;
  margin-right: 5px;
  width: 62px;
}

.main-content>.bs-container,
.main-content>.bs-container>.dropdown-menu {
  left: 0 !important;
  top: 55px !important;
  width: 100% !important;
}

.form-search {
  margin: 10px 0 0;
}

.form-search .bootstrap-select .selectpicker {
  border-left: 0;
}

#search-query,
.form-search .filter-option {
  text-overflow: ellipsis;
}

#id_exd,
#id_std,
#id_end {
  cursor: pointer;
  text-align: center;
}

.picker__select--year {
  font-size: 16px;
  height: 26px;
  margin: 0;
  padding: 0 2px;
  position: relative;
  width: auto;
}

.form-search input,
.form-search .input-group-addon,
.form-search .default-primary-color {
  border-radius: 0;
}

.form-search .default-primary-color {
  color: #fff;
}

.date-search {
  height: 54px;
}

.form-search .filter-by-date-label,
.form-search .filter-interval-label,
.form-search .col-form {
  float: left;
  width: 25%;
}

.form-search .col-form input {
  border-right: 0;
}

.form-search .filter-interval-label {
  width: 75%;
}

.form-search-publications .col-form:last-child input {
  border-right: 1px solid #ccc;
}

.form-search-publications .filter-by-date-label,
.form-search-publications .filter-interval-label,
.form-search-publications .col-form {
  width: 33.33%;
}

.form-search-publications .filter-interval-label {
  width: 66.66%;
}

.form-search-publications .col-form input {
  border-bottom: 0;
}

.form-search .search-button button {
  border-radius: 0;
  width: 100%;
}

.search-keyword {
  width: 100%;
}

.info-search {
  margin-top: 10px;
}

#search-query,
.form-search .filter-option {
  text-overflow: ellipsis;
}

.main-content .table-publications td,
.main-content .table-issues thead th:last-child {
  text-align: center;
}

.main-content .table-publications td,
.main-content .table th {
  padding: 14px;
}

.main-content .table-pagination td:first-child {
  font-size: 12px;
  height: 41px;
  padding: 11px 0 0;
  text-align: center;
}

.main-content .table-pagination>td:last-child {
  padding: 0;
}

.main-content .table tr {
  transition: all 0.4s ease-in-out;
}

.table .first-published-head {
  width: 80px;
}

.table .entity-name {
  color: #333;
}

.table .entity-name:hover {
  color: var(--secondary);
}

.table .publication-title {
  display: inline-block;
  margin-top: 10px;
}