﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,700');



/** di seguito le impostazioni generali per schermi fino a 480px **/
html,
body {
	height: 100%;
}

	body#login {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #2e313a;
		color: #fff;
		background-image: url(../images/img-sfondo-generale.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
	}

span.WhiteSpan {
	color: #fff;
}

body#servizio {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #b0b2b9;
	color: #4c4e55;
}

body#piatto {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #4c4e55;
	color: #fff;
}

/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
/**:::::::::::::::::::::PAGINA LOGIN ::::::::::::::::::::::::::::**/
.h3, h3 {
	font-size: 1.15rem;
	color: #fff;
}

/** logo ITChef **/

.logo {
	width: 100%;
	position: absolute;
	top: 0px;
}

div.logo img {
	width: auto;
	height: 130px;
}


/** modifiche sul bootstrap per form accesso **/
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	padding-top: 100px;
}

	.form-signin .checkbox {
		font-weight: 400;
	}

	.form-signin .form-control {
		position: relative;
		box-sizing: border-box;
		height: auto;
		padding: 10px;
		font-size: 16px;
	}

		.form-signin .form-control:focus {
			z-index: 2;
			background-color: #ececec;
			transition: background-color .25s ease-in-out;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
		}

        .form-signin .form-control:disabled {
            background-color: #808080;
        }

	.form-signin input[type="email"] {
		margin-bottom: -1px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.form-signin input[type="password"] {
		margin-bottom: 10px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}


.btn-primary {
	color: #fff;
	background-color: #5a5e68;
	border-color: #ccc;
}

	.btn-primary:hover {
		color: #fff;
		background-color: #ecbd2c;
		border-color: #ecbd2c;
	}

	.btn-primary:focus {
		color: #fff;
		background-color: #d3a71f;
		border-color: #d3a71f;
	}


.mt-5, .my-5 {
	margin-top: 1.5rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 0rem !important;
}


/** accesso con FB e google plus **/
.txt-fb-gp {
	color: #ececec;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.pls-fb {
	color: #fff;
	background-color: #3a59a6;
	border-color: #3a59a6;
	cursor: pointer;
	border: none;
	padding: 0.3rem;
	width: 48%;
}

	.pls-fb:hover {
		background-color: #2b4890;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

.pls-gplus {
	color: #fff;
	background-color: #d8523f;
	cursor: pointer;
	border: none;
	padding: 0.3rem;
	width: 48%;
}

	.pls-gplus:hover {
		background-color: #ae3928;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}


/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
/**::::::::::::::IMPOSTAZIONI GENERALI DELLE PAGINE :::::::::::::::::::::::::**/



/*********** HEADER ******************************/

.ITC-header {
	width: 100%;
	position: fixed;
	background-color: #2e313a;
	/*text-align: left;*/
}

.ITC-content {
	width: 100%;
	padding-top: 150px;
	border-bottom: 5px solid #ecbd2c;
}

.ITC-content-profilo {
	width: 100%;
}

.ITC-content-piatti {
	width: 100%;
	padding-top: 100px;
}

.ITC-content-presenze {
	width: 100%;
	padding-top: 120px;
	border-bottom: 5px solid #ecbd2c;
}

.ITC-content-presenze-evento {
	color: #000000 !important;
	font-weight: bold !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 150px;
	overflow-y: initial !important
}

.messaggioDialog {
	font-size: 1.1rem;
	font-weight: 400;
	color: black !important;
}

.messaggioDialogTitolo {
	font-size: 1.1rem;
	font-weight: 700;
	color: gold !important;
}

/* titolo pagina */

div.title-pren-pers {
	float: left;
	padding-left: 5px;
	padding-top: 15px;
	font-size: 0.95rem;
	line-height: 1.3rem;
	width: 100%;
	height: 105px;				/*100%;*/
	font-weight: 400;
	position: absolute;
}
	/* Nome giallo */

	div.title-pren-pers span {
		font-size: 1.1rem;
		font-weight: 700;
		color: #ecbd2c;
	}

div.profilo-utente span {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ecbd2c;
}

div.title-pren-pers span#spMessaggio {
	font-size: 0.8rem;
	/*font-weight: 100;*/
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: text-bottom;
	color: white;
	width: 100%;
}

/* pulsante salva */
.ITC-save {
	width: 100%;
	height: 105px;
	/*text-align: left;*/
	text-align: center;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 900;
}

div.ITC-save img {
	width: 65px;
	height: 65px;
	margin: 5px;
	padding: 0px;
	border-radius: 8px;
}

	div.ITC-save img:hover {
		background-color: #4c4e55;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

/* pulsante salva attivo */
div.ITC-save input#button {
	width: 20%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-image: url(../images/ico-pls-salva.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	div.ITC-save input#button:hover {
		background-color: #6fb909;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-save input#button:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-save input#button:focus {
		background-color: #6fb909;
		background-image: url(../images/ico-pls-salva.png);
	}

/* pulsante salva disattivato */
div.ITC-save input#button-disabled {
	width: 20%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-salva-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante salva */
.ITC-prenota {
	width: 100%;
	height: 75px;
	text-align: left;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 900;
}

div.ITC-prenota img {
	width: 65px;
	height: 65px;
	margin: 5px;
	padding: 0px;
	border-radius: 8px;
}

	div.ITC-prenota img:hover {
		background-color: #4c4e55;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

/* pulsante salva attivo */
div.ITC-prenota input#button {
	width: 100%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	div.ITC-prenota input#button:hover {
		background-color: #6fb909;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-prenota input#button:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-prenota input#button:focus {
		background-color: #6fb909;
	}

/* pulsante salva disattivato */
div.ITC-prenota input#button-disabled {
	width: 25%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-salva-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante riepilogo prenotazioni */
div.ITC-prenota input#buttonRiepilogoPresenze {
	width: 100%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

.btnHalfLeft {
	width: 49% !important;
	float: left !important;
}

/* pulsante riepilogo prenotazioni */
div.ITC-prenota input#buttonQRCode {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

/* pulsante solo visualizza */
div.ITC-prenota input#buttonSoloVisualizza {
	width: 100%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-image: url(../images/ico-pls-solo-visualizza.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

/* pulsante elimina visualizza prenotazione */
.ITC-eliminaVisualizza {
	width: 100%;
	height: 75px;
	text-align: left;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 900;
}

div.ITC-eliminaVisualizza img {
	width: 65px;
	height: 65px;
	margin: 5px;
	padding: 0px;
	border-radius: 8px;
}

	div.ITC-eliminaVisualizza img:hover {
		background-color: #4c4e55;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

/* pulsante elimina attivo */
div.ITC-eliminaVisualizza input#buttonElimina {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #ff6666 /*#8ecb3b*/;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}


	div.ITC-eliminaVisualizza input#buttonElimina:hover {
		background-color: #ff0000;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonElimina:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonElimina:focus {
		background-color: #ff0000;
	}

/* pulsante elimina disattivato */
div.ITC-eliminaVisualizza input#buttonElimina-disabled {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-elimina-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante visualizza attivo */
div.ITC-eliminaVisualizza input#buttonVisualizza {
	width: 49%;
	height: 73px;
	float: left;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	div.ITC-eliminaVisualizza input#buttonVisualizza:hover {
		background-color: #6fb909;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonVisualizza:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonVisualizza:focus {
		background-color: #6fb909;
	}

/* pulsante visualizza disattivato */
div.ITC-eliminaVisualizza input#buttonVisualizza-disabled {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-visualizza-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante solo visualizza */
div.ITC-eliminaVisualizza input#buttonSoloVisualizza {
	width: 100%;
	height: 73px;
	float: left;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-image: url(../images/ico-pls-solo-visualizza.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	div.ITC-eliminaVisualizza input#buttonSoloVisualizza:hover {
		background-color: #6fb909;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonSoloVisualizza:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-eliminaVisualizza input#buttonSoloVisualizza:focus {
		background-color: #6fb909;
		background-image: url(../images/ico-pls-solo-visualizza.png);
	}

/* pulsante solo visualizza disattivato */
div.ITC-eliminaVisualizza input#buttonSoloVisualizza-disabled {
	width: 25%;
	height: 73px;
	float: left;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-solo-visualizza.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante credito residuo */
div.ITC-prenota div#divCreditoResiduo {
	width: 49%;
	height: 60px;
	float: left;
	border: 0px solid #fff;
	background-color: #66d1ff;
	border-radius: 5px;
	margin: 1px;
}

/* pulsante ricarica */
.icoCreditoResiduo {
	background-image: url(../images/ico-wallet-default.png);
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-position: center right;
}

/* pulsante ricarica */
div.ITC-prenota input#buttonRicarica {
	width: 49%;
	height: 60px;
	float: right;
	border: 0px solid #fff;
	background-color: #66d1ff;
	background-image: url(../images/ico-wallet-aggiungi.png);
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	/* pulsante ricarica */
	div.ITC-prenota input#buttonRicarica:hover {
		background-color: #00a2e8;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

.ITC-title-profilo {
	width: 100%;
	height: 70px;
	text-align: center;
	color: #2e313a;
	background-color: #ecbd2c;
	padding: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

/* Richiesta fattura*/
.ITC-title-richiestafattura {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #2e313a;
	background-color: #ecbd2c;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.ITC-content-richiestafattura {
	width: 100%;
}

/* Registrazione pagamento*/
.ITC-title-registrazionepagamento {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #2e313a;
	background-color: #ecbd2c;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.ITC-content-registrazionepagamento {
	width: 100%;
}

/* Risultato pagamento*/
.ITC-title-risultatopagamento-ok {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #2e313a;
	background-color: #8ecb3b;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

/* Risultato pagamento*/
.ITC-title-risultatopagamento-inprogress {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #2e313a;
	background-color: #ecbd2c;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

/* Risultato pagamento*/
.ITC-title-risultatopagamento-ko {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #2e313a;
	background-color: #ff6666;
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.ITC-content-risultatopagamento {
	width: 100%;
}

.ITC-content-risultatopagamentolabel {
	color: #ffffff;
}

/* calendario */
.ITC-calendario {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #2e313a;
	background-color: #ecbd2c;
	padding: 12px;
	font-size: 1.2rem;
}

div.ITC-calendario img.left {
	width: auto;
	height: 50px;
	padding: 7px;
	margin: -12px;
	float: left;
	border-radius: 7px;
}

	div.ITC-calendario img.left:hover {
		background-color: #d5aa28;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

div.ITC-calendario img.right {
	width: auto;
	height: 50px;
	padding: 7px;
	margin: -12px;
	float: right;
	border-radius: 7px;
}

	div.ITC-calendario img.right:hover {
		background-color: #d5aa28;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}


.ui-datepicker-trigger {
	margin-top: -12px !important;
}

/* pulsante back */
div.cont-img-back {
	width: 17%;
	float: left;
}


/* nome in giallo*/
div.title-pren-piatti span {
	font-size: 0.90rem;
}

	/* nome in giallo*/
	div.title-pren-piatti span.SpanNome {
		font-weight: 700;
		color: #ecbd2c;
	}

/* giorno del calendario */
div.title-pren-piatti {
	float: left;
	text-align: center;
	padding-left: 0px;
	font-size: 0.8rem;
	line-height: 1.2rem;
	width: 48%;
	height: 100%;
	padding-top: 12px;
	font-weight: 400;
}

/*********** CONTENUTO PAGINA ******************************/


/* select selezione servizi */


.select-generale {
	padding-left: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ced4da;
}

.select-LineaGastro {
	padding-left: 0px;
	background-color: gold;
	
	border-bottom: 1px solid #ced4da;
}

.select-generale-disabled {
	padding-left: 0px;
	background-color: #e9ecef;
	border-bottom: 1px solid #ced4da;
}


.custom-selectLG {
	display: inline-block;
	width: 100%;
	height: auto;
	/*padding: .375rem 1.75rem .375rem .75rem;*/
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-image: url(../images/arrow-select.png);
	background-color: transparent;
	background-size: 25px 25px; /*dimensione freccia */
	border: 1px solid #ecbd2c;
	border-radius: 0rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-align: center;
	font-size: 1rem;
}


	.custom-selectLG:hover {
		border: 1px solid #ecbd2c;
		transition: border .25s ease-in-out;
		-moz-transition: border .25s ease-in-out;
		-webkit-transition: border .25s ease-in-out;
	}



	
.custom-select {
	padding-left: 53px;
	display: inline-block;
	width: 100%;
	height: 75px;
	/*padding: .375rem 1.75rem .375rem .75rem;*/
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-image: url(../images/arrow-select.png);
	background-color: transparent;
	background-size: 25px 25px; /*dimensione freccia */
	border: 1px solid #fff;
	border-radius: 0rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}



	.custom-select:hover {
		border: 1px solid #ecbd2c;
		transition: border .25s ease-in-out;
		-moz-transition: border .25s ease-in-out;
		-webkit-transition: border .25s ease-in-out;
	}


	.custom-select:disabled {
		color: #6c757d;
		background-color: transparent;
		background-image: none;
		cursor: text;
		font-weight: 600;
		border: 0px solid #ecbd2c;
	}



.type {
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 29px auto;
}


.cliente {
	background-image: url(../images/ico-cliente-dark.png);
}

.cliente-disabled {
	background-image: url(../images/ico-cliente-grey.png);
}

.LineaGastro {
	background-image: url(../images/lineagastro.png);
}

.destinazione {
	background-image: url(../images/ico-destinazione-dark.png);
}

.destinazione-disabled {
	background-image: url(../images/ico-destinazione-grey.png);
}

.utente {
	background-image: url(../images/ico-utente-dark.png);
}

.utente-disabled {
	background-image: url(../images/ico-utente-grey.png);
}

.tipologia {
	background-image: url(../images/ico-tipo-dark.png);
}

.tipologia-disabled {
	background-image: url(../images/ico-tipo-grey.png);
}

.dieta {
	background-image: url(../images/ico-dieta-dark.png);
}

.dieta-disabled {
	background-image: url(../images/ico-dieta-grey.png);
}

.servizio {
	background-image: url(../images/ico-servizio-dark.png);
}

.servizio-disabled {
	background-image: url(../images/ico-servizio-grey.png);
}

.puntoritiro {
	background-image: url(../images/ico-destinazione-dark.png);
	background-color: #cccccc;
	height: auto;
	font-family: Courier New, Courier, monospace;
	font-size: 0.7em;
}

.greenpass-enable {
	/*background: rgba(142, 203, 59, 0.2);*/
	border-style: dotted;
	border-color: #ececec; /*#8ecb3b;*/
	height: auto;
	font-family: Courier New, Courier, monospace;
	font-size: 0.5em;
	color: #4c4e55;
}

.greenpass-disable {
	/*background: rgba(214, 98, 5, 0.2);*/
	border-style: dotted;
	border-color: #D66206;
	height: auto;
	font-family: Courier New, Courier, monospace;
	font-size: 0.5em;
	color: #4c4e55;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}



/* titolo primi, secondi, contorni... */
.ITC-menu {
	/**background-color: #d3d3d3;**/
	font-size: 1.rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5rem;
	padding: 0px;
	border-bottom: 1px solid #2e313a;
	height: 40px;
	line-height: 40px;
}



/* Prenotazione elenco piatti*/

.piatti2 {
	display: inline-block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
	font-weight: 600;
	font-size: 0.9rem;
	vertical-align: middle;
	background-color: #fff;
	padding: 10px;
}

.piatti-elenco2 {
	border-bottom: 2px dotted #ced4da;
}

.piatti-last2 {
	border-bottom: 2px solid #fff;
}


.piatti2:hover {
	background-color: #ececec;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.piatti2 a {
	display: none;
}


.piatti2:hover a {
	display: inline;
	float: right;
	background-color: #ecbd2c;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
}


@font-face {
	font-family: 'MyItchefLGastro';
	src: url('images/ITCHEF_LGASTRO.eot'); /* IE9 */
	src: url('images/ITCHEF_LGASTRO.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('images/ITCHEF.woff2') format('woff2'), /* Browser Super Moderni */
	url('images/ITCHEF_LGASTRO.woff') format('woff'), /* Browser Moderni */
	url('images/ITCHEF_LGASTRO.ttf') format('truetype'), /* Safari, Android, iOS */
	url('images/ITCHEF_LGASTRO.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.txt_LGastro {
	font-family: "MyItchefLGastro", ITCHEFLGASTRO;
	font-weight: bold;
	color: #D73D26;
	margin-bottom: 0;
	font-size: 1rem;
	word-spacing: -0.1em;
}



/*********** FOOTER ******************************/

.ITC-footer {
	width: 100%;
	position: fixed;
	background-color: #2e313a;
	padding: 5px;
	bottom: 0;
	display: none;
}





/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
/**::::::::::::::AG INTERNA singolo piatto ::::::::::::::::::::::::::::::::::**/



#page1 {
	height: 640px;
	background-color: #4c4e55;
}

#page2, #page3, #page4, #page5, #page6, #page7, #page8 {
	padding-top: 80px;
}

.last {
	height: 380px;
}

/*********** HEADER ******************************/

/* Contenitore pulsante back e titolo piatto */
.ITC-title-piatto {
	width: 100%;
	height: 50px;
	text-align: left;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 900;
	background-color: #fff;
}

div.title-piatto {
	float: left;
	text-align: center;
	padding-left: 0px;
	font-size: 0.7rem;
	line-height: 1.3rem;
	width: 80%;
	height: 100%;
	padding-top: 15px;
}


/* pulsante back */

div.cont-img-back-piatto {
	width: 10%;
	float: left;
}

div.ITC-title-piatto img {
	width: 35px;
	height: 35px;
	margin: 5px;
	margin-top: 8px;
	padding: 0px;
	border-radius: 8px;
}

	div.ITC-title-piatto img:hover {
		background-color: #ececec;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}


/* Titolo singolo piatto */

div.title-piatto span {
	font-size: 1.0rem;
	font-weight: 900;
	color: #2e313a;
}


/*********** CONTENUTO PAGINA ******************************/

/** fotografia cibo **/
.imgfood {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

	.imgfood > img {
		width: auto;
		height: 100%;
		overflow: hidden;
	}


/** MENU BOTTOM **/

.space {
	clear: both;
}

#menuint-bottom ul {
	list-style-type: none;
	font-size: 0.75em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	width: 100%;
}

	#menuint-bottom ul li {
		float: left;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 110px;
		width: 25%;
	}


		#menuint-bottom ul li a {
			text-decoration: none; /* Nessuna decorazione */
			color: #fff; /* Colore Link */
			display: block;
			box-sizing: border-box;
			padding-top: 55px;
			padding-bottom: 10px;
			width: 100%;
		}

			#menuint-bottom ul li a:hover {
				background-color: rgba(255, 255, 255, 0.2);
				box-sizing: border-box;
				transition: background-color 0.30s;
			}


		#menuint-bottom ul li.ingredienti {
			background-image: url(../immagini/ico-ingredienti.png);
		}

		#menuint-bottom ul li.semilav {
			background-image: url(../immagini/ico-semilav.png);
		}

		#menuint-bottom ul li.allergeni {
			background-image: url(../immagini/ico-allergeni.png);
		}

		#menuint-bottom ul li.contaminazioni {
			background-image: url(../immagini/contaminazione-20.png);
		}

		#menuint-bottom ul li.conservazione {
			background-image: url(../immagini/ico-conservazione.png);
		}

		#menuint-bottom ul li.preparazione {
			background-image: url(../immagini/ico-prepara.png);
		}

		#menuint-bottom ul li.contenitori {
			background-image: url(../immagini/ico-contenitori.png);
		}

		#menuint-bottom ul li.nutriz {
			background-image: url(../immagini/ico-nutriz.png);
		}


