@font-face {
    font-family: 'Lufga';
    src: url('font/Lufga-Regular.eot');
    src: local('Lufga Regular'), local('Lufga-Regular'),
        url('font/Lufga-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Lufga-Regular.woff2') format('woff2'),
        url('font/Lufga-Regular.woff') format('woff'),
        url('font/Lufga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
  	box-sizing: border-box;
  	/*font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;*/
    font-family: 'Lufga', 'Montserrat Regular', serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;

}
a, a:visited, a:hover {
    text-decoration: none!important;
}
body {
  	background-color: #fff;
	margin:20px;
-apple-system-body: fo
}
p {
    margin-top: unset;
    margin-bottom: unset;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.password + .unmask {
    position: relative;
    right: 30px;
    top: 25px;
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background: #aaa;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.password + .unmask:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  background: #e3e3e3;
  z-index:1;
  border-radius: 50%;
}

.password[type="text"] + .unmask:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  background: #aaa;
  z-index: 2;
  border-radius: 50%;
}
input#myPass, label.password {
    transform: translateX(11px);
}

#myInput {
    background-image: url('/img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 12px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
	background-size: 20px;
}
#myInput2 {
    background-image: url('/img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 12px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 13px; /* Increase font-size */
}

#myTable th, #myTable td {
    text-align: center; /* Left-align text */
    padding: 10px; /* Add padding */
	vertical-align:middle;
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}
ul, menu, dir {
    list-style-type: none;
	padding: 0;
    margin: 0;
}
.tasto-menu {
    display: inline-block;
}
.tasto-menu li {
    background: #F1F1F1;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 13px 10px;
	float:left;
	margin:5px;
}
.tasto-menu a{
	text-decoration:none;
	 color: #808080;
}
.tasto-menu2 {
	cursor:pointer;
	text-decoration:none;
	background: #F1F1F1;
	text-decoration:none;
	border: 1px solid #ddd;
	color:#808080;
	font-size: 16px; /* Increase font-size */
    padding: 6px 10px; /* Add some padding */
}
.tasto-menu3 {
	cursor:pointer;
	text-decoration:none;
	background: green;
	text-decoration:none;
	border: 1px solid #ddd;
	color:#fff;
	font-size: 16px; /* Increase font-size */
    padding: 6px 10px; /* Add some padding */
}
.tasto-menu4 {
	cursor:pointer;
	text-decoration:none;
	background: #ED3812;
	text-decoration:none;
	border: 1px solid #ddd;
	color:#fff;
	font-size: 16px; /* Increase font-size */
    padding: 6px 10px; /* Add some padding */
}

.modulo {
	margin: 30px auto;
	width:1000px;
}
.modulo div#riga {
	width:31%;
	margin: 10px 1%;
	float:left;
}
.iti--allow-dropdown {
	width:100%!important;
	margin: 0!important;
}
.modulo div#privacy {
	width:100%;
}
#menutendina div.chzn-container {
	height:35px!important;
	margin:0px 1%!important;
	}
#menutendina .chzn-search {
	display:none;
}
.modulo input {
    width: 100%;
    height: 50px;
    font-size: 15px;
}
.modulo textarea {
    width: 100%;
    font-size: 15px;
}
.modulo #privacy input {
	float:left;
	width:40px;
}
.modulo select {
    width: 100%;
    height: 30px;
}
input.radio {
	width:15px;
	margin-right:20px;
	}
