/* Minification failed. Returning unminified contents.
(2,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(131,14): run-time error CSS1039: Token not allowed after unary operator: '-greyDark'
(163,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(320,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(324,14): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(339,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(343,30): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(347,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(382,15): run-time error CSS1039: Token not allowed after unary operator: '-greyDark'
(521,44): run-time error CSS1046: Expect comma, found '0'
(521,48): run-time error CSS1046: Expect comma, found '/'
(521,71): run-time error CSS1046: Expect comma, found '2'
(521,75): run-time error CSS1046: Expect comma, found '/'
(522,36): run-time error CSS1046: Expect comma, found '0'
(522,40): run-time error CSS1046: Expect comma, found '/'
(522,63): run-time error CSS1046: Expect comma, found '2'
(522,67): run-time error CSS1046: Expect comma, found '/'
(528,45): run-time error CSS1046: Expect comma, found '0'
(528,49): run-time error CSS1046: Expect comma, found '/'
(528,72): run-time error CSS1046: Expect comma, found '2'
(528,76): run-time error CSS1046: Expect comma, found '/'
(529,37): run-time error CSS1046: Expect comma, found '0'
(529,41): run-time error CSS1046: Expect comma, found '/'
(529,64): run-time error CSS1046: Expect comma, found '2'
(529,68): run-time error CSS1046: Expect comma, found '/'
(537,14): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(620,25): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(771,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(806,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(815,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
(822,25): run-time error CSS1039: Token not allowed after unary operator: '-greyLight'
 */
body {
	--greyLight: #F5F5F5;
}

div[id^='uniform-'] {
	margin-right: 0px !important;
}

.cursorPointer {
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase !important;
}

.quantita-sacchi {
	width: 35% !important;
}

.btn-sezione-consulta {
	display: block;
	padding: 0px 15px 0px 30px !important;
	min-width: fit-content !important;
	min-height: fit-content !important;
	height: 35px !important;
	width: 270px !important;
	border: 1px solid #dfdfdf !important;
	color: #666 !important;
	text-align: left !important;
}

	.btn-sezione-consulta:hover {
		color: #000 !important;
	}

.visualizzaDati .testo {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.bLarghezzaListe li b {
	width: 150px !important;
}

.bool-cell {
	width: 44px;
	display: inline-block;
	text-align: left;
}

.fa-calendar-check.green {
	color: green;
}

.fa-calendar-check.red {
	color: red;
}

.fa-exchange-alt {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	text-align: center;
}

.agenda-ctn {
	margin-top: 10px;
}

.btn-inside-mobile {
	display: none;
}

.btn-prenotazioni-selected {
	color: #2b2f33;
	border-color: #bfc8d1;
	background-color: #f3f3f9;
}

#dtStoricoPrenotazioni .label-item {
	text-transform: uppercase;
	display: inline-block;
}

#dtStoricoPrenotazioni .value-item {
	margin-right: 10px;
	display: inline-block;
}

.custom-radio-group .btn {
	margin-left: 10px;
	margin-right: 10px;
}

.claim {
	display: inline-block;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(0,-50%);
	text-align: left;
	text-transform: uppercase;
}

	.claim span:nth-child(1) {
		font-size: 17px;
		font-weight: 600;
		display: block;
	}

	.claim span:nth-child(2) {
		font-size: 12px;
		display: block;
	}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	top: 50% !important;
	border: 0px;
	border-radius: 0 !important;
	text-align: center;
	line-height: 14px;
	content: '\f0fe';
	background-color: transparent !important;
	transform: translate(0, -50%) !important;
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	box-shadow: none;
	font-weight: 900;
	color: var(--greyDark);
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
	content: '\f146';
	font-weight: 900;
	background-color: transparent !important;
}

.swal2-html-container {
	font-size: 15px;
}

table td.forza-sx {
	text-align: left !important;
}

table td.forza-dx {
	text-align: right !important;
}

