.bg-gold {
  background-color: #f7bf00;
  color: white;
}

.bg-silver {
  background-color: #b7b7b7;
  color: white;
}

.bg-bronze {
  background-color: #a17419;
  color: white;
}

.bg-tc {
  background-color: #00324f;
  color: white;
}

div.datatables-wrapper div.dataTables_filter {
  width: 100%;
  float: none;
  text-align: right;
}
div.datatables-wrapper div.dataTables_filter input {
  width: 250px;
}

.entities-by-patents-table {
  margin-bottom: 0;
}
.entities-by-patents-table th, .entities-by-patents-table td {
  text-align: center;
}
.entities-by-patents-table th:nth-child(1), .entities-by-patents-table th:last-child, .entities-by-patents-table td:nth-child(1), .entities-by-patents-table td:last-child {
  text-align: left;
}
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(1),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(2),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(3),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(4),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(5),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(6),
.entities-by-patents-table thead tr:nth-child(1) th:nth-child(7) {
  border-right: 2px solid #b6b9bc;
}
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(2),
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(4),
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(6),
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(8),
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(10),
.entities-by-patents-table thead tr:nth-child(2) th:nth-child(12) {
  border-right: 2px solid #b6b9bc;
}
.entities-by-patents-table tbody tr td:nth-child(1),
.entities-by-patents-table tbody tr td:nth-child(3),
.entities-by-patents-table tbody tr td:nth-child(5),
.entities-by-patents-table tbody tr td:nth-child(7),
.entities-by-patents-table tbody tr td:nth-child(9),
.entities-by-patents-table tbody tr td:nth-child(11),
.entities-by-patents-table tbody tr td:nth-child(13) {
  border-right: 2px solid #dee2e6;
}

.quality-scores-table {
  margin-bottom: 0;
}
.quality-scores-table th:nth-child(1), .quality-scores-table th:nth-child(3), .quality-scores-table th:nth-child(4), .quality-scores-table th:nth-child(5), .quality-scores-table td:nth-child(1), .quality-scores-table td:nth-child(3), .quality-scores-table td:nth-child(4), .quality-scores-table td:nth-child(5) {
  text-align: center;
}

.entity-relations-table {
  margin-bottom: 0;
}
.entity-relations-table th:nth-child(2), .entity-relations-table th:nth-child(3), .entity-relations-table td:nth-child(2), .entity-relations-table td:nth-child(3) {
  text-align: center;
}

.tech-center-table {
  margin-bottom: 0;
}
.tech-center-table th, .tech-center-table td {
  text-align: center;
}

.qs-table th, .qs-table td {
  text-align: center;
  vertical-align: middle;
}

.graph {
  display: inline-grid;
  position: relative;
  margin: auto;
  width: 100%;
  border: 2px solid;
  border-radius: 20px;
}
.graph .bar {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ED5D5E, #f6d167, #62C107);
  text-align: center;
  border-radius: 20px;
  color: #00324f;
  height: 0.4em;
  line-height: 0.4em;
  width: 100%;
}
.graph .bar-marker {
  display: block;
  position: relative;
  text-align: center;
  color: #00324f;
  line-height: 0.8em;
  border-right: 3px solid #00324f;
  height: 1em;
  margin-top: -0.3em;
}

#entity-relations-pie-chart, #tech-centers-pie-chart {
  height: 400px;
}

/*# sourceMappingURL=patentverse.css.map */
