	body{
		width:100vw;
		max-width:100vw;
		max-height:100vh;
		height:100vh;
	}
	
	.splitToolbarButtonSeparator{
		display:none !important;
	}

	
	#listContainer::-webkit-scrollbar {
		width: 1px;	
	}
	
	#listContainer::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 1px;
	}
	
	#listContainer::-webkit-scrollbar-thumb {
		border-radius: 1px;
		min-height:25px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
		background-color:#F09420;
	}
	
	#cart_table::-webkit-scrollbar {
		width: 1px;	
	}
	
	#cart_table::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 1px;
	}
	
	#cart_table::-webkit-scrollbar-thumb {
		border-radius: 1px;
		min-height:25px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
		background-color:#F09420;
	}
	
	#operationPanel3Dsx,#operationPanel3Ddx{
		bottom:2px !important;
		padding:2px !important;
	}
	
	.rosa3d_movimenti_dx .pannel3dbutton{
		text-align: center;
		width: 30px;
		height: 30px;
		padding: 0px !important;
		line-height: 40px;
	}
	
	.btn3dright {
		position: absolute;
		margin-top: 55px;
		margin-left: 113px;
	}
	
	.btn3left {
		position: absolute;
		margin-top: 55px;
		margin-left: 46px;
	}
	
	.btn3down {
		position: absolute;
		margin-top: 90px;
		margin-left: 80px;
	}
	
	.btn3dup {
		position: absolute;
		margin-top: 22px;
		margin-left: 80px;
	}
	
	.pannel3dbutton{
		font-size:10px !important;
	}
	
	.rosa3d_movimenti_dx{
		bottom:130px !important;
		right:155px !important;
	}
	
	.chara_10{
		font-size:10px !important;
	}
	.chara_12{
		font-size:12px !important;
	}
	.chara_14{
		font-size:14px !important;
	}
	.chara_16{
		font-size:16px !important;
	}
	
@media screen and (min-width:601px){	
	html[dir="ltr"] .outerCenter {
		float: left;
		left: 80px;
	}
}

/* MEDIA SCREEN CALL BIG*/
@media screen and (min-width:1921px){
	.body_app{
		background-image: url("../__data/principal-app-big.jpg") ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100vw;
		height:100vh;
	}
}

/* MEDIA SCREEN CALL MEDIUM*/
@media screen and (min-width:801px) and (max-width:1920px){
	.body_app{
		background-image: url("../__data/principal-app-medium.jpg") ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100vw;
		height:100vh;
	}
}

/* MEDIA SCREEN CALL SMALL*/
@media screen and (min-width:601px) and (max-width:800px){
	* { 
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;	
		outline: none !important; 
		-webkit-touch-callout: none !important;
		-webkit-user-select: none !important;
		-khtml-user-select: none !important; 
		-moz-user-select: none !important; 
		-ms-user-select: none !important; 
		user-select: none !important; 
	}	
	
	#myLogoutPresContent{
		left:0 !important;
		width:90% !important;
		height:auto !important;
		margin-left:5% !important;
		top:calc(50% - 100px) !important;
	}
	
	#myLogoutPresLogo{
		float:unset;
		display: flex;
		justify-content: center;
	}
	
	#myLogoutPresText{
		border-top: 1px solid #B88027;
		text-align:center;
		float:unset;
		border-left: unset;	
	}
	
	#myLogoutPresLogo ul li{
		display: flex;
		justify-content: center;
	}
	
	.logo_history{
		display:none !important;
	}
	
	.printer_history {
		display:none !important;
	}
	
	.ora_ordine_history{
		margin-left:5px;
	}

	#cart_history{
		max-width:96%;
	}
	
	.div_cart_table_history{
		width:98% !important;
	}	
	
	.body_app{
		background-image: url("../__data/principal-app-small.jpg") ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100vw;
		height:100vh;
	}
	
	.home_custom{
		width:98%;
		left:0%;
		padding-left: 2%;
		font: 700 16px "Roboto Condensed",Arial,Helvetica,sans-serif;
	}
	div.dispari{
		min-width:50%;
		text-align:left;
		margin-left:0%;
	}
	div.pari{
		margin-left:50%;
		text-align:right;
		margin-right:2%;
	}
}	

@media screen and (min-width:361px) and (max-width:600px){ 
	#scaleSelectContainer{
		display:inline-block !important;
		margin-right:5px;
	}

}

