/*
body{
	background: url("../img/sfondo.jpg") fixed !important;
}
*/

a{
	text-decoration: none !important;
	color: black;
}

dt{
	font-weight: normal !important;
}

.logo-header{
	margin: -16px 0 0 0;
	padding: 0 0 0 15px;
}

input.error, select.error, textarea.error{
	border-color:#B94A48 !important;
}

label.error, span.required, .help-block{
	color: #B94A48;
}

.breadcrumb{
	margin-bottom: 10px !important;
	padding: 4px 8px !important;
}


.page-content{
	background-color: rgba(255,255,255);
}


.table{
	margin-top: 10px;
}


.page-list{
	margin: 10px 0 0 0;
}

.lista,
.lista ol{
	list-style: none;
	margin:0; padding:0;
}

.product-description img{
    max-width: 100%;
    height: auto;
}

.lista .sub-tree{
	margin-right:0;
}


.lista a{
	text-decoration: none;
}


.page-list ul{
	margin-bottom: 5px;
}


.lista > li 
{
	position: relative;
	margin:0;
	overflow: auto !important;
}


.lista > li > div.items
{
	/*height: 1.5em;*/
    /*position: relative;*/
    background-color: #F9F9F9;
    padding: 0  3px;
	margin: 0 0 3px 0;
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
   
}


.lista > li > div.item img{
	float: left;
	margin: 4px 5px 3px 3px;
	border: 1px solid #DDD;
	border-radius: 4px;
}


.lista > li > div.item.video img
{
	height: 67px; 
}


.lista > li.closed > ul{
	display: none;
}
	

.lista > li > div.item:hover {
   border-color: #0088cc;
   box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


.lista ol.item-properties {
    bottom: 0;
    position: absolute;
    right: 5px;
}

.lista .sub-item{
	font-size: .8em;
}

.lista .sub-item a{
	color: #666;
}

.lista a.del-sub{
	color:red;
	float:right;
}



#summary-pager-bar{
	display:none;
}

.list-view {
    padding-top: 0px;
}


/*.lista li h4.title,*/
.lista .select-item
{
	float: left;
	margin-right: 5px;
	
}


.lista li h4.title{
	
	font-size: 1.1em;
	color: #0088CC;
	margin-top:2px;
	margin-bottom: 2px;
}


.lista > li > div.item.gallery .title{
	margin-top: 15px;
}


.inline-edit
{
	cursor: pointer;
}

.inplace_field
{
	margin-bottom: 0px !important;
	width: 30%;
}




.lista li h4.title a{
	font-family: arial;
	text-shadow: 1px 1px #EEE;
}


div.expander
{
	float: left;
	height: .9em;
	width: 16px;
	cursor: pointer;
	font-size: 1.2em;
	margin: 2px  4px 0 0px;
	
}


li.leaf > div.expander
{
	display: none;
}


div.expander a
{
	display: block;
	height: 100%;
	color: #FF8000;
}


li > .lista
{
	padding-left: 20px;
}



.lista .action{
	visibility:hidden;
}


.lista >  li div.items:hover .action
{
	visibility: visible;
}


.lista a.add-mov{
	color: rgb(70, 136, 71);
}


.lista .saldo{
	/*float: right;*/
}

.lista .badge{
	position: relative;
	top: -2px !important;
}


.plus{
	color: green;
}

.minus{
	color: red;
}


.lista ol.actions
{
    /*float: right;*/
	height: 25px;
	padding: 1px 0 0 0;
	/*margin: 4px 1px 0 0;*/
	position: absolute; right: 5px; top: 7px;
	display:none;
}


.lista >  li div.item:hover .actions
{
	display: block;
}


.lista ol.actions li
{
    float: left;
    margin-left: 8px;
}


.lista ol.actions li a
{
	line-height: 14px;
	margin: -1px 0 0 0;
	font-size: 1.4em;
	padding: 2px;
}

.form .form-actions{
	text-align: right;
}

.sub-menu .arrow{
	display: none;
}


.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_small {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: auto;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_highlight {
  background: lawngreen;
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
}


form.file_upload {
   background:transparent;
   border: none;
   border-radius: 0px;
   float: right;
   width: auto;
   margin-top: -2px;
   font-weight: normal;
   margin: -10px 0 0 0;	
   height: 28px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: -3px;
}


/*******************************************************************************/

div.update-ok {
	margin: 15px 0;
	padding: 4px 5px 4px 5px;
	background: #F5F5F5;
	border: solid 1px #3375AE;
	color: #1E455F;
}


.dd-list div.actions{
	list-style: none;
	float: right;
	margin: 1px -4px 0 0;
}



.dd-list div.actions .hiddenx{
	visibility: hidden;
}

.dd3-content:hover div.actions .hiddenx{
	visibility: visible;
}


#tree ul{
	color: #CCC;
}


.dd3-handle.sortable {
	cursor: n-resize;
}

.page-content{
	padding-top: 0px;
}


.page-title{
	margin: 8px 0;
}

