/* 
    Created on : May 9, 2017, 2:30:49 PM
    Author     : robertav
*/
/* STYLES FOR PDFs
-------------------------------------------------*/
@page {
    size: A4;
    margin: 2cm 2cm 2cm 2cm;
}
@page{
	@top-center{
		font: 9px  Arial, Verdana, Helvetica, sans-serif;
		margin-top: 1cm;
		color:#c6c6c6;
		content: element(headerIdentifier);
	}
}
@page{
	counter-increment: page 1;
    counter-reset: footnote;
	@bottom-right { 
		font: 10px  Arial, Verdana, Helvetica, sans-serif;
		text-align: right;
/*		content: string(mydynamictext) " - " counter(page) " di " counter(pages);*/
		content: "Fondazione Museo Civico Rovereto | Borgo Santa Caterina, 41 - 38068 Rovereto (TN) - Italy | +39 0464 452800 --- " counter(page) " di " counter(pages);
		margin-bottom: 1cm;
		color:#c6c6c6;
    }
}
body {
    font-size:11px;
    background:none;
}
#print-running-header {
	position: running(headerIdentifier);
	border-bottom:1px solid #ebebeb;
	padding:0 5px 7px 5px;
}
#print-running-header .print-running-header-text {
    string-set: mydynamictext content();
	color:#c6c6c6 !important;
	text-transform:uppercase;
}
#print-running-header .logo {
	vertical-align:bottom;
}
/* Grid
-------------------------------------------------*/
.col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-print-12 {
	width: 100%;
}
.col-print-11 {
	width: 91.66666667%;
}
.col-print-10 {
	width: 83.33333333%;
}
.col-print-9 {
	width: 75%;
}
.col-print-8 {
	width: 66.66666667%;
}
.col-print-7 {
	width: 58.33333333%;
}
.col-print-6 {
	width: 50%;
}
.col-print-5 {
	width: 41.66666667%;
}
.col-print-4 {
	width: 33.33333333%;
}
.col-print-3 {
	width: 25%;
}
.col-print-2 {
	width: 16.66666667%;
}
.col-print-1 {
	width: 8.33333333%;
}
/* To show
-------------------------------------------------*/
.print-only {
	display: block;
}
/* To hide
-------------------------------------------------*/
.screen-only {
	display:none;
}
.singleheader,
.dm-sidebar-nav {
	display:none;
}



