@charset "UTF-8";
/* CSS Document */

@import url('../fonts/Raleway.css');

table.dataTable>tbody>tr{
    background-color: #f5f5f5 !important;
}
body{
	margin:0px !important;	
	padding: 0px !important;
	padding-bottom:60px!important;
}
.bg-topo{
	background-image: url("../img/tarja_interna.png");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
	height: 200px;
	margin-top: 50px;
	/*border-bottom: 5px solid #2E66AC;*/
}
.bg-topo-2{
    /*background-image: url("../img/tarja interna.png");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 200px;

}

.logo-topo{
	margin-top: 15px;
}

#imprimir2{
    display: none;
}

.topo_prefeitura{
    background-color: #34558c;
    height: 50px;
    line-height: 50px;

}

.logo{
	height: 200px;
}

.marca-seman {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.panel-body {
padding: 10px;
}

nav-topo{
    background-color: #31548e;
}

#cabecalho {
    text-align: center;
    margin-top: 50px;
}


.input-group{
    min-width: 400px;
}

.form-btn {
    width: 100%;
    font-size: 19px !important;
    padding: 10px 16px !important;
    color: black;
    background-color: transparent;
    border-style: hidden;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 0;
}
.form-btn {
    width: 100%;
    font-size: 19px !important;
    padding: 10px 16px !important;
    color: #007FC1;
    background-color: #fff;
    border-style: hidden;
    font-weight: bold;
    border: 1px solid #007FC1;
    border-radius: 10px;
}
.btn-green{
    background-color: #00A64E;
    color:#fff;
}
.btn-red{
    background-color: red;
    color:#fff;
}

#div_candidatos, #div_resumo{
    display: none;
}

.body-reultado{
    background: none !important;
}
.tabela-resultados {
    font-size: 27px;
    /*border: 1px solid #fff;*/
}
@media (max-width: 480px){
    .logo_3{
        display: none;
    }
    .conselho_tutelar{
        margin-top: 40px;
    }
    .bg-topo{
        height: 140px;
        background-image: none;
        background-color: white;
    }

}

.content-resultado h1,
.content-resultado h3{ 
	font-family:'Raleway';
}

	.content-resultado h1{
		font-size:40px;
	}

	.content-resultado h1,
	.content-resultado h2,
	.content-resultado h3 span{
		font-weight: 800;
	}

	.content-resultado h1,
	.content-resultado h3 span{ 
		color:#1263ae;
	}

	.content-resultado h2,
	.content-resultado h3{
		color:#464646;
	}

	.content-resultado h3{
		font-weight: 600;
	}

table 
{
    border-collapse: separate;
    border-radius: 5px;
    border-spacing:10px;
    border:0!important;
    color:#818181;
}

table tr 
{
    border-radius: 5px;
}

table tr td,
table tr th
{
    border: 1px solid #fc0;
    border-radius: 5px; 
    padding:10px 15px!important;
}

table.collapse
{
    border-collapse: collapse;
}

table>thead>tr>th{
    background: #1263ae !important;
    font-weight: bold !important;
    color:#fff;
}

table>tbody>tr.eleito>td{
    border:1px solid #1263ae !important;
    font-weight: bold !important;
    color:#1263ae;
}

.btn-outline-primary{
    width:100%;
    color:#1263ae;
    border:1px solid #1263ae;
    margin-bottom:30px;
    padding:15px;
    font-size:20px;
    border-radius:7px;
}

.btn-outline-primary:hover{
	color: #fff;
	background-color: #1263ae;
	border-color: #1263ae;
}

.body-reultado{
	background:url("../img/bg_eleicao.png") no-repeat!important;
	background-size:cover!important; 
}

@media (max-width:767px){
	.body-reultado{
		background:url("../img/bg_eleicao_mobile.png") no-repeat!important;
		background-size:cover!important; 
	}
}
.text-muted {
    color: black;
}