.table.centra-colonne > thead > tr > th,
.table.centra-colonne > tbody > tr > th,
.table.centra-colonne > tfoot > tr > th,
.table.centra-colonne > thead > tr > td,
.table.centra-colonne > tbody > tr > td,
.table.centra-colonne > tfoot > tr > td {
	text-align: center;
	vertical-align: middle;
}

.table-hover tr:hover td {
	background-color: var(--greyLight);
	color: inherit;
}

.dataTables_filter {
	display: none;
}

#nuovo-contratto.hide {
	display: none;
}

.page-flex {
	display: flex;
	padding-left: 25px;
	padding-right: 25px;
}

	.page-flex .item-flex {
		flex: 1;
	}

	.page-flex .item-fixed-flex {
		flex: 0 0 150px;
	}

#dati-contratto > div.hide {
	display: none;
}

.content-box .form-inline input,
.content-box .form-inline select,
.content-box .form-inline textarea {
	width: 100%;
}

.chb-custom-ies {
	display: inline-block;
	width: 20px;
	vertical-align: top;
}

.label-custom-ies {
	display: inline-block;
	vertical-align: top;
	font-weight: normal !important;
	width: calc( 100% - 25px );
}

.dato-catastale {
	position: relative;
}

	.dato-catastale .remove-dato-catastale {
		position: absolute;
		right: 0px;
		top: 10px;
	}

.bottoni-step {
	text-align: center;
}

.dati-contratto label {
	font-weight: normal;
}

.dato-catastale .remove-dato-catastale {
	position: absolute;
	right: -13px;
	top: 32px;
}

/*Allineamento verticale dei blocchi per form*/
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
	box-sizing: border-box;
}

#dati-contratto .vcenter.col-sm-3 {
	width: 24%;
}

.vcenter.col-sm-4 {
	width: 32.33333%;
}

.vcenter.col-sm-8 {
	width: 65.666667%;
}

#dati-contratto .col-sm-6.vcenter {
	width: 57%;
}
/*Fine*/
.item-fixed-flex input {
	margin-right: 10px;
}

.first-char-upper:first-letter {
	text-transform: uppercase;
}

.content-header-operation {
	float: left;
	position: relative;
	height: 78px;
	width: calc( 100% - 260px );
}

.logo-cliente-sidebar {
	text-align: center;
	margin-top: 8px;
	height: 80px;
	width: 100%;
	background-image: url(/Images/Logo_SOL.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

	.logo-cliente-sidebar img {
		max-width: 80%;
		text-align: center;
	}

.logo-content-big {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.errore-form {
	color: red;
}

.contratto-txt {
	font-size: 16px;
	color: #ffffff;
}

.contratto-id {
	font-size: 20px;
	color: #ffffff;
}

.carico-remove-contenitori {
	position: absolute;
	right: 0px;
	cursor: pointer;
	top: 10px;
}

	.carico-remove-contenitori:hover {
		color: var(--mainColor);
	}

a.add-contenitori:hover {
	color: var(--mainColor);
}

.cerchio-materiale {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	display: inline-block !important;
	vertical-align: middle;
}

.carico-scarico {
	background-color: var(--greyLight);
}

.content-carico-scarico {
	border-left: 9px solid var(--mainColor);
	list-style-type: none;
	padding-left: 11px;
	position: relative;
	background-color: var(--greyLight);
	/* padding-right: 2px; */
	padding-bottom: 10px;
	width: calc( 100% + 40px );
	left: -20px;
}

#page-sidebar li ul.content-carico-scarico li a:before {
	width: auto;
	float: none;
	list-style: none;
	height: auto;
	content: "";
}

#page-sidebar li ul.content-carico-scarico a i {
	float: none;
	width: auto;
	display: inline-block;
	height: auto;
}

.content-carico-scarico li {
	padding-left: 0px;
	list-style-type: none;
}

.copy-sol {
	text-align: center;
}

	.copy-sol a:link,
	.copy-sol a:visited {
		color: inherit;
		text-decoration: underline;
		color: var(--greyDark);
	}

	.copy-sol a:hover {
		text-decoration: none;
	}

.modal {
	top: auto !important;
}

	.modal#DizionarioRifiutiModal {
		top: 0 !important;
	}

	.modal#EcocentriAbilitatiModal {
		top: 0 !important;
	}

