html {
	height: 100%;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding-bottom: 6rem;
	min-height:	100%;

}

body, html {
	font-family:Arial;
	position: relative;
}
table {
	font-size: 13px;
}
#overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background-color: white;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	/* display: none; */
}
#overlay h2 {
	position: fixed;
	margin-left: 35%;
	top: 37%;
}
#overlay img {
	position: fixed;
	margin-left: 34%;
	top: 34%;
}
.prodotto .immagine {
	/* max-width:40%; */
	float:left;
	padding:10px;
}
.prodotto .immagine img{
	max-width:100%;
}
#descrizione {
    display:block;
    overflow:hidden;
}
#altro a {
	font-size:90%;
	color:green;
	text-decoration:underline;
}

.prodotto h3 {
	font-size:22px;
}

.long h3, .short h3 {
	font-size:18px;
}
.long h4, .short h4 {
	font-size:15px;
}

.add-to-cart {
    display: inline-block;
    vertical-align: middle;
}
.qty-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 60px;
}
.add-to-cart .qty {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 35px !important;
    font-size: 14px;
    text-align: center;
    color: #08c;
    border-color: #e1e1e1;
}
.qty-changer {
    display: inline-block;
    vertical-align: middle;
}
.qty-changer >a {
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #e1e1e1;
    color: #ccc;
    line-height: 14px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 3px;
    font-size: 8px;
    background-color: #fff;
}
.qty-changer >a.qty_dec {
    margin-bottom: 0;
}
.icon-up-dir:before {
    content: '\e80d';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.add-to-cart button.button {
    display: inline-block;
    height: 38px;
    width: 160px;
    min-width: 110px;
    vertical-align: middle;
}
.add-to-cart button.button span {
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    padding: 0;
    min-width: 110px;
    padding-right: 5px;
	display:block;
	color:#FFF;
}
button.button.btn-cart span {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.add-to-cart button.button span i {
    margin-right: 10px;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
#top {
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 80px;
	min-height:80px;
	/* background: rgba(255,255,255,0.7);
	background: rgba(158, 158, 158, 0.17);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75); */
	
	background: rgba(17, 90, 4, 0.8);
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(17, 90, 4, 0.8);
	-moz-box-shadow:    0px 0px 20px 0px rgba(17, 90, 4, 0.8);
	box-shadow:         0px 0px 20px 0px rgba(17, 90, 4, 0.8);
}


#prodotti_wrapper {
	/* margin-top:90px; */
	margin-top:10px;
	padding:10px;
}

span.nome {
    /* line-height: 87px; */
	display:inline-block;
    font-size: 25px;
	vertical-align:middle;
}
span.nome h3 {
    /* color: darkgreen; */
	color: navajowhite;
	text-shadow: 2px 2px 1px #194c10;
}

.navbar-nav>li>a {
	color:navajowhite;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    /* border-color: #337ab7; */
}


#account {
    display: inline-block;
    float: right;
    padding: 10px;
	margin-right: 5px;
}
#registrazione {
	display:inline-block;
}
#mod_pass {
	margin-top: 20px;
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
}
footer {
   /*  text-align: center; */
   /*  background: rgba(158, 158, 158, 0.17); */
    padding: 20px;
	/* font-weight:bold; */
	color: #444;
}
#sku h4 {
    display: inline-block;
}
#small_cart_btn i {
    font-size: 35px;
    color: #5cb738;
    margin-top: 7px;
    text-shadow: 2px 2px 1px #194c10;
}
#small_cart {
    /* display: none;
    position: absolute;
    right: -9px;
    top: 45px;
    width: 300px;
    background-color: #fff;
    border-width: 6px 0 0 0;
    border-style: solid;
	border-color:#5cb85c;
    z-index: 1;
    
    color: #777;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    margin-top: 10px; */

    display: none;
    position: absolute;
    right: /* 0; */ -9px;
	/* left:5px; */
    top: 40px;
    width: 300px;
    background-color: #fff;
    border-width: 6px 0 0 0;
    border-style: solid;
	border-color:#5cb85c;
    z-index: 1;
    border-radius: 8px 8px 5px 5px;
    color: #777;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    margin-top: 10px;

}
#small_cart:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    right: 15px;
    top: -25px;
    border-bottom-color: #5cb85c;
}
#small_cart_close {
	float:right;
}
#small_prodotti {
	padding:15px;
}
#small_cart .totals {
	padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #08c;
    font-weight: 700;
}



