/* PREVIEW */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body .panel-body, body .panel-body span{
	font-family: 'Open Sans', sans-serif!important;
	line-height: 30px;
}
body *{
	border-radius: 0px!important;
}
body .glyphicon, body span.glyphicon{
	font-family: Glyphicons Halflings!important;
	line-height: auto!important;	
	line-height: 20px;
}
.resultstable{
	width: 100%	;
}
.resultstable th{
	background-color: #1d4f94;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}	
.cathead{
	border-top: 15px solid #fff;
}
.resultstable tr th:first-child{
	width: 60%;	
}
.resultstable tr td, .resultstable tr th{
	padding: 5px;
}
.resultstable tr td:first-child{
	font-weight: bold;	
}
tr:nth-child(even) {background: #efefef}
.breadcrumb a{
	background-color: #1d4f94;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.breadcrumb>li+li:before{
	content: ">";
}	
#navbarr, #panelbody, .panel-heading, .panel{
	border: 0px;	
}
.panel-heading{
	padding-top: 15px!important;	
	padding-bottom: 0px!important;
}
#panelbody{
	padding-top: 0px!important;	
}
#navbarr{
	height: 70px;	
}
.navbar-brand img{
	height: 40px!important;	
}
.dropdown{
	height: 70px;		
}
.dropdown a{
	line-height: 41px!important;			
}
.feedbackquestion{
	background: #efefef;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	padding: 10px;
}
.feedback{
	width: 49%;
	margin-right: 1%;
	float: left;
}	
.grafiekie{
	width: 49%!important;
	margin-left: 1%;
	float: left!important;	
}
.highcharts-background, .highcharts-plot-border, .highcharts-plot-background, .highcharts-button-box, .highcharts-title, .highcharts-legend-box, .highcharts-credits{
	display: none;
}
.highcharts-series-hover{
	color: #fff;	
}
.highcharts-tooltip, .tspan{
	fill: #fff!important;
}	
.beforefeedback{
	width: 20px;
	height: 20px;
	line-height: 20px!important;
	text-align: center;
	float: left;
	background-color: #efefef;
	border-radius: 10px!important;
	margin-top: 10px;
}
.feedbackanswer{
	margin-left: 30px;
}
.beforefeedback:before{
	font-family: FontAwesome;
    content: "\f007";
}
h3{
	background-color: #1d4f94;
	color: #fff;
	font-size: 20px;
	margin-top: 80px;	
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.feedback{
	width: 100%!important;
	margin-left: 0%;
}	
.grafiekie{
	width: 100%!important;
	margin-left: 0%;
}
.resultstable{
	font-size: 10px;
	line-height: 13px!important;
}
}