@charset "utf-8";
/* CSS Document */

h1.insideMainTitle{
	color: #9C0534;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 20px 0 5px 0;
} 

.secTitle{
	color: #447daf;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 20px 0 5px 0;
}

.active>.page-link, .page-link.active{
	background-color:#9c0534;
	border-color:#e9ecef;
}

.page-link{
	color: #190d02;
}

.video{
	width: 60px;
	display: inline-flex;
	margin-left: 8px;
}

.reportTitle::after{
	background: #9C0534;
}

.selectForm{
	max-width: 200px;
	width: 40%;
	margin-right: 8px;
}

.dateSelectForm{
	display: inline-flex;
	justify-content: flex-end;
}

.dateSelectForm .btn{
	width: 25%;
	max-width: 200px;
	height: 38px;
	background: #447daf;
	color: #FFF;
}
