#wizard{
	background-image: none;
}
#wizard .main,
#wizard .results,
#wizard .mymeals{
	display:none;
}
#wizard .edit{
	background: #fff url("/assets/img/ico/edit-ingr.png") no-repeat scroll 0 0;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 25px 0 0 15px;
	cursor: pointer;
	
	position: absolute;
	z-index: 1000;
	float: right;	
	
}
#wizard .active{
	color: #444a5a !important;
}
#wizard .main h1 {
    font-size: 34px;
	margin: 60px 0 50px 0;
	text-align:center;
}
#wizard .main h1 span{
	font-weight: 400;
}
#wizard #analyze {
    min-height: 230px;
    color: #8b8b8c;
    font-size: 16px;
    line-height: 26px;
}
#wizard .form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: none;	
    color: #444a5a;	
    margin: 0 5px 10px 0;
}
#wizard .form-control.error {
    border-color: #e44a60 !important;
    background-color: peachpuff;
}
#wizard .serving {
    font-size: 19px;
    font-weight: 500;
    height: 38px;
    width: 60px;
	float: left;
	text-align: center;
	margin-top: 1px;
}
#wizard .form-group {
    margin-bottom: 25px;
}
#wizard::-webkit-input-placeholder { color: #8b8b8c; }
#wizard:-moz-placeholder { color: #8b8b8c; }
#wizard::-moz-placeholder { color: #8b8b8c; } /* firefox 19+ */
#wizard:-ms-input-placeholder { color: #8b8b8c; } /* ie */
#wizard .tag{
	font-size: 16px;
	display: block;
	float: left;
	margin: 10px 0 0 2px;
}
#wizard .title {
    height: 35px;
	font-size: 20px;
}
#wizard .title-edit {
    height: 35px;
    font-size: 20px;
    display: inline-block;
    width: auto;
    margin: 17px 0;
    display: none;
    right: 85px;
    position: relative;
    left: 0px;	
}
#wizard label{
	font-size:16px;
	color:#8b8b8c;
	font-weight: 400;
}
#wizard .label{
	font-size: 16px;
	color: #8b8b8c;
	font-weight: 400;
	padding: 0;
	position: absolute;
}
#wizard .more{
    width: 190px;
	color: #fff;
	text-transform: uppercase;
}
#wizard .more.updateRecipe {
	width: 120px;
    font-size: 15px;
    padding-top: 7px;
    margin: 0 auto 20px;
}

#wizard .more.updateRecipeIngr, 
#wizard .more.edit-ingr-btn {
    width: 190px;
    font-size: 15px;
    padding-top: 7px;
    margin: 0 auto 20px;
    display: inline-block;
}

#wizard #wizardTitle .input-group-btn {
	float: left;	
}
 
#wizard #wizardTitle .input-group-addon, 
#wizard #wizardTitle .input-group-btn {
    width: unset;
}
#wizard #wizardTitle .input-group {
    width: 100%;
}
#wizard .editTitle {
    width: 75px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin: 17px 0 0 20px;
    right: 0;
    float: left;
    top: 0;
	box-shadow: -10px 0 10px 5px #fff;
	left: 13px;
}
#wizard .editTitle.newTitle {
    position: absolute;
    z-index: 1000;
	display:none;
}


