
form button:active{
  border:0;
}	
/* CSS Stefano */
body {
	font-family: 'Lato', sans-serif;;
	font-size: 13px;
	background-image: url('/images/bg-login-newpool.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}
.bodylogin {
	
}
.logout {
	background: url('/images/logout.svg') no-repeat center center/50px;
	display: inline-block;
	width: 60px;
	height: 30px;
	margin-right: 30px;
}
.logout:hover {
	background: url('/images/logout-over.svg') no-repeat center center/50px;
}
.user {
	display: grid;
	grid-template-columns: 70px auto;
}
.user span {
	padding-top: 7px;
}
#loginform #email {
	
}
.resetpsw {
	width: 100%;
	text-align: right;
	display: block;
}
.resetpsw a {
	font-style: italic;
	color: #fff !important;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	float: right;
	width: auto !important;
}
a {
	cursor: pointer;
}
h2.titoletto {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #1AA0DB;
	color: #ffffff;
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 13px;
	font-weight: normal !important;
	margin: 0px !important;
}
.main, .footermenu {
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
}
/* Login */
.p-login .logointro, .p-login .welcome {
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
}
.p-login .welcome {
	margin-bottom: 20px;
}
#login, .registrazione {
	display: flex;
	justify-content: center;
}
#login input, #login a, .registrazione input, .registrazione .registrati{
	display: flex;
	margin-bottom: 10px;
	width: 320px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
h2.register {
width: 100%;
	justify-content: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#login input#email {
	border: 1px solid #237C97;
	background: rgba(255,255,255,0.5) !important;
}
#login input {
	padding-left: 20px;
}
input:-webkit-autofill {
border:#237C97 !important;
background-color: #ffffff  !important;
}
.accedi, .registrati {
justify-content: center;	
}
.accedi {
	background-color: #ffffff;	
	border: 1px solid #0F97D1;
	color: #0F97D1;
}
.registrati {
	background-color: #0F97D1;
	border: 1px solid #ffffff;
	color: #ffffff;
}
/* intro */
.dashboard {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	font-family: 'Lato', sans-serif;;
}
.logointro, .textintro{
	display: block;
	width: 100%;
	text-align: center;
}
.textintro{
	color: white;
	font-size: 22px;
	font-family: 'Lato', sans-serif;;
}
.hpblck {
	display: flex;
	width: 20%;
	margin-left: 10px;
	margin-right: 10px;
	justify-content: center;
	min-height: 210px;
	line-height: 210px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;;
	font-size: 16px;
	background-color: rgba(256, 256, 256, 1);
	border-radius: 5px;
	font-weight: bold;	
	border: 1px solid #ffffff;
}
.hpblck:hover {
	border: 1px solid #1BA2DA;
	background-color: rgba(256, 256, 256, 0.5);
}
/* blockhead */

.blockhead {
	width: 1180px;
	position: fixed;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 999;
}
.editproduct, .addproductpage {
	margin-top: 220px;
}
.edituser {
	margin-top: 25px;
}

.utenti {
	
}

