html, body {
  min-height: 96%;
}

body {
  font-family: "NotoSans", "NotoSans_Hebrew", "NotoSans_Arabic", "NotoSans_Hindi", "NotoSans_JP", "NotoSans_KR", "NotoSans_TC", "NotoSans_SC";
  font-size: 9pt;
  line-height: 15px;
  color: #444;
  text-align: center;
  position: static;
}

body.totale_next #no_flash {
  text-align: center;
  width: 100%;
  margin-top: 120px;
  font-size: 1.2em;
}

body.lotus {
  background-image: none;
}

.modal_off_white_bg {
  background-color: #f0f2f5;
}

div.top_right_modal_close_x {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  right: 20px;
  z-index: 9999;
  top: 20px;
  float: right;
}

.psuedo_modal_center {
  width: 60% !important;
  min-width: 275px !important; /* empirical, needs to be a certain amount wider than the achievement_badge_container */
}

.inset_drop_shadow_overlay {
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: inherit;
  width: 100%;
  min-width: inherit;
  padding: inherit;
  pointer-events: none; /* THIS IS VERY IMPORTANT TO AVOID INTERRUPTING MOUSE INPUT */
}

body.nonimmersion.toolbarless {
  background-position: 0 140px;
}

body.lotus_world {
  background-position: 0 0px;
}

body.nonimmersion {
  background-position: 0 160px;
}

body.totale_next.nonimmersion {
  background-position: center;
}

body.immersion {
}

body.phrasebook {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #336699;
}

a:hover {
  text-decoration: underline;
}

a.inverted {
  color: #FFFFCC;
}

a.inverted:hover {
  color: #FF9999;
}

hxl {
  font-size: 2.25em;
  color: #000;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
  padding: 0 0 5px;
}

h2 {
  margin-top: 6px;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
}

h3 {
  font-size: 1em;
  font-weight: normal;
  color: #000;
  padding: 0 0 5px;
}

.dark_background {
  color: #fff;
}

.spacer {
  height: 12px;
}

span.brand > span {
  font-variant: small-caps;
  text-transform: lowercase;
}

/* -----------------------------------------------------------------------------------
   Containers
   ----------------------------------------------------------------------------------- */

.instance_container {
  position: absolute;
  left: 5px;
  top: 41px;
  white-space: nowrap;
  color: #DFC260;
  font-weight: normal;
}

#footer_bar .instance_container {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 5px;
}

/* restored for local app */
body.totale_next.toolbarless #grid_wrapper {
  width: 925px;
  height: 505px;
}

body.totale_next #grid_wrapper {
  width: 990px;
  height: 505px;
}

/* restored for local app */
body.toolbarless #grid_wrapper {
  width: 900px;
}

#grid_wrapper {
  width: 990px;
  text-align: left;
}

#grid_wrapper .site_errors {
  background-color: #fe3d17;
  color: white;
  padding: 15px;
  border: 3px solid white;
  list-style-position: inside;
  list-style-type: square;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#grid_wrapper > .site_errors {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 600px;
  z-index: 2;
}

#grid_wrapper .invitation_action .site_errors {
  line-height: 22px;
  border: 0px;
  z-index: 4;
  padding: 4px;
  top: 0px;
  color: black;
  background-color: #CDDEE8;
  left: 0px;
  width: 119px;
  position: absolute;
}

/* restored for local app */
body.nonimmersion.toolbarless #grid_wrapper {
  margin: 54px auto 25px auto;
}

body.nonimmersion #grid_wrapper {
  margin: 36px auto 25px;
}

body.immersion #grid_wrapper {
  margin: 4px auto 25px auto;
}

body.immersion.lotus #grid_wrapper {
  margin: 0 auto 0 auto;
}

body.sign_in #grid_wrapper,
body.sessions #grid_wrapper {
  margin: auto;
  padding: 50px 0;
}

#v3_app {
  position: absolute;
  left: 0px;
  z-index: 0;
  margin-top: 0;
  padding: 0;
}

#content_bottom {
  clear:both;
  background: url('/images/content_bottom.png') no-repeat;
}

/* restored for local app */
body.totale_next.toolbarless #main {
  height: 496px;
  overflow: hidden;
  padding: 5px 52px;
  min-height: 0;
}

body.totale_next #main {
  min-height: 496px;
  padding: 0 52px;
}

body.totale_next.totale_home #main {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-style: none;
  border-width: 0px;
}

body.totale_next.sign_in #main {
  background: #FFFFFF;
  padding: 50px;
}

body.totale_next.support #main {
  padding: 0px 52px;
}

body.totale_next.users #main {
  padding: 0 0 0 0;
}

/* restored for local app */
body.totale_next.toolbarless #main {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-color: #DDD;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-width: 2px;
}

body.totale_next.users.complete_profile #main {
  padding: 28px 52px 2px 52px;
}

body.totale_next.rstv #grid_wrapper #main,
body.totale_next.totale_studio #grid_wrapper #main,
body.totale_next.totale_arena #grid_wrapper #main,
body.totale_next.totale_course #grid_wrapper #main {
  background: none;
  height: 100%;
  overflow: auto;
  padding: 0;
}

#main {
  min-height: 400px;
  text-align: left;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
  clear: both;
}

body.immersion.lotus #main {
  padding-bottom: 0px;
}

#main div.body {
  position: relative;
  z-index: 1;
}

body.nonimmersion #main #interstitial_content {
  position: relative;
  z-index: 1;
}