#wizard .editTitle.addTitle {
    position: absolute;
    display: none;
    z-index: 1000;
    left: -10px;
    box-shadow: unset;	
}
#wizard .tips {
	width: 29px;
	height: 32px;
	background-position-x: 0px;
	float: right;
	margin: -85px 0 0;
	position: unset;
	background-size: 29px auto;
}
#wizard #chart{
	height:180px;
}
#wizard .totalCal {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 55px;
    left: 0;
    right: 0;
}
#wizard .totalCal .cal {
    display: block;
    font-size: 38px;
    font-weight: 500;
	margin: 0 0 -5px;
}
#wizard .totalCal .title {
    display: block;
    font-size: 13px;
    font-weight: 400;
	text-transform: uppercase;
	height: auto;
}
#wizard .nutrient-info{
	text-align: center;
	padding: 30px 0 30px;
}
#wizard .nutrient-table{
	background-color: #fff;
	padding:2px;
	border-radius:3px;
	margin-bottom: 40px;
	font-size: 16px;
	min-height: 585px;
}
#wizard .nutrient-table .row {
    margin: 2px;
    padding: 7px 0 7px 20px;
	height: 38px;
}
#wizard .nutrient-table .row .unit {
    font-weight: 600;
	white-space: nowrap;
}
#wizard .nutrient-table .row .percent {
	color:#8b8b8c;
}
#wizard .nutrient-claims,
#wizard .cooking-instr{
	background-color: #fff;
	padding:2px;
	border-radius:3px;
	margin-bottom: 5px;
	font-size: 16px;
}
#wizard .cooking-instr {
    border-radius: 5px;
	display:none;
}
#wizard textarea#instr {
    min-height: 240px;
    line-height: 24px;
}
#wizard .nutrient-claims .row{
    margin: 2px;
    padding: 10px 0 20px 20px;
}
#wizard .cooking-instr .row {
	margin: 2px;
    padding: 20px 0 20px 0px;
}
#wizard .nutrient-claims .claims-content {
    text-transform: capitalize;
	line-height: 26px;
}
#wizard .nutrient-claims .claims-content span {
    color: #8b8b8c;
    font-size: 14px;
    padding: 0 2px;
}
#wizard .nutrient-claims .claims-title,
#wizard .cooking-instr .cooking-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
#wizard .nutrient-claims .col-title,
#wizard .cooking-instr .col-title{
	background: #f8f8f8;
	height: 38px;
	padding: 10px 0 0 20px;
}
#wizard .cooking-instr .col-title {
    padding: 10px 0 0 0px;
}

#wizard .circles{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
}
#wizard .circle{
	border-radius: 100%;
	width: 80px;
	height: 80px;
}
#wizard .circle .value{
	font-size: 19px;
	font-weight: 500;
	padding: 20px 0 0;
}
#wizard .circle .cal{
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	margin: -5px 0 0;
}
#wizard .subcal{
	font-size:14px;
	font-weight: 500;	
	text-transform: uppercase;
	padding: 3px 0;
}
#wizard .protein{
	background: radial-gradient(circle, transparent 55%, #6acc00 58%);
}
#wizard .carbs{
	background: radial-gradient(circle, transparent 55%, #ffbe61 58%);
}
#wizard .fat{
	background: radial-gradient(circle, transparent 55%, #f14647 58%);
}
#wizard .upgrade{
	background-color: #fff;
	border-radius:5px;
	padding:20px;
	margin-bottom: 30px;
	display: none;
}
#wizard .upgrade p {
    font-size: 20px;
    text-align: center;
	margin-bottom: 15px;
}
#wizard .upgrade .more {
    margin: 0 auto;
}
#wizard .main .upgrade{
	background-color: #f2f3f5;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 15px;	
}
#wizard .main .upgrade p {
	text-align: left;
	margin: 0;
}
#wizard .main .upgrade .more {
	float: right;
	margin: 0;
	width: auto;
	color: #6acc00;
	background: none;
	font-size: 16px;
}
.result-title{
	background-color: #fff;
	margin-right: -15px;
	margin-left: -15px;	
	margin-bottom: 50px;
}
.result-title h1 {
    font-size: 20px;
    margin: 24px -20px 12px 0;
	display: inline-block;
	overflow: hidden;
	height: 23px;
	float: left;	
}

.tooltip{ 
	position:relative;
	float:right;
	z-index: 1000;
}

#wizard .progress{
	border-radius: 3px;
	overflow: visible;
	background: #d4d6db;
	height: 13px;
	box-shadow: none;
}
#wizard .progress-bar{
	background: #444a5a;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	border-radius: 3px 0 0 3px;  
}
#wizard .tooltip.bottom {
    margin-top: 10px;
}
#wizard .tooltip-inner {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    background: #444a5a;
    padding: 2px 8px;
    min-width: 50px;
    border-radius: 4px;
    margin: 0 -4px 0 -4px;
}
#wizard .daily.red .tooltip-inner,
#wizard .daily.red .progress {
    background: #f14647;
}
#wizard .tooltip-arrow {
    border-bottom-color: #444a5a !important;
}
#wizard .daily.red .tooltip-arrow {
    border-bottom-color: #f14647 !important;
}
#wizard .progressText {
	text-align: right;
	color: #2f374c;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
