﻿/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/*FILTERS*/
.card {
  -webkit-box-shadow: 0 1px 2px rgba(52, 106, 170, 0.15);
  box-shadow: 0 1px 2px rgba(52, 106, 170, 0.15);
}

.card > .card-header {
  background-image: -webkit-linear-gradient(top, #2e6da4 0%, #337ab7 100%);
  background-image: -o-linear-gradient(top, #2e6da4 0%, #337ab7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e6da4), to(#337ab7));
  background-image: linear-gradient(to bottom, #2e6da4 0%, #337ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#337ab733", endColorstr="#337ab733", GradientType=0);
  background-repeat: repeat-x;
}

/* GridView */
.bg-primary > .card-header {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.card {
  -webkit-box-shadow: 2px 3px 5px rgba(167, 167, 167, 0.8);
  box-shadow: 2px 3px 5px rgba(167, 167, 167, 0.8);
}

.bg-primary {
  border-color: #337ab7;
}

/* Fim GridView */
/* Pesquisa Avancada */
.card-top--title {
  background: #337ab7;
  padding: 2px 5px;
  border-radius: 4px 4px 0 0;
  color: #f6f6f6;
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "Carnas-Light";
}

.card-top--content {
  border-top: solid 1px #337ab7;
  overflow: auto;
  padding-top: 5px;
}

.modal {
  z-index: 10000;
}

.xs-margin-top-10 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .xs-margin-top-10 {
    margin-top: 0;
  }
}
.pagination li {
  cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  cursor: pointer;
}

/* Fim Pesquisa Avancada */