.g-recaptcha {
	clear:both;
}
input.tasto-menu2 {
width:100px;
clear:both;
}
@media (max-width: 1000px) {
.modulo {
	width:900px;
}}
@media (max-width: 900px) {
.modulo {
	width:800px;
}}
@media (max-width: 800px) {
.modulo {
	width:700px;
}
.modulo div {
	width:48%;
	margin: 10px 1%;
	float:left;
}
}
@media (max-width: 700px) {
.modulo {
	width:600px;
}}
@media (max-width: 600px) {
.modulo {
	width:500px;
}}
@media (max-width: 550px) {
.modulo {
	width:100%;
}
.modulo div {
	width:98%;
	margin: 10px 1%;
	float:left;
}
}
.interessi {
	width:100%!important;
}
.interessi1 {
	width:25%!important;
	float:left;
	margin: 10px 0%!important;
}
.interessi1 div {
	width:100%!important;
}
.interessi input {
    width: 15px!important;
    height: 15px!important;
    font-size: 15px!important;
    float: left!important;
	margin-right: 10px;
}
/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    right: 110%;
    top: -200%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltiptext category {
	text-transform:capitalize;
    clear: both;
    width: 100%;
    float: left;
}
.privacy input {
    float: left;
    width: fit-content;
    margin: 0 10px;
    width:100%!important;
}
.privacy {
    width: 100%;
    float: left;
    padding: 20px;
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.mobileconferma { padding:15px 0;}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
.cerca-mobile {display:none;}
@media (max-width: 991px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  #myInput {display:none;}
  .cerca-mobile {display:inline;}
}
.form-control {
     font-size: 14px;
}
.attivo {
background-color:#fff!important;
}

/***************->INIZIO MODULO WHATSAPP<-****************/


.body-whatsapp .sposi-img{ /* IMMAGINE SPOSI */
  width:90%;
  height:auto;
  box-shadow: 10px 10px 7px #ccc;
}

.body-whatsapp .spazi-bottone{ /*SPAZI BOTTONE SOTTO IMMAGINE SPOSI*/
  padding-top:50px;
  padding-bottom:50px;
}

.body-whatsapp .bottone-partecipanti{ /*BOTTONE CONFERMA LA TUA PRESENZA*/
  border-radius: 20px 20px 20px 20px;
  color:#fff;
  height:150px;
  width:80%;
  font-size:40px!important;
  background-color: #D03B41;
    box-shadow: 10px 10px 7px #ccc;
}

.body-whatsapp .bottone-partecipanti:hover{ /*BOTTONE CONFERMA LA TUA PRESENZA*/
  background-color: #b73337;
}


.body-whatsapp select{ /* BOTTONE SELEZIONE E SOTTOCAMPI */
  text-align: -webkit-center!important;
  border-radius: 20px 20px 20px 20px;
  height:150px;
  font-size:50px!important;
  width:80%;
  padding: .3125rem 3rem .3125rem 1rem;
    background-image: url('/img/freccia.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 2rem center;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8e2ef;
    color: #000;
    background-size: 60px 70px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    outline:none;
}


.body-whatsapp .nomi-sposi{ /* FONT NOMI SPOSI */
  font-family: 'Clicker Script', cursive;
  font-size:90px!important;
}

.body-whatsapp .modulo input{
  height:150px;

}

.body-whatsapp .privacy input{
  width: 10%!important;
  margin-top:28px;
}

.body-whatsapp .modulo .privacy input{
  height:80px!important;
}


.body-whatsapp .modulo input, .body-whatsapp .modulo textarea{
  font-size: 40px;
  width:90%;
}

.body-whatsapp .privacy label, .body-whatsapp .privacy label > a, .body-whatsapp .privacy strong{
  font-size:40px!important;
}

.body-whatsapp .privacy label > span {
  font-size: 25px!important;
}

.body-whatsapp label{ /* GRANDEZZA BOTTONI SELEZIONA E SOTTOCAMPI */
  font-size:60px!important;
}

.body-whatsapp p, .body-whatsapp h2, .body-whatsapp h1, .body-whatsapp h3, .body-whatsapp h4, .body-whatsapp h5, .body-whatsapp a, .body-whatsapp span{
  -webkit-text-size-adjust: 100%;
  font-size:43px!important;
}

.body-whatsapp {
    /*max-width: 400px;*/
    width: 100%;
    margin: 50px auto;
    padding:380px 60px 450px 60px;
    text-align: center;
    background-color:#fff5e1;
    background-image: url('/img/banner_up.png'), url('/img/banner_down.png');
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
}

.body-whatsapp .modulo {
	width:100%;
}
.body-whatsapp div#riga {
    width: 100%;
}

.body-whatsapp .back-top{
  background-size: 400px 100px;
  text-align:center;
  left:50%;
}

.body-whatsapp .nascondi.si, .body-whatsapp .nascondi.no {
  display: none;
}

/****************-> FINE MODULO WHATSAPP<-******************/

.offcanvas-body li {
   background: #F1F1F1;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 13px 10px;
    margin: 5px;
	text-transform:uppercase;
}
.offcanvas-body a {
    text-decoration: none!important;
	color:#808080;
}
.offcanvas-title {
    font-size: 20px;
}

.testo{
  font-size:15px;
  text-align:center;
}
#message {
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}
#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "\2714";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: black;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "\2716";
}
.tag-dash {
    padding: 15px 0;
}
.cerca-cellulare {
    width:100%;
	max-width:250px;
    font-size: 12px;
    padding: 12px 20px 12px 28px;
    border: 1px solid #ddd;
}

.logo {
  margin-right:20px;
  margin-bottom:20px;
  margin-top:-15px;
  float:left;
  width:100%;
  max-width:100px;
}
.tasto-reset {
    padding: 7px 20px 8px;
}
.cerca-mobile {
	font-family: 'Lufga', 'Montserrat Regular', serif!important;
}

