/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
a, a:hover, a:focus{
	color: #000 !important
}
ol, ul {
	list-style: none;
}
em{
	font-style: italic
}
.barrato{
	text-decoration: line-through;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nobold{
	font-weight: 400
}
#errordiv, .errordiv{
	display: none;
	padding: 20px;
	background-color: #d51a1a;
	color: #fff;
	margin-bottom: 20px
}
.font13{font-size: 13px;line-height: 16px}
.font15{font-size: 15px;}
.font18{font-size: 16px;}
.font20{font-size: 20px;}
.font24{font-size: 24px;}
.font32{font-size: 32px;}
.font35{font-size: 35px;line-height: 40px}

.redtxt{
	color: #cc0000 !important;
}
.greytxt{
	color: #4ac041 !important;
}
/*START*/

body{
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px;
}
p{
	font-size: 18px;
	font-weight: 400;
}
.content{
	width: 900px;
	margin:0 auto;
}
.content-home{
	width: 320px;
}
.suggest, .suggest a{
	font-size: 15px;
	font-style: italic;
	color: #808080
}
.suggest a{
	text-decoration: underline
}

a.bthome{
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	float: left;
	margin-right: 15px;
	width: 45px;
	height: 45px;
	display: block;
	background-color: #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	margin-bottom: 10px;
}

a.bthome:hover, .btn-default:hover{
	background-color: #ccc !important
}	

a.brtext{
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	width: 170px;
	margin-right: 15px;
	height: 45px;
	display: block;
	background-color: #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	margin-bottom: 10px;
}
a.brtext:hover{
	background-color: #ccc !important
}	

.margin0{
	margin: 0 !important
}

/*ELEMENT*/
.newimg{
	position: absolute;
	top:0;
	left: 0;
	z-index: 10
}
.newimgadmin{
	margin-left: 15px;
}
.searchform{
	text-align: right
}
.btn{
	font-family: 'Lato', sans-serif !important;
	font-size: 14px !important;
	padding: 15px 12px !important;
	font-weight: 700 !important;
	text-shadow: none !important
}
.btn-secondary:hover{
	background-color: #e4e4e4 !important
}
.nav-tabs > li {
    width: 20% !important;
}
.nav-tabs > li.active > a{
	text-align: center;
	border: 1px solid #000 !important;
	border-bottom-color: transparent !important;
}
.nav-tabs {
    border-bottom: 1px solid #000 !important;
}
.nav-tabs > li > a {
    text-align: center !important;
}
.btsearch{
	padding: 7px 12px !important;
}
.movely{
	font-size: 35px !important;
	color: #999
}
.lyprod, .listcliente, .lyprodu{
	padding: 20px 0 0;
	border-bottom: 1px dashed #000
}
.trascinabile:hover{
	cursor: move
}
#myphoto{
	display: none
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.form-control{
	font-size: 18px !important;
	height: 40px !important;
}

.navbar-form{
	padding: 0 !important;
}
input.form-control,  textarea.form-control{
    border: 1px solid #000 !important;
    color: #000 !important
}
.btsearch, .input-group-addon, .blackborder {
    border-color: #000 !important;
}
.btn-default{
	background-image: none !important;
	background-color: #e4e4e4 !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none  !important;
}
.hoverimage {
    position: relative;
}
.btin, .btin:hover{
	background-color: #eaeaea !important;
	color: #bababa !important;
}
.hoverimage i {
    position: absolute;
    top: 45%;  
    left: 45%;
    transform: translate(-45%, -45%);
    display: none;
}

.hoverimage:hover img {
    opacity: 0.7;    
}