#bottomframe {
  /*position: relative; Phrasebooks in MS Edge broken if this is set 05/2018 */
  z-index: 0; /*IE fix.  title_bar needs to be z-indexed in front of bottomframe */
}

#title_bar {
  height: 35px;
  position: relative;
  z-index: 1; /*IE fix.  title_bar needs to be z-indexed in front of bottomframe */
}

#title_bar.squashed {
  height: 2px;
}

#title_bar .totale_logo {
  margin: 10px 0 5px 10px;
  float: left;
}

/* Spinner is public domain from here: http://mentalized.net/activity-indicators/ */
#spinner {
  float: right;
  width: 138px;
  padding: 10px 10px 0px 0px;
}

.squashed > #spinner {
  position: absolute;
  right: 2px;
  height: 0;
  top: 4px;
}

#spinner .spinner_image {
  height: 12px;
}

#only, #only_trans {
  min-height: 390px;
  background: transparent;
  text-align: left;
}

#signed_in_only_bg_wrapper {
  min-height: 400px;
  width: 866px;
  background: #fff;
  margin: auto;
  padding: 10px;
}

#confirm_email {
  min-height: 400px;
  width: 866px;
  background: #fff;
  margin: auto;
  padding: 200px 10px 10px 10px;
}

body.totale_next #confirm_email {
  background: transparent;
}

body.totale_next #confirm_email #form_wrapper input.save_button {
  float: left;
  font-family: "NotoSans", "NotoSans_Hebrew", "NotoSans_Arabic", "NotoSans_Hindi", "NotoSans_JP", "NotoSans_KR", "NotoSans_TC", "NotoSans_SC";
}

.save_result_container {
  color: #2D475E;
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

body.totale_next .save_result_container {
  color: #F9D12A;
}

#not_signed_in {
  background: #fff;
  position: relative;
  min-height: 388px;
}

body.totale_next #not_signed_in {
  background: transparent;
}

body.sorry #not_signed_in {
  padding: 1em;
}

div.error_page {
  color: white;
  background-color: black;
  height: 300px;
  padding: 44px 20%;
}

body.totale_next div.error_page {
  background: transparent;
  font-size: 14px;
}

div.error_page h1,
div.error_page h2 {
  color: white;
  line-height: 30px;
}

body.totale_next div.error_page h1,
body.totale_next div.error_page h2 {
  padding: 24px 0 20px;
  color: #DDD;
  font-size: 24px;
}

body.totale_next div.error_page p {
  font-size: 14px;
}

div.error_page a {
  color: #F9D12A;
}

body.totale_next div.error_page a {
  color: #3D8DC5;
}

body.totale_next div.error_page .form_instructions {
  font-size: 14px;
  color: #DDD;
  margin: 15px 0 0;
}

#language_competencies {
  margin: 10px 0 10px 0;
}

body.totale_next div.error_page #language_competencies {
  margin: 10px 10px 0 0;
  width: 100%;
}

/* -----------------------------------------------------------------------------------
   Round Bottoms
   ----------------------------------------------------------------------------------- */
#bottom-border, #bottom-left, #bottom-right {
  height: 8px;
}

#bottom-left, #bottom-right {
  background-repeat: no-repeat;
  position: relative;
  width: 8px;
  bottom: 0;
}

#bottom-border {
  background: white;
  margin: 0 14px;
}

#bottom-left {
  background-image: url(/images/lower_left_main.png);
  left: -8px;
  float: left;
}

#bottom-right {
  background-image: url(/images/lower_right_main.png);
  left: 8px;
  float: right;
}
/* -----------------------------------------------------------------------------------
   Profile Layout
   ----------------------------------------------------------------------------------- */

#registration_forms,
#age_verification_forms,
#complete_profile {
  margin: 0 -6px 0 0;
  background: #000;
}

body.totale_next #registration_forms,
body.totale_next #age_verification_forms,
body.totale_next #complete_profile {
  background: transparent;
}

#registration_form_no_cookies > div {
  padding: 10px;
  background-color: #AAC8D9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.7em;
  line-height: 1;
  margin: 0 90px 0 90px;
}

body.totale_next #registration_form_no_cookies > div {
  background-color: #666;
}

#complete_profile_form {
    padding-top: 8px;
    padding-bottom: 24px;
}

body.totale_next #complete_profile_form {
  padding-bottom: 0px;
}

#complete_profile_form .save_button {
    float: right;
    margin: 1em 36px;
    font-family: "NotoSans", "NotoSans_Hebrew", "NotoSans_Arabic", "NotoSans_Hindi", "NotoSans_JP", "NotoSans_KR", "NotoSans_TC", "NotoSans_SC";
}

#reset_password_border {
  background: #000;
  padding-left: 6px;
}

.sessions #reset_password_border {
  padding-left: 0px;
}

body.totale_next.sessions #reset_password_border {
  background: transparent;
}

#amp_error_message {
  font-size: 20px;
  margin-left: 20px;
  margin-top: 50px;
  line-height: 25px;
}

body.totale_next #amp_error_message {
  font-size: 18px;
  font-style: italic;
  color: #DDDDDD;
}

body.totale_next #amp_error_message .message {
}

body.totale_next #amp_error_message img {
  float: left;
}

body.totale_next #amp_error_code {
  font-style: normal;
  font-weight: bold;
}

#amp_error_message a {
  font-size: 17px;
}

#user_address_line_2 {
  margin-left: 139px;
  float: right;
  margin-right: 7px;
}

form.user_edit_form.input_columns legend{
  color: #2D475E;
  font-weight: bold;
}