/* .concludi_ordine {
	display:block;
	margin-top:5px;
} */



#carrello .add-to-cart .qty {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 35px !important;
    font-size: 14px;
    text-align: center;
    color: #08c;
    border-color: #e1e1e1;
}
#carrello .qty-changer {
    display: inline-block;
    vertical-align: middle;
}
#carrello .qty-changer >a {
    width: 16px;
    height: 13px;
    display: block;
    border: 1px solid #e1e1e1;
    color: #ccc;
    line-height: 14px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 3px;
    font-size: 8px;
    background-color: #fff;
}
table.dataTable tbody td {
    vertical-align: middle !important;
}
.torna {
	padding: 20px 0;
    display: block;
}
#ind_diverso {
	border: 1px solid #449d44;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    margin-left: 15px;
   /*  display: block; */
    margin-right: 15px;
}
.accordion-section-content {
	display:none;
}
.accordion-section {
    padding: 5px;
    border: 1px solid;
    border-color: gainsboro;
	margin-bottom: 3px;
	border-radius:5px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.plus:before {
   content: " + ";
   font-size: 20px;
   line-height: 20px;
}
.meno:before {
   content: " - ";
   font-size: 20px;
   line-height: 20px;
}
input#prezzo {
    max-width: 60px;
}
.immagine {
    max-width: 100%;
}
table#admin_riass_ord.dataTable tbody td {
    padding: 4px 7px !important;
}

.navbar-default {
	-webkit-box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);
	-moz-box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);
	box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);
}

footer {
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	/*  background-color: rgb(17, 90, 4); *//* #efefef; */

	background:/*  rgba(17, 90, 4, 1); */#e8e8e8;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);
	-moz-box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);
	box-shadow: 0px 0px 20px 0px rgb(192, 198, 210);

	/* text-align: center; */
	color:/* white; */#444;
}
.error {
	font-size:12px;
	color:red;
}
label {
	font-size:14px;
}
div#ind_aggiuntivi {
    padding: 10px;
    border: 1px solid lightblue;
    border-radius: 5px;
}
#top img {
	margin-top: 5px;
}

.ui-dialog .ui-dialog-titlebar {
    border: 1px solid #aaaaaa;
    font-weight: bold;
    background: /* rgba(17, 90, 4, 1); *//* rgb(50, 131, 216); */#2e6da4;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 131, 216, 1) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 131, 216, 1) !important;
    box-shadow: 0px 0px 20px 0px rgba(50, 131, 216, 1) !important;
    color: #fff;
	 margin-bottom: 8px;
}
.ui-dialog .ui-dialog-titlebar-close:after {
    content: "x";
    color: darkolivegreen;
    top: -5px;
    position: relative;
}
.tit_pagina {
	/* padding-top:10px; */
	padding-left:10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: transparent !important;
}
li.dropdown {
	margin-right:10px;
}
.tree:before {
	width:22%;
}
.tree {
    /* min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
	font-size:11.5px;
	float: left;
	width:22%;
	/* height: 100%; */
	/* background: #eee; */
    
	/* margin-bottom: -99999px;
	padding-bottom: 99999px;
	overflow:hidden; */
	
	
	border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}

.categorie {
/* 	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray; */
	padding-top:10px;
	padding-bottom:10px;
}


/* .tree:before, .tree:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	height: 100%;
	background: #ccc;
} */
.tree:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #eee;
	border: 1px solid lightgray;
}

.tree ul {
	padding-left:15px;
}

