html{
	height: 100%;
}

body {
	/* background-color: rgb(204, 204, 204); */
	background-color: #fff;
	font-family: lato light;
	margin: 0;
	min-height: 100%;
	position: relative;
}
h1 {
	font-family: Raleway ; /*'Tangerine', serif*/
	text-shadow: 4px 4px 4px #aaa;
	color: #ffffff;
	text-align: center;
	letter-spacing: 3px;
}
h1 a:link {
	text-decoration: none;
	color: #ffffff;
}
h1 a{
	color: #ffffff;
}
#text a{
	color: #ffffff;
}
/* RELOAD-BUTTON */
#reload{
	position: fixed;
	overflow: hidden;
	top: 20%; /* von 13% auf 30% geaendert bei screen < 635 px von SE */
	z-index: 100;
    /* background-color: rgb(41, 108, 255); */
    background-color: #F11A22;
    color: #fff;
    right: 20px;
    border: none;
    padding: 1px 15px 1px 15px;
    font-weight: bold;
	text-anchor: middle;
	transition: all 0.5s;
    /* box-shadow: 2px 2px 2px #fff; */
}
#reload:hover {
    background-color: #fff;
    /* color: rgb(41, 108, 255); */
    color: #F11A22;
}
/* LIMESURVEY-BUTTON */
a.limebutton {
	display: inline-block;
	border-radius: 4px;
	background-color: #008AC9; 
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 15px 15px 15px 15px;
	width: 250px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	box-shadow: 5px 5px 3px #D3D3D3 !important;
}
.limebutton span {
	font-size: 28px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	font-weight: bold;
}
.limebutton span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.limebutton:hover {
	background-color: #222D5A;
	/*opacity: 0;
	transition: 0.5s;*/
	/*box-shadow: -5px 5px 3px #D3D3D3 !important;*/
}
.limebutton:hover span {
	padding-right: 25px;
	color: #F11A22; /* #fff; */
	/*font-size: 32px;*/
	transition: 0.5s;
}
.limebutton:hover span:after {
	/*transition: .85s;*/
	color: #F11A22; /* #fff; */
	opacity: 1;
	right: 0;
}

/* positionierung div-boxen der buttons "sidebar" und "reload" */
.row div.first-left {
	position: absolute;
	}
.row div.first-right {
	position: absolute;
	}
/* Sidebar Content neu 
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog {
		position: fixed;
		margin: auto;
		width: 35%; /* 94%; */
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content {
		height: 100%;
		overflow-y: auto;
		opacity: .97;
	}
	
	.modal.left .modal-body {
		padding: 15px 15px 80px;
		text-align: justify;
		color: #222D5A;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -94%;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

#b-left{
	position: fixed;
	overflow: hidden;
	top: 30%; /* von 13% auf 30% geaendert bei screen < 635 px von SE */
	z-index: 100;
	/*right: 20px;*/
	left: -52px;
	background-color: #222D5A;
	transition: all 0.5s;
}
#b-left:hover{
	background-color: #fff;
}
.btn-neu {
	transform: rotate(270deg);
    /*top: 200px !important;*/
    /* right: -86px !important; */
    /*position: fixed !important;*/
    /*left: 0px !important;*/
    color: #fff;
    font-weight: bold;
    opacity: .95;
    border: none;
    background-color: rgb(41, 108, 255);
    padding: 1px 15px 1px 15px;
    /*margin-left: -15% !important;*/
    z-index: 9;
}
.btn-neu:hover {
    background-color: #fff;
    color: #222D5A;
}
	/*.btn-demo {
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	background-color: floralwhite;
	position: fixed;
	top: 100px;
	z-index: 9;
	padding-left: 7px;
	padding-right: 7px;
	right: 20px;
}*/

.btn-demo:focus {
	outline: 0;
}

#table1, th, td{
    padding: 0px 25px 0px 10px;
}

/* Slideshow Content*/
.modal-header {
	border-bottom-color: #222D5A;
	background-color: #0F81CA;
}

