#content {
	position: relative;
}

img {
	max-width: revert !important;
}
.nascondi{
	display: none;
}
.table-responsive {
	display: inherit !important;
	overflow: hidden !important;
}

.jumbo-adeguamento .collapse:not(.show) {
	display: revert !important;
}

.bold{
	
	font-weight: bolder !important;
}

.titoli {
	font-size: 1.3em;
	font-weight: 600;
	color: #49535d !important;
}

button#btnFoldit {
    width: revert;
    height: revert;
    padding: 10px;
	border-radius: 0px !important;
}

.esiti-center-icon {
	position: relative;
    right: 0.1rem;	
}

.background-ok {
	background-color: #008758 !important;
}

.align-elem-panel {
	cursor: pointer;
	vertical-align: bottom;
	width: 15%;
}

.notification-close {
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    background: 0 0 !important;
}

.navbar-nav {
	flex-direction: row !important;
}

#utente-div {
	min-width: fit-content;
	max-width: fit-content;
	background-color: white !important;
}

.sfl {
	font-size: large;
	font-weight: 800;
}

.split-multiple-line {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.dropdown-toggle::after {
	display: none !important;
}

.adg_barra_ricerca_100 {
	margin-bottom: 0 !important;
}

.btn-sm {
	width: 3rem;
	height: 2.4rem;
	padding: 10px 18px !important;
}

.btn-sm2 {
	height: 2.4rem;
	padding: 10px 18px !important;
}

#notifica_cf {
	z-index: 9;
	min-width: 45rem;
}

#notifica_cf_login {
	z-index: 9;
	min-width: 40%;
}

.BIN_closeBackground_icon a {
	margin-top: 0.7em !important;
}

h2 {
	letter-spacing: revert !important;
}

.table.table-responsive.table-adeguamento_WI tr td {
	padding: 0px;
}

.dropdown-menu::before {
	all: revert;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
  transition: 0.3s !important;
  border-radius: 5px !important; /* 5px rounded corners */
}

#avatarDesktop.navbar_adeguamento_WI>li.user-not-logged>a.btn {
	min-width: 146px;
}

#navHeader{
	min-height: 2.7rem;
}

#ul_navigation{
		flex-direction: column!important;
	}
	
#avatarDesktop.navbar_adeguamento_WI>li.user-not-logged {
	margin-left: -5px !important;
}

.table td, .table th {
	border: none;
}

.custom-panel {
	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #49535d !important;
}

h2.footerTitle {
	color: white !important;
}

.custom-panel-static {
	width: 2rem;
	height: 2rem;
	position: relative;
}

.fontawesome-icons-header {
	height: 1.3rem;
}

.btn-action {
	height: 2.5em;
	padding-top: 0.5em ! important;
}

.divider {
	width: 100%;
	border: 0.5rem solid #005980;
}

.fontawesome-icons {
	background-color: #007db3;
	height: 2rem !important;
}

.esiti-icons {
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: bottom;
}

h5 {
	font-size: 1rem !important;
}

.btn.btn-primary:not(a) {
	border-radius: 5px !important;
}

.center-img-btn {
	padding: 0.3rem !important;
}

.wrapper.container {
	max-width: 100% !important;
}

.wrapper.container table td {
	padding: revert;
	font-size: 18px;
}

.wrapper.container *:not(span) {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
	font-size: initial;
	vertical-align: revert;
}

.wrapper.container h5 {
	font-size: x-large !important;
}

.test-docs {
	z-index: 1;
}

.login-btn-cst {
	display: block;
	text-align: center;
	min-width: 15rem;
	height: 3rem;
	margin-top: 10px;
}

.noSpanPadding {
	padding-top: 45px !important;
}

ul.footer-list.link-list.clearfix {
	text-align: left;
}

/*.webidentity .footer {
	padding:0px!important;
	}*/
/* 	margin:revert; */
/* 	padding:revert; */
/*FINE ADEGUAMENTO WEB IDENTITY*/
.row_disabled {
	font-weight: 600;
	color: darkgray !important;
}

.w50 {
	width: 50%;
}
.w60 {
	width: 663px;
}

.sfondo-warning {
	background-color: #ff9900 !important;
}
.text-warning-cst {
	color: #ff9900 !important;
    font-weight: 800;
    font-size: 1.5rem;
}

