/******* MENU CARD **********/
.lb_feed {
	padding-left: 10px;	
}

.lb_pdf {
	padding-left: 10px;	
}

.lb_pdf a:hover {
	text-decoration: none;
}

.lb_text_top {
	margin: 15px 0 25px 0;	
}

.lb_text_bottom {}

.lb_menu_category {
	font-weight: bold;
    padding: 10px;
    font-style: italic;
}

.weekday {
	background-color: #56b153;
	color: #ffffff;
	font-weight: bold;
	line-height: 2em;
	clear: both;
}

.lunchbox_credit {
	text-align: left;
	font-weight: bold;	
	margin-bottom: 15px;
	font-size: 1.2em;
}

.mealtable0 {}

.mealtable1 {
	background-color: #e7fce6;	
}

.lunchbox_image {
	padding: 5px 0;
	text-align: center;
}

.mealname_table {
}

.lunchbox_mealname {
	padding: 5px;
	font-weight: bold;
}

.lunchbox_prices {
	padding: 5px;
}

.mealprice_table {
	width: 35%;
}

.lunchbox_image img {
	width: 80px;
}

.lunchbox_description {
	padding-left: 0;
	padding-top: 7px;
	font-style: italic;
	font-weight: normal;
}

.lunchbox_weekday_date_head {
	padding-left: 15px;
}

.mealprice_table input {
	width: 20px;
}

.deadline_meal {
	width: 30px; 
	display: inline-block;
	text-align: center;
}

.deadline_meal_one {
	width: 15px; 
	display: inline-block;
	text-align: center;
}
	
.lunchbox_box_print {
	padding: 10px; 
	border: 1px solid #000; 
	border-spacing:0;
	border-collapse:collapse; 
	min-height: 150px;
}

.lunchbox_box_print td {
	border: none;
}

.lunchbox_box_print p {
	margin-bottom: 3px;
}

.lunchbox_box_print hr {
	margin: 6px 0;
}

.lunchbox_box_print_category {
	padding: 2px; 
	border: 1px solid #000; 
	border-spacing:0;
	border-collapse:collapse; 
	min-height: 150px; 
	text-align: center; 
	vertical-align:middle;'
}

.lunchbox_box_comment_print {
	padding: 2px; 
	border: 1px solid #000; 
	border-spacing:0;
	border-collapse:collapse; 
	min-height: 150px; 
	font-weight: bold; 
	text-align: center; 
	vertical-align:middle;'
}

.lunchbox_head{
	margin-top: 15px;
	margin-bottom: 15px;
}

.ingredients_legend{
	margin-top: 15px;	
}

.ingredients_legend_print{
	margin-top: 10px;	
}

.lunchbox_mealcomment{
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.lunchbox_price{
	text-align: left;
	padding-left: 7px;
	margin: 4px 0;
}

.ingredients{
	text-align: left;
	font-size: 0.85em;
	font-style: italic;
	padding-top: 8px;
}

.lunchbox_meal_condiments {
	text-align: left;
	font-size: 0.9em;
	padding-top: 5px;
}

.allIngredients {
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}

.allCondiments {
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}

.selected_meal {
	/*background: #4a6def;*/
}

.success_message{
	background: #dfe9b6;
    border-bottom: 2px solid #90B203;
    border-top: 2px solid #90B203;
    padding: 10px 10px 10px 40px;
	color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.error_message{
    background: #f5d7cd;
    border-bottom: 2px solid #990000;
    border-top: 2px solid #990000;
    padding: 10px 10px 10px 40px;
    color: #CC0000;
    font-weight: bold;
    margin-bottom: 15px;
}

#lunchbox_menu_table_print{
	width: 100%;
	border: 1px solid #000;
	border-spacing:0;
	border-collapse:collapse;
}

#lunchbox_table_inner_print{
	width: 100%;
	border-style: none;
	border: 0px solid;
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	height: 146px;
}

#lunchbox_table_inner_tr_print{
	border: none;	
}

#lunchbox_table_inner_td_print{
	border: none;	
}

.lunchbox_table_inner_short_description_print{
	font-size: 13px;
}

