/* Stylesheet for FoodVS project */

.login-logo {
  z-index: 2;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 172px;

  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
}


.template-logo {
  z-index: 2;
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100px;

  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}



#login-page {
  padding-top: 130px !important;
}

/* template page */

#template-page {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  background-image: url('/images/backgrounds/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0s;
  
  padding-top: 130px;
}


#template-page:after {
  content: '';
  display: block;
  background: #314557;
  background: linear-gradient(to bottom, rgba(38,51,64,0.9) 5%, rgba(14, 25, 40, 0.8) 100%);
  width: 100%;
  height: inherit;
  position: fixed;
  left: 0;
  top:0;
  z-index: 1;
  transition: 0s;
}


#template-panel {
  z-index: 2;
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow-y: hidden ;
}

#template-panel .panel-heading i {
  width: 40px;
  font-size: 45px;
}

#template-panel .panel-heading h3 {
  font-size: 27px;
  margin: 0;
}

#template-panel .panel-heading h5 {
  margin: 4px 0;
  opacity: 0.8;
}

.checkbox-template {
  margin-bottom: 20px !important;
}

.template-add-text {
  margin: 10px 0;
}

.cursor_hand {
	cursor: pointer;
}

.table_cat_folder {
	font-size: 18px;
	
}

.display_none {
	display: none;
}

table.table-menu-pr-edit td {
	vertical-align: middle !important;
}


/* Orders Tables */

table.need_order_table {
	width: 100%;
	border: #ccc 1px solid; 
	border-collapse: collapse;
}

table.need_order_table th {
	background-color: #FFD9D9;
	border: #ccc 1px solid; 
	border-collapse: collapse;
	padding: 5px 5px;
}

table.need_order_table td {
	border: #ccc 1px solid; 
	border-collapse: collapse;
	padding: 0px 5px;
	background-color: #FFF2F2;
}

.need_order_table_header {
	border: #ccc 1px solid; 
	border-collapse: collapse;
	background-color: #FFF2F2;
	text-align: center;
	padding: 3px 0px;
}

table.order_table {
	width: 100%;
	border: #ccc 1px solid; 
	border-collapse: collapse;
}

table.order_table th {
	background-color: #D7FFD7;
	border: #ccc 1px solid; 
	border-collapse: collapse;
	padding: 5px 5px;
	font-size: 12px;
}

table.order_table td {
	border: #ccc 1px solid; 
	border-collapse: collapse;
	padding: 0px 5px;
	background-color: #F2FFF2;
}

.order_table_header {
	border: #ccc 1px solid; 
	border-collapse: collapse;
	background-color: #F2FFF2;
	text-align: left;
	padding: 3px 10px;
}

.order_table_summary {
	text-align: right;
	padding: 5px 10px !important;
	color: #777;
	font-size: 12px;
	background-color: #fff !important;
}


/* ЧЕРНОВИК */
.order_table_status_0 {
	background-color: #555 !important;
	color: #fff !important;
}

/* НА КУХНЕ */
.order_table_status_1 {
	background-color: #8CFF8C !important;
	color: #000;
}

/* ДОСТАВЛЕН */
.order_table_status_2 {
	background-color: #F2FFF2 !important;
	color: #000;
}

/* ДОСТАВЛЕН с опозданием */
.order_table_status_3 {
	background-color: #B4F4FE !important;
	color: #000;
}

/* ДОСТАВЛЕН с проблемой */
.order_table_status_4 {
	background-color: #CFC1FF !important;
	color: #000;
}


/* НЕ ОПЛАЧЕН */
.order_table_payment_status_0 {
	background-color: #FFD9D9 !important;	
}

/* УСЛОВНО ОПЛАЧЕН */
.order_table_payment_status_1 {
	background-color: #C4FFC4 !important;	
}

/* ЧАСТИЧНО ОПЛАЧЕН */
.order_table_payment_status_2 {
	background-color: #FFF9C4 !important;	
}

