.options_space{
	display: none;
	float: right;
	width: 79.5%;
}

.options_left{
	width: 46%;
	/*height: 700px;*/
	/*min-height: 700px;*/
	float: left;
	position: relative;
	padding-left: 15px;
}

.options_right{
	width: 47%;
	/*height: 700px;*/
	float: right;
	position: relative;
	/*border: 1px solid #d1d1d1;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*padding: 15px;*/
	padding-right:30px
}

.options_header{
	padding-left: 45px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.options_title{
	width: 200px;
	clear: right;
	clear: left;
	font-size: 24px;
	padding-top: 15px;
	float: left;
}

.macro_input{
	width: 25px;
	font-size: 14px;
	height: 20px;
}

.options_buttons{
	padding-left: 30px;
}

.options_meals{
	
}

.options_header_left{
	width: 210px;
	float: left;
	margin-bottom: 30px;
}

.save_note{
	margin-top: 10px;
	font-style: italic;
	color: #c3c3c3;
	font-size: 12px;
	float: left;
	width: 180px;
}

.choose_foods_info{
	font-size: 12px;
	width: 347px;
	margin-top: 10px;
	float: right;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
}


#choose_foods2{
	/*position: fixed;
	top: 5%;
	left: 5%;
	margin: 0;
	height: 90%;
	max-height: 700px;
	width: 90%;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: -50%;
	margin-left: -480px;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	width: 960px;
	padding: 0;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#choose_foods2 .modal-body{
	padding: 0;
	
}

.clear_scheme{
	margin-top: 20px;
	margin-left: 30px;
}

.choose_foods_left{
	width: 600px;
	float: left;
	min-height: 100%;
	overflow-y: auto;
	padding-left: 25px;
}

.choose_foods_header{
	height: 80px;
	/*outline: 1px solid #d1d1d1;*/
}

.choose_foods_right{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 320px;
	min-height: 100%;
	float: right;
	/*z-index: 1080;
	position: absolute;*/
	/*left: 640px;*/
	/*margin-top: 0px;*/
	padding-bottom:40px;
	outline: 1px solid #d1d1d1;
	-webkit-box-shadow: -6px -1px 8px 0px rgba(200, 200, 200, .8);
	-moz-box-shadow: -6px -1px 8px 0px rgba(200, 200, 200, .8);
	box-shadow: -6px -1px 8px 0px rgba(200, 200, 200, .8);
}

/*Put the container into a modal. Change the margin-top*/

/*.mealbox_container ul{
	margin: 2px;
}*/

#choose_foods{
	width: 1024px;
	height: 760px;
	margin: 0 0 0 -480px;
    max-height:95%;
    margin-top:-45%;
    background-color: #f7f7f7;
}

/*.menu_container{
	width: 960px;
	border: 1px solid #d1d1d1;
	min-height: 800px;
	background-color: #f7f7f7;
}*/
#spinner{
	display: none;
	margin-left: 5px;
}

.menu_rightside{
	width: 300px;
	/*margin: 10px;*/
	padding-right: 20px;
	float: right;
	overflow-y:auto;
	height: 600px;
	max-height: 640px;
}

.menu_header{
	padding: 5px;
	padding-left: 0px;
	height: 70px;
	text-shadow: #fffeff 0 1px 0;
	font-size: 14px;
	font-weight: bold;
}

.food_bank_header{
	width: 170px;
	/*padding-left: 10px;*/
	padding-top: 15px;
	text-shadow: #fffeff 0 1px 0;
	font-size: 24px;
	font-weight: bold;
	clear: right;
	height: 28px;
	line-height: 32px;
	float: left;
}

.menu_num_meals{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	/*float: right;*/
	margin-bottom: -3px;
	float: right;
	margin-right: 30px;
	padding-bottom: 4px;
	
}

.diet_selector{
	width: 105px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align: 0px;
}

/*.menu_meals_list{
	border: 1px solid #d1d1d1;
}*/

.menu_mealbox{
	padding: 2px;
	width: 280px;
	margin-left: 30px;
	margin-top: 0px;
	outline: 1px solid #d1d1d1;
  	background-color: #ffffff;
}

.menu_meal_header{
	padding-top: 10px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	
}
.vegetables_note{
	font-size: 10px;
	font-weight: normal;
}

.menu_meal_sortable{
	padding: 4px;
	min-height: 17px;
	list-style: none;
	margin: 2px;
	/*margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;*/
}


