body {
	margin: 0;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f9f9f9;
}

.link {
	color: #0e4194 !important;
	font-size: 14px !important;
	text-decoration: underline !important;
}

a.link:hover {
	color: #12B2A9 !important;
	text-decoration: none !important;
}

.link_negrito {
	color: #006992 !important;
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none !important;
}

a.link_negrito:hover {
	color: #12B2A9 !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.img-hover:hover {
    opacity: 0.7; 
}

.logo{
	vertical-align:middle;
	padding-left: 25px;
}

.botao-baixo {
	height: 25px;
}

.botao-alto {
	height: 38px;
}

.botao-mini {
	width: 40px !important;
}

.botao-pequeno {
	width: 80px !important;
}

.botao-medio {
	width: 120px !important;
}

.botao-grande {
	width: 170px !important;
}

.column-micro {
	width: 40px; 
	text-align: center;
}

.column-pequeno {
	width: 80px; 
	text-align: center;
}

.column-medio {
	width: 140px; 
	text-align: center;
}

.column-grande {
	width: 240px; 
	text-align: center;
}

.texto-arquivo {
	font-size: 14px !important; 
	color: #006992 !important;
	font-weight: bold !important;
}

.titulo-pagina {
	font-size: 16px !important; 
	color: #12B2A9 !important;
	font-weight: normal !important;
}

.usuario-logado {
	color:#12B2A9;
	font-size: 12px !important;
}

.titulo-pagina-externa {
	font-size: 13px !important; 
	color: #4470b4 !important;
}

.imagem-redonda {
	border-radius: 50%;
}

.label-atencao {
	color: #ff0000;
	font-size: 12px !important;
} 

.texto-info {
	color:#FF8000;
	font-size:16px;
}

.texto-contagem-caracter{
	color:#0e4194 !important;
	font-size: 12px !important;
}

.texto-negrito{
	font-weight: bold;
}

.texto-erro {
	color:#ff0000;
	font-size: 16px !important;
	font-weight:bold;
}

.texto-atencao {
	color:#f79305;
	font-size: 16px !important;
	font-weight:bold;
}

.label-pesquisa {
	font-size: 13px !important;
	font-weight:bold;
}

.texto-pequeno {
	font-size: 12px !important;
}

.texto-medio {
	font-size: 14px !important;
}

.texto-grande {
	color:#999999;
	font-size: 18px !important;
	font-weight:bold;
}

.texto-destaque {
	color: #ff9f35;
	font-size: 14px !important;
	font-weight: bold;
}

.texto-destaque-cinza {
	color: #7f7f7f;
	font-size: 15px !important;
	font-weight: bold;
}

.texto-cinza {
	color:#b7b7b7;
	font-size:12px !important;
}

.texto-form {
	font-size: 14px !important;
	color: #3284af;
}

.texto-rodape {
	color:#999999;
	font-size: 13px !important;
}

.texto-rodape-pequeno {
	color:#999999;
	font-size: 11px !important;
}

.ui-datalist .ui-datalist-header {
    border-bottom: 0 none !important;
    height: 27px !important;
    line-height: 2.2em !important;
    text-align: left !important;
    border-color: #e2e2e2 !important;
}

.logo-feluma {
	opacity: 0.4
}

.espacamento-pagina-dialog {
	padding: 10px 10px 10px 10px;
}

.tamanho-minimo-pequeno {
	min-width: 30px;
}

.tamanho-minimo-medio {
	min-width: 80px;
}

.tamanho-minimo-grande {
	min-width: 130px;
}

.sem-borda {
	border: none !important;
}