.main {

	padding-top: 20px;
	padding-bottom: 20px;
}
.page-utenti .main {
	background: #fff;
}
.griduser {
	display: grid;
	grid-template-columns: auto 16% 80px 15%;
	grid-gap: 3px;
	margin: 20px;
	width: calc(100% - 40px);
}
.griduser.int > div {
	text-transform: uppercase;
	text-align: center;
	background-color: #1BA2DA;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.editutente {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.editutente a {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px !important;
		margin-bottom: 3px !important
}
.editutente a img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 23px;
	height: 23px;
}
a.abilitato, a.sospeso {
	margin-top: 0px !important;
	margin-bottom: 3px !important
}
.griduser > div {
	border-bottom: 1px solid #999;
}
.titleutenti {
display: flex;
height: 45px;
background-color: none;
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;

}
.intestazione {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.intestazione {
	display: block;
}
.top, .offerta-action, .grid2top { 
	height: 100px;
	background: #fff;
	display: grid;
	grid-template-columns: 30% 70%;
	align-items: center;
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;
}
.top {
	background-color: #ffffff;
	margin-top: 50px !important;
	border-bottom: 1px solid #1BA2DA;
}
.logo {
	background: url(/images/logo-newpool.svg) no-repeat center center/250px;
	height: 60px;
	width: 296px;
	margin-left: 10px;
	display: block;
}
.top > div:last-of-type {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction:column;
	padding-right: 30px;
}
.intcatalogo {
	display: flex;
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;	
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #1AA0DB;
	flex-wrap: wrap;
	height: 75px;
	font-size: 20px;
}

.intcatalogo > div {
	line-height: 20px;
}
.page-catalogo .main {
	padding-top: 0px;
}
.page-catalogo .main .catalogo {
	padding-top: 20px;
}
.backhp {

}
.backhp a{
	background-color: #1AA0DB;
	color: #ffffff;
	width: 125px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	float: left;
	white-space: nowrap;
	margin-top: 20px;
	
}
.user {
	left: 153px;
	top:100px;
}
.user span a {
	font-weight: bold;
}
.user span a:hover {
	color: #CF0508;	
}
.intestazione {
	height: 30px;
	position: relative;
	line-height: 30px;
}
.intestazione > div {
	padding-left: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.intestazione > div:last-of-type {
	border-right: 1px solid #ccc;
}
.back, .title, .cerca, .addproduct {
	float: left;
	display: block;
}
.back {
	width: 97px;
	margin-top: 18px;
}
.title {
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
}

.title_optional {
	text-transform: uppercase;
	font-size: 20px;
	color: #ffffff;
}

.cerca, .addproduct {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
	background-color: #ffffff;
	margin-top: 30px;
	color: #1AA0DB;
	padding-left: 20px;
	padding-right: 20px;
}
.cerca {
	margin-left: 300px;
	background-image: url('/images/lente.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 40px !important;
}
.addproduct {
	margin-left: 18px;
}

.pulsantiera {
	float: right;
	margin-right: 110px;
	margin-top: 35px;
}
.pulsantiera a, .salverde.invia {
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	width: auto;
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-decoration: none;
}
.pulsantiera .salverde, .salverde.invia {
	background-color: #2BC20E;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.pulsantiera .salverde:hover, .salverde.invia:hover {
	background-color: #26B10E;
	border: 1px solid #2BC20E;
}
.pulsantiera .chiudi {
	background-color: #ffffff;
	border: 1px solid #1AA0DB;
	color: #1AA0DB;
}
.salverde.invia {
	margin-top: 20px;
	margin-left: 0px !important;
}
/* utenti CLIENTI */

.clienticon {
background-image: url('/images/clienticon.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 55px;
	height: 29px;
}
.utenti, .edituser {
	display: block;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.utenti {
	padding-top: 0px !important;
}
.utente {
	float: left;
	display: block;
	width: 100%;
}
.utente, .utente div {
	height: 35px;
	line-height: 35px;
}
.utente:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.utente div, .utenti .int div {
	float: left;
	width: 25%;
	border-right: 1px solid #333333;
	box-sizing: border-box;
	border-bottom: 1px solid #E4E8EF;
}
.utente div:nth-of-type(2), .utenti .int div:nth-of-type(2){
	width: 30%;
}
.utente div:nth-of-type(4), .utenti .int div:nth-of-type(4), .utente div:nth-of-type(5), .utenti .int div:nth-of-type(5) {
	width: 10%;
}
.utenti .filtri, .utenti .int {
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 1140px;
}
.utenti .filtri {
	border-bottom: 1px solid #1AA0DB;
	padding-bottom: 10px;
}
.utenti .int div {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.utenti .int  {
	background-color: #C3C3C3;
	height: 30px;
	width: 100%;
	margin-top: 50px;
}
.utente div:nth-child(1), .utente div:nth-child(2) {
	padding-left: 30px;
}
.utente div:nth-child(3), .utente div:nth-child(4), .utente div:nth-child(5), .utente div:nth-child(6) {
text-align: center;
}
.utenti .int div:nth-child(6), .utente div:nth-child(6) {
border-right: none !important;
}
.utente div:nth-child(6) img {
	margin-top: 5px;
}
.search-type {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	display: flex;
	justify-content: center;
}
.search-type input, .search-type a {
	width: 180px;
	display: flex;
	line-height: 30px;
}
.search-type input {
	border-radius: 3px;
	border: 1px solid #1AA0DB
}
 .search-type a {
	margin-left: 5px;
	margin-right: 30px;
	 color: #1AA0DB;
}
/* MODIFICA utenti CLIENTI */

.cornice {
	border: 1px solid #aaaaaa;
	padding: 40px;
	margin: 35px;
	border-radius: 6px;
	overflow: hidden;
}
.cornice div {
	float: left;
	padding: 10px;
	width: 49%;
	display: block;
	box-sizing: border-box;
}
.cornice div span {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.cornice div span label, .cornice div span input, .cornice div span select {
	float: left;
}
.cornice div span label {
	width: 120px;
	margin-right: 10px;
}
.sin, .des {
	min-height: 150px;
}
.stato {
	float: left;
	width: 100% !important;
	display: block;
}
.stato label{
	float: left;
	margin-right: 20px;
	height: 38px;
	line-height: 30px;
}
.stato a{
	float: right;
	width: 220px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background-color: #1AA0DB;
	border: 1px solid #1AA0DB;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}
/* GESTIONE CATALOGO - directory */
.caticon {
background-image: url('/images/caticon.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 55px;
	height: 33px;
}
.catalogo {
	display: block;
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.boxato .catalogo {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.boxato .catalogo input {
	margin: 5px !important;
	height: 28px !important;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff !important;
}
.boxato .catalogo .articolo div {
	padding: 0px !important;
	min-height: 34px;
}
input.alter {
	border-bottom: 1px dotted #999 !important;
}
.gruppi, .famiglie, .sottogruppi  {
	display: flex;
	justify-content: center;
  flex-flow: row wrap;
}
.catfil {
	margin-top: 220px;
	padding-top: 30px;
}
.gruppi .gruppo, .famiglie .famiglia {
	display: flex;
	width: 256px;
	height: 100px;
	background-color: #1AA0DB;
	color: #ffffff;
	line-height: 100px;
	text-align: center;
	border-radius: 3px;
	justify-content: center;
	margin: 10px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
}
.gruppi .gruppo span {
	word-wrap: break-word;
	width: 100%;
	line-height: 20px;
}
.gruppi .gruppo:hover, .famiglie .famiglia:hover, .sottogruppi .sottogruppo:hover {
	background-color: #91D5F2;
	color: #333333;
}
.gruppo {
	justify-content: center;
	align-items: center;
}
.gruppo span {
	padding: 10px;
}
/* GESTIONE CATALOGO - visualizzazione */
.filtri {
	margin-bottom: 25px;
	position: fixed;
	background-color: #ffffff;
	width: 1160px;
	overflow: hidden;
	padding-top: 10px;
	display: block;
}
#catalogo-box {
	margin-top: 130px;
}
.extra_info textarea#extrainfo {
	text-align: left !important;
	padding-left: 15px;
	padding-top: 12px;
	box-sizing: border-box;
  writing-mode: horizontal-tb !important;
text-orientation: sideways;
  -webkit-writing-mode: horizontal-tb !important;
  -ms-writing-mode: horizontal-tb !important;
	width: 100%;

}
.catalogo .filtri .directory, .catalogo .filtri .filtricerca {
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 30px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.filtri .directory div, .filtri .filtricerca div, .filtri .filtricerca a, .filtri .filtricerca input {
float: left;
margin-right: 30px;
}
.filtri .directory div{
	width: 240px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background-color: #1AA0DB;
	border: 1px solid #1AA0DB;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}

.filtri .directory div#selcat, .filtri .directory div.sottocategorie{
	background-color: #ffffff !important;
	border: 1px solid #ffffff;
}

.filtri .filtricerca div {

}
.filtri .cod, .filtri .nome {
	width: 240px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}
.filtri .cod, .filtri .nome {
	padding-left: 10px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
.filtri .tastocerca {
	float: right !important;
	width: 240px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background-color: #1AA0DB;
	border: 1px solid #1AA0DB;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}


.intestazionecatalogo {
	background-color: #EEEEEE;
	height: 30px;
	line-height: 30px;
}
.intestazionecatalogo, .singleproduct {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.singleproduct {

}
.rigo {
	border-bottom: 1px solid #DEDFDF;
	width: 100%;
	height: 2px;
}
.intestazionecatalogo div, .singleproduct div {
	display: flex;
	align-self: center;
}
.singleproduct div {
}
.intestazionecatalogo div:nth-child(1), .singleproduct div:nth-child(1) {
	width: calc(100% / 7 - 40px);
	justify-content: center;
}
.intestazionecatalogo div:nth-child(2), .singleproduct div:nth-child(2) {
	width: calc(100% / 7 + 120px)
}
.intestazionecatalogo div:nth-child(3), .singleproduct div:nth-child(3) {
	width: calc(100% / 7  + 40px)
}
.intestazionecatalogo div:nth-child(4), .singleproduct div:nth-child(4) {
	width: calc(100% / 7  - 40px);
	justify-content: center;
}
.intestazionecatalogo div:nth-child(5), .singleproduct div:nth-child(5) {
	width: calc(100% / 7);
	justify-content: center;
}
.intestazionecatalogo div:nth-child(6), .singleproduct div:nth-child(6) {
	width: calc(100% / 7 - 40px);
    justify-content: center;
}
.intestazionecatalogo div:nth-child(7), .singleproduct div:nth-child(7) {
	width: calc(100% / 7 - 40px);
	justify-content: center;
}
.singleproduct div:nth-child(5) img {
	width: 50%;
	height: 80px;
	display: block;
	object-fit: cover;
}
/* inserisci un nuovo prodotto */
.addproductpage {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.addproductpage .info-preliminari, .addproductpage .info-descrizione label, .addproductpage .info-descrizione div, .info-schedatecnica label, .info-schedatecnica > div, .info-download label, .info-download > div {
	display: block;
	overflow: hidden;
	box-sizing: border-box;		
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.addproductpage .info-preliminari, .editproduct .info-preliminari {
	background-color: #ffffff;
}
.addproductpage .info-descrizione label, .info-schedatecnica label, .info-download label {
	background-color: #1AA0DB;
	color: #ffffff;
}
.addproductpage .info-descrizione div{
	background-color: #ffffff;
	width: 100%;
	height: 150px;
}
.riga {
	width: 100%;
	display: block;
	height: 33px;
}
.riga div, .riga label, .riga input{
	float:left;
	margin-right: 25px;
}
.lblcap {
	text-transform: uppercase;
}
.riga #codice, .riga #selgruppo #gruppo {
	width: 200px;
}
.riga #nome, .riga #selcat #categoria {
	width: 400px;
}
.riga input, .riga select {
	min-height: 24px;
	border-radius: 2px;
	border: 1px solid #aaaaaa;	
}
.riga input::placeholder, .info-descrizione textarea::placeholder, #namefile::placeholder{
	padding-left: 10px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
#imgprod {
	border: none !important;		
}
.info-descrizione #descrizione {
	width: 100%;
	min-height: 200px;
}
.addproductpage .info-descrizione div {
	min-height: 240px;
}
.info-schedatecnica > div, .info-download > div  {
	background-color: #ffffff;
}
#immagini {
	background-color: #E4F9FF;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}
#immagini:hover{
	background-color: #BFF1FF;
}
#immagini input{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
}
#immagini {
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #aaaaaa;
	background-image: url('/images/nuvola.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 150px;
}

.addfile a {
	min-height: 24px;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	width: 250px;
	text-align: center;
	display: block;
	line-height: 24px;
}
.addfile a:hover {
	border: 1px solid #2BC20E;
	color: #2BC20E;
}
.filedownload {
	border-top: 1px solid #aaaaaa;	
	border-bottom: 1px solid #aaaaaa;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.filedownload input {
}

.namefile {
	
}
/* Modifica prodotto */
.editproduct .info-preliminari {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	min-height: 250px;
	overflow: hidden;
}
.editproduct .info-preliminari .rigouno label:nth-child(1) {
	width: 30px !important;
	margin-right: 0px !important;
}
.editproduct .info-preliminari .rigouno input#idprodotto {
	width: 80px !important;
	margin-right: 10px !important;
}
.editproduct .info-preliminari .rigouno label:nth-child(3) {
	width: 60px !important;
	margin-right: 0px !important;
}
.editproduct .info-preliminari .rigouno label:nth-child(5) {
	width: 50px !important;
	margin-right: 0px !important;
}
.editproduct .info-preliminari .rigouno label:nth-child(7) {
	width: 50px !important;
	margin-right: 0px !important;
}
.editproduct .info-preliminari .rigouno input {
	min-height: 24px;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
}
.closed {
	float: right;
	background-color: #ffffff;
	border: 1px solid #1AA0DB;
	height: 24px;
	line-height: 24px;
	color: #1AA0DB;
	border-radius: 2px;
	text-align: center;
	width: 250px;
	text-decoration: none;
}

/* Anteprima catalogo */
.anteprima {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	padding: 40px;
}
.anteprima, .anteprima div{
	box-sizing: border-box;
}
.sideleft, .corpomain {

}
.sideleft {
width: 26%;
float: left;
}
.sideleft a{
	width: 100%;
	padding: 15px;
	border: 1px solid #aaaaaa;
	color: #1AA0DB;
	text-decoration: none;
	float: left;
	box-sizing: border-box;
	text-transform: uppercase;
}
.corpomain {
width: 71%;
float: right;
	margin-right: 30px;
}
.corpomain .namecat{
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #1AA0DB;
}
.anteprime {
	float: left;
	border: 1px solid #dedede;
	width: calc(25% - 20px);
	margin: 10px;
	display: block;
	min-height: 220px;
	position: relative;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	
}
.anteprime label {
	background-color: #ffffff;
	color: #333333;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
		cursor: pointer;
}
.anteprime  a, .anteprime2 div a{
	color: #1AA0DB;
	width: 100%;
	text-align: center;
	display: block;
	top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	font-weight: bold;
	cursor: pointer;
}
.procol4 {
	overflow: hidden;
}
.anteprime2 {
	padding-top: 30px;
	
}
.anteprime2 div{
	float: left;
	border: 1px solid #aaaaaa;
	width: calc(33% - 20px);
	margin: 10px;
	display: block;
	min-height: 200px;
	position: relative;
}
.nameundercat {
	width: 100%;
	display: block;
	padding: 15px;
	color: #1AA0DB;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: 3px solid #1AA0DB;
	padding-top: 25px;
	
}

/*  SWITC SLIDER */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
	margin-left: 50px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.configurazione, .configurazione_optional {
	width: 100%;
	display: block;

}
.configurazione > div > div {

}
.configurazione > div label, .configurazione_optional > div label {
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.configurazione > div input, .configurazione_optional > div input {
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}
/* File sharing */
.titoletto {
	width: 100%;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #1AA0DB;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.fileshare {
	background-image: url(/images/filesharing-ico.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.filesharing, .sharing-box {
	width: 100%;
	background-color: white;
	overflow: hidden;
	padding-bottom: 30px;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
}
.filesharing-box, .adminshare {
	flex: 1;
}
.filesharing-box {
	float: left;
	width: calc(50% - 1px);
	border-right: 1px solid #aaaaaa;
}
.filesharing-box.correct {
	float: none !important;
	width: 100%;
}
.adminshare {
	float: right;
	width: 50%;
}
.sharetitle {
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	color: #333333;
}
.caricafile {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #aaaaaa;
	box-sizing: border-box;
}
.listadoc {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.listadocdiv {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	height: 35px;
	margin-bottom: 3px;
}
.listadocdiv a {
	color: #333333;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
}
.listadocdiv a:nth-child(1) {
	float: left;
	background-image: url(/images/documento-ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.listadocdiv a:nth-child(2) {
	float: right;
	background-image: url(/images/elimina.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
}
.listadocdiv a:nth-child(2):hover {
	color: #C40408;
}
.creacart {
	float: right;
}
.creacart a {
	background-color: #1AA0DB;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
.cartelle {
	display: flex;
	justify-content: center;
}
.cartella {
	border: 1px solid #aaaaaa;
	position: relative;
	border-radius: 4px;
	display: flex;
	z-index: 1;
	width: 100px;
	height: 90px;
	margin: 10px;
}
.closefolder {
	position: absolute;
	right:0px;
	top: 0px;
	z-index: 20;
	display: block;
	width: 23px;
	height: 23px;
	background-image: url(/images/closefolder-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.closefolder:hover {
	background-image: url(/images/closefolder-ico2.png);
}
.namefolder span {
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	display: block;
	padding-top: 4px;
}
.namefolder span:hover {
	color: #156302;
}
.namefolder img {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
}
.upload {
	background-color: #016B13;
	color: #ffffff;
	padding: 3px;
	font-size: 11px;
	border: 1px solid  #016B13;
	border-radius: 3px;
	display: block;
	width: 100px;
	text-align: center;
	float: right;
	margin-right: 50px;
}
.schedeprodimg img{
	max-width: 780px !important;
}
.pdf {
	background-image: url(/images/pdf-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 80px;
	line-height: 60px;
	height: 60px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}
.pdf:hover {
	color: #1AA0DB;
}
.tabprod {
	min-height: 500px;
	margin-bottom: 50px;
	overflow: hidden;
}
#selgruppo {
	position: relative;
}
#selgruppo select {

	min-height: 24px;
}
.folderback a {
	border: 1px solid #333;
	padding: 4px;
	font-size: 10px;
	letter-spacing: 1px;
	width: auto;
}
.folderback {
	display: block;
	margin-bottom: 20px;
}
.sharing-box {
	flex-wrap: wrap;
}
.filesharing-item {
	width: 100%;
	display: flex;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F1EFEF;
}
.filesharing-item span{
	float: left;
	width: 600px;
	margin-right: 20px;
}
.spazioup .main {
	margin-top: 218px !important;
}
#upimmagini {
	margin-top: -40px !important;
}
a.sospeso, a.abilitato {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 23px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.editutente a {
	margin-top: 5px;
	display: block;
}
.registrazione {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(255,255,255,0.3);
}
.registrazione form, .registrazione .boxreg {
	padding: 30px;
	background: rgba(255,255,255,0.3);
}
.boxreg .inpreg {
	height: 32px;
    line-height: 32px;
    border: 1px solid #1AA0DB;
    padding-left: 10px;
	border-radius: 3px;
}
.registrazione .moduser{
	grid-gap: 0px !important;
}
.registrazione .moduser > div{
	padding: 0px !important;
}
.registrazione .modata {
	display: block !important;
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 3px !important;
	color: #fff;
	border: 1px solid #ffffff !important;
	background-color: #26B10E;
	text-align: center !important;
	margin-top: 25px;
}
.registrazione .statom {
	margin-top: 20px;
}
.registrazione .switch {
	margin-left: 0px !important;
}
.registrazione .moduser .stato label {
    height: 27px !important;
}
.registrazione select {
	text-transform: uppercase;
}
a.sospeso {
	background-image: url(/images/sospeso.png);
}
a.abilitato {
	background-image: url(/images/abilitato.png);
}
.hpblck.gestut span {
	background: url(/images/ico-user.svg) no-repeat center center/60px;
}
.hpblck.newof span {
	background: url(/images/ico-turchese.svg) no-repeat center center/60px;
}
.hpblck.ofbz span {
	background: url(/images/ico-grigia.svg) no-repeat center center/60px;
}
.hpblck.history span {
	background: url(/images/ico-azzurra.svg) no-repeat center center/60px;
}
.hpblck {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none !important;
}
.hpblck span {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	
}
.hpblck label {
	width: 100%;
	color: #333;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	cursor: pointer;
}
.hpblck p {
	font-size: 12px;
	text-align: justify;
	text-transform: lowercase;
	line-height: 14px;
	padding: 0px 20px 20px 20px;
	color: #666;
	font-weight: 100;
	text-decoration: none !important;
	
}
/* START NUOVA OFFERTA  */
.offerta-action h1, .grid2top h1 { 
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	color: #1BA2DA;
	font-weight: bold;
	padding-left: 60px;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 40px !important;}
.offerta-action h1 {
	background: url(/images/ico-turchese.svg) no-repeat left center/40px;
}
.user-manag h1 {
	background: url(/images/ico-user.svg) no-repeat left center/40px;
}
.offerta-action a, .grid2top a { 
	float: right;
	margin-right: 12px;
	background-color: #1BA2DA;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}
.grid2top a:first-of-type, .offerta-action a:first-of-type {
	margin-right: 30px!important;
}
.grid4 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 20px;
	width: calc(100% - 60px);
}

div {
	box-sizing: border-box;
}
.grid4 input, .grid4 textarea {
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
}
.padsection {
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.offerta-caratteristiche {

}
.padsection input {
	border: 1px solid #999;
	color: #999;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}
.padsection form > div {
	width: 100%;
}
#formcar {
	width: 100%;
}
#formcar select {
	border: 1px solid #999;
	color: #999;
	min-height: 35px;
	line-height: 35px;
	border-radius: 3px;
	width: 23.4%;
	margin-right: 20px
}
#formcar select:last-of-type {
	margin-right: 0px !important;
}
.page-newof .title {
	width: 100%;
	display: flex;
	height: 45px;
	background-color: #8BCCAB;
	padding-left: 40px;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	
}

.page-newof .title_optional {
	width: 100%;
	display: flex;
	height: 45px;
	background-color: #ff9d23;
	padding-left: 40px;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	
}

.page-newof .titleswitch {
	width: 100%;
	display: grid;
	grid-template-columns: 300px auto 250px;
	height: 45px;
	background-color: #8BCCAB;
	padding-left: 40px;
	box-sizing: border-box;
	text-transform: uppercase;
font-size: 20px;
color: #ffffff;
	line-height: 45px;
}
.page-newof .titleswitch > div:last-of-type {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100% !important;
}
.page-newof .titleswitch > div:last-of-type > span {
	font-size: 12px !important;
	margin-left: 10px;
}
.page-newof .titleswitch .switch {
	margin-left: 0px !important;
	
}
.page-newof section {
	background-color: #fff;
}
.page-newof h3 {
	color: #22A8DB;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
.addspec, .rowca {
	width: 100%;
	display: block;
}
.rowca {
	border-bottom: 1px solid #ccc;
}
.rowca label {
	width: 280px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
}
.selvalori {
	width: 170px;
	display: inline-block
}
.rowca input {
	width: calc(100% - 460px);
	font-size: 12px;
	border: none;
	background-color: #eee;
	padding-left: 15px;
	box-sizing: border-box;
}
.box-datistandard.padsection > div {
	width: 100%;
}
.addspecaddspec, .addmacrocat {
	background: url(/images/plus.svg) no-repeat left center/20px;
	padding-left: 28px;
	color: #999;
	height: 20px;
	line-height: 20px;
}
.addspecaddspec:hover, .addmacrocat:hover {
	color: #333;
}
/* END NUOVA OFFERTA  */
.user {
	float: right;
}
.user a {
	text-decoration: none;
	color: #333;
}
.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexbox > div > a {
	margin: 8px;
background-color: #1BA2DA;
height: 30px;
line-height: 30px;
text-transform: uppercase;
color: #fff;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
display: inline-block;
}
.blubot {
background-color: #1BA2DA;
height: 30px;
line-height: 30px;
text-transform: uppercase;
color: #fff;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
display: inline-block;
}
.configurazione .onerow {
display: block;
	width: 100%;
	margin-bottom: 15px;
}
.configurazione .onerow:first-of-type {
	margin-top: 15px;
}
.se_box {
	display: grid;
	grid-template-columns: 320px auto 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	grid-column-gap: 10px;
}

.se_box_disabled {
	display: grid;
	grid-template-columns: 450px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	grid-column-gap: 10px;
}

.se_box input {
	width: 100%;
	padding-left: 15px;
}

.se_box_disabled input {
	width: 100%;
	padding-left: 15px;
}

.delspec {
	height: 35px;
	line-height: 35px;
	background:  url(/images/delete.svg) no-repeat left center/26px;
	padding-left: 35px;
	display: block;
	
}
.footermenu {
	background: #fff;
	padding: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footermenu a {
	margin-left: 8px;
	margin-right: 8px;
}
.catalogo > div:hover {

}
.catalogo > div:hover > div {
}
.catalogo .intestazione, .catalogo .articolo {
	display: grid;
	grid-template-columns: 8% auto repeat(8, 8%) 4%;
	grid-gap: 2px;
}
.catalogo .intestazione > div {
	background-color: #EEEEEE;
	height: 30px;
	text-transform: uppercase;
	font-size: 11px;
}
.catalogo .articolo > div {
	min-height: 60px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.catalogo .articolo > div:last-of-type {
	border-right: 1px solid #ccc;	
}
.sfsconto {
	background: url("/images/sf-sconto2.svg") repeat center center;
	
}
.margine-green {
	background: url("/images/ico/sf-green.svg") repeat center center;
	
}
.margine-red {
	background: url("/images/ico/sf-red.svg") repeat center center;
}
.catalogo .articolo > div.number {
	text-align: right;
	padding-right: 10px;
	justify-content: flex-end;
}
.catalogo .articolo > div input {
	width: calc(100% - 10px);
	margin-right: 10px;
	border: 1px solid #fff;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none !important; 
  margin: 0 !important;
	-moz-appearance: textfield;
}
.page-articoli .main {
	padding-top: 0px;
}
.search {
	background-color: #fff;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 30px;
	box-sizing: border-box;
}
.page-articoli .search input {
	border-radius: 3px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	margin-right: 20px;
	width: 280px;
	background: url(/images/search.svg) no-repeat 5px center/16px;
	padding-left: 25px;
	
}
.intcatalogo > div {
	width: 100%;
	display: flex;
	justify-content: center;
}
.intcatalogo > div > a {
	font-weight: 100;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #1BA2DA;
	font-size: 18px;
}
.intcatalogo > div > a:hover {
	border: 1px solid #fff;
}
.offerta {
	border: 1px solid #ccc;

	border-radius:3px;
	display: grid;
	grid-template-columns: 40px 120px auto 200px 200px 120px 100px 100px;
	margin-bottom: 4px;
	background-color: #fff;
}
.offerta > div {
	border: 1px solid #ccc;
}
#formcar {
	display: flex;
	justify-content: center;
}

.moduser {
	display: grid !important;
	grid-template-columns: 150px auto !important;
	grid-gap: 3px;
	width: 100% !important;
}
.moduser > div {
	width: auto !important;
	padding: 5px !important;
}
.moduser .last {
	grid-column-start: 1;
	grid-column-end: 3;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.moduser .last a, .savebotton a {
	padding: 5px 20px;
	background-color: #26B10E;
	color: #fff !important;
	border-radius: 3px;
}
.moduser .last a:hover, .savebotton a:hover {
	background-color: #1AA0DB;
}
.moduser .stato label {
    height: 31px !important;
}
/* Marginalità */
.page-margi .grid2top {
	grid-template-columns: 40% 60% !important;
}
.page-margi .main {
	background: #fff;
}
.gridmargi {
	display: grid;
	grid-template-columns: 30% 30% auto;
	grid-gap: 5px;
	margin-left: 50px;
	margin-right: 50px;
	width: calc(100% - 100px);
}
.gridmargi > div {
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
}
.gridmargi.int > div {
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	background-color: #1AA0DB;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
}
.savebotton {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.page-register .registrazione input {
	height: 32px;
	line-height: 32px;
	border: 1px solid #1AA0DB;
	padding-left: 10px;
}
.boxato {
	border: 1px solid #1BA2DA;
	margin-bottom: 20px;
}
.titsez {
	background-color: #1BA2DA;
	display: grid;
	grid-template-columns: 260px auto 150px 150px 150px;
	width: 100%;
	height: 38px;
}
.selconftitle select {
	margin-top: 8px;
	margin-left: 10px;
}
.titsez input {
	height: 30px  !important;
	background-color: #1BA2DA;
	border-top: 1px solid #1BA2DA !important;
	border-left: 1px solid #1BA2DA  !important;
	border-right: 1px solid #1BA2DA  !important;
	border-bottom: 1px dotted #fff !important;
	width: calc(100% - 60px)  !important;
	margin-left: 30px;
	margin-right: 30px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 0px !important;
	margin-top: 0px !important;
}
.titsez input::placeholder {
	color: #fff !important;
}

.optional .titsez {
	grid-template-columns: 260px auto 100px 100px 150px !important;
}
.savesez, .delsez, .confsez {
	display: flex;
	justify-content: center;
	align-items: center;
}
.savesez a, .delsez a, .confsez a {
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	border: 1px solid #fff;
	text-align: center;
}
.savesez a {
	background-color: #008C00;
}
.savesez a:hover {
	background-color: #1BA2DA;
	color: #fff;
}
.delsez a {
	background-color: #D90000;
}
.delsez a:hover {
	background-color: #8C0000;
}
.confsez a {
	background-color: #FF9D23;
}
.confsez a:hover {
	background-color: #F28500;
}
.optional .titsez .confsez a {
	background-color: #333;
	text-align: center;
}
.optional .titsez .confsez a:hover {
	background-color: #330066;
}
.addbutton {
	display: flex;
	justify-content: center;
}
.addbutton a {
	margin: 20px;
	border: 1px solid #ccc;
	height: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #555;
	border-radius: 26px;
	padding-right: 15px;
	background: url(/images/ico/aggiungi.svg) no-repeat 4px center/20px;
	padding-left: 28px;
}
.addplus, .icodel, .icodupl {
	display: block;
	width: 20px;
	height: 20px;	
}
.addplus {
	background: url(/images/ico/aggiungi.svg) no-repeat center center/20px;
}
.icodel {
	background: url(/images/ico/elimina.svg) no-repeat center center/20px;
}
.icodupl {
	background: url(/images/ico/duplica.svg) no-repeat center center/20px;
}
.con_tot {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 10px;
}
.con_tot > span:first-of-type {
	font-weight: bold;
	border-bottom: 1px dotted #555;
	margin-right: 20px;
	display: block;
	min-width: 110px;
}
.con_tot > span:last-of-type {
	background-color: #EBEBEB;
	border-bottom: 1px dotted #555;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	letter-spacing: 1px;
}
/* bozze offerte */
.offerte {
	background-color: #fff;
	padding: 30px;
}
.page-bozze {}
.bzgrid {
	display: grid;
	grid-template-columns: 65px auto 181px 180px 65px;
	min-height: 50px;
	line-height: 50px;
	border: 1px solid #95989A;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px);
}
.bzgid {
	width: 65px;
	height: 50px;
	background-color: #1AA0DB;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.bzgcont {
	padding-left: 33px;
	color: #95989A;
	font-size: 16px;
}
.bzgcont span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:10px;
	background-color: #95989A;
	margin-left: 15px;
	margin-right: 15px;
}
.bzgmod, .bzgdup {
	background-color: #8BCCAB;
	width: 180px;
	height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.bzgmod:hover, .bzgdup:hover {
	background-color: #75C19B;
}
.bzgmod {
	border-left: 1px solid #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
}
.bzgdup {}
.bzgdel {
	width: 65px;
	height: 50px;
	background-color: #E50019;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
}
.bzgdel:hover {
	background-color: #95000F;
}
.bzgdel a {
	background: url("../images/delete.svg") no-repeat center center/32px;
	width: 65px;
	height: 50px;
	display: block;
}

.bzofferte {
	display: grid;
	grid-template-columns: 30px 40px 180px auto 150px 150px 100px 30px 30px;
	background-color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	grid-gap: 2px;
}
.bzofferte:hover, .storicgrid:hover {
	background-color: #f5f5f5;
}
.bzofferte > div, .storicgrid > div {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
.bzofferte.inte, .storicgrid.inte {
	background-color: #CCC;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bzofferte.inte > div, .storicgrid.inte > div {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
}
.dfcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}



/* storico offerte */
.page-storico {}

.storicgrid {
	display: grid;
	grid-template-columns: 30px 40px 180px 180px auto 150px 150px 100px 30px;
	background-color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	grid-gap: 2px;
}

.stgrid {
	display: grid;
	grid-template-columns: 65px auto 181px 180px 65px;
	min-height: 50px;
	line-height: 50px;
	border: 1px solid #95989A;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px);
}
.stgid {
	width: 65px;
	height: 50px;
	background-color: #1AA0DB;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.stgcont {
	padding-left: 33px;
	color: #95989A;
	font-size: 16px;
}
.stgcont span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:10px;
	background-color: #95989A;
	margin-left: 15px;
	margin-right: 15px;
}
.stgmod, .stgdup {
	background-color: #8BCCAB;
	width: 180px;
	height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.stgmod:hover, .stgdup:hover {
	background-color: #75C19B;
}
.stgmod {
	border-left: 1px solid #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
}
.stgdup {}

.recuperopass {
	background-color: rgba(255,255,255,0.3);
	padding: 50px;
}
.recuperopass h2 {
	width: 100%;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 40px;
}
.recpswgrid {
		background-color: rgba(255,255,255,0.3);
	display: grid;
	grid-template-columns: 50% auto;
	padding: 40px;
	margin-left: 80px;
	margin-right: 80px;
	width: calc(100% - 160px);
}
.recpswgrid > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recpswgrid input {
	width: 90% !important;
}
.recpswgrid a {
	color: #fff;
		background-color: #1AA0DB;
	padding: 5px 15px 5px 15px;
	border-radius: 4px;
}

.backlogin {
	width: 100%;
	text-align: center;margin-top: 30px;
	color: #333;
	font-size: 12px;display: block;
}
.extra_info, .extra_info textarea {
	padding-top: 20px;
	width: 100% !important;
}
.grid4 .coldouple {
	grid-column-start: 3;
	grid-column-end: 5;
}
.savemain {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
}
.savemain a {
	display: block;
	width: 100px;
	padding: 5px;
	text-align: center;
	background-color: #087B0E;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
.savemain a:hover {
	background-color: #0A84ff;
	color: #fff;
}
.addbycode {}
.addbutton .confirm {}
.selprod input, .searchacces .search-text input {
	margin-left: 20px;
	border: 1px solid #ccc;
	color: #999;
height: 25px;
line-height: 25px;
	border-radius: 3px;
background: url(/images/search.svg) no-repeat 5px center/16px;
padding-left: 25px;
}
.selprod input:first-of-type {
	width: 280px;
}
.selprod input:last-of-type {
	width: 450px;
}
.searchacces .search-text input:first-of-type {
	width: 300px;
}
.searchacces .search-text input:last-of-type {
	width: 300px;
}
.search-accessories {
	margin-left: 30px;
}
.backhp a:first-of-type {
	margin-right: 15px;
}
.totoffer, .tot-sez {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.tot-sez {
}
.totoffer > div, .tot-sez > div {
	font-weight: bold;
	display: block;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.tot-sez > div:first-of-type {
	border-left: 1px solid #619ED8;
	border-top: 1px solid #619ED8;
	border-bottom: 1px solid #619ED8;
}
.tot-sez > div:nth-of-type(2) {
	background-color: #C7D8FA;
	text-align: center;
	border-right: 1px solid #619ED8;
	border-top: 1px solid #619ED8;
	border-bottom: 1px solid #619ED8;
	margin-right: 100px;
}
.tot-sez > div:nth-of-type(3) {
	margin-left: 100px;
	text-transform: uppercase;
	border-left: 1px solid #619ED8;
	border-top: 1px solid #619ED8;
	border-bottom: 1px solid #619ED8;
}
.tot-sez > div:last-of-type {
	background: url(/images/ico/sf-grey.svg);
	text-align: center;
	border-right: 1px solid #619ED8;
	border-top: 1px solid #619ED8;
	border-bottom: 1px solid #619ED8;
}
.totoffer > div:first-of-type {
	border-left: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	background-color: #fff ;
	color: #333 !important;
}
.totoffer > div:nth-of-type(2) {
	background-color: #C7D8FA;
	text-align: center;
	border-right: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	margin-right: 100px;
}
.totoffer > div:nth-of-type(3) {
	margin-left: 100px;
	text-transform: uppercase;
	border-left: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	background-color: #fff ;
	color: #333 !important;
}
.totoffer > div:last-of-type {
	background: #ffffff url(/images/ico/sf-grey.svg);
	text-align: center;
	border-right: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
}
.searchacces {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
body.page-newof .boxato .catalogo input {
    margin: 0px !important;
    height: 26px !important;
}
.newofferbox {
	border: 1px solid #666;
	padding: 5px;
	display: grid;
	grid-template-columns: 100px auto 30px;
	grid-column-gap: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.newofferbox > div:first-of-type {
	border: 1px dotted #7CC9EA;
	min-height: 70px;
}
.newofferbox .nobint {
	display: grid;
	grid-template-columns: auto 110px 70px 70px 70px 70px;
	grid-column-gap: 5px;
}


.newofferbox .nobint.onlyoff {
	display: grid;
	grid-template-columns: auto 50px 70px 60px 70px 60px 70px;
	grid-column-gap: 5px;
}

.newofferbox .nobint > div {
	line-height: 26px;
}
.newofferbox input {
	margin: 0px !important;
	height: 26px !important;
}
.nobint .bg, body.page-newof .altridati input.bg {
	background-color: #E5E5E5 !important;
}
.nobint > input {
	margin: 0px !important;
	height: 26px !important;
}
.nobint .bg > input, .nobint .sart {
	background: #E5E5E5 !important;
	float: left !important;
	font-weight: bold !important;
	color: #333 !important;
	font-size: 14px;
	border: none !important;
}
.nobint .bg > input:last-of-type, .nobint .sart {
	width: 85% !important;
	float: left;
}
.nobint .bg > input:first-of-type, body .nobint .bg > input.w15 {
	width: 15% !important;
	float: left;
}
.nobint .divisorio {
	display: block;
	width: 100%;
	height: 1px;
	grid-column-start: 1;
	grid-column-end: 5;
	border-bottom: 1px dotted #ccc;
}
.altridati {
	grid-column-start: 1;
	grid-column-end: 7;
	display: grid;
	grid-column-gap: 5px;
	/*grid-template-columns: 90px 110px 60px 65px 100px 110px auto 110px 90px 50px;*/
	/* MODIFICA 19/10 per poter visualizzare i dati */
	grid-template-columns: 95px 110px 95px 110px 140px 110px auto 110px 70px 70px;
}
.newofferbox .nobint.onlyoff .altridati {
	grid-column-start: 1;
	grid-column-end: 8 !important;
}
.spacediv {
	grid-column-start: 1;
	grid-column-end: 5 !important;	
}
.spacediv2 {
	grid-column-start: 9;
	grid-column-end: 5 !important;	
}
.titprice {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
}
.padsection input.nobord {
    border: 1px solid #fff;
    background-color: #E5E5E5 !important;
}

.newofferbox input {
	color: #333 !important;
	font-weight: bold;
}
.newofferbox input::placeholder {
	font-weight: normal !important;
	font-style: italic;
	font-size: 12px;
}
.aldex {
	text-align: right;
	padding-right: 5px;
}
.altridati input.i110 {
	width: 110px !important;
}
.altridati input.i50 {
	width: 50px !important;
}
.altridati input.i70 {
	width: 70px !important;
}
.altridati input.scontobox {
	width: 65px !important;
	padding-left: 0px !important;
	padding-right: 3px !important;
}
.altridati input.margibox {
	width: 70px !important;
	border-radius: 4px !important;
	font-size: 15px;
	font-weight: bold;
}
.altridati .margine-green > input, .altridati .margine-red > input, .margine-green > input, .margine-red > input {
	background: none !important;
	border: none !important;
	color: #fff !important;
	font-weight: normal !important;
	text-align: center !important;
}
.catalogo .margine-green, .catalogo .margine-red {
	background-size: 25px;
}
.margi {height: 26px !important;}
.margi input {
	font-weight: bold;
	color: #333 !important;
}
.boxdel {
	display: flex;
	justify-content: center;
	align-items: center;
}
.addbycode a {
	height: 26px;
	display: block;
}
.tot-sez > div:last-of-type {
	font-weight: bold;
	color: #333 !important;
}
.ruoloutente {
	text-align: center;
}
.catalogo .articolo > div.imgprev {
	padding-left: 0px !important;
}
.imgprev {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.imgprev > img {
	max-height: 80px !important;
	max-width: 80px !important;
	
}
.selproc .nobint .bg span.spancod {
	float: left;
	width: 15% !important;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: bold !important;
	font-size: 14px !important;
}
.selproc .nobint .bg input.inputdes {
	float: left;
	width: 85% !important;
}
.w110w {
	width: 110px !important
}
.w100w {
	width: 100px !important
}
.w90w {
	width: 90px !important
}
.w70w {
	width: 70px !important
}
.w50w {
	width: 50px !important
}
.flexc {
	display: flex;
	justify-content: center;
	align-items: center;
}
body .extracatalogo.catalogo.boxato {
	border: none !important
}
body .w15x {
	width: 15% !important;
}
body .w85x {
	width: 85% !important;
}
body input.w15x, body input.w85x {
	float: left;
	background: none !important;
	background-color: none !important;
	border: none !important;
}
body .boxato .catalogo .boxextra input {
	background-color: #E5E5E5 !important
}
.addbycode {
	display: grid;
	grid-template-columns:30px auto;
	margin-top: 20px;
	border: 1px solid #ccc;
	height: 28px;
	width: 250px;
	border-radius: 28px;
	padding-right: 15px;
	box-sizing: border-box;
}
.addbycode input {
	border: none !important;
	margin: 0px !important;
	height: 26px;
}
.addbycode a {
	margin: 0px !important;
	border: none !important;
}
.addbycode input::placeholder {
	padding-left: 10px;
	font-style: italic;
	font-size: 13px;
}
.bzgcont, .stgcont {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	}
.conf_958.boxato {
	width: 100%;
}
	.offerta-configurazione .padsection .configurazione ul {
		padding: 0px !important;
		margin: 0px !important;
		padding-inline-start: 0px !important;
	}
.offerta-configurazione .padsection .configurazione ul .nobint div input:first-of-type {
	min-width: 15%;
}
.offerta-configurazione .padsection .configurazione ul .nobint div input.alter {
	min-width: 85%;
}
input.i50 {
	width: 50px;
}
input.i65 {
	width: 65px;
}
ul.macro_optional.ui-sortable {
	margin: 0px !important;
	padding: 0px !important;
}
.catalogo ul {
	margin: 0px !important;
	padding: 0px !important;
}
.inp110, .inp110 > input {
	max-width: 110px;
}
.extracatalogo .newofferbox .nobint .bg {
}
/* MOBILE  */


@media only screen and (max-device-width: 1067px)and (-webkit-min-device-pixel-ratio: 1) {
	.top {
		margin-top: 10px !important;
	}
.top, .main, .offerta-action, .intcatalogo, .footermenu, .grid2top{
		width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
	}
	.catalogo {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	.altridati {
    display: grid;
    grid-column-gap: 2px;
    grid-template-columns: 50px 110px 50px 65px 60px 110px auto 110px 70px 50px;
}
	.altridati > div {
		line-height: 13px;
	}
	.altridati .w90w {
    width: 70px !important;
}
	.sfbianco{
		width:100%;
	}
	.colleft{
		margin-right: 2%;
	}
	.blockhead {
    	width: 100%;
	}
	.backhp {
		right: -45px;
		top: 40px;
		width: 450px;
	}
	.bzgcont, .stgcont {
		font-size: 12px;
		line-height: 14px;
	}
	.backhp a {
		float: right !important;
	}
	.padsection input {
		padding-left: 5px;
	}
	.grid4 {
    display: grid;
    grid-template-columns: 30% 30% 20% 20%;
    grid-gap: 5px;
}
	.extracatalogo .nobint > .bg > input:first-of-type {
		padding-left: 5px !important
	}
	.offerte {
    padding: 20px;
}
	.bzgrid {
    display: grid;
    grid-template-columns: 65px auto 100px 100px 40px;
    margin-left: 0px;
    margin-right: 0px;
    width:100%;
}
	.stgrid {
    display: grid;
    grid-template-columns: 65px auto 100px 100px 65px;
    margin-left: 0px;
    margin-right: 0px;
    width:100%;
	}

		.bzgcont, .stgcont {
    padding-left: 8px;
	display: grid;
	grid-template-columns: 45% 33% auto;
	}
		.bzgcont span, .stgcont span {
		display: none;
	}
	.bzgmod, .bzgdup, .stgmod, .stgdup {
		width: 99px !important;
		font-size: 12px !important;
		
	}
	.bzgdel, .bzgdel a {
		width: 40px !important;
	}

	.offerta-configurazione .padsection {
	width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
	}
}
.deleted_art {
	display:flex;
	justify-content: center;
	align-items: center;
	padding:30px;
	flex-direction: column;
	margin:40px;
	box-sizing:border-box;
	background-color: #B6DECA;
	}
.deleted_art ul {
	padding:30px;
	}
.deleted_art li {
	margin:3px;
	border:1px solid #333;
	padding:5px;
	list-style:none;
	font-weight: bold;
	font-size:16px;
	}
.deleted_art span:first-of-type {
	font-size:16px;
	}
.deleted_art a {
	display: block;
	width: 200px;
	padding: 5px;
	text-align: center;
	background-color: #087B0E;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	}
.stock_header, .stock_line {
	display: grid;
	grid-template-columns: 10% auto 10% 100px 100px 100px 100px 100px;

}
.stock_header {
	font-weight: bold;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	font-size: 10px;
}
.stock_line {
	border-bottom: 1px solid #000;
	background: rgba(255,255,255,0.8);
	font-size: 12px;
}
.stock_header div, .stock_line div {
	display: flex;
	justify-content: left;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stock_header div:first-of-type, .stock_line div:first-of-type {
	padding-left: 10px;
	box-sizing: border-box;
}
.stock_line:hover {
	background: rgba(255,255,255,1)
}
.stock_line .codart {
	font-weight: bold;
}
.hpblck.stock span {
    background: url(/images/ico-giacenze.svg) no-repeat center center/60px;
}
.hpblck.order span {
    background: url(/images/ico-ordini.svg) no-repeat center center/60px;
}
input.stockinput, input.qtinput {
	padding-left: 3px !important;
	width: 70px !important;
}
input.qtinput {}
#loader {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.disp_immediata {
	font-weight: bold;
}
.giacenza, .impegnato, .disp_immediata, .ordinatofornitore, .disponibile {
	text-align: right !important;
	justify-content: right !important;
	align-content: flex-end;
	align-items: flex-end;
	display: block !important;
}
.neg-stock {
	color: #FF0004 !important;
		font-weight: bold;
}
body .newofferbox input.neg-stock {
	color: #FF0004 !important;
		font-weight: bold;
}
.disponibile {
	padding-right: 5px;
}
.form_utilizzo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
}
.form_utilizzo label {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.form_utilizzo a {
	display: inline-block;
	margin-left: 20px;
	border: 1px solid #222;
	border-radius: 22px;
	height: 22px;
	line-height: 22px;
	padding-right: 15px;
	padding-left: 30px;
	text-transform: uppercase;
	font-size:11px;
	background: url(/images/download.svg) no-repeat 1px center/20px;
}
.form_utilizzo a:hover {
	border: 1px solid #BA0000;
	background: #BA0000 url(/images/download.svg) no-repeat 1px center/20px;
	color: #fff;
}
/* carica modello */
.nuovomodello {
	position: relative
}
.caricamodello > a{
	right: 20%;
}
.caricamodello .closemodel, .salvamodello .closemodel{
	position: absolute;
	border: 1px solid #333;
	display: block;
	margin-top: 0px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	height: 24px !important;
	line-height: 24px;
	font-size: 11px;
	color: #333 !important;
}

.opzioni_modello {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.opzioni_modello select {
	border: none;
	background: #fff;
	color: #333;
	min-height: 32px;
	line-height: 25px;
	border-radius: 0px;
	width: 95%;
	margin-bottom: 4px;
}
.opzioni_modello select:first-of-type {
	margin-top: 3px;
}
.caricamodello .opzioni_modello {
	display: grid;
	grid-template-columns: 20% auto;
}
.nuovomodello.salvamodello {

}
.models-list {
	display: block;
	max-height: 250px;
	overflow-y: auto;
	padding: 3px;
	width: 100%;
}
.modello.upmodel {
	background: #7BCBEC;
	display: grid;
	grid-template-columns: auto 40px 40px 40px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 4px;
}
.modello.upmodel span, .modello.upmodel a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}
.modello.upmodel span {
	padding-left: 5px;
}
.modello.upmodel a {
	width: 30px;
	height: 30px;
	margin-top: 1px;
}
.icoupload {
		background:url(/images/ico/upload.svg) no-repeat center center/30px;
	margin-right: 10px;
}
.icodelete {
	background:url(/images/ico/elimina.svg) no-repeat center center/30px;
	margin-left: 10px;
}
.closemodel {
	
}
.salvamodello {
	display: block;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 25px;
}
.nuovomodello.salvamodello .closemodel {
	right: -200px !important;
	top: 22px;
}
.salvamodello .opzioni_modello {
	display: grid;
	grid-template-columns: 20% auto 10%;
	margin-top: 5px !important;
}
.salvamodello .opzioni_modello label{
	font-weight: bold;
}
.salvamodello .opzioni_modello a {
	  margin-right: 0px !important;
	margin-left: 5px;
	text-align: center !important;
padding-left: 5px;
padding-right: 5px;
	height: 21px !important;
	line-height: 21px !important;
}
#form_modello {
	width: 600px;
	display: grid;
	grid-template-columns: 200px auto auto;
	margin-bottom: 0px !important;
}
#form_modello label:first-of-type, #form_modello input:first-of-type {
	margin-bottom: 10px;
}
#form_modello input:first-of-type {
	grid-column-start: 2;
	grid-column-end: 4;
}
.menuskeleton .blubot {
	font-size: 12px !important;
	padding-left: 30px !important;	
}
.bot-print {

}
.bot-preview {
	background:#1BA2DA url(/images/preview-icon.svg) no-repeat 3px center/22px;
}
.bot-save {
	background:#1BA2DA url(/images/save-icon.svg) no-repeat 3px center/22px;
}
.bot-double {
	background: #1BA2DA url(/images/double-icon.svg) no-repeat 3px center/22px;	
}
.bot-attac {
	background:#1BA2DA url(/images/attac-icon.svg) no-repeat 3px center/22px;		
}
.bot-print {
	background: #1BA2DA url(/images/print-icon.svg) no-repeat 3px center/22px;		
}
.bot-trasf {
	background:#1BA2DA url(/images/trasf-icon.svg) no-repeat 3px center/22px;	
}
.bot-upload {
	background:#1BA2DA url(/images/upload-icon.svg) no-repeat 3px center/22px;	
}
.allegato {
	text-decoration: none;
	font-size: 12px !important;
	padding-left: 30px !important;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff !important;
	padding-right: 10px;
	border-radius: 5px;
}
.neworders a {
	background:#1BA2DA;
	text-decoration: none;
	font-size: 12px !important;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff !important;
	border-radius: 5px;	
	border: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.neworders a:hover {
	background:#188EC0;
}
.neworderpg {
	
}
.ordine-top {
	background:#1158AE;
	padding: 20px;
	color: #fff !important;
	display: block;
	margin-bottom: 20px;
}
.neworderpg .ordine-top, .neworderpg .ordine-top .ordine-top-left {
	display: grid;
	grid-template-columns: 55% 45%;	
}
.anagrafica span {
	display: block;
	width: 100%;
}
.compilato {
	display: block;
	margin-top: 15px;
}
.anagrafica-cliente {
	display: grid;
	grid-template-columns: 50% auto;
	grid-gap: 30px;
	padding: 20px;
	background: rgba(255,255,255,0.6)
}
.anagrafica-cliente > div {

}
.styleh3 {
	grid-column-start: 1;
	grid-column-end: 3;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: #1BA2DA;
	color: #fff;
	padding: 3px;
}
.boxcliente {
		display: grid;
	grid-template-columns: 50% auto;	
	
}
.boxcliente label, .boxcliente input {
	margin-bottom: 10px;
	border-bottom: 1px solid #1BA2DA;
}
.boxcliente input {
	border: 1px solid #1BA2DA;	
}
.boxcliente2 {
	display: grid;
	grid-template-columns: 20% 20% auto 30%;
	grid-column-start: 1;
	grid-column-end: 3;
}
.boxcliente2 div, .trasporto-box div {
	border: 1px solid #fff;
	padding: 3px;
}
.boxcliente2 input {
	margin: 2px;
	width: 100%;
}
.trasporto-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-start: 1;
	grid-column-end: 3;	
}
.trasporto-box > div:first-of-type {
	grid-column-start: 1;
	grid-column-end: 6;		
}
.trasporto-box  .onerow {
	grid-column-start: 1;
	grid-column-end: 7;		
}
.list-order-grid {
	display: grid;
	grid-template-columns: 9% auto 6% 6% 6% 6% 6% 6% 8%;
		padding: 10px;
	background: rgba(255,255,255,0.6);
	margin-top: 1px;
	grid-column-gap: 5px;
}
.list-order-grid.int {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
.winput {
	width: 100% !important;
}
.deleterow {
	background: url(/images/deleterow.svg) no-repeat center center;
	display: block;
	width: 45px;
	height: 20px;
}
.deleterow:hover {
	background: url(/images/deleterow2.svg) no-repeat center center;
}
.inviato, .non-inviato {
	display: block;
	width: 30px;
	height: 30px;
}
.inviato {
		background: url(/images/inviato.svg) no-repeat center center/25px;
}
.non-inviato {
		background: url(/images/noninviato.svg) no-repeat center center/25px;
}
.ordini .ordine {
	display: grid;
	grid-template-columns: 6% auto 10% 6% 6% 12%;
	padding: 5px;
	background: rgba(255,255,255,0.6);
	margin-top: 1px;
	grid-column-gap: 5px;	
}
.ordini .ordine div {
	display: flex;
	align-items: center;
}
.ragsoc {
	font-weight: bold;
}
.openid, .delid {
	font-size: 0.8em;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 60px;
	height: 20px;
	text-decoration: none;
}
.openid {
	border: 1px solid #1BA2DA;
	color: #1BA2DA;
	font-weight: bold;
}
.openid:hover {
	background: #1BA2DA;
	color: #fff;
}
.delid {
	border: 1px solid #FF0004;
	color: #FF0004;	
}
.delid:hover {
	background: #FF0004;
	color: #fff;	
}
.actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.actions a {
	background: #087B0E;
	color: #fff;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 130px;
	border-radius: 3px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.actions a:first-of-type {
	margin-right: 30px;
}
.actions a:last-of-type {
}
.abcode {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 200px;
	position: relative;
}

.abcode input {
	width: 200px;

}
/* MOBILE  */
@media only screen and (max-device-width: 1067px)and (-webkit-min-device-pixel-ratio: 1) {
.caricamodello > a{
	right: 10px;
}	
}
