/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/05/2016, 09:06:38
    Author     : Antonio Motta
*/
/*Primeira Linha paragrafo*/

/* scroll fixes */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

.modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
}

/* centering styles for jsbin */
html,
body {
    width:100%;
    height:100%;
}
html {
    display:table;
}
body {
    display:table-cell;
    vertical-align:middle;
}
body > .btn {
    display: block;
    margin: 0 auto;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small,
.panel-title>small>a {
    color: inherit;
    padding-left: 8px;
}
p{
    text-align: justify;
    text-indent: 3em;
}
.panel-body {
    padding: 0px;
}


.panel-heading {
    padding: 10px 0px;
}

.MsgErroImg{
    margin: 0px;
    font-size: 11px;
    list-style-type: none;
    display: block;
    color: #bc0c0c;
    width: 370px;
    padding-top: 8px;
}

.MsgCodigo{
    margin: 0px;
    font-size: 11px;
    list-style-type: none;
    display: block;
    color: #bc0c0c;
    width: 370px;
    padding-top: 8px;
}

#pages {
    padding: 3px;
}
#pages ul {
    list-style-type: none;
}
#pages li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    display: block;
}
#pages li a {
    color: #000;
    padding: 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    float: left;
}
#pages li a:hover {
    color: #000;
    background: #F4F0DF;
    border: 1px solid #FFF;
}
#pages li.nolink {
    color: #000;
    border: 1px solid #F3F3F3;
    padding: 4px;
}
#pages li.current {
    color: #000;
    border: 1px solid #FFF;
    padding: 4px;
    background: #F4F0DF;
}

.pagination {
    margin:0px 0;
}
.head {
    text-align: center;
    font-family: "Titillium Web";
    color: #676767;
}

.governo {
    font-size: 46px;
    font-weight: 800;
    margin-top: 14px;
}

.secretaria {
    font-size: 26px;
    letter-spacing: 5px;
    margin-top: -10px;
}