.referrals_tracker_wrapper {
  padding: 0px 20px 50px;
}
.referrals_tracker_wrapper h1 {
  font-size: 26px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}
.referrals_tracker_wrapper .help_section {
  line-height: 22px;
  margin: 17px 0 15px 10px !important;
  padding-top: 16px;
}
.referrals_tracker_wrapper .help_section .referral_packet_icon_container {
  position: relative;
  top: 1px;
}
.referrals_tracker_wrapper .help_section .referral_packet_link {
  margin-left: 2px;
  font-size: 16px;
}
.referrals_tracker_wrapper .help_section .vertical_separator {
  position: relative;
  top: -2px;
  margin: 0px 5px;
  color: #ccc;
}
.referrals_tracker_wrapper .help_image {
  margin-top: -5px;
  width: 16px;
}
.referrals_tracker_wrapper .help_link_text {
  font-size: 18px;
  font-weight: 500;
}
.referrals_tracker_wrapper .nav-tabs > li > a {
  cursor: pointer;
}
.referrals_tracker_wrapper .tab-pane {
  padding: 20px 0px;
}
.referrals_tracker_wrapper .referral_subheader {
  font-size: 15px;
  margin-bottom: 10px;
}
.referrals_tracker_wrapper .search_input {
  width: 300px;
  margin-right: 10px;
}
.referrals_tracker_wrapper .export_all_referrals_link,
.referrals_tracker_wrapper .email_sent_notification {
  margin-top: 7px;
}
.referrals_tracker_wrapper .export_all_referrals_link .glyphicon-export,
.referrals_tracker_wrapper .email_sent_notification .glyphicon-export {
  margin-right: 3px;
}
.referrals_tracker_wrapper .export_all_referrals_link {
  cursor: pointer;
}
.referrals_tracker_wrapper .pagination {
  margin: 0;
}
.referrals_tracker_wrapper .pagination > li:last-child > a {
  margin-right: 0;
}
.referrals_tracker_wrapper .pagination > li > a {
  float: none;
  padding: 0;
  line-height: normal;
  color: #3e7aab;
  background-color: none;
  border: none;
  margin-left: 0;
  margin-right: 5px;
}
.referrals_tracker_wrapper .pagination > li > a:hover {
  color: #3e7aab;
  background-color: transparent;
}
.referrals_tracker_wrapper .pagination > .active > a {
  background: none;
  color: black;
  font-weight: 500;
}
.referrals_tracker_wrapper .pagination_container {
  font-size: 1.2rem;
  font-size: 12px;
  text-align: right;
}
.referrals_tracker_wrapper .showing_row {
  color: #999;
}
.referrals_tracker_wrapper .showing_row span {
  color: #333;
}
.referrals_tracker_wrapper .page_num {
  margin-right: 5px;
  cursor: pointer;
}
.referrals_tracker_wrapper .page_num:last-child {
  margin-right: 0;
}
.referrals_tracker_wrapper .referral_tracker_table {
  border: none;
  font-size: 12px;
  margin-top: 20px;
}
.referrals_tracker_wrapper .referral_tracker_table .no_wrap {
  white-space: nowrap;
}
.referrals_tracker_wrapper .referral_tracker_table th {
  padding-bottom: 11px;
  vertical-align: bottom;
  background-position: bottom 12px right -1px;
}
.referrals_tracker_wrapper .referral_tracker_table th .notes_options {
  width: 100px;
  font-size: 12px;
  height: 20px;
  padding-bottom: 0;
}
.referrals_tracker_wrapper .referral_tracker_table tr {
  border-bottom: 1px solid #eee;
}
.referrals_tracker_wrapper .referral_tracker_table tr > th,
.referrals_tracker_wrapper .referral_tracker_table tr td {
  border-right: none;
  border-left: none;
}
.referrals_tracker_wrapper .referral_tracker_table tr > td {
  padding: 10px 5px;
}
.referrals_tracker_wrapper .referral_tracker_table tr > td.recruiter_notes_cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.referrals_tracker_wrapper .referral_tracker_table tbody {
  border-top: 1px solid #ddd;
}
.referrals_tracker_wrapper .referrals_meta_container {
  margin-bottom: 10px;
}
.referrals_tracker_wrapper .export_referrals_link {
  position: relative;
  top: 10px;
}
.referrals_tracker_wrapper .referrals_link_text {
  font-size: 14px;
  margin: 10px auto 0px auto;
}
.referrals_tracker_wrapper .referrals_link_text textarea {
  border: none;
  font-size: 14px;
  height: 15px;
  margin: 1px auto auto 5px;
  padding: 0;
  resize: none;
  width: 700px;
}
.referrals_tracker_wrapper .referrals_link_help {
  font-size: 12px;
  font-weight: 200;
  color: #999;
  margin: 3px 0px 5px 10px;
}
.referrals_tracker_wrapper .add_note_container,
.referrals_tracker_wrapper .show_note_container {
  position: relative;
}
.referrals_tracker_wrapper .add_note_container .popover .arrow,
.referrals_tracker_wrapper .show_note_container .popover .arrow {
  top: 46px;
}
.referrals_tracker_wrapper .add_note_container .popover_content_wrapper,
.referrals_tracker_wrapper .show_note_container .popover_content_wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
  max-height: 120px;
  margin-bottom: 41px;
  padding-left: 8px;
  padding-top: 8px;
}
.referrals_tracker_wrapper .add_note_container .popover_content_wrapper::-webkit-scrollbar,
.referrals_tracker_wrapper .show_note_container .popover_content_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.referrals_tracker_wrapper .add_note_container .popover_content_wrapper::-webkit-scrollbar-thumb,
.referrals_tracker_wrapper .show_note_container .popover_content_wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.referrals_tracker_wrapper .add_note_container .company_note_input_header,
.referrals_tracker_wrapper .show_note_container .company_note_input_header {
  font-weight: 600;
}
.referrals_tracker_wrapper .add_note_container .company_note_input_header.input_error,
.referrals_tracker_wrapper .show_note_container .company_note_input_header.input_error {
  border-color: #d43f3a;
}
.referrals_tracker_wrapper .add_note_container .recruiter_note,
.referrals_tracker_wrapper .show_note_container .recruiter_note {
  font-size: 13px;
  margin-bottom: 10px;
}
.referrals_tracker_wrapper .add_note_container .note_author_initials,
.referrals_tracker_wrapper .show_note_container .note_author_initials {
  display: inline-block;
  color: #888888;
  margin-right: 4px;
  width: 18px;
}
.referrals_tracker_wrapper .add_note_container .note_date_created,
.referrals_tracker_wrapper .show_note_container .note_date_created {
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  width: 67px;
}
.referrals_tracker_wrapper .add_note_container .note_content,
.referrals_tracker_wrapper .show_note_container .note_content {
  display: inline-block;
  width: 255px;
  margin-right: 5px;
}
.referrals_tracker_wrapper .add_note_container .note_footer,
.referrals_tracker_wrapper .show_note_container .note_footer {
  position: fixed;
  width: 100%;
  padding: 12px;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #e7e7e7;
}
.referrals_tracker_wrapper .add_note_container .note_footer .save_new_note,
.referrals_tracker_wrapper .show_note_container .note_footer .save_new_note {
  margin: 6px 6px 6px 0;
  height: 26px;
  line-height: 13px;
}
.referrals_tracker_wrapper .add_company_note_popover {
  border-radius: 2px;
  padding: 10px 10px 5px;
  width: 340px;
  max-width: none;
  left: -348px;
  top: -38px;
}
.referrals_tracker_wrapper .add_company_note_popover .popover_header {
  border-bottom: none;
  box-shadow: none;
}
.referrals_tracker_wrapper .add_company_note_popover .close_popover {
  margin-top: -11px;
  padding-right: 1px;
}
.referrals_tracker_wrapper .show_company_notes_popover {
  height: auto;
  border-radius: 2px;
  max-width: none;
  left: -395px;
  top: -21px;
}
.referrals_tracker_wrapper .show_company_notes_popover .close_popover {
  line-height: 18px;
  color: #b7b7b7;
  font-size: 18px;
  padding-right: 8px;
  padding-top: 5px;
  margin-top: -2px;
}
.referrals_tracker_wrapper .show_company_notes_popover .close_popover:hover,
.referrals_tracker_wrapper .show_company_notes_popover .close_popover:focus {
  text-decoration: none;
}
.referrals_tracker_wrapper .shortened_notes_popover {
  height: auto;
  top: -21px;
  left: -395px;
}
.referrals_tracker_wrapper .popover_header {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}
.referrals_tracker_wrapper .popover_header.padding_for_notes .close_popover {
  padding-bottom: 6px;
}
.referrals_tracker_wrapper .shortened_popover_content {
  overflow-y: auto;
  height: 46%;
  padding-bottom: 25px;
}
.referrals_tracker_wrapper .shortened_footer {
  padding: 0 !important;
}
.referrals_tracker_wrapper .company_new_note_input {
  margin: 10px 0 0;
  padding: 2px 8px;
  width: 76%;
}
.referrals_tracker_wrapper .company_note_input {
  margin: 6px 6px 9px 6px;
  width: 80%;
  padding: 2px 8px;
}
.referrals_tracker_wrapper .save_new_note {
  margin: 10px 6px 6px 0;
  height: 26px;
  line-height: 13px;
}
.referrals_tracker_wrapper .close_popover {
  line-height: 18px;
  color: #b7b7b7;
  font-size: 18px;
  padding-right: 7px;
  padding-top: 3px;
  margin-top: 0;
}
.referrals_tracker_wrapper .close_popover:hover,
.referrals_tracker_wrapper .close_popover:focus {
  text-decoration: none;
}
.referrals_tracker_wrapper .company_note_btn_container button {
  padding: 2px 12px;
}
.referrals_tracker_wrapper .company_note_btn_container a {
  margin: 5px 7px 0 0;
  font-size: 13px;
}
.referrals_tracker_wrapper .filtering_on_container {
  margin-top: 37px;
}
.referrals_tracker_wrapper .filtering_on_text {
  display: block;
  margin-right: 7px;
}
.referrals_tracker_wrapper .filtering_on_select {
  display: block;
  width: 133px;
}
th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  background-image: url(/css/plugins/tablesorter/images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
table .tablesort-sortable:after {
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #000;
}
table .tablesort-desc:after {
  border-top: 4px solid #000;
  border-bottom: none;
}
table .tablesort-asc,
table .tablesort-desc {
  background-image: none;
  background-color: rgba(141, 192, 219, 0.25);
}
table .tablesort-asc:after,
table .tablesort-desc:after {
  visibility: visible;
}
/*
 * Styling for the table row shown in empty tables
 */
/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
  display: none;
}
/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
  display: table-row;
}
.showIfLast td {
  text-align: center;
}
.showIfLast td:after {
  content: "No data";
}
/* expand/collapse duplicate styling */
.duplicate_referred_student {
  background: #f2f2f2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.duplicate_referred_student > .subresponse_color {
  background: #f2f2f2 !important;
}
.expand_duplicates_container {
  color: #999;
  font-size: 10px;
}
/* Tag team member/referral note styling */
.tag_container {
  position: relative;
}
.tag_container .tag_popover {
  border-radius: 2px;
  padding: 10px 10px;
  width: 340px;
  max-width: none;
  left: -342px;
  top: -78px;
}
.tag_container .tag_popover h3 {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.tag_container .tag_popover h3:first-of-type {
  margin-top: 0px;
}
.tag_container .tag_popover h3 > .subtext {
  color: #333;
  font-size: 10px;
}
.tag_container .tag_popover input,
.tag_container .tag_popover textarea {
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 3px;
  resize: none;
}
.tag_container .tag_popover .tag_teammate_input {
  width: 65%;
}
.tag_container .tag_popover .close_button {
  opacity: 0.7;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
}
.tag_container .tag_popover .close_button > .glyphicon {
  font-size: 11px;
}
.tag_container .tag_popover .close_button:hover {
  opacity: 1;
}
.tag_container .tag_popover .confirm_tag_button {
  margin-top: 10px;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}
.tag_container .tag_popover .cancel_tag_link {
  margin-top: 10px;
  margin-left: 10px;
  line-height: 25px;
}
.tag_container .tag_popover .error_text {
  color: #d43f3a;
  font-size: 10px;
  margin-top: -2px;
  margin-left: 2px;
  font-weight: 500;
}
.tag_container .tag_popover .arrow {
  top: 87px;
}
.tag_container .tag_item {
  margin-left: 5px;
}
.tag_container .tag_item.first_item {
  margin-left: 0px;
}
.tag_container .remove_tag {
  cursor: pointer;
  top: 2px;
}
td .student_note {
  display: inline;
}
td .student_note.full_note_container {
  position: relative;
}
td .student_fast_track {
  font-weight: 500;
}
td .note_popover {
  border-radius: 2px;
  padding: 10px 15px;
  max-width: none;
}
td .note_popover .note_content {
  word-wrap: break-word;
}
td .note_popover.student_note_popover {
  left: 40px;
  top: -18px;
  min-height: 50px;
  width: 400px;
}
td .note_popover.tagged_note_popover {
  left: -342px;
  top: -15px;
  width: 340px;
}
td .note_popover .arrow {
  top: 25px !important;
}
td .note_popover p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0px;
}
td .note_popover .close_button {
  opacity: 0.7;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  right: 7px;
  color: #999;
}
td .note_popover .close_button > .glyphicon {
  font-size: 11px;
}
td .note_popover .close_button:hover {
  opacity: 1;
}
td .note_popover .single_note_container {
  border-bottom: 1px solid #eee;
  padding: 7px 0px;
}
td .note_popover .single_note_container.last_note {
  border: none;
  padding-bottom: 0px;
}
td .note_popover .single_note_container.first_note {
  padding-top: 0px;
}
td .note_popover h4.note_header {
  font-size: 12px;
  margin: 0px 0px 3px 0px;
}
td .note_popover h4.note_header .date_text {
  color: #999;
  font-size: 10px;
  font-weight: 400;
}
td .tagged_note_container {
  position: relative;
}
td.user_info_col {
  word-wrap: break-word;
}
.context_col .popover_container {
  position: relative;
}
.context_col .context_popover {
  border-radius: 2px;
  padding: 10px 15px;
  max-width: none;
}
.context_col .context_popover .context_content {
  word-wrap: break-word;
}
.context_col .context_popover.context_classes_popover {
  left: 100px;
  top: -18px;
  min-height: 50px;
  width: 320px;
}
.context_col .context_popover.context_packet_popover {
  left: 110px;
  top: -18px;
  min-height: 50px;
  width: 320px;
}
.context_col .context_popover .arrow {
  top: 25px !important;
}
.context_col .context_popover h3 {
  font-size: 12px;
  color: #333;
  margin: 0px 0px 2px 0px;
}
.context_col .context_popover .section_subheader {
  font-size: 11px;
  font-weight: 400;
  color: #808080;
  margin: 0px 0px 3px 0px;
}
.context_col .context_popover p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0px;
}
.context_col .context_popover p.context_item_highlight {
  font-style: italic;
  margin: 10px 0px 0px 0px;
}
.context_col .context_popover .close_button {
  opacity: 0.7;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  right: 7px;
  color: #999;
}
.context_col .context_popover .close_button > .glyphicon {
  font-size: 11px;
}
.context_col .context_popover .close_button:hover {
  opacity: 1;
}
.existing_packet_modal button.close {
  position: absolute;
  right: 20px;
  top: 13px;
}
.existing_packet_modal table {
  width: 100%;
}
.existing_packet_modal thead {
  border-bottom: 2px solid #ddd;
}
.existing_packet_modal thead th {
  font-size: 12px;
  padding: 5px 0px;
}
.existing_packet_modal thead th.packet_col {
  width: 25%;
}
.existing_packet_modal thead th.student_col {
  width: 35%;
}
.existing_packet_modal thead th.link_col {
  width: 40%;
}
.existing_packet_modal tbody tr {
  border-bottom: 1px solid #eee;
}
.existing_packet_modal tbody tr:last-child {
  border-bottom: 0px;
}
.existing_packet_modal tbody tr td {
  font-size: 12px;
  padding: 7px 0px;
}
