.menu-table {
	background-color: #808080;
	font-family: Verdana;
	font-size: 13px;
	border-collapse: separate;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	/*width: 90%;*/
	border-collapse: collapse;
	border: 1px solid #766A5B;
}
.menu-header-row {
	background-color: rgb(97,97,97);
    color: rgb(235,235,235);
    text-align: center;
}
.menu-header-address-row {
	background-image: linear-gradient(#008dab, #497b86);
	color: #FFFFE5;
	text-align: center;
}
.menu-header-address {
	padding: 10px 5px 10px 5px;
	border-left: 1px solid #FFFFE5;
}
.menu-header-address-first {
	padding: 10px 5px 10px 5px;
	border-left: 1px solid #766A5B;
}
.menu-header-order-value-row {
	background-color: #9c9c9c;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid rgb(112,112,112);
}
.menu-header-order-value {
	padding: 10px 5px 10px 5px;
	border-left: 1px solid #FFFFE5;
	cursor: pointer;
}
.menu-header-order-value-first {
	padding: 10px 5px 10px 5px;
	border-left: 1px solid #766A5B;
}
.menu-header-empty {
	padding: 10px;
}
.menu-header-day {
	padding: 10px;
	border-left: 1px solid #FFFFE5;
}
.menu-header-name {
	background-color: rgb(245,242,235);
    color: rgb(58, 58, 60);
    text-align: center;
    width: 150px;
    white-space: normal;
    border-right: 1px solid rgb(112,112,112);
    border-bottom: 1px solid rgb(192,192,187);
    padding: 5px;
}
.menu-item-info {
	background-color: #fef9ff;
	color: #766A5B;
	vertical-align: top;
	padding-right: 2px;
	width: 16px;
	height: 16px;
	border-right: 1px solid #766A5B;
}
.menu-item-info-div {
	float: right;
}
.menu-item-content {
	background-color: #fff;
	color: #045e71;
	vertical-align: top;
	padding: 4px;
	width: 140px;
	text-align: center;
	border-right: 1px solid rgb(156,156,156);
}
.menu-item-price {
	text-align: left;
	font-weight: bold;
	color: #045e71;
	vertical-align: middle;
	padding-left: 3px;
}
.menu-item-bottom {
	background-color: #fff;
	border-right: 1px solid rgb(156,156,156);
	border-bottom: 1px solid rgb(156,156,156);
	color: #766A5B;
}
.menu-item-bottom-table {
	width: 100%;
	font-family: Tahoma;
	font-size: 13px;
	color: #045e71;
	border-collapse: collapse !important;
}
.menu-item-bottom-button {
	width: 16px;
	padding-right: 3px;
	padding-left: 5px;
}
.menu-item-bottom-minus {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #005c6f;
	color: #045e71;
	padding-left: 1px;
}
.menu-item-bottom-minus-disabled {
		width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #ffffff;
	padding-left: 1px;
}
.menu-item-bottom-plus {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #005c6f;
	color: #045e71;
	padding-left: 1px;
}
.menu-item-bottom-complex {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: right;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border: 2px solid #005c6f;
	color: #045e71;
	padding-left: 1px;
	text-decoration: none;
}
.menu-item-bottom-portion {
	text-align: center;
	width: 5px;
	font-weight: bold;
	padding-left: 3px;
}
.menu-item-bottom-sep {
	width: 100%;
}
.menu-item-link-tooltip {
	cursor: pointer;
}
.menu-item-tooltip-content {
	font-family: Tahoma;
	font-size: 11px;
}
.menu-item-tooltip {
	display: none;
	background-color: #E5E5E5;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	text-align: left;
	max-width: 400px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	z-index: 10;
}
.menu-item-tooltip-loader {
	width: 30px;
	height: 30px;
}
.menu-item-tooltip-item-name {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #766A5B;
	color: #FFFFE5;
}
.menu-item-tooltip-ingredient-header {
	font-weight: bold;
	padding-top: 5px;
}
.menu-item-tooltip-ingredients {
	padding-left: 10px;
	padding-bottom: 7px;
}
.menu-item-tooltip-allergen-header {
	font-weight: bold;
}
.menu-item-tooltip-allergens {
	padding-left: 10px;
	padding-bottom: 7px;
}
.menu-item-tooltip-nutrition-header {
	font-weight: bold;
}
.menu-item-tooltip-nutritions {
	padding-left: 10px;
	padding-bottom: 7px;
}
.menu-item-tooltip-nutritions-table {
	
}
.menu-item-tooltip-nutritions-table-item-name {
	
}
.menu-item-tooltip-nutritions-table-item-quantity {
	text-align: right;
}
.menu-item-tooltip-nutritions-table-item-uom {
	
}
.menu-no-item-table{
	margin-top: 10px;
    margin-left: 20px;
    border-collapse: collapse;
}
.menu-no-item-content {
	font-family: Tahoma;
    font-size: 13px;
    color: #045e71;
} 
.menu-item-content-disabled {
	background-color: rgb(197,197,197);
	color: rgb(59,59,59);
}
.menu-item-content-disabled-ordered{
	background-color: rgb(164,56,90);
	color: #fff;
}
.menu-item-content-disabled-ordered .menu-item-content-help{
    color: #fff;
    border-color: #fff;
}
.menu-item-content-enabled-ordered{
    background-color: rgb(228,222,206);
    color: #045e71;
}
.menu-item-content-enabled-modified{
    background-color: #0097d4;
    color: #fff4f4;
}
.menu-item-content-name{
	padding: 17px 10px 5px 10px;
	margin-top: 8px;
}
.menu-item-content-help{
	position: relative;
	float: right;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #005c6f;
	color: #045e71;
	text-align: center;
	padding-left: 0px;
	padding-top: 1px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
}