.student_topbar {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #3b79ad;
  color: white;
  border-radius: 0px;
  margin: 0px;
  min-height: 43px;
  min-width: 950px;
}
.student_topbar .blue_bar {
  padding: 0 10px;
}
.student_topbar .search_info_label {
  color: #333;
  line-height: 1.3;
  font-size: 12px;
  padding: 10px;
}
.student_topbar .logged_out_header_button_container {
  margin: 5px 5px 5px 0px;
}
.student_topbar .logged_out_header_button_container:last-child {
  margin-right: 0;
}
.student_topbar .logged_out_header_button {
  background: transparent;
  border: 1px solid #bacfdf;
  border-radius: 2px;
  color: #bacfdf;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.student_topbar .topbar_right_icons_container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.student_topbar .topbar_right_icons_container > li {
  list-style: none;
  margin: 0;
  position: relative;
}
.student_topbar .topbar_right_icons_container > li > a {
  display: block;
  color: white;
  opacity: 0.7;
  transition: 0.3s;
  padding: 13px 15px;
  line-height: 16px;
  text-decoration: none;
}
.student_topbar .topbar_right_icons_container > li > a.active {
  opacity: 1;
}
.student_topbar .topbar_right_icons_container > li > a:hover,
.student_topbar .topbar_right_icons_container > li > a:active,
.student_topbar .topbar_right_icons_container > li > a:focus {
  background: transparent;
  opacity: 1;
  outline: none;
}
.student_topbar .topbar_right_icons_container .dropdown-menu {
  left: auto;
  right: 0px;
  top: 40px;
}
.student_topbar .topbar_right_icons_container .student_topbar_notification {
  position: absolute;
  left: 50%;
  top: 5px;
  background: #ed2124;
  color: white;
  padding: 3px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.student_topbar .navbar-header {
  height: 40px;
}
.student_topbar .cog-icon {
  height: 16px;
}
.student_topbar .student_topbar_icon_new {
  height: 16px;
  width: 16px;
  background: url('/images/splash/layout/topbar/topbar_icons.png') left top no-repeat;
  background-size: 80px 16px;
}
.student_topbar .student_topbar_icon_new.company_dashboard_icon {
  background-position: 0px 0;
}
.student_topbar .student_topbar_icon_new.student_dashboard_icon {
  background-position: -16px 0;
}
.student_topbar .student_topbar_icon_new.home_icon {
  background-position: -32px 0;
}
.student_topbar .student_topbar_icon_new.inbox_icon {
  background-position: -48px 0;
}
.student_topbar .student_topbar_icon_new.event_dashboard_icon {
  background-position: -64px 0;
}
.student_topbar .navbar-brand {
  width: 87px;
  height: 21px;
  margin-top: 12px;
  margin-left: 10px;
  padding: 0px;
  background: url(/images/splash/layout/topbar/piazza_classes_logo_white_new.png) left top no-repeat;
  background-size: 182px 21px;
}
.student_topbar .icon_nav > li {
  position: relative;
}
.student_topbar .icon_nav .student_topbar_notification {
  position: absolute;
  left: 50%;
  top: 5px;
  background: #ed2124;
  color: white;
  padding: 3px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.student_topbar .searchbar_wrapper {
  position: relative;
  width: 400px;
  background: white;
  height: 30px;
  border-radius: 2px;
  margin: 6px 0 0 50px;
}
.student_topbar .searchbar_wrapper .searchbar_icon {
  color: #999;
  font-size: 14px;
  padding: 8px;
  float: left;
}
.student_topbar .searchbar_wrapper .searchbar_icon .glyphicon {
  top: 0px;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper {
  position: absolute;
  top: 34px;
  left: 0px;
  right: 0px;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 300;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li:last-of-type {
  border-bottom: none;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li:hover {
  background: #f5f5f5;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li .careers_card_media_item {
  margin-bottom: 0px;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li.search_dropdown_header {
  background: #f2f2f2;
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 8px;
}
.student_topbar .searchbar_wrapper .search_dropdown_wrapper .search_dropdown > li.search_dropdown_header i {
  margin-right: 5px;
}
.student_topbar .searchbar_wrapper .searchbar_input {
  width: 370px;
}
.student_topbar .searchbar_wrapper .searchbar_input input[type="text"] {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  color: #333;
  height: 30px;
  padding: 0px;
  border-radius: 2px;
}
.student_topbar .searchbar_wrapper .searchbar_input input[type="text"]:focus,
.student_topbar .searchbar_wrapper .searchbar_input input[type="text"]:active {
  outline: none;
  box-shadow: none;
}
.student_topbar .company_preferences_tooltip {
  background: #FFFFC0;
  border: 1px solid #666;
  color: #666;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 43px;
  width: 500px;
}
.student_topbar .company_preferences_tooltip .tooltip_pointer {
  border-top: 0px solid;
  border-right: 7px solid;
  border-left: 7px solid;
  border-bottom: 10px solid;
  border-color: #FFFFC0;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -10px;
  right: 26px;
}
.profile_not_published_modal {
  z-index: 10000;
  top: 100px;
}
.profile_not_published_modal .modal-content {
  border-radius: 0px;
}
.profile_not_published_modal .modal-dialog {
  width: 450px;
}
.profile_not_published_modal .modal-header {
  padding-top: 10px;
  padding-bottom: 5px;
}
.profile_not_published_modal .modal-header h3 {
  font-weight: 400;
}
.profile_not_published_modal .modal-header a {
  font-size: 12px;
}
.profile_not_published_modal .modal-header .publish_helper {
  background: #eee;
  padding: 5px;
  border-radius: 3px;
}
.profile_not_published_modal .modal-header .publish_helper .header {
  font-size: 13px;
  color: #777;
}
.profile_not_published_modal .modal-header .publish_helper .publish_content {
  margin-top: 2px;
  font-size: 10px;
  color: #777;
}
.profile_not_published_modal .modal-header .publish_helper .publish_content a {
  text-decoration: underline;
  font-size: 10px;
  color: #777;
}
.profile_not_published_modal .modal-body {
  max-height: 400px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #333;
  font-size: 12px;
}
.profile_not_published_modal .modal-footer {
  height: 50px;
  padding-top: 10px;
}
.profile_not_published_modal .modal-footer a {
  line-height: 29px;
  padding-right: 12px;
}
.incognito_bar_container {
  background: #444;
  position: fixed;
  left: 0;
  top: 43px;
  right: 0;
  z-index: 1000;
}
.incognito_bar_container ~ .student_dashboard {
  padding-top: 60px;
}
.incognito_bar_container ~ .company_dashboard {
  top: 63px;
}
.incognito_bar_container ~ .messages_and_old_campaigns_container {
  top: 43px;
}
.incognito_bar_container ~ .main_section {
  padding-top: 43px;
}
.incognito_bar_container ~ .recommendations_wrapper {
  margin-top: 43px;
}
.incognito_bar_container ~ .student_profile_container {
  padding-top: 60px;
}
.incognito_bar_container .not_opted_in_container .not_opted_in {
  height: 43px;
  width: 850px;
  margin: 0 auto;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .private_icon {
  margin-left: 12px;
  margin-top: 7px;
  margin-right: 20px;
  background: url(/images/piazza/dashboard/private_icon.png);
  height: 29px;
  width: 30px;
  float: left;
  margin-right: 10px;
  background-size: 30px;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .left_section {
  color: #eee;
  margin-top: 5px;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .left_section .first_line {
  font-size: 12px;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .left_section .helper {
  font-size: 10px;
  color: #eee;
  text-decoration: underline;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .right_section {
  margin-top: 9px;
  margin-right: 20px;
}
.incognito_bar_container .not_opted_in_container .not_opted_in .right_section button {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*# sourceMappingURL=students_topbar.css.map */