

* {	
	box-sizing: border-box;
	outline: none;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border:0px;

}


#app-body-app {
	margin: 0px; 
	min-width: 0px;
	top: 0px; 
	left: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	padding: 0px;
}



#app-container-app{
	width: 90%;
	height: 100%;
	padding: 0px;
	margin: 30px 5% 0px 5%;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: center;
	flex-direction: column;
}

#app-container-break{
	width: 100%;
	height: 30px;

}



#app-container-inputs{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	background-color: #ffffff;
	border: #f3f3f9 2px solid;
	border-radius: 6px;
	position: relative;
	top:20px;
	margin-top: 0px;
	z-index: 100;
	

}



#app-container-results{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 10px;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	background-color: #f9f9fc;
	border: #f3f3f9 1px solid;
	border-radius: 6px;
	z-index: 0;
}



#inputs-head{
	width: auto;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 20px 10px 20px;
}


.results-subhead{
	width: auto;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 40px;
	padding: 40px 20px 0px 20px;
	color: #999999;
	display: block;
}


.inputs-row{
	width: auto;
	height: 100%;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	text-align: left;
}

#results-head{
	width: 100%;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 40px;
	padding: 20px;
}


.inputs-title{
	width: auto;
	font-size: 1.3em;
	line-height: 40px;
	padding: 10px 5px 10px 10px;
}


.inputs-main-title{
	width: auto;
	font-size: 1.5em;
	line-height: 40px;
	padding: 10px 5px 10px 20px;
	color: #999999;
}

.input-input{
	width: 80px;
	height: 40px;
	background-color: #ffffff;
	border: #a2a2a8 1px solid;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}


.input-input-disabled{
	width: 80px;
	height: 40px;
	border: #ceced3 1px solid;
	background-color: #d3d3d8;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}


.input-input-unknown{
	width: 80px;
	height: 40px;
	background-color: #ffcccc;
	border: #a2a2a8 1px solid;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

.input-input-equation{
	width: 80px;
	height: 40px;
	background-color: #ffffcc;
	border: #a2a2a8 1px solid;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

.input-input-calculated{
	width: 80px;
	height: 40px;
	background-color: #ccccff;
	border: #a2a2a8 1px solid;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
}


.input-input-unused{
	width: 80px;
	height: 40px;
	background-color: #eaeaef;
	border: #a2a2a8 1px solid;
	border-radius: 6px;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
}


.input-input:focus{
	border: #666666 1px solid;
	color: #000000;
}

.input-input-unknown:focus{
	border: #666666 1px solid;
	color: #000000;
}

.input-input-equation:focus{
	border: #666666 1px solid;
	color: #000000;
}

.input-input-calculated:focus{
	border: #666666 1px solid;
	color: #000000;
}

.input-input-unused:focus{
	border: #666666 1px solid;
	color: #000000;
}


.inputs-drawing{
	width: 250px;
	height: 250px;
	background-color: #ffffff;
	border: #ceced3 1px solid;
	border-radius: 6px;
	margin-left:10px;
	
}


.slidecontainer {
  	width: 100%;
  	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.4em;
}



.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
	border-radius: 6px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 35px;
  background: #a4a6b4;
  cursor: pointer;
	border-radius: 6px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}


#results-waiting{
	width: auto;
	height: 100%;
	padding: 30px;
	font-size: 1.3em;
	line-height: 50px;
	color: #999999;
	padding-left: 100px;
}


.results-row{
	width: auto;
	height: 100%;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	text-align: left;
}

.results-result{
	width: auto;
	min-width: 150px;
	font-size: 1.5em;
	padding: 10px 5px 10px 20px;
	line-height: 40px;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}

.results-element{
	width: 400px;
	height: 400px;
	background-color: #ffffff;
	border: #ceced3 1px solid;
	border-radius: 6px;
	margin-left:20px;
	
}

.results-Mohr{
	width: 800px;
	height: 600px;
	background-color: #ffffff;
	border: #ceced3 1px solid;
	border-radius: 6px;
	margin-left:20px;
	
}

.button{
	line-height: 40px;
	font-size: 1.3em;
	margin-left: 20px;
	width: 150px;
	height: 40px;
	border-radius: 6px;
	background-color: #1e90ff;
	color:#ffffff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.button:hover{
	background-color: #0f4477;
}

@media only screen and (max-width:800px) {
#app-container-app{width: 100%; margin: 0px; max-width: 100%;}
#app-container-inputs{width: 100%; margin:0px; border-radius: 0px;max-width: 100%;}
#app-container-results{margin: 10px 0px 0px 0px; border-radius: 0;border:0px;border-top: #f3f3f9 1px solid;border-bottom: #f3f3f9 1px solid;}
#inputs-head{font-size: 1.2em; padding: 10px;}
.inputs-row{flex-direction: column; justify-content: flex-start;align-content: flex-start;align-items:flex-start;}
.inputs-main-title{font-size: 1.2em !important;	line-height: 20px;padding: 0px 5px 10px 10px;}
.inputs-title{font-size: 1.2em;	line-height: 30px;padding: 10px 5px 10px 10px;}
.input-input{width: 80px;height: 36px;	font-size: 0.9em;line-height: 36px;}
.input-input-unused{width: 80px;height: 36px;	font-size: 0.9em;line-height:36px;}
.input-input-equation{width: 80px;height: 36px;	font-size: 0.9em;line-height: 36px;}
.input-input-unknown{width: 80px;height: 36px;	font-size: 0.9em;line-height: 360px;}
#results-head{font-size: 1.4em;line-height: 30px;padding: 10px;}
.results-subhead{font-size: 1.1em; line-height: 30px;padding: 20px 10px 0px 10px;}
.slider {height: 20px;}
.slider::-webkit-slider-thumb {width: 20px;height: 30px;}
.slider::-moz-range-thumb {width: 20px;height: 20px;}

.results-result{min-width: 75px;font-size: 1.2em;padding: 5px 0px 3px 0px;line-height: 30px;}

.results-element{width: 300px;height: 300px;margin-left:10px;}

.results-Mohr{max-width: 100%; width: 340px; height:250px;margin-left:10px; overflow: scroll}
.button{line-height: 36px;font-size: 1.1em;	margin-left: 10px;	width: 120px;height: 36px;}
#results-waiting{
	width: auto;
	height: 100%;
	padding: 10px;
	font-size: 1.2em !important;
	line-height: 30px;
	color: #999999;
	padding-left: 30px;
}
.inputs-drawing{width: 250px;height: 250px;}


}

