.odbc-table-name {
  font-family: "Courier New", "Courier 10 Pitch", "Ubuntu Mono", "Courier", monospace;
  font-size: 0.95em;
}

.odbc-table-name-reg {
  font-family: "Courier New", "Courier 10 Pitch", "Ubuntu Mono", "Courier", monospace;
  font-size: 1em;
  word-break: break-all;
}

/* API Param Tables */

.odbc-tables-01 th {
  width: 15%;
}
.odbc-tables-01 th:nth-child(even) {
  width: 40%;
}
.odbc-tables-01 th:last-child {
  width: 45%;
}

.odbc-tables-01 td {
  font-family: "Courier New", "Courier 10 Pitch", "Ubuntu Mono", "Courier", monospace;
}
.odbc-tables-01 td:nth-child(even) {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
}

.odbc-tag {
  margin-top: 0.5rem;
}
.odbc-tag > span {
  background-color: #e9e9e9;
  border-radius: 4px;
  font-size: 0.95rem;
  padding: 3px 5px;
  text-align: center;
}

#odbcDataTables a:hover {
  text-decoration: none;
}
#columnNameInput {
  background-image: url('../images/icons/search-icon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  color: #4d4d4d;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  padding: 6px 10px 6px 40px;
  width: 100%;
}

#columnNameInput::placeholder {
  font-style: italic;
}

.column-search-wrapper {
  position: relative;
}

.column-search-wrapper::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  position: absolute;
  left: 5px;
}
