div.card > div.card-title-measures {
}

div.card-title-measures > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_measures_nobg.svg");
    background-repeat: no-repeat;
}

div.measures-item {
    font-size:32px;
    padding: 6px;
    padding-left:10px;
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
}
.measureCard {
    padding: 10px;
    border: 1px solid;
    margin-bottom: 5px;
    /* text-align: center; */
}
div.measures-item > * {
    display: table-cell;
    vertical-align: middle;
}

div.measures-label {
    width: 100%;
    padding-left:10px;
    font-size: 16px;
}

div.measures-icon {
    min-width:40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.measure-number, div.measure-unit {
    width: 5px;
}
div.measure-number {
    font-weight: bold;
    padding-left: 5px;
}
div.measure-unit {
    font-size:24px;

}

div.measure-chevron {
    width: 42px;
    background-image: url("../../shared/assets/img/next-thin-grey.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    height: 42px;
    display: block !important;
}



div.measures-vitals div.measure-weight div.measures-icon {
    background-image: url("../../shared/assets/img/measure_weight.svg");
}
div.measures-vitals div.measure-weight div.measure-unit,
div.measures-vitals div.measure-weight div.measure-number {
    color : #f7941e;
}
div.measures-vitals div.measure-size div.measures-icon {
    background-image: url("../../shared/assets/img/measure_height.svg");
}
div.measures-vitals div.measure-size div.measure-unit,
div.measures-vitals div.measure-size div.measure-number {
    color : #d91b5c;
}
div.measures-vitals div.measure-temperature div.measures-icon {
    background-image: url("../../shared/assets/img/measure_temperature.svg");
}
div.measures-vitals div.measure-temperature div.measure-unit,
div.measures-vitals div.measure-temperature div.measure-number {
    color : #ef3e36;
}
div.measures-vitals div.measure-bloodpressure div.measures-icon {
    background-image: url("../../shared/assets/img/measure_bloodpressure.svg");
}
div.measures-vitals div.measure-bloodpressure div.measure-unit,
div.measures-vitals div.measure-bloodpressure div.measure-number {
    color : #2e3192;
}
div.measures-vitals div.measure-pulse div.measures-icon {
    background-image: url("../../shared/assets/img/measure_pulse.svg");
}
div.measures-vitals div.measure-pulse div.measure-unit,
div.measures-vitals div.measure-pulse div.measure-number {
    color : #92278f;
}
div.measures-vitals div.measure-oxygen div.measures-icon {
    background-image: url("../../shared/assets/img/measure_oxygen.svg");
}
div.measures-vitals div.measure-oxygen div.measure-unit,
div.measures-vitals div.measure-oxygen div.measure-number {
    color : #39b54a;
}

div.measures-vitals div.measure-activity div.measures-icon {
    background-image: url("../../shared/assets/img/measure_activity.svg");
}
div.measures-vitals div.measure-workout div.measures-icon {
    background-image: url("../../shared/assets/img/measure_workout.svg");
}
div.measures-vitals div.measure-activityDistance div.measures-icon {
    background-image: url("../../shared/assets/img/measure_activity_distance.svg");
}
div.measures-vitals div.measure-pulseWave div.measures-icon {
    background-image: url("../../shared/assets/img/measure_pulse_wave.svg");
}
div.measures-vitals div.measure-fatRatio div.measures-icon {
    background-image: url("../../shared/assets/img/measure_fat_ratio.svg");
}
div.measures-vitals div.measure-hydratation div.measures-icon {
    background-image: url("../../shared/assets/img/measure_hydration.svg");
}
div.measures-vitals div.measure-muscleMass div.measures-icon {
    background-image: url("../../shared/assets/img/measure_muscle_mass.svg");
}
div.measures-vitals div.measure-fatMassWeight div.measures-icon {
    background-image: url("../../shared/assets/img/measure_fat_mass_weight.svg");
}
div.measures-vitals div.measure-fatFreeMass div.measures-icon {
    background-image: url("../../shared/assets/img/measure_fat_free_mass.svg");
}
div.measures-vitals div.measure-boneMass div.measures-icon {
    background-image: url("../../shared/assets/img/measure_bone_mass.svg");
}
div.measures-vitals div.measure-repoActivity div.measures-icon {
    background-image: url("../../shared/assets/img/measure_repo_activity.svg");
}
div.measures-vitals div.measure-bodyTemperature div.measures-icon {
    background-image: url("../../shared/assets/img/measure_body_temperature.svg");
}
div.measures-vitals div.measure-skinTemperature div.measures-icon {
    background-image: url("../../shared/assets/img/measure_skin_temperature.svg");
}
div.measures-vitals div.measure-sleepDuration div.measures-icon {
    background-image: url("../../shared/assets/img/measure_sleep_duration.svg");
}
div.measures-vitals div.measure-sleepScore div.measures-icon {
    background-image: url("../../shared/assets/img/measure_sleep_duration.svg");
}

.chevron-measure {
    float:right;
    padding-top:8px;
}

div.measures-lab div.measures-item:nth-child(4n+1) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_lab_blue.svg");
}
div.measures-lab div.measures-item:nth-child(4n+1) div.measure-unit,
div.measures-lab div.measures-item:nth-child(4n+1) div.measure-number {
    color: #2e3192;
}
div.measures-lab div.measures-item:nth-child(4n+2) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_lab_magenta.svg");
}
div.measures-lab div.measures-item:nth-child(4n+2) div.measure-unit,
div.measures-lab div.measures-item:nth-child(4n+2) div.measure-number {
    color: #d91b5c;
}
div.measures-lab div.measures-item:nth-child(4n+3) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_lab_red.svg");
}
div.measures-lab div.measures-item:nth-child(4n+3) div.measure-unit,
div.measures-lab div.measures-item:nth-child(4n+3) div.measure-number {
    color: #ef3e36;
}
div.measures-lab div.measures-item:nth-child(4n+0) div.measures-icon {
    background-image: url("../../shared/assets/img/measure_lab_orange.svg");
}
div.measures-lab div.measures-item:nth-child(4n+0) div.measure-unit,
div.measures-lab div.measures-item:nth-child(4n+0) div.measure-number {
    color: #f7941e;
}