.bottom-fix {
	width: 50%;
}

/* .docs-italia {
	font-weight: 600;
} */

.tr50 {
	height: 50px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: relative;
	top: 40%;
	left: 45%;
}

.background-loader {
    position: absolute;
	opacity: 0.2;
	background-color: currentColor;
	content: "";
	width: 100%;
	height: 100vh;
	left: 0;
	z-index: 100000;
}

.modal-backdrop.show {
    opacity: 0.2 !important;
}

@keyframes spin { 
	0% {
	transform: rotate(0deg);
	}
	
	100%{
	transform:
 		rotate(360deg);
		}
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}

.color-white {
	color: white !important;
}

.color-black {
	color: black !important;
}

header {
	z-index: 1000;
}

table {
	font-size: 15px;
	font-weight: bold;
}

.table td {
	text-align: center;
	color: #49535d;
}

tr {
	text-align: center;
}

th {
	text-align: center;
	color: white;
	background-color: #007db3;
}

#dropdownMenuButton::after {
	display: none;
}

button:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.label-warning[href], .badge-warning[href] {
	background-color: #c67605;
}

#lblCartCount {
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	vertical-align: top;
	margin-left: -12px;
	margin-top: 0px;
}

b {
	display: block;
}

label {
	display: block;
}

#dati_conduttore {
	margin: 0 10% 0, 10%;
}

ul {
	text-align: justify;
}

.list-group-item.active {
	background-color: #007db3;
}

.list-group-item-cst.active {
	background-color: transparent !important;
}

.center-btn-sm {
	position: relative;
    right: 0.4rem;
}

.content-dialog {
	text-align: left;
	padding: 1rem 1.25rem;
}

.title-align {
	text-align: left;
}

.list-group-item {
	font-size: 16px !important;
}

.btn-primary {
	background-color: #007db3;
}

.primary-bg-a7 {
	background-color: #005980 !important;
}

.sis-pagopa {
	background-color: #007db3 !important;
}

.btn-primary:disabled {
	background-color: #007db3;
}

.font-size-panel {
	font-size: x-large;
}

hr.solid {
	border-top: 3px solid #bbb;
	clear: both;
}

.solid-white {
	border-top: 3px solid #fff;
}

#titolare_icon, #dettaglio_pratica_icon, #utente_icon, #utente_up_icon,
	#titolare_up_icon, #dettaglio_pratica_up_icon, #legenda_icon, #legenda_up_icon {
	padding-top: 12px;
}

.mw-40 {
	min-width: 32%;
}
.page-item{
	width: 1em;
	}
	
.page-link{
	min-width: 4rem !important;
	max-width: 4rem !important;
}	
li.page-pratiche>a.page-link {
    min-width: 16px !important;
    max-width: 16px !important;
}	
li.page-dettaglio>a.page-link {
    min-width: 16px !important;
    max-width: 16px !important;
}	
span.page-ricerca>.page-link {
    min-width: 16px !important;
    max-width: 16px !important;
}

.page-disabled {
	color: #c2c7cc !important;
}
	
.prev-dettaglio{
	width: 3rem;
}

.next-dettaglio{
	margin-left: 2rem !important;
    width: 3rem;
}

.titoloColor{
		color: white !important
}
.prev{
	margin-right:  4rem !important;
}

.next{
	margin-left: 0.5rem;
}

#pratiche_paginator{
	margin: 0px;
   	border-radius: 0px;
   	padding-right: 1.7rem;

	}
	
#legenda {
		padding-left: 3% !important;
	}
	
.hide_button{
	display: none !important;
}

/* Barra di navigazione */
#ul_navigation {
	flex-direction: revert !important;
}

.header .nav-item:not(.nav-text):not(.nav-item--no-underline).active,
	.header .nav-item:not(.nav-text):not(.nav-item--no-underline):hover {
	border-left: 0;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 4px solid #fff;
}
/* ---------------------------------------- */

.modal-title{
	font-size: 1.3rem !important;
	
}

