@CHARSET "UTF-8";
#user-profile-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px; }

#user-profile-container .border-right {
  border-right: 1px dashed #e4e4e4; }

#user-profile-container .lifePurpose {
  padding-left: 36px; }

#user-profile-container p:after {
  clear: both;
  content: '';
  display: block; }

#user-profile-container .bmiView{
	margin-bottom: 8px;
}

/* NAVIGATION */
#user-profile-container .user-profile-navigation {
  font-size: 1.125em; }

#user-profile-container .user-profile-content {
  background: #fff;
  margin-top: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 18px; }
  
  
#user-profile-container .user-profile-content.user-rewards {
  background: none;
  margin-top: 20px;
  box-shadow: inherit;
  border-radius: 2px;
  padding: 18px; }

#user-profile-container .user-profile-navigation li {
  padding-left: 0px;
  cursor: pointer;
  font-family: 'Roboto';
  opacity: 1;
  filter: alpha(opacity=70);
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  padding: 0 26px 0 16px;
  transition: color 200ms ease-in-out; }

#user-profile-container .user-profile-navigation li.active {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 2px solid #009fe3;
  color: #009fe3; }

#user-profile-container .user-profile-navigation li:before {
  speak: none;
  display: inline-block;
  font-family: "Material-Design-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  padding-right: 10px;
  vertical-align: top; }

div#personal-info-card {
  padding-top: 32px;
  padding-right: 50px; }

#user-profile-navigation #link-personal-info:before {
  content: "\e8e8"; }

#user-profile-navigation #link-security:before {
  content: "\e644"; }

#user-profile-navigation #link-profile-photo:before {
  content: "\e64e"; }

#user-profile-navigation #link-local-settings:before {
  content: "\e63f"; }

#user-profile-navigation #link-sharing:before {
  content: "\e8ed"; }

#user-profile-navigation #link-connections:before {
  content: "\e680"; }

#user-profile-container .user-profile-navigation li.active div.arrow {
  display: block;
  /* background: url("../../images/user/profile/nav-arrow.svg") no-repeat left center; */
  position: absolute;
  height: 60px;
  width: 13px;
  left: 185px;
  top: 0px; }

#user-profile-container #save_crop_container_profilePic {
  left: 0 !important;
  margin: 0 auto;
  right: 0 !Important;
  width: 100px !important; }

#user-profile-container .changePassword {
  margin: 26px 0 0;
  text-transform: uppercase;
  color: #009fe3;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500; }

#user-profile-container .lifePurpose .purpose {
  margin: 20px 0 18px; }

#user-profile-container .lifePurpose .purpose label {
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
  font-weight: 500; }

#user-profile-container .lifePurpose .purpose textarea {
  padding: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  transition: border 200ms ease-in-out;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px; }

#user-profile-container .lifePurpose .purpose textarea:focus {
  border: 1px solid #009fe3;
  outline: none; }

/*TEXTFIELD*/
#user-profile-container input[type="text"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e4e4e4;
  background: transparent;
  padding-bottom: 0px;
  font-style: italic;
  font-weight: normal;
  transition: border 200ms ease-in-out;
  width: calc(100% - 156px);
  padding: 5px 0; }

#user-profile-container #input-max-heart,
#user-profile-container #input-weight,
#user-profile-container #input-height {
  width: 50px; }

#user-profile-container #input-vo2max {
  width: 36px; }

#user-profile-container #input-bmi {
  display: inline-block;
  width: 40px;
  }

#user-profile-container input[disabled] {
  border-bottom: none;
  font-style: normal; }

#user-profile-container input[type="text"].positive-integer.date-year {
  width: 60px; }

#user-profile-container input[type="text"].positive-integer {
  width: 34px; }

#user-profile-container input[type="text"]:focus {
  border-bottom: 1px solid #009fe3; }

#user-profile-container input[type="text"].input-height {
  width: 60px;
  text-align: center;
  border: none;
  background-color: transparent;
  padding-top: 0px;
  line-height: 1.75em;
  border-radius: 3px;
  font-style: normal;
  height: 1.75em;
  font-size: 1.125em;
  border: 1px solid #e4e4e4;
  transition: border 200ms ease-in-out; }

#user-profile-container input[type="text"].input-height:focus {
  border: 1px solid #009fe3; }

#user-profile-container label.unit {
  padding-left: 5px;
  font-weight: normal; }

/*PASSWORD*/
#user-profile-container input[type="password"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e4e4e4;
  background: transparent;
  padding-bottom: 0px;
  transition: border 200ms ease-in-out;
  width: calc(100% - 156px); }

#user-profile-container input[type="password"]:focus {
  border-bottom: 1px solid #009fe3; }

/* BUTTONS */
#user-profile-container button {
  background-image: none;
  font-weight: normal;
  margin-top: 20px; }