#wizard .daily-cal {
    font-size: 20px;
    font-weight: 600;
	padding: 0 2px 0 0;
}
#wizard .daily-text {
    font-size: 17px;
    font-weight: 400;
    color: #8b8b8c;
    text-transform: none;
}
#wizard .daily {
	margin-left:50px;
	margin-right:50px;
}
#wizard .msg{
	display:none;	
}
#wizard .exp {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 300px;
	margin: 18px 0 0;
	font-size: 16px;
	text-align: center;
	padding: 6px;
	background: #f2f3f5;
	position: absolute;
	z-index: 1000;
	height: 36px;
}
#wizard .exp .link {
    margin: 0 0 0 5px;
    color: #6acc00;
}
#wizard .exp .link:hover {
	color: #6acc00;
    text-decoration:none;
}
#wizard .ingredients {
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
#wizard .ingredients .list {
	border-radius: 5px;
	margin-bottom: 10px;
}
#wizard .ingredients .list .row{
    border-top:1px solid #e3e3e3;
	background: #fff;
}
#wizard .ingredients .list .row.active{

}
#wizard .ingredients .list .line-ingr .row {
    border:0 none;
}
#wizard .ingredients .list .line-ingr .row:last-child{
	/*margin-top:20px;*/
}
#wizard .ingredients .list .line-ingr .row:first-child {
    display: none;
}
#wizard .ingredients .list .line-ingr .row:nth-child(2)  {
    display: none;
}
#wizard .ingredients .list .line-ingr {
    /*display: none;*/
	display: block;
	border-bottom:1px solid #6acc00;
	border-top: 0 none;
    margin-bottom: 20px;
    background: #fff;	
}
#wizard .ingredients .list .row:first-child {
    border: 0 none;
    margin-top: 0 !important;
	background: #fff;
}
#wizard .line-ingr .form-group {
    margin-bottom: 21px;
}
#wizard .ingredients .line {
	padding: 15px 0 15px 15px;
	font-size: 16px;
	color: #2f374c;
	font-weight: 600;
}
#wizard .ingredients .bottom{
	margin-right: -30px;
	margin-left: -30px;	
}
#wizard .ingredients .add-area{
	margin-top: 5px;
	display: none;
	margin-bottom: 10px;
}
#wizard .ingredients input:focus {
    border: 1px solid #6acc00;
}
#wizard .ingredients .add-area .input-group-btn {
    vertical-align: top;
}
#wizard #addIngrButton.more {
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
	margin-bottom: 0px;
}

#wizard .line i.glyphicon {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}
#wizard .line span.err {
	font-size: 13px;
	font-weight: normal;
	color: #ff8400;
	display: block;
}
#wizard .line .err span {
    margin: 3px 0 0 5px;
    display: inline-block;
    position: absolute;
}
#wizard .add {
    color: #6acc00;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
#wizard .add .ing{
	margin: 9px 0 0 7px;
	display: block;
	float: right;
}
#wizard .add .plus{
	font-size: 26px;
	font-weight: 400;
	display: block;
	float: right;
}
#wizard select {
  background-image:
    linear-gradient(45deg, transparent 50%, #6acc00 60%),
    linear-gradient(135deg, #6acc00 40%, transparent 50%) !important;
  background-position:
    calc(100% - 16px) 14px,
    calc(100% - 8px) 14px,
    100% 0;
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor:pointer;
}
#wizard .newRecipe,
#wizard #genLabel,
#wizard #editRecipe {
    font-size: 14px;
    width: 110px !important;
    font-weight: 600;
    line-height: 26px;
    margin: 17px 0 0 5px;
}
#wizard #editRecipe {
	display:none;
}
#wizard #genLabel {
    width: 140px !important;
	border:1px solid #6acc00;
	background:#fff;
	color: #6acc00;
	line-height: 24px;
}
#wizardTitle {
    height: 70px;
}
#wizardTitle .sep{
	border-right: 1px solid #ddd;
	height: 36px;
	margin: 17px 8px 0 13px;
	display: block;
}
#wizard .icons{
	margin: 20px 10px;
	display:none;
}
#wizard .icons a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: top;
	margin: 0 8px 0;
	background-repeat: no-repeat;
}
#wizard #myMeals{
	background-image: url("/assets/img/ico/eaten.png");	
}
#wizard #exportRecipe {
	background-image: url("/assets/img/ico/export.png");	
}
#wizard #printRecipe {
	background-image: url("/assets/img/ico/print.png");	
}
#wizard #saveRecipe {
	background-image: url("/assets/img/ico/save.png");	
}
#wizard #eatenRecipe {
	background-image: url("/assets/img/ico/eaten.png");	
}
#wizard .delete-ingr {
	width: 16px;
	height: 18px;
	background-image: url("/assets/img/ico/delete.png");
	margin: 17px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
#wizard .edit-ingr,
#wizard .edit-ingr-active {
	width: 20px;
	height: 20px;
	margin: 15px 10px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