.modal-title{
	color: #fff;
	font-weight: bold;
}
#tableSlide{
	text-align: center;
	border-top: 1px solid #F11A22;
	border-bottom: 1px solid #F11A22;
}

.col-md-12 h4{
    font-size: 18px;
    font-weight: bold;
    color: #4588ba;
    text-shadow: 2px 2px 2px #cccccc;
}
.up1, .up3{
	/* border-bottom: 1px solid #F11A22; */
    background-color: #fff;
}
.up3{
	border-bottom: 1px solid #F11A22;
}
.up2{
	border-top: 1px solid #F11A22;
	border-bottom: 1px solid #F11A22;    
	background-color: #ececec;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
.uplast{
	position: fixed;
	right: 1.5%;
	bottom: 25px;
}
.down1{
	position: fixed;
	bottom: 0px;
	width: 95%;	
	border-top: 1px solid #222D5A;
	background-color: #0F81CA;
	text-align: right;
}
.up1, .up2, .up3, .uplast, p{
	padding-left: 5px;
	padding-right: 5px;
}
.clearfix {
    overflow: auto;
}
 /* Ende Sidebar content neu */
/* Sidebar-Nav alt
.sn-content button /* von SE hinzu gefügt *{
	background-color: floralwhite;
	margin-left:20px; 
	}
.sn-backdrop {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	opacity: 0;
	z-index: 50;
	will-change: opacity;
  }
  
  .sn-visible .sn-backdrop { display: block }
  
  .sn-sidenav {
	position: fixed;
	left: 0%;
	top: 0;
	height: 100%;
	z-index: 100;
	overflow-y: auto;
	will-change: transform;
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
	background-color: #3498DB;
	padding: 20px;
	color: #fff;

	/*max-width: 90%;/
  }
  
  .sn-content {
	position: relative;
	z-index: 10;
	top: 122px;
  }
  
  .sn-visible, .sn-visible body, .sn-visible .sn-content { overflow: hidden }

.contentSideNav{
	/max-width: 480px;/
}
 ende sidebar alt */
/* HEADER */
/*
#header {
	position: relative;
	max-width: 100%;
	min-height: 60px;
	background-color:#ffffff;	
	text-anchor: middle;
	border-bottom: 1px solid #4588ba;
	margin-bottom: 2px;	
	padding: 10px 0 0 10px;
	overflow: hidden;
	cursor: default;
}
*/
.row-header {
	/* background-color:#ffffff;	 */
	background-color: #0F81CA;
	padding: 20px 10px 20px 10px; /* change setting SE */
	border-bottom: 1px solid #4588ba;
	position: fixed; /* setting SE */
	z-index: 99; /* setting SE */
	max-width: 100%;
	margin-right: 0;
	opacity: .9;
	min-width: 100%;
	/*max-height: 110px;*/
}

.clearfix {
    overflow: auto;
}
/*Anfang von SE angelegt*/
.row {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.head-left {
	/* padding-top: 10px; */
	width: 75%; /* 30% */
	}
.row-header .logo img, .row-header .logo a img {
	max-width: 30%; /* 80% */
	display: inline-block;
} 
.row-header .head-right {
	text-align: right;
    /*padding-right: 40px;*/
    float: none;
    top: -86px;
    width: 100%;
    margin-bottom: -35px;
}
.first-row {
    margin-top: 46%;
    width: 100%;
}
#lineWrapper0 {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.row-header .head-right .logo a img {
	max-width: 19%;
	}
/* .first-row {
	margin-top: 40%;
} */
.head-line {
	width: 100%;
	padding: 5px 0px 0px 0px;
}
.head-line, h1 {
	font-size: 18px; /* 17px */
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/*Ende von SE angelegt*/
/*
#logo1{
	position: absolute;
	left: 5px;
	top: 7px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.clearfix {
    overflow: auto;
}
#logo2{
	position: absolute;
	left: 165px;
	top: 7px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.clearfix {
    overflow: auto;
}
#logo3{
	position: absolute;
	right: 5px;
	top: 7px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.clearfix {
    overflow: auto;
}
#mainTitle{
	font-size: 18px;
	top: -10px;	
	left: 5px;
	height: 58px;
	max-width: auto;	
	padding: 5px 0 0 5px;
	margin: -20px auto;		
	vertical-align: middle;	
}
.clearfix {
    overflow: auto;
}
*/
#footer {
	position: fixed;
    bottom: 0;
	width: 100%;
	height: 30px;
/* 	background-color: #ffffff; */
	background-color: #0F81CA;
	text-anchor: middle;
	text-align: right;
/* 	border-top: 1px solid #4588ba;
	border-bottom: 1px solid #4588ba; */
	border-top: 1px solid #0F81CA;
	border-bottom: 1px solid #0F81CA;
	/* margin-top: 100px; */
	padding-right: 5px; 
	padding-top: 5px;	
	opacity: .9;
}
#text {
	position: relative;
	color: #ffffff;
	right: 5px;
}
#text a:link{
	text-decoration: none;
	color: #ffffff;
}
#version {
	position: relative;
	text-align: left;
	color: #ffffff;
	left: 5px;
}
#spacer{
	position: relative;
	width: 100%;
	height: 5px;
	border-top: 1px solid #0F81CA;
	border-bottom: 1px solid #0F81CA;
