.index_button {
  min-width: 120px;
}

.index_appstore {
  background-image: url("/imgs/ico_app_store.png");
  background-repeat: no-repeat;
  background-size: 196px auto;
  width: 196px;
  height: 58px;
  display: inline-block;
}

.index_playstore {
  background-image: url("/imgs/ico_googleplay.png");
  background-repeat: no-repeat;
  background-size: 172px auto;
  width: 172px;
  height: 60px;
  display: inline-block;
}

.index_paragraph_padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.profile_content_border {
  padding: 0 10px 0 10px;
  border-left: 1px solid #f4f6f7;
  border-right: 1px solid #f4f6f7;
  border-bottom: 1px solid #f4f6f7;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px !important;
}

.profile_loadable_content {
  display: none;
}

.profile_link {
  color: #CF0511;
}
.profile_link:hover {
  color: darkred;
  text-decoration: none;
}

.user_main_content_border {
  padding: 0 10px 0 10px;
  border-left: 1px solid #f4f6f7;
  border-right: 1px solid #f4f6f7;
  border-bottom: 1px solid #f4f6f7;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #ffffff;
  max-width: 550px;
  margin: 0 auto;
  display: block;
}

.loading-32 {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 32px;
  width: 32px;
  background: url(imgs/ico_loader_gray_32.gif) no-repeat;
}

.loading-48 {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
  background: url(imgs/ico_loader_gray_48.gif) no-repeat;
}

.loading-64 {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 64px;
  width: 64px;
  background: url(imgs/ico_loader_gray_64.gif) no-repeat;
}

.loading-128 {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 128px;
  width: 128px;
  background: url(imgs/ico_loader_gray_128.gif) no-repeat;
}

.loading-256 {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 256px;
  width: 256px;
  background: url(imgs/ico_loader_gray_256.gif) no-repeat;
}

.profile-nav-link.active {
  color: #fff !important;
  background-color: #CF0511 !important;
}

.profile-nav-link {
  color: #CF0511 !important;
  background-color: transparent !important;
}

.firmware-nav-link.active {
  color: #CF0511 !important;
}

.firmware-nav-link {
  color: #000 !important;
}

.profile-sign-out {
  color: #1B1B1B !important;
  background-color: transparent !important;
}

/*# sourceMappingURL=xf.css.map */
