/* src/styles.scss */
.form-label {
  font-family:
    "Open Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #666666;
  margin-bottom: 8px;
}
.form-label--readonly {
  font-weight: 600;
  font-size: 14px;
}
.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  line-height: 34px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  color: #666666;
  font-family:
    "Open Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 13px;
}
.form-input:focus {
  outline: none;
  border-color: #3693C1;
  box-shadow: 0 0 0 2px rgba(54, 147, 193, 0.12);
}
.form-readonly {
  display: block;
  background: #F2F2F2;
  padding: 12px 16px;
  height: 34px;
  box-sizing: border-box;
  color: #666666;
  font-family:
    "Open Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 2px;
  min-width: 100px;
}
.form-readonly-inline {
  display: inline-block;
  background: #F2F2F2;
  padding: 12px 16px;
  color: #666666;
  font-family:
    "Open Sans",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 2px;
  min-width: 100px;
  margin-left: 4px;
}
.vehicle-module {
  margin-bottom: 16px;
}
.network-container {
  padding: 0px 32px;
}
.accessory-list {
  padding-left: 32px;
  margin: 0px;
}
.vehicle-module .form-readonly,
.coupling-module .form-readonly {
  border-radius: 2px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
