﻿.form-control {
  height: 34px;
  font-size: 14px;
}
.form-control::placeholder {
  color: #999;
}
.table td,
.table th {
  border-top: none;
  padding: 0.5rem;
}
form .info-error {
  font-size: 11px;
}
.tooltip-inner {
  max-width: 210px;
  font-size: 12px;
}
.form-check-input {
  border-color: #000000;
}