.lunchbox_table_inner_condiments_print {
	font-size: 0.8em;
}

.lunchbox_table_inner_description_print{
	font-size: 14px;
	height: 85px;
}

.lunchbox_table_inner_price_print{
	font-size: 12px;
	/*height: 40px;*/
}

#lunchbox_menu_table_print th{
	border: none;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 250%;
	border: 1px solid #000;
	border-spacing:0;
	border-collapse:collapse;
}

#lunchbox_menu_table_print tr{
	border: none;
}

.lb_order_button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.lb_order_button input, button {
	background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    width: 152px;
}

.lb_order_button input, button:hover {
	background: none repeat scroll 0 0 #56b153;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 4px;
    text-decoration: none;
    width: 152px;
    color: #FFFFFF;
}

/******** ORDER OVERVIEW **************/
.lunchbox_orderoverview h3 {
	margin-bottom: 20px;
}

.overview_table {
	width: 100%;
	border: none;
}

.overview_table td {
	padding: 8px 0;
}

.lb_orderoverview_head {
	margin: 25px 0 15px 0;
}

.lb_orderoverview_table_head {
	background-color: #56b153;
	color: #ffffff;
	padding: 5px 0;
}

.orderoverview_date_head {
	text-align: left;
	padding: 5px 0 5px 5px;
}

.orderoverview_meal_head {
	text-align: left;
	padding: 5px 0;
}

.orderoverview_totalprice_head {
	text-align: right;
	padding: 5px 5px 5px 0;
}

.orderoverview_count_head {
	text-align: center;	
}

.orderoverview_price_head {
	text-align: center;
}

.orderoverview_count {
	text-align: center;	
}

.orderoverview_price {
	text-align: center;
}

.orderoverview_totalprice {
	text-align: right;
}

.lb_orderoverview_sum {
	width: 100%;
	border-top: 4px double #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	margin-top: 10px;
}

@media only screen and (max-width: 760px) {
	/* Force table to not be like tables anymore */
	.overview_table table, thead, tbody, th, td, tr {
		display: block;
		border: none;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	.overview_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	 
	.overview_table tr { 
		border: 1px solid #ccc; 
	}
	 
	.overview_table td {
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}
	 
	.overview_table td:before {
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	 
	/*
	Label the data
	*/
	.overview_table td:before { 
		content: attr(data-title); 
	}
}

@media only screen and (max-width: 760px) {
	/* Force table to not be like tables anymore */
	.lunchbox table, thead, tbody, th, td, tr {
		display: block;
		border: none;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	.lunchbox thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	 
	.lunchbox tr { 
		/*border: 1px solid #ccc; */
	}
	 
	.lunchbox td {
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}
	 
	.lunchbox td:before {
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	 
	/*
	Label the data
	*/
	.lunchbox td:before { 
		content: attr(data-title); 
	}
}

.lunchbox select, input[type="text"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.lunchbox select, input[type="text"], .uneditable-input {
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px 6px;
    vertical-align: middle;
}

.lunchbox select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 220px;
    height: 28px;
    line-height: 1.4em;
}

.lunchbox option {
	padding: 2px 0;
}

/******* MEAL DETAIL VIEW **********/

.lb_mealdetails_wrapper {
	margin-top: 20px;
}

.lb_mealdetails_head {}

.lb_meals {
	margin-top: 45px;
}

.lb_images {
	max-width: 350px;
	margin: 70px auto;
}

.lb_mealdetails {
	margin-top: 25px;
}

.lb_mealshortdescription {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.lb_mealdescription {
	margin-top: 20px;
}

.lb_mealdescriptionhead {
	font-size: 1.07em;
	font-weight: bold;
}

.lb_mealingredients {
	margin-top: 20px;
}

.lb_mealingredientshead {
	font-size: 1.07em;
	font-weight: bold;
}

.lb_mealpreparation {
	margin-top: 20px;
}

.lb_mealpreparationhead {
	font-size: 1.07em;
	font-weight: bold;
}

#bx-pager img {
	height: 55px;
}

.bxslider img {
	height: 250px;
}

.bx-wrapper img {
    display: block;
}

.bx-wrapper li {
    text-align: center;
}
