.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, Edge, Opera and Firefox */
  }
#iconPDFNavier{
	position: absolute;
	top:90%;
	left: 30%;
	width: 40px;
	height: 40px;
	justify-content: center;
}
#iconback{
	position: absolute;
	top:2%;
	left: 2%;
	width: 30px;
	height: 30px;
}
#iconSheetNavier{
	position: absolute;
	top: 90%;
	right: 30%;
	/* width: 36px; */
	height: 37px;
}
#iconCompare{
	/* position: absolute; */
	margin-left: 5px;
	width: 20px;
	/* width: 36px; */
	height: 25px;
}
#areatextoNavier{
	position: relative;
	left: 30px;
	margin-bottom: 6px;
	width: 802px;
	background-color: #333333;
	color:#ffffff;
	border-radius: 5px;
	padding: 10px;
}
#areatextoNavier input{
	width: 100px;
	height: 20px;
	/* border-radius: 8px; */
	font-size: 18px;
	font-family: 'Abel';
	display: flex;
	align-items: center;
	justify-content: top;
	color:#333333;
	text-align: center;
}
#areatextoNavier font{
	font-size: 23px;
	font-family: 'Abel';
}
.optionsdiag{
	display: flex;
	align-items: center;
	justify-content: start;
}
#infdifper{
	display: flex;
	vertical-align: top;
}
/* SWEETALERT COORDENADA DO PONTO A SER ANALISADO DO RELATÓRIO */
.titleInfo{
	font-size: 15px !important;
}
.containerSweet{
	font-family: Abel !important;
}
.contentSweet{
	text-align: justify !important;
	font-size: 1.8em !important;
}

.inputSweet{
	font-size: 1.3em !important;
	font-family: Abel !important;
	text-align: center !important;
	padding-left: 0 !important; 
}

.actionsSweet > button{
	font-size: 1.5em !important;
	padding-left: 1em;
	padding-right: 1em;
}
/* FIM SWEETALERT COORDENADA DO PONTO A SER ANALISADO DO RELATÓRIO */
.svgInfo{
	width: 30px;
}
.svgInfo:hover path{
	stroke: #ffffff !important;
	fill:#fff !important;
}
.svgInfo:hover circle{
	fill:#563D99 !important;
	/* stroke:#fff !important; */
}
#btnComparar{
	
	position: absolute;
	/* 129-40-20 */
	top: 149px;
	/* 832-100-20 */
	left: 712px;
	display: flex;
	flex-direction:row ;

	justify-content: center;
	align-items: center;
	/* height: 100px; */
	width: 100px;	
}
.btn-mostrar{
	background-color: #333333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 100;
	height: 40px;
	padding: 5px;
	transition: 0.5s; 
	margin-bottom: 0px !important;

}
.btn-mostrar:hover{
	background-color: rgb(139, 139, 139);
	cursor: pointer;
	color: white;
}
.divmodRes{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.divmodRes font{
	font-family: Abel;
	/* font-size: 1.2em; */
	text-align: center;
	max-width: 220px;
	color: #fff;
	word-wrap: break-word;

}
.ajust{
	flex-direction:column ;
	justify-content: space-between;

}

.btn-confirmar{
	background-color: #3a3a3a;
	color: #fff;
	border-radius: 10px;
	border-color: #39393a;
	transition: 0.5s;
	width: 25%; 
	font-size: 20px;
	margin: 10px;
}
.btn-confirmar>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-confirmar:hover{
	background-color: rgb(26, 26, 26);
	cursor: pointer;
	color: white;
}
.svgCompare:hover path{
	stroke: #ffffff !important;
	fill:#fff !important;
}
#btnComparar:hover > .svgCompare > svg path{
	stroke: #ffffff !important;
	fill:#fff !important; 
}
.none{
	display: none;
}
.none:checked + .btn-confirmar{
	background-color: #070707;
	color: white;
}
.none:checked + .btn-confirmar:hover{
	background-color: #333336;
	color: white;
}

.valiMessaSweetResul {
	font-size: 1.3em !important;
}

#canvasResultPoint{
	background-color: white;
	border-radius: 0 0 5px 5px;
	width: 800px;
	height: 480px;
}
.resultpoint{
	display: flex;
	width: 100%;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#esfandworten{
	display: flex;
	flex-direction: row;
	/* height: 30% !important; */
	/* align-items: flex-start !important; */
}
.resultSelect{
	border-radius: 10px;
	background-color: #333333;
	color: #fff;
	border-color: #000;
	padding: 3px;
}
.subscript {
	vertical-align: sub;
	font-size: 1px;
}