#user-profile-container button.edit-values {
  background: transparent;
  color: #009fe3;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  margin: 8px 0;
  padding: 0; }

#user-profile-container #button-load-picture {
  width: 80px; }

#user-profile-container .button-local-settings-container {
  /* padding-left: 40px; */ }

/*DATE FIELDS*/
#user-profile-container .date-day {
  width: 40px;
  text-align: center; }

#user-profile-container .date-month {
  width: 40px;
  text-align: center; }

#user-profile-container .date-year {
  width: 60px;
  text-align: center; }

/*RADIOBOX*/
input[type=radio] {
  display: none; }

input[type=radio] + label {
  display: inline-block;
  width: 26px;
  height: 25px;
  border-radius: 2em; }

#user-profile-container input[type=radio] + label {
  /* background: url("../../images/user/profile/white-radio-no.png") no-repeat left center; */
  padding-left: 30px;
  /* padding-right: 60px; */
  vertical-align: middle;
  line-height: 1.5;
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 2px;
  width: auto; }

#user-profile-container input[type=radio]:checked + label {
  /* background: url("../../images/user/profile/white-radio-yes.png") no-repeat left center; */
  padding-left: 30px;
  /* padding-right: 60px; */
  vertical-align: middle;
  line-height: 1.5; }

#user-profile-container p {
  margin-bottom: 10px;
  line-height: 32px; }

#user-profile-container .units {
  width: auto; }

#user-profile-container .validation {
  color: red; }

/* LABELS */
#user-profile-container select.languages {
  display: inline-block;
  width: 250px; }

#user-profile-container [type="radio"]:checked + label:after {
  border: 2px solid #fff;
  background-color: #039be5; }

#user-profile-container [type="radio"]:not(:checked) + label:before {
  border: 2px solid #039be5; }

#user-profile-container .security-label {
  display: inline-block;
  width: 150px;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-right: 10px;
  font-weight: normal; }

#user-profile-container .personal-info-label {
  display: inline-block;
  margin-right: 16px;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500; }

#user-profile-container .local-settings-label {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: left;
  padding-right: 20px; }

/*PICTURE*/
#user-profile-container .user-portrait-image {
  width: 150px;
  height: 150px;
  border-radius: 80px;
  border: 3px solid #E4E4E4;
  margin-top: 15px; }

#user-profile-container .user-portrait-image-holder {
  position: relative;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 100px;
  margin: 26px auto 0;
  border: 2px solid #009fe3; }

#user-profile-container #cropper_view_port_profilePic {
  border-radius: 100px; }

#user-profile-container #crop-and-save {
  position: absolute;
  bottom: -44px;
  right: -80px;
  min-width: 100px;
  color: #009fe3;
  cursor: pointer; }

#user-profile-container #crop-and-save i {
  font-size: 35px; }

#user-profile-container .upload-picture {
  float: left;
  margin-left: 50px;
  margin-top: 2em;
  width: 159px;
  height: 100px;
  background: url("../../../images/user/profile/camera-upload-gray.png") no-repeat center center;
  margin-top: 2em;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: opacity 200ms ease-in-out; }

#user-profile-container .upload-picture:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer; }

#user-profile-container .upload-picture p {
  padding-top: 110px; }

#profile-photo:after {
  content: '';
  display: block;
  clear: both; }

#profile-photo .upload-picture-content {
  text-align: center;
  color: #009fe3;
  margin-top: 13px; }

#profile-photo #image-loader {
  background: url("../../../images/user/profile/ajax-loader.gif") no-repeat center center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
  top: 5em;
  left: 4em; }

#profile-photo .text {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer; }

#profile-photo .text .mdi-image-photo-camera {
  font-size: 22px;
  vertical-align: top;
  padding-right: 8px;
  padding-top: 1px; }

#profile-photo #zoom_in_profilePic.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30); }

#profile-photo #zoom_out_profilePic.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30); }

#profile-photo .picture-tip {
  width: 250px;
  position: absolute;
  top: 188px;
  left: -77px;
  line-height: 1.4;
  display: none !important; }

#user-profile-container .success {
  color: #009FE3; }

#user-profile-container .validation-messages {
  float: left;
  margin-top: 20px; }

#user-profile-container .normal-weight {
  font-weight: normal;
  text-align: left; }

#user-profile-container .title {
  clear: both;
  font-size: 2.1875em;
  color: #333333;
  padding-right: 0.5em;
  margin-bottom: 26px;
  margin-top: 142px; }

#user-profile-container .background {
  background: url("../../../images/user/profile/settings.jpg");
  position: fixed;
  width: calc(100% - 256px);
  height: 100%;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  top: 60px;
  left: 256px;
  right: auto;
  bottom: 0;
  opacity: 0.15;
  -webkit-filter: grayscale(100%);
  -moz-kit-filter: grayscale(100%);
  -o-kit-filter: grayscale(100%);
  filter: grayscale(100%); }

