/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .pull-right {
        float: none !important;
    }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* 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;
}
.carousel-caption{
	text-align:left;
}
.navbar-inverse{
  background: #0c4ea4;
}

.btn {
    border-radius: 20px !important;
}
/* 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 {
	font-size:12px;
}
.navbar-default{
	border:none;
	background:none;
}

label.error{
	font-size:11px;
	color:red;
}

.nav2 li a{
	background:none;
	padding:48px 15px;
}
.nav2 li:hover{
	/*background: #2cc4f6;*/
  color:#fff !important;
}
td#dia_atual{
	color:orange;
}
ul.nav.bs-docs-sidenav>
li.active>
a{
	color:#29C5F6;
	background:#EEEEEE
}


.nav2 li a.active
{
	color:#fff;
  background: #2cc4f6;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}
/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 30px;  
}
.carousel2 {
  height: 170px;
  margin-top: -20px;
}
/* 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 {
  min-height: auto;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.carousel2 .item {
  height: 170px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

.carousel-inner2 > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 170px;
}

.container-carousel{
}

.carousel-control.left
{
  background-image: none;
  background-repeat: none;
}
.carousel-control.right
{
  background-image: none;
  background-repeat: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
{
  position: absolute;
  top: 75%;
  z-index: 5;
  display: inline-block;
}
/* 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;
  }
}
.text-italic {
  font-style:italic;
}
.navbar-header2{
	text-align:center !important;
	margin-bottom:0;
}
.container-fluid-rodape{
	background:#282828;
	color:#999;
	margin-top:60px;
	padding:20px 0;
margin-bottom:-20px;	
}
.breadcrumb {
    margin-top: -55px;
    position: relative;
}
h1.titulos{
	color:#094FA4;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:15px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:2em;
}
h1.titulos span{
	padding-bottom:12px;
	border-bottom:5px solid 
}
.container-fluid-rodape h3{
	color:#fff;
}

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

@media (max-width: 767px) {
  .navbar-brand{
	font-size:13px;
	width:100%;
  }
.container2{
	margin-top:50px;
}
  .nav2 li a{
	background:none;
	padding:10px 20px;
	border-bottom:3px solid #fff;
	}
  .nav2 li{
	border-bottom:3px solid #fff;
	}
	.nav2 li:hover{
		border-bottom:3px solid #fff;
		background:#0c4ea4
	}
	.nav2 li a:hover{
		color:#fff !important;
	}
	
	.navbar-form{
	margin-top:0px;
}
}


  @media (min-width: 1020px) {
    .navbar .nav.utility-nav {
      position: relative;
      margin: 3em 0 0 0;
      float: right;
      top: 0; } }
	  
.icones-topo{
	margin-top:12px;
}
.icones-topo a{
	color:#e1e1e1;
	font-size:12px;
}
.icones-topo a:hover{
	color:#f9f9f9;
	font-size:12px;
}
.nome-condomino{
	margin-top:8px;
	color:#e1e1e1
}

.well-2{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eafeff;
  border: 1px solid #d6f2f4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

//Tabela quadro avisos

.tabelaavisos td,
  .tabelaavisos th {
    background-color: #fff !important;
  }
  .tabelaavisos{
    border-collapse: collapse !important;
  }
  .tabelaavisos th,
  .tabelaavisos td {
    border: 1px solid #ddd !important;
  }
.tabelaavisos {
  width: 100%;
  margin-bottom: 20px;
}
.tabelaavisos table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.tabelaavisos .table {
  width: 100%;
  margin-bottom: 20px;
}
.tabelaavisos > thead > tr > th,
.tabelaavisos > tbody > tr > th,
.tabelaavisos > tfoot > tr > th,
.tabelaavisos > thead > tr > td,
.tabelaavisos > tbody > tr > td,
.tabelaavisos > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tabelaavisos > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tabelaavisos > caption + thead > tr:first-child > th,
.tabelaavisos > colgroup + thead > tr:first-child > th,
.tabelaavisos > thead:first-child > tr:first-child > th,
.tabelaavisos > caption + thead > tr:first-child > td,
.tabelaavisos > colgroup + thead > tr:first-child > td,
.tabelaavisos > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tabelaavisos > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tabelaavisos  {
  background-color: #fff;
}

.tabelaavisos > thead > tr > th,
.tabelaavisos > tbody > tr > th,
.tabelaavisos > tfoot > tr > th,
.tabelaavisos > thead > tr > td,
.tabelaavisos > tbody > tr > td,
.tabelaavisos > tfoot > tr > td {
  border: 1px solid #ddd;
}
.tabelaavisos > thead > tr > th,
.tabelaavisos > thead > tr > td {
  border-bottom-width: 2px;
}
.tabelaavisos > tbody > tr:nth-child(odd) > td,
.tabelaavisos > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.tabelaavisos > tbody > tr:hover > td,
.tabelaavisos > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.tabelaavisos table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.tabelaavisos table td[class*="col-"],
.tabelaavisos table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.tabelaavisos > thead > tr > td.active,
.tabelaavisos > tbody > tr > td.active,
.tabelaavisos > tfoot > tr > td.active,
.tabelaavisos > thead > tr > th.active,
.tabelaavisos > tbody > tr > th.active,
.tabelaavisos > tfoot > tr > th.active,
.tabelaavisos > thead > tr.active > td,
.tabelaavisos > tbody > tr.active > td,
.tabelaavisos > tfoot > tr.active > td,
.tabelaavisos > thead > tr.active > th,
.tabelaavisos > tbody > tr.active > th,
.tabelaavisos > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.tabelaavisos-hover > tbody > tr > td.active:hover,
.tabelaavisos-hover > tbody > tr > th.active:hover,
.tabelaavisos-hover > tbody > tr.active:hover > td,
.tabelaavisos-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
/* make sidebar nav vertical */ 
	@media (min-width: 768px) {
	  .sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	  }
	  .sidebar-nav .navbar ul {
		float: none;
	  }
	  .sidebar-nav .navbar ul:not {
		display: block;

	  }
	  .sidebar-nav .navbar li {
		float: none;
		display: block;
	  }
	  .sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	  }
	}