.menu_leftside{
	border: 1px solid #d1d1d1;
	padding: 10px;
	width: 575px;
	height: 600px;
	margin: 10px;
	margin-top: 5px;
	margin-right:0px;
	margin-left: 10px;
	float: left;
  	background-color: #ffffff;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 1px #9aa;
}

.menu_tab_content{
	border: 1px solid #d1d1d1;
	width: 460px;
	height: 450px;
}

.foodbank_search{
	width: 570px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 45px;
}

.foodbank_input{
	width: 560px;
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
}

.quicklist_header{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.quicklist_content{
	width: 600px;
	height: 500px;
	/*border: 1px solid #d1d1d1;*/
}

.search_content{
	width: 570px;
	height: 550px;
	border: 1px solid #d1d1d1;
}

/*.menu_tab_rawfoods{
	border: 1px solid #d1d1d1;
	padding: 10px;
}

.menu_tab_recipes{
	border: 1px solid #d1d1d1;
	padding: 10px;
}

.menu_token_box{
	border: 1px solid #d1d1d1;
	width: 400px;
	margin-top: 10px;
	padding: 10px;
	
}*/



.menu_food_list{
	width: 145px;
	padding: 2px;

	/*border: 1px solid #d1d1d1;*/
}
.menu_food_list_right{
	width: 135px;
	padding: 2px;
}

.menu_subheader{
	font-size: 14px;
	padding-bottom: 3px;
	color: #323232;
	text-decoration: underline;
}

.menu_food{
	
	font-size: 13px;
	list-style-type: none;
	/*outline: 1px solid #d1d1d1;*/
	/*margin-bottom: 1px;*/
	padding: 2px;
	line-height: 12px;
	color: #515152;
	background: white;
}

.menu_food:hover{
	/*background-color: #ffefed;*/
	outline: 1px solid #d1d1d1;
	cursor: move;

}

.food_column{
	float: left;
}

.column_header{
	/*font-weight: bold;*/
	font-size: 14px;
	padding-top: 3px;
	padding-left: 2px;
	color: #cb1132;
}

.starchy_column{
	margin-top: 21px;
}

.custom_foods_area{
	padding-bottom: 5px;
}

.custom_foods_box{
	padding-left: 5px;
	display: inline;
}
.favorites_area{
	padding-bottom: 8px;
}
.favorites_listing{
	padding-left: 5px;
	display: inline;
}

.placeholder_box{
	height: 13px;
	border: 1px solid #d1d1d1;
	background-color: #e8e6e1;
}

.placeholder
{
  color: #aaa;
}

/*Search results css*/


#foodbank_search{
	width: 575px;
	height: 560px;
	display: none;
	/*border: 1px solid #d1d1d1;*/
	overflow: auto;
}

.total_results_row{
	height: 22px;
	width: 500px;
	padding: 2px;
}

.result_row.odd {
  background: #FFF;
}

.result_row.even {
  background: #f0f4f9;
}

.result_row{
	padding: 2px;
	padding-top: 6px;
	height: 24px;
	width: 550px;
	border: 1px solid #d1d1d1;
	margin-top: -1px;
}

.result_row:hover{
	background-color: #ffefed;
	cursor: move;
}

.result_name{
	width: 180px;
	overflow: hidden;
	/*display: inline;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
}

.result_desc{
	width: 200px;
	overflow: hidden;
	/*display: inline;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #adadad;
	float: left;
}

.result_options{
	width: 60px;
	float: left;
}

.result_units{
	font-size: 10px;
	float: right;
}

.result_units .units_selector{
	font-size: 10px;
	width: 90px;
	height: 18px;
}

.result_delete{
	width: 16px;
	max-width: 16px;
	vertical-align: 1px;
}
/*.search_delete{
	width: 10px;
	float: left;
}*/

#foodbank_search .hidden_info{
	display: none;
}

.tooltip_container{
	width: 120px;
}

.tooltip_left{
	float: left;	
}

.tooltip_right{
	margin-top: 2px;
	float: right;
	text-align: right;
}

.tooltip_title{
	font-size: 14px;
	padding-bottom: 4px;
}

.tooltip_desc{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.popover .content {
	min-height: 90px;
}




.menu_buttons{
	padding: 10px;
	padding-left: 15px;
}

.clear_search{
	float: right;
	width: 40px;
}
.menu_veggie_servings{
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	margin-top: -10px;
}
.menu_veggie_selector{
	height: 20px;
	font-size: 10px;
	width: 40px;
	vertical-align: 0px;
}

.randomize_button{
	vertical-align: 1px;
}
