.item-download input[type="button"],
.item-download button,
.item-download  input[type="button"]:hover,
.item-lightbox input[type="button"],
.item-lightbox button,
.item-lightbox  input[type="button"]:hover, 
.item-lightbox input[type="button"]:focus,
.item-download input[type="button"]:focus
	{
	background: #0079c2;
	border: none !important;
	color: #FFF !important;
	text-shadow: none;
	outline: none !important;
}

#export:hover, #export:focus{
	background:none;
}

.botaoEstagiario{
	
	background: #0079c2;
    border: none !important;
    color: #FFF !important;
    text-shadow: none;
    outline: none !important;
    text-decoration: none;
}


.texto {
	color: #3c3c3c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

table {
	font-size: 12px;
}

table.simple { /* border: 1px solid #ccc; */
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
}

table.simple td,table.simple th {
	padding-left: 0.4em;
	height: 3em !important;
	border: none !important;
	border: 1px solid #fff !important;
}

tr {
	border: 1px solid #fff;
}

.odd,.even {
	text-align: left;
	height: 3em;
	font-size: 11px;
	text-transform: uppercase;
}

.odd td,.even td {
	padding-left: 0.7em;
}

thead {
	background-color: #999;
	font-weight: bold;
	height: 3em;
	/* border: 1px solid #fff; */
}

th {
	text-align: center !important;
	background-color: #2D3743 !important;
	color: #FFF !important;
	border: 1px solid #FFF;
	height: 3em;
}

tfoot {
	background-color: #2D3743 !important;
	color: #FFF !important;
	font-weight: bold;
	/* border: 1px solid #FFF; */
}

tfoot tr {
	height: 3em;
}

.even {
	background-color: #DEE3E9;
}

.pagebanner {
	color: #999;
	font-style: italic;
	margin-left: 28%;
}

.pagelinks {
	margin-top: 1em;
	margin-left: 9.5%;
}

.anterior-habilitado,.anterior-desabilitado,.proximo-habilitado,.proximo-desabilitado
	{
	height: 4em;
	float: left;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px;
	line-height: 2.5em;
	text-align: center;
}

.anterior-habilitado,.anterior-desabilitado {
	background: url("../images/botoes-anterior.png") no-repeat;
	width: 6.75em;
}

.proximo-habilitado,.proximo-desabilitado {
	background: url("../images/botoes-prox.png") no-repeat;
	width: 6.8em;
	margin-left: -0.2em;
	position: relative;
	display: block;
}

.anterior-div {
	padding-left: 0.6em;
}

.proximo-div {
	padding-right: 0.6em;
}

.paginas {
	float: left;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px;
	line-height: 2.5em;
	text-align: center;
	margin-left: -0.1em;
}

.anterior-habilitado,.proximo-habilitado {
	color: #2D3743 !important;
	text-decoration: none !important;
}

.anterior-habilitado:hover,.proximo-habilitado:hover {
	text-decoration: underline !important;
}

.anterior-desabilitado,.proximo-desabilitado {
	color: #999;
}

.paginas a {
	color: #696969 !important;
}

.pagina-selecionada,.pagina-link {
	width: 2em;
	float: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.pagina-selecionada {
	color: #FFF !important;
	background-color: #0079C2;
}

.pagina-link:hover {
	text-decoration: underline !important;
}

.botao-voltar {
	background-color: #0079C2;
	width: 11em;
	line-height: 2.5em;
	text-align: center;
	text-decoration: underline;
	color: #FFF;
	font-size: 13px;
	font-family: 'Lato', sans-serif !important;
	font-weight: bold;
	border-radius: 3em;
	margin-top: 4em;
	cursor: pointer;
}

.botao-voltar a {
	color: #FFF !important;
}