/* CSS WEBAPP IGIENPUL */
@import url('mobile.css');

/* CSS WEBAPP IGIENPUL DESKTOP */
html, body{
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
}
body {
	background-image: url('/images/bg-sito.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:  cover;
	font-family: 'Lato', sans-serif;
	position: relative;
 	background-attachment: fixed;
}
a {
	cursor: pointer;
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.header, .main {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.logo {
	display: flex;
	width: 100%;
}
.logo a {
	background-image: url('/images/logo-igienpul-login.png');
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	width: 250px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
}
.p-login {}
.p-home {}
.p-categoria {}
.p-carrello {}
.p-prodotto {}


/* header */

.header {}
.logo {}
.search {}
.cart {}





footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-left: 0px;
	margin-right:0px;
	display: block;
	align-content: center;
	height: 55px;
	background-color: #238EC6;
	color: #ffffff;
	text-align: center;
	line-height: 55px;
	font-size: 13px;
}

/* login */
#login input, #login .invia {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 495px;
	height: 75px;
	border-radius: 5px;
-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.55);
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.55);
	margin-bottom: 18px;
	font-size: 18px;
	text-align: center;
	line-height: 75px;
}
#login input {
	background-color: #ffffff;	
}
#login #email{}
#login #password{}
#login .invia {
	background-color: #A1C33B;
	cursor: pointer;
	color: #ffffff !important;
}
#login .invia:hover {
	background-color: #95B436;
}
.welcome, .resetpsw {
	text-align: center;
	color: #ffffff;
	display: block;
	width: 100%;
}
.welcome {
	font-size: 27px;
	margin-bottom: 50px;
	margin-top: 40px;
}
.resetpsw {
	font-size: 18px;
	margin-bottom: 41px;
	margin-top: 25px;
}
/* home */
.userpanel {
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0px;
}
.userpanel .nome, .userpanel a.logout {
	background-color: white;
	line-height: 24px;
	height: 24px;
	border-radius: 20px;
	padding-left: 35px;
	padding-right: 20px;
}
.userpanel .nome{
	float: left;
	margin-left: 20px;
}
.userpanel a.logout {
	float: right;
	margin-right: 20px;
}
.userpanel a{
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	height: 24px;
	cursor: pointer;	
}
.nome a {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
.nome a i {
	position: absolute;
	top: 2px;
	left: -20px;
	font-size: 18px;
}

/* barra cerca e vai al carrello */
.barra, .barra .search, .barra .cart, .barra .search input {
	height: 60px;
	line-height: 60px;
}
.barra {
	background-color: #238EC6;
	width: 100%;
	border-radius: 50px;
	margin-top: 40px;
	display: block;
	position: relative;
	margin-bottom: 38px;
}
.barra .search, .barra .cart {
	float: left;
}
.barra .search, .barra .search input {
	background-color: #238EC6;
}
.barra .search {
	margin-left: 30px;
	width: 64%;
}
.barra .search input {
	width: 100%;
	outline: none;
	border: none;
	border-color: inherit;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}
.barra .search input {
	background-image: url('/images/lente-cerca.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	color: #ffffff;
}
.barra .cart {
	width: 22%;
}
.barra .cart a {
	color: #ffffff;
	padding-right: 30px;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: right;
	cursor: pointer;
	line-height: 60px;
	position: relative;
}
.barra .cart a i {
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 0;
}
.barra .cart a div.contatorepieno {
	position: absolute;
	top: 12px;
	right: -10px;
	z-index: 10;
	line-height: 20px;
	color: #ffffff;
	background: #CF0508;
	display: block;
	border-radius: 50px;
	width:20px;
	height:20px;
	font-size: 12px;
	text-align: center;
}
.barra .cart a div.contatorevuoto {
	display: none;
}
#cartbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#cartbox span.carrellovuoto{
	color:#A30609;
	background-color: white;
	padding: 10px;
}
.resetform {
	width: 100%;
	margin-top: 10px;
	display: flex;
}
.resetform a {
	width: 20%;
	margin: auto;
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #333333;
	border-radius: 50px;
	padding: 5px;
	display: block;
}
/* gruppi */
.gruppo, .categoria {
	width: 48%;
	height: 80px;
	margin-bottom: 22px;
	border-radius: 50px;
	background-color: #ffffff;
	line-height: 80px;
}
.gruppo {
	background-image: url('/images/img-gruppo.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.gruppo:first-of-type {
	background-image: url('/images/img-gruppo-macchinari.png') !important;
}
.gruppo:hover, .categoria:hover {
	background-color: #E4E6E7;
}
.gruppo a{
	padding-left: 115px;
	text-decoration: none;
	color: #95989A;
	width: 100%;
	cursor: pointer;
	display: block;
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	font-size: 17px;
	line-height: 17px;
	vertical-align: text-bottom;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.gruppo:nth-child(odd), .categoria:nth-child(odd) {
	float: left;
}
.gruppo:nth-child(even), .categoria:nth-child(even) {
	float: right;
}
.breadcrumb, .breadcrumbcart {
	width: 100%;
	background-color: #92BC2E;
	height: 63px;
	margin-bottom: 55px;
}
.breadcrumb .path, .breadcrumbcart .path{
	float: left;
	line-height: 63px;
	padding-left: 150px;
	background-repeat: no-repeat;
	background-position: 84px center;
	color: #ffffff;
}
.breadcrumb .path{
	background-image: url('/images/ico/antiinfortunistica.png');
}
.breadcrumbcart .path{
	background-image: url('/images/carrello-tondo.png');
}
.breadcrumb .home, .breadcrumbcart .home{
	float: right;
	height: 63px;
	line-height: 63px;
	width: 54px;
	cursor: pointer;
	color: #ffffff;
	background-image: url('/images/ico/indietro-sfera.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10%;
	display: block;
}
.categoria {
		  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.categoria a {
	cursor: pointer;
	width: 100%;
	text-align: center;
	color: #95989A;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
		-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	vertical-align: text-bottom;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.categoria:last-of-type {
	margin-bottom: 70px;
}
.prodotti {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.prodotti tr:nth-child(odd) {
	background-color: #F4F5F9;
}
.prodotti tr:nth-child(even) {
	background-color: #ffffff;
}

.prodotti .intestazione {
	background-color: #C3C3C3 !important;
	color: #ffffff !important;
	font-size: 12px;
}
.prodotti .intestazione td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.prodotti table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.prodotti table {
	margin-bottom: 70px;
	padding: 20px;
	font-size: 13px;
	width: 100%;
}
.popinfo {
	background-image: url('/images/ico/ico-piu.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 27px;
	height: 27px;
	cursor: pointer;
	padding-right: 8px;
	display: block;
}

.prodotti .cart {
	background-image: url('/images/ico/ico-carrello.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 27px;
	height: 27px;
	cursor: pointer;
	padding-right: 15px;
	display: block;
}
.prodotti .tdquantita input, .prodotti .tdquantita .cart {
	float: left;
	
}
.prodotti input.quantita {
	width: 40px;
}
.tdcodice {
	width: 120px;
}
.tdcodice a, .tdcodice span {
	float: left;
}
.tdcodice span {
	font-size: 12px;
	margin-top: 5px;
}
.itemcart, .preventivo {
	background-color: #ffffff;
	border-radius: 5px;
}
.itemcart {
	margin-bottom: 30px;
}
/* Richiedi preventivo */
.preventivo {
	min-height: 500px;
	display: block;
	float: left;
	width: 100%;
}
.titleitemcart {
	background-color: #238EC6;
}
.titleitemcart span {
	padding-right: 25px;
}
.titleitemcart a {
	position: relative;
}
.titleitemcart a i{
	top: 0px;
	position: absolute;
	cursor: pointer;
}
.titleitemcart {
	padding-left: 30px;
	text-align: left;
}
.titleitemcart, .prevtitle{
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
}
.prevtitle {
	text-align: center;
	width: 100%;
	display: flex;
	align-content: center;
}
.prevtitle span {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.contentitem {
	display: flex;
	align-items: center;
}

.contentitem div:nth-of-type(1) input {
width: 70px !important;
}
.contentitem div:nth-of-type(2) input {
width: 50px !important;
}


.col-left{
	float: left;
	/*width: 40%; FIX TEMPOREANEO PER SVILUPPO*/	
	width: 40%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.contentitem div{
	display: block;
	width: 25%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px !important;
}
.contentitem div:first-of-type, .col-left {
	border-right: 1px solid #000000;
}
.contentitem div:nth-child(2), .contentitem div:nth-child(3){
	border-right: 1px solid #000000;
}
.prevtitle {
	background-color: #92BC2E;
}
.col-left label, .col-left input, .col-left textarea {
	display: block;
}
.col-left label {
	text-align: left;
	display: block;
}
#sendprev {
	width: 90%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #C4DA8E;
	color: #ffffff;
	border-radius: 5px;
	height: 46px;
	margin-bottom: 70px;
	line-height: 46px;
	cursor: pointer;
	margin-left: 30px;
}
 #sendprev.sendfull {
	width: 90%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: #92BC2E;
	color: #ffffff;
	border-radius: 5px;
	height: 46px;
	margin-bottom: 70px;
	line-height: 46px;
	cursor: pointer;
	margin-left: 30px;
	 text-decoration: underline;
}
.col-left textarea, .col-left input { 
	border-radius: 5px;
	border: 1px solid #cccccc;
	width: 300px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.col-left textarea { 
	height: 140px;
}
.col-left input { 
	height: 32px;
}
/* popup prodotto */

.infocolsx, .infocoldx {
	float: left;
	width: 49%;
	color: #000000;
}
.infocolsx {
	text-align: left;
}
.infocolsx .infoitem span:first-of-type {
	color: #333333 !important;
	width: 100%;
	display: block;
	font-weight: bold;
}

.infocolsx .infoitem {
	margin-bottom: 30px;
	display: block;
}
.sa-button-container {
	float: left;
	width: 100%;
}
.itemcart {
    margin-bottom: 0px !important;
	clear: both;
}
.empty{
	float: left;
	line-height: 60px;
	margin-left: 50px;
	color: #ffffff;
}
.emptycart {
	float: right;
	cursor: pointer;
	color: #ffffff;
	line-height: 60px;
	margin-right: 60px;
}
.emptycart a {
	position: relative;
}
.emptycart a i {
position: absolute;
top: 00px;
right: -30px;
z-index: 0;
}
/* AMMINISTRAZIONE */
.amministrazione {
	width: 100%;
	background-color: #ffffff;
	display: block;
		-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
		height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin-bottom: 100px;
	padding-bottom: 100px;
	-webkit-margin-bottom: 150px;
	-webkit-padding-bottom: 150px;
}
.intestazione, .elagenti, .agente {
	width: 100%;
}
.elagenti {
	display: block;
	margin-bottom: 100px;
	padding-bottom: 100px;
}
.apple {
	display: block;
	height: 80px;
	width: 100%;
}
.intestazionelista {
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
	width: 100%;
	display: block;
}
.intestazione {
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
	display: table-row;
}
.agente {
	margin-bottom: 0px;
	display: block;
	height: 80px;
}
.listagenti, .addagente {
	float: left;
	width: 45%;
}
.listagenti {
	padding-left: 30px;
}
.agente div {
	width: 24%;
	float: left;
	line-height: 80px;
}
.agente div:first-of-type {
	padding-left: 30px;
}
.agente:nth-child(odd) {
	background-color: #F4F5F9;
}
.agente:nth-child(even) {
	background-color: #ffffff;
}
.delagente a, .editgente a, .addagente a {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
.delagente a i, .editgente a i, .addagente a i {
	position: absolute;
	top: 0px;
	left: -30px;
}
/* modifica agente */
.adduser, .ordiniagente {
	background-color: #ffffff;
	width: 100%;
	display: block;
	padding-top: 30px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-bottom: 70px;
}
.adduser form, .ordiniagente table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	margin-top: 0px;
	display: block;
				-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	background-color: white;
}
.adduser label, .adduser input, .adduser select {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	height: 35px;
	line-height: 35px;
}
.adduser input {
	border-radius: 5px;
	border: 1px solid #cccccc;	
}
.indietro {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #92BC2E;
}
.indietro a {
	position: relative;
	color: #ffffff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 30px;
					-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	cursor: pointer;
}
.indietro a i{
	position:absolute;
	top: 18px;
	left: -5px;
}
.intestazioneamministrazione {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 20px;
	background-color: #92BC2E;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 1px solid #92BC2E;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 18px;
	color: #ffffff;
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
}
.salva {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #92BC2E;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
}

/* agenti */
.ordiniagente #selcliente {
	margin-left: 30px;
}
.ordiniagente table, .ordiniagente table tbody  {
	width: 100%;
	display: block;
	border-collapse: collapse;
	overflow-x: auto;
	table-layout: auto;
}
.ordiniagente table tr  {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.ordiniagente table th, .ordiniagente table td:first-of-type {
}
.ordiniagente table td, .ordiniagente table th {
	padding-left: 20px;
	padding-right: 20px;
}
.ordiniagente table td {
	width: 100%;
	white-space: nowrap;
}
.ordiniagente table tr:nth-child(odd) {
	background-color: #F4F5F9;
}
.ordiniagente table tr:nth-child(even) {
	background-color: #ffffff;
}
.ordiniagente table tr th {
	background-color: #C3C3C3 !important;
	font-size: 14px;
}
.addorder {
	margin-left: 5%;
	display: block;
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
	background-color: #238EC6;
	border-radius: 50px;
	color: white;
	height: 60px;
    line-height: 60px;
	width: 300px;
	cursor: pointer;
}
.addorder i{
	color: #ffffff;
	font-size: 40px !important;
	position: absolute;
	top: 9px;
	left: 10px;
}
.plus i {
	cursor: pointer;
}
.ordiniagente table td div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
	display: flex;
}
.plus {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
}
.fornitore {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.fornitore img {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.fornitori {
	background-color: #ffffff;
	width: 100%;
	min-height: 50vh;
	padding: 20px;
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
	float: left;
	display: block;
}
.preiframe {
	position: relative;
}
.styleissuu {
 	min-width: 100%;
 	width: 100%;
	min-height: 100vh;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sectmachine {
	background-color: #ffffff;
	padding: 30px;
		-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;
}
.label_macchinario, .item_macchinario {
	width: 100%;
  display: flex;
	overflow: hidden;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.label_macchinario label, .item_macchinario textarea, .item_macchinario input, .item_macchinario a {
	display: block;
}
.label_macchinario label {
	text-align: center;
}
.label_macchinario label:nth-of-type(1), .item_macchinario textarea {
	width: 300px;
	margin-left: 10px;
    margin-right: 10px;
}
.label_macchinario label:nth-of-type(2), .label_macchinario label:nth-of-type(3), .item_macchinario input {
	width: 90px;
	margin-left: 10px;
    margin-right: 10px;
}
.label_macchinario label:nth-of-type(4), .item_macchinario a {
	width: 80px;
}
.item_macchinario textarea, .item_macchinario input, .item_macchinario a {}
.item_macchinario .quantita_dettaglio, .item_macchinario .prezzo_dettaglio {

}

.machineboxtitle {
    background-color: #92BC2E;
    text-align: center;
    width: 100%;
    display: flex;
	height: 40px;
    line-height: 40px;
	color: #ffffff;
	align-items: center;
	position: relative;
	margin-top: 10px;
}
.machineboxtitle span {
    width: auto;
	margin-left: auto;
	margin-right: auto;
}
.machineboxtitle a {
	position: absolute;
}
.machineboxtitle a:nth-child(3) {
right: 5% !important;
}
.machineboxtitle a:nth-child(2) {
right: 20% !important;
}

/* centrare gli oggetti in verticale */

.item_macchinario {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: 30px;
	background-color: #dedede;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item_macchinario label, .item_macchinario textarea, .item_macchinario input {
 max-height: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
.dettaglio_macchinario {
	font-size: 17px !important;
}
.totale {
	padding: 30px;

	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.totale span {
	padding: 10px;
	border: 1px solid #92BC2E;
	background-color: white;
	width: auto;
	margin-left: auto;
	margin-right: auto;

}