body.ecommerce .mainBody>h1 {
	font-weight: 700 !important;
	font-size: 30px !important;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase !important;
}
#scolastica_classe {
	padding:0 15px;
	margin-left:-15px;
	margin-right:-15px;
}
	#scolastica_classe .selezioneClassiCorso {
		padding-left:15px;
		padding-right:15px;
		float:left;
		width:50%;
		box-sizing:border-box;
	}
	#scolastica_classe h3 ,
	#scolastica_classe .h3 {
		font-size: 16px;
		margin: 0 0 10px 0;
		font-weight: 600 !important;
	}
	#scolastica_classe .selezioneClassiCorso>h3 ,
	#scolastica_classe .selezioneClassiCorso>.h3 {
		font-weight: normal !important;
	}
	#scolastica_classe .classi {
		padding:0 0 0 0;
		margin:0 -5px 30px -5px;
		font-size:0;
	}
		#scolastica_classe .classi a.btn {
			padding:0 0 0 0;
			height:32px;
			line-height: 35px;
			width:32px;
			margin:0 5px 10px 5px;
			font-size: 15px;
			background:transparent !important;
			border:solid 1px #e85728;
			color:#e85728 !important;
			box-sizing:border-box;
		}
		#scolastica_classe .classi a.btn.selected ,
		#scolastica_classe .classi a.btn:hover {
			background:#e85728 !important;
			border:solid 1px #e85728;
			color:#fff !important;
		}

#form_get_school {
	position:relative;
}
	#form_get_school .ajaxLoader {
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		background:rgba(255,255,255,.85);
	}
		#form_get_school .ajaxLoader:before {
			content:"";
			position:absolute;
			top:50%;
			left:50%;
			width:150px;
			height:150px;
			transform:translate(-50%,-50%);
			background:url(/css/ajax_loader.svg) no-repeat center center;
			background-size:contain;
			opacity:.3;
		}


h4.flagRimosso {
	color:#fff !important;
	background:#555 !important;
	border:solid 1px #555 !important;
}
h4.daAcquistare {
	color:#31755c !important;
	background:#9deed0 !important;
	border:solid 1px rgba(49,117,92,.4) !important;
}
h4.consigliato {
	color:#022363 !important;
	background:rgba(2,35,99,.15) !important;
	border:solid 1px rgba(2,35,99,.4) !important;
}
h4.adottatoInUso {
	color:#999 !important;
	background:#fff !important;
	border:solid 1px #aaa !important;
}
span.productOptions span.txtOption.scolasticaAdozione {
	color:#9c5300;
	background:#f9d9b5;
	border:solid 1px rgb(156,83,0,.4) !important;
}

.school_data label strong {
	font-weight:600 !important;
}
@media (min-width: 992px) {
	body.ecommerce .row.productsList > div.productListItem {
		min-height:280px !important;
		max-height:none!important;
	}
}


#books .productListItem .lista-item-selection>input[type="checkbox"] {
	opacity: 0;
}
#books .productListItem .lista-item-selection {
	position:absolute;
	top:55px;
	left:10px;
	width:35px;
	height:35px;
	background:#fdfdfd;
	border:solid 2px #aaa;
	box-shadow:0 1px 3px rgba(0,0,0,.1);
	border-radius:3px !important;
	cursor:pointer !important;
	z-index:1;
}
#books .productListItem .lista-item-selection[disabled] {
	cursor:not-allowed !important;
	background:#eee;
	border-color:#ccc;
}
#books .productListItem .lista-item-selection.checkedItem:before {
	font-family:FontAwesome;
	content:"\f00c";
	color:#539871;
	font-size:42px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:-5px 0 0 6px;
	text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
#books .productListItem .lista-item-selection.checkedItem[disabled]:before ,
#books .productListItem.disabledElement .lista-item-selection.checkedItem:before {
	display:none;
}
	#books .productListItem .lista-item-selection>input[type="checkbox"] {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%) !important;
	}
	#books .adottati-lista {
		margin-bottom:50px;
	}
#books .row.productsList > div.productListItem.disabledItem>.scolastica ,
#books .row.productsList > div.productListItem.disabledItem>.lista-item-selection ,
#books .row.productsList > div.productListItem.disabledItem>.productImage ,
#books .row.productsList > div.productListItem.disabledItem>.productInfo {
	opacity: .5 !important;
}


