/**
 *
 * Apply Here your Custom CSS
 *
*/

.immagineStato{
	max-width:20px;
	max-height:20px;	
}

.tile-stats{
	min-height: 150px
}
/*
table {

  table-layout: fixed;
}
*/
.nav-tabs-home > li {
  margin-bottom: -23px;
}
.nav-tabs-home > li > a {
  padding: 10px 2px;
}
.nav-tabs-home + .tab-content {
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.dashboardhome{
		/*display: none	*/
	}	
	.tile-stats .num{
		display: none
	}
	.tile-stats .num{
		display: none
	}
	.tile-stats p{
		display: none	
	}
	.tile-stats{
		min-height: 65px;
	}

  table:not(.table-condensed) {
    border: 0;
  }

  table:not(.table-condensed) caption {
    font-size: 1.3em;
  }
   table:not(.table-condensed) tfoot {
	   display:none;
   }
  table:not(.table-condensed) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table:not(.table-condensed) tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table:not(.table-condensed) td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table:not(.table-condensed) td::before {
   

    content: attr(data-label);
    float: left;
	font-weight: bold;
   
  }
  
  table:not(.table-condensed) td:last-child {
    border-bottom: 0;
  }
}



.marginlabel{
	margin-bottom: 7px;
}