/* 	border-top: 1px solid #4588ba;
	border-bottom: 1px solid #4588ba; */
}
.clearfix {
    overflow: auto;
}

#wrapper0 {
	top: 50px;
	width: 100%;
	height: auto; /*250px;*/
	overflow: hidden;
	/*border-top: 1px solid #4588ba;*/
    /*border-bottom: 1px solid #4588ba;*/
    margin-top: 2px;
	margin-bottom: 2px;
}
.clearfix {
    overflow: auto;
}



/* Zeile 1 */
#lineWrapper0 #lineNutzen {
    position: relative;
    left: 3%;
	width: 100%;
/*	padding-top: 15px;*/
    height: 250px;
}

/* Zeile 2 */
#pieWrapper1 {
/*	position: relative;
	display: inline-block;
/*	top: 2%;*/
/*	left: 2%;
	/*width: 800px;*/
/*	height: 100%;
	width: 45%;
	/*height: 500px;*/
}

#barWrapper1 {
/*	position: relative;
	display: inline-block;
	top: 5%; /*350px*/
/*	left: 2%; /* 910px*/
/*	height: 100%;
	width: 45%;
*/
}
.clearfix {
    overflow: auto;
}
/* Zeile 3 */
#pieWrapper23{
	display: inline-block;
	top: 800px;
	width: 50%;
	height: 100%; /*500px;*/
	overflow: hidden;
	/*border-top: 1px solid #4588ba;
    border-bottom: 1px solid #4588ba;
    margin-top: 2px;
	margin-bottom: 2px;*/	
}
#pieWrapper2 {
/*	position: relative;
	/*display: inline-block;*/
/*	top: 1%;
	left: 0%;
	width: 50%;
	height: 45%;
*/
}

#pieWrapper3 {
/*	position: relative;
	/*display: inline-block;*/
/*	bottom: 1%;
	left: 0%;
	width: 50%;
	height: 45%x;
*/
}

#barWrapper2 {
/*	position: relative;
	display: inline-block;
	/*top: 1%;*/
/*	bottom: 1%;
	left: 50%;
	width: 50%;
	height: 100%;
*/
}
.clearfix {
    overflow: auto;
}

#scatterWrapper {
	/*	position: relative;
		display: inline-block;
		/*top: 1%;*/
	/*	bottom: 1%;
		left: 50%;
		width: 50%;
		height: 100%;
	
	position: relative;
	left: 2%;
	width: 100%;*/
	/*float: none;
	margin: 0 auto;	that should automatically center the div - doesn't work */
}
.clearfix {
	overflow: auto;
}

/* Beschriftungen */

/* Reload-Button */
.reload{
	fill: #F11A22;
}
#reload-text{
	font-size: 14px;
	font-weight: bold;
	fill: #ffffff;
	cursor: default;
}
.reload:hover{
	width: +5px;
	transition-duration: .5s;
}
/* .reload-text:hover{
	font-size: 14px;
	font-weight: bold;
	fill: #3f3f3f;
	transition-duration: .5s;
} */

