.bg_degrade {
    background: linear-gradient(to bottom, #666 0%, #fff 100%);
	width: auto;
	height:50px;
	padding:4px;
}

#menuCheckImovel a {
	display: block;
	width:100%;
	background-color: #D9D9D9;
	border: 1px solid #D9D9D9;	
	padding: 4px;	
	text-decoration: none;
	text-align:left;
	color: #000;
	margin: 2px;
	}
#menuCheckImovel a:hover {
	background-color: #B4B4B4;
	border: 1px solid #C0C0C0;
	color: #333;
	}
	
label{
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	width:100%;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #06C;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


/* CSS Menus */
#tab3 .nav-pills > li > a {
	background: #B2B2B2;
	color:#000;
	border-radius: 8px 8px 0 0;
}
#tab3 .nav-pills > li > a:focus, .nav > li > a:hover {
  background-color: #eee;
}
#tab3 .nav-pills > li.active > a{
	color: #fff;
	background:#333;
}
#tab3 .tab-content {
	color: #f00;
	background: #fff;
	border: 1px solid #c7c7c7;	
}


/* Menus */
.btn-menu {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.menu1 {
    background-color: #fff; 
    color: #666; 
    border: 1px solid #C0C0C0;
}
.menu1:hover {
    background-color: #DCDCDC;
    color: #999;
}

@media only screen and (max-width: 959px) {
    .menu1{font-size: 14px;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .menu1{font-size: 14px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .menu1{font-size: 14px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu1{font-size: 13px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .menu1{font-size: 12px;}
}



/* Tabela pg Resultados */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table,
th,
td {
  border: 1px solid #e4e4e4;
}
.tr-color {
  background-color: #d9d9d9;
}
.tr-zebra:hover {
  background-color: #eee;
}

@media screen and (max-width: 600px) {
table {
    border: 0;
}
table caption {
    font-size: 1.3em;
}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}
table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}
  
table td::before {
/*  aria-label não tem vantagem, não será lido dentro de uma tabela
    content: attr(aria-label); */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
table td:last-child {
    border-bottom: 0;
}
}	