#books .productListItem[data-disabled="1"] .lista-item-selection {
	opacity: .5;
	background-color: #eee;
	border-color: rgba(0,0,0,.1) !important;
	cursor: not-allowed !important;
}
body.ecommerce .scolastica-page-wrapper #books .productListItem[data-disabled="1"]:before {
    background: #eee !important;
    border: solid 2px rgba(0,0,0,.1) !important;
}
#books .productListItem[data-disabled="1"] .non-acquistabile {
	position: absolute;
    top: 30px;
    left: 80px;
    right: 30px;
    height: 30px;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #999;
}


#libri_adottati {
	margin-top:50px;
	position:relative;
	margin-bottom:60px !important;
	overflow:visible;
	display:none;
}
	#libri_adottati .selectionToolbar {
		position:absolute;
		top:100%;
		width:100%;
		z-index:1;
	}
	@media (max-width: 767px) {
		#libri_adottati .selectionToolbar {
			position:relative;
			top:auto;
			width:auto;
			z-index:1;
		}
	}
		#libri_adottati .selectionToolbar .selectionFilters {
			float:left;
		}
		#libri_adottati .selectionToolbar .selectionButtons {
			float:right;
		}
			#libri_adottati .selectionToolbar .selectionButtons button {
				text-transform:none !important;
			}
			@media (max-width: 767px) {
				#libri_adottati .selectionToolbar .selectionButtons button {
					width: 100% !important;
					text-align:center;
					margin-bottom:10px;
				}			
			}
	
			#libri_adottati select.filter_type {
				min-width:150px;
			}

#books .notItemAvailable ,
#books .no_item_visible {
	padding:0 0 0 0;
	margin:100px 0 100px 0;
	font-size:18px;
	text-align:center;
}
#books {
	min-height:270px;
	position:relative;
}
#books.loading:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,.8);
	background-size:150px auto;
	z-index:5;
}
#books.loading:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(/css/ajax_loader.svg) no-repeat center center;
	background-size:150px auto;
	z-index:6;
	opacity:.3;
}

.scolasticaMultipleAddToCart .txtInfoCart {
	position:relative;
	height:150px;
}
.scolasticaMultipleAddToCart .txtInfoCart:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	background-size:auto 200px;
	z-index:6;
	opacity:1;
	width:100%;
	height:150px;
}
.scolasticaMultipleAddToCart .txtInfoCart:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(/css/ajax_loader.svg) no-repeat center center;
	background-size:auto 200px;
	z-index:7;
	opacity:.3;
	width:100%;
	height:150px;
}
.scolasticaMultipleAddToCart.loadedAction .txtInfoCart:before ,
.scolasticaMultipleAddToCart.loadedAction .txtInfoCart:after {
	transition:opacity .5s;
	opacity:0;
}

.scolasticaMultipleAddToCart.loadedAction .txtInfoCart .textInfoContainer {
	display:block;
}
#add_to_cart_screen  .addToCartLayer.scolasticaMultipleAddToCart .infoProdotto {
	height:150px;
}
	#add_to_cart_screen  .addToCartLayer.scolasticaMultipleAddToCart .infoProdotto .actionBar {
		width:auto;
		float:none;
		margin-top:0;
		padding-top:0;
		height:150px;
	}
		#add_to_cart_screen  .addToCartLayer.scolasticaMultipleAddToCart .infoProdotto .actionBar .txtInfoCart {
			height:150px;
		}
			#add_to_cart_screen .addToCartLayer.scolasticaMultipleAddToCart .infoProdotto .actionBar .txtInfoCart .textInfoContainer {
				font-size:25px;
				left:0;
				right:0;
				text-align:center;
				white-space:normal;
				margin:0 0 0 0;
				position:relative;
				top:50%;
				transform:translate(0,-50%);
			}
				#add_to_cart_screen .addToCartLayer.scolasticaMultipleAddToCart .infoProdotto .actionBar .txtInfoCart .textInfoContainer span {
					white-space:normal;
					width:auto;
					display:block;
					text-indent:35px;
				}

