* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #666;
	background-image: url("../images/oneface/sf_pattern.jpg");
	background-repeat: repeat;
}

.waiticon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
	color: #5aa63a;
	font-size: 16px;
	background-image: url("../images/oneface/sf_blackop.png");
	background-repeat: repeat;
}
.waiticon_content {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #000000;
	top: 0;
	bottom: 0;
	margin: auto;
}
.waiticon_content2 {
	width: 150px;
	height: 32px;
	margin: auto;
	padding-top: 9px;
}
.waiticon_content_msg {
	float: left;
	line-height: 32px;
}
.waiticon_content_img {
	float: right;
}

#contenitore_pagina {
	position: relative;
	width: 100%;
	min-width: 980px;
	min-height: 500px;
	overflow: hidden;
}

#contenitore_login {
	position: relative;
	min-width: 980px;
	min-height: 500px;
	overflow: hidden;
}

#contenuto_login {
	position: absolute;
	width: 590px;
	height: 340px;
	padding: 30px 35px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f4f4f4;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0px 0px 10px #aaa;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 0px 0px 10px #aaa;
}

#contenuto_login .login_textbox {
	position: relative;
	width: 516px;
	height: 26px;
	padding: 17px 20px;
	margin: 10px 17px;
	background-color: white;
	border: 0;
	text-align: center;
	color: #cccccc;
	font-size: 18px;
}

#contenitore_header {
	position: relative;
	height: 90px;
}

.contenitore_header_logo
{
    height:80px;
}

#label_utente_log {
	position: relative;
	float: right;
	height: 14px;
	padding: 13px 142px 13px 22px;
	margin-top: 27px;
	margin-right: -80px;
	background-color: #ffffff;
	color: #a7a7a7;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-box-shadow: 0px 2px 5px #ddd;
	-webkit-box-shadow: 0px 2px 5px #ddd;
	box-shadow: 0px 2px 5px #ddd;
}

#label_utente_log .tasto {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

#label_utente_log #tasto_apri_chiudi {
	right: 80px;
	background-image: url("../images/oneface/ico_menu_profilo.png");
	background-color: #cfcfcf;
}

#label_utente_log #tasto_impostazioni {
	right: 40px;
	background-image: url("../images/oneface/ico_modifica.png");
	background-color: #bcbcbc;
}

#label_utente_log #tasto_logout {
	right: 0;
	background-image: url("../images/oneface/ico_elimina.png");
	background-color: #9f9f9f;
}

#contenitore_header_menu {
	position: relative;
	height: 40px;
	background-color: #282828;
}

#contenitore_tasti {
	position: relative;
	padding-right: 35px;
	overflow-y: hidden;
}

#contenitore_tasti_extra {
	position: absolute;
	width: 250px;
	top: 40px;
	right: 0;
	background-color: #282828;
	display: none;

	-moz-box-shadow: -2px 2px 5px #aaa;
	-webkit-box-shadow: -2px 2px 5px #aaa;
	box-shadow: -2px 2px 5px #aaa;
}

#contenitore_tasti .elemento {
	position: relative;
	float: left;
	cursor: pointer;
	height: 14px;
	padding: 13px 18px;
	margin-right: 1px;
	background-color: #5e5e5e;
	color: #dcdcdc;
	font-size: 11px;
	font-weight: bold;
}

#contenitore_tasti_extra .elemento {
	position: relative;
	cursor: pointer;
	height: 14px;
	padding: 13px 18px;
	margin-top: 1px;
	background-color: #5e5e5e;
	color: #dcdcdc;
	font-size: 11px;
	font-weight: bold;
}

#contenitore_header_menu .elemento.active {
	background-color: #f4f4f4;
	color: #767676;
}

#contenitore_header_menu .elemento.hidden {
	display: none;
}

#contenitore_header_menu .elemento img {
	display: none;
}

#contenitore_header_menu .elemento.active img {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

