html, body{
	
	--main-bg-colour: #f8f8f8;
	--lighter-bg-colour: #fdfdfd;
	--darker-bg-colour: #f8f8f8;
	background-color: var(--darker-bg-colour);
	margin: 0;
	padding: 0;
/* 	background-color: #fcfcfc; */
/* 	background-color: #ebebeb; */
}

#container-blockOverlay{
	
	background-color: black;
	width: 90%;
	height: 70%;
	margin: auto;
}

#container-navigation{
	
/* 	width: 100%; */
	display: flex;
	text-align: center;
	justify-content: center;
/* 	background-color: slategrey; */
	padding: 0.5%;
}

.navElement{
	
	height: 25px;
	line-height: 25px;
	width: 33%;
	color: black;
	font-family: sans-serif;
	font-size: 16px;
/* 	font-weight: 600; */
	font-variant: small-caps;
/* 	background-color: white; */
	margin: 0 0 0 0;
	cursor: pointer;
	border: 1px solid black;
	letter-spacing: 2px;
	margin-left: -1px;
}

.navElement:first-child{
	
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.navElement:last-child{
	
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.navElement.clicked{
	
	color: white;
	background-color: black;
}

#chartSelector{
	
	display: block;
	margin: auto;
	margin-top: 4px;
	font-size: 15px;
	width: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	background-color: var(--darker-bg-colour);
	background-image: url("https://encharted.app/graphics/arrow_down.svg");   /* Add custom arrow */
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 100%, 100%;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid black;/*

	border-top: 1px solid black;
*/
	padding: 4px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
	
}

#chartSelector:focus{
	
	outline: none;
}

#chartSelector:hover{
	
/* 	border-bottom: 2px solid black; */
/*
	border-top: 2px solid black;
	margin-top: 3px;
*/
}

.button{
	
	appearance: button;
	-webkit-appearance: button;
	-moz-appearance: button;
}

#code{
	
	display: none;
	word-wrap: break-all;
	padding: 10px;
}

#container-test{
	
/* 	border-top: 1px solid black; */
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: space-evenly; */
	padding: 0px 13px;
	background-color: var(--lighter-bg-colour);
}

.settingsBox{
	
/* 	float: left; */
	margin: 0px 10px;
	font-family: sans-serif;
/* 	width: 30%; */
/*
	min-width: 200px;
	max-width: 400px;
*/
	flex: 1 0 0;
}

.settingsBox .header{
	
/* 	letter-spacing: 110%; */
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
/* 	letter-spacing: 1px; */
}

.settingsBox .container-content{
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 5px;
/* 	padding: 5px; */
	font-size: 0.8em;
}

.settingsBox .content{
	
/* 	margin-right: 5px; */
/* 	width: 100%; */
	white-space: nowrap;
}

.settingsBox input{
	
	border: none;
/* 	border-bottom: 0.5px solid black; */
	background-color: var(--lighter-bg-colour);
	margin-left: 8px;
}

.settingsBox input:focus{
	
	outline: none;
}

.settingsBox input[type=number]{
	
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	width: 50px;
/* 	border-bottom: 0.5px solid black; */
/* 	Firefox Spinners disappear */
	-moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.settingsBox button{
	
	max-height: 2em;
	font-size: 1em;
	padding: 0.3em;
	margin: 0em;
	margin-bottom: 1em;
	border: 1px solid black;
	background-color: var(--lighter-bg-colour);
	cursor: pointer;
	border-radius: 4px;
}

.settingsBox button:hover{
	
	background-color: black;
	color: var(--lighter-bg-colour);
}

#container-chartParameters{
	
	display: none;
}

#container-dataParameters{
	
	display: none;
	margin-top: 30px;
}

#container-dataParameters table{
	
	font-size: 14px;
	font-family: sans-serif;
}

#container-dataParameters thead{
	
	margin-bottom: 15px;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
}

#container-dataParameters td:first-child{
	
	padding-right: 10px;
}

#legend{
	
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#plot{
	
/* 	width: 100%; */
/* 	float: left; */
	/* display: inline-block; */
	background-color: var(--darker-bg-colour);
	margin: 0% 1%;
	overflow-x: scroll;
}

#plot svg{
	
	display: block;
	margin: auto;
}

.brushed{
	
	fill: red;
}

/*
.tick text{
	
	font-family: IBM Plex Sans, sans-serif;
}
*/

label{
	
	display: block;
	
}

input{
	
/*
	display: inline-block;
	margin-left: 20px;
*/
}/*


.xAxis{
	
	font-size: 12;
}
*/

/*
.axisLabel{
	
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}
*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}