#wizard .edit-ingr {
	background-image: url("/assets/img/ico/edit-ingr.png");
}
#wizard .edit-ingr-active {
	background-image: url("/assets/img/ico/edit-ingr-active.png");
	display:none;
}

.succ .bootstrap-dialog-title{
    color: #6acc00;
}
.succ a,
.succ a:hover {
    color: #6acc00;
	text-decoration:none;
}
.err .bootstrap-dialog-title,
.err .bootstrap-dialog-message {
    color: #f14647;
}
.err .modal-footer,
.succ .modal-footer{
	display: block !important;
	margin: 0 0 10px;
}
.err .bootstrap-dialog-title,
.succ .bootstrap-dialog-title {
    font-weight: bold;;
}
.err .bootstrap-dialog-title,
.succ .bootstrap-dialog-title,
.export .bootstrap-dialog-title {
    font-size: 16px;
    padding-top: 10px;
}

.export .modal-header {
    padding: 15px;
}
.export .modal-footer {
    margin: 0 0 15px;
}
.export .pdf,
.export .xls,
.export .csv{
	width: 44px;
	height: 51px;
	background-position: center;
	background-color: #fff;
	margin: 0 25px;	
}
.export .pdf:active,
.export .xls:active,
.export .csv:active { 
	box-shadow:none !important;
}
.export .pdf{
	background-image: url("/assets/img/ico/pdf.png");
}
.export .xls{
	background-image: url("/assets/img/ico/xls.png");
}
.export .csv{
	background-image: url("/assets/img/ico/csv.png");
}
.PROCNT,
.FAT,
.CHOCDF {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.PROCNT::before,
.FAT::before,
.CHOCDF::before{
    content: "\2022";
    font-size: 26px;
    line-height: 0;
    margin: 14px 0 -11px -14px;
    display: block;
}
.PROCNT::before {
    color: #6acc00;
}
.FAT::before{
	color: #f14647;
}
.CHOCDF::before{
	color: #ffbe61;
}
.SUGAR, .SUGAR\.added, .FIBTG, .FASAT, .FAMS, .FAPU, .FATRN{
	padding-left:35px;
}
.colFAT, .colCHOCDF, .colPROCNT{
	background:#f8f8f8;
}
.FOLDFE {
    white-space: nowrap;
}
@media screen and (max-width: 1024px){
	#wizard #genLabel {
		width: 75px !important;
	}
	#wizard #genLabel span{
		display:none;
	}	
	#wizard .newRecipe {
		width: 110px !important;
	}
	#wizard .icons {
		margin: 20px 10px 20px 0;
	}	
}
@media screen and (max-width: 992px){
	#wizard #wizardMsg{
		display:none;
	}
}
@media screen and (max-width: 768px){
	.navbar-brand .logo {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.result-title{
		margin-right: 0;
		margin-left: 0;	
	}
}
@media screen and (max-width: 480px){
	#wizard .daily {
		margin-left:10px;
		margin-right:10px;
	}
	.tag{
		display:none !important;
	}
	#AnalyzeBtn{
		width: 130px !important;
	}	
	#wizard .main h1 span {
		display: block;
	}
	#wizard .main h1 {
		font-size: 30px;
		margin-top: 35px;
	}
	#wizard .main .upgrade .more {
		float: none;
		margin-top: 10px;
	}
	#wizard .main .upgrade p {
		text-align: center;
	}	
	#wizard .upgrade {
		margin-bottom: 50px;
	}
	#wizard .nutrient-table {
		font-size: 15px;
	}
	#wizard .nutrient-claims .claims-content {
		font-size: 15px;
	}
	#wizard .newRecipe {
		width: 55px !important;
		font-size: 12px;
	}
	#wizard .newRecipe span{
		display:none;
	}	
	#wizard #genLabel {
		width: 60px !important;
		font-size: 12px;
	}	
	#wizard .icons a {
		margin: 0 5px 0;
	}	
}	
@media screen and (max-width: 380px){
	#wizard .newRecipe {
		width: 45px !important;
		font-size: 12px;
	}
	#wizard #genLabel {
		width: 50px !important;
		font-size: 12px;
	}	
	#wizard .nutrient-table {
		font-size: 14px;
	}
	#wizard .nutrient-claims .claims-content {
		font-size: 14px;
	}
	#wizard .icons a {
		margin: 0 4px 0;
	}
}
@media screen and (max-width: 320px){
	#wizard .icons a {
		margin: 0 1px 0;
	}
}

