@keyframes blinker {
	50% {
		opacity: 0.3;
	}
}


#portal-top {
	display: none;
}

#portal-top-placeholder {
	display: none;
}

.QDISP_old {
	display: inline-block;
}

.QDISP_new {
	display: none;
}

svg.svg .st0_icon_home {
	fill: #2a2a83;
	fill: var(--default-color-icon-st0);
}

svg.svg .st1_icon_home {
	fill: #006eb9;
	fill: var(--defalut-color-icon-st1);
}

svg.svg .white {
	fill: #fff !important;
}

.stN_icon_home {
	fill: none !important;
}

/* DEFAULT */
.gruppo {
	margin-left: 0;
	margin-right: 0;
}

/* background bianco per tutte le altre pagine */


body.sw-abb,
body.sw-acc,
body.sw-agenda,
body.sw-lst,
body.sw-agente,
body.sw-attivazioni,
body.sw-bolle,
body.sw-certconf,
body.sw-comuni,
body.sw-cruscotto,
body.sw-epc,
body.sw-forum,
body.sw-garanzie,
body.sw-magazzino,
body.sw-ordini,
body.sw-preventivi,
body.sw-ricambi,
body.sw-tagliandi,
body.sw-utenti,
body.sw-veicoli,
body.sw-vendite {
	background: #fff !important;
	/* overflow-y: scroll; */
}

body.sw-abb .cella,
body.sw-acc .cella {
	height: 380px !important;
	margin-bottom: 10px;
}

body.sw-ordini .SW_CVETT {
	display: none;
}

body.sw-ordini .SW_CPAGA {
	display: none;
}

/*Nascondo per tutti la possibilità delle stampe sulle bolle*/
.sw-ordini .SW_Spedizioni #btn_StampaTR {
	display: none;
}

body.sw-acc .img-thumbnail,
body.sw-abb .img-thumbnail,
body #frm_articolo div#content_foto img.img-responsive.img-thumbnail {
	max-height: 200px;
	max-width: 100%;
	display: inline-block;
	height: auto;
	cursor: zoom-in;
	width: auto;
}

body.sw-abb #catalogo_sel_img.img-thumbnail,
body #frm_articolo div#content_foto img.img-responsive.img-thumbnail,
body.sw-acc #catalogo_sel_img.img-thumbnail {
	max-height: 100%;
}

body.sw-epc:not(.sw-acc):not(.sw-abb) .cella .thumbnail.zoom .img-thumbnail {
	width: auto;
	height: 200px;
	max-width: 100%;
	display: inline-block;
	margin: auto;
}

body.sw-epc:not(.sw-acc):not(.sw-abb) .foto_prodotto.img-thumbnail {
	left: 0.625em !important;
	top: 0.7em !important;
	max-width: 15em;
	height: auto;
	width: auto;
}

body.sw-acc .foto,
body.sw-abb .foto {
	max-height: 200px;
	max-width: 100%;
	cursor: pointer;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	overflow: hidden;
	height: 200px;
}

body.sw-acc .thumbnail,
body.sw-abb .thumbnail {
	padding: 2px;
	float: left;
	width: 100% !important;
}

body.sw-acc .codice,
body.sw-abb .codice {
	padding-bottom: 0px !important;
	padding-top: 1px !important;
	background: transparent;
	word-break: break-word;
	box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 10%);

}

.titolo_gruppo {
	font-size: 1.5em;
	padding-left: 30px !important;
}


.des_note {
	width: 100%;
	height: 80px;
	max-height: 80px;
	overflow-y: auto;
}

.btn-extra-info,
.btn-extra-allegati {
	cursor: pointer;
}

table#abb_sel_dettaglio {
	border-collapse: separate;
	border-spacing: 0px 8px;
}

#abb_sel_prezzo {}

#abb_sel_prezzo_iva {}

#abb_sel_qta {
	width: 60px;
	text-align: right;
	height: 25px;
}

#abb_sel_note {
	width: 100%;
	height: 25px;
}

#abb_sel_img {
	cursor: zoom-in;
	max-height: 100% !important;
}

.lst_car li {
	list-style-type: none;

}

.lst_car {
	display: flex;
	padding-inline-start: 15px;
}

body.sw-accounts.sw-int input,
body[class*="-accounts-login"] input {
	text-transform: unset !important;
}

body.sw-int input {
	text-transform: uppercase;
}

body.sw-int input.form-control,
body.sw-int select {
	padding: 6px 8px;
}

textarea.form-control {
	resize: vertical;
	width: 100% !important;
}

#id_search {
	width: 80px;
}

.SWgrid_image {
	width: 24px;
}

body.sw-tagliandi.sw-righe.sw-tagliandi-righe .SWgrid_image.svg,
.SWgrid_image.svg {
	width: 40px;
}

.SWdata-label,
.SW-Label {
	color: #69B1D9;
}

.attiva-logo,
.prev-logo,
.tag-logo {
	padding: 0;
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
}

.field_needed {
	text-decoration: underline;
}

.col-align-right, 
table.dataTable tfoot th.col-align-right, 
table.dataTable tfoot td.col-align-right {
	text-align: right;
}

/* cambio aspetto icona stato articolo per gli ordini VALIDA PER TUTTI I CLIENTI*/
.stato_articolo i {
	font-size: 32px;
}

#articoli-table .stato_articolo i {
	font-size: 24px;
}

#frm_articolo .col-sm-1 .stato_articolo i {
	line-height: 28px;
}

#frm_articolo .stato_articolo i {
	line-height: 28px;
	margin-left: 10px;
}

/* stato articolo ORDINABILE e NON-ORDINABILE */
.stato_articolo i.fa.fa-lock {
	color: #d9534f;
}

.stato_articolo i.fa.fa-unlock {
	color: #5cb85c;
}

input[name="statoOrdinabilita"],
input.statoOrdinabilita {
	font-weight: 600 !important;
}

input[name="statoOrdinabilitaAcc"],
input.statoOrdinabilita {
	font-weight: 600 !important;
}

/* nascondo lo stato dell'articolo semplicemente rendendo di livello superiore grazie a Z-INDEX e position assoluto l'ultimo stato
utile se si inseriscono più articoli */
#stato_articolo .stato_articolo {
	position: absolute;
	background: #fff;
	width: 55px;
	top: 0px;
}

#stato_articolo .stato_articolo:last-child() {
	z-index: 9999;
}

/* modifica header tabs */
.nav>li>a {
	padding: 15px;
}

.nav-tabs {
	border-bottom: 0px !important;
}

body.sw-HOME .navbar-default .navbar-nav>li>a,
body.sw-setlang .navbar-default .navbar-nav>li>a {
	line-height: 35px !important;
}

body form#NewTagFormTag span.input-group-btn button.btn.btn-default {
	padding-bottom: 3px;
	padding-top: 5px;
}

/* EPC */
.group_cell.mark_varianti,
.mark_varianti {
	background: orange !important;
	font-weight: bold !important;
}

.group_cell.verde_varianti,
.verde_varianti {
	background: #79e6a8 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: rgba(0, 0, 0, .02) !important;
}


/* demo */
li.dropdown.form_lingua ul.dropdown-menu li form a {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	display: inline-block;
}