div.card-measures-detail {
    min-height: calc(100vh - 54px);
}

div.card-measures-detail div.measures-last-value {
    text-align: center;
    padding-top: 10px;
}
div.card-measures-detail div.measures-last-value > span.big {
    color: #f7941e;
    font-size: 72px;
    font-weight: bold;
}
div.card-measures-detail div.measures-last-value > span.subtitle {
    color: #c0c0c0;
    font-size: 18px;
}

div.card-measures-detail div.measures-no-value {
    padding:10px;
}

div.card-measures-detail .card-inside-measure-no-data {
    padding:10px;
    font-style: italic;
}

div.card-measures-detail div.measures-actions {
    text-align: center;
    padding: 15px 0px;
}
div.card-measures-detail div.measures-actions > .btn {
    display: inline-block;
    background-color: rgb(0, 174, 239); /* @primary */
    border: 1px solid rgb(0, 174, 239); /* @primary */
    color: white;
    font-size:18px;
    padding:5px;
    margin-left: 10px;
}

div.card-measures-detail div.measures-info-block {
    padding: 15px;
    font-size: 16px;
}
div.card-measures-detail div.measures-info-block span.info-title {
    color: rgb(0, 174, 239); /* @primary */
    font-size: 20px;
}

div.card-measures-input {
    min-height: calc(100vh - 54px);
}

div.card-measures-input div.measure-label {
    margin-top: 15px;
    text-align: center;
}
div.card-measures-input div.measure-component {
    margin: 5px 0px;
}
div.card-measures-input div.measure-component input {
    text-align: center;
    min-height: 64px;
    font-size: 24px;
}
div.card-measures-input div.measure-component div.th-control-measures-bloodpressure div.systolic,
div.card-measures-input div.measure-component div.th-control-measures-bloodpressure div.diastolic {
    display: inline-block;
}
div.card-measures-input div.measure-component div.th-control-measures-bloodpressure input {
    text-align: center;
    min-height: 64px;
    font-size: 24px;
    display: inline-block;
    width: 96px;
    border: 1px solid rgb(0, 174, 239); /* @primary */
    margin: 0px 7px;
}
div.card-measures-input div.measure-actions {
    text-align: center;
    padding: 15px 0px;
}
div.card-measures-input div.measure-actions > .btn {
    display: inline-block;
    background-color: rgb(0, 174, 239); /* @primary */
    border: 1px solid rgb(0, 174, 239); /* @primary */
    color: white;
    font-size:18px;
    padding:5px;
    margin-left: 10px;
    min-width: 80%;
}

div.th-measure-input div.measure-date {
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
    width:85%;
}
div.th-measure-input div.measure-date input {
    border-radius: 3px;
    border: 1px solid rgb(0, 174, 239); /* @primary */
    min-height:30px;
    width: 100%;
    text-align: center
}

div.measure-input-message {
    width: 100%;
    text-align: left;
    color: red;
    padding : 10px;
}

div.measures-diet-text {
    font-size: 0.9em;
    margin: 8%;
}

.measure-diet-value {
    color: rgb(0, 174, 239);
}

.measure-diet-last-value {
    color: #f7941e;
}

div.measure-diet-value-phrase {
    padding-top: 10px;
}

.measure-legend-diet {
    font-size: 0.7em;
    text-align: center;
}

.measure-legend-diet > i{
    color: #0400ef;
}

.md-calendar-date > span {
    display: inline-grid;
}

.md-calendar-date.measures-history-selectable > span:after {
    content: ".";
    color: rgb(0,174,239);
    font-size: 40px;
    position: absolute;
    margin-left: 15px;
}

.measures-history-calendar {
    align-items: center;
    margin-top: 15px;
}