#wizardTitle .col-md-8.col-xs-12.col-sm-8,
#wizardTitle .col-md-4.col-xs-12.col-sm-4 {
	padding: 0;
}





body#settings{
	background:#f2f3f5;
}

#settingsPayment,
#settingsWizard{
	display:none;
}
#settings .result-title {
    margin-bottom: 0px;
}
#settings .result-title h1 {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 15px 0 15px -15px;
    height: 26px;
}
#settings .block{
    background: #fff;
    margin: 15px 0 0;
    padding: 20px 30px;
    border-radius: 3px;
}
#settings .block h3{
	color:#8b8b8c;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 10px 15px;
}
#settings .block h2{
	font-size: 21px;
	font-weight: 400;
	margin: 0px 0px 10px 15px;
}
#settings .block .form-control {
    border: 0 none;
    box-shadow: unset;
	border-bottom: 1px #ccc solid;
	border-radius: 0;
	padding-left: 0;
	margin: 0;
	font-size: 16px;
}
#settings #settingsProfile.block .row:last-child .form-control,
#settings #settingsPayment.block .row:last-child .form-control{
	border-bottom: 0 none;
}
#settings #settingsProfile.block,
#settings #settingsPayment.block{
	padding-bottom:0;
}
#settings .block input.form-control {
    border-bottom: 1px #6acc00 solid;
}
#settings .block .form-group {
    margin-left: 15px;
}
#settings .block .form-group span.vedit {
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    bottom: 40px;
}
#settings .block .form-group span.vedit a{
    color: #6acc00;
	text-decoration:none;
}
#settings .block .form-group .value[disabled] {
    background: #fff;
    border: 0 none;
}
#settingsProfile .value,
#settingsPayment .value {
	float: right;
	bottom: 27px;
	position: relative;
	right: 15px;
	line-height: 16px;
	text-transform: capitalize;
}
#settingsPayment .value {
    text-transform: inherit;
}
#settingsProfile .vedit,
#settingsPayment .vedit {
	float: right;
	position: relative !important;
	right: -12px !important;
	bottom: 28px !important;
}
#settingsProfile .fname,
#settingsPayment .fname {
    padding-top: 7px;
    padding-bottom: 37px;
	line-height: 22px;
}
#settingsProfile h2,
#settingsPayment h2 {
    margin-bottom: 20px !important;
}
#settingsProfile h3,
#settingsPayment h3 {
    margin-left: 0px !important;
}
#settingsProfile i {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    padding: 0 2px 0;
}
#settings .saveBtn,
#settings .cancelBtn,
#wizard .saveBtn,
#wizard .cancelBtn,
#wizardPage .saveBtn,
#wizardPage .cancelBtn{
	font-size: 16px;
	width: 140px;
	text-transform: uppercase;
	margin: 20px 4px 0 4px;
	display: inline-block;
	border: 1px solid #6acc00;
}
#settings .cancelBtn,
#wizard .cancelBtn,
#wizardPage .cancelBtn{
	background: #fff;
	color: #6acc00;
}
#settings .inpt {
    text-align: center;
	display: none;
}
#settings .inpt h3 {
    text-align: left;
}
#settings .bmi,
#settings .dcal {
	width: 29px;
	height: 29px;
	display: inline-block;
	background-image: url("/assets/img/ico/question.png");
	background-size: 100%;
	margin: -5px 0 0;
}
#settings #wizard-free {
    min-height: auto;
}
#settings .block.active {
    background: #ececec none repeat scroll 0 0 !important;
}
#settings #settingsWizard .block{
	padding:0;
	background: #f2f3f5;
}
#settings #settingsWizard{
	margin-bottom: 30px !important;
}
#settings #settingsWizard .block h3 {
    color: #333;
    margin: 20px 0px;
    text-align: center;
}
#settings #settingsWizard .more {
    margin: 0 auto 20px;
	font-size: 16px;
}
#settings #settingsWizard .msg h3 {
    color: #444a5a;
    text-align: center;
    background: #f2f3f5;
    margin: 25px 0px 5px 0px;
    border-radius: 5px;
    padding: 15px;
}