li.dropdown.form_lingua ul.dropdown-menu {
	padding: 0px !important;
}

li.dropdown.form_lingua ul.dropdown-menu li form a:hover,
li.dropdown.form_lingua ul.dropdown-menu li form a:focus {
	background: #eee;
}

li.dropdown.form_lingua ul.dropdown-menu li form a img {
	margin: 2px 5px 2px 10px;
}

li.dropdown.form_lingua ul.dropdown-menu li form a span {
	padding: 2px 0px 2px 10px;
}

.SW_SISTER {
	display: none;
}

.ui-jqgrid .ui-state-highlight {
	background: #CCE0FF;
}

.no-close .ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-autocomplete-loading {
	background: white url('../images/ajaxbusy.gif') right center no-repeat;
}

.field_error input {
	background: #FEF1EC;
	color: red;
	border: 1px solid #CD0A0A;
}

.field_error textarea {
	background: #FEF1EC;
	color: red;
	border: 1px solid #CD0A0A;
}

.field_error select.field_error select {
	background: #FEF1EC;
	color: red;
	border: 1px solid #CD0A0A;
}

.field_required input {
	background: #FFFFEB;
}

.field_required textarea {
	background: #FFFFEB;
}

.field_required select {
	background: #FFFFEB;
}

input.swupper {
	text-transform: uppercase !important;
}

.logo-riga {
	width: 100px;
}


/* carrelli ------------ */
.modal.modal-wide .modal-dialog {
	width: 80%;
}

.modal-wide .modal-body {
	overflow-y: auto;
}

.SW_IVA_RIGHT, 
table.dataTable tfoot th.SW_IVA_RIGHT, 
table.dataTable tfoot td.SW_IVA_RIGHT {
	text-align: right;
}

.SW_TXDISP_CAR {
	display: none !important;
}

/* end carrelli */

.captionInside {
	text-align: center;
}

.box_div {
	border: 1px solid black;
	background-color: #bfbfbf;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 0px
}

.epc-li-logo {
	padding: 0;
	display: inline-block;
	width: 140px;
	height: 30px;
	text-align: center;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	white-space: nowrap;
	cursor: pointer;
}


table.dataTable tbody tr.odd {
	background-color: #f9f9f9;
}

table.dataTable tbody tr.selected {
	background-color: #b0bed9;
}

td.tag-control {
	background: url('../images/uncheck20.png') no-repeat center center;
	cursor: pointer;
}

tr.selected td.tag-control {
	background: url('../images/check20.png') no-repeat center center;
}

td.details-control,
td.show_righe {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control,
tr.shown td.show_righe {
	background: url('../images/details_close.png') no-repeat center center;
}

.dataTables_info,
.pager,
.dataTables_filter {
	display: none;
}

.table-logo {
	padding: 0;
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
}

table#acc_sel_dettaglio {
	border-collapse: separate;
	border-spacing: 0px 8px;
}

#acc_sel_prezzo {}

#acc_sel_prezzo_iva {}

#acc_sel_qta {
	width: 60px;
	text-align: right;
	height: 25px;
}

#acc_sel_note {
	width: 100%;
	height: 25px;
}

#acc_sel_img {
	cursor: zoom-in;
	max-height: 100% !important;
}

/**THE SAME CSS IS USED IN ALL 3 DEMOS**/
/**gallery margins**/
div.gallery {
	margin-left: 3vw;
	margin-right: 3vw;
}

body.sw-epc:not(.sw-acc):not(.sw-abb) .zoom {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.img-thumbnail,
body.sw-epc:not(.sw-acc):not(.sw-abb) .img-thumbnail {
	display: inline-block;
	max-width: inherit;
	width: 100%;
	height: 100%;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 0px !important;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

#img_zforn {
	width: auto !important
}

.zoom:hover,
.zoom:active,
.zoom:focus {
	/**adjust scale to desired size,
	add browser prefixes**/
	-ms-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
	position: relative;
	z-index: 100;
}

/**To keep upscaled images visible on mobile,
increase left & right margins a bit**/
@media only screen and (max-width: 768px) {
	div.gallery {
		margin-left: 15vw;
		margin-right: 15vw;
	}

	/**TIP: Easy escape for touch screens,
	give gallery's parent container a cursor: pointer.**/
	.DivName {
		cursor: pointer
	}
}

.SW_PCODE {
	display: none;
}

.garanzia-scaduta {
	color: #ff3333;
}

.garanzia-logo {
	padding: 0;
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
}

.profile-img {
	margin: 0 auto 10px;
	display: block;
}

body.sw-HOME,
body.sw-setlang.sw-int,
body.sw-accounts-login {
	background: url('../images/menu_bg.jpg') no-repeat fixed center top / cover #000;
}

.form-signin {
	width: 390px;
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin label {
	width: 100px;
}

.account-wall {
	margin-top: 20px;
	padding: 40px 0px 5px 0px;
	background-color: rgba(228, 228, 228, 0.8);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.login-title {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	display: block;
}


#browser_error {
	display: none;
	color: red;
	align: center;
}



#poweredby {
	height: 50px;
	position: absolute;
	top: 5px;
	right: 0px;
}


body.sw-magazzino .SWgrid_image {
	width: 30px;
}

.SW_ZFORNT,
.SW_TXDISP,
.SW_LabelNOTX {
	display: none;
}

.fa-warning.SW_LabelNOTX {
	display: none;
}

.ordine-logo {
	padding: 0;
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: center;
}

#ui-nav {
	padding: 1px 1px;
	height: 32px;
}

#ui-nav a {
	float: left;
}

.SW_BO_SAEP {
	text-align: right;
	display: none;
}

.SW_BO_UINSR {
	display: none;
}

.SW_TXBO,
#backorder-table_wrapper .SW_CCAUS,
#backorder-table_wrapper .SW_UORDI,
#DIVUPRCO,
.SW_QEVASR,
.SW_DSPED,
.SW_UPRCOR,
.SW_ORDRISP,
.SW_NDRFO,
.SW_NOTE {
	display: none;
}

/*Etichetta ordine urgente*/
.SW_OURGE {
	display: none;
	font-weight: bolder;
}

.foto_prodotto {
	left: 0.625em;
	top: 0.7em;
	max-width: 15em;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	cursor: zoom-in;
}

.SW_EPC_CIL_RIGHT,
table.dataTable tfoot th.SW_EPC_CIL_RIGHT, 
table.dataTable tfoot td.SW_EPC_CIL_RIGHT {
	text-align: right;
}

.SW_EPC_FOTO_CENTER {
	text-align: center;
}

body.sw-acc .thumbnail .panel-footer a i,
body.sw-abb .thumbnail .panel-footer a i {
	font-size: 16px;
	width: 16px;
	line-height: 20px;
}


body.sw-epc:not(.sw-acc):not(.sw-abb) .thumbnail {
	padding: 2px;
	cursor: pointer;
	margin: 0px;
	background: #eee;
}

body.sw-epc:not(.sw-acc):not(.sw-abb) .thumbnail.zoom .panel-footer {
	border-top: 0px;
}


body.sw-epc:not(.sw-acc):not(.sw-abb) .cella {
	height: 245px;
	max-width: 260px;
}

