/* line 4, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody tr.editable {
  background: antiquewhite;
}

/* line 9, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span {
  padding: 4px 6px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span.traffic1 {
  background-color: #2ca0da;
}

/* line 20, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span.traffic2 {
  background-color: #ffd200;
}

/* line 24, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span.traffic3 {
  background-color: #ff9000;
}

/* line 28, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span.traffic4 {
  background-color: #e13828;
}

/* line 32, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_top table tbody td.level > span.traffic5 {
  background-color: gray;
}

/* line 42, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit .form-container {
  display: flex;
  justify-content: center;
}

/* line 47, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form {
  border: 1px solid purple;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 4rem;
  width: 300px;
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-group > label {
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}

/* line 66, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label.level1 {
  background-color: #2ca0da;
}

/* line 70, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label.level2 {
  background-color: #ffd200;
}

/* line 74, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label.level3 {
  background-color: #ff9000;
}

/* line 78, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label.level4 {
  background-color: #e13828;
}

/* line 82, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .form-check-label.level5 {
  background-color: gray;
}

/* line 87, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .action-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* line 92, app/assets/stylesheets/fes_traffic.scss */
#body_fes_traffic_edit #fes_traffic_form .action-container .btn {
  padding: 8px 30px;
  border-radius: 20px;
  margin: 0;
}