#sharing-options .text {
  font-size: 18px;
  margin-bottom: 26px; }

#sharing-options .mdi-action-info {
  padding-left: 8px;
  font-size: 18px;
  color: #999;
  transition: 200ms color ease-in-out;
  cursor: pointer;
  vertical-align: top; }

#sharing-options .mdi-action-info:hover {
  color: #009fe3; }

#sharing-options .sharingList .checkbox {
  float: right; }

#sharing-options .sharingList .checkbox label {
  margin-top: -6px;
  vertical-align: middle;
  margin-right: 0px; }

#sharing-options .sharingList tr:nth-child(odd) {
  background: rgba(228, 228, 228, 0.5); }

#sharing-options .sharingList tr td {
  padding: 10px 16px;
  text-align: center;
  width: 100px; }

#sharing-options .sharingList tr td [type="checkbox"] + label {
  padding-left: 8px; }

#sharing-options .sharingList tr th {
  padding: 10px 16px;
  text-align: center; }

#sharing-options .sharingList tr td:nth-child(1) {
  text-align: left;
  width: auto; }

#sharing-options .sharingList thead tr:nth-child(odd) {
  background: #fff; }

#connections .text {
  font-size: 24px;
  margin-bottom: 8px; }

#connections .subtext {
  font-weight: 300;
  font-size: 17px; }

#connections .pincode {
  margin: 24px 0 10px; }

#connections .pincode input {
  letter-spacing: 19px;
  border-bottom: none;
  font-size: 32px;
  padding-left: 6px;
  font-family: 'Consolas'; }

#connections .pincode input:focus {
  outline: none;
  border: none; }

#connections .pincode .pinborder {
  background: url("../../../images/user/profile/pinborder.svg") no-repeat left center;
  height: 5px; }

#connections .myconnections {
  margin-top: 32px;
  border-top: 1px dashed #ddd;
  padding-top: 28px; }

#connections .myconnections table {
  width: 100%;
  margin-top: 24px; }

#connections .myconnections table th {
  padding: 8px 16px;
  font-size: 14px; }

#connections .myconnections table tbody tr:nth-child(odd) {
  background: rgba(228, 228, 228, 0.5); }

#connections .myconnections table tbody tr td {
  padding: 16px;
  font-weight: 500; }

#connections .myconnections table tr .action {
  text-align: right;
  cursor: pointer;
  color: #009fe3;
  font-weight: 400; }

#security .privacySettingsList li {
  padding: 20px 16px; }

#security .privacySettingsList li .question {
  /* text-transform: uppercase; */
  /* font-weight: 500; */
  margin-bottom: 10px;
  font-size: 17px; }

#security .privacySettingsList li:nth-child(even) {
  background-color: rgba(228, 228, 228, 0.2); }

#user-profile-container .borderLeft {
  border-left: 1px solid #e4e4e4; }

@media screen and (width: 1050px), (min-height: 1250px) {
  #user-profile-container .background {
    width: calc(200% - 256px);
    left: -90px; } }
@media only screen and (max-width: 993px) {
  #user-profile-container .background {
    display: none; }

  #user-profile-container .title {
    margin-top: 30px; } }
@media screen and (max-width: 1200px) {
  #user-profile-container .personal-info-label {
    display: block;
    width: 100%; }

  #user-profile-container input[type="text"] {
    width: 100%; } }
/* Change password */
#changePassword {
  width: 470px;
  padding: 2em; }

#changePassword button {
  float: right;
  margin: 18px 0px 0; }

#changePassword .input-field label {
  left: 0; }

/* Values */
#user-profile-container .values span {
  font-weight: 500;
  text-transform: uppercase; }

#user-profile-container .values ul {
  margin: 5px 0 0 20px; }

#user-profile-container .values ul li {
  padding-top: 5px;
  list-style-type: disc;
  line-height: 18px; }

@media screen and (max-width: 600px) {
  #user-profile-container .border-right {
    border-right: none; }

  #user-profile-container .lifePurpose {
    padding-left: 0px; } }

/*rewards*/
.user-profile-content.user-rewards .certificate-card {
	background: none;
	box-shadow: none;
}
.user-profile-content.user-rewards .certificate-card .card-image{
	height: 190px;
}
.user-profile-content.user-rewards .certificate-card .card-image .image {
	background-size: contain;
	background-position: center;
/* 	background-position: 50%; */
	background-repeat: no-repeat;
	height: 100%;
}

.user-profile-content.user-rewards .certificate-card .card-content{
	text-align: center;
}

.user-profile-content.user-rewards .certificate-card .download-certificate{
	padding: 0 1rem;
}