.pre_tav {
	font-size: 12px;
	border: none;
	margin-bottom: 0;
	white-space: nowrap;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;

}

#container {
	width: auto;
}

#wrapper {
	overflow: auto;
	width: 1024px;
	height: auto;
}

#container,
#edtiva,
#edtqta,
#edtqtam,
#edtprezzo,
#edtprzh,
#edtprezzo_iva,
#edtprzscon,
#edtprzsconVAT,
#edtprzscl,
#edt_netto,
#edt_sconto,
#edt_ScontoNetto,
#edt_ScontoPerc {
	text-align: right;
}

#edt_tot_prev,
#edt_tot_prev_iva {
	text-align: right;
	font-weight: bold;
}

#edt_tot_prev_scon,
#edt_tot_prev_scon_iva {
	text-align: right;
	font-weight: bold;
	color: #a94442;
}

#div_articolo .form-group,
#blocco_articolo .form-group {
	margin-bottom: 5px;
}

#div_articolo .modal-body {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.SWdata-label {
	color: #69B1D9;
}

body .modal-footer .control-label {
	text-align: right !important;
}

body .form-group.row .control-label {
	text-align: left !important;
}

input#zforn {
	width: 50px;
}

input#carti,
#cart0,
input#desc,
input#variante {
	width: 70%;
}

input#iva {
	width: 60px;
	text-align: right;
}

input#fascia {
	width: 60px;
}

input#stato {
	width: 50px;
}

input#prezzo {
	width: 90px;
	text-align: right;
}

input#prezzo_iva {
	width: 90px;
	text-align: right;
}

input#qminord,
input#qconf,
input#qta,
input#qproposta {
	width: 60px;
	text-align: right;
}

input#note {
	width: 70%;
}

button#data_dispo {
	visibility: hidden;
	width: 40px;
}

span#dispo {
	padding-bottom: 6px;
	padding-top: 6px;
	display: none;
}

.dispoMessage {
	display: inline-block;
	vertical-align: middle;
}

.rowNonOrdinabile td {
	color: rgb(173, 19, 15);
}

#varianti-table .rowNonOrdinabile td {
	text-decoration: none;
}

#varianti-table .rowNonOrdinabile td.SW_CODICE_ARTICOLO {
	color: rgb(173, 19, 15);
}

.FAGGI_col {
	display: none;
}

div#selcolore {
	padding-left: 0px;
}

.SW_TAG_RIGA {
	display: none;
}

.SW_TAG_DDOCU_LARGE {
	max-width: 1150px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.SW_TAG_DDOCU {
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}


.datatableSmall {
	display: block;
	font-size: 75%;
	color: #888;
}


.tooltip-nota .tooltip-arrow {
	border-top-color: var(--default-button-color) !important;
	transition: transform 0.3s ease-in-out;
	display: none;
}

.tooltip-nota.tooltip.top {
	margin-top: 0px;
}

.tooltip-nota .tooltip-inner {
	background-color: #ffffff;
	border: none;
	color: #000000;
	padding: 10px;
	max-width: 350px;
	font-size: 14px;
	word-wrap: break-word;
	text-align: left;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}


.tooltip-nota .tooltip-body {
	margin-top: 5px;
}


.tooltip-nota .tooltip-header {
	font-weight: bold;
	color: #333333;
}





body.sw-vendite .SWgrid_image {
	width: 30px;
}


.box {
	height: auto;
	/* before but it doesn,t work 600px;*/
	margin-top: 10px;
	left: 8%;
	position: absolute;
}


.spotlightWrapper ul {
	list-style-type: none;
	/* remove the default style for list items (the circles) */
	margin: 0px;
	/* remove default margin */
	padding: 0px;
	/* remove default padding */

}

.spotlightWrapper ul li {
	float: left;
	/* important: left float */
	position: relative;
	/* so we can use top and left positioning */
	transition: color 0.35s, background-color 0.35s, transform 0.35s ease-in-out;
}

.spotlightWrapper ul li a svg {
	/*width:200px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
	position: relative;
	/* so we can use top and left positioning */
	border: none;
	/* remove the default blue border */
	width: 100%;
	margin: 9% auto;
	opacity: 0.6;
	transition: inherit;
}

.spotlightWrapper ul li a .caption {
	transition: inherit;
}

.spotlightWrapper ul li a {
	background: rgba(255, 255, 255, 0.6);
	display: block;
	width: 100%;
	height: 100%;
	transition: inherit;
}

.spotlightWrapper ul li:focus,
.spotlightWrapper ul li:hover {
	z-index: 3000;
	opacity: 1;
}

.spotlightWrapper ul li:hover a,
.spotlightWrapper ul li:focus a {
	background: rgba(255, 255, 255, 1);
	z-index: 3000;
	/* show it on top of the other images (they have z-index 0) */
}

.spotlightWrapper ul li:hover a svg,
.spotlightWrapper ul li:focus a svg {
	opacity: 1;
	transform: scale(1.15);
	transform-origin: 50%;
}

.spotlightWrapper ul li:hover .caption,
.spotlightWrapper ul li:focus .caption {
	background: rgb(255, 30, 0);
	opacity: 3000;
}


body.sw-HOME .caption,
body.sw-setlang.sw-int .caption {
	position: absolute;
	/* needed for positioning */
	bottom: 0px;
	/* bottom of the list item (container) */
	left: 0px;
	/* start from left of the list item (container) */
	width: 100%;
	/* stretch to the whole width of container */
	/*display:none; /* hide by default */
	/* styling bellow */
	/*background:#6d6d6d;*/
	background: rgba(0, 0, 0, 0.7);
	color: white;
	opacity: 0.7;
}

body.sw-HOME .caption .captionInside,
body.sw-setlang.sw-int .caption .captionInside {
	/* just styling */
	padding: 5px;
	margin: 0px;
}

.clear {
	clear: both;
}

/* to clear the float after the last item */

#div_piede {
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: white;
	width: 100%;
	position: fixed;

	bottom: 0px;
	font-size: 10px;
	font-family: verdana;

}

.p_titolo {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: 'georgia';
	font-size: 18px;
	/*color:rgba(0,0,0,0.5);*/
	color: rgba(0, 0, 0, 0.5);
	float: left;
}

.div_gruppo {
	display: block;
}

.ul_gruppo {
	/*border-top: 2px solid rgba(0,0,0,0.1);*/
	border-top: 2px solid #004685;
	border-top: 2px solid var(--default-border-color);
	margin-top: 0px;
	float: left;
	width: 100%;
	height: auto;
}

.ul_gruppo li {
	margin: 10px 4px 10px 0px;
	height: auto;
}

.ul_lista {
	height: auto;
}

.li_lista {
	overflow: auto;
	height: auto;

	display: block;
	list-style: none;
}

div.input-group.date button.btn.btn-default {
	padding-bottom: 4px;
	padding-top: 4px;
}

.no_autorizza {
	display: none;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 2px !important;
}

.sw-garanzie-new-righe .timesFieldsContainer,
.sw-garanzie-new-c_righe .timesFieldsContainer,
.sw-garanzie-new-c_righe .LMANO-container,
.sw-garanzie-new-righe .LMANO-container {
	display: none;
}