/** titoli sottosezioni **/

#ttl-ingredienti {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 80px;
	background-image: url(../immagini/ico-ingredienti.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}


#ttl-semilavorati {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	background-image: url(../immagini/ico-semilav.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}

#ttl-allergeni {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 85px;
	background-image: url(../immagini/ico-allergeni.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}

#ttl-nutriz {
	font-size: 1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	background-image: url(../immagini/ico-nutriz.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}


#ttl-conservazione {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	background-image: url(../immagini/ico-conservazione.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}


#ttl-preparazione {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	background-image: url(../immagini/ico-prepara.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}


#ttl-contenitore {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	background-image: url(../immagini/ico-contenitori.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px;
	text-transform: uppercase;
}



/*stile  TABELLA delle info */


.table-info {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


table.table-content {
	font-weight: 700;
	background-color: #fff;
	padding: 0;
	margin: 0;
	color: #32353c;
	margin-top: 10px;
	font-size: 0.95em;
	border: 0;
	width: 100%;
	text-align: center;
}


	table.table-content td {
		padding-left: 12px;
		padding-right: 12px;
	}

	table.table-content tr.dati td {
		font-size: 0.95em;
		font-weight: 400;
		padding-bottom: 12px;
	}

	table.table-content tr.line-w td {
		font-size: 1em;
		font-weight: 700;
		border-top: solid 1px #ccc;
		padding-top: 12px;
	}



	table.table-content tr.line-b td {
		font-size: 1.1em;
		font-weight: 400;
		border-top: solid 3px #ccc;
		padding-top: 12px;
		padding-bottom: 12px;
		background-color: #e8ebee;
	}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.dati {
	text-align: left;
}








/***************************************************************************************************************/
/**************per schermo da 480 a 768 ***********************************************************************/
/*************************************************************************************************************/

@media screen and (min-width: 480px) {
	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**:::::::::::::::::::::PAGINA LOGIN ::::::::::::::::::::::::::::**/
	div.logo img {
		width: auto;
		height: 150px;
	}

	.form-signin {
		padding-top: 150px;
	}

	/* area titolo e pulsante */
	div.title-pren-pers {
		font-size: 1.2rem;
		line-height: 1.2rem;
		/*padding-top: 20px;*/
	}

	div.title-pren-piatti {
		font-size: 0.85rem;
	}

	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::IMPOSTAZIONI GENERALI DELLE PAGINE :::::::::::::::::::::::::**/


	/*********** HEADER ******************************/

	.ITC-content {
		margin-bottom: 80px;
	}

	.ITC-content-piatti {
		margin-bottom: 30px;
	}

	/* titolo pagina */

	div.title-pren-pers {
		/*padding-top: 15px;*/
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

		/* Nome giallo */

		div.title-pren-pers span {
			font-size: 1.3rem;
		}

	div.title-pren-piatti {
		font-size: 0.85rem;
	}

	/*********** FOOTER ******************************/

	.ITC-footer {
		display: block;
	}


	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::PAG INTERNA singolo piatto ::::::::::::::::::::::::::::::::::**/

	#page1 {
		height: 1080px;
		background-color: #4c4e55;
	}

	#page2, #page3, #page4, #page5, #page6, #page7, #page8 {
		padding-top: 80px;
	}

	.last {
		height: 380px;
	}

	/*********** HEADER ******************************/

	/* Contenitore pulsante back e titolo piatto */

	div.title-piatto {
		line-height: 1.3rem;
		width: 80%;
		padding-top: 15px;
	}


		/* Titolo singolo piatto */

		div.title-piatto span {
			font-size: 1.1rem;
		}


	/*********** CONTENUTO PAGINA ******************************/

	/** fotografia cibo **/

	.imgfood {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}

		.imgfood > img {
			width: 100%;
			height: auto;
			overflow: hidden;
		}

	/** MENU BOTTOM **/

	#menuint-bottom ul {
		list-style-type: none;
		font-size: 0.75em;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding: 0;
		padding-top: 20px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

		#menuint-bottom ul li {
			float: left;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 110px;
			width: 14%;
		}



			#menuint-bottom ul li a {
				text-decoration: none; /* Nessuna decorazione */
				color: #fff; /* Colore Link */
				display: block;
				box-sizing: border-box;
				padding-top: 55px;
				padding-bottom: 10px;
				width: 100%;
			}

				#menuint-bottom ul li a:hover {
					background-color: rgba(255, 255, 255, 0.2);
					box-sizing: border-box;
					transition: background-color 0.30s;
				}


			#menuint-bottom ul li.ingredienti {
				background-image: url(../immagini/ico-ingredienti.png);
			}

			#menuint-bottom ul li.semilav {
				background-image: url(../immagini/ico-semilav.png);
			}


			#menuint-bottom ul li.allergeni {
				background-image: url(../immagini/ico-allergeni.png);
			}

			#menuint-bottom ul li.conservazione {
				background-image: url(../immagini/ico-conservazione.png);
			}

			#menuint-bottom ul li.preparazione {
				background-image: url(../immagini/ico-prepara.png);
			}

			#menuint-bottom ul li.contenitori {
				background-image: url(../immagini/ico-contenitori.png);
			}

			#menuint-bottom ul li.nutriz {
				background-image: url(../immagini/ico-nutriz.png);
			}
}


