/*!
 * bmi_calculator 1.0.0;
 * Author: Victor Lava;
 * Date: 2015-05-21;
 * Website: http://victorlava.com;
 * Do you need something similar? Don't hesitate contact me and let's build something beautiful.
*/

.container{
  padding-left:0;
  padding-right:0;
}

.navbar-header,
.content-wrapper,
.navbar-collapse,
.navbar li{
    padding: 0 1.2em;
}

.btn{font-size:12px;}

.content-wrapper{padding-bottom:2em;}

.background-overlay{
	position: absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(44, 68, 82, 0.9);
}

.inside-wrapper{z-index:2;position:relative;}

.navbar-wrapper{

}
.description-wrapper p{
  color:#FFF;
  padding:1em 1.3em;
}
.result-icon{
    position: absolute;
  /* padding: 2em; */
  font-size: 18px;
  border-radius: 10em;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  z-index: 5;
  border: 5px solid #FFF;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index:6; 
}

.result-icon i{color:#FFF;}

.result-wrapper{
  height: 107px;
  width: 107px;
  background-color: #4c4a4c;
  /* border-radius: 10em; */
  text-align: center;
  line-height: 107px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  //margin-left: 30px;
  position:relative;
  float:right;
  border-top-right-radius:15px;
  display:none;
  z-index:5;
}

.bmi-scale-wrapper{
  text-align: center;
  position: relative;
  /* height: auto; */
  display: table;
  width: 100%;
}

.bmi-scale-wrapper div{
	padding:0;margin:0;
}

.bmi-scale-wrapper .row{}

.bmi-scale-wrapper p{font-size:16px;padding:0;margin:0;font-weight: normal;}

.scale{font-family:"Raleway";height:20px;float:left;}


.underweight{background: rgb(147,182,62); /* Old browsers */}
.healthy{background: #3EB665;}
.overweight{background: rgb(182,103,62); /* Old browsers */}
.obese{background: rgba(182,62,76,1); /* Old browsers */}

.underweight.scale:before,
.healthy.scale:before,
.overweight.scale:before{
  position: absolute;
  top: 0;
  right: -1.5px;
  content: " ";
  background-color: #FFF;
  width: 3px;
  height: 100%;
  /* border-radius: 10em; */
  z-index: 1;
}

.underweight.scale,
.healthy.scale,
.overweight.scale,
.obese.scale{
  position: relative;
}


.ideal-weight{
  border-radius:10em;
  margin-top:1.5em !important;
  padding:1.5em;
}

.ideal-weight p{padding: 0 27px;} 
 
.underweight.scale{ 
  border-bottom-left-radius:15px; 
  position:relative;
}

.overweight.scale{
}

.obese.scale{
  border-bottom-right-radius:15px;
}

.information-wrapper{
  background:#FFF;
  color:#4C4A4C !important;
  text-align:center;
  padding:17px 0;
  font-family: "Raleway", sans-serif;
  margin-top: 1em;
}
.information-wrapper div{padding:0;}
.information-wrapper .title,
.information-wrapper .sub-title{padding:0 !important;margin-top:0;color:#4C4A4C !important;}
.information-wrapper .sub-title{
  font-weight:bold !important; font-size:11px !important;
  padding: 5px 0 !important;
  margin-bottom:0px !important;
}
.information-wrapper .title{
  color:#FFF; font-size:11px; margin-bottom:0;
  padding: 18px 0 0px !important;
}


.description{ 
  margin: 0;
  padding: 0.47em 1.5em;
  margin-bottom: 0 !important;
}

.result-wrapper:before{
	content:" ";
	left:-55px;
	top:0; 
	position:absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 53.5px 55px 53.5px 0;
border-color: transparent #4c4a4c transparent transparent;
}

.animated-result-wrapper{
  position: absolute;
  background: #4c4a4c;
  width: 48px;
  height: 48px;
  left: 0;
  z-index: 5;
  bottom: -34px;
  border-radius: 10em;
  color: #FFF;
  line-height: 48px;
  font-weight: bold;
}

.animated-percentage-wrapper{
    width: 100%;
  position: relative;
  z-index: 15;
  transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
/*
.animated-result-wrapper:before{
	content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18.5px 20px 18.5px;
  border-color: transparent transparent #4c4a4c transparent;
	position:absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;

}*/

.title-wrapper{
	color:rgba(0,0,0,0.7);
  padding: 0.05em 0;
  text-align:center;
  z-index:5;
}

.form-group div{
  padding:0;
}
.title-wrapper h1{font-size:38px !important;line-height:1.4;color:#4c4a4c;padding:.3em 0; margin: .4em 0;}

.data-wrapper{
	padding:0;
  z-index:99;
  margin-bottom: 1.3em;
}
.message-wrapper{
	position:relative;
	z-index:1;
	padding:0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 1.3em;
}

.message-inside-wrapper{
  width: 100%;
  height: 100%;
  display: table;
  border-radius: 15px;
}

.navbar{padding:.5em 0;}
.nav-tabs{font-size:18px;margin-bottom:7px;}

.bmi-wrapper{
	  background: #FFF;
	  //padding: 4em 3em;
	  border-radius: 2%;
	  //top: 200px;
    margin-top:2em;
	  //border: 15px solid rgba(44, 68, 82,0.1);
}


.bmi-wrapper *{font-family:"Raleway", sans-serif;}
.bmi-wrapper .measurment a{float:left;display:inline-block;}
.bmi-wrapper form{padding:1em 2.2em;}
.bmi-wrapper label{
	line-height:55px; font-weight:normal;
	font-size: 14px;
    padding: 0;
    text-align: left !important;
}
.bmi-wrapper .title{
  background: #1995dc;
  margin-top: 0;
  text-align: center;
  color: #FFF;
  padding: 17px;
  font-weight:bold;
}
.jumbotron p{z-index:5;}
.jumbotron{
	position:relative;
	padding:4em 0;
	background-position-y:-130px;
  background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(216,216,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(216,216,216,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(216,216,216,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(216,216,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.jumbotron .message-wrapper p{
	//margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  padding-top: 20px; 
  color:#4c4a4c;
  padding: 1em 1.5em;
  margin:0;
  //background-color: rgba(0,0,0,0.1);
 border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
}

.jumbotron .message{
  color:#FFF;margin:0 0;padding:0;
  border-radius:15px;
}



#submit-button{
  position: absolute;
  bottom: -25px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 600;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  position: absolute;
  width: 170px;
  font-size:16px;
}

.footer-wrapper{
  position: relative;
  padding: 2.5em 0 1.8em; 
  text-align:center;
  background-color: #2C4452;
}

.footer-wrapper,.footer-wrapper a{color:#869EAC;}
.footer-wrapper a{text-decoration: underline;}
.footer-wrapper a:hover{color:#1995dc;}

.footer-wrapper .go-top{
    font-size: 24px;
    background: #FFF;
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 10em;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
    line-height:48px;
}
.footer-wrapper .go-top:hover,
.footer-wrapper .go-top:active{
  background:#1995dc;
  color:#FFF;
}

.border-top-right-radius-off{
  border-top-right-radius:0 !important;
  border-bottom-right-radius:0 !important;
}

.border-top-left-radius-off{
  border-top-left-radius:0 !important;
  border-bottom-left-radius:0 !important;
}

 
.go-to-description{cursor: pointer;} 
.content-wrapper{
	min-height:727px; 
}

@media screen and (min-width: 768px) {
  .jumbotron .message{margin:0;}
  .jumbotron{  padding: 6em 0 5em;}
  .result-wrapper{display:block;}
  .result-icon{
    bottom: -25px;
    left: -25px;
    top:auto;
    margin:0;
  }
  .information-wrapper .title{font-size:16px !important;}
  .information-wrapper .sub-title{font-size:14px !important;}

  .title-wrapper{
    font-size: 48px !important;
    line-height: 1.4;
    color: #4c4a4c;
    padding:0;
    padding-left: 1em;
    text-align: left;

  }

  .btn{font-size:14px;}
  .bmi-wrapper{
    border:15px solid #1995dc;
  }

  .message-wrapper,.data-wrapper{
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
  }

}

@media screen and (min-width: 990px) {

   .bmi-wrapper{
    position:absolute;
    top: 200px;
    right: 0px;
    min-width:380px;
   }
}