.sw-garanzie-new-righe .operationCodeContainerRow,
.sw-garanzie-new-righe .problemCodeContainerRow,
.sw-garanzie-new-righe .groupCodeContainerRow,
.sw-garanzie-new-righe .modelCodeContainerRow,
.sw-garanzie-new-c_righe .operationCodeContainerRow,
.sw-garanzie-new-c_righe .problemCodeContainerRow,
.sw-garanzie-new-c_righe .groupCodeContainerRow,
.sw-garanzie-new-c_righe .modelCodeContainerRow {
	visibility: hidden;
}

.sw-garanzie-new-righe .groupProblemCodeContainerRow,
.sw-garanzie-new-c_righe .groupProblemCodeContainerRow {
	display: none;
}

body.sw-c_garanzie .SW_btn_exportGara {
	display: none !important;
}

body.sw-garanzie .SW_FOTOGAR_TABLE_COL {
	display: none;
}

body.sw-garanzie form#garanziaForm .panel-body #message_telaio p,
.sw-cruscotto-garanzie #message_telaio p {
	font-size: 22px;
	color: red;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
	border: 2px solid red;
	padding: 5px 10px;
}

body.sw-acc .modal {
	top: 0px !important;
}

.modal-body .ms-container {
	width: 100%;
}

body.sw-acc .add_acc,
body.sw-abb .add_abb,
body.sw-abb .btn_element,
body.sw-acc .btn_element {
	display: none;
}

body.sw-acc.HasConsole .add_acc,
body.sw-acc.HasConsole .btn_element,
body.sw-abb.HasConsole .add_abb,
body.sw-abb.HasConsole .btn_element {
	display: inline-block;
}

.navDealerGaranzia,
.navConsoleGaranzia,
.navConsoleRichInterventi {
	min-height: 0;
	margin-bottom: 0;
	border-radius: 4px;
	/*box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%),0 1px 5px rgb(0 0 0 / 8%);
	border-color: #e7e7e7;*/
	box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
	border: none;
}

.navDealerGaranzia>li>a,
.navConsoleGaranzia>li>a,
.navConsoleRichInterventi>li>a {
	padding: 9px !important;
}

.dealerMsg {
	position: relative;
	max-width: 425px;
	display: inline-block;
	background-color: #f8f8f8de;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	padding: 10px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	white-space: pre-line;
	overflow-wrap: break-word;
	border-radius: 5px;
}

.dealerMsg::before {
	content: "";
	position: absolute;
	left: -17px;
	top: 10px;
	border-width: 11px 17px 11px 0;
	border-style: solid;
	border-color: transparent #ddd transparent transparent;
}

.dealerMsg::after {
	content: "";
	position: absolute;
	left: -15px;
	top: 11px;
	border-width: 10px 15px 10px 0;
	border-style: solid;
	border-color: transparent #f8f8f8 transparent transparent;
}



.notaScroll {
	min-height: 1.5em;
	max-height: 6em;
	overflow-y: scroll;
	border: 1px solid #eee;
	border-radius: 4px;
}

.tabsDealerRighe>.tab-pane>h3,
.tabsConsoleRighe>.tab-pane>h3 {
	margin-top: 0.5em;
}

.nGaraSister {
	visibility: hidden;
}

.quantitaManodoperaTempario {
	visibility: hidden;
}


.ui-autocomplete {
	max-height: 12em;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete-loading {
	background-size: contain;
}

.btn_att_back_cons_view {
	display: none;
}

body.sw-abb.HasConsole .tab-content,
body.sw-acc.HasConsole .tab-content {
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 0px 0px 5px 5px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.elenco-voci-dettaglio p .slider,
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #dc3545;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background: #1e7e34;
}

input:focus+.slider {
	box-shadow: 0 0 1px #28a745;
}

input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}

.slider.round:before {
	border-radius: 50%;
}

/* end toggle checkbox  */

.btx_delete_message .bootbox-body b {
	color: red;
}


div.dataTables_wrapper div.dataTables_processing {
	top: 45px;
	left: 15px;
	width: calc(100% - 30px);
	margin: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	z-index: 12;
	border-radius: 0px;
	bottom: 0;
	text-shadow: 0 0 2px #000;
	font-size: 28px;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

div.dataTables_wrapper div.dataTables_processing:before {
	content: '';
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 50%;
	top: 100px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-top-color: #5f6972;
	animation: spinner 1s linear infinite;
}

div.dts div.dataTables_scrollBody {
	background: initial;
}

.styled-label {
	font-weight: normal;
}

.styled-label.field_required:after {
	content: '*';
	color: red;
	font-size: 15.5px;
	margin-left: 3px;
}

.styled-panel,
.styled-panel .panel-heading,
.styled-panel .panel-collapse,
.styled-panel .panel-heading+.panel-collapse>.panel-body,
.styled-panel .panel-footer {
	background: none;
	border: none;
	box-shadow: none;
}

.styled-panel .panel-heading+.panel-collapse>.panel-body,
.styled-panel .panel-footer {
	margin-left: 1em;
	border-left: 1px dashed #ddd
}

.styled-panel .panel-heading {
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.styled-panel .panel-heading .panel-title {
	font-size: 24px;
}

.panel.panel-default.styled-panel {
	margin-top: 1em;
}

.documentDataSidebar {
	margin-top: 2em;
}

.SW_SCONTO_INFO {
	display: none;
}

.SW_SCONTO_INFO div {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
}

@media screen and (max-width: 480px) {
	.responsiveLabels .control-label {
		width: 100%;
	}

	.row.responsiveLabels .col-xs-12.col-md-6 {
		margin-bottom: 10px;
	}
}

#gotoTop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	padding: 0.5em 0.75em;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	font-size: 1.1em;
}

body.sw-ordini .table-responsive,
body.sw-ordini .table-responsive thead,
body.sw-ordini .table-responsive tbody,
body.sw-ordini .table-responsive tfoot {
	overflow: hidden;
	width: 100%;
}

body.sw-ordini #RigheOrd-table_wrapper .row .col-sm-12 {
	position: relative;
	overflow: auto;
	width: 100%;
}


.alert_KM {
	display: none;
	line-height: 28px;
	color: #ec9a10;
}

.alert_KM.show {
	display: inline;
}


/*Nuova versione dell'alert del chilometraggio*/
.warningKM,
.warningCartiReused {
	animation: blinker 1s linear infinite;
}


.blink {
	animation: blinker 1s linear infinite;
}

.dataTable tbody>tr:hover,
.dataTable tbody>tr.odd:hover,
.dataTable tbody>tr.even:hover {
	background: rgba(51, 122, 183, 0.15);
}

@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

.modal.modal-custom .modal-dialog {
	width: 700px;
}

.modal-custom .modal-body {
	overflow-y: auto;
}

#id_EDTVISUALIZZA_SCONTI_cont {
	display: none;
}

#divCOMOL {
	/* Codice omologazione get telaio */
	display: none;
}

body.modal-open[style],
.bootbox[style] {
	padding-right: 0px !important;
	overflow-y: auto;
}

@media (max-width: 1200px) {
	.row_document_data .document_data_col:not(:first-child) {
		border-top: 1px solid #eee;
	}
}