/***************************************************************************************************************/
/**************per schermo da 768 a 1024  *********************************************************************/
/*************************************************************************************************************/

@media screen and (min-width: 768px) {


	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**:::::::::::::::::::::PAGINA LOGIN ::::::::::::::::::::::::::::**/
	body#login {
		background-position: center top;
		background-size: auto 150%;
	}

	div.logo img {
		width: auto;
		height: 180px;
	}

	.form-signin {
		padding-top: 180px;
	}

	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::IMPOSTAZIONI GENERALI DELLE PAGINE :::::::::::::::::::::::::**/

	/*********** HEADER ******************************/

	.ITC-content {
		margin-bottom: 80px;
	}

	.ITC-content-piatti {
		margin-bottom: 30px;
	}

	/* titolo pagina */

	div.title-pren-pers {
		/*padding-top: 15px;*/
		font-size: 1.1rem;
		line-height: 1.5rem;
	}


		/* Nome giallo */

		div.title-pren-pers span {
			font-size: 1.3rem;
		}

	div.title-pren-piatti {
		font-size: 0.95rem;
	}




	/*********** FOOTER ******************************/

	.ITC-footer {
		display: block;
	}





	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::PAG INTERNA singolo piatto ::::::::::::::::::::::::::::::::::**/





	/*********** HEADER ******************************/

	/* Contenitore pulsante back e titolo piatto */
	div.title-piatto {
		line-height: 1.3rem;
		width: 80%;
		padding-top: 15px;
	}


		/* Titolo singolo piatto */
		div.title-piatto span {
			font-size: 1.25rem;
		}



	/*********** CONTENUTO PAGINA ******************************/

	/** fotografia cibo **/
	.imgfood {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}

		.imgfood > img {
			width: 100%;
			height: auto;
			overflow: hidden;
		}
}


