.bg-light {
  background-color: #001859 !important;
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Tahoma;
}
*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
  background: transparent;
  font-size: 100%;
}

body {
  margin: 120px 0 0 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 90%;
  /*	text-align: center; */
  color: #333;
  background-color: white;
}

#divPrincipal {
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: white;
}

#divPrincipalConteudo {
  width: 770px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: white;
}

#divCabecalhoConteudo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 5px;
  font-size: 22px;
  font-family: Tahoma;
  color: black;
  background-color: #ffffff;
}

#divCabecalho {
  margin-top: 0px;
  height: 80px;
  width: 100%;
  background-color: #001859;
  text-align: left;
  overflow: hidden;
}

#divLogoArea {
  width: 770px;
  overflow: hidden;
}

#divLogo {
  float: left;
  width: 460px;
}

.claAreaCentroRodape {
  text-align: center;
  width: 100%;
  float: left;
}

#divEspacoAreaRodape {
  width: 230px;
  float: left;
}

#divAreaRodape1 {
  float: left;
}

#divAreaRodape2 {
  float: right;
  padding-right: 10px;
  padding-top: 30px;
}

.claAreaRodape3 {
  float: left;
  width: 100%;
  text-align: center;
}

#divRodapeTitulo1 {
  padding-left: 10px;
  padding-top: 30px;
  line-height: 16px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  font-family: Tahoma;
}

#divRodapeTitulo2 {
  padding-left: 10px;
  padding-top: 5px;
  line-height: 16px;
  font-size: 1.2em;
  font-family: Tahoma;
  color: white;
}

#divMenuPrincipal {
  background-color: #ffffff;
  height: 60px;
  text-align: center;
}

#divConteudo {
  padding-top: 5px;
}

#divSubConteudo {
  overflow: hidden;
  padding-top: 5%;
}

#divSubConteudo p {
  font-size: 10pt;
  padding-bottom: 15px;
  font-family: Tahoma;
  text-align: center;
}

.divClear {
  clear: both;
}

#divSubEsquerda {
}

#divRodape {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 100%;
  text-align: center;
  background-image: url(../img/rodape/rodape3.png);
}

#divSubRodape {
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}

#divSubRodape a,
#divSubRodape a:visited,
#divSubRodape a:hover {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  font-family: Tahoma;
}

div#hint {
  position: absolute;
  border: 1px solid #333333;
  background-color: #ffffff;
}

div#hint a {
  text-decoration: none;
}

div#hint a:hover {
  background-color: #666666;
  color: #ffffff;
}

#meio_top {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 135px;
  height: 10%;
  width: 99%;
}

#meio_meio {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 175px;
  height: 55%;
  width: 99%;
  overflow: scroll;
  /*border:1px solid #CCCCCC;*/
}

#meio_bottom {
  /* position: absolute;*/
  /*top: 10px;*/
  /* bottom: 10%;*/
  width: 100%;
  text-align: center;
}

.botao {
  font-size: 16px;
  font-family: tahoma;
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 30px;
}

input[type='text'] {
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  background-color: white;
}

/* ################ Estilos para o Menu ##################### */

.ulmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #aaa;
}

.ulmenu li {
  float: left;
}

.ulmenu li a,
.dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 2px 12px;
  text-decoration: none;
  background-color: #aaa;
}

.ulmenu li a:hover,
.dropdown:hover .dropbtn {
  background-color: #999;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.btn-success {
  background-color: #001859 !important; 
  border-color: #001859 !important;
}

.ulmenu li.dropdown {
  display: inline-block;
}

.ulmenu .dropdown-content {
  position: absolute;
  display: none;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ulmenu .dropdown-content a {
  position: relative;
  color: black;
  padding: 2px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.ulmenu .dropdown-content a:hover {
  background-color: #999;
}

.ulmenu .dropdown:hover .dropdown-content {
  display: block;
}

/* ######################## Estilos FAQ ####################### */

a:link.faq {
  color: black;
  text-decoration: none;
}

a:visited.faq {
  color: black;
}

a:hover.faq {
  font-weight: bold;
}

/* estilos relatorio calculo detalhado iptu */

.calculo {
  font-family: Courier New, Consolas;
  /*  font-style:italic;*/
}

.tabcalc {
  font-family: Courier New, Consolas;
  /*width: 100%;*/
  width: 1360px;
  /*  font-style:italic;*/
}

/*css bootstrap*/

li.nav-item.dropdown {
  padding-right: 43px;
  font-weight: bold;
}

a.navbar-brand {
  padding-right: 50px;
}

form.busca_imovel,
form.busca_rua {
  padding: 15px;
  background: #00bef2;
}

body {
  padding-bottom: 51px;
}

@media (max-width: 600px) {
  body {
    padding-bottom: 130px;
  }

  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  #divRodape a {
    padding: 0px 40px 0px 0px;
  }
  #divRodape a:last-child {
    padding-right: 5px !important;
  }

  .tabela {
    width: 100%;
  }
  .campoImovel {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 601px) {
  .show-mobile {
    display: none;
  }
  #divRodape a {
    padding: 0px 25px 0px 0px;
  }
  .tabela {
    width: 40%;
  }
}

.bg-cinza {
  background-color: #dee2e6;
}

#divRodape {
  padding-top: 22px;
  padding-bottom: 3px;
  position: fixed;
  text-align: center;
}

#divRodape a {
  /* float: left;*/
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#divRodape a span {
  padding-left: 4px;
}
.text-muted {
  color: #b16969 !important;
}

input[type='button'] {
  cursor: pointer;
}

.fancybox-slide--iframe .fancybox-content {
  width: 980px;
  height: 600px;
  max-width: 95%;
  max-height: 95%;
  margin: 0;
  background: #191919;
}