#contenitore_header_menu #tasto_mostra_extra {
	position: absolute;
	width: 35px;
	height: 40px;
	top: 0;
	right: 0;
	background-image: url("../images/oneface/ico_menu_continua.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

#contenitore_header_menu_sec {
	position: relative;
	height: 50px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
}

#contenitore_header_menu_sec .sottomenu {
	position: relative;
	display: none;
}

#contenitore_header_menu_sec .sottomenu.active {
	display: block;
}

#contenitore_tasti_sec {
	position: relative;
	padding-right: 35px;
	overflow-y: hidden;
	background-color: #d6d6d6;
}

#contenitore_tasti_extra_sec {
	position: absolute;
	width: 250px;
	top: 50px;
	right: 0;
	background-color: #ffffff;
	display: none;

	-moz-box-shadow: -2px 2px 5px #aaa;
	-webkit-box-shadow: -2px 2px 5px #aaa;
	box-shadow: -2px 2px 5px #aaa;
}

#contenitore_tasti_sec .elemento {
	position: relative;
	float: left;
	cursor: pointer;
	height: 14px;
	padding: 18px;
	margin-right: 1px;
	background-color: #f4f4f4;
	color: #737373;
	font-size: 12px;
}

#contenitore_tasti_extra_sec .elemento {
	position: relative;
	cursor: pointer;
	height: 14px;
	padding: 18px;
	margin-top: 1px;
	background-color: #f4f4f4;
	color: #737373;
	font-size: 11px;
}

#contenitore_header_menu_sec .elemento:hover {
	color: #373737;
}

#contenitore_header_menu_sec .elemento.active {
	color: #373737;
	font-weight: bold;
}

#contenitore_header_menu_sec .elemento.hidden {
	display: none;
}

#contenitore_header_menu_sec .elemento.notshow {
	display: none;
}

#contenitore_header_menu_sec #tasto_mostra_extra_sec {
	position: absolute;
	width: 35px;
	height: 40px;
	top: 0;
	right: 0;
	background-image: url("../images/oneface/ico_menu_continua.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

#contenuto_pagina {
	position: relative;
	/*width: 900px;*/
	padding: 40px;
}

#titolo_pagina {
	font-size: 28px;
	color: black;
}

#panel_filtraggio {
	position: relative;
	margin-top: 28px;
	/* display: none;*/
}

#panel_filtraggio .campo {
	position: relative;
	float: left;
	width: 220px;
	margin-bottom: 16px;
	color: #a1a1a1;
	font-size: 10px;
}

#panel_filtraggio .campo b {
	text-transform: uppercase;
}

.tasto_testuale_verde {
	position: relative;
	display: inline-block;
	padding: 13px 24px;
	font-size: 10px;
	background-color: #d9000dff;
	color: white;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-transform: uppercase;
}

.tasto_testuale_grigio {
	position: relative;
	display: inline-block;
	padding: 13px 24px;
	font-size: 10px;
	background-color: #cfcfcf;
	color: white;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-transform: uppercase;
}

.tasto_testuale_nero {
	position: relative;
	display: inline-block;
	padding: 13px 24px;
	font-size: 10px;
	background-color: #000000;
	color: white;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-transform: uppercase;
}

.tasto_seleziona_tutti_tabella {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #bcbcbc;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 10px;
}