.title-dett-causale{
    padding: 0.4rem !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.list-group-item-body{
	padding: 0.3rem 0.4rem 0.1rem 0.4rem !important;
}

.modal-body {
	padding: 15px 24px 0 !important;
}

.modal-footer{
	  padding-top: 0px !important;
}  

.title-style-flg{
	text-align: left;	
}

/* Errore Sessione*/
.messaggio-errore-sessione {
  display: inherit;
  padding-left: 2%;
  background-color: #FFF;
  border-color: #004766;
  margin-top: 6%;
  width: 56%;
  flex-direction: column;
  border: 1px solid;
  border-radius: 10px;
  padding-bottom: 19px;
  justify-content: left;
  gap: -3px;
  box-shadow: 3px 3px;
}
	
@media only screen and (max-width: 1000px) {
	.mw-57 {
		min-width: auto;
	}
	.prev{
		margin-right:  2rem !important;
	}
	
	.filters {
		padding-left: 4% !important;
	}
	
	#notifica_cf {
	    display: block !important;
   		width: calc(100% - 2rem) !important;
    	right: 1rem !important;
    	min-width: 0 !important;
	
	}
	
	#notifica_cf_login {
	  display: block !important;
   		width: calc(100% - 2rem) !important;
    	right: 1rem !important;
    	min-width: 0 !important;
	}
	
	.next{
		margin-left: 0.8rem;
	}
	
	.page-link{
		min-width: 2rem !important;
		max-width: 2rem !important;
	}
	
	.center-mobile-image {
		padding: 7px 17px !important;
    	font-size: 14px !important;
    	line-height: 1.45;
	}
	
	li.page-pratiche>a.page-link {
   	 min-width: 16px !important;
   	 max-width: 16px !important;
	}
	li.page-dettaglio>a.page-link {
    min-width: 16px !important;
    max-width: 16px !important;
}		
	#pratiche_paginator{
		margin: 0 0.4rem 0 0.4rem !important;
   		border-radius: 0px;
   		padding-right: 0.7rem;

	}
	#bollettini_paginator{
		margin: 0 0.4rem 0 0.4rem !important;
   		border-radius: 0px;
   		padding-right: 0.7rem;

	}
	#pagamenti_effettuati_paginator{
	    margin: 0 0.4rem 0 0.4rem;
    	border-radius: 0px;
    	padding-right: 0.7rem;
	}
	#lbl_bollettini_vuoti{
		padding: 0 !important;
	
	}
	
	.align_button_carrello {
		margin: 0rem 0.5rem 0.5rem 0.5rem !important;
		padding: 0.5rem !important;
		line-height: 0.9rem !important;
	}
	.conferma_paga_online {
		padding: 0.2rem !important;
	}
	#cerca_pagamenti_button{
		margin-top: 0.5rem !important;
	}
	.list-group-item-body {
		padding: 0.3rem 0.4rem 0.1rem 0.4rem !important;
		
	}
	#titolo_descrzione_modale {
		font-size: 1rem !important;
		
	}
	#lbl_codice_fondo {
		display: none;
	}
	#lbl_numero_domanda {
		display: none;
	}
	#lbl_codice_fondo_mobile {
		display: block !important;
	}
	#lbl_numero_domanda_mobile {
		display: block !important;
	}

	.modal-body {
	
		padding: 15px 24px 0 !important;
	}
	.modal-footer{
	
	  padding-top: 0px !important;
	}  
	#lbl_codice_fiscale {
		display: none;
	}
	#lbl_codice_fiscale_mobile {
		display: block !important;
	}
	

	#cod_avviso_desktop{
		display: none !important;
	}
	
	#cod_avviso_mobile{
		display: block !important;
	}
	#cod_inps_desktop{
		display: none !important;
	}
	
	#cod_inps_mobile{
		display: block !important;
	}
	#modalita_pagamento_desktop{
		display: none !important;
	}
	
	#modalita_pagamento_mobile{
		display: block !important;
	}
	
	#data_pagamento_desktop{
		display: none !important;
	}
	
	#data_pagamento_mobile{
		display: block !important;
		height: 60px;
	}
	
	.text-mobile{
		color: #49535d !important;
	}
	.causale {
		font-size: x-small !important;
	}
	.pagination .page-item {
		margin-right: 0px;
		
	}
	
	.precedente {
		font-size: 0.7rem  !important;
	}
	.successiva {
		font-size: 0.7rem  !important;
	}
	.page-link {
		font-size: xx-small;
	}
	.login-btn-cst {
 		 display: block;
  		text-align: auto;
  		min-width: auto;
  		min-height: 5rem;
 		 margin-top: auto;
}
	#importoDaVersare {
		max-width: 155px;
	}
	#importoMinimo {
		text-align: center !important;
	}
	#annoDiRiferimento {
		padding: 0;
		text-align: center;
	}
	#ul_navigation {
		flex-direction: column !important;
	}
	.dash {
		display: none;
	}
	tr {
		height: auto;
	}
	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody,
		#no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}
	.w75 {
		width: 75%;
	}
	.bottom-fix {
		width: 100%;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 43%;
		display: flex;
    	align-items: center;
    	width: 100% !important;
    	justify-content: center;
    	overflow-x: auto;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
		white-space: break-spaces;
	}
	#lblCartCount {
		margin-left: -8px;
		margin-top: 0px;
	}
	.nav-item {
		padding-left: 5%;
		text-align: left !important;
	}
	.carrello_nav_button {
		padding-left: 0px !important;
	}
	.user_nav_button {
		padding-left: 0px !important;
	}
	.tr50 {
		height: auto !important;
	}
	
	.modal-title{
		font-size: 1.3rem !important;
	
	}

	.title-dett-causale{
    	padding: 0.4rem !important;
    	font-size: 14px !important;
    	font-weight: 600 !important;
	}
} /*mobile*/

