.students_apply_modal .modal-dialog {
  width: 1050px;
}
.students_apply_modal .modal-content {
  background: #f9faf9;
}
.students_apply_modal .modal-footer {
  margin-top: 20px;
}
.students_apply_modal .apply_header .student_profile_header {
  width: 780px;
  margin-bottom: 10px;
}
.students_apply_modal .apply_header strong {
  font-weight: 500;
}
.students_apply_modal .edit_tags li {
  float: left;
  padding: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  background: #3e7aab;
}
.students_apply_modal .edit_tags li .glyphicon {
  margin-left: 3px;
  color: #fff;
  cursor: pointer;
  opacity: .75;
  transition: opacity .2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.students_apply_modal .edit_tags li .glyphicon:hover {
  opacity: 1;
}
.students_apply_modal .student_careers_header {
  margin-bottom: 0px;
}
.students_apply_modal h1.error {
  color: #d43f3a;
}
.students_apply_modal h2 {
  line-height: 1.3;
  margin-bottom: 10px;
}
.students_apply_modal h2 strong {
  font-weight: 500;
}
.students_apply_modal textarea {
  resize: vertical;
}
.students_apply_modal .student_item.apply_modal {
  padding-left: 0;
  margin-bottom: 20px;
}
.students_apply_modal .student_item.apply_modal h4 {
  margin-bottom: 10px;
}
.students_apply_modal .student_item.apply_modal .seeking-job_type {
  width: 300px;
}
.students_apply_modal .student_item.apply_modal #roles_autocomplete {
  width: 300px;
}
.students_apply_modal .student_item.apply_modal .explain_text {
  color: #999;
  margin-top: 5px;
}
.students_apply_modal .radio input[type=radio] {
  margin-top: 2px;
}