#mySettingsProfile.modal .form-control {
	border-bottom: 1px #ccc solid !important;
	border-top: 0 none !important;
	border-left: 0 none !important;
	border-right: 0 none !important;
	border-radius: unset !important;
	min-height: 0 !important;
}
#mySettingsProfile.modal .form-group {
    margin-bottom: 0;
}
#mySettingsProfile #settingsProfile.block {
    padding: 10px 10px 10px 0;
}
#mySettingsProfile.modal i {
    border: 0 none;
    display: unset;
    float: unset;
    margin: unset;
}
#mySettingsProfile {
    z-index: 1050 !important;
}
#mySettingsProfile #settingsProfile {
    margin-top: 0px !important;
}
#mySettingsProfile .more.cancelBtn, 
#mySettingsProfile .more.closeBtn {
    display: inline-block;
    margin: 0 auto;
    width: 140px;
}
#mySettingsProfile .buttons {
    text-align: center;
    padding: 0 0 15px;
}
.mymeals .result-title h1 {
    margin: 17px 0 0;
}
.mymeals a.more.newRecipe {
    margin: 10px 0 10px 0 !important;
}

.mymeals .lines {
    background: #fff;
    margin: 2px 0 0;
    padding: 15px 10px;
    border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;	
}
.mymeals .myrecipes-title {
    font-size: 18px;
    font-weight: 500;
}
.mymeals .myrecipes-title a{
    color: #2f374c;
}
.mymeals .myrecipes-title a:hover{
    text-decoration:none;
}
.mymeals .date {
    color: #8b8b8c;
    font-size: 12px;
    padding: 5px 0 0;
}
.mymeals .edit-recipe {
    padding-right: 25px;
}
.mymeals .remove-recipe {
    cursor: pointer;
}
.mymeals .sa {
    border: 2px solid #e5e5e5;
    height: 34px;
    width: 34px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 -12px;
}
.mymeals #sort {
    font-size: 15px;
    font-family: Helvetica;
    color: #8b8b8c;
    display: inline-flex;
    margin: 0 0 15px;
}
.mymeals #sort span {
    cursor: pointer;
}
.mymeals .space{
    padding: 0 25px 0 0;
}
.mymeals .nameSortAsc .sa,
.mymeals .dateSortAsc .sa{
	background-image: url("/assets/img/ico/up.png");
	background-position: center;
	background-repeat: no-repeat;
}
.mymeals .nameSortDesc .sa,
.mymeals .dateSortDesc .sa{
	background-image: url("/assets/img/ico/down.png");
	background-position: center;
	background-repeat: no-repeat;
}
.mymeals .sa.sort-asc{
	background-image: url("/assets/img/ico/up-active.png");
	background-position: center;
	background-repeat: no-repeat;
}
.mymeals .sa.sort-desc{
	background-image: url("/assets/img/ico/down-active.png");
	background-position: center;
	background-repeat: no-repeat;	
}
.mymeals #lists {
    padding-bottom: 40px;
}
.mymeals .moreLoad.loader {
	position: relative;
	top: -15px;
	clear: both;
	display: block;
}