body.totale_next form.user_edit_form.input_columns legend{
  color: #DDDDDD;
}

form.user_edit_form.input_columns .preference_label label{
  width: 230px;
  clear: none;
  text-align: left;
  margin-top: 7px;
  color: #2D475E;
  font-weight: normal;
}

body.totale_next form.user_edit_form.input_columns .preference_label label {
  color: #777;
}

form.user_edit_form.input_columns .contact_preference_label,
form.user_edit_form.input_columns .datetime_preference_label {
  clear: none;
  text-align: left;
  margin: 7px 0 0 5px;
  color: #2D475E;
  font-size: 11px;
}

body.totale_next form.user_edit_form.input_columns .contact_preference_label,
body.totale_next form.user_edit_form.input_columns .datetime_preference_label {
  color: #BBB;
}

#user_accepted_terms {
  margin-top: 12px !important;
}

#not_signed_in #profile.app_edit {
  margin: 0px;
}

#profile #close_window {
  padding: 20px;
  text-align: center;
}

#not_signed_in #profile #flash #error {
  float: left;
}

#age_verification_form_container #flash #error {
  width: 862px;
}

/* clearing size - is 'users' enough to qualify users/edit? - not sure what this will break */
body.totale_next.users.nonimmersion #grid_wrapper {
  width: inherit;
  height: inherit;
}

#profile {
  min-height: 447px;
  position: relative;
  border: 0px solid white;
  text-align: left;
  margin: 0px 6px 0px 6px;
  width: 887px;
  color: #FFF;
}

body.totale_next.users.nonimmersion #bottomframe {
  text-align: center;  /* centering #profile without hardcoding width */
}

/* restored for local app */
body.totale_next.toolbarless #profile {
  display: block;
}

body.totale_next #profile {
  background: transparent;
  margin: 0;
  display: inline-block; /* centering profile without hardcoding width */
  width: auto; /* centering profile without hardcoding width */
/*  width: 1059px; */
}

body.totale_next.users #profile {
  overflow: hidden;
}

#profile #form_submit_button {
  color: #444444;
}

#profile a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

body.totale_next #profile a {
  text-decoration: none;
  color: #15669F;
}

#profile label a {
  color: #2D475E;
  white-space: nowrap;
}

body.totale_next #profile label a {
  color: #15669F;
}

#profile #profile_actions a {
  color: #a9aaab;  /* cdobell AL-17 20210226 color picker from UI image */
  text-decoration: none;
  display: inline-block;
  padding: 0 0 37px 0;
  font-size: 13px;
}

#profile #profile_actions a:hover {
  color: #a9aaab;  /* cdobell AL-17 20210226 color picker from UI image */
  text-decoration: underline;
}

#profile #profile_actions a.active {
  color: black;
  font-size: 15px;
}

#profile #kcb_tip a {
  color: #0D3156;
}

#profile .errorLink {
  color: red;
  text-decoration: underline;
}

#profile h1, #profile h2, #profile h3, #change_password h2 {
  color: #000000;
}

body.totale_next #profile h1,
body.totale_next #profile h2,
body.totale_next #profile h3,
body.totale_next #change_password h2 {
  color: #000000;
}

body.totale_next #profile #preferences_heading {
  padding: 0;
  font-size: 24px;
  margin: 0 0 45px 0;
  line-height: normal;  /* resetting */
}

#profile #edit_profile_heading {
  padding: 4px;
}

#profile #edit_languages_heading {
  padding: 4px;
}

#profile #select_new_avatar_heading {
  padding: 4px;
}

#profile_main_without_secondary_full h1.registration_large,
#profile_main_without_secondary_full h2.registration_large {
  border: none;
  background: #369;
  font-size: 22px;
  padding: 10px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

body.totale_next #profile_main_without_secondary_full h1.registration_large,
body.totale_next #profile_main_without_secondary_full h2.registration_large {
  background: transparent;
  padding: 24px 0 20px 0;
  font-size: 24px;
  text-shadow: none;
}
#profile_main_without_secondary_full #existing_users_notice {
  border: none;
  background: #4682B3;
  font-size: 15px;
  padding: 10px;
}

#profile_main_without_secondary_full #link_user_password_container {
  position: absolute; top: 90px; left: 219px;
  width: 450px;
  background: transparent url('/images/reset-password-background-top.png') no-repeat top left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#profile_main_without_secondary_full #registration_form_container #flash #error {
  width: 869px;
  margin: 0px;
}

#profile_main_without_secondary_full #link_user_password_container p {
  color: #777;
  line-height: 18px;
}

#profile_main_without_secondary_full #link_user_password_container div {
  color: #777;
  width: 432px;
  padding: 9px;
  margin-bottom: 4px;
}

#profile_main_without_secondary_full #existing_users_notice select {
  margin: 0 5px;
}

#profile_main_without_secondary_full #existing_users_notice .mock_link {
  color: #FFF;
}

body.totale_next .registration_instructions {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1E75CC;
}

.registration_instructions {
  color: #147;
  margin: 20px;
  font-size:17px;
  font-style: italic;
}

body.totale_next .form_instructions {
  color: #1E75CC;
}

.form_instructions {
  color: #147;
  font-size: 11px;
  font-style: italic;
}

#profile h2, #change_password_heading, #profile #edit_preferences_heading {
  margin-top: 0px;
  background: transparent url("/images/50_percent_blue.png") repeat scroll;
  padding: 3px;
  clear: both;
  border-bottom:1px solid #CCCCCC;
}