@media (min-width: 1200px) {
	.row_document_data .document_data_col:nth-child(2) {
		box-shadow: -1px 0px 0 #eee;
	}
}

.hide {
	display: none !important;
}

/* New design epc */
#ls_tav {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 285px);
	margin: 0 auto;
	justify-content: center;
}

#ls_tav>article:hover .pre_tav {
	height: auto;
	z-index: 2;
	white-space: normal;
	text-overflow: clip;
	word-wrap: break-word;
	padding: 15px 10px;
}

.thumb-draw {
	margin: 11px;
	font-size: 100%;
	background-color: #fff;
	position: relative;
	text-align: -webkit-center;
	vertical-align: middle;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
	cursor: pointer;
}

.desc {
	position: absolute;
	width: 100%;
	padding: 10px;
	bottom: 0;
	left: 0;
	box-shadow: inset 0px 0px 0px 1px rgb(0 0 0 / 12%);
}

.desc_obj {
	display: inline-block;
	width: 100%;
}

.img-wrapper {
	height: 100%;
	background: #fff;
	text-align: center;
}

.img-wrapper-new {
	height: 100%;
}

/* Article image */
.article-image {
	max-height: 100%;
	cursor: pointer !important;
	max-width: 100%;
	border: 0px !important;
	margin: 0 auto;
}

.cella-draw {
	width: 100% !important;
	text-align: center;
}

.title-section {
	width: 100%;
	margin: 0 auto;
	grid-column-start: 1;
	grid-column-end: -1;
}

td.tag-exe {
	background: url('../images/uncheck20.png') no-repeat center center;
	cursor: pointer;
}

td.selected {
	background: url('../images/check20.png') no-repeat center center;
}

.auth-user-li-logo {
	padding: 0;
	display: inline;
	width: 8em;
	height: auto;
}

.bg-light {
	background-color: #fff;
}

.SW_GOOGLE_TRAD {
	margin-top: 15px;
	width: auto;
}

/*Bottone accessori sulle righe dell'EPC */
.accessori_moto {
	background: #fff !important;
	border: 2px solid var(--default-button-color) !important;
	color: var(--default-base-color) !important;
	white-space: normal;
	border-radius: 0;
}

/*Bottone accessori sulle righe dell'EPC */
.accessori_moto:hover {
	background: rgba(231, 231, 231, 1) !important;
}

.foto-gar:hover .footer-buttons,
.foto-gar:hover .lbl_attachments,
.foto-att:hover .footer-buttons,
.foto-att:hover .lbl_attachments,
.foto-ric:hover .footer-buttons,
.foto-ric:hover .lbl_attachments,
#my-dropzone:hover .footer-buttons,
.img-wrapper-new:hover .footer-buttons,
.thumbnail-tag:hover .footer-buttons,
.attachment-element:hover .footer-buttons,
.attachment-element:hover .lbl_attachments {
	opacity: 1;
}

.footer-buttons {
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s linear;
	background-color: rgba(0, 0, 0, 35%);
	display: flex;
	align-items: center;
}

.footer-buttons button,
.footer-buttons .zoomGara,
.footer-buttons .zoomAtt {
	position: relative;
	background: linear-gradient(-45deg, var(--default-button-background-hover) 50%, #fff 50%);
	background-size: 400% 200%;
	background-position: left bottom;
	margin-left: 10px;
	transition: all 1s ease;
	border-radius: 50%;
	font-size: 20px;
	width: 45px;
	height: 45px;
	color: var(--default-button-color);
	border: 0px;
}

.footer-buttons button:hover,
.footer-buttons .zoomGara:hover,
.footer-buttons .zoomAtt:hover {
	border: 0px;
	color: #fff;
	background-position: right bottom;
}

.foto-gar,
.foto-ric,
.foto-att,
.attachment-element {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 1rem;
	border-radius: 5px;
	background-size: cover !important;
	background-position: center !important;
}

#ls_foto {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 33%));
	margin: 0 auto;
	justify-content: left;

}

.panel-foto {
	padding: 15px;
	border-top: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 30px;
	position: relative;
	box-shadow: -4px 3px 20px 0px rgb(0 0 0 / 15%)
}

.left-button {
	margin-right: 5px;
}

.center-button {
	margin-left: 5px;
	margin-right: 5px;
}

.right-button {
	margin-left: 5px;
}

.file-img {
	height: 100%;
	width: 100%;
}

.otPass {
	width: 100%;
	font-size: 1.8em;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 3.5px;
	text-align: center;
	position: relative;
	color: #444;
	margin-bottom: 0px;
}

#OTP_btn_copy {
	position: absolute;
	right: 3%;
	border: 0px;
	background: transparent;
}

.copy_success {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	border-radius: 3.5px;
	opacity: 0;
	transition: opacity 0.7s;
}

.calloutFAUD {
	position: relative;
	padding: 0 0 0 1em;
	border: none;
	border-left: 3px solid #777;
	border-radius: 0;
	color: #41464b;
	background: transparent;
}

td.foto-control {
	color: #3c763d;
	text-align: center;
}

.deleteFotoButton {
	display: none;
}

.filtro_sister_company {
	display: none;
}

.lbl_attachments {
	height: 3.2em;
	max-width: 100%;
	text-align: left;
	line-height: 1;
}

.lbl_attachments p {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	height: 3.2em;
}

.attachment-card {
	padding: 1rem;
	border-radius: 5px;
	text-align: left;
	background: #fff;
	margin-bottom: 2rem;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}

#attachments-empty-message {
	text-align: center;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}

.tipoUtenteGriglia {
	font-weight: bold;
	color: #337ab7;
}

