
#nodeDependantWarning {
  background-color: #fcf8e3;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
}

.radio {
  padding-left: 25px;
}

table {
  border: 1px solid #969696;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  height: 30vh;
}

table thead:hover {
  background-color: #969696;
}

table thead tr {
  display: block;
  width: 100%;
  background-color: #969696;
}

table thead th {
  color: #212121;
  background-color: #969696;
  position: sticky;
  top: 0;
  text-align: left;
}

table tbody {
  display: block;
  overflow-y: scroll;
  height: 100%;
  background-color: white;
}

table tbody::-webkit-scrollbar {
  width: 8px;
}

table tbody::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 5px;
}

table tbody tr {
  border-radius: 30px;
  cursor: pointer;
  display: table-row;
  transition: all 0.3s ease;
}

.selected-row, #alerts .selected-row:hover {
  background-color: #212121;
  color: white;
}

table tr *:nth-child(1) {
  width: 130px;
}

table tr *:nth-child(2) {
  text-align: center;
  width: 100px;
}

table tr *:nth-child(3) {
  width: 170px;
}

table th,
table td {
  padding: 0.5em;
}

#reset {
  text-align: center;
  margin: 12px 0px;
  border-style: solid;
  border-width: 1px;
}
