/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  
}

table th, table td {
text-align:center;	
}	

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
	padding: 20px;
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
@media only screen and (max-width: 790px) {
	.main {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.loading_images{
 width:100%;
 height:100%;
 background: url(images/ajax-loader.gif) no-repeat fixed center center;
 } 
 
.mymodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(images/ajax-loader.gif) 
                50% 50% 
                no-repeat;
}

.ico-dialog
{
 float:left;
 padding-right: 5px;
 width:32px;
 height:32px;
}



.ico-allegato{
 background: url(images/allegato32x32.png) no-repeat center center;
}
.ico-question{
 background: url(images/question_circle32x32.png) no-repeat center center;
}
.ico-warningc{
 background: url(images/warning_circle32x32.png) no-repeat center center;
}
.ico-warningt{
 background: url(images/warning32x31.png) no-repeat center center;
}
.ico-information{
 background: url(images/information_circle32x32.png) no-repeat center center;
}
.ico-error{
 background: url(images/stop32x32.png) no-repeat center center;
} 

.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: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.radius {

 } 
 
.clickable {
cursor: pointer;
 } 
 
.noclickable {
cursor: default !important;
 }  

 
.ico{
    width:28px;
	height:24px;
   	CURSOR: pointer;
	float:left;
}
 
.ico-check{
background: url(images/check28x28.png)  no-repeat center center;
cursor :default !important;
}
.ico-uncheck{
background: url(images/uncheck28x28.png)  no-repeat center center;
cursor :default !important;
}

.logo_mini{
background: url(asset/ico/LOGO-48X48.png)  no-repeat left center;
    width:64px;
	height:50px;
}

.totali{
background-color:#606060 !important;
color:#fff !important;
font-weight: bold !important;
}

.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;
}
.ricerca_filtro{
width:100%;
}

.text-padding-right-30{
 padding-right: 3%;
}

.glyphicon-sm{
font-size:16px;
}

.glyphicon-md{
font-size:24px;
}
.glyphicon-lg{
font-size:32px;
}
.glyphicon-xl{
font-size:48px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

	background-color: #340098;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	border: 1px solid #ffbe00;
	border-bottom-color: #ffbe00;
	overflow: visible;
	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #340098;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	border: 1px solid #ffbe00;
	border-bottom-color: #ffbe00;
	overflow: visible;
}


.navbar-default .navbar-nav>li>a {
    color: #eee;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fffeee;
}
.menu-top{
    background-color: #340098;
	color: #fff;
	font-size: 13px;
	line-height: normal;
	overflow: visible;
}	


.menu-gradient{
	background-color: #340098;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 5%, #340098); /* Safari 5.1+, Chrome 10+ */
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 5%, #340098); /* Firefox 3.6 */
	background-image: -o-linear-gradient(#ffffff, #ffffff 5%, #340098); /* Opera 11.10+ */
	background-image: linear-gradient(#ffffff, #ffffff 5%, #340098); /* CSS3 Compliant */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#340098', GradientType=0); /* IE8 */
/*	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
	color: #fff;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); /* Safari 4 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); /* Firefox 3.6 */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
}	


.section_hidden{
	display:none;
 }	
.must-red {
	padding : 5px 5px 5px 5px;
	border: 1px solid #ccc;
	font-weight: bold !important;
 }	
 
.checkbox-lg {
	height: 1.5em !important;
    width: 1.5em !important;
 } 
 
 
 /********************* Shopping Demo-4 **********************/
.product-selected {
	/*
     display:inline-block;
	 color: red;
	 font-weight:600;
	 font-size:14px;
	 border-radius:4px;
	 transition:all .3s;
	 */
}

.product-scelto{
	 color: #fff;
     display:inline-block;
	 font-weight:600;
	 font-size:10px;
	 transition:all .3s
}	

.product-grid4 .product-image4{
  position:relative;
  border: 1px solid #ddd; /* Gray border /* 
  /*  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  margin-top: 15px;
 /* width: 150px;  Set a small width */
}

.product-grid4,.product-grid4 .product-image4:hover{
 /*  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); */
}


.product-grid4{
  font-family:Poppins,sans-serif;
  text-align:center;
 /* border: 1px solid #ddd;*/
  /*border-radius:5px;*/
  overflow:hidden;z-index:1;transition:all .3s ease 0s
  }
/* .product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)} */
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{width:100%;height:auto} 
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-1{opacity:0}
.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-2{opacity:1}

.product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}
.product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s}
.product-grid4 .social li:nth-child(1){transition-delay:.15s}
.product-grid4 .social li:nth-child(2){transition-delay:.3s}
.product-grid4 .social li:nth-child(3){transition-delay:.45s}
.product-grid4:hover .social li{opacity:1}
.product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s}
.product-grid4 .social li a:hover{color:#fff;background:#16a085}
.product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#16a085;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding:25px;}
.product-grid4 .title{
	 min-height:30px;
	 font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#16a085}
.product-grid4 .price{color:#16a085;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}



.product-grid4 .termini-cart{
	 display:inline-block;
	 padding: 2px;
	 font-weight:400;
	 font-size:9px;
	/* border-radius:4px; */
	 transition:all .3s;
	 width:100%;
	 }
	 
.product-grid4 .add-to-cart{
	 display:inline-block;
	 margin-top:5px;
	 padding: 2px;
	 font-weight:600;
	 font-size:10px;
	/* border-radius:4px; */
	 transition:all .3s;
	 width:100%;
	 }
	 
.product-grid4:hover .add-to-cart{
	/*
	border:1px solid transparent;
	background:#16a085;color:#fff
	*/
	}
/* .product-grid4 .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)} */
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}

.btn {
border-radius: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel {
  border-radius: 0;
 
}

.form-control {
     border-radius: 0;
  
}
.panel-primary{
	border: 0px solid!important;
}
.panel-primary > .panel-heading{
	background-color: #222!important;
	border-color: #222!important;
}
.form-horizontal .control-label{
	font-size: 14px;
	font-weight: normal;
}
.col-sm-9 strong,input{
	font-size: 14px;
	font-weight: normal;
}
.btn-primary{
	background-color: #000!important;
	border-color: #000!important;
}
.row{
	margin-bottom: 60px!important;
}