.driveClass,
.driveClass .datatableSmall,
.datatableLogTextTruncate,
.datatableLogTextTruncate .datatableSmall {
	max-width: 12vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sw-icon-success {
	color: #5cb85c;
}

.sw-icon-warning {
	color: #d58512;
}

.sw-icon-danger {
	color: #d9534f;
}

.sw-icon-secondary {
	color: #bbb;
}

.sw-icon-default {
	color: #888;
}

table.dataTable.styledTable thead th,
table.dataTable.styledTable tbody td,
table.dataTable.styledTable tfoot tr th {
	vertical-align: middle;
	padding: 4px;
	border-top: none;
}

table.dataTable.styledTable tbody td,
table.dataTable.styledTable tfoot tr th {
	border-bottom: none;
}

table.dataTable.styledTable tbody td,
table.dataTable.styledTable tfoot tr th {
	border-bottom: none;
}

table.dataTable.styledTable {
	border-top: none;
	border-left: none;
	border-right: none;
}

table.dataTable.styledTable thead tr th:last-child,
table.dataTable.styledTable tbody td:last-child,
table.dataTable.styledTable tfoot tr th:last-child,
table.dataTable.styledTable tfoot td:last-child {
	border-right: none;
}

table.dataTable.styledTable thead .sorting:after,
table.dataTable.styledTable thead .sorting_asc:after,
table.dataTable.styledTable thead .sorting_desc:after,
table.dataTable.styledTable thead .sorting_asc_disabled:after,
table.dataTable.styledTable thead .sorting_desc_disabled:after {
	bottom: 4px;
}

table.dataTable.styledTable .actionColumn {
	padding-left: 8px;
	text-align: center;
}

.fastCopy::after {
	content: "\f0c5";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 0.5em;
}

.fastCopy.success::after {
	content: "\f00c";
	color: #3c763d;
}

.new-tag-control {
	width: 1em;
	vertical-align: -50% !important;
}

.tooltipPreviewSection strong {
	/*background: #efefef;
	padding: 1px;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;*/
	text-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
}

.tooltipPreviewSection {
	padding-top: 0.5em;
}

.popover {
	max-width: 400px;
	font-size: 11px;
	text-align: justify;
	background: rgba(255, 255, 255, 0.91);
	border: none;
	border-radius: 0;
}

.popover-content {
	padding: 4px 8px;
}

.popover .arrow {
	display: none;
}

.popover table.popoverTablePreview {
	margin: -2px -4px 0 -4px;
}

.popover table.popoverTablePreview,
.popover table.popoverTablePreview td,
.popover table.popoverTablePreview th {
	width: 100%;
	vertical-align: bottom !important;
	padding: 2px 4px !important;
	min-width: 10%;
}

.popover table.popoverTablePreview tr:hover {
	background: transparent !important;
}

.loadingText {
	position: relative;
}

.loadingText:after {
	overflow: hidden;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	animation: ellipsisLoader 1.5s linear 0s infinite;
	content: "\2026";
	width: 0px;
}

table.dataTable.tableTestoACapo th,
table.dataTable.tableTestoACapo td {
	white-space: normal;
}

.navbarNoMargin {
	margin: 0;
}

@keyframes ellipsisLoader {
	to {
		width: 1em;
	}
}

.filtriVerticalForm .form-group {
	margin-bottom: 0.5em;
}

.pageTitleWithSidebar {
	padding-left: 2em;
	display: block;
	float: none;
	clear: both;
}

.pageTitleWithSidebar>.col-* {
	vertical-align: middle;
	display: inline-block;
	float: none;
}

.leftBorderTableContainer {
	border-left: 2px solid;
	padding-left: 15px;
}

.leftBorderTableContainer.border-default {
	border-color: #eee;
}

.leftBorderTableContainer.border-warning {
	border-color: #d58512;
}

.leftBorderTableContainer.border-danger {
	border-color: #d9534f;
}

.leftBorderTableContainer.border-success {
	border-color: #5cb85c;
}

.leftBorderTableContainer.border-primary {
	border-color: #337ab7;
}

.background-warning {
	background: #f0ad4e;
	color: #fff;
}

.background-warning:hover {
	background: #ec971f;
	color: #fff;
}

.background-danger {
	background: #d9534f;
	color: #fff;
}

.background-danger:hover {
	background: #c9302c;
	color: #fff;
}

.background-success {
	background: #5cb85c;
	color: #fff;
}

.background-success:hover {
	background: #419641;
	color: #fff;
}

.background-light {
	background: #f8f9fa;
	color: #000;
	border-color: #f8f9fa;
}

.background-light:hover {
	background: #d3d4d5;
	color: #000;
	border-color: #c6c7c8
}

.background-secondary {
	background: #6c757d;
	color: #fff;
	border-color: #6c757d;
}

.background-secondary:hover {
	background: #5c636a;
	color: #fff;
	border-color: #565e64
}

.background-primary,
.bootbox-alert div div div button.btn-primary {
	background: #337ab7;
	color: #fff;
}

.background-primary:hover,
.bootbox-alert div div div button.btn-primary:hover {
	background: #265a88;
	color: #fff;
}

.background-primary .badge,
.bootbox-alert div div div button.btn-primary .badge {
	background: #fff;
	color: #337ab7;
	box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.background-info {
	background: #5bc0de;
	color: #fff;
}

.background-info:hover {
	background: #2aabd2;
	color: #fff;
}

.background-info .badge {
	background: #fff;
	color: #5bc0de;
	box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.dz-custom-message {
	background-color: #f5f5f5 !important;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	border: 0px !important;
	min-height: auto !important;
}

.dz-custom-message-text {
	text-align: center;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
	margin: 0px 0px 17px 17px !important;
}

.sliding-button {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.sliding-button .icon {
	display: inline-flex;
}

.sliding-button .text {
	transition: max-width 1s, margin 100ms;
	display: inline-flex;
	overflow: hidden;
	white-space: nowrap;
	max-width: 0;
	margin-right: -5px;
}

.sliding-button:hover .text {
	max-width: 1000px;
	margin-right: 0px;
}

#btn_addDDT {
	display: none;
}

#div_CBOLL {
	display: none;
}

/* Nascosto tab statistiche console ordini*/
#ConsOrdStats,
.tabStatistiche {
	display: none !important;
}

.SW_TELEMATICA {
	display: none;
}

.div_f_sister {
	display: none;
}


.col_NPROE {
	display: none;
}

.col_NTARG {
	display: none;
}

.col_NKMPE {
	display: none;
}

.attachmentPreviewTooltip {
	max-width: 300px;
	text-align: center;
}

.attach-preview {
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	margin: 5px;
	background-size: cover !important;
	background-position: center !important;
}

.filtro_operation_code {
	display: none;
}

@media (max-width: 800px) {
	.gara-rows-actions-btn .hidden-xs {
		display: none;
	}
}

.tooltip-DDOCU,
.tooltipPreviewSection {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.popoverTablePreview {
	width: 100%;
	table-layout: fixed;
	overflow-wrap: anywhere;
}

.popoverTablePreview td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notify-counter {
	border-radius: 50%;
	padding: 5px;
	font-size: 12px;
	background-color: #337ab7;
	color: #ffffff;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 12px;
	margin-left: 4px;
}

li.active>a .notify-counter {
	background-color: #ffffff;
	color: #337ab7;
}

.cbx-stato-orders-container {
	display: none;
}

.breadcrumb-styled {
	display: block;
	font-size: 1em;
	color: #a1a5b7;
	padding-inline-start: 0px;
}

.breadcrumb-styled>li {
	display: inline-block;
}

.remove-photo-button {
	font-size: 25px !important;
	width: 50px !important;
	height: 50px !important;
	cursor: pointer !important;
}


.thumbnail-accabb {
	border: 0px !important;
	padding: 0px !important;
}

.thumbnail-box-shadow {
	width: 100% !important;
	height: 360px !important;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	border-radius: 5px;
	margin: 0 auto;
}

.panel-heading-accabb {
	background-image: none !important;
	background-color: #f0f0f0 !important;
}

.CatalogoHeader {
	background-image: none !important;
	background-color: #f0f0f0 !important;
	border: 0px !important;
}

#pag_catalogo>.active>a {
	color: #fff;
	background-color: #337ab7;
}

#pag_catalogo>:not(.active)>a {
	color: #333;
}



.des_note::-webkit-scrollbar {
	width: 5px;
}

.tree_div::-webkit-scrollbar {
	width: 5px;
}

.des_note::-webkit-scrollbar-thumb,
.tree_div::-webkit-scrollbar-thumb {
	background: #777;
}

#find_tree #searchinput {
	box-shadow: 0px 0px 0px;
	border: 0px;
	border-radius: 0px;
}

