







* {	



	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-input-area{



	width: 25%;



	height: auto;



	padding: 0px;



	margin: 20px;



	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;






	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;



}







#inputs-area-head{



	width: auto;



	font-size: 1.2em;



	font-weight: bold;



	line-height: 20px;



	padding: 10px 20px 10px 20px;



}



#inputs-area-subhead{



	width: auto;



	font-size: 1.1em;



	line-height: 20px;



	padding: 10px 10px 0px 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;



	



}





.area-input{



	width: 100px;



	height: 30px;



	background-color: #ffffff;



	border: #ceced3 1px solid;



	border-radius: 6px;

	

	font-size: 1.0 em;

	padding-left: 5px;



	



}











.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;



	



}







.problem{



	width: 600px;



	height: 600px;



	background-color: #ffffff;



	border: #ceced3 1px solid;



	border-radius: 6px;



	margin-left:20px;



	



}







.button-passive{



	line-height: 40px;



	font-size: 1.3em;



	margin-left: 20px;



	width: 150px;



	height: 40px;



	border-radius: 6px;



	background-color: #1e90ff;



	color:#ffffff;



	text-align: center;



	font-weight: bold;



	opacity: 0.75;



}











.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;



}





.button-red{



	line-height: 40px;



	font-size: 1.3em;



	margin-left: 20px;



	width: 150px;



	height: 40px;



	border-radius: 6px;



	background-color: #CB0000;



	color:#ffffff;



	cursor: pointer;



	text-align: center;



	font-weight: bold;



}







.button-red:hover{



	background-color: #8C0000;



}



.button2{



	line-height: 40px;



	font-size: 1.3em;



	margin-left: 20px;



	width: 150px;



	height: 40px;



	border-radius: 6px;



	background-color: #666666;



	color:#ffffff;



	cursor: pointer;



	text-align: center;



	font-weight: bold;



}







.button2:hover{



	background-color: #444444;



}





#area-empty{

	width: auto;

	height: 100px;

	border: #f3f3f9 2px solid;

	margin-left: 20px;

	margin-right: 0px;

	padding: 10px;

	border-radius: 6px;

}

#area-rect{

	width: auto;

	min-height: 100px;

	overflow: visible;

	border: #f3f3f9 2px solid;

	margin-left: 20px;

	margin-right: 20px;

	padding: 30px 20px 20px 20px;

	border-radius: 6px;

	display: none;

	flex-direction: row;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;



}



#area-poly{

	width: auto;

	min-height: 100px;

	overflow: visible;

	border: #f3f3f9 2px solid;

	margin-left: 20px;

	margin-right:20px;

	padding: 30px 20px 20px 20px;

	border-radius: 6px;

	display: none;

	flex-direction: column;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;



}



#area-poly2{

	width: auto;

	min-height: 100px;

	overflow: visible;

	margin-left: 20px;

	margin-right: 20px;

	padding: 0px;

	border-radius: 6px;

	display: flex;

	flex-direction: row;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;



}



#area-cir{

	width: auto;

	min-height: 100px;

	border: #f3f3f9 2px solid;

	margin-left: 20px;

	margin-right: 20px;

	padding: 30px 20px 20px 40px;

	border-radius: 6px;

	display: none;

	flex-direction: row;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;

	overflow: visible;

}





#area-seg{

	width: auto;

	min-height: 100px;

	border: #f3f3f9 2px solid;

	margin-left: 20px;

	margin-right: 20px;

	padding: 30px 20px 20px 40px;

	border-radius: 6px;

	display: none;

	flex-direction: column;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;

	overflow: visible;

}



#area-seg2{

	width: auto;



	

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px;

	border-radius: 6px;

	display: flex;

	flex-direction: row;

	justify-content: flex-start;

	align-content: flex-start;

	align-items: flex-start;

	overflow: visible;

}







@media only screen and (max-width:800px) {

	#area-content{max-width: 100%;}

#app-container-app{width: 100%; margin: 0px; max-width: 100%; font-size: 1em;}



#app-container-inputs{width: 100%; margin:0px; border:0px; border-radius: 0px;max-width: 100%;}

#app-container-input-area{margin-left: 0px; border: 0px;}



#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;}



#area-rect{border: 0px; padding-left: 0px; font-size: 0.8em; max-width: 100%; padding-top: 10px; overflow: hidden}



#area-poly{border: 0px; padding-left: 0px; font-size: 0.8em; max-width: 100%; flex-direction: column; padding-top: 10px;  overflow: hidden}

#area-poly2{flex-direction: column; margin-left: 0px; }



#area-cir{border: 0px; padding-left: 0px; font-size: 0.8em; max-width: 100%; flex-direction: column; padding-top: 10px;  overflow: hidden}





#area-seg{border: 0px; padding-left: 0px; font-size: 0.8em; max-width: 100%; flex-direction: column; padding-top: 10px;  overflow: hidden}

#area-seg2{flex-direction: column;margin-left: 0px;  overflow: hidden}



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



	.problem{width: 300px; height: 300px; margin-bottom: 40px; overflow: hidden;}

	#prcanvas{width: 300px; height: 300px;}



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



	#area-list{overflow: auto;}



.results-Mohr{max-width: 100%; width: 340px; height:250px;margin-left:10px; overflow: scroll}



.button{line-height: 36px;font-size: 1.1em;	margin-left: 0px;	width: 100px;height: 36px; display: inline-block;}



.button-passive{line-height: 36px;font-size: 1.1em;	margin-left: 10px;	width: 100px;height: 36px; display: inline-block;}



.button2{line-height: 36px;font-size: 1.1em;	margin-left: 0px;	width: 100px;height: 36px; display: inline-block;}

.button-red{line-height: 36px;font-size: 1.1em;	margin-left: 0px;	width: 100px;height: 36px; display: inline-block;}	



#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;}











}







