@import url("header.css");
@import url("styles.css?v4");
@import url("carrello.css");
@import url("fancy.css");
@import url("jquery.dataTables.min.css");
@import url("popovers.css");

.no-space {
	padding-left: 0px;
	padding-right: 0px;
}

.medium { font-weight: 500; }
.bold { font-weight: 700; }
.center { text-align: center;}

.main_panel {
	height: 100%;
	padding-top: 80px;
}

/* ----------- TABLETS ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {
	 .container { width: 100%; }
}