html,
body{
	height: 100%;    
}
 
.footer {
    width: 450px;
}

.footer-logo {
    background-image: url("../../img/logo_footer.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 51% auto;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer-image-title {
    color: #ffffff;
    font-family: "Allerta", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

#cabecalho {
    padding-bottom: 30px;
}

/* 
#real-accessability {
    width: 200px;
    background: #fff;
    border: 1px #063d8d solid;
    border-right-width: 0;
    position: fixed;
    top: 110px;
    right: -200px;
    min-height: 35px;
    z-index: 999999999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#real-accessability a#real-accessability-btn {
    background-color: #063d8d;
    position: absolute;
    top: -1px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
#real-accessability a#real-accessability-btn i.real-accessability-loading {
    display: none;
}
real-accessability a#real-accessability-btn i {
    font-family: 'realaccessability';
    font-size: 26px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
} */

.bg-striped-black {
    padding: 35px 0 35px 0;
    background: repeating-linear-gradient(135deg, #e8e3e3, #d6d6d6 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px)
    /*background: repeating-linear-gradient(135deg, #f9f7f7, #fafafb 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px)*/
}
.vereadores-slider {
    margin: 15px 0 15px 0;
}

.menu-principal {   
    background-image: url("../../img/bg.png");
    height: 120px;
} 

#divPesquisa {  /* #00579a; */
    background-color: #025928; 
    padding-top: 20px;
    padding-bottom: 25px;
}
#labelPesquisaConteudo {
    color: white;
}
#brasao {
    margin-top: -12px;
    margin-left: 0px;
    height: 95px;
}
#brasao-footer {
    height: 213px;
    width: 200px;
}

.navbar-brand {
    margin: initial;
    padding-top: 0px;
}
.nav.navbar-nav {
    padding-top: 30px;
}
.navbar.transparent {
    padding-top: 20px;

    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.jumbotron {
    background-color: #025928; 
    color: #fff;
}
.jumbotron > text-center  {
    color: #fff;
}
footer.well{
    margin-bottom: 0px;
    background-color: #025928;
    color: white;
}
.bordas {
    border: 1px solid black; padding: 10px;
}






/*@media (min-width: 1280px) 
{
    .menu-principal {		
        height: 60px;
    }
}*/

.menu-lateral {
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn-success {
    background-color: #025928;
    border-color: #025928;
    color: #fff;
}
.btn-success:hover {
    background-color: #e0913d;
    border-color: #fff;
    color: #fff;
}   


/* Efeito Menu*/
.menu img:hover {
  transition: all 0.5s;
  transform: scale(0.85);     
}
.menu img {
    transition: all 1s;
    margin-bottom: 15px;
}

.img-do-botao {
    width: 58px; 
    height: 45px; 
    float: left;
}

.hr-estilo {
    margin-top: 5px; 
    margin-bottom: 15px; 
    border-top: 1px solid #0c0c0c;
}








/* img-header-cidade.png */

#header-cidade {
    background-image: url("../../img/Santa-Maria.jpeg");
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: right;

    height: 250px;
}

.img-logo {
    padding-top: 50px;
}

.titulo-pagina {
    background-color: green;
    color: white;
    padding: 10px;
}

/* Página principal Menu de Opções laterais*/
.btn-block+.btn-block {
    margin-top: 14px;
}

.btn-menu-lateral {
    /* color: #008a2d; */
    height: 70px;
    text-align: left;
}

.espaco-servidor-item {
    color: black;
    font-size: 20px;
    margin-left: 15px;
}

.espaco-servidor-item:hover {
    background-color: #217737;
}


.table th {
   text-align: center;   
   font-style: blo
}


/*********  A CIDADE ********/
.nav-pills > li.active > a {
    background-color: ##40548e;
}


/* Pesquisa de conteúdo */
#divPesquisa {   
    background-color: ##40548e;
    padding-top: 20px;
    padding-bottom: 25px;
}
#labelPesquisaConteudo {
    color: white;
}


/*footer.well{
    padding: 0;
    border: 0;
    margin-bottom: 5px;
    background-color: white;
}*/


.lista-com-pontos {    
    margin-left: 50px;    
    list-style-type: disc;
    display: list-item;
}

.lista-com-circulos {
    margin-left: 15px;    
    list-style: circle;    
}

.lista-decimal {
    margin-left: 50px;    
    list-style-type: decimal;
    display: list-item;
}

.lista-romana {
    margin-left: 50px;    
    list-style-type: upper-roman;
    display: list-item;
}


/*Efeitos nas fotos dos vereadores*/
.efeito:hover {
    transition: all 0.5s;
    transform: scale(1.15);
}
.efeito {
    transition: all 1s;   
    height: 210px; 
}

.thumbnail > img {
    height: 210px;
}
/*.img-responsive {
    display: block;
    max-width: 100%; 
}
*/















