/*@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-web.eot');
  src: url('../fonts/Roboto-web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-web.woff2') format('woff2'),
       url('../fonts/Roboto-web.woff') format('woff'),
       url('../fonts/Roboto-web.ttf')  format('truetype'),
       url('../fonts/Roboto-web.svg#svgFontName') format('svg');
}*/

html,
body,
input,
button,
p {
	font-family: 'Roboto', sans-serif;
	color: #888;
}
/* BAR TOP */

.bar-nav {
	background: url('../img/logo-matilderistorazione-header.png') right center no-repeat;
	background-size: 45px;
	background-color: #96121F;
}

.bar-nav h1 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
}
/* NAVIGATION */

.bar-tab {
	border: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.bar-tab a {
	padding-top: 10px;
}

.bar-tab a span,
.bar-tab a i {
	color: #96121F;
}

.bar-tab a.active {
	background-color: #96121F;
}

.bar-tab a.active span,
.bar-tab a.active i {
	color: #FFF;
}

.bar-tab i.fa {
	display: block;
	margin: 0 auto;
	font-size: 25px;
}

.bar-tab .tab-label {
	font-size: 11px;
}
/* CONTENT */

.content {
	display: none;
}

.content-padded {
	/*padding: 10px 10px 80px 10px;*/
	
	padding: 10px;
	margin: 0;
}

.content-padded h1 {
	/*	color: #96121F;*/
	
	color: #53B2AD;
	font-size: 24px;
}

.content-padded h2 {
	color: #53B2AD;
	font-size: 20px;
	padding-top: 10px;
}

.content-padded h3 {
	color: #96121F;
	font-size: 18px;
	padding-top: 10px;
	border-top: solid 1px rgba(191, 63, 40, 0.3);
	border-bottom: solid 1px rgba(191, 63, 40, 0.3);
	padding-bottom: 10px;
}

.content-padded a {
	color: #96121F;
}

.content-padded .btn-cerca-menu {
	background: #53B2AD;
	text-align: center;
	display: block;
	padding: 15px 0;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* CERCA MENU */

.form-cerca-menu {
	padding-bottom: 10px;
}

.form-cerca-menu input[type="text"],
.form-cerca-menu input[type="date"] {
	/*color: #96121F;*/
	
	color: #53B2AD;
	height: 50px;
	font-size: 16px;
	padding-left: 20px;
}

.form-cerca-menu select,
.form-cerca-menu input[type="date"] {
	/*color: #96121F;*/
	
	color: #53B2AD;
	height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.form-cerca-menu input[type="date"] {
	background-image: url('../img/ico-calendar.png');
	background-position: 95% center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.form-cerca-menu .caret {
	background-image: url('../img/ico-caret.png');
	background-position: 95% center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.form-cerca-menu input[type="text"],
.form-cerca-menu input[type="date"],
.form-cerca-menu button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form-cerca-menu input::-webkit-input-placeholder {
	/* WebKit browsers */
	
	color: #96121F;
	opacity: 1;
}

.form-cerca-menu input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	
	color: #96121F;
	opacity: 1;
}

.form-cerca-menu input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	
	color: #96121F;
	opacity: 1;
}

.form-cerca-menu input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	
	color: #96121F;
	opacity: 1;
}

.date {
	width: 100%;
}

.date.placeholder {}

.date.placeholder::before {
	width: 100%;
	content: attr(placeholder);
}

.date.placeholder:hover::before {
	width: 0%;
	content: "";
}

.alert {
	font-size: 20px;
	background: #e4c5d8 url('../img/ico-alert.png') 10px center no-repeat;
	background-size: 80px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 40px 10px 40px 100px;
	border: none;
	color: #96121F;
}

.alert strong {
	font-size: 30px;
	text-transform: uppercase;
}
/* RISULTATO */

.card-menu {
	border: solid 1px #53B2AD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.param-search {
	padding-top: 10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
	background-color: #53B2AD;
	color: white;
}

.param-search a {
	font-size: 20px;
	color: #53B2AD;
	margin-top: 30px;
}

.param-search span {
	display: block;
	text-align: center;
}

.box-menu {
	padding: 10px;
}

.box-menu p {
	text-align: center;
	font-size: 20px;
	/*color: #96121F;*/
	
	line-height: 26px;
}

.box-menu p strong {
	text-transform: uppercase;
	color: white;
	padding: 4px 8px;
	background-color: #53B2AD;
	border-radius: 4px;
}

.info {
	padding: 0 20px 10px 20px;
}

.info p {
	/*
	color: #000;
	font-weight: bold;*/
}
/* CUSTOM */

#ui-datepicker-div {
	font-family: 'Roboto', sans-serif;
	font-size: 85%;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.55);
}

.ui-widget-header {
	color: white;
	/*background-color: #96121F;
	border: #792a5a;*/
	
	background-color: #53B2AD;
	border: #53B2AD;
	background-image: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #666666;
	background-image: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #ccc;
	color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color: #53B2AD;
	border-color: #53B2AD;
	/*border-color: #96121F;
	color: #96121F;*/
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border-color: #ccc;
	color: #666;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #53B2AD;
	border-color: #53B2AD;
	background-image: none;
	color: white;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.mainTitle {
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

#no-menu {
	color: #aaa;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 100;
}

#the-alert {
	color: #53B2AD;
	position: relative;
	top: 10%;
	text-align: center;
	padding: 15px;
}

.food-header:first-child {
	margin-top: 5px;
}

.food-header {
	display: block;
	height: 70px;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

.food-header-txt {
	text-transform: uppercase;
	color: white;
	background-color: #53B2AD;
	font-size: 20px;
	padding: 8px;
	border-radius: 8px;
	top: 30%;
	position: relative;
}

#the-alert p:last-child {
	color: #222;
	display: block;
	background: #53B2AD;
	padding: 8px;
	border-radius: 4px;
	width: 30%;
	margin: 0 auto;
	margin-top: 15%;
	text-transform: uppercase;
}

.food,
.food-header-txt {
	margin-left: 80px;
}

.food {
	margin-bottom: 15px;
}