.zh-modal-body::-webkit-scrollbar-button{
	width:10px;
	height:10px;
}

.botao-close{
	z-index:	500;
	right:		10px;
	cursor:		pointer;
}

.result-tabela{
	min-height:		500px;
}

@media (max-width: 600px){
	
	.hide-mobile{
		display:none!important;
	}
}

th,
tr{
	cursor: pointer;
}

/* .w3-table-all tr:nth-child(even){ */
	/* background-color:	#F6CDBF; */
/* } */

.zh-modal-body td{
	padding-bottom: 8px;
}