.hoverimage:hover i {
    display: block;
    z-index: 500;
}
.hidden-buy, .radialhide{
	display: none
}
.radialshow{
	display: block
}
.txtmodalimage{
	text-align: center !important;
	margin-top: 10px;
	color: #fff;
	font-weight: 700
}
.loadoutlet p{
	margin-top: 15px;
	text-align: center !important
}
.loadoutlet {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    margin: -35px;
    display: table-cell;
    z-index: 20;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding-top: 60px;
    display: none
}
.btgreen{
	background-color: #1fe20d !important;
}
.btgreen:hover{
	background-color: #99f291 !important;
}
.esaurimento{
	background-color: #f00 !important;
	color: #fff !important;
}
a.esaurimento:hover{
	background-color: #c20c0c !important;
	color: #fff !important;
}
#notresult{
	padding: 15px 20px;
	background-color: #f84242;
	color: #fff;
	display: block;
	font-weight: bold;
	display: none;
	margin-top: 30px
}
.riga-ordini{
	border-top:1px dashed #000;
	padding-top: 25px;
}
.riga-ordini .form-control{
	margin-bottom: 25px !important
}
.textarea{
    height: 140px !important;
    margin-bottom: 40px
}
.plus-ordini, .rem-ordini{
   font-size: 37px !important;
}
/*a.plusor:hover > .plus-ordini, */a.removeord:hover > .rem-ordini{
	color: #666
}
#message, #message1{
	padding: 12px;
	margin-bottom: 30px;
	display: none;
	color: #fff;
	background-color: #de2121
}
#riga_1 .removeord{
	display: none
}
#conferma, #okemailutenti{
	display: none
}
.btlarge{
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.btintop a{
	background-color: #000 !important;
	color: #fff !important
}

#listinotb {
	width: 100%
}
#listinotb td, .floatThead-table thead tr td{
	padding: 8px 12px;
	border: 1px solid #d7d7d7;
	vertical-align: middle
}
.areacercatb{
	padding: 0 !important;
	margin: 10px 0 20px
}
#listinotb tr:nth-child(even) {background: #eaeaea}
#listinotb  tr:nth-child(odd) {background: #FFF}
#listinotb thead tr td, .floatThead-table thead tr td {
	background: #333;
	color: #fff; 
	font-weight: bold
}
.rigaordinefatto{
	padding: 15px 0px;
	margin-top: 15px;
	border-top: 1px solid #ccc
}
.qruserass{
	padding: 5px 10px;
	background-color: #eaeaea;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.visiblemob{
	display: none
}



/*SPACE*/
.space5{height: 5px;}
.space10{height: 10px;}
.space20{height: 20px;}
.space30{height: 30px;}
.space40{height: 40px;}
.space50{height: 50px;}
.space60{height: 60px;}
.space80{height: 80px;}
.space100{height: 100px;}


/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media (max-width: 950px) { 
	.content {
	    width: 800px;
	}
}

@media (max-width: 830px) { 
	.content {
	    width: 600px;
	}
	.visiblemob{
	display: block
}
}

@media (max-width: 650px) { 
	.content {
	    width: 320px;
	}
	.font32{
		font-size: 25px;
		line-height: 50px
	}
	.nospacemob{
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	.nospacemob a{
		font-size:14px !important;
	}
	.nospacemob10 a{
		font-size:10px !important;
	}
}

@media (max-width: 500px) { 
	.content {
		width: 100%;
		padding: 0 20px;
	}
	.pd0{
		padding: 0 !important
	}
	.pdr0{
		padding-right: 0 !important
	}
	.btpiccmob{
		font-size: 16px !important;
		line-height: 40px !important;
		margin-bottom: 5px !important;
		width: 40px !important;
		height: 40px !important;
	}
}

.image-uploader .upload-text{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
}
.image-uploader {
    border: 0 !important;
}

/*NEW MENU*/
.nospacemob{
	padding: 0 !important
}
.nospacemob .btn{
	border-bottom: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	padding: 10px 12px !important;
	border-radius:0 !important;
	margin-top: 9px
}
.nospacemob.btintop .btn{
	border-bottom: 0 !important;
	padding: 15px 12px !important;
	border-radius:0 !important;
	margin: 0;
	border-right: 1px solid #000 !important;
}

