html,
body{
	height: 100%;    
}

.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: 150px;
    padding-bottom: 20px;
} 
#divPesquisa {   
    background-color: #3888b3;
    padding-top: 20px;
    padding-bottom: 25px;
}
#labelPesquisaConteudo {
    color: white;
}
#brasao {
    margin-top: -20px;
    margin-left: 10px;
    height: 155px;
}
.navbar-brand {
    margin: initial;
    padding-top: 0px;
}
.nav.navbar-nav {
    padding-top: 35px;
}
.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: #3888b3; 
    color: #fff;
}
.jumbotron > text-center  {
    color: #fff;
}
footer.well{
    margin-bottom: 0px;
    background-color: #3888b3;
    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: #3888b3;
    border-color: #3888b3;
    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%; 
}
*/