/***************************************************************************************************************/
/**************per schermo da 1024 a 1200  *********************************************************************/
/*************************************************************************************************************/


@media screen and (min-width: 1024px) {



	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**:::::::::::::::::::::PAGINA LOGIN ::::::::::::::::::::::::::::**/

	div.logo img {
		width: auto;
		height: 250px;
	}

	.form-signin {
		padding-top: 250px;
	}

	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::IMPOSTAZIONI GENERALI DELLE PAGINE :::::::::::::::::::::::::**/

	/*********** HEADER ******************************/

	.ITC-content {
		margin-bottom: 80px;
	}

	.ITC-content-piatti {
		padding-bottom: 30px;
	}

	/* titolo pagina */

	div.title-pren-pers {
		/*padding-top: 15px;*/
		font-size: 1.35rem;
		line-height: 1.6rem;
	}

		/* Nome giallo */

		div.title-pren-pers span {
			font-size: 1.55rem;
		}

	/* giorno in giallo*/

	div.title-pren-piatti {
		padding-top: 20px;
		font-size: 1rem;
	}

	/* nome utente */
	.acapo {
		display: none;
	}


	/*********** CONTENUTO PAGINA ******************************/


	/* select selezione servizi */

	.custom-select {
		height: 75px;
		font-size: 1.3rem;
		background-size: 35px 35px; /*dimensione arrow select*/
		padding-top: 0px;
		padding-left: 65px;
	}


	.type {
		background-repeat: no-repeat;
		background-position: 12px 15px;
		background-size: 40px auto;
	}

	/* Prenotazione elenco piatti*/
	.piatti2 {
		font-size: 1rem;
		padding: 15px;
	}


	/*********** FOOTER ******************************/

	.ITC-footer {
		display: block;
	}





	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::PAG INTERNA singolo piatto ::::::::::::::::::::::::::::::::::**/


	#page1 {
		height: 980px;
	}

	#page2,
	#page3,
	#page4,
	#page5,
	#page6,
	#page7,
	#page8 {
		padding-top: 85px;
	}


	.last {
		height: 520px;
	}


	/*********** HEADER ******************************/

	/* Contenitore pulsante back e titolo piatto */
	div.title-piatto {
		line-height: 1.3rem;
		width: 80%;
		padding-top: 15px;
	}



		/* Titolo singolo piatto */

		/* nome singolo piatto in giallo*/
		div.title-piatto span {
			font-size: 1.4rem;
		}



	/*********** CONTENUTO PAGINA ******************************/

	/** fotografia cibo **/
	.imgfood {
		width: 100%;
		height: 380px;
		overflow: hidden;
	}

		.imgfood > img {
			width: 100%;
			height: auto;
			overflow: hidden;
		}



	/** MENU BOTTOM **/

	#menuint-bottom ul {
		list-style-type: none;
		font-size: 1em;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding: 0;
		padding-top: 30px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

		#menuint-bottom ul li {
			float: left;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 170px;
			width: 14%;
		}



			#menuint-bottom ul li a {
				text-decoration: none; /* Nessuna decorazione */
				color: #fff; /* Colore Link */
				display: block;
				box-sizing: border-box;
				padding-top: 85px;
				padding-bottom: 10px;
				width: 100%;
			}

				#menuint-bottom ul li a:hover {
					background-color: rgba(255, 255, 255, 0.2);
					box-sizing: border-box;
					transition: background-color 0.30s;
				}


			#menuint-bottom ul li.ingredienti {
				background-image: url(../immagini/ico-ingredienti.png);
			}

			#menuint-bottom ul li.semilav {
				background-image: url(../immagini/ico-semilav.png);
			}


			#menuint-bottom ul li.allergeni {
				background-image: url(../immagini/ico-allergeni.png);
			}

			#menuint-bottom ul li.conservazione {
				background-image: url(../immagini/ico-conservazione.png);
			}

			#menuint-bottom ul li.preparazione {
				background-image: url(../immagini/ico-prepara.png);
			}

			#menuint-bottom ul li.contenitori {
				background-image: url(../immagini/ico-contenitori.png);
			}

			#menuint-bottom ul li.nutriz {
				background-image: url(../immagini/ico-nutriz.png);
			}
}