body.totale_next #profile h2,
body.totale_next #change_password_heading,
body.totale_next #profile #edit_preferences_heading {
  background: #999;
  border-bottom: 0;
}

body.totale_next.complete_profile #profile h2 {
  background: none;
  font-size: 24px;
  padding-bottom: 30px;
}

body.totale_next #change_email #change_email_heading,
body.totale_next #change_password #change_password_heading {
  background: #555;
  color: #FFF;
}

#profile_main_without_secondary_full #complete_profile_form .profile_divider {
 margin-top: 10px;
}

#profile_main_without_secondary_full .profile_divider {
  background: transparent url("/images/50_percent_blue.png") repeat scroll;
  background: -moz-linear-gradient(left top, rgba(73, 124, 159, 1.0), rgba(102, 155, 187, 0.5)) repeat scroll 0 0 transparent;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#497C9F), to(#669BBB), color-stop(0.25, #497C9F));
  margin-bottom: 2px;
  padding: 3px;
  color: #FFFFFF;
  clear: both;
  font-size: 1.2em;
}

body.totale_next #profile_main_without_secondary_full .profile_divider {
  background: #555;
}

#profile_main_without_secondary_full .profile_divider div.expand_notice {
  background: transparent url(/images/bullet_dark.png) no-repeat scroll 0 0;
  float: left;
  width: 15px;
  height: 15px;
  padding: 0 2px;
}

#profile_main_without_secondary_full .profile_divider.open div.expand_notice {
  background: transparent url(/images/bullet_light.png) no-repeat scroll 0 0;
  float: left;
  width: 15px;
  height: 15px;
  padding: 0 2px;
}

#profile_main_without_secondary_full h2 {
  border-bottom: 0px;
  background: transparent;
}

#change_password, #change_email {
  background: transparent url("/images/profile_div_back.png") repeat scroll;
  color: #2D475E;
  margin-bottom: 10px;
}

body.totale_next #change_password,
body.totale_next #change_email {
  color: #777;
  background: none;
}

#edit_preferences {
  background: transparent url("/images/profile_div_back.png") repeat scroll;
  color: #FFF;
  margin-bottom: 10px;
  width: 475px;
}

#change_password p , #change_email p {
  padding: 4px;
}

#profile h2 a {
  float: right;
  position: relative;
  right:10px;
  padding: 3px 0 0;
}

#profile ul, #profile p {
  clear: both;
  margin-bottom: 0px;
  margin-top: 5px;
}

#profile p {
  color: #2D475E;
}

body.totale_next #profile p {
  color: #777;
}

#profile_menu {
  float: left;
  width: 206px;
  margin: 0 32px 0 0;
}

#profile_actions {
  /* list-style-position: inside; */
  list-style-type: square;
  color: #FFF;
}

#profile_actions li.current, #profile_main span.current {
  color: #F9D12A;
  font-weight: bold;
}

#profile_main {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: left;
  width: 300px;
  min-height: 440px;
  padding: 10px 0 12px 7px;
  position: relative;
  overflow: hidden;
}

#profile_main_without_secondary {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: left;
  padding: 6px 6px 12px 6px;
  width: 500px;
}

body.totale_next #profile_main_without_secondary {
  background: transparent;
  width: 710px;
}

body.totale_next #edit_account_details {
  overflow: auto;
  height: 414px;
}

#profile_main_without_secondary_full {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: left;
  width: 728px;
}

body.totale_next.users #profile_main_without_secondary_full {
  background: #FFFFFF;
  min-height: 620px;
  width: 760px;
  overflow: auto;
}

#profile_main_without_secondary_full.registration,
#profile_main_without_secondary_full.complete_profile,
#profile_main_without_secondary_full.app_edit {
  background: transparent url(/images/profile_middle.png) no-repeat scroll 0 0;
  float: none;
  width: 887px;
}

body.totale_next #profile_main_without_secondary_full.registration,
body.totale_next #profile_main_without_secondary_full.complete_profile,
body.totale_next #profile_main_without_secondary_full.app_edit {
  background: transparent;
  width: auto;
}

body.totale_next #profile.app_edit #profile_main_without_secondary_full {
  margin-top: 52px;
  overflow: auto;
  max-height: 446px;
}

body.totale_next #profile_main_without_secondary_full.complete_profile {
  width: 825px;
  height: 350px;
}

#profile.app_edit #app_edit_close_button {
  background: 0 0 no-repeat url('/images/close.png') transparent;
  position: absolute;
  height: 16px;
  width: 16px;
  right: -30px;
  top: -40px;
}

.register_split,
#profile_main_without_secondary_full .profile_split {
  float: left;
  width: 356px;
}

body.totale_next .register_split,
body.totale_next  #profile_main_without_secondary_full .profile_split {
  /*clear: both;*/
}

.register_split.right,
#profile_main_without_secondary_full.app_edit .profile_split.right {
  margin-left: 30px;
}

#profile_main_without_secondary_full .profile_split.right {
  left: 200px;
}

#register_next_button {
  float: right;
  margin: 20px 80px 0 0;
}

#address_info_help {
  float: right;
}

#display_name_help {
  float: left;
}

#simbio_language_info_help {
  float: right;
}

#simbio_form_info_help {
  float: left;
}

#password_info_help {
  float: left;
}

#profile_main_without_secondary_full .profile_bottom {
  float: left;
  width: 724px;
}

body.totale_next #profile_main_without_secondary_full .profile_bottom {
  width: 700px;
}

