/* ---
// --- Aggiunte/Modifiche al template - 2019 - InfoCom/R!
*/

/* --- Tabella per l'impaginazione dei CheckBox Sconti {Vista/Modifica/Inserimento} --- */
table.ScontiCHKTable,
table.ScontiCHKTable th {
	all : unset !important ;
}

table.ScontiCHKTable {
	background-color: #ffc;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	}

table.ScontiCHKTable td {
/*	border : 1px solid black ; */
	padding : 2px 2px ;
	}

table.ScontiCHKTable th {
/*	border : 1px solid red ; */
/*	font-size : 1.2em ;*/
/*	height : 2px ; */
	text-align : center ; 
/*	color : #00c ;
	background-color : #cfc ;*/
	}
/* --- FINE - Tabella per l'impaginazione dei CheckBox Sconti {Vista/Modifica/Inserimento} --- */

/* --- Tabella per l'impaginazione Storico CB --- */
/*table.CliGestPresCBTable, 
table.CliGestPresCBTable tr, 
table.CliGestPresCBTable th, 
table.CliGestPresCBTable td {
	all : unset ;
	}
*/
table.CliGestPresCBTable {
/*	background-color: #ffc ;*/
/*	margin: 0px;*/
/*	padding: 0px;*/
/*	width: 100%;*/
/*	text-align: left;*/
	border : 1px solid #000 ; 
	}

table.CliGestPresCBTable th {
/*	border : 1px solid red ; */
/*	font-size : 1.2em ;*/
/*	height : 2px ; */
	text-align : center ; 
	border-bottom : 1px solid #000 ;
	border-right : 1px solid #ddd ;
	height : auto ;
/*	color : #00c ;
	background-color : #cfc ;*/
	}

table.CliGestPresCBTable td {
/*	border : 1px solid black ; */
/*	padding : 2px 2px ;*/
	text-align : center ;
	color : #080 ;
	font-weight : bold ; 
	border-bottom : 1px solid #000 ;
	border-right : 1px solid #ddd ;
	height : auto ;
/*	background-color : #cfc ; */
	}
	table.CliGestPresCBTable td span {
	/*	font-size : 22px ;*/
		}
	table.CliGestPresCBTable td.right {
	/*	border : 1px solid black ; */
	/*	padding : 2px 2px ; */
		text-align : right ; 
		font-size : inherit ;
		color : #000 ;
		height : auto ;
		}
/* --- FINE - Tabella per l'impaginazione Storico CB --- */


/* modifiche per webphone sidial */
.iframe-container {
	display: flex;
}
.webphone_logo {
	width: 30px;
	height: 30px;
}
.open_close_wp{
	min-height: 60px;
	padding-top: 20px;
}
.open_close_wp > button {
	margin-left: 1rem;
	border: none;
	background-color: transparent;
}
