.upload_students_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
.upload_students_wrapper .upload_students_info_header {
  width: 600px;
  margin: auto;
}
.upload_students_wrapper .upload_students_info_header .help_section {
  margin-top: 30px;
  margin-left: 200px;
}
.upload_students_wrapper .upload_students_info_header .help_section .help_image {
  margin-top: -5px;
  width: 16px;
}
.upload_students_wrapper .upload_students_info_header .help_section .help_link_text {
  font-size: 18px;
  font-weight: 500;
}
.upload_students_wrapper .manage_tags_container {
  margin: auto;
  width: 600px;
}
.upload_students_wrapper .manage_tags_container a {
  display: block;
  margin: 5px 0;
  width: 85px;
}
.upload_students_wrapper .manage_tags_container a:focus {
  color: #3e7aab;
  text-decoration: none;
}
.upload_students_wrapper .manage_tags_container h5 {
  margin-top: 0px;
}
.upload_students_wrapper .manage_tags_container .tag_item {
  color: #2e343b;
  cursor: default;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 4px 6px;
  font-size: 12px;
  position: relative;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag {
  color: #aaa;
  cursor: pointer;
  margin-left: 5px;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag:hover {
  color: #666;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag_popover {
  position: absolute;
  width: 140px;
  right: -145px;
  left: auto;
  top: -23px;
  padding-top: 3px;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag_popover .content {
  text-align: center;
  padding: 3px;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag_popover .options {
  margin: 3px 0 2px 0;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag_popover .options a {
  display: inline;
  cursor: pointer;
}
.upload_students_wrapper .manage_tags_container .tag_item .remove_tag_popover .confirm_delete_btn {
  padding: 1px 6px;
  margin-left: 13px;
  font-size: 12px;
  font-weight: 400;
}
.upload_students_wrapper .upload_icon {
  color: orange !important;
  font-size: 22px;
  margin-top: 25px;
}
.upload_students_wrapper .upload_students_title {
  font-size: 30px;
  font-weight: 300;
  margin-left: 10px;
}
.upload_students_wrapper .manually_select_students_title {
  font-size: 30px;
  font-weight: 300;
}
.upload_students_wrapper .select_students_header {
  margin-bottom: 20px;
}
.upload_students_wrapper .select_students_header .help_section {
  margin-top: 30px;
  margin-left: 200px;
}
.upload_students_wrapper .select_students_header .help_section .help_image {
  margin-top: -5px;
  width: 16px;
}
.upload_students_wrapper .select_students_header .help_section .help_link_text {
  font-size: 18px;
  font-weight: 500;
}
.upload_students_wrapper .select_students_container {
  padding-left: 260px;
}
.upload_students_wrapper .select_students_container .select_students_body {
  bottom: 0;
  position: absolute;
  top: 116px;
  right: 0;
  left: 280px;
  overflow-y: auto;
}
.upload_students_wrapper .step_container {
  padding: 20px;
  margin: auto;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 600px;
}
.upload_students_wrapper .step_container .step_num {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.upload_students_wrapper .step_container .subtext {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 20px;
}
.upload_students_wrapper .step_container .upload_container {
  margin: 20px 0 50px 0;
  text-align: center;
}
.upload_students_wrapper .step_container .upload_container .disabled_radio_option {
  opacity: 0.5;
}
.upload_students_wrapper .step_container .uploaded_file_name {
  margin-bottom: 3px;
}
.upload_students_wrapper .step_container .upload_error_message {
  text-align: center;
  text-transform: none;
  color: #B21523;
  font-weight: 200;
}
.upload_students_wrapper .step_container .step_info {
  font-size: 14px;
  color: #808080;
  margin-bottom: 5px;
}
.upload_students_wrapper .step_container .step_info.folder {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
  margin-top: -30px;
}
.upload_students_wrapper .step_container label {
  margin-bottom: 7px;
  margin-left: 5px;
  cursor: pointer;
}
.upload_students_wrapper .step_container label:last-child {
  margin-bottom: 0;
}
.upload_students_wrapper .step_container input[type="radio"] {
  float: left;
}
.upload_students_wrapper .step_container input[type="text"] {
  width: 279px;
  height: 30px;
}
.upload_students_wrapper .step_container span {
  font-size: 14px;
}
.upload_students_wrapper .step_container span:nth-child(2) {
  float: left;
  display: block;
  width: 420px;
  padding-left: 7px;
  padding-top: 3px;
  line-height: 1.2;
}
.upload_students_wrapper .step_container span:last-child {
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-left: 19px;
  float: left;
  color: #808080;
}
.upload_students_wrapper .step_container .radio_note {
  font-size: 11px;
  margin-left: 5px;
  line-height: 15px;
}
.upload_students_wrapper .step_categorize .upload_container {
  margin-bottom: 30px;
  text-align: inherit;
}
.upload_students_wrapper .step_select_matches .upload_container {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: inherit;
}
.upload_students_wrapper .step_select_folder .step_num {
  margin-bottom: 70px;
}
.upload_students_wrapper .step_select_folder .upload_container {
  margin-top: 20px;
  text-align: inherit;
}
.upload_students_wrapper .upload_step_footer_links {
  margin-left: 429px;
}
.upload_students_wrapper .upload_step_footer_links .upload_next_button {
  margin-left: 0;
}
.upload_students_wrapper .upload_btn {
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.upload_students_wrapper .download_template {
  position: relative;
  top: 6px;
  font-weight: 300;
  font-size: 15px;
}
.upload_students_wrapper .download_template a {
  font-weight: 400;
}
.upload_students_wrapper .upload_next_button {
  border-radius: 2px;
  font-size: 16px;
  padding: 5px 25px;
  margin-left: 472px;
  font-weight: 500;
}
.upload_students_wrapper .upload_next_button.disabled_next_button {
  background: #ccc;
  border-color: #ccc;
  cursor: default;
}
.upload_students_wrapper .upload_create_folder_button {
  border-radius: 2px;
  margin-top: -18px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}
.upload_students_wrapper .or_block {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100px;
  margin: -15px 15px 5px 16px;
}
.upload_students_wrapper .or_block span {
  font-size: 18px !important;
  color: #808080;
  padding: 0 8px !important;
  float: none !important;
  background: white;
  display: inline !important;
}
.upload_students_wrapper .or_block:before {
  border-left: 2px solid #f2f2f2;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -180%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 1px;
  z-index: -1;
}
.upload_students_wrapper .piazza_filter_options {
  list-style-type: none;
  padding-left: 20px;
}
.upload_students_wrapper .piazza_filter_options li > label > span {
  color: #333 !important;
  font-weight: 300;
  padding-left: 5px !important;
  width: 546px !important;
}
.upload_students_wrapper .piazza_filter_options span.filter_option_label {
  padding-left: 5px;
  padding-top: 0px;
  margin-left: -5px;
  max-width: 200px;
}
.upload_students_wrapper .upload_note {
  font-size: 14px;
  color: #808080;
  font-weight: 300;
}
.upload_students_wrapper .student_check {
  position: absolute !important;
  top: 12px;
  left: 8px;
}
.upload_students_wrapper .selected_num {
  margin: 25px 0 0 8px;
  font-size: 22px;
  font-weight: 300;
}
.upload_students_wrapper .meta_list {
  margin-left: 14px;
}
.upload_students_wrapper .label {
  padding: 1px 5px;
  line-height: 1;
  border-radius: 2px;
  font-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
}
.upload_students_wrapper .nav_line {
  margin: 25px 30px 0 0;
}
.upload_students_wrapper .back {
  cursor: pointer;
  margin: 6px 10px 0 0;
}
.upload_students_wrapper .uploaded_candidates_header {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.upload_students_wrapper .uploaded_candidates_results_table {
  margin-bottom: 10px;
  border-collapse: separate;
}
.upload_students_wrapper .quick_selections_container {
  padding: 5px 25px 5px 10px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
  position: fixed;
  top: 166px;
  left: 20px;
}
.upload_students_wrapper .quick_selections_container label {
  display: block;
  cursor: pointer;
  font-size: 12px;
}
.upload_students_wrapper .quick_selections_container span {
  font-weight: 300;
  position: relative;
  top: 1px;
}
.upload_students_wrapper .quick_selections_container .see_tips {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 12px;
  cursor: pointer;
}
.upload_students_wrapper .quick_selections_title {
  margin-bottom: 5px;
}
.upload_students_wrapper .select_all_container {
  margin-bottom: 5px;
}
.upload_students_wrapper .select_all_container span {
  font-weight: 300;
  position: relative;
  top: 1px;
}
.upload_students_wrapper .select_all_container label {
  cursor: pointer;
}
.upload_students_wrapper .student_quick_selections {
  padding: 5px 5px 1px 5px;
  margin-left: -5px;
  background: #f9f9f9;
  width: 716px;
}
.upload_students_wrapper .student_quick_selections input {
  margin-right: 0px;
}
.upload_students_wrapper .student_quick_selections span {
  font-weight: 300;
}
.upload_students_wrapper .student_quick_selections label {
  cursor: pointer;
  margin-left: 5px;
  border-right: 1px solid #eee;
  padding-right: 5px;
  font-size: 12px;
}
.upload_students_wrapper .student_quick_selections label:first-child {
  margin-left: 0px;
}
.upload_students_wrapper .student_quick_selections label:last-child {
  border-right: none;
  padding-right: 0px;
}
.upload_students_wrapper .card_match_selection_options {
  margin-bottom: 6px;
}
.upload_students_wrapper .card_match_selection_options a:first-child {
  margin-right: 10px;
}
.upload_students_wrapper .match_card {
  width: 300px;
  padding: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  cursor: pointer;
}
.upload_students_wrapper .match_card:nth-child(4) {
  margin-right: 0;
}
.upload_students_wrapper .match_card:hover {
  background: #efefef;
}
.upload_students_wrapper .match_card img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
  background: grey;
  border-radius: 3px;
}
.upload_students_wrapper .match_card .checkbox {
  margin: 8px 10px 0 6px;
}
.upload_students_wrapper .match_card .student_info {
  max-width: 215px;
  line-height: 1.2;
  font-size: 12px;
}
.upload_students_wrapper .match_card .student_info .school {
  font-size: 10px;
}
.upload_students_wrapper .match_card .name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload_students_wrapper .match_card .school {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload_students_wrapper .grey_out {
  color: #999;
}
.upload_students_wrapper .match_container {
  padding: 0 0 12px 0px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  width: 950px;
}
.upload_students_wrapper .match_container:last-child {
  border-bottom: none;
}
.upload_students_wrapper .search_name {
  font-size: 18px;
  color: #333;
}
.upload_students_wrapper .separator_line {
  border-right: 1px solid #eee;
  height: 20px;
  width: 0px;
  margin: 0 8px;
  position: relative;
  top: 2px;
}
.upload_students_wrapper .match_error {
  font-size: 16px;
  font-weight: 300;
}
.upload_students_wrapper .show_link {
  font-size: 12px;
  margin-left: 5px;
  margin-top: 9px;
}
.upload_students_wrapper .showing_number_text {
  border-left: 1px solid #eee;
  padding-left: 5px;
  font-weight: 200;
  font-size: 12px;
}
.upload_students_wrapper .select_all_check {
  margin-top: 9px !important;
  margin-right: 5px;
}
.upload_students_wrapper .no_matches_note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  color: #bbb;
}
.upload_students_wrapper .uploaded_candidates_results_table {
  width: 900px;
  font-size: 13px;
  color: #333;
}
.upload_students_wrapper .uploaded_candidates_results_table td {
  background: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  vertical-align: top;
}
.upload_students_wrapper .uploaded_candidates_results_table .uploaded_candidates_results_table_header td {
  background: white;
  border: none;
  padding: 0px 10px;
}
.upload_students_wrapper .uploaded_candidates_results_table .candidate_results_header {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.upload_students_wrapper .uploaded_candidates_results_table .candidate_preview_section {
  width: 300px;
}
.upload_students_wrapper .uploaded_candidates_results_table .glyphicon-remove-circle {
  font-size: 16px;
  cursor: pointer;
}
.upload_students_wrapper .uploaded_candidates_results_table .student_feed_item_section h4 {
  font-size: 11px;
  color: #999;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_select_section {
  cursor: pointer;
  padding: 0px !important;
  vertical-align: middle !important;
  width: 60px;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_select_section.student_selected {
  background: #32AB39;
  color: #fff;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_select_section.student_unselected {
  background: #ddd;
  color: #fff;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_feed_item_section.meta_info {
  width: 25%;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_feed_item_section.actions_info {
  width: 24%;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_feed_item_section.classes {
  width: 18%;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_feed_item_section.worked_at {
  width: 18%;
}
.upload_students_wrapper .uploaded_candidates_results_table td.student_feed_item_section.indicators {
  width: 15%;
}
.upload_students_wrapper .uploaded_candidates_results_table .student_select_icon {
  font-size: 20px;
  width: 100%;
  height: 100%;
  padding: 50.5px 20px;
}
.upload_students_wrapper .upload_status_header {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
.upload_students_wrapper .upload_status_body .step_num {
  margin-bottom: 30px;
}
.upload_students_wrapper .upload_status_body .status_content {
  margin-bottom: 80px;
}
.upload_students_wrapper .upload_status_body .confirmation_text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0 10px 0;
}
.upload_students_wrapper .upload_status_body .step_num {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.upload_students_wrapper .upload_status_body .line_separator_vert {
  border-right: 1px solid #eee;
  height: 20px;
  width: 0;
  position: relative;
  top: 2px;
  margin: 0 10px;
}
.upload_students_wrapper .upload_status_body .next_options {
  margin: 0 auto;
}
.upload_students_wrapper .upload_status_body .next_options a {
  font-size: 14px;
  font-weight: 400;
}
.upload_students_wrapper .upload_status_body a {
  cursor: pointer;
  text-decoration: none !important;
  transition: .3s ease;
}
.upload_students_wrapper .upload_status_body a:hover {
  color: #6394bb;
}
.upload_students_wrapper .upload_status_body .folder_success .next_options {
  width: 231px;
}
.upload_students_wrapper .upload_status_body .no_matches .next_options,
.upload_students_wrapper .upload_status_body .upload_success .next_options {
  width: 231px;
}
.upload_students_wrapper .upload_status_body .upload_success_container a {
  font-size: 14px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 138px;
}
.upload_students_wrapper .upload_status_body .separator_line {
  width: 100px;
  height: 1px;
  background: #999;
  margin: 4px auto 8px auto;
}
.upload_students_wrapper .upload_status_body .send_email_text {
  color: #666;
  width: 390px;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-weight: 400;
}
.upload_students_wrapper .uploaded_candidates_results_table {
  font-size: 13px;
  color: #333;
}
.upload_students_wrapper .uploaded_candidates_results_table td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-right: none;
  vertical-align: top;
}
.upload_students_wrapper .uploaded_candidates_results_table td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.upload_students_wrapper .uploaded_candidates_results_table td:last-child {
  border-right: 1px solid #ebebeb;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tips_modal_header_container {
  padding: 0px 10px 10px 20px;
  width: 100%;
}
.tips_modal_header_container button.close {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 100;
}
h1.tips_modal_header {
  font-size: 26px;
  font-weight: 200;
  text-align: left;
  width: 100%;
}
.tips_modal_content {
  color: #999;
  font-size: 20px;
  font-weight: 200;
  padding: 0 20px 50px 20px;
}
.tips_modal_footer .got_it_link {
  bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 40px;
}