.page-title i{
	font-size: 1em;
}

.required{
	
}

.jstree li {
    line-height: 22px !important;
    min-height: 22px !important;
    min-width: 22px !important;
   
}

.jstree a > ins{
	height: 22px !important;
	width: 23px !important;
}

.jstree a{
	height: 22px !important;
	line-height: 20px !important;
}

.page-sidebar .sidebar-toggler{
	margin-top: 10px;
	margin-bottom: 10px;
}


.form-control{
	padding: 4px !important;
}



.control-label{
	font-size: .9em !important;
	color: #666 !important;
}


.pricing .pricing-head h3{
	height: 99px;
	font-size: 1.8em;
}


.pricing-content li{
	font-size: 1.1em !important;
}


.pagination .selected a{
	font-weight: bold;
	background-color: #EEEEEE;
}


label{
	color: #888;
	font-size: .9em !important;
}

.datepicker{z-index:1151;}

.fc-day-number{
	font-size: .8em;
	color: #999;
}


tr.selected{
	background-color: #DEDEDE
}


.label-danger2, .badge-danger2 {
    background-color: #EB5F00 !important;
    background-image: none !important;
}


.label-danger, .badge-danger {
    background-color: #d83013 !important;
    background-image: none !important;
}

.label-cancel
{
	background-color: #818181;
	background-image: none !important;
	
}

#files{
	position: absolute; 
	top: 2px; right: 0px; 
	color: #FFF;
	background: #4B8DF8; 
	margin: 0px 0px 0px 0px;
	width: 100%;
}


.portlet-title{
	position: relative;
}

.admin-header-text
{
	padding-left:1em;
}

/** adminInfoBox **/

.adminInfoBox
{
   /* margin-left: 0.3em !important;
    max-width: 50% !important;*/
}

.adminInfoBox h3
{ 
	font-size: 14px !important; 
	padding-bottom: 2px !important;
	padding-top: 2px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.adminInfoBox .panel-heading
{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.scroller
{
	height: 300px !important;
}








.login_button > a {
  padding: 5px 10px;
  background: transparent;
  position: relative;
  top: -2px;
}

.login_button a i{
  margin-right: 7px;
  color: #b0b2b4;
}


.header.header_2 .popup{
  left: 0;
}

  .popup a.button{
    margin-bottom: 20px;
    width: 100%;
  }

  .popup h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', 'sans-serif';
    margin-bottom: 20px;
    color: #3e454c;
  }

  .popup .button_type_1{
    width: 100%;
    display: block;
    font-size: 16px;
  }

  /*.popup .button_type_1:first-child{
    margin-bottom: 20px;
  }*/

  .popup div a{
    color: #0043AE;
  }

  .popup div a:hover{
    color: #9F0002;
  }

  .popup ul li{
    margin-bottom: 15px;
  }
/*
  .popup ul li:nth-child(2n){
    margin-bottom: 25px;
  }*/

  .popup form{
    padding: 0 20px;
  }

  .popup .login_footer{
    padding: 30px 20px 0;
    background-color: #f9f9f9;
  }

  .popup label{
    color: #3e454c;
    display: inline-block;
    margin-bottom: 0px;
  }

  .popup input{
    width: 100%;
  }

  .popup input[type="checkbox"]{
    display: none;
  }
  
  .popup{
	border: 1px solid rgba(159,0,2, 1)
}







.login_block > ul > li > a{
	margin-left: 10px;
}

.login_block > ul > li > a.uinfo,
.login_block > ul > li > a.uinfo i{
	color: rgba(159,0,2,1) !important;
}

.login_block > ul > li > a.uinfo.set,
.login_block > ul > li > a.uinfo.set i,

.login_block > ul > li:hover > a.uinfo,
.login_block > ul > li:hover > a.uinfo i{
	color: #FFF !important;
}

.login_block > ul > li > a.uinfo.set{
	background-color: #9F0002;
}

img.ico-head {
    height: 20px;
    position: relative;
    top: -1px;
}


.popup {
    background: #f2f2f2;
    padding: 0;
    position: absolute;
    font-size: 14px;
    right: 0;
    overflow: hidden;
    width: 260px;
    position: absolute;
    top: 100%;
    margin-top: 6px;
    min-width: 260px;
    z-index: 999;
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #0043AE;
}

.popup ul{
	list-style:none;
	padding: 0;
}

.popup input {
    width: 100%;
}

.button.button_orange, .button.search_button:hover, .shopping_button:hover, .close_search_form:hover, .button.button_grey:hover {
    background: #0043AE;
}

.popup .button{
	padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border: none;
    line-height: 25px;
}

#category-description h2{
	font-size: 22px;
}

.label-prod-offerta
{
    color: #ED0000;
    padding: 3px 5px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

@media(max-width: 767px)
{
	.esa-banners-containers
	{
		flex-wrap: wrap;
	}
	
	.esa-banners-containers div[class^="esa_"]
	{
		margin-bottom: 25px;
	}
}