﻿@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	width: 100%;
}

body {
	background: #efefef;
	background-image: url(assets/images/line.png);
	background-repeat: repeat;
}

#ReportViewer1_ReportViewer {
	background-color: white;
	border: solid 1px #cccccc;
}

.version {
	color: #333333;
	font-size: 0.8rem;
	margin-top: 1rem;
	text-align: center;
	width: 100%;
}

#ReportErrorMessage {
	background: white;
	border: 1px solid #ccc;
	box-shadow: 5px 6px 5px #afafaf;
	height: fit-content;
	max-width: 40rem;
	position: absolute;
	padding: 2rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

