

.alinhaCentro
{
	text-align: center;
}

.alinhaDireita
{
	text-align: right;
}

.tabelaRelatorio
{
	font-size: 13px;
	text-align: center;
	width: 100%;
}

.relatoriosWrapper
{
	padding: 10px 0px;
}

.relatoriosTabela
{
	float: left;
	padding: 10px;
	width: 47%;
}

.relatoriosGrafico
{
	float: right;
	text-align: center;
	padding: 10px;
	width: 47%;
}

.escondido
{
	display: none;
}

#relatorioBody {
	background: #FFF url('../img/BG.jpg') left top no-repeat fixed;
}

#Demandas
{
	border: solid 1px red;
}

.topoForm{
	/*width:100%;
	height:350px;
	margin-bottom: 30px;
	background:url('/layout/img/lider.png') top center no-repeat;
	border-bottom: 5px solid #2E66AC;*/
}

.barra_prefeitura
{
	background-color: #f8f8f8;
	height: 50px;
	line-height: 50px;
}

.conteudo_cogel
{
	margin: 120px 0px 50px 0px;
	padding: 0px 10px;
}

.assinatura_rodape
{
	font-size: 10px;
}

.padding10
{
	padding: 10px;
	background-color: #34558c;
}

.navbar-fixed-bottom{
	background-color: #34558c !important;
}


.login
{
	width: 450px;
}

.logo_projeto
{
	width: 150px;
}

.logo {
	width:100%; height:350px; margin-bottom: 0px; background:url('../img/fundo_geral_2.png') top center no-repeat; border-bottom: 5px solid #2E66AC; text-align: center;
}

.bg{
	width:100%; height:100%; margin-bottom: 30px; padding-top: 90px; background:url('../img/bg_abertura.png') top center no-repeat; border-bottom: 5px solid #2E66AC; text-align: center;background-size: cover;
}

.margem-inferior {
	margin-bottom: 5%;
	
}
body{
	background:url('../img/bg_interno_total.png') top center no-repeat;
	background-size: cover;
}
.conselho_tutelar_branca{
	position: absolute;
    /*width: 350px;*/
    top: 40%;
    left: 63%;
}
.btn-green{
	background-color: #00A64E;
	color:#fff;
}
.btn-red{
	background-color: red;
	color:#fff;
}


.proxima_etapa{
    border-top: 12px solid white;
    border-radius: 10px;
}
.proxima_etapa button{
	border: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 2px 35px 7px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.proxima_etapa:hover, .proxima_etapa button:hover{
	color: #333;
    border-color: #ebebeb;
} 
.proxima_etapa:disabled{
	color: #333;
    border-color: #ebebeb;
} 

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ddd !important;
}

.finalizar{
	margin: 30px;
    font-size: 20px !important;
    padding: 10px 38px !important; 
}