#find_tree .input-group {
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	border: 0px;
	border-radius: 5px;
}


.color-primary {
	color: #337ab7
}

.color-primary:hover {
	color: #265a88
}

.color-danger {
	color: #d9534f
}

.color-danger:hover {
	color: #c9302c
}

body.new_content #pills-tab li a img.bandiere {
	margin: 0 auto;
	width: 35px;
}

.img-fluid {
	height: auto;
	width: 25px;
	max-width: 100% !important;
	margin: 0 auto;
}

.nav-link-language {
	padding: 10px !important;
	padding-bottom: 10px !important;
}

.form-group-no-margin-bottom {
	margin-bottom: 0px !important;
}

.image-dropzone,
.preview_image_variante {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0px !important;
	font-size: 14px;
	line-height: 1.42857143;
	border: 0;
	border-radius: 4px;
	margin-bottom: 0px;
	position: relative;
	color: #a9a9a9;
	cursor: not-allowed;
	margin: 0 auto !important;
}

.image-preview {
	transition: opacity 0.2s linear;
	align-items: center;
	border: 0px !important;
	font-size: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.image-preview .download-attach-button:hover {
	border: 0px;
	color: #fff;
	background-position: right bottom;
}

.image-preview .download-attach-button:hover i {
	cursor: pointer !important;
}

.image-preview:hover .download-attach-button {
	opacity: 1;
}

.img-display {
	overflow: hidden;
}

.img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
}

.img-showcase img,
.img-showcase video,
.img-showcase div {
	min-width: 100%;
}

.img-select {
	display: flex;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 1px;
	max-width: 100%;
	overflow: auto;
}

.img-select::-webkit-scrollbar {
	height: 4px;
}

.img-select::-webkit-scrollbar-thumb {
	background: #2687c5;
}

.img-item {
	margin: auto 0.3em;
	width: 100%;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
	margin-right: 0;
}

.img-item:hover {
	opacity: 0.8;
}



.product-content {
	padding: 2rem 1rem;
}

@media screen and (min-width: 992px) {
	.product-imgs {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.product-content {
		padding-top: 0;
	}
}

.video-thumbnail {
	position: relative
}

.carousel-image-container {
	position: relative;
}


.carousel .carousel-indicators li {
	margin: 0px 7px !important;
	background-color: rgba(70, 70, 70, .25);
	border: 0px;
}

.carousel-indicators {
	bottom: 0px !important;
}

.carousel-control {
	background-color: transparent;
	text-shadow: none;
	bottom: auto;
	top: 92px;
	background-image: none !important;
	font-size: 18px;
	text-shadow: 0 0 5px #333;


}

.carousel-control:focus,
.carousel-control:hover {
	text-shadow: 0 0 5px #333;
}

.carousel-thumbnail {
	margin-top: 15px;
}

#table_multiple_vin tbody>tr:nth-child(odd) {
	background-color: #f9f9f9;
}

#table_multiple_vin tbody>tr:nth-child(even) {
	background-color: #fff;
}

#table_multiple_vin thead>tr {
	background-color: #fff;
	border-bottom: 2px solid #dddddd
}

#table_multiple_vin thead>th {
	background-color: #fff;
	border-bottom: 2px solid #dddddd;
	text-align: center;
}

#table_multiple_vin .validate_vin {
	border: 1px transparent;
	border-bottom: 1px solid #337ab7;
	border-left: 1px solid #337ab7;
	padding: 3px 7px;
	background: none;
}

#table_multiple_vin .input-group {
	width: 100%;
}

.delete_row {
	border: 1px transparent;
	border-radius: 4px;
}

#table_multiple_vin th,
#table_multiple_vin td {
	padding: 3px;
	padding-left: 15px;
}

#table_multiple_vin {
	width: 100%;
}

#table_multiple_vin .input-group .form-control {
	border-radius: 3px;
}

/* Consente di caricare file nei tagliandi*/
.SW_TAG_FATTURA {
	display: none;
}

#ls_foto_tag {
	width: 100%;

}