.measures-history-values {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.measures-history-values-title {
    color: rgb(0,174,239);
    padding-bottom: 35px;
}

.measures-history-values-title > span,
.measures-history-values-title > div {
    float: left;
    padding-right: 20px;
}

.measures-history-values-list {
    margin-left: 10px;
}

.measure-history-trash-value,
.measure-history-add-value {
    cursor: pointer;
}
.measure-history-trash-value {
    color: rgb(175 35 0);
    padding: 5px;
}

.measures-history-value-reference {
    margin-bottom: 10px;
    color: darkgray;
}
.measures-history-value-reference > span {
    padding: 5px 10px;
    width: 90%;
    display: inline-block;
    font-style: italic;
    font-size: 0.8em;
}

.measures-history-value {
    margin-bottom: 10px;
    cursor: pointer;
}

.measures-history-value > span {
    border: 1px solid rgb(0,174,239);
    padding: 5px 10px;
    width: 90%;
    display: inline-block;
}

.measures-history-icon {
    float: right;
    color: rgb(0,174,239);
    margin-right: 5%;
    margin-top: 25px;
    cursor: pointer;
}

/** LOADING **/
.lds-heart {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}
.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: rgb(0, 174, 239);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: rgb(0, 174, 239);
}
.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }
    5% {
        transform: scale(1.1);
    }
    39% {
        transform: scale(0.85);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.9);
    }
}
.balance-button {
    margin-bottom: 15px;
}
.balance-text-center {
    text-align: center;
}

/** MODAL **/
.balance-connected-value{
    height: 100px;
    font-size: 50px;
    text-align: center;
    margin-top: 50%;
    padding-top: 20px;
}

md-dialog.modal-measures-balance {
    top: 0px;
    position: absolute;
    min-width: 80%;
    max-width: 80%;
    border-radius: 0px;
    padding: 0px;
    height: 95%;
    min-height: 90%;
}

md-dialog.modal-measures {
    top: 0px;
    position: absolute;
    min-width: 70%;
    border-radius: 0px;
    padding: 0px;
    height: 95%;
    min-height: 90%;
}
md-dialog-content.modal-content-measures {
    min-height: 70%;
    overflow: auto;
}
md-dialog-content.modal-content-measures-balance {
    min-height: 60%;
    overflow: auto;
}
md-toolbar.modal-title-measures {
    color: rgb(0, 174, 239);
    padding-top: 20px;
    background-color: white;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(0, 174, 239);
}
md-dialog-content div.input-modal-measures {
    display: inline-grid;
    width: 100%;
    min-width: 100%;
}
.measures-button {
    text-align: center;
    width: 85%;
    padding: 5px;
    color: white;
    background-color: rgb(0, 174, 239);
    border: none;
    margin: auto;
    display: block;
    box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
    -moz-box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
    -webkit-box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
}
.measures-button-inverse {
    text-align: center;
    width: 85%;
    padding: 5px;
    color: rgb(0, 174, 239);
    background: none;
    border: none;
    margin: auto;
    display: block;
}
.measures-synchro-data{
    text-align: center;
    font-style: italic;
    font-size: small;
    margin-bottom: 10px;
}
.selected-md-list-value{
    color: rgb(0, 174, 239);
    font-size: 30px;
}
.md-list-measure-oc:hover{
    background-color: rgb(204,239,252);
}
.md-list-value{
    font-size: 15px;

}

md-dialog-actions.modal-button-measures > ul {
    width: 100%;
    list-style-type: none;
    padding-inline-start: 0px;
}
md-dialog-actions.modal-button-measures > ul li{
    margin: 20px auto;
}
.selected-list-measures-oc {
    border: 1px solid rgb(0, 174, 239);
}

.measure-shift-button {
    text-align: center;
    width: 60px;
    padding: 8px;
    color: white;
    background-color: rgb(0, 174, 239);
    border: none;
    margin: auto;
    display: block;
    box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
    -moz-box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
    -webkit-box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.47);
}
.measure-shift-button:disabled {
    color: white;
    background-color: rgba(119, 119, 119, 0.70);
}
.lower-button {
    float: left;
    padding: 15px;
    width: 50%;
}
.higher-button {
    float: right;
    padding: 15px;
    width: 50%;
}
body.mode-web .measure-shift-button {
    width: 70px;
}
body.mode-mobile .measure-shift-button {
    width: 50px;
}
.menu-parametres {
    position: absolute;
    margin-top: -5px;
    font-size: 26px;
}
.menu-parametres button {
    font-size: 24px;
}
body.mode-web .menu-parametres button {
    margin-left: -100px;
}
body.mode-mobile .menu-parametres button {
    margin-left: -90px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.automatic-axis-icon {
    float: right;
}
=======
/* BALANCE SCALE CONNECTED*/
.animated-icon-balance {
  font-family: "Font Awesome 5 free";
  font-size: 6rem;
  margin: 2rem;
  padding: 1rem;
  min-width: 10rem;
  color: yellow;
  &:before {
    animation-duration: 2s;
    content: "\f515";
    animation-name: scaleAnimation;;
    animation-iteration-count: infinite;
  }

@keyframes scaleAnimation {
  0% {
    content: "\f515";
    color: yellow;
  }
  50% {
    content: "\f24e";
    color: yellow;
  }
  75% {
    content: "\f516";
    color: yellow;
  }
  100% {
    content: "\f24e";
    color: yellow;
  }
}