#profile_secondary {
  background: transparent url(/images/profile_div_back.png) repeat scroll 0 0;
  float: left;
  width: 416px;
  padding: 0px 0px 12px 0px;
  color: #eee;
  margin-left: 10px;
}

body.totale_next #profile_secondary {
  background: #222;
}

#profile_secondary b {
  font-weight: bold;
  color: #777;
}

#profile #change_avatar_link {
  float: left;
  margin-left: 15px;
}

#profile #profile_mini_display {
  margin-left: 8px;
  float: left;
}

#profile #profile_mini_display #displayed_name_in_mini_profile,
#profile #profile_mini_display #user_location_in_mini_profile
 {
  color: #222;
}

#profile_secondary .icon_list {
  padding-left: 12px;
}

#profile_secondary #profile_mini #mini_profile{
  margin-left: auto;
  margin-right: auto;
}

.information_class_heading {
  margin-bottom: 5px;
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  width: 410px;
}

#edit_profile_directions {
  margin-left: 20px;
  list-style-type: disc;
}

#online_register_table,
#register_container {
  clear: both;
  width: 887px;
}

body.totale_next #online_register_table,
body.totale_next #register_container {
  width: 812px;
}


#register_container legend {
  width: 100px;
  text-align: right;
  font-weight: bold;
  color: #369;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .5);
}

#online_time_activation_form_option {
  margin-top: 20px;
}

#online_register_table td{
/*  border: 1px solid red;*/
  width: 50%;
  vertical-align: top;
}

#language_competency_list {
  margin: 6px 0 12px 6px;
}

#launch_store_link {
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

#launch_store_link.loading_link {
  color: #999999;
  cursor: progress;
}

#launch_store_link:hover {
  text-decoration: underline;
}


/* -----------------------------------------------------------------------------------
   Header
   ----------------------------------------------------------------------------------- */
body.toolbarless #header {
  display: none;
}

body.totale_next #header {
  background: gray url(/images/80_percent_black.png) repeat scroll center top;
}

#header  {
  background-color: black;
  position: relative;
  z-index: 2;
  min-width: 800px;
}

body.totale_next #header #navbar {
  width: auto;
}

#header #navbar {
  width: 900px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 5;
}

body.lotus #header #navbar {
  width: 100%;
}

#header #navbar #logo {
  display: block;
  float: left;
  z-index: 5;
  height: 100%;
  width: 170px;
  background-image: url("/images/logos/rosetta_stone_dark_140x27.png");
  background-image: -webkit-image-set(url("/images/logos/rosetta_stone_dark_140x27.png") 1x, url("/images/logos/rosetta_stone_dark_280x54.png") 2x);
  background-size: 140px 27px;
  background-repeat: no-repeat;
  background-position: center 12px;
}

#header #navbar #logo:hover {
  text-decoration: none;
}

#header_links {
  float: right;
  margin: 5px 10px 0px 0px;
  font-size: 10pt;
  height: 21px;
}

body.totale_next #header_links {
  margin: 0px 10px 0px 0px;
  height: 50px;
}

body.totale_next #header_studio_menu li.class_information {
  font-style: italic;
  padding-top: 0px;
}

body.totale_next #header_studio_menu li.class_title {
  font-weight: bold;
  padding-bottom: 3px;
}

#header_support_link {
  float: left;
}

.header_message {
  float: left;
  padding: 1px 40px 0px 6px;
  color: #ccc;
  border: 0px solid green;
  height: 17px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 180px;
}

#header_links .displayed_name a.disabled {
  color: #b7b5ac;
  cursor: default;
}

.header_avatar {
  background-image: url(/images/header_avatar_border.png);
  width: 19px;
  height: 19px;
  padding: 1px;
  float: left;
  margin-left: 25px;
  color: #ccc;
  border: 0px solid green;
}

.header_avatar img {
  width: 19px;
}

#header_v3_menu, #header_menu, #header_preference_menu, #header_studio_menu, #studio_countdown_container, #header_v3_preference_menu, #header_home_menu {
  position: relative;
  float: left;
  margin-top: 10px;
  height: 50px;
}

#header_links .home, #header_links .home_over,
#header_links .help, #header_links .help_over,
#header_links .preferences, #header_links .preferences_over {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  text-decoration: none;
  background-repeat: no-repeat;
  cursor: pointer;
}

#header_links .home {
  display: block;
  background-image: url(/images/buttons/v3_home.png);
}

#header_links .home:hover,
#header_links .home.clicked {
  background-image: url(/images/buttons/v3_home_over.png);
}

#header_links .home.disabled,
#header_links .home.disabled:hover {
  background-image: url(/images/buttons/v3_home_disabled.png);
  cursor: default;
}

#header_links .help {
  background-image: url(/images/navbar/help_over.png);
}

#header_links .help.disabled,
#header_links .help.disabled:hover {
  background-image: url(/images/buttons/v3_help_disabled.png);
  cursor: default;
}

#header_links .help:hover,
#header_links .help.clicked {
  background-image: url(/images/navbar/help_bw.png);
  background-color: #FFF;
}

#header_links .preferences {
  background-image: url(/images/navbar/new/prefs_up.png);
}

#header_links .preferences.disabled,
#header_links .preferences.disabled:hover {
  background-image: url(/images/buttons/v3_preferences_disabled.png);
  cursor: default;
}

#header_links .home:hover {
  background-image: url(/images/buttons/v3_home_over.png);
}

#header_links .preferences:hover,
#header_links .preferences.clicked {
  background-color: #FFF;
  background-image: url(/images/navbar/new/pref_over.png);
}