.foto-tag {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.thumbnail-tag {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0px 0px;
	border: 0px;
	position: relative;
}

.thumbnail-tag img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.thumbnail-tag:hover .footer-buttons-tag {
	opacity: 1;
}

.footer-buttons-tag {
	padding: 70px 0;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200px;
	opacity: 0;
	transition: opacity 0.2s linear;
	background-color: rgba(0, 0, 0, 35%);
	align-items: center;
	text-align: center;
}

.footer-buttons-tag button {
	position: relative;
	background: linear-gradient(-45deg, var(--default-button-background-hover) 50%, #fff 50%);
	background-size: 400% 200%;
	background-position: left bottom;
	transition: all 1s ease;
	border-radius: 50%;
	font-size: 20px;
	width: 45px;
	height: 45px;
	color: var(--default-button-color);
	border: 0px;
}

.footer-buttons-tag button:hover {
	border: 0px;
	color: #fff;
	background-position: right bottom;
}

.img-thumbnail-tag {
	text-align: center;
	padding: 70px 0px;
}

.img-thumbnail-tag i {
	font-size: 4em;
}

.thumbnail-tag-label {
	position: absolute;
	left: 3px;
	bottom: 0;
	font-size: 1em;
	font-weight: 500;
	white-space: nowrap;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.download-attach-button-in-table {
	position: relative;
	cursor: pointer;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: rgb(38, 135, 197);
	border: 1px solid rgb(38, 135, 197);
	border-radius: 50%;
	font-size: 18px;
	margin: 0 auto;
	background: linear-gradient(-45deg, rgb(38, 135, 197) 50%, #fff 50%);
	background-size: 400% 200%;
	background-position: left bottom;
	transition: all 1s ease;
}

.download-attach-button-in-table:hover {
	color: #fff;
	background-position: right bottom;
}

.download-attach-button-in-table:hover i {
	cursor: pointer !important;
}

.download-button-in-dropdown {
	opacity: 0;
	color: #777;
	position: absolute;
	right: 5px;
}

.download-link-in-dropdown:hover .download-button-in-dropdown,
.dropdown-item:hover {
	opacity: 1;
}

.dropdown-menu>li>a.download-link-in-dropdown {
	padding: 3px 34px;
}

body.sw-acc .carousel-inner,
body.sw-abb .carousel-inner {
	display: flex;
	justify-content: center;
	/* Allinea orizzontalmente */
	align-items: center;
	/* Allinea verticalmente */
	height: 100vh;
}

.carousel-thumbnail-video-container-play-button {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-size: 45px;
	color: #fff;
	text-shadow: 0 0 5px #333;
	opacity: .7;
}

.carousel-thumbnail-video-container-play-button:hover {
	opacity: .9;
}

.vertical-align-middle {
	vertical-align: middle;
}

.download-button-in-selection,
.delete-button-in-selection {
	color: #555;
	font-size: 20px;
	cursor: pointer
}

.download-button-in-selection:hover,
.delete-button-in-selection:hover {
	color: #333;
}

#catalogo_sel_img {
	width: 100%;
	height: 400px;
	text-align: center !important;
	cursor: default
}

#catalogo_sel_img img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	cursor: default
}


.footer-buttons-catalogue {
	opacity: 0
}

.footer-buttons-catalogue .deleteFotoButton {
	display: initial;
}

.footer-buttons-catalogue:hover {
	opacity: 0.9;
}


.footer-buttons-catalogue {
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s linear;
	background-color: #777;
	display: flex;
	align-items: center;
}

.footer-buttons-catalogue button {
	position: relative;
	background: linear-gradient(-45deg, #333 50%, #fff 50%);
	background-size: 400% 200%;
	background-position: left bottom;
	transition: all 1s ease;
	border-radius: 50%;
	font-size: 20px;
	width: 45px;
	height: 45px;
	color: #333;
	border: 0px;
	cursor: pointer !important;
}

.footer-buttons-catalogue button:hover {
	border: 0px;
	color: #fff;
	background-position: right bottom;
	cursor: pointer !important
}

.footer-buttons-catalogue .left-button {
	margin-right: 45px
}

.footer-buttons-catalogue .right-button {
	margin-left: 45px
}


.footer-buttons-catalogue i {
	cursor: pointer !important;
}

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.SW_SPED_SPOT {
	display: none;
}

.disclaimer_estensione {
	top: 10px;
	font-style: italic;
	color: grey;
}

.text-break {
	word-break: break-all;
}

.blocked-order-backdrop {
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.blocked-order-backdrop div {
	text-align: center;
	position: absolute;
	top: 30%;
	color: white;
	margin: 0 auto;
	width: 100%;
}

.distinta-row {
	padding: 10px 0px;
}

.SW_GAR_NTARG {
	display: block;
}

.img-caratteristica {
	width: 30px;
	height: 30px;
}

.filter-with-combo-button {
	width: 100%;
	position: relative;
}

.filter-with-combo-button input:active,
.filter-with-combo-button input:focus,
.filter-with-combo-button input:focus-visible,
.filter-with-combo-button button:active,
.filter-with-combo-button button:focus,
.filter-with-combo-button button:focus-visible {
	border: 0px;
	box-shadow: none;
	outline: 0 !important;
}

.filter-with-combo-button input {
	padding: 6px 8px;
	display: inline !important;
	width: 100% !important;
	border: 0px !important;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.filter-with-combo-button button {
	margin-right: 0px !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 0px !important;
	background-color: transparent;
	color: #aaa
}

#btn_check_applicazioni:active,
#btn_check_applicazioni:focus,
#btn_check_applicazioni:focus-visible {
	border: 0px;
	box-shadow: none;
	outline: 0 !important;
	color: #fff;
}

.font-weight-bold {
	font-weight: bold;
}



textarea.input-floating-lbl {
	max-height: 150px;
	min-height: 45px;
}

.p-0 {
	padding: 0 !important;
}

.div-floating-lbl {
	--pad: .65rem;
	position: relative;
}

.div-floating-lbl .input-floating-lbl {
	border-radius: 8px;
	background-color: var(--bg);
	color: inherit;
	outline: none;
}

.div-floating-lbl label {
	position: absolute;
	left: var(--pad);
	top: var(--pad);
	color: rgb(0, 0, 0, 0.4);
	padding-inline: .6em;
	background-color: white;
	transition: transform 200ms;
	pointer-events: none;
	transform-origin: left;
	translate: -.3em;
	/* margin utile per ovviare a padding parent*/
	margin-left: 15px;
}

.div-floating-lbl .input-floating-lbl::placeholder {
	opacity: 0;
}

.div-floating-lbl .input-floating-lbl:focus+label,
.div-floating-lbl .input-floating-lbl:not(:placeholder-shown)+label {
	transform: translateY(calc(-50% - var(--pad))) scale(.8);
	color: rgb(0, 0, 0, 0.6);
}

#distinta-container {
	overflow-y: auto;
}

/*.div-floating-lbl input:focus {
	border: 1px solid green;
}*/

.action-row-btn {
	margin: 0 10px 10px 10px
}

.ui-autocomplete {
	--sb-track-color: transparent;
	--sb-thumb-color: #cccccc;
	--sb-size: 7px;
}

.ui-autocomplete::-webkit-scrollbar {
	width: var(--sb-size)
}

.ui-autocomplete::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 3px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 3px;

}

/*
@supports not selector(::-webkit-scrollbar) {
	.ui-autocomplete {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}*/

.SW_IVATO_SCONTATO {
	display: none
}

#distinta-table.dataTable tbody td {
	padding: 8px 10px;
}

#distinta-table.dataTable td .dt-control {
	text-align: center;
	cursor: pointer;
}

#distinta-table.dataTable td .dt-control:before {
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.5);
	border-bottom: 5px solid transparent;
	border-right: 0px solid transparent;
}

#distinta-table.dataTable tr.dt-hasChild td .dt-control:before {
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	border-left: 5px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
}

.lang-nav li a{
padding: 5px;
}

.td-error {
	color: #a94442;
}


.textarea-distinta {
	min-height: 30px;
	max-height: 150px;
}

.action-datatable {
	margin-right: 10px;
}

.action-row {
	margin-top: 10px;
}


.options-container {
    position: relative; /* Necessario per posizionare il menu rispetto a questo contenitore */
}

.options-button {
	background-color: transparent;
	border: none;
	color: #888888;
	padding: 8px;
	cursor: pointer;
	border-radius: 20%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.options-button:hover {
	color: black;
}

.options-button i {
	font-size: 1.5em;
	line-height: 1;
	display: block;
}

.options-menu {
    display: none;
    position: absolute;
    top: 30px;
    /*min-width: 120px;*/
    z-index: 10;
}

.options-menu.open-up {
	transform: translateY(-100%);
	/* si apre sopra */
}

.options-menu.open-left {
	transform: translateX(-100%);
}

.options-menu.open-up.open-left {
	transform: translate(-100%, -100%);
}

.options-menu.show-menu {
    display: block; /* Mostra il menu quando ha questa classe */
}

td .status-prodotto {
	font-size: large;
}

.tr-highlight-variante {
	box-shadow: inset 3px 0px green;
}

.dataTable tbody>tr.tr-force-hover,
.dataTable tbody>tr.even.tr-force-hover,
.dataTable tbody>tr.odd.tr-force-hover {
	background-color: rgba(51, 122, 183, 0.15) !important;
}

div.c-catalogo input {
	text-transform: unset;
}

.dataTable tbody tr.odd + tr.tr-force-background {
	background-color: #f9f9f9;
}
.dataTable tbody tr.even + tr.tr-force-background {
	background-color: #fff;
}

.no-select {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
}

.SW_RM_FATTURA {
	display: none;
}

.circleAdmin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
	background: var(--default-button-background-hover);
	font-weight: bold;
}

.select2-container{
	height: 30px;
}

.required-warning {
	color: #C20220;
	font-size: 12px;
}

.has-error .select2-selection {
	border-color: rgb(185, 74, 72) !important;
}

.attachment-icon {
	font-size: 0.8em !important
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: none !important;
}
 
table.dataTable > tbody > tr.selected > *:not(.foto-control) {
    color: inherit !important;
}
 
table.dataTable > tbody > tr.selected > td.foto-control i.fa {
  color: #3C763D !important;
}