body.ecommerce .row.productsList > div.productListItem.disabledElement:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	opacity:.75;
	z-index:10;
}
#libri_adottati .selectionButtons button.selectAllBooks {
	width:160px !important;
	text-align:left;
}

		#books .adottati-tipologia-header button.selectAllBooks>i {
			display:none !important;
		}
	#books .adottati-tipologia-header {
		padding:10px 15px 10px 15px;
		background:#ddd;
		margin:0 0 15px 0;
	}
	#books .adottati-tipologia-header.libri-consigliati {
		background:#afbace !important;
		color:#2d487d !important;
	}
		#books .adottati-tipologia-header.libri-consigliati button.selectAllBooks {
			border-color:#2d487d !important;
			background:#2d487d !important;
		}
	#books .adottati-tipologia-header.libri-da-acquistare {
		background:#b9d9b7 !important;
		color:#568253 !important;
	}
		#books .adottati-tipologia-header.libri-da-acquistare button.selectAllBooks {
			border-color:#568253 !important;
			background:#568253 !important;
		}
	#books .adottati-tipologia-header.libri-gia-in-uso {
		background:#f0f0f0 !important;
		color:#666 !important;
	}
		#books .adottati-tipologia-header.libri-gia-in-uso button.selectAllBooks {
			border-color:#666 !important;
			background:#666 !important;
		}
		#books .adottati-tipologia-header h3 {
			padding:0 0 0 0  !important;
			margin:0 0 0 0 !important;
			font-size:23px !important;
			line-height:32px !important;
			font-weight:bold !important;
		}
		#books .adottati-tipologia-header .selectionToolbar {
			text-align:right !important;
		}
	#books button.controlloDatiIsbn {
		padding:10px 15px !important;
		font-size:16px !important;
	}
		#books button.addSelectedToCart>i {
			font-size:22px !important;
			margin:0 5px 0 0 !important;
		}

		body.ecommerce .row.productsList .productListItem .productInfo h4.author ,
		body.ecommerce .row.productsList .productListItem .productInfo .h4.author {
			-webkit-line-clamp: 1 !important;
		}


@media (max-width: 767px) {
	#libri_adottati .selectionButtons button.selectAllBooks {
		width:100% !important;
		text-align:center;
	}
	#scolastica_classe .selezioneClassiCorso {
		padding-left:0;
		padding-right:0;
		float:none;
		width:100%;
	}
}

.scolastica-sticky-header {
	position:fixed;
	top:70px;
	left:50%;
	transform:translate(-50%,0);
	width:100%;
	max-width:1170px;
	background:#fff;
	display:none;
	z-index:10;
}
.scolastica-sticky-header.visible {
	display:block;
}
	.scolastica-sticky-header .selectionToolbar .selectionFilters {
		float:left;
		padding:0 15px;
	}
		.scolastica-sticky-header .selectionToolbar .selectionFilters>.row.margin-top-10 {
			margin-top:0 !important;
		}
		.scolastica-sticky-header .selectionToolbar .selectionFilters label {
			text-transform:uppercase;
		}
			.selectionToolbar .selectionFilters label>.col-xs-5 {
				padding-top:10px;
			}
			.scolastica-sticky-header .selectionToolbar .selectionFilters label>.col-xs-5 {
				padding:10px 0 0 0;
				letter-spacing:0;
			}
	.scolastica-sticky-header .selectionToolbar .selectionButtons {
		float:right;
		font-size:28px;
		letter-spacing:0;
	}
		.scolastica-sticky-header .selectionToolbar .selectionButtons button {
			text-transform:none !important;
		}
		.scolastica-sticky-header .selectionToolbar .selectionButtons button.selectAllBooks {
			width:180px !important;
		}
		.scolastica-sticky-header .selectionToolbar select.filter_type {
			min-width:150px !important;
		}

#scolastica_controllo_dati>.modal-dialog {
	width: calc(100% - 20px);
	max-width: 1200px;
}
#scolastica_controllo_dati .modal-body {
	max-height: calc(100vh - 190px) !important;
	overflow: auto;
}