#EcocentriAbilitatiModal .modal-content {
	height: 92vh;
	max-height: 92vh;
}

#DizionarioRifiutiModal .modal-content {
	height: 92vh;
	max-height: 92vh;
}

/*#DizionarioRifiutiDettaglioModal {
	z-index:2500 !important;
}*/

.modal button.close {
	position: absolute;
	right: 10px;
	top: 3px;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5 !important;
}

	.table-hover > tbody > tr:hover td {
		background: transparent !important;
	}

.popup-visible {
	display: block;
	width: 25vw;
	height: 80vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	z-index: 1500;
	border-radius: 8px;
	box-shadow: 1px 1px 5px #a6a6a6;
}

#popup-content{
	padding: 20px;
}

#popup-dettaglio .popup-close {
	color: #ababab;
	width: 23px;
	height: 23px;
	position: absolute;
	right: -2px;
	top: 3px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	float: right;
	opacity: .2;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

#popup-header.popup-header-visible {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #dfe8f1;
	background-color: #EFEFEF;
	border-radius: 6px;
}

#popup-dettaglio .popup-title-visible {
	line-height: 1.42857143;
	margin: 0;
}

.popup-content-impianti-title {
	padding: 10px;
	font-size: 18px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
}

	.popup-content-impianti-title span.counter {
		font-size: 12px
	}

.popup-content-impianti {
	padding: 10px;
}

.popup-content-altro-title {
	padding: 10px;
	font-size: 18px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
}

	.popup-content-altro-title span.counter {
		font-size: 12px
	}

.popup-content-altro {
	padding: 10px;
}

#popup-dettaglio .popup-close:active,
#popup-dettaglio .popup-close:hover {
	color: #606060;
}

#scelta-mod {
	display: block;
	width: 100%;
	height: 80px;
}

.input-validation-error {
	border-color: red;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 2 2 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 2 2 / 60%);
}

	.input-validation-error + .chosen-container {
		border-color: red;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 2 2 / 60%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 2 2 / 60%);
	}

.medium-text {
	font-size: 15px;
}

.contatti-telefonici .titoletto {
	color: var(--mainColor);
	display: block;
}

@media only screen and (max-width: 900px) {
	.content-header-operation {
		width: calc( 100% - 72px );
	}

	.content-carico-scarico {
		width: calc( 100% + 30px );
	}
}

@media only screen and (max-width: 560px) {
	.table {
		font-size: 13px;
	}

	.box-btn-prenotazioni button.btn-default {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.box-btn-prenotazioni {
		text-align: center;
	}

	.logo-content-big {
		transform: none;
		left: 10px;
		top: 11px;
	}
}

.col-sm-9.vcenter {
	width: 74%;
}

#form-abbandono, #form-mancata-raccolta {
	margin-top: 20px;
}

#sel_materiali_chosen > a {
	height: 34px;
}

	#sel_materiali_chosen > a > span {
		height: 34px;
	}

