/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 1px;
  color: #5a5a5a;
}



@media screen and (min-width:768px){
.carousel-control {
    width:32px;
    }
}
@media screen and (min-width:1200px){
.carousel-control {
    width:32px;
    }
}
@media screen and (min-width:1400px){
.carousel-control {
    width:32px;
    }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand img{background: white;}
.navbar{
    margin-bottom:0;
    opacity:0.60;filter:alpha(opacity=60);
    transition: opacity 1s;
    background:none;
    border:none!important;
    }
.navbar:hover,.navbar.mostra {opacity:1;filter:alpha(opacity=100);}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-brand{
    position:relative;
   top:-10px; 
    }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 600px;
  margin-bottom: 20px;
}
.carousel-inner .container{
    padding:0px;    
  width:100%!important;
  height: 100%;
    }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}

p.minis { font-size:14px;margin-top:10px;}
p.minis span { font-weight:bold;}
#mapa{  height: calc(100% - 102px);}
.carousel-inner #mapa { height: 100% } 
#mapa .leaflet-top .leaflet-control.botao-home-control{margin-top:50px;}
#mapa .leaflet-left .leaflet-control{margin-left:40px;}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    padding-right: 1px;
    padding-bottom:1px!important;
}


div.setas.qualidade div.b1 span.num{left:0;float:none;}
div.setas.qualidade div.b1{left:0;float:none;width:auto;}
div.setas.qualidade div.b1 div.barra-verde {text-align:center;}

div.container.marketing img { height:64px}
div.container.marketing { height:64px}
.legendaQualidade .popover-content { padding:5px;}
.legendaQualidade table { margin:0px;padding:0px;margin-bottom:5px;}
.legendaQualidade td, 
.legendaQualidade table, 
.legendaQualidade tr{ border: 1px solid white;font-size:12px;text-align:center;} 
.legendaQualidade td.success { background-color: rgb(63,216,113)!important;color:black!important;}
.legendaQualidade td.warning { background-color: rgb(255,212,74)!important;}
.legendaQualidade td.danger { background-color: rgb(207,34,40)!important;color:white!important;}

.leaflet-gesture-handling-scroll-warning:after {  font-size: 36px!important; }
