.error_msg a:focus {
  color: inherit;
}

.toast {
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.toast-close-button {
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  line-height: 20px;
  padding-left: 18px !important;
  padding-bottom: 18px !important;
  font-size: 36px;
  z-index: 1;
}

.toast-close-button:hover {
  color: #fff;
  opacity: 1;
}

.toast-bottom-full-width {
  background: #007db1;
}

.toast-top-full-width {
  background: #aa4d85;
}

.info_icon {
  font-size: 22px !important;
  margin-right: 10px;
}

.toast-message {
  font-size: 18px;
  min-height: 62px;
  position: relative;
  display: flex;
  align-items: center;
}

.toast_message_div_wrapper {
  display: flex;
}

.toast {
  margin: auto;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  color: #fff;
  padding: 18px;
}

.toaster-row {
  display: table-cell;
  vertical-align: middle;
}

.toast-error {
  background: #aa4d85;
  background-image: none;
}

.toast-info {
  background: #007db1;
  background-image: none;
  min-height: 80px;
}

.toaster_button_container {
  margin: auto;
  margin-top: 20px;
}

.toaster_learn_more,
.login_reminder_button {
  padding: 0 10px;
  width: 280px;
  height: 34px;
  /* border: 1px solid #fff; */
  color: #fff;
  background: #f16d36;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: ProximaNova-Bold;
  margin: auto;
}

.toaster_learn_more:hover,
.login_reminder_button:hover {
  background: #e46030;
}

.toaster_learn_more {
  margin-top: 10px;
}

.ub_vertical_spacer {
  height: 10px;
}

.modal_placholder .modal-dialog {
  width: 340px;
}

.modal_placholder.wide .modal-dialog,
.modal_placholder_v2.modal_placholder .modal-dialog {
  width: 100%;
}

.ub-bottom-text {
  padding-top: 10px;
}

.ub_links {
  color: #fff;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  display: block;
  text-decoration: underline;
}
.link_as_button:visited,
.link_as_button {
  padding: 12px 15px;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  box-sizing: border-box;
  min-width: 100px;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  height: 50px;
  display: block;
}
.link_as_button.border {
  color: #008080;
  border: 2px solid #008080;
  background: #fff;
}
.link_as_button.border:hover {
  color: #fff;
  background: #008080;
}

.modal_placholder .popover {
  background: #343a41;
  color: #fff;
  max-width: 380px;
  box-shadow: none;
  min-width: 280px;
}
.modal_placholder .popover-content {
  font-size: 18px;
}
.ub_devider {
  display: block;
  width: 100%;
  max-width: 280px;
  color: #343a41;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  line-height: 1px;
  margin: 20px auto;
  font-family: ProximaNova-Bold;
}
.ub_devider span {
  padding: 0 10px;
  width: 20px;
  height: 22px;
  font-size: 18px;
  background: #f3f3f3;
}
.ub_toaster_links:visited,
.ub_toaster_links {
  color: #008080;
  font-size: 16px;
  font-family: ProximaNova-Bold;
}

.ub_links:visited {
  color: #fff;
}

.ub_links:focus,
.ub_links:hover,
.ub_links:active {
  color: #fff;
}

.modal_placholder.light .ub_links:visited,
.modal_placholder.light .ub_links {
  color: #008080;
}
.ub_toaster_links:hover,
.ub_toaster_links:active {
  color: #007171;
  text-decoration: underline;
}

.utility_bar_stack_button {
  padding-bottom: 10px;
}

.panel_button,
.panel_inputs {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 4px;
  max-width: 280px;
}

.panel_inputs_error {
  border: 1px solid #cc3333;
}

.panel_checkbox_label {
  font-family: ProximaNova-Bold;
  max-width: 260px;
}

.panel_button {
  line-height: 16px;
}

.ub_messages_div {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 20px;
  font-family: ProximaNova-Bold;
  max-width: 280px;
  margin: auto;
}

.ub_messages_div .body {
  color: #fff;
}
.modal_placholder.light .ub_messages_div {
  color: #343a41;
}
.modal_placholder.wide .ub_messages_div {
  max-width: none;
}

.toaster_message_div {
  /* color: #fff; */
  font-size: 18px;
}

.toaster_wrapper {
  display: flex;
  flex: 1;
}

.toaster_button_div {
  text-align: right;
}

.toaster_button_div button {
  background: none;
}

/* .ub_links:hover{
  text-decoration: underline;
} */
.login_toaster_link {
  display: block;
  font-family: ProximaNovaCond-Bold;
  color: #fff;
}

.login_toaster_link:hover,
.login_toaster_link:visited,
.login_toaster_link:active {
  color: #fff;
  text-decoration: none;
}

.ub_small_text_button {
  font-size: 14px;
}

.space_devider {
  padding: 0 20px;
  display: none;
}

.ub_input_container {
  padding-bottom: 10px;
  min-width: 280px;
}

.input_error {
  min-width: 280px;
}

.ub_form_container .checkbox_label {
  font-size: 14px;
  font-family: ProximaNova-Bold;
  color: #fff;
  text-align: left;
  max-width: 260px;
}

.utility_bar_buttons_container,
.ub_buttons_container .input_container {
  width: 280px;
  float: none;
  margin: auto;
}

.modal_placholder_v2 .utility_bar_buttons_container {
  width: 100%;
}

.modal_placholder_v2 .schools_dropdown_container {
  min-height: 290px;
}

.modal_placholder_v2 .schools_search_box {
  padding: 0 20px 10px 20px;
}

.modal_placholder_v2 .search_box_form input {
  border: 1px solid #ccc;
}
.modal_placholder.light label,
.modal_placholder_v2 label {
  color: #343a41;
}
.modal_placholder_v2 .ub_input_container {
  max-width: unset;
}

.modal_placholder_v2 .select_school_button {
  margin-bottom: 10px;
}

.modal_placholder_v2 .select_school_button:last-of-type {
  margin-bottom: 0;
}

.modal_placholder_v2 .schools_name_list {
  margin: 0;
  margin-bottom: 20px;
}

/* .modal_placholder_v2 .select_school_from_dropdown{
  margin-bottom: 20px;
} */
.modal_placholder_v2 .select_school_from_dropdown_container {
  position: fixed;
  bottom: 0;
  background: #343a41;
  width: 100%;
  left: 0;
  padding: 15px;
}
.modal_placholder.warning .utility-bar-close-container {
  display: none;
}
.modal_placholder.warning .modal-body {
  background: #f3f3f3;
  color: #343a41;
  border-radius: 4px;
  padding: 20px 30px;
}
.modal_placholder.warning .modal-dialog {
  width: 500px;
}
.login_select_schools_container {
  margin-bottom: 20px;
}

.select_school_button.expired:hover,
.select_school_button.has_no_product_access:hover,
.select_school_button.has_no_product_access,
.select_school_button.expired {
  background: #fafafa;
  border: 2px solid #ccc;
  color: #666666;
  height: auto;
  cursor: default;
  padding-bottom: 0;
}

.schools_dropdown_container li .additional_data,
.select_school_button .additional_data {
  font-size: 14px;
  text-transform: none;
  font-family: ProximaNova-Regular;
  margin-bottom: 0;
}

.schools_dropdown_container li .additional_data {
  /* padding: 0 20px; */
  line-height: 12px;
}

.schools_dropdown_menu > li[disabled='disabled'] > a,
.select_scool_dropdown li.expired {
  color: #666666;
  cursor: default;
}

.open > .dropdown-menu > li.schools_autocomplete:hover,
.dropdown-menu > li.schools_autocomplete > a:hover,
.dropdown-menu > li.schools_autocomplete > a:focus,
.open > .schools_dropdown_menu > li[disabled='disabled']:hover,
.schools_dropdown_menu > li[disabled='disabled'] > a:hover,
.schools_dropdown_menu > li[disabled='disabled'] > a:focus {
  background: none;
}

.open > .schools_dropdown_menu > li[disabled='disabled'] {
  padding-bottom: 3px;
}

.ub_buttons_container {
  padding-top: 10px;
}

.panel_links {
  padding-top: 30px;
}

.enter_code_spinner {
  padding-top: 10px;
  margin-bottom: 20px;
}

.enter_code_spinner .spinner:before {
  left: 46%;
  border: 4px solid #006666;
  border-top-color: #f16d36;
}

.utility-bar-modal {
  background: #008080;
  border-radius: 0 0 4px 4px;
  padding: 0 20px 30px 20px;
}

.utility-bar-close-container {
  position: relative;
  text-align: right;
  background-color: #008080;
  border-radius: 4px 4px 0 0;
  padding: 20px 20px 10px 0;
}
.utility-bar-close {
  padding: 0;
  background: 0;
  border: none;
}

.utility-bar-close img:nth-of-type(2) {
  display: none;
}

.light .utility-bar-modal,
.light .utility-bar-close-container,
.modal_placholder_v2 .utility-bar-modal,
.modal_placholder_v2 .utility-bar-close-container {
  background: #f3f3f3;
}

.light .utility-bar-close img:nth-of-type(1),
.modal_placholder_v2 .utility-bar-close img:nth-of-type(1) {
  display: none;
}

.light .utility-bar-close img:nth-of-type(2),
.modal_placholder_v2 .utility-bar-close img:nth-of-type(2) {
  display: block;
  width: 20px;
  height: 20px;
}

.link_to_settings {
  text-decoration: underline;
}

.navbar_notifications {
  float: left;
}

.navbar .notification_box {
  height: 60px;
  line-height: 60px;
}

.navbar-row {
  background: #008080;
}

.modal_placholder {
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
  max-width: none;
}

.modal_mobile_view {
  top: 200%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal_mobile_view.in {
  top: 0;
}

.modal_mobile_view .modal-dialog {
  max-width: none;
  width: 100%;
  margin: 0;
  height: 100%;
}

.modal_mobile_view .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
  background-color: #008080;
}

.modal_placholder_v2.modal_mobile_view .modal-content {
  background: #f3f3f3;
}

.student_joined_class_name,
.student_login_class_name {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.moby_image_in_modal {
  display: inline-block !important;
  margin-right: 20px !important;
}

.text_with_moby_image_in_modal {
  display: inline-block;
}
/* MARKETING  */
.mini-navbar.marketing .nav > li > .login_button {
  background: #008080;
  color: #fff;
}
.mini-navbar.marketing .nav > li > .start_for_free {
  color: #008080;
}
.mini-navbar.marketing .marketing_card:hover {
  background: #b8ebdc;
}
.mini-navbar.marketing .marketing_card {
  background: #b8ebdc;
}
.mini-navbar.marketing .marketing_card .card_title {
  background: #008080;
  color: #fff;
}
.navbar-row.marketing .navbar-default .navbar-toggle .icon-bar {
  background: #008080;
}
.navbar_menu_container.marketing .marketing_card .card_title {
  background: #008080;
  color: #fff;
}

@media (min-width: 480px) {
  .toaster_message_div {
    max-width: 280px;
  }
}

@media (min-width: 600px) {
  /*.navbar-menu,
	.navbar{
		display: none;
	}*/
  .toast-close-button {
    font-size: 26px;
  }

  .toaster_message_div {
    max-width: none;
    padding: 0;
  }

  /* .toaster_message_with_button{
    padding-right: 161px;
  }
  .toaster_message_with_buttons{
    padding-right: 281px;
  } */
  .toaster_button_container {
    /* margin: 0;
    position: absolute;
    right: 52px;
    top: 20px; */
    margin-top: 10px;
  }

  /*.toaster_buttons_container{
    width: 210px;
  }*/
  .toaster_learn_more,
  .login_reminder_button {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .toaster_learn_more {
    margin-top: 0;
    margin-left: 10px;
  }

  .navbar-toggle {
    display: none;
  }
  .navbar-row.marketing .navbar-toggle {
    display: block;
  }

  .navbar_menu_container {
    display: none;
  }
  .navbar_menu_container.marketing {
    display: block;
  }

  .navbar_notifications {
    display: none;
  }

  .modal_placholder_v2 .select_school_from_dropdown_container {
    position: relative;
    background: none;
  }
}

.panel_button:hover {
  background: #f97c3d;
}

.panel_button:active {
  background: #e46030;
}

/* .panel_instructions{
  text-align: left;
  color: #fff;
} */
.invite_schools_name_list {
  font-family: ProximaNova-Bold;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.about_to_unlink_from_schools_warning,
.new_district_assets.message_warning {
  margin-bottom: 30px;
}

.inviting_district_header {
  margin-bottom: 0;
}

.invite_schools_name_select {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .navbar-row.marketing .navbar-toggle,
  .navbar-row.marketing .navbar-brand,
  .navbar_menu_container.marketing {
    display: none;
  }
  .mini-navbar.marketing .navbar-toggle,
  .mini-navbar.marketing,
  .mini-navbar.marketing .right-nav,
  .navbar-row.marketing .search_box {
    display: block;
  }
  .navbar-row.marketing .navbar,
  .navbar-row.marketing {
    background: #008080;
  }
  .space_devider {
    padding: 0 20px;
    display: inline-block;
  }

  .ub_links {
    display: inline;
  }
  .mini-navbar.marketing .navbar-toggle .icon-bar {
    background: #008080;
  }
}
@media (min-width: 1024px) {
  .mini-navbar.marketing .navbar-toggle {
    display: none;
  }
}
