

.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;
}

.login
{
	width: 450px;
}

.logo_projeto
{
	width: 150px;
}

.logo {
	width:100%; height:350px; margin-bottom: 30px; background:url('/layout/img/fundo_geral.png') top center no-repeat; border-bottom: 5px solid #2E66AC; text-align: center;
}


body{

    background-image: url('../images/bg_interna.png');
}

.container{
	background-color: white;
	border-radius:3px;
}

@media (min-width: 900px){
	.tipo_sepultura_tamanho{
		width: 31% !important;
	}

	.selecionar_mausoleu{
		width: 28% !important;
	}

	.ususario_tamanho{
		width: 50% !important;
	}
	.carga_tamanho{
		width: 40% !important;
	}
	.tamanho-tipo-sepultura{
		width: 40%;
	}
	.tamanho-tipo-processo{
		width: 50%;
	}
}

@media (min-width: 575px){
	#bt-index-agendamento-filtro{
		margin-top: 63px;
	}
}

a:hover{
	color:transparent;
}

.btn-primary{
	border-color: #4799F8;
    background: linear-gradient(to bottom, #4799F8 5%, #1467D2 100%);
    box-shadow: inset 0px 1px 0px 0px #d7ecfd;
    color: #fff;
}

.btn-primary:hover{
	border-color: #1467D2;
	background: linear-gradient(to bottom, #1467D2 5%, #4799F8 100%);
}

.btn-success{
	border-color: #44CE44;
    background: linear-gradient(to bottom, #44CE44 5%, #34AD34 100%);
    box-shadow: inset 0px 1px 0px 0px #d7ecfd;
    color: #fff;
}
.btn-success:hover{
	border-color: #34AD34;
	background: linear-gradient(to bottom, #34AD34 5%, #44CE44 100%);
}

.btn-danger{
	border-color: #e4685d;
    background: linear-gradient(to bottom, #e4685d 5%, #ff7475 100%);
    box-shadow: inset 0px 1px 0px 0px #d7ecfd;
    color: #fff;
}
.btn-danger:hover{
	border-color: #ff7475;
	background: linear-gradient(to bottom, #ff7475 5%, #e4685d 100%);
}
.btn-warning{
	border-color: #74C4F7;
    background: linear-gradient(to bottom, #74C4F7 5%, #46a7f5 100%);
    box-shadow: inset 0px 1px 0px 0px #d7ecfd;
    color: #fff;
}
.btn-warning:hover{
	border-color: #46a7f5;
	background: linear-gradient(to bottom, #46a7f5 5%, #74C4F7 100%);
}

#header-section1-internas {
    background-color: #14548E;
    height: 48px;
    border-top: 4px solid #3e66a3;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}
#logo-internas {
    display: block;
    float: left;
    background: transparent url(https://sgpe.salvador.ba.gov.br/view/layout/img/logo-internas.png) left center no-repeat;
    width: 284px;
    height: 43px;
    text-indent: -5000em;
}
.float-right {
    float: right;
}
.social-links {
    /* padding-top: 35px; */
    width: 100%;
}

.float-left {
    float: left;
}
.social-links ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}
.social-links .facebook {
    background-image: url(https://sgpe.salvador.ba.gov.br/view/layout/img/facebook-icon.png);
}

.social-links .youtube {
    background-image: url(https://sgpe.salvador.ba.gov.br/view/layout/img/youtube-icon.png);
}
.social-links .flickr {
    background-image: url(https://sgpe.salvador.ba.gov.br/view/layout/img/flickr-icon.png);
}
.social-links .twitter {
    background-image: url(https://sgpe.salvador.ba.gov.br/view/layout/img/twitter-icon.png);
}

.social-links ul li {
    float: left;
    margin-right: 7px;
}

.social-links ul li a {
    width: 35px;
    height: 35px;
    text-indent: -5000em;
    display: block;
}

.nav-bar-background{
	width: 100%;
	background-color: white;
}

.bt-inicio{
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	height: 200px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

.bt-inicio:hover{
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 576px){
	.bt-inicio:hover{
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		height: 205px;
		width: 205px;
		display: table-cell;
		vertical-align: middle;
	}
}

th{
	vertical-align: middle !important;
	text-align: center!important;
}
@media (max-width: 1200px){
	#table_index_status_wrapper{
		overflow-x: scroll!important;
	}
}