/* Legenden */
.legend text {
	fill: grey;
/*	font-family: DejaVu;*/
	font-family: Lato Bold, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;

}

/* Chart-Titel */
.charttitle{
	/* fill: grey; */
	fill: #222D5A;
	text-shadow: 3px 3px 3px #bfbfbf;
}
.chartsubtitle{
	fill: #222D5A;
	text-shadow: 2px 2px 2px #bfbfbf;
}

#pieMainTitle {
	font-size: 30px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#pieMainTitle2 {
	font-size: 18px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#pie2Title {
	font-size: 30px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}
#pie2Title2 {
	font-size: 18px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.TechHint {
	position: relative;
	top: 150px;
	font-size: 26px;
	/*fill: #cc3300;*/
	opacity: .7;
	text-align: center;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 100;
	cursor: default;
}

.TechHintCircle {
	position: relative;
	/*display: table-cell;*/
	top: 50px;
	left: 26%;
	max-width: 320px;
	height: auto;
	border-radius: 1%;
	color: #fff;;
	background: #cc3300;
	font-size: 26px;
	vertical-align: middle;
	text-align: center;
	text-anchor: middle;
	font-weight: bold;
	opacity: .7;
	/* text-shadow: 3px 3px 3px rgb(155, 154, 154); */
	z-index: 100;
	cursor: default;
	padding: 5px 15px 5px 15xp;
	transition: .3s;
}
.TechHintCircle:hover{
	color: #cc3300;
	background: #fff;
	border: 3px solid #cc3300;
	box-shadow: 0 6px 0 0 rgb(155, 154, 154);
}

#lineTitle {
	/*	top: 300px;*/
		font-size: 18px;
		fill: blue;
	/*	fill: #0080FF;*/
		font-weight: bold;
		text-anchor: middle;
		cursor: default;
	}

#lineTitle1 {
	position: relative;
	font-size: 72px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#lineTitle2 {
	position: relative;
	font-size: 34px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#lineTitle3 {
	position: relative;
	font-size: 24px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#barTitle1 {
	position: relative;
	font-size: 72px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#barTitle2 {
	position: relative;
	font-size: 34px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#bar2Title {
	position: relative;
	font-size: 72px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 4px 4px 4px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

#bar2Title2 {
	position: relative;
	font-size: 34px;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.scatterTitle1 {
	position: relative;
	font-size: 34px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.scatterTitle2 {
	position: relative;
	font-size: 34px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.scatterTitle3 {
	position: relative;
	font-size: 34px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.scatterTitle4 {
	position: relative;
	font-size: 34px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	/* text-shadow: 3px 3px 3px #fff; */ /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}

.watermark{
	position: relative;
	font-size: 54px;
	fill: grey;
	opacity: .7;
	text-anchor: middle;
	font-weight: bold;
	text-shadow: 3px 3px 3px #fff; /*rgb(155, 154, 154);*/
	z-index: 1;
	cursor: default;
}
/* Y-Achse */
.yAxis text{
	font-size: 12px;
	font-family: DejaVu sans;
	font-weight: bold;
	fill: #0F81CA;
	cursor: default;
}
.yAxis line{
	stroke: #0F81CA;
}
.yAxis path{
	stroke: #0F81CA;
}

/* Labels */
.yLabel {
	font-size: 16px;
	/* font-weight: bold; */
	fill: #0F81CA;
	cursor: default;
}

.xLabel {
	font-size: 16px;
	fill: #0F81CA;
	cursor: default;
}

.labels {
	font-family: Lato Bold, sans-serif;
	font-weight: bold;
	fill: #F11A22;
	/* fill: #cc3300; */
	text-shadow: 2px 2px 2px #bfbfbf;
	cursor: default;
}

#PieMainLabels {
	fill: #fff;
	font-size: 16px;
	text-anchor: middle;
	cursor: default;
}

#PieTechLabels {
	fill: #fff;
	font-size: 13px;
	text-anchor: middle;
	cursor: default;
}

#PieAktLabels{
	fill: #fff;
	font-size: 13px;
	text-anchor: middle;
	cursor: default;
}