#header_links .menu_pulldown {
  position: absolute;
  top: 22px;
  color: #000;
  background-color: #DDD;
  margin: 0;
  min-width: 155px;
  z-index: 100;
}

#header_links .menu_pulldown a:hover {
  text-decoration: none;
}

#header_links #v3_help_menu_pulldown {
  right: 25px;
}

#header_links #v3_preferences_menu_pulldown, #header_links #help_menu_pulldown {
  right: 0px;
}

#header_links a {
  color: #F9D12A;
  font-weight: normal;
  text-decoration: none;
}

#header_links a:hover {
  text-decoration: underline;
}

body.totale_next #studio_countdown_container {
  line-height: 25px;
  color: #F9D12A;
  top: 4px;
  font-size: 11pt;
}

body.totale_next #header_links .preferences,
body.totale_next #header_links .help {
  margin: 0 3px;
  background-image: none;
  width: auto;
  color: #DDD;
  text-align: right;
  height: 50px;
}

body.totale_next #header_links #home_menu_item {
  margin: 0;
  background: transparent url(/images/navbar/home_icon.png) no-repeat scroll 6px 4px;
  width: 37px;
  height: 50px;
}

body.totale_next #header_links #header_home_menu:hover #home_menu_item {
  background: transparent url(/images/navbar/home_icon_hover.png) no-repeat scroll 6px 4px;
}

body.totale_next #header_links #help_menu_item,
body.totale_next #header_links #v3_help_menu_item {
  background: transparent url(/images/navbar/help_circle.png) no-repeat scroll 2px 4px;
  width: 30px;
  height: 50px;
  margin-left: 30px;
  margin-right: 10px;
}

body.totale_next #header_links .header_menu:hover #help_menu_item,
body.totale_next #header_links .header_menu:hover #v3_help_menu_item {
  background: transparent url(/images/navbar/help_circle_hover.png) no-repeat scroll 2px 4px;
}

body.totale_next #header_links #studio_help_menu_item {
  background: transparent url(/images/navbar/studio_pentagon_blue.png) no-repeat scroll 2px 4px;
  width: 31px;
  height: 50px;
}

body.totale_next #header_links .header_menu:hover #studio_help_menu_item {
  background: transparent url(/images/navbar/studio_pentagon_hover.png) no-repeat scroll 2px 4px;
}

body.totale_next #header_links #v3_preferences_menu_pulldown_item_set_preferences {
  background: transparent url(/images/navbar/config_gear_noc.png) no-repeat scroll 1px 4px;
  width: 27px;
}

body.totale_next #header_links #header_v3_preference_menu:hover #v3_preferences_menu_pulldown_item_set_preferences,
body.totale_next #header_links #v3_preferences_menu_pulldown_item_set_preferences:hover {
  background: transparent url(/images/navbar/config_gear_noc_hover.png) no-repeat scroll 1px 4px;
}

body.totale_next #header_links #studio_help_menu_pulldown,
body.totale_next #header_links #v3_help_menu_pulldown,
body.totale_next #header_links #preference_help_menu_pulldown {
  right: 0;
}

body.totale_next #header_links .header_link {
  padding: 0;
  margin: 0 0 0 26px;
  height: 50px;
}

body.totale_next #header_links #sign_out_link {
  position: relative;
  display: block;
  padding: 9px;
  height: 18px;
  font-size: 11pt;
  margin-top: 10px;
}

body.totale_next #header_links .header_link a {
  color: #DDD;
}

body.totale_next #header_links .help span.heading {
  padding-right: 12px;
  position: relative;
  font-size: 11pt;
  top: 9px;
}

body.totale_next #header_links .help span.heading.name {
  float: right;
  padding: 0 0 0 51px;
}

body.totale_next #header_links .help span.heading .language {
  font-size: 10pt;
}

body.totale_next #header_links .header_menu:hover span.heading {
  color: #000;
}

body.totale_next #header_links .help div.caret {
  background: transparent url(/images/menu_caret.png) no-repeat scroll right 10px;
  width: 18px;
  height: 27px;
  position: absolute;
  top: 0px;
  right: 3px;
}

body.totale_next #header_links .header_menu:hover div.caret {
  background: transparent url(/images/menu_caret_hover.png) no-repeat scroll right 10px;
}

body.totale_next #header_links .help:hover,
body.totale_next #header_links .help.clicked {
  background-color: transparent;
}

body.totale_next #header_links #header_home_menu:hover,
body.totale_next #header_links #header_v3_preference_menu:hover,
body.totale_next #header_links .header_menu:hover,
body.totale_next #header_links .header_menu.clicked {
  background: transparent url(/images/menu_background.png);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  height: 50px;
  color: #000;
  cursor: pointer;
}

body.totale_next #header_links #header_home_menu:hover,
body.totale_next #header_links #header_v3_preference_menu:hover {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

body.totale_next #header_links .menu_pulldown {
  background: transparent url(/images/menu_background.png);
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  top: 50px;
}

body.totale_next ul.menu_pulldown li {
  background-color: transparent;
  width: 200px;
  border-bottom: 1px solid #969696;
  text-align: left;
}

body.totale_next ul.menu_pulldown li.bottom, body.totale_next ul.menu_pulldown li:last-child {
  border-bottom: none;
}

body.totale_next ul.menu_pulldown li.bottom, body.totale_next ul.menu_pulldown li:last-child>* {
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

body.totale_next #header_v3_menu ul.menu_pulldown li {
  padding: 0;
}