#scolastica_controllo_dati.modal.default .modal-header h4.modal-title {
	font-size: 20px;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.scolasticaWidget h3.scolasticaTitle {
	font-size: 30px !important;
	text-align: center;
}
.scolastica-page-wrapper .scolastica-selezione-scuola {
	margin-left:0;
	margin-right:0;
}
.scolastica-page-wrapper #group_school_classes_from_code {
	border-top:0 !important;
}
.scolastica-page-wrapper p.scolasticaText {
	font-size: 18px !important;
	text-align: center;
}
.scolasticaWidget {
	overflow: unset;
}
.scolastica-cerca-scuola {
	background: #fff;
	padding: 60px;
	width: 100%;
	border-radius: 5px !important;
	box-shadow: 0 0 50px rgba(0,0,0,.2);
}
.scolastica-page-wrapper #group_school_classes_from_code {
	padding-top:30px;
	padding-left: 45px;
	padding-right: 45px;
	margin-top:30px;
	display:none;
	border-top:solid 1px #ddd;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info {
	float: left;
	width: 100%;
	padding: 40px;
	background: #E8EFEF;
	border-radius: 5px !important;
	margin: 40px 0 0 0;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group {
	margin: 0 0 15px 0;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group:last-of-type {
	margin: 0 0 0 0;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group:first-of-type label.control-label:last-of-type {
	color: #009695;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group label.control-label:first-of-type {
	width: 20%;
	max-width: 150px;
	padding: 0 0 0 0 !important;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group label.control-label:last-of-type {
	width: 80%;
	padding: 0 0 0 0 !important;
}
.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data label.control-label {
	text-align: left;
}

.scolastica-page-wrapper .scolastica-trova-scuola::after {
	content: "oppure";
	position: absolute;
	top: 50%;
	right: 0;
	font-style: italic;
	color: #009695;
	transform: translate(50%,-50%);
	background: #fff;
	padding: 6px 0 8px 0;
	z-index: 1;
}
.scolastica-page-wrapper .scolastica-trova-scuola::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: dashed 1px #009695;
	z-index: 0;
}
.scolastica-page-wrapper .scolastica-selezione-scuola .scolastica-riferimento-anno {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Montserrat !important;
	color: #999;
}
.scolastica-page-wrapper .scolastica-trova-scuola, .scolastica-page-wrapper .scolastica-codice-scuola {
	border: 0;
	border-radius: 0 !important;
	padding: 0 0 0 0;
}
.scolastica-page-wrapper .scolastica-selezione-scuola .scolastica-trova-scuola {
	width: 50% !important;
	padding:0 60px 0 0;
}
.scolastica-page-wrapper .scolastica-selezione-scuola .scolastica-codice-scuola {
	width: 50% !important;
	padding: 0 0 0 60px;
}

#scolastica_classe h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: 400 !important;
}
.scolastica-page-wrapper #scolastica_classe .classi a.btn {
	border: solid 1px transparent !important;
	background: #E6ECEA !important;
	color: #444 !important;
	font-weight: 400 !important;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin: 0 5px 10px 5px;
	transition: all .5s;
}
.scolastica-page-wrapper #scolastica_classe .classi a.btn:hover {
	border: solid 1px transparent !important;
	background: rgba(0,150,149,.3) !important;
	color: #009695 !important;
}
.scolastica-page-wrapper #scolastica_classe .classi a.btn.selected {
	border: solid 1px transparent !important;
	background: #e1c616 !important;
	color: #fff !important;
	font-weight: 900 !important;
}
.scolastica-page-wrapper .scolastica-trova-scuola label.control-label ,
.scolastica-page-wrapper .scolastica-codice-scuola label.control-label {
	padding: 0 15px 0 15px;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	line-height: normal;
	height: auto;
}
.scolastica-page-wrapper .scolastica-codice-scuola h3.box-title {
	padding: 0 0 0 0;
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	line-height: normal;
	height: auto;
}

.scolastica-page-wrapper h2#libri_adottati {
	font-size: 30px;
	text-align: center;
	border-bottom: solid 1px #009695 !important;
	padding: 0 0 15px 0;
}
.scolastica-page-wrapper #books {
}
.scolastica-page-wrapper #books .productsList-da-acquistare ,
.scolastica-page-wrapper #books .productsList-consigliati ,
.scolastica-page-wrapper #books .productsList-gia-in-uso {
	background: #E8EFEF;
	padding: 25px 45px 60px 45px;
}

.scolastica-page-wrapper #books .adottati-tipologia-header h3 {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	font-size: 16px !important;
	line-height: 32px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-da-acquistare ,
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-consigliati ,
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-gia-in-uso {
	background: #E8EFEF !important;
	color: #009695 !important;
	padding: 60px 60px 0 60px;
	margin: 0 0 0 0;
}
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-da-acquistare button.selectAllBooks ,
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-consigliati button.selectAllBooks ,
.scolastica-page-wrapper #books .adottati-tipologia-header.libri-gia-in-uso button.selectAllBooks {
	min-width: 250px;
}

.scolastica-page-wrapper #books .productListItem .lista-item-selection {
	position: absolute;
	
	/*
	top: 34px;
	left: 30px;
	width: 20px;
	height: 20px;
	*/

	top: 30px;
	left: 30px;
    width: 30px;
    height: 30px;
}
.scolastica-page-wrapper #books .productListItem .lista-item-selection:focus-within {
	border: solid 2px #000;
}
.scolastica-page-wrapper #books .productListItem .lista-item-selection.checkedItem:before {
	color: #009695;
	/* font-size: 20px; */
	margin: -2px 0 0 2px;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;

	font-size: 30px;
}
.scolastica-page-wrapper #books .productListItem {
	padding: 30px 30px 30px 30px !important;
	padding: 68px 30px 30px 30px !important;
}

