/*Form*/
.training-form .row {
  margin-bottom: 15px;
}

.border {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  margin-top: 20px;
}
.row.border {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.field--name-field-at-over-under-wt .form-inline .control-label {
  margin-bottom: 5px;
  vertical-align: unset;
}
.field--name-field-at-over-under-wt .form-inline .form-control {
  display: block;
  vertical-align: unset;
  width: 100%;
  height: 38px;
}

/*View*/
.qat-group .field {
  display: inline-block;
  margin-right: 15px;
}

.qat-group h3 {
  border-bottom: 1px solid #dedede;
}
.qat-group-orientation h3 {
  border-bottom: 1px solid #dedede;
}

.qat-view-border {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  margin-top: 20px;
}
#edit-group-at-ort-test-circle-1--content .qat-aid-row > div:nth-child(2),
#edit-group-at-ort-test-circle-2--content .qat-aid-row > div:nth-child(2),
#edit-group-at-ort-practice-run--content .qat-aid-row > div:nth-child(2) {
  width: 15%;
}
#edit-group-at-operational-boxes--content .qat-aid-row > div:nth-child(3),
#edit-group-at-operational-luggage--content .qat-aid-row > div:nth-child(3) {
  width: 15%;
}

#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(1) {
  width: 5%;
}

#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(2) {
  width: 7%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(3) {
  width: 4%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(4) {
  width: 10%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(5) {
  width: 3%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(6) {
  width: 5%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(7) {
  width: 10%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(8) {
  width: 35%;
}
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(9),
#edit-group-at-operational-vehicles--content .qat-aid-row > div:nth-child(10) {
  width: 5%;
}

.v-layout-row .field,
.qat-aid-row .field {
  display: inline-block;
  margin-right: 10px;
}
.v-layout-row .field {
  min-width: 60px;
}
.v-layout-row,
.qat-aid-row {
  margin-bottom: 15px;
}
.aid-set-time .title {
  margin-bottom: 0;
}

/*color code pass*/
.set-climate .title {
  font-weight: 700;
}
.qat-aid-row .field--item {
  padding: 5px;
  border-radius: 3px;
  min-width: 100px;
}
#edit-group-at-operational-vehicles--content .qat-aid-row .field--item {
  min-width: unset;
}

.qat-aid-row .field--item.red {
  background: red;
  color: white;
}
.qat-aid-row .field--item.green {
  background: green;
  color: white;
}
.qat-aid-row .field--item.black {
  background: black;
  color: white;
}
/*hide label after first row*/
#edit-group-at-ort-practice-run--content .qat-view-border .qat-aid-row:not(:first-child) .field--label,
#edit-group-at-ort-test-circle-1--content .qat-view-border .qat-aid-row:not(:first-child) .field--label,
#edit-group-at-ort-test-circle-2--content .qat-view-border .qat-aid-row:not(:first-child) .field--label,
#edit-group-at-operational-luggage--content .qat-view-border .qat-aid-row:not(:first-child) .field--label,
#edit-group-at-operational-boxes--content .qat-view-border .qat-aid-row:not(:first-child) .field--label,
#edit-group-at-operational-vehicles--content .qat-view-border .qat-aid-row:not(:first-child) .field--label {
  display: none;
}