.botao_sair {
	float: right;
	border: solid 1px #e5e5e5;
	background: #f2f2f2;
	border-radius: 4px 4px 0px 0px;
	padding: 4px 6px;
	/*margin-top: 59px;
	margin-right: -106px;
	/*clear:both;*/
}

.container_acessibilidade {
	width: 100%;
}

#acessibilidade {
	position: absolute;
	font-family: Tahoma, Arial;
	font-size: 9px;
	top: 30px;
	right: 0;
	/*left:60%;*/
	/*width: 960px;*/
	/*width:85%;*/
	overflow: hidden;
	clear: both;
}

#acessibilidade ul {
	float: right;
	width: 460px;
	margin: 0 auto;
	text-align: right;
}

#acessibilidade li {
	display: inline;
	list-style-type: none;
	padding-left: 5px; /* espa�o entre os itens */
}

#aguarde_ativacao_cadastro {
	background-color: red;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
	min-width: 500px;
	"
}

input[readonly="readonly"] {
	background-color: #F0F0F0 !important;
}

.caixa_baixa {
	text-transform: lowercase;
}

/*
Configura��o das caixas de sele��o (Caixa interna da label e filtro de pesquisa)
*/
.ui-selectonemenu-label {
	width: 100% !important;
	text-align: left;
}

.ui-selectonemenu-filter-container {
	width: 100% !important;
}

.alinhado_esquerda {
	text-align: left;
}

.topo {
	height: 70px;
	width: 100%;
	background-color: #2B78E4;
	color: #FFF;
}

.logo {
	background: url(../../../imagens/portal/logo.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	width: 330px;
	padding: 15px;
	box-sizing: content-box;
}

.menu {
	height: 25px;
	width: 100%;
	background-color: #085394;
	color: #FFF;
	text-decoration: none !important;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.menu a {
	text-decoration: none;
	color: #FFF;
}

.menu h6 {
	font-size: 14px;
	margin: 0 20px;
}

.menu ul {
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding: 3px 15px;
	border-right: 1px solid #fff;
}

.menu li:last-of-type {
	border-right: none;
}

.footer {
	width: 100%;
	background-color: #f2f2f2;
	border-top: solid 1px #e5e5e5;
	/*padding-top: 11px;*/
	min-height: 50px;
	text-align: center;
}

.footer-fixed {
	position: fixed;
	bottom: 0;
	z-index:15;
}

#voltar_topo {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 1px !important;
	right: 1px;
	padding: 1px 4px;
	display: block;
	position: fixed;
}

#voltar_topo ul {
	float: right;
}

.acessibilidade {
	font-family: Tahoma, Arial;
	font-size: 9px;
	overflow: hidden;
	clear: both;
	float: right;
	margin-right: 15px;
}

.acessibilidade a {
	text-decoration: none;
	color: #FFF;
}

.acessibilidade ul {
	list-style: none outside none;
	padding: 0;
	width: 500px;
	margin: 0 auto;
	text-align: right;
}

.acessibilidade li {
	display: inline;
	list-style-type: none;
	padding-left: 5px; /* espa�o entre os itens */
}

.acessibilidade li>img {
	padding-right: 5px;
}

.btn-default, .btn-voltar {
	background: #fff !important;
	text-shadow: none !important;
	border: 1px solid #2B78E4 !important;
	color: #2B78E4 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma, arial;
}

.btn-default:hover, .btn-voltar:hover {
	opacity: .8;
}

.ambiente-release {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.ambiente-release a {
	background: url(../../../imagens/geral/imagem_ambiente.png) no-repeat
		bottom right;
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.ui-growl {
	z-index: 9999 !important;
	top: 140px !important;
	right: 10px !important;
}

.ui-paginator {
	background-color:#fff !important;
}

.ui-datatable thead tr {
	background:#ddd !important;
}

.ui-datatable thead th, th.ui-filter-column {
	background:none !important;
	border-radius:0 !important;
	border:none !important;
	border-left:1px solid #ccc !important;
	box-shadow:none !important;
	color:#000 !important;
}

.ui-filter-column span {
	color:#000 !important;
}

.ui-datatable thead th:first-of-type {
	border-left:none !important;
}

.ui-datatable thead th span {
	text-shadow:none !important;
}

.ui-datatable table {
	border:1px solid #ddd !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #2B78E4 !important;
}

.ui-paginator span:not(.ui-icon) {
	background:#eee !important;
	box-shadow:none !important;
	text-shadow:none !important;
	border:none !important;
	border-radius:0 !important;
	font-weight:500 !important;
}

.ui-paginator span.ui-paginator-pages {
	background:none !important;
}

.ui-paginator span.ui-state-active {
	background:#ccc !important;
}