.scolastica-page-wrapper #books .productListItem:before {
	content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
	background: transparent !important;
	border: solid 2px rgba(1,142,141,.1);
}
.scolastica-page-wrapper #books .productListItem.checkedParentItem:before {
    background: rgba(1,142,141,.1) !important;
	border-color: transparent;
}
.scolastica-page-wrapper #books .productListItem.disabledItem {
	user-select: none;
}
.scolastica-page-wrapper #books .productListItem.disabledItem:before {
	background: rgba(0,0,0,0) !important;
	z-index: 2;
}
.scolastica-page-wrapper #books .productListItem .productListItem .scolastica>.disciplina {
	padding:5px 0 5px 0;
}
.scolastica-page-wrapper #books .productListItem .scolastica>.disciplina {
	position: relative;
	padding: 5px 0 5px 0;
	line-height: 1.2;
}
.scolastica-page-wrapper #books .productListItem .scolastica>.disciplina>i.fa-graduation-cap {
	display: none !important;
}
.scolastica-page-wrapper #books .addToCartButtonWrapper {
	background: transparent;
	padding: 0 0 0 0;
	margin-bottom: 100px;
	text-align: center;
}



.controllo-dati-lista .item-controllo {
	margin-bottom: 15px;
}
.controllo-dati-lista .item-controllo input[type="checkbox"] {
	float: left;
}
.controllo-dati-lista .item-controllo label>input {
	width: 24px;
	height: 24px;
}
.controllo-dati-lista .item-controllo h5 {
	display: block;
	font-size: 18px;
	font-weight: 600 !important;
	margin-left: 40px;
}
.controllo-dati-lista .item-controllo h4 {
	display: block;
	font-size: 18px;
	font-weight: 300 !important;
	margin-left: 40px;
}
.controllo-dati-lista .item-controllo .data-info {
	display: block;
	font-size: 18px;
	font-weight: 300 !important;
	margin-left: 40px;
}
.controllo-dati-lista .item-controllo .data-info>strong {
	font-weight: 600 !important;
	margin-left: 5px;
}



@media (min-width: 768px) {
	body.ecommerce .mainBody .adottati-lista .row.productsList .productListItem .productInfo .productInfoContent {
		height: 165px;
	}
}
@media (max-width: 991px) {
	.scolastica-page-wrapper #group_school_classes_from_code {
		padding-left: 15px;
		padding-right: 15px;
	}
	.scolastica-cerca-scuola {
		padding: 30px;
	}
	#scolastica_classe .selezioneClassiCorso {
		width: 100%;
	}
	.scolastica-page-wrapper #books .productsList-da-acquistare ,
	.scolastica-page-wrapper #books .productsList-consigliati ,
	.scolastica-page-wrapper #books .productsList-gia-in-uso {
		padding: 15px 15px 30px 15px;
	}
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-da-acquistare ,
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-consigliati ,
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-gia-in-uso {
		padding: 30px 30px 0 30px;
	}
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-da-acquistare button.selectAllBooks ,
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-consigliati button.selectAllBooks ,
	.scolastica-page-wrapper #books .adottati-tipologia-header.libri-gia-in-uso button.selectAllBooks {
		min-width: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.scolastica-page-wrapper .scolastica-selezione-scuola .scolastica-trova-scuola {
		width: 100% !important;
		padding: 0 0 60px 0;
		margin-bottom: 0;
	}
	.scolastica-page-wrapper .scolastica-selezione-scuola .scolastica-codice-scuola {
		width: 100% !important;
		padding: 60px 0 0 0;
	}
	.scolastica-page-wrapper .scolastica-trova-scuola::after {
		content: "oppure";
		position: absolute;
		top: 100%;
		right: auto;
		left: 50%;
		font-style: italic;
		color: #009695;
		transform: translate(-50%, calc(-50% - 1.5px) );
		background: #fff;
		padding: 0 10px 0 10px;
		z-index: 1;
	}
	.scolastica-page-wrapper .scolastica-trova-scuola::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		border-bottom: dashed 1px #009695;
		z-index: 0;
	}
	.scolastica-cerca-scuola #group_school_classes_from_code_info .form-horizontal.school_data .form-group label.control-label {
		width: 100% !important;
		max-width: none !important;
	}
	.scolastica-cerca-scuola #group_school_classes_from_code_info {
		width: 100%;
		padding: 20px;
	}
}
/*
body.ecommerce .row.productsList .productListItem.flag_rimosso:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	opacity:.75;
	z-index:15;
}
body.ecommerce .row.productsList .productListItem.flag_rimosso:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url("./fuori_catalogo.png") no-repeat center center;
	background-size:contain;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);	
	opacity:.3;
	z-index:15;
}
body.ecommerce .row.productsList .productListItem.disabledElement.flag_rimosso:after {
	opacity:.1;
}
*/