body.totale_next #header_studio_menu ul.menu_pulldown li *,
body.totale_next #header_preference_menu ul.menu_pulldown li *,
body.totale_next #header_menu ul.menu_pulldown li *,
body.totale_next #header_v3_menu ul.menu_pulldown li *{
  padding: 5px 5px 7px 5px;
  display: block;
}

body.totale_next #user_help_menu_item img {
  position: absolute;
  top: -5px;
  left: 5px;
}

body.totale_next #support_help_menu_item {
  float: left;
  position: relative;
  top: 8px;
}

body.totale_next #support_help_menu_item a {
  font-size: 11pt;
  color: #DDD;
}

body.totale_next #header_studio_menu li.class_title {
  border-bottom: none;
}

body.totale_next #header_studio_menu li.class_information:hover,
body.totale_next #header_studio_menu li.class_title:hover {
  background-color: transparent;
  color: #000;
}

body.totale_next #header_studio_menu li.class_information span,
body.totale_next #header_studio_menu li.class_title span {
  padding: 2px 5px;
}

ul.menu_pulldown {
  list-style: none;
  padding: 0;
}

ul.menu_pulldown li {
  font-size: .9em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FFF;
  border-bottom: 1px solid black;
}

#header_links ul.menu_pulldown a {
  color:black;
}

/* #header_menu has elements inside the <li>, #header_v3_menu does not */
#header_menu ul.menu_pulldown li *,
#header_v3_menu ul.menu_pulldown li {
  padding: 5px 5px 7px 5px;
  display: block;
}

ul.menu_pulldown li:hover {
  background-color: #999;
  cursor: pointer;
}


#header_nav a {
  display: block;
  float:left;
  padding: 5px;
  top: -1px;
  cursor:pointer;
  width: 52px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.header_link {
  float: left;
  padding-left: 15px;
  border: 0px solid green;
  padding-top: 1px;
}

.header_link img {
  margin-top: 4px;
}

.header_link a, #header_menu a {
  border-bottom: 0;
  padding-top: 2px;
}



/* -----------------------------------------------------------------------------------
   Layout 1 - 3 panel layout used for recommendations
   ----------------------------------------------------------------------------------- */
#primary, #secondary {
  position: relative;
  width: 900px;
}

#primary {
  min-height: 274px;
  margin: 0 5px 0 5px;
}

#secondary {
  height: 185px;
  margin: 0px 5px 0px 5px;
}


.footer_item {
  float: left;
  display: inline;
  height: 40px;
  padding: 0 15px;
  color: #ccc;
}

.footer_item form {
  display: inline;
}

.footer_item select {
  margin-top: -3px;
}

.footer_item a {
}

.footer_item a:hover {
  color: #FFFFCC;
}

#footer {
  height:  88px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

#footer-texture {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 16px;
  overflow: hidden;
  position: fixed;
  padding: 0;
  line-height: 4px; /* for IE7 */
  font-size: 4px; /* for IE7 */
}

body.lotus #footer-texture {
  display: none;
}

#footer-texture img {
  border: 0;
  width: 100%;
  height: 4px;
}

#javascript_redirect {
  margin-top: 200px;
  text-align: center;
  color: white;
}

#footer_bar .footer_link {
  float: left;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 3em;
}

#footer_bar .footer_link:first-child {
  margin-left: calc(50% - 494px);
}

#footer_bar .footer_link a {
  color: #fff;
}

/* -----------------------------------------------------------------------------------
   Mouseovers and bubbles
   ----------------------------------------------------------------------------------- */
.mouseover {
  clear: both;
  text-align: left;
  width: 318px;
  z-index: 501;
}

.clr {
  clear: both;
}

.mouseover .mo_top, .mouseover .mo_bottom {
  background-repeat: no-repeat;
  width: 318px;
  height: 15px;
}

.mouseover .mo_top {
  background-image: url('/images/popup/top.png');
}

#mini_profile, #badge_popup {
  width: 315px;
}

#mini_profile h1, #badge_popup h1, #mini_profile h2, #badge_popup h2, #mini_profile h3, #badge_popup h3 {
  color: #000;
  padding-top: 2px;
  max-width: 185px;
  overflow: hidden;
}

#badge_popup h1:first-child {
  padding-top: 2px; /* Fix cut-off Korean characters. */
}

.mouseover .user_info, .mouseover .info {
  background-image: url('/images/popup/white_back.png');
  background-repeat: repeat-y;
  padding: 0 10px 6px 15px;
  width: 290px;
  overflow: hidden;
}

.mouseover .stamps {
  background-image: url('/images/popup/blue_back.png');
  background-repeat: repeat-y;
  padding: 6px 0 0px 15px;
  width: 300px;
  clear: both;
}

.mouseover .mo_bottom {
  background-image: url('/images/popup/bottom.png');
}

.mouseover .profile_badge img {
  height: 35px;
}

.mouseover .image {
  margin: 0 8px 0 0;
  border: 1px solid white;
}

.mouseover li {
  white-space: nowrap;
}

.mouseover .info li {
  white-space: normal;
}

.mouseover .language_name, .mouseover .known_languages, .mouseover .lang_list {
  float: none;
  display: block;
  color: #666;
}

.mouseover .language_name {
  width: 290px;
}

.mouseover .profile_languages {
  margin-top: 9px;
}

.mouseover .profile_badge {
  padding: 0px;
  float: left;
}

.mouseover .profile_badge img {
  height: 50px;
  padding: 0 6px 0 0;
}

