:root {
  --primary: #DCAC36;
  --secondary: #BF8E14;
  --footer: #444444;
}
@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0mm;  
} 
.container{
	margin-left: 20mm;
	margin-right: 20mm;
}
body {
    margin: 0;
    color: #000;
    background-color: #fff;
}
div.divHeader {
	padding: 0 1rem;
    height: 80px;
    width:100%;
    background: var(--primary);
}

.logo_nav_top {

  mask: url("../images/logo_clue_bianco.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  width: 210px;
  height: 80px;
  mask-size:204px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#clue_navbar{
	display: none !important;
}
.title_txt{
font-size: 2.375rem;
text-align:center;
width:100%;
}

.toupper{
	text-transform: uppercase;
}
.dossier_txt{
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
}

.dossier_txt.title{
	font-weight: 900;
	text-transform: uppercase;
}
.accordion_clue-button.dossier{
	margin: 1rem 0;
  	border-bottom: 1px solid #000;
}
.accordion_clue-header {
  border-bottom: 1px solid #000';

}
.ico_autore, .clcknotadossier, .clcknotadossier, .videodoss{
	display: none;
}

 .accordion_clue-button{
	 width: 100%;
	 font-size: 2rem;
 }
.w100px{width:100px;}
.w150px{
	width:150px;
}
.w200px{width:200px;}

.row.note{
	margin-right: 0.75rem;
	margin-left: 0.75rem;	
}
#accordionNoteVideo{
	display: none;
}
#footer_clue{
	display: none !important;
}
.btntop, .cknota{
	display: none;
}
.autore.flex > .nota_info{
	display: flex;
	gap: 10px;
}
.nota_date{
	order:1;
	width: 200px;
}
.nota_autore{
	order:2;
	width: 100%;
}
.filedown_cont{
	display: none;
}
.allegato_testo_print{
	display: block;
}
.print_hr{
	display: block;
	margin: 1rem 2rem;
}
.bookmark_cont{
	display: none;
}