.tasto_seleziona_scelta_tabella {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #cfcfcf;
	background-image: url("../images/oneface/ico_freccia_tendina.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 2;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tasto_small {
	padding: 6px 12px;
}

.contenitore_selezioni_default {
	position: absolute;
	width: 200px;
	top: 40px;
	left: 0;
	background-color: #cfcfcf;
	display: none;
}

.contenitore_selezioni_default .elemento {
	position: relative;
	padding: 7px 12px;
	color: white;
	cursor: pointer;
	border-top: 1px solid white;
}

.tasto_attivatutti_tabella {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #d9000dff;
	background-image: url("../images/oneface/ico_attiva.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tasto_disattivatutti_tabella {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #cfcfcf;
	background-image: url("../images/oneface/ico_disattiva.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tasto_eliminatutti_tabella {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #282828;
	background-image: url("../images/oneface/ico_elimina.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tasto_aggiungi_tabella {
	position: relative;
	float: left;
	height: 14px;
	padding: 13px 62px 13px 22px;
	background-color: #ffffff;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0px 2px 5px #ddd;
	-webkit-box-shadow: 0px 2px 5px #ddd;
	box-shadow: 0px 2px 5px #ddd;
}

.tasto_aggiungi_tabella .tasto {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url("../images/oneface/ico_aggiungi.png");
	background-color: #d9000dff;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#paginatoreTabella_ctl {
	position: relative;
	height: 26px;
	float: right;
	padding: 14px 100px 0 0;
}

.tasto_prev {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 41px;
	cursor: pointer;
	background-image: url("../images/oneface/ico_freccia_sx_a.png");
	background-color: #cfcfcf;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tasto_prev__mod_first {
	right: 82px;
	background-image: url("../images/oneface/ico_freccia_sx_all.png");
}

.tasto_prev_mod_disattivo {
	cursor: default;
	/*background-image: url('../images/oneface/ico_freccia_sx.png');*/
	opacity: 0.3;
}

.tasto_next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url("../images/oneface/ico_freccia_dx_a.png");
	background-color: #cfcfcf;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tasto_next_mod_last {
	right: -41px;
	background-image: url("../images/oneface/ico_freccia_dx_all.png");
}

.tasto_next_mod_disattivo {
	cursor: default;
	/*background-image: url('../images/oneface/ico_freccia_dx.png');*/
	opacity: 0.3;
}

#contenitore_azioni_tabella {
	position: relative;
}

.legendadtg {
	position: absolute;
	top: 57px;
	left: 1050px;
}

.legendadtg .colsx {
	float: left;
	width: 60px;
	margin-bottom: 8px;
}

.legendadtg .coldx {
	float: left;
	width: 250px;
	margin-bottom: 8px;
}

.legendadtg .colsx .tasto {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}

.dtg_variants {
	min-width: 900px;
	max-width: 1200px;
}

.datagrid {
	position: relative;
	width: 1000px;
	margin-top: 18px;
	border-collapse: collapse;
	color: #666;

	-moz-box-shadow: 0px 0px 8px #ddd;
	-webkit-box-shadow: 0px 0px 8px #ddd;
	box-shadow: 0px 0px 8px #ddd;
}

.datagrid tr {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ffffff;
}
.datagrid tr.selezionata {
	border-bottom: 1px solid #f4f4f4;
}

.datagrid tr.outofdisponibility td {
	background-color: #f6a0a0;
	color: white;
}

.datagrid tr.newattribute td {
	background-color: #beefb6;
}

.datagrid tr.newattribute td a {
	color: #444;
	text-decoration: underline;
}

.datagrid th {
	background-color: white;
	height: 40px;
	padding: 0 13px;
	text-align: left;
	border: 0;
	color: #5d5d5d;
	border-bottom: 1px solid #dedede;
}

.datagrid th.checkbox {
	background-color: #bcbcbc;
}

.datagrid td {
	position: relative;
	/*background-color: #f4f4f4;*/
	height: 40px;
	padding: 0 13px;
	text-align: left;
	border: 0;
}

.datagrid td.checkbox {
	width: 14px;
	background-color: #ffffff;
}

.datagrid td.azioni {
	padding: 0;
}

.datagrid tr.selezionata td {
	background-color: #ffffff;
}

.datagrid tr.selezionata td.checkbox {
	background-color: #cfcfcf;
}

.datagrid .fakecheckbox {
	/*	position: absolute;*/
	width: 100%;
	height: 100%;
	height: 20px;
	top: 0;
	left: 0;
	cursor: pointer;
	background-image: url("../images/oneface/check_vuota.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.datagrid tr.selezionata .fakecheckbox {
	background-image: url("../images/oneface/check_piena.png");
}

.datagrid .tastoazione {
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 1px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.datagrid .tastoallegati {
	background-image: url("../images/oneface/ico_status_allegato.png");
}

.datagrid .tastonote {
	background-image: url("../images/oneface/ico_status_note.png");
}

.datagrid .tastoimmagini {
	background-image: url("../images/oneface/ico_status_img.png");
}

.datagrid .tastolink {
	background-image: url("../images/oneface/ico_status_link.png");
}

.datagrid .tastodisattiva {
	background-image: url("../images/oneface/ico_status_attivo.png");
}

.datagrid .tastoattiva {
	background-image: url("../images/oneface/ico_status_vuoto.png");
}

.datagrid .tastovuoto {
	background-image: url("../images/oneface/ico_status_vuoto.png");
}

.datagrid tr.over .tastoelimina {
	background-image: url("../images/oneface/ico_elimina.png");
	background-color: #282828;
}

.datagrid tr.over .tastomodifica {
	background-image: url("../images/oneface/ico_modifica.png");
	background-color: #dcdbc6;
}

.datagrid tr.over .tastostatistiche {
	background-image: url("../images/oneface/ico_statistica.png");
	background-color: #73bce9;
}

.datagrid tr.over .tastoarchivia {
	background-image: url("../images/oneface/ico_archivia.png");
	background-color: #3598db;
}

.datagrid tr.over .tastodownload {
	background-image: url("../images/oneface/ico_download.png");
	background-color: #2a80b9;
}

.datagrid tr.over .tastoallegati {
	background-image: url("../images/oneface/ico_allegato.png");
	background-color: #41945c;
}

.datagrid tr.over .tastonote {
	background-image: url("../images/oneface/ico_note.png");
	background-color: #29686d;
}

.datagrid tr.over .tastoimmagini {
	background-image: url("../images/oneface/ico_img.png");
	background-color: #fdca54;
}

.datagrid tr.over .tastolink {
	background-image: url("../images/oneface/ico_link.png");
	background-color: #fea853;
}

.datagrid tr.over .tastodisattiva {
	background-image: url("../images/oneface/ico_disattiva.png");
	background-color: #cfcfcf;
}

.datagrid tr.over .tastoattiva {
	background-image: url("../images/oneface/ico_attiva.png");
	background-color: #d9000dff;
}

.datagrid tr.over .tastoduplica {
	background-image: url("../images/oneface/btn_duplica.png");
	background-color: #56b48d;
}

.datagrid tr.over .tastoproductpreview {
	background-image: url("../images/oneface/ico_img.png");
	background-color: #fea853;
}

.productListImgThumb {
	width: 50px;
}
.productListImgThumbBg {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.datagrid tr.over .tastovuoto {
}

.sezione_edit {
	position: relative;
	color: black;
}

.sezione_edit .titolo {
	font-size: 28px;
	margin-bottom: 20px;
}

.sezione_edit .titolo2 {
	font-size: 28px;
	margin-bottom: 20px;
}

#menu_edit {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 80px;
	margin-bottom: 25px;
}

#menu_edit .titolo {
	position: relative;
	height: 16px;
	padding: 12px 20px;
	margin-bottom: 1px;
	color: #373737;
	background-color: #f4f4f4;
	background-image: url("../images/oneface/ico_freccia_menu.png");
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;

	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}

#menu_edit .titolo.active {
	color: white;
	background-color: #d9000dff;
	background-image: url("../images/oneface/ico_freccia_menu_a_white.png");
}

#menu_edit .titolo.disabled {
	color: #fafafa;
	background-color: #e2e2e2;
	background-image: url("../images/oneface/ico_freccia_menu_a_white.png");
	cursor: default;
}

#menu_edit .titolo .number {
	position: absolute;
	left: 0;
	top: 0;
	height: 33px;
	width: 27px;
	background-image: url("../images/oneface/sf_menusx.png");
	font-size: 24px;
	padding: 7px 0 0 13px;
}

