/* padding margin to the whole site */
body{
	padding: 0.5rem;
	min-width: 920px;
}
/* Typeahead CSS */

/*the container must be positioned relative:*/
.autocomplete {
  position: absolute;
  width: 100px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.autocomplete .item{
  border: 1px solid #f1f1f1;
	width: 100%;
	font-size: 13px;
	padding: 0px 5px;
	line-height: 25px;
}
.autocomplete .item.active{
	background-color: #c0c0c0;
}
.input-label{
  font-size: 10px;
  border-radius: 2px;
  position: absolute;
  left: 10px;
}
.weekly-nutrients .form-control-lg{
  font-size: 1.2rem!important;
  padding-top: 1.2rem!important;
}
.daily-nutrients .form-control-lg{
  font-size: 1.1rem!important;
  padding-top: 1.2rem!important;
}
.daily-nutrients .input-label{
  left: 22px!important;
}
#commonLoader .modal-dialog{
  width: 160px;
}
.dummy-focus{
  width: 0px;
  height: 0px;
  outline: none;
  border: none;
  opacity: 0;
}
.progress-bar{
  background-color: #686868;
}