@media screen and (max-width: 500px){

	.logo {
  max-width:100px;
}
.cerca-cellulare {
	width:100%!important;
	margin-bottom:5px;
	max-width:100%;
}
.logo {
  margin-right:10px;
  margin-bottom:10px;
  margin-top:0px;
}

}
@media screen and (max-width: 450px){
.login {
    width: 350px!important;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
    width: 260px;
}
}
@media screen and (max-width: 360px){
	.logo {
  max-width:100px;
}
.login {
    width: 300px!important;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
    width: 220px;
}
}
@media (max-width: 340px){
	.logo {
  max-width:100px;
}
}
@media (max-width: 324px) {
.logo {
    max-width: 100px;
}
}
.grecaptcha-badge {
	display:none!important;
}
.logo-login {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.torna-su {
    position: fixed;
    bottom: 80px;
    right: 40px;
	display:none;
}
.vai-giu {
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.vai-giu button, .torna-su button {
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 5px 12px;
	background-color:#F1F1F1;
	color:#808080;
	opacity:0.7;
}
.vai-giu button:hover, .torna-su button:hover {
	opacity:1;
}
footer p {
	text-align:center;
	padding:30px 0;
}
.nasconditasto {
	display:none!important;
}
.mostratasto {
	display:block!important;
}
input#notifica, input#tuto, input#rimuovifoto {
    width: 40px;
    appearance: auto;
	float:left;
}
p.rimuovifoto {
    vertical-align: middle;
    height: 40px;
    padding: 10px;
    float: left;
}
.col-md-12.rimuovifoto {
    margin: 0 auto;
    width: 200px;
    float: none;
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}
.contenitore-lista-tavolo {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
flex: 0 0 100%;
}
.contenitore-lista-tavolo h1 {
width:100%;text-align:center;margin: 30px 0; }
.lista-tavolo {
	flex-direction:column;
  width: 16vw;
  margin-bottom:50px;
  padding:20px;
  border:solid 1px #ddd;
  text-align:center;
}
.contenitore-tavoli {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
}
.tavolo {
	flex-direction:column;
  display: flex;
  width: 24vw;
  margin-bottom:50px;
}
.tavolo h1 {
	text-align:center;
	width: 24vw;
}
.tavolo p {
	text-align:center;
	width: 24vw;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom:5px;
}
.tavolo img {
margin: auto;
}
.divtavolo {
	background:url('img/tavolo.svg') center center no-repeat;
  background-size: contain;
    display: flex;
	padding:60px;
}
.testotavolo {
	font-size: 8vw;
	 margin: auto;

}
@media (max-width: 1000px){
	.lista-tavolo, .tavolo, .tavolo h1, .tavolo p {
	width: 45vw;
	}
	.lista-tavolo {
	margin-bottom: 5px;
	}
}
@media (max-width: 569px){
	.lista-tavolo, .tavolo, .tavolo h1, .tavolo p {
	width: 100vw;
	}
	.lista-tavolo {
	margin-bottom: 5px;
	}
	.testotavolo {
    font-size: 30vw;
}
}
input#gestionetavoli {
    width: 40px;
    appearance: auto;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  margin-bottom:50px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab span {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-right:1px solid #ddd;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;

}
.postioccupati {
	border:none!important;
	margin-bottom: -40px!important;
}
.tab form {
    float: left;
}
.tab input {
background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
button.tablinks.active {
    background-color: white;
}
.mostra-tab {
	display:block;
}
@media print {
	.table {
		display:none!important;
    }
    #myTable.table {
        background-color: white;
		display:block!important;
        height: 100%;
        width: 100%;
		bottom:0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
		z-index:999999999999999;
    }
	.divtavolo {
    padding: 5px!important;
	background:none!important;
	font-weight:bold!important;
}
	.testotavolo {
	font-size: 3vw!important;
}
.postioccupati {
    margin-bottom: 0px!important;
}
.tasto-menu, .offcanvas, .tab {
display:none!important;
}
.tavolo p {
    padding: 0px!important;
}
.tavolo {
    margin-bottom: 10px!important;
}
h1 {
    font-size: 20px;
}
}
.tuto {
	position: relative;
	background:  rgba(255, 0, 0, 0.1);
	border: 1px solid #f50000;
	margin-bottom:20px;
	padding:10px;
	width: fit-content;
}
.tuto2 {
	position: relative;
	background:  rgba(255, 0, 0, 0.1);
	border: 1px solid #f50000;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}
.tuto:after, .tuto:before {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tuto:after {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: #d50000;
	border-width: 20px;
	margin-left: -20px;
}
.tuto:before {
	border-color: rgba(245, 0, 0, 0);
	border-top-color: #f50000;
	border-width: 21px;
	margin-left: -21px;
}
.logofooter {
    bottom: 55px;
    padding: 0px;
    position: fixed;
    right: -30px;
    background-color: rgba(255,255,255,0.6);
    transform: rotate(-90deg);

}
.logofooter a {
    font-size: 12px!important;
}
.logofooter p {
    line-height:12px;
}
.menu-lingue {
    margin: auto;
    width: fit-content;
    padding-bottom: 30px;
    cursor: pointer;
}


/* HIDE RADIO */
.selezionatemplate [type=radio] { 
  position: initial;
  opacity: 1;
  width: 11px;
  height: 11px;
  margin-left: 20px;
  margin-right: 3px;
  margin-top: 0px;
}
.selezionatemplate div {
  margin-top:20px;
  margin-bottom:20px;
}