#menu_edit .titolo.active .number {
	color: white;
	background-image: url("../images/oneface/sf_menusx_a.png");
}

#contenuto_edit {
	position: relative;
	float: left;
	width: 620px;
}

.campo_mezzo {
	position: relative;
	float: left;
	width: 310px;
	height: 100px;
	margin-bottom: 20px;
}
.campo_mezzo_small {
	height: 50px;
}

.campo_mezzo .labelcont {
	height: auto;
}

.campo_mezzo.labelcont .renderWithName .right {
	margin-top: 8px;
}

.campo_intero {
	position: relative;
	float: left;
	width: 580px;
	margin-bottom: 25px;
}

.campo_mezzo input.customTextbox {
	width: 246px;
}

.cont_colonneordine {
	position: relative;
	width: 620px;
	background-color: white;
	padding: 20px 35px;
	margin-bottom: 10px;
}

.cont_colonneordine .colonnaordine {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 10px;
}

.cont_colonneordine .colonnaordine.last {
	margin-right: 0;
}

.cont_colonneordine .colonnaordine .renderWithName .right {
	margin-top: 8px;
}

input.hiddenTextbox {
	position: fixed;
	top: -100%;
	z-index: -1;
}

.sezione_edit textarea.customTextbox {
	width: 556px;
	height: 175px;
	color: #ababab;
}