/***************************************************************************************************************/
/**************per schermo oltre 1200  ************************************************************************/
/*************************************************************************************************************/

@media screen and (min-width: 1200px) {


	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**:::::::::::::::::::::PAGINA LOGIN ::::::::::::::::::::::::::::**/

	div.logo img {
		width: auto;
		height: 300px;
	}

	.form-signin {
		padding-top: 260px;
		max-width: 630px;
	}

	p.txt-label {
		font-size: 2rem;
	}

	p.txt-label_small {
		font-size: 0.8rem;
	}



	.form-signin .form-control {
		height: auto;
		padding: 18px;
		font-size: 20px;
	}

	.btn-primary {
		padding: 18px;
	}

	.txt-fb-gp {
		color: #ececec;
		font-size: 0.9rem;
		text-transform: uppercase;
	}


	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::IMPOSTAZIONI GENERALI DELLE PAGINE :::::::::::::::::::::::::**/

	/*********** HEADER ******************************/

	.ITC-content {
		width: 75%;
		padding-top: 171px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 80px;
	}

	.ITC-content-piatti {
		width: 75%;
		padding-top: 120px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}

	/* titolo pagina */

	div.title-pren-pers {
		width: 75%;
		height: 120px;
		/*padding-top: 15px;*/
		font-size: 1.5rem;
		line-height: 1.7rem;
	}


		/* Nome giallo */

		div.title-pren-pers span {
			font-size: 1.7rem;
		}

	div.title-pren-piatti {
		text-align: center;
		padding-left: 20px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		width: 58%;
		height: 100%;
		padding-top: 20px;
	}


		div.title-pren-piatti span {
			font-size: 1.2rem;
		}


	/* pulsante salva */
	.ITC-save {
		width: 75%;
		height: 120px;
		/*text-align: left;*/
		text-align: center;
		padding: 0px;
		font-size: 0.9rem;
		font-weight: 900;
		margin-right: auto;
		margin-left: auto;
	}

	/* pulsante salva attivo */
	div.ITC-save input#button {
		width: 20%;
	}

	/* pulsante salva disattivato */
	div.ITC-save input#button-disabled {
		width: 20%;
	}

	/* pulsante salva */
	.ITC-prenota {
		width: 75%;
		height: 75px;
		text-align: left;
		padding: 0px;
		font-size: 0.9rem;
		font-weight: 900;
		margin-right: auto;
		margin-left: auto;
	}



	/* pulsante elimina visualizza */

	.ITC-eliminaVisualizza {
		width: 75%;
		height: 75px;
		text-align: left;
		padding: 0px;
		font-size: 0.9rem;
		font-weight: 900;
		margin-right: auto;
		margin-left: auto;
	}

	/* pulsante elimina attivo */
	div.ITC-eliminaVisualizza input#buttonElimina {
		width: 49%;
	}

	/* pulsante elimina disattivato */
	div.ITC-eliminaVisualizza input#buttonElimina-disabled {
		width: 49%;
	}

	/* pulsante visualizza attivo */
	div.ITC-eliminaVisualizza input#buttonVisualizza {
		width: 49%;
	}

	/* pulsante elimina disattivato */
	div.ITC-eliminaVisualizza input#buttonVisualizza-disabled {
		width: 49%;
	}

	/* calendario */
	.ITC-calendario {
		width: 75%;
		height: 50px;
		text-align: center;
		color: #2e313a;
		background-color: #ecbd2c;
		padding: 12px;
		font-size: 1.3rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* pulsante back */
	div.cont-img-back {
		width: 20%;
		float: left;
	}

	/* giorno in giallo*/
	div.title-pren-piatti span {
		font-size: 1.2rem;
	}

		/* giorno in giallo*/
		div.title-pren-piatti span.SpanNome {
			font-size: 1.4rem;
		}




	/* nome utente */

	.acapo {
		display: none;
	}


	/*********** CONTENUTO PAGINA ******************************/


	/* select selezione servizi */

	.custom-select {
		height: 75px;
		font-size: 1.5rem;
		background-size: 40px 40px; /*dimensione arrow select*/
		padding-top: 5px;
		padding-left: 70px;
		align-items: center;
	}

	select.custom-select option {
		background-color: #ffe081;
		padding-left: inherit;
	}


	.type {
		background-repeat: no-repeat;
		background-position: 15px 15px;
		background-size: 45px auto;
	}

	/* titolo primi, secondi, contorni... */

	.ITC-menu {
		font-size: 1.5rem;
		font-weight: 700;
		padding: 8px;
		height: 50px;
		line-height: 40px;
	}



	/* Prenotazione elenco piatti*/

	.piatti2 {
		font-size: 1.1rem;
		padding: 18px;
	}






	/*********** FOOTER ******************************/

	.ITC-footer {
		display: block;
	}





	/**:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::**/
	/**::::::::::::::PAG INTERNA singolo piatto ::::::::::::::::::::::::::::::::::**/

	#page1 {
		height: 1080px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#page2,
	#page3,
	#page4,
	#page5,
	#page6,
	#page7,
	#page8 {
		padding-top: 100px;
	}

	.last {
		height: 980px;
	}




	/*********** HEADER ******************************/

	/* Contenitore pulsante back e titolo piatto */

	div.title-piatto {
		padding-top: 13px;
		width: 80%;
	}


		/* Titolo singolo piatto */

		div.title-piatto span {
			font-size: 1.6rem;
		}



	/*********** CONTENUTO PAGINA ******************************/

	/** fotografia cibo **/
	.imgfood {
		width: 100%;
		height: 680px;
		overflow: hidden;
	}

		.imgfood > img {
			width: 100%;
			height: auto;
			overflow: hidden;
		}

	/** MENU BOTTOM **/

	#menuint-bottom ul {
		list-style-type: none;
		font-size: 1em;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-align: center;
		margin: 0;
		padding: 0;
		padding-top: 30px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

		#menuint-bottom ul li {
			float: left;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 170px;
			width: 14%;
		}



			#menuint-bottom ul li a {
				text-decoration: none; /* Nessuna decorazione */
				color: #fff; /* Colore Link */
				display: block;
				box-sizing: border-box;
				padding-top: 85px;
				padding-bottom: 10px;
				width: 100%;
			}

				#menuint-bottom ul li a:hover {
					background-color: rgba(255, 255, 255, 0.2);
					box-sizing: border-box;
					transition: background-color 0.30s;
				}


			#menuint-bottom ul li.ingredienti {
				background-image: url(../immagini/ico-ingredienti.png);
			}

			#menuint-bottom ul li.semilav {
				background-image: url(../immagini/ico-semilav.png);
			}


			#menuint-bottom ul li.allergeni {
				background-image: url(../immagini/ico-allergeni.png);
			}

			#menuint-bottom ul li.conservazione {
				background-image: url(../immagini/ico-conservazione.png);
			}

			#menuint-bottom ul li.preparazione {
				background-image: url(../immagini/ico-prepara.png);
			}

			#menuint-bottom ul li.contenitori {
				background-image: url(../immagini/ico-contenitori.png);
			}

			#menuint-bottom ul li.nutriz {
				background-image: url(../immagini/ico-nutriz.png);
			}



	/** titoli sottosezioni **/
	#ttl-ingredienti {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 80px;
		background-image: url(../immagini/ico-ingredienti.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}


	#ttl-semilavorati {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 70px;
		background-image: url(../immagini/ico-semilav.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}

	#ttl-allergeni {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 85px;
		background-image: url(../immagini/ico-allergeni.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}

	#ttl-nutriz {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 70px;
		background-image: url(../immagini/ico-nutriz.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}


	#ttl-conservazione {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 70px;
		background-image: url(../immagini/ico-conservazione.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 140px;
		text-transform: uppercase;
	}


	#ttl-preparazione {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 70px;
		background-image: url(../immagini/ico-prepara.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}


	#ttl-contenitore {
		font-size: 1.4em;
		font-weight: 700;
		text-align: center;
		padding-top: 70px;
		background-image: url(../immagini/ico-contenitori.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 160px;
		text-transform: uppercase;
	}

	/*stile  TABELLA delle info */
	.table-info {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}


	table.table-content {
		font-weight: 700;
		background-color: #fff;
		padding: 0;
		margin: 0;
		color: #2e313a;
		margin-top: 10px;
		font-size: 1.15em;
		border: 0;
		width: 100%;
		text-align: center;
	}


		table.table-content td {
			padding-left: 14px;
			padding-right: 14px;
		}

		table.table-content tr.dati td {
			font-size: 1.15em;
			font-weight: 400;
			padding-bottom: 16px;
			padding-top: 5px;
		}

		table.table-content tr.line-w td {
			font-size: 1.25em;
			font-weight: 700;
			border-top: solid 1px #ccc;
			padding-top: 16px;
		}



		table.table-content tr.line-b td {
			font-size: 1.25em;
			font-weight: 400;
			border-top: solid 3px #ccc;
			padding-top: 16px;
			padding-bottom: 16px;
			background-color: #e8ebee;
		}

	td.right {
		text-align: right;
	}

	td.left {
		text-align: left;
	}

	td.dati {
		text-align: left;
	}
}

