.select2-result-label {
  font-size: 12px;
}

#filters {
  font-size: 10px;
  padding: 7px 15px;
}

@media (min-width: 1600px) {
  #content {
    width: 1570px;
  }
}

@media (min-width: 1800px) {
  #content {
    width: 1770px;
  }
}

table.dataTable.compact thead th.over_header {
  border-right: 1px solid;
  border-left: 0 solid;
  text-align: center;
}

table.dataTable.compact thead tr.over_header th {
  border-bottom: 1px solid #ccc;
}

table.dataTable.compact thead tr.under_header th {
  border-style: none;
}

table.dataTable.compact thead th.leftborder {
  border-left: 1px solid;
}

table.dataTable.compact thead th.rightborder {
  border-right: 1px solid;
}

table.dataTable.compact thead th.checkbox_tr {
  text-align: left;
  padding: 4px 4px 4px 4px;
}

table.dataTable.compact thead th {
  padding: 4px 16px 4px 2px;
}

table.dataTable.compact thead th span.couplingvariant {
  font-weight: normal;
  color: red;
  font-size: 0.9em;
}

.yadcf-filter-wrapper {
  margin-top: 0;
}

input.yadcf-filter {
  width: 100px;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.yadcf-filter-range-date {
  width: 30px;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.yadcf-filter-range-number {
  width: 30px;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.yadcf-filter-range {
  min-width: 35px;
}

.clicked_button {
  background-color: rgb(215, 215, 215);
}

.wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}

div.table_overlay {
  top: 0;
  position: absolute;
  background: #f8f8f8;
  -webkit-box-shadow: 5px 0 2px -2px #888;
  box-shadow: 5px 0 2px -2px #888;
}

div.table_overlay table tbody tr {
  background-color: #f8f8f8;
}

.highlight {
  background-color: rgb(204, 229, 255);
}

.glyphicon.glyphicon-export {
  font-size: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content p {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  width: 100%;
  display: block;
}

.show {
  display: block;
}

::-webkit-scrollbar {
  width: auto;
  height: 12px;
}

/* NOTE -- THIS HAS TO GO LAST SO THAT IT OVERRIDES ALL */
th,
td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  margin: 0 auto;
}

div#hide_filter1,
div#hide_filter2,
div#hide_filter3 {
  display: none;
}

.expand {
  max-width: 100px;
  text-overflow: ellipsis;
  word-break: normal;
  overflow: hidden;
  white-space: nowrap;
}

.expand:hover {
  overflow: visible;
  white-space: normal;
}

.bold-text {
  font-weight: bold;
}

.gpcrdb-link {
    filter: grayscale(100%);
}

.gpcrdb-link:hover {
    filter: grayscale(0%);
}

.grey {
  color: #BEBEBE;
  font-size: 10px;
}

table.dataTable.compact thead th.rightborder {
  border-right: 1px solid;
}

tr.header-center th {
  text-align: center;
}

td {
  text-align: right;
}

.purple-border {
  color:darkorchid;
  opacity:0.7;
  border: 1px solid !important;
  border-color: darkorchid;
  border-radius: 5px;
}

.gproteindb-row {
  background-color: #E8E8E8 !important;
}