.sezione_edit select.customSelect {
	width: 250px;
}

input.customTextbox {
	width: 166px;
	height: 16px;

	padding: 12px;
	margin-top: 8px;
	border: 0;
	background-color: white;
	color: #ababab;
	font-size: 12px;

	box-shadow:
		0 0 3px white inset,
		0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea.customTextbox {
	padding: 12px;
	margin-top: 8px;
	border: 0;
	background-color: white;
	color: #666;
	font-size: 13px;
	resize: none;
	font-family: Helvetica, Arial;

	box-shadow:
		0 0 3px white inset,
		0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

select.customSelect {
	width: 190px;
	height: 40px;
	padding: 12px !important;
	margin-top: 8px;
	border: 0;
	background: #ffffff url("select-bg.png") right center no-repeat;
	color: #666;
	font-size: 13px;
	box-shadow:
		0 0 3px white inset,
		0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@-moz-document url-prefix() {
	select.customSelect {
		background-image: none;
	}
}

select.customSelect[disabled] {
	background-color: #efefef;
	color: #ccc;
}

select.customSelect option {
}

input[type="file"] {
	margin-top: 8px;
}

table.customCheckboxList {
	margin-top: 8px;
}

table.customCheckboxList td {
	width: 125px;
	padding: 0 15px 4px 0;
}

table.customCheckboxList td label {
	margin-left: 5px;
}

table.customCheckboxList2 {
	margin-top: 8px;
}

table.customCheckboxList2 td {
	width: 300px;
	padding: 0 15px 4px 0;
}

table.customCheckboxList2 td label {
	margin-left: 5px;
}

.renderWithName .left {
	font-size: 12px;
	color: #787878;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.renderWithName .ico_instructions {
	margin-left: 8px;
	cursor: pointer;
}

.renderWithName .text_instructions {
	position: absolute;
	width: 450px;
	padding: 15px;
	background-color: #fafafa;
	color: #666;
	text-transform: none;
	border: 1px solid #ccc;
	display: none;
	z-index: 900;
	box-shadow:
		0 0 3px white inset,
		0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btnLangV2 .ico_instructions {
	position: absolute;
	right: -20px;
	top: 10px;
	cursor: pointer;
}

.btnLangV2 .text_instructions {
	position: absolute;
	width: 450px;
	padding: 15px;
	background-color: #fafafa;
	color: #666;
	text-transform: none;
	border: 1px solid #ccc;
	display: none;
	z-index: 900;
	box-shadow:
		0 0 3px white inset,
		0 1px 1px rgba(0, 0, 0, 0.1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btnLang {
	position: relative;
	width: 40px;
	height: 40px;
}

.btnLang .langSel {
	width: 40px;
	height: 40px;
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.contLangSelect {
	position: absolute;
	width: 80px;
	top: 0;
	left: 40px;
	background-color: #bbb;
	z-index: 5;
	display: none;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.contLangSelect .btnLangSelect {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.contLangSelect .btnLangSelect:hover {
	background-color: #ddd;
}

.btnLangV2 {
	position: relative;
	height: 40px;
}

.contLangSelectV2 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #bbb;
	z-index: 1;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.contLangSelectV2 .btnLangSelect {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.contLangSelectV2 .btnLangSelect:hover {
	background-color: #ddd;
}

.contLangSelectV2 .btnLangSelect.hover {
	background-color: #ddd;
}

#tasti_edit_left {
	float: left;
}

#tasti_edit_right {
	float: right;
}

.breaker {
	clear: both;
}

.linebreak {
	position: relative;
	height: 1px;
	background-color: #cfcfcf;
	border-bottom: 1px solid #fafafa;
}

.leftMenu {
	width: 200px;
	float: left;
}

.leftMenuItemMacroButton {
	min-height: 40px;
	background: lime;
	position: relative;
	background: #f4f4f4;
	border-top: 1px solid #e8e8e8;
}
.leftMenuItemMacroButtonPadding {
	padding: 15px;
}

.leftMenuMicroCats {
}

.leftMenuItemMicroButton {
	min-height: 40px;
	background: #e8e8e8;
	position: relative;
}

.va1 {
	display: table;
	width: 100%;
	height: 100%;
}
.va2 {
	display: table-cell;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: inherit;
}

.configurationEditItem {
}

.configurationEditItemLabel {
	float: left;
	width: 200px;
	min-height: 10px;
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
}

.configurationEditItemControl {
	float: left;
	text-align: left;
	width: 400px;
}

.configurazioneRight {
	float: left;
	/*width:660px;	*/
	margin-left: 78px;
}

.CustomDialogBoxWrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
.CustomDialogBoxBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.CustomDialogBoxContents {
	margin: auto;
	margin-top: 100px;
	background: #eee;
	display: block;
	position: relative;
	max-height: 700px;
	overflow-y: auto;
	width: 700px;
}
.CustomDialogBoxContentsPadding {
	margin: 20px;
	text-align: left;
}

.CustomDialogBoxContentsWrapper {
	text-align: center;
}
.CustomDialogBoxContentsTitle {
	background: #d9000dff;
	height: 30px;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.taxRulesFilter {
	float: left;
	margin-right: 20px;
	/*border:1px solid #ddd;*/
	padding: 20px;
}

.page_alert_cont {
	background-color: #e09595;
	border: 2px solid red;
	padding: 8px;
	color: white;
	text-align: center;
}

.paginatorWrapper {
	position: absolute;
	top: 0px;
	right: 50px;
}

.paginatorLabel {
	position: absolute;
	right: 150px;
	top: 13px;
	width: 200px;
	text-align: right;
}

.notificationIcon {
	position: absolute;
	bottom: 4px;
	right: 3px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #e8504d;
}
.notificationIconText {
	color: white;
	font-weight: bold;
	text-align: center;
}

.notificationIcon_menu {
	width: 10px;
	height: 10px;
}

.addressBox {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

.deleteButtonWrapper {
	cursor: pointer;
	position: absolute;
	margin-left: 250px;
	margin-top: 9px;
	float: left;
	background: black;
	width: 40px;
	height: 40px;
}

.additionalInfoDialogbox .renderWithName {
	margin-bottom: 20px;
	height: 90px;
}

.shippingMethodAvailabilityPanel {
	text-align: center;
	border-collapse: collapse;
}

.shippingMethodAvailabilityPanel td {
	margin: 0;
	padding: 0;
}

.shippingMethodAvailabilityPanelCell {
	background: #aaa;
	color: #fff;
	padding: 5px;
	border: 1px solid #999;
	cursor: pointer;
}

.shippingMethodAvailabilityPanelCell_Available {
	font-weight: bold;
	background: #aaffaa;
	color: green;
}

.shippingMethodAvailabilityPanelCell_OtherMonth {
	background: #ddd;
	color: #aaa;
}

.campo_mezzo_dtt select {
	width: 40px;
}

.shippingMethodAvailabilityPanel2 {
	text-align: center;
}

.shippingMethodAvailabilityPanel2 table {
	border-collapse: collapse;
}

.shippingMethodAvailabilityPanel2 td {
	padding: 5px;
	border: 1px solid #ccc;
}

.shippingMethodAvailabilityPanel2 select {
	padding: 5px;
	border: 1px solid #aaa;
}

.shippingMethodAvailabilityPanel2 input {
	width: 100px !important;
	border: 1px solid #aaa;
}

.quantityInfoBox {
	margin-top: -5px;
	border: 1px solid #ccc;
	border-top: 0px;
	width: 248px;
	padding: 10px;
	background: #ddd;
	font-size: 11px;
	text-align: right;
}
.quantityInfoBox b {
	color: rgb(0, 100, 0);
	font-size: 14px;
}

.titoloAttr {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	border-bottom: 1px solid #787878;
	margin-bottom: 15px;
}

.labelHtmlAttText {
	background-color: #ffffff;
}
.labelHtmlAttText table,
.labelHtmlAttText td {
	background-color: #ffffff;
}

.customSelect option {
	padding: 5px 10px;
}

.subCategoriesRepeater {
	display: table;
	width: 500px;
	grid-template-columns: 20px 50px auto 20px 20px;
}
.subCategoriesRepeaterRow {
	display: table-row;
	height: 40px;
	background-color: #f4f4f4;
}
.subCategoriesRepeaterRow div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 13px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}

.popup_panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(68, 76, 88, 0.8);
	display: flex;
	z-index: 3;
	overflow-y: auto;
	justify-content: center;
	align-items: center;
}

.popup_panel_close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 50px;
	height: 50px;
	z-index: 4;
	background-image: url("../images/close.svg");
	background-position: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.new_document {
	padding: 30px 60px;
	background-color: #ddd;
}

.new_document_input {
	margin-bottom: 20px;
}

.back_directory {
	margin-top: 30px;
}

.recipient_container {
	margin-bottom: 30px;
}

fieldset.fieldset1 {
	border: 1px solid gray;
	padding: 10px;
	width: 880px;
}

.QNestableMenuPanel_item {
	display: flex;
	border: 1px solid #aaa;
	padding: 3px;
	gap: 5px;
	width: max-content;
	height: 30px;
	align-items: center;
	background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    position:relative;
}

.QNestableMenuPanel_item_handle {
	font-size: 30px;
	font-weight: bold;
	cursor: grab;
}

.QNestableMenuPanel_dropzone {
	display: block;
	height: 10px;
    width: 500px;
    position:absolute;
    z-index:100;
}

.QNestableMenuPanel_dropzone-child
{
    margin-top:-10px;
}

.QNestableMenuPanel_dropzone_hover {
	background-image: repeating-linear-gradient(45deg, rgb(0, 255, 115) 0px, rgb(255, 255, 255) 10px);
}

.orderDetailModal
{
    position:fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
}

.orderDetailModalContent
{
    border:2px solid black;
    background:white;
    padding:10px;
}

/* Order Detail Styles */
.order-detail { max-width: 1200px; }
.order-info { background: #f9f9f9; padding: 20px; border-radius: 5px; margin-bottom: 30px; }
.order-info table { width: 100%; border-collapse: collapse; }
.order-info td { padding: 10px; border-bottom: 1px solid #e0e0e0; }
.order-info td:first-child { width: 200px; color: #666; }
.order-lines { margin-top: 30px; }
.order-lines h3 { margin-bottom: 15px; color: #333; }
.order-lines table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #ddd; }
.order-lines thead { background: #d9000dff; color: white; }
.order-lines th { padding: 12px; text-align: left; font-weight: 600; border-right: 1px solid rgba(255,255,255,0.2); }
.order-lines td { padding: 10px; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.order-lines tbody tr:hover { background: #f5f5f5; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.order-lines th:last-child { border-right: none; }
.order-lines td:last-child { border-right: none; }


.datetimepicker select
{
    background-color:white;
    padding:10px;
}