/* pulsante elimina visualizza prenotazione */
.ITC-ConfermaAnnulla {
	width: 100%;
	height: 75px;
	text-align: left;
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 900;
}

div.ITC-ConfermaAnnulla img {
	width: 65px;
	height: 65px;
	margin: 5px;
	padding: 0px;
	border-radius: 8px;
}

	div.ITC-ConfermaAnnulla img:hover {
		background-color: #4c4e55;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

/* pulsante elimina attivo */
div.ITC-ConfermaAnnulla input#buttonAnnulla {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #ff6666 /*#8ecb3b*/;
	background-image: url(../images/ico-pls-annulla.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}

	div.ITC-ConfermaAnnulla input#buttonAnnulla:hover {
		background-color: #ff0000;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-ConfermaAnnulla input#buttonAnnulla:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}


	div.ITC-ConfermaAnnulla input#buttonAnnulla:focus {
		background-color: #ff0000;
		background-image: url(../images/ico-pls-annulla.png);
	}

/* pulsante elimina disattivato */
div.ITC-ConfermaAnnulla input#buttonAnnulla-disabled {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-elimina-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

/* pulsante visualizza attivo */
div.ITC-ConfermaAnnulla input#buttonConferma {
	width: 49%;
	height: 73px;
	float: left;
	border: 0px solid #fff;
	background-color: #8ecb3b;
	background-image: url(../images/ico-pls-salva.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: pointer;
	margin: 1px;
}


	div.ITC-ConfermaAnnulla input#buttonConferma:hover {
		background-color: #6fb909;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}

	div.ITC-ConfermaAnnulla input#buttonConferma:disabled {
		background-color: grey;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
	}


	div.ITC-ConfermaAnnulla input#buttonConferma:focus {
		background-color: #6fb909;
		background-image: url(../images/ico-pls-salva.png);
	}



