.reasontable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.reasontable tr {
  margin: 5px 0;
}
.reasontable tr td:first-child {
  width: 30%;
}
.reasontable p {
  margin: 0;
}
#view-reason-form .form-item-reason-version {
  margin: 5px 0;
}
#view-reason-form .form-item-reason-version label {
  width: 30%;
}

#view-reason-form input.form-submit {
  background-color: #0d6cb9 !important;
  color: #fff;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .2em;
  margin: 0 6px 0 0;
  height: 30px;
  font-weight: normal;
}
#view-reason-form #edit-required,
#view-reason-form #edit-actions {
  text-align: center;
  margin: 8px 0;
}

.node-request-detail-form label {
  width: 30%;
  float: left;
}

.node-request-detail-form .js-form-type-textarea > div {
  width: 69%;
  float: left;
}
.node-request-detail-form #edit-body-wrapper,
.node-request-detail-form .field--name-field-attachment,
.node-request-detail-form .field--widget-options-select  {
  display: inline-block;
  margin-top: 5px;
  margin-bottom:5px;
  width: 100%;
}

#versionfields-wrapper {
  margin: 20px 0;
}
#versionfields-wrapper table {
  width: 100%;
}

.version-status .js-form-type-radio {
  display: inline-block;
  width: 100%;
}

.form-item label {
  text-transform: capitalize;
}

.js-form-item-feedback-message label {
  text-transform: none;
}
.field--widget-options-select {
  margin-top: 15px;
}
.form-item-required {
  margin-top: 10px;
  text-align: center;
}

.node-framework-form .cancel-btn,
.view-reason-form .cancel-btn {
  height: 30px;
}
.node-framework-form .button--primary,
.view-reason-form input.button--primary,
.node-reason-form .button--primary {
  vertical-align: middle;
}

.view-reason-form .custom-message{
  display: none;
}
.table-responsive table tbody tr:hover {
  background-color: #EEEEEE !important;
}

.step_0 {
  background-color: #ff0000;
}
.step_1 {
  background-color: #fd9d00;
}
.step_2 {
  background-color: #ffff00;
}
.step_4 {
  background-color: #00c400;
}
.step_5 {
  background-color: #00c400;
}
.step_6 {
  background-color: #ff5e00;
}
.step_7 {
  background-color: #fd9d00;
}
.step_8 {
  background-color: #e1ff00;
}
.step_9 {
  background-color: #ffff00;
}
.step_10 {
  background-color: #c9faca;
}

