a {
	color: #000000;
}

 a:visited {
	color: #000000;
} 

/*#menu_rodape {
	position: relative;
	float: left;
	width: 100%;
}*/

#menu_acao_rodape hr {
	height: 3px;
	background-color: 616161;
}

#menu_acao_rodape ul {
	font-size: 0px;
	clear: left;
	float: left;
	position: relative;
	left: 50%;
}

#menu_acao_rodape ul li {
	position: relative;
	right: 50%;
	display: inline;
	list-style: none;
}

li.spacer {
	padding-right: 10px;
}

body {
	position: relative;
}

.ovhidden {
	overflow: hidden;
}

.exportLoading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}

.exportLoading .inner {
	padding: 30px;
	font-size: 18px;
	color: #4d4d4d;
	text-align: center;
	width: 250px;
	line-height: 30px;

	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate(-50%, -50%); 

	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);

	background-color: #fff;
}

.exportLoading .inner .fa {
	margin-right: 20px;
}

.wrapper-exportar-excel {
	text-align: center;
	margin: 16px 0;
}