@media only screen and (max-width: 600px) {
	
	#annulla_carrello{
		display: none;
	}
	#paga_online{
		display: none;
	}
	#annulla_carrello_mobile{
		display: block !important;
	}
	#paga_online_mobile{
		display: block !important;
	}
	#svuota_carrello{
		display: none;
	}
	#conferma_carrello{
		display: none;
	}
	
	#svuota_carrello_mobile{
		display: block !important;
	}
	#conferma_carrello_mobile{
		display: block !important;
	}

	.pagination > .page-item:not(.prev, .next) {
    	margin-right: 0px;
	}
	
	.loader {
		position:sticky !important;
		left:32% !important;
	}
	
}
.container-fluid--desktop {
	max-width: none !important;
}

.navbar-toggler {
	position: absolute;
	right: 0;
}

.nav-item {
	text-align: center;
	height: 2.6rem;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: rgb(255, 255, 255);
 color: #49535d !important;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
 background-color: rgb(246, 247, 249);
 color: #49535d !important;
}

@media only screen and (max-width: 991px) {
	#cerca_pagamenti_button{
		float: right;
	}
}

@media only screen and (min-width: 1251px) {
	.filters {
		padding-left: 2% !important;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1250px) {
	.filters {
		padding-left: 3% !important;
	}
}
@media only screen and (min-width: 400px) and (max-width: 1000px) {
	#legenda {
		justify-content: left !important;
	}
}
@media only screen and (max-width: 403px) {
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 43%;
		display: flex;
    	align-items: center;
    	width: 100% !important;
    	justify-content: center;
    	font-size: 15px; /* ottimale per cellulari di piccola dimensione */
		overflow-x: auto
	}
	
	#login_btn {
		width: min-content;
	}
	
	.row-height {
		height: 60px;
	}
}

@media only screen and (max-width: 329px) {
	#num_pratica, #data_estinzione {
		height: 60px;
	}
	#btn_carrello {
		display: grid !important;
	}
}

@media only screen and (max-width: 285px) {
	#stato_pratica {
		height: 60px;
	}

	#tipo_prestito {
		height: 60px;
	}
}

@media only screen and (max-width: 313px) {
	#data_scadenza {
		height: 60px;
	}
	#cf_titolare {
		height: 60px;
	}
	#titolo_descrzione_modale {
		height: fit-content !important;
	}
}

@media only screen and (max-width: 530px) {
	#desc_pagamento {
		height: 60px;
	}
}

@media only screen and (min-width: 404px) and (max-width: 427px) {
	#num_domanda {
		height: 60px;
	}
}

@media only screen and (max-width: 369px) {
	#num_domanda {
		height: 60px;
	}
}

@media only screen and (max-width: 360px) {
	#totaleCarrello {
		height: 60px;
	}
}