/*SUBSTITUIR tabelas pelo nome_do_modulo*/

.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 */
  }
#iconPDFtabelas{
	position: absolute;
	top:90%;
	left: 30%;
	width: 40px;
	height: 40px;
	justify-content: center;
}
#iconback{
	position: absolute;
	top:2%;
	left: 2%;
	width: 30px;
	height: 30px;
}
#iconSheettabelas{
	position: absolute;
	top: 90%;
	right: 30%;
	/* width: 36px; */
	height: 37px;
}
#iconCompare{
	/* position: absolute; */
	margin-left: 5px;
	width: 20px;
	/* width: 36px; */
	height: 25px;
}
#areatextotabelas{
	position: relative;
	left: 30px;
	margin-bottom: 6px;
	width: 802px;
	background-color: #333333;
	color:#ffffff;
	border-radius: 5px;
	padding: 10px;
}
#areatextotabelas 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;
}
#areatextotabelas 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;
}
/* .swal2-validation-message{
	font-size: 1.5em !important;

}
.swal2-validation-message::before{
	min-width:1.1em;
	width: 1.1em;
	height: 1.1em;
	line-height: 1.1em;
} */
/* .valiMessaSweet {
	font-size: 1.5em !important;
} */
.inputSweet{
	font-size: 1.3em !important;
	font-family: Abel !important;
	text-align: center !important;
	padding-left: 0 !important; 
}
/* .inputSweet2{
	font-size: 1.3em !important;
	font-family: Abel !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;	
}
.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 {
	/* color: #ffffff; */
	font-size: 1.3em !important;
}