.color-ma {
	color: #b05352;
}

.stats-highlight {
	padding: 5% 10%;
	border: 1px solid #b05352;
	border-radius: 25px;
	text-align: center;
	display: flex;
	align-self: center !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
}

@media ( max-width : 991px) {
	.stats-highlight {
		margin-bottom: 3em;
	}
}

.stats-highlight h3 {
	font-weight: bold;
}

.stats-highlight p {
	margin: 0;
}

.login-page .form-cnt {
	box-shadow: 0px 0px 10px 1px #666B6A;
	border-radius: 20px;
}

.login-page img.logo {
	max-width: 30%;
}

nav {
	transition: position 1s ease-in-out;
}

nav.fixed {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.printonly {
	display: none;
}

table.report thead {
	border-bottom: 2px solid #b05352;
}

.cassa-select {
	margin-right: 10px;
	margin-left: 10px;
}

.cassa-select input {
	padding: 15px;
	display: block;
}

.cassa-select label {
	display: block;
}

.theader {
	font-weight: bold;
}

.theader, .trow {
	border-bottom: 1px solid #000;
}

.container form .trow:nth-child(even) {
	background: #ddd;
}

.chart {
	width:100%;
	min-height:450px;
}

@media ( min-width : 992px) {
	.filter .dropdown.dselect-wrapper {
		width: 19%;
	}
	.filter .btn {
		width: 5%;
	}
}


body.report.portrait {
    page: portrait;
}
body.report.landscape {
    page: landscape;
}

/* Defining all page breaks */
body.report a {
    page-break-inside: auto
}
body.report blockquote {
    page-break-inside: auto;
}
body.report h1, body.report h2, body.report h3, body.report h4, body.report h5,
    body.report h6 {
    page-break-after: auto;
    page-break-inside: auto
}
body.report img {
    page-break-inside: auto;
    page-break-after: auto;
}
body.report table, body.report pre {
    page-break-inside: auto;
    page-break-before: auto;
    page-break-after: auto;
}
body.report accordion-item {
    page-break-inside: auto;
    page-break-before: auto;
    page-break-after: auto;
}
body.report	accordion-header {
    page-break-inside: auto;
    page-break-after: auto;
    page-break-before: auto;
}
body.report ul, body.report ol, body.report dl {
    page-break-before: auto
}
body.report table.tallcells td {
    height: 15mm;
}

.pagebreak {
    page-break-before: always;
}

/* Displaying link color and link behaviour */
body.report a:link, body.report a:visited, body.report a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
}
body.report a {
    page-break-inside: avoid
}
body.report a[href^=http]:after {
    content: " < " attr(href) "> ";
}
body.report a:after>img {
    content: "";
}
body.report article a[href^="#"]:after {
    content: "";
}
body.report a:not(:local-link):after {
    content: " < " attr(href) "> ";
}
/**
* Making intergated videos disappear, and removing the iframes' whitespace to zero. 
*/
body.report .entry iframe, body.report ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
body.report .embed-youtube, body.report .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
}
body.report .printonly {
    display: block;
}
body.report .printhide {
    display:none !important;
}
body.report .approvalbox {
    width:20px;
    height:20px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: text-top;
    
}
body.report nav {
    display: none;
}
body.report * {
    font-size: 0.98em;
}
body.report img.logo {
    max-width: 10%;
}
body.report .reportfooter {
    font-size: 10pt;
}

body.report * {
    font-size: 0.7rem;
}

body.report #reportContainer {
    padding: 0 5mm;
    width: 210mm !important;
}

body.report table tr, body.report table td {
    background-color: white !important;
    --bs-table-accent-bg: white !important;
    border-color: darkgray !important;
    border-width: 1px !important;
}