/* ОПЛАЧЕН */
.order_table_payment_status_3 {
	background-color: #F2FFF2 !important;
}

.table_orders_select {
	text-align: center;
	border: 0;
	font-weight: normal !important;
}

.c_input_not_save {
	color: red !important;
	font-weight: bold !important;
}

/* Шапка: аватар + ФИО в одну строку. В fw.css у .vcentered стоит display:inline-block !important,
   из‑за этого перебивается flex у .profile .vcentered — задаём flex здесь, fw.css не трогаем. */
.navbar-default .navbar-nav > li.profile > .vcentered {
	/* отступы как у fw.css … было 25px справа; до кнопки «Выйти» зазор уменьшен вдвое */
	padding: 7px 12px 7px 15px;
	display: flex !important;
	align-items: center !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	min-height: 46px;
}

/* «Выйти» стал last-child — на него попадает fw.css li:last-child > a { padding: 7px … }, иконка прилипает к верху.
   Возвращаем вертикальные отступы как у .navbar-nav > li > a (20px), горизонталь как у last-child в fw. */
.navbar-default .navbar-nav.navbar-right > li:last-child > a {
	/* слева от «Выйти» до профиля: было 15px — в половину */
	padding: 20px 25px 20px 8px;
}

/* --- FVS: перенос inline-стилей из шаблонов (.tt2) — не править fw.css --- */

/* Строка с кнопкой «Назад» / тулбар страницы */
.fvs-page-toolbar-row {
	text-align: left;
	padding-bottom: 5px;
}
.fvs-page-toolbar-row--right {
	text-align: right;
	padding-bottom: 5px;
}

/* Матрица прав доступа: плотные чекбоксы */
label.fvs-checkbox-tight,
label.fvs-checkbox-tight.checkbox {
	margin: 0;
}

/* Таблицы пользователей: колонка аватара */
.fvs-th-avatar {
	width: 56px;
}

.fvs-textarea-md {
	height: 100px;
}
.fvs-textarea-sm {
	height: 50px;
}