.email-dialog.conf .modal-footer {
    display: block !important;
}
.email-dialog .modal-dialog {
	width: 360px;
}
.email-dialog .modal-header .close {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    margin-top: -50px;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    border: 2px solid #fff;
    right: 0;
    position: absolute;
}
.email-dialog .btn-mail {
    display: none;
}
.email-dialog .bootstrap-dialog-message {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.email-dialog .modal-footer,
.profile-dialog .modal-footer {
    text-align: center;
}
.profile-dialog .bootstrap-dialog-title {
    font-weight: 400;
    font-size: 24px;
    margin: 0 auto;
    padding: 0 0 0 35px;
}
.profile-dialog .modal-header {
    margin: 0 0 30px;
}
.profile-dialog .modal-footer{
	padding: 50px 0 0;
}


.profile-dialog .icon {
    width: 63px;
    text-align: center;
	cursor: pointer;
}
.profile-dialog .icon span {
    font-size: 16px;
    color: #8b8b8c;
    margin: 10px 0 0 0;
    display: block;
}
.profile-dialog .man {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/man.png");	
}
.profile-dialog .man.active {
	background-image: url("/assets/img/ico/man-active.png");	
}
.profile-dialog .woman {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/woman.png");
}
.profile-dialog .woman.active {
	background-image: url("/assets/img/ico/woman-active.png");
}
.profile-dialog .individual {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/man.png");	
}
.profile-dialog .individual.active {
	background-image: url("/assets/img/ico/man-active.png");	
}
.profile-dialog .business {
	height: 73px;
	width: 68px;
	background-size: 100%;
	background-image: url("/assets/img/ico/shop.png");	
}
.profile-dialog .business.active {
	background-image: url("/assets/img/ico/shop-active.png");	
}

.profile-dialog .sedentary {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/activity-1.png");
}
.profile-dialog .sedentary.active {
	background-image: url("/assets/img/ico/activity-1-active.png");
}
.profile-dialog .low {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/activity-2.png");
}
.profile-dialog .low.active {
	background-image: url("/assets/img/ico/activity-2-active.png");
}
.profile-dialog .moderate {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/activity-3.png");
}
.profile-dialog .moderate.active {
	background-image: url("/assets/img/ico/activity-3-active.png");
}
.profile-dialog .actives {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/activity-4.png");
}
.profile-dialog .actives.active {
	background-image: url("/assets/img/ico/activity-4-active.png");
}
.profile-dialog .athlete {
	height: 73px;
	width: 63px;
	background-size: 100%;
	background-image: url("/assets/img/ico/activity-5.png");
}
.profile-dialog .athlete.active {
	background-image: url("/assets/img/ico/activity-5-active.png");
}
.profile-dialog .date .form-control {
    background: #fff;
    border-right: 0 none !important;
    border-radius: 5px 0 0 5px !important;
}
.profile-dialog .input-group-addon {
	padding: 3px 25px 2px 22px;
	font-size: 24px;
	color: #fff;
	background: #6acc00;
}
.profile-dialog .unit {
    font-size: 16px;
}
.profile-dialog .units{
	padding-bottom:60px;
	padding-left: 50px;
}
.profile-dialog .units .unit{
	padding-right: 20px;
	position: relative;
	top: -10px;
}
.profile-dialog .values{
	padding-bottom:20px;
}
.profile-dialog .values .unit {
    width: 30px;
    display: inline-block;
}
.profile-dialog .weightValue,
.profile-dialog .heightValueOne,
.profile-dialog .heightValueTwo {
	display: inline;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.profile-dialog .weightValue {
	margin-left: 35px;
	width: 150px;
}
.profile-dialog .heightValueOne,
.profile-dialog .heightValueTwo {
	margin-left: 10px;
	width: 70px;
}
.profile-dialog .checkbox, .radio {
    display: inline-block;
    width: 30px;
}
.profile-dialog .act .line {
    padding: 15px 0;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, calc(45vh - 55%));
    -ms-transform: translate(0, 45vh) translate(0, -55%);
    -o-transform: translate(0, calc(45vh - 55%));
    transform: translate(0, 45vh) translate(0, -55%);
}
.modal-content {
	margin: 0 auto;
}
.pull-center{
	margin:0 auto;
}
.error-area{
	display:none;
}
#err-msg {
	display: table;
	height: 80vh;
	width: 100%;
}
#err-msg > div {
	vertical-align: middle;
	display: table-cell;
}
#err-msg .title {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	font-size: 32px;
	line-height: 20px;	
	color: #ff8400;
}
#err-msg .msg {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	line-height: 28px;	
	color: #ff8400;
}
#myEmbedLabel .buttons {
    text-align: center;
}
#myEmbedLabel .buttons .more {
    margin: 0 auto 0 5px;
    display: inline-block;
    width: 220px !important;
}
#embedLabel{
	min-height:380px !important;
}
#printLabel{
	display: none;
}




.nutrition-facts .facts-title {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-family: Helvetica;
    font-weight: 600;
    border-top: 1px solid #ddd;
    padding: 10px 0 10px;
}
.nutrition-facts .facts-button {
	padding: 15px;
	text-align: center;
}
.nutrition-facts .facts-button .more {
	margin-bottom: 0;
	display: inline-block;
}
.nutrition-facts .print {
	background-image: url("/assets/img/ico/print.png");
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: top;
	margin: -3px 0 0 15px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nutrition-facts .modal-body {
	background-color: #f2f3f5;
    height: 450px;
	overflow: hidden;
}
.nutrition-facts .modal-header {
	margin-bottom: -15px;
}
.nutrition-facts .modal-footer {
	padding: 10px;
	display: block !important;
	background-color: #f2f3f5;
	border-radius: 0 0 5px 5px;
}
.performance-facts {
	border: 1px solid black;
	margin: 0 auto;
	width: 280px;;
	padding: 0.5rem;
	color: #000;
}
.performance-facts table {
  border-collapse: unset;
}

.performance-facts__title {
  font-weight: bold;
  font-size: 38px;
  margin: 0 0 0.25rem 0;
}

.performance-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.performance-facts__header p {
  margin: 0;
  font-size: 18px;
  display: none;
}

.performance-facts__table, .performance-facts__table--small, .performance-facts__table--grid {
  width: 100%;
}
.performance-facts__table thead tr th, .performance-facts__table--small thead tr th, .performance-facts__table--grid thead tr th, .performance-facts__table thead tr td, .performance-facts__table--small thead tr td, .performance-facts__table--grid thead tr td {
  border: 0;
}
.performance-facts__table th, .performance-facts__table--small th, .performance-facts__table--grid th, .performance-facts__table td, .performance-facts__table--small td, .performance-facts__table--grid td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
}
.performance-facts__table td:last-child, .performance-facts__table--small td:last-child, .performance-facts__table--grid td:last-child {
  text-align: right;
}
.performance-facts__table .blank-cell, .performance-facts__table--small .blank-cell, .performance-facts__table--grid .blank-cell {
  width: 1rem;
  border-top: 0;
}
.performance-facts__table .thick-row th, .performance-facts__table--small .thick-row th, .performance-facts__table--grid .thick-row th, .performance-facts__table .thick-row td, .performance-facts__table--small .thick-row td, .performance-facts__table--grid .thick-row td {
  border-top-width: 5px;
}

