@CHARSET "UTF-8";

#addMeasurements.addPopup .input-field input {
  width: calc(100% - 70px);
  height: 40px; }
  
#addMeasurements .leftHalf.image {
  background-position: 40%; }
  
  .addPopup .addList li.weight:before {
  background: url(../../../images/icons/measurements/weight.svg) no-repeat center;
  background-size: 36px; }

.addPopup .addList li.bloodSugar:before {
  background: url(../../../images/icons/measurements/blood.svg) no-repeat center;
  background-size: 36px; }

.addPopup .addList li.bloodPressure:before {
  background: url(../../../images/icons/measurements/pressure.svg) no-repeat center;
  background-size: 36px; }

.addPopup .addList li.bloodTest:before {
  background: url(../../../images/icons/measurements/blood.svg) no-repeat center;
  background-size: 36px; }

.addPopup .addList li.maxHeartRate:before {
  background: url(../../../images/icons/measurements/maxHR.svg) no-repeat center;
  background-size: 36px; }

.addPopup .addList li.morningMeasurement:before {
  background: url(../../../images/icons/measurements/morning.svg) no-repeat center;
  background-size: 36px; }

#addMeasurements .input-field.error {
	color: #ff0000;
}

#addMeasurements .input-field.error label {
	color: #ff0000;
}

#addMeasurements .input-field.error input[type=text] {
	border-bottom-color: #ff0000;
}

#addMeasurements  .input-field label {
  pointer-events: auto; }