/* pulsante visualizza disattivato */
div.ITC-ConfermaAnnulla input#buttonConferma-disabled {
	width: 49%;
	height: 73px;
	float: right;
	border: 0px solid #fff;
	background-color: #676c7d;
	background-image: url(../images/ico-pls-salva-disabled.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	border-radius: 5px;
	cursor: text;
	margin: 1px;
}

.fc-today {
	background-color: inherit !important;
}

.fc-day-number {
	color: #000000;
}


/* pulsante riepilogo prenotazioni */
.RegistrazionePagamenti {
	cursor: pointer;
}

/* pulsante riepilogo prenotazioni */
.RichiestaFattura {
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center right;
	cursor: pointer;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 25px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 0 2px #dc3b14;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 17px;
		width: 17px;
		left: 4px;
		bottom: 2px;
		background: #dc3b14;
		-webkit-transition: .4s;
		transition: .4s;
		border-radius: 50%;
	}

input:checked + .slider {
	box-shadow: 0 0 0 2px #14B90D;
}

	input:checked + .slider:before {
		-webkit-transform: translateX(16px);
		-ms-transform: translateX(16px);
		transform: translateX(16px);
		background: #14B90D;
	}

/* testo lungo a capo */
.ow {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}


/************************MENU**********************/
/* Dropdown Button */
.dropbtn {
	border: none;
	background-color: #2e313a;
	height: 28px;
	width: 30px;
	cursor: pointer;
	background-image: url(../images/menu-small.png);
	background-size: 30px;
	background-repeat: no-repeat;
}

	/* Dropdown button on hover & focus */
	/*.dropbtn:hover, .dropbtn:focus {
		background-color: #4c4e55;
	}*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	text-align: left;
	z-index: 1;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #2e313a;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	/* Links inside the dropdown */
	.dropdown-content a {
		color: white;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content a:hover {
			background-color: gray
			
		}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.ddshow {
	display: block;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Personalizzazioni del calendario */
.ui-datepicker td {
	width: auto;
	border: 0;
	padding: 1px;
}

	.ui-datepicker td span, .ui-datepicker td a {
		display: block;
		padding: .2em;
		text-align: center;
		text-decoration: none;
	}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
	cursor: pointer;
}

/* Personalizza lo sfondo di tutti i giorni del calendario. */
.ui-state-highlight, /*added this with ui-state-default */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #F7F7F7 /*{bgColorDefault}*/;
}

	/* Cambia l'evidenziazione della data di sistema */
	.ui-state-highlight,
	.ui-state-default a,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		color: orange !important;
		border: 2px solid orange !important;
		text-decoration: none;
	}

/* Evidenzia la data selezionata */
.EvidenziaGiornoSelezionato a {
	background-color: Green !important;
	background-image: none !important;
	color: White !important;
	font-weight: bold !important;
}



/* Aumenta dimensione datepicker */
div.ui-datepicker {
	font-size: 23px;
}

/* DIMENSIONE DELLA COMBO LINGUA NELLA PAGINA PROFILO UTENTE*/
.divLinguaFlagUT .country-select.inside,
.divLinguaFlagUT .country-select {
	width: 100% !important;
}

