@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
:root {
    --tblr-font-sans-serif: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
    font-feature-settings: "cv03", "cv04", "cv11";
}
#navbarLogo{
	fonti-size: 14pt;
	font-weight: bold;
	font-family: sans-serif;
}
a:hover{
	text-decoration:none;
}
.error {
	color: #FFF;
	font-weight: bold;
}
.btnHome{
	padding: 20px 0;
}
.btn{
	font-weight: bold;
}
.form-control[readonly] {
  background-color: #E5E5E5;
}
.apexcharts-toolbar{
	display: none;
}
.vertical-rl {
	writing-mode: vertical-rl;
}
.card-header{
	background-color: #f8fafc;
	padding: 5px 15px;
	font-weight:bold;
}
table thead tr th{
	text-align: center;
}
table thead th,.table thead th {
	font-size: 1rem;
}
#tbl001 thead tr th a{
	color:#666;
}


@media print{
	#tbl001{
		width: 100%;
	}
    .print_none{
    	width: 0px;
        display: none;
    }
}