/*SMALL MEDIA SCREEN  600*/
@media screen and (max-width:600px){ 
	* { 
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;	
		outline: none !important; 
		-webkit-touch-callout: none !important;
		-webkit-user-select: none !important;
		-khtml-user-select: none !important; 
		-moz-user-select: none !important; 
		-ms-user-select: none !important; 
		user-select: none !important; 
	}
	
	#table_list_machine .divTable .divCell_header:nth-child(n+4){
		display:none !important;
	}
	
	#table_list_machine .divTable .divRow .divCell:nth-child(n+4){
		display:none !important;
	}

	#myLogoutPresContent{
		left:0 !important;
		width:90% !important;
		height:auto !important;
		margin-left:5% !important;
		top:calc(50% - 100px) !important;
	}

	#myLogoutPresLogo{
		float:unset;
		display: flex;
		justify-content: center;
	}
	
	#myLogoutPresText{
		border-top: 1px solid #B88027;
		text-align:center;
		float:unset;
		border-left: unset;
	}
	
	#myLogoutPresLogo ul li{
		display: flex;
		justify-content: center;
	}

	#quantita_cart_title{
		font-size:13px;
	}
	
	.divTable{ 
		width:100% !important;
	}

	.logo_history{
		display:none !important;
	}
	
	.printer_history {
		display:none !important;
	}
	
	.ora_ordine_history{
		margin-left:5px;
	}

	#cart_history{
		max-width:96%;
	}
	
	.div_cart_table_history{
		width:98% !important;
	}

	#lumenu{
		display:none !important;
	}

	#webCodeKitList{
		min-width:95% !important;
		max-width:95% !important;		
	}
	
	#newSetQuantity{
		min-width:90% !important;
		max-width:90% !important;
	}

	#preview34Container{
		left:0px !important;
		width:100% !important;
	}
	
	#productListContainer{
		left:0px !important;
		width:100% !important;
	}	

	#zoomOut, #zoomIn{
		border:1px solid rgba(0, 0, 0, 0.42) !important; 
		width:35px !important;
		margin-right: 5px !important;
		height:23px !important;
	}
	
	/*
	html[dir="ltr"] .toolbarButton::before, html[dir="rtl"] .toolbarButton::before {
		left: 8px !important;
	}*/	
	
	.outerCenter{
		position: absolute !important;
		right: 0px !important;
		top: 0;
		width: calc(100% - 100px) !important;
	}
	
	html[dir="ltr"] .outerCenter {
		right: 0px !important;
		left: unset !important;
	}
	
	html[dir="ltr"] .innerCenter{
		right:0px !important;
	}

	/* INIZIO ROBA GDPR */		
	#div_user_section{
		margin-top: 5vh !important;
		margin-left: 5vw !important;
		width: 90vw !important;
		height: 90vh !important;
		max-height: 90vh !important;
		top: 0 !important;
		left: 0 !important;
		padding:0 !important;
	}
	
	#div_create_user{
		margin-top: 0px !important;
		margin-left: 0px !important;
		width: 100% !important;
		height: 100% !important;
		max-height:100% !important;
		top: 0 !important;
		left: 0 !important;
	}

	#div_user_section .privacy{
		margin-top:30px !important;
		text-align:center !important;
		color:#C6964B !important;
	}
	
	#div_create_user .privacy{
		margin-top:20px !important;
		text-align:center !important;
		color:#C6964B !important;
	}
		
	.gdpr_content{
		width:100% !important;
		text-align:left !important;
	}
	
	#form_richiedi_credenziali_gdpr{
		background-color:rgb(64, 64, 64) !important;
		position: absolute;
		left: -1px;
		top: -45px;
		width:94vw;
		height:200px;
		border-left: 1px solid #B88027 !important;
		border-top: 1px solid #B88027 !important;
		border-right: 1px solid #B88027 !important;
		border-bottom: 1px solid #B88027 !important;
	}
	
	#form_richiedi_credenziali_gdpr .form_login{
		width: 98% !important;
		margin-left: 1% !important;
		padding: 0 !important;
		color:#B88027 !important;
	}
	#form_richiedi_credenziali_gdpr .form_login .sendButton{
		width:320px !important;
		height:20px !important;
		background-color:#F09420 !important;
		margin-top: 5px !important;
		margin-left:calc(50% - 160px) !important;
		font-size:10px !important;
	}
	/*  FINE ROBA GDPR */

	.home_custom{
		width:98%;
		left:0%;
		padding-left: 2%;
		font: 700 16px "Roboto Condensed",Arial,Helvetica,sans-serif;
	}
	
	div.dispari{
		min-width:50%;
		max-width:50%;
		text-align:left;
		margin-left:0%;
		font-size:18px;
	}
	div.pari{
		margin-left:50%;
		text-align:left;
		margin-right:2%;
		font-size:18px;
	}	
	
	.logo_xpare {
		float: right !important;
		height: 40px !important;
		max-height:40px !important;
		margin-top: 5px !important;
		max-width:150px !important;
	}

	html {
		max-height:100vh !important;
		background:rgb(64, 64, 64) !important;
	}
	
	.body_app{
		background-image: url("../__data/principal-app-small.jpg") ; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width:100vw;
		height:100vh;
	}
		
	header{
		position: sticky;
		top:0;
		left:0;
	}
  
	.tab_line,.my_tab_line,.form_login_lang{
		display:inline-block !important;
		margin-right: 10px !important;
	}
	
	div.div_login,  .link_contact_form, .desktop_inline_only{
		display:block !important;
		border-top:1px solid #B88027 !important;
		border-bottom:1px solid #B88027 !important;
	}
	
	#logo_footer{
		display:inline-block !important;
	}
	
	div.div_login{
		background:rgb(64, 64, 64) !important;
		display:block !important;
		position: absolute;
		top: 45vh;
		left: 3vw;
		width: 94vw !important;
		margin-left:0px !important;
		margin-top:0px !important;
		height:220px !important;
	}
	
	div.div_login form{
		width: 100% !important;
	}
	
	.form_login, .form_demo{
		padding:10px 0px !important;
	}
	
	.link_contact_form,#download{
		display:none !important;
	}
	
	.footer{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 5vh !important;
		padding: unset !important;
		line-height: 5vh !important;
		
	}
	.footer_mobile{
		display:none !important
	}
	
	input.login[type="submit"] {
		width:320px !important;
	}
	
	input.demo[type="submit"]{
		width:320px !important;
		display:none !important;
	}
	
	input.like_line[type="text"], input.like_line[type="password"]{
		width:300px !important;
	}
	
	/* QUI PARTE L'INDEX DI WEB*/
	#treeContainer{
		margin-top:50px !important;
		height:calc(100% - 50px) !important;
		min-height:calc(100% - 50px) !important;
		position:fixed;
		left:-345px; 
	}
	
	
	#headContainer{
		position:absolute !important;
		top:0;
		left:0;
		width:100vw;
		height:50px;
	}
	
	#homeContainer{
		left:0;
		width:100vw;
		max-width:100vw;
		min-width: 100vw;
		height:calc(100% - 50px);
		top:50px !important;
	}
	
	.dropdownToolbarButton{
		min-width:120px !important;
	}
	
	#scaleSelect{
		width:120px !important;
		min-width:120px !important;
		max-width:120px !important;
	}
	
	#scaleSelectContainer{
		display:none;
	}
	
	#slidefirstaccess, #slidepayoff, #slide3doptions{
		width: 90vw;
	}
	
	#outerContainer{
		left:0 !important;
		width:100vw !important;
		top: 50px !important; 
		padding:0vw;
	}
	
	#listContainer{
		left:0;
		width:100vw !important;
		top:auto !important;
		margin-left: 0vw !important;
		margin-bottom:0vw !important;
	}

	#toolbarViewer{
		max-width:100vw;
	}
	
	#toolbarViewerRight{
		display:none !important;
	}
	
	.ps-container .ps-scrollbar-y{
		width:1px !important;
	}
	
	.ps-container .ps-scrollbar-x{
		height:1px !important;

	}
	
	.ps-container .ps-scrollbar-y-rail{
		width:1px !important;

	}
	.ps-container .ps-scrollbar-x-rail{
		height:1px !important;

	}
	
	#tablelistContainer{
		font-size:10px;
	}
	
	#show_machine_data{
		font: 700 14px "Roboto Condensed",Arial,Helvetica,sans-serif;
		white-space: nowrap;
		display:none !important;
	}
	
	#downloadFile{
		display:none !important;
	}
	
	.div_documentazione_macchina {
		min-width: 50vw;
		max-width: 90vw;
		word-break: initial;
		max-height: 50vh;
	}
	
	#segnalazione,#order_history{
		width:90vw;
	}
	
	#documentazione_macchina{
		width:90vw;
	}
	
	#open_slide_menu{
		width: 40px;
		height:40px;
		margin-left: 15px;
		margin-top: 5px;
		float: left;
		cursor:pointer;
		display:block;		
	}
	
	.slide_menu_icon{
		width: 100%;
		height: 5px;
		background-color: #B88027;
		margin: 6px 0;
	}
	
	#open_slide_menu:hover > .slide_menu_icon{
		background-color:#daa551;
	}
	
	#show_machine_data{
		font-size: 11px !important;
		margin-top: 5px !important;
	}
	
	div#showCode{
		font-size: 11px !important;
		margin-left: -86px !important;
		margin-top: 15px !important;
		display:none;
	}
		
	#cart{
		width: 90vw !important;
		max-height: 90vh !important;
	}
	
	#my_order_note{
		width:90vw !important;
		height:15vh !important;
	}
		
	table#cart_table,.div_cart_table{
		width:90vw !important;
		min-width:90vw !important;
		max-width:90vw !important;
		max-height: 35vh !important;
	}
	
	table#cart_table tr td{
		padding:0px 0px !important;
	}
		
	#table_list_machine{
		max-height:100% !important;
		height:100% !important;
	}

	img.lente_distinta{ 
		display:none !important;
	}
	
	table tr td.icone_distinta img {
		width: 15px;
		margin-right: 0px;
	}
	
	.show_note, .show_consigliato, .show_usura, .show_opzionali, .show_plus_1 {
		margin-right: 0px;
		width: 15px;
		height: 15px;
		line-height: 16px;
		vertical-align: -2px;
		display:none;
	}
	
	table#tablelistContainer{
		width:calc(100vw - 2px);
	}
	
	table#tablelistContainer tr td {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		min-width:0px;
	}
	
	table#tablelistContainer tr td.descrizione_distinta{
		display:none !important;
	}
	
	table#tablelistContainer tr td.codice_distinta{
		width:auto;
	}
	
	#operationPanel3Dsx,#operationPanel3Ddx, #cube3DX_1, #cube3DX_2{
		display:none !important;
	}
	
	.tree_container_each_element{
		width:100% !important;
	}
}
