/* Add result */

.addPopup .shareResult {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #009fe3;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 10; }

.addPopup .shareResult i {
  padding-right: 8px; }

.addPopup .result {
  text-align: center; }

.addPopup .result .resultText {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 7px; }

.addPopup .result .resultCategory {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500; }

.addPopup .result .resultValue {
  font-size: 36px;
  font-weight: 500; }

.addPopup .result .resultValue .unit {
  font-size: 18px;
  padding-left: 8px;
  font-weight: 300; }

.addPopup .result .lastEntry {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 20px;
  width: 100%;
  font-weight: 300; }

.addPopup .result .lastEntry .lastValue {
  margin-bottom: 6px; }

.addPopup .result .graphScale {
  position: relative;
  z-index: 2;
  width: 300px;
  margin: 36px auto 32px; }

.addPopup .noUiSlider {
  margin-top: 36px; }

.addPopup .noUiSlider.noUi-horizontal {
  height: 10px; }

.addPopup .noUiSlider.noUi-target.noUi-connect {
  box-shadow: none;
  border: none; }

.addPopup .noUiSlider.noUi-connect {
  background: none; }

.addPopup .noUiSlider .noUi-background {
  background: none;
  box-shadow: none; }

.addPopup .noUiSlider .noUi-handle {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none; }

.addPopup .noUiSlider .noUi-handle:after, .noUi-handle:before {
  display: none !important; }

.addPopup .noUiSlider .noUi-base {
/*   background: #51b2e4; */
/*   background: -moz-linear-gradient(left, #78499c 0%, #78499c 15%, #9ecc48 15%, #9ecc48 41%, #ec7722 41%, #ec7722 61%, #e72425 61%, #e72425 100%); */
/*   background: -webkit-linear-gradient(left, #78499c 0%, #78499c 15%, #9ecc48 15%, #9ecc48 41%, #ec7722 41%, #ec7722 61%, #e72425 61%, #e72425 100%); */
/*   background: -o-linear-gradient(left, #78499c 0%, #78499c 15%, #9ecc48 15%, #9ecc48 41%, #ec7722 41%, #ec7722 61%, #e72425 61%, #e72425 100%); */
/*   background: -ms-linear-gradient(left, #78499c 0%, #78499c 15%, #9ecc48 15%, #9ecc48 41%, #ec7722 41%, #ec7722 61%, #e72425 61%, #e72425 100%); */
/*   background: linear-gradient(to right, #78499c 0%, #78499c 15%, #9ecc48 15%, #9ecc48 41%, #ec7722 41%, #ec7722 61%, #e72425 61%, #e72425 100%);  */
  }
  
.addPopup .result .noUi-horizontal .noUi-handle {
	top: -3px;
}

.addPopup .noUiSlider .bmi-slider {
	
}

.addPopup .noUiSlider .slider-tooltip {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  display: inline-block;
  top: -4px;
  position: absolute;
  margin-left: -12px; }

.addPopup .result .optimalText {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-top: 12px; }