/* Tool-Tip */
/* eigene Tool-Tip-Function */
divTipLine.tooltip {	
    position: absolute;			
    text-align: left;			
    /*width: 200px;					
    height: 30px;*/				
    padding: 2px;				
	font: 12px lato;	
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipPieMain.tooltip {	
    position: absolute;			
    text-align: left;			
    /*width: 320px;					
	height: 112px;	*/				
    padding: 2px;	/* funktioniert links nicht */
	font: 12px lato;	
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipBar1.tooltip {	
    position: absolute;			
    text-align: left;			
/*     width: 190px;					
    height: 20px;	 */				
    padding: 2px;				
	font: 12px lato;
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipPie2.tooltip {	
    position: absolute;			
    text-align: left;			
/*     width: 120px;					
    height: 30px;	 */				
    padding: 2px;				
	font: 12px lato;	
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipPie3.tooltip {	
    position: absolute;			
    text-align: left;			
/*     width: 120px;					
    height: 30px;	 */				
    padding: 2px;				
	font: 12px lato;	
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipBar2.tooltip {	
    position: absolute;			
    text-align: left;			
/*     width: 200px;					
    height: 32px; */					
    padding: 2px;				
	font: 12px lato;
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

divTipScatter.tooltip {	
    position: absolute;			
    text-align: left;			
    /*width: 200px;					
    height: 60px;*/
    padding: 2px;				
	font: 12px lato;
	font-weight: bold;
	color: whitesmoke;
    background: rgba(0, 0, 0, 0.8); /*lightsteelblue;	*/
    border: 0px;		
    border-radius: 5px;			
	pointer-events: none;
	z-index: 100;	/* for determining if foreground / background */
	padding: 2px 5px 2px 5px;
}

/*==============================
========== Line Chart ==========
===============================*/
#line{
	fill: none;
	opacity: .7;
	/*stroke: blue;*/
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-width: 1.5;
	z-index: 100;
}


.curtain{
	fill: rgb(204, 204, 204);
    fill-opacity: 0.8;
}

#scatterdot{
	position: absolute;
	stroke: transparent;
	stroke-width: 30px;
	fill-opacity: 1;
/*	fill: darkblue;*/
	z-index: 100;
}
.dot{
	position: absolute;
	z-index: 100;
	stroke: #000;
}

.guide{
	stroke: #cc3300;
    stroke-width: 1;
}
/**/ 
path.line {
	fill: none;
	/*stroke: #666;*/
	stroke-width: 1.5px;
}
  
path.area {
	/* fill: #e7e7e7; */
	opacity: .7;
	z-index: -100;
}
 
  .axis {
	shape-rendering: crispEdges;
  }
/* .x.axisLine == LineChart */
  .x.axisLine line {
	/*stroke: #fff;*/
	stroke: rgb(204, 204, 204);
	opacity: 1;
	z-index: 100;
	display: none;
  }

  /* .x.axis == other Charts */
  .x.axis line {
	stroke: blue;
	opacity: .5;
	display: none;
  }

  .x.axisLine .minor {
	stroke-opacity: .5;
  }
  
  .x.axis .minor {
	stroke-opacity: .5;
  }
  
  .x.axisLine path {
	stroke: #0F81CA; /*#fff; */
	display: none;
  }
  
  .x.axis path {
	stroke: #0F81CA; /*#fff; */
	display: none;
  }

  .axisLine text {
	  fill: #0F81CA; /*#ffffff;
	  font-weight: bold;*/
	  opacity: 1;
	  font-size: 14px;
	  cursor: default;
  }
  
  .axis text {
	  fill: #0F81CA; /*#ffffff;
	  font-weight: bold;*/
	  opacity: 1;
	  font-size: 14px;
	  cursor: default;
  }

#xScatter text {
	display: none;
}
#yScatter text {
	display: none;
}

.y.axis line, .y.axis path {
	fill: none;
	stroke: #0F81CA; /*#ffffff; #000;*/
	opacity: .5;
}
.y.axis text{
	font-size: 12px;
}
.guideline {
	margin-right: 100px;
	float: right;
}


  /* ####################################################################
  							RESPONSIVE LAYOUT
 ##################################################################### */
   /* small devices (phones, less than 768px) */
   @media (min-width: 635px) and (max-width: 768px) {
    .head-left {
    width: 32%;
    }
    .head-right {
    float: left !important;
top: -61px !important;
margin-bottom: -45px !important;
    }
    .head-line {
   width: 30% !important;
   }
   .head-line, h1{
	font-size: 16px;
   }   
  .row-header h1 {
    font-size: 60%;
    padding-top: 0px;
    }
    .row-header .logo img, .row-header .logo a img {
   max-width:40% !important; 	
    }
    .row-header .head-right .logo a img {
   max-width:12% !important; 	
   min-width: 100%;
    }
    .first-row {
   margin-top: 15%;
   }
}
@media (min-width: 769px) and (max-width: 992px) {
    .head-left {
   padding-top: 5x;
   width: 32% !important;
}
   .head-line {
   width: 30% !important;
   }
   .head-line, h1{
	font-size: 13px;
   }
   .head-right {
   width: 30% !important;
float: left !important;
top: inherit !important;
padding-top: 5px;
   }
   .row-header {
   padding-bottom: 10px !important;
   min-width: 100%;
   }
    .row-header h1 {
    font-size: 100%;
    padding-top: 0px;
    }
    .row-header .logo img, .row-header .logo a img {
   max-width:49%; 	
    }
    .row-header .head-right a img {
   max-width:40% !important; 	
    }
    .first-row {
   margin-top: 12%;
   }
   #reload {
   top:12%;
   }
   #b-left {
   top:21%;
   }
   .left-pie1 {
       width: 25%;
       float: left;
   }
   .right-bar1 {
       width: 75%;
       float: left;
   }
   #pieWrapper1 {
   width: 270%;
   }
    #pieWrapper1 svg {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    .left-pie2 {
       width: 40%;
       float: left;
   }
   .right-bar2 {
       width: 60%;
       float: left;
   }
   #barWrapper2 {
   margin-top: 50px;
   width: 100%;    
   }
    #pieWrapper2, #pieWrapper3 {
    width: 120%;
    }
}
@media (min-width: 993px) and (max-width: 1199px){
    .head-left {
   padding-top: 5px;
   width: 33% !important;
}
   .head-line {
   width: 30% !important;
   }
   .head-line, h1{
	   font-size: 16px;
   }
   .head-right {
   width: 30% !important;
float: left !important;
top: inherit !important;
padding-top: 5px;
   }
   .row-header {
   padding-bottom: 10px !important;
   min-width: 100%;
   }
    .row-header h1 {
    font-size: 110%;
    padding-top: 0px;
    }
    .row-header .logo img, .row-header .logo a img {
   max-width:49%; 	
    }
    .row-header .head-right a img {
   max-width:40% !important; 	
    }
    .first-row {
   margin-top: 9%;
   }
   #reload {
   top:11%;
   }
   #b-left {
   top:19%;
   }
}
@media (min-width: 1200px) {
    .row-header {
   padding-bottom: 10px !important;
   min-width: 100%;
   margin-bottom: 10px;
   }
    .row-header h1 {
    font-size: 170%;
    padding-top: 0px;
    }
    .head-left {
   padding-top: 2px;
   width: 22%;/* 16.66666667%; */
}
.head-right {
   width: 16.66666667% !important;
   float: left !important;
   top: inherit !important;
   margin-bottom: inherit !important;
   }
    .head-line {
    width: 50%; /* 66.333% */
    }
    .row-header .logo img, .row-header .logo a img {
   max-width:100%; 	
    }
    .row-header .head-right a img {
   max-width: 40% !important;
    padding-top: 10px;
    }
    .first-row {
   margin-top: 6%;
   }
   #reload {
   top:14%;
   }
   #b-left {
   top:23%;
   }
}