ul.chosen-results span.pallino-materiale {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

.dettaglio-adesioni.disabled:before {
	content: "\A";
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}

.dettaglio-adesioni {
	position: relative;
}

.title-adesioni .pallino {
	border-radius: 25px;
	width: 25px;
	color: #ffffff;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-color: var(--mainColor);
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.title-adesioni .title {
	width: calc( 100% - 35px );
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.title-adesioni {
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear-after:after {
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.content-box .content-box-header .msg {
	font-weight: 600;
	text-transform: none;
	padding-left: 20px;
}

.agenda-consegna,
.agenda-ritiri,
.agenda-svuotamenti,
.agenda-servizi-chiamata {
	visibility: hidden;
	opacity: 0;
	max-height: 0px;
	overflow: hidden;
}

	.agenda-consegna.open,
	.agenda-ritiri.open,
	.agenda-svuotamenti.open,
	.agenda-servizi-chiamata.open {
		visibility: visible;
		opacity: 1;
		max-height: 2000px;
		transition: opacity .5s ease-in-out;
	}

.card {
	width: 330px;
	height: 210px;
	padding: 15px;
	border: 2px dashed black;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

	.card .left-card {
		width: 95px;
		height: 100%;
		display: flex;
		align-items: center;
	}

		.card .left-card .logo-cliente-sidebar {
			margin: 0;
			height: 95px;
		}

	.card .right-card {
		height: 100%;
		/*	display: flex;
		flex-direction: column;
		justify-content: space-around;*/
	}

		.card .right-card ul {
			list-style: none;
			padding: 0 0 10px 0;
			margin: 0;
		}

.qrcode-only {
	padding-top: 20px;
}

/*Visualizzazione mobile.*/
@media only screen and (max-width: 768px) {
	table .centra-colonne > thead > tr > th, .table.centra-colonne > tbody > tr > th, .table.centra-colonne > tfoot > tr > th, .table.centra-colonne > thead > tr > td, .table.centra-colonne > tbody > tr > td, .table.centra-colonne > tfoot > tr > td {
		text-align: left;
	}

	.nav-dati .txt-nav-nuovo-contratto {
		display: none;
	}

	.vcenter {
		display: block;
	}

	#dati-contratto .vcenter.col-sm-3 {
		width: auto;
	}

	#dati-contratto .col-sm-6.vcenter {
		width: auto;
	}

	.logo-cliente-sidebar {
		display: none;
	}

	.qrcode-only {
		text-align: center;
	}

	.scarica-qr-container {
		text-align: center;
		padding-top: 15px;
	}
}

/* HELPERS CSS CLASSES */

/*Storico dati tikcet*/

.dettaglio-storico {
	display: none;
}

	.dettaglio-storico.visibile {
		display: block;
	}

.note-sol-text {
	display: none;
}

.EasyMDEContainer {
	display: none !important;
}

.stato-ticket {
	padding: 5px;
	border: 1px solid var(--greyLight);
	border-radius: 10px;
}

.reset-ul .label {
	width: 130px;
	display: inline-block;
	font-size: 100%;
	padding: 0px;
	color: #000000;
	text-align: left;
}

.reset-ul li {
	margin-bottom: 10px;
	font-size: 13px !important;
	color: #8da0aa;
	list-style: disc;
	margin-left: 26px;
	padding: 0px !important;
}

.reset-ul.no-list-style {
	list-style: none !important;
}

.reset-ul.no-list-style li {
	list-style: none !important;
}

.no-list-style {
	list-style: none !important;
}

.reset-ul .riga-colorata {
	background-color: var(--greyLight);
	border-radius: 10px;
	padding: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
}

.header-sol-note {
	background-color: var(--greyLight);
	border-radius: 10px;
	padding: 5px;
	font-size: 16px;
}

.storico-annotazioni textarea {
	border: 1px solid var(--greyLight);
	border-radius: 10px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	min-height: 256px;
	padding: 5px;
}

.storico-annotazioni > div div {
	text-align: center;
}

.storico-min-altezza {
	min-height: 300px;
}

.header-sol-note {
	display: none;
}

	.header-sol-note.visibile {
		display: block;
	}

.bordo-sx {
	border-left: 2px solid #f9fafe;
}

.content-note {
	overflow: hidden;
	max-height: 10000px;
	transition: max-height 1s ease-in-out 0.5s;
	-webkit-transition: max-height 1s ease-in-out 0.5s;
}

	.content-note.nascondi {
		max-height: 0px;
	}

.line-tipologia-dettaglio-ticket {
	line-height: 25px;
}

.allinea-check-dettaglio-storico {
	float: right;
}

@media (max-width: 576px) {
	.allinea-check-dettaglio-storico {
		float: left;
	}
}

label.required:after{
	content:"*";
	padding-left:4px;
	color:red;
}
