@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800');
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');
body {
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	color: #232323;
    line-height: 30px;
    font-size: 14px;
	color:#333;
}
#questions-title, h3{
	font-size: 18px!important;
	color: #2c3046!important;
	font-weight: 800!important;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif!important;
}
#content{
	width: 90%;
	margin: auto;
	box-shadow: none;
	background-color: transparent;
}
.cleardat{
	clear: both;
	float: none;
	width: 100%;
	}
#trainer-chart-1{
	width: 49%;
	float: left;
	margin-right: 1%;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);	
}

#trainer-chart-2{
	width: 49%;
	float: left;
	margin-left: 1%;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);	
}
#questions, #trainer-chart-3{
	-webkit-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 70px -15px rgba(0,0,0,0.07);	
	border: 0px;
}
a,a:active{
	line-height:60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050505;
	padding: 7px 15px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.info {
	border:1px solid #4BA2C4;
	background-color:#D3E8F0;
	color: black;
	padding:7px;
	border-radius:8px;
	margin-top:8px;
}
.info .icon {
	width:16px;
	height:16px;
	background: url('../info_icon.png');
	display:inline-block;
	vertical-align: top;
	margin-right:6px;
}

#header {
	position:relative;
	height:80px;
}
#header #logo {
	position:absolute;
	left:20px;
	bottom:30px;
	width:175px;
	height:62px;
	background:url('logo.png') no-repeat;
}

#main {
	margin: 60px auto;
	width: 100%;
}
#chart-container .chart{ 
	margin-top:20px;
	height:300px;
}

#chart-container #trainer-chart-1-link, .trainer-chart-1-link, .trainer-chart-1-link:focus{
	background-color: #60dbff;
	background-image: none;
	box-shadow: none;
	padding: 15px 30px;
	border-radius: 40px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	border: 3px solid #60dbff;
	margin-right: 20px;
	margin-top: 20px;
	font-weight: 800;
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	text-shadow: none;
}
.trainer-chart-1-link:hover{
	background-color: #c17cff;
	border-color: #c17cff;
}
#chart-container #trainer-chart-3 {
	height:350px;
}

.r0 { background-color:#F0F0F0 }
.r1 { background-color:#FAFAFA }

#page-statistics-report .generaltable {
	max-width:800px;
	width:800px;
	overflow-x:scroll;
}

#questions {
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	border-radius:5px;
	
}
#questions tbody td {
	min-width: 50px;
	max-width: 300px;
	max-height: 40px;
	overflow-y:hidden;
	overflow-x:hidden;
	vertical-align: top;
	padding:15px;
	margin:0px;
}
#questions td.centered {
	text-align: center;
}
#questions thead th {
	background-color:#fff;
	color: #232323;
    line-height: 30px;
    font-size: 16px;
	text-align: left;
	padding:15px;
	border-bottom: 1px solid #efefef;
}
#questions tbody tr.even td {
	background-color:#fafafa;
}
#questions tbody tr.odd td {
	background-color:#fff;
}
#questions tbody tr.correct td {
	background-color:#E7F5E4 !important;
	border-bottom: 1px solid #999;
}
#questions tbody tr.incorrect td {
	background-color:#F2E4E4 !important;
	border-bottom: 1px solid #999;
}
#questions tr td:first-child{
	font-weight: 800;
}
#questions tr td:last-child:after{
	content: "%";
}
@media (min-width: 0px) and (max-width: 800px)  { 
	
	#trainer-chart-1, #trainer-chart-2, #trainer-chart-3{
		width: 100%;
		margin: 0px;
	}
	#questions thead th, #questions thead{
		display: none;
	}
	#content{
		width: 100%;
	}
	#questions tbody td{
		display: block;
		padding: 10px;
		max-width: 100%;
		max-height: 200px;
		box-sizing: border-box;
		clear: both;
		width: 100%;
	}
}