/* Формы заказа / адреса: inline select и поля */
.fvs-form-inline-select-wide {
	display: inline;
	max-width: 230px;
	vertical-align: middle;
}
.fvs-input-150 {
	width: 150px;
}
.fvs-input-200 {
	width: 200px;
}
.fvs-input-qty {
	width: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
select.form-control.fvs-input-time-select {
	display: inline;
	width: 50px;
	vertical-align: middle;
}
input.form-control.fvs-menu-type-count {
	text-align: center;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.fvs-help-icon {
	width: 21px;
	display: inline;
}

.fvs-table-bordered-soft {
	border: 1px solid #ccc;
}
.fvs-table-nested {
	border: 0;
	width: 100%;
}
.fvs-td-qty-cell {
	padding: 5px 0;
}
.fvs-text-muted-label {
	color: #888888;
}
.fvs-text-no-garnish {
	color: #ff8888;
}

.fvs-col-w-30 {
	width: 30px;
	max-width: 30px;
}
.fvs-form-wrapper-w-80 {
	width: 80px;
}
.fvs-form-group-centered {
	text-align: center;
}

/* Список заказов: пагинация и заголовки таблицы */
.fvs-pagination-orders-top {
	margin: 0 0 10px 0;
}
.fvs-pagination-orders-bottom {
	margin: 10px 0 10px 0;
}
.fvs-pagination-caption {
	margin: 0 0 15px 0;
}
.fvs-orders-th-num {
	text-align: center !important;
}
.fvs-orders-day-header td.fvs-orders-day-header-cell {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
}
.fvs-order-id-cell {
	font-size: 12px;
}
.fvs-meal-heading {
	font-size: 16px;
}
.fvs-col-mt-sm {
	margin-top: 5px;
}

/* Маршруты доставки /delivery_routes */
.fvs-delivery-routes .fvs-delivery-routes-top-panel {
	margin-bottom: 16px;
	border-color: #ddd;
}
.fvs-delivery-routes-top-row {
	margin-bottom: 12px;
}
.fvs-delivery-routes-title {
	display: inline-block;
	margin: 0 0 8px 0;
	font-size: 20px;
	font-weight: 600;
}
.fvs-delivery-routes-top-actions {
	margin-top: 2px;
}
.fvs-delivery-routes-top-actions .btn {
	margin-left: 6px;
}
.fvs-delivery-routes-date-form {
	margin-top: 4px;
}
.fvs-delivery-routes-date-label {
	margin-right: 8px;
	font-weight: normal;
}
.fvs-delivery-routes-date-form .form-control {
	margin-right: 8px;
}
.fvs-delivery-routes-empty {
	margin-bottom: 16px;
}
.fvs-delivery-routes-card {
	margin-bottom: 18px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
.fvs-delivery-routes-card-heading {
	background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
}
.fvs-delivery-routes-card-icon {
	margin-right: 6px;
	color: #6d6d6d;
}
.fvs-delivery-routes-card-title {
	margin-right: 8px;
}
.fvs-delivery-routes-stops {
	background-color: #5bc0de;
	margin-left: 6px;
	vertical-align: text-bottom;
}
.fvs-delivery-routes-meals {
	margin-left: 8px;
	font-size: 12px;
}
.fvs-delivery-routes-dispatch-lbl {
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
}
.fvs-delivery-routes-plain-block {
	margin-top: 8px;
}
.fvs-delivery-routes-plain-label {
	font-weight: 600;
}
.fvs-delivery-routes-manual-form .fvs-delivery-routes-manual-header {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #666;
}
.fvs-delivery-routes-manual-table {
	width: 100%;
	margin-bottom: 12px;
}
.fvs-delivery-routes-manual-table th,
.fvs-delivery-routes-manual-table td {
	padding: 6px 8px 6px 0;
	vertical-align: middle;
}
.fvs-delivery-routes-manual-table th {
	white-space: nowrap;
}
.fvs-delivery-routes-manual-table .fvs-delivery-routes-manual-time input {
	width: 4.2em;
	display: inline-block;
	vertical-align: middle;
}
.fvs-delivery-routes-manual-table .fvs-delivery-routes-manual-time span {
	margin: 0 2px;
}
.fvs-delivery-routes-manual-table .fvs-delivery-routes-manual-addr {
	min-width: 10em;
}
.fvs-delivery-routes-manual-table .fvs-delivery-routes-manual-note {
	min-width: 8em;
}

.fvs-footer-copy {
	width: 100%;
	text-align: right;
}

.fvs-category-link {
	font-size: 16px;
}
.fvs-products-desc-cell {
	max-width: 300px !important;
}

.fvs-tr-muted {
	background-color: #eee;
}

.fvs-hint-muted {
	color: #ccc;
	font-weight: normal;
}

.fvs-profile-toolbar-spacer {
	margin-top: 12px;
}
.fvs-drivers-toolbar-spacer {
	padding-top: 12px;
}

.fvs-error-page-pad {
	padding-left: 20px;
}

/* Печать меню / этикеток */
.fvs-print-bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
}
.fvs-print-bg-img {
	width: 800px;
}
.fvs-print-menu-head-wrap {
	margin-top: 30px;
}
.fvs-print-table-full {
	width: 100%;
}
.fvs-print-note-muted {
	color: #888888;
}
.fvs-print-desc-note {
	color: #444;
	font-size: 12px;
}

.fvs-print-products-table {
	width: 700px;
	border: 1px solid #aaa;
}
.fvs-print-barcode-wrap {
	position: relative;
	overflow: hidden;
}
.fvs-print-barcode-text {
	font-family: 'Libre Barcode EAN13 Text', cursive;
	font-size: 7.5em;
	margin: 0;
	margin-top: -50px;
	margin-bottom: 5px;
}
.fvs-print-weight-note {
	font-size: 9px;
}

.fvs-print-cat-th {
	border: 1px solid #aaa;
	padding: 8px;
	font-weight: bold;
}
.fvs-print-cat-th--level1 {
	text-transform: uppercase;
	background-color: #ddd;
}
.fvs-print-cat-th--level2 {
	background-color: #eee;
}
.fvs-print-fs-4 {
	font-size: 4px;
}
.fvs-print-fs-5 {
	font-size: 5px;
}
.fvs-print-fs-6 {
	font-size: 6px;
}
.fvs-print-fs-7 {
	font-size: 7px;
}
.fvs-print-fs-8 {
	font-size: 8px;
}
.fvs-print-fs-9 {
	font-size: 9px;
}
.fvs-print-fs-10 {
	font-size: 10px;
}
.fvs-print-fs-11 {
	font-size: 11px;
}
.fvs-print-fs-12 {
	font-size: 12px;
}
.fvs-print-fs-13 {
	font-size: 13px;
}
.fvs-print-fs-14 {
	font-size: 14px;
}

/* Штрихкод в таблице товаров (не печать) */
.fvs-barcode-cell-wrap {
	position: relative;
	overflow: hidden;
}
.fvs-barcode-cell-text {
	font-family: 'Libre Barcode EAN13 Text', cursive;
	font-size: 7.5em;
	margin: 0;
	margin-top: -50px;
	margin-bottom: -20px;
}

/* Список заказов: сумма заказа не совпадает с УПД в 1С */
tr.fvs-order-upd-sum-mismatch td {
	background-color: #f8d7da !important;
}

.fvs-dish-search-block {
	margin-bottom: 12px;
}
.fvs-dish-search-help {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 12px;
	color: #7f8c8d;
}
.fvs-dish-search-inline {
	margin-top: 8px;
}
.fvs-group-head-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}
.fvs-group-title-wrap {
	flex: 1 1 auto;
	min-width: 220px;
}
.fvs-group-search-input {
	flex: 0 0 280px;
	max-width: 280px;
	background: transparent !important;
}
.fvs-group-total-wrap {
	font-weight: normal;
	font-size: 12px;
	flex: 0 0 auto;
	white-space: nowrap;
}
.fvs-order-mismatch-warning {
	background: #f2dede;
	border: 1px solid #ebccd1;
	color: #a94442;
	padding: 10px 12px;
	margin-bottom: 12px;
	border-radius: 3px;
}
.fvs-order-mismatch-title {
	font-weight: 600;
	margin-bottom: 6px;
}
.fvs-order-mismatch-list {
	margin: 0;
	padding-left: 18px;
}
.fvs-order-mismatch-muted {
	margin-bottom: 6px;
	color: #8a6d3b;
}
.fvs-mismatch-rule-row {
	padding: 8px 10px;
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fafafa;
}
.fvs-order-mismatch-tooltip .tooltip-inner {
	width: 640px;
	max-width: calc(100vw - 30px);
	text-align: left;
	white-space: pre-line;
}
.fvs-added-dishes-table td {
	vertical-align: middle !important;
}
.fvs-dish-meta-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}
.fvs-dish-remove-inline {
	padding: 0;
	margin: 0;
	color: #d9534f;
	text-decoration: underline;
	background: transparent;
	border: 0;
	display: inline;
	font-size: inherit;
	line-height: inherit;
}
.fvs-garnish-results {
	max-height: 260px;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.fvs-garnish-results-empty {
	padding: 8px 10px;
	color: #777;
}
.fvs-garnish-result-item {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 8px 10px;
	background: transparent;
	cursor: pointer;
}
.fvs-garnish-result-item:last-child {
	border-bottom: 0;
}
.fvs-garnish-result-item:hover {
	background: #f5f5f5;
}
.fvs-employees-table td {
	vertical-align: middle !important;
}
.fvs-employee-med-alert-danger td,
.fvs-employee-med-field-alert-danger .form-control {
	background: #f2dede !important;
	color: #a94442;
}
.fvs-employee-med-field-alert-danger label {
	color: #a94442;
}
.fvs-employee-med-alert-warning td,
.fvs-employee-med-field-alert-warning .form-control {
	background: #fcf8e3 !important;
	color: #8a6d3b;
}
.fvs-employee-med-field-alert-warning label {
	color: #8a6d3b;
}
.fvs-employees-sort-form {
	display: inline-block;
	margin-left: 8px;
}
.js-employee-sort-handle {
	cursor: move;
	color: #777;
}
.js-employee-sort-handle:hover {
	color: #333;
}
.fvs-employee-documents {
	margin-top: 18px;
}
.fvs-employee-documents-empty {
	margin: 18px 0 0;
}
.fvs-timesheet-month-form {
	display: inline-block;
	margin-left: 8px;
}
.fvs-timesheet-save-status {
	display: inline-block;
	margin: 0 0 10px;
	padding: 6px 10px;
	border-radius: 3px;
	background: #f5f5f5;
	color: #777;
}
.fvs-timesheet-save-status.is-dirty {
	background: #fcf8e3;
	color: #8a6d3b;
}
.fvs-timesheet-save-status.is-saving {
	background: #d9edf7;
	color: #31708f;
}
.fvs-timesheet-save-status.is-saved {
	background: #dff0d8;
	color: #3c763d;
}
.fvs-timesheet-save-status.is-error {
	background: #f2dede;
	color: #a94442;
}
.fvs-timesheet-wrap {
	overflow-x: auto;
	overflow-y: visible;
	border: 1px solid #ddd;
}
.fvs-timesheet-table {
	margin-bottom: 0;
	min-width: 1300px;
}
.fvs-timesheet-table th,
.fvs-timesheet-table td {
	text-align: center;
	vertical-align: middle !important;
}
.fvs-timesheet-employee-col {
	min-width: 220px;
	text-align: left !important;
	background: #fff;
	position: sticky;
	left: 0;
	z-index: 3;
	box-shadow: 1px 0 0 0 #ddd;
}
.fvs-timesheet-table thead th.fvs-timesheet-employee-col {
	background: #f5f5f5;
	z-index: 4;
}
.fvs-timesheet-position-col {
	min-width: 150px;
	text-align: left !important;
	background: #fff;
	position: sticky;
	/* left is set dynamically from JS (FvsTimesheetUpdateStickyOffsets) to
	   match the real rendered width of the employee column, including
	   padding / borders. The CSS fallback is just a rough placeholder. */
	left: 220px;
	z-index: 2;
	box-shadow: 1px 0 0 0 #ddd;
}
.fvs-timesheet-table thead th.fvs-timesheet-position-col {
	background: #f5f5f5;
	z-index: 4;
}
/* Чекбоксы «Аванс выдан» / «Зарплата выдана»: квадратик зелёный, когда
   изменения сохранены, и красный — пока правка ещё не доехала до сервера.
   Селекторы дублируют `[type=checkbox].info.js-...` чтобы перебить базовое
   правило `.info` из fw.css (она грузится после style.css). */
input[type=checkbox].info.js-timesheet-advance-issued:checked + .checkbox-placeholder:before,
input[type=checkbox].info.js-timesheet-salary-issued:checked + .checkbox-placeholder:before {
	background-color: #5cb85c;
	border: 1px solid #5cb85c;
}
input[type=checkbox].info.js-timesheet-advance-issued.c_input_not_save:checked + .checkbox-placeholder:before,
input[type=checkbox].info.js-timesheet-salary-issued.c_input_not_save:checked + .checkbox-placeholder:before {
	background-color: #f95858;
	border: 1px solid #f95858;
}
/* Чекбокс «Выходной»: пока правка не сохранена — красный, после сохранения
   возвращается к синему (.info из fw.css). */
input[type=checkbox].info.js-timesheet-weekend.c_input_not_save:checked + .checkbox-placeholder:before {
	background-color: #f95858;
	border: 1px solid #f95858;
}
/* Текстовые поля табеля: пока есть несохранённые изменения — красная рамка
   и розоватый фон; сразу после успешного сохранения короткая зелёная
   подсветка, потом плавно возвращается к дефолту. */
input.fvs-timesheet-work-input,
input.fvs-timesheet-money-input {
	transition: border-color 0.4s, background-color 0.4s;
}
input.fvs-timesheet-work-input.c_input_not_save,
input.fvs-timesheet-money-input.c_input_not_save {
	border-color: #f95858 !important;
	background-color: #fff5f5 !important;
}
input.fvs-timesheet-work-input.c_input_just_saved,
input.fvs-timesheet-money-input.c_input_just_saved {
	border-color: #5cb85c !important;
	background-color: #f0faf0 !important;
}
/* Подсветка факта выплаты в таблице «Итоги и выплаты». */
.js-timesheet-payroll-row.is-salary-issued > td {
	background: #e6f7ea;
}
.js-timesheet-payroll-row > td.is-advance-issued-cell {
	background: #e6f7ea;
}
.fvs-timesheet-day-head {
	min-width: 56px;
	font-weight: 600;
}
/* Highlight the entire row (including sticky employee/position cells) when
   the user hovers any cell in it — so it's clear which employee a date
   column belongs to, even when scrolled far to the right. */
.fvs-timesheet-table tbody tr:hover .fvs-timesheet-cell,
.fvs-timesheet-table tbody tr:hover .fvs-timesheet-total-col {
	background: #fff9d4;
}
.fvs-timesheet-table tbody tr:hover .fvs-timesheet-employee-col,
.fvs-timesheet-table tbody tr:hover .fvs-timesheet-position-col {
	background: #fffbe6;
}
.fvs-timesheet-day-head.is-today,
.fvs-timesheet-weekend-switch.is-today,
.fvs-timesheet-cell.is-today {
	box-shadow: inset 0 -3px 0 0 #2da9e9;
}
.fvs-timesheet-day-head.is-today {
	color: #2da9e9;
}
.fvs-timesheet-workday {
	background: #dff0d8 !important;
}
.fvs-timesheet-weekend {
	background: #f2dede !important;
	color: #a94442;
}
.fvs-timesheet-weekend-switch .checkbox {
	margin: 0;
}
.fvs-timesheet-cell {
	min-width: 58px;
	padding: 3px !important;
}
.fvs-timesheet-work-input,
.fvs-timesheet-money-input {
	height: 26px;
	padding: 2px 4px;
	text-align: center;
	font-size: 12px;
}
.fvs-timesheet-total-col {
	min-width: 82px;
	background: #f5f5f5;
}
.fvs-timesheet-money-input {
	min-width: 90px;
}
.fvs-timesheet-totals th {
	background: #eaf4fb !important;
	font-size: 13px;
	vertical-align: middle !important;
	text-align: center;
}
.fvs-timesheet-totals th.text-right {
	text-align: right;
}
.fvs-accounting-table .fvs-muted,
.fvs-muted {
	color: #777;
}
.fvs-accounting-status-due td {
	background: #fff3cd;
}
.fvs-accounting-status-error td {
	background: #f2dede;
}
.fvs-accounting-status-paid td {
	background: #dff0d8;
}

.fvs-unpaid-company-row {
	cursor: pointer;
}
.fvs-unpaid-company-row:hover td {
	background: #f5f8fc;
}
.fvs-unpaid-company-row .fvs-unpaid-chevron {
	margin-right: 6px;
	color: #777;
}
.fvs-unpaid-orders-row {
	display: none;
}
.fvs-unpaid-orders-row.fvs-unpaid-orders-open {
	display: table-row;
}
.fvs-unpaid-orders-row > td {
	border-top: none !important;
}

/* Подсветка блюд без foodcost (menu_edit, orders_select_dishes, daily_menu) */
.fvs-no-foodcost {
	background-color: #fff0f0 !important;
}