.small-info {
    font-size: 11px;
}

.performance-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.performance-facts__table--small td:last-child {
  text-align: left;
}
.performance-facts__table--small th, .performance-facts__table--small td {
  border: 0;
  padding: 0;
}

.performance-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--grid td:last-child {
  text-align: right;
}
.performance-facts__table--grid td:last-child::before {
  font-weight: bold;
  margin: 0 0.25rem 0 0;
}
.performance-facts__table #lkcal-val {
    font-size: 35px;
    font-weight: bold;
    font-family: Roboto;
	border: 0 none;
}
.performance-facts__table #lkcal-val-cal {
    font-size: 35px;
	border: 0 none !important;
}
.performance-facts__table .amps{
	font-size: 16px;
	font-weight: bold !important;
	margin: 0 -200px -10px 0 !important;
	display: block;	
}
.performance-facts__table .nob {
	border:0 none !important;
}
.pwb {
    float: right;
}
.label-bottom{
	padding: 15px 0;
	width: 280px;
	margin: 0 auto;
	font-size: 13px;
}
.performance-facts-recipe-title {
    font-size: 18px;
    padding: 10px 0;
}

@media screen and (max-width: 1199px){
	#wizard .editTitle.newTitle {
		position: absolute;
		margin-left: -30px !important;
	}
	.result-title h1 {	
		width: min-content;
		min-width: 330px;	
	}	
}
@media screen and (max-width: 840px){
	.result-title h1 {
		width: min-content;
		min-width: 330px;
	}	
}
option.disabled {
    font-weight: 600;
    color: #000;
}
.nutrition-profile.d-block{
	display:block;
}
.nutrition-profile.d-none{
	display:none;
}
.settingsBusiness .checkbox{
    margin: 20px 0;
}
.settingsBusiness .place-name {
    margin-left: 35px;
    line-height: 25px;
}
.business-type-place.d-block{
	display:block;
	margin-bottom:30px;
}
.business-type-place.d-none{
	display:none;
}
.business-type-place input.form-control {
    border-bottom: 1px #6acc00 solid !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    border-radius: 0 !important;
}
#settings .container-fluid.bgr{
	margin-bottom: 30px;
}
#place-name-details.d-none{
	display:none;
}
#place-name-details.d-block{
	display:block;
}

#restaurant-business.d-none,
#restaurant-city.d-none,
#restaurant-postcode.d-none,
#restaurant-addr.d-none{
	display:none;
}
#restaurant-business.d-block,
#restaurant-city.d-block,
#restaurant-postcode.d-block,
#restaurant-addr.d-block{
	display:block;
}
.modal .moret{
    background: #6acc00 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 7px 0;
    text-align: center;
    width: 140px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.type-bottom .bootstrap-dialog-footer-buttons{
	padding:0 0 30px;
}
.modal .moret.cancelBtn{
    background: #fff !important;
    color: #6acc00 !important;
	width: 140px !important;
	margin:0 5px 0 5px !important;
}
#mySettingsBusiness .modal-body .form-control {
    padding-left: 12px;
}
#mySettingsBusiness .modal-body .business-type-place.d-block {
    margin-bottom: 0px;
}
#mySettingsBusiness .modal-body .block {
    margin: 0;
    padding: 0px 30px;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 90px;
    max-width: 375px;
    background-color: #4B4B4F;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #FF0000;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
    font-weight: 600;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #FFF;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #FFF;
    color: #4B4B4F;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #6ACC00;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #FF0000;
    display: none;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}