.tree li {
    list-style-type:none;
    margin:0;
    /* padding:10px 5px 0 5px; */
	padding: 7px 5px 0 3px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left: -7px; /* -20px; */
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
	top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
	top:18px;
    width: 10px; /* 25px */
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:0px;
    display:inline-block;
    padding:/* 3px 8px */2px 5px;
    text-decoration:none;
	background:#5cb738;
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:/* 30px */ 19px;
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:/* #eee */#39c700;
    border:1px solid #94a0b4;
    color:/* #000 */ #FFF;
	
}


/*.tree > .categorie > ul > li:first-child:before {*/
.tree > div > ul > li:first-child:before {
    top: 18px;
}

.titcat {
    padding-top: 20px;
    padding-left: 20px;
}



li.parent_li > span >a >i {
    padding: 0px; /* 3px; */
	margin-right:3px;
}
li.parent_li a {
   text-decoration:none;
   color:#fff;
}

div#prod {
    float: right;
    width: 78%;
}
span.active {
	background:lightgrey !important;
}
table td{
    font-size: 12px;
}

span.ordinazione {
    color: orange;
    font-weight: bold;
}
span.disponibile {
    color: limegreen;
    font-weight: bold;
}


/* finestre in overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
/* .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
} */

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* dialog specifiche prodotto  */
.azione a {
    color: #fff !important;
    min-width: 130px;
}

/* nuovi prodotti */


.form-wizard.condensed .nav>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #E5E5E5;
}
.form-wizard.condensed .nav>li.active>a, .form-wizard.condensed .nav>li>a:hover {
    background: #1fae66 !important;
    color: #FFF;
}

.input-link {
    border: none !important;
    background: transparent;
    background-color: transparent !important;
    color: #337ab7 !important;
    box-shadow: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.input-link:hover {
	color:#444 !important;
}
.input-link-fa {
	color: #337ab7;
}
span#bottoni {
    white-space: nowrap;
}
.form-wizard .fa {
	min-width:16px;
}
li.munu-pas.dropdown {
    float: left;
}

.ui-dialog {
    max-width: 100%;
}

#prod {
	position:relative;
	top:-60px;
}
.attesa {
	color:red;
}
.elaborazione {
	color:orange;
}
.completo {
	color:green;
}
.annullato {
	color:grey;
}


.control-label {
	text-align:left !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 7px !important;
    left: 15%;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    background: rgba(128, 128, 128, 0.42);
}



/** On desktop, we do not need to show menu button */
.material-menu-button {
    display:none;
}

/** Menu in mobile-view */
@media only screen and (max-width: 767px) {
    /** Button styling */
    .material-menu-button {
        display:block;
        width:50px;
        height:45px;
        padding:10px 10px 0px 10px;
        background-color:#046128;
		cursor:pointer;
		float:right;
		margin-top: 24px;
    }
    .material-menu-button span {
        display:block;
        width:100%;
        height:5px;
        margin-bottom:4px;
        background-color:#fff;
    }

    .material-menu-wrapper {
        padding:20px;
    }
    .material-menu-view-mobile {
        background-color:#fff;
        -webkit-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }

    /** Titlebar */
    .material-menu-titlebar {
        -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }
	.tree:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
		left: 0;
		background: transparent;
		border: none;
	}
	div#prod {
		width:100%;
		float:left;
		top:0px;
	}
	.titcat {
		display:none;
	}
	.tree {
		border:none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 9px 5px 9px !important;
	}
	.dropdown-menu {
		min-width:auto !important;
	}
	.navbar-nav>li>a {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
		line-height: 34px !important;
	}
}

@media (max-width: 620px) {
	span.nome{
		display:none;
		clear:both;
	}
	#top {
		/* height:130px; */
	}
}

@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu { 
		position: absolute !important;
		margin: 2px 0 0 !important;
		z-index:1000 !important;
		font-size: 13px !important;
		background-color: #fff !important;
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
		border: 1px solid rgba(0,0,0,.15) !important;
		border-radius: 4px !important;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
		box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
	}
}

@media (max-width: 991px) {
	.logo {
		margin-top:50px;
	}
}