.alert {
  width: 390px;
  background-color: white;
  color: black;
  border: 5px solid #377aa0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  z-index: 100000;
}

body.totale_next .alert {
  border: 5px solid #999;
}

.alert #alert_message,
.alert p {
  text-align: left;
  color: black;
}

.alert .error_code {
  padding: 5px 0;
  font-size: 1.1em;
}

.alert .message {
  font-size: 1.3em;
  font-weight: bold;
}

.alert input {
  margin-left: 20px;
  margin-top: 6px;
}

/* -----------------------------------------------------------------------------------
   Level Nav
   ----------------------------------------------------------------------------------- */

.level_nav {
  float: left;
  width: 100%;
  position: relative;
  height: 37px;
}

.level_nav img {
  float: left;
  margin: 4px;
}

.level_nav .nav_buttons {
  position: absolute;
  left: 84px;
  top: 0px;
}

.level_nav .divider {
  width: 1px;
  height: 37px;
  background: transparent url(/images/level_nav/unit_divider.png) no-repeat scroll center bottom;
  float: left;
}

.level_nav div {
  font-family: "NotoSans", "NotoSans_Hebrew", "NotoSans_Arabic", "NotoSans_Hindi", "NotoSans_JP", "NotoSans_KR", "NotoSans_TC", "NotoSans_SC";
  font-size: 12px;
  font-weight: lighter;
  color: #ACB1A6;
}

.level_nav .label {
  line-height: 17px;
  text-shadow: #111 1px 1px 3px;
}

.level_nav .level {
  height: 36px;
  text-align: center;
  width: 97px;
  float: left;
  overflow: hidden;
  margin-top: 1px;
}

.level_nav .level:hover .label {
  color: #CFD4C6;
}

.level_nav .level.selected {
  background: transparent url(/images/level_nav/selected_level.png) no-repeat scroll 0 0;
}

.level_nav .level.selected .label {
  color: #fff;
}

.level_nav .units {
  margin-left: 9px;
  width: 97px;
}

.level_nav .units, .level_nav .label {
  cursor: pointer;
}

.level_nav .unit span {
  display: none;
}

.level_nav .unit {
  position: relative;
  margin-right: 2px;
  text-shadow: none;
  padding: 1px;
  height: 18px;
  float: left;
  width: 17px;
}

.level_nav .unit .pointer {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}

.level_nav .unit.selected .pointer {
  background: transparent url(/images/level_nav/selection_indicator.png) no-repeat scroll 0 0;
  display: block;
}

.level_nav .unit .new_content_indicator {
  position: absolute;
  display: none;
  height: 8px;
  width: 9px;
  right: 0px;
  top: -3px;
  background: transparent url(/images/level_nav/new_content_indicator.png) no-repeat scroll 0 0;
}

.level_nav .unit.has_new_content .new_content_indicator {
  display: block;
}


/* -----------------------------------------------------------------------------------
   Studio Dashboard Level Nav
   ----------------------------------------------------------------------------------- */

.sd_level_nav {
  float: left;
  width: 100%;
  position: relative;
  height: 37px;
}

.sd_level_nav img {
  float: left;
  margin: 4px;
}

.sd_level_nav .nav_buttons {
  position: relative;
  z-index: 10;
  left: 30px;
}

.sd_level_nav .nav_buttons_container {
  position: absolute;
  overflow: hidden;
  left: 84px;
  top: 0px;
}

.sd_level_nav .divider {
  width: 1px;
  height: 37px;
  background: transparent url(/images/level_nav/unit_divider.png) no-repeat scroll center bottom;
  float: left;
}

.sd_level_nav div {
  font-family: "NotoSans", "NotoSans_Hebrew", "NotoSans_Arabic", "NotoSans_Hindi", "NotoSans_JP", "NotoSans_KR", "NotoSans_TC", "NotoSans_SC";
  font-size: 12px;
  font-weight: lighter;
  color: #CCC;
}

.sd_level_nav .label {
  line-height: 17px;
  text-shadow: #111 1px 1px 3px;
  width: 110px;
}

.sd_level_nav .level {
  height: 36px;
  text-align: center;
  width: 100px;
  float: left;
  overflow: hidden;
  margin-top: 1px;
}

.sd_level_nav .level .label:hover{
  color: #CFD4C6;
}

.sd_level_nav .level.selected {
  background: transparent url(/images/level_nav/selected_level.png) no-repeat scroll 8px 0;
}

.sd_level_nav .level.selected .label {
  color: #fff;
}

.sd_level_nav .units {
  margin-left: 9px;
  width: 100px;
}

.sd_level_nav .units, .sd_level_nav .label {
  cursor: pointer;
}

.sd_level_nav .unit {
  border: 1px solid #DDDDDD;
  position: relative;
  margin-right: 2px;
  text-shadow: none;
  padding: 1px;
  height: 18px;
  float: left;
  width: 17px;
}

.sd_level_nav .unit.selected {
  color: #FFF;
  border: 1px solid #FFF;
}

.sd_level_nav .unit .pointer {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}

.sd_level_nav .unit.selected .pointer {
  background: transparent url(/images/level_nav/selection_indicator.png) no-repeat scroll 0 0;
  display: block;
}

.sd_level_nav .unit .new_content_indicator {
  position: absolute;
  display: none;
  height: 8px;
  width: 9px;
  right: 0px;
  top: -3px;
  background: transparent url(/images/level_nav/new_content_indicator.png) no-repeat scroll 0 0;
}

.sd_level_nav .unit.has_new_content .new_content_indicator {
  display: block;
}
