.field-label {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-label label {
  margin-left: 20px;
}

.field-value select,.field-value input {
  width: 100%;
}

input {
  border: 1px solid rgb(170, 183, 184);
  padding-left: 10px;
}

:required {
  border-left: 5px solid #b90101;
  border-radius: 2px;
}

:disabled{
  background-color: rgb(234, 237, 237)
}

.row.section-header h4 {
  width:100%;
  display: inline-block;
  border-bottom: 1px solid #dee2e6;
  margin-top: 32px;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-row {
  margin-bottom: 6px;
}

[validation-failed] {
  background-color: #ce090950;
}

.form-check {
  margin-bottom: 12px;
}

.form-check input[type=checkbox]{
  width: 20px; /* Don't center in cell. */
}

.check-enabled input[type=checkbox]:enabled, .check-enabled label {
  cursor: pointer;
}

.form-check label {
  padding-left: 4px;
  font-weight: 700;
}

.form-detail {
  margin-bottom: 3px;
}
.form-detail label {
  padding-left: 10px;
  font-weight: 500;
}

.device-edit-form-image .device-image {
  width: 50px;
}
@media (min-width: 992px) {
  .